@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success{color:#20a020}.danger{color:#a02020}.alert-danger{background-color:#f2d7d180!important;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;color:#2040a0!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:2rem}.alert{border:.1rem solid #0000;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;padding:2rem}.alert-info{background-color:#e0e0ff;color:#2020a0}.alert-success{background-color:#eeffe0;color:#20a020}.alert-review{background-color:#f2d7d133!important;color:#2040a0!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:2rem}.alert-review-update{background-color:#ff773012;border:.1rem solid #f7f7f71a;box-shadow:0 1rem 1rem #0000001a;color:#0e55b3;font-size:1.5rem;font-weight:700;letter-spacing:.5rem;margin:2rem auto;padding:1.8rem 1rem;text-align:center;width:85%!important}:root{--bg-primary:#eff3fa;--bg-secondary:#f6f8fe;--bg-gallery-wall:linear-gradient(180deg,#eff3fa,#f6f8fe);--text-primary:#0f1b2e;--text-secondary:#5b6b86;--text-accent:#32374a;--accent-primary:#5643fa;--accent-secondary:#6a5bff;--accent-cyan:#2fd8ff;--accent-pink:#ff4fd8;--accent-orange:#ff7a3d;--glass-bg:#ffffffa6;--glass-bg-light:#ffffff73;--glass-border:#fffc;--glass-shadow:0 14px 38px #0f1b2e38;--glass-blur:blur(18px);--frame-wood-light:#d4a574;--frame-wood-medium:#b8956a;--frame-wood-dark:#9a7f5f;--frame-matting:#fefefe;--frame-shadow:0 24px 40px #0f1b2e2e;--wire-gradient:linear-gradient(180deg,#b7c2d4,#97a5bd);--anchor-gradient:linear-gradient(180deg,#cfd7e3,#a5b2c8);--anchor-shadow:0 3px 6px #0000002e;--font-family:"Inter",system-ui,-apple-system,sans-serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-base:16px;--font-size-lg:18px;--font-size-xl:20px;--font-size-2xl:24px;--font-size-3xl:30px;--font-size-4xl:36px;--font-size-5xl:48px;--font-weight-normal:400;--font-weight-medium:600;--font-weight-bold:700;--font-weight-black:800;--font-weight-heavy:900;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 4px 10px #0f1b2e14;--shadow-md:0 10px 28px #0f1b2e29;--shadow-lg:0 14px 38px #0f1b2e38;--shadow-xl:0 24px 48px #0f1b2e47;--card-padding:var(--space-6);--card-radius:var(--radius-xl);--section-padding:var(--space-16);--grid-gap:var(--space-6);--transition-fast:0.15s ease-out;--transition-normal:0.25s ease-out;--transition-slow:0.4s ease-out;--transition-bounce:0.5s cubic-bezier(0.68,-0.55,0.265,1.55)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes moveInLeft{0%{opacity:0;transform:translateX(-100px);-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px)}80%{transform:translateX(10px);-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px)}to{opacity:1;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translateX(10rem);-webkit-transform:translateX(10rem);-moz-transform:translateX(10rem);-ms-transform:translateX(10rem);-o-transform:translateX(10rem)}80%{transform:translateX(-1rem);-webkit-transform:translateX(-1rem);-moz-transform:translateX(-1rem);-ms-transform:translateX(-1rem);-o-transform:translateX(-1rem)}to{opacity:1;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(3rem);-webkit-transform:translateY(3rem);-moz-transform:translateY(3rem);-ms-transform:translateY(3rem);-o-transform:translateY(3rem)}to{opacity:1;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0)}}#root,body,html{overflow-x:hidden}*{box-sizing:border-box}body{overflow-x:hidden}.home-page{margin:0!important;padding:0!important}*,:after,:before{box-sizing:inherit;margin:0;padding:0}html{font-size:62.5%}@media (max-width:112.5em){html{font-size:56.25%}}@media (max-width:75em){html{font-size:56.25%}}@media (max-width:56.25em){html{font-size:30%}}@media (max-width:37.5em){html{font-size:25%}}@media (max-width:23.4375em){html{font-size:20%}}@media (min-width:112.51em){html{font-size:75%}}body{padding:2rem}@media (max-width:56.25em){body{padding:0}}.section{padding:5rem 0}.section:not(:last-child){margin-bottom:3rem}.container{margin:0 auto;max-width:114rem;padding:0 2rem}@media (max-width:37.5em){.container{padding:0 1rem}}.u-margin-bottom-small{margin-bottom:1rem!important}.u-margin-bottom-medium{margin-bottom:2rem!important}.u-margin-bottom-large{margin-bottom:3rem!important}.u-margin-bottom-huge{margin-bottom:5rem!important}.u-margin-top-small{margin-top:1rem!important}.u-margin-top-medium{margin-top:2rem!important}.u-margin-top-large{margin-top:3rem!important}.u-margin-top-huge{margin-top:5rem!important}:focus{border-radius:2px;outline:3px solid #55c57a;outline-offset:2px}:focus:not(:focus-visible){outline:none}.btn:focus{outline:3px solid #55c57a;outline-offset:2px}.btn:disabled{background-color:#eee;color:#999;cursor:not-allowed;opacity:.6}a:focus{outline:2px solid #55c57a;outline-offset:2px}a:visited{color:#5643fa}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-high-contrast{color:#000;font-weight:500}input:focus,select:focus,textarea:focus{border-color:#55c57a;outline:2px solid #55c57a;outline-offset:1px}input:invalid,select:invalid,textarea:invalid{border-color:#e74c3c;outline-color:#e74c3c}html{font-size:25%}@media (min-width:37.5em){html{font-size:50%}}@media (min-width:75em){html{font-size:62.5%}}@media (min-width:112.5em){html{font-size:75%}}body{box-sizing:border-box;color:#777;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.7;padding:0}@media (min-width:37.5em){body{padding:2rem}}#root,body,html{margin:0;padding:0;width:100%}:root{--page:#eff2fe;--surface:#fff;--panel:#e7effb}.new-heading-primary{backface-visibility:hidden;-webkit-backface-visibility:hidden;color:#fff;margin-bottom:-2rem;margin-top:-2rem;text-transform:uppercase}.new-heading-primary--header-domain-logged-out{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:block;font-size:8rem;font-weight:700;letter-spacing:1rem;text-transform:none}@media (max-width:112.5em){.new-heading-primary--header-domain-logged-out{font-size:10rem}}@media (max-width:75em){.new-heading-primary--header-domain-logged-out{font-size:10rem}}.new-heading-primary--header-slogen-logged-out{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:flex;font-size:1.8rem;font-weight:700;font-weight:bolder;justify-content:center;letter-spacing:.5rem;text-transform:capitalize}.new-heading-primary--main-logo-domain-logged-in{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:block;font-size:2.4rem;font-weight:700;letter-spacing:.5rem;text-transform:none}@media (min-width:112.51em){.new-heading-primary--main-logo-domain-logged-in{font-size:2rem}}@media (max-width:112.5em){.new-heading-primary--main-logo-domain-logged-in{font-size:2.5rem}}@media (max-width:75em){.new-heading-primary--main-logo-domain-logged-in{font-size:2rem}}@media (max-width:56.25em){.new-heading-primary--main-logo-domain-logged-in{font-size:3.5rem}}@media (max-width:43.75em){.new-heading-primary--main-logo-domain-logged-in{font-size:3rem}}@media (max-width:37.5em){.new-heading-primary--main-logo-domain-logged-in{font-size:3rem}}@media (max-width:31.25em){.new-heading-primary--main-logo-domain-logged-in{font-size:3rem}}@media (max-width:25em){.new-heading-primary--main-logo-domain-logged-in{font-size:3rem}}@media (max-width:23.4375em){.new-heading-primary--main-logo-domain-logged-in{font-size:3rem}}.new-heading-primary--sub-logo-slogen-logged-in{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:.7rem;font-weight:500;justify-content:center!important;letter-spacing:.35rem;margin-bottom:2rem}.heading-primary{margin-bottom:-2rem;margin-top:-2rem}.heading-primary--no-product-found{background-color:#f7f7f705;color:#fff;display:flex;font-size:2.5rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin:1rem auto;padding:3rem 15rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--main{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:block;font-size:6rem;font-weight:500}@media (max-width:37.5em){.heading-primary--main{font-size:5rem;letter-spacing:1rem}}.heading-primary--header-loggedout{animation-name:moveInLeft;display:block;font-size:6rem;text-transform:none}.heading-primary--header-loggedout,.heading-primary__loading{animation-duration:1s;animation-timing-function:ease-out;font-weight:500;letter-spacing:2rem}.heading-primary__loading{color:#fff;display:flex;font-size:4rem;height:100vh;justify-content:center;justify-items:center;margin-top:10rem;padding:25rem;width:100%}.heading-primary--canceled{background-color:#f7f7f740;color:#085eaf!important;flex-direction:column;font-size:2rem;height:25rem;justify-content:center!important;justify-items:center!important;margin-bottom:25rem;padding:15rem auto!important}.heading-primary--canceled,.heading-primary--create-product{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:flex;font-weight:500;letter-spacing:.2rem}.heading-primary--create-product{color:#ffffffe6;font-size:3rem;justify-content:center;justify-items:center;margin:auto;padding:2rem 5rem;text-align:center}.heading-primary--pressRelease{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;color:#085eaf;display:flex;flex-direction:column;flex-wrap:wrap;font-size:1.8rem;font-weight:500;justify-content:flex-start;justify-items:center;letter-spacing:.2rem;text-align:justify;width:100%}@media (max-width:37.5em){.heading-primary--pressRelease{font-size:3rem}}.heading-primary--pressRelease--title{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;color:#085eaf;display:flex;flex-wrap:wrap;font-size:1.8rem;font-weight:600;justify-content:start;justify-items:start;letter-spacing:.2rem;width:100%}@media (max-width:37.5em){.heading-primary--pressRelease--title{font-size:2.5rem}}.heading-primary--main-logo-title{display:block;font-size:1.8rem;font-weight:700;letter-spacing:.5rem;text-transform:none}.heading-primary--main-logo-title,.heading-primary--main-seller-name-description{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out}.heading-primary--main-seller-name-description{background-color:#fffc;color:#0e55b3;display:flex;flex-direction:row;font-size:1.2rem;font-weight:600;justify-content:space-between;letter-spacing:.2rem;padding:1rem;text-align:start;text-decoration:none;text-transform:capitalize;width:100%}.heading-primary--main-seller-name-description:first-child{margin-top:5rem}@media (max-width:37.5em){.heading-primary--main-seller-name-description{height:0;opacity:0;width:0}}.heading-primary--seller-create-product{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#ff773021!important;color:#0e55b3;display:flex!important;flex-direction:row;font-size:1.2rem;font-weight:600;justify-content:space-between;letter-spacing:.2rem;padding:1rem;text-align:start;text-decoration:none;text-transform:capitalize;width:100%}.heading-primary--seller-create-product:first-child{margin-top:5rem}.heading-primary--main-seller-profile-name-description{background-color:#5643fa08;flex-direction:row;font-weight:700;justify-content:space-between;margin:.2rem;padding:1rem;text-align:start;text-decoration:none;text-transform:capitalize}.heading-primary--main-seller-box,.heading-primary--main-seller-profile-name-description{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;color:#0e55b3;display:flex;font-size:1.4rem;letter-spacing:.2rem;width:100%}.heading-primary--main-seller-box{background-color:#ffffffb3;flex-direction:column;font-weight:400!important;height:43%!important;justify-content:flex-start;margin-left:-1rem;padding:1rem .1rem 1.5rem!important}@media (max-width:37.5em){.heading-primary--main-seller-box{height:0!important;opacity:0;width:0}}.heading-primary--main-2{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#ffffff80;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:400;letter-spacing:1rem;margin-left:-2rem;padding:2rem 2rem 2rem 3rem}.heading-primary--discount-product{color:#000;display:flex;flex-wrap:wrap;font-size:1.6rem;font-weight:500;justify-content:center!important;margin:2rem auto;width:80%}@media (max-width:37.5em){.heading-primary--discount-product{font-size:2.5rem;width:90%}}.heading-primary--discount-product__bold{color:red;font-size:1.5rem;font-weight:700;margin-left:1rem}@media (max-width:37.5em){.heading-primary--discount-product__bold{font-size:2.5rem;justify-content:start!important;margin:0}}.heading-primary--discount-product__background{background-color:#ff773005;padding:1rem}.heading-primary--user-column{background-color:#5643fa1a;color:#085eaf;display:block;font-size:1.4rem;font-weight:500;letter-spacing:.5rem;margin-bottom:.5rem;margin-right:8rem;padding:1rem 1rem 1rem 2rem}.heading-primary--seller-column,.heading-primary--user-column{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3}.heading-primary--seller-column{background-color:#fff3;color:#0e55b380;display:flex;font-size:1.5rem!important;font-weight:700;letter-spacing:.3rem;margin-right:1.7rem;padding:.1rem 1.5rem}.heading-primary--seller-column:hover{background-color:#fff9;color:#000c}@media (max-width:37.5em){.heading-primary--seller-column{display:flex;margin-bottom:0!important;margin-right:.5rem}}.heading-primary--seller-column__row{font-size:1.7rem!important;margin-left:.5rem}@media (max-width:37.5em){.heading-primary--seller-column__row{font-size:3.5rem!important;font-weight:700!important}}.heading-primary--seller-home-header{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#5643fa12;border:.1rem solid #5643fa4d;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:#085eaf;display:flex;font-size:1.4rem;font-weight:500;letter-spacing:.3rem;margin-bottom:.2rem!important;margin-top:.2rem!important;padding:.1rem 2rem .1rem 1rem!important}.heading-primary--seller-home-header__row{margin-left:.8rem!important}.heading-primary--seller-home-header__margin-right{margin-right:.8rem!important}.heading-primary--admin-column{background-color:#ffffff80;color:rgba(116,170,241,.992);letter-spacing:1rem;margin-left:-2rem;padding:2rem 2rem 2rem 3rem}.heading-primary--admin-column,.heading-primary--seller-public-coupon{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;display:block;font-size:1.6rem;font-weight:400}.heading-primary--seller-public-coupon{background-color:#ffffff8c;color:#04399c;letter-spacing:.2rem;margin-left:4rem;margin-right:4rem;padding:1rem 2rem 2rem 3rem}.heading-primary--main-2-checkout-summary{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#ffffff80;border-bottom:.5rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:#0e55b3;display:block;font-size:1.5rem;font-weight:700;letter-spacing:.3rem;padding:2rem 2rem 2rem 3rem}@media (max-width:37.5em){.heading-primary--main-2-checkout-summary{font-size:2.5rem}}.heading-primary--main-2-checkout-summary__empty-cart{margin:3rem auto auto}.heading-primary--main-2-product-card-sub-category{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#00000059;box-shadow:1rem .5rem 1rem #0006;color:#fff;display:flex;font-size:3rem;font-weight:600;justify-content:flex-start;letter-spacing:.3rem;padding:1rem .1rem 1rem 2rem;text-align:start}@media (min-width:37.5em){.heading-primary--main-2-product-card-sub-category{font-size:1.6rem}}@media (min-width:75em){.heading-primary--main-2-product-card-sub-category{font-size:1.3rem}}.heading-primary--main-home-show-categories-card-sub-category{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;color:#000;display:flex;font-size:1.5rem;font-weight:600;justify-content:center;letter-spacing:.3rem;margin-left:-8rem;margin-top:1.3rem;padding:1rem .1rem 1rem 1rem;text-align:start;width:85%}@media (max-width:56.25em){.heading-primary--main-home-show-categories-card-sub-category{font-size:2.5rem}}@media (max-width:37.5em){.heading-primary--main-home-show-categories-card-sub-category{font-size:2.5rem}}@media (max-width:31.25em){.heading-primary--main-home-show-categories-card-sub-category{position:absolute;top:1vh!important}}.heading-primary--main-2-product-card-coupon{background-color:#ff000073!important;border-bottom:.2rem solid hsla(0,0%,97%,.788);border-right:.1rem solid hsla(0,0%,97%,.788);color:#fff!important;display:flex;font-size:3.5rem!important;font-weight:600;justify-content:flex-start;left:45%!important;letter-spacing:.3rem;padding:.5rem .1rem .5rem 1rem;position:absolute;text-align:start;text-shadow:2px 2px 4px #000000b3;top:50%!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (min-width:37.5em){.heading-primary--main-2-product-card-coupon{font-size:2rem!important;text-align:center!important}}@media (min-width:75em){.heading-primary--main-2-product-card-coupon{font-size:1.4rem!important;left:45%!important;text-align:center!important;top:20%!important}}.heading-primary--main-2-product-card-coupon-home-page{background-color:#ff77304d!important;border-right:.1rem solid hsla(0,0%,97%,.788);color:#fff;display:flex;font-size:1.6rem!important;font-weight:700;justify-content:flex-start;letter-spacing:.3rem;margin:18rem auto 2rem;padding:1rem .1rem 1rem 1rem;text-align:start;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.heading-primary--main-2-product-card-coupon-home-page:hover{height:0;opacity:0;width:0}@media (max-width:37.5em){.heading-primary--main-2-product-card-coupon-home-page{border-bottom:.2rem solid hsla(0,0%,97%,.788);font-size:3rem!important;font-weight:700;margin:19.5rem auto 2rem 13rem!important}}.heading-primary--main-2-product-card-brand{background-color:#fffffff2!important;box-shadow:.1rem .1rem .1rem #00000080;color:#333!important;display:flex;font-size:3.5rem!important;font-weight:600;justify-content:flex-start;letter-spacing:.3rem;margin:9rem auto 2rem -1rem;padding:.3rem .2rem!important;position:relative;text-align:start;text-shadow:2px 2px 4px #000000b3;top:5%!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (min-width:37.5em){.heading-primary--main-2-product-card-brand{font-size:12rem!important}}@media (min-width:75em){.heading-primary--main-2-product-card-brand{font-size:1.4rem!important}}.heading-primary--main-2-product-card-coupon-back-side{background-color:#ff77304d!important;border-bottom:.1rem solid hsla(0,0%,97%,.788);border-right:.1rem solid hsla(0,0%,97%,.788);box-shadow:1rem .5rem 1rem #ffffff80;color:#fff;display:flex;font-size:3.5rem!important;font-weight:600;justify-content:flex-start;letter-spacing:.3rem;margin:15rem auto 2rem 60%!important;padding:.8rem 1rem .8rem -2rem;position:absolute;text-align:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100}@media (min-width:37.5em){.heading-primary--main-2-product-card-coupon-back-side{font-size:2rem!important;margin-left:60%}}@media (min-width:75em){.heading-primary--main-2-product-card-coupon-back-side{font-size:1.4rem!important;margin-left:40%;margin:4rem auto 2rem 60%!important}}.heading-primary--main-2-product-card-coupon-home-page-back-side{background-color:#ff77304d!important;border-bottom:.1rem solid hsla(0,0%,97%,.788);border-right:.1rem solid hsla(0,0%,97%,.788);box-shadow:1rem .5rem 1rem #ffffff80;color:#fff;display:flex;font-size:1.7rem!important;font-weight:600;justify-content:flex-start;letter-spacing:.3rem;margin:4rem auto 2rem 60%!important;padding:.8rem 1rem .8rem -2rem;text-align:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100}@media (max-width:112.5em){.heading-primary--main-2-product-card-coupon-home-page-back-side{margin-left:40%}}@media (max-width:75em){.heading-primary--main-2-product-card-coupon-home-page-back-side{margin-left:40%}}@media (max-width:56.25em){.heading-primary--main-2-product-card-coupon-home-page-back-side{margin-left:60%}}@media (max-width:37.5em){.heading-primary--main-2-product-card-coupon-home-page-back-side{font-size:3rem!important;margin-left:60%;margin-top:5rem!important}}.heading-primary--main-2-product-card-home-category-3-products-small{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#0000004d;border-bottom:.15rem solid hsla(0,0%,97%,.788);box-shadow:1rem .5rem 1rem #0006;color:#fff;display:flex;font-size:1rem;font-weight:600;justify-content:flex-start;letter-spacing:.2rem;margin-top:-1rem;padding:2rem 2rem 1rem 3rem;text-align:start}.heading-primary--main-2-video-card-title{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#ffffffb3;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:#000;display:block;font-size:1.6rem;font-weight:500;left:5%;letter-spacing:.3rem;margin-top:-2rem;padding-left:1rem;padding-right:1rem;position:absolute;top:10%}@media (max-width:37.5em){.heading-primary--main-2-video-card-title{font-size:2.5rem}}.heading-primary--main-2-video-card-title__empty-cart{margin:3rem auto auto}.heading-primary--main-2-video-filter{background-color:#fffc;font-size:1.8rem;margin-top:-2rem;padding:2rem;text-align:center}.heading-primary--main-2-successful-payment-order-details,.heading-primary--main-2-video-filter{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:rgba(116,170,241,.992);display:block;font-weight:700;letter-spacing:.3rem}.heading-primary--main-2-successful-payment-order-details{background-color:#ffffff4d;font-size:1.6rem;padding:2rem 2rem 2rem 3rem}.heading-primary--main-2-successful-payment-order-details__empty-cart{margin:3rem auto auto}.heading-primary--main-2-profile-welcome{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#ffffff80;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:rgba(116,170,241,.992);display:block;font-size:1.8rem;font-weight:700;letter-spacing:.5rem;margin-left:2rem;padding:2rem 1rem}.heading-primary__view-seller-menu{height:0;opacity:0;width:0}@media (max-width:37.5em){.heading-primary__view-seller-menu{background-color:#ffffff80;box-shadow:0 .5rem .5rem #0003;color:#0e55b3;display:flex;flex-direction:row;font-size:3rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:10rem auto!important;opacity:1;overflow-x:scroll;width:95%}.heading-primary__view-seller-menu:hover{box-shadow:0 .1rem .1rem #0000001a;text-decoration:none!important;transform:translateY(-2px);-webkit-transform:translateY(-2px)}}.heading-primary--main-2-create-product{background-color:#ffffffe6;border-bottom:.5rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #ffffff1a;color:rgba(116,170,241,.992);font-size:2.5rem;letter-spacing:1rem;margin-left:-2rem;padding:2rem 2rem 2rem 3rem}.heading-primary--main-2-admin-all-products-title,.heading-primary--main-2-create-product{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:block;font-weight:600}.heading-primary--main-2-admin-all-products-title{background-color:#ffffff14;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #0000001f;color:#fff;font-size:3.5rem;letter-spacing:.5rem;margin:5rem auto 10rem;padding:3rem 0;text-align:center;width:75%}.heading-primary--main-2-admin-nav{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#fff;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:block;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;letter-spacing:.3rem;margin:5rem auto 1rem .5rem;padding:10rem 0 10rem 1rem;text-align:start;text-decoration:none;width:99%;z-index:100}@media (max-width:37.5em){.heading-primary--main-2-admin-nav{height:0;opacity:0;pointer-events:none;width:0;z-index:0}}.heading-primary--main-2-admin-nav__phone{height:0;opacity:0;position:relative;top:-30rem;width:0}@media (max-width:37.5em){.heading-primary--main-2-admin-nav__phone{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#fff;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;flex-direction:row;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;letter-spacing:.3rem;margin:10rem auto 1rem .5rem;opacity:1;padding:5rem 0 5rem 1rem;text-align:start;text-decoration:none;width:99%}}.heading-primary--main-2-admin-nav__phone-seller{height:0;opacity:0;position:relative;width:0}@media (max-width:37.5em){.heading-primary--main-2-admin-nav__phone-seller{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#fff;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:flex;flex-direction:column;height:60rem;justify-content:flex-start;letter-spacing:.3rem;margin:-.5rem auto .1rem .5rem;opacity:1;padding:3rem 10rem 3rem 1rem;text-align:start;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.heading-primary--main-2-admin-nav-wishlist{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#fff;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:block;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;letter-spacing:.3rem;margin:5rem auto 1rem .5rem;padding:10rem 0 10rem 1rem;text-align:start;text-decoration:none;width:99%}@media (max-width:37.5em){.heading-primary--main-2-admin-nav-wishlist{height:0;opacity:0;width:0}}.heading-primary--main-2-admin-nav-wishlist__phone{height:0;opacity:0;position:relative;top:-30rem;width:0}@media (max-width:37.5em){.heading-primary--main-2-admin-nav-wishlist__phone{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#fff;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:flex;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.3rem;margin:15rem auto 1rem .5rem;opacity:1;padding:5rem 0 5rem 1rem;text-align:start;text-decoration:none;width:99%}}.heading-primary--main-single-product-nav{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;letter-spacing:.3rem;text-align:start;text-decoration:none;width:100%}.heading-primary--main-single-product-nav:hover{box-shadow:0 .3rem .3rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.02) translateY(-.1rem);-webkit-transform:scale(1.02) translateY(-.1rem);-moz-transform:scale(1.02) translateY(-.1rem);-ms-transform:scale(1.02) translateY(-.1rem);-o-transform:scale(1.02) translateY(-.1rem);z-index:100}.heading-primary--main-seller-public-profile-column-nav{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#ffffff5c;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:flex;flex-direction:column;font-size:1.3rem;font-weight:500;height:50rem;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:-7rem -1rem 2rem 0!important;padding:3rem 0 3rem 1rem;text-align:start;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--main-seller-public-profile-column-nav:hover{box-shadow:0 .5rem .5rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.02) translateY(-.1rem);-webkit-transform:scale(1.02) translateY(-.1rem);-moz-transform:scale(1.02) translateY(-.1rem);-ms-transform:scale(1.02) translateY(-.1rem);-o-transform:scale(1.02) translateY(-.1rem);z-index:100}.heading-primary--main-seller-single-product-column-nav{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;background-color:#fff9;border-bottom:.2rem solid hsla(0,0%,97%,.788);box-shadow:0 1rem 1.5rem #0003;display:flex;flex-direction:column;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:flex-start;letter-spacing:.3rem;margin:5rem 1rem 5rem 0!important;padding:8rem 0 3rem 1rem;text-align:start;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--main-seller-single-product-column-nav{display:flex;flex-direction:row!important;margin-left:10rem;margin-right:10rem;margin-top:3rem!important;padding-top:5rem;width:100vw}}.heading-primary--main-seller-single-product-column-nav:hover{box-shadow:0 .5rem .5rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.02) translateY(-.1rem);-webkit-transform:scale(1.02) translateY(-.1rem);-moz-transform:scale(1.02) translateY(-.1rem);-ms-transform:scale(1.02) translateY(-.1rem);-o-transform:scale(1.02) translateY(-.1rem);z-index:100}.heading-primary--main-2-cart-summary{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-bottom:.2rem solid hsla(0,0%,97%,.788);display:block;font-size:1.6rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;letter-spacing:.5rem;margin:5rem auto 1rem;padding:.5rem 3rem;text-align:start;text-decoration:none;width:80%}@media (max-width:37.5em){.heading-primary--main-2-cart-summary{width:100%}}.heading-primary--main-2-all-product{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;color:rgba(116,170,241,.992);display:block;font-size:2rem;font-weight:400;letter-spacing:.1rem;text-transform:capitalize;width:100%}.heading-primary--main-podcast-video{box-shadow:0 .5rem 1rem #fff3;padding:2rem}.heading-primary--main-podcast-video,.heading-primary--seller-home-podcast-video{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;color:rgba(116,170,241,.992);display:block;font-size:3rem;font-weight:500;letter-spacing:.3rem;text-transform:capitalize}.heading-primary--seller-home-podcast-video{padding:0 auto}.heading-primary--main-2-sub-category{letter-spacing:.3rem;margin-bottom:3rem;margin-right:0;padding:2rem auto;text-transform:capitalize}.heading-primary--main-2-all-product-title,.heading-primary--main-2-sub-category{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-bottom:.05rem solid hsla(0,0%,97%,.788);box-shadow:0 .5rem 1rem #fff3;color:rgba(116,170,241,.992);display:block;font-size:3rem;font-weight:500}.heading-primary--main-2-all-product-title{background-color:#ffffff80;letter-spacing:.5rem;margin:5rem 12rem 10rem 8rem;padding:2rem 0}.heading-primary--main-2-main-shop-page-title{box-shadow:0 .3rem .3rem #ffffff1a;color:#fff;font-size:3.5rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.5rem;margin:1rem auto;padding:.5rem;width:100%}.heading-primary--main-2-main-shop-page-title,.heading-primary--main-2-main-shop-page-title_description{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;display:block;text-align:center}.heading-primary--main-2-main-shop-page-title_description{color:#fffc;font-size:2rem;letter-spacing:.2rem;margin:-1rem auto 1rem;padding:1rem 0;width:75%}.heading-primary--welcome-user-message-home-page{font-size:3rem;margin:-1rem auto 1rem;padding:1rem 10rem}.heading-primary--welcome-user-home-page,.heading-primary--welcome-user-message-home-page{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;box-shadow:0 .3rem .3rem #ffffff12;color:#fff;display:flex;flex-direction:row!important;flex-wrap:nowrap;font-weight:600;justify-content:space-between;letter-spacing:.5rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--welcome-user-home-page{font-size:6rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:12rem auto;padding:3rem 10rem}.heading-primary--welcome-user-home-page__home-slogan{font-size:2.2rem;justify-content:center;width:min(90%,760px)}.heading-primary--welcome-user-home-page__home-slogan,.heading-primary--welcome-user-home-page__home-slogan-logged-in{background-image:linear-gradient(180deg,#ffffff1a,#ffffff1a 50%,#ffffff1a 51%,#ffffff1a);box-shadow:1rem 1rem 1rem #0000001a;color:#fff;font-weight:600;letter-spacing:.3rem;margin:1.2rem auto 0;padding:.8rem 1.6rem;text-shadow:.5rem 1rem 2rem #0003;text-transform:uppercase}.heading-primary--welcome-user-home-page__home-slogan-logged-in{font-size:2rem;justify-content:flex-end;text-align:center;width:min(80%,640px)}.heading-primary--welcome-user-shop-page{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;box-shadow:0 .3rem .3rem #ffffff12;color:#fff;display:flex;flex-direction:row!important;flex-wrap:nowrap;font-size:3rem;font-weight:600;justify-content:space-between;letter-spacing:.5rem;margin:-1rem auto 1rem;padding:1rem 10rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--welcome-user-shop-page__shop-slogan{background-image:linear-gradient(180deg,#ffffff1a,#ffffff1a 50%,#ffffff1a 51%,#ffffff1a);font-size:2.2rem;left:41%;padding:1rem 4rem;top:79%}.heading-primary--welcome-user-shop-page__shop-slogan,.heading-primary--welcome-user-shop-page__slogan-logged-in{box-shadow:1rem 1rem 1rem #0000001a;color:#fff;font-weight:600;justify-content:center;letter-spacing:.3rem;position:absolute;text-shadow:.5rem 1rem 2rem #0003;text-transform:uppercase}.heading-primary--welcome-user-shop-page__slogan-logged-in{font-size:1.5rem;left:40%;padding:1rem 0;text-align:center;top:60%;width:32%}.heading-primary--welcome-user-product-videos-page{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;box-shadow:0 .3rem .3rem #ffffff12;color:#fff;display:flex;flex-direction:row!important;flex-wrap:nowrap;font-size:3rem;font-weight:600;justify-content:space-between;letter-spacing:.5rem;margin:-1rem auto 1rem;padding:1rem 10rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--welcome-user-product-videos-page__slogan-logged-in{background-image:linear-gradient(180deg,#ffffff1a,#ffffff1a 50%,#ffffff1a 51%,#ffffff1a);box-shadow:1rem 1rem 1rem #0000001a;color:#fff;font-size:2rem;font-weight:600;justify-content:flex-end;left:40%;letter-spacing:.3rem;padding:1rem 2rem;position:absolute;text-align:right;text-shadow:.5rem 1rem 2rem #0003;text-transform:uppercase;top:50%;width:35%}.heading-primary--welcome-user-product-videos-page__page-title-logged-in{background-color:#ffffff80;color:#04399cb3;font-size:3rem;font-weight:600;justify-content:center;letter-spacing:.3rem;margin:4rem auto 10rem;padding:1rem 10rem 1rem 15rem;text-shadow:.5rem 1rem 2rem #0003;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--welcome-user-product-videos-page__slogan{background-image:linear-gradient(180deg,#ffffff1a,#ffffff1a 50%,#ffffff1a 51%,#ffffff1a);box-shadow:.1rem .1rem .1rem #00000008;color:#fff;font-size:2.2rem;font-weight:600;justify-content:center;left:37%;letter-spacing:.3rem;padding:1rem 2rem;position:absolute;text-shadow:.5rem 1rem 2rem #0003;text-transform:uppercase;top:21%;width:40%}.heading-primary--welcome-user-product-videos-page__page-title-logged-out{background-color:#0000000d;color:#fff;font-size:5rem;font-weight:600;justify-content:center;left:30%;letter-spacing:.3rem;margin:0 auto;padding:.5rem;position:absolute;text-shadow:.5rem 1rem 2rem #0003;top:50%;width:40%}.heading-primary--main-2-seller-pict-seller-video-page{animation-duration:1s;animation-name:moveInLeft;animation-timing-function:ease-out;border-radius:50%!important;display:block;height:40%!important;margin:1rem auto;padding:0;width:60%!important}.heading-primary--sub{-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.5rem;letter-spacing:.7rem}.heading-primary--sub:hover{box-shadow:0 .2rem .2rem #0003;transform:translateY(-.5px);-webkit-transform:translateY(-.5px);-moz-transform:translateY(-.5px);-ms-transform:translateY(-.5px);-o-transform:translateY(-.5px)}@media (max-width:37.5em){.heading-primary--sub{letter-spacing:.5rem}}.heading-primary--sub-filters-shop{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:3rem;font-weight:700;letter-spacing:.7rem;padding:1rem 2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--sub-filters-shop:hover{box-shadow:0 .2rem .2rem #0003;transform:translateY(-.5px);-webkit-transform:translateY(-.5px);-moz-transform:translateY(-.5px);-ms-transform:translateY(-.5px);-o-transform:translateY(-.5px)}@media (max-width:37.5em){.heading-primary--sub-filters-shop{box-shadow:0 .2rem .2rem #0003;font-size:3.5rem;letter-spacing:.5rem}}.heading-primary--sub-filters-videos{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;box-shadow:0 .1rem .1rem #0003;cursor:pointer;display:block;font-size:2.5rem;font-weight:700;letter-spacing:.7rem;padding:1.5rem 3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--sub-filters-videos:hover{box-shadow:0 .3rem .3rem #0003;transform:translateY(-.5px);-webkit-transform:translateY(-.5px);-moz-transform:translateY(-.5px);-ms-transform:translateY(-.5px);-o-transform:translateY(-.5px)}@media (max-width:37.5em){.heading-primary--sub-filters-videos{box-shadow:0 .2rem .2rem #0003;font-size:3.5rem;letter-spacing:.5rem;padding:1.5rem 5rem}}.heading-primary--sub-order-titles{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff2b;box-shadow:.01rem .4rem .1rem #ffffff4d;display:block;font-size:1.8rem;font-weight:700;letter-spacing:.5rem;padding:.7rem 2rem .7rem 3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--sub-order-titles{font-size:3rem;padding-left:1rem}}.heading-primary--sub-order-summary{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa0d;box-shadow:.1rem .4rem .1rem #fff;color:#0e55b3;display:flex;font-size:1.7rem;font-weight:700!important;justify-content:center;justify-items:center;letter-spacing:.5rem;margin:2rem auto;padding:2rem 1rem;text-align:center;width:100%}@media (max-width:37.5em){.heading-primary--sub-order-summary{font-size:3rem}}.heading-primary--sub-order-contact-message-button-background{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa17;border:.2rem solid #0000001a;display:flex;font-size:1.7rem;font-weight:700!important;justify-content:center;justify-items:center;letter-spacing:.5rem;margin:2rem 0 0!important;padding:.2rem .1rem;text-align:center;width:100%}@media (max-width:37.5em){.heading-primary--sub-order-contact-message-button-background{font-size:3rem;margin-bottom:10rem!important}}.heading-primary--sub-order-shipping-type{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff3;color:#085eafcc;display:block;font-size:1.6rem;font-weight:600;letter-spacing:.5rem;margin:-1rem 5rem 2rem 0;padding:.7rem 2rem .7rem 3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--sub-order-shipping-type{font-size:2.5rem}}.heading-primary--download-pdf{display:flex;font-size:2rem;justify-content:center;justify-items:center;letter-spacing:.5rem;margin:1rem auto 2rem!important;padding:2rem auto!important;width:100%}.heading-primary--download-pdf,.heading-primary--sub-logo-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;font-weight:500}.heading-primary--sub-logo-title{display:block;font-size:1rem;letter-spacing:.1rem;margin-bottom:2rem}.heading-primary--sub-got-coupon{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;color:#00000080!important;display:block;font-size:2.2rem;font-weight:700!important;letter-spacing:.2rem}@media (max-width:37.5em){.heading-primary--sub-got-coupon{font-size:3.3rem}}.heading-primary--sub-got-coupon__note{font-size:1.5rem}@media (max-width:37.5em){.heading-primary--sub-got-coupon__note{font-size:3rem}}.heading-primary--sub-successful-payment{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff0f;color:#085eaf;display:block;font-size:1.8rem;font-weight:700;letter-spacing:.8rem;margin-bottom:-2rem;margin-top:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--sub-successful-payment__margin-bottom{margin-bottom:15rem}.heading-primary--sub-customer-pictures-our-community{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border-bottom:.5rem solid #0e55b380;color:#0e55b3;display:block;font-size:2.5rem;font-weight:700!important;letter-spacing:.5rem;margin-bottom:.1rem!important;margin-top:5rem;padding:1.3rem 7rem 1.3rem 3rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--sub-customer-pictures-our-community__margin-bottom{margin-bottom:15rem}.heading-primary--sub-1{font-size:3rem;font-weight:400}.heading-primary--sub-1,.heading-primary--sub-1-checkout-payment{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;letter-spacing:.5rem}.heading-primary--sub-1-checkout-payment{font-size:1.7rem;font-weight:500;margin-top:5rem;text-align:center}.heading-primary--sub-1-checkout-payment__success{color:#777}.heading-primary--sub-1-checkout-payment__no-coupon{color:#dd1d1d}.heading-primary--sub-1-checkout-payment-saved{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.4rem;font-weight:500;letter-spacing:.5rem;margin-top:.5rem;padding:0;text-align:center}.heading-primary--sub-1-checkout-payment-saved__color{color:#28b485}.heading-primary--sub-2{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #0000000d;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:700;letter-spacing:1rem;margin:0 auto;padding:1rem 7rem;text-transform:uppercase}@media (max-width:37.5em){.heading-primary--sub-2{font-size:3rem}}.heading-primary--sub-2:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--setup-stripe-payout-acount{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #0000000d;color:rgba(116,170,241,.992);cursor:pointer;display:block;font-size:1.6rem;font-weight:700;letter-spacing:.2rem;margin:0 auto;padding:1rem 7rem;text-transform:uppercase}@media (max-width:37.5em){.heading-primary--setup-stripe-payout-acount{font-size:3rem}}.heading-primary--setup-stripe-payout-acount:hover{box-shadow:0 1rem 2rem #0003;text-decoration:none!important;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--domain{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff!important;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #0000000d;color:#0e55b3;display:flex;flex-direction:column;font-size:1.7rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center!important;justify-items:center!important;letter-spacing:.1rem;margin:3rem 2rem;padding:7rem 3rem;text-align:center!important;text-transform:none}@media (max-width:37.5em){.heading-primary--domain{font-size:3rem;padding:2rem auto}}.heading-primary--sub-2-dashboard-admin{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff;border:none;border-radius:.5rem;box-shadow:.2rem .2rem .2rem #0003;color:#085eafcc;display:block;font-size:1.6rem;font-weight:700;letter-spacing:.5rem;margin:0 auto 2rem;padding:2rem 7rem;text-transform:uppercase;width:70%}@media (max-width:37.5em){.heading-primary--sub-2-dashboard-admin{font-size:3.2rem;width:80%}}.heading-primary--sub-2-dashboard-admin-payment-info{background-color:#ffffff80;box-shadow:.2rem .2rem .2rem #0003;color:#085eafcc;font-size:1.6rem;font-weight:700}.heading-primary--sub-2-customer-history-payment-info,.heading-primary--sub-2-dashboard-admin-payment-info{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.5rem;display:block;letter-spacing:.5rem;margin:2rem auto;padding:2rem 7rem .5rem;text-transform:uppercase}.heading-primary--sub-2-customer-history-payment-info{background-color:#fff;box-shadow:.1rem .1rem .1rem #0003;color:#0e55b3;font-size:1.5rem;font-weight:600;width:95%}@media (max-width:37.5em){.heading-primary--sub-2-customer-history-payment-info{font-size:2.2rem;padding-left:.5rem;padding-right:.5rem}}.heading-primary--sub-2-product-update{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff9;border:none;border-radius:.5rem;box-shadow:0 .3rem .3rem #ffffff03;color:#085eaf;display:block;font-size:1.6rem;font-weight:700;letter-spacing:.5rem;margin:5rem auto 1rem;padding:2rem;text-align:center;text-transform:uppercase}@media (max-width:37.5em){.heading-primary--sub-2-product-update{font-size:3rem}}.heading-primary--sub-2-product-update__err{color:#ff000080}.heading-primary--sub-2-product-customer-review{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff9;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #ffffff03;color:#085eafcc;display:block;font-size:1.4rem;font-weight:700;letter-spacing:.5rem;margin:5rem auto 1rem;padding:2rem;text-align:center;text-transform:uppercase}@media (max-width:37.5em){.heading-primary--sub-2-product-customer-review{font-size:3rem;padding:3rem 5rem!important}}.heading-primary--sub-2-product-customer-review__err{color:#ff000080}.heading-primary--sub-2-customer-pictures{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff40;border:.1rem solid #0000001a;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:0 .2rem .2rem #0000001a;color:#0e55b3;cursor:pointer;display:flex;font-size:1.8rem;font-weight:700!important;letter-spacing:.2rem;letter-spacing:.1rem;margin:5rem auto -1rem;padding:2rem 4rem!important;text-align:center;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--sub-2-customer-pictures{font-size:3rem}}.heading-primary--sub-2-shop-card-title{background-color:#0000;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 .5rem .5rem #ffffff03;margin:-3rem 0 3rem 2.5rem;padding:3rem .5rem .5rem 1rem;text-align:start;width:100%}.heading-primary--sub-2-shop-card-title,.heading-primary--sub-2-user-single-product{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;color:#085eafcc;display:block;font-size:1.4rem;font-weight:700;letter-spacing:.5rem;text-transform:uppercase}.heading-primary--sub-2-user-single-product{background-color:#fff6;border:none;border-radius:.5rem;box-shadow:.2rem .3rem .2rem #0000001a;margin:0 auto;padding:2rem}.heading-primary--sub-2-product-list-items{border-radius:.5rem;font-size:1.4rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.2rem;margin:0;padding:.5rem .9rem .5rem .5rem}.heading-primary--sub-2-product-list-items,.heading-primary--sub-2-successful-payment{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-weight:700;text-transform:uppercase}.heading-primary--sub-2-successful-payment{background-color:#ffffff4d;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #ffffff03;color:#085eafcc;font-size:1.8rem;letter-spacing:.5rem;margin:5rem auto 10rem;padding:3rem 0;width:55%}.heading-primary--sub-2-checkout-steps{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffffbf;border:none;border-radius:.5rem;box-shadow:.2rem .2rem .2rem #0000001a;display:flex;font-size:.5rem;font-weight:400;letter-spacing:.1rem;margin:7rem auto 1rem!important;text-transform:uppercase;width:85%}@media (max-width:37.5em){.heading-primary--sub-2-checkout-steps{margin-top:10rem!important;padding:0 2rem;width:90%}}.heading-primary--sub-2-create-product{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff1a;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #0000000d;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:700;letter-spacing:1rem;margin:0 auto;padding:1rem 7rem;text-transform:uppercase}.heading-primary--sub-2-create-product:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--sub-2-create-category{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #0000000d;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:700;letter-spacing:1rem;margin:0 auto;padding:1rem 7rem;text-transform:uppercase}.heading-primary--sub-2-create-category:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--sub-2-user-order-history{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa0a;border:none;border-radius:.5rem;box-shadow:0 .5rem .5rem #0000000d;color:#0e55b3cc;display:block;font-size:1.8rem;font-weight:700;letter-spacing:.3rem;margin:5rem auto!important;padding:2rem;text-transform:uppercase;width:70%}@media (max-width:37.5em){.heading-primary--sub-2-user-order-history{font-size:2.5rem}}.heading-primary--seller-dashboard-experience-education-title{background-color:#ff77300f;box-shadow:0 .5rem .5rem #0000000d;margin:10rem auto 1rem!important;text-align:center}.heading-primary--profile-exp-edu-title,.heading-primary--seller-dashboard-experience-education-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.5rem;color:rgba(116,170,241,.992);display:block;font-size:1.8rem;font-weight:700;letter-spacing:1rem;padding:2rem;text-transform:uppercase;width:70%}.heading-primary--profile-exp-edu-title{background-color:#ffffff0f;box-shadow:0 .5rem .5rem #5643fa26;margin:5rem auto 3rem}@media (max-width:37.5em){.heading-primary--profile-exp-edu-title{border:.2rem solid #fff;width:85%}}.heading-primary--sub-2-seller-profile-dashbaord-profile-title{margin:8rem auto;padding:2rem;text-align:center}.heading-primary--sub-2-seller-profile-dashbaord-profile-title,.heading-primary--sub-2-seller-profile-page-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:.5rem;color:rgba(116,170,241,.992);display:block;font-size:2rem;font-weight:700;letter-spacing:.5rem;text-transform:uppercase;width:60%}.heading-primary--sub-2-seller-profile-page-title{box-shadow:0 1.5rem 2rem #5643fa0f;margin:2rem auto 1rem;padding:1rem}.heading-primary--sub-2-seller-profile-dashbaord-logo{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffffb3;border:none;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;color:#085eaf;display:block;flex-direction:column;font-size:1.6rem;font-weight:500;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;letter-spacing:.3rem;padding:1rem auto 0;text-align:center;text-transform:uppercase;width:100%}@media (max-width:37.5em){.heading-primary--sub-2-seller-profile-dashbaord-logo{font-size:2.2rem}}.heading-primary--sub-2-user-order-details{background-color:#5643fa33;border-bottom:.2rem solid #0003;border-radius:.5rem;color:#fff;font-size:2rem;letter-spacing:.7rem;margin:2rem auto 10rem;padding:4rem 8rem;width:55%}.heading-primary--sub-2-user-order-details,.heading-primary--sub-2-user-wish-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-weight:700;text-align:center;text-transform:uppercase}.heading-primary--sub-2-user-wish-title{background-color:#ffffff4d;border:none;border-radius:.5rem;color:rgba(116,170,241,.992);font-size:2.2rem;letter-spacing:1rem;margin:5rem auto -5rem;padding:5rem 2rem;width:60%}.heading-primary--sub-3{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin-top:-3rem;padding:2rem 2rem 2rem 3rem}@media (max-width:37.5em){.heading-primary--sub-3{margin:1rem auto!important;padding:1rem auto!important;width:100%}}.heading-primary--admin-user-list{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.4rem;font-weight:500;letter-spacing:.3rem;margin-top:3rem;padding:0 0 20rem}.heading-primary--seller-create-home-form{background-color:#00000003;margin:3rem auto;width:85vw}.heading-primary--seller-create-home-form,.heading-primary--sub-3-seller-dashboard{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;padding:2rem 2rem 2rem 3rem}.heading-primary--sub-3-seller-dashboard{display:block;margin-top:13rem}@media (max-width:37.5em){.heading-primary--sub-3-seller-dashboard{margin-top:5rem}}.heading-primary--sub-3-admin-dashboard{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin-top:18rem;padding:2rem 2rem 2rem 3rem}@media (max-width:37.5em){.heading-primary--sub-3-admin-dashboard{margin-top:5rem}}.heading-primary--sub-3-admin-order-list{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin-top:5rem;padding:2rem}.heading-primary__profile{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:1rem}.heading-primary__profile--info{color:#000;font-weight:500}.heading-primary__profile--description{color:#000000b3;font-weight:500;justify-content:flex-start;width:100%!important}.heading-primary__profile--description-info{display:flex;justify-content:flex-end!important;justify-items:flex-end;margin-right:2rem;padding-bottom:1rem;width:100%!important}.heading-primary--sub-3-order-details-info{display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:4rem auto;padding:2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--sub-3-order-details-info,.heading-primary--sub-3-profile{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out}.heading-primary--sub-3-profile{display:flex;flex-direction:column;font-size:1.5rem;font-weight:400;letter-spacing:.2rem;margin-top:6rem;padding:2rem 2rem 2rem 3rem}@media (max-width:37.5em){.heading-primary--sub-3-profile{font-size:3rem;padding-left:4rem!important;padding-right:4rem!important}}.heading-primary--sub-3-edit-profile{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffffb3;display:flex;flex-direction:column;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:2rem 5rem;padding-bottom:5rem;padding-left:8rem;padding-top:4rem}@media (max-width:37.5em){.heading-primary--sub-3-edit-profile{font-size:2.7rem}}.heading-primary--sub-3-checkout-shipping-address{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin-top:3rem;padding:16rem 2rem 2rem 3rem}.heading-primary--sub-3-order-list-for-seller{margin-top:-3rem;width:80vw}.heading-primary--sub-3-create-product,.heading-primary--sub-3-order-list-for-seller{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;padding:2rem 2rem 2rem 3rem}.heading-primary--sub-3-create-product{box-shadow:.1rem .5rem .5rem #0000000d;margin:3rem auto 6rem}.heading-primary--sub-3-create-coupon{background-color:#ffffff80;box-shadow:.2rem .5rem 1.5rem #0000000d;color:#04399c;padding:5rem 2rem 5rem 3rem;width:85%}.heading-primary--sub-3-create-category,.heading-primary--sub-3-create-coupon{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:3rem auto 6rem}.heading-primary--sub-3-create-category{background-color:#ffffff4d;box-shadow:.1rem .5rem .5rem #0000000d;padding:2rem 2rem 2rem 6rem;width:65%}.heading-primary--sub-4{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffffb3;border:none;border-radius:8rem;box-shadow:0 .5rem 1rem #0000000d;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:700;letter-spacing:1rem;margin:0 auto;padding:2rem 5rem;text-transform:uppercase}.heading-primary--sub-4:hover{box-shadow:0 .5rem 1rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--sub-4:active,.heading-primary--sub-4:focus{box-shadow:0 .5rem 1rem #0000004d;outline:none;transform:translateY(-1px);-webkit-transform:translateY(-1px)}.heading-primary--sub-5{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fffc;border:none;border-radius:.5rem;box-shadow:0 1rem 2rem #0000000d;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:700;letter-spacing:1rem;margin:0 auto;padding:1.5rem 7rem;text-transform:uppercase}.heading-primary--sub-5:hover{box-shadow:0 1rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}@media (max-width:37.5em){.heading-primary--sub-5{font-size:3rem}}.heading-primary--sub-save-general-cart{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:7rem;box-shadow:0 1rem 2rem #0000000d;color:#74aaf1;display:block;font-size:1.8rem;font-weight:600;letter-spacing:.3rem;margin:0 auto;padding:1rem 7rem;text-transform:uppercase}.heading-primary--sub-save-general-cart:hover{box-shadow:0 1rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--sub-save-general-cart-login{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:7rem;box-shadow:0 1rem 2rem #0000000d;color:#74aaf1;display:block;font-size:1.8rem;font-weight:600;letter-spacing:.3rem;margin:0 auto;padding:1rem 3rem;text-align:center;text-transform:uppercase;width:45%}.heading-primary--sub-save-general-cart-login:hover{box-shadow:0 1rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary--sub-6{background-color:#ffffffe6;box-shadow:1rem .5rem 2rem #5643fa1a;color:rgba(116,170,241,.992);font-size:1.6rem;letter-spacing:1rem;margin:0 auto;padding:2rem;width:50%}.heading-primary--jumbotron-type-script,.heading-primary--sub-6{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.5rem;display:block;font-weight:700;text-transform:uppercase}.heading-primary--jumbotron-type-script{background-color:#ffffffb3;box-shadow:1rem .5rem 2rem #0000001a;color:#0e55b3;font-size:2.3rem;font-weight:bolder!important;letter-spacing:.7rem;margin:1rem auto 2rem;padding:1rem;width:60%}@media (max-width:37.5em){.heading-primary--jumbotron-type-script{font-size:3rem!important;font-weight:bolder}}.heading-primary--new-arrivals-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff3;border:none;border-radius:.5rem;box-shadow:0 .2rem 0 #5643fa1a;color:#0e55b3;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:1rem;margin:5rem auto 3rem;padding:2rem 10rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--new-arrivals-title{background-color:#ffffff4d;font-size:2.7rem}}.heading-primary--your-add-here-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#fff6;border:none;border-radius:.5rem;box-shadow:0 .2rem 0 #5643fa1a;color:#0e55b3;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:1rem;margin:5rem auto 3rem;padding:2rem 10rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--your-add-here-title{background-color:#ffffff4d;font-size:2.7rem}}.heading-primary--seller-coupon{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border-bottom:.2rem solid #5643fa80;border-radius:.5rem;color:#0e55b3;display:flex;font-size:1.6rem;font-weight:700;justify-content:center;letter-spacing:.15rem;margin:10rem auto 1rem!important;padding:2rem 10rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-primary--seller-coupon{font-size:3rem}}.heading-primary--seller-dashboard-company-name{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:.5rem;color:#0e55b3;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:.15rem;margin:2rem auto 5rem;padding:2rem;text-transform:uppercase;width:75%}@media (max-width:37.5em){.heading-primary--seller-dashboard-company-name{font-size:3rem}}.heading-primary--category-products-3-and-2-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border-bottom:.2rem solid #085eaf33;border-radius:.5rem;color:#085eaf;display:flex;font-size:1.8rem;font-weight:700;justify-content:center;letter-spacing:.3rem;margin:1rem auto 1rem 0;padding:1rem;text-transform:uppercase;width:100%}@media (max-width:37.5em){.heading-primary--category-products-3-and-2-title{font-size:3rem!important}}.heading-primary--home-1-best-sellers-title{background-color:#ffffff12;box-shadow:0 .1rem .1rem #0000001a;color:#fff;font-size:1.7rem;letter-spacing:1rem;margin:4rem auto 0;padding:1.5rem 1.3rem;width:60%}.heading-primary--home-1-best-sellers-title,.heading-primary--home-1-best-sellers-title-2{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border-radius:.5rem;display:flex;font-weight:700;justify-content:center;text-transform:uppercase}.heading-primary--home-1-best-sellers-title-2{background-color:#ffffffd9;color:#000000b3;font-size:2rem;font-weight:bolder!important;letter-spacing:.5rem;margin:3rem auto 1.3rem;padding:2rem 1rem;width:55%}@media (max-width:56.25em){.heading-primary--home-1-best-sellers-title-2{font-size:3rem;font-weight:bolder}}@media (max-width:37.5em){.heading-primary--home-1-best-sellers-title-2{font-size:3rem;font-weight:bolder;width:75%}}@media (max-width:23.4375em){.heading-primary--home-1-best-sellers-title-2{font-size:3rem;font-weight:bolder;width:75%}}.heading-primary--home-1-best-sellers-title-3{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:rgba(34,44,157,.051);border-radius:.5rem;box-shadow:0 .1rem .1rem #0000001a!important;color:#222c9d99;display:flex;font-size:2rem;font-weight:bolder!important;justify-content:center;letter-spacing:.5rem;margin:1rem auto;padding:2rem 1.3rem;text-transform:uppercase;width:65%}@media (max-width:56.25em){.heading-primary--home-1-best-sellers-title-3{font-size:3rem;font-weight:bolder}}@media (max-width:37.5em){.heading-primary--home-1-best-sellers-title-3{font-size:3.5rem;font-weight:bolder;width:75%}}@media (max-width:23.4375em){.heading-primary--home-1-best-sellers-title-3{font-size:3.5rem;font-weight:bolder;width:75%}}.heading-primary--home-1-best-sellers-category-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:rgba(34,44,157,.051);border-radius:.5rem;box-shadow:0 .1rem .1rem #0000001a!important;color:#222c9d99;display:flex;font-size:2rem;font-weight:bolder!important;justify-content:center;letter-spacing:.5rem;margin:1rem auto;padding:2rem 1.3rem;text-transform:uppercase;width:65%}@media (max-width:56.25em){.heading-primary--home-1-best-sellers-category-title{font-size:3rem;font-weight:bolder}}@media (max-width:37.5em){.heading-primary--home-1-best-sellers-category-title{font-size:3.5rem;font-weight:bolder;width:75%}}@media (max-width:23.4375em){.heading-primary--home-1-best-sellers-category-title{font-size:3.5rem;font-weight:bolder;width:75%}}.heading-primary--seller-profile-categories-and-sub-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa4d;border-radius:.5rem;box-shadow:1rem .5rem 2rem #5643fa1a;color:#fff;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:1rem;margin:3rem auto 1rem;padding:2rem;text-transform:uppercase;width:100%}.heading-primary--seller-home-new-arrivals-title{background-color:#085eaf08;box-shadow:.1rem .5rem .2rem #5643fa1a;color:#085eaf;margin:1rem auto 3rem;padding:2rem}.heading-primary--seller-home-best-seller-title,.heading-primary--seller-home-new-arrivals-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.5rem;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:1rem;text-transform:uppercase;width:65%}.heading-primary--seller-home-best-seller-title{box-shadow:.1rem .5rem .1rem #085eaf80;color:#fff;margin:2rem auto -1rem;padding:2rem 1rem}.heading-primary--seller-home-best-seller-podcasts-title{border:none;border-bottom:.2rem solid #ffffff80;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary----home-podcasts-title,.heading-primary--seller-home-best-seller-podcasts-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;color:#fff;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:1rem;margin:2rem auto 5rem;padding:2rem 1rem;text-transform:uppercase}.heading-primary----home-podcasts-title{border:none;border-bottom:.2rem solid #ffffff4d;width:65%}@media (max-width:56.25em){.heading-primary----home-podcasts-title{font-size:3rem}}.heading-primary--home-podcasts-title{box-shadow:.1rem .5rem .1rem #085eafe6;margin:2rem 2rem 5rem -2rem;width:100%}.heading-primary--home-podcasts-title,.heading-primary--seller-home-other-sellers-podcasts-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.5rem;color:#fff;display:flex;font-size:2rem;font-weight:700;letter-spacing:1rem;padding:2rem 1rem;text-transform:uppercase}.heading-primary--seller-home-other-sellers-podcasts-title{background-color:#063970b3;box-shadow:.01rem .5rem .1rem #ffffff4d;justify-content:center;margin:2rem auto;width:65%}@media (max-width:37.5em){.heading-primary--seller-home-other-sellers-podcasts-title{padding:2rem 5rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.heading-primary--public-press-release-page{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa08;border:.1rem solid #0000001a;border-radius:.5rem;color:#0e55b3;display:flex;font-size:2rem!important;font-weight:600;justify-content:center;letter-spacing:.2rem;margin:8rem auto 5rem!important;padding:1.5rem;text-transform:uppercase;width:80%!important}@media (max-width:37.5em){.heading-primary--public-press-release-page{font-size:3rem!important;width:90%!important}}.heading-primary--public-press-release-page__posts{background-color:#ffffff80;color:#085eaf;display:flex;flex-direction:column;font-size:1.5rem;font-weight:500;margin:1rem auto;padding:2rem 2rem 3rem;width:70%}.heading-primary--profile-public-press-release{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffffb3;border-radius:.5rem;color:#085eaf;display:flex;font-size:2rem;font-weight:500;justify-content:center;letter-spacing:.3rem;margin:8rem auto 5rem;padding:1.7rem;text-transform:capitalize;width:65%}@media (max-width:37.5em){.heading-primary--profile-public-press-release{font-size:3.5rem;padding-left:5rem;padding-right:5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.heading-primary--seller-home-categories-title-loading{background-color:#ffffff80;box-shadow:1rem .5rem 2rem #5643fa1a;font-size:3rem;justify-content:center;margin:18rem auto;width:70rem}.heading-primary--seller-all-producats-page-categories-list,.heading-primary--seller-home-categories-title-loading{border-radius:.5rem;color:#085eaf;display:flex;font-weight:500;justify-items:center;letter-spacing:.3rem;padding:2rem;text-transform:capitalize}.heading-primary--seller-all-producats-page-categories-list{background-color:#eeeeee80;box-shadow:.5rem .5rem .5rem #5643fa1a;font-size:1.6rem;margin:1rem 0;width:100%}.heading-primary--seller-home-categories-title{background-color:#ffffff4d!important;border-bottom:.2rem solid #0639701a!important;border:none;display:flex;font-weight:700;font-weight:bolder!important;margin-bottom:2rem;margin-top:1rem;padding:2rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-primary--home-subcategories-title,.heading-primary--seller-home-categories-title{animation:moveInRight 1s;-webkit-animation:moveInRight 1s;font-size:1.8rem;letter-spacing:.3rem}.heading-primary--home-subcategories-title{background-color:#ffffffb3!important;border:.3rem solid #ffffffe6;border-radius:.5rem;box-shadow:.1rem .1rem .3rem #0000001a;color:#0e55b3;cursor:pointer;font-weight:700;padding:1rem 5rem;text-align:center!important;text-transform:capitalize}.heading-primary--home-subcategories-title:hover{box-shadow:.2rem .2rem .3em #0000001a;transform:translateY(-1.5px);-webkit-transform:translateY(-1.5px);-moz-transform:translateY(-1.5px);-ms-transform:translateY(-1.5px);-o-transform:translateY(-1.5px)}@media (max-width:56.25em){.heading-primary--home-subcategories-title{font-size:3rem!important;padding:3rem auto!important;text-align:left}}@media (max-width:37.5em){.heading-primary--home-subcategories-title{font-size:3.5rem!important;height:100%!important;padding:5rem 6rem!important;text-align:center!important;width:100%!important}}@media (max-width:23.4375em){.heading-primary--home-subcategories-title{display:flex;flex-direction:column!important;font-size:3rem!important;height:100%!important;height:50%!important;margin-left:2rem;padding:0 2rem!important;text-align:center!important}}.heading-primary--home-categories-title{animation:moveInRight 1s;-webkit-animation:moveInRight 1s;background-color:#fff!important;border-bottom:.1rem solid #ffffffe6;border-radius:.5rem;box-shadow:.1rem .1rem .3rem #0000004d;color:#0e55b3;display:block;font-size:1.7rem;font-weight:bolder;letter-spacing:.3rem;margin-right:1rem!important;padding:0 2rem;text-align:center!important;text-transform:uppercase}@media (min-width:112.51em){.heading-primary--home-categories-title{font-size:2rem!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem 3rem!important;text-align:left}}@media (max-width:56.25em){.heading-primary--home-categories-title{font-size:2.5rem!important;margin-right:3rem!important;text-align:left}}@media (max-width:37.5em){.heading-primary--home-categories-title{font-size:2.5rem!important;font-weight:700;padding:0 3rem!important;text-align:center!important}}@media (max-width:23.4375em){.heading-primary--home-categories-title{font-size:3rem!important;font-weight:700;text-align:center!important}}.heading-primary--home-categories-title-phone{animation:moveInRight 1s;-webkit-animation:moveInRight 1s;background-color:#ffffffe6!important;border-bottom:.1rem solid #ffffffe6;border-radius:.5rem;box-shadow:.1rem .1rem .3rem #0000004d;color:#0e55b3;display:flex;flex-direction:column;font-size:4rem!important;font-weight:bolder;letter-spacing:.3rem;padding-bottom:3rem!important;padding-top:3rem!important;text-align:center!important;text-transform:uppercase;width:30vw}@media (max-width:56.25em){.heading-primary--home-categories-title-phone{font-size:2.5rem!important;padding:3rem auto!important;text-align:left}}@media (max-width:23.4375em){.heading-primary--home-categories-title-phone{font-size:3rem!important;padding:2rem 3rem!important;text-align:left}}.heading-primary--seller-all-products-page-categories-title{animation:moveInRight 1s;-webkit-animation:moveInRight 1s;background-color:#28b4851a;border-bottom:.1rem solid #ffffffe6;border-radius:.5rem;box-shadow:.1rem .1rem .3rem #0000004d;color:#fff;display:flex;font-size:1.7rem;font-weight:600;letter-spacing:.3rem;padding:3rem;text-transform:uppercase}.heading-primary--seller-home-sub-category-products-title{border-radius:.5rem;box-shadow:1rem .5rem 2rem #0000004d;margin:2rem auto;padding:.5rem 0;width:75%}.heading-primary--home-category-products-title,.heading-primary--seller-home-sub-category-products-title{animation:moveInRight 21s 1s;-webkit-animation:moveInRight 21s 1s;background-color:#ffffff80;display:block;font-size:2rem;font-weight:600;letter-spacing:.3rem;text-transform:uppercase;z-index:100}.heading-primary--home-category-products-title{margin:-2rem auto 3rem}.heading-primary--home-category-products-title,.heading-primary--seller-home-category-products-title{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:.1rem .1rem .1rem #00000003;padding:2rem 0;width:30%}.heading-primary--seller-home-category-products-title{animation:moveInRight 21s 1s;-webkit-animation:moveInRight 21s 1s;background-color:#ffffff80;display:block;font-size:2rem;font-weight:600;letter-spacing:.3rem;margin:3rem auto 1.5rem;text-transform:uppercase;z-index:100}.heading-primary--comments-title{background-color:#ff773026;box-shadow:1rem .5rem 2rem #5643fa1a;color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.2rem;margin:2rem 1rem 1rem -1rem;padding:1rem;text-align:center!important;width:100%}.heading-primary--comments-title,.heading-primary--posts-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.5rem;display:flex;text-transform:uppercase}.heading-primary--posts-title{background-color:#5643fa12;color:#ff7730;font-size:1.7rem;font-weight:700!important;justify-content:center;letter-spacing:.5rem;margin:5rem auto 0;padding:1.5rem;text-align:center;width:80%}@media (max-width:37.5em){.heading-primary--posts-title{font-size:2.5rem}}.heading-primary--coupon-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa33;border:none;border-radius:.5rem;box-shadow:1rem .5rem 2rem #5643fa1a;color:#fff;display:block;font-size:2rem;font-weight:700;letter-spacing:1rem;margin:7rem auto 1rem;padding:1.5rem 2rem;text-transform:uppercase;width:100%}.heading-primary--social-menu{background-color:#085eaf33;border-radius:.5rem;justify-content:center;margin:4rem auto 1rem;text-align:center;width:60%}.heading-primary--social-menu,.heading-primary--social-menu-press-release-page{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;box-shadow:1rem .5rem 2rem #5643fa4d;color:#fff;display:flex;font-size:1.1rem;font-weight:600;letter-spacing:1rem;padding:1.5rem 2rem;text-transform:uppercase}.heading-primary--social-menu-press-release-page{background-color:#5643fa33;border:none;border-radius:.5rem;flex-direction:row;justify-content:space-around;margin:3rem auto;width:45%}.heading-primary--sub-profile-form{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:.5rem;color:rgba(116,170,241,.992);display:block;font-size:1.6rem;font-weight:700;letter-spacing:1rem;margin:0 auto;padding:1rem 7rem;text-transform:uppercase}.heading-primary--sub-profile-form:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-secondary{background-image:linear-gradient(90deg,#085eaf,#085eaf);display:inline-block;font-size:3rem;font-weight:700;margin-top:5rem}@media (max-width:56.25em){.heading-secondary{font-size:3rem}}@media (max-width:37.5em){.heading-secondary{font-size:2.5rem}}.heading-secondary__sub{margin-left:5rem}.heading-secondary-seller-form1-title{background-color:#ffffff80;box-shadow:0 .5rem .8rem #00000008;color:#085eafcc;font-size:1.7rem;font-weight:600;letter-spacing:.2rem;margin:3rem auto!important;padding:1.5rem 1rem;text-transform:capitalize;transition:all .2s;width:75%}@media (max-width:37.5em){.heading-secondary-seller-form1-title{font-size:3rem}}.heading-secondary-seller-form1-title__sub{margin-left:5rem}.heading-secondary-seller-form1-title-2nd-design-with-clip-path{background-color:#fff6;box-shadow:0 .5rem .8rem #00000008;color:#085eafcc;font-size:1.5rem;font-weight:600;letter-spacing:.2rem;margin:2rem auto 3rem;padding:1.5rem 1rem;text-transform:capitalize;transition:all .2s;width:75%}@media (max-width:37.5em){.heading-secondary-seller-form1-title-2nd-design-with-clip-path{font-size:3.5rem}}.heading-secondary-seller-form1-title-2nd-design-with-clip-path__sub{margin-left:5rem}.heading-secondary-seller-form2-title{font-size:1.7rem}.heading-secondary-seller-form2-title,.heading-seller-home-tri-picts-orange-title{background-color:#ffffff73;border-bottom:.2rem solid #fff6;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;box-shadow:0 .1rem 13rem #0000001a;color:#085eafcc;font-weight:600;letter-spacing:.2rem;margin:1rem auto 2rem;padding:2rem 1rem;text-transform:capitalize;width:75%}.heading-seller-home-tri-picts-orange-title{font-size:1.4rem}.heading-secondary-seller-form-title-width-100{background-color:#ffffff80;box-shadow:.5rem .5rem .8rem #00000008;color:#000000b3;font-size:1.7rem;font-weight:600;font-weight:700;letter-spacing:.2rem;padding:1.5rem 1rem;text-transform:capitalize;transition:all .2s}@media (max-width:37.5em){.heading-secondary-seller-form-title-width-100{font-size:2rem}}.heading-secondary-seller-form-6-col-1-of-2-title-width-100{background-color:#28b48580;font-size:1.8rem}.heading-secondary-seller-form-6-col-1-of-2-blue-background-title-width-100,.heading-secondary-seller-form-6-col-1-of-2-title-width-100{box-shadow:0 .5rem .8rem #0003;color:#fff;font-weight:600;letter-spacing:.2rem;margin:5rem 0 4rem;padding:1.5rem 1rem;text-transform:capitalize;transition:all .2s}.heading-secondary-seller-form-6-col-1-of-2-blue-background-title-width-100{background-color:#085eaf80;font-size:1.3rem}.heading-secondary-seller-create-home-pink-green-col-1-of-2-title{background-color:#30827c4d;box-shadow:0 .5rem .8rem #0003;color:#fff;font-size:1.6rem;font-weight:600;letter-spacing:.2rem;margin:4rem 0 3rem;padding:2rem 1rem;text-transform:capitalize;transition:all .2s}@media (max-width:37.5em){.heading-secondary-seller-create-home-pink-green-col-1-of-2-title{margin-top:0}}.heading-secondary-seller-form-podcasts-title-width-100{background-color:#085eaf1a;border-bottom:.2rem solid #0003;color:#085eaf;font-size:1.5rem;font-weight:600;letter-spacing:.2rem;margin:1rem auto;padding:1.5rem 1rem;text-transform:uppercase;width:75%}.heading-secondary-seller-form-podcasts-title-width-100__sub{margin-left:5rem}.edit-remove-container{background-color:#5643fa08;border:.25rem solid #fff3;box-shadow:.2rem .2rem .3rem #fff3;display:flex;flex-direction:row;justify-content:space-around;margin:5rem auto;width:75%}.heading-secondary-seller-form-podcasts-title-width-100-new-design{background-color:#ffffff80;border-bottom:.4rem solid #085eaf99;color:#085eaf;font-size:1.5rem;font-weight:600;letter-spacing:.2rem;margin:1rem auto;padding:1.5rem 1rem;text-transform:uppercase;width:75%}.heading-secondary-seller-form-podcasts-title-width-100-new-design__sub{margin-left:5rem}.heading-secondary-seller-form-podcasts-title-width-100-black-design{background-color:#0000000a;border-bottom:.4rem solid #085eafe6;color:#fff;font-size:2rem;font-weight:600;letter-spacing:.2rem;margin:1rem auto;padding:1.5rem 1rem;text-transform:uppercase;width:75%}.heading-secondary-seller-form-podcasts-title-width-100-black-design__sub{margin-left:5rem}.heading-secondary-seller-form-podcasts-title-width-100-black-design-2{background-color:#fff0;border-bottom:.4rem solid #06397080;color:#ffffffb3;font-size:1.6rem;font-weight:700;letter-spacing:.2rem;margin:1rem auto 3rem;padding:1.5rem 1rem;text-transform:uppercase;width:75%}.heading-secondary-seller-form-podcasts-title-width-100-black-design-2__sub{margin-left:5rem}.heading-tertiary{display:inline-block;font-size:1.6rem;font-weight:700;margin-bottom:1rem;margin-top:-3rem}@media (max-width:37.5em){.heading-tertiary{font-size:3rem;padding-left:1rem;padding-right:1rem}}.heading-tertiary__our-mission{color:#000000b3;font-size:1.9rem;font-weight:bolder!important;letter-spacing:.1rem;margin-bottom:.5rem}@media (max-width:37.5em){.heading-tertiary__our-mission{font-size:3.8rem;margin-bottom:.5rem;padding-left:2rem}}.heading-order-summary-products{color:#085eaf;display:inline-block;font-size:1.6rem;font-weight:700;margin-bottom:1rem;margin-top:-3rem}@media (max-width:37.5em){.heading-order-summary-products{color:#085eaf;font-size:2.5rem;font-weight:700}}.heading-subtitle--tri-pict-orange{display:inline-block;font-size:1.4rem;font-weight:500;margin-bottom:1rem;margin-top:-3rem}.heading-seller-home-public-paragraph-title{display:inline-block;font-size:1.7rem;font-weight:700;margin-bottom:.5rem;margin-top:1.5rem}@media (max-width:37.5em){.heading-seller-home-public-paragraph-title{font-size:2.5rem}}.heading-seller-home-public-form-6-paragraph-title{display:flex;flex-direction:column;font-size:1.7rem;font-weight:600;justify-content:flex-start;margin-bottom:2rem;margin-top:3rem;text-align:center!important}@media (max-width:37.5em){.heading-seller-home-public-form-6-paragraph-title{font-size:3rem;margin-top:1.5rem}}.heading-seller-home-create-pink-green-form-paragraph-title{display:flex;flex-direction:column;font-size:1.6rem;font-weight:600;justify-content:flex-start;margin-bottom:3rem;margin-top:3rem}@media (max-width:37.5em){.heading-seller-home-create-pink-green-form-paragraph-title{font-size:3rem;margin-bottom:2rem;margin-top:2rem}}.heading-tertiary--seller-create-form-4-title{display:inline-block;font-size:1.7rem;font-weight:600;margin-bottom:1rem;margin-top:3rem}@media (max-width:37.5em){.heading-tertiary--seller-create-form-4-title{font-size:3rem;margin-top:2rem}}.paragraph{display:flex;flex-direction:row;font-size:1.5rem;justify-content:flex-start;justify-items:center;text-align:justify}@media (max-width:37.5em){.paragraph{font-size:3rem;height:15vh;overflow-y:auto;padding:1rem}}.paragraph-our-mission{color:#000c;display:flex;flex-direction:row;font-size:1.8rem;justify-content:flex-start;justify-items:center;text-align:justify}@media (max-width:37.5em){.paragraph-our-mission{font-size:3.5rem;padding:1rem 2rem}}.paragraph-seller-home-form-7-big-picture{display:flex;flex-direction:row;font-size:1.5rem;justify-content:flex-start;justify-items:flex-start;text-align:justify}@media (max-width:37.5em){.paragraph-seller-home-form-7-big-picture{font-size:2rem}}.paragraph-seller-home-public{display:flex;flex-direction:row;font-size:1.6rem;justify-content:flex-start;justify-items:center;padding:.5rem 3rem;text-align:justify}@media (max-width:37.5em){.paragraph-seller-home-public{font-size:2.5rem}}.paragraph-seller-home-public-form-6{display:flex;flex-direction:row;font-size:1.6rem;justify-content:flex-start;justify-items:center;padding:1rem 3rem;text-align:justify}@media (max-width:37.5em){.paragraph-seller-home-public-form-6{font-size:3rem;height:10vh;overflow-y:auto}}.paragraph-seller-create-pink-green-square{display:flex;flex-direction:row;font-size:1.6rem;justify-content:flex-start;justify-items:center;margin-top:-1rem;padding:0 3rem;text-align:justify}@media (max-width:37.5em){.paragraph-seller-create-pink-green-square{font-size:3rem;height:30vh;overflow-y:auto;padding-bottom:5rem;padding-top:3rem}}.paragraph-podcast-home-form{background-color:#ffffff80;color:#000c;font-size:1.6rem;height:100%;margin:auto 1rem;padding:3rem}.paragraph--seller-create-form-4-paragraph,.paragraph-podcast-home-form{display:flex;flex-direction:row;justify-content:flex-start;justify-items:center;text-align:justify}.paragraph--seller-create-form-4-paragraph{font-size:1.5rem}@media (max-width:37.5em){.paragraph--seller-create-form-4-paragraph{font-size:3rem;height:15rem;margin-bottom:3rem;margin-top:2rem;overflow-y:auto}}.heading-primary-upload-file{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:1%;color:#fff;text-transform:uppercase;width:65%}.heading-primary-upload-file__sub{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.3rem;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:2rem 5rem;padding:2rem}.heading-primary-upload-file__sub:hover{border:none;box-shadow:0 1.5rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary-upload-file__sub:active,.heading-primary-upload-file__sub:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.heading-primary-create-product{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:1%;color:#fff;text-transform:uppercase;width:65%}.heading-primary-create-product__sub{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.3rem;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:2rem auto 1rem;padding:2rem}.heading-primary-create-product__sub:hover{border:none;box-shadow:0 1.5rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary-create-product__sub:active,.heading-primary-create-product__sub:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.heading-primary-create-customer-picture{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:#5643fa4d;border:none;border-radius:1%;border-radius:5rem;-webkit-border-radius:5rem;-moz-border-radius:5rem;-ms-border-radius:5rem;-o-border-radius:5rem;border-radius:.3rem;color:#fff;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:5rem 40% .1rem!important;padding:1rem;text-transform:uppercase;width:20%}@media (max-width:37.5em){.heading-primary-create-customer-picture{font-size:3rem;width:30%}}.heading-primary-create-customer-picture:hover{background-color:#5643fa66;box-shadow:0 1.5rem 2rem #0000001a;transform:translateY(-1.2px);-webkit-transform:translateY(-1.2px);-moz-transform:translateY(-1.2px);-ms-transform:translateY(-1.2px);-o-transform:translateY(-1.2px)}.heading-primary-create-customer-picture:active,.heading-primary-create-customer-picture:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.heading-primary-create-videos{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:1%;color:#fff;text-transform:uppercase;width:65%}.heading-primary-create-videos__sub{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.3rem;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:-5rem auto 11rem;padding:2rem}.heading-primary-create-videos__sub:hover{border:none;box-shadow:0 1.5rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary-create-videos__sub:active,.heading-primary-create-videos__sub:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.heading-primary-create-podcast{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:1%;color:#fff;margin:0 auto!important;text-transform:uppercase;width:65%}.heading-primary-create-podcast__sub{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;border:none;border-radius:.3rem;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:1rem auto 11rem;padding:2rem}.heading-primary-create-podcast__sub:hover{border:none;box-shadow:0 1.5rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.heading-primary-create-podcast__sub:active,.heading-primary-create-podcast__sub:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.podcast-form{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #5643fa1a;flex-direction:column;margin:8rem auto 5rem;padding:2rem 0!important;width:100%}.podcast-form,.podcast-player{border-radius:.3rem;display:flex;justify-content:center;justify-items:center}.podcast-player{flex-direction:row;margin:8rem auto 0;padding:-1rem .2rem 1rem 1.5rem!important;width:30rem!important}.heading-primary-create-category{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:1%;color:#fff;text-transform:uppercase;width:65%}.heading-primary-create-category__sub{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#5643fa4d;border:none;border-radius:.3rem;box-shadow:0 .5rem 1.5rem #0000001a;display:block;font-size:1.6rem;font-weight:500;letter-spacing:.3rem;margin:0 auto 2rem;padding:1rem;width:40%}.heading-primary-create-category__sub:hover{border:none;box-shadow:0 .5rem 1.5rem #0000001a;transform:translateY(-5px);-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px)}.heading-primary-create-category__sub:active,.heading-primary-create-category__sub:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.heading-primary-admin-nav{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:1%;color:#fff;text-transform:uppercase;width:85%}.heading-primary-admin-nav__sub{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#ffffff80;border:none;border-radius:.3rem;color:#fff;display:block;font-size:1.8rem;font-weight:500;letter-spacing:.3rem;margin:2rem 2rem 2rem -1rem;padding:4rem 2rem 10rem}.heading-sub-category--title{background-color:#5643fa33;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#ffffffb3;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;margin:3rem auto 2rem;padding:2rem 0;width:75%}.heading-sub-category--title:after{clear:both;content:"";display:table}.heading-sub-category--title [class^=col-]{float:left}.heading-sub-category--title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-create-video--title{background-color:#5643fa4d;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#fff;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;margin:10rem auto 2rem;padding:2rem 0;width:75%}.heading-create-video--title:after{clear:both;content:"";display:table}.heading-create-video--title [class^=col-]{float:left}.heading-create-video--title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-create-product--title{background-color:#5643fa4d;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#fff;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;margin:10rem auto 2rem;padding:2rem 0;width:75%}.heading-create-product--title:after{clear:both;content:"";display:table}.heading-create-product--title [class^=col-]{float:left}.heading-create-product--title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-existing-coupons-title{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;margin:2rem auto 3rem;padding:2rem 0;width:75%}@media (max-width:37.5em){.heading-existing-coupons-title{font-size:3.5rem}}.heading-existing-coupons-title:after{clear:both;content:"";display:table}.heading-existing-coupons-title [class^=col-]{float:left}.heading-existing-coupons-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-page-title{background-color:#ffffff73;border-radius:1%;box-shadow:0 .3rem .3rem #0000000d;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:2.5rem;font-weight:500;justify-content:center;justify-items:center;margin:10rem auto 0;padding:2rem 0;width:45%}.heading-page-title:after{clear:both;content:"";display:table}.heading-page-title [class^=col-]{float:left}.heading-page-title--background{background-color:#fff}.heading-page-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-profile-company-name{background-color:#fff9;border-bottom:.1rem solid #0000001a;border-radius:1%;color:#0e55b3;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.2rem;margin:10rem auto 2rem;padding:2rem 0;width:70%}@media (max-width:37.5em){.heading-seller-profile-company-name{font-size:3.5rem;padding:2rem 5rem;text-align:center;width:95%}}.heading-seller-profile-company-name:after{clear:both;content:"";display:table}.heading-seller-profile-company-name [class^=col-]{float:left}.heading-seller-profile-press-release-title{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#0e55b3;display:flex;font-size:2.4rem;font-weight:400;justify-content:center;justify-items:center;margin:4rem auto;padding:2rem 0;width:80%}@media (max-width:37.5em){.heading-seller-profile-press-release-title{font-size:3.5rem;width:90%}}.heading-seller-profile-press-release-title:after{clear:both;content:"";display:table}.heading-seller-profile-press-release-title [class^=col-]{float:left}.heading-order-list-for-seller-total-orders-title{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#0e55b3;display:flex;font-size:2.4rem;font-weight:400;justify-content:center;justify-items:center;margin:4rem auto;padding:2rem 0;width:70%}.heading-order-list-for-seller-total-orders-title:after{clear:both;content:"";display:table}.heading-order-list-for-seller-total-orders-title [class^=col-]{float:left}.heading-seller-profile-dashboard-info{background-color:#fff9;border-radius:1%;box-shadow:0 .3rem .3rem #705ace33;display:block;font-size:1.6rem;font-weight:400;justify-content:flex-start;margin:2rem auto 2rem 5rem;padding:3rem;width:100%}.heading-seller-profile-dashboard-info__content{background-color:#00000005}@media (max-width:37.5em){.heading-seller-profile-dashboard-info{font-size:3rem}}.heading-seller-profile-seller-info{background-color:#fffc;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;display:block;font-size:1.9rem;font-weight:400;justify-content:flex-start;margin:2rem auto 2rem 5rem;padding:5rem 2rem;width:100%}@media (max-width:37.5em){.heading-seller-profile-seller-info{font-size:3.5rem}}.heading-seller-profile-seller-info__content{background-color:#5643fa05;border-radius:3%;-webkit-border-radius:3%;-moz-border-radius:3%;-ms-border-radius:3%;-o-border-radius:3%;margin:1rem;padding:2rem}.heading-seller-profile-seller-info:after{clear:both;content:"";display:table}.heading-seller-profile-seller-info [class^=col-]{float:left}.heading-seller-profile-mession{background-color:#ffffff80;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;display:block;font-size:1.6rem;font-weight:400;justify-content:flex-start;margin:4rem auto;padding:3rem 2rem;width:100%}@media (max-width:37.5em){.heading-seller-profile-mession{font-size:3rem}}.heading-seller-profile-mession__content{background-color:#5643fa05;border-radius:3%;-webkit-border-radius:3%;-moz-border-radius:3%;-ms-border-radius:3%;-o-border-radius:3%;margin:1rem;padding:2rem}@media (max-width:37.5em){.heading-seller-profile-mession__content{font-size:3rem!important}}.heading-seller-profile-mession:after{clear:both;content:"";display:table}.heading-seller-profile-mession [class^=col-]{float:left}.heading-seller-profile-dashboard-press-release{background-color:#ffffff80;border-radius:1%;box-shadow:0 .5rem 1rem #705ace33;display:block;font-size:1.6rem;font-weight:500;justify-content:flex-start;margin:2rem auto;padding:3rem 5rem;width:80%}@media (max-width:37.5em){.heading-seller-profile-dashboard-press-release{font-size:3rem;margin-bottom:15rem;padding:3rem;width:95%}}.heading-seller-profile-dashboard-press-release__content{background-color:#5643fa08;border:.2rem solid #00000008;color:#0e55b3;margin:2rem auto}.heading-seller-profile-dashboard-press-release:after{clear:both;content:"";display:table}.heading-seller-profile-dashboard-press-release [class^=col-]{float:left}.heading-seller-videos-page-title{background-color:#fffffff2;border-radius:1%;color:#04399cd9;font-size:2.3rem;font-weight:500;justify-content:center;justify-items:center;margin:1rem 0!important;padding:2rem 1rem;text-shadow:.2rem .2rem .2rem #00000026;width:100%}@media (max-width:37.5em){.heading-seller-videos-page-title{font-size:3.5rem}}.heading-seller-videos-page-title:after{clear:both;content:"";display:table}.heading-seller-videos-page-title [class^=col-]{float:left}.heading-seller-videos-page-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-header-section-business-title{background-color:#ffffff1a;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#fff;font-size:2.5rem;font-weight:400;justify-content:center;justify-items:center;margin:1rem auto 3rem;padding:2rem 0;width:100%}.heading-seller-header-section-business-title:after{clear:both;content:"";display:table}.heading-seller-header-section-business-title [class^=col-]{float:left}.heading-seller-header-section-business-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-header-profile-not-edited-title{background-color:#ffffff1a;border-radius:1%;box-shadow:0 .1rem .1rem #0000000d;color:#fff;font-size:3.5rem;font-weight:400;justify-content:center;justify-items:center;margin:1rem auto 3rem;padding:2rem 0;width:65%}.heading-seller-header-profile-not-edited-title:after{clear:both;content:"";display:table}.heading-seller-header-profile-not-edited-title [class^=col-]{float:left}.heading-seller-header-profile-not-edited-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-header-profile-not-edited-message{background-color:#ff77300d;border-radius:1%;box-shadow:0 .1rem .1rem #0000001a;color:#fff;font-size:2.5rem;font-weight:400;justify-content:center;justify-items:center;margin:0 auto 3rem;padding:2rem 0;width:65%}.heading-seller-header-profile-not-edited-message:after{clear:both;content:"";display:table}.heading-seller-header-profile-not-edited-message [class^=col-]{float:left}.heading-seller-header-profile-not-edited-message--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-single-video-related-videos-title{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #0000001a;color:#0e55b3;font-size:2.5rem;font-weight:400;margin:2rem auto 5rem}.heading-seller-profile-company-site,.heading-single-video-related-videos-title{border-radius:1%;display:flex;flex-wrap:wrap;justify-content:center;justify-items:center;padding:1.5rem 0;width:95%}.heading-seller-profile-company-site{background-color:#06397005;box-shadow:0 .2rem .2rem #0000000d;color:#000;font-size:1.9rem;font-weight:500;margin:2rem auto}@media (max-width:37.5em){.heading-seller-profile-company-site{font-size:3rem}}.heading-seller-profile-picture{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:15rem;padding-left:auto;padding-right:auto}.heading-seller-press-release-picture-public,.heading-seller-profile-picture{color:#000;display:flex;flex-direction:row;font-size:5rem;font-weight:700;justify-content:center;justify-items:center;margin:2rem 0;width:100%}.heading-seller-press-release-picture-public{background-color:#77777705;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%}.heading-seller-press-release-posts{font-size:1.6rem;font-weight:500;justify-content:flex-start;justify-items:center;padding-left:0;padding-right:0}.heading-dashboard-analysis,.heading-seller-press-release-posts{border-radius:1%;color:#0e55b3;display:flex;flex-direction:row;width:95%}.heading-dashboard-analysis{background-color:#ffffff1a;box-shadow:0 .5rem 1rem #0000001a;flex-wrap:wrap;font-size:2.5rem;font-weight:400;margin:2rem auto;padding:1.5rem 0}.heading-single-video-sub-column-title{background-color:#5643fa4d;border-bottom:.5rem solid #fffc;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#fff;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:0 auto 1.5rem;padding:1.5rem 0;text-transform:uppercase;width:100%}.heading-single-video-sub-column-title:after{clear:both;content:"";display:table}.heading-single-video-sub-column-title [class^=col-]{float:left}.heading-single-video-sub-column-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-profile-welcome{background-color:#5643fa33;border-bottom:.5rem solid #fffc;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#fff;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:0 auto 1.5rem;padding:2rem 0;text-transform:uppercase;width:85%}@media (max-width:37.5em){.heading-seller-profile-welcome{font-size:4rem}}.heading-seller-profile-welcome:after{clear:both;content:"";display:table}.heading-seller-profile-welcome [class^=col-]{float:left}.heading-seller-profile-welcome--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-public-all-podcasts-podcast-info-questions-columns{background-color:#ffffffb3;border-bottom:.5rem solid #5643fa4d;border-radius:1%;box-shadow:0 .1rem .1rem #0000001a;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:0 auto .5rem;padding:1.5rem 0;text-transform:uppercase;width:100%}.heading-seller-public-all-podcasts-podcast-info-questions-columns:after{clear:both;content:"";display:table}.heading-seller-public-all-podcasts-podcast-info-questions-columns [class^=col-]{float:left}.heading-seller-public-all-podcasts-podcast-info-questions-columns--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-public-single-podcast-and-video-info-and-questions-columns{background-color:#ffffffb3;border-bottom:.5rem solid #5643fa4d;border-radius:1%;box-shadow:0 .1rem .1rem #0000001a;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:0 auto .5rem;padding:1.5rem 0;text-transform:uppercase;width:100%}@media (max-width:37.5em){.heading-seller-public-single-podcast-and-video-info-and-questions-columns{font-size:3rem;margin-top:10rem}}.heading-seller-public-single-podcast-and-video-info-and-questions-columns:after{clear:both;content:"";display:table}.heading-seller-public-single-podcast-and-video-info-and-questions-columns [class^=col-]{float:left}.heading-seller-public-single-podcast-and-video-info-and-questions-columns--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-public-all-products-videos-product-info-questions-columns{background-color:#ffffffb3;border-bottom:.5rem solid #5643fa4d;border-radius:1%;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:0 auto .5rem;padding:1.5rem 0;text-transform:uppercase;width:100%}@media (max-width:37.5em){.heading-seller-public-all-products-videos-product-info-questions-columns{font-size:2.5rem}}.heading-seller-public-all-products-videos-product-info-questions-columns:after{clear:both;content:"";display:table}.heading-seller-public-all-products-videos-product-info-questions-columns [class^=col-]{float:left}.heading-seller-public-all-products-videos-product-info-questions-columns--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-single-product-productInfo-column{background-color:#ffffff80;border-radius:1%;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:1.4rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:5rem auto 1.5rem;padding:1.5rem 0;text-transform:uppercase;width:95%}@media (max-width:37.5em){.heading-seller-single-product-productInfo-column{font-size:4rem;width:95%}}.heading-seller-single-product-productInfo-column--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-public-video-product-info-columns{background-color:#ffffff4d;border-bottom:.5rem solid #5643fa4d;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:0 auto 1.5rem;padding:1.5rem 0;text-transform:uppercase;width:100%}@media (max-width:37.5em){.heading-public-video-product-info-columns{font-size:2.5rem;padding-bottom:2rem;padding-top:2rem}}.heading-search-title{background-color:#085eaf0d;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .5rem 1rem #00000003;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;margin:10rem auto 2rem;padding:2rem 0;width:75%}.heading-search-title:after{clear:both;content:"";display:table}.heading-search-title [class^=col-]{float:left}.heading-search-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-profile-welcome-title{background-color:#fff;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .5rem 1rem #00000003;color:#0e55b3;display:block;font-size:2rem;font-weight:600;justify-content:center;justify-items:center;margin:0 auto 2rem!important;padding:3rem;text-align:center;width:85%}@media (max-width:37.5em){.heading-profile-welcome-title{font-size:3rem}}.heading-profile-welcome-title:after{clear:both;content:"";display:table}.heading-profile-welcome-title [class^=col-]{float:left}.heading-profile-welcome-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-profile-update-title{background-color:#fff;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .5rem 1rem #00000003;color:#0e55b3;display:block;font-size:2rem;font-weight:600;justify-content:center;justify-items:center;margin:2rem auto!important;padding:3rem;text-align:center;width:85%}@media (max-width:37.5em){.heading-profile-update-title{font-size:3rem}}.heading-profile-update-title:after{clear:both;content:"";display:table}.heading-profile-update-title [class^=col-]{float:left}.heading-profile-update-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-update-ship-address-title{background-color:#fff;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .5rem 1rem #00000003;color:#0e55b3;display:block;font-size:2.5rem;font-weight:600;justify-content:center;justify-items:center;margin:2rem auto!important;padding:3rem;text-align:center;width:85%}.heading-update-ship-address-title:after{clear:both;content:"";display:table}.heading-update-ship-address-title [class^=col-]{float:left}.heading-update-ship-address-title--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-profile-update-shipping-address{background-color:#ffffff80;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#0e55b3;display:block;font-size:1.9rem;font-weight:600;justify-content:center;justify-items:center;margin:7rem auto!important;padding:3rem;text-align:center;width:55%}@media (max-width:37.5em){.heading-profile-update-shipping-address{font-size:3rem;width:65%}}.heading-profile-update-shipping-address:after{clear:both;content:"";display:table}.heading-profile-update-shipping-address [class^=col-]{float:left}.heading-profile-update-shipping-address:hover{background-color:#ffffff4d;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.heading-profile-update-shipping-address:active,.heading-profile-update-shipping-address:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.heading-cart-items{background-color:rgba(48,79,254,.035);border-radius:1%;box-shadow:0 .1rem 0 #0003;color:#0e55b3;display:block;font-size:2.2rem;font-weight:600;justify-content:center;justify-items:center;margin:2rem auto -5rem!important;padding:2.3rem 3rem;text-align:center;width:40%}@media (max-width:37.5em){.heading-cart-items{font-size:2.6rem}}.heading-cart-items:after{clear:both;content:"";display:table}.heading-cart-items [class^=col-]{float:left}.heading-cart-items--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-view-shipping-cost-options{background-color:#ff773008;border:none;border-radius:1%;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:.5rem .5rem .5rem #00000008;color:#04399c;cursor:pointer;display:block;font-size:1.7rem;font-weight:700;justify-content:center;justify-items:center;letter-spacing:.15rem;margin:2rem auto 6rem!important;padding:2rem 3rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading-view-shipping-cost-options:after{clear:both;content:"";display:table}.heading-view-shipping-cost-options [class^=col-]{float:left}.heading-view-shipping-cost-options:hover{background-color:#ffffff80;box-shadow:0 .5rem .5rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.heading-view-shipping-cost-options:active,.heading-view-shipping-cost-options:focus{background-color:#5643fa05;outline:none;transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}@media (max-width:37.5em){.heading-view-shipping-cost-options{font-size:2.5rem}}.heading-cart-summary{background-color:#304ffe0d;border-bottom:.1rem solid #0e55b31a;border-radius:1%;color:#0e55b3;display:row;font-size:2rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;letter-spacing:.2rem;margin:5rem auto 0;padding:2rem 3rem;text-align:center;width:85%}@media (max-width:37.5em){.heading-cart-summary{font-size:3.5rem}}.heading-cart-summary:after{clear:both;content:"";display:table}.heading-cart-summary [class^=col-]{float:left}.heading-cart-summary--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-cart-summary-seller{background-color:rgba(255,0,0,.015);border-radius:1%;color:#0e55b3;display:row;font-size:1.6rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:5rem auto 1rem!important;padding:3rem;text-align:center;width:100%}@media (max-width:37.5em){.heading-cart-summary-seller{font-size:3rem}}.heading-cart-summary-seller:after{clear:both;content:"";display:table}.heading-cart-summary-seller [class^=col-]{float:left}.heading-cart-summary-seller--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-checkout-summary{background-color:#085eaf0d;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .5rem 1rem #00000003;color:#0e55b3;display:row;font-size:2rem;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:5rem auto;padding:3rem;text-align:center;width:100%}.heading-checkout-summary:after{clear:both;content:"";display:table}.heading-checkout-summary [class^=col-]{float:left}.heading-cart-details{background-color:#fff;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;color:#000;display:row;font-size:2rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:1rem auto;padding:3rem;width:100%}.heading-cart-details:after{clear:both;content:"";display:table}.heading-cart-details [class^=col-]{float:left}.heading-cart-details--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-orders-dashboard-details{background-color:#ffffff80;border-bottom:.1rem solid #0e55b380;border-radius:1%;box-shadow:0 .1rem .1rem #0000001a;color:#000;display:row;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:1rem auto 8rem;padding:3rem;width:100%}.heading-orders-dashboard-details:after{clear:both;content:"";display:table}.heading-orders-dashboard-details [class^=col-]{float:left}.heading-orders-dashboard-details--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-existing-videos{background-color:#ff77300a;border-radius:1%;box-shadow:0 .5rem 1rem #0000000d;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:600;justify-content:center;justify-items:center;margin:3rem auto 10rem;padding:2rem 10rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-existing-videos{font-size:3rem}}.heading-existing-videos:after{clear:both;content:"";display:table}.heading-existing-videos [class^=col-]{float:left}.heading-existing-videos--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-create-home-forms-header{background-color:#ffffffb3;border-radius:1%;box-shadow:0 .3rem .3rem #00000005;color:#0e55b3;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:3rem auto;padding:2rem 10rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-create-home-forms-header{font-size:2.7rem;justify-content:start;margin:1rem 5rem;padding:2rem}}.heading-create-home-forms-header--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-edit-profile-button{background-color:#fff6;border-radius:1%;box-shadow:0 .5rem 1rem #0000000d;color:#085eaf;display:flex;flex-wrap:wrap;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;margin:5rem auto 0;padding:1rem 0;width:45%}.heading-edit-profile-button:after{clear:both;content:"";display:table}.heading-edit-profile-button [class^=col-]{float:left}.heading-sub-category--input{background-color:#5643fa;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;display:flex;font-size:2rem;justify-content:center;justify-items:center;margin:3rem auto 2rem;padding:2rem 0;width:75%}.heading-sub-category--input:after{clear:both;content:"";display:table}.heading-sub-category--input [class^=col-]{float:left}.heading-sub-category--input--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.heading-seller-total-orders{border-radius:1%;box-shadow:0 .5rem 3rem #ffffff14;font-size:2rem;margin:2rem auto 5rem;padding:2rem 2rem 2rem 4rem;width:45%}.heading-seller-total-orders:not(:last-child){margin-bottom:5rem}.heading-seller-total-orders:after{clear:both;content:"";display:table}.heading-seller-total-orders [class^=col-]{float:left}.heading-seller-total-orders__info{background-color:#ffffff80;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000000d;color:#07058b;font-size:1.6rem;font-weight:300}.checkout-steps>div{border-top:.5rem solid #3333331a;color:#77777780;flex:1 1;font-size:1.7rem;font-weight:700;margin-bottom:7rem;margin-right:.3rem;margin-top:10rem;padding:1rem;text-align:end;width:100%}.checkout-steps>div.active{border-top:.5rem solid #705ace99;color:#4424d3;font-size:1.7rem;font-weight:600}@media (max-width:37.5em){.checkout-steps>div.active{font-size:2rem}}.color1{background-color:#eed387;color:#fcba03}.color2{background-color:#eeffe0;color:#20a020}ul{list-style:none;width:100%}.summary>li{-moz-list-bullet:none;border:.1rem solid silver;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;flex:1 1 2rem;margin:2rem;text-decoration:none}.summary-title{font-size:2rem;padding:1rem}.summary-body{background-color:#fff6;font-size:4rem;padding:1rem;text-align:center}.summary-title.color1{background-color:#f0e0e0}.summary-title.color2{background-color:#e0f0e0}.summary-title.color3{background-color:#e0e0f0}.heading-dashboard{display:flex;justify-content:space-between;margin-bottom:5rem;margin-top:5rem}.heading-dashboard__background{background-color:#ffffff80;margin-top:20rem}@media (max-width:37.5em){.heading-dashboard__background{margin-top:5rem}}.heading-seller-page{display:flex;justify-content:space-between;margin-bottom:5rem;margin-top:5rem}.heading-seller-page__background{background-color:#ffffff26}.heading-seller-profile-view-edu-exp{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:5rem;margin-top:5rem}.heading-seller-profile-view-edu-exp__background{background-color:#fff}.heading-seller-dashboard{display:flex;flex-direction:column;font-size:5rem!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto}.heading-seller-dashboard__background{background-color:#ffffff26;margin-top:20rem}.heading-seller-view-profile-experience-education{box-shadow:0 1.5rem 2rem #00000008;display:flex;flex-direction:row;justify-content:space-evenly;margin:12rem auto;padding:5rem;width:85%}@media (max-width:37.5em){.heading-seller-view-profile-experience-education{width:95%}}.heading-seller-view-profile-experience-education__background{background-color:#ffffffb3;padding:2rem}.heading-seller-view-profile-experience-education__select-form{margin-bottom:1rem}.heading-seller-view-profile-experience-education__experience-education-width{margin:2rem auto;width:75%}.heading-seller-single-product-video{border:.1rem solid #0000001a;box-shadow:0 .3rem .3rem #00000008;display:flex;flex-direction:row;justify-content:space-evenly;margin:.5rem auto 10rem!important;padding:1.5rem 0;width:90%}@media (max-width:37.5em){.heading-seller-single-product-video{margin-top:3rem!important}}.heading-seller-single-product-video__background{background-color:#fff;border-top:.1rem solid #5643fa1a}.heading-seller-create-home-form-nav{display:flex;flex-direction:row;justify-content:center!important}.heading-seller-create-home-form-nav__background{background-color:#ffffff80;box-shadow:1rem 1rem 1rem #00000003;font-size:2rem!important;height:0;margin:.5rem auto 12rem!important;width:90%}@media (max-width:37.5em){.heading-seller-create-home-form-nav__background{height:0;opacity:0;width:0}}.heading-seller-create-home-form-nav__background-phone{height:0;opacity:0;width:0}@media (max-width:37.5em){.heading-seller-create-home-form-nav__background-phone{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;opacity:1;width:100%!important}}.heading-update-shipping-address-background-in-cart{background-color:rgba(0,0,0,.015);border:.1rem solid #0000000d;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:.1rem .1rem .1rem #0000000d;display:flex;flex-direction:row;justify-content:space-evenly;margin:2rem auto 0;padding:2rem 5rem!important;width:40%}@media (max-width:37.5em){.heading-update-shipping-address-background-in-cart{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.heading-seller-view-shipping-regions-first{box-shadow:0 1.5rem 2rem #00000008;display:flex;flex-direction:row;justify-content:space-evenly;margin:1rem auto -1rem;padding:5rem;width:100%}.heading-seller-view-shipping-regions-first__background{background-color:#5643fa05;padding:2rem}@media (max-width:37.5em){.heading-seller-view-shipping-regions-first__background{overflow-x:scroll}}.heading-seller-view-shipping-regions-first__select-form{margin-bottom:1rem}.heading-seller-view-shipping-regions-first__experience-education-width{margin:2rem auto;width:75%}.heading-seller-view-shipping-regions{box-shadow:0 1.5rem 2rem #00000008;display:flex;flex-direction:row;justify-content:space-evenly;margin:1rem auto;padding:5rem;width:100%}.heading-seller-view-shipping-regions__background{background-color:#5643fa05;padding:2rem}@media (max-width:37.5em){.heading-seller-view-shipping-regions__background{overflow-x:scroll}}.heading-seller-view-shipping-regions__select-form{margin-bottom:1rem}.heading-seller-view-shipping-regions__experience-education-width{margin:2rem auto;width:75%}.heading-seller-dashboard-profile-experience-education{box-shadow:0 .2rem .2rem #0000004d;display:flex;flex-direction:row;justify-content:space-evenly;margin:2rem auto 8rem!important;padding:5rem;width:95%}@media (max-width:37.5em){.heading-seller-dashboard-profile-experience-education{margin:0 0 0 1rem!important;width:100%!important}}.heading-seller-dashboard-profile-experience-education__background{background-color:#fff9;padding:2rem}@media (max-width:37.5em){.heading-seller-dashboard-profile-experience-education__background{padding:0}}.heading-seller-dashboard-profile-experience-education__select-form{margin-bottom:1rem}.heading-seller-dashboard-profile-experience-education__experience-education-width{margin:2rem auto;width:75%}.heading-seller-profile-experience-education{display:flex;flex-direction:row;justify-content:space-evenly;margin:5rem auto;padding:5rem 10rem;width:55%}.heading-seller-profile-experience-education__background{background-color:#ffffffb3;padding:2rem}.heading-seller-profile-experience-education__select-form{margin-bottom:1rem}.heading-seller-profile-experience-education__experience-education-width{margin:2rem auto;padding:5rem;width:75%}.heading-seller-experience-education{box-shadow:0 1.5rem 2rem #00000008;display:flex;flex-direction:column;justify-content:space-evenly;margin:2rem 5rem 2rem 0!important;margin-bottom:5rem;padding:5rem 10rem;width:98%}@media (max-width:37.5em){.heading-seller-experience-education{padding:5rem 1rem}}.heading-seller-experience-education__background{background-color:#ffffff80;margin-bottom:4rem!important;padding:2rem 5rem}@media (max-width:37.5em){.heading-seller-experience-education__background{padding:2rem}}.heading-seller-experience-education__select-form{margin-bottom:1rem}.heading-seller-experience-education__experience-education-width{margin:2rem auto;padding:5rem;width:75%}.heading-seller-profile--name-picture{box-shadow:0 1.5rem 2rem #00000008;display:flex;flex-direction:row;justify-content:space-evenly;margin:5rem -2rem;padding:5rem;width:100%}.heading-seller-profile--name-picture__background{background-color:#ffffffb3;padding:2rem 3rem}.heading-seller-profile--name-picture__select-form{margin-bottom:1rem}.heading-seller-profile--name-picture__experience-education-width{margin:2rem auto;width:75%}.heading-primary-seller-video-side-description{backface-visibility:hidden;-webkit-backface-visibility:hidden;box-shadow:.2rem .2rem .2rem #0000001a;color:#fff;margin:auto;text-transform:uppercase}.heading-posts{backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:#fff3;color:#085eaf;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:center;margin-right:-1rem;padding:2rem 1rem;width:100%}.heading-posts--post-postedBy{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;background-color:#f7f7f700;border:none;border-radius:.5rem;box-shadow:1rem .5rem 2rem #085eaf33;color:#085eaf;display:flex;font-size:1rem;font-size:1.2rem;font-weight:500;justify-content:space-between;letter-spacing:.5rem;padding:0 0 .2rem .2rem;text-align:start;text-transform:none;width:40%}.heading-posts__postedBy{background-color:#5643fa1a;color:#000;font-size:1.1rem;font-weight:700!important;justify-content:space-between;margin-left:-.2rem;padding-bottom:.1rem;padding-right:2rem}.heading-posts__commentedBy,.heading-posts__postedBy{display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:.2rem;padding-top:1rem;width:100%}.heading-posts__commentedBy{background-color:#fff6!important;box-shadow:1rem .5rem 2rem #fff3;color:#085eaf;flex-wrap:wrap;font-size:1.3rem;justify-content:flex-start;justify-items:center;margin-left:1rem;padding-bottom:1rem;padding-left:1rem}.heading-posts__commentedBy--date{color:#085eaf;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.heading-posts__comments{background-color:#fff6;color:#000;display:flex;flex-direction:row;font-size:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;justify-items:center;margin-left:-.2rem;margin-right:-.2rem;padding-bottom:.1rem;padding-right:1rem;padding-top:2rem;width:100%}.heading-posts__comments__height-scroll{height:35vh;margin-top:2rem;overflow:scroll}.heading-posts__comments:after{clear:both;content:"";display:table}.heading-posts__comments [class^=col-]{float:left}.heading-posts__comments [class^=col-]:not(:last-child){margin-right:5rem}.heading-posts__comments .col-1-of-4{width:calc(25% - 3.75rem)}.heading-posts__comments .col-3-of-4{width:calc(75% - 9.25rem)}.heading-posts__comments .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.heading-posts__comments .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.heading-posts__text-likes{background-color:#085eaf0d;color:#000;display:block;flex-direction:row;font-size:1rem;justify-content:space-between;margin-left:-.5rem;padding:1rem 2rem 1rem 1rem}.heading-posts__post-text,.heading-posts__text-likes{box-shadow:1rem .5rem 2rem #0000001a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:-1rem;width:100%}.heading-posts__post-text{backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:#ffffffb3;color:#000000b3;display:flex!important;flex-direction:column;flex-wrap:wrap;font-size:1.6rem;justify-content:flex-start;padding:2rem;text-align:start}@media (max-width:37.5em){.heading-posts__post-text{font-size:3.5rem}}.heading-posts__contact-message{color:#085eaf;display:flex!important;flex-direction:column!important;flex-wrap:wrap!important;font-size:1.6rem;margin-right:-1rem}.heading-posts__comment-text,.heading-posts__contact-message{backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:#ffffff80;box-shadow:1rem .5rem 2rem #0000001a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;padding:2rem;text-align:start;width:100%}.heading-posts__comment-text{color:#000000b3;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.5rem;justify-items:center;margin:0 auto;text-transform:none;white-space:pre-wrap}.heading-posts__comment-text__height-scroll{border-color:#5643fa;height:15vh;overflow:scroll;padding-right:5rem}.messageBox{background-color:#5643facc;color:#fff;display:flex;font-size:1.7rem;margin:auto;padding:1rem;width:70%}.podcast{backface-visibility:hidden;-webkit-backface-visibility:hidden;color:#5643fa;text-transform:uppercase}.heading-categories-subs-column{background-color:#ffffffb3;color:#0e55b3;cursor:pointer;display:flex;flex-direction:column;font-size:1.7rem;font-weight:400;justify-content:space-between;margin-bottom:.25rem;width:100%!important}@media (max-width:56.25em){.heading-categories-subs-column{font-size:3rem!important}}@media (max-width:37.5em){.heading-categories-subs-column{font-size:3rem!important;font-weight:400;padding-right:3rem}}@media (max-width:31.25em){.heading-categories-subs-column{font-size:3rem!important;margin-right:5rem!important}}@media (max-width:23.4375em){.heading-categories-subs-column{font-size:3rem!important;margin-right:.5rem!important}}.heading-categories-subs-show-categories{background-color:#fffc;color:#085eaf;cursor:pointer;display:flex;flex-direction:row;font-size:1.5rem;font-weight:bolder!important;justify-content:space-between;margin-bottom:.5rem;margin-right:2rem!important;margin-top:1rem;padding:.5rem;width:100%}@media (max-width:37.5em){.heading-categories-subs-show-categories{color:#0e55b3;font-size:3rem!important}}.heading-seller-home-categories-subs-show-categories{background-color:#fff3;color:#0e55b3cc;cursor:pointer;display:flex;flex-direction:row;font-size:1.8rem;font-weight:700;height:5rem!important;justify-content:space-between;letter-spacing:.2rem;margin-top:2rem;padding:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.heading-seller-home-categories-subs-show-categories{font-size:3rem;height:8rem!important;padding:3rem 2rem!important}}.heading-seller-home-categories-subs-show-categories:hover{background-color:#fff6;box-shadow:.1rem .1rem .1rem #0000001a}.heading-categories-subs-display{color:#085eaf;cursor:pointer;display:flex;font-size:1.5rem;font-weight:500;margin:2rem .5rem;text-align:center;width:100%;z-index:10000}.heading-categories-subs-display__hide-products{background-color:#ffffff4d;font-size:1.7rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3rem!important;width:15rem!important}.heading-categories-subs-display__show-subs{align-items:center;background-color:#fff;box-shadow:0 .1rem .2rem #0003;cursor:pointer;display:flex;padding:1rem;text-align:center;width:100%;z-index:20000}.heading-categories-subs-display__show-subs:hover{box-shadow:0 .1rem .1rem #0003;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.order-product-detail{display:flex;flex-direction:column}.order-product-detail__name,.order-product-detail__row{display:flex;flex-direction:row}.order-product-detail__row{justify-content:space-between}.order-product-detail__row--bold{font-weight:600;padding-right:5rem}.order-summary-seller-details{display:flex;flex-direction:row;justify-content:space-between}.order-summary-background-grey{background-color:#ffffffb3;border:.05rem solid #0000001a;box-shadow:.2rem .2rem .2rem #00000026;color:#085eaf;font-size:1.5rem;margin:3rem auto;padding:5rem 2rem;width:95%}@media (max-width:37.5em){.order-summary-background-grey{font-size:2.5rem}}.contact-seller-admin-customer{background-color:#fffc;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:.2rem .2rem .2rem #0003;color:#085eaf;font-size:1.7rem;margin:3rem auto;padding:2rem;width:90%}@media (max-width:37.5em){.contact-seller-admin-customer{font-size:3rem}}.contact-seller-admin-customer:hover{background-color:#ff773026;transform:scale(1) translateY(-.4rem);-webkit-transform:scale(1) translateY(-.4rem);-moz-transform:scale(1) translateY(-.4rem);-ms-transform:scale(1) translateY(-.4rem);-o-transform:scale(1) translateY(-.4rem)}.contact-seller-admin-customer:active,.contact-seller-admin-customer:focus{background-color:#ff773033;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.product-description-text{background-color:#00000008;color:#085eaf;font-size:1.2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1.5rem 1rem auto -1rem!important;padding:2rem!important;text-align:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heading{color:#085eaf;font-size:24px;font-weight:700;margin-bottom:40px}.heading-mession{color:#0e55b3;font-size:2rem;font-weight:500;margin-bottom:.3rem}@media (max-width:37.5em){.heading-mession{font-size:3rem}}.heading--create-account-title{color:#085eaf;font-size:24px;font-weight:500;text-align:center}.drawer-title,.title{color:#085eaf;font-size:1.4rem;font-weight:500;text-align:center}.domain-note{background-color:#ff773008;border:none!important;border-bottom:3px solid #0000;border-radius:2px;color:#085eafb3;display:flex;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;transition:all .3s;width:90%}@media (max-width:37.5em){.domain-note{font-size:3rem}}.domain-note--main{background-color:#ff000005;color:#0e55b3b3;font-size:1.5rem;font-weight:500;letter-spacing:.1rem;margin:2rem 0 0!important;padding:1rem 2rem;text-transform:none}.domain-note__button{border:.1rem solid #fff}.additional-sizes-and-quantities-section{display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:2rem auto;width:100%!important}.additional-sizes-and-quantities-section__background{background-color:#ffffff0a;padding:1rem;padding-bottom:1rem!important}.option-5{display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:2rem auto;width:100%!important}.option-5__background{margin-top:-3rem;padding:1rem;padding-bottom:1rem!important}.sizes-and-quantities-options-A-and-B{display:flex;flex-direction:row;justify-content:center;justify-items:center;padding:2rem!important;width:100%!important}.sizes-and-quantities-options-A-and-B__background{background-color:#ff77300a;padding:1rem;padding-bottom:1rem!important;width:50%}.rgba-optional{font-size:1rem;letter-spacing:.2rem;margin-left:.5rem}@media (max-width:37.5em){.rgba-optional{font-size:2rem}.space-between{margin-top:12rem!important}}.shipping-section{display:flex;flex-direction:column;width:100%!important}.shipping-section__background{background-color:#fffc;margin-bottom:2rem!important;padding:2rem 2rem 1rem}.shipping-section__free{display:flex;flex-direction:row!important}.shipping-section__standard-plus-weight{background-color:#ffffffb3;justify-content:start;margin-bottom:1rem;padding-top:.5rem}.shipping-section__standard-plus-weight,.shipping-section__standard-plus-weight-inputs{box-shadow:.1rem .1rem .1rem #0000001a;display:flex;flex-direction:row!important;justify-items:center!important}.shipping-section__standard-plus-weight-inputs{background-color:#fff3;justify-content:space-around;margin:.5rem 2rem 1rem;padding:1rem;width:25%}.option-section{display:flex;flex-direction:column;margin-bottom:-1rem;margin-top:-1rem;width:100%!important}.option-section__background{background-color:#5643fa08;margin-bottom:2rem!important;padding:2rem 2rem 1rem}.option-section__free{display:flex;flex-direction:row!important}.option-section__standard-plus-weight{margin-bottom:1rem;padding-top:.5rem}.option-section__standard-plus-weight,.option-section__standard-plus-weight-inputs{background-color:#fff3;box-shadow:.1rem .1rem .1rem #0000001a;display:flex;flex-direction:row!important;justify-content:space-around;justify-items:center!important}.option-section__standard-plus-weight-inputs{margin:.5rem 2rem 1rem;padding:1rem;width:25%}.color-background-subs-seller-products{background-color:#00000005;border:.1rem solid #00000012;display:flex;flex-wrap:wrap;justify-content:center;margin:-3rem auto 1rem!important;width:85vw}.color-background-subs-seller-products:not(:last-child){margin-right:3rem}.podcast-description-color-background{background-color:#00000005;border:.1rem solid #00000012;margin:15rem auto 2rem!important}@media (max-width:37.5em){.podcast-description-color-background{margin:5rem 0!important;width:100vw!important}}.podcast-description-color-background-1-of-4{background-color:#00000005;border:.1rem solid #00000012;margin:2rem auto!important}.podcast-description-font{font-size:3rem!important}.color-background-seller-products-categories-list{background-color:#00000005;border:.1rem solid #00000012;margin:0 auto;padding:3rem}.color-background-seller-products-categories-list:not(:last-child){margin-right:3rem}.option4-A-color-background{background-color:#fffc;border:.2rem solid #fffc;margin:2rem auto;padding:3rem}.colors-section{background-color:#5643fa0a;box-shadow:.1rem .1rem .1rem #0000001a;display:flex;padding:1.5rem 3rem 1.5rem 2rem!important;width:100%}@media (max-width:37.5em){.colors-section{overflow-x:scroll;padding-left:1rem!important;padding-right:1rem!important;width:100%}}.colors-section__col-6{background-color:#fff!important;box-shadow:.1rem .1rem .1rem #0003;color:#0e55b3;display:flex;flex-direction:row;font-size:1.7rem!important;font-weight:700!important;justify-content:flex-start!important;justify-items:center!important;padding:.5rem 2rem!important}@media (max-width:37.5em){.colors-section__col-6{font-size:3rem!important;justify-content:space-between!important;margin-right:2rem!important;padding-left:1rem!important}}.colors-section__col-upload-color-pictures{background-color:#5643fa03;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center!important;padding:2rem!important;width:100%}.colors-section__col-12,.colors-section__col-upload-color-pictures{box-shadow:.1rem .1rem .1rem #0003;display:flex;justify-items:center!important}.colors-section__col-12{background-color:#ffffff40;flex-direction:row!important;justify-content:space-evenly!important;padding:1.5rem auto!important}.product-colors-options{-ms-overflow-style:none;background-color:#ffffff26;display:flex;flex-direction:column!important;height:45vh;justify-content:center!important;justify-items:center!important;margin-left:-15rem!important;margin-top:8rem!important;overflow-y:scroll;padding:2rem 0!important;scrollbar-width:none;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;z-index:100}@media (max-width:37.5em){.product-colors-options{height:25vh;justify-items:center!important;margin-left:-15rem!important;margin-top:10rem!important;padding-bottom:5rem!important;padding-top:5rem!important}}.product-colors-options ::-webkit-scrollbar{background:#0000;scrollbar-width:none;width:0}.product-colors-options__background{background-color:#ffffff80;border:.1rem solid #fff;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:.1rem .1rem .1rem #0000004d;display:flex;flex-direction:column!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:.5rem 1rem!important;padding:.5rem .7rem!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (max-width:37.5em){.product-colors-options__background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem!important}}.upload-colors-pictures-background-section{background-color:#fff;border:.1rem solid #fff;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;box-shadow:.3rem .3rem 1rem #0000001a;color:#0e55b3;display:flex;flex-direction:row!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center!important;justify-items:center!important;letter-spacing:.2rem;margin:2rem auto;padding:3rem 5rem!important;width:100%;z-index:10000}.option4-all-sizes-with-discount{background-color:#5643fa0d;box-shadow:.1rem .1rem .1rem #0000001a;display:flex;justify-content:center;justify-items:center;margin:1rem auto;padding:1.5rem 3rem 1.5rem 2rem!important;width:75%}.size-qty-section{background-color:#28b48503;box-shadow:.1rem .1rem .1rem #0000004d;display:flex;flex-direction:column!important;justify-content:center!important;justify-items:center!important;padding:2rem 3rem;width:100%}@media (max-width:37.5em){.size-qty-section{padding:2rem 0!important}}.size-qty-section__col-6{background-color:#ffffff40;box-shadow:.1rem .1rem .1rem #0000001a;flex-direction:column!important;justify-content:center!important;justify-items:center!important;padding:1.5rem auto!important}.size-qty-section__col-12{background-color:#00000003;box-shadow:.2rem .2rem .2rem #0000001a;display:flex;flex-direction:row!important;justify-items:center!important;margin-bottom:1rem;padding:1rem 4rem!important}@media (max-width:37.5em){.size-qty-section__col-12{padding:1rem!important}}.nocolor-nosize-quantity-only-section{background-color:#ffffff4d;box-shadow:.1rem .1rem .2rem #00000026;display:flex!important;height:55%;justify-content:center;justify-items:center;margin:3rem auto;padding:5rem auto!important;width:50%}.sizes-qtys-section{background-color:#28b48503;box-shadow:.1rem .1rem .1rem #0000004d;display:flex;flex-direction:row!important;width:100%}.sizes-qtys-section,.sizes-qtys-section__col-6{justify-content:center!important;justify-items:center!important}.sizes-qtys-section__col-6{background-color:#ffffff40;box-shadow:.1rem .1rem .1rem #0000001a;flex-direction:column!important;padding:1.5rem auto!important}.sizes-qtys-section__col-12{background-color:#ffffffb3;box-shadow:.2rem .2rem .2rem #0000001a;display:flex;flex-direction:row!important;justify-content:space-evenly!important;justify-items:center!important;margin:1rem auto;padding:0 5rem 0 1rem!important;width:100%!important}@media (max-width:37.5em){.sizes-qtys-section__col-12{overflow-x:scroll}}.sale{size:100rem!important;background-color:#ff7730}.product-discount{background-color:#fffc;color:#ff0000b3;display:flex;flex-direction:row!important;font-size:1.5rem;font-weight:500;justify-content:space-between;margin:.2rem 0;padding:1.5rem!important;padding-left:.1rem;width:100%}.product-discount:first-child{margin-top:3rem!important}@media (max-width:37.5em){.product-discount{font-size:2.5rem}}.create-coupon-message{background-color:#ff00000d;color:inherit;display:block;font-size:1.6rem;margin-bottom:3rem;padding:.5rem .7rem}.create-coupon-discount,.create-coupon-message{border:none!important;border-bottom:3px solid #0000;border-radius:2px;font-family:inherit;transition:all .3s;width:90%}.create-coupon-discount{background-color:#00000003;color:#00000080;display:flex;flex-wrap:wrap;font-size:1.4rem;justify-content:flex-start!important;margin:1rem .5rem;padding:.5rem}.display-coupon-message{background-color:#ff00000d;border:none!important;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:3rem;padding:.5rem .7rem;transition:all .3s;width:90%}.cloud-failed{background-color:#ff773008;color:#f00c!important;display:block;flex-direction:row;font-size:15rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:1rem auto!important;padding:5rem 1rem;width:100%}.order-details{background-color:#5643fa08;border:.02rem solid #0000000d;display:block;font-size:1.7rem;font-weight:500;margin-bottom:1rem;padding:2rem}@media (max-width:37.5em){.order-details{font-size:3rem}}.order-details__qty-price{margin-bottom:-1rem;padding-left:0!important}.order-details__payment-info,.order-details__qty-price{display:flex!important;flex-direction:row!important;margin-top:.5rem}.order-details__payment-info{justify-content:flex-start;margin-bottom:-2rem;width:100%}.order-details__payment-info--status-method{width:25%}.order-details__order-date{display:flex!important;flex-direction:row!important;font-size:1.6rem;justify-content:space-between;margin-top:.5rem;padding:1rem}@media (max-width:37.5em){.order-details__order-date{font-size:3rem}}.order-details__status{background-color:#ff77304d;color:#fff;font-size:2rem;padding:2rem 5rem}.status-color-green{background-color:#28b4854d}.status-color-green,.status-color-not-processed{border:.1rem solid #fff;box-shadow:0 .1rem .1rem #0000001f;color:#fff;font-size:2rem;font-weight:600;padding:1rem 3rem}.status-color-not-processed{background-color:#ff7730a6}.status-color-processing{background-color:#ff773040}.status-color-processing,.status-color-shipped{border:.1rem solid #fff;box-shadow:0 .1rem .1rem #0000001f;color:#fff;font-size:2rem;font-weight:600;padding:1rem 3rem}.status-color-shipped{background-color:#28b48533}.status-color-delivered{background-color:#28b48580}.status-color-cancelled,.status-color-delivered{border:.1rem solid #fff;box-shadow:0 .1rem .1rem #0000001f;color:#fff;font-size:2rem;font-weight:600;padding:1rem 3rem}.status-color-cancelled{background-color:#77777780}.sample{background-color:#ffffff1a;border-radius:5rem;-moz-border-radius:5rem;-ms-border-radius:5rem;-o-border-radius:5rem;-webkit-border-radius:5rem;color:#fffc;display:flex;flex-direction:column;font-size:3rem;height:15rem!important;justify-content:space-around;justify-items:center;margin:40rem auto;padding:8rem 55rem;text-align:center;width:5rem!important}.sample__space{display:flex!important;flex-direction:row!important;justify-content:center;justify-items:center;margin:1rem 0 2rem -7rem;padding:1rem auto!important;width:20rem!important}.sample-1{background-color:#ffffff1a;border-radius:5rem;-moz-border-radius:5rem;-ms-border-radius:5rem;-o-border-radius:5rem;-webkit-border-radius:5rem;color:#fffc;display:flex;flex-direction:column;font-size:3rem;height:7rem!important;justify-content:space-around;justify-items:center;margin:7rem auto 4rem;padding:3rem 5rem;text-align:center;width:15rem!important}.sample-1__space{display:flex!important;flex-direction:row!important;margin:1rem 0 2rem -7rem;padding:1rem auto!important;width:20rem!important}.sample-1__space,.spin{justify-content:center;justify-items:center}.spin{-webkit-text-size-adjust:25rem;-moz-text-size-adjust:25rem;text-size-adjust:25rem;background-color:#ffb9004d;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;color:#fffc;display:block;height:6rem;margin:4rem auto 1rem -5rem!important;text-align:center;width:6rem}.spin-reset-password{background-color:#ffffff4d;color:#0e55b3;display:block;font-size:3rem;height:6rem;justify-content:center;justify-items:center;margin:4rem auto!important;text-align:center;width:100%}.seller-order-details-page{display:flex;flex-direction:column;font-size:1.6rem;font-weight:500}@media (max-width:37.5em){.seller-order-details-page{font-size:3rem}}.seller-order-details-page__row{display:flex;flex-direction:row;margin-bottom:.5rem}.seller-order-details-page__row--name-margin-right{margin-right:4.2rem}.seller-order-details-page__row--address-margin-right{margin-right:3rem!important}.seller-order-details-page__row--address-margin-right-city{margin-right:6rem}.seller-order-details-page__row--address-margin-right-state,.seller-order-details-page__row--address-margin-right-zipcode{margin-right:2rem}.seller-order-details-page__country{display:flex;flex-direction:row;margin-top:-1.5rem}.seller-order-details-page__country--country-margin-right{margin-right:3rem}.option-2-sizes-quantities-layout{background-color:#00000003;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;margin-bottom:5rem}@media (max-width:37.5em){.option-2-sizes-quantities-layout{margin-left:-5rem;padding-left:1rem;padding-right:1rem;width:91vw!important}}.create-product-colors-options-second-note{background-color:#fff;border:.2rem solid #fffc;box-shadow:0 .15rem .15rem #5643fa4d;color:#000;display:flex;flex-direction:column;font-size:1.7rem;font-weight:500;justify-content:flex-start;justify-items:center;letter-spacing:.5rem;margin:2rem auto 0!important;padding:5rem;transition:all .3s;width:95%}@media (max-width:37.5em){.create-product-colors-options-second-note{font-size:3.5rem;margin:.1rem!important;width:100%}}.create-product-colors-options-second-note__text{color:#085eafcc}.create-product-colors-options-first-note{background-color:#fff3;border:.2rem solid #fffc;box-shadow:0 .15rem .15rem #ffffffe6;display:flex;flex-direction:column;font-size:1.4rem;font-weight:500;justify-content:flex-start;justify-items:center;letter-spacing:.5rem;margin:2rem auto!important;padding:1.5rem 5rem;transition:all .3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.create-product-colors-options-first-note--main-note{text-transform:capitalize}.create-product-colors-options-third-body-note{border:.1rem solid #ffffff80;display:flex;flex-direction:column;font-size:1.4rem;font-weight:500;justify-content:flex-start;justify-items:center;letter-spacing:.5rem;margin:.1rem auto 2rem!important;padding:2.5rem 5rem 2rem;transition:all .3s;width:95%}.create-product-colors-options-third-body-note--main-note{text-transform:capitalize}.dark-background{background-color:hsla(0,0%,47%,.035);margin:2rem auto!important;text-align:center}.single-product-main-pict-dark-background{background-color:#7777770d;height:100%!important;max-height:45rem;min-height:45rem;object-fit:cover;text-align:center;width:100%!important}.single-product-main-pict-in-modal{background-color:#7777770d;margin-bottom:-1rem!important;object-fit:fill!important;padding-left:-4rem!important;text-align:center}.single-product-main-pict-in-modal__height-scroll{height:80rem;margin:2rem;overflow:scroll;width:50rem}.light-background{background-color:#ff77300a;margin:2rem auto!important;text-align:center}.single-product-small-column{background-color:#0000000a;border-radius:1%;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin-bottom:-4rem;width:100%}.subs-search{background-color:#5643fa0a;border-radius:1%;box-shadow:.1rem .1rem .1rem #00000012;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.6rem!important;font-weight:400;justify-content:flex-start!important;margin-bottom:.7rem}@media (max-width:37.5em){.subs-search{font-size:3.3rem!important;padding:2rem}}.subs-categories{background-color:#5643fa0a;border-radius:1%;box-shadow:.1rem .1rem .1rem #00000012;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.6rem!important;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:fit-content!important;justify-content:flex-start!important;margin-bottom:.7rem;padding:1.5rem 2rem!important}@media (max-width:37.5em){.subs-categories{font-size:3.3rem!important;padding:2rem}}.star-selection{background-color:#5643fa0d;border-radius:1%;box-shadow:.1rem .1rem .1rem #00000012;font-size:3rem!important;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1rem 0 1rem 2rem!important;width:inherit}@media (max-width:37.5em){.star-selection{font-size:13rem;font-weight:400}}.subs-seller-products{background-color:#ffffffd9;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:.1rem .1rem .1rem #0000002b;color:#0e55b3;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.3rem;font-weight:500;height:100%;justify-content:flex-start!important;letter-spacing:.2rem;margin:-9rem 1rem .1rem .5rem;padding:1.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100}@media (max-width:37.5em){.subs-seller-products{margin-top:-4rem}}.subs-seller-products:hover{background-color:initial!important;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.subs-seller-products:active,.subs-seller-products:focus{background-color:#5643fa1a!important;box-shadow:0 .2rem .2rem #0000001a;color:#fff!important;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.subs-seller-products-view-categories{background-color:#ffffff80;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:.1rem .1rem .1rem #0000002b;color:#0e55b3;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.3rem;font-weight:500;height:100%;justify-content:flex-start!important;letter-spacing:.2rem;margin:.5rem 1rem .1rem .5rem;padding:1.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1000}@media (max-width:37.5em){.subs-seller-products-view-categories{font-size:2.5rem!important}}.subs-seller-products-view-categories:hover{background-color:initial!important;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.subs-seller-products-view-categories:active,.subs-seller-products-view-categories:focus{background-color:#5643fa1a!important;box-shadow:0 .2rem .2rem #0000001a;color:#fff!important;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.enlarge-modal-background{background-color:#ffffff1a;border:.3rem solid rgba(0,0,0,.035);box-shadow:0 0 .1rem #0000001a;color:#424242b3;display:flex;font-size:1.7rem;justify-content:center!important;margin:-3rem auto .1rem!important;text-align:center!important;width:50%}@media (max-width:37.5em){.enlarge-modal-background{height:0!important;opacity:0!important;width:0!important}}.enlarge-modal-background__model{width:85%!important}.next-button{background-color:#06397066;border:none;box-shadow:1rem 1rem 1rem #0000001a;color:#fff;font-weight:500;letter-spacing:.2rem;margin:1rem 2rem 3rem auto!important;text-align:center}.size{color:#ff773026;font-size:2rem;text-align:center}.height{height:85vh!important}.flexColumn{backface-visibility:hidden;-webkit-backface-visibility:hidden;background-color:#0000000d;display:flex!important;flex-direction:column!important;height:70vh!important;overflow:scroll;padding-bottom:5rem}.d-flexRow{display:flex!important;flex-direction:row!important;width:100vw!important}.categories-list{display:flex;flex-direction:row;flex-wrap:wrap!important}.single-product-flexColumn{background-color:#ffffff59;display:flex!important;flex-direction:column!important;height:100%;justify-content:center;justify-items:center;max-height:50rem;min-height:35rem!important;object-fit:scale-down!important;object-fit:fill;width:100%}.single-product-flexColumn__height-scroll{-ms-overflow-style:none;background:#0000;height:40vh;height:80%;object-fit:fill!important;overflow-y:scroll;scrollbar-width:none;width:100%!important}.single-product-flexColumn__height-scroll ::-webkit-scrollbar{background:#0000;display:none!important;scrollbar-width:none;width:0}.view-order-messages{border:.1rem solid #fff;box-shadow:.5rem .5rem .5rem #0000001a;display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:5rem;margin-top:5rem;padding-bottom:2rem;padding-top:2rem}.center{margin:1rem auto 1rem 13rem!important}.product-video-title{animation:moveInRight 1s ease-out;-webkit-animation:moveInRight 1s ease-out;color:#ffffffb3;display:block;font-size:2rem;font-weight:700;letter-spacing:.2rem;margin-top:.5rem;text-shadow:#e0e0f0}.business-description{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.font{color:#0e55b3cc!important;font-size:1.7rem!important;font-weight:600;letter-spacing:.1rem;text-transform:none!important}.font__center{display:block;text-align:center}@media (max-width:37.5em){.font{font-size:3rem!important}}.login-register{color:#fff;display:flex;font-size:2rem;margin:2rem auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.login-register{font-size:3rem}}.zoom-review{color:#0e55b3cc!important;font-size:1.7rem!important;font-weight:600;letter-spacing:.1rem;text-transform:none!important}@media (max-width:37.5em){.zoom-review{height:0;opacity:0;width:0}}.vid-upload-error{background-color:#ff773080!important;font-size:1.7rem!important;text-align:center!important}@media (max-width:37.5em){.h2,h2,h4{font-size:3rem}}.ant-menu-vertical{margin-right:-2rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:23.4375em){.ant-menu-vertical{margin-right:1.5rem!important}}.ant-menu-sub,.ant-menu-submenu-popup,.ant-menu-vertical{margin-right:.1rem!important}@media (max-width:23.4375em){.ant-menu-sub,.ant-menu-submenu-popup,.ant-menu-vertical{margin-right:.5rem!important}}.ant-menu-submenu-title{margin-block:0!important;padding-left:0!important;padding-right:3rem!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (min-width:112.51em){.ant-menu-submenu-title{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding-right:3rem!important}}@media (max-width:37.5em){.ant-menu-submenu-title{padding-right:5rem!important}}@media (max-width:23.4375em){.ant-menu-submenu-title{padding-right:10rem!important}}.ant-menu-submenu-arrow{margin:0 .1rem 0 0;margin-left:2rem!important;padding-left:.5rem!important;padding-right:.1rem!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (min-width:112.51em){.ant-menu-submenu-arrow{padding-right:1rem!important}}@media (max-width:112.5em){.ant-menu-submenu-arrow{padding-right:.5rem!important}}@media (max-width:56.25em){.ant-menu-submenu-arrow{padding-right:.5rem!important}}@media (max-width:37.5em){.ant-menu-submenu-arrow{padding-right:1rem!important}}@media (max-width:23.4375em){.ant-menu-submenu-arrow{padding-right:.5rem!important}}@media (min-width:112.51em){.ant-menu-vertical .ant-menu-item{border:.1rem solid #0000001a}}@media (max-width:112.5em){.ant-menu-vertical .ant-menu-item{border:.1rem solid #0000001a}}@media (max-width:75em){.ant-menu-vertical .ant-menu-item{border:.1rem solid #0000001a}}@media (max-width:56.25em){.ant-menu-vertical .ant-menu-item{border:.1rem solid #0000001a}}@media (max-width:25em){.ant-menu-vertical .ant-menu-item{border:.1rem solid #0000001a;font-size:4rem;font-weight:400!important}}@media (max-width:23.4375em){.ant-menu-vertical .ant-menu-item{border:.1rem solid #0000001a;font-size:4rem;font-weight:400!important}}@media (max-width:31.25em){.ant-menu-sub,.ant-menu-submenu-popup{left:15%!important;position:absolute}}@media (max-width:25em){.ant-menu-sub,.ant-menu-submenu-popup{left:15%!important;position:absolute;right:15%!important}}.heading-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#fff;font-size:6rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem;text-transform:uppercase}.heading-primary--main{animation:moveInLeft 1s ease-out;font-size:4.8rem;letter-spacing:2rem}.heading-primary--sub{animation:moveInRight 1s ease-out;font-size:2.4rem;font-weight:400;letter-spacing:.5rem}.heading-secondary{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#085eaf,#5643fa);color:#0000;font-size:3.6rem;font-weight:500;letter-spacing:.2rem;line-height:1.3;margin-bottom:2rem;text-transform:uppercase;transition:all .2s}.heading-tertiary{color:#777;font-size:2.4rem;font-weight:500;line-height:1.4;margin-bottom:1.5rem}.u-center-text{text-align:center}.u-margin-top-Xsmall{margin-top:2rem}.u-margin-top-small{margin-top:4rem}.u-margin-top-big{margin-top:8rem}.u-margin-top-huge{margin-top:10rem}.u-margin-top-xsmall{margin-top:-2rem}.u-margin-top-xmedium{margin-top:-6rem}.u-margin-bottom-small{margin-bottom:1.5rem}.u-margin-bottom-Xsmall{margin-bottom:-2rem}.u-margin-bottom-medium{margin-bottom:4rem}.u-margin-bottom-big{margin-bottom:8rem}.u-margin-bottom-huge{margin-bottom:15rem}.u-margin-left-small{margin-left:1rem}.u-margin-left-medium{margin-left:3rem}.u-margin-left-big{margin-left:6rem}.u-margin-right-small{margin-right:1rem}.row-background-main-home-page{box-shadow:0 .5rem 3rem #00000008;margin:.1rem auto 1.3rem;padding-top:1rem;width:100%}.row-background-main-home-page:not(:last-child){margin-bottom:5rem}.row-background-main-home-page:after{clear:both;content:"";display:table}.row-background-main-home-page [class^=col-]{float:left}.row-background-main-home-page [class^=col-]:not(:last-child){margin-right:2rem}@media (max-width:56.25em){.row-background-main-home-page [class^=col-]:not(:last-child){margin-right:0}.row-background-main-home-page [class^=col-]{width:100%!important}}.row-background-main-home-page .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-background-main-home-page .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-main-home-categories-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:block;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0 auto 1rem!important;max-width:1400px;padding:0!important;width:100%}@media (max-width:75em){.row-main-home-categories-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:block;margin-bottom:1rem!important;padding:0!important;width:100%}}@media (max-width:56.25em){.row-main-home-categories-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:block;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:0!important;padding:0!important;width:100%!important}}@media (max-width:37.5em){.row-main-home-categories-background{height:auto!important;margin:0 auto!important;padding:0!important;width:100%!important}}@media (max-width:31.25em){.row-main-home-categories-background{height:auto!important;margin:0 auto!important;padding:0!important;width:100%!important}}@media (max-width:23.4375em){.row-main-home-categories-background{font-size:2rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:15rem auto 1rem!important;padding:-20rem 0 2rem!important;width:100%!important}}@media (min-width:112.51em){.row-main-home-categories-background{border:.3rem solid red;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:flex;justify-content:flex-start;justify-items:flex-start;margin:7rem 5rem 1rem!important;padding:2rem 5% 1%!important;width:95vw}}.row-main-home-categories-background:not(:last-child){margin-bottom:5rem}@media (max-width:75em){.row-main-home-categories-background:not(:last-child){margin-bottom:0!important}}@media (max-width:56.25em){.row-main-home-categories-background:not(:last-child){margin-bottom:0!important}}@media (max-width:37.5em){.row-main-home-categories-background:not(:last-child){margin-bottom:5rem!important}}@media (max-width:23.4375em){.row-main-home-categories-background:not(:last-child){margin-bottom:2rem!important}}.row-main-home-categories-background:after{clear:both;content:"";display:table}.row-main-home-categories-background [class^=col-]{float:left}.row-main-home-categories-background [class^=col-]:not(:last-child){margin-right:2rem}@media (max-width:56.25em){.row-main-home-categories-background [class^=col-]:not(:last-child){margin-right:0}}@media (max-width:37.5em){.row-main-home-categories-background [class^=col-]:not(:last-child){margin-right:.2rem;padding-right:0}}.row-main-home-categories-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-main-home-categories-background .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-main-home-categories-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-main-home-categories-background .col-1-of-4{background-color:#fff;width:calc(25% - 3.75rem)}.row-main-home-categories-background .col-1-of-4-seller-home{background-color:#ffffff80;color:#000;display:flex;flex-direction:column;justify-content:space-around;margin:2rem 0 0;padding-left:1rem;width:calc(25% - 3.75rem)}.row-main-home-categories-background .col-1-of-4-seller-home:last-child{margin-bottom:.5rem}.row-main-home-categories-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-main-home-categories-background .col-3-of-4{width:calc(75% - 1.25rem)}.row-main-home-categories-background .col-1-of-5{border:.5rem solid pink;height:75%;margin:2rem 1rem 7rem!important;width:calc(20% - 2rem)}@media (max-width:112.5em){.row-main-home-categories-background .col-1-of-5{height:45vh}}@media (max-width:75em){.row-main-home-categories-background .col-1-of-5{height:40vh;margin:2rem 1rem!important;width:calc(20% - 2rem)!important}}@media (max-width:56.25em){.row-main-home-categories-background .col-1-of-5{height:35vh;margin:2rem 1rem!important;width:calc(25% - 2rem)!important}}@media (max-width:43.75em){.row-main-home-categories-background .col-1-of-5{height:35vh;margin:2rem 1rem!important;width:calc(33.33333% - 2.66667rem)!important}}@media (max-width:37.5em){.row-main-home-categories-background .col-1-of-5{height:35vh;margin:2rem 1rem 0!important;width:calc(20% - 2rem)}}@media (max-width:31.25em){.row-main-home-categories-background .col-1-of-5{height:20vh;margin:2rem 1rem 0!important;width:calc(20% - 2rem)}}@media (max-width:23.4375em){.row-main-home-categories-background .col-1-of-5{border:.1rem solid gold;height:18vh;margin:2rem 1rem 0!important;width:calc(20% - 2rem)}}@media (min-width:112.51em){.row-main-home-categories-background .col-1-of-5{height:55vh}}.row-main-home-categories-background .col-1-of-6{color:#0e55b3cc!important;font-size:1.3rem;font-weight:700;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:-2rem;width:calc(16.66667% + .83333rem)}@media (max-width:112.5em){.row-main-home-categories-background .col-1-of-6{font-size:1rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-top:5rem;width:20vw!important}}@media (max-width:75em){.row-main-home-categories-background .col-1-of-6{font-size:1rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:5rem;width:20vw!important}}@media (max-width:56.25em){.row-main-home-categories-background .col-1-of-6{font-size:1rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:20vw!important}}@media (max-width:43.75em){.row-main-home-categories-background .col-1-of-6{font-size:1rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:30vw!important}}@media (max-width:37.5em){.row-main-home-categories-background .col-1-of-6{height:0;margin-bottom:0;opacity:0;width:0}}@media (min-width:112.51em){.row-main-home-categories-background .col-1-of-6{font-size:1rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:1rem;width:20vw!important}}.row-main-home-categories-background .col-1-of-6:last-child{margin-bottom:.5rem}.row-main-home-categories-background .col-1-of-6-phone{cursor:not-allowed!important;height:0!important;opacity:0!important;pointer-events:none;width:0!important}@media (max-width:37.5em){.row-main-home-categories-background .col-1-of-6-phone{color:#0e55b3cc!important;cursor:pointer!important;font-size:1.7rem;font-weight:700;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:-35rem!important;opacity:1!important;-moz-transform:translateY(-2rem);-ms-transform:translateY(-2rem);-o-transform:translateY(-2rem);width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.row-main-home-categories-background .col-1-of-6-phone:hover{box-shadow:0 1rem 1rem #0000001a;transform:translateY(-.5rem);-webkit-transform:translateY(-.5rem);-moz-transform:translateY(-.5rem);-ms-transform:translateY(-.5rem);-o-transform:translateY(-.5rem)}}@media (max-width:31.25em){.row-main-home-categories-background .col-1-of-6-phone{font-weight:400;margin-left:-32rem!important}}@media (max-width:25em){.row-main-home-categories-background .col-1-of-6-phone{font-weight:400;margin-left:-30rem!important}}@media (max-width:23.4375em){.row-main-home-categories-background .col-1-of-6-phone{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:1rem!important;margin-left:-35rem!important;margin-top:3rem!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}}.row-main-home-categories-background .col-1-of-6-categories{height:0;opacity:0;width:0}@media (max-width:37.5em){.row-main-home-categories-background .col-1-of-6-categories{display:flex;flex-direction:column;font-size:3rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:.2rem auto 1rem .5rem!important;opacity:1;position:relative;width:35vw!important;z-index:10}}@media (max-width:23.4375em){.row-main-home-categories-background .col-1-of-6-categories{display:flex;flex-direction:column;font-size:2rem!important;font-weight:700!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:2rem 10rem 1rem 2rem!important;width:35vw!important}}.row-main-home-categories-background .col-1-of-6-categories:last-child{margin-bottom:.5rem}.row-main-home-categories-background .col-1-of-6--height-scroll{border:.3rem solid #06397080!important;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;height:30rem!important;margin:.5rem 0 1rem;overflow-y:scroll;padding:.5rem .5rem .5rem 1.5rem;scrollbar-width:thin;width:100%}.row-main-home-categories-background .col-5-of-6{display:flex;flex-direction:row;height:70vh;justify-content:center;justify-items:center;padding:5rem auto 0;position:relative;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:90vw!important}@media (max-width:75em){.row-main-home-categories-background .col-5-of-6{height:50vh!important;margin-left:5rem;width:95vw!important}}@media (max-width:56.25em){.row-main-home-categories-background .col-5-of-6{height:50vh!important;width:100%!important}}@media (max-width:37.5em){.row-main-home-categories-background .col-5-of-6{height:40vh!important;margin:0 5% 2rem!important;padding:0 auto!important;width:100%!important}}@media (max-width:31.25em){.row-main-home-categories-background .col-5-of-6{margin:0 1% 3rem!important;padding:0 auto!important;width:100%!important}}@media (max-width:25em){.row-main-home-categories-background .col-5-of-6{height:35vh!important;margin:0 1% 3rem!important;padding:0 auto!important;width:100%!important}}@media (max-width:23.4375em){.row-main-home-categories-background .col-5-of-6{height:30vh!important;margin-top:1rem!important;width:100vw!important}}@media (min-width:112.51em){.row-main-home-categories-background .col-5-of-6{border:.2rem solid red;height:95vh!important;margin-left:5rem;width:95vw!important}}.row-main-home-categories-background .col-5-of-6-with-clicked-category{display:flex;flex-direction:row;height:70vh;justify-content:center;justify-items:center;padding:5rem auto 0;position:relative;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:90vw!important}@media (max-width:75em){.row-main-home-categories-background .col-5-of-6-with-clicked-category{border:.5rem solid red;height:80vh!important}}@media (max-width:56.25em){.row-main-home-categories-background .col-5-of-6-with-clicked-category{border:.2rem solid red;height:77vh!important;padding-top:0!important;width:90vw!important}}@media (max-width:37.5em){.row-main-home-categories-background .col-5-of-6-with-clicked-category{height:65vh!important;margin:2rem 5%!important;padding:0 auto!important;width:90vw!important}}@media (max-width:31.25em){.row-main-home-categories-background .col-5-of-6-with-clicked-category{height:65vh!important;margin:3rem 5% 3rem auto!important;padding:0 auto!important;width:90vw!important}}@media (max-width:23.4375em){.row-main-home-categories-background .col-5-of-6-with-clicked-category{height:65vh!important;margin:3rem 3% 3rem 2%!important;width:99vw!important}}@media (min-width:112.51em){.row-main-home-categories-background .col-5-of-6-with-clicked-category{border:.1rem solid blue;height:85vh!important;margin:1rem auto;padding:-5rem auto 0;width:100vw!important}}.row-main-home-categories-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-main-home-categories-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-main-home-categories-background .col-1-of-7{width:calc(14.28571% - .85714rem)}@media (max-width:56.25em){.row-main-home-categories-background .col-1-of-7{height:45vh;width:30%!important}}@media (max-width:37.5em){.row-main-home-categories-background .col-1-of-7{height:35vh;margin:-2rem .3rem 2rem;width:35%!important}}@media (max-width:23.4375em){.row-main-home-categories-background .col-1-of-7{height:28vh;width:50%}}.row-main-home-categories-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-categories-section-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:flex;flex-direction:column;justify-content:center;justify-items:center;padding:.2rem auto!important;width:95vw}@media (min-width:112.51em){.row-seller-home-categories-section-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;justify-content:flex-start;justify-items:flex-start;padding:2rem 5% 0!important;width:95%}}@media (max-width:75em){.row-seller-home-categories-section-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;justify-content:flex-start;justify-items:flex-start;padding:2rem 3% 0!important;width:100%}}@media (max-width:56.25em){.row-seller-home-categories-section-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:flex;height:35%!important;justify-content:flex-start;justify-items:flex-start;margin-left:0!important;width:100%!important}}@media (max-width:37.5em){.row-seller-home-categories-section-background{height:35%!important;margin:10rem 10rem 0 1rem!important;padding:3rem .5rem 1rem!important;width:100%!important}}@media (max-width:31.25em){.row-seller-home-categories-section-background{height:35%!important;margin:10rem 10rem 0 1rem!important;padding:3rem .5rem 1rem!important;width:100%!important}}@media (max-width:23.4375em){.row-seller-home-categories-section-background{font-size:2rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:10rem auto 1rem!important;padding:-20rem 0 2rem!important;width:100%!important}}.row-seller-home-categories-section-background:not(:last-child){margin-bottom:5rem}@media (max-width:75em){.row-seller-home-categories-section-background:not(:last-child){margin-bottom:0!important}}@media (max-width:56.25em){.row-seller-home-categories-section-background:not(:last-child){margin-bottom:0!important}}@media (max-width:37.5em){.row-seller-home-categories-section-background:not(:last-child){margin-bottom:5rem!important}}@media (max-width:23.4375em){.row-seller-home-categories-section-background:not(:last-child){margin-bottom:2rem!important}}.row-seller-home-categories-section-background:after{clear:both;content:"";display:table}.row-seller-home-categories-section-background [class^=col-]{float:left}.row-seller-home-categories-section-background [class^=col-]:not(:last-child){margin-right:2rem}@media (max-width:56.25em){.row-seller-home-categories-section-background [class^=col-]:not(:last-child){margin-right:0}}@media (max-width:37.5em){.row-seller-home-categories-section-background [class^=col-]:not(:last-child){margin-right:.2rem;padding-right:0}}.row-seller-home-categories-section-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-categories-section-background .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-categories-section-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-categories-section-background .col-1-of-4{background-color:#000;width:calc(33.33333% - 3rem)}.row-seller-home-categories-section-background .col-1-of-4-seller-home{background-color:#ffffff80;color:#000;display:flex;flex-direction:column;justify-content:space-around;margin:2rem 0 0;padding-left:1rem;width:calc(25% - 3.75rem)}.row-seller-home-categories-section-background .col-1-of-4-seller-home:last-child{margin-bottom:.5rem}.row-seller-home-categories-section-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-categories-section-background .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-categories-section-background .col-1-of-5{height:75%;margin:2rem 1rem 7rem!important;width:calc(20% - 2rem)}@media (max-width:56.25em){.row-seller-home-categories-section-background .col-1-of-5{height:45vh;height:35vh;margin:2rem 1rem!important;width:30%!important;width:calc(20% - 2rem)}}@media (max-width:37.5em){.row-seller-home-categories-section-background .col-1-of-5{height:15vh;margin:2rem 1rem 0!important;width:calc(20% - 2rem)}}@media (max-width:23.4375em){.row-seller-home-categories-section-background .col-1-of-5{height:18vh;margin:2rem 1rem -6rem!important;width:calc(20% - 2rem)}}.row-seller-home-categories-section-background .col-1-of-6{color:#0e55b3cc!important;font-size:1.3rem;font-weight:700;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:2rem;margin-top:5rem;width:calc(16.66667% + .83333rem)}@media (min-width:112.51em){.row-seller-home-categories-section-background .col-1-of-6{font-size:1rem!important;height:65vh!important;width:20vw!important}}@media (max-width:56.25em){.row-seller-home-categories-section-background .col-1-of-6{font-size:1rem!important;height:50vh!important;width:20vw!important}}.row-seller-home-categories-section-background .col-1-of-6:last-child{margin-bottom:.5rem}.row-seller-home-categories-section-background .col-1-of-6-categories{height:0;opacity:0;width:0}@media (max-width:37.5em){.row-seller-home-categories-section-background .col-1-of-6-categories{display:flex;flex-direction:column;font-size:3rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:.2rem auto 1rem .5rem!important;opacity:1;position:relative;width:35vw!important;z-index:10}}@media (max-width:23.4375em){.row-seller-home-categories-section-background .col-1-of-6-categories{display:flex;flex-direction:column;font-size:2rem!important;font-weight:700!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:2rem 10rem 1rem 2rem!important;width:35vw!important}}.row-seller-home-categories-section-background .col-1-of-6-categories:last-child{margin-bottom:.5rem}.row-seller-home-categories-section-background .col-1-of-6--height-scroll{border:.3rem solid #06397080!important;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;height:30rem!important;margin:.5rem 0 1rem;overflow-y:scroll;padding:.5rem .5rem .5rem 1.5rem;scrollbar-width:thin;width:100%}.row-seller-home-categories-section-background .col-5-of-6{display:flex;flex-wrap:wrap!important;height:65vh;justify-content:center;justify-items:center;position:absolute;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:100%!important}@media (min-width:112.51em){.row-seller-home-categories-section-background .col-5-of-6{width:100%!important}}@media (max-width:75em){.row-seller-home-categories-section-background .col-5-of-6{height:50vh!important}}@media (max-width:56.25em){.row-seller-home-categories-section-background .col-5-of-6{height:50vh!important;width:73vw!important}}@media (max-width:37.5em){.row-seller-home-categories-section-background .col-5-of-6{height:20vh!important;padding:0 auto!important;width:100vw!important}}@media (max-width:31.25em){.row-seller-home-categories-section-background .col-5-of-6{height:20vh!important;width:100vw!important}}@media (max-width:23.4375em){.row-seller-home-categories-section-background .col-5-of-6{height:23vh!important;width:100vw!important}}.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{display:flex;flex-direction:row;height:50vh;justify-content:center;justify-items:center;padding:5rem auto 0;position:relative;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:90vw!important}@media (min-width:112.51em){.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{width:100%!important}}@media (max-width:75em){.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{height:50vh!important}}@media (max-width:56.25em){.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{height:50vh!important;width:73vw!important}}@media (max-width:37.5em){.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{height:40vh!important;margin:2rem 5%!important;padding:0 auto!important;width:90vw!important}.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category:hover{width:98vw!important}}@media (max-width:31.25em){.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{height:40vh!important;margin:3rem 5%!important;padding:0 auto!important;width:90vw!important}}@media (max-width:23.4375em){.row-seller-home-categories-section-background .col-5-of-6-with-clicked-category{height:23vh!important;width:100vw!important}}.row-seller-home-categories-section-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-categories-section-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-categories-section-background .col-1-of-7{width:calc(14.28571% - .85714rem)}@media (max-width:56.25em){.row-seller-home-categories-section-background .col-1-of-7{height:45vh;width:30%!important}}@media (max-width:37.5em){.row-seller-home-categories-section-background .col-1-of-7{height:35vh;margin:-2rem .3rem 2rem;width:35%!important}}@media (max-width:23.4375em){.row-seller-home-categories-section-background .col-1-of-7{height:28vh;width:50%}}.row-seller-home-categories-section-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row{background-color:#f2f2f90d;margin:-5rem auto;max-width:114rem;padding-bottom:-5rem;padding-top:-10rem}.row:after{clear:both;content:"";display:table}.row [class^=col-]{float:left}.row [class^=col-]:not(:last-child){margin-right:5rem}@media (max-width:56.25em){.row [class^=col-]:not(:last-child){margin-right:0}.row [class^=col-]{width:100%!important}}.row .col-1-of-2{width:calc(50% - 2.5rem)}.row .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row .col-1-of-4{width:calc(25% - 3.75rem)}.row .col-2-of-4{width:calc(50% - 2.5rem)}.row .col-3-of-4{width:calc(75% - 1.25rem)}.row-checkout-steps{background-color:#f2f2f90d;display:flex;margin:-5rem auto;padding-bottom:-5rem;padding-top:-10rem;width:90%}@media (max-width:37.5em){.row-checkout-steps{width:100%}}.row-home-section-about{background-color:rgba(86,67,250,.041);margin:5rem auto!important;padding:1rem 1rem 1rem 7rem;width:70%}@media (max-width:37.5em){.row-home-section-about{padding:2rem 3rem;width:100%!important}}.row-home-section-about:after{clear:both;content:"";display:table}.row-home-section-about [class^=col-]{float:left}@media (max-width:56.25em){.row-home-section-about [class^=col-]:not(:last-child){margin-right:1rem!important}}.row-home-section-about .col-1-of-2{padding-left:5rem;padding-top:4rem;width:calc(50% - 2.5rem)}@media (max-width:56.25em){.row-home-section-about .col-1-of-2{height:0;width:0}}@media (max-width:37.5em){.row-home-section-about .col-1-of-2{height:0;opacity:0;width:0}}.row-home-section-about .col-1-of-2-our-mission-text{background-color:#ffffffb3;box-shadow:.5rem .5rem .5rem #0000004d;height:100%;margin-bottom:-5rem;margin-top:5rem;padding:5rem 4rem 4rem;width:calc(50% - .25rem)}@media (max-width:56.25em){.row-home-section-about .col-1-of-2-our-mission-text{width:100%!important}}.row-home-section-about .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-home-section-about .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-section-about .col-1-of-4{width:calc(25% - 3.75rem)}.row-home-section-about .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-section-about .col-3-of-4{width:calc(75% - 1.25rem)}.row-product-update-form{background-color:#5643fa05;margin:-5rem auto 5rem;max-width:114rem;padding:4rem}.row-product-update-form__list-title{margin-right:1rem}.row-seller-home-form1{background-color:#28b48526;color:#0e55b3;display:flex;flex-direction:row;height:45rem;margin:2rem auto;position:relative;width:100%}@media (max-width:37.5em){.row-seller-home-form1{height:50vh}}.row-seller-home-form1:after{clear:both;content:"";display:table}.row-seller-home-form1 [class^=col-]{float:left}.row-seller-home-form1 [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-form1 .col-1-of-2-form1{background-color:#ffffff80;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:3rem 0 3rem 3rem;max-height:40rem;min-height:40rem;padding:5rem 3rem 1rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form1 .col-1-of-2-form1{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;font-size:3rem!important;justify-content:flex-start;justify-items:center;margin-top:5vh;max-height:40vh;min-height:40vh;overflow-y:auto;padding:5rem 1rem}.row-seller-home-form1 .col-1-of-2-form1:hover{background-color:#ffffffd9;box-shadow:0 1rem 1rem #0000004d;color:#000000b3;font-size:3.5rem!important;height:70vh;left:4.5vw;outline:.5rem solid #ffffff80;outline-offset:2rem;position:absolute;top:0;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:85vw;z-index:100}}.row-seller-home-form1 .col-1-of-2{border:.3rem solid #fff;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:1rem 1rem 5rem auto;max-height:43rem;min-height:43rem;padding:1rem 2rem 5rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form1 .col-1-of-2{border:none;margin-top:5vh;max-height:40vh;min-height:40vh}}.row-seller-home-form1 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-form1 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form1 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form1 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form1 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-3{background-color:#ff773026;box-shadow:.1rem .1rem .1rem #0000004d;color:#0e55b3;height:45rem;margin:3rem auto;padding:0 2rem 5rem;width:100%}.row-seller-home-form-3:after{clear:both;content:"";display:table}.row-seller-home-form-3 [class^=col-]{float:left}.row-seller-home-form-3 [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-form-3 .col-1-of-2-form1{background-color:#ffffff80;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin:3rem auto;max-height:40rem;min-height:40rem;padding:5rem 3rem 1rem}.row-seller-home-form-3 .col-1-of-2,.row-seller-home-form-3 .col-1-of-2-form1{display:flex;flex-direction:column;justify-content:center;justify-items:center;width:calc(50% - 2.5rem)}.row-seller-home-form-3 .col-1-of-2{margin:5rem auto;max-height:35rem;min-height:35rem;padding:1rem 2rem 5rem}.row-seller-home-form-3 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-form-3 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form-3 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-3 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-3 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-create-form-3{background-color:#ffffff40;box-shadow:.1rem .1rem .1rem #0000004d;height:45rem;margin:0 auto 3rem;padding:5rem auto;position:relative;width:100%}.row-seller-home-create-form-3:after{clear:both;content:"";display:table}.row-seller-home-create-form-3 [class^=col-]{float:left}.row-seller-home-create-form-3 [class^=col-]:not(:last-child){margin-right:.5rem!important}.row-seller-home-create-form-3 .col-1-of-2-form1{background-color:#ffffff80;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;flex-direction:column;justify-content:flex-start;justify-items:center;margin:2rem auto;max-height:40rem;min-height:40rem;overflow-y:auto;padding:5rem;scrollbar-width:thin;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-create-form-3 .col-1-of-2-form1:hover{background-color:#fffc;border-radius:20%;-webkit-border-radius:20%;-moz-border-radius:20%;-ms-border-radius:20%;-o-border-radius:20%;box-shadow:0 2.5rem 4rem #00000080;left:25%;outline:.7rem solid #ffffff4d;outline-offset:2rem;padding:4rem 2.5rem;position:absolute;transform:scale(1.5) translateY(-.3rem);-webkit-transform:scale(1.5) translateY(-.3rem);-moz-transform:scale(1.5) translateY(-.3rem);-ms-transform:scale(1.5) translateY(-.3rem);-o-transform:scale(1.5) translateY(-.3rem);z-index:100}}.row-seller-home-create-form-3 .col-1-of-2{justify-content:center;justify-items:center;margin:5 auto 5rem;max-height:40rem;padding:3rem 3rem 2rem;width:calc(50% - 2.5rem)}.row-seller-home-create-form-3 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-create-form-3 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-create-form-3 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-create-form-3 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-create-form-3 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form1-2nd-design-with-clip-path{background-color:#28b48526;box-shadow:.2rem .2rem 2rem #0000004d;color:#0e55b3;height:45rem;margin:0 auto;position:relative;width:85%}@media (max-width:37.5em){.row-seller-home-form1-2nd-design-with-clip-path{height:50vh;width:100%}}.row-seller-home-form1-2nd-design-with-clip-path:after{clear:both;content:"";display:table}.row-seller-home-form1-2nd-design-with-clip-path [class^=col-]{float:left}@media (max-width:37.5em){.row-seller-home-form1-2nd-design-with-clip-path [class^=col-]:not(:last-child){margin-right:.5rem}}.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2-form1-2nd-design-with-clip-path{background-color:#ffffff80;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:3rem 0 2rem -2rem;max-height:40rem;min-height:40rem;padding:5rem 3rem 1rem;width:calc(50% - 2.5rem)}@media (max-width:37.5em){.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2-form1-2nd-design-with-clip-path{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;font-size:3rem!important;justify-content:flex-start;justify-items:center;margin-left:1rem!important;margin-right:-5rem!important;margin-top:5vh;max-height:40vh;min-height:40vh;overflow-y:auto;padding:5rem 1rem;width:calc(50% - .25rem)}.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2-form1-2nd-design-with-clip-path:hover{background-color:#ffffffd9;box-shadow:0 1rem 1rem #0000004d;color:#000000b3;font-size:3.5rem!important;height:70vh;left:4.5vw;outline:.5rem solid #ffffff80;outline-offset:2rem;position:absolute;top:0;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:85vw;z-index:100}}.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2{margin:1rem auto;max-height:40rem;min-height:40rem;padding:1rem 2rem 5rem;width:calc(50% - 2.5rem)}@media (max-width:37.5em){.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2{margin-top:5vh;max-height:40vh;min-height:40vh}}.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2-view{margin:2rem 0 2rem 1.5rem;max-height:35rem;min-height:35rem;padding:1rem 2rem 3rem -.5rem;width:calc(50% - 2.5rem);width:44%}@media (max-width:37.5em){.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-2-view{margin:0;max-height:0;min-height:0;opacity:0;padding:0;width:0}}.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-3{max-height:35rem;min-height:35rem;padding:1rem 2rem 5rem;width:calc(50% - 2.5rem)}.row-seller-home-form1-2nd-design-with-clip-path .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form1-2nd-design-with-clip-path .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form1-2nd-design-with-clip-path .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form1-2nd-design-with-clip-path .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form2{background-color:#f2f2f90d;display:flex;margin:-3rem auto -5rem;width:95%}.row-seller-home-form2:after{clear:both;content:"";display:table}.row-seller-home-form2 [class^=col-]{float:left}.row-seller-home-form2 [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-form2 .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-form2 .col-1-of-2,.row-seller-home-form2 .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-form2 .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-form2 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-form2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form2 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form2 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form2-public{background-color:#e90e8a66;border-radius:50%;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);display:flex;margin:2rem auto;width:75vw}.row-seller-home-form2-public:after{clear:both;content:"";display:table}.row-seller-home-form2-public [class^=col-]{float:left}.row-seller-home-form2-public [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-form2-public .col-1-of-2-form2{background-color:#ffffff80;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:.1rem .1rem .1rem #0000004d;margin:5rem 3rem 1rem 0;max-height:40rem;min-height:40rem;padding:3rem 4rem 0}.row-seller-home-form2-public .col-1-of-2,.row-seller-home-form2-public .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;width:calc(50% - .25rem)}.row-seller-home-form2-public .col-1-of-2{margin:3rem 2rem;max-height:45rem;min-height:45rem;padding:3rem 2rem 3rem 1rem}.row-seller-home-form2-public .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-form2-public .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form2-public .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form2-public .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form2-public .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form2-public-with-orange-background{background-color:#e90e8a1a;border-radius:50%;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);color:#0e55b3;display:flex;margin:2rem auto;position:relative;width:75vw}.row-seller-home-form2-public-with-orange-background:after{clear:both;content:"";display:table}.row-seller-home-form2-public-with-orange-background [class^=col-]{float:left}.row-seller-home-form2-public-with-orange-background [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2{background-color:#ffffffb3;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;display:flex;flex-direction:column;justify-content:flex-start!important;justify-items:center;margin:5rem 3rem 1rem 0;max-height:40rem;min-height:40rem;overflow-y:auto;padding-top:4rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2{padding-top:0}.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2:hover{background-color:#fff;font-size:1.8rem;height:40vh!important;overflow-x:auto;position:relative;top:0;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:100vw!important;z-index:100}}.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background{background-color:#28b48540;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:.1rem .1rem .1rem #0000004d;height:100%;padding:6rem 4rem 0;width:100%}.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background--blue{background-color:#5643fa26;padding-bottom:2rem;padding-top:2rem}@media (max-width:37.5em){.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background--blue{padding:4rem!important}}.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background--orange{background-color:#ff77301a;padding-bottom:2rem;padding-top:2rem}@media (max-width:37.5em){.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background--orange{padding:4rem!important}}.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background--green{background-color:#28b48526;padding-bottom:2rem;padding-top:2rem}@media (max-width:37.5em){.row-seller-home-form2-public-with-orange-background .col-1-of-2-form2__background--green{padding:4rem!important}}.row-seller-home-form2-public-with-orange-background .col-1-of-2{display:flex;flex-direction:column;justify-content:flex-start;justify-items:center;margin:3rem 2rem;max-height:45rem;min-height:45rem;padding:3rem 2rem 3rem 1rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form2-public-with-orange-background .col-1-of-2{margin-left:0;margin-right:0;padding:0!important}}.row-seller-home-form2-public-with-orange-background .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-form2-public-with-orange-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form2-public-with-orange-background .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form2-public-with-orange-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form2-public-with-orange-background .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-new-arrivals{background-color:#f2f2f903;display:flex;margin:3rem auto -5rem;width:95%}.row-seller-home-new-arrivals:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals [class^=col-]{float:left}.row-seller-home-new-arrivals [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-new-arrivals .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-new-arrivals .col-1-of-2,.row-seller-home-new-arrivals .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-new-arrivals .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-new-arrivals .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-new-arrivals .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers{background-color:#fff6;display:flex;gap:2rem;height:35rem;margin:3rem auto 1.5rem;padding:1rem 2rem;width:95%}@media (max-width:37.5em){.row-seller-home-best-sellers{display:flex!important;flex-wrap:wrap;height:73rem;overflow-y:scroll;padding:1rem auto;scroll-behavior:smooth;width:95vw}}.row-seller-home-best-sellers:after{clear:both;content:"";display:table}.row-seller-home-best-sellers [class^=col-]{float:left}.row-seller-home-best-sellers [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-best-sellers .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-best-sellers .col-1-of-2,.row-seller-home-best-sellers .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-best-sellers .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers .col-1-of-4{background-color:#ffffffb3;border:1rem solid #fff;margin:2rem auto;width:calc(25% - .375rem)}@media (max-width:37.5em){.row-seller-home-best-sellers .col-1-of-4{height:30rem!important;margin:2rem!important;width:calc(50% - 5rem)!important}}@media (max-width:31.25em){.row-seller-home-best-sellers .col-1-of-4{height:30rem!important;margin:2rem 1rem!important;width:calc(50vw - 7.5rem)!important}}.row-seller-home-best-sellers .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers-2{background-color:#ff77300a;display:flex;height:35rem;margin:0 auto 1rem;padding:2rem auto;width:98%}@media (max-width:37.5em){.row-seller-home-best-sellers-2{display:flex;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0;padding:0 2rem;width:100%}}.row-seller-home-best-sellers-2:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-2 [class^=col-]{float:left}.row-seller-home-best-sellers-2 [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-home-best-sellers-2 .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-best-sellers-2 .col-1-of-2,.row-seller-home-best-sellers-2 .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-2 .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-best-sellers-2 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-2 .col-1-of-4{background-color:#ffffffb3;box-shadow:.3rem .3rem .3rem #0000001a;width:calc(40% - 5rem)}.row-seller-home-best-sellers-2 .col-1-of-4:hover{box-shadow:.5rem .5rem .5rem #0003}@media (min-width:37.5em){.row-seller-home-best-sellers-2 .col-1-of-4{height:30rem!important;margin:2rem!important;width:calc(25% - 3.75rem)}}.row-seller-home-best-sellers-2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-2 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers-3{background-color:#ffffffb3;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;display:flex;height:50rem!important;margin:1rem auto!important;padding:0 5rem 4rem 1rem!important;width:95vw}@media (max-width:37.5em){.row-seller-home-best-sellers-3{display:flex;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:center!important;justify-items:center!important;margin:0;padding:3rem .5rem!important;width:100%}}.row-seller-home-best-sellers-3:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-3 [class^=col-]{float:left}.row-seller-home-best-sellers-3 .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-best-sellers-3 .col-1-of-2,.row-seller-home-best-sellers-3 .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-3 .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-best-sellers-3 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-3 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-3 .col-1-of-4{width:calc(25% - .375rem)}@media (max-width:37.5em){.row-seller-home-best-sellers-3 .col-1-of-4{height:30rem!important;margin:2rem!important;width:calc(50% - 5rem)!important}}.row-seller-home-best-sellers-3 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-3 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers-3-small-map-section{background-color:#0b69430d;display:flex;height:40rem!important;margin:5rem 2rem;padding:5rem 1rem 5rem 3rem!important;width:100%}@media (max-width:37.5em){.row-seller-home-best-sellers-3-small-map-section{display:flex;flex-wrap:wrap;height:90rem!important;margin:0;overflow-y:scroll;padding:1rem auto!important;width:100%}.row-seller-home-best-sellers-3-small-map-section:hover{margin-left:-30rem;transform:translateY(-1.5px) scale(1.3);-webkit-transform:translateY(-1.5px) scale(1.3);-moz-transform:translateY(-1.5px) scale(1.3);-ms-transform:translateY(-1.5px) scale(1.3);-o-transform:translateY(-1.5px) scale(1.3)}}.row-seller-home-best-sellers-3-small-map-section:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-3-small-map-section [class^=col-]{float:left}.row-seller-home-best-sellers-3-small-map-section [class^=col-]:not(:last-child){margin-right:1rem!important}@media (max-width:37.5em){.row-seller-home-best-sellers-3-small-map-section [class^=col-]:not(:last-child){margin-right:2rem!important}}.row-seller-home-best-sellers-3-small-map-section .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-best-sellers-3-small-map-section .col-1-of-2,.row-seller-home-best-sellers-3-small-map-section .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-3-small-map-section .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-best-sellers-3-small-map-section .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-3-small-map-section .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-3-small-map-section .col-1-of-4{width:calc(25% - .375rem)}@media (max-width:37.5em){.row-seller-home-best-sellers-3-small-map-section .col-1-of-4{height:40rem!important;margin:.5rem 0 1rem!important;width:calc(50% - 2rem)!important}}.row-seller-home-best-sellers-3-small-map-section .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-3-small-map-section .col-3-of-4{width:calc(75% - 1.25rem)}.row-home-category-3-products{background-color:#fff6;border:.2rem solid #fff;display:flex;flex-direction:row;height:55vh;justify-content:space-between;margin:3rem auto;padding:2rem 2rem 10rem 5rem;width:90%}@media (max-width:37.5em){.row-home-category-3-products{display:flex;flex-direction:row;flex-wrap:wrap;height:55vh;margin:1rem auto!important;overflow-y:scroll;padding:2rem 5rem 5rem 3rem;width:100%}}.row-home-category-3-products:after{clear:both;content:"";display:table}.row-home-category-3-products [class^=col-]{float:left}.row-home-category-3-products [class^=col-]:not(:last-child){margin-right:.1rem!important}@media (max-width:37.5em){.row-home-category-3-products [class^=col-]:not(:last-child){margin-bottom:1vh!important}}.row-home-category-3-products .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:5rem 3rem 5rem 1rem;max-height:60rem;min-height:60rem;padding:3rem 2rem;width:calc(50% - .25rem)}.row-home-category-3-products .col-1-of-2{display:flex;flex-direction:column;justify-items:center;width:calc(50% - .05rem)}.row-home-category-3-products .col-1-of-3{width:calc(33.33333% - .06667rem)}@media (max-width:37.5em){.row-home-category-3-products .col-1-of-3{margin-top:1rem!important;width:100%!important}}.row-home-category-3-products .col-1-of-3-middle-one{width:calc(33.33333% - .06667rem)}@media (max-width:37.5em){.row-home-category-3-products .col-1-of-3-middle-one{margin-top:2rem!important;width:100%!important}}.row-home-category-3-products .col-2-of-3{width:calc(66.66667% - .03333rem)}.row-home-category-3-products .col-1-of-4{margin:2rem auto;width:calc(25% - .375rem)}.row-home-category-3-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-category-3-products .col-3-of-4{width:calc(75% - 1.25rem)}.row-home-category-3-products-card-2-column{border:2rem solid #fff;box-shadow:1rem 1rem 1rem #0003;display:flex;height:100%;width:100%!important}@media (max-width:37.5em){.row-home-category-3-products-card-2-column{height:40vh}}.row-home-category-3-products-card-2-column [class^=col-]{float:left}.row-home-category-3-products-card-2-column [class^=col-]:not(:last-child){margin-right:.1rem}.row-home-category-3-products-card-2-column .col-1-of-2{border:1.5rem solid rgba(0,0,0,.085);flex-direction:column;height:100%;width:calc(50% - .05rem)!important}.row-home-category-3-products-card-2-column .col-1-of-2:not(:last-child){border-right:.1rem solid #ffffff80}.row-home-category-3-products-card-2-column .col-1-of-2__flex-column{flex-direction:column!important;height:50%;justify-content:center;width:100%}.row-home-category-3-products-card-2-column .col-1-of-2__flex-column:not(:last-child){border-bottom:.3rem solid #ffffff80}@media (max-width:37.5em){.row-home-category-3-products-card-2-column .col-1-of-2__flex-column:not(:last-child){margin-bottom:0!important}}.row-home-category-2-products-card-2-column{border:2rem solid #fff;box-shadow:1rem 1rem 1rem #0003;display:flex;height:80%;margin-top:3.5rem;width:100%!important}@media (max-width:37.5em){.row-home-category-2-products-card-2-column{height:35vh!important;margin-top:2rem}}.row-home-category-2-products-card-2-column [class^=col-]{float:left}.row-home-category-2-products-card-2-column [class^=col-]:not(:last-child){margin-right:.1rem}.row-home-category-2-products-card-2-column .col-1-of-2{border:1.5rem solid rgba(0,0,0,.085);height:100%;width:calc(50% - .05rem)!important}.row-home-category-2-products-card-2-column .col-1-of-2:not(:last-child){border-right:.1rem solid #ffffff80}.row-home-products-videos--4-vids{background-color:#063970e6;color:#fff;display:flex;flex-direction:row!important;flex-wrap:wrap;margin:4rem 2rem!important;padding:3rem 1rem 3rem .1rem!important;width:100%}.row-home-products-videos--4-vids:after{clear:both;content:"";display:table}.row-home-products-videos--4-vids [class^=col-]{float:left}.row-home-products-videos--4-vids [class^=col-]:not(:last-child){margin-right:.5rem!important}.row-home-products-videos--4-vids .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-home-products-videos--4-vids .col-1-of-2,.row-home-products-videos--4-vids .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-home-products-videos--4-vids .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-home-products-videos--4-vids .col-1-of-3{margin:0 auto;width:calc(33.33333% - 3.33333rem)}.row-home-products-videos--4-vids .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-products-videos--4-vids .col-1-of-4{color:#fff;margin:1.5rem auto!important;width:calc(24% - 1.5rem)!important}.row-home-products-videos--4-vids .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-products-videos--4-vids .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-products-videos--4-vids{background-color:#063970e6;color:#fff;display:flex;flex-direction:row!important;justify-content:flex-start!important;justify-items:center!important;margin:4rem auto!important;padding:4rem auto!important;width:95%}@media (max-width:37.5em){.row-seller-products-videos--4-vids{border:.2rem solid #fff;flex-wrap:nowrap;justify-content:flex-start!important;margin:2rem!important;overflow-x:scroll;padding:2rem 1rem!important;width:100vw}}.row-seller-products-videos--4-vids:after{clear:both;content:"";display:table}.row-seller-products-videos--4-vids [class^=col-]{float:left}.row-seller-products-videos--4-vids [class^=col-]:not(:last-child){margin-right:.5rem!important}.row-seller-products-videos--4-vids .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-products-videos--4-vids .col-1-of-2,.row-seller-products-videos--4-vids .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-products-videos--4-vids .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-products-videos--4-vids .col-1-of-3{margin:0 auto;width:calc(33.33333% - 3.33333rem)}.row-seller-products-videos--4-vids .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-products-videos--4-vids .col-1-of-4{color:#fff;margin:5rem .1rem!important;width:calc(25% - .375rem)!important}@media (max-width:37.5em){.row-seller-products-videos--4-vids .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}@media (max-width:31.25em){.row-seller-products-videos--4-vids .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}.row-seller-products-videos--4-vids .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-products-videos--4-vids .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-podcasts-best-sellers{background-color:#ffffffe6;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1rem;width:100%}.row-seller-home-podcasts-best-sellers:after{clear:both;content:"";display:table}.row-seller-home-podcasts-best-sellers [class^=col-]{float:left}.row-seller-home-podcasts-best-sellers [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-podcasts-best-sellers .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-podcasts-best-sellers .col-1-of-2,.row-seller-home-podcasts-best-sellers .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-podcasts-best-sellers .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-podcasts-best-sellers .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-podcasts-best-sellers .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-podcasts-best-sellers .col-1-of-4{border:.2rem solid red;margin:2rem 5rem;width:calc(25% - 1.125rem)}.row-seller-home-podcasts-best-sellers .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-podcasts-best-sellers .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers-pagination{background-color:#f2f2f90d;display:flex;justify-content:center;margin:-11rem auto 7rem 5rem;padding:5rem auto!important;width:65%}@media (max-width:37.5em){.row-seller-home-best-sellers-pagination{margin:0 auto 4rem;padding:0!important}}.row-seller-home-best-sellers-pagination:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-pagination [class^=col-]{float:left}.row-seller-home-best-sellers-pagination [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-best-sellers-pagination .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-best-sellers-pagination .col-1-of-2,.row-seller-home-best-sellers-pagination .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-pagination .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-best-sellers-pagination .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-pagination .col-2-of-3{display:flex;justify-content:center;justify-items:center;margin:1rem auto!important;padding:2rem auto!important;width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-pagination .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-best-sellers-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-pagination .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers-pagination-pink{background-color:#f2f2f90d;display:flex;justify-content:center;margin:-3rem auto 7rem;padding:5rem auto!important;width:65%}.row-seller-home-best-sellers-pagination-pink:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-pagination-pink [class^=col-]{float:left}.row-seller-home-best-sellers-pagination-pink [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-best-sellers-pagination-pink .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-best-sellers-pagination-pink .col-1-of-2,.row-seller-home-best-sellers-pagination-pink .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-pagination-pink .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-best-sellers-pagination-pink .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-pagination-pink .col-2-of-3{display:flex;justify-content:center;justify-items:center;margin:1rem auto!important;padding:2rem auto!important;width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-pagination-pink .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-best-sellers-pagination-pink .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-pagination-pink .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-best-sellers-pagination--category-clothing{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:-1rem 8rem 5rem auto;width:65%}.row-seller-home-best-sellers-pagination--category-clothing:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-pagination--category-clothing [class^=col-]{float:left}.row-seller-home-best-sellers-pagination--category-clothing [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-best-sellers-pagination--category-clothing .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:5rem 3rem 5rem 1rem;max-height:60rem;min-height:60rem;padding:3rem 2rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-pagination--category-clothing .col-1-of-2{display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:5rem 2rem;max-height:60rem;min-height:60rem;padding:10rem 2rem 10rem 1rem;width:calc(50% - .25rem)}.row-seller-home-best-sellers-pagination--category-clothing .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-pagination--category-clothing .col-2-of-3{background-color:#ffffff08;display:flex;flex-wrap:wrap;justify-content:center;justify-items:center;margin:.1rem auto!important;padding:1rem 10rem!important;width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-pagination--category-clothing .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-best-sellers-pagination--category-clothing .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-pagination--category-clothing .col-3-of-4{width:calc(75% - 1.25rem)}.row-home-products-videos-pagination{background-color:#f2f2f90d;display:flex;justify-content:center;justify-items:center;margin:1rem auto;padding:2rem;width:65%}.row-home-products-videos-pagination:after{clear:both;content:"";display:table}.row-home-products-videos-pagination [class^=col-]{float:left}.row-home-products-videos-pagination [class^=col-]:not(:last-child){margin-right:1.5rem}.row-home-products-videos-pagination .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-home-products-videos-pagination .col-1-of-2,.row-home-products-videos-pagination .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-home-products-videos-pagination .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-home-products-videos-pagination .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-home-products-videos-pagination .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-products-videos-pagination .col-1-of-4{width:calc(25% - 3.75rem)}.row-home-products-videos-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-products-videos-pagination .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-other-sellers-podcasts-pagination{display:flex;margin:1rem auto -1rem;padding:2rem;width:65%}.row-seller-home-other-sellers-podcasts-pagination:after{clear:both;content:"";display:table}.row-seller-home-other-sellers-podcasts-pagination [class^=col-]{float:left}.row-seller-home-other-sellers-podcasts-pagination [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-other-sellers-podcasts-pagination .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-other-sellers-podcasts-pagination .col-1-of-2,.row-seller-home-other-sellers-podcasts-pagination .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-other-sellers-podcasts-pagination .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-other-sellers-podcasts-pagination .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-other-sellers-podcasts-pagination .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-other-sellers-podcasts-pagination .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-other-sellers-podcasts-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-other-sellers-podcasts-pagination .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-new-arrivals-sellers-pagination{background-color:#ffffff1a;display:flex;margin:3rem auto -5rem;padding:3rem;width:65%}.row-seller-home-new-arrivals-sellers-pagination:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-sellers-pagination [class^=col-]{float:left}.row-seller-home-new-arrivals-sellers-pagination [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-new-arrivals-sellers-pagination .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-new-arrivals-sellers-pagination .col-1-of-2,.row-seller-home-new-arrivals-sellers-pagination .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-new-arrivals-sellers-pagination .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-new-arrivals-sellers-pagination .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-sellers-pagination .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-sellers-pagination .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-new-arrivals-sellers-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-sellers-pagination .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-new-arrivals-sellers-pagination-1{display:flex;justify-content:center;justify-items:center;margin:-10rem auto -5rem;padding:1.5rem!important;width:65%;z-index:3}@media (max-width:75em){.row-seller-home-new-arrivals-sellers-pagination-1{padding:.5rem auto!important;width:70%}}@media (max-width:37.5em){.row-seller-home-new-arrivals-sellers-pagination-1{font-size:1.5rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:-3rem auto -2rem!important;padding:2rem 0!important}}@media (max-width:23.4375em){.row-seller-home-new-arrivals-sellers-pagination-1{font-size:1.5rem!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:2rem 0!important}}.row-seller-home-new-arrivals-sellers-pagination-1:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-sellers-pagination-1 [class^=col-]{float:left}.row-seller-home-new-arrivals-sellers-pagination-1 [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-home-new-arrivals-sellers-pagination-1 .col-1-of-2-form2{margin:5rem 3rem 5rem 1rem;padding:3rem 2rem}.row-seller-home-new-arrivals-sellers-pagination-1 .col-1-of-2,.row-seller-home-new-arrivals-sellers-pagination-1 .col-1-of-2-form2{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:60rem;min-height:60rem;width:calc(50% - .25rem)}.row-seller-home-new-arrivals-sellers-pagination-1 .col-1-of-2{margin:5rem 2rem;padding:10rem 2rem 10rem 1rem}.row-seller-home-new-arrivals-sellers-pagination-1 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-sellers-pagination-1 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-sellers-pagination-1 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-new-arrivals-sellers-pagination-1 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-sellers-pagination-1 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form3{background-color:#f2f2f90d;background-color:#fff3;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:-3rem auto -5rem;padding:2rem;width:100%}.row-seller-home-form3:after{clear:both;content:"";display:table}.row-seller-home-form3 [class^=col-]{float:left}.row-seller-home-form3 [class^=col-]:not(:last-child){margin-right:2rem!important}.row-seller-home-form3 .col-1-of-2{padding:2.5rem;width:calc(50% - .25rem)}.row-seller-home-form3 .col-1-of-2,.row-seller-home-form3 .col-1-of-2-pict{background-color:#085eaf0a;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-bottom:5rem;margin-top:5rem;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.row-seller-home-form3 .col-1-of-2-pict{padding:1rem 2rem;width:calc(50% + 4.75rem)}.row-seller-home-form3 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-form3 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-form3 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form3 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form3 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-single-pict-width-100{background-color:#f2f2f980;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto 0 20rem;padding:3rem;position:relative;width:75%}@media (max-width:37.5em){.row-seller-home-form-single-pict-width-100{margin:0 auto}}.row-seller-home-form-single-pict-width-100:after{clear:both;content:"";display:table}.row-seller-home-form-single-pict-width-100 [class^=col-]{float:left}.row-seller-home-form-single-pict-width-100 [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-home-form-single-pict-width-100 .col-1-of-2{padding:1rem 2rem 5rem}.row-seller-home-form-single-pict-width-100 .col-1-of-2,.row-seller-home-form-single-pict-width-100 .col-1-of-2-image{background-color:#fff3;border-radius:50%;box-shadow:.1rem .1rem .3rem #0000004d;display:flex;flex-direction:column;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:3rem;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-width-100 .col-1-of-2-image{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:50rem;padding:0 5rem}.row-seller-home-form-single-pict-width-100 .col-1-of-2-pict{display:flex;flex-direction:column;justify-content:center;justify-items:center;object-fit:cover;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-width-100 .col-1-of-3-pict{padding:0;width:calc(33.33333% - .33333rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-width-100 .col-1-of-3-pict{width:33%}}.row-seller-home-form-single-pict-width-100 .col-2-of-3{background-color:#fff3;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-left:5rem;padding:5rem;width:calc(66.66667% - 6.16667rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-width-100 .col-2-of-3{height:30vh;margin-left:0;padding:2rem 1rem}.row-seller-home-form-single-pict-width-100 .col-2-of-3:hover{background-color:#fffc;box-shadow:0 1rem 1rem #0000004d;outline:.5rem solid #ffffff80;outline-offset:2rem;position:absolute;right:5%;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:90%;z-index:100}}.row-seller-home-form-single-pict-width-100 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-single-pict-width-100 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-single-pict-width-100 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-single-pict-width-100-pink-squarish{background-color:#c4f3ccb3;box-shadow:.1rem .1rem .3rem #0000004d;display:flex;height:75vh;margin:5rem auto;padding:3rem;width:85%}.row-seller-home-form-single-pict-width-100-pink-squarish:after{clear:both;content:"";display:table}.row-seller-home-form-single-pict-width-100-pink-squarish [class^=col-]{float:left}.row-seller-home-form-single-pict-width-100-pink-squarish [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-home-form-single-pict-width-100-pink-squarish .col-1-of-2{background-color:#ffffff80;border-radius:50%;box-shadow:.2rem .2rem .3rem #0000004d;display:flex;flex-direction:column;justify-content:space-between;justify-items:center;margin:3rem 1rem;padding:2rem 2rem 5rem;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-1-of-2-image{background-color:#fff6;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-shadow:.1rem .1rem .3rem #0000004d;display:flex;flex-direction:column;height:50rem;justify-content:space-between;justify-items:center;margin:3rem 5rem 3rem -.5rem!important;padding:0;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-1-of-2-pict{display:flex;flex-direction:column;justify-content:center;justify-items:center;object-fit:cover;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-1-of-3-pict{padding:0;width:calc(33.33333% - .33333rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-2-of-3{background-color:#fff3;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-left:5rem;padding:5rem;width:calc(66.66667% - 6.16667rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-single-pict-width-100-pink-squarish .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home{background-color:#b9f3ef4d;border:.1rem solid #0000000d;display:flex;height:75vh;margin:5rem auto;padding:3rem;position:relative;width:85%}@media (max-width:37.5em){.row-seller-home-form-single-pict-pink-and-green-squarish-create-home{height:40vh;margin:5rem .1rem 5rem -1rem;width:100%}}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home:after{clear:both;content:"";display:table}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home [class^=col-]{float:left}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home [class^=col-]:not(:last-child){margin-right:5rem!important}@media (max-width:37.5em){.row-seller-home-form-single-pict-pink-and-green-squarish-create-home [class^=col-]:not(:last-child){margin-right:.5rem!important}}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-circle{background-color:#fff9;border-radius:50%;display:flex;flex-direction:column;justify-items:center;margin:3rem -2rem 3rem 1rem;padding:2rem 2rem 15rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-circle{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:30vh!important;justify-content:flex-start;justify-items:center;margin:5rem -2% auto!important;padding-bottom:5rem;width:50vw!important}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-circle:hover{background-color:#fffc;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;box-shadow:0 .1rem .1rem #0003;font-size:3rem!important;margin:0;margin:5rem 5vw auto auto!important;padding:0;position:absolute;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:85vw!important;z-index:100}}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-square{background-color:#fff9;border-radius:50%;display:flex;flex-direction:column;justify-items:center;margin:3rem -2rem 3rem 1rem;padding:2rem 2rem 15rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-square{border-radius:10%;-webkit-border-radius:10%;-moz-border-radius:10%;-ms-border-radius:10%;-o-border-radius:10%;height:30vh!important;justify-content:flex-start;justify-items:center;margin:5rem -2% auto!important;padding-bottom:5rem;width:50vw!important}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-square:hover{background-color:#fffc;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;box-shadow:0 .1rem .1rem #0003;font-size:3rem!important;margin:0;margin:5rem 1vw auto 3vw!important;padding:0;position:absolute;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:85vw!important;z-index:100}}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-image{display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;margin:3rem -5rem 3rem auto!important;object-fit:fill;padding:0;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-image{height:30vh;margin:5rem auto 5rem -2rem!important}}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-2-pict{display:flex;flex-direction:column;justify-content:center;justify-items:center;object-fit:cover;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-3-pict{padding:0;width:calc(33.33333% - .33333rem)}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-2-of-3{background-color:#fff3;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-left:5rem;padding:5rem;width:calc(66.66667% - 6.16667rem)}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-single-pict-pink-and-green-squarish-create-home .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-single-pict-green-blue-squarish-create-home{background-color:#3f74f81a;box-shadow:.1rem .1rem .3rem #0000004d;display:flex;height:75vh;margin:5rem auto;padding:3rem;position:relative;width:85%}@media (max-width:37.5em){.row-seller-home-form-single-pict-green-blue-squarish-create-home{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3rem 2rem 3rem -2rem;width:95%}}.row-seller-home-form-single-pict-green-blue-squarish-create-home:after{clear:both;content:"";display:table}.row-seller-home-form-single-pict-green-blue-squarish-create-home [class^=col-]{float:left}.row-seller-home-form-single-pict-green-blue-squarish-create-home [class^=col-]:not(:last-child){margin-right:5rem}@media (max-width:37.5em){.row-seller-home-form-single-pict-green-blue-squarish-create-home [class^=col-]:not(:last-child){margin-right:.5rem}}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-2{background-color:#ffffff80;border-radius:50%;box-shadow:.1rem .1rem .3rem #0000004d;display:flex;flex-direction:column;justify-items:center;margin:3rem 1rem;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:2rem 2rem 10rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-2{margin-left:0;margin-right:0;padding-bottom:5rem;width:60vw!important}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-2:hover{background-color:#ffffffb3;border-radius:4%;-webkit-border-radius:4%;-moz-border-radius:4%;-ms-border-radius:4%;-o-border-radius:4%;box-shadow:0 .1rem .1rem #0003;height:40vh;left:15%!important;margin:5rem -15rem 5rem 3rem!important;padding:0;position:absolute;transform:scale(1.4) translateY(-.3rem);-webkit-transform:scale(1.4) translateY(-.3rem);-moz-transform:scale(1.4) translateY(-.3rem);-ms-transform:scale(1.4) translateY(-.3rem);-o-transform:scale(1.4) translateY(-.3rem);width:85%;z-index:100}}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-2-image{background-color:#fff6;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-shadow:.1rem .1rem .3rem #0000004d;display:flex;flex-direction:column;height:50rem;justify-content:space-between;justify-items:center;margin:3rem 5rem 3rem auto;padding:0;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-2-image{margin-left:-1rem;margin-top:10rem;width:calc(50% - 2.5rem)}}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-2-pict{display:flex;flex-direction:column;justify-content:center;justify-items:center;object-fit:cover;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-3-pict{padding:0;width:calc(33.33333% - .33333rem)}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-2-of-3{background-color:#fff3;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-left:5rem;padding:5rem;width:calc(66.66667% - 6.16667rem)}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-single-pict-green-blue-squarish-create-home .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-product-page-form1-green-blue-squarish{border:.2rem solid green;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.3rem 0!important;width:100%}.row-seller-home-form-single-pict-width-100-green-egg{background-color:#f2f2f980;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;padding:4rem 3rem;position:relative;width:85%}@media (max-width:37.5em){.row-seller-home-form-single-pict-width-100-green-egg{width:90%}}.row-seller-home-form-single-pict-width-100-green-egg:after{clear:both;content:"";display:table}.row-seller-home-form-single-pict-width-100-green-egg [class^=col-]{float:left}.row-seller-home-form-single-pict-width-100-green-egg [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-2{background-color:#ffffff80;border-radius:50%;box-shadow:.1rem .1rem .1rem #0000001a;display:flex;flex-direction:column;justify-items:center;margin-bottom:3rem;margin-top:3rem;padding:1rem 2rem 5rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-2{width:70vw!important}.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-2:hover{background-color:#ffffffd9;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:0 .1rem .1rem #0003;height:40vh;left:7%;margin:0;padding:0;position:absolute;top:0;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);width:90vw;z-index:100}}.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-2-image{background-color:#ff77300d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:.1rem .1rem .1rem #0000001a;height:50rem;justify-items:center;margin-bottom:3rem;margin-left:2rem;margin-right:10rem!important;margin-top:3rem;padding:0 2rem;width:calc(50% - 12.5rem)}@media (max-width:37.5em){.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-2-image{margin-left:1rem;margin-right:1rem!important;margin-top:6.5rem;width:calc(50% - 5rem)}}.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-2-pict{display:flex;flex-direction:column;justify-content:center;justify-items:center;object-fit:cover;width:calc(50% - .25rem)}.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-3-pict{padding:0;width:calc(33.33333% - .33333rem)}.row-seller-home-form-single-pict-width-100-green-egg .col-2-of-3{background-color:#fff3;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-left:5rem;padding:5rem;width:calc(66.66667% - 6.16667rem)}.row-seller-home-form-single-pict-width-100-green-egg .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-single-pict-width-100-green-egg .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-single-pict-width-100-green-egg .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-cover-background-pict{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;padding:2rem;width:100%}.row-seller-home-form-cover-background-pict:after{clear:both;content:"";display:table}.row-seller-home-form-cover-background-pict [class^=col-]{float:left}.row-seller-home-form-cover-background-pict [class^=col-]:not(:last-child){margin-right:.5rem!important}.row-seller-home-form-cover-background-pict .col-1-of-2{background-color:#085eaf66;margin-bottom:5rem;margin-right:-2rem;margin-top:5rem;padding:1.5rem}.row-seller-home-form-cover-background-pict .col-1-of-2,.row-seller-home-form-cover-background-pict .col-1-of-2-pict{display:flex;flex-direction:column;justify-content:center;justify-items:center;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;width:calc(50% - .25rem)}.row-seller-home-form-cover-background-pict .col-1-of-3-pict{width:calc(33.33333% - .33333rem)}.row-seller-home-form-cover-background-pict .col-2-of-3{display:flex;flex-direction:column;justify-content:center;justify-items:center;padding:5rem 10rem;width:calc(66.66667% - .16667rem)}.row-seller-home-form-cover-background-pict .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-cover-background-pict .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-cover-background-pict .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-podcast-width-100{background-color:#063970e6;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:.2rem .2rem 2rem #00000080;display:flex;margin:3rem auto;padding:1rem 3rem;width:100%}.row-seller-home-form-podcast-width-100:after{clear:both;content:"";display:table}.row-seller-home-form-podcast-width-100 [class^=col-]{float:left}.row-seller-home-form-podcast-width-100 [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-form-podcast-width-100 .col-1-of-2{background-color:#f7f7f7e6;border-radius:4%;box-shadow:.3rem .3rem 1rem #0000001a;color:#085eaf;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-bottom:5rem;margin-right:-2rem;margin-top:5rem;padding:1.5rem 3rem;text-align:justify;width:calc(50% - .25rem)}.row-seller-home-form-podcast-width-100 .col-1-of-2-pict{display:flex;flex-direction:column;height:35rem;justify-content:center;justify-items:center;margin:6rem 0 1rem;padding:0 0 0 2rem;width:calc(50% - .25rem)}.row-seller-home-form-podcast-width-100 .col-1-of-3-pict{width:calc(33.33333% - .33333rem)}.row-seller-home-form-podcast-width-100 .col-2-of-3{background-color:#ffffff80;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:1rem auto;padding:5rem 10rem;width:calc(33.33333% - 2.83333rem);width:30%}.row-seller-home-form-podcast-width-100 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-podcast-width-100 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-podcast-width-100-new-design{background-color:rgba(6,57,112,.393);border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:.2rem .2rem 1rem #063970e6;display:flex;margin:2rem 1rem 2rem .2rem;outline:.3rem solid #ffffffe6;padding:0 2rem 2rem;width:100%}.row-seller-home-form-podcast-width-100-new-design:after{clear:both;content:"";display:table}.row-seller-home-form-podcast-width-100-new-design [class^=col-]{float:left}.row-seller-home-form-podcast-width-100-new-design [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-home-form-podcast-width-100-new-design .col-1-of-2{background-color:#0000000f;border-radius:2%;box-shadow:.4rem .3rem .3rem #0000004d;box-shadow:.1rem .2rem .1rem #000000e6;color:#fff;display:flex;flex-direction:column;font-size:1.3rem;justify-content:center;justify-items:center;margin:6rem 5rem 4rem;outline:.14rem solid #ffffffe6;outline-offset:2rem;padding:1.5rem 3rem;text-align:justify;width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100-new-design .col-1-of-2-pict{background-color:#06397017;border-radius:2%;box-shadow:.3rem .3rem 1rem #0003;display:flex;flex-direction:column;height:39rem;justify-content:center;justify-items:center;margin:6rem 6rem 1rem -1rem;padding:0;width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100-new-design .col-1-of-3-pict{width:calc(33.33333% - .33333rem)}.row-seller-home-form-podcast-width-100-new-design .col-2-of-3{background-color:#ffffff80;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:1rem auto;padding:5rem 10rem;width:calc(33.33333% - 2.83333rem);width:30%}.row-seller-home-form-podcast-width-100-new-design .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-podcast-width-100-new-design .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100-new-design .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-form-podcast-width-100-black-design{background-color:#5643fa66;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:.2rem .2rem 1rem #063970e6;display:flex;margin:2rem 1rem 2rem .2rem;outline:.1rem solid #ffffffe6;padding:0 2rem 2rem;width:100%}.row-seller-home-form-podcast-width-100-black-design:after{clear:both;content:"";display:table}.row-seller-home-form-podcast-width-100-black-design [class^=col-]{float:left}.row-seller-home-form-podcast-width-100-black-design [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-home-form-podcast-width-100-black-design .col-1-of-2{background-color:#0009;border-radius:2%;box-shadow:.4rem .3rem .3rem #0000004d;box-shadow:.1rem .2rem .1rem #000000e6;color:#fff;display:flex;flex-direction:column;font-size:1.3rem;justify-content:center;justify-items:center;margin:6rem 5rem 4rem;outline:.1rem solid #ffffffe6;outline-offset:2rem;padding:1.5rem 3rem;text-align:justify;width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100-black-design .col-1-of-2-pict{background-color:#06397017;border-radius:2%;box-shadow:.3rem .3rem 1rem #0003;display:flex;flex-direction:column;height:39rem;justify-content:center;justify-items:center;margin:6rem 6rem 1rem -1rem;padding:0;width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100-black-design .col-1-of-3-pict{width:calc(33.33333% - .33333rem)}.row-seller-home-form-podcast-width-100-black-design .col-2-of-3{background-color:#ffffff80;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:1rem auto;padding:5rem 10rem;width:calc(33.33333% - 2.83333rem);width:30%}.row-seller-home-form-podcast-width-100-black-design .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-form-podcast-width-100-black-design .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-form-podcast-width-100-black-design .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-create-home-form4{background-color:rgba(86,67,250,.025);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto 2rem;padding:2rem 2rem 0;position:relative;width:90%}@media (max-width:37.5em){.row-seller-create-home-form4{margin:0 .5rem;padding:0;width:98vw}}.row-seller-create-home-form4:after{clear:both;content:"";display:table}.row-seller-create-home-form4 [class^=col-]{float:left}.row-seller-create-home-form4 [class^=col-]:not(:last-child){margin-right:2rem}@media (max-width:37.5em){.row-seller-create-home-form4 [class^=col-]:not(:last-child){margin-right:.5rem}}.row-seller-create-home-form4 .col-1-of-2{background-color:#fff9;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin-bottom:5rem;margin-top:1rem;padding:2.5rem;width:calc(33.33333% - 1.33333rem)}@media (max-width:37.5em){.row-seller-create-home-form4 .col-1-of-2{height:35vh;margin-left:0;margin-right:0;margin-top:7rem;width:40vw}.row-seller-create-home-form4 .col-1-of-2:hover{box-shadow:0 2.5rem 4rem #00000080;height:40vh!important;left:15%;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:85vw!important;z-index:100}}.row-seller-create-home-form4 .col-1-of-2-pict{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin-bottom:5rem;margin-top:1rem;padding:0;width:calc(33.33333% + .66667rem)}@media (max-width:37.5em){.row-seller-create-home-form4 .col-1-of-2-pict{height:35vh;margin-left:-2rem;margin-right:1rem;margin-top:7rem;width:30vw}}.row-seller-create-home-form4 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-create-home-form4 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-create-home-form4 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-create-home-form4 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-create-home-form4 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-create-home-form5{background-color:#5643fa08;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:2em auto 2rem;padding:0 3rem;position:relative;width:100%}.row-seller-create-home-form5:after{clear:both;content:"";display:table}.row-seller-create-home-form5 [class^=col-]{float:left}.row-seller-create-home-form5 [class^=col-]:not(:last-child){margin-right:2rem!important}.row-seller-create-home-form5 .col-1-of-2{background-color:#fff6;box-shadow:.2rem .2rem .5rem #0000004d;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin-top:5rem;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:2.5rem;width:calc(50% - .25rem)}@media (max-width:37.5em){.row-seller-create-home-form5 .col-1-of-2:hover{background-color:#ffffffe6;box-shadow:0 2.5rem 4rem #00000080;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;left:7%;outline:.7rem solid #ffffff4d;outline-offset:2rem;padding:10rem;position:absolute;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);width:80vw!important;z-index:100}}.row-seller-create-home-form5 .col-1-of-2-pict{display:flex;flex-direction:column;height:35rem;justify-content:center;justify-items:center;margin-bottom:5rem;margin-top:5rem;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:1rem 2rem;width:calc(50% + 4.75rem)}@media (max-width:37.5em){.row-seller-create-home-form5 .col-1-of-2-pict{margin-top:15rem}}.row-seller-create-home-form5 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-create-home-form5 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-create-home-form5 .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-create-home-form5 .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-create-home-form5 .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-analysis{background-color:#f2f2f90d;display:flex;margin:0 auto;max-width:114rem;padding-bottom:0}.row-seller-analysis:not(:last-child){margin-bottom:5rem}.row-seller-analysis:after{clear:both;content:"";display:table}.row-seller-analysis [class^=col-]{float:left}.row-seller-analysis [class^=col-]:not(:last-child){margin-right:5rem}.row-new-arrivals{background-color:hsla(0,0%,97%,.788);height:50vh;margin:0;max-width:100vw;padding:0}.row-new-arrivals:not(:last-child){margin-bottom:5rem}.row-new-arrivals:after{clear:both;content:"";display:table}.row-new-arrivals [class^=col-]{float:left}.row-new-arrivals [class^=col-]:not(:last-child){margin-right:2rem}.row-new-arrivals .col-1-of-2{width:calc(50% - 1rem)}.row-new-arrivals .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-new-arrivals .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-new-arrivals .col-1-of-4{width:calc(25% - 1.5rem)}.row-new-arrivals .col-1-of-5{width:calc(20% - 2rem)}.row-new-arrivals .col-2-of-5{width:calc(40% - 2rem)}.row-new-arrivals .col-3-of-5{width:calc(60% - 2rem)}.row-new-arrivals .col-4-of-5{width:calc(80% - 2rem)}.row-new-arrivals .col-2-of-4{width:calc(50% - 1rem)}.row-new-arrivals .col-3-of-4{width:calc(75% - .5rem)}.row-new-arrivals .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-new-arrivals .col-2-of-6{width:calc(33.33333% - 1.33333rem)}.row-new-arrivals .col-3-of-6{width:calc(50% - 1rem)}.row-new-arrivals .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-new-arrivals .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-new-arrivals .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-topSeller{background-color:#ffffff0d;margin:-15rem auto auto;max-height:50vh;max-width:60vw}.row-topSeller:not(:last-child){margin-bottom:5rem}.row-topSeller:after{clear:both;content:"";display:table}.row-topSeller .col-2-of-3-topSeller{max-width:114rem}.row-videos{background-color:#5643fa26;margin:5rem auto;max-width:100vw;padding:10rem 3rem}.row-videos:not(:last-child){margin-bottom:5rem}.row-videos:after{clear:both;content:"";display:table}.row-videos [class^=col-]{float:left}.row-videos [class^=col-]:not(:last-child){margin-right:2rem}.row-videos .col-1-of-2{width:calc(50% - 1rem)}.row-videos .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-videos .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-videos .col-1-of-4{width:calc(25% - 2rem)}.row-videos .col-2-of-4{width:calc(50% - 1rem)}.row-videos .col-3-of-4{width:calc(75% - .5rem)}.row-videos .col-1-of-5{width:calc(20% - 2rem)}.row-videos .col-3-of-5{width:calc(60% - 2rem)}.row-videos .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-videos .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-videos .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-videos .col-6-of-7{width:calc(85.71429% - .28571rem)}.row-single-video-main-vid{background-color:#5643fa03;margin:-13rem 0 5rem;max-width:100%;padding:15rem 0}.row-single-video-main-vid:not(:last-child){margin-bottom:5rem}.row-single-video-main-vid:after{clear:both;content:"";display:table}.row-single-video-main-vid [class^=col-]{float:left}.row-single-video-main-vid [class^=col-]:not(:last-child){margin-right:.5rem}.row-single-video-main-vid .col-1-of-5{width:calc(20% - 1.6rem)}.row-single-video-main-vid .col-3-of-5{width:calc(60% - .8rem)}.row-single-video-page-comment{background-color:#5643fa03;margin:0;max-width:100%;padding:9rem 0 0}.row-single-video-page-comment:not(:last-child){margin-bottom:5rem}.row-single-video-page-comment:after{clear:both;content:"";display:table}.row-single-video-page-comment [class^=col-]{float:left}.row-single-video-page-comment [class^=col-]:not(:last-child){margin-right:.5rem}.row-single-video-page-comment .col-1-of-5{width:calc(20% - 1.6rem)}.row-single-video-page-comment .col-3-of-5{width:calc(60% - .8rem)}.row-seller-single-product-video-col-5-of-6-section{background-color:#5643fa03;margin:0;max-width:100%;padding:9rem 0 0}.row-seller-single-product-video-col-5-of-6-section:not(:last-child){margin-bottom:5rem}.row-seller-single-product-video-col-5-of-6-section:after{clear:both;content:"";display:table}.row-seller-single-product-video-col-5-of-6-section [class^=col-]{float:left}.row-seller-single-product-video-col-5-of-6-section [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-single-product-video-col-5-of-6-section .col-1-of-5{width:calc(20% - 1.6rem)}.row-seller-single-product-video-col-5-of-6-section .col-3-of-5{width:calc(60% - .8rem)}.row-{background-color:#5643fa03;margin:-13rem 0 5rem;max-width:100%;padding:15rem 0}.row-:not(:last-child){margin-bottom:5rem}.row-:after{clear:both;content:"";display:table}.row- [class^=col-]{float:left}.row- [class^=col-]:not(:last-child){margin-right:.5rem}.row- .col-1-of-5{width:calc(20% - 1.6rem)}.row- .col-3-of-5{width:calc(60% - .8rem)}.row-single-video-page{background-color:#0639701a;margin:0 auto;padding:0;width:100%}.row-single-video-page:not(:last-child){margin-bottom:5rem}.row-home-seller-carousel-outside{background-color:initial;box-shadow:0 1rem 1.5rem #00000017;margin:0 auto;padding:0;width:100%}.row-home-seller-carousel-outside:not(:last-child){margin-bottom:5rem}.row-home-seller-carousel-outside:after{clear:both;content:"";display:table}.row-home-seller-carousel-outside [class^=col-]{float:left}.row-home-seller-carousel{background-color:#470fae4d;box-shadow:0 .5rem 1.5rem #0000004d;display:flex;flex-direction:row;justify-content:center;margin:0 auto;padding:0 auto;width:75%}.row-home-seller-carousel:after{clear:both;content:"";display:table}.row-home-seller-carousel [class^=col-]{float:left}.row-seller-header-messages-carousel{box-shadow:0 .5rem 1.5rem #00000008;display:flex;flex-direction:column;height:22rem!important;text-align:justify;width:100%}@media (max-width:37.5em){.row-seller-header-messages-carousel{height:25rem!important;margin-bottom:1rem;width:95%}}.row-seller-header-messages-carousel__scroll{background-color:#ffffffa6;color:#000000a6!important;font-size:1.4rem;height:22rem;margin:-.8rem 0 3rem!important;overflow-y:scroll;padding:3rem 2rem!important;width:100%}@media (max-width:37.5em){.row-seller-header-messages-carousel__scroll{font-size:3rem;height:25rem!important;overflow-y:scroll;width:95%}}.row-single-page-categories-carousel{background-color:#fffc;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;box-shadow:.1rem .1rem .1rem #0000004d;display:flex;flex-direction:row;justify-content:center;justify-items:center;object-fit:fill;overflow:hidden;padding:0 auto;position:absolute;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:100%}.row-single-page-categories-carousel__img{box-shadow:.1rem .1rem .1rem #00000080;display:flex!important;justify-content:center!important;justify-items:center!important;max-height:45rem!important;min-height:45rem;object-fit:fill!important}.row-seller-home-categories-carousel{display:flex;flex-direction:row;height:45rem;justify-content:center;justify-items:center;object-fit:fill;overflow:hidden;padding:0 auto!important;position:absolute;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:100%}.row-seller-home-categories-carousel__img{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:.1rem .1rem .1rem #00000080;display:flex!important;justify-content:flex-end!important;justify-items:center!important;margin:1rem auto!important;max-height:45rem!important;min-height:45rem!important;object-fit:fill!important;width:85%!important}@media (max-width:37.5em){.row-seller-home-categories-carousel__img{width:100%!important}}.row-seller-home-categories-select-category-products{background-color:#28b48512;border:none;flex-direction:row;height:68vh;justify-content:center;justify-items:center;left:0;padding:0 auto;position:absolute;top:0;width:100%}@media (max-width:112.5em){.row-seller-home-categories-select-category-products{height:70vh!important;width:100%}}@media (max-width:75em){.row-seller-home-categories-select-category-products{height:66vh;padding-top:1rem;width:100%}}@media (max-width:56.25em){.row-seller-home-categories-select-category-products{height:50vh!important;width:100%}}@media (max-width:37.5em){.row-seller-home-categories-select-category-products{height:60vh!important;width:100%}}@media (max-width:23.4375em){.row-seller-home-categories-select-category-products{height:100%!important;width:100%!important}}.row-home-categories-select-subs-products{background-color:#28b48533;border:none;display:flex;flex-direction:row;height:45vh;justify-content:flex-start;left:0;padding:0 5rem;position:absolute;top:0;width:100%;z-index:1}.row-single-product{background-image:linear-gradient(to top left,#f7f7f7e6,#0e55b333);border:.2rem solid #fff3;border-radius:1%;box-shadow:0 .5rem 5rem #0009;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5rem auto;transform:skewY(-5deg);width:85vw}.row-single-product:not(:last-child){margin-bottom:5rem}.row-single-product:after{clear:both;content:"";display:table}.row-single-product [class^=col-]{float:left}.row-single-product [class^=col-]:not(:last-child){margin-right:5rem}.row-single-product .col-1-of-2{width:calc(50% - 2.5rem)}.row-single-product .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-single-product .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-single-product .col-1-of-4{width:calc(25% - 3.75rem)}.row-single-product .col-2-of-4{width:calc(50% - 2.5rem)}.row-single-product .col-3-of-4{width:calc(75% - 1.25rem)}.row-single-product .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-single-product .col-3-of-7{width:calc(42.85714% + 2.14286rem)}.row-single-product .col-4-of-7{width:calc(57.14286% - 11.14286rem)}.row-shop{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);margin:0;max-width:100vw;padding:0}@media (max-width:37.5em){.row-shop{display:flex;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding-top:6rem!important;position:relative!important;width:100vw}}.row-shop:not(:last-child){margin-bottom:5rem}.row-shop:after{clear:both;content:"";display:table}.row-shop [class^=col-]{float:left}.row-shop [class^=col-]:not(:last-child){margin-right:2rem}.row-shop .col-1-of-2{width:calc(50% - 1rem)}.row-shop .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-shop .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-shop .col-1-of-4{width:calc(25% - 1.5rem)}.row-shop .col-1-of-5-phone{margin-top:15rem;width:calc(20% - .5rem)}@media (max-width:37.5em){.row-shop .col-1-of-5-phone{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-top:5rem;width:50%!important}}.row-shop .col-3-of-5{width:calc(60% - 2rem)}.row-shop .col-4-of-5{margin-top:10rem;width:calc(80% - 2rem)}@media (max-width:37.5em){.row-shop .col-4-of-5{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:12rem;margin-top:5rem;padding-bottom:5rem;width:100vw!important}}.row-shop .col-2-of-4{width:calc(50% - 1rem)}.row-shop .col-3-of-4{width:calc(75% - .5rem)}.row-shop .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-shop .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-shop .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-shop .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-product-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100vw;padding:0 1rem 2rem 2rem!important}.row-product-page:not(:last-child){margin-bottom:5rem}.row-product-page:after{clear:both;content:"";display:table}.row-product-page [class^=col-]{float:left}.row-product-page [class^=col-]:not(:last-child){margin-right:2rem}.row-product-page .col-1-of-2{width:calc(50% - 1rem)}.row-product-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-product-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-product-page .col-1-of-4{width:calc(25% - 1.5rem)}.row-product-page .col-1-of-5{width:calc(20% - .5rem)}.row-product-page .col-3-of-5{width:calc(60% - 2rem)}.row-product-page .col-4-of-5{width:calc(80% - 2rem)}.row-product-page .col-2-of-4{width:calc(50% - 1rem)}.row-product-page .col-3-of-4{width:calc(75% - .5rem)}.row-product-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-product-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-product-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-product-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-profile-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100vw;padding:0 1rem 2rem 2rem!important}.row-seller-profile-page:not(:last-child){margin-bottom:5rem}.row-seller-profile-page:after{clear:both;content:"";display:table}.row-seller-profile-page [class^=col-]{float:left}.row-seller-profile-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-profile-page .col-seller-profile-page{margin:-10rem 20rem auto!important;width:80%}@media (max-width:37.5em){.row-seller-profile-page .col-seller-profile-page{margin:-10rem auto auto!important;width:98%}}.row-seller-profile-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-profile-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-profile-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-profile-page .col-1-of-4{display:flex;flex-direction:column!important;justify-content:flex-start!important;justify-items:flex-start;min-height:70rem!important;width:calc(25% - 1.5rem)}.row-seller-profile-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-profile-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-profile-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-profile-page .col-2-of-4{width:calc(50% - 1rem)}.row-seller-profile-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-profile-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-profile-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-profile-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-profile-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-admin-user-list-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100%;padding:0 1rem 2rem 2rem!important}.row-admin-user-list-page:not(:last-child){margin-bottom:5rem}.row-admin-user-list-page:after{clear:both;content:"";display:table}.row-admin-user-list-page [class^=col-]{float:left}.row-admin-user-list-page [class^=col-]:not(:last-child){margin-right:.5rem!important}.row-admin-user-list-page .col-1-of-2{width:calc(50% - 1rem)}.row-admin-user-list-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-admin-user-list-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-admin-user-list-page .col-1-of-4{width:calc(25% - 1.5rem)}.row-admin-user-list-page .col-1-of-5{width:calc(20% - .4rem)!important}.row-admin-user-list-page .col-3-of-5{width:calc(60% - 2rem)}.row-admin-user-list-page .col-4-of-5{width:calc(80% - .1rem)!important}.row-admin-user-list-page .col-2-of-4{width:calc(50% - 1rem)}.row-admin-user-list-page .col-3-of-4{width:calc(75% - .5rem)}.row-admin-user-list-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-admin-user-list-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-admin-user-list-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-admin-user-list-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-dashboard-profile-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;padding:1rem 1rem 2rem!important}.row-seller-dashboard-profile-page:not(:last-child){margin-bottom:5rem}.row-seller-dashboard-profile-page:after{clear:both;content:"";display:table}.row-seller-dashboard-profile-page [class^=col-]{float:left}.row-seller-dashboard-profile-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-dashboard-profile-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-dashboard-profile-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-dashboard-profile-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-dashboard-profile-page .col-1-of-4{width:calc(25% - 1.5rem)}@media (max-width:37.5em){.row-seller-dashboard-profile-page .col-1-of-4{height:0;margin:0!important;opacity:0;padding:0!important;width:0;z-index:1}}.row-seller-dashboard-profile-page .col-1-of-4-seller-menu{height:0;opacity:0;width:0}@media (max-width:37.5em){.row-seller-dashboard-profile-page .col-1-of-4-seller-menu{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1;width:100vw}}.row-seller-dashboard-profile-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-dashboard-profile-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-dashboard-profile-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-dashboard-profile-page .col-2-of-4{width:calc(50% - 1rem)}.row-seller-dashboard-profile-page .col-3-of-4{width:calc(75% - .5rem)}@media (max-width:37.5em){.row-seller-dashboard-profile-page .col-3-of-4{opacity:1;width:100vw!important;z-index:1000000}}.row-seller-dashboard-profile-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-dashboard-profile-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-dashboard-profile-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-dashboard-profile-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-products-videos-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10rem -1rem 20rem .1rem!important;width:100%}@media (max-width:37.5em){.row-seller-products-videos-page{padding-top:1rem!important}}.row-seller-products-videos-page__top-section{padding:0 0 2rem!important}.row-seller-products-videos-page:after{clear:both;content:"";display:table}.row-seller-products-videos-page [class^=col-]{float:left}.row-seller-products-videos-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-products-videos-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-products-videos-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-products-videos-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-products-videos-page .col-1-of-4{background-color:#00000005;padding-left:1rem;padding-right:1rem;width:calc(25% - .375rem)}.row-seller-products-videos-page .col-1-of-4-product-info{background-color:#fff3;padding-left:1rem;padding-right:1rem;width:calc(25% - 1.5rem)}.row-seller-products-videos-page .col-1-of-5{background-color:#5643fa0d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-top:20rem;padding-bottom:8rem;padding-top:15rem;width:calc(20% - .5rem)}@media (max-width:37.5em){.row-seller-products-videos-page .col-1-of-5{height:0!important;margin-top:0;opacity:0;padding-bottom:0;padding-top:0;pointer-events:none;width:0}}.row-seller-products-videos-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-products-videos-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-products-videos-page .col-2-of-4{padding-left:2rem;padding-right:2rem;width:calc(50% - 2.5rem)}.row-seller-products-videos-page .col-3-of-4{width:calc(75% - .5rem)}@media (max-width:37.5em){.row-seller-products-videos-page .col-3-of-4{width:100%}}.row-seller-products-videos-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-products-videos-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-products-videos-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-products-videos-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-customer-pictures-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-right:-1rem!important;width:100%}.row-seller-customer-pictures-page__top-section{margin-top:-.6rem!important;padding:0 0 2rem!important}.row-seller-customer-pictures-page:after{clear:both;content:"";display:table}.row-seller-customer-pictures-page [class^=col-]{float:left}.row-seller-customer-pictures-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-customer-pictures-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-customer-pictures-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-customer-pictures-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-customer-pictures-page .col-1-of-4{background-color:#00000005;padding-left:1rem;padding-right:1rem;width:calc(25% - .375rem)}.row-seller-customer-pictures-page .col-1-of-4-product-info{background-color:#fff3;padding-left:1rem;padding-right:1rem;width:calc(25% - 1.5rem)}.row-seller-customer-pictures-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-customer-pictures-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-customer-pictures-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-customer-pictures-page .col-2-of-4{padding-left:2rem;padding-right:2rem;width:calc(50% - 2.5rem)}.row-seller-customer-pictures-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-customer-pictures-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-customer-pictures-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-customer-pictures-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-customer-pictures-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-videos-products-section-background{background-color:#3f74f859;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:7rem 1rem 10rem .1rem!important;width:100%}.row-seller-videos-products-section-background:after{clear:both;content:"";display:table}.row-seller-videos-products-section-background [class^=col-]{float:left}.row-seller-videos-products-section-background [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-videos-products-section-background .col-1-of-2{width:calc(50% - 1rem)}.row-seller-videos-products-section-background .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-videos-products-section-background .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-videos-products-section-background .col-1-of-4{background-color:#00000005;width:calc(25% - .375rem)}.row-seller-videos-products-section-background .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - 1.5rem)}.row-seller-videos-products-section-background .col-1-of-5{width:calc(20% - .5rem)}.row-seller-videos-products-section-background .col-3-of-5{width:calc(60% - 2rem)}.row-seller-videos-products-section-background .col-4-of-5{width:calc(80% - 2rem)}.row-seller-videos-products-section-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-videos-products-section-background .col-3-of-4{width:calc(75% - .5rem)}.row-seller-videos-products-section-background .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-videos-products-section-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-videos-products-section-background .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-videos-products-section-background .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-admin-seller-order-list-not-dashboard{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3rem 0!important;width:100%}.row-admin-seller-order-list-not-dashboard__top-section{margin-top:.6rem!important;padding:0 0 2rem!important}@media (max-width:37.5em){.row-admin-seller-order-list-not-dashboard__top-section{padding-top:5rem!important}}.row-admin-seller-order-list-not-dashboard:after{clear:both;content:"";display:table}.row-admin-seller-order-list-not-dashboard [class^=col-]{float:left}.row-admin-seller-order-list-not-dashboard [class^=col-]:not(:last-child){margin-right:.5rem}.row-admin-seller-order-list-not-dashboard .col-1-of-2{width:calc(50% - 1rem)}.row-admin-seller-order-list-not-dashboard .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-admin-seller-order-list-not-dashboard .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-admin-seller-order-list-not-dashboard .col-1-of-4{background-color:#00000005;width:calc(25% - .375rem)}.row-admin-seller-order-list-not-dashboard .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - .375rem)}.row-admin-seller-order-list-not-dashboard .col-1-of-5{margin-right:.1rem!important;padding-left:.1rem;padding-right:2rem!important;width:calc(20% - .24rem)}@media (max-width:37.5em){.row-admin-seller-order-list-not-dashboard .col-1-of-5{height:0;opacity:0;width:0}}.row-admin-seller-order-list-not-dashboard .col-3-of-5{width:calc(60% - 2rem)}.row-admin-seller-order-list-not-dashboard .col-4-of-5{width:calc(80% - .5rem)}@media (max-width:37.5em){.row-admin-seller-order-list-not-dashboard .col-4-of-5{width:98%}}.row-admin-seller-order-list-not-dashboard .col-2-of-4{width:calc(50% - .25rem)}.row-admin-seller-order-list-not-dashboard .col-3-of-4{width:calc(75% - .5rem)}.row-admin-seller-order-list-not-dashboard .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-admin-seller-order-list-not-dashboard .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-admin-seller-order-list-not-dashboard .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-admin-seller-order-list-not-dashboard .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-public-podcasts-page{background-color:#3f74f817;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem!important;padding:5rem 0 2rem!important;width:100%}.row-seller-public-podcasts-page__top-section{margin-top:-.5rem!important}.row-seller-public-podcasts-page:after{clear:both;content:"";display:table}.row-seller-public-podcasts-page [class^=col-]{float:left}.row-seller-public-podcasts-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-public-podcasts-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-public-podcasts-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-public-podcasts-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-public-podcasts-page .col-1-of-4{background-color:#00000005;width:calc(25% - .375rem)}.row-seller-public-podcasts-page .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - .375rem)}.row-seller-public-podcasts-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-public-podcasts-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-public-podcasts-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-public-podcasts-page .col-2-of-4{width:calc(50% - .25rem)}.row-seller-public-podcasts-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-public-podcasts-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-public-podcasts-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-public-podcasts-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-public-podcasts-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-podcasts-edit-delete-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;padding:0 1rem!important}.row-seller-podcasts-edit-delete-page:not(:last-child){margin-bottom:5rem}.row-seller-podcasts-edit-delete-page:after{clear:both;content:"";display:table}.row-seller-podcasts-edit-delete-page [class^=col-]{float:left}.row-seller-podcasts-edit-delete-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-podcasts-edit-delete-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-podcasts-edit-delete-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-podcasts-edit-delete-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-podcasts-edit-delete-page .col-1-of-4{background-color:#00000005;width:calc(25% - .375rem)}.row-seller-podcasts-edit-delete-page .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - .375rem)}.row-seller-podcasts-edit-delete-page .col-1-of-5{width:calc(20% - .4rem)}.row-seller-podcasts-edit-delete-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-podcasts-edit-delete-page .col-4-of-5{width:calc(80% - .1rem)}.row-seller-podcasts-edit-delete-page .col-2-of-4{width:calc(50% - .25rem)}.row-seller-podcasts-edit-delete-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-podcasts-edit-delete-page .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-podcasts-edit-delete-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-podcasts-edit-delete-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-podcasts-edit-delete-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-podcasts-page{background-color:#3f74f859;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100vw;padding:0 0 2rem 2rem!important}.row-seller-podcasts-page:not(:last-child){margin-bottom:5rem}.row-seller-podcasts-page:after{clear:both;content:"";display:table}.row-seller-podcasts-page [class^=col-]{float:left}.row-seller-podcasts-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-podcasts-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-podcasts-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-podcasts-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-podcasts-page .col-1-of-4{background-color:#00000005;width:calc(25% - .375rem)}.row-seller-podcasts-page .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - .375rem)}.row-seller-podcasts-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-podcasts-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-podcasts-page .col-4-of-5{width:calc(80% - .5rem)}.row-seller-podcasts-page .col-2-of-4{width:calc(50% - .25rem)}.row-seller-podcasts-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-podcasts-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-podcasts-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-podcasts-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-podcasts-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-single-podcast-background{background-color:#3f74f859;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100vw;padding:0 0 2rem 2rem!important}.row-seller-single-podcast-background:not(:last-child){margin-bottom:5rem}.row-seller-single-podcast-background:after{clear:both;content:"";display:table}.row-seller-single-podcast-background [class^=col-]{float:left}.row-seller-single-podcast-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-single-podcast-background .col-1-of-2{width:calc(50% - 1rem)}.row-seller-single-podcast-background .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-single-podcast-background .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-single-podcast-background .col-1-of-4{background-color:#00000005;width:calc(25% - .375rem)}.row-seller-single-podcast-background .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - .375rem)}.row-seller-single-podcast-background .col-1-of-5{width:calc(20% - .5rem)}.row-seller-single-podcast-background .col-3-of-5{width:calc(60% - 2rem)}.row-seller-single-podcast-background .col-4-of-5{width:calc(80% - 2rem)}.row-seller-single-podcast-background .col-2-of-4{width:calc(50% - .25rem)}.row-seller-single-podcast-background .col-3-of-4{width:calc(75% - .5rem)}.row-seller-single-podcast-background .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-single-podcast-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-single-podcast-background .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-single-podcast-background .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-single-product-video-background-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%}.row-seller-single-product-video-background-page:not(:last-child){margin-bottom:5rem}.row-seller-single-product-video-background-page:after{clear:both;content:"";display:table}.row-seller-single-product-video-background-page [class^=col-]{float:left}.row-seller-single-product-video-background-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-single-product-video-background-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-single-product-video-background-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-single-product-video-background-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-single-product-video-background-page .col-1-of-4{background-color:#00000005;margin-right:0!important;padding-left:1rem;padding-right:1rem;width:calc(25% - .375rem)}@media (max-width:37.5em){.row-seller-single-product-video-background-page .col-1-of-4{width:100%}}.row-seller-single-product-video-background-page .col-1-of-4-product-info{background-color:#fff3;padding-left:1rem;padding-right:1rem;width:calc(25% - 2.25rem)}@media (max-width:37.5em){.row-seller-single-product-video-background-page .col-1-of-4-product-info{height:0;opacity:0;width:0}.row-seller-single-product-video-background-page .col-1-of-4-product-info-phone{background-color:#fff3;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:1rem;opacity:1;padding-left:1rem;padding-right:1rem;width:100%}}.row-seller-single-product-video-background-page .col-1-of-4-product-info-phone{height:0;opacity:0;width:0}@media (max-width:37.5em){.row-seller-single-product-video-background-page .col-1-of-4-product-info-phone{background-color:#fff3;margin-top:10rem;opacity:1;padding-left:1rem;padding-right:1rem;width:100%}}.row-seller-single-product-video-background-page .col-1-of-5{width:calc(20% - 2rem)}.row-seller-single-product-video-background-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-single-product-video-background-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-single-product-video-background-page .col-2-of-4{padding-left:2rem;padding-right:2rem;width:calc(50% - 1.5rem)}@media (max-width:37.5em){.row-seller-single-product-video-background-page .col-2-of-4{width:100%}}.row-seller-single-product-video-background-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-single-product-video-background-page .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-single-product-video-background-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-single-product-video-background-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-single-product-video-background-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-other-product-videos-background-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100%;padding-top:5rem}.row-seller-other-product-videos-background-page:not(:last-child){margin-bottom:5rem}.row-seller-other-product-videos-background-page:after{clear:both;content:"";display:table}.row-seller-other-product-videos-background-page [class^=col-]{float:left}.row-seller-other-product-videos-background-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-other-product-videos-background-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-other-product-videos-background-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-other-product-videos-background-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-other-product-videos-background-page .col-1-of-4{background-color:#00000005;margin-right:0!important;padding-left:1rem;padding-right:1rem;width:calc(25% - .375rem)}.row-seller-other-product-videos-background-page .col-1-of-4-product-info{background-color:#fff3;padding-left:1rem;padding-right:1rem;width:calc(25% - 2.25rem)}@media (max-width:37.5em){.row-seller-other-product-videos-background-page .col-1-of-4-product-info{height:0;opacity:0;width:0}}.row-seller-other-product-videos-background-page .col-1-of-4-product-info-phone{height:0;opacity:0;width:0}@media (max-width:37.5em){.row-seller-other-product-videos-background-page .col-1-of-4-product-info-phone{background-color:#fff3;margin-top:10rem;opacity:1;padding-left:1rem;padding-right:1rem;width:100%}}.row-seller-other-product-videos-background-page .col-1-of-5{width:calc(20% - 2rem)}.row-seller-other-product-videos-background-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-other-product-videos-background-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-other-product-videos-background-page .col-2-of-4{padding-left:2rem;padding-right:2rem;width:calc(50% - 1.5rem)}@media (max-width:37.5em){.row-seller-other-product-videos-background-page .col-2-of-4{width:100%}}.row-seller-other-product-videos-background-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-other-product-videos-background-page .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-other-product-videos-background-page .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-other-product-videos-background-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-other-product-videos-background-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-single-video-seller-products-videos-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100%;padding:5rem 0 2rem!important}.row-seller-single-video-seller-products-videos-page:not(:last-child){margin-bottom:5rem}.row-seller-single-video-seller-products-videos-page:after{clear:both;content:"";display:table}.row-seller-single-video-seller-products-videos-page [class^=col-]{float:left}.row-seller-single-video-seller-products-videos-page [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-single-video-seller-products-videos-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-single-video-seller-products-videos-page .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-single-video-seller-products-videos-page .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-single-video-seller-products-videos-page .col-1-of-4{background-color:#00000005;width:calc(25% - 1.5rem)}.row-seller-single-video-seller-products-videos-page .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - 1.5rem)}.row-seller-single-video-seller-products-videos-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-single-video-seller-products-videos-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-single-video-seller-products-videos-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-single-video-seller-products-videos-page .col-2-of-4{width:calc(50% - 1rem)}.row-seller-single-video-seller-products-videos-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-single-video-seller-products-videos-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-single-video-seller-products-videos-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-single-video-seller-products-videos-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-single-video-seller-products-videos-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-single-video-related-videos-from-others{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-5rem;max-width:100vw;padding:3rem 1rem 2rem 2rem!important}.row-seller-single-video-related-videos-from-others:not(:last-child){margin-bottom:5rem}.row-seller-single-video-related-videos-from-others:after{clear:both;content:"";display:table}.row-seller-single-video-related-videos-from-others [class^=col-]{float:left}.row-seller-single-video-related-videos-from-others [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-single-video-related-videos-from-others .col-1-of-2{width:calc(50% - 1rem)}.row-seller-single-video-related-videos-from-others .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-seller-single-video-related-videos-from-others .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-seller-single-video-related-videos-from-others .col-1-of-4{background-color:#00000005;width:calc(25% - 1.5rem)}.row-seller-single-video-related-videos-from-others .col-1-of-4-product-info{background-color:#fff3;width:calc(25% - 1.5rem)}.row-seller-single-video-related-videos-from-others .col-1-of-5{width:calc(20% - .5rem)}.row-seller-single-video-related-videos-from-others .col-3-of-5{width:calc(60% - 2rem)}.row-seller-single-video-related-videos-from-others .col-4-of-5{width:calc(80% - 2rem)}.row-seller-single-video-related-videos-from-others .col-2-of-4{width:calc(50% - 1rem)}.row-seller-single-video-related-videos-from-others .col-3-of-4{width:calc(75% - .5rem)}.row-seller-single-video-related-videos-from-others .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-single-video-related-videos-from-others .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-single-video-related-videos-from-others .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-single-video-related-videos-from-others .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-products-public-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:5rem;max-width:100%}.row-seller-products-public-page:not(:last-child){margin-bottom:5rem}.row-seller-products-public-page:after{clear:both;content:"";display:table}.row-seller-products-public-page [class^=col-]{float:left}.row-seller-products-public-page [class^=col-]:not(:last-child){margin-right:.1rem}.row-seller-products-public-page .col-1-of-2{width:calc(50% - 1rem)}.row-seller-products-public-page .col-1-of-3{background-color:#5643fa08;box-shadow:.1rem .1rem .1rem #0000001a;height:70%!important;margin-top:30rem;padding:7rem 1rem 7rem 0!important;width:calc(33.33333% - 3.33333rem)}.row-seller-products-public-page .col-2-of-3{width:calc(66.66667% - 6.56667rem)}.row-seller-products-public-page .col-1-of-4{box-shadow:.1rem .1rem .1rem #0000001a;height:70%!important;margin-top:30rem;width:calc(25% - .075rem)}.row-seller-products-public-page .col-1-of-5{width:calc(20% - .5rem)}.row-seller-products-public-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-products-public-page .col-4-of-5{width:calc(80% - .1rem)}.row-seller-products-public-page .col-2-of-4{width:calc(50% - 1rem)}.row-seller-products-public-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-products-public-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-products-public-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-products-public-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-products-public-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-single-product-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);display:flex;flex-direction:row;flex-wrap:wrap!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.row-seller-single-product-page:not(:last-child){margin-bottom:5rem}.row-seller-single-product-page:after{clear:both;content:"";display:table}.row-seller-single-product-page [class^=col-]{float:left}.row-seller-single-product-page .col-1-of-3{background-color:#5643fa08;box-shadow:.1rem .1rem .1rem #0000001a;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:2rem;margin-top:3rem;width:calc(33.33333% - 3.33333rem)}.row-seller-single-product-page .col-2-of-3{width:calc(66.66667% - 6.56667rem)}@media (max-width:37.5em){.row-seller-single-product-page .col-2-of-3{width:95%}}.row-seller-single-product-page .col-1-of-4{background-color:#5643fa08;box-shadow:.1rem .1rem .1rem #0000001a;height:70%!important;margin-top:30rem;padding:7rem auto!important;width:calc(25% - 3.75rem)}.row-seller-single-product-page .col-1-of-5{background-color:#5643fa08;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-top:25rem;padding:3rem auto!important;width:calc(20% - .5rem)}@media (max-width:37.5em){.row-seller-single-product-page .col-1-of-5{margin-top:5rem;width:100vw!important}}.row-seller-single-product-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-single-product-page .col-4-of-5{margin-top:1rem;width:calc(80% - 2rem)}@media (max-width:37.5em){.row-seller-single-product-page .col-4-of-5{width:100%}}.row-seller-single-product-page .col-2-of-4{width:calc(50% - 1rem)}.row-seller-single-product-page .col-3-of-4{margin-right:1rem;width:calc(75% - .25rem)}.row-seller-single-product-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-single-product-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-single-product-page .col-1-of-7{background-color:#5643fa08;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-right:10rem;margin-top:25rem;padding:3rem auto!important;width:calc(14.28571% - 1.71429rem)}@media (max-width:37.5em){.row-seller-single-product-page .col-1-of-7{margin-top:5rem;width:100vw!important}}.row-seller-single-product-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-shop--col-4-of-5{background-color:#fff6;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;justify-items:center;margin:5rem auto;padding:10rem 0 10rem 3rem;width:100%}.row-shop--col-4-of-5:not(:last-child){margin-bottom:5rem}.row-shop--col-4-of-5:after{clear:both;content:"";display:table}.row-shop--col-4-of-5 [class^=col-]{float:left}.row-shop--col-4-of-5 [class^=col-]:not(:last-child){margin-right:.5rem}.row-shop--col-4-of-5 .col-1-of-2{width:calc(50% - 2.5rem)}.row-shop--col-4-of-5 .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-shop--col-4-of-5 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-shop--col-4-of-5 .col-1-of-4{background-color:#ffffff80;border:1rem solid #ffffff1a;box-shadow:.1rem .1rem .1rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:3rem;width:calc(25% - 1.5rem)}@media (max-width:37.5em){.row-shop--col-4-of-5 .col-1-of-4{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:calc(50% - 3rem)!important}}.row-shop--col-4-of-5 .col-2-of-4{width:calc(50% - 2.5rem)}.row-shop--col-4-of-5 .col-3-of-4{width:calc(75% - 1.25rem)}.row-shop--col-4-of-5 .col-1-of-5{width:calc(20% - 2.4rem)}.row-shop--col-4-of-5 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-shop--col-4-of-5 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-related-products{-ms-overflow-style:none;align-items:center!important;background-color:#fff6;display:flex;flex-wrap:wrap;height:70vh;justify-content:flex-start;margin:1rem auto!important;overflow-y:scroll;padding:4rem 1rem 2rem 2rem!important;scrollbar-width:thin;width:94%}.row-seller-related-products:not(:last-child){margin-bottom:5rem}@media (max-width:37.5em){.row-seller-related-products{height:55vh}}.row-seller-related-products:after{clear:both;content:"";display:table}.row-seller-related-products [class^=col-]{float:left}.row-seller-related-products [class^=col-]:not(:last-child){margin-right:3rem}.row-seller-related-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-related-products .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-related-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-related-products .col-1-of-4{border-radius:50%;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem 1.3rem!important;padding:1rem .1rem;width:calc(23.75% - 1.5rem)!important}@media (max-width:37.5em){.row-seller-related-products .col-1-of-4{height:35vh!important;margin-bottom:3rem!important;width:95%!important}}.row-seller-related-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-related-products .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-related-products .col-1-of-5{background-color:#5643fa05;box-shadow:.2rem .2rem .2rem #00000003;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:5rem .1rem!important;width:calc(20% - 2.4rem)}@media (max-width:37.5em){.row-seller-related-products .col-1-of-5{height:35vh!important;margin-bottom:3rem!important;width:95%!important}}.row-seller-related-products .col-1-of-7{width:calc(20% - 2.4rem)}@media (max-width:37.5em){.row-seller-related-products .col-1-of-7{height:35vh!important;margin-bottom:3rem!important;width:95%!important}}.row-seller-related-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-related-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-single-product-display{border-radius:.5%;-webkit-border-radius:.5%;-moz-border-radius:.5%;-ms-border-radius:.5%;-o-border-radius:.5%;display:flex;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:5rem auto 10rem 0;padding:5rem auto!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.row-seller-single-product-display:not(:last-child){margin-bottom:5rem}.row-seller-single-product-display:after{clear:both;content:"";display:table}.row-seller-single-product-display [class^=col-]{float:left}.row-seller-single-product-display [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-single-product-display .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-single-product-display .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-single-product-display .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-single-product-display .col-1-of-4{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem .1rem 10rem;padding:5rem .1rem 13rem;width:calc(22.5% - .375rem)}@media (max-width:37.5em){.row-seller-single-product-display .col-1-of-4{width:100%}}.row-seller-single-product-display .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-single-product-display .col-3-of-4{width:calc(75% - 1.25rem)}@media (max-width:37.5em){.row-seller-single-product-display .col-3-of-4{width:100%}}.row-seller-single-product-display .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-single-product-display .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-single-product-display .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-single-video-related-products{background-color:#ffffff4d;border-radius:.5%;-webkit-border-radius:.5%;-moz-border-radius:.5%;-ms-border-radius:.5%;-o-border-radius:.5%;display:flex;flex-wrap:wrap;justify-content:flex-start;justify-items:center;margin:5rem auto 10rem;padding:5rem;width:95%}.row-seller-single-video-related-products:after{clear:both;content:"";display:table}.row-seller-single-video-related-products [class^=col-]{float:left}.row-seller-single-video-related-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-single-video-related-products .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-single-video-related-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-single-video-related-products .col-1-of-4{background-color:#085eaf0a;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem 0;padding:2rem;width:calc(25% - 3.75rem)}.row-seller-single-video-related-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-single-video-related-products .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-single-video-related-products .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-single-video-related-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-single-video-related-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-new-products-public{background-color:#fff6;border-radius:.5%;-webkit-border-radius:.5%;-moz-border-radius:.5%;-ms-border-radius:.5%;-o-border-radius:.5%;display:flex;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:flex-start;justify-items:center;margin:2rem auto 5rem;padding-bottom:10rem;padding-left:2rem;padding-right:2rem;width:90%}@media (max-width:37.5em){.row-seller-new-products-public{overflow-x:scroll}}.row-seller-new-products-public:after{clear:both;content:"";display:table}.row-seller-new-products-public [class^=col-]{float:left}.row-seller-new-products-public .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-new-products-public .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-new-products-public .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-new-products-public .col-1-of-4{height:100%!important;margin:5rem auto!important;padding:1rem .1rem 22rem!important;width:calc(25% - 3.75rem)}@media (max-width:37.5em){.row-seller-new-products-public .col-1-of-4{width:calc(50% - 7.5rem)}}.row-seller-new-products-public .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-new-products-public .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-new-products-public .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-new-products-public .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-new-products-public .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-public-sub-category-products{border-radius:.5%;-webkit-border-radius:.5%;-moz-border-radius:.5%;-ms-border-radius:.5%;-o-border-radius:.5%;display:flex;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:flex-start;justify-items:center;margin:5rem auto;padding-bottom:10rem;padding-left:0;padding-right:0;width:95%}.row-seller-public-sub-category-products__heigth-scroll{background-color:#ffffff80;border:.5rem solid #ffffff4d;box-shadow:.5rem .5rem .5rem #0003;margin:2rem auto;max-height:65vh;overflow-y:scroll;padding:5rem;width:92vw}@media (max-width:37.5em){.row-seller-public-sub-category-products__heigth-scroll{overflow-x:scroll;padding:1rem!important}}.row-seller-public-sub-category-products:after{clear:both;content:"";display:table}.row-seller-public-sub-category-products [class^=col-]{float:left}.row-seller-public-sub-category-products [class^=col-]:not(:last-child){margin-right:5rem}.row-seller-public-sub-category-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-public-sub-category-products .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-public-sub-category-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-public-sub-category-products .col-1-of-4{height:100%!important;margin:5rem auto!important;padding:1rem .1rem 22rem!important;width:calc(25% - 3.75rem)}.row-seller-public-sub-category-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-public-sub-category-products .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-public-sub-category-products .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-public-sub-category-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-public-sub-category-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-videos-col-4-of-5{background-color:#ffffff4d;border-radius:.5%;-webkit-border-radius:.5%;-moz-border-radius:.5%;-ms-border-radius:.5%;-o-border-radius:.5%;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:center;margin:10rem auto;padding:10rem 0 10rem 3rem;width:100%}.row-videos-col-4-of-5:not(:last-child){margin-bottom:5rem}.row-videos-col-4-of-5:after{clear:both;content:"";display:table}.row-videos-col-4-of-5 [class^=col-]{float:left}.row-videos-col-4-of-5 [class^=col-]:not(:last-child){margin-right:1rem}.row-videos-col-4-of-5 .col-1-of-2{width:calc(50% - 2.5rem)}.row-videos-col-4-of-5 .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-videos-col-4-of-5 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-videos-col-4-of-5 .col-1-of-4{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2rem;width:calc(25% - 1.5rem)}@media (max-width:37.5em){.row-videos-col-4-of-5 .col-1-of-4{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:calc(50% - 3rem)!important}}.row-videos-col-4-of-5 .col-2-of-4{width:calc(50% - 2.5rem)}.row-videos-col-4-of-5 .col-3-of-4{width:calc(75% - 1.25rem)}.row-videos-col-4-of-5 .col-1-of-5{width:calc(20% - 2.4rem)}.row-videos-col-4-of-5 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-videos-col-4-of-5 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-2{background-color:#0000001a;border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;margin:5rem auto;padding:2rem 0 2rem 4rem;width:85vw}.row-2:not(:last-child){margin-bottom:5rem}.row-2:after{clear:both;content:"";display:table}.row-2 [class^=col-]{float:left}.row-2 [class^=col-]:not(:last-child){margin-right:3rem}.row-2 .col-1-of-2{width:calc(50% - 2.5rem)}.row-2 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-2 .col-1-of-4{width:calc(25% - 3.75rem)}.row-2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-2 .col-3-of-4{width:calc(75% - 1.25rem)}.row-2 .col-3-of-7{width:calc(42.85714% - 6.85714rem)}.row-2 .col-4-of-7{width:calc(57.14286% - 8.14286rem)}.row-reviews-pic{margin-bottom:1rem;margin-top:2rem;object-fit:fill!important;width:100%}.row-reviews-modal-pic,.row-reviews-pic{border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;height:35%}.row-reviews-modal-pic{overflow:scroll;width:100%!important}.row-reviews-modal-pic:not(:last-child){margin-bottom:5rem}.row-reviews-modal-pic:after{clear:both;content:"";display:table}.row-reviews-modal-pic [class^=col-]{float:left}.row-reviews-modal-pic [class^=col-]:not(:last-child){margin-right:3rem}.row-reviews-modal-pic .col-1-of-2{width:calc(50% - 2.5rem)}.row-reviews-modal-pic .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-reviews-modal-pic .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-reviews-modal-pic .col-1-of-4{width:calc(25% - 3.75rem)}.row-reviews-modal-pic .col-2-of-4{width:calc(50% - 2.5rem)}.row-reviews-modal-pic .col-3-of-4{width:calc(75% - 1.25rem)}.row-reviews-modal-pic .col-3-of-7{width:calc(42.85714% - 6.85714rem)}.row-reviews-modal-pic .col-4-of-7{width:calc(57.14286% - 8.14286rem)}.row-single-product-modal-small-sample{border-radius:1%;display:flex!important;flex-direction:row!important;flex-wrap:wrap;height:14vh;justify-content:space-around!important;justify-items:center;width:20%}.row-single-product-modal-pic{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;display:flex;flex-direction:column;height:13rem!important;justify-content:flex-start;margin-top:1rem;object-fit:contain!important;padding:0;padding-bottom:0!important;width:100%}.row-single-product-modal-pic:not(:last-child){margin-bottom:-5rem}.row-single-product-modal-pic .col-1-of-2{width:calc(50% - 2.5rem)}.row-single-product-modal-pic .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-single-product-modal-pic .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-single-product-modal-pic .col-1-of-4{width:calc(25% - 3.75rem)}.row-single-product-modal-pic .col-2-of-4{width:calc(50% - 2.5rem)}.row-single-product-modal-pic .col-3-of-4{width:calc(75% - 1.25rem)}.row-single-product-modal-pic .col-3-of-7{width:calc(42.85714% - 6.85714rem)}.row-single-product-modal-pic .col-4-of-7{width:calc(57.14286% - 8.14286rem)}.row-login{background-color:#f2f2f90d;margin:0 auto;max-width:114rem}.row-login:not(:last-child){margin-bottom:5rem}.row-login:after{clear:both;content:"";display:table}.row-login [class^=col-]{float:left}.row-login [class^=col-]:not(:last-child){margin-right:6rem}.row-login .col-1-of-2{width:calc(50% - 3rem)}.row-login .col-1-of-3{width:calc(33.33333% - 4rem)}.row-login .col-2-of-3{width:calc(66.66667% - 2rem)}.row-login .col-1-of-4{width:calc(25% - 4.5rem)}.row-login .col-2-of-4{width:calc(50% - 3rem)}.row-login .col-3-of-4{width:calc(75% - 1.5rem)}.row-3{background-color:#f7fcfaa6;border-radius:1%;box-shadow:0 .5rem 3rem #00000080;margin:5rem auto;padding:2rem 0 2rem 5rem;width:95vw}.row-3:not(:last-child){margin-bottom:5rem}.row-3:after{clear:both;content:"";display:table}.row-3 [class^=col-]{float:left}.row-3 [class^=col-]:not(:last-child){margin-right:3rem}.row-3 .col-1-of-2{width:calc(50% - 2.5rem)}.row-3 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-3 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-3 .col-1-of-4{width:calc(25% - 3.75rem)}.row-3 .col-2-of-4{width:calc(50% - 2.5rem)}.row-3 .col-3-of-4{width:calc(75% - 1.25rem)}.row-3 .col-1-of-5{width:calc(20% - 5rem)}.row-3 .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-new-arrivals-home{background-color:#ffffff80;border-radius:1%;box-shadow:0 .5rem 3rem #00000080;display:flex;margin:5rem auto;padding:2rem 1rem;width:95vw}.row-new-arrivals-home:not(:last-child){margin-bottom:5rem}.row-new-arrivals-home:after{clear:both;content:"";display:table}.row-new-arrivals-home [class^=col-]{float:left}.row-new-arrivals-home [class^=col-]:not(:last-child){margin-right:2rem}.row-new-arrivals-home .col-1-of-2{width:calc(50% - 2.5rem)}.row-new-arrivals-home .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-new-arrivals-home .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-new-arrivals-home .col-1-of-4{width:calc(25% - 3.75rem)}.row-new-arrivals-home .col-2-of-4{width:calc(50% - 2.5rem)}.row-new-arrivals-home .col-3-of-4{width:calc(75% - 1.25rem)}.row-new-arrivals-home .col-1-of-5{width:calc(20% - 5rem)}.row-new-arrivals-home .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-new-arrivals-seller-home{background-color:#ffffff1a;border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;display:flex;margin:5rem auto;padding:5rem 2rem;width:95%}.row-new-arrivals-seller-home:not(:last-child){margin-bottom:5rem}.row-new-arrivals-seller-home:after{clear:both;content:"";display:table}.row-new-arrivals-seller-home [class^=col-]{float:left}.row-new-arrivals-seller-home .col-1-of-2{width:calc(50% - 2.5rem)}.row-new-arrivals-seller-home .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-new-arrivals-seller-home .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-new-arrivals-seller-home .col-2-of-4{width:calc(50% - 2.5rem)}.row-new-arrivals-seller-home .col-3-of-4{width:calc(75% - 1.25rem)}.row-new-arrivals-seller-home .col-1-of-5{width:calc(20% - 5rem)}.row-new-arrivals-seller-home .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-podcasts-new-arrivals{background-color:#085eaf12;border-radius:1%;display:flex;flex-direction:row;flex-wrap:wrap;margin:5rem auto;padding:2rem 3rem 3rem;width:95vw}.row-podcasts-new-arrivals:not(:last-child){margin-bottom:5rem}.row-podcasts-new-arrivals:after{clear:both;content:"";display:table}.row-podcasts-new-arrivals [class^=col-]{float:left}.row-podcasts-new-arrivals [class^=col-]:not(:last-child){margin-right:2rem}.row-podcasts-new-arrivals .col-1-of-2{width:calc(50% - 2.5rem)}.row-podcasts-new-arrivals .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-podcasts-new-arrivals .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-podcasts-new-arrivals .col-1-of-4{width:calc(25% - 3.75rem)}.row-podcasts-new-arrivals .col-1-of-4:not(:first-child){margin-bottom:3rem;margin-left:.5rem}.row-podcasts-new-arrivals .col-2-of-4{width:calc(50% - 2.5rem)}.row-podcasts-new-arrivals .col-3-of-4{width:calc(75% - 1.25rem)}.row-podcasts-new-arrivals .col-1-of-5{width:calc(20% - 5rem)}.row-podcasts-new-arrivals .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-new-product-list{background-color:#fff0;border-radius:1%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-items:center;margin:5rem auto;width:100%}.row-seller-new-product-list:not(:last-child){margin-bottom:5rem}.row-seller-new-product-list:after{clear:both;content:"";display:table}.row-seller-new-product-list [class^=col-]{float:left}.row-seller-new-product-list [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-new-product-list .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-new-product-list .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-new-product-list .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-new-product-list .col-1-of-4{width:calc(25% - 1.5rem)}.row-seller-new-product-list .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-new-product-list .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-new-product-list .col-1-of-5{width:calc(20% - 5rem)}.row-seller-new-product-list .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-single-product-info{background-image:linear-gradient(270deg,#5643fa0d,#5643fa03);border:.3rem solid #fffc;border-radius:1%;box-shadow:0 .5rem 2rem #000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem;padding:3rem;width:35vw}.row-single-product-info:not(:last-child){margin-bottom:5rem}.row-single-product-info:after{clear:both;content:"";display:table}.row-single-product-info [class^=col-]{float:left}.row-single-product-info [class^=col-]:not(:last-child){margin-right:5rem}.row-single-product-info .col-1-of-2{width:calc(50% - 2.5rem)}.row-single-product-info .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-single-product-info .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-single-product-info .col-1-of-4{width:calc(25% - 3.75rem)}.row-single-product-info .col-2-of-4{width:calc(50% - 2.5rem)}.row-single-product-info .col-3-of-4{width:calc(75% - 1.25rem)}.row-single-product-info .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-single-product-info .col-3-of-7{width:calc(42.85714% + 2.14286rem)}.row-single-product-info .col-4-of-7{width:calc(57.14286% - 11.14286rem)}.row-admin-dashboard{background-image:linear-gradient(125deg,#5f94fd,#fafafa 50%,#fdfdfd 51%,#6598fd 90%);border-radius:1%;box-shadow:0 .5rem 3rem #00000080;margin:5rem auto;padding:2rem 2rem 2rem 4rem;width:85vw}.row-admin-dashboard:not(:last-child){margin-bottom:5rem}.row-admin-dashboard:after{clear:both;content:"";display:table}.row-admin-dashboard [class^=col-]{float:left}.row-admin-dashboard [class^=col-]:not(:last-child){margin-right:3rem}.row-admin-dashboard .col-1-of-2{width:calc(50% - 2.5rem)}.row-admin-dashboard .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-admin-dashboard .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-admin-dashboard .col-1-of-4{width:calc(25% - 3.75rem)}.row-admin-dashboard .col-2-of-4{width:calc(50% - 2.5rem)}.row-admin-dashboard .col-3-of-4{width:calc(75% - 1.25rem)}.row-admin-dashboard .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-admin-dashboard .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-orders{background-image:linear-gradient(110deg,#4551f8,#4551f866 8%,#4346f103 15%,#ffffff80 0,#fff9 20%,#4346f166 40%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0 auto 3rem;padding:2rem;width:100%}.row-seller-orders:not(:last-child){margin-bottom:5rem}.row-seller-orders:after{clear:both;content:"";display:table}.row-seller-orders [class^=col-]{float:left}.row-seller-orders [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-orders .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-orders .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-orders .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-orders .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-orders .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-orders .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-orders .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-orders .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-orders .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-orders .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);border-radius:.5%;box-shadow:0 .5rem 3rem #0000004d;height:100%!important;padding-bottom:2rem;padding-top:2rem;width:100%}.row-background-page:not(:last-child){margin-bottom:5rem}.row-background-page:after{clear:both;content:"";display:table}.row-background-page [class^=col-]{float:left}.row-background-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page .col-1-of-5{width:calc(20% - .4rem)}@media (max-width:37.5em){.row-background-page .col-1-of-5{height:0;opacity:0;width:0}}.row-background-page .col-4-of-5{width:calc(80% - 1.1rem)}@media (max-width:37.5em){.row-background-page .col-4-of-5{width:98%}}.row-background-page .col-1-of-4{width:calc(25% - .375rem)}@media (max-width:37.5em){.row-background-page .col-1-of-4{height:0!important;opacity:0;width:0}}.row-background-page .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page .col-3-of-4{width:calc(75% - .125rem)}@media (max-width:37.5em){.row-background-page .col-3-of-4{width:100%}}.row-background-page .col-sub-category{background-image:linear-gradient(to right bottom,#ffffff4d,#fff6);margin:8rem 1rem 8rem 2.5rem;padding:5rem;width:calc(83.33333% + 14.58333rem)}.row-background-page .col-single-video-related{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:3rem 8rem;padding:5rem 0 5rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-background-page .col-single-video-related .col-1-of-5{width:calc(20% - .5rem)}.row-background-page .col-single-video-related-vid{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);display:flex;justify-content:center;margin:2rem auto 5rem 0!important;padding:1rem 0;width:100%}.row-background-page .col-single-video-related-vid__sub-title{display:flex;flex-direction:row;margin:0 auto;width:50%}.row-background-page .col-3-of-4--password-update{margin:43rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-background-page .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page .col-5-of-6{width:calc(83.33333% - .58333rem)}.row-background-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page .col-1-of-7-sellerVideos{width:calc(14.28571% - 1.71429rem)}.row-background-page .col-6-of-7-sellerVideos{width:calc(85.71429% - 2.28571rem)}.row-login-background-page{background-color:#3f74f833;border-radius:.5%;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-top:5rem;padding-bottom:2rem;padding-top:2rem;width:100%}.row-login-background-page:not(:last-child){margin-bottom:5rem}.row-login-background-page:after{clear:both;content:"";display:table}.row-login-background-page [class^=col-]{float:left}.row-login-background-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-login-background-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-login-background-page .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-login-background-page .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-login-background-page .col-1-of-5{width:calc(20% - .4rem)}.row-login-background-page .col-4-of-5{width:calc(80% - 1.1rem)}.row-login-background-page .col-1-of-4{width:calc(25% - .375rem)}.row-login-background-page .col-2-of-4{width:calc(50% - 2.5rem)}.row-login-background-page .col-3-of-4{width:calc(75% - .125rem)}.row-login-background-page .col-sub-category{background-image:linear-gradient(to right bottom,#ffffff4d,#fff6);margin:8rem 1rem 8rem 2.5rem;padding:5rem;width:calc(83.33333% + 14.58333rem)}.row-login-background-page .col-single-video-related{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:3rem 8rem;padding:5rem 0 5rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-login-background-page .col-single-video-related .col-1-of-5{width:calc(20% - .5rem)}.row-login-background-page .col-single-video-related-vid{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);display:flex;justify-content:center;margin:2rem auto 5rem 0!important;padding:1rem 0;width:100%}.row-login-background-page .col-single-video-related-vid__sub-title{display:flex;flex-direction:row;margin:0 auto;width:50%}.row-login-background-page .col-3-of-4--password-update{margin:43rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-login-background-page .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-login-background-page .col-5-of-6{width:calc(83.33333% - .58333rem)}.row-login-background-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-login-background-page .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-login-background-page .col-1-of-7-sellerVideos{width:calc(14.28571% - 1.71429rem)}.row-login-background-page .col-6-of-7-sellerVideos{width:calc(85.71429% - 2.28571rem)}.row-background-admin-products-page{background-color:#3f74f859;border-radius:.5%;box-shadow:0 .5rem 3rem #0000004d;margin:2rem auto 3rem;padding:2rem;width:100%}.row-background-admin-products-page:not(:last-child){margin-bottom:5rem}.row-background-admin-products-page:after{clear:both;content:"";display:table}.row-background-admin-products-page [class^=col-]{float:left}.row-background-admin-products-page [class^=col-]:not(:last-child){margin-right:2rem}.row-background-admin-products-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-admin-products-page .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-admin-products-page .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-admin-products-page .col-1-of-4{width:calc(25% - .375rem)}.row-background-admin-products-page .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-admin-products-page .col-3-of-4{width:calc(75% - 1.25rem)}.row-background-admin-products-page .col-1-of-5{width:calc(20% - 1.6rem)}.row-background-admin-products-page .col-4-of-5{width:calc(80% - 2rem)}.row-background-admin-products-page .col-sub-category{background-image:linear-gradient(to right bottom,#ffffff4d,#fff6);margin:8rem 1rem 8rem 2.5rem;padding:5rem;width:calc(83.33333% + 14.58333rem)}.row-background-admin-products-page .col-single-video-related{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:3rem 8rem;padding:5rem 0 5rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-background-admin-products-page .col-single-video-related .col-1-of-5{width:calc(20% - .5rem)}.row-background-admin-products-page .col-single-video-related-vid{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);display:flex;justify-content:center;margin:8rem auto 0 0;padding:1rem 0;width:100%}.row-background-admin-products-page .col-single-video-related-vid__sub-title{display:flex;flex-direction:row;margin:0 auto;width:50%}.row-background-admin-products-page .col-3-of-4--password-update{margin:43rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-background-admin-products-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-background-admin-products-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-background-admin-products-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-admin-products-page .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-admin-products-page .col-1-of-7-sellerVideos{width:calc(14.28571% - 1.71429rem)}.row-background-admin-products-page .col-6-of-7-sellerVideos{width:calc(85.71429% - 2.28571rem)}.row-background-page-press-release-public{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:-.3rem auto 3rem;padding-bottom:2rem;padding-top:2rem;width:100%}.row-background-page-press-release-public:not(:last-child){margin-bottom:5rem}.row-background-page-press-release-public:after{clear:both;content:"";display:table}.row-background-page-press-release-public [class^=col-]{float:left}.row-background-page-press-release-public [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-press-release-public .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-press-release-public .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-press-release-public .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-press-release-public .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-page-press-release-public .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-press-release-public .col-3-of-4{width:calc(75% - 1.25rem)}.row-background-page-press-release-public .col-sub-category{background-image:linear-gradient(to right bottom,#ffffff4d,#fff6);margin:8rem 1rem 8rem 2.5rem;padding:5rem;width:calc(83.33333% + 14.58333rem)}.row-background-page-press-release-public .col-single-video-related{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:3rem 8rem;padding:5rem 0 5rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-background-page-press-release-public .col-single-video-related .col-1-of-5{width:calc(20% - .5rem)}.row-background-page-press-release-public .col-single-video-related-vid{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);display:flex;justify-content:center;margin:8rem auto 0 0;padding:1rem 0;width:100%}.row-background-page-press-release-public .col-single-video-related-vid__sub-title{display:flex;flex-direction:row;margin:0 auto;width:50%}.row-background-page-press-release-public .col-3-of-4--password-update{margin:43rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-background-page-press-release-public .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-background-page-press-release-public .col-5-of-6{width:calc(83.33333% - 2.33333rem)}.row-background-page-press-release-public .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-press-release-public .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-press-release-public .col-1-of-7-sellerVideos{width:calc(14.28571% - 1.71429rem)}.row-background-page-press-release-public .col-6-of-7-sellerVideos{width:calc(85.71429% - 2.28571rem)}.row-background-page-seller-profile-public{background-color:#f3959533;border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:-.3rem auto 3rem;padding-bottom:2rem;padding-top:2rem;width:100%}.row-background-page-seller-profile-public:not(:last-child){margin-bottom:5rem}.row-background-page-seller-profile-public:after{clear:both;content:"";display:table}.row-background-page-seller-profile-public [class^=col-]{float:left}.row-background-page-seller-profile-public [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-profile-public .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-profile-public .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-profile-public .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-profile-public .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-page-seller-profile-public .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-profile-public .col-3-of-4{width:calc(75% - 1.25rem)}.row-background-page-seller-profile-public .col-sub-category{background-image:linear-gradient(to right bottom,#ffffff4d,#fff6);margin:8rem 1rem 8rem 2.5rem;padding:5rem;width:calc(83.33333% + 14.58333rem)}.row-background-page-seller-profile-public .col-single-video-related{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:3rem 8rem;padding:5rem 0 5rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-background-page-seller-profile-public .col-single-video-related .col-1-of-5{width:calc(20% - .5rem)}.row-background-page-seller-profile-public .col-single-video-related-vid{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);display:flex;justify-content:center;margin:8rem auto 0 0;padding:1rem 0;width:100%}.row-background-page-seller-profile-public .col-single-video-related-vid__sub-title{display:flex;flex-direction:row;margin:0 auto;width:50%}.row-background-page-seller-profile-public .col-3-of-4--password-update{margin:43rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-background-page-seller-profile-public .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-background-page-seller-profile-public .col-5-of-6{width:calc(83.33333% - 2.33333rem)}.row-background-page-seller-profile-public .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-profile-public .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-profile-public .col-1-of-7-sellerVideos{width:calc(14.28571% - 1.71429rem)}.row-background-page-seller-profile-public .col-6-of-7-sellerVideos{width:calc(85.71429% - 2.28571rem)}.row-background-seller-home-forms{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0 0 3rem;padding-bottom:2rem;padding-top:2rem;width:100%}.row-background-seller-home-forms:not(:last-child){margin-bottom:5rem}.row-background-seller-home-forms:after{clear:both;content:"";display:table}.row-background-seller-home-forms [class^=col-]{float:left}.row-background-seller-home-forms [class^=col-]:not(:last-child){margin-right:5rem}.row-background-seller-home-forms .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-seller-home-forms .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-seller-home-forms .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-seller-home-forms .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-seller-home-forms .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-seller-home-forms .col-3-of-4{width:calc(75% + 5.5rem)}.row-background-seller-home-forms .col-sub-category{background-image:linear-gradient(to right bottom,#ffffff4d,#fff6);margin:8rem 1rem 8rem 2.5rem;padding:5rem;width:calc(83.33333% + 14.58333rem)}.row-background-seller-home-forms .col-single-video-related{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:3rem 8rem;padding:5rem 0 5rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-background-seller-home-forms .col-single-video-related .col-1-of-5{width:calc(20% - .5rem)}.row-background-seller-home-forms .col-single-video-related-vid{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);margin:0 8rem;padding:.1rem 0 .1rem 7rem;width:calc(83.33333% + 14.58333rem)}.row-background-seller-home-forms .col-single-video-related-vid__sub-title{display:flex;flex-direction:row;margin:0 auto;width:50%}.row-background-seller-home-forms .col-seller-profile--categories-sub{background-image:linear-gradient(180deg,#085eaf33,#5643fa33)!important;color:#fff;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;margin:2rem 5rem 5rem 0;width:100%}.row-background-seller-home-forms .col-seller-profile--categories-sub__list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-items:center;padding:2rem 3rem;width:100%}.row-background-seller-home-forms .col-seller-profile--categories-sub__list--item{background-color:#fff6;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-items:center;margin:1rem;max-width:22rem;padding:1.5rem 3rem;width:100%}.row-background-seller-home-forms .col-3-of-4--password-update{margin:43rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-background-seller-home-forms .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-background-seller-home-forms .col-5-of-6{width:calc(83.33333% - 2.33333rem)}.row-background-seller-home-forms .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-seller-home-forms .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-seller-home-forms .col-1-of-7-sellerVideos{width:calc(14.28571% - 1.71429rem)}.row-background-seller-home-forms .col-6-of-7-sellerVideos{width:calc(85.71429% - 2.28571rem)}.row-background-page-seller-video{background-image:linear-gradient(180deg,#585bf566 0,#b2b3f34d 15%,#4346f1b3 50%,#4346f1b3 51%,#b2b3f380 85%,#585bf5cc 100%,#4346f1cc 0);box-shadow:0 .5rem 3rem #00000008;margin:.5rem 1rem -1rem;padding-bottom:10rem;padding-top:4rem;width:100%}.row-background-page-seller-video:after{clear:both;content:"";display:table}.row-background-page-seller-video [class^=col-]{float:left}.row-background-page-seller-video [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page-seller-video .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-video .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-video .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-video .col-1-of-4{height:35rem;width:calc(25% - 1.125rem)}.row-background-page-seller-video .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-video .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-video .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-seller-video .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-seller-video .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-seller-video .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-video .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-video .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-video .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination{box-shadow:0 .5rem 3rem #00000008;-webkit-clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 0 5rem;padding:5rem 4rem!important;width:100%}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination{display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 2vw 5rem -3vw!important;padding:5rem 3rem!important;width:85vw}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination{display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 2vw 5rem -5vw!important;padding-left:15rem!important;padding-right:15rem!important;width:90vw}}@media (max-width:37.5em){.row-seller-home-new-arrivals-4-cards-and-pagination{border:.5rem solid orange;-webkit-clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 2vw 1rem -4.5vw!important;padding-left:.7vw!important;padding-right:.7vw!important;width:98vw}.row-seller-home-new-arrivals-4-cards-and-pagination:hover{box-shadow:0 .5rem .5rem #0003;margin:0 5vw 1rem -6.5vw!important;padding-left:1vw!important;padding-right:1vw!important;transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.2) translateY(-.5rem);-ms-transform:scale(1.2) translateY(-.5rem);-o-transform:scale(1.2) translateY(-.5rem);-webkit-transform:scale(1.2) translateY(-.5rem);z-index:1000}}@media (max-width:23.4375em){.row-seller-home-new-arrivals-4-cards-and-pagination{-webkit-clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);display:flex;flex-wrap:wrap;margin:0 1vw 1rem -3vw!important;padding-left:.1vw!important;padding-right:.1vw!important;width:95vw}}.row-seller-home-new-arrivals-4-cards-and-pagination:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-4{background-color:#00000012;border-radius:5%;height:34rem!important;padding:1rem;width:calc(25% - 1.125rem)}@media (max-width:37.5em){.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-4{width:35rem!important}}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-4:hover{border:none!important;padding:0}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #0003;margin:1rem auto;padding:4rem;width:100%}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-4{margin:.2rem 1rem;width:calc(25% - 1.125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination__cards-background{background-color:#5643fa0d;display:flex;justify-content:center;justify-items:center}.row-home-new-arrivals-4-cards-and-pagination{box-shadow:0 .5rem 3rem #00000008;-webkit-clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);height:45rem;margin:0 0 5rem;padding:5rem 7rem!important;width:100%}@media (max-width:75em){.row-home-new-arrivals-4-cards-and-pagination{display:flex;flex-wrap:wrap;margin:0 2vw 5rem -3vw!important;padding:5rem 3rem!important;width:85vw}}@media (max-width:56.25em){.row-home-new-arrivals-4-cards-and-pagination{display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 2vw 5rem -5vw!important;padding-left:15rem!important;padding-right:15rem!important;width:90vw}}@media (max-width:37.5em){.row-home-new-arrivals-4-cards-and-pagination{-webkit-clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:7rem!important;padding-left:.7vw!important;padding-right:.7vw!important;padding-top:.7vw!important;width:98vw}.row-home-new-arrivals-4-cards-and-pagination:hover{box-shadow:0 .5rem .5rem #0003;margin:0 5vw 1rem -6.5vw!important;padding-left:1vw!important;padding-right:1vw!important;transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.2) translateY(-.5rem);-ms-transform:scale(1.2) translateY(-.5rem);-o-transform:scale(1.2) translateY(-.5rem);-webkit-transform:scale(1.2) translateY(-.5rem);z-index:1000}}@media (max-width:23.4375em){.row-home-new-arrivals-4-cards-and-pagination{-webkit-clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 1vw 1rem -3vw!important;padding-left:1vw!important;padding-right:1vw!important;width:95vw}}.row-home-new-arrivals-4-cards-and-pagination:after{clear:both;content:"";display:table}.row-home-new-arrivals-4-cards-and-pagination [class^=col-]{float:left}.row-home-new-arrivals-4-cards-and-pagination [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-new-arrivals-4-cards-and-pagination .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-4{background-color:r gba(#fff,.27);border-radius:5%;box-shadow:0 .5rem 1rem #0000000d;height:34rem!important;padding:3rem;width:calc(25% - 1.125rem)}@media (max-width:37.5em){.row-home-new-arrivals-4-cards-and-pagination .col-1-of-4{width:50vw!important}}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-4:hover{border:none!important;padding:0}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-new-arrivals-4-cards-and-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-new-arrivals-4-cards-and-pagination .col-3-of-4{width:calc(75% - .125rem)}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-new-arrivals-4-cards-and-pagination .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-new-arrivals-4-cards-and-pagination .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-new-arrivals-4-cards-and-pagination .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-new-arrivals-4-cards-and-pagination .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-new-arrivals-4-cards-and-pagination .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #0003;margin:1rem auto;padding:4rem;width:100%}.row-home-new-arrivals-4-cards-and-pagination__inside-background:after{clear:both;content:"";display:table}.row-home-new-arrivals-4-cards-and-pagination__inside-background [class^=col-]{float:left}.row-home-new-arrivals-4-cards-and-pagination__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-4{margin:.2rem 1rem;width:calc(25% - 1.125rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-new-arrivals-4-cards-and-pagination__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-new-arrivals-4-cards-and-pagination__cards-background{display:flex;justify-content:center;justify-items:center}.row-seller-home-new-arrivals-show-subs-cards-and-pagination{box-shadow:0 .5rem 3rem #00000008;-webkit-clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);height:45rem;margin:0 0 5rem;padding:5rem 7rem!important;width:100%}@media (max-width:75em){.row-seller-home-new-arrivals-show-subs-cards-and-pagination{display:flex;flex-wrap:wrap;margin:0 2vw 5rem -3vw!important;padding:5rem 3rem!important;width:85vw}}@media (max-width:56.25em){.row-seller-home-new-arrivals-show-subs-cards-and-pagination{display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 2vw 5rem -5vw!important;padding-left:15rem!important;padding-right:15rem!important;width:90vw}}@media (max-width:37.5em){.row-seller-home-new-arrivals-show-subs-cards-and-pagination{-webkit-clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);display:flex;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:7rem!important;padding-top:.7vw!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.row-seller-home-new-arrivals-show-subs-cards-and-pagination:hover{box-shadow:0 .5rem .5rem #0003;left:25rem;padding-left:12rem!important;padding-right:12rem!important;position:relative;top:0;transform:scale(1.2) translateY(-.5rem);-moz-transform:scale(1.2) translateY(-.5rem);-ms-transform:scale(1.2) translateY(-.5rem);-o-transform:scale(1.2) translateY(-.5rem);-webkit-transform:scale(1.2) translateY(-.5rem);z-index:1000}}@media (max-width:23.4375em){.row-seller-home-new-arrivals-show-subs-cards-and-pagination{-webkit-clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);clip-path:polygon(5% 0,95% 0,95% 95%,5% 95%);display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 1vw 1rem -3vw!important;padding-left:1vw!important;padding-right:1vw!important;width:95vw}}.row-seller-home-new-arrivals-show-subs-cards-and-pagination:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-show-subs-cards-and-pagination [class^=col-]{float:left}.row-seller-home-new-arrivals-show-subs-cards-and-pagination [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-4{background-color:#00000012;border-radius:5%;height:34rem!important;padding:3rem;width:calc(25% - 1.125rem)}@media (max-width:37.5em){.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-4{width:50vw!important}}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-4:hover{border:none!important;padding:0}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #0003;margin:1rem auto;padding:4rem;width:100%}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background [class^=col-]{float:left}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-1-of-4{margin:.2rem 1rem;width:calc(25% - 1.125rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-show-subs-cards-and-pagination__cards-background{background-color:#5643fa0d;display:flex;justify-content:center!important;justify-items:center!important}.row-seller-home-new-arrivals-4-cards-and-pagination--outside{box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto 0;padding:5rem;width:100%}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside{display:flex;flex-wrap:wrap!important;padding:2rem!important}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside{display:flex;flex-wrap:wrap!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:5rem!important}}@media (max-width:37.5em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside{display:flex;flex-wrap:wrap!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto;padding:5rem .2rem!important}}@media (max-width:23.4375em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside{display:flex;flex-wrap:wrap!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto 2rem;padding:5rem .2rem!important}}.row-seller-home-new-arrivals-4-cards-and-pagination--outside:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination--outside [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination--outside [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-4{background-color:#e5eefb;width:calc(25% - 1.125rem)}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-4{height:30rem!important;margin-bottom:1rem!important;width:calc(25% - 2.5rem)!important}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-4{height:30rem!important;margin-bottom:3rem!important;margin-left:2rem!important;margin-right:3rem!important;padding-bottom:-5rem!important;width:calc(50% - 5rem)!important}}@media (max-width:37.5em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-4{height:30rem!important;margin-bottom:3rem!important;margin-left:1.5rem!important;margin-right:1.5rem!important;width:calc(50% - 5rem)!important}}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background{background-color:#ffffffd9!important;box-shadow:0 .2rem .2rem #00000005;height:58rem!important;margin:1rem auto;padding:4rem 10rem!important;width:100%}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:4rem 3.4vw 4rem 5vw!important}}@media (max-width:23.4375em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-right:0!important;padding:4rem 3vw!important}}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-4{height:40rem;margin:.2rem 1rem;width:calc(25% - 1.125rem)}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-4{height:40rem!important}}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination--outside__cards-background{background-color:#063970cc}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos{box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0 auto 2rem;padding:15rem auto!important}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos{display:flex;flex-wrap:wrap!important;margin:1rem auto}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos{border:1rem solid blue;display:flex;flex-wrap:wrap!important;height:125rem}}@media (max-width:37.5em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos{border:.1rem solid orange;height:100%}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:11rem auto!important;padding:7rem 5rem!important;width:95vw}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}}@media (max-width:37.5em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:100%}}@media (max-width:31.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:5rem 3rem!important;width:100%!important}}@media (max-width:25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:100%}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--product-videos__cards-background{background-color:#063970cc}.row-home-podcasts-4-cards-and-pagination-outside{box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0 auto 2rem;padding:15rem auto!important}@media (max-width:75em){.row-home-podcasts-4-cards-and-pagination-outside{display:flex;flex-wrap:wrap!important;margin:1rem auto}}@media (max-width:56.25em){.row-home-podcasts-4-cards-and-pagination-outside{border:1rem solid blue;display:flex;flex-wrap:wrap!important;height:125rem}}@media (max-width:37.5em){.row-home-podcasts-4-cards-and-pagination-outside{border:.1rem solid orange;height:100%}}.row-home-podcasts-4-cards-and-pagination-outside:after{clear:both;content:"";display:table}.row-home-podcasts-4-cards-and-pagination-outside [class^=col-]{float:left}.row-home-podcasts-4-cards-and-pagination-outside [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-podcasts-4-cards-and-pagination-outside .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-3-of-4{width:calc(75% - .125rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-podcasts-4-cards-and-pagination-outside .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:5rem auto!important;padding:7rem 5rem!important;width:95vw}@media (max-width:75em){.row-home-podcasts-4-cards-and-pagination-outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}}@media (max-width:56.25em){.row-home-podcasts-4-cards-and-pagination-outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}}@media (max-width:37.5em){.row-home-podcasts-4-cards-and-pagination-outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:100%}}@media (max-width:31.25em){.row-home-podcasts-4-cards-and-pagination-outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:5rem 3rem!important;width:100%!important}}@media (max-width:25em){.row-home-podcasts-4-cards-and-pagination-outside__inside-background{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:100%}}.row-home-podcasts-4-cards-and-pagination-outside__inside-background:after{clear:both;content:"";display:table}.row-home-podcasts-4-cards-and-pagination-outside__inside-background [class^=col-]{float:left}.row-home-podcasts-4-cards-and-pagination-outside__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-podcasts-4-cards-and-pagination-outside__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-podcasts-4-cards-and-pagination-outside__cards-background{background-color:#063970cc}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts{border:.5rem solid #e1ff00;box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto 2rem;padding-bottom:11rem;width:100%!important}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts{display:flex;flex-wrap:wrap!important;margin:1rem auto}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts{border:1rem solid blue;display:flex;flex-wrap:wrap!important;height:125rem}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-4{width:calc(25% - 1.125rem)}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-4{height:30rem!important;margin-bottom:2rem!important;width:calc(50% - 5rem)!important}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #00000005;height:60rem!important;margin:1rem auto;padding:4rem 10rem!important;width:100%}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background{height:60rem!important}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background{height:95rem!important}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-1-of-4{height:40rem;margin:.2rem 1rem;width:calc(25% - 1.125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--podcasts__cards-background{background-color:#063970cc}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery{box-shadow:0 .5rem 3rem #00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto 2rem;padding-bottom:11rem;width:100%!important}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery{display:flex;flex-wrap:wrap!important;margin:1rem auto}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery{border:1rem solid blue;display:flex;flex-wrap:wrap!important;height:125rem}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-4{width:calc(25% - 1.125rem)}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-4{height:30rem!important;margin-bottom:2rem!important;width:calc(50% - 5rem)!important}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background{background-color:#ffffff80;box-shadow:0 .5rem 3rem #00000005;height:60rem!important;margin:1rem auto;padding:4rem 10rem!important;width:100%}@media (max-width:75em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background{height:60rem!important}}@media (max-width:56.25em){.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background{height:95rem!important}}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background:after{clear:both;content:"";display:table}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background [class^=col-]{float:left}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-1-of-4{height:40rem;margin:.2rem 1rem;width:calc(25% - 1.125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-new-arrivals-4-cards-and-pagination-outside--category-machinery__cards-background{background-color:#063970cc}.row-home-category-products-3-and-2{background-color:#5643fa03;box-shadow:0 .5rem 3rem #00000008;margin:5rem auto 0;padding:.5rem 3rem;width:100%}@media (max-width:37.5em){.row-home-category-products-3-and-2{padding:5rem 2rem}}.row-home-category-products-3-and-2:after{clear:both;content:"";display:table}.row-home-category-products-3-and-2 [class^=col-]{float:left}.row-home-category-products-3-and-2 [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-category-products-3-and-2 .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-category-products-3-and-2 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-home-category-products-3-and-2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-category-products-3-and-2 .col-1-of-4{width:calc(25% - 1.125rem)}.row-home-category-products-3-and-2 .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-category-products-3-and-2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-category-products-3-and-2 .col-3-of-4{width:calc(75% - .125rem)}.row-home-category-products-3-and-2 .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-category-products-3-and-2 .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-category-products-3-and-2 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-category-products-3-and-2 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-category-products-3-and-2 .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-category-products-3-and-2 .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-category-products-3-and-2__inside-background{background-color:#ffffff80;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-shadow:0 .5rem 3rem #0003;margin:1rem auto;padding:4rem;width:100%}.row-home-category-products-3-and-2__inside-background:after{clear:both;content:"";display:table}.row-home-category-products-3-and-2__inside-background [class^=col-]{float:left}.row-home-category-products-3-and-2__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-category-products-3-and-2__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-category-products-3-and-2__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-category-products-3-and-2__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-category-products-3-and-2__inside-background .col-1-of-4{height:29rem;margin:.2rem 1rem;width:calc(25% - 1.125rem)}.row-home-category-products-3-and-2__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-category-products-3-and-2__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-category-products-3-and-2__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-category-products-3-and-2__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-category-products-3-and-2__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-category-products-3-and-2__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-category-products-3-and-2__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-category-products-3-and-2__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-category-products-3-and-2__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-category-products-3-and-2__cards-background{background-color:#063970cc}.row-background-page-seller-home-podcasts-and-others{background-color:#5643fa1a;box-shadow:0 .5rem 3rem #00000008;margin:1rem auto 3rem;padding:5rem 10rem;width:100%}.row-background-page-seller-home-podcasts-and-others:after{clear:both;content:"";display:table}.row-background-page-seller-home-podcasts-and-others [class^=col-]{float:left}.row-background-page-seller-home-podcasts-and-others [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-home-podcasts-and-others .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-and-others .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-home-podcasts-and-others .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-home-podcasts-and-others .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-seller-home-podcasts-and-others .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-home-podcasts-and-others .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-and-others .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-seller-home-podcasts-and-others .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-seller-home-podcasts-and-others .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-seller-home-podcasts-and-others .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-home-podcasts-and-others .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-home-podcasts-and-others .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-home-podcasts-and-others .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-best-sellers-background{background-color:#ff77300d;box-shadow:0 .5rem 3rem #00000008;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:5rem;width:98%}@media (max-width:37.5em){.row-seller-home-best-sellers-background{margin:0;padding:1rem;width:100%}}.row-seller-home-best-sellers-background:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-background [class^=col-]{float:left}.row-seller-home-best-sellers-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-best-sellers-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-background .col-1-of-4{width:calc(25% - 1.125rem)}.row-seller-home-best-sellers-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-best-sellers-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-best-sellers-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-best-sellers-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-best-sellers-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-best-sellers-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-best-sellers-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-best-sellers-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-best-sellers-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;display:flex;flex-direction:column;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:5rem auto!important;width:95%}@media (max-width:37.5em){.row-seller-home-best-sellers-background__inside-background{margin:5rem 2.5%!important}}.row-seller-home-best-sellers-background__inside-background:after{clear:both;content:"";display:table}.row-seller-home-best-sellers-background__inside-background [class^=col-]{float:left}.row-seller-home-best-sellers-background__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-best-sellers-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-best-sellers-background__inside-background .col-1-of-4{height:30rem;margin:2rem auto 1rem;width:33rem}.row-seller-home-best-sellers-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-best-sellers-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-best-sellers-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-best-sellers-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-best-sellers-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-best-sellers-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-best-sellers-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-best-sellers-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-best-sellers-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-clothing-background{background-color:#5643fa0d;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;padding:10rem 2rem;width:100%}.row-home-best-sellers-category-clothing-background:after{clear:both;content:"";display:table}.row-home-best-sellers-category-clothing-background [class^=col-]{float:left}.row-home-best-sellers-category-clothing-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-best-sellers-category-clothing-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-clothing-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-clothing-background .col-1-of-4{width:calc(25% - 1.125rem)}.row-home-best-sellers-category-clothing-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-clothing-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-clothing-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-clothing-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-clothing-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-clothing-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-clothing-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-clothing-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-clothing-background__inside-background{background-color:#063970d9;box-shadow:0 .5rem 3rem #0003;display:flex;flex-direction:column;flex-wrap:nowrap;height:80vh;justify-content:center;justify-items:center;margin:1rem auto;padding:4rem auto;width:95%}.row-home-best-sellers-category-clothing-background__inside-background:after{clear:both;content:"";display:table}.row-home-best-sellers-category-clothing-background__inside-background [class^=col-]{float:left}.row-home-best-sellers-category-clothing-background__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-1-of-4{height:30rem;margin:2rem auto 1rem;width:33rem}.row-home-best-sellers-category-clothing-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-clothing-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-clothing-background__inside-background-2{background-color:#ff773008;display:flex;flex-direction:column;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5rem auto;padding:4rem auto 0;width:100%}@media (max-width:37.5em){.row-home-best-sellers-category-clothing-background__inside-background-2{margin-top:1rem}}.row-home-best-sellers-category-clothing-background__inside-background-2:after{clear:both;content:"";display:table}.row-home-best-sellers-category-clothing-background__inside-background-2 [class^=col-]{float:left}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-1-of-4{height:30rem;margin:2rem auto 1rem;width:33rem}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-clothing-background__inside-background-2 .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-clothing-background__inside-background-3{background-color:#222c9d26;display:flex;flex-direction:column;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:2rem 4rem 0 1rem!important;width:100%}.row-home-best-sellers-category-clothing-background__inside-background-3:after{clear:both;content:"";display:table}.row-home-best-sellers-category-clothing-background__inside-background-3 [class^=col-]{float:left}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-1-of-4{height:30rem;margin:2rem auto 1rem;width:33rem}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-clothing-background__inside-background-3 .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-clothing-background-2{background-color:#5643fa0d;box-shadow:0 .5rem 3rem #00000008;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;position:relative;width:100vw!important}.row-home-best-sellers-category-clothing-background-2:after{clear:both;content:"";display:table}.row-home-best-sellers-category-clothing-background-2 [class^=col-]{float:left}.row-home-best-sellers-category-clothing-background-2 [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-best-sellers-category-clothing-background-2 .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background-2 .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-clothing-background-2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-clothing-background-2 .col-1-of-4{width:calc(25% - 1.125rem)}.row-home-best-sellers-category-clothing-background-2 .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-clothing-background-2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background-2 .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-clothing-background-2 .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-clothing-background-2 .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-clothing-background-2 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-clothing-background-2 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-clothing-background-2 .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-clothing-background-2 .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-clothing-background-2__inside-background{background-color:#063970d9;box-shadow:0 .5rem 3rem #0003;display:flex;flex-direction:column;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:1rem auto;max-width:1400px;padding:4rem 2rem;width:100%}@media (max-width:37.5em){.row-home-best-sellers-category-clothing-background-2__inside-background{display:flex;margin-bottom:5rem;margin-top:-5rem;width:100%}}@media (max-width:31.25em){.row-home-best-sellers-category-clothing-background-2__inside-background{margin-bottom:5rem;margin-top:-5rem;width:100%!important}}.row-home-best-sellers-category-clothing-background-2__inside-background:after{clear:both;content:"";display:table}.row-home-best-sellers-category-clothing-background-2__inside-background [class^=col-]{float:left}.row-home-best-sellers-category-clothing-background-2__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-clothing-background-2__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-all-categories-background{background-color:#ffffff12;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:3rem auto!important;width:100%}@media (max-width:56.25em){.row-home-best-sellers-all-categories-background{margin:1rem auto 5rem!important;padding-bottom:0!important}}@media (max-width:37.5em){.row-home-best-sellers-all-categories-background{width:95%}}.row-home-best-sellers-all-categories-background:after{clear:both;content:"";display:table}.row-home-best-sellers-all-categories-background [class^=col-]{float:left}.row-home-best-sellers-all-categories-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-best-sellers-all-categories-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-all-categories-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-all-categories-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-all-categories-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-all-categories-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-all-categories-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-all-categories-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-all-categories-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-all-categories-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-all-categories-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-all-categories-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-all-categories-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-all-categories-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;display:flex;flex-direction:column;flex-wrap:nowrap;height:70vh;margin:1rem auto;padding:4rem auto;width:95%}.row-home-best-sellers-all-categories-background__inside-background:after{clear:both;content:"";display:table}.row-home-best-sellers-all-categories-background__inside-background [class^=col-]{float:left}.row-home-best-sellers-all-categories-background__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-all-categories-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-all-categories-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-all-categories-background__inside-background .col-1-of-4{height:30rem;margin:2rem auto 1rem;width:33rem}.row-home-best-sellers-all-categories-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-all-categories-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-all-categories-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-all-categories-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-all-categories-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-all-categories-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-all-categories-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-all-categories-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-all-categories-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-home-supplies-background{background-color:#ffffff12;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:0 auto!important;width:90%}@media (max-width:56.25em){.row-home-best-sellers-category-home-supplies-background{margin:1rem auto 5rem!important;padding-bottom:0!important}}@media (max-width:37.5em){.row-home-best-sellers-category-home-supplies-background{width:95%}}.row-home-best-sellers-category-home-supplies-background:after{clear:both;content:"";display:table}.row-home-best-sellers-category-home-supplies-background [class^=col-]{float:left}.row-home-best-sellers-category-home-supplies-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-best-sellers-category-home-supplies-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-home-supplies-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-home-supplies-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-home-supplies-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-home-supplies-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-home-supplies-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-home-supplies-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-home-supplies-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-home-supplies-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-home-supplies-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-home-supplies-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-home-supplies-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-best-sellers-category-home-supplies-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;display:flex;flex-direction:column;flex-wrap:nowrap;height:70vh;margin:1rem auto;padding:4rem auto;width:95%}.row-home-best-sellers-category-home-supplies-background__inside-background:after{clear:both;content:"";display:table}.row-home-best-sellers-category-home-supplies-background__inside-background [class^=col-]{float:left}.row-home-best-sellers-category-home-supplies-background__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-1-of-4{height:30rem;margin:2rem auto 1rem;width:33rem}.row-home-best-sellers-category-home-supplies-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-best-sellers-category-home-supplies-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-seller-podcasts-background{background-color:#085eaf2e;box-shadow:0 .5rem 3rem #00000008;height:90vh;margin:8rem auto -1rem;padding:5rem 2rem;width:100%}.row-seller-home-seller-podcasts-background:after{clear:both;content:"";display:table}.row-seller-home-seller-podcasts-background [class^=col-]{float:left}.row-seller-home-seller-podcasts-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:95%;justify-content:center!important;justify-items:center;margin:1rem auto 10rem!important;padding:2rem auto!important;width:90%}.row-seller-home-seller-podcasts-background__inside-background:after{clear:both;content:"";display:table}.row-seller-home-seller-podcasts-background__inside-background [class^=col-]{float:left}.row-seller-home-seller-podcasts-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-seller-podcasts-background__inside-background--inside{background-color:#063970e6;color:#fff;display:flex;flex-direction:row!important;justify-content:center!important;justify-items:center!important;margin:4rem auto!important;padding:4rem auto!important;width:95%}@media (max-width:37.5em){.row-seller-home-seller-podcasts-background__inside-background--inside{flex-wrap:nowrap;justify-content:flex-start!important;margin:2rem!important;overflow-x:scroll;padding:2rem 1rem!important}}.row-seller-home-seller-podcasts-background__inside-background--inside .col-1-of-4{border:.2rem solid gold;color:#fff;margin:5rem .1rem!important;width:calc(25% - .375rem)!important}@media (max-width:37.5em){.row-seller-home-seller-podcasts-background__inside-background--inside .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}@media (max-width:31.25em){.row-seller-home-seller-podcasts-background__inside-background--inside .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}.row-seller-single-video-product-video-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center!important;justify-items:center;margin:1rem auto!important;padding:2rem auto!important;width:90%}.row-seller-single-video-product-video-background:after{clear:both;content:"";display:table}.row-seller-single-video-product-video-background [class^=col-]{float:left}.row-seller-single-video-product-video-background__inside{background-color:#063970e6;color:#fff;display:flex;flex-direction:row!important;justify-content:center!important;justify-items:center!important;margin:4rem auto!important;padding:4rem auto!important;width:95%}@media (max-width:37.5em){.row-seller-single-video-product-video-background__inside{flex-wrap:nowrap;justify-content:flex-start!important;margin:2rem!important;overflow-x:scroll;padding:2rem 1rem!important}}.row-seller-single-video-product-video-background__inside .col-1-of-4{border:.2rem solid gold;color:#fff;margin:5rem .1rem!important;width:calc(25% - .375rem)!important}@media (max-width:37.5em){.row-seller-single-video-product-video-background__inside .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}@media (max-width:31.25em){.row-seller-single-video-product-video-background__inside .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}.row-home-product-videos-navy-dark-background{background-color:#085eaf2e;box-shadow:0 .5rem 3rem #00000008;height:90vh;margin:8rem auto -1rem;padding:5rem 2rem;width:100%}.row-home-product-videos-navy-dark-background:after{clear:both;content:"";display:table}.row-home-product-videos-navy-dark-background [class^=col-]{float:left}.row-home-product-videos-navy-dark-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:2rem 1rem!important;width:90%!important}@media (max-width:37.5em){.row-home-product-videos-navy-dark-background__inside-background{width:100%!important}}.row-home-product-videos-navy-dark-background__inside-background:after{clear:both;content:"";display:table}.row-home-product-videos-navy-dark-background__inside-background [class^=col-]{float:left}.row-home-product-videos-navy-dark-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-product-videos-navy-dark-background__inside-background--inside{background-color:#ffffff1a;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:4rem!important;padding-left:2rem!important;padding-top:5rem!important;width:95%}.row-home-product-videos-navy-dark-background__inside-background--inside .col-1-of-4{justify-items:center;margin:1rem 1rem 1rem 2rem!important;width:calc(25% - 3.75rem)!important}.row-home-podcast-videos-navy-dark-background{background-color:rgba(8,94,175,.018);box-shadow:0 .5rem 3rem #00000008;height:90vh;margin:8rem auto -1rem;padding:5rem 2rem;width:100%}.row-home-podcast-videos-navy-dark-background:after{clear:both;content:"";display:table}.row-home-podcast-videos-navy-dark-background [class^=col-]{float:left}.row-home-podcast-videos-navy-dark-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:2rem 1rem!important;width:100%!important}@media (max-width:37.5em){.row-home-podcast-videos-navy-dark-background__inside-background{width:100%!important}}.row-home-podcast-videos-navy-dark-background__inside-background:after{clear:both;content:"";display:table}.row-home-podcast-videos-navy-dark-background__inside-background [class^=col-]{float:left}.row-home-podcast-videos-navy-dark-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-podcast-videos-navy-dark-background__inside-background--inside{background-color:#ffffff1a;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:4rem!important;padding-left:2rem!important;padding-top:5rem!important;width:95%}.row-home-podcast-videos-navy-dark-background__inside-background--inside .col-1-of-4{justify-items:center;margin:1rem 1rem 1rem 2rem!important;width:calc(25% - 3.75rem)!important}.row-home-podcasts-background-1{box-shadow:0 .5rem 3rem #00000008;height:90vh;margin:8rem auto -1rem;padding:5rem 2rem;width:100%}.row-home-podcasts-background-1:after{clear:both;content:"";display:table}.row-home-podcasts-background-1 [class^=col-]{float:left}.row-home-podcasts-background-1__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:2rem 1rem!important;width:95%!important}.row-home-podcasts-background-1__inside-background:after{clear:both;content:"";display:table}.row-home-podcasts-background-1__inside-background [class^=col-]{float:left}.row-home-podcasts-background-1__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-podcasts-background-1__inside-background--inside{background-color:#ffffff1a;height:30vh!important;margin-bottom:4rem!important;padding-left:1rem!important;padding-top:2rem!important;width:95%}.row-home-podcasts-background-1__inside-background--inside .col-1-of-4{border:.2rem solid red;height:100%;justify-items:center;margin:1rem 1rem 2rem!important;width:calc(25% - .375rem)}.row-seller-products-videos-section{background-color:#085eaf2e;box-shadow:0 .5rem 3rem #00000008;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:8rem auto 11rem!important;padding:5rem 2rem;width:100%}.row-seller-products-videos-section:after{clear:both;content:"";display:table}.row-seller-products-videos-section [class^=col-]{float:left}.row-seller-products-videos-section__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:2rem 1rem!important;width:95%!important}.row-seller-products-videos-section__inside-background:after{clear:both;content:"";display:table}.row-seller-products-videos-section__inside-background [class^=col-]{float:left}.row-seller-products-videos-section__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-products-videos-section__inside-background--inside{background-color:#ffffff1a;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:4rem!important;padding-left:1rem!important;padding-top:2rem!important;width:95%}.row-seller-products-videos-section__inside-background--inside .col-1-of-4{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-items:center;margin:1rem 1rem 2rem!important;width:calc(25% - .375rem)}.row-seller-other-seller-videos{background-color:#085eaf2e;box-shadow:0 .5rem 3rem #00000008;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:2rem 2rem 2rem 3rem!important;padding:5rem 2rem;width:95%}.row-seller-other-seller-videos:after{clear:both;content:"";display:table}.row-seller-other-seller-videos [class^=col-]{float:left}.row-seller-other-seller-videos__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;min-height:50rem!important;padding:3rem!important;width:95%!important}.row-seller-other-seller-videos__inside-background:after{clear:both;content:"";display:table}.row-seller-other-seller-videos__inside-background [class^=col-]{float:left}.row-seller-other-seller-videos__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-other-seller-videos__inside-background--inside{background-color:#ffffff1a;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:4rem!important;padding-left:1rem!important;padding-top:2rem!important;width:95%}.row-seller-other-seller-videos__inside-background--inside .col-1-of-4{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-items:center;margin:1rem 1rem 2rem!important;width:calc(25% - .375rem)}.row-seller-podcasts-background-1{background-color:#085eaf2e;box-shadow:0 .5rem 3rem #00000008;height:90vh;margin:8rem auto!important;padding:5rem 2rem;width:100%}.row-seller-podcasts-background-1:after{clear:both;content:"";display:table}.row-seller-podcasts-background-1 [class^=col-]{float:left}.row-seller-podcasts-background-1__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:95%;margin:1rem auto 5rem!important;padding:1rem auto!important;width:95%}.row-seller-podcasts-background-1__inside-background:after{clear:both;content:"";display:table}.row-seller-podcasts-background-1__inside-background [class^=col-]{float:left}.row-seller-podcasts-background-1__inside-background .col-1-of-4{justify-items:center;margin-bottom:2rem;margin-top:2rem;width:calc(25% - 3.75rem)!important}.row-seller-podcasts-background-1__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-podcasts-background-1__inside-background--inside{background-color:#ffffff1a}.row-seller-single-podcast-section-seller-podcasts-background{background-color:#085eaf2e;box-shadow:0 .5rem 3rem #00000008;height:90vh;margin:8rem auto!important;padding:5rem 2rem;width:100%}.row-seller-single-podcast-section-seller-podcasts-background:after{clear:both;content:"";display:table}.row-seller-single-podcast-section-seller-podcasts-background [class^=col-]{float:left}.row-seller-single-podcast-section-seller-podcasts-background__inside-background{background-color:#063970e6;box-shadow:0 .5rem 3rem #0000004d;height:95%;margin:1rem auto!important;padding:1rem auto!important;width:90%}.row-seller-single-podcast-section-seller-podcasts-background__inside-background:after{clear:both;content:"";display:table}.row-seller-single-podcast-section-seller-podcasts-background__inside-background [class^=col-]{float:left}.row-seller-single-podcast-section-seller-podcasts-background__inside-background .col-1-of-4{justify-items:center;margin-bottom:2rem;margin-top:2rem;width:calc(25% - 3.75rem)!important}.row-seller-single-podcast-section-seller-podcasts-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-single-podcast-section-seller-podcasts-background__inside-background--inside{background-color:#ffffff1a}.row-seller-home-seller-podcasts-carousel-background{background-color:#ffffff4d;box-shadow:0 .5rem 3rem #00000008;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:2rem 7rem;width:100%}.row-seller-home-seller-podcasts-carousel-background__inside-background{background-color:#063970cc;box-shadow:0 .5rem 3rem #0000004d;display:flex;flex-direction:column;flex-wrap:nowrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:2rem auto;width:100%}.row-seller-home-seller-podcasts-carousel-background__inside-background:not(:last-child){margin-bottom:5rem}.row-seller-home-seller-podcasts-carousel-background__inside-background:after{clear:both;content:"";display:table}.row-seller-home-seller-podcasts-carousel-background__inside-background [class^=col-]{float:left}.row-seller-home-seller-podcasts-carousel-background__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-2-createPlayer{margin:0 0 4rem 2rem;width:45%}@media (max-width:37.5em){.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-2-createPlayer{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0;width:100%}}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-2{background-color:#ffffff40;border:.5rem solid #ffffff0d;display:flex;flex-direction:column;height:100%;justify-content:center;justify-items:center;margin:5rem auto;padding:3rem;width:45%}@media (max-width:37.5em){.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-2{height:40rem!important;margin:2rem;padding:5rem;width:100%!important}}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-4{height:45rem;margin:0 auto 0 2.2rem;width:33rem}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-seller-podcasts-carousel-background__inside-background--carousel{background-color:#ffffff1f;border-bottom:.5rem solid #ffffff82;border-top:.2rem solid #ffffff82;box-shadow:.1rem .1rem .1rem #0003;margin:0 auto 5rem;padding:4rem 3rem 1rem;width:95%}@media (max-width:37.5em){.change-flex-to-row-for-phone{display:flex;flex-direction:column!important}}.row-home-products-videos-background-new-name{box-shadow:0 .5rem 3rem #ffffff4d;margin:1rem auto;padding:5rem auto!important;width:100%}.row-home-products-videos-background-new-name:after{clear:both;content:"";display:table}.row-home-products-videos-background-new-name [class^=col-]{float:left}.row-home-products-videos-background-new-name [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-products-videos-background-new-name .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-products-videos-background-new-name .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-products-videos-background-new-name .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-products-videos-background-new-name .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-products-videos-background-new-name .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-products-videos-background-new-name .col-3-of-4{width:calc(75% - .125rem)}.row-home-products-videos-background-new-name .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-products-videos-background-new-name .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-products-videos-background-new-name .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-products-videos-background-new-name .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-products-videos-background-new-name .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-products-videos-background-new-name .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-products-videos-background-new-name__inside-background{background-color:#00000026;box-shadow:0 .5rem 3rem #0000004d;display:flex;flex-direction:row;margin:1rem auto;padding:3rem 2rem!important;width:95%}.row-home-products-videos-background-new-name__inside-background:not(:last-child){margin-right:5rem!important}@media (max-width:56.25em){.row-home-products-videos-background-new-name__inside-background{background-color:#0000004d;border:none;height:66vh!important;overflow:scroll;padding:2rem 1rem!important;scroll-behavior:smooth;width:100%}}@media (max-width:37.5em){.row-home-products-videos-background-new-name__inside-background{background-color:#0000004d;height:45vh!important;margin:0 -1rem 0 3rem!important;overflow:scroll;padding:1rem 0 1rem 3rem!important;scroll-behavior:smooth;width:95%}}@media (max-width:31.25em){.row-home-products-videos-background-new-name__inside-background{background-color:#0000004d;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:0 auto!important;overflow:scroll;padding:2rem!important;scroll-behavior:smooth;width:96%}}.row-home-products-videos-background-new-name__inside-background:after{clear:both;content:"";display:table}.row-home-products-videos-background-new-name__inside-background [class^=col-]{float:left}.row-home-products-videos-background-new-name__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-products-videos-background-new-name__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-products-videos-background-new-name__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-products-videos-background-new-name__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-products-videos-background-new-name__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-products-videos-background-new-name__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-products-videos-background-new-name__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-products-videos-background-new-name__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-products-videos-background-new-name__inside-background .col-1-of-6-videos{width:calc(25% - 2.5rem)}@media (max-width:112.5em){.row-home-products-videos-background-new-name__inside-background .col-1-of-6-videos{margin:.2rem auto}}@media (max-width:56.25em){.row-home-products-videos-background-new-name__inside-background .col-1-of-6-videos{border:none;display:flex;flex-direction:row;flex-wrap:wrap;margin:2rem!important;width:calc(50% - 5rem)!important}}@media (max-width:37.5em){.row-home-products-videos-background-new-name__inside-background .col-1-of-6-videos{width:calc(50% - 1.25rem)}}@media (max-width:31.25em){.row-home-products-videos-background-new-name__inside-background .col-1-of-6-videos{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}}.row-home-products-videos-background-new-name__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-products-videos-background-new-name__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-products-videos-background-new-name__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-products-videos-background-new-name__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-products-videos-background-new-name__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-podcasts-background{background-color:#ff77301a;box-shadow:0 .5rem 3rem #0000001a;margin:1rem auto;padding:5rem!important;width:100%}.row-home-podcasts-background:after{clear:both;content:"";display:table}.row-home-podcasts-background [class^=col-]{float:left}.row-home-podcasts-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-podcasts-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-podcasts-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-podcasts-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-podcasts-background .col-1-of-4{width:calc(25% - 1.125rem)}.row-home-podcasts-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-podcasts-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-podcasts-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-podcasts-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-podcasts-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-podcasts-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-podcasts-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-podcasts-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-podcasts-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-podcasts-background__inside-background{background-color:#063970a6;display:flex;flex-direction:row;flex-wrap:nowrap;margin:1rem 2rem 1rem 0;padding:1rem 5rem;width:100%}.row-home-podcasts-background__inside-background:after{clear:both;content:"";display:table}.row-home-podcasts-background__inside-background [class^=col-]{float:left}.row-home-podcasts-background__inside-background [class^=col-]:not(:last-child){margin-right:.5rem}.row-home-podcasts-background__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-podcasts-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-home-podcasts-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-podcasts-background__inside-background .col-1-of-4{margin:0 auto 0 2.2rem;width:calc(25% - .375rem)}.row-home-podcasts-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-podcasts-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-podcasts-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-home-podcasts-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-home-podcasts-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-home-podcasts-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-podcasts-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-podcasts-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-podcasts-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-other-sellers-podcasts-background{background-color:hsla(0,0%,100%,.025);display:flex;flex-direction:column;margin:3rem auto 15rem!important;padding:5rem 2rem 2rem;width:95%}.row-seller-home-other-sellers-podcasts-background:after{clear:both;content:"";display:table}.row-seller-home-other-sellers-podcasts-background [class^=col-]{float:left}.row-seller-home-other-sellers-podcasts-background [class^=col-]:not(:last-child){margin-right:5rem!important}.row-seller-home-other-sellers-podcasts-background__inside-background{background-color:#063970b3;box-shadow:.3rem .5rem .1rem #0000004d;display:flex;flex-direction:row;justify-content:center!important;justify-items:center!important;margin:1rem auto;padding:3rem 2rem 3rem 4rem;width:95%}@media (max-width:37.5em){.row-seller-home-other-sellers-podcasts-background__inside-background{border:.2rem solid #fff;flex-wrap:nowrap;justify-content:flex-start!important;justify-items:center!important;margin:6rem 6rem 3rem!important;overflow-x:scroll;padding:2rem 1rem!important;width:100vw}}.row-seller-home-other-sellers-podcasts-background__inside-background:after{clear:both;content:"";display:table}.row-seller-home-other-sellers-podcasts-background__inside-background [class^=col-]{float:left}.row-seller-home-other-sellers-podcasts-background__inside-background [class^=col-]:not(:last-child){margin-right:2rem!important}.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-4{color:#fff;margin:5rem .1rem!important;width:calc(25% - .375rem)!important}@media (max-width:37.5em){.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}@media (max-width:31.25em){.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-4{margin:.5rem 2rem!important;width:95%!important}}.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-3-of-4{width:calc(75% - .125rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-other-sellers-podcasts-background__inside-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-seller-home-podcasts-carousel{background-color:#085eaf03;background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);box-shadow:0 .5rem 3rem #00000008;margin:5rem auto 3rem;padding:5rem;width:100%}.row-background-page-seller-home-podcasts-carousel:after{clear:both;content:"";display:table}.row-background-page-seller-home-podcasts-carousel [class^=col-]{float:left}.row-background-page-seller-home-podcasts-carousel [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-home-podcasts-carousel .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-carousel .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-home-podcasts-carousel .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-home-podcasts-carousel .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-seller-home-podcasts-carousel .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-home-podcasts-carousel .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-carousel .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-seller-home-podcasts-carousel .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-seller-home-podcasts-carousel .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-seller-home-podcasts-carousel .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-home-podcasts-carousel .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-home-podcasts-carousel .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-home-podcasts-carousel .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-seller-home-podcasts-outside-frame{background-color:#28b48526;box-shadow:0 .5rem 3rem #00000008;margin:5rem auto 3rem;padding:5rem;width:100%}.row-background-page-seller-home-podcasts-outside-frame:after{clear:both;content:"";display:table}.row-background-page-seller-home-podcasts-outside-frame [class^=col-]{float:left}.row-background-page-seller-home-podcasts-outside-frame [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-home-podcasts-outside-frame .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-outside-frame .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-home-podcasts-outside-frame .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-home-podcasts-outside-frame .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-seller-home-podcasts-outside-frame .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-home-podcasts-outside-frame .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-outside-frame .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-seller-home-podcasts-outside-frame .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-seller-home-podcasts-outside-frame .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-seller-home-podcasts-outside-frame .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-home-podcasts-outside-frame .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-home-podcasts-outside-frame .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-home-podcasts-outside-frame .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design{background-color:#085eaf30;box-shadow:0 .5rem 3rem #00000008;margin:5rem auto 3rem;padding:5rem;width:100%}.row-background-page-seller-home-podcasts-outside-frame-black-design:after{clear:both;content:"";display:table}.row-background-page-seller-home-podcasts-outside-frame-black-design [class^=col-]{float:left}.row-background-page-seller-home-podcasts-outside-frame-black-design [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-1-of-3{margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-home-podcasts-outside-frame-black-design .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-seller-video-1{background-image:linear-gradient(99deg,#a5a6f766,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);box-shadow:0 .5rem 3rem #00000008;margin:-3rem auto 3rem;padding-bottom:10rem;padding-top:7rem;width:100%}.row-background-page-seller-video-1:after{clear:both;content:"";display:table}.row-background-page-seller-video-1 [class^=col-]{float:left}.row-background-page-seller-video-1 [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page-seller-video-1 .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-video-1 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-video-1 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-video-1 .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-seller-video-1 .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-video-1 .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-video-1 .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-seller-video-1 .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-seller-video-1 .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-seller-video-1 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-video-1 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-video-1 .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-video-1 .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-single-product-desc-write-reviews{background-color:#585bf533;box-shadow:0 .5rem 3rem #00000008;margin:1rem auto 8rem;padding:4rem 5rem 15rem;width:100%}.row-background-page-single-product-desc-write-reviews:after{clear:both;content:"";display:table}.row-background-page-single-product-desc-write-reviews [class^=col-]{float:left}.row-background-page-single-product-desc-write-reviews [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page-single-product-desc-write-reviews .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-single-product-desc-write-reviews .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-single-product-desc-write-reviews .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-single-product-desc-write-reviews .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-single-product-desc-write-reviews .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-single-product-desc-write-reviews .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-single-product-desc-write-reviews .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-single-product-desc-write-reviews .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-single-product-desc-write-reviews .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-single-product-desc-write-reviews .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-single-product-desc-write-reviews .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-single-product-desc-write-reviews .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-single-product-desc-write-reviews .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-single-product-reviews{background-color:#ffffff80;border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:.1rem auto -1rem;padding:5rem!important;padding-bottom:3rem;width:85vw}.row-background-page-single-product-reviews:after{clear:both;content:"";display:table}.row-background-page-single-product-reviews [class^=col-]{float:left}.row-background-page-single-product-reviews [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page-single-product-reviews .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-single-product-reviews .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-single-product-reviews .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-single-product-reviews .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-single-product-reviews .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-single-product-reviews .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-single-product-reviews .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-single-product-reviews .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-single-product-reviews .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-single-product-reviews .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-single-product-reviews .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-single-product-reviews .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-single-product-reviews .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-single-product-reviews-first-section{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);box-shadow:0 .5rem 3rem #00000008;margin:-4rem auto -10rem;padding-bottom:35rem;padding-top:8rem;width:100%}.row-background-page-single-product-related-products{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:.1rem auto 15rem;width:100%}@media (max-width:37.5em){.row-background-page-single-product-related-products{padding:5rem 1rem!important}}.row-background-page-single-product-related-products:after{clear:both;content:"";display:table}.row-background-page-single-product-related-products [class^=col-]{float:left}.row-background-page-single-product-related-products [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page-single-product-related-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-single-product-related-products .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-single-product-related-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-single-product-related-products .col-1-of-4{width:calc(25% - 1.125rem)}.row-background-page-single-product-related-products .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-single-product-related-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-single-product-related-products .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-single-product-related-products .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-single-product-related-products .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-single-product-related-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-single-product-related-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-single-product-related-products .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-single-product-related-products .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-related-products-above-title{width:95%}@media (max-width:37.5em){.row-related-products-above-title{margin-bottom:10rem;margin-top:5rem}}.row-background-page-single-video-related-videos{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:2rem auto!important;padding:3rem 2rem 5rem 4rem!important;width:95%}.row-background-page-single-video-related-videos:after{clear:both;content:"";display:table}.row-background-page-single-video-related-videos [class^=col-]{float:left}.row-background-page-single-video-related-videos [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-single-video-related-videos .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-single-video-related-videos .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-single-video-related-videos .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-single-video-related-videos .col-1-of-4{margin-top:4rem;width:calc(23.75% - .375rem)}.row-background-page-single-video-related-videos .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-single-video-related-videos .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-single-video-related-videos .col-3-of-4{width:calc(75% - .125rem)}.row-background-page-single-video-related-videos .col-1-of-6{width:calc(16.66667% - .41667rem)}.row-background-page-single-video-related-videos .col-5-of-6{width:calc(83.33333% - .08333rem)}.row-background-page-single-video-related-videos .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-single-video-related-videos .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-single-video-related-videos .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-single-video-related-videos .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-single-product--first-section-title{background-color:#5643fa26;margin:5rem auto -3rem;width:65%}.row-background-page-single-product--first-section-title,.row-background-page-single-video{border-radius:3%;-webkit-border-radius:3%;-moz-border-radius:3%;-ms-border-radius:3%;-o-border-radius:3%;box-shadow:0 .5rem 3rem #00000008}.row-background-page-single-video{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:.5rem auto 8rem;padding:2rem auto;position:relative;width:100%}.row-background-page-single-video--first-section-title{background-color:#ffffff80;border:.1rem solid #f7f7f71a;box-shadow:0 .1rem .1rem #0000000d;color:#0e55b3;font-size:1.8rem;font-weight:700!important;letter-spacing:.3rem;margin:-7rem auto 5rem!important;padding:2.2rem 13rem;text-align:center;text-transform:uppercase;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (max-width:37.5em){.row-background-page-single-video--first-section-title{font-size:4rem}}.row-background-page-single-video--first-section-title:after{background-color:#fff}.row-background-page-seller-podcasts--first-section-title{background-color:#ffffff80;border:.1rem solid #f7f7f71a;box-shadow:0 .1rem .1rem #0000000d;color:#0e55b3;font-size:1.8rem;font-weight:700!important;letter-spacing:.3rem;margin:-1rem auto 5rem;padding:2.2rem 13rem;text-align:center;text-transform:uppercase;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.row-background-page-seller-podcasts--first-section-title:after{background-color:#fff}.row-background-page-single-product-video-first-section-title{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:-2rem auto 7rem;width:85%}.row-background-page-single-product-write-review{background-color:#ffffff4d;border:.1rem solid #0000;border-radius:.5%;box-shadow:0 .3rem .3rem #00000008;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:3rem auto 0;padding-bottom:2rem;text-align:center;width:80%}.row-background-page-seller-home{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:1.3rem auto;padding-bottom:5rem;width:98vw}.row-background-page-seller-home:not(:last-child){margin-bottom:5rem}.row-background-page-seller-home:after{clear:both;content:"";display:table}.row-background-page-seller-home [class^=col-]{float:left}.row-background-page-seller-home [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-home .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-home .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-home .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-home .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-page-seller-home .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-home .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-home .col-3-of-4{width:calc(75% - .5rem)}.row-background-page-seller-home .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-background-page-seller-home .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-background-page-seller-home .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-home .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-home .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-home .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-page-seller-home-public{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);box-shadow:0 .5rem 3rem #00000008;margin:0 auto 1rem;width:100%}.row-background-page-seller-home-public:not(:last-child){margin-bottom:5rem}.row-background-page-seller-home-public:after{clear:both;content:"";display:table}.row-background-page-seller-home-public [class^=col-]{float:left}.row-background-page-seller-home-public [class^=col-]:not(:last-child){margin-right:2rem}.row-background-page-seller-home-public .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-home-public .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-home-public .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-home-public .col-1-of-4{width:calc(25% - 3.75rem)}.row-background-page-seller-home-public .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-home-public .col-shit{width:calc(14.28571% - .42857rem)}.row-background-page-seller-home-public .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-home-public .col-3-of-4{width:calc(75% - .5rem)}.row-background-page-seller-home-public .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-background-page-seller-home-public .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-background-page-seller-home-public .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-home-public .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-home-public .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-home-public .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-background-home-page-public{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);box-shadow:0 .5rem 3rem #00000008;margin:.1rem auto 1.3rem;padding-top:1rem;width:100%}.row-background-home-page-public:not(:last-child){margin-bottom:5rem}.row-background-home-page-public:after{clear:both;content:"";display:table}.row-background-home-page-public [class^=col-]{float:left}.row-background-home-page-public [class^=col-]:not(:last-child){margin-right:2rem}.row-background-home-page-public .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-home-page-public .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-home-page-public .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-home-page-public .col-1-of-4{width:calc(25% - 3.75rem)}.row-background-home-page-public .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-home-page-public .col-shit{width:calc(14.28571% - .42857rem)}.row-background-home-page-public .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-home-page-public .col-3-of-4{width:calc(75% - .5rem)}.row-background-home-page-public .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-background-home-page-public .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-background-home-page-public .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-home-page-public .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-home-page-public .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-home-page-public .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-public-category-products{border-radius:.5%;height:100%;width:100%!important}.row-seller-home-public-category-products__height-scroll{height:45vh;overflow:scroll;padding-bottom:10rem;scroll-behavior:smooth;width:100%}.row-seller-home-public-category-products:not(:last-child){margin-bottom:5rem}.row-seller-home-public-category-products:after{clear:both;content:"";display:table}.row-seller-home-public-category-products [class^=col-]{float:left}.row-seller-home-public-category-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-public-category-products .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-public-category-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-public-category-products .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-home-public-category-products .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-home-public-category-products .col-shit{width:calc(14.28571% - .42857rem)}.row-seller-home-public-category-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-public-category-products .col-3-of-4{width:calc(75% - .5rem)}.row-seller-home-public-category-products .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-seller-home-public-category-products .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-seller-home-public-category-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-public-category-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-public-category-products .col-1-of-7{background-color:#ffffff80;box-shadow:.9rem .9rem .9rem #00000080;display:flex;height:14vh;margin:1rem 3rem 2rem;overflow:hidden;width:calc(14.28571% - .42857rem)!important}.row-seller-home-public-category-products .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-all-products-categories-products{border-radius:.5%;height:40vh;width:95rem!important}.row-seller-all-products-categories-products__height-scroll{background-color:#28b4850d;overflow-y:scroll;scroll-behavior:smooth;width:100%}.row-seller-all-products-categories-products:not(:last-child){margin-bottom:5rem}.row-seller-all-products-categories-products:after{clear:both;content:"";display:table}.row-seller-all-products-categories-products [class^=col-]{float:left}.row-seller-all-products-categories-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-all-products-categories-products .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-all-products-categories-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-all-products-categories-products .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-all-products-categories-products .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-seller-all-products-categories-products .col-shit{width:calc(14.28571% - .42857rem)}.row-seller-all-products-categories-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-all-products-categories-products .col-3-of-4{width:calc(75% - .5rem)}.row-seller-all-products-categories-products .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-seller-all-products-categories-products .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-seller-all-products-categories-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-all-products-categories-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-all-products-categories-products .col-1-of-7{background-color:#ffffff80;box-shadow:.9rem .9rem .9rem #00000080;display:flex;height:14vh;margin:1rem 3rem 2rem;overflow:hidden;width:calc(14.28571% - .42857rem)!important}.row-seller-all-products-categories-products .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-public-sub-products{border-radius:.5%;box-shadow:0 .5rem .5rem #0000000d;height:68vh!important;width:100%!important}@media (min-width:112.51em){.row-home-public-sub-products{margin-top:-1rem;padding:0 2rem .5rem!important;width:100%}}@media (max-width:75em){.row-home-public-sub-products{margin-top:-1rem;padding:0 .1rem .5rem!important;width:100%}}@media (max-width:56.25em){.row-home-public-sub-products{height:50vh!important;margin-top:-1rem;padding:0 2rem .5rem 0!important;width:100%}}@media (max-width:37.5em){.row-home-public-sub-products{height:60vh!important;width:100%}}@media (max-width:23.4375em){.row-home-public-sub-products{height:60vh!important;margin-top:-2rem;padding:.1rem!important;width:100%!important}}.row-home-public-sub-products__height-scroll{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:65vh;overflow:scroll!important;padding:3rem 5rem 3rem 10rem;scrollbar-width:thin;width:80vw!important;z-index:10000}.row-home-public-sub-products:not(:last-child){margin-bottom:5rem}.row-home-public-sub-products:after{clear:both;content:"";display:table}.row-home-public-sub-products [class^=col-]{float:left}.row-home-public-sub-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-public-sub-products .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-home-public-sub-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-public-sub-products .col-1-of-4{width:calc(25% - 3.75rem)}.row-home-public-sub-products .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-home-public-sub-products .col-shit{width:calc(14.28571% - .42857rem)}.row-home-public-sub-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-public-sub-products .col-3-of-4{width:calc(75% - .5rem)}.row-home-public-sub-products .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-home-public-sub-products .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-home-public-sub-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-public-sub-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-public-sub-products .col-1-of-7{background-color:#ffffff80;box-shadow:.9rem .9rem .9rem #00000080;display:flex;height:14vh;margin:1rem 3rem 2rem;overflow:hidden;width:calc(14.28571% - .42857rem)}.row-home-public-sub-products .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-public-sub-products .col-1-of-5{background-color:#ffffff80;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:.9rem .9rem .9rem #00000080;display:flex;font-size:.2rem!important;height:20rem;margin:1rem 3rem 2rem;overflow:hidden;width:calc(20% - .4rem)}@media (min-width:112.51em){.row-home-public-sub-products .col-1-of-5{margin:1rem 1.5rem 2rem!important;width:17%!important}}@media (max-width:75em){.row-home-public-sub-products .col-1-of-5{margin:1rem 1rem 2rem!important;width:22%!important}}@media (max-width:56.25em){.row-home-public-sub-products .col-1-of-5{margin:1rem 1.5rem 2rem!important;width:30%!important}}@media (max-width:37.5em){.row-home-public-sub-products .col-1-of-5{margin:1rem 2rem 2rem;width:45%!important}}.row-home-public-sub-products .col-4-of-5{width:calc(71.42857% + .42857rem)}.row-category-page-sub-products{background-color:#ffffff59;border-radius:.5%;box-shadow:0 .5rem .5rem #00000026;height:100%;padding-bottom:5rem;padding-left:3rem;padding-top:5rem;width:100%}.row-category-page-sub-products__height-scroll{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:55vh!important;margin:10rem auto;overflow-y:scroll;padding:3rem auto!important;scrollbar-width:thin;width:95%}.row-category-page-sub-products:not(:last-child){margin-bottom:5rem}.row-category-page-sub-products:after{clear:both;content:"";display:table}.row-category-page-sub-products [class^=col-]{float:left}.row-category-page-sub-products [class^=col-]:not(:last-child){margin-right:.5rem}.row-category-page-sub-products .col-1-of-7{background-color:#ffffff80;box-shadow:.9rem .9rem .9rem #00000080;display:flex;flex-direction:column;height:19.1vh;margin:1rem 2rem;overflow:hidden;width:calc(25% - 3.75rem)}.row-wish-page-products{background-color:#ffffff4d;border-radius:.5%;box-shadow:.2rem .2rem .2rem #00000026;height:100%;justify-content:center!important;justify-items:center!important;padding:10rem 0 5rem 6rem;width:100%}@media (max-width:37.5em){.row-wish-page-products{padding:5rem auto 5rem 5rem!important}}.row-wish-page-products__height-scroll{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100vh;margin:10rem 2rem;overflow-y:scroll;scrollbar-width:thin;width:100%}@media (max-width:37.5em){.row-wish-page-products__height-scroll{height:30vh;margin:5rem .1rem 10rem}}.row-wish-page-products:after{clear:both;content:"";display:table}.row-wish-page-products [class^=col-]{float:left}.row-wish-page-products [class^=col-]:not(:last-child){margin-right:.5rem}@media (max-width:37.5em){.row-wish-page-products [class^=col-]:not(:last-child){margin-right:5rem}}.row-wish-page-products .col-1-of-7{background-color:#ffffff80;border-radius:5%;box-shadow:.2rem .2rem .2rem #0003;display:flex;flex-direction:column;height:35vh;margin:1rem 4rem 3rem!important;overflow:hidden;padding:2rem auto!important;width:calc(25% - .375rem)}@media (max-width:37.5em){.row-wish-page-products .col-1-of-7{height:40rem;margin:1rem auto!important;padding:1rem auto!important;width:calc(50% - 2.5rem)}}.row-background-page-seller-public-products{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:-.3rem auto 3rem;padding-bottom:2rem;padding-right:4rem;width:100%}.row-background-page-seller-public-products:not(:last-child){margin-bottom:5rem}.row-background-page-seller-public-products:after{clear:both;content:"";display:table}.row-background-page-seller-public-products [class^=col-]{float:left}.row-background-page-seller-public-products [class^=col-]:not(:last-child){margin-right:3rem}.row-background-page-seller-public-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-seller-public-products .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-background-page-seller-public-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-background-page-seller-public-products .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-page-seller-public-products .col-1-of-4-seller-home{width:calc(25% - .375rem)}.row-background-page-seller-public-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-background-page-seller-public-products .col-3-of-4{width:calc(75% - 1.25rem)}.row-background-page-seller-public-products .col-1-of-6{width:calc(16.66667% - 2.5rem)}.row-background-page-seller-public-products .col-5-of-6{width:calc(83.33333% - .5rem)}.row-background-page-seller-public-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-background-page-seller-public-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-page-seller-public-products .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-background-page-seller-public-products .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-all-products-categories-background{background-color:#7ed56f05;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:flex-start;margin:1rem auto 10rem!important;width:90%}.row-seller-all-products-categories-background:not(:last-child){margin-bottom:5rem}.row-seller-all-products-categories-background:after{clear:both;content:"";display:table}.row-seller-all-products-categories-background [class^=col-]{float:left}.row-seller-all-products-categories-background [class^=col-]:not(:last-child){margin-right:1rem}.row-seller-all-products-categories-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-all-products-categories-background .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-all-products-categories-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-all-products-categories-background .col-1-of-4{background-color:#fff;width:calc(25% - 3.75rem)}.row-seller-all-products-categories-background .col-1-of-4-seller-home{background-color:#ffffff80;color:#000;display:flex;flex-direction:column;justify-content:space-around;margin:2rem 0 0;padding-left:1rem;width:calc(25% - 3.75rem)}.row-seller-all-products-categories-background .col-1-of-4-seller-home:last-child{margin-bottom:.5rem}.row-seller-all-products-categories-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-all-products-categories-background .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-all-products-categories-background .col-1-of-6{background-color:#ffffff80;color:#0e55b3;display:flex;flex-direction:column;font-size:1.3rem;font-weight:500;padding-left:1rem;padding-top:1rem;width:calc(16.66667% - 1.66667rem)}.row-seller-all-products-categories-background .col-1-of-6:last-child{margin-bottom:.5rem}.row-seller-all-products-categories-background .col-1-of-6__height-scroll{height:50%;overflow:scroll}.row-seller-all-products-categories-background .col-5-of-6{display:flex;flex-direction:row;position:relative;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:calc(83.33333% - .33333rem)}.row-seller-all-products-categories-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-all-products-categories-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-all-products-categories-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-all-products-categories-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-home-categories-background{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #00000008;display:flex;height:45vh;justify-content:flex-start;justify-items:flex-start;margin:2rem auto!important;width:95%}.row-home-categories-background:not(:last-child){margin-bottom:5rem}.row-home-categories-background:after{clear:both;content:"";display:table}.row-home-categories-background [class^=col-]{float:left}.row-home-categories-background [class^=col-]:not(:last-child){margin-right:1rem}.row-home-categories-background .col-1-of-2{width:calc(50% - 2.5rem)}.row-home-categories-background .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-home-categories-background .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-home-categories-background .col-1-of-4{background-color:#fff;width:calc(25% - 3.75rem)}.row-home-categories-background .col-1-of-4-seller-home{background-color:#ffffff80;color:#000;display:flex;flex-direction:column;justify-content:space-around;margin:2rem 0 0;padding-left:1rem;width:calc(25% - 3.75rem)}.row-home-categories-background .col-1-of-4-seller-home:last-child{margin-bottom:.5rem}.row-home-categories-background .col-2-of-4{width:calc(50% - 2.5rem)}.row-home-categories-background .col-3-of-4{width:calc(75% - 1.25rem)}.row-home-categories-background .col-1-of-6{background-color:#ffffff1a;color:#fffc;display:flex;flex-direction:column;font-size:1.3rem;font-weight:500;height:100%!important;overflow-y:scroll;padding-left:1rem;padding-top:1rem;scrollbar-color:none!important;scrollbar-width:thin;width:calc(16.66667% - 1.66667rem)}.row-home-categories-background .col-1-of-6:last-child{margin-bottom:.5rem}.row-home-categories-background .col-5-of-6{display:flex;flex-direction:row;position:relative;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:calc(83.33333% - .33333rem)}.row-home-categories-background .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-home-categories-background .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-home-categories-background .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-home-categories-background .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-seller-home-categories-background-row{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;display:flex;flex-direction:column;height:65vh;justify-content:flex-start;justify-items:flex-start;margin-bottom:5rem!important;margin-top:-5rem;position:relative;width:100%}@media (max-width:37.5em){.row-seller-home-categories-background-row{border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #00000008;display:flex;flex-direction:column;height:30vh;justify-content:flex-start;justify-items:flex-start;margin:10rem auto 7rem!important;width:100%}}.row-seller-home-categories-background-row:not(:last-child){margin-bottom:5rem}.row-seller-home-categories-background-row:after{clear:both;content:"";display:table}.row-seller-home-categories-background-row [class^=col-]{float:left}.row-seller-home-categories-background-row [class^=col-]:not(:last-child){margin-right:2rem}@media (max-width:37.5em){.row-seller-home-categories-background-row [class^=col-]:not(:last-child){margin-right:0}}.row-seller-home-categories-background-row .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-home-categories-background-row .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-home-categories-background-row .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-home-categories-background-row .col-1-of-4{background-color:#ffffff1a;width:calc(25% - 1.5rem)}.row-seller-home-categories-background-row .col-1-of-4-seller-home{background-color:#ffffff80;color:#000;display:flex;flex-direction:column;justify-content:space-around;margin:2rem 0 0;padding-left:10rem;width:calc(25% - 3.75rem)}.row-seller-home-categories-background-row .col-1-of-4-seller-home:last-child{margin-bottom:.5rem}.row-seller-home-categories-background-row .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-home-categories-background-row .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-home-categories-background-row .col-1-of-6{background-color:#ffffff80;box-shadow:0 .3rem .3rem #0000001a;color:#0e55b3;display:flex;flex-direction:column;font-size:1.3rem;font-weight:500;margin-left:20rem;margin-top:5rem;padding:1rem;width:calc(16.66667% - 1.66667rem);z-index:100000}@media (max-width:37.5em){.row-seller-home-categories-background-row .col-1-of-6{background-color:#ffffff80;color:#0e55b3;display:flex;flex-direction:column;font-size:1.3rem;font-weight:500;margin-bottom:5rem!important;margin-left:2rem;margin-top:-5rem;padding-left:1rem;padding-top:1rem;width:35%}}.row-seller-home-categories-background-row .col-1-of-6:last-child{margin-bottom:.5rem}.row-seller-home-categories-background-row .col-1-of-6__height-scroll{height:50%;overflow:scroll}.row-seller-home-categories-background-row .col-5-of-6{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;display:flex;flex-direction:row;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;position:absolute;top:0;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:100%}@media (max-width:37.5em){.row-seller-home-categories-background-row .col-5-of-6{margin-top:15rem!important}}.row-seller-home-categories-background-row .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-home-categories-background-row .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-home-categories-background-row .col-1-of-7{width:calc(14.28571% - .85714rem)}.row-seller-home-categories-background-row .col-6-of-7{width:calc(85.71429% - .14286rem)}.row-reviews-carousel{background-color:#5643fa0d;border-radius:.5%;box-shadow:0 .5rem 3rem #0000001a;display:flex;justify-content:center;margin:-.3rem auto 3rem;padding:6rem 1rem;width:95%}.row-reviews-carousel:not(:last-child){margin-bottom:5rem}.row-reviews-carousel:after{clear:both;content:"";display:table}.row-reviews-carousel [class^=col-]{float:left}.row-reviews-carousel [class^=col-]:not(:last-child){margin-right:.5rem}.row-reviews-carousel .col-1-of-4{width:calc(25% - .375rem)}.row-seller-public-videos-page{margin:0 0 -10rem;padding-bottom:12rem;padding-top:0;width:100%}.row-seller-public-videos-page:not(:last-child){margin-bottom:5rem}.row-seller-public-videos-page:after{clear:both;content:"";display:table}.row-seller-public-videos-page [class^=col-]{float:left}.row-seller-public-videos-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-public-videos-page .col-1-of-4{width:calc(25% - .375rem)}.row-seller-public-videos-page .col-2-of-4{width:calc(50% - .25rem)}.row-seller-public-videos-page .col-3-of-4{width:calc(75% - .5rem)}.row-seller-public-videos-page .col-1-of-5{width:calc(20% - 1.6rem)}.row-seller-public-videos-page .col-3-of-5{width:calc(60% - .8rem)}.row-seller-single-podcast-upper-section-col-5-of-6{margin:0 0 -10rem;padding:5rem 0 12rem 1rem;width:100%}.row-seller-single-podcast-upper-section-col-5-of-6:not(:last-child){margin-bottom:5rem}.row-seller-single-podcast-upper-section-col-5-of-6:after{clear:both;content:"";display:table}.row-seller-single-podcast-upper-section-col-5-of-6 [class^=col-]{float:left}.row-seller-single-podcast-upper-section-col-5-of-6 [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-single-podcast-upper-section-col-5-of-6 .col-1-of-4{width:calc(25% - .375rem)}.row-seller-single-podcast-upper-section-col-5-of-6 .col-2-of-4{width:calc(50% - .25rem)}.row-seller-single-podcast-upper-section-col-5-of-6 .col-3-of-4{width:calc(75% - .5rem)}.row-seller-single-podcast-upper-section-col-5-of-6 .col-1-of-5{width:calc(20% - 1.6rem)}.row-seller-single-podcast-upper-section-col-5-of-6 .col-3-of-5{width:calc(60% - .8rem)}.row-single-product-first-section{background-color:#5643fa0a;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:.1rem .1rem .1rem #0000001a;display:flex;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:space-between;margin:5rem 0!important;padding-bottom:5rem!important;width:100%!important}@media (max-width:37.5em){.row-single-product-first-section{display:flex;flex-direction:row;flex-wrap:wrap;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding-bottom:30rem!important;width:100%!important}}.row-single-product-first-section:not(:last-child){margin-bottom:5rem}.row-single-product-first-section:after{clear:both;content:"";display:table}.row-single-product-first-section [class^=col-]{float:left}.row-single-product-first-section [class^=col-]:not(:last-child){margin-right:5rem}.row-single-product-first-section .col-1-of-4{background-color:initial!important;height:50vh!important;margin-top:5rem;padding-top:2rem;width:calc(25% + 3.5rem)}@media (max-width:37.5em){.row-single-product-first-section .col-1-of-4{margin-left:0;margin-right:0!important;width:90%}}.row-single-product-first-section .col-1-of-4-color-selected{height:50vh!important;margin-bottom:2rem!important;margin-top:1rem;padding-top:2rem;width:calc(25% + 1.25rem)}@media (max-width:37.5em){.row-single-product-first-section .col-1-of-4-color-selected{margin-left:0!important;margin-right:0!important;width:90%}}.row-single-product-first-section .col-1-of-4-color-selected-no-size{box-shadow:0 .5rem 3rem #0000001a;height:50vh!important;margin-bottom:2rem!important;margin-top:1rem;padding-top:2rem;width:calc(25% + 1.25rem)}@media (max-width:37.5em){.row-single-product-first-section .col-1-of-4-color-selected-no-size{margin-left:0;margin-right:0!important;width:90%}}.row-single-product-first-section .col-2-of-4{width:calc(50% + 2.75rem)}.row-single-product-first-section .col-3-of-4{background-color:#fff3;border:.1rem solid #fff;display:flex!important;flex-direction:row!important;justify-content:center!important;justify-items:center!important;margin:0!important;padding:0!important;width:calc(75% - 11.25rem)!important}@media (max-width:37.5em){.row-single-product-first-section .col-3-of-4{width:100vw!important}}.row-single-product-first-section .col-1-of-5{width:calc(20% - 1.6rem)}.row-single-product-first-section .col-3-of-5{width:calc(60% - .8rem)}.row-home-seller-page{background-image:linear-gradient(99deg,#585bf566,#b2b3f34d 15%,#4346f14d 50%,#4346f14d 51%,#b2b3f34d 85%,#585bf566 100%,#4346f166 0);box-shadow:0 .5rem 3rem #00000008;padding-left:auto;padding-right:auto;padding-top:8rem;width:100%}.row-home-seller-page:not(:last-child){margin-bottom:5rem}.row-home-seller-page:after{clear:both;content:"";display:table}.row-home-seller-page [class^=col-]{float:left}.row-home-seller-page [class^=col-]:not(:last-child){margin-right:2rem}.row-home-seller-page .col-1-of-4{width:calc(25% - 3.75rem)}.row-home-seller-page .col-2-of-4{width:calc(50% - .25rem)}.row-home-seller-page .col-3-of-4{width:calc(75% + 5.5rem)}.row-home-seller-page .col-1-of-5{width:calc(20% - 1.6rem)}.row-home-seller-page .col-3-of-5{width:calc(60% - .8rem)}.row-seller-public-videos-header{background-color:hsla(0,0%,100%,.165);border-bottom:.5rem solid #fff;border-radius:.5%;border-top:.5rem solid #ffffff80;box-shadow:0 .3rem .3rem #0000001a;display:flex;font-size:.5rem!important;height:45vh;justify-content:space-between;justify-items:center!important;margin:2rem 5rem 3rem 16rem;padding:1rem 0 1rem 1rem;width:80%}.row-seller-public-videos-header:not(:last-child){margin-bottom:5rem}@media (min-width:112.51em){.row-seller-public-videos-header{height:40vh;margin:5rem auto;padding-bottom:1rem;padding-left:0!important;padding-right:0!important;padding-top:1rem;width:100%}}@media (max-width:112.5em){.row-seller-public-videos-header{border-bottom:.5rem solid #fff;border-top:1rem solid #fff;height:50vh;margin:2rem auto 7rem;padding-left:0!important;padding-right:0!important;padding-top:3.5rem;width:70%}}@media (max-width:75em){.row-seller-public-videos-header{height:21vh;margin:7rem auto;padding:1rem 0;width:75%}}@media (max-width:56.25em){.row-seller-public-videos-header{margin:6rem auto 9rem;max-height:min(800px,25vh,855px);min-height:23vh;padding:1rem 0 1rem 1rem;width:80%}}@media (min-width:700px) and (max-width:780px){.row-seller-public-videos-header{height:27vh!important;margin:5rem auto!important;padding-bottom:2rem!important;padding-left:1rem;padding-right:0;padding-top:1rem;width:85%}}@media (max-width:43.75em){.row-seller-public-videos-header{height:25vh;margin:7rem 5% 5rem auto!important;padding:1rem 0 1rem 1rem;width:95%}}@media (max-width:37.5em){.row-seller-public-videos-header{height:25vh;margin:10rem 3% 5rem auto!important;padding:1rem 0 1rem 1rem;width:95%}}@media (max-width:31.25em){.row-seller-public-videos-header{height:25vh!important;margin:10rem 1% 5rem auto!important;padding:1rem 0 1rem 1rem;width:98%}}@media (max-width:25em){.row-seller-public-videos-header{height:25vh!important;margin:10rem 1% 5rem auto!important;padding:1rem 0 1rem 1rem;width:98%}}@media (max-width:23.4375em){.row-seller-public-videos-header{height:23vh!important;margin:10rem 1% 5rem auto!important;padding:1rem 0 1rem 1rem;width:99%}}.row-seller-public-videos-header:after{clear:both;content:"";display:table}.row-seller-public-videos-header [class^=col-]{float:left}.row-seller-public-videos-header [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-public-videos-header .col-1-of-4{border:.2rem solid #fff;margin:2rem 1rem 5rem;padding:7rem 2rem;text-decoration:none;width:calc(25% - .375rem)}@media (min-width:112.51em){.row-seller-public-videos-header .col-1-of-4{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:3rem;margin-right:3rem;margin-top:3rem!important;padding:2rem;width:20vh!important}}@media (max-width:112.5em){.row-seller-public-videos-header .col-1-of-4{border:none;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:3rem;margin-right:0;margin-top:0!important;padding:0;width:23vh!important}}@media (max-width:75em){.row-seller-public-videos-header .col-1-of-4{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:3rem;margin-right:0;margin-top:0!important;padding:0;width:15%!important}}@media (max-width:43.75em){.row-seller-public-videos-header .col-1-of-4{border:.5rem solid #470fae;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:5rem!important;margin-left:1rem;margin-right:4rem;margin-top:0!important;width:20vh!important}}@media (max-width:37.5em){.row-seller-public-videos-header .col-1-of-4{border:none;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:3rem!important;margin-right:3rem!important;margin-top:5rem!important;padding:2rem;width:15vh!important}}@media (max-width:31.25em){.row-seller-public-videos-header .col-1-of-4{border:.5rem solid #c47e05;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:1rem!important;margin-right:1rem!important;margin-top:5rem!important;padding:0;width:12vh!important}}@media (max-width:25em){.row-seller-public-videos-header .col-1-of-4{border:.5rem solid #7ed56f;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-left:1rem!important;margin-right:1rem!important;margin-top:5rem!important;width:10vh!important}}@media (max-width:23.4375em){.row-seller-public-videos-header .col-1-of-4{border:1rem solid #28b485}}.row-seller-public-videos-header .col-3-of-4{text-align:justify;width:calc(75% - 10.25rem)}@media (max-width:37.5em){.row-seller-public-videos-header .col-3-of-4{width:100%}}.row-home-header-categories{display:flex;flex-direction:row;flex-wrap:wrap;height:26vh;justify-content:center;justify-items:center!important;margin:5rem 0 5rem 18rem;overflow-y:scroll;padding:2rem auto!important;padding-bottom:5rem;padding-left:10rem;scrollbar-width:thin;width:80%}.row-home-header-categories:not(:last-child){margin-bottom:5rem}.row-home-header-categories:after{clear:both;content:"";display:table}.row-home-header-categories [class^=col-]{float:left}.row-home-header-categories [class^=col-]:not(:last-child){margin-right:6rem}@media (max-width:75em){.row-home-header-categories{height:0!important;width:0!important}}.row-home-header-categories .col-1-of-4{background-color:#f6f2f726;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;color:#7ed56f!important;display:flex;flex-wrap:wrap;height:14rem;margin-top:4rem;text-align:center;text-decoration:none;width:calc(14.28571% - .85714rem)}@media (max-width:75em){.row-home-header-categories .col-1-of-4{height:0!important;width:0!important}}.row-successful-payment{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);border-radius:.5%;border-top:none;box-shadow:0 .5rem 3rem #0000;margin:-5.2rem auto 3rem;padding:10rem 1rem 2rem 2rem;width:100%}.row-successful-payment:not(:last-child){margin-bottom:5rem}.row-successful-payment:after{clear:both;content:"";display:table}.row-successful-payment [class^=col-]{float:left}.row-successful-payment [class^=col-]:not(:last-child){margin-right:3rem}.row-successful-payment .col-1-of-2{width:calc(50% - 2.5rem)}.row-successful-payment .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-successful-payment .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-successful-payment .col-1-of-4,.row-successful-payment .col-1-of-4-seller-admin-menu{width:calc(25% - 3.75rem)}@media (max-width:37.5em){.row-successful-payment .col-1-of-4-seller-admin-menu{opacity:0;width:0}}.row-successful-payment .col-1-of-4-seller-admin-payment-summary{width:calc(25% - 3.75rem)}@media (max-width:37.5em){.row-successful-payment .col-1-of-4-seller-admin-payment-summary{margin:10rem auto 10rem 8rem!important;padding-bottom:5rem!important;padding-left:2rem!important;padding-right:2rem!important;width:85%}}.row-successful-payment .col-2-of-4{width:calc(50% + .5rem)}@media (max-width:37.5em){.row-successful-payment .col-2-of-4{font-size:3rem!important;margin:2rem auto 2rem 4rem!important;width:85%}}.row-successful-payment .col-3-of-4{width:calc(75% - 1.25rem)}.row-successful-payment .col-3-of-4--password-update{margin:25rem 35rem;max-width:50%;width:calc(75% - 1.25rem)}.row-successful-payment .col-1-of-5{width:calc(20% - 4rem)}.row-successful-payment .col-1-of-6{width:calc(16.66667% + 19.58333rem)}.row-successful-payment .col-5-of-6{width:calc(83.33333% - 6.5rem)}.row-successful-payment .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-successful-payment .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-background-cart-page{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);box-shadow:0 .5rem 3rem #00000008;margin:0;padding-bottom:2rem;padding-top:2rem;width:100%}.row-background-cart-page:not(:last-child){margin-bottom:5rem}.row-background-cart-page:after{clear:both;content:"";display:table}.row-background-cart-page [class^=col-]{float:left}.row-background-cart-page [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-cart-page .col-1-of-4{margin:10rem 0;padding-left:3rem;padding-right:2rem;width:calc(25% - .375rem)}.row-background-cart-page .col-3-of-4{margin:10rem 0;padding-left:0;padding-right:0;width:calc(75% - .125rem)}.row-background-cart-page .col-1-of-3{margin:10rem 0;padding-left:.1rem;padding-right:2rem;width:calc(33.33333% - .33333rem)}@media (max-width:37.5em){.row-background-cart-page .col-1-of-3{margin-top:1rem;width:100%}}.row-background-cart-page .col-2-of-3{margin:10rem 0;padding-left:0;padding-right:0;width:calc(66.66667% - 1.66667rem)}@media (max-width:37.5em){.row-background-cart-page .col-2-of-3{width:100%}}.row-background-cart-page .col-1-of-2{margin:10rem 0;padding-left:.1rem;padding-right:2rem;width:calc(50% - 2.5rem)}@media (max-width:37.5em){.row-background-cart-page .col-1-of-2{margin-top:1rem;width:100%}}.row-background-page-profile{background-image:linear-gradient(99deg,#c4c6f966,#c1c2f24d 15%,#bcbdf84d 50%,#c0c1fa4d 51%,#c0c1ef4d 85%,#c1c2f366 100%,#c2c3f666 0);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin-bottom:3rem;padding-bottom:2rem;padding-top:2rem;width:100%}.row-background-page-profile:after{clear:both;content:"";display:table}.row-background-page-profile [class^=col-]{float:left}.row-background-page-profile [class^=col-]:not(:last-child){margin-right:.5rem}.row-background-page-profile .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-page-profile .col-1-of-3{margin-top:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-page-profile .col-1-of-3:not(:last-child){margin-right:5rem}.row-background-page-profile .col-2-of-3{display:flex;flex-direction:column;width:calc(66.66667% - 1.66667rem)}.row-background-page-profile .col-2-of-3:not(:last-child){margin-right:5rem}.row-background-page-profile .col-1-of-4{width:calc(25% - 4.5rem)}@media (max-width:37.5em){.row-background-page-profile .col-1-of-4{height:20rem;margin:5rem auto 5rem 2.5%;padding:2rem auto;width:95%}}.row-background-page-profile .col-1-of-4-order-summary-column{background-color:#fffc;margin-top:20rem!important;padding-bottom:5rem!important;padding-left:2rem!important;padding-right:2rem!important;width:calc(25% - 4.5rem)}@media (max-width:37.5em){.row-background-page-profile .col-1-of-4-order-summary-column{margin:10rem auto 10rem 8rem!important;padding:2rem 5rem!important;width:85%}}.row-background-page-profile .col-1-of-4-wishlist{width:calc(25% - 12.5rem)}@media (max-width:37.5em){.row-background-page-profile .col-1-of-4-wishlist{width:calc(33.33333% - 1.66667rem)!important}}.row-background-page-profile .col-2-of-4{display:block;margin-top:15rem;width:calc(50% - 1rem)}.row-background-page-profile .col-2-of-4:not(:last-child){margin-right:2rem}@media (max-width:37.5em){.row-background-page-profile .col-2-of-4{margin:2rem auto 2rem 8rem!important;width:85%}}.row-background-page-profile .col-3-of-4{margin-top:10rem;padding-left:2rem;width:calc(75% + 1rem)}.row-background-page-profile .col-3-of-4:not(:last-child){margin-right:5rem}@media (max-width:37.5em){.row-background-page-profile .col-3-of-4{width:95%}}.row-background-page-profile .col-3-of-4-wishlist{margin-top:10rem;padding-left:2rem;width:calc(75% + 1rem)}.row-background-page-profile .col-3-of-4-wishlist:not(:last-child){margin-right:5rem}@media (max-width:37.5em){.row-background-page-profile .col-3-of-4-wishlist{margin:5rem auto!important;width:95%}.row-background-page-profile .col-3-of-4-wishlist:not(:last-child){margin-right:0;padding:1rem!important}}.row-background-page-profile .col-3-of-4-shipping-address{margin:-5rem 10% 57rem 25%;padding-left:2rem;width:calc(67.5% + 1rem)}.row-background-page-profile .col-3-of-4-shipping-address:not(:last-child){margin-right:5rem}@media (max-width:37.5em){.row-background-page-profile .col-3-of-4-shipping-address{margin:5rem auto;padding-left:0;padding-right:0;width:100%}}.row-background-page-profile .col-1-of-6{width:calc(16.66667% + .5rem)}.row-background-page-profile .col-5-of-6{padding:5rem 0;width:calc(83.33333% - .5rem)}.row-background-page-profile .col-3-of-7{width:calc(42.85714% + .57143rem)}.row-background-page-profile .col-4-of-7{width:calc(57.14286% - 3.57143rem)}.row-background-seller-profile{background-color:#5643fa08;border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin-bottom:5rem!important;margin-top:1.2rem;padding-bottom:5rem!important;padding-left:5rem;padding-right:3rem;padding-top:2rem;width:100%}.row-background-seller-profile:not(:last-child){margin-bottom:5rem}@media (max-width:37.5em){.row-background-seller-profile{padding-left:1rem}}.row-background-seller-profile:after{clear:both;content:"";display:table}.row-background-seller-profile [class^=col-]{float:left}.row-background-seller-profile [class^=col-]:not(:last-child){margin-right:2rem}.row-background-seller-profile .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-seller-profile .col-1-of-3{margin-top:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-seller-profile .col-1-of-3:not(:last-child){margin-right:5rem}.row-background-seller-profile .col-2-of-3{display:flex;flex-direction:column;width:calc(66.66667% - 1.66667rem)}.row-background-seller-profile .col-2-of-3:not(:last-child){margin-right:5rem}.row-background-seller-profile .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-seller-profile .col-2-of-4{display:block;width:calc(50% - 2.5rem)}.row-background-seller-profile .col-2-of-4:not(:last-child){margin-right:5rem}.row-background-seller-profile .col-3-of-4{padding-left:5rem;width:calc(75% + 4.5rem)}.row-background-seller-profile .col-3-of-4:not(:last-child){margin-right:3rem}.row-background-seller-profile .col-1-of-6{width:calc(16.66667% + .5rem)}.row-background-seller-profile .col-5-of-6{padding:5rem 0;width:calc(83.33333% - .5rem)}.row-background-seller-profile .col-3-of-7{margin:3rem auto auto!important;padding-bottom:0!important;padding-top:0!important;width:calc(14.28571% + 6.28571rem)}@media (max-width:37.5em){.row-background-seller-profile .col-3-of-7{font-size:3rem;margin:3rem -1rem 3rem 0!important;width:calc(14.28571% + 15.71429rem)}}.row-background-seller-profile .col-4-of-7{margin:auto 2rem 10rem;width:calc(85.71429% - 20.71429rem)}@media (max-width:37.5em){.row-background-seller-profile .col-4-of-7{margin-left:-2rem;margin-right:1rem!important;width:calc(85.71429% - 15.71429rem)}}.row-background-seller-view-profile{background-color:#fff6;border-radius:.5%;box-shadow:0 .5rem 3rem #00000005;margin:5rem 2rem;padding:2rem 5rem;width:95%}@media (max-width:37.5em){.row-background-seller-view-profile{margin:5rem 1rem;padding:2rem 1rem}}.row-background-seller-view-profile:not(:last-child){margin-bottom:5rem}.row-background-seller-view-profile:after{clear:both;content:"";display:table}.row-background-seller-view-profile [class^=col-]{float:left}.row-background-seller-view-profile [class^=col-]:not(:last-child){margin-right:1.5rem}.row-background-seller-view-profile .col-1-of-2{width:calc(50% - 2.5rem)}.row-background-seller-view-profile .col-1-of-3{margin-top:5rem;width:calc(33.33333% - 3.33333rem)}.row-background-seller-view-profile .col-1-of-3:not(:last-child){margin-right:5rem}.row-background-seller-view-profile .col-2-of-3{display:flex;flex-direction:column;width:calc(66.66667% - 1.66667rem)}.row-background-seller-view-profile .col-2-of-3:not(:last-child){margin-right:5rem}.row-background-seller-view-profile .col-1-of-4{width:calc(25% - 11.25rem)}.row-background-seller-view-profile .col-2-of-4{display:block;width:calc(50% - 2.5rem)}.row-background-seller-view-profile .col-2-of-4:not(:last-child){margin-right:5rem}.row-background-seller-view-profile .col-3-of-4{padding-left:5rem;width:calc(75% + 4.5rem)}.row-background-seller-view-profile .col-3-of-4:not(:last-child){margin-right:3rem}.row-background-seller-view-profile .col-1-of-6{width:calc(16.66667% + .5rem)}.row-background-seller-view-profile .col-5-of-6{padding:5rem 0;width:calc(83.33333% - .5rem)}.row-background-seller-view-profile .col-3-of-7{width:calc(42.85714% - 1.14286rem)}.row-background-seller-view-profile .col-4-of-7{width:calc(57.14286% - 1.85714rem)}.row-admin-create-video{background-image:linear-gradient(110deg,#4551f8,#4551f866 8%,#4346f103 15%,#ffffff80 0,#fff9 20%,#4346f166 40%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0 auto 3rem;padding:2rem;width:95%}.row-admin-create-video:not(:last-child){margin-bottom:5rem}.row-admin-create-video:after{clear:both;content:"";display:table}.row-admin-create-video [class^=col-]{float:left}.row-admin-create-video [class^=col-]:not(:last-child){margin-right:5rem}.row-admin-create-video .col-1-of-2{width:calc(50% - 2.5rem)}.row-admin-create-video .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-admin-create-video .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-admin-create-video .col-1-of-4{width:calc(25% - 3.75rem)}.row-admin-create-video .col-2-of-4{width:calc(50% - 2.5rem)}.row-admin-create-video .col-3-of-4{width:calc(75% - 1.25rem)}.row-admin-create-video .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-admin-create-video .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-admin-create-video .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-admin-create-video .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-order{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem auto;padding:2rem 2rem 2rem 4rem;width:100%}.row-seller-order:not(:last-child){margin-bottom:5rem}.row-seller-order:after{clear:both;content:"";display:table}.row-seller-order [class^=col-]{float:left}.row-seller-order [class^=col-]:not(:last-child){margin-right:3rem}.row-seller-order .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-order .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-order .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-order .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-order .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-order .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-order .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-order .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-order__info{background-color:#ffffff80;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #0000000d;color:#07058b;font-size:1.6rem;font-weight:300}.row-admin-table{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem auto!important;padding:2rem .1rem;width:70vw!important}.row-admin-table:not(:last-child){margin-bottom:5rem}.row-admin-table:after{clear:both;content:"";display:table}.row-admin-table [class^=col-]{float:left}.row-admin-table__info{background-color:#085eaf0d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#07058b;font-size:1.6rem;font-weight:300}.row-admin-dashboard-table{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem auto 3rem -1rem!important;padding-bottom:2rem;padding-top:2rem;width:65vw!important}.row-admin-dashboard-table:not(:last-child){margin-bottom:5rem}.row-admin-dashboard-table:after{clear:both;content:"";display:table}.row-admin-dashboard-table [class^=col-]{float:left}.row-admin-dashboard-table__info{background-color:#085eaf0d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#07058b;font-size:1.1rem;font-weight:700}.row-seller-general-coupon-table{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem auto 3rem -1rem!important;padding:2rem 1rem;width:55vw!important}.row-seller-general-coupon-table:not(:last-child){margin-bottom:5rem}.row-seller-general-coupon-table:after{clear:both;content:"";display:table}.row-seller-general-coupon-table [class^=col-]{float:left}.row-seller-general-coupon-table__info{background-color:#085eaf0d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#07058b;font-size:1.6rem;font-weight:300}.row-admin-general-coupon-table{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem auto 3rem -1rem!important;padding:2rem 3rem;width:55vw!important}.row-admin-general-coupon-table:not(:last-child){margin-bottom:5rem}.row-admin-general-coupon-table:after{clear:both;content:"";display:table}.row-admin-general-coupon-table [class^=col-]{float:left}.row-admin-general-coupon-table__info{background-color:#085eaf0d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#07058b;font-size:1.6rem;font-weight:300}.row-customer-history-table{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem -2rem!important;padding:2rem;width:65vw!important}@media (max-width:37.5em){.row-customer-history-table{margin:2rem -2rem!important;width:81vw!important}}.row-customer-history-table:not(:last-child){margin-bottom:5rem}.row-customer-history-table:after{clear:both;content:"";display:table}.row-customer-history-table [class^=col-]{float:left}.row-customer-history-table__info{background-color:#00000003;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#07058b;font-size:1.1rem;font-weight:300}.row-seller-detail-order-list-table{border-radius:1%;box-shadow:1 1.5rem 3rem #000!important;margin:2rem auto!important;padding-bottom:.2rem!important;padding-left:2rem;padding-right:2rem;padding-top:2rem;width:70vw!important}@media (max-width:37.5em){.row-seller-detail-order-list-table{width:85vw!important}}.row-seller-detail-order-list-table:not(:last-child){margin-bottom:5rem}.row-seller-detail-order-list-table:after{clear:both;content:"";display:table}.row-seller-detail-order-list-table [class^=col-]{float:left}.row-seller-detail-order-list-table__info{background-color:#085eaf0d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#07058b;font-size:1.1rem;font-weight:700}.row-seller-public-press-release-table{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:-2rem auto 7rem!important;padding:3rem 6rem;width:100%}@media (max-width:37.5em){.row-seller-public-press-release-table{padding:3rem}}.row-seller-public-press-release-table:not(:last-child){margin-bottom:5rem}.row-seller-public-press-release-table:after{clear:both;content:"";display:table}.row-seller-public-press-release-table [class^=col-]{float:left}.row-seller-public-press-release-table__info{background-color:#ffffff80;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000000d;color:#07058b;font-size:1.6rem;font-weight:300}@media (max-width:37.5em){.row-seller-public-press-release-table__info{font-size:3rem!important}}.row-seller-public-press-release-table__customer-pictures{background-color:#ffffffb3;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000000d;color:#000000b3;font-size:1.8rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.2rem;margin:5rem 10rem;text-align:justify;width:85%}@media (max-width:37.5em){.row-seller-public-press-release-table__customer-pictures{font-size:3rem;margin-left:1rem;margin-right:1rem;width:100%}}.row-seller-public-press-release-table__customer-pictures--font-color{color:#0e55b3b3;margin-left:.5rem}.row-admin-create-product{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:8rem auto;width:70%}.row-admin-create-product:not(:last-child){margin-bottom:5rem}.row-admin-create-product:after{clear:both;content:"";display:table}.row-admin-create-product [class^=col-]{float:left}.row-admin-create-product [class^=col-]:not(:last-child){margin-right:3rem}.row-admin-create-product__info{background-color:#5643fa05;border:.1rem solid #0000001a;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .3rem .3rem #0000000d;color:#07058b;font-size:1.6rem;font-weight:300;padding:3rem 1rem 1rem}.row-customer-write-review{background-color:#ff773005;border-radius:1%;box-shadow:0 .5rem 3rem #00000014;margin:2rem auto;padding:10rem 3rem 3rem;width:80%}@media (max-width:37.5em){.row-customer-write-review{width:80vw}}.row-customer-write-review:not(:last-child){margin-bottom:5rem}.row-customer-write-review:after{clear:both;content:"";display:table}.row-customer-write-review [class^=col-]{float:left}.row-customer-write-review [class^=col-]:not(:last-child){margin-right:3rem}.row-customer-write-review__info{background-color:#5643fa0a;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .3rem .3rem #0000000d;color:#07058b;font-size:1.6rem;font-weight:300}.row-all-products{background-image:linear-gradient(110deg,#4551f8,#4551f866 8%,#4346f103 15%,#ffffff80 0,#fff9 20%,#4346f166 40%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0 auto 3rem;padding:2rem;width:98%}.row-all-products:not(:last-child){margin-bottom:5rem}.row-all-products:after{clear:both;content:"";display:table}.row-all-products [class^=col-]{float:left}.row-all-products [class^=col-]:not(:last-child){margin-right:1.5rem}.row-all-products .col-1-of-2{width:calc(50% - 2.5rem)}.row-all-products .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-all-products .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-all-products .col-1-of-4{width:calc(25% - 3.75rem)}.row-all-products .col-2-of-4{width:calc(50% - 2.5rem)}.row-all-products .col-3-of-4{width:calc(75% - 1.25rem)}.row-all-products .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-all-products .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-all-products .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-all-products .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-customer-images{border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin-bottom:30rem;margin-left:1rem;margin-right:1rem;width:100%}@media (max-width:37.5em){.row-customer-images{margin:5rem .1rem 30rem!important;width:99%!important}}.row-customer-images:not(:last-child){margin-bottom:5rem}.row-customer-images:after{clear:both;content:"";display:table}.row-customer-images [class^=col-]{float:left}.row-customer-images [class^=col-]:not(:last-child){margin-right:2rem}@media (max-width:37.5em){.row-customer-images [class^=col-]:not(:last-child){margin-right:.5rem}}.row-customer-images .col-1-of-3{height:45rem;position:relative;width:calc(33.16667% - 3.33333rem)}@media (max-width:37.5em){.row-customer-images .col-1-of-3{height:100%;width:100%}}.row-singele-product-inside{background-image:linear-gradient(125deg,#80a7f7,#fafafa 50%,#fdfdfd 51%,#f7ac8080 90%);border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;margin:5rem auto;padding:2rem 0 2rem 4rem;width:80vw}.row-singele-product-inside:not(:last-child){margin-bottom:5rem}.row-singele-product-inside:after{clear:both;content:"";display:table}.row-singele-product-inside [class^=col-]{float:left}.row-singele-product-inside [class^=col-]:not(:last-child){margin-right:3rem}.row-singele-product-inside .col-1-of-2{width:calc(50% - 2.5rem)}.row-singele-product-inside .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-singele-product-inside .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-singele-product-inside .col-1-of-4{width:calc(25% - 3.75rem)}.row-singele-product-inside .col-2-of-4{width:calc(50% - 2.5rem)}.row-singele-product-inside .col-3-of-4{width:calc(75% - 1.25rem)}.row-singele-product-inside .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-singele-product-inside .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-user-history-orders{background-image:linear-gradient(110deg,#74aaf1,#74aaf11a 8%,#ffffff80 15%,#fff9 20%,#74aaf180 40%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0;padding:2rem 5rem;width:100%}.row-user-history-orders:not(:last-child){margin-bottom:5rem}.row-user-history-orders:after{clear:both;content:"";display:table}.row-user-history-orders [class^=col-]{float:left}.row-user-history-orders [class^=col-]:not(:last-child){margin-right:3rem}.row-user-history-orders .col-1-of-2{width:calc(50% - 2.5rem)}.row-user-history-orders .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-user-history-orders .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-user-history-orders .col-1-of-4{width:calc(25% - 3.75rem)}.row-user-history-orders .col-2-of-4{width:calc(50% - 2.5rem)}.row-user-history-orders .col-3-of-4{width:calc(75% - 1.25rem)}.row-user-history-orders .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-user-history-orders .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-list-products-page{background-image:linear-gradient(110deg,#74aaf1,#74aaf11a 8%,#ffffff80 15%,#fff9 20%,#74aaf180 40%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0;padding:2rem 0;width:98vw}.row-seller-list-products-page:not(:last-child){margin-bottom:5rem}.row-seller-list-products-page:after{clear:both;content:"";display:table}.row-seller-list-products-page [class^=col-]{float:left}.row-seller-list-products-page [class^=col-]:not(:last-child){margin-right:1.5rem}.row-seller-list-products-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-list-products-page .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-list-products-page .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-list-products-page .col-1-of-4{width:calc(25% - 3.75rem)}.row-seller-list-products-page .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-list-products-page .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-list-products-page .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-list-products-page .col-3-of-5{width:calc(60% - 2rem)}.row-seller-list-products-page .col-4-of-5{width:calc(80% - .4rem)}.row-seller-list-products-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-list-products-page .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-list-products-page .col-1-of-6{width:calc(16.66667% - 1.66667rem)}.row-seller-list-products-page .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-seller-list-products-page .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-seller-list-products-page .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-seller-product-list-outside{background-image:linear-gradient(125deg,#5f94fd1a,#fafafae6 50%,#fdfdfd1a 51%,#6598fd1a 90%);border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;display:flex;flex-wrap:wrap;justify-content:flex-end;justify-items:center;margin:0 auto;padding-bottom:2rem;padding-top:2rem;width:100%}.row-seller-product-list-outside:not(:last-child){margin-bottom:5rem}.row-seller-product-list-outside:after{clear:both;content:"";display:table}.row-seller-product-list-outside [class^=col-]{float:left}.row-seller-product-list-outside [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-product-list-outside .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-product-list-outside .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-product-list-outside .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-product-list-outside .col-1-of-4{width:calc(25% - 2.25rem)}.row-seller-product-list-outside .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-product-list-outside .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-product-list-outside .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-product-list-outside .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-product-list-outside .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-product-list-inside{background-image:linear-gradient(125deg,#5f94fd1a,#fafafae6 50%,#fdfdfd1a 51%,#6598fd1a 90%);border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;display:flex;flex-wrap:wrap;justify-content:flex-start;justify-items:center;margin:5rem auto 5rem 0;padding-bottom:4rem;padding-left:4rem;padding-top:6rem;width:100%}.row-seller-product-list-inside:not(:last-child){margin-bottom:5rem}.row-seller-product-list-inside:after{clear:both;content:"";display:table}.row-seller-product-list-inside [class^=col-]{float:left}.row-seller-product-list-inside [class^=col-]:not(:last-child){margin-right:3rem}.row-seller-product-list-inside .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-product-list-inside .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-seller-product-list-inside .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-product-list-inside .col-1-of-4{margin-bottom:5rem;width:calc(25% - 1.5rem)}.row-seller-product-list-inside .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-product-list-inside .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-product-list-inside .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-product-list-inside .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-product-list-inside .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-admin-product-list-inside{background-color:#ffffff03;border-radius:1%;box-shadow:0 .5rem 1rem #00000017;box-shadow:0 .5rem 3rem #0000001a;display:flex;flex-wrap:wrap;justify-content:flex-start;justify-items:center;margin:15rem auto 5rem;padding-bottom:4rem;padding-left:4rem;padding-top:6rem;width:100%}.row-admin-product-list-inside:not(:last-child){margin-bottom:5rem}.row-admin-product-list-inside:after{clear:both;content:"";display:table}.row-admin-product-list-inside [class^=col-]{float:left}.row-admin-product-list-inside [class^=col-]:not(:last-child){margin-right:3rem}.row-admin-product-list-inside .col-1-of-2{width:calc(50% - 2.5rem)}.row-admin-product-list-inside .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-admin-product-list-inside .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-admin-product-list-inside .col-1-of-4{margin-bottom:5rem;width:calc(25% - 1.5rem)}.row-admin-product-list-inside .col-2-of-4{width:calc(50% - 2.5rem)}.row-admin-product-list-inside .col-3-of-4{width:calc(75% - 1.25rem)}.row-admin-product-list-inside .col-1-of-5{width:calc(20% - 2.4rem)}.row-admin-product-list-inside .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-admin-product-list-inside .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-all-videos-editDelete-page{background-color:#ffffff4d;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:center;margin:10rem 0!important;padding:10rem 1rem 10rem 0!important;width:100%}.row-seller-all-videos-editDelete-page:not(:last-child){margin-bottom:5rem}.row-seller-all-videos-editDelete-page:after{clear:both;content:"";display:table}.row-seller-all-videos-editDelete-page [class^=col-]{float:left}.row-seller-all-videos-editDelete-page [class^=col-]:not(:last-child){margin-right:.5rem!important}.row-seller-all-videos-editDelete-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-all-videos-editDelete-page .col-1-of-3{background-color:initial;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto;padding-bottom:0!important;padding-top:0!important;width:calc(33.33333% - 3.33333rem)}@media (max-width:37.5em){.row-seller-all-videos-editDelete-page .col-1-of-3{width:45%}}.row-seller-all-videos-editDelete-page .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-all-videos-editDelete-page .col-1-of-4{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:2rem .1rem!important;margin-bottom:4rem;width:calc(25% - 3.75rem)}.row-seller-all-videos-editDelete-page .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-all-videos-editDelete-page .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-all-videos-editDelete-page .col-1-of-5{width:calc(20% - 1.6rem)}.row-seller-all-videos-editDelete-page .col-4-of-5{width:calc(80% - 2rem)}.row-seller-all-videos-editDelete-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-all-videos-editDelete-page .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-seller-all-podcasts-edit-delete-page{background-color:#fff3;border-radius:1%;box-shadow:0 .5rem 3rem #5643fa1a;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:center;margin:20rem auto 5rem!important;padding:10rem 3rem!important;width:100%}.row-seller-all-podcasts-edit-delete-page:not(:last-child){margin-bottom:5rem}.row-seller-all-podcasts-edit-delete-page:after{clear:both;content:"";display:table}.row-seller-all-podcasts-edit-delete-page [class^=col-]{float:left}.row-seller-all-podcasts-edit-delete-page [class^=col-]:not(:last-child){margin-right:1.5rem!important}.row-seller-all-podcasts-edit-delete-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-seller-all-podcasts-edit-delete-page .col-1-of-3{height:25rem;margin-bottom:5rem;width:calc(33.33333% - 3.33333rem)}.row-seller-all-podcasts-edit-delete-page .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-seller-all-podcasts-edit-delete-page .col-1-of-4{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2rem;width:calc(25% - 1.125rem)}.row-seller-all-podcasts-edit-delete-page .col-2-of-4{width:calc(50% - 2.5rem)}.row-seller-all-podcasts-edit-delete-page .col-3-of-4{width:calc(75% - 1.25rem)}.row-seller-all-podcasts-edit-delete-page .col-1-of-5{width:calc(20% - 2.4rem)}.row-seller-all-podcasts-edit-delete-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-seller-all-podcasts-edit-delete-page .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-page-title{background-image:linear-gradient(110deg,#74aaf1,#74aaf11a 8%,#ffffff80 15%,#fff9 20%,#74aaf180 40%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:5rem auto;padding:2rem 0;width:65%}.row-page-title:not(:last-child){margin-bottom:5rem}.row-page-title:after{clear:both;content:"";display:table}.row-page-title [class^=col-]{float:left}.row-page-title-2{background-image:linear-gradient(110deg,#ffffff80 15%,#fff9 20%,#fff 51%,#fff 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:1rem 1rem .5rem #0000000d;margin:5rem auto 5rem 4rem;padding:2rem 0 2rem 5rem;width:45%}.row-page-title-2:not(:last-child){margin-bottom:5rem}.row-page-title-2:after{clear:both;content:"";display:table}.row-page-title-2 [class^=col-]{float:left}.row-product-card{border-radius:.5%;box-shadow:0 .5rem 1rem #0e55b333;color:#74aaf1;margin:1rem auto;padding:2rem 3rem .5rem;width:100%}.row-product-card:not(:last-child){margin-bottom:5rem}.row-product-card:after{clear:both;content:"";display:table}.row-product-card [class^=col-]{float:left}.row-product-card [class^=col-]:not(:last-child){margin-right:1.5rem}.row-profile{background-color:hsla(0,0%,97%,.788);margin:0 auto;max-width:95vw;padding:3rem 2rem}.row-profile:not(:last-child){margin-bottom:5rem}.row-profile:after{clear:both;content:"";display:table}.row-profile [class^=col-]{float:left}.row-profile [class^=col-]:not(:last-child){margin-right:5rem}.row-profile .col-1-of-2{width:calc(50% - 1rem)}.row-profile .col-1-of-3{width:calc(33.33333% - 1.33333rem)}.row-profile .col-2-of-3{width:calc(66.66667% - .66667rem)}.row-profile .col-1-of-4{width:calc(25% - 1.5rem)}.row-profile .col-1-of-5{width:calc(20% - 2rem)}.row-profile .col-2-of-5{width:calc(40% - 2rem)}.row-profile .col-3-of-5{width:calc(60% - 2rem)}.row-profile .col-4-of-5{width:calc(80% - 2rem)}.row-profile .col-2-of-4{width:calc(50% - 1rem)}.row-profile .col-3-of-4{width:calc(75% - .5rem)}.row-profile .col-1-of-6{width:calc(16.66667% - 5rem)}.row-profile .col-2-of-6{border:.1rem solid #d8d8f3;margin-top:4rem;padding:3rem;width:calc(33.33333% - 8rem)}.row-profile .col-3-of-6{width:calc(50% - 11rem)}.row-profile .col-5-of-6{width:calc(83.33333% - .33333rem)}.row-profile .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-profile .col-6-of-7{width:calc(85.71429% + 1.71429rem)}.row-profile-2{background-image:linear-gradient(110deg,#74aaf1,#74aaf11a 8%,#ffffff80 15%,#fff9 20%,#74aaf180 40%,#fff 51%,#fff 53%,#fff 57%,#74aaf180 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;margin:0 auto 3rem;padding:2rem 3rem;width:98%}.row-profile-2:not(:last-child){margin-bottom:5rem}.row-profile-2:after{clear:both;content:"";display:table}.row-profile-2 [class^=col-]{float:left}.row-profile-2 [class^=col-]:not(:last-child){margin-right:5rem}.row-profile-2 .col-1-of-2{width:calc(50% - 2.5rem)}.row-profile-2 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-profile-2 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-profile-2 .col-1-of-4{width:calc(25% - 3.75rem)}.row-profile-2 .col-2-of-4{width:calc(50% - 2.5rem)}.row-profile-2 .col-3-of-4{width:calc(75% - 1.25rem)}.row-profile-2 .col-1-of-5{width:calc(20% - 4rem)}.row-profile-2 .col-4-of-5{width:calc(80% - 11rem)}.row-profile-2 .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-profile-2 .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-profile-3{background-image:linear-gradient(110deg,#74aaf1,#74aaf11a 8%,#ffffff80 15%,#fff9 20%,#74aaf180 40%,#fff 51%,#fff 53%,#fff 57%,#74aaf180 65%,#ffffff1a 90%);border-radius:.5%;box-shadow:0 .5rem 3rem #00000008;justify-content:center;justify-items:center;margin:5rem auto 3rem;padding:2rem}.row-profile-3:not(:last-child){margin-bottom:5rem}.row-profile-3:after{clear:both;content:"";display:table}.row-profile-3 [class^=col-]{float:left}.row-profile-3 [class^=col-]:not(:last-child){margin-right:3rem}.row-profile-3 .col-1-of-2{display:flex;width:calc(50% - 2.5rem)}.row-profile-3 .col-1-of-3{display:flex;padding-left:2rem;padding-top:5rem;width:calc(33.33333% - 3.33333rem)}.row-profile-3 .col-2-of-3{padding-left:2rem;padding-top:5rem;width:calc(66.66667% + 3.33333rem)}.row-profile-3 .col-1-of-4{width:calc(25% - 3.75rem)}.row-profile-3 .col-2-of-4{border:1rem solid red;width:calc(50% - 1.5rem)}.row-profile-3 .col-2-of-4,.row-profile-3 .col-3-of-4{display:flex;justify-content:space-between;padding-left:2rem;padding-top:5rem}.row-profile-3 .col-3-of-4{margin-top:5rem;width:calc(75% + 8.25rem)}.row-profile-3 .col-1-of-5{display:flex;width:calc(20% - 4rem)}.row-profile-3 .col-4-of-5{display:flex;justify-content:flex-end;width:calc(80% - 1rem)}.row-profile-3 .col-3-of-7{display:flex;width:calc(42.85714% - 2.85714rem)}.row-profile-3 .col-4-of-7{display:flex;width:calc(57.14286% - 12.14286rem)}.row-upload-file{background-color:#5643fa33;border-radius:1%;box-shadow:0 .5rem 1rem #0000001a;display:flex;flex-wrap:wrap;justify-content:center;justify-items:center;margin:0 auto;padding:2rem 0;width:75%}.row-upload-file:not(:last-child){margin-bottom:5rem}.row-upload-file:after{clear:both;content:"";display:table}.row-upload-file [class^=col-]{float:left}.row-upload-file [class^=col-]:not(:last-child){margin-right:3rem}.row-upload-file .col-1-of-2{width:calc(50% - 2.5rem)}.row-upload-file .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-upload-file .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-upload-file .col-1-of-4{width:calc(25% - 3.75rem)}.row-upload-file .col-2-of-4{width:calc(50% - 2.5rem)}.row-upload-file .col-3-of-4{width:calc(75% - 1.25rem)}.row-upload-file .col-3-of-7{width:calc(42.85714% - 6.85714rem)}.row-upload-file .col-4-of-7{width:calc(57.14286% - 8.14286rem)}.row-upload-file--2{background-color:#5643fa33;margin:3rem 1rem 0 8rem}.row-create-category-1{border:.05rem solid #0000000d;border-radius:1%;box-shadow:.2rem .3rem .5rem #0000001a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;padding:3rem;width:65vw}.row-create-category-1:not(:last-child){margin-bottom:5rem}.row-create-category-1:after{clear:both;content:"";display:table}.row-create-category-1 [class^=col-]{float:left}.row-create-category-1 [class^=col-]:not(:last-child){margin-right:5rem}.row-create-category-1 .col-1-of-2{width:calc(50% - 2.5rem)}.row-create-category-1 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-create-category-1 .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-create-category-1 .col-1-of-4{width:calc(25% - 3.75rem)}.row-create-category-1 .col-2-of-4{width:calc(50% - 2.5rem)}.row-create-category-1 .col-3-of-4{width:calc(75% - 1.25rem)}.row-create-category-1 .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-create-category-1 .col-3-of-7{width:calc(42.85714% + 2.14286rem)}.row-create-category-1 .col-4-of-7{width:calc(57.14286% - 11.14286rem)}.row-create-category{background-color:#5643fa0a;border:.3rem solid #ffffff4d;border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;display:block;justify-content:center;justify-items:flex-start;margin:0 auto 5rem;padding-bottom:3rem;padding-left:2rem;padding-top:2rem;width:80%}.row-create-category:not(:last-child){margin-bottom:5rem}.row-create-category:after{clear:both;content:"";display:table}.row-create-category [class^=col-]{float:left}.row-create-category [class^=col-]:not(:last-child){margin-right:2rem}.row-create-category .col-1-of-2{width:calc(50% - 2.5rem)}.row-create-category .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-create-category .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-create-category .col-1-of-4{width:calc(25% - 3.75rem)}.row-create-category .col-2-of-4{width:calc(50% - 2.5rem)}.row-create-category .col-3-of-4{width:calc(75% - 1.25rem)}.row-create-category .col-1-of-7{width:calc(14.28571% - 1.71429rem)}.row-create-category .col-3-of-7{width:calc(42.85714% + 2.14286rem)}.row-create-category .col-4-of-7{width:calc(57.14286% - 11.14286rem)}.row-create-category__categories{border-radius:1%;box-shadow:0 .5rem 3rem #00000014;padding:2rem 2rem 2rem 4rem;width:100%}.row-create-category__categories:after{clear:both;content:"";display:table}.row-create-category__categories [class^=col-]{float:left}.row-create-category__categories [class^=col-]:not(:last-child){margin-right:3rem}.row-create-category__categories .col-1-of-2{width:calc(50% - 2.5rem)}.row-create-category__categories .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-create-category__categories .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-create-category__categories .col-1-of-4{width:calc(25% - 3.75rem)}.row-create-category__categories .col-2-of-4{width:calc(50% - 2.5rem)}.row-create-category__categories .col-3-of-4{width:calc(75% - 1.25rem)}.row-create-category__categories .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-create-category__categories .col-4-of-7{width:calc(57.14286% - 12.14286rem)}.row-create-category__categories__info{background-color:#ffffff4d;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;color:#07058b;display:flex;flex-direction:row;font-size:1.6rem;font-weight:300;justify-content:space-between;justify-items:flex-start;margin-top:2rem;padding:2rem 0 2rem 2rem}.row-create-category__categories--outlined{display:flex;flex-direction:row;justify-content:space-around}.row-wish-list{background-color:#ffffff4d;border:.3rem solid #ffffff4d;box-shadow:0 .5rem .5rem #0000;display:flex;flex-direction:row;flex-wrap:wrap;justify-items:center;margin:22rem auto 0;padding-bottom:8rem;padding-left:3rem;padding-right:-5rem!important;padding-top:8rem;width:98%}.row-wish-list:not(:last-child){margin-bottom:5rem}.row-wish-list:after{clear:both;content:"";display:table}.row-wish-list [class^=col-]{float:left}.row-wish-list [class^=col-]:not(:last-child){margin-right:2rem}.row-wish-list .col-1-of-2{width:calc(50% - 2.5rem)}.row-wish-list .col-1-of-4{width:calc(25% - 1.5rem)}.row-wish-list .col-3-of-4{width:calc(75% - .5rem)}.row-wish-list .col-1-of-3{max-height:23rem;min-height:23rem;object-fit:cover;overflow:hidden;width:calc(33.33333% - 3.33333rem)}.row-wish-list .col-1-of-3__info{background-color:#ff773017;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #00000003;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.6rem;font-weight:300;justify-content:flex-start;justify-items:center}.row-wish-list .col-1-of-3__info:not(:last-child){margin-bottom:5rem}.row-wish-list .col-1-of-3__info:after{clear:both;content:"";display:table}.row-wish-list .col-1-of-3__info [class^=col-]{float:left}.row-wish-list .col-1-of-3__info [class^=col-]:not(:last-child){margin-right:5rem}.row-wish-list .col-1-of-3__info .col-1-of-2{width:calc(50% - .25rem)}.row-wish-list .col-1-of-3__info .col-1-of-2-title-delete{background-color:#ffffff30;display:flex;flex-direction:column;font-size:1.3rem;justify-content:space-between;justify-items:center;margin-left:1rem;margin-right:-2rem;padding-top:.5rem;text-align:center;width:calc(50% - .25rem)}.row-wish-list .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-wish-list .col-4-of-7{width:calc(57.14286% - 15.64286rem)}.row-wish-list .col-5-of-7{width:calc(71.42857% - 19.42857rem)}.row-wish-list__info-add{background-color:#5643fa17;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #00000003;color:#07058b;display:block;flex-direction:row;flex-wrap:wrap;font-size:1.6rem;font-weight:300;justify-content:space-evenly;justify-items:center;min-height:100rem;padding:5rem 1rem;width:100%}.row-wish-list__info-add:not(:last-child){margin-bottom:5rem}.row-wish-list__info-add:after{clear:both;content:"";display:table}.row-wish-list__info-add [class^=col-]{float:left}.row-wish-list__info-add [class^=col-]:not(:last-child){margin-right:3rem}.row-wish-list__info-add .col-1-of-2{width:calc(50% - 3rem)}.row-wish-list__info-add .col-1-of-5{width:calc(20% - 1.6rem)}.row-single-product-page{background-color:#ffffff80;border-radius:.5%;box-shadow:0 .5rem .5rem #0000;display:flex;flex-direction:row;justify-content:space-around;justify-items:center;margin:-1rem auto 0;padding:10rem 3rem 1rem;width:98%}.row-single-product-page:not(:last-child){margin-bottom:5rem}.row-single-product-page:after{clear:both;content:"";display:table}.row-single-product-page [class^=col-]{float:left}.row-single-product-page [class^=col-]:not(:last-child){margin-right:2rem}.row-single-product-page .col-1-of-2{width:calc(50% - 2.5rem)}.row-single-product-page .col-1-of-4{width:calc(25% - 1.5rem)}.row-single-product-page .col-3-of-4{width:calc(75% - .5rem)}.row-single-product-page .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-single-product-page .col-3-of-7{width:calc(42.85714% - 2.85714rem)}.row-single-product-page .col-4-of-7{width:calc(57.14286% - 15.64286rem)}.row-single-product-page .col-5-of-7{width:calc(71.42857% - 19.42857rem)}.row-single-product-page__info{background-color:#5643fa17;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #00000003;color:#07058b;display:block;flex-direction:row;flex-wrap:wrap;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;justify-items:center;padding:5rem 0 1rem 3rem}.row-single-product-page__info:not(:last-child){margin-bottom:5rem}.row-single-product-page__info:after{clear:both;content:"";display:table}.row-single-product-page__info [class^=col-]{float:left}.row-single-product-page__info [class^=col-]:not(:last-child){margin-right:3rem}.row-single-product-page__info .col-1-of-2{width:calc(50% - 3rem)}.row-single-product-page__info-add{background-color:#5643fa08;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #00000003;color:#07058b;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.6rem;font-weight:300;justify-content:space-evenly;justify-items:center;padding:5rem 1rem 0;width:100%}.row-single-product-page__info-add:not(:last-child){margin-bottom:5rem}.row-single-product-page__info-add:after{clear:both;content:"";display:table}.row-single-product-page__info-add [class^=col-]{float:left}.row-single-product-page__info-add [class^=col-]:not(:last-child){margin-right:.5rem}.row-single-product-page__info-add .col-1-of-2{width:calc(50% - 3rem)}.row-single-product-page__info-add .col-1-of-5{height:35rem;width:calc(20% - 1.6rem)}.row-seller-videos-page-header{background-color:#fff;border-radius:.5%;box-shadow:0 .5rem .5rem #0000;height:50vh;margin:0 0 5.4rem!important;width:100%}.row-seller-videos-page-header:not(:last-child){margin-bottom:5rem}.row-seller-videos-page-header:after{clear:both;content:"";display:table}.row-seller-videos-page-header [class^=col-]{float:left}.row-seller-videos-page-header [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-home-page-header{background-color:#085eaf26;border-radius:.5%;box-shadow:0 .5rem .5rem #00000017;margin:2rem auto;width:100%}.row-seller-home-page-header:not(:last-child){margin-bottom:5rem}.row-seller-home-page-header:after{clear:both;content:"";display:table}.row-seller-home-page-header [class^=col-]{float:left}.row-seller-home-page-header [class^=col-]:not(:last-child){margin-right:2rem}.row-seller-home-create-forms-page-header{background-color:#085eaf26;border-radius:.5%;box-shadow:0 .5rem .5rem #00000017;margin:-2rem auto 2rem;width:100%}.row-seller-home-create-forms-page-header:not(:last-child){margin-bottom:5rem}.row-seller-home-create-forms-page-header:after{clear:both;content:"";display:table}.row-seller-home-create-forms-page-header [class^=col-]{float:left}.row-seller-home-create-forms-page-header [class^=col-]:not(:last-child){margin-right:2rem}.row-single-product-02{background-color:#5643fa1a;border:.3rem solid #ffffff4d;border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;display:flex;flex-wrap:wrap;justify-content:space-around;justify-items:center;margin:-1rem auto 5rem;padding:3rem;width:98%}.row-single-product-02:not(:last-child){margin-bottom:5rem}.row-single-product-02:after{clear:both;content:"";display:table}.row-single-product-02 [class^=col-]{float:left}.row-single-product-02 [class^=col-]:not(:last-child){margin-right:5rem}.row-single-product-02 .col-1-of-2{width:calc(50% - 2.5rem)}.row-single-product-02 .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-single-product-02__info{background-color:#fff6;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;color:#07058b;display:block;flex-direction:row;flex-wrap:wrap;font-size:1.6rem;font-weight:300;justify-content:space-evenly;justify-items:center;margin-top:2rem;padding:5rem;width:100%}.row-single-product-reviews{background-color:#5643fa1a;border:.3rem solid #ffffff4d;border-radius:1%;box-shadow:0 .5rem 5rem #0000004d;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;justify-items:center;margin:-1rem auto 5rem;padding:3rem -5rem 5rem 5rem;width:95%}.row-review-card{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;margin-top:2rem;padding:2rem}.row-review-card,.row-review-card__name,.seller-public-vid-post-comment{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.seller-public-vid-post-comment{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;margin-top:2rem;min-height:40rem;padding:1rem}.seller-public-vid-post-comment__name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.row-review-card-remove{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 3rem #0000000d;display:flex;flex-direction:column;margin-top:2rem;padding:2rem;width:100%}.row-review-card-remove__name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.row-reviews-main-container{border-radius:1%;box-shadow:0 1.5rem 3rem #0000000d;display:flex;flex-direction:row;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;justify-items:center;margin-bottom:2rem;padding:2rem 1rem;width:100%}.row-reviews-main-container:after{clear:both;content:"";display:table}.row-reviews-main-container [class^=col-]{float:left}.row-reviews-main-container [class^=col-] .col-1-of-2{width:calc(50% - 3rem)}.row-reviews-main-container [class^=col-] .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-reviews-main-container [class^=col-] .col-1-of-4{width:calc(33.33333% - 5rem)}.row-reviews-main-container [class^=col-] .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-reviews-video-container{background-color:#ffffff26;border-radius:1%;box-shadow:0 1.5rem 3rem #085eaf33;display:flex;flex-direction:row;justify-content:space-between;justify-items:center;margin-bottom:2rem;margin-left:-.5rem;margin-right:1rem;padding:1rem 1rem 3rem 1.5rem;position:absolute;width:89%}.row-reviews-video-container:after{clear:both;content:"";display:table}.row-reviews-video-container [class^=col-]{float:left}.row-reviews-video-container [class^=col-] .col-1-of-2{width:calc(50% - .25rem)}.row-reviews-video-container [class^=col-] .col-1-of-3{width:calc(33.33333% - .33333rem)}.row-reviews-video-container [class^=col-] .col-1-of-4{width:calc(33.33333% - .5rem)}.row-reviews-video-container [class^=col-] .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-single-product-reviews-container{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;background-color:#5643fa03;border-radius:1%;box-shadow:0 .5rem 3rem #0000001a;display:flex;flex-direction:row;flex-wrap:wrap;height:75%;justify-content:space-between!important;justify-items:center;overflow:scroll;padding:.1rem 3rem!important;position:absolute;scrollbar-width:thin!important;width:100%!important}@media (max-width:37.5em){.row-single-product-reviews-container{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;height:58vh;overflow:scroll;padding:2rem 2.5rem!important}}.row-single-product-reviews-container:not(:last-child){margin-right:5rem}.row-single-product-reviews-container .col-1-of-2{width:calc(50% - 1rem)}@media (max-width:37.5em){.row-single-product-reviews-container .col-1-of-2{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:95%}}.row-single-product-reviews-container .col-1-of-3{width:calc(33.33333% - .33333rem)}@media (max-width:37.5em){.row-single-product-reviews-container .col-1-of-3{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:95%}}.row-single-product-reviews-container .col-1-of-4{width:calc(33.33333% - .5rem)}.row-single-product-reviews-container .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-review-card-name-star{background-color:#ffffffb3;border-radius:1%;flex-direction:column;font-size:1.1rem;justify-content:center;margin-bottom:1rem;margin-top:2rem;padding:1rem 1rem 0;text-align:center}.row-review-card-name,.row-review-card-name-star{display:flex;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-items:center;width:100%}.row-review-card-name{flex-direction:row;font-size:1.4rem;justify-content:space-between}@media (max-width:37.5em){.row-review-card-name{font-size:3rem;padding-left:2rem;padding-right:2rem}}.row-review-card-name-2{flex-direction:row}.row-review-card-name-2,.row-single-product-descriptions{border-radius:1%;box-shadow:0 .1rem .1rem #0000001a;display:flex;font-size:1.4rem;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;justify-items:center;margin-bottom:2rem;padding:4rem 5rem;text-align:justify;width:100%}.row-single-product-descriptions{background-color:#ffffff4d;flex-direction:column}.row-review-card-name-3{background-color:#0000000d;flex-direction:row;font-size:1.4rem;justify-content:flex-start;margin-bottom:2rem;padding:0 2rem;text-align:justify}.row-review-card-name-3,.row-review-card-name-date-star{border-radius:1%;display:flex;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-items:center;width:100%}.row-review-card-name-date-star{flex-direction:column;font-size:1.1rem;justify-content:center;margin-bottom:1rem;margin-top:2rem;padding:-11rem .5rem .2rem}.row-review-card-name-modal{border-radius:1%;box-shadow:0 1.5rem 3rem #0000000d;display:flex;flex-direction:row;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;justify-items:center;margin-bottom:5rem;padding:2rem;width:100%}.row-review-card-content,.star-ratings{display:flex;justify-content:center}.row-review-card-content{background-color:#f7f7f799;border-radius:1%;box-shadow:0 .5rem 3rem #0000000d;color:#085eaf;flex-direction:row;flex-wrap:wrap;height:35rem;justify-items:center;overflow:hidden;overflow-wrap:break-word;padding:1rem;width:45rem}.row-review-card-content:not(:last-child){margin-bottom:5rem}.row-review-card-content:after{clear:both;content:"";display:table}.row-review-card-content [class^=col-]{float:left}.row-review-card-content [class^=col-]:not(:last-child){margin-right:5rem}.row-review-card-content [class^=col-] .col-1-of-2{width:calc(50% - 3rem)}.row-review-card-content [class^=col-] .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-review-card-content [class^=col-] .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-single-video-review-card-content{background-color:#ffffff4d;border-radius:1%;box-shadow:0 .5rem 3rem #0000001f;color:#085eaf;display:flex;flex-direction:row;font-weight:500;justify-content:space-between;justify-items:center;margin-bottom:2rem;margin-right:5rem!important;padding:2rem;position:relative;width:100%}@media (max-width:37.5em){.row-single-video-review-card-content{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;display:flex;flex-direction:column!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-items:auto!important;overflow:scroll;padding:5rem 3rem!important}}.row-single-video-review-card-content:not(:last-child){margin-bottom:5rem}@media (max-width:37.5em){.row-single-video-review-card-content:not(:last-child){margin-bottom:10rem!important;margin-right:10rem!important}}.row-single-video-review-card-content .col-1-of-2{width:48.5%!important}@media (max-width:37.5em){.row-single-video-review-card-content .col-1-of-2{height:40vh!important;margin:1rem auto 5rem;width:95%!important}}.row-single-video-review-card-content .col-1-of-2-product-review{width:calc(50% - 1rem)}@media (max-width:37.5em){.row-single-video-review-card-content .col-1-of-2-product-review{width:100%!important}}.row-single-video-review-card-content .col-1-of-4{width:calc(25% - 3.75rem)}.row-single-video-review-card-content .col-1-of-3{width:calc(33.33333% - 3.33333rem)}.row-single-video-review-card-content .col-2-of-3{width:calc(66.66667% - 1.66667rem)}.row-single-video-review-card-text{background-color:#ffffff80;border-radius:1%;box-shadow:0 .5rem 3rem #00000008;color:#333;display:block;font-size:1.4rem;font-weight:400;height:32vh;margin-top:1rem;overflow:hidden;overflow:scroll;padding:2rem 1.5rem 1rem!important;scrollbar-width:thin;text-align:justify;width:100%}@media (max-width:37.5em){.row-single-video-review-card-text{-webkit-backface-visibility:visible;font-size:3.5rem!important;margin-bottom:7rem!important;overflow-y:scroll;padding:1.5rem 4rem!important}}.row-review-card-content-modal{border-radius:1%;box-shadow:0 .5rem 3rem #0000000d;display:flex;flex-direction:row;justify-content:space-between;margin:3rem -2rem 3rem 0;padding:0;width:100%}.row-review-card-content-modal:not(:last-child){margin-bottom:5rem}.row-review-card-content-modal:after{clear:both;content:"";display:table}.row-review-card-content-modal [class^=col-]{float:left}.row-review-card-content-modal [class^=col-]:not(:last-child){margin-right:.5rem}.row-review-card-content-modal .col-1-of-3{width:calc(33.33333% - .33333rem)}.row-review-card-content-modal .col-2-of-3{width:calc(66.66667% - .16667rem)}.row-review-card-content-modal .col-1-of-4{width:calc(25% - .375rem)}.row-review-card-content-modal .col-3-of-4{width:calc(75% - .125rem)}.row-review-img-slider{border-radius:1%;box-shadow:0 .5rem 3rem #0000000d;display:flex;height:30rem;justify-content:center;justify-items:center;margin-bottom:2rem;margin-top:2rem;padding:.5rem;width:100%}.row-seller-profile-picture-and-bio{display:flex;justify-items:center;margin:2rem auto;padding:2rem;width:100%}@media (max-width:37.5em){.row-seller-profile-picture-and-bio{flex-direction:column}}.row-seller-profile-picture-and-bio:after{clear:both;content:"";display:table}.row-seller-profile-picture-and-bio [class^=col-]{float:left}.row-seller-profile-picture-and-bio [class^=col-]:not(:last-child){margin-right:.5rem}.row-seller-profile-picture-and-bio .col-1-of-3{width:calc(33.33333% - .33333rem)}@media (max-width:37.5em){.row-seller-profile-picture-and-bio .col-1-of-3{margin:auto 20%;width:60%}}.row-seller-profile-picture-and-bio .col-2-of-3{width:calc(66.66667% - .16667rem)}@media (max-width:37.5em){.row-seller-profile-picture-and-bio .col-2-of-3{margin:auto;width:99%}}.row-seller-profile-picture-and-bio .col-1-of-4{width:calc(25% - .375rem)}.row-seller-profile-picture-and-bio .col-3-of-4{width:calc(75% - .125rem)}.row-register{height:100%!important;left:0;position:relative;top:0;width:100%!important}.ant-pagination-item{color:#0e55b3;font-size:2rem;margin-top:3rem}.ant-pagination-item-active{background-color:#fff!important;border:none!important;box-shadow:0 .3rem .3rem #0000001a}.ant-pagination-next,.ant-pagination-prev{background-color:#fff}.ant-pagination-next:hover,.ant-pagination-prev:hover{background-color:#fff;box-shadow:none!important}.anticon-left,.anticon-right{background-color:#fff;border:.5rem solid #fff;border-radius:50%;box-shadow:0 .5rem 1rem #0000001a;color:#06397080;display:flex;font-size:2rem;padding:1.5rem;position:relative;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;z-index:10000000}.anticon-left:hover,.anticon-right:hover{background-color:none;box-shadow:0 .3rem .3rem #0000001a!important;color:#063970;transform:scale(1.05)}@media (max-width:75em){.anticon-left,.anticon-right{margin-left:2rem;margin-right:2rem}}@media (max-width:37.5em){.anticon-left,.anticon-right{font-size:5rem;right:-5rem}}.anticon-right{margin-left:1.5rem!important}@media (max-width:37.5em){.anticon-right{margin-left:-12rem!important}}.anticon-left{margin-right:1.5rem!important}@media (max-width:37.5em){.anticon-left{margin-right:-12rem!important}.row-page-fit{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:50rem;padding-bottom:5rem!important}}.ant-menu-submenu:after,.ant-menu-submenu:hover:after{border-bottom:none!important}@media (min-width:112.51em){.ant-menu-horizontal{line-height:3}}@media (max-width:56.25em){.ant-menu-horizontal{line-height:25px!important}}@media (max-width:37.5em){.ant-menu-horizontal{line-height:50px!important}}.ant-pagination-item-link:hover,.ant-pagination-next:where(.css-dev-only-do-not-override-1k979oh).ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{background-color:initial!important;box-shadow:0 .2rem .2rem #0000000d}.background-box-header{background-color:#ffffffbf;box-shadow:2rem 2rem 1rem #0000004d}.background-box-header--inner{background-color:#0000008c!important;box-shadow:2rem 2rem 1rem #0000004d;color:#0e55b3!important}.background-header-skeleton{background-color:#fff6;margin:10rem!important;padding:5rem!important;width:90%!important}.background-header-categories{background-color:#ffffff03;border-radius:50%!important;-webkit-border-radius:50%!important;-moz-border-radius:50%!important;-ms-border-radius:50%!important;-o-border-radius:50%!important;box-shadow:0 1.5rem 3rem #0003;color:#fff!important;display:flex;font-size:1.5rem;font-weight:700;height:100%;justify-content:center!important;justify-items:center!important;letter-spacing:.2rem;padding:35% .5rem 30%!important;text-align:center;width:100%}.background-box-main-home-categories-section{background-color:#5643fa03!important;box-shadow:.1rem .1rem .1rem #0000001a;color:#0e55b3!important;font-weight:700!important;padding:.3rem}.background-box-main-home-main-carousel{background-color:#fff;box-shadow:1rem 1rem 1rem #00000003;width:100%}.background-box-main-home-main-carousel-special-shape{background-image:linear-gradient(270deg,#222c9d66,#222c9d66);-webkit-clip-path:polygon(0 20%,85% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,85% 0,100% 80%,10% 100%);height:100%!important;position:absolute;top:0;width:95%!important;z-index:1}@media (max-width:112.5em){.background-box-main-home-main-carousel-special-shape{border:.5rem solid #ff7730;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:73vh!important;margin-top:1rem;width:100%!important}}@media (max-width:75em){.background-box-main-home-main-carousel-special-shape{border:.5rem solid #ffb900;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:70vh!important;margin-top:-5rem;width:100%!important}}@media (max-width:56.25em){.background-box-main-home-main-carousel-special-shape{border:.5rem solid #74aaf1;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:55vh!important;width:100%!important}}@media (max-width:43.75em){.background-box-main-home-main-carousel-special-shape{border:.5rem solid #74aaf1;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:45vh!important;width:100%!important}}@media (max-width:37.5em){.background-box-main-home-main-carousel-special-shape{border:.5rem solid #f39595;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:35vh!important;width:100%!important}}@media (max-width:31.25em){.background-box-main-home-main-carousel-special-shape{border:1.5rem solid #c47e05;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:31vh!important;width:100%!important}}@media (max-width:25em){.background-box-main-home-main-carousel-special-shape{border:1.5rem solid #7ed56f;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:32vh!important;width:100%!important}}@media (max-width:23.4375em){.background-box-main-home-main-carousel-special-shape{border:1.5rem solid #28b485;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:24vh!important;margin-top:-2%!important;width:100%!important}}@media (min-width:112.51em){.background-box-main-home-main-carousel-special-shape{border:.5rem solid red;-webkit-clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);clip-path:polygon(0 20%,90% 0,100% 80%,10% 100%);height:90vh!important;margin-top:1rem;width:100%!important}}.background-skelton-main-loading{background-color:#fff6;margin:10rem!important;padding:5rem!important;width:90%!important}.background-category-subs-category-page{background-color:rgba(0,0,0,.028);margin:8rem auto;padding:5rem;width:80%}.background-customer-pict-upload{background-color:#00000008;display:flex;flex-direction:column;justify-content:space-around!important;justify-items:center;margin:2rem auto 1rem 25%!important;padding:37ren auto 55rem!important;width:45%}@media (max-width:37.5em){.background-customer-pict-upload{margin:2rem!important;width:95%}}.background-customer-pict-upload__upload{background-color:#f8f6f44d;margin:0 auto;width:50%}@media (max-width:37.5em){.background-customer-pict-upload__upload{width:100%}}.background-box-shadow{background-color:#ffffff8c!important;box-shadow:2rem 2rem 1rem #0000004d;color:#0e55b3!important}.background-box-shadow2{background-color:#ffffffbf;box-shadow:2rem 2rem 1rem #0000004d}.background-white{background-color:#ffffff59;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-bottom:10rem;margin-left:5rem;margin-right:5rem;padding:4rem 3rem .5rem!important}.background-white-single-product-related-products{background-color:#ffffff08;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;margin-bottom:-1rem;margin-left:1rem;margin-right:1rem;padding:3rem 3rem -4rem!important}.background-white-categories-list{background-color:#ffffff40;border-radius:7%;-webkit-border-radius:7%;-moz-border-radius:7%;-ms-border-radius:7%;-o-border-radius:7%;margin-bottom:1rem;margin-left:1rem;margin-right:1rem;padding:.1rem 3rem!important}.background-white-single-product-display{background-color:#fff6;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin:3rem auto!important;padding:.5rem .1rem!important;width:97%}.background-whiteish{background-color:#fff6}.background-whiteish-shop{background-color:#fff6;margin:10rem!important;padding:5rem!important;width:90%!important}.background-whiteish-2{background-color:#5643fa0d;border:.1rem solid #00000014;margin:5rem auto;padding:3rem;width:95%!important}.background-blueish{background-color:#ffffff26!important}.background-whiteish-single-product{padding:5rem .1rem}.color-background{background-color:#fff;border:.1rem solid #00000012;color:#000;font-size:1.7rem!important;margin:2rem auto!important;padding:3rem}.color-background:not(:last-child){margin-right:3rem}@media (max-width:37.5em){.color-background{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:0!important;margin-right:0!important;width:100%!important}}.product-items-flex{background-color:#ffffffe6;border:.1rem solid #0000001a;box-shadow:.2rem .2rem .1rem #0000001a;color:#0e55b3!important;display:flex;font-size:1.4rem!important;justify-content:space-around!important;justify-items:center;margin:-2rem auto 0;padding:1rem 5rem 1rem 0!important;width:90%}@media (max-width:37.5em){.product-items-flex{display:flex;font-size:4rem!important;justify-content:space-around!important;justify-items:center;padding:4rem 15rem 4rem 0!important;width:100%}}.product-items-flex__add-to-cart{background-color:#ffffffb3;border:.1rem solid #00000012;color:#0e55b3!important;display:flex;justify-content:space-around!important;justify-items:center;margin:-1rem 1rem!important;padding:.5rem 1rem!important}@media (max-width:37.5em){.product-items-flex__add-to-cart{margin-top:-2rem!important;padding:3rem 1rem!important}}.product-items-flex__to-see-price{font-size:1.6rem;text-align:center;text-transform:none}@media (max-width:37.5em){.product-items-flex__to-see-price{font-size:4rem}}.font-add-to-wish{color:#0e55b3!important;font-size:1.4rem!important;font-weight:400;text-transform:none!important}@media (max-width:37.5em){.font-add-to-wish{font-size:4rem!important;width:33%!important}}.background-single-product-description{background-color:#fff6!important;border:.1rem solid #00000026;margin:2rem 0!important;padding:3rem}.background-single-product-description,.background-single-product-review{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:100%!important}.background-single-product-review{background-color:#ffffff4d!important;border:.1rem solid #0003;margin:2rem 5rem!important;padding:0}@media (max-width:37.5em){.background-single-product-review{margin-left:0!important;margin-right:0!important;padding:0}}.background-single-product-description--outside{background-color:#5643fa05;margin:auto auto 10rem;padding:2rem!important;width:95%!important}.ant-tabs-nav-wrap{background-color:rgba(0,0,0,.015);height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:1.2rem 3rem;width:100%!important}.ant-tabs,.ant-tabs-tab{border:.2rem solid #0000000a;color:#0e55b3!important;font-size:1.5rem;letter-spacing:.1rem;padding:5rem auto!important}@media (max-width:37.5em){.ant-tabs{font-size:2.5rem}}.ant-tabs-tab{background-color:#fff6!important;border:.2rem solid #0006;color:#0e55b3!important;font-size:1.5rem;letter-spacing:.1rem;margin-right:-2rem!important;padding:1.5rem 3rem!important}.ant-tabs-tab-active{background-color:#fffc!important;font-weight:600;outline:none!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:10000}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{border-bottom:1rem solid whit;color:#0e55b3}.ant-modal-body{padding-top:3rem!important}.ant-tabs-nav-list{font-size:1rem}.background-seller-public-products-new-and-best{background-color:#5643fa0a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5rem auto;padding:10rem auto!important;width:95%}.background-form-square-pink-green{padding:5rem 10rem;width:100vw}@media (max-width:37.5em){.background-form-square-pink-green{padding:5rem 0}}.box{background-color:#131a22;background-size:cover;margin-top:-4rem;padding:8rem 6rem;position:relative;width:100%}.column{display:flex;flex-direction:column;margin-left:60px;text-align:left}.row{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr))}@media row{.row{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));max-width:1000px}}.footLink{color:#fff;font-size:18px;margin-bottom:20px;text-decoration:none}.footLink:hover{color:#085eaf;transition:.2s ease-in}.footer-header{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#7ed56f,#28b485);color:#0000;display:flex;font-size:2rem;font-weight:700;justify-content:center;letter-spacing:.2rem;margin-bottom:5rem;text-align:center;text-transform:uppercase;transition:all .2s}.footer-copyRight{border-top:.1rem solid #f7f7f7;color:#f7f7f7cc;margin-top:5rem;padding-top:5rem;text-align:center;width:100%}.login-btn:link,.login-btn:visited{border-radius:10rem;display:inline-block;font-size:1.6rem;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s}.login-btn:hover{background-color:#ffffff73!important;color:#085eaf!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.login-btn:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.login-btn:active,.login-btn:focus{background-color:#ffffff80!important;box-shadow:0 .1rem .1rem #00000080;color:#fff!important;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.login-btn--white{box-shadow:0 .1rem .1rem #0000001a;color:#fff!important}.login-btn--white:after{background-color:#ffffff4d}.login-btn:after{border-radius:10rem;-webkit-border-radius:10rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .8s;-webkit-transition:all .8s;width:100%;z-index:-1}.login-btn-animated{animation:moveInBottom .5s ease-out .75s;-webkit-animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn:link,.btn:visited{border-radius:10rem;display:inline-block;font-size:1.6rem;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s}@media (max-width:37.5em){.btn:link,.btn:visited{font-size:2.5rem;text-transform:capitalize}}.btn:hover{background-color:initial!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.btn:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.btn:active,.btn:focus{background-color:#085eaf33!important;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.btn--white{background-color:#fff;color:#777;font-size:1.8rem!important}@media (max-width:37.5em){.btn--white{font-size:3rem!important;padding:2rem 5rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.btn--white:after{background-color:#fff}.btn--white:hover{background-color:#ffffff4d}.btn--customer-review{background-color:#5643fa40;border:.1rem solid #ffffff80!important;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:0 .1rem .1rem #00000080;color:#fff!important;font-size:1.5rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.3rem;margin:0 auto!important;padding:1rem;width:25%}@media (max-width:37.5em){.btn--customer-review{font-size:4rem;width:35vw}}.btn--customer-review:hover{background-color:#fffc!important;color:#0e55b3!important}.btn--white-category-sub-product-seller-name{background-color:#ffffffb3;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;color:#0e55b3;font-size:1.2rem;letter-spacing:.2rem;margin:.2rem auto!important;padding:.4rem 1.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--white-category-sub-product-seller-name:after{background-color:#fff}.btn--white-category-sub-product-seller-name:hover{background-color:#ffffff4d}.btn--carousel{background-color:#55c57a;color:#777;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--carousel:after{background-color:#fff}.btn--carousel:hover{background-color:#0000004d}.btn--green{color:#fff}.btn--green,.btn--green:after{background-color:#55c57ae6}.btn--green:hover{background-color:#55c57ab3;color:#fff}.btn:after{border-radius:10rem;-webkit-border-radius:10rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .8s;-webkit-transition:all .8s;width:100%;z-index:-1}.btn-animated{animation:moveInBottom .5s ease-out .75s;-webkit-animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-checkout{background-color:#fff6;border-radius:5%;box-shadow:0 .2rem .2rem #0003;display:flex;font-size:1.4rem;font-weight:700;margin-bottom:-5rem;padding:2rem!important;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn-checkout:hover{background-color:initial!important;box-shadow:0 .5rem 1rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.btn-header:link,.btn-header:visited{border-radius:10rem;display:inline-block;font-size:1.6rem;margin-top:-22rem;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s}.btn-header:hover{box-shadow:0 1rem 2rem #0000004d;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.btn-header:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.btn-header:active,.btn-header:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.btn-header--white{color:#777}.btn-header--white,.btn-header--white:after{background-color:#fff}.btn-header--white:hover{background-color:#ffffff4d}.btn-header--white-comment-like{background-color:#fff;color:#777}.btn-header--white-comment-like:after{background-color:#fff}.btn-header--white-comment-like:hover{background-color:#ffffff4d}.btn-header--carousel{background-color:#55c57a;color:#777;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn-header--carousel:after{background-color:#fff}.btn-header--carousel:hover{background-color:#0000004d}.btn-header--green{color:#fff}.btn-header--green,.btn-header--green:after{background-color:#55c57ae6}.btn-header--green:hover{background-color:#55c57ab3;color:#fff}.btn-header:after{border-radius:10rem;-webkit-border-radius:10rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .8s;-webkit-transition:all .8s;width:100%;z-index:-1}.btn-header-animated{animation:moveInBottom .5s ease-out .75s;-webkit-animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-dark{background-color:#00000008!important;color:#ff7730e6!important;font-size:1.8rem}.btn-dark:link,.btn-dark:visited{border-radius:10rem;display:inline-block;margin-top:-22rem;padding:1rem 2rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s}.btn-dark:hover{background-color:#00000005!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.btn-dark:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.btn-dark:active,.btn-dark:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.btn-dark--white{color:#777}.btn-dark--white,.btn-dark--white:after{background-color:#fff}.btn-dark--white:hover{background-color:#ffffff4d}.btn-dark--white-comment-like{background-color:#fff;color:#777}.btn-dark--white-comment-like:after{background-color:#fff}.btn-dark--white-comment-like:hover{background-color:#ffffff4d}.btn-dark--carousel{background-color:#55c57a;color:#777;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn-dark--carousel:after{background-color:#fff}.btn-dark--carousel:hover{background-color:#0000004d}.btn-dark--green{color:#fff}.btn-dark--green,.btn-dark--green:after{background-color:#55c57ae6}.btn-dark--green:hover{background-color:#55c57ab3;color:#fff}.btn-dark:after{border-radius:10rem;-webkit-border-radius:10rem;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:all .8s;-webkit-transition:all .8s;width:100%;z-index:-1}.btn-dark-animated{animation:moveInBottom .5s ease-out .75s;-webkit-animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-text:link,.btn-text:visited{border-bottom:1px solid #55c57a;border-radius:.5rem;-webkit-border-radius:.5rem;color:#55c57a;display:inline-block;font-size:1.5rem;font-weight:600;padding:.5rem;text-decoration:none;transition:all .2s;-webkit-transition:all .2s}@media (max-width:37.5em){.btn-text:link,.btn-text:visited{font-size:2.5rem}}.btn-text:hover{background-color:#55c57a;box-shadow:0 1rem 2rem #0003;color:#fff;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.btn-text:active{box-shadow:0 .5rem 1rem #0003;transform:translateY(0);-webkit-transform:translateY(0)}.btn-press-release:link,.btn-press-release:visited{border-bottom:3px solid #55c57a;border-radius:.5rem;-webkit-border-radius:.5rem;color:#085eaf;display:block;font-size:1.5rem!important;font-weight:600;margin-left:2rem;padding:1rem;text-decoration:none;transition:all .2s;-webkit-transition:all .2s}.btn-press-release:hover{background-color:#5643fa1a;box-shadow:0 .5rem 1rem #0003;color:#085eaf;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn-press-release:active{box-shadow:0 .5rem 1rem #0003;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.button-card:link,.button-card:visited{border-radius:10rem;-webkit-border-radius:10rem;display:block;font-size:1.6rem;margin-left:3rem;margin-right:3rem;padding:3rem 4rem;text-decoration:none;transition:all .2s;-webkit-transition:all .2s}.button-card:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.button-card:active,.button-card:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.button-card--white{color:#777}.button-card--white,.button-card--white:after{background-color:#fff}.button-card--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-create-product:link,.btn-create-product:visited{border-radius:10rem;-webkit-border-radius:10rem;display:block;font-size:1.6rem;padding:3rem 0;text-decoration:none;transition:all .2s;-webkit-transition:all .2s}.btn-create-product:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.btn-create-product:active,.btn-create-product:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.btn-create-product--white{background-color:#fff;color:#777}.btn-create-product--white:after{background-color:#fff}.btn-create-product--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-create-coupon:link,.btn-create-coupon:visited{border-radius:10rem;-webkit-border-radius:10rem;display:block;font-size:1.6rem;padding:0;text-decoration:none;transition:all .2s;-webkit-transition:all .2s}.btn-create-coupon:hover{box-shadow:0 .5rem .7rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.btn-create-coupon:active,.btn-create-coupon:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.btn-create-coupon--tertiary{background-color:#5643fa08;border:.1rem solid #0003;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;color:#0e55b3;font-size:2.5rem;font-weight:700;width:25%}.btn-create-coupon--tertiary:hover{border:none;box-shadow:0 1.5rem 2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.btn-create-coupon--tertiary:hover:active,.btn-create-coupon--tertiary:hover:focus{border:none;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}@media (max-width:37.5em){.btn-create-coupon--tertiary{font-size:3.5rem;font-weight:700!important;width:30%}}.btn-create-coupon--tertiary:after{background-color:#fff}.btn-create-coupon--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-customer-picture-submit{background-color:#fff6;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;color:#0e55b3;display:flex;font-size:1.2rem;font-weight:600;height:4rem!important;justify-content:center!important;justify-items:center!important;margin-top:3.5rem;padding-top:1rem!important;width:18%}.btn-customer-picture-submit:hover{background-color:#fff9;box-shadow:0 .2rem .2rem #0003;color:#0e55b3;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn-customer-picture-submit:active,.btn-customer-picture-submit:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.btn-customer-picture-submit--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.buttons-container{display:flex;justify-content:space-around;width:100%}.button-proceed{display:flex;justify-content:center;padding:.3rem;width:100%}.btn--register{background-color:#325ea880!important;border:.01rem solid #0000ff80;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#ffffffb3!important;font-size:1.8rem!important;font-weight:500;margin:1rem auto -5rem!important;padding:.5rem;width:70%}@media (max-width:37.5em){.btn--register{font-size:4rem!important}}.btn--register:hover{background-color:#325ea8b3;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--register:active,.btn--register:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--register-complete{background-color:#325ea880!important;border:.01rem solid #0000ff80;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#ffffffb3!important;font-size:1.8rem!important;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto 0!important;width:60%}.btn--register-complete:hover{background-color:#325ea8b3;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--register-complete:active,.btn--register-complete:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--login{align-items:center;background-color:#325ea880!important;border:.01rem solid #0000ff1a;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#ffffffb3;display:block;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:3rem auto 0!important;padding:.7rem!important;width:63%!important}@media (max-width:37.5em){.btn--login{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:5rem;padding:2rem auto}}.btn--login:hover{background-color:#095ff566!important;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--login:active,.btn--login:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--forgot-password{align-items:center;background-color:#325ea880!important;border:.01rem solid #0000ff1a;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#ffffffb3;display:block;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin:3rem auto 0!important;padding:.7rem!important;width:63%!important}@media (max-width:37.5em){.btn--forgot-password{border:none;font-size:4rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:5rem;padding:2rem auto}}.btn--forgot-password:hover{background-color:#095ff566!important;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--forgot-password:active,.btn--forgot-password:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--login-google-forgot-password{border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;color:#ffffffb3!important;display:flex;flex-direction:column;font-size:1.6rem;font-weight:500;justify-content:center;margin:-3rem auto 0!important;padding:.5rem;width:100%!important}@media (max-width:37.5em){.btn--login-google-forgot-password{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:3rem;padding:0}}.btn--login-google-forgot-password:hover{transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--login-google-forgot-password:active,.btn--login-google-forgot-password:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--login-google{align-items:center;background-color:#325ea880!important;border:.01rem solid #0000ff80;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#ffffffb3;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;justify-items:center;margin:0 auto!important;padding:.5rem;width:60%!important}@media (max-width:37.5em){.btn--login-google{font-size:3rem;height:5rem;margin-bottom:3rem!important;margin-top:1.5rem!important;padding:0!important}}.btn--login-google:hover{background-color:#095ff580!important;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--login-google:active,.btn--login-google:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue{background-color:#3c70ca;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#fff;font-size:1.6rem;font-weight:500;margin:11rem auto;padding:.5rem;width:35%}@media (max-width:37.5em){.btn--blue{font-size:2.3rem;margin:1rem auto;width:50%}}.btn--blue:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue:active,.btn--blue:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-comment-submit{background-color:#3c70ca;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#fff;font-size:1.8rem;font-weight:500;margin:1rem auto 1rem 27%!important;padding:.5rem;width:45%}@media (max-width:37.5em){.btn--blue-comment-submit{font-size:4rem}}.btn--blue-comment-submit:hover{background-color:#3c70ca;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-comment-submit:active,.btn--blue-comment-submit:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-contact-seller-customer-admin{background-color:#3c70ca;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#fff;font-size:1.6rem;font-weight:500;margin:3rem 27.5%!important;padding:.5rem;width:45%}@media (max-width:37.5em){.btn--blue-contact-seller-customer-admin{font-size:3rem}}.btn--blue-contact-seller-customer-admin:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-contact-seller-customer-admin:active,.btn--blue-contact-seller-customer-admin:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--card-seller-name{background-color:#3c70ca80;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;justify-items:center;margin-top:1rem;width:100%!important}.btn--card-seller-name:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #00000026;transform:translateY(-5px);-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px)}.btn--card-seller-name:active,.btn--card-seller-name:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--card-related-seller-name{background-color:#ffffff26;border:none;color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;justify-items:center;margin-top:1rem;text-align:center!important;width:75%!important}.btn--card-related-seller-name:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #00000026;transform:translateY(-5px);-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px)}.btn--card-related-seller-name:active,.btn--card-related-seller-name:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-checkout{background-color:#3c70ca80;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#fff;font-size:1.8rem;font-weight:700;margin-top:1rem;padding:1rem;width:20vw}@media (max-width:37.5em){.btn--blue-checkout{font-size:3rem!important;margin:1rem 35vw!important;width:30vw}}.btn--blue-checkout:hover{background-color:#3c70ca99!important;box-shadow:0 1rem 2rem #0000001a;color:#fff;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-checkout:active,.btn--blue-checkout:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-order-download{background-color:#3c70cacc;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 .5rem .5rem #00000026;color:#fff;font-size:1.6rem;font-weight:500;margin-top:-2rem;padding:.5rem;width:45%}.btn--blue-order-download:hover{background-color:#3c70ca;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-order-download:active,.btn--blue-order-download:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-proceed{background-color:#3c70ca;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#fff;font-size:1.7rem;font-weight:500;margin-bottom:.5rem;margin-top:1rem;padding:1rem;width:65%}@media (max-width:37.5em){.btn--blue-proceed{font-size:2.5rem}}.btn--blue-proceed:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-proceed:active,.btn--blue-proceed:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--shipping-to-proceed{background-color:#ff773012;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:.5rem .5rem .5rem #00000026;color:#0e55b3;font-size:1.7rem;font-weight:600;letter-spacing:.2rem;margin-bottom:.5rem;margin-top:1rem;padding:1rem;text-transform:capitalize;width:85%}@media (max-width:37.5em){.btn--shipping-to-proceed{font-size:3rem}}.btn--shipping-to-proceed:hover{background-color:#ff773017;box-shadow:.7rem .7rem .7rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--shipping-to-proceed:active,.btn--shipping-to-proceed:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--shipping-option{background-color:#3c70ca80;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 .5rem .5rem #00000026;color:#fff;font-size:1.6rem;font-weight:500;height:100%!important;letter-spacing:.2rem;margin:auto 0 1rem auto!important;padding:2rem auto!important;width:15%}@media (max-width:37.5em){.btn--shipping-option{font-size:2.5rem;width:20%}}.btn--shipping-option:hover{background-color:#325ea899;box-shadow:0 .5rem .5rem #0000001a}.btn--shipping-option:hover,.btn--shipping-option:hover:active,.btn--shipping-option:hover:focus{transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.btn--shipping-option:hover:active,.btn--shipping-option:hover:focus{outline:none}.btn--blue-disabled{background-color:#ffffff1a;border:none;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#77777780;font-size:1.6rem;font-weight:500;margin-top:1rem;padding:.5rem;width:45%}.btn--blue-disabled:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-disabled:active,.btn--blue-disabled:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--edit{background-color:#ffffffb3;border:.1rem solid #0003;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:0 .1rem .1rem #0000001a;color:#0e55b3cc;display:flex;font-size:2rem;font-weight:500;justify-content:space-around;margin:3rem auto;padding:1.5rem 3rem;width:20vw}@media (max-width:37.5em){.btn--edit{font-size:3rem}}.btn--edit:hover{background-color:#fffc!important;box-shadow:0 .5rem .5rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--edit:active,.btn--edit:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-view-profile-experience-edu{background-color:#ffffffb3;border:.1rem solid #0003;border-radius:5rem!important;-webkit-border-radius:5rem!important;-moz-border-radius:5rem!important;-ms-border-radius:5rem!important;-o-border-radius:5rem!important;color:#063970;font-size:1.6rem;font-weight:700;letter-spacing:.3rem;margin-top:1rem;padding:1.5rem 3rem 1rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--blue-view-profile-experience-edu:hover{background-color:#325ea8;box-shadow:0 .2em .2em #0003;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-view-profile-experience-edu:active,.btn--blue-view-profile-experience-edu:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--update-shipping-address{background-color:#fff6;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:.3rem .3rem .3rem #0000001a;color:#0e55b3;font-size:1rem;font-weight:600;letter-spacing:.3rem;margin-top:1rem;padding:1.5rem 3rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--update-shipping-address__view-shipping-cost{background-color:rgba(255,119,48,.045);padding:5rem 7rem}.btn--update-shipping-address:hover{background-color:#ffffff1a!important;box-shadow:0 .5rem 1rem #0003;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--update-shipping-address:active,.btn--update-shipping-address:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-profile-categories-sub{background-color:#5643fab3;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #0000000d;color:#fff!important;font-size:1.6rem;font-weight:500;margin-top:1rem;padding:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--blue-profile-categories-sub:hover{background-color:#325ea8;box-shadow:0 1rem 2rem #0003;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--blue-profile-categories-sub:active,.btn--blue-profile-categories-sub:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--view-comments{background-color:#3c70ca80;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #00000026;color:#fff;font-size:1.5rem;font-weight:400;letter-spacing:.2rem;margin:3rem 20%!important;padding:.5rem 4rem;width:60%}@media (max-width:37.5em){.btn--view-comments{font-size:3rem;margin-top:5rem!important}}.btn--view-comments:hover{background-color:#6190e380;box-shadow:0 1rem 2rem #0000001a;color:#fff;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--view-comments:active,.btn--view-comments:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--view-write-questions-on-video{background-color:#ffffffe6;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 .2rem .2rem #085eaf66;color:#085eafb3;font-size:1.6rem;font-weight:700;letter-spacing:.2rem;margin:5rem 10% -1rem!important;padding:2rem 4rem;width:80%}@media (max-width:37.5em){.btn--view-write-questions-on-video{font-size:3rem;margin:5rem 0 -1rem!important;padding:2rem;width:100%}}.btn--view-write-questions-on-video:hover{background-color:#ffffffb3!important;box-shadow:0 .2rem .2rem #00000026;color:#fff;color:#085eafb3;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--view-write-questions-on-video:active,.btn--view-write-questions-on-video:focus{background-color:#ffffff80!important;box-shadow:0 .5rem .5rem #0000004d;color:#085eaf!important;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--seller-customer-admin-contact{background-color:#ffffffe6;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 .2rem .2rem #085eaf66;color:#085eafb3;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.3rem;font-weight:500;letter-spacing:.2rem;margin:1rem .5rem 1rem -.1rem;padding:2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.btn--seller-customer-admin-contact{font-size:2.5rem;justify-content:center;justify-items:center;text-align:center;width:50%}}.btn--seller-customer-admin-contact:hover{background-color:#ffffffb3!important;box-shadow:0 .2rem .2rem #00000026;color:#fff;color:#085eafb3;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.btn--seller-customer-admin-contact:active,.btn--seller-customer-admin-contact:focus{background-color:#ffffff80!important;box-shadow:0 .5rem .5rem #0000004d;color:#085eaf!important;outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.btn--blue-like{background-color:#fff6;border:none!important;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #0000000d;color:#fff;font-size:2rem;font-weight:500;margin-right:1rem;margin-top:1rem;padding:1rem 1rem .5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn--blue-like__like{width:100%}.btn--blue-like__background{background-color:#ffffff4d;border-radius:1rem;border-radius:.5rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;box-shadow:0 1.5rem 2rem #0000000d;color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:space-between;margin:1rem auto;padding:.5rem 2rem 1rem;width:90%}.btn--blue-like__background:after{clear:both;content:"";display:table}.btn--blue-like__background [class^=col-]{float:left}.btn--blue-like__background [class^=col-]:not(:last-child){margin-right:.5rem}.btn--blue-like__background .col-1-of-3{width:calc(33.33333% - .33333rem)}.btn--blue-like__background .col-2-of-3{width:calc(66.66667% - .16667rem)}.btn--blue-like__background .col-1-of-2{width:calc(50% - .25rem)}.btn--blue-like:hover{background-color:#325ea8;box-shadow:0 .5rem 1rem #0000000d;transform:translateY(-.5px);-webkit-transform:translateY(-.5px);-moz-transform:translateY(-.5px);-ms-transform:translateY(-.5px);-o-transform:translateY(-.5px)}.btn--blue-like:active,.btn--blue-like:focus{background-color:#325ea880;box-shadow:0 .5rem 1rem #0000001a;outline:none;transform:translateY(-1px);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px)}.btn--blue-like-edit-comment{background-color:#eff2f7b3;border:none!important;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:0 1.5rem 2rem #0000001a;color:#fff;font-size:1.6rem;font-weight:500;margin-right:1rem;margin-top:1rem;padding:.5rem;width:100%}.btn--blue-like-edit-comment__like{width:100%}.btn--blue-like-edit-comment__background{background-color:#fff6;box-shadow:0 1.5rem 2rem #0000000d;color:#fff;font-size:1.5rem;font-weight:500;margin-top:1rem;padding:1.5rem 1rem 0;width:100%}@media (max-width:37.5em){.btn--blue-like-edit-comment__background{font-size:2.5rem}}.btn-block:hover{background-color:#5643fa1a}.btn-block:active,.btn-block:hover{box-shadow:0 .5rem 1rem #5643fa00;outline:none;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.btn-block:active{background-color:#085eaf80}.btn-block:focus{background-color:#fff;box-shadow:0 .5rem 1rem #5643fa00;outline:none;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}.btn-shipping-option-details{background-color:#ffffffb3;border:none;box-shadow:.2rem .2rem .2rem #0000000d;color:#000;font-size:1.5rem;font-weight:700;letter-spacing:.3rem;margin:1rem 37.5%;padding:1rem 2rem;width:30%}@media (max-width:37.5em){.btn-shipping-option-details{font-size:2.1rem;margin:1rem auto 1rem 30%;width:40%}}.btn-shipping-option-details:hover{background-color:#ffffff4d;box-shadow:.5rem .5rem 1rem #0000001a;outline:none;transform:translateY(.5px);-webkit-transform:translateY(.5px);-moz-transform:translateY(.5px);-ms-transform:translateY(.5px);-o-transform:translateY(.5px)}.btn-shipping-option-details:active{background-color:#085eaf4d;box-shadow:.2 .2rem .2rem #0000000d}.btn-shipping-option-details:active,.btn-shipping-option-details:focus{outline:none;transform:translateY(-.2px);-webkit-transform:translateY(-.2px);-moz-transform:translateY(-.2px);-ms-transform:translateY(-.2px);-o-transform:translateY(-.2px)}.btn-shipping-option-details:focus{background-color:#ffffff05;box-shadow:.2rem .2rem .2rem #0000000d}.btn-subs-category-seller{background-color:#0000000d;border:.1rem solid #fff;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;box-shadow:0 .1rem .1rem #0003;color:#fff!important;display:flex;font-size:1.4rem;font-weight:700;letter-spacing:.2rem;margin-bottom:16rem;margin-right:3rem;margin-top:-22rem;padding:2rem 3rem!important;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn-subs-category-seller:hover{background-color:#fff6!important;border:.1rem solid #ffffff80;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.btn-subs-category-seller:active,.btn-subs-category-seller:focus{background-color:#5643fa1a!important;box-shadow:0 .4rem .4rem #0003;color:#fff!important;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.btn-subs-category-seller-animated{animation:moveInBottom .5s ease-out .75s;-webkit-animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-subs-category-seller-view-categories{background-color:#fff6;border:.1rem solid #ffffff4d;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:0 .1rem .1rem #0003;color:#0e55b3!important;display:flex;font-size:1.4rem;font-weight:700;letter-spacing:.2rem;margin-bottom:1rem;margin-right:3rem;margin-top:1rem;padding:2rem 3rem!important;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.btn-subs-category-seller-view-categories{font-size:2rem}}.btn-subs-category-seller-view-categories:hover{background-color:initial!important;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem);z-index:100000}.btn-subs-category-seller-view-categories:active,.btn-subs-category-seller-view-categories:focus{background-color:#5643fa1a!important;box-shadow:0 .4rem .4rem #0003;color:#fff!important;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.Toastify__toast-body{background-color:#00000005!important;color:#0e55b3;width:500rem!important}.btn-next{padding:.5rem 1rem}@media (max-width:37.5em){.btn-next{font-size:3rem!important}}.card-tour{height:52rem;perspective:150rem;-moz-perspective:150rem;position:relative}.card-tour__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:3rem;box-shadow:0 1.5rem 4rem #00000026;height:52rem;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;width:100%}.card-tour__side--front{background-color:#fff}.card-tour__side--back{transform:rotateY(180deg)}.card-tour__side--back-1{background-image:linear-gradient(to right bottom,#ffb900,#ff7730)}.card-tour__side--back-2{background-image:linear-gradient(to right bottom,#0e55b3,rgba(40,180,133,.569))}.card-tour__side--back-3{background-image:linear-gradient(to right bottom,#085eaf,#5643fa)}.card-tour:hover .card-tour__side--front{transform:rotateY(-180deg)}.card-tour:hover .card-tour__side--back{transform:rotateY(0)}.card-tour__picture{background-blend-mode:screen;background-size:cover;border-top-left-radius:3rem;border-top-right-radius:3rem;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);height:23rem}.card-tour__picture--1{background-image:linear-gradient(to right bottom,#ffb900,#ff7730),url(/static/media/dyagonline-black&white.5d895b4ca87ee99821bb.jpg)}.card-tour__picture--2{background-image:linear-gradient(to right bottom,#0e55b3,#ff7730),url(/static/media/DYAshopping.5fd2ea60f9ef1d8bc210.jpg)}.card-tour__picture--3{background-image:linear-gradient(to right bottom,#085eaf,#5643fa),url(/static/media/dyagoonline.42d1cad8181367c18a5e.jpg)}.card-tour__heading{color:#fff;font-size:2.8rem;font-weight:300;position:absolute;right:.5rem;text-align:right;text-transform:uppercase;top:20rem;width:95%}.card-tour__heading-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:.2rem .5rem}.card-tour__heading-span--1{background-image:linear-gradient(to right bottom,#ffb90080,#ff773080)}.card-tour__heading-span--2{background-image:linear-gradient(to right bottom,#0e55b380,#28b48580)}.card-tour__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf80,#5643fa80)}.card-tour__details{padding:3rem}.card-tour__details ul{list-style:none;margin:0 auto;width:80%}.card-tour__details ul li{font-size:1.5rem;padding:1rem;text-align:center}.card-tour__details ul li:not(:last-child){border-bottom:1px solid #eee}.card-tour__cta{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%}.card-tour__price-box{border:.1rem solid red;color:#fff;margin-bottom:3rem;text-align:center}.card-tour__price-only{font-size:1.4rem;text-transform:uppercase}.card-tour__price-value{font-size:6rem;font-weight:100}.card{background-color:#ffffff80;border:none;box-shadow:none;height:35rem;margin-bottom:2rem}.card__side{border-radius:6px;height:35rem;overflow:hidden;transition:all .8s ease;-webkit-transition:all .8s ease}.card__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card__side--back-3{background-image:linear-gradient(90deg,#085eafb3,#5643fa)}.card:hover .card__side--front{transform:rotateY(-180deg)}.card__picture{background-blend-mode:screen;background-size:cover;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);height:35rem;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card__heading{color:#0e51bd;font-size:2rem;font-weight:400;margin-top:0;position:absolute;right:3rem;text-align:right;text-transform:uppercase;top:0;width:100%}.card__heading-span{padding:0 1.5rem}.card__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card__details{color:#000;font-size:1.2rem;font-weight:400;margin-top:26.5rem;padding:2.5rem .2rem 1rem;position:absolute;top:12rem;width:100%}.card__details ul{list-style:none;margin:-10rem auto;width:100%}.card__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card__cta{font-size:1.1rem;left:50%;position:absolute;text-align:center;top:40%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,-50%);width:90%}.card__price-box{color:#ededf3;margin-top:15%;text-align:center}.card__price-value{font-size:4rem;font-weight:100}.card__view-product{display:block;margin-top:-1rem;padding-bottom:.5rem;padding-top:-2rem}.card__view-product--video{color:#839cf6;display:inline-block;margin-left:1rem}.card__view-product--view{color:#839cf6;display:inline-block;margin-left:5rem}.card__seller-video-name{display:inline-block;justify-content:space-between;justify-items:center;margin-bottom:3rem}.card__seller-name-1{padding-left:5rem}.card__seller-name-1,.card__seller-name-2{color:#839cf6;justify-content:center;justify-items:center}.card__seller-name-2{display:block;padding:0 1rem}.card__rating{font-size:1.5rem;text-align:center}.card__rating-showAverage{margin-bottom:-1rem;margin-top:1rem}.card-sub-category{background-color:#0000000d;border:none}.card-sub-category__side{height:30rem!important;overflow:hidden;transition:all .8s ease;-webkit-transition:all .8s ease}.card-sub-category__side--front:after{width:90%}.card-sub-category__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-sub-category__side--back-2{background-image:linear-gradient(90deg,#1d497de6,#1d497d7d)}.card-sub-category__side--back-3{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a)}.card-sub-category__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;max-height:30rem!important;min-height:30rem!important;object-fit:cover;position:absolute;top:-.25rem;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:100%}.card-sub-category__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-sub-category__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:50%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-sub-category__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-sub-category__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-sub-category__seller-name-1{opacity:0;width:0}}@media (max-width:23.4375em){.card-sub-category__seller-name-1{opacity:0;width:0}}.card-sub-category__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-sub-category__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.1rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-sub-category__heading-span{padding:0 1.5rem}.card-sub-category__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-sub-category__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-sub-category__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-sub-category__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-sub-category__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-sub-category__details ul{list-style:none;margin:-10rem auto;width:100%}.card-sub-category__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-sub-category__back-header-box{background-color:#182a41;display:flex;height:15%;justify-content:center!important;justify-items:center!important;position:absolute;width:100%}@media (max-width:37.5em){.card-sub-category__back-header-box{height:0;opacity:0;width:0}}.card-sub-category__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-sub-category__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-sub-category__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-sub-category__cta:before{height:0;opacity:0;width:0}}.card-sub-category__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:15%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}@media (max-width:37.5em){.card-sub-category__cta:after{height:0;opacity:0;width:0}}.card-sub-category__cta:hover:after{transition:width .5s .1s;-webkit-transition:width .5s .1s;-moz-transition:width .5s .1s;-ms-transition:width .5s .1s;-o-transition:width .5s .1s;width:95%}.card-sub-category__price-box{align-items:center;color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}@media (max-width:37.5em){.card-sub-category__price-box{left:42%;top:3%}}.card-sub-category__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-sub-category__price-value{font-size:3.5rem}}.card-sub-category__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-sub-category__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-sub-category__view-product{bottom:-3.5rem!important;font-size:3.5rem!important}}@media (max-width:23.4375em){.card-sub-category__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-sub-category__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}@media (max-width:75em){.card-sub-category__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-sub-category__view-product--video{font-size:3rem!important}}@media (max-width:23.4375em){.card-sub-category__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-sub-category__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;padding-bottom:2rem}@media (max-width:56.25em){.card-sub-category__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-sub-category__view-product--view{font-size:2.5rem!important}}@media (max-width:23.4375em){.card-sub-category__view-product--view{margin-top:3rem!important}}.card-sub-category__seller-video-name{color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;padding:0 5rem;position:absolute;right:20%;text-align:center;top:-1%;width:100%}@media (max-width:37.5em){.card-sub-category__seller-video-name{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-6%}}.card-sub-category__related-product-seller-name{cursor:pointer!important;height:3rem;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;text-align:center;width:100%}.card-sub-category__related-product-seller-name,.card-sub-category__seller-name-2{color:#fff;display:flex;justify-content:center;justify-items:center;position:absolute}.card-sub-category__seller-name-2{cursor:pointer;font-size:1.6rem;left:30%;margin-top:-2%;padding:0 1rem;width:85%}@media (max-width:56.25em){.card-sub-category__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-sub-category__seller-name-2{font-size:3rem!important;left:25%;margin-top:-7rem!important}}.card-sub-category__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-sub-category__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-sub-category__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-sub-category__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-sub-category__add-to-cart--home{font-size:2.7rem;left:20%;top:6.3vh;width:60%}}@media (max-width:23.4375em){.card-sub-category__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-sub-category__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-sub-category__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-sub-category__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-sub-category__product-color{font-size:3rem!important;left:-5%;margin-right:1rem!important;position:absolute;top:1.5vh}}@media (max-width:23.4375em){.card-sub-category__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-sub-category__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-sub-category__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-sub-category__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-sub-category__product-size{font-size:3rem!important;left:62%;top:1.5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:23.4375em){.card-sub-category__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-sub-category__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;position:absolute;text-align:center;top:0;width:100%}@media (max-width:56.25em){.card-sub-category__rating{font-size:2.5rem!important;margin-top:-5rem}}.card-sub-category__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:-1.5rem;width:100%}@media (max-width:56.25em){.card-sub-category__rating-showAverage{font-size:2.5rem!important;top:0}}.card-sub-category__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin-top:-1.5rem;text-align:center;text-transform:capitalize;width:100%}@media (max-width:56.25em){.card-sub-category__rating-message{font-size:2.5rem!important}}.card-seller-home-new-products{border:none;perspective:150rem;-moz-perspective:150rem;position:relative}.card-seller-home-new-products__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:38rem!important;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-seller-home-new-products__side--front:after{width:90%}.card-seller-home-new-products__side--back{transform:rotateY(180deg)}.card-seller-home-new-products__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-seller-home-new-products__side--back-2{background-image:linear-gradient(90deg,#1d497de6,#1d497d7d)}.card-seller-home-new-products__side--back-3{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#ffffff1a)}.card-seller-home-new-products:hover .card-seller-home-new-products__side--back{transform:rotateY(0)}.card-seller-home-new-products__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;max-height:30rem!important;min-height:30rem!important;object-fit:cover;position:absolute;top:0;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:100%}@media (max-width:37.5em){.card-seller-home-new-products__picture{height:35rem!important;margin-left:4.5rem!important;width:30rem!important}}.card-seller-home-new-products__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-seller-home-new-products__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:50%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-seller-home-new-products__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-seller-home-new-products__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-seller-home-new-products__seller-name-1{opacity:0;width:0}}@media (max-width:23.4375em){.card-seller-home-new-products__seller-name-1{opacity:0;width:0}}.card-seller-home-new-products__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-seller-home-new-products__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.1rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-seller-home-new-products__heading-span{padding:0 1.5rem}.card-seller-home-new-products__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-seller-home-new-products__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-seller-home-new-products__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-seller-home-new-products__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-seller-home-new-products__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-seller-home-new-products__details ul{list-style:none;margin:-10rem auto;width:100%}.card-seller-home-new-products__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-seller-home-new-products__back-header-box{background-color:#182a41;display:flex;height:15%;justify-content:center!important;justify-items:center!important;position:absolute;width:100%}@media (max-width:37.5em){.card-seller-home-new-products__back-header-box{height:0;opacity:0;width:0}}.card-seller-home-new-products__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-seller-home-new-products__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-seller-home-new-products__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-seller-home-new-products__cta:before{height:0;opacity:0;width:0}}.card-seller-home-new-products__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:15%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}@media (max-width:37.5em){.card-seller-home-new-products__cta:after{height:0;opacity:0;width:0}}.card-seller-home-new-products__cta:hover:after{transition:width .5s .1s;-webkit-transition:width .5s .1s;-moz-transition:width .5s .1s;-ms-transition:width .5s .1s;-o-transition:width .5s .1s;width:95%}.card-seller-home-new-products__price-box{align-items:center;color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}@media (max-width:37.5em){.card-seller-home-new-products__price-box{left:42%;top:3%}}.card-seller-home-new-products__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-seller-home-new-products__price-value{font-size:3.5rem}}.card-seller-home-new-products__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-seller-home-new-products__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-seller-home-new-products__view-product{bottom:-3.5rem!important;font-size:3.5rem!important}}@media (max-width:23.4375em){.card-seller-home-new-products__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-seller-home-new-products__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}@media (max-width:75em){.card-seller-home-new-products__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-seller-home-new-products__view-product--video{font-size:3rem!important}}@media (max-width:23.4375em){.card-seller-home-new-products__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-seller-home-new-products__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;padding-bottom:2rem}@media (max-width:56.25em){.card-seller-home-new-products__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-seller-home-new-products__view-product--view{font-size:2.5rem!important}}@media (max-width:23.4375em){.card-seller-home-new-products__view-product--view{margin-top:3rem!important}}.card-seller-home-new-products__seller-video-name{color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;padding:0 5rem;position:absolute;right:20%;text-align:center;top:-1%;width:100%}@media (max-width:37.5em){.card-seller-home-new-products__seller-video-name{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-6%}}.card-seller-home-new-products__related-product-seller-name{color:#fff;cursor:pointer!important;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;position:absolute;text-align:center;width:100%}.card-seller-home-new-products__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.6rem;justify-content:center;justify-items:center;left:30%;margin-top:-2%;padding:0 1rem;position:absolute;width:85%}@media (max-width:56.25em){.card-seller-home-new-products__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-seller-home-new-products__seller-name-2{font-size:3rem!important;left:25%;margin-top:-7rem!important}}.card-seller-home-new-products__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-seller-home-new-products__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-seller-home-new-products__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-seller-home-new-products__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-seller-home-new-products__add-to-cart--home{font-size:2.7rem;left:20%;top:6.3vh;width:60%}}@media (max-width:23.4375em){.card-seller-home-new-products__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-seller-home-new-products__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-seller-home-new-products__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-seller-home-new-products__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-seller-home-new-products__product-color{font-size:3rem!important;left:-5%;margin-right:1rem!important;position:absolute;top:1.5vh}}@media (max-width:23.4375em){.card-seller-home-new-products__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-seller-home-new-products__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-seller-home-new-products__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-seller-home-new-products__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-seller-home-new-products__product-size{font-size:3rem!important;left:62%;top:1.5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:23.4375em){.card-seller-home-new-products__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-seller-home-new-products__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;position:absolute;text-align:center;top:0;width:100%}@media (max-width:56.25em){.card-seller-home-new-products__rating{font-size:2.5rem!important;margin-top:-5rem}}.card-seller-home-new-products__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:-1.5rem;width:100%}@media (max-width:56.25em){.card-seller-home-new-products__rating-showAverage{font-size:2.5rem!important;top:0}}.card-seller-home-new-products__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin-top:-1.5rem;text-align:center;text-transform:capitalize;width:100%}@media (max-width:56.25em){.card-seller-home-new-products__rating-message{font-size:2.5rem!important}}.card-best-seller-category-clothing{border:none;perspective:150rem;-moz-perspective:150rem;position:relative}.card-best-seller-category-clothing__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:30rem!important;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-best-seller-category-clothing__side--front{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:#fffffffa}.card-best-seller-category-clothing__side--front:after{width:90%}.card-best-seller-category-clothing__side--back{transform:rotateY(180deg)}.card-best-seller-category-clothing__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-best-seller-category-clothing__side--back-2{background-image:linear-gradient(90deg,#1d497de6,#1d497d7d)}.card-best-seller-category-clothing__side--back-3{background-image:linear-gradient(90deg,#085eaf66 0,#000 35%,#ffffff1a)}.card-best-seller-category-clothing:hover .card-best-seller-category-clothing__side--front{transform:rotateY(-180deg)}.card-best-seller-category-clothing:hover .card-best-seller-category-clothing__side--back{transform:rotateY(0)}.card-best-seller-category-clothing__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;max-height:30rem!important;min-height:30rem!important;object-fit:cover;position:absolute;top:-.25rem;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:100%}.card-best-seller-category-clothing__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-best-seller-category-clothing__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:50%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-best-seller-category-clothing__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-best-seller-category-clothing__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-best-seller-category-clothing__seller-name-1{opacity:0;width:0}}@media (max-width:23.4375em){.card-best-seller-category-clothing__seller-name-1{opacity:0;width:0}}.card-best-seller-category-clothing__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-best-seller-category-clothing__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.1rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-best-seller-category-clothing__heading-span{padding:0 1.5rem}.card-best-seller-category-clothing__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-best-seller-category-clothing__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-best-seller-category-clothing__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-best-seller-category-clothing__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-best-seller-category-clothing__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-best-seller-category-clothing__details ul{list-style:none;margin:-10rem auto;width:100%}.card-best-seller-category-clothing__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-best-seller-category-clothing__back-header-box{background-color:#182a41;display:flex;height:15%;justify-content:center!important;justify-items:center!important;position:absolute;width:100%}@media (max-width:37.5em){.card-best-seller-category-clothing__back-header-box{height:0;opacity:0;width:0}}.card-best-seller-category-clothing__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-best-seller-category-clothing__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-best-seller-category-clothing__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-best-seller-category-clothing__cta:before{height:0;opacity:0;width:0}}.card-best-seller-category-clothing__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:15%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}@media (max-width:37.5em){.card-best-seller-category-clothing__cta:after{height:0;opacity:0;width:0}}.card-best-seller-category-clothing__cta:hover:after{transition:width .5s .1s;-webkit-transition:width .5s .1s;-moz-transition:width .5s .1s;-ms-transition:width .5s .1s;-o-transition:width .5s .1s;width:95%}.card-best-seller-category-clothing__price-box{align-items:center;color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}@media (max-width:37.5em){.card-best-seller-category-clothing__price-box{left:42%;top:3%}}.card-best-seller-category-clothing__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-best-seller-category-clothing__price-value{font-size:3.5rem}}.card-best-seller-category-clothing__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-best-seller-category-clothing__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-best-seller-category-clothing__view-product{bottom:-3.5rem!important;font-size:3.5rem!important}}@media (max-width:23.4375em){.card-best-seller-category-clothing__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-best-seller-category-clothing__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}@media (max-width:75em){.card-best-seller-category-clothing__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-best-seller-category-clothing__view-product--video{font-size:3rem!important}}@media (max-width:23.4375em){.card-best-seller-category-clothing__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-best-seller-category-clothing__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;padding-bottom:2rem}@media (max-width:56.25em){.card-best-seller-category-clothing__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-best-seller-category-clothing__view-product--view{font-size:2.5rem!important}}@media (max-width:23.4375em){.card-best-seller-category-clothing__view-product--view{margin-top:3rem!important}}.card-best-seller-category-clothing__seller-video-name{color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;padding:0 5rem;position:absolute;right:20%;text-align:center;top:-1%;width:100%}@media (max-width:37.5em){.card-best-seller-category-clothing__seller-video-name{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-6%}}.card-best-seller-category-clothing__related-product-seller-name{color:#fff;cursor:pointer!important;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;position:absolute;text-align:center;width:100%}.card-best-seller-category-clothing__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.6rem;justify-content:center;justify-items:center;left:30%;margin-top:-2%;padding:0 1rem;position:absolute;width:85%}@media (max-width:56.25em){.card-best-seller-category-clothing__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-best-seller-category-clothing__seller-name-2{font-size:3rem!important;left:25%;margin-top:-7rem!important}}.card-best-seller-category-clothing__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-best-seller-category-clothing__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-best-seller-category-clothing__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-best-seller-category-clothing__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-best-seller-category-clothing__add-to-cart--home{font-size:2.7rem;left:20%;top:6.3vh;width:60%}}@media (max-width:23.4375em){.card-best-seller-category-clothing__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-best-seller-category-clothing__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-best-seller-category-clothing__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-best-seller-category-clothing__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-best-seller-category-clothing__product-color{font-size:3rem!important;left:-5%;margin-right:1rem!important;position:absolute;top:1.5vh}}@media (max-width:23.4375em){.card-best-seller-category-clothing__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-best-seller-category-clothing__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-best-seller-category-clothing__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-best-seller-category-clothing__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-best-seller-category-clothing__product-size{font-size:3rem!important;left:62%;top:1.5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:23.4375em){.card-best-seller-category-clothing__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-best-seller-category-clothing__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;position:absolute;text-align:center;top:0;width:100%}@media (max-width:56.25em){.card-best-seller-category-clothing__rating{font-size:2.5rem!important;margin-top:-5rem}}.card-best-seller-category-clothing__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:-1.5rem;width:100%}@media (max-width:56.25em){.card-best-seller-category-clothing__rating-showAverage{font-size:2.5rem!important;top:0}}.card-best-seller-category-clothing__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin-top:-1.5rem;text-align:center;text-transform:capitalize;width:100%}@media (max-width:56.25em){.card-best-seller-category-clothing__rating-message{font-size:2.5rem!important}}.card-best-sellers-category-home-supply{border:none;perspective:150rem;-moz-perspective:150rem;position:relative}.card-best-sellers-category-home-supply__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:30rem!important;left:0;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-best-sellers-category-home-supply__side--front{overflow:visible}.card-best-sellers-category-home-supply__side--front:after{width:90%}.card-best-sellers-category-home-supply__side--back{transform:rotateY(180deg)}.card-best-sellers-category-home-supply__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-best-sellers-category-home-supply__side--back-2{background-image:linear-gradient(90deg,#1d497de6,#1d497d7d)}.card-best-sellers-category-home-supply__side--back-3{background-image:linear-gradient(90deg,#ff00001a 0,#000 35%,#ff00001a)}.card-best-sellers-category-home-supply:hover .card-best-sellers-category-home-supply__side--back{transform:rotateY(0)}.card-best-sellers-category-home-supply__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;max-height:30rem!important;min-height:30rem!important;object-fit:cover;position:absolute;top:-.25rem;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:100%}.card-best-sellers-category-home-supply__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-best-sellers-category-home-supply__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:50%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-best-sellers-category-home-supply__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-best-sellers-category-home-supply__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-best-sellers-category-home-supply__seller-name-1{opacity:0;width:0}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__seller-name-1{opacity:0;width:0}}.card-best-sellers-category-home-supply__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-best-sellers-category-home-supply__heading{border:.3rem solid #fff;font-size:1.6rem;font-weight:500;position:relative;text-align:right;text-transform:uppercase;top:100%;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:100%}.card-best-sellers-category-home-supply__heading-span{padding:0 1.5rem}.card-best-sellers-category-home-supply__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-best-sellers-category-home-supply__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-best-sellers-category-home-supply__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-best-sellers-category-home-supply__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-best-sellers-category-home-supply__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-best-sellers-category-home-supply__details ul{list-style:none;margin:-10rem auto;width:100%}.card-best-sellers-category-home-supply__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-best-sellers-category-home-supply__back-header-box{background-color:#182a41;display:flex;height:15%;justify-content:center!important;justify-items:center!important;position:absolute;width:100%}@media (max-width:37.5em){.card-best-sellers-category-home-supply__back-header-box{height:0;opacity:0;width:0}}.card-best-sellers-category-home-supply__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-best-sellers-category-home-supply__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-best-sellers-category-home-supply__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-best-sellers-category-home-supply__cta:before{height:0;opacity:0;width:0}}.card-best-sellers-category-home-supply__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:15%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}@media (max-width:37.5em){.card-best-sellers-category-home-supply__cta:after{height:0;opacity:0;width:0}}.card-best-sellers-category-home-supply__cta:hover:after{transition:width .5s .1s;-webkit-transition:width .5s .1s;-moz-transition:width .5s .1s;-ms-transition:width .5s .1s;-o-transition:width .5s .1s;width:95%}.card-best-sellers-category-home-supply__price-box{align-items:center;color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}@media (max-width:37.5em){.card-best-sellers-category-home-supply__price-box{left:42%;top:3%}}.card-best-sellers-category-home-supply__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-best-sellers-category-home-supply__price-value{font-size:3.5rem}}.card-best-sellers-category-home-supply__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-best-sellers-category-home-supply__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-best-sellers-category-home-supply__view-product{bottom:-3.5rem!important;font-size:3.5rem!important}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-best-sellers-category-home-supply__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}@media (max-width:75em){.card-best-sellers-category-home-supply__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-best-sellers-category-home-supply__view-product--video{font-size:3rem!important}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-best-sellers-category-home-supply__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;padding-bottom:2rem}@media (max-width:56.25em){.card-best-sellers-category-home-supply__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-best-sellers-category-home-supply__view-product--view{font-size:2.5rem!important}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__view-product--view{margin-top:3rem!important}}.card-best-sellers-category-home-supply__seller-video-name{color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;padding:0 5rem;position:absolute;right:20%;text-align:center;top:-1%;width:100%}@media (max-width:37.5em){.card-best-sellers-category-home-supply__seller-video-name{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-6%}}.card-best-sellers-category-home-supply__related-product-seller-name{color:#fff;cursor:pointer!important;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;position:absolute;text-align:center;width:100%}.card-best-sellers-category-home-supply__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.6rem;justify-content:center;justify-items:center;left:30%;margin-top:-2%;padding:0 1rem;position:absolute;width:85%}@media (max-width:56.25em){.card-best-sellers-category-home-supply__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-best-sellers-category-home-supply__seller-name-2{font-size:3rem!important;left:25%;margin-top:-7rem!important}}.card-best-sellers-category-home-supply__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-best-sellers-category-home-supply__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-best-sellers-category-home-supply__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-best-sellers-category-home-supply__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-best-sellers-category-home-supply__add-to-cart--home{font-size:2.7rem;left:20%;top:6.3vh;width:60%}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-best-sellers-category-home-supply__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-best-sellers-category-home-supply__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-best-sellers-category-home-supply__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-best-sellers-category-home-supply__product-color{font-size:3rem!important;left:-5%;margin-right:1rem!important;position:absolute;top:1.5vh}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-best-sellers-category-home-supply__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-best-sellers-category-home-supply__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-best-sellers-category-home-supply__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-best-sellers-category-home-supply__product-size{font-size:3rem!important;left:62%;top:1.5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:23.4375em){.card-best-sellers-category-home-supply__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-best-sellers-category-home-supply__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;position:absolute;text-align:center;top:0;width:100%}@media (max-width:56.25em){.card-best-sellers-category-home-supply__rating{font-size:2.5rem!important;margin-top:-5rem}}.card-best-sellers-category-home-supply__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:-1.5rem;width:100%}@media (max-width:56.25em){.card-best-sellers-category-home-supply__rating-showAverage{font-size:2.5rem!important;top:0}}.card-best-sellers-category-home-supply__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin-top:-1.5rem;text-align:center;text-transform:capitalize;width:100%}@media (max-width:56.25em){.card-best-sellers-category-home-supply__rating-message{font-size:2.5rem!important}}.card-new-arrival-product-card{border:none;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;height:100%!important}.card-new-arrival-product-card__side{border-radius:3%;-webkit-border-radius:3%;-moz-border-radius:3%;-ms-border-radius:3%;-o-border-radius:3%;height:100%!important;overflow:hidden;transition:all 1s ease;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease}.card-new-arrival-product-card__side--front:after{width:90%}.card-new-arrival-product-card__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-new-arrival-product-card__side--back-2{background-image:linear-gradient(90deg,#1d497de6,#1d497d7d)}.card-new-arrival-product-card__side--back-3{background-image:linear-gradient(90deg,#0639701a 0,#000 35%,#ffffff1a)}.card-new-arrival-product-card__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;height:100%;object-fit:cover;position:absolute;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:100%}.card-new-arrival-product-card__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-new-arrival-product-card__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:50%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-new-arrival-product-card__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-new-arrival-product-card__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-new-arrival-product-card__seller-name-1{opacity:0;width:0}}@media (max-width:23.4375em){.card-new-arrival-product-card__seller-name-1{opacity:0;width:0}}.card-new-arrival-product-card__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-new-arrival-product-card__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.1rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-new-arrival-product-card__heading-span{padding:0 1.5rem}.card-new-arrival-product-card__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-new-arrival-product-card__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-new-arrival-product-card__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-new-arrival-product-card__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-new-arrival-product-card__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-new-arrival-product-card__details ul{list-style:none;margin:-10rem auto;width:100%}.card-new-arrival-product-card__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-new-arrival-product-card__back-header-box{background-color:#182a41;display:flex;height:15%;justify-content:center!important;justify-items:center!important;position:absolute;width:100%}@media (max-width:37.5em){.card-new-arrival-product-card__back-header-box{height:0;opacity:0;width:0}}.card-new-arrival-product-card__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-new-arrival-product-card__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-new-arrival-product-card__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-new-arrival-product-card__cta:before{height:0;opacity:0;width:0}}.card-new-arrival-product-card__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:15%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}@media (max-width:37.5em){.card-new-arrival-product-card__cta:after{height:0;opacity:0;width:0}}.card-new-arrival-product-card__cta:hover:after{transition:width .5s .1s;-webkit-transition:width .5s .1s;-moz-transition:width .5s .1s;-ms-transition:width .5s .1s;-o-transition:width .5s .1s;width:95%}.card-new-arrival-product-card__price-box{align-items:center;color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}@media (max-width:37.5em){.card-new-arrival-product-card__price-box{left:42%;top:3%}}.card-new-arrival-product-card__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-new-arrival-product-card__price-value{font-size:3.5rem}}.card-new-arrival-product-card__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-new-arrival-product-card__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-new-arrival-product-card__view-product{bottom:-3.5rem!important;font-size:3.5rem!important}}@media (max-width:23.4375em){.card-new-arrival-product-card__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-new-arrival-product-card__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}@media (max-width:75em){.card-new-arrival-product-card__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-new-arrival-product-card__view-product--video{font-size:3rem!important}}@media (max-width:23.4375em){.card-new-arrival-product-card__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-new-arrival-product-card__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;padding-bottom:2rem}@media (max-width:56.25em){.card-new-arrival-product-card__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-new-arrival-product-card__view-product--view{font-size:2.5rem!important}}@media (max-width:23.4375em){.card-new-arrival-product-card__view-product--view{margin-top:3rem!important}}.card-new-arrival-product-card__seller-video-name{color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;padding:0 5rem;position:absolute;right:20%;text-align:center;top:-1%;width:100%}@media (max-width:37.5em){.card-new-arrival-product-card__seller-video-name{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-6%}}.card-new-arrival-product-card__related-product-seller-name{color:#fff;cursor:pointer!important;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;position:absolute;text-align:center;width:100%}.card-new-arrival-product-card__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.6rem;justify-content:center;justify-items:center;left:30%;margin-top:-2%;padding:0 1rem;position:absolute;width:85%}@media (max-width:56.25em){.card-new-arrival-product-card__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-new-arrival-product-card__seller-name-2{font-size:3rem!important;left:25%;margin-top:-7rem!important}}.card-new-arrival-product-card__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-new-arrival-product-card__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-new-arrival-product-card__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-new-arrival-product-card__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-new-arrival-product-card__add-to-cart--home{font-size:2.7rem;left:20%;top:6.3vh;width:60%}}@media (max-width:23.4375em){.card-new-arrival-product-card__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-new-arrival-product-card__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-new-arrival-product-card__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-new-arrival-product-card__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-new-arrival-product-card__product-color{font-size:3rem!important;left:-5%;margin-right:1rem!important;position:absolute;top:1.5vh}}@media (max-width:23.4375em){.card-new-arrival-product-card__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-new-arrival-product-card__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-new-arrival-product-card__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-new-arrival-product-card__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-new-arrival-product-card__product-size{font-size:3rem!important;left:62%;top:1.5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:23.4375em){.card-new-arrival-product-card__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-new-arrival-product-card__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;position:absolute;text-align:center;top:0;width:100%}@media (max-width:56.25em){.card-new-arrival-product-card__rating{font-size:2.5rem!important;margin-top:-5rem}}.card-new-arrival-product-card__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:-1.5rem;width:100%}@media (max-width:56.25em){.card-new-arrival-product-card__rating-showAverage{font-size:2.5rem!important;top:0}}.card-new-arrival-product-card__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin-top:-1.5rem;text-align:center;text-transform:capitalize;width:100%}@media (max-width:56.25em){.card-new-arrival-product-card__rating-message{font-size:2.5rem!important}}.card-best-all-category-small-section{border:none;height:100%!important}@media (max-width:37.5em){.card-best-all-category-small-section{margin:.2rem auto!important;width:100%}}.card-best-all-category-small-section__side{height:30rem!important;overflow:hidden;padding:1rem auto!important;transition:all .8s ease;-webkit-transition:all .8s ease}@media (max-width:37.5em){.card-best-all-category-small-section__side{height:38rem!important}}.card-best-all-category-small-section__side--front:after{width:90%}.card-best-all-category-small-section__side--back{width:100%!important;z-index:1000}.card-best-all-category-small-section__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-best-all-category-small-section__side--back-2{background-image:linear-gradient(90deg,#1d497de6,#1d497d7d)}.card-best-all-category-small-section__side--back-3{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa)}.card-best-all-category-small-section__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;max-height:30rem!important;min-height:30rem!important;object-fit:cover;position:absolute;top:-.25rem;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:90%}@media (max-width:37.5em){.card-best-all-category-small-section__picture{max-height:38rem!important;min-height:38rem!important;width:100%!important}}.card-best-all-category-small-section__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-best-all-category-small-section__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:50%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-best-all-category-small-section__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-best-all-category-small-section__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.6rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-best-all-category-small-section__seller-name-1{opacity:0;width:0}}@media (max-width:23.4375em){.card-best-all-category-small-section__seller-name-1{opacity:0;width:0}}.card-best-all-category-small-section__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-best-all-category-small-section__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.1rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-best-all-category-small-section__heading-span{padding:0 1.5rem}.card-best-all-category-small-section__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-best-all-category-small-section__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-best-all-category-small-section__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-best-all-category-small-section__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-best-all-category-small-section__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-best-all-category-small-section__details ul{list-style:none;margin:-10rem auto;width:100%}.card-best-all-category-small-section__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-best-all-category-small-section__back-header-box{background-color:#182a41;display:flex;height:15%;justify-content:center!important;justify-items:center!important;position:absolute;width:100%}@media (max-width:37.5em){.card-best-all-category-small-section__back-header-box{height:0;opacity:0;width:0}}.card-best-all-category-small-section__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-best-all-category-small-section__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-best-all-category-small-section__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-best-all-category-small-section__cta:before{height:0;opacity:0;width:0}}.card-best-all-category-small-section__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:15%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}@media (max-width:37.5em){.card-best-all-category-small-section__cta:after{height:0;opacity:0;width:0}}.card-best-all-category-small-section__cta:hover:after{transition:width .5s .1s;-webkit-transition:width .5s .1s;-moz-transition:width .5s .1s;-ms-transition:width .5s .1s;-o-transition:width .5s .1s;width:95%}.card-best-all-category-small-section__price-box{align-items:center;color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}@media (max-width:37.5em){.card-best-all-category-small-section__price-box{left:42%;top:-1rem}}.card-best-all-category-small-section__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-best-all-category-small-section__price-value{font-size:3.5rem}}.card-best-all-category-small-section__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-best-all-category-small-section__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-best-all-category-small-section__view-product{bottom:-3.5rem!important;font-size:3.5rem!important}}@media (max-width:23.4375em){.card-best-all-category-small-section__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-best-all-category-small-section__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}@media (max-width:75em){.card-best-all-category-small-section__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-best-all-category-small-section__view-product--video{font-size:3rem!important}}@media (max-width:23.4375em){.card-best-all-category-small-section__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-best-all-category-small-section__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;padding-bottom:2rem}@media (max-width:56.25em){.card-best-all-category-small-section__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-best-all-category-small-section__view-product--view{font-size:2.5rem!important}}@media (max-width:23.4375em){.card-best-all-category-small-section__view-product--view{margin-top:3rem!important}}.card-best-all-category-small-section__seller-video-name{color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;padding:0 5rem;position:absolute;right:20%;text-align:center;top:-1%;width:100%}@media (max-width:37.5em){.card-best-all-category-small-section__seller-video-name{font-size:3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;top:-6%}}.card-best-all-category-small-section__related-product-seller-name{color:#fff;cursor:pointer!important;display:flex;height:3rem;justify-content:center;justify-items:center;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;position:absolute;text-align:center;width:100%}.card-best-all-category-small-section__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.6rem;justify-content:center;justify-items:center;left:30%;margin-top:-2%;padding:0 1rem;position:absolute;width:85%}@media (max-width:56.25em){.card-best-all-category-small-section__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-best-all-category-small-section__seller-name-2{font-size:3rem!important;left:25%;margin-top:-7rem!important}}.card-best-all-category-small-section__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-best-all-category-small-section__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-best-all-category-small-section__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-best-all-category-small-section__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-best-all-category-small-section__add-to-cart--home{font-size:2.7rem;left:20%;top:6.3vh;width:60%}}@media (max-width:23.4375em){.card-best-all-category-small-section__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-best-all-category-small-section__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-best-all-category-small-section__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-best-all-category-small-section__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-best-all-category-small-section__product-color{font-size:2.5rem!important;left:-5%;position:absolute;top:1.5vh}}@media (max-width:23.4375em){.card-best-all-category-small-section__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-best-all-category-small-section__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (max-width:75em){.card-best-all-category-small-section__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-best-all-category-small-section__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-best-all-category-small-section__product-size{font-size:2.5rem!important;left:60%;top:1.5vh}}@media (max-width:23.4375em){.card-best-all-category-small-section__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-best-all-category-small-section__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;position:absolute;text-align:center;top:0;width:100%}@media (max-width:56.25em){.card-best-all-category-small-section__rating{font-size:2.5rem!important;margin-top:-5rem}}.card-best-all-category-small-section__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;left:50%;position:absolute;text-align:center;text-transform:capitalize;top:-1.5rem;width:100%}@media (max-width:56.25em){.card-best-all-category-small-section__rating-showAverage{font-size:2.5rem!important;top:0}}.card-best-all-category-small-section__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;margin-top:-1.5rem;text-align:center;text-transform:capitalize;width:100%}@media (max-width:56.25em){.card-best-all-category-small-section__rating-message{font-size:2.5rem!important}}.card-best-all-category{border:none;box-shadow:0 1rem 1.5rem #000000d9;perspective:150rem;-moz-perspective:150rem;position:relative}.card-best-all-category__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;height:35rem!important;left:0;margin:7rem auto 5rem!important;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}@media (max-width:37.5em){.card-best-all-category__side{margin:55% 0!important;width:100%!important}}.card-best-all-category:hover .card-best-all-category__side--back{transform:rotateY(0)}.card-best-all-category__picture{background-blend-mode:color-burn;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;max-height:45rem!important;min-height:45rem!important;object-fit:cover;position:absolute;top:-.25rem;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:100%}.card-category-products-2{background-color:initial;border:none;height:100%;perspective:150rem;-moz-perspective:150rem;position:relative}.card-category-products-2:hover .card-category-products-2__side--back{transform:rotateY(0)}.card-category-products-2__picture{height:100%;object-fit:fill;position:absolute;top:-.25rem;width:100%}.card-category-products-2__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-category-products-2__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:60%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-category-products-2__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-category-products-2__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.3rem;font-weight:700;justify-content:center;justify-items:center;left:2rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}.card-category-products-2__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-category-products-2__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.5rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-category-products-2__heading-span{padding:0 1.5rem}.card-category-products-2__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-category-products-2__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-category-products-2__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-category-products-2__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-category-products-2__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-category-products-2__details ul{list-style:none;margin:-10rem auto;width:100%}.card-category-products-2__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-category-products-2__back-header-box{background-color:#182a41;height:25%;position:absolute;width:100%}.card-category-products-2__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-category-products-2__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;width:100%}.card-category-products-2__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:2vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-category-products-2__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:50%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:90%}.card-category-products-2__price-box{align-items:center;color:#ededf3;left:40%;position:absolute;text-align:center;top:2%}.card-category-products-2__price-value{font-size:2rem;font-weight:400}.card-category-products-2__view-product{bottom:5%;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;padding:5rem auto;position:absolute;width:100%}.card-category-products-2__view-product--video{color:#839cf6;display:inline-block;margin-left:1rem}.card-category-products-2__view-product--view{color:#839cf6;display:inline-block;margin-left:5rem}.card-category-products-2__seller-video-name{display:inline-block;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem}.card-category-products-2__seller-name-2{color:#fff;display:flex;font-size:2rem;justify-content:center;left:5%;padding:0 1rem;position:absolute;top:25%;width:100%}.card-category-products-2__add-to-cart{color:#fff;display:flex;font-size:1.5rem;justify-content:center;left:40%;margin-top:1rem;position:absolute;top:50%}.card-category-products-2__rating{display:flex;font-size:1.5rem;justify-content:center;justify-items:center;position:absolute;text-align:center;top:1%;width:100%}.card-category-products-2__rating-showAverage{left:50%;position:absolute}.card-category-products-2__rating-message,.card-category-products-2__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;text-align:center;text-transform:capitalize;width:100%}.card-category-products-2__rating-message{color:#fff;justify-content:center;justify-items:center;margin-top:1rem}.card-category-products-3{background-color:initial;border:none;height:100%;perspective:150rem;-moz-perspective:150rem}.card-category-products-3__picture{height:100%;object-fit:fill;position:relative;width:100%}.card-category-products-3__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:20%;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-category-products-3__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:60%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-category-products-3__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-category-products-3__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.2rem;font-weight:700;justify-content:center;justify-items:center;left:3rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}.card-category-products-3__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-category-products-3__heading{font-size:1.6rem;left:.5rem;text-align:right;width:60%}.card-category-products-3__heading,.card-category-products-3__heading--small-2-products{font-weight:500;overflow:hidden;position:absolute;text-transform:uppercase;top:.5rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s}.card-category-products-3__heading--small-2-products{font-size:1.2rem;left:.3rem;text-align:left;width:75%}.card-home-main-sub-category-product-card{height:100%;position:relative;width:100%}.card-home-main-sub-category-product-card:hover{background-color:#fff;border:.2rem solid #0000001a;box-shadow:0 .8rem 1rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}@media (max-width:112.5em){.card-home-main-sub-category-product-card{height:100%;width:100%}}@media (max-width:56.25em){.card-home-main-sub-category-product-card{height:100%;width:100%}}@media (max-width:37.5em){.card-home-main-sub-category-product-card{height:100%;width:100%}.card-home-main-sub-category-product-card:hover{background-color:#fff;border:.2rem solid #0000001a;box-shadow:0 1rem 1rem #00000080;height:45vh;left:15%;margin:5rem!important;position:absolute;top:25%;transform:scale(1.5) translateY(-.5rem);-webkit-transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.5) translateY(-.5rem);-ms-transform:scale(1.5) translateY(-.5rem);-o-transform:scale(1.5) translateY(-.5rem);width:45vw;z-index:10000}}@media (max-width:31.25em){.card-home-main-sub-category-product-card{border:.2rem solid blue;height:100%;width:100%;z-index:100}.card-home-main-sub-category-product-card:hover{background-color:#fff;border:.2rem solid #0000001a;border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important;box-shadow:0 1rem 1rem #00000080;height:55vh;left:5vh;margin:1vh!important;position:absolute;top:15%;transform:scale(1.4) translateY(-.5rem);-webkit-transform:scale(1.4) translateY(-.5rem);-moz-transform:scale(1.4) translateY(-.5rem);-ms-transform:scale(1.4) translateY(-.5rem);-o-transform:scale(1.4) translateY(-.5rem);width:70vw;z-index:2000;z-index:10000}}@media (max-width:23.4375em){.card-home-main-sub-category-product-card{height:100%;width:100%}}@media (min-width:112.51em){.card-home-main-sub-category-product-card{height:100%;width:100%}}.card-home-main-sub-category-product-card__category-sub-product-logo{height:2.5rem!important;left:.5rem;position:absolute;top:.5rem;width:4rem}.card-home-main-sub-category-product-card__picture{background-size:cover;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;flex-shrink:0;-webkit-flex-shrink:0;margin:25% 10%!important;max-height:20rem!important;max-width:100%;object-fit:fill!important;overflow:hidden;position:absolute;width:80%}@media (max-width:75em){.card-home-main-sub-category-product-card__picture{height:50%!important;margin:40% 5% 20%!important;width:90%!important}}@media (max-width:56.25em){.card-home-main-sub-category-product-card__picture{height:65%!important;margin:20% 5% 15%!important;max-height:65%!important;width:90%!important}}@media (max-width:43.75em){.card-home-main-sub-category-product-card__picture{height:65%!important;margin:20% 8% 15%!important;max-height:65%!important;width:84%!important}}@media (max-width:31.25em){.card-home-main-sub-category-product-card__picture{height:59%!important;margin:30% 8% 15%!important;width:84%!important}.card-home-main-sub-category-product-card__picture:hover{border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;height:100%!important;margin:15% 3% 0!important;width:94%!important}}@media (min-width:112.51em){.card-home-main-sub-category-product-card__picture{height:55%!important;margin:30% 5% 20%!important;width:90%!important}}.card-home-main-sub-category-product-card__seller-name-1{background-color:#0000001a;color:#5643fa;font-size:1rem;font-weight:700;justify-content:center;justify-items:center;left:1rem;padding-left:5rem;position:absolute;top:20%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:50%}.card-home-main-sub-category-product-card__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-home-main-sub-category-product-card__seller-name-category-sub-product{background-color:#ffffff80;color:#085eaf;font-size:1.5rem;font-weight:700;justify-content:center;justify-items:center;left:40%;padding:1rem 2rem;position:absolute;top:40%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:60%}.card-home-main-sub-category-product-card__seller-name-category-sub-product__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-home-main-sub-category-product-card__heading{font-size:1.5rem;font-weight:500;left:10rem;position:absolute;text-align:right;text-transform:uppercase;top:.5rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:100%;z-index:1000}@media (max-width:37.5em){.card-home-main-sub-category-product-card__heading{position:absolute;top:0}}.card-home-main-sub-category-product-card__price-box{align-items:center;background-color:#28b48514;color:#000c;left:30%;position:absolute;text-align:center;top:30rem;width:40%}@media (max-width:75em){.card-home-main-sub-category-product-card__price-box{left:30%;top:85%}}@media (max-width:56.25em){.card-home-main-sub-category-product-card__price-box{left:30%;top:40rem}}@media (max-width:37.5em){.card-home-main-sub-category-product-card__price-box{top:85%}}@media (min-width:112.51em){.card-home-main-sub-category-product-card__price-box{left:30%;top:80%}}.card-home-main-sub-category-product-card__price-value{font-size:2rem;font-weight:400}@media (max-width:56.25em){.card-home-main-sub-category-product-card__price-value{font-size:3rem}}@media (max-width:37.5em){.card-home-main-sub-category-product-card__price-value{font-size:3rem}}.card-home-main-sub-category-product-card__view-product{background-color:#ffffff80;color:#000;display:flex;font-size:1rem;justify-content:flex-start;justify-items:center;padding:2rem 1rem;width:100%}.card-home-main-sub-category-product-card__view-product-category-sub-product{background-color:#0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;left:-6rem;padding:.8rem 1rem!important;position:absolute;top:10rem;width:13rem}.card-home-main-sub-category-product-card__view-product-category-sub-product:hover{background-color:initial!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.card-home-main-sub-category-product-card__view-product-category-sub-product:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.card-home-main-sub-category-product-card__view-product-category-sub-product:active,.card-home-main-sub-category-product-card__view-product-category-sub-product:focus{background-color:#085eaf33!important;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}@media (max-width:37.5em){.card-home-main-sub-category-product-card__view-product-category-sub-product{left:-3rem;position:absolute;top:9rem}}.card-seller-home-sub-category{height:100%;perspective:150rem;-moz-perspective:150rem;position:relative;width:100%}.card-seller-home-sub-category:hover{background-color:#fffc;border:.2rem solid #0000001a;box-shadow:0 .8rem 1rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}@media (max-width:56.25em){.card-seller-home-sub-category{height:100%;width:100%}}@media (max-width:37.5em){.card-seller-home-sub-category{height:34rem;padding:1rem 0!important;width:34rem}.card-seller-home-sub-category:hover{background-color:#fff;border:.2rem solid #0000001a;box-shadow:0 1rem 1rem #00000080;left:25%;margin-bottom:5rem!important;position:absolute;top:0;transform:scale(1.5) translateY(-1rem);-webkit-transform:scale(1.5) translateY(-1rem);-moz-transform:scale(1.5) translateY(-1rem);-ms-transform:scale(1.5) translateY(-1rem);-o-transform:scale(1.5) translateY(-1rem);z-index:10000}}.card-seller-home-sub-category__category-sub-product-logo{height:2.5rem!important;left:.5rem;position:absolute;top:.5rem;width:4rem}.card-seller-home-sub-category__picture{background-size:cover;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;flex-shrink:0;-webkit-flex-shrink:0;margin:1rem 3rem!important;max-height:20rem!important;max-width:100%;object-fit:fill!important;overflow:hidden;position:absolute;top:20%;width:20rem}@media (max-width:37.5em){.card-seller-home-sub-category__picture{margin:1rem 4rem!important;max-height:25rem;top:23%!important;width:25rem}}.card-seller-home-sub-category__seller-name-1{background-color:#0000001a;color:#5643fa;font-size:1rem;font-weight:700;justify-content:center;justify-items:center;left:1rem;padding-left:5rem;position:absolute;top:20%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:50%}.card-seller-home-sub-category__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-seller-home-sub-category__seller-name-category-sub-product{background-color:#ffffff80;color:#085eaf;font-size:1.5rem;font-weight:700;justify-content:center;justify-items:center;left:40%;padding:1rem 2rem;position:absolute;top:40%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:60%}.card-seller-home-sub-category__seller-name-category-sub-product__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-seller-home-sub-category__heading{font-size:1.2rem;font-weight:500;left:10rem;position:absolute;text-align:right;text-transform:uppercase;top:.5rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:100%;z-index:1000}@media (max-width:37.5em){.card-seller-home-sub-category__heading{position:absolute;top:0}}.card-seller-home-sub-category__price-box{align-items:center;background-color:#28b48514;color:#000c;left:23%;position:absolute;text-align:center;top:30rem;width:15rem}@media (max-width:37.5em){.card-seller-home-sub-category__price-box{top:29rem}}.card-seller-home-sub-category__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-seller-home-sub-category__price-value{font-size:3rem}}.card-seller-home-sub-category__view-product{background-color:#ffffff80;color:#000;display:flex;font-size:1rem;justify-content:flex-start;justify-items:center;padding:2rem 1rem;width:100%}.card-seller-home-sub-category__view-product-category-sub-product{background-color:#0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;left:-6rem;padding:.8rem 1rem!important;position:absolute;top:10rem;width:13rem}.card-seller-home-sub-category__view-product-category-sub-product:hover{background-color:initial!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.card-seller-home-sub-category__view-product-category-sub-product:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.card-seller-home-sub-category__view-product-category-sub-product:active,.card-seller-home-sub-category__view-product-category-sub-product:focus{background-color:#085eaf33!important;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}@media (max-width:37.5em){.card-seller-home-sub-category__view-product-category-sub-product{left:-3rem;position:absolute;top:9rem}}.card-wishlist-product{height:25rem;position:relative;width:100%}.card-wishlist-product:hover{background-color:#fffc;border:.2rem solid #0000001a;box-shadow:0 .8rem 1rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}@media (max-width:56.25em){.card-wishlist-product{height:100%;width:100%}}@media (max-width:37.5em){.card-wishlist-product{height:35rem;padding:0 auto!important;width:100%}.card-wishlist-product:hover{background-color:#fff;border:.2rem solid #0000001a;box-shadow:0 1rem 1rem #00000080;transform:scale(1.2) translateY(-.5rem);-webkit-transform:scale(1.2) translateY(-.5rem);-moz-transform:scale(1.2) translateY(-.5rem);-ms-transform:scale(1.2) translateY(-.5rem);-o-transform:scale(1.2) translateY(-.5rem);z-index:10000}}@media (max-width:23.4375em){.card-wishlist-product{width:100%}}.card-wishlist-product__picture{background-size:cover;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;flex-shrink:0;-webkit-flex-shrink:0;margin:2rem auto 0!important;max-height:20rem!important;max-width:100%;object-fit:fill!important;overflow:hidden;width:20rem}@media (max-width:37.5em){.card-wishlist-product__picture{max-height:25rem!important;top:10%!important;width:25rem}}.card-wishlist-product__seller-name-1{background-color:#0000001a;color:#5643fa;font-size:1rem;font-weight:700;justify-content:center;justify-items:center;left:1rem;padding-left:5rem;position:absolute;top:20%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:50%}.card-wishlist-product__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-wishlist-product__seller-name-category-sub-product{background-color:#ffffff80;color:#085eaf;font-size:1.5rem;font-weight:700;justify-content:center;justify-items:center;left:40%;padding:1rem 2rem;position:absolute;top:30%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:60%}.card-wishlist-product__seller-name-category-sub-product__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-wishlist-product__heading{font-size:1.2rem;font-weight:500;left:10rem;position:absolute;text-align:right;text-transform:uppercase;top:.5rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:100%;z-index:1000}@media (max-width:37.5em){.card-wishlist-product__heading{position:absolute;top:0}}.card-wishlist-product__price-box{align-items:center;background-color:#28b48514;color:#000c;left:23%;position:absolute;text-align:center;top:30rem;width:15rem}@media (max-width:37.5em){.card-wishlist-product__price-box{top:29rem}}.card-wishlist-product__price-value{font-size:2rem;font-weight:400}@media (max-width:37.5em){.card-wishlist-product__price-value{font-size:3rem}}.card-wishlist-product__view-product{background-color:#ffffff80;color:#000;display:flex;font-size:1rem;justify-content:flex-start;justify-items:center;padding:2rem 1rem;width:100%}.card-wishlist-product__view-product-category-sub-product{background-color:#0000004d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;left:6rem;padding:.8rem 1rem!important;position:absolute;top:13rem;width:13rem}.card-wishlist-product__view-product-category-sub-product:hover{background-color:initial!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.card-wishlist-product__view-product-category-sub-product:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.card-wishlist-product__view-product-category-sub-product:active,.card-wishlist-product__view-product-category-sub-product:focus{background-color:#085eaf33!important;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}@media (max-width:37.5em){.card-wishlist-product__view-product-category-sub-product{left:-3rem;position:absolute;top:9rem}}.card-product-related{background-color:initial;border:none;display:flex;height:35rem;justify-content:space-between;padding:2rem 1.5rem;width:98%}@media (max-width:56.25em){.card-product-related{font-size:2.5rem!important}}@media (max-width:37.5em){.card-product-related{height:35vh}}.card-product-related__side{height:35rem;overflow:hidden;transition:all .8s ease;-webkit-transition:all .8s ease}@media (max-width:37.5em){.card-product-related__side{height:35vh}}.card-product-related__side--front{background-color:#fffc}.card-product-related__side--front:after{width:100%}.card-product-related__side--back{height:100%;width:100%!important}.card-product-related__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-product-related__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card-product-related__side--back-3{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a)}.card-product-related__picture{background-blend-mode:color-burn;height:97%!important;margin-top:3rem;max-height:27rem;min-height:27rem;position:absolute;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:98%!important}@media (max-width:37.5em){.card-product-related__picture{height:29vh!important;margin:6rem 10%!important;max-height:29vh;width:65vw!important}}.card-product-related__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-product-related__picture:before{background-color:#ff7730;height:50%;left:90%;top:14vw;width:.1rem}}.card-product-related__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:60%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-product-related__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0!important}.card-product-related__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.5rem;font-weight:500;justify-content:center;justify-items:center;padding-left:5rem;position:absolute;right:5%;top:54%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}@media (max-width:37.5em){.card-product-related__seller-name-1{font-size:3rem;padding-left:15rem;right:0}}.card-product-related__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-product-related__video-category-sub-product{background-color:#0000004d;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;padding:.3rem 3rem;position:absolute;right:5%;top:81%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card-product-related__video-category-sub-product:hover{background-color:initial!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.card-product-related__video-category-sub-product:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.card-product-related__video-category-sub-product:active,.card-product-related__video-category-sub-product:focus{background-color:#085eaf33!important;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.card-product-related__heading{font-weight:bolder!important;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:80%}@media (max-width:37.5em){.card-product-related__heading{font-size:5rem}}.card-product-related__heading-span{padding:0 1.5rem}.card-product-related__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-product-related__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-product-related__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-product-related__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-product-related__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-product-related__details ul{list-style:none;margin:-10rem auto;width:100%}.card-product-related__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-product-related__back-header-box{background-color:#182a41;display:flex;height:20%;justify-content:center;justify-items:center;position:absolute;width:100%}.card-product-related__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:10%;position:absolute;width:100%}.card-product-related__cta{font-size:1.1rem;height:64%;position:absolute;text-align:center;top:25%;width:100%}.card-product-related__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:.1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-product-related__cta:before{height:0;opacity:0;width:0}}.card-product-related__cta:after{background-color:#fff;content:"";height:.01rem;left:3rem;position:absolute;top:18%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}.card-product-related__price-box{color:#ededf3;left:45%;position:absolute;text-align:center;top:30%}@media (max-width:37.5em){.card-product-related__price-box{left:42%;position:absolute;top:5vh}}.card-product-related__related-product-seller-name{background-color:#ffffff80;color:#fff;cursor:pointer!important;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin-bottom:3rem;margin-top:-.5rem;padding:.5rem auto;position:absolute;text-align:center;width:100%}@media (max-width:37.5em){.card-product-related__related-product-seller-name{margin-top:5rem}}.card-product-related__price-value{font-size:2rem!important;font-weight:400}@media (max-width:56.25em){.card-product-related__price-value{font-size:5rem!important}}.card-product-related__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;padding:5rem auto;position:absolute;width:100%!important}@media (max-width:56.25em){.card-product-related__view-product{bottom:-2vh!important;font-size:2.5rem!important}}@media (max-width:37.5em){.card-product-related__view-product{font-size:3.5rem!important}}@media (max-width:23.4375em){.card-product-related__view-product{bottom:0!important;font-size:2.5rem!important;top:7vh}}.card-product-related__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:5rem;z-index:100}@media (max-width:75em){.card-product-related__view-product--video{font-size:1.3rem!important}}@media (max-width:56.25em){.card-product-related__view-product--video{font-size:3rem!important}}@media (max-width:37.5em){.card-product-related__view-product--video{font-size:4rem!important}}@media (max-width:23.4375em){.card-product-related__view-product--video{font-size:2.5rem!important;margin-top:-11rem!important}}.card-product-related__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem;margin-top:3rem!important;z-index:100}@media (max-width:56.25em){.card-product-related__view-product--view{margin-top:6rem!important}}@media (max-width:37.5em){.card-product-related__view-product--view{margin-top:3.5rem!important;padding-bottom:5rem}}@media (max-width:23.4375em){.card-product-related__view-product--view{margin-top:3rem!important}}.card-product-related__seller-video-name{cursor:pointer;display:flex;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem;position:absolute;right:20%;top:-2%;width:100%}.card-product-related__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.6rem;justify-content:center;left:20%;margin-top:5%;padding:0 1rem;position:absolute;width:100%}@media (max-width:56.25em){.card-product-related__seller-name-2{font-size:2.5rem!important}}@media (max-width:37.5em){.card-product-related__seller-name-2{font-size:4rem!important;margin-top:-1rem}}.card-product-related__add-to-cart{border-bottom:.2rem solid #fff3;color:#ff7730;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.5rem;left:40%;position:absolute;top:19vh;width:60%}@media (max-width:37.5em){.card-product-related__add-to-cart{font-size:4rem;left:40%;top:14vh;width:60%}}@media (max-width:23.4375em){.card-product-related__add-to-cart{font-size:2.7rem;left:40%;top:6vh;width:60%}}.card-product-related__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730!important;cursor:pointer!important;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.7rem;font-weight:700!important;left:30%;position:absolute;top:17vh;width:40%;z-index:10000}@media (max-width:75em){.card-product-related__add-to-cart--home{left:20%;top:20vh;width:60%}}@media (max-width:56.25em){.card-product-related__add-to-cart--home{font-size:2.7rem;left:20%;top:10.5vh;width:60%}}@media (max-width:37.5em){.card-product-related__add-to-cart--home{font-size:2.7rem;left:20%;top:7vh;width:60%}}@media (max-width:23.4375em){.card-product-related__add-to-cart--home{font-size:2.7rem;left:20%;top:6vh;width:60%}}.card-product-related__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:11vh;width:50%}@media (max-width:75em){.card-product-related__product-color{margin-right:2rem!important;top:11vh}}@media (max-width:56.25em){.card-product-related__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (max-width:37.5em){.card-product-related__product-color{font-size:3rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:7.5vh}}@media (max-width:23.4375em){.card-product-related__product-color{font-size:2.5rem!important;left:-5%;margin-right:2rem!important;position:absolute;top:1vh}}.card-product-related__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:11vh;width:50%}@media (max-width:75em){.card-product-related__product-size{margin-left:2rem!important;top:11vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:56.25em){.card-product-related__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:37.5em){.card-product-related__product-size{font-size:3rem!important;left:62%;top:7.5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (max-width:23.4375em){.card-product-related__product-size{font-size:2.5rem!important;left:62%;top:1vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-product-related__rating{font-size:1.5rem;height:100%;padding:auto;position:absolute;top:-10%}.card-product-related__rating,.card-product-related__rating-showAverage{display:flex;justify-content:center!important;justify-items:center!important;text-align:center;width:100%}.card-product-related__rating-showAverage{font-size:1.6rem;font-weight:500;padding-left:8rem;padding-top:1rem;text-transform:capitalize}@media (max-width:37.5em){.card-product-related__rating-showAverage{display:flex;font-size:3rem;padding-left:10rem;padding-top:5rem}}.card-product-related__rating-message{color:#fff;display:flex;font-size:1.6rem;font-weight:500;justify-content:center!important;justify-items:center!important;text-align:center;text-transform:capitalize;width:100%}@media (max-width:37.5em){.card-product-related__rating-message{font-size:3.5rem;justify-content:center!important;justify-items:center!important;padding-top:5rem}}.card-product-video{background-color:initial;border:none;display:flex;height:20rem;justify-content:space-between;margin-bottom:-5rem;padding:1rem;position:relative;width:98%}@media (max-width:37.5em){.card-product-video{height:70rem;margin-bottom:0}}.card-product-video__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:40rem;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}@media (max-width:37.5em){.card-product-video__side{height:90rem}}.card-product-video__side--front{background-color:#fff}.card-product-video__side--front:after{width:100%}.card-product-video__side--back{transform:rotateY(180deg)}.card-product-video__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-product-video__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card-product-video__side--back-3{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa)}.card-product-video:hover .card-product-video__side--back{transform:rotateY(0)}.card-product-video__picture{background-blend-mode:color-burn;height:97%!important;max-height:35rem;min-height:35rem;object-fit:fill;position:absolute;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:98%}@media (max-width:37.5em){.card-product-video__picture{max-height:85rem}}.card-product-video__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-product-video__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:60%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-product-video__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-product-video__seller-name-1{background-color:#0000001a;color:#fff;font-size:1.5rem;font-weight:500;justify-content:center;justify-items:center;padding-left:5rem;position:absolute;right:5%;top:54%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}.card-product-video__seller-name-1__seller-name-1:hover{opacity:0;transition:width opacity .5s 0;-webkit-transition:width opacity .5s 0;-moz-transition:width opacity .5s 0;-ms-transition:width opacity .5s 0;-o-transition:width opacity .5s 0;width:0}.card-product-video__video-category-sub-product{background-color:#0000004d;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;padding:.3rem 3rem;position:absolute;right:5%;top:81%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card-product-video__video-category-sub-product:hover{background-color:initial!important;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.card-product-video__video-category-sub-product:hover:after{opacity:0;transform:scaleX(1.4) scaleY(1.6);-webkit-transform:scaleX(1.4) scaleY(1.6)}.card-product-video__video-category-sub-product:active,.card-product-video__video-category-sub-product:focus{background-color:#085eaf33!important;box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem)}.card-product-video__heading{font-size:1.6rem;font-weight:500;left:.5rem;overflow:hidden;position:absolute;text-align:right;text-transform:uppercase;top:.5rem;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-product-video__heading-span{padding:0 1.5rem}.card-product-video__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-product-video__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-product-video__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-product-video__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-product-video__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-product-video__details ul{list-style:none;margin:-10rem auto;width:100%}.card-product-video__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-product-video__back-header-box{background-color:#182a41;display:flex;height:20%;justify-content:center;justify-items:center;position:absolute;width:100%}.card-product-video__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:10%;position:absolute;width:100%}.card-product-video__cta{display:block;font-size:1.1rem;height:64%;position:absolute;text-align:center;top:25%;width:100%}.card-product-video__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:25%;left:90%;position:absolute;top:1vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-product-video__cta:after{background-color:#ffffffb3;content:"";height:.01rem;left:3rem;position:absolute;top:18%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:85%}.card-product-video__price-box{color:#ededf3;left:45%;position:absolute;text-align:center;top:24%}.card-product-video__price-value{font-size:2rem;font-weight:400}.card-product-video__view-product{bottom:-3vh;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;padding:5rem auto;position:absolute;width:100%}.card-product-video__view-product--video{color:#ffffffe6;display:flex;margin-left:1rem;padding-bottom:2rem;z-index:100}.card-product-video__view-product--view{color:#ffffffe6;display:flex;justify-content:center;margin-left:1rem}.card-product-video__seller-video-name{cursor:pointer;display:flex;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem;position:absolute;right:20%;top:-2%;width:100%}.card-product-video__seller-name-2{color:#fff;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;left:20%;padding:0 1rem;position:absolute;width:100%}.card-product-video__add-to-cart{top:16vh}.card-product-video__add-to-cart,.card-product-video__add-to-cart--home{border-bottom:.2rem solid #fff3;color:#ff7730;display:flex;flex-direction:column!important;flex-wrap:nowrap;font-size:1.5rem;left:40%;position:absolute;width:60%}.card-product-video__add-to-cart--home{cursor:pointer;top:17vh;z-index:10000}.card-product-video__product-color{justify-items:center;left:0}.card-product-video__product-color,.card-product-video__product-size{background-color:#0003;color:#fff;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}.card-product-video__product-size{justify-items:space-around;right:0}.card-product-video__rating{display:flex;font-size:1.5rem;justify-content:center!important;justify-items:center!important;padding:0 2rem;position:absolute;text-align:center;top:-10%;width:100%}.card-product-video__rating-showAverage{left:50%;position:absolute}.card-product-video__rating-message,.card-product-video__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;text-align:center;text-transform:capitalize;width:100%}.card-product-video__rating-message{color:#fff;justify-content:center;justify-items:center}.card-shop-sub-category{background-color:initial;border:.1rem solid green;height:80%;perspective:150rem;-moz-perspective:150rem;position:relative}.card-shop-sub-category__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:28rem;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-shop-sub-category__side--front{background-color:#fff}.card-shop-sub-category__side--front:after{width:90%}.card-shop-sub-category__side--back{transform:rotateY(180deg)}.card-shop-sub-category__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-shop-sub-category__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card-shop-sub-category__side--back-3{background-image:linear-gradient(180deg,#085eaf1a 0,#000 35%,#5643fa)}.card-shop-sub-category:hover .card-shop-sub-category__side--back{transform:rotateY(0)}.card-shop-sub-category__picture{background-blend-mode:color-burn;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%);max-height:35rem;min-height:35rem;position:absolute;top:0;transition:filter .5s;-webkit-transition:filter .5s;-moz-transition:filter .5s;-ms-transition:filter .5s;-o-transition:filter .5s;width:26.2rem}.card-shop-sub-category__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-shop-sub-category__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:60%;transition:width .4s;-webkit-transition:width .4s;-moz-transition:width .4s;-ms-transition:width .4s;-o-transition:width .4s;width:90%;z-index:10}.card-shop-sub-category__picture:hover:after{transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:0}.card-shop-sub-category__seller-name-1{background-color:#0000001a;color:#fff;font-size:2rem;font-weight:700;justify-content:center;justify-items:center;left:5rem;padding-left:5rem;position:absolute;top:50%;transition:width .5s;-webkit-transition:width .5s;-moz-transition:width .5s;-ms-transition:width .5s;-o-transition:width .5s;width:75%}.card-shop-sub-category__heading{font-size:1.6rem;font-weight:500;overflow:hidden;text-align:right;text-transform:uppercase;transition:width .3s;-webkit-transition:width .3s;-moz-transition:width .3s;-ms-transition:width .3s;-o-transition:width .3s;width:60%}.card-shop-sub-category__heading-span{padding:0 1.5rem}.card-shop-sub-category__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-shop-sub-category__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-shop-sub-category__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-shop-sub-category__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-shop-sub-category__details{color:#fff;font-size:1.5rem;font-weight:400;margin-top:30rem;padding:2.5rem .2rem 1rem;position:absolute;top:10rem;width:85%;z-index:10}.card-shop-sub-category__details ul{list-style:none;margin:-10rem auto;width:100%}.card-shop-sub-category__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-shop-sub-category__back-header-box{background-color:#182a41;height:25%;position:absolute;width:100%}.card-shop-sub-category__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:15%;position:absolute;width:100%}.card-shop-sub-category__cta{font-size:1.1rem;height:59%;position:absolute;text-align:center;top:25%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,-50%);width:100%}.card-shop-sub-category__cta:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #0003;content:"";height:50%;left:90%;position:absolute;top:2vw;transition:height .3s;-webkit-transition:height .3s;-moz-transition:height .3s;-ms-transition:height .3s;-o-transition:height .3s;width:.1rem;z-index:10}.card-shop-sub-category__cta:after{background-color:#fff;content:"";height:.1rem;left:2rem;position:absolute;top:50%;transition:width .5s 0;-webkit-transition:width .5s 0;-moz-transition:width .5s 0;-ms-transition:width .5s 0;-o-transition:width .5s 0;width:90%}.card-shop-sub-category__price-box{align-items:center;color:#ededf3;left:40%;position:absolute;text-align:center;top:2%}.card-shop-sub-category__price-value{font-size:2rem;font-weight:400}.card-shop-sub-category__view-product{bottom:5%;display:flex;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-evenly;padding:5rem auto;position:absolute;width:100%}.card-shop-sub-category__view-product--video{color:#839cf6;display:inline-block;margin-left:1rem}.card-shop-sub-category__view-product--view{color:#839cf6;display:inline-block;margin-left:5rem}.card-shop-sub-category__seller-video-name{display:inline-block;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem}.card-shop-sub-category__seller-name-2{color:#fff;display:flex;font-size:2rem;justify-content:center;left:5%;padding:0 1rem;position:absolute;top:25%;width:100%}.card-shop-sub-category__add-to-cart{color:#fff;left:40%;margin-top:1rem;top:50%}.card-shop-sub-category__add-to-cart,.card-shop-sub-category__rating{display:flex;font-size:1.5rem;justify-content:center;position:absolute}.card-shop-sub-category__rating{justify-items:center;text-align:center;top:1%;width:100%}.card-shop-sub-category__rating-showAverage{left:50%;position:absolute}.card-shop-sub-category__rating-message,.card-shop-sub-category__rating-showAverage{display:flex;font-size:1.6rem;font-weight:500;text-align:center;text-transform:capitalize;width:100%}.card-shop-sub-category__rating-message{color:#fff;justify-content:center;justify-items:center;margin-top:1rem}.card-seller-videos-new-arrivals{border:1rem solid #0000001a;box-shadow:0 .5rem 1.5rem #ffffff80;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-right:2rem!important;object-fit:fill!important;position:relative}@media (max-width:56.25em){.card-seller-videos-new-arrivals{margin:1rem!important;width:100%!important}}@media (max-width:43.75em){.card-seller-videos-new-arrivals{margin:1rem!important}}@media (max-width:37.5em){.card-seller-videos-new-arrivals{height:30rem!important;width:65vw!important}}@media (max-width:25em){.card-seller-videos-new-arrivals{width:65vw!important}}.card-seller-videos-new-arrivals__picture{height:30rem!important;object-fit:fill!important;overflow:hidden;width:100%!important}@media (max-width:56.25em){.card-seller-videos-new-arrivals__picture{object-fit:fill!important;width:100%!important}}@media (max-width:37.5em){.card-seller-videos-new-arrivals__picture{max-height:30rem;min-height:30rem!important;object-fit:fill!important;width:100%!important}}@media (max-width:31.25em){.card-seller-videos-new-arrivals__picture{max-height:30rem;object-fit:fill!important;width:100%!important}}.card-seller-videos-new-arrivals__heading{color:#0e51bd;font-size:1.6rem;font-weight:500;margin-top:0;position:absolute;text-align:right;text-transform:uppercase;top:0;width:cover}.card-seller-videos-new-arrivals__heading-span{padding:0 1.5rem;width:20rem}.card-seller-videos-new-arrivals__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-seller-videos-new-arrivals__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-seller-videos-new-arrivals__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-seller-videos-new-arrivals__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-seller-other-products-videos{border:none;border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem;box-shadow:0 1rem 1.5rem #ffffff80;height:20rem!important;object-fit:fill!important;position:relative;width:100%!important}@media (max-width:37.5em){.card-seller-other-products-videos{height:50rem!important}}.card-seller-other-products-videos__picture{border-radius:1.5rem;-webkit-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem;height:20rem!important;margin-top:1rem;object-fit:fill!important;width:100%!important}@media (max-width:56.25em){.card-seller-other-products-videos__picture{object-fit:fill!important;width:100%!important}}@media (max-width:37.5em){.card-seller-other-products-videos__picture{max-height:50rem!important;min-height:50rem!important;object-fit:fill!important;width:100%!important}}@media (max-width:31.25em){.card-seller-other-products-videos__picture{max-height:50rem;object-fit:fill!important;width:100%!important}}.card-seller-other-products-videos__heading{color:#0e51bd;font-size:1.6rem;font-weight:500;margin-top:0;position:absolute;text-align:right;text-transform:uppercase;top:0;width:cover}.card-seller-other-products-videos__heading-span{padding:0 1.5rem;width:20rem}.card-seller-other-products-videos__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-seller-other-products-videos__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-seller-other-products-videos__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-seller-other-products-videos__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-seller-podcasts-new-arrivals{background-color:#ffffff80;border:none;box-shadow:0 1rem 1.5rem #00000026;object-fit:fill!important;position:relative}@media (max-width:56.25em){.card-seller-podcasts-new-arrivals{height:30%!important;margin:1rem!important;width:35vw!important}}@media (max-width:37.5em){.card-seller-podcasts-new-arrivals{height:30rem!important;width:37vw!important}}.card-seller-podcasts-new-arrivals__picture{background-size:cover;height:18rem;margin:0 auto;object-fit:fill!important;overflow:hidden;width:100%!important}@media (max-width:56.25em){.card-seller-podcasts-new-arrivals__picture{height:37rem!important;object-fit:fill!important;width:100%!important}}@media (max-width:37.5em){.card-seller-podcasts-new-arrivals__picture{height:30rem!important;object-fit:fill!important;width:100%!important}}.card-seller-podcasts-new-arrivals__heading{color:#0e51bd;font-size:1.6rem;font-weight:500;left:-1rem;margin-top:0;position:absolute;text-align:left;text-transform:uppercase;top:0;width:60%}.card-seller-podcasts-new-arrivals__heading-span{padding:0 1.5rem;width:20rem}.card-seller-podcasts-new-arrivals__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-seller-podcasts-new-arrivals__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-seller-podcasts-new-arrivals__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-seller-podcasts-new-arrivals__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-seller-podcasts-new-arrivals__details{color:#000;font-size:1.3rem;font-weight:500;letter-spacing:.2rem;margin-top:22.5rem;padding:.5rem 1rem;position:absolute;width:80%}.card-seller-podcasts-new-arrivals__details ul{list-style:none;margin:-22rem auto 5rem;width:100%}.card-seller-podcasts-new-arrivals__cta{font-size:1.1rem;left:50%;position:absolute;text-align:center;top:40%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,-50%);width:90%}.card-seller-podcasts-new-arrivals__price-box{color:#ededf3;margin-top:15%;text-align:center}.card-seller-podcasts-new-arrivals__price-value{font-size:4rem;font-weight:100}.card-seller-podcasts-new-arrivals__view-product{display:block;margin-top:-1rem;padding-bottom:.5rem;padding-top:-2rem}.card-seller-podcasts-new-arrivals__view-product--video{color:#839cf6;display:inline-block;margin-left:1rem}.card-seller-podcasts-new-arrivals__view-product--view{color:#839cf6;display:inline-block;margin-left:5rem}.card-seller-podcasts-new-arrivals__seller-video-name{display:inline-block;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem}.card-seller-podcasts-new-arrivals__seller-name-1{color:#839cf6;justify-content:center;justify-items:center;padding-left:5rem}.card-seller-podcasts-new-arrivals__seller-name-2{color:#839cf6;display:block;justify-content:center;justify-items:center;padding:0 1rem}.card-seller-podcasts-new-arrivals__rating{font-size:1.5rem;text-align:center}.card-seller-podcasts-new-arrivals__rating-showAverage{margin-bottom:-1rem;margin-top:1rem}.card-seller-single-podcast{background-color:#06397066;border:none;box-shadow:0 .5rem .5rem #0000001a;height:100%;margin:.5rem 3rem;perspective:150rem;-moz-perspective:150rem;position:relative}.card-seller-single-podcast__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:6px;height:35rem;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-seller-single-podcast__side--front{background-color:#fff}.card-seller-single-podcast__side--back{transform:rotateY(180deg)}.card-seller-single-podcast__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-seller-single-podcast__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card-seller-single-podcast__side--back-3{background-image:linear-gradient(90deg,#085eafb3,#5643fa)}.card-seller-single-podcast:hover .card-seller-single-podcast__side--front{transform:rotateY(-180deg)}.card-seller-single-podcast:hover .card-seller-single-podcast__side--back{transform:rotateY(0)}.card-seller-single-podcast__picture{background-size:cover;margin:0 auto;overflow:hidden;width:91%}.card-seller-single-podcast__heading{color:#0e51bd;font-size:1.6rem;font-weight:500;left:-1rem;position:absolute;text-align:left;text-transform:uppercase;top:.1rem;width:60%}.card-seller-single-podcast__heading-span{padding:0 1.5rem;width:20rem}.card-seller-single-podcast__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-seller-single-podcast__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-seller-single-podcast__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-seller-single-podcast__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-seller-single-podcast__details{color:#000;font-size:1.3rem;font-weight:500;letter-spacing:.2rem;margin-top:22.5rem;padding:.5rem 1rem;position:absolute;width:80%}.card-seller-single-podcast__details ul{list-style:none;margin:-22rem auto 5rem;width:100%}.card-seller-single-podcast__cta{font-size:1.1rem;left:50%;position:absolute;text-align:center;top:40%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,-50%);width:90%}.card-seller-single-podcast__price-box{color:#ededf3;margin-top:15%;text-align:center}.card-seller-single-podcast__price-value{font-size:4rem;font-weight:100}.card-seller-single-podcast__view-product{display:block;margin-top:-1rem;padding-bottom:.5rem;padding-top:-2rem}.card-seller-single-podcast__view-product--video{color:#839cf6;display:inline-block;margin-left:1rem}.card-seller-single-podcast__view-product--view{color:#839cf6;display:inline-block;margin-left:5rem}.card-seller-single-podcast__seller-video-name{display:inline-block;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem}.card-seller-single-podcast__seller-name-1{color:#839cf6;justify-content:center;justify-items:center;padding-left:5rem}.card-seller-single-podcast__seller-name-2{color:#839cf6;display:block;justify-content:center;justify-items:center;padding:0 1rem}.card-seller-single-podcast__rating{font-size:1.5rem;text-align:center}.card-seller-single-podcast__rating-showAverage{margin-bottom:-1rem;margin-top:1rem}.card-single-video-column{background-color:#ffffffb3;border:none;box-shadow:0 1rem 1.5rem #00000026;height:35rem;margin-bottom:1rem;overflow:hidden;perspective:150rem;-moz-perspective:150rem;position:relative}.card-single-video-column__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:6px;height:35rem;left:0;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-single-video-column__side--front{background-color:#fff}.card-single-video-column__side--back{transform:rotateY(180deg)}.card-single-video-column__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-single-video-column__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card-single-video-column__side--back-3{background-image:linear-gradient(90deg,#085eafb3,#5643fa)}.card-single-video-column:hover .card-single-video-column__side--front{transform:rotateY(-180deg)}.card-single-video-column:hover .card-single-video-column__side--back{transform:rotateY(0)}.card-single-video-column__picture{background-blend-mode:screen;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);height:35rem;overflow:hidden;width:100%}.card-single-video-column__heading{color:#0e51bd;font-size:1.6rem;font-weight:500;margin-top:0;position:absolute;text-align:right;text-transform:uppercase;top:0;width:cover}.card-single-video-column__heading-span{padding:0 1.5rem;width:20rem}.card-single-video-column__heading-span--1{background-image:linear-gradient(to right bottom,#ffb9001a,#ff77301a)}.card-single-video-column__heading-span--2{background-image:linear-gradient(to right bottom,#7ed56f4d,#28b4854d)}.card-single-video-column__heading-span--3{background-image:linear-gradient(to right bottom,#085eaf4d,#5643fa4d)}.card-single-video-column__heading-span--4{background-image:linear-gradient(to left bottom,#ffffffe6,#ffffff80)}.card-single-video-column__details{color:#000;font-size:1.5rem;font-weight:400;margin-top:25.5rem;padding:2.5rem .2rem 1rem;position:absolute;top:12rem;width:100%}.card-single-video-column__details ul{list-style:none;margin:-10rem auto;width:100%}.card-single-video-column__details-span{-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-left:.5rem;text-align:left}.card-single-video-column__cta{font-size:1.1rem;left:50%;position:absolute;text-align:center;top:40%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,-50%);width:90%}.card-single-video-column__price-box{color:#ededf3;margin-top:15%;text-align:center}.card-single-video-column__price-value{font-size:4rem;font-weight:100}.card-single-video-column__view-product{display:block;margin-top:-1rem;padding-bottom:.5rem;padding-top:-2rem}.card-single-video-column__view-product--video{color:#839cf6;display:inline-block;margin-left:1rem}.card-single-video-column__view-product--view{color:#839cf6;display:inline-block;margin-left:5rem}.card-single-video-column__seller-video-name{display:inline-block;justify-content:space-between;justify-items:center;margin-bottom:3rem;margin-top:1rem}.card-single-video-column__seller-name-1{color:#839cf6;justify-content:center;justify-items:center;padding-left:5rem}.card-single-video-column__seller-name-2{color:#839cf6;display:block;justify-content:center;justify-items:center;padding:0 1rem}.card-single-video-column__rating{font-size:1.5rem;text-align:center}.card-single-video-column__rating-showAverage{margin-bottom:-1rem;margin-top:1rem}.videoCard{background-color:#063970;margin-bottom:5rem;overflow:hidden;perspective:150rem;-moz-perspective:150rem;position:relative;transition:all .2s;z-index:1}.videoCard__heading-seller-video-title{background-color:#ffffff80;color:#000;font-weight:700;left:0;margin-top:-3rem;padding-left:2rem;padding-right:1rem;position:absolute}.videoCard__details-seller-video-description{background-color:#ffffff80;color:#525050;display:flex;flex-wrap:wrap;font-size:1.6rem!important;font-weight:500;margin:0 -1rem 1rem;overflow:hidden;padding:1.3rem auto!important;padding-left:1.5rem}@media (max-width:37.5em){.videoCard__details-seller-video-description{font-size:2.5rem!important}}.videoCard__play-video-add-to-cart{background-color:#06397066;color:#ffffffe6!important;display:flex;flex-direction:row;font-size:1.5rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;left:0;margin-left:2.5%;padding-bottom:1rem!important;padding-bottom:0;padding-top:1rem;position:absolute;text-align:center;top:50%;width:95%;z-index:0}@media (max-width:37.5em){.videoCard__play-video-add-to-cart{font-size:3rem}}.videoCard__play-video-add-to-cart:hover{background-color:#ffffff80;box-shadow:0 2.5rem 4rem #0003;color:#ffffffe6!important;transform:scale(1.1) translateY(-.5rem);-webkit-transform:scale(1.1) translateY(-.5rem);-moz-transform:scale(1.1) translateY(-.5rem);-ms-transform:scale(1.1) translateY(-.5rem);-o-transform:scale(1.1) translateY(-.5rem);z-index:100}.videoCard__play-podcast-add-to-cart{background-color:#ffffff80;color:#ffffffe6;display:flex;font-size:1.5rem;justify-content:center;justify-items:center;letter-spacing:.2rem;position:absolute;top:50%;width:100%;z-index:0}.videoCard__play-podcast-add-to-cart:hover{background-color:#fff;box-shadow:0 2.5rem 4rem #00000080;color:#085eafcc;transform:scale(1.1) translateY(-.5rem);-webkit-transform:scale(1.1) translateY(-.5rem);-moz-transform:scale(1.1) translateY(-.5rem);-ms-transform:scale(1.1) translateY(-.5rem);-o-transform:scale(1.1) translateY(-.5rem);z-index:100}.videoCard__select--podcast{background-color:#00000080;color:#ffffffe6;display:flex;font-size:1.5rem;justify-content:center;justify-items:center;left:5;letter-spacing:.2rem;margin-top:-5rem;padding-bottom:0;padding-left:1rem;padding-right:2rem;position:absolute;width:90%;z-index:0}.videoCard__select--podcast:hover{background-color:#fff;box-shadow:0 2.5rem 4rem #00000080;color:#085eafcc;transform:scale(1.1) translateY(-.5rem);-webkit-transform:scale(1.1) translateY(-.5rem);-moz-transform:scale(1.1) translateY(-.5rem);-ms-transform:scale(1.1) translateY(-.5rem);-o-transform:scale(1.1) translateY(-.5rem);z-index:100}.videoCard__play-video{display:inline-block}.videoCard__add-to-cart{display:inline-block;padding-left:3rem}.videoCard__logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.single-video{background-image:linear-gradient(to left bottom,#060ef7b3,#0810f7b3)}.card-seller-videos-products{color:#fff;display:flex;flex-direction:row;justify-content:flex-start;justify-items:center;padding:1rem 0 0 2rem}.card-seller-videos-products__height-scroll{height:105rem;overflow-x:hidden;overflow-y:scroll;padding-bottom:0!important;width:100%}@media (max-width:37.5em){.card-seller-videos-products__height-scroll{height:75rem}}.card-seller-videos-products__height-post-scroll{background-color:#00000005;height:60vh;margin-top:1.5rem;overflow-y:scroll;width:100%}@media (max-width:37.5em){.card-seller-videos-products__height-post-scroll{height:50vh}}.card-seller-single-video{color:#fff;display:flex;flex-direction:row;justify-content:flex-start;justify-items:center;padding:1rem 0 2rem 2rem}.card-seller-single-video__height-scroll{height:105.5rem;overflow-x:hidden;overflow-y:scroll;padding-bottom:0!important;width:100%}.card-seller-single-video__height-post-scroll{height:60vh;margin-top:1.5rem;overflow-y:scroll;width:100%}.card-reviews-content{background-color:#ffffff8c;color:#085eaf;display:flex;flex-direction:column;margin-top:2rem;padding:2rem}.card-reviews-content__height-scroll{height:95%;overflow:scroll;padding-left:-1rem;padding-right:1rem;width:100%}.card-single-video-reviews-content{background-color:#085eaf0d;color:#085eaf;display:flex;flex-direction:row;font-size:1.2rem;justify-content:flex-start;justify-items:center;margin:2rem auto;padding:3rem 2rem 2.5rem 3rem!important}.card-single-video-reviews-content__height-scroll{height:50vh;overflow:scroll;width:97%}.card-single-product-reviews-content{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(86,67,250,.015);color:#085eaf;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.2rem;height:65vh!important;justify-content:flex-start;justify-items:center;overflow:scroll;width:100%!important}.card-single-product-reviews-content::-webkit-scrollbar{display:none}@media (max-width:37.5em){.card-single-product-reviews-content{border:.2rem solid green;flex-direction:column!important;flex-wrap:nowrap!important;height:60vh!important;overflow:scroll;padding:auto 5rem!important}}.carousel-buttons{justify-content:center!important;margin:1rem 2rem}.card-single-product{background-color:#5643fa0a!important;box-shadow:.2rem .2rem .1rem #0000001a;color:#0e55b3;display:flex;flex-direction:column;height:100%;justify-content:space-around!important;justify-items:space-around!important;width:100%}@media (max-width:37.5em){.card-single-product{padding:2rem;width:100%}}.card-single-video-not-rate-yet{box-shadow:0 .5rem 1rem #0000004d;margin-top:21rem!important}.card-single-video{background-color:#b4acfc0d;box-shadow:0 .5rem 1rem rgba(0,0,0,.003);color:#0e55b3}.card-single-video-display{background-color:#ffffff0a;box-shadow:0 .5rem 1rem #00000026;display:flex;flex-direction:row;justify-content:center;margin:-5rem auto}.ant-card-body{font-size:1rem;margin-bottom:0;padding:1rem!important}.ant-card .ant-card-actions{background-color:#ffffffe6}.list-group-item{background-color:#ffffffb3;box-shadow:.1rem .1rem .1rem #0000004d;font-size:1.5rem;margin-top:1rem;padding-bottom:2rem;padding-top:2rem}@media (max-width:37.5em){.list-group-item{font-size:4rem;padding:5rem}}.list-group-item:hover{background-color:#fff;box-shadow:0 .5rem .5rem #0003;color:#085eafcc;transform:scale(1) translateY(-.2rem);-webkit-transform:scale(1) translateY(-.2rem);-moz-transform:scale(1) translateY(-.2rem);-ms-transform:scale(1) translateY(-.2rem);-o-transform:scale(1) translateY(-.2rem)}.like{font-size:3rem;margin-right:5rem;padding:.5rem}.like:after{clear:both;content:"";display:table}.card-share{color:#0e55b3!important;font-size:2rem;justify-items:center;margin-bottom:.5rem;margin-top:1rem;padding:.25rem}.card-share:after{clear:both;content:"";display:table}.selectPodcast{background-color:#fff;margin-bottom:0;overflow:hidden;padding-bottom:4rem;perspective:150rem;-moz-perspective:150rem;position:relative;transition:all .2s;z-index:1}.selectPodcast__select-video{background-color:#00000080;color:#ffffffe6;display:flex;font-size:1.5rem;justify-content:center;justify-items:center;left:5;letter-spacing:.2rem;margin-top:-5rem;padding-bottom:0;padding-left:1rem;padding-right:2rem;position:absolute;width:90%;z-index:0}.selectPodcast__select-video:hover{background-color:#fff;box-shadow:0 2.5rem 4rem #00000080;color:#085eafcc;transform:scale(1.1) translateY(-.5rem);-webkit-transform:scale(1.1) translateY(-.5rem);-moz-transform:scale(1.1) translateY(-.5rem);-ms-transform:scale(1.1) translateY(-.5rem);-o-transform:scale(1.1) translateY(-.5rem);z-index:100}.delete-customer-image{background-color:#fff6;color:#fffc;display:flex;flex-direction:row!important;font-size:1.8rem;font-weight:700;justify-content:center;justify-items:center;left:1.5rem;letter-spacing:.5rem;padding:1rem;perspective:150rem;-moz-perspective:150rem;position:absolute;top:50%;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;width:94%}.delete-customer-image:hover{background-color:#085eaf66;border:.1rem solid #fffc;box-shadow:0 2.5rem 4rem #00000080;color:#f00c!important;font-size:2.3rem!important;font-weight:700;transform:scale(.9) translateY(-.5rem);-webkit-transform:scale(.9) translateY(-.5rem);-moz-transform:scale(.9) translateY(-.5rem);-ms-transform:scale(.9) translateY(-.5rem);-o-transform:scale(.9) translateY(-.5rem);z-index:100}.delete-customer-image__select--podcast{color:#ffffffe6;display:flex;font-size:1.5rem;justify-content:center;justify-items:center;letter-spacing:.2rem;padding-bottom:0;padding-left:1rem;padding-right:2rem;position:absolute;top:50%;width:90%;z-index:0}.delete-customer-image__select--podcast:hover{background-color:#fff;box-shadow:0 2.5rem 4rem #00000080;color:#085eafcc;transform:scale(1.1) translateY(-.5rem);-webkit-transform:scale(1.1) translateY(-.5rem);-moz-transform:scale(1.1) translateY(-.5rem);-ms-transform:scale(1.1) translateY(-.5rem);-o-transform:scale(1.1) translateY(-.5rem);z-index:100}.card-enhanced{background-color:#ffffff80;border:none;box-shadow:none;height:35rem;margin-bottom:2rem;perspective:150rem;-moz-perspective:150rem;position:relative}.card-enhanced__side{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:6px;box-shadow:0 2px 12px #0000000a;height:35rem;left:0;overflow:hidden;position:absolute;top:0;transition:all .6s cubic-bezier(.4,0,.2,1);-webkit-transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-enhanced__side--front{background-color:#fff}.card-enhanced__side--back{transform:rotateY(180deg)}.card-enhanced__side--back-3{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a)}.card-enhanced:hover .card-enhanced__side--front{transform:rotateY(-180deg)}.card-enhanced:hover .card-enhanced__side--back{transform:rotateY(0)}.card-hover-enhanced:hover{transform:translateY(-2px);transition:transform .3s ease}.card-sub-category{perspective:150rem;-moz-perspective:150rem;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1)}.card-sub-category__side{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-sub-category__side--front{background-color:#fff}.card-sub-category__side--back{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a);transform:rotateY(180deg)}.card-sub-category:hover .card-sub-category__side--back{transform:rotateY(0)}.card{perspective:150rem;-moz-perspective:150rem;position:relative}.card,.card__side{transition:all .6s cubic-bezier(.4,0,.2,1)}.card__side{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;width:100%}.card__side--front{background-color:#fff}.card__side--back{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a);transform:rotateY(180deg)}.card:hover .card__side--back{transform:rotateY(0)}.card-best-all-category-small-section__seller-name-2,.card-seller-home-sub-category__seller-name-2,.card-sub-category__seller-name-2{background-color:#fff;color:#2c3e50;display:block;pointer-events:auto!important;position:relative;text-decoration:none;text-shadow:.2rem .2rem .4rem #000000b3;transition:all .3s ease;z-index:10}.card-best-all-category-small-section__seller-name-2:hover,.card-seller-home-sub-category__seller-name-2:hover,.card-sub-category__seller-name-2:hover{color:#2980b9;transform:scale(1.05)}.column-main-home-main-carousel-categories-subs{cursor:pointer;display:flex;flex-direction:row;font-size:1.45rem;font-weight:400;justify-content:space-between;margin-bottom:.5rem;padding-left:1rem;padding-right:1rem;width:100%}.column-main-home-categories-subs-show-categories{color:#0e55b399;cursor:pointer;display:flex;flex-direction:row;font-size:1.5rem;font-weight:600;justify-content:space-between;margin-top:2rem;-webkit-text-decoration:solid;text-decoration:solid;text-decoration-line:underline;-moz-text-decoration-line:underline;width:100%}.column-home-categories-select-subs-products{background-color:#28b4850d;border:none;box-shadow:.1rem .1rem .1rem #0000000d;display:flex;flex-direction:row!important;flex-wrap:wrap!important;height:65vh;justify-content:flex-start;left:0;margin-top:2rem;position:absolute;top:0;width:100%!important;z-index:1000}@media (max-width:75em){.column-home-categories-select-subs-products{height:63vh;margin-top:1rem;width:95%}}@media (max-width:56.25em){.column-home-categories-select-subs-products{height:47vh;margin-top:.2rem;width:95%}}@media (max-width:37.5em){.column-home-categories-select-subs-products{height:20vh;width:90%}}@media (max-width:23.4375em){.column-home-categories-select-subs-products{height:20vh!important;width:90%}}.column-home-categories-select-subs-products-with-clicked-category-or-subCategory{background-color:#28b4850d;border:none;box-shadow:.1rem .1rem .1rem #0000000d;display:flex;flex-direction:row!important;flex-wrap:wrap!important;height:65vh;justify-content:flex-start;left:0;margin-top:2rem;position:absolute;top:0;width:100%!important;z-index:1000}@media (max-width:75em){.column-home-categories-select-subs-products-with-clicked-category-or-subCategory{height:63vh;margin-top:1rem;width:95%}}@media (max-width:56.25em){.column-home-categories-select-subs-products-with-clicked-category-or-subCategory{height:47vh;margin-top:.2rem;width:95%}}@media (max-width:37.5em){.column-home-categories-select-subs-products-with-clicked-category-or-subCategory{height:40vh;width:90%}}@media (max-width:23.4375em){.column-home-categories-select-subs-products-with-clicked-category-or-subCategory{height:40vh!important;width:90%}}.column-main-home-main-carousel-display-subs{background-color:#28b48505;color:#085eaf;cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap!important;font-size:1.5rem;font-weight:500;height:55rem;justify-content:center;margin-bottom:5rem!important;padding-top:3rem;text-align:center;width:90%!important;z-index:10000}.column-main-home-main-carousel-display-subs__hide-products{width:15rem!important}.column-main-home-main-carousel-display-subs__show-subs{align-items:center;background-color:#fff!important;box-shadow:.2rem .1rem .2rem #000;cursor:pointer;display:flex;flex-direction:row!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:0 2rem 0 1rem!important;padding:1.5rem 1rem;text-align:center;width:15%;z-index:20000}.column-main-home-main-carousel-display-subs__show-subs:hover{box-shadow:0 .1rem .1rem #0003;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.column-main-home-carousel-category-products-display{border:none;height:auto;margin:0 auto!important;padding:0;position:relative;width:100%}@media (max-width:56.25em){.column-main-home-carousel-category-products-display{height:auto}}@media (max-width:37.5em){.column-main-home-carousel-category-products-display{height:auto;margin:0 auto!important}}@media (max-width:23.4375em){.column-main-home-carousel-category-products-display{height:auto}}@media (min-width:112.51em){.column-main-home-carousel-category-products-display{height:auto;margin-top:0!important;width:100%}}.column-main-home-carousel-category-products-box-card{background-color:initial;border-radius:.5%;box-shadow:none;height:100%;width:90vw}@media (max-width:37.5em){.column-main-home-carousel-category-products-box-card{height:40vh;margin-bottom:25rem!important}}@media (min-width:112.51em){.column-main-home-carousel-category-products-box-card{height:70vh;margin-bottom:25rem!important;width:75vw!important}}.column-main-home-carousel-category-products-box-card__height-scroll{display:flex;flex-wrap:wrap;height:50vh!important;justify-content:center!important;justify-items:center!important;overflow-x:hidden;overflow-y:auto;padding-bottom:10rem;scroll-behavior:smooth;scrollbar-width:thin!important;width:100%!important}@media (max-width:112.5em){.column-main-home-carousel-category-products-box-card__height-scroll{border:.2rem solid red;height:55vh!important;padding:2rem!important;width:90vw!important}}@media (max-width:75em){.column-main-home-carousel-category-products-box-card__height-scroll{height:65vh!important;margin-top:-1rem!important;padding:2rem!important;width:90vw!important}}@media (max-width:56.25em){.column-main-home-carousel-category-products-box-card__height-scroll{height:65vh;padding:2rem!important;width:90vw!important}}@media (max-width:37.5em){.column-main-home-carousel-category-products-box-card__height-scroll{height:60vh!important;margin:-2rem 1rem 2rem 0;padding:2rem auto!important;width:95vw!important}}@media (max-width:31.25em){.column-main-home-carousel-category-products-box-card__height-scroll{height:60vh!important;margin:2rem auto!important;padding:2rem 0!important;width:95vw!important}}@media (max-width:25em){.column-main-home-carousel-category-products-box-card__height-scroll{height:60vh!important;margin:2rem auto!important;padding:2rem 0!important;width:96vw!important}}@media (max-width:23.4375em){.column-main-home-carousel-category-products-box-card__height-scroll{margin:0 auto!important;padding:0 auto!important;width:100vw!important}}@media (min-width:112.51em){.column-main-home-carousel-category-products-box-card__height-scroll{border:.2rem solid orange;height:65vh!important;margin-left:5rem!important;margin-right:3rem!important;margin-top:-1rem!important;padding:2rem!important;width:80vw!important}}.column-main-home-carousel-category-products-box-card:not(:last-child){margin-bottom:5rem}.column-main-home-carousel-category-products-box-card:after{clear:both;content:"";display:table}.column-main-home-carousel-category-products-box-card [class^=col-]{float:left}.column-main-home-carousel-category-products-box-card .col-1-of-2{background-color:#ff773026;border:.3rem solid blue;box-shadow:.9rem .9rem .9rem #00000080;height:18vh;margin:1rem 3rem;overflow:hidden;width:calc(14.28571% - .42857rem)!important}@media (max-width:37.5em){.column-main-home-carousel-category-products-box-card .col-1-of-2{width:20rem!important}}.column-main-home-carousel-category-products-box-card .col-1-of-7{background-color:#ff773080;box-shadow:.9rem .9rem .9rem #00000080;height:14vh;margin:1rem 3rem;overflow:hidden;width:20vw}@media (max-width:37.5em){.column-main-home-carousel-category-products-box-card .col-1-of-7{background-color:#ffb90080;height:15vh!important;margin:1rem!important;width:15%!important}}@media (max-width:23.4375em){.column-main-home-carousel-category-products-box-card .col-1-of-7{background-color:#ffb90080;height:15vh!important;margin:1rem 5rem!important;width:135%!important}}.column-seller-home-category-products-box-card{background-color:#ffffff73;border-radius:.5%;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;overflow:hidden;width:90vw!important}@media (max-width:37.5em){.column-seller-home-category-products-box-card{height:60rem!important;margin-bottom:0!important;margin-top:-22rem;padding-bottom:5rem;padding-left:0;padding-right:0;width:100vw!important}}.column-seller-home-category-products-box-card__height-scroll{display:flex;height:60vh;justify-content:flex-start;justify-items:center;overflow-x:scroll;overflow-y:scroll;padding-bottom:10rem;scroll-behavior:smooth;scrollbar-color:#fff!important;scrollbar-width:thin!important;scrollbar-width:none;width:100%!important}@media (min-width:112.51em){.column-seller-home-category-products-box-card__height-scroll{padding:2rem!important}}@media (max-width:112.5em){.column-seller-home-category-products-box-card__height-scroll{height:40rem;margin-top:3rem!important;padding:2rem auto!important;width:100%!important}}@media (max-width:75em){.column-seller-home-category-products-box-card__height-scroll{height:65vh;margin-top:-1rem!important;padding:2rem!important;width:90vw!important}}@media (max-width:56.25em){.column-seller-home-category-products-box-card__height-scroll{height:45vh;padding:2rem!important;width:70vw!important}}@media (max-width:37.5em){.column-seller-home-category-products-box-card__height-scroll{height:35vh!important;margin:-2rem 1rem 2rem 0;padding:.2rem auto!important;width:95vw!important}}@media (max-width:31.25em){.column-seller-home-category-products-box-card__height-scroll{height:35vh!important;margin:2rem auto!important;width:95vw!important}.column-seller-home-category-products-box-card__height-scroll:hover{height:45vh!important;padding:7rem!important;width:100vw!important}}@media (max-width:25em){.column-seller-home-category-products-box-card__height-scroll{height:35vh!important;margin:2rem auto!important;width:96vw!important}}@media (max-width:23.4375em){.column-seller-home-category-products-box-card__height-scroll{margin:0 auto!important;padding:0 auto!important;width:95vw!important}}.column-seller-home-category-products-box-card:not(:last-child){margin-bottom:5rem}.column-seller-home-category-products-box-card:after{clear:both;content:"";display:table}.column-seller-home-category-products-box-card [class^=col-]{float:left}.column-seller-home-category-products-box-card .col-1-of-2{background-color:#ff773026;box-shadow:.9rem .9rem .9rem #00000080;height:18vh;margin:1rem 3rem;overflow:hidden;width:calc(14.28571% - .42857rem)!important}@media (max-width:37.5em){.column-seller-home-category-products-box-card .col-1-of-2{width:20rem!important}}.column-seller-home-category-products-box-card .col-1-of-4{width:calc(25% - 3.75rem)}@media (max-width:37.5em){.column-seller-home-category-products-box-card .col-1-of-4{height:34rem;width:40rem!important}}.column-seller-home-category-products-box-card .col-1-of-7{background-color:#ff773080;box-shadow:.9rem .9rem .9rem #00000080;height:14vh;margin:1rem 3rem;overflow:hidden;width:20vw}@media (max-width:37.5em){.column-seller-home-category-products-box-card .col-1-of-7{background-color:#ffb90080;height:15vh!important;margin:1rem!important;width:15%!important}}@media (max-width:23.4375em){.column-seller-home-category-products-box-card .col-1-of-7{background-color:#ffb90080;height:15vh!important;margin:1rem 5rem!important;width:135%!important}}.composition{display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;padding:2rem auto!important;position:relative}@media (max-width:37.5em){.composition{height:70vh;padding:2rem 5% 2rem 15%!important}.composition:hover{background-color:#0000001a;height:40vh;left:15%;outline-offset:2rem;position:absolute;right:15%;top:10%;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);width:70vw;z-index:100}}.composition__single-pict{height:80%;margin:3rem auto;width:95%}.composition__single-pict:hover{box-shadow:0 1rem 1rem #0000004d;outline:.5rem solid #ffffff80;outline-offset:2rem;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);z-index:100}.composition__podcast{height:100%;width:100%}.composition__podcast:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);z-index:100}.composition__photo{box-shadow:0 1.5rem 4rem #0006;margin:2rem auto;max-height:30rem;min-height:30rem;position:absolute;transition:all .2s;width:30rem}@media (max-width:56.25em){.composition__photo{height:100%!important;position:absolute;transition:all .2s;width:100%!important}}@media (max-width:37.5em){.composition__photo{height:15vh!important;margin-left:3rem;margin-top:7vh;width:30vw!important}.composition__photo:hover{box-shadow:0 2.5rem 4rem #00000080;height:20vh!important;left:15%;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:40vw!important;z-index:100}}.composition__photo--p1{left:3rem;top:4rem}@media (max-width:56.25em){.composition__photo--p1{left:1%;top:10%}}@media (max-width:37.5em){.composition__photo--p1{left:-5%;top:10%}}.composition__photo--p4{left:3rem;top:4rem}@media (max-width:56.25em){.composition__photo--p4{left:1%;top:10%}}@media (max-width:37.5em){.composition__photo--p4{border:1rem solid #fff;left:-5%;top:10%}}.composition__photo--p2{right:6rem;top:-1rem;z-index:2}@media (max-width:56.25em){.composition__photo--p2{left:33%;top:-1%}}@media (max-width:37.5em){.composition__photo--p2{left:10%;top:-5%}}.composition__photo--p5{right:6rem;top:-1rem;z-index:2}@media (max-width:56.25em){.composition__photo--p5{left:33%;top:-1%}}@media (max-width:37.5em){.composition__photo--p5{border:1rem solid #fff;left:10%;top:0}}.composition__photo--p3{left:15rem;top:8rem}@media (max-width:56.25em){.composition__photo--p3{left:60%;top:20%}}@media (max-width:37.5em){.composition__photo--p3{left:20%;margin-right:1%;top:25%}}.composition__photo--p6{left:15rem;top:8rem}@media (max-width:56.25em){.composition__photo--p6{left:60%;top:20%}}@media (max-width:37.5em){.composition__photo--p6{border:1rem solid #fff;left:20%;margin-right:1%;top:15%}}.composition__photo:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.5) translateY(-.5rem);-webkit-transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.5) translateY(-.5rem);-ms-transform:scale(1.5) translateY(-.5rem);-o-transform:scale(1.5) translateY(-.5rem);z-index:100}.composition:hover .composition__photo:not(:hover){transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}.composition-create-form-4{border:.1rem solid blue;display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;padding:2rem auto!important}@media (max-width:37.5em){.composition-create-form-4{height:70vh;padding:2rem 5% 2rem 15%!important}.composition-create-form-4:hover{background-color:#0000001a;height:40vh;left:15%;outline-offset:2rem;position:absolute;right:15%;top:10%;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);width:70vw;z-index:100}}.composition-create-form-4__single-pict{height:80%;margin:3rem auto;width:95%}.composition-create-form-4__single-pict:hover{box-shadow:0 1rem 1rem #0000004d;outline:.5rem solid #ffffff80;outline-offset:2rem;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);z-index:100}.composition-create-form-4__podcast{height:100%;width:100%}.composition-create-form-4__podcast:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);z-index:100}.composition-create-form-4__photo{box-shadow:0 1.5rem 4rem #0006;margin:2rem auto;max-height:30rem;min-height:30rem;position:absolute;transition:all .2s;width:30rem}@media (max-width:56.25em){.composition-create-form-4__photo{height:100%!important;position:absolute;transition:all .2s;width:100%!important}}@media (max-width:37.5em){.composition-create-form-4__photo{height:15vh!important;margin-left:3rem;margin-top:7vh;width:30vw!important}.composition-create-form-4__photo:hover{box-shadow:0 2.5rem 4rem #00000080;height:20vh!important;left:15%;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:40vw!important;z-index:100}}.composition-create-form-4__photo--p1{left:3rem;top:4rem}@media (max-width:56.25em){.composition-create-form-4__photo--p1{left:1%;top:10%}}@media (max-width:37.5em){.composition-create-form-4__photo--p1{left:-5%;top:10%}}.composition-create-form-4__photo--p4{left:3rem;top:4rem}@media (max-width:56.25em){.composition-create-form-4__photo--p4{left:1%;top:10%}}@media (max-width:37.5em){.composition-create-form-4__photo--p4{border:1rem solid #fff;left:-5%;top:10%}}.composition-create-form-4__photo--p2{right:6rem;top:-1rem;z-index:2}@media (max-width:56.25em){.composition-create-form-4__photo--p2{left:33%;top:-1%}}@media (max-width:37.5em){.composition-create-form-4__photo--p2{left:10%;top:-5%}}.composition-create-form-4__photo--p5{right:6rem;top:-1rem;z-index:2}@media (max-width:56.25em){.composition-create-form-4__photo--p5{left:33%;top:-1%}}@media (max-width:37.5em){.composition-create-form-4__photo--p5{border:1rem solid #fff;left:10%;top:0}}.composition-create-form-4__photo--p3{left:15rem;top:8rem}@media (max-width:56.25em){.composition-create-form-4__photo--p3{left:60%;top:20%}}@media (max-width:37.5em){.composition-create-form-4__photo--p3{left:20%;margin-right:1%;top:25%}}.composition-create-form-4__photo--p6{left:15rem;top:8rem}@media (max-width:56.25em){.composition-create-form-4__photo--p6{left:60%;top:20%}}@media (max-width:37.5em){.composition-create-form-4__photo--p6{border:1rem solid #fff;left:20%;margin-right:1%;top:15%}}.composition-create-form-4__photo:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.5) translateY(-.5rem);-webkit-transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.5) translateY(-.5rem);-ms-transform:scale(1.5) translateY(-.5rem);-o-transform:scale(1.5) translateY(-.5rem);z-index:100}.composition-create-form-4:hover .composition-create-form-4__photo:not(:hover){transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}.composition-single-pict{display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;padding:2rem auto!important}@media (max-width:37.5em){.composition-single-pict{height:30vh;padding-bottom:0!important;padding-top:0!important}}.composition-single-pict__single-pict{height:80%;margin:3rem auto;width:100%}.composition-single-pict__single-pict:hover{box-shadow:0 1rem 1rem #0000004d;left:2.5%;outline:.5rem solid #ffffff80;outline-offset:2rem;position:absolute;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:50%;z-index:100}@media (max-width:37.5em){.composition-single-pict__single-pict:hover{box-shadow:0 1rem 1rem #0000004d;outline:.5rem solid #ffffff80;outline-offset:2rem;position:absolute;right:2.5%;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:90%;z-index:100}}.composition-form-2{display:flex;flex-direction:column;height:45rem;justify-content:center;justify-items:center;position:relative}@media (max-width:37.5em){.composition-form-2{height:70vh;padding:2rem 5% 2rem 15%!important}.composition-form-2:hover{background-color:#0000001a;height:40vh;left:15%;outline-offset:2rem;position:absolute;right:15%;top:0;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);width:70vw;z-index:100}}.composition-form-2__photo{box-shadow:0 1.5rem 4rem #0006;margin:2rem auto;max-height:30rem;min-height:30rem;position:absolute;transition:all .2s;width:30rem}@media (max-width:56.25em){.composition-form-2__photo{height:100%!important;position:absolute;transition:all .2s;width:100%!important}}@media (max-width:37.5em){.composition-form-2__photo{height:15vh!important;width:25vw!important}.composition-form-2__photo:hover{box-shadow:0 2.5rem 4rem #00000080;height:20vh!important;left:10%;outline:.7rem solid #ffffff4d;outline-offset:2rem;position:absolute;top:15%;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:40vw!important;z-index:100}}.composition-form-2__photo--p1{left:3rem;top:4rem}@media (max-width:56.25em){.composition-form-2__photo--p1{left:1%;top:10%}}@media (max-width:37.5em){.composition-form-2__photo--p1{left:-5%;top:10%}}.composition-form-2__photo--p2{right:6rem;top:-1rem;z-index:2}@media (max-width:56.25em){.composition-form-2__photo--p2{left:33%;top:-1%}}@media (max-width:37.5em){.composition-form-2__photo--p2{left:10%;top:-5%}}.composition-form-2__photo--p3{left:15rem;top:8rem}@media (max-width:56.25em){.composition-form-2__photo--p3{left:60%;top:20%}}@media (max-width:37.5em){.composition-form-2__photo--p3{left:20%;margin-right:1%;top:25%}}.composition-form-2__photo:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.5rem);-webkit-transform:scale(1.1) translateY(-.5rem);-moz-transform:scale(1.1) translateY(-.5rem);-ms-transform:scale(1.1) translateY(-.5rem);-o-transform:scale(1.1) translateY(-.5rem);z-index:100}.composition-form-2:hover .composition-form-2__photo:not(:hover){transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}.composition-green-and-pink-pict-egg{display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;padding:2rem auto!important}.composition-green-and-pink-pict-egg__single-pict{border-radius:10%;-webkit-border-radius:10%;-moz-border-radius:10%;-ms-border-radius:10%;-o-border-radius:10%;height:98%;margin:3rem auto;object-fit:fill;padding:3rem;width:85%}.composition-green-and-pink-pict-egg__single-pict:hover{border-radius:8%;-webkit-border-radius:8%;-moz-border-radius:8%;-ms-border-radius:8%;-o-border-radius:8%;box-shadow:0 .1rem .1rem #0003;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);width:80%;z-index:100}@media (max-width:37.5em){.composition-green-and-pink-pict-egg__single-pict:hover{border-radius:4%;-webkit-border-radius:4%;-moz-border-radius:4%;-ms-border-radius:4%;-o-border-radius:4%;box-shadow:0 .1rem .1rem #0003;height:40vh;margin:0;margin:5rem 1% auto 4%!important;padding:0;position:absolute;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:87%;z-index:100}}.composition-light-green-white-and-pink-pict-egg{display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;padding:0 auto!important}.composition-light-green-white-and-pink-pict-egg__single-pict{border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;height:98%;margin:3rem auto;object-fit:fill;width:100%}.composition-light-green-white-and-pink-pict-egg__single-pict:hover{border-radius:4%;-webkit-border-radius:4%;-moz-border-radius:4%;-ms-border-radius:4%;-o-border-radius:4%;box-shadow:0 .1rem .1rem #0003;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);z-index:100}@media (max-width:37.5em){.composition-light-green-white-and-pink-pict-egg__single-pict:hover{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;box-shadow:0 .1rem .1rem #0003;height:40vh;left:7%;margin:0;padding:0;position:absolute;top:0;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);width:85%;z-index:100}}.composition-create-form-3{display:flex;flex-direction:column;height:45rem;justify-content:center;justify-items:center;padding:2rem auto;position:relative}.composition-create-form-3__single-pict{border-radius:5%;-webkit-border-radius:5%;-moz-border-radius:5%;-ms-border-radius:5%;-o-border-radius:5%;height:80%;margin:-3rem auto 3rem;width:100%}.composition-create-form-3__single-pict:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.5) translateY(-.3rem);-webkit-transform:scale(1.5) translateY(-.3rem);-moz-transform:scale(1.5) translateY(-.3rem);-ms-transform:scale(1.5) translateY(-.3rem);-o-transform:scale(1.5) translateY(-.3rem);z-index:100}.composition-create-form-3__podcast{height:100%;width:100%}.composition-create-form-3__podcast:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);z-index:100}.composition-create-form-3__photo{box-shadow:0 1.5rem 4rem #0006;margin:2rem auto;max-height:30rem;min-height:30rem;position:absolute;transition:all .2s;width:30rem}.composition-create-form-3__photo--p1{left:3rem;top:4rem}.composition-create-form-3__photo--p2{right:6rem;top:-1rem;z-index:1}.composition-create-form-3__photo--p3{left:15rem;top:8rem}.composition-create-form-3__photo:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.5) translateY(-.5rem);-webkit-transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.5) translateY(-.5rem);-ms-transform:scale(1.5) translateY(-.5rem);-o-transform:scale(1.5) translateY(-.5rem);z-index:100}.composition-create-form-3:hover .composition-create-form-3__photo:not(:hover){transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}.composition-seller-home-form-5{display:flex;flex-direction:column;height:-webkit-fill-available;height:-moz-available;height:stretch;justify-content:center;justify-items:center;object-fit:cover;padding:0!important}.composition-seller-home-form-5__single-pict{height:100%;margin-top:-7rem;width:100%}.composition-seller-home-form-5__single-pict:hover{box-shadow:0 .3rem .3rem #0000004d;outline:.3rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.3rem);-webkit-transform:scale(1.1) translateY(-.3rem);-moz-transform:scale(1.1) translateY(-.3rem);-ms-transform:scale(1.1) translateY(-.3rem);-o-transform:scale(1.1) translateY(-.3rem);z-index:100}@media (max-width:37.5em){.composition-seller-home-form-5__single-pict:hover{background-color:#ffffffb3;box-shadow:0 2.5rem 4rem #00000080;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;left:7%;outline:.7rem solid #ffffff4d;outline-offset:2rem;padding:5rem;position:absolute;transform:scale(1.2) translateY(-.3rem);-webkit-transform:scale(1.2) translateY(-.3rem);-moz-transform:scale(1.2) translateY(-.3rem);-ms-transform:scale(1.2) translateY(-.3rem);-o-transform:scale(1.2) translateY(-.3rem);width:80vw!important;z-index:100}}.composition-seller-home-form-5__podcast{height:100%;width:100%}.composition-seller-home-form-5__podcast:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.3) translateY(-.3rem);-webkit-transform:scale(1.3) translateY(-.3rem);-moz-transform:scale(1.3) translateY(-.3rem);-ms-transform:scale(1.3) translateY(-.3rem);-o-transform:scale(1.3) translateY(-.3rem);z-index:100}.composition-seller-home-form-5__photo{box-shadow:0 1.5rem 4rem #0006;max-height:35rem;min-height:30rem;position:absolute;transition:all .2s;width:30rem}.composition-seller-home-form-5__photo--p1{left:3rem;top:4rem}.composition-seller-home-form-5__photo--p2{right:8rem;top:-1rem;z-index:1}.composition-seller-home-form-5__photo--p3{left:15rem;top:8rem}.composition-seller-home-form-5__photo:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.5) translateY(-.5rem);-webkit-transform:scale(1.5) translateY(-.5rem);-moz-transform:scale(1.5) translateY(-.5rem);-ms-transform:scale(1.5) translateY(-.5rem);-o-transform:scale(1.5) translateY(-.5rem);z-index:100}.composition-seller-home-form-5:hover .composition-seller-home-form-5__photo:not(:hover){transform:scale(.9);-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9)}.composition-cover-background{border:.1rem solid red;display:flex;flex-direction:column;height:50rem;justify-content:center;justify-items:center;padding:5rem auto!important;width:100vw}.composition-cover-background__background-pict{height:80%;margin:0 auto;width:100%}.spinner{animation:spin 1s ease-in-out infinite;border-radius:50%;border-top:2px solid #fff;display:inline-block;height:2em;margin:calc(50vh - 1em) calc(50vw - 1em);width:2em}@keyframes dash{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.feature-box{background-color:#fffc;border-radius:3px;box-shadow:0 1.5rem 4rem #00000026;font-size:1.5rem;padding:2.5rem;text-align:center;transition:transform .3s}.feature-box__icon{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,#7ed56f,#28b485);color:#0000;font-size:6rem;margin-bottom:.5rem}.feature-box:hover{transform:translateY(-1.5rem) scale(1.03)}.featureTopSeller-box{border-radius:3px;box-shadow:0 1.5rem 4rem #00000026;font-size:1.5rem;margin-bottom:5px;padding:2.5rem;padding-bottom:0!important;text-align:center;transition:transform .3s}.feature-topSeller--p{margin-bottom:10px;padding-bottom:18px}.feature-topSeller--div{margin-bottom:-5px;padding-bottom:-10px}.col-image{max-height:45vh;width:30vw}.carousel .thumbs-wrapper{margin:1px!important;overflow:visible}.new-form-control{background-color:#fff3;border:.1rem solid #ffffff0d;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;color:#04399c;font-size:1.8rem;height:3.8rem!important;margin:.8rem auto;margin-right:.5rem!important;padding:0 2rem!important;width:95%!important}.new-form-control:active,.new-form-control:focus{background-color:#ffffff80;box-shadow:0 .1rem .1rem #0e0e0f4d;outline:none!important;padding-left:2rem!important;transform:translateY(-1px)}.new-form-control-search{background-color:#fff3;border:.1rem solid #ffffff03;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;color:#000;font-size:1.8rem;height:3rem!important;margin:.8rem auto;margin-right:.5rem!important;padding:0 2rem!important;width:95%!important}@media (max-width:37.5em){.new-form-control-search{display:flex;font-size:3rem;justify-content:center;margin-left:15vw!important;margin-right:15%!important;margin-top:-2rem;max-width:min(200px,45vw,400px)!important;min-height:max(2rem,2vh,5rem)!important;min-width:max(70px,30vw,250px)!important}}@media (max-width:37.5em) and (max-width:374px){.new-form-control-search{border:.1rem solid #ffffff80!important;margin-left:30%!important;margin-right:auto!important;margin-top:-1rem;max-width:min(70px,50vw,250px)!important;min-width:max(70px,40vw,200px)!important}}.new-form-control-search:active,.new-form-control-search:focus{background-color:#fffc;box-shadow:0 .1rem .1rem #0e0e0f4d;color:#000000e6;outline:none!important;padding-left:2rem!important;transform:translateY(-1px)}.new-form-control-search-hidden{height:0;opacity:0;width:0;z-index:0}.register-form{background-color:#085eaf05;display:flex;flex-direction:column;justify-content:center!important;justify-items:center!important;margin:2rem auto!important;padding:2rem;width:auto}.form-delivery-confirmation-input-group{height:65%;margin:1rem auto!important;padding:0 2rem!important;width:85%}.form__group-seller-create-home-forms{background-color:#085eaf05;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:2rem auto;padding:2rem 1rem 2rem 6rem;width:auto}.form__group-seller-create-home-forms--subgroup{background-color:#fff3;display:flex;flex-direction:column;justify-content:center;justify-items:center;margin:2rem 4rem 2rem -2rem;padding:2rem 0 2rem 4rem}.form__quantity-group{display:flex;justify-items:center;margin:.1rem 0!important;padding:0 0 0 2rem}@media (max-width:37.5em){.form__quantity-group{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around!important;margin-top:1rem!important;padding-left:.1rem}}.form__quantity-group--color-discount{background-color:#fff;box-shadow:.1rem .1rem .1rem #0003;color:#ff7730cc;font-size:1.7rem;font-weight:700!important;justify-content:space-around!important;justify-items:center!important;padding:.5rem 2rem!important}@media (max-width:37.5em){.form__quantity-group--color-discount{font-size:3rem;padding:.5rem .2rem .5rem 0!important}}.form__quantity-group--option4-all-sizes-discount{background-color:#fff;box-shadow:.1rem .1rem .1rem #0003;color:#ff7730cc;display:flex;justify-content:center!important;justify-items:center!important;padding:.5rem 2rem!important}.form__quantity-group--discount{background-color:#fff3;border:.1rem solid #ffffff80;color:#ff7730cc;padding-bottom:.5rem;padding-top:.5rem}.form__quantity-group--invalidDiscount{background-color:#00000008;color:#ff77304d;margin-top:2rem!important}.form__option-2-quantity-group{background-color:#ffffffe6;border:.1rem solid #fff;display:flex;justify-content:center!important;justify-items:center;margin-bottom:2rem;margin-left:1rem;margin-top:2rem;padding:1.5rem auto!important}.form__group:not(:last-child){margin:bottom 2rem}.form__input{background-color:#ffffff80;border:none;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}@media (max-width:37.5em){.form__input{font-size:3.5rem!important}}.form__input:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input:focus:invalid{border-bottom:3px solid #ff7730}.form__input-register{background-color:#ffffff80;border:none;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin:1rem auto;padding:.5rem 2rem;transition:all .3s;width:90%}@media (max-width:37.5em){.form__input-register{width:71.5vw}}.form__input-register:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-register:focus:invalid{border-bottom:3px solid #ff7730}.form__input-forgot-password{background-color:#ffffff80;border:none;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin:1rem auto;padding:.5rem 2rem;transition:all .3s;width:90%}@media (max-width:37.5em){.form__input-forgot-password{font-size:4rem;width:75vw}}.form__input-forgot-password:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-forgot-password:focus:invalid{border-bottom:3px solid #ff7730}.form__input-post-text-area{background-color:#000;border:none;border-bottom:3px solid #0000!important;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input-post-text-area:focus{border-bottom:3px solid #55c57a!important;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-post-text-area:focus:invalid{border-bottom:3px solid #ff7730!important}.form__input-select{background-color:#5643fa0d;border:none!important;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:2rem;margin-top:2rem;padding:.5rem 2rem;transition:all .3s;width:100%}.form__input-select:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-select:focus:invalid{border-bottom:3px solid #ff7730}.form__input-select::-webkit-input-placeholder{color:#999}.form__input-1{background-color:#5643fa0d;border:none!important;border-bottom:3px solid #0000;border-radius:2px;color:#000;display:block;font-family:inherit;font-size:1.8rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input-1:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-1:focus:invalid{border-bottom:3px solid #ff7730}.form__input-1::-webkit-input-placeholder{color:#999}@media (max-width:37.5em){.form__input-1{font-size:3rem;padding:.1rem auto}}.form__input-cart{background-color:#5643fa03;border:none!important;border-bottom:3px solid #0000;color:inherit;font-family:inherit;font-size:1.3rem;font-weight:400;text-align:center;text-transform:capitalize;transition:all .3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form__input-cart:active,.form__input-cart:focus{border:none!important;color:#085eaf;outline:none!important}.form__input-cart:active:invalid,.form__input-cart:focus:invalid{border-bottom:3px solid #ff7730}.form__input-cart::-webkit-input-placeholder{color:#ff7730}.form__input-cart-single-page{background-color:#ffffffe6!important;border:.15rem solid #ffffff80!important;border-radius:.5rem;box-shadow:0 .2rem .5rem #0000004d;color:#fff!important;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;font-weight:600;justify-items:center!important;margin-top:.4rem!important;padding:.5rem auto 1rem 1rem!important;text-align:center!important;text-transform:capitalize;width:100%}@media (max-width:56.25em){.form__input-cart-single-page{font-size:1.7rem!important}}.form__input-cart-single-page:active,.form__input-cart-single-page:focus,.form__input-cart-single-page:hover{background-color:#f6ecec80;border:.15rem solid #fffc!important;color:#085eaf;outline:none!important}.form__input-cart-single-page:active:invalid,.form__input-cart-single-page:focus:invalid,.form__input-cart-single-page:hover:invalid{border-bottom:3px solid #ff7730}.form__input-cart-single-page--color{border:none!important;border-bottom:3px solid #0000;box-shadow:0 .3rem .3rem #0003;margin-bottom:1rem!important;margin-top:-1rem!important;padding:1rem!important;text-align:center;transition:all .3s;width:100%}.form__input-cart-single-page--color:active,.form__input-cart-single-page--color:focus,.form__input-cart-single-page--color:hover{background-color:#117eeb80;border:none!important;color:#085eaf;outline:none!important}.form__input-cart-single-page--color:active:invalid,.form__input-cart-single-page--color:focus:invalid,.form__input-cart-single-page--color:hover:invalid{border-bottom:3px solid #ff7730}.form__input-cart-single-page:hover{background-color:#fff;box-shadow:0 .5rem .5rem #0003;color:#085eafcc;transform:scale(1) translateY(-.2rem);-webkit-transform:scale(1) translateY(-.2rem);-moz-transform:scale(1) translateY(-.2rem);-ms-transform:scale(1) translateY(-.2rem);-o-transform:scale(1) translateY(-.2rem)}.form__input-product-items-list-single-page{background-color:#ffffffb3;border:none!important;border-bottom:3px solid #0000;box-shadow:0 .1rem .2rem #0003;color:#085eaf;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;font-weight:600;justify-content:space-between!important;justify-items:center!important;margin-top:.4rem!important;padding:2rem 1rem .1rem!important;text-align:center;text-transform:capitalize;width:100%}@media (max-width:37.5em){.form__input-product-items-list-single-page{color:#085eaf;font-size:4rem;padding:2.5rem 5rem!important}}.form__input-product-items-list-single-page:active,.form__input-product-items-list-single-page:focus,.form__input-product-items-list-single-page:hover{background-color:#f6ecec80;border:none!important;color:#085eaf;outline:none!important}.form__input-product-items-list-single-page:active:invalid,.form__input-product-items-list-single-page:focus:invalid,.form__input-product-items-list-single-page:hover:invalid{border-bottom:3px solid #ff7730}.form__input-product-items-list-single-page--color{border:none!important;border-bottom:3px solid #0000;box-shadow:0 .3rem .3rem #0003;cursor:pointer;margin-bottom:1rem!important;margin-top:-1rem!important;padding:1rem!important;text-align:center;transition:all .3s;width:100%}.form__input-product-items-list-single-page--color:active,.form__input-product-items-list-single-page--color:focus,.form__input-product-items-list-single-page--color:hover{background-color:#ffffff12;border:none!important;color:#085eaf;outline:none!important}.form__input-product-items-list-single-page--color:active:invalid,.form__input-product-items-list-single-page--color:focus:invalid,.form__input-product-items-list-single-page--color:hover:invalid{border-bottom:3px solid #ff7730}.form__input-product-items-list-single-page:hover{background-color:#fff;box-shadow:0 .5rem .5rem #0003;color:#085eafcc;transform:scale(1) translateY(-.2rem);-webkit-transform:scale(1) translateY(-.2rem);-moz-transform:scale(1) translateY(-.2rem);-ms-transform:scale(1) translateY(-.2rem);-o-transform:scale(1) translateY(-.2rem)}.form__admin-dashboard-delivery-status{background-color:#5643fa0d;border:none;border-bottom:3px solid #fff;border-radius:2px;box-shadow:0 .5rem .5rem #00000021;color:#ff7730;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__admin-dashboard-delivery-status:active,.form__admin-dashboard-delivery-status:focus{background-color:#77adf01a;border:none;box-shadow:0 1rem 2rem #0003;color:#085eaf;outline:none}.form__admin-dashboard-delivery-status:active:invalid,.form__admin-dashboard-delivery-status:focus:invalid{background-color:#000;border-bottom:3px solid #ff7730}.form__admin-dashboard-delivery-status:hover{background-color:#77adf033;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.form__seller-detail-order-list-delivery-status{background-color:#5643fa0d;border:none;border-bottom:3px solid #fff;border-radius:2px;box-shadow:0 .5rem .5rem #00000021;color:#ff7730;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__seller-detail-order-list-delivery-status:active,.form__seller-detail-order-list-delivery-status:focus{background-color:#77adf01a;border:none;box-shadow:0 1rem 2rem #0003;color:#085eaf;outline:none}.form__seller-detail-order-list-delivery-status:active:invalid,.form__seller-detail-order-list-delivery-status:focus:invalid{background-color:#000;border-bottom:3px solid #ff7730}.form__seller-detail-order-list-delivery-status:hover{background-color:#77adf033;box-shadow:0 1rem 2rem #0000001a;transform:translateY(-3px);-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.form__input-shipping-address-info{background-color:#5643fa0d;border:none!important;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.8rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input-shipping-address-info:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none!important}.form__input-shipping-address-info:focus:invalid{border-bottom:3px solid #ff7730}.form__input-shipping-address-info:focus--city-state-code{width:10%}.form__input-shipping-address-info::-webkit-input-placeholder{color:#999}@media (max-width:37.5em){.form__input-shipping-address-info{font-size:2.5rem}}.form__input-seller-create-home-forms{background-color:#5643fa0d;border:none;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin:1rem 5rem 2rem 0;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input-seller-create-home-forms:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-seller-create-home-forms:focus:invalid{border-bottom:3px solid #ff7730}.form__input-seller-create-home-forms::-webkit-input-placeholder{color:#999}.form__input-2{background-color:#5643fa26;border:none;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input-2:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-2:focus:invalid{border-bottom:3px solid #ff7730}.form__input-2::-webkit-input-placeholder{color:#999}.form__input-general-coupon{background-color:#ffffff80;border:1rem #000;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.9rem;margin-bottom:3rem;padding:.5rem 2rem;transition:all .3s;width:100%}@media (max-width:37.5em){.form__input-general-coupon{font-size:3rem}}.form__input-general-coupon:focus{border-bottom:3px solid #0000001a;box-shadow:0 .1rem .1rem #0000000d;outline:none}.form__input-general-coupon:focus:invalid{border-bottom:3px solid #ff7730}.form__input-general-coupon::-webkit-input-placeholder{color:#999}.form__input-comment-label{background-color:#5643fa26;border:none;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:block;font-family:inherit;font-size:1.6rem;margin:1rem auto;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input-comment-label:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-comment-label:focus:invalid{border-bottom:3px solid #ff7730}.form__input-comment-label::-webkit-input-placeholder{color:#999}.form__input-post{background-color:#085eaf0d;border:none;border-bottom:3px solid #0000;border-radius:2px;color:#085eaf;display:block;font-family:inherit;font-size:1.6rem;margin:1rem auto -3rem -1rem!important;padding:.5rem .2rem;text-transform:none;transition:all .3s;width:100%}.form__input-post:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-post:focus:invalid{border-bottom:3px solid #ff7730}.form__input-post::-webkit-input-placeholder{color:#999}.form__input-comment-text{background-color:#085eaf14;border:none;border-bottom:3px solid #0000;border-radius:2px;color:#085eaf;display:block;font-family:inherit;font-size:1.6rem;margin:1rem auto 3rem;padding:.5rem 2rem;text-transform:none;transition:all .3s;width:100%}.form__input-comment-text:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-comment-text:focus:invalid{border-bottom:3px solid #ff7730}.form__input-comment-text::-webkit-input-placeholder{color:#999}.form__input-post-title{background-color:#085eaf33;border:none;border-bottom:3px solid #0000;border-radius:2px;color:#fff;display:block;font-family:inherit;font-size:1.8rem;margin:1rem auto;padding:.5rem 2rem;text-transform:none;transition:all .3s;width:100%}@media (max-width:37.5em){.form__input-post-title{font-size:2.5rem}}.form__input-post-title:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-post-title:focus:invalid{border-bottom:3px solid #ff7730}.form__input-post-title::-webkit-input-placeholder{color:#999}.form__input-post-title-seller-pub-vid{background-color:#fff3;border:none;border-bottom:3px solid #0000;border-radius:2px;color:#ff000080;display:block;font-family:inherit;font-size:2rem;letter-spacing:.2rem;margin:1rem auto .1rem!important;padding:.5rem 2rem;text-transform:capitalize;transition:all .3s;width:100%}@media (max-width:37.5em){.form__input-post-title-seller-pub-vid{height:0;opacity:0;width:0}}.form__input-post-title-seller-pub-vid:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input-post-title-seller-pub-vid:focus:invalid{border-bottom:3px solid #ff7730}.form__input-post-title-seller-pub-vid::-webkit-input-placeholder{color:#999}.form__input-post-text-area-seller-public-vid{background-color:#ffffff80;border:none;border-radius:2px;color:#085eaf;font-family:inherit;font-size:1.2rem;height:100%;margin-top:1rem;min-height:35rem;transition:all .3s;width:100%}.form__input--create-category{background-color:#5643fa1f;border:none;border-bottom:3px solid #0000;border-radius:2px;box-shadow:0 .5rem .5rem #0000000d;color:inherit;display:block;font-family:inherit;font-size:1.5rem;margin-bottom:2rem;margin-left:2rem;padding:.5rem 2rem;transition:all .3s;width:90%}.form__input--create-category:focus{border-bottom:3px solid #55c57a;box-shadow:0 1rem 2rem #0000001a;outline:none}.form__input--create-category:focus:invalid{border-bottom:3px solid #ff7730}.form__input--create-category::-webkit-input-placeholder{color:#999}.form__label{display:flex;font-size:1.9rem;font-weight:700!important;letter-spacing:.3rem;margin-bottom:1rem;margin-left:2rem;margin-top:.7rem;transition:all .3s}@media (max-width:37.5em){.form__label{color:#0e55b3;font-size:3.5rem}}.form__label-ship-address-region{display:flex;font-size:1.4rem;font-weight:700;letter-spacing:.5rem;margin-bottom:1rem;margin-left:2rem;margin-top:.7rem;transition:all .3s}@media (max-width:37.5em){.form__label-ship-address-region{color:#000;font-size:2rem;font-weight:700}}.form__label-contact-seller-customer-admin-topic{display:flex;font-size:1.5rem;font-weight:700;letter-spacing:.3rem;margin-bottom:-1rem;margin-left:2rem;margin-top:.7rem;transition:all .3s}@media (max-width:37.5em){.form__label-contact-seller-customer-admin-topic{font-size:2rem}}.form__label-shipping{display:flex;font-size:1.5rem;font-weight:700;justify-content:center;letter-spacing:.5rem;margin-bottom:2rem;margin-left:2rem;margin-top:3rem;transition:all .3s}@media (max-width:37.5em){.form__label-shipping{font-size:2.5rem;padding:1rem 2rem}}.form__create-color-form{font-size:1.4rem;font-weight:700;letter-spacing:.5rem;margin-left:2rem}.form__choose-color-option-note,.form__create-color-form{display:flex;margin-bottom:1rem;margin-top:1rem;transition:all .3s}.form__choose-color-option-note{color:#525050cc;font-size:2rem;font-weight:600;letter-spacing:.2rem;margin-left:1rem;padding:.7rem auto!important;padding-bottom:.7rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.form__choose-color-option-note{font-size:3rem}}.form__shipping-label{font-size:1.7rem;justify-content:flex-start;justify-items:flex-start;padding-top:2rem}.form__color-name-label,.form__shipping-label{display:flex;font-weight:500;letter-spacing:.5rem;transition:all .3s}.form__color-name-label{font-size:1.5rem;justify-content:flex-end;justify-items:center;margin:1rem 1rem 0 .5rem!important;padding:1.5rem 1rem}@media (max-width:37.5em){.form__color-name-label{flex-direction:column;font-size:2.5rem;justify-content:space-between;margin-left:1rem!important;margin-right:.1rem!important;padding-left:0!important;padding-right:2rem!important}}.form__color-name-label--text{text-transform:capitalize}.form__option-5-quantity-label{font-size:1.3rem;font-weight:700;letter-spacing:.5rem;margin-right:3rem;padding:3rem 3rem 3rem 4rem;transition:all .3s}.form__option-5-quantity-label--text{text-transform:capitalize}.form--large-background{background-color:#5643fa0d;margin:2rem auto!important;padding:1rem auto;width:75%}.form__size-quatities-label{background-color:#5643fa0d;border:.2rem solid #fffc;box-shadow:0 .15rem .15rem #5643fa4d;display:flex;font-size:1.4rem;font-weight:500;justify-content:flex-start;justify-items:center;letter-spacing:.5rem;margin:1rem 0 .2rem 3rem!important;padding:1.5rem 3rem;transition:all .3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.form__size-quatities-label{font-size:3rem}}.form__size-quatities-label--text{text-transform:capitalize}.form__additional-sizes-quatities-label{background-color:#fff;border:.2rem solid #fffc;box-shadow:0 .3rem .3rem #5643fa4d;color:#0e55b3;cursor:pointer;display:flex;font-size:1.7rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.5rem;margin:1rem auto 1.3rem;padding:1.5rem 1.5rem 1.5rem 2rem;transition:all .3s;width:60%}@media (max-width:37.5em){.form__additional-sizes-quatities-label{font-size:3rem;width:75%}}.form__additional-sizes-quatities-label--text{text-transform:capitalize}.form__additional-sizes-quatities-label:hover{background-color:#ff773003!important;border:.2rem solid #ffffff80;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.form__additional-sizes-quatities-label:active,.form__additional-sizes-quatities-label:focus{background-color:#ff773017!important;border:.2rem solid #fff6;box-shadow:0 .3rem .3rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem);-moz-transform:translateY(-.1rem);-ms-transform:translateY(-.1rem);-o-transform:translateY(-.1rem)}.form__additional-sizes-quatities-label-option-2{background-color:#ff773008;border:.2rem solid #fffc;box-shadow:0 .3rem .3rem #5643fa4d;cursor:pointer;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.5rem;margin:1rem auto 1.3rem;padding:1.5rem 1.5rem 1.5rem 2rem;transition:all .3s;width:80%}@media (max-width:37.5em){.form__additional-sizes-quatities-label-option-2{font-size:3rem}}.form__additional-sizes-quatities-label-option-2--text{text-transform:capitalize}.form__additional-sizes-quatities-label-option-2:hover{background-color:#5643fa1a!important;border:.2rem solid #ffffff80;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.form__additional-sizes-quatities-label-option-2:active,.form__additional-sizes-quatities-label-option-2:focus{background-color:#5643fa21!important;border:.2rem solid #fff6;box-shadow:0 .3rem .3rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem);-moz-transform:translateY(-.1rem);-ms-transform:translateY(-.1rem);-o-transform:translateY(-.1rem)}.form__view-option-1-and-2{background-color:#5643fa08;border:.2rem solid #fffc;box-shadow:0 .3rem .3rem #5643fa4d;cursor:pointer;display:flex;font-size:1.7rem;font-weight:400;justify-content:center;justify-items:center;letter-spacing:.5rem;margin:1rem auto;padding:1.5rem;transition:all .3s;width:70%}@media (max-width:37.5em){.form__view-option-1-and-2{font-size:3rem}}.form__view-option-1-and-2--text{text-transform:capitalize}.form__view-option-1-and-2:hover{background-color:#5643fa1a!important;border:.2rem solid #ffffff80;box-shadow:0 .3rem .3rem #0003;transform:translateY(-.3rem);-webkit-transform:translateY(-.3rem)}.form__view-option-1-and-2:active,.form__view-option-1-and-2:focus{background-color:#5643fa21!important;border:.2rem solid #fff6;box-shadow:0 .3rem .3rem #0003;outline:none;transform:translateY(-.1rem);-webkit-transform:translateY(-.1rem);-moz-transform:translateY(-.1rem);-ms-transform:translateY(-.1rem);-o-transform:translateY(-.1rem)}.form__size-quatities-option-label{background-color:#ffffffb3;border:.1rem solid #fffc;box-shadow:0 .1rem .1rem #ffffff4d;display:flex;font-size:1.6rem;font-weight:700;justify-content:flex-start;justify-items:center;letter-spacing:.5rem;margin:.8rem auto .2rem!important;padding:1.5rem 1.5rem 1.5rem 2rem;transition:all .3s;width:80%}@media (max-width:37.5em){.form__size-quatities-option-label{font-size:3rem;justify-content:center;padding:.5rem;width:90%}}.form__size-quatities-option-label--text{text-transform:capitalize}.form__size-qty-label{display:flex;font-size:1.4rem;font-weight:500;justify-content:flex-start!important;justify-items:center;letter-spacing:.2rem;margin:1.5rem 1rem 1rem -1rem!important;transition:all .3s}@media (max-width:37.5em){.form__size-qty-label{font-size:2.5rem;justify-content:flex-end;margin-right:-1rem!important;padding-left:.3rem!important;padding-right:0!important}}.form__size-qty-label--text{text-transform:capitalize}.form__sizes-qtys-label{display:flex;font-size:1.5rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.2rem;margin:2.3rem 1rem 1rem auto!important;transition:all .3s}@media (max-width:37.5em){.form__sizes-qtys-label{font-size:3rem}}.form__sizes-qtys-label--text{text-transform:capitalize}.form__label-upload-pic{font-weight:700;margin-top:3rem}.form__label-2,.form__label-upload-pic{display:flex;font-size:1.6rem;letter-spacing:.5rem;margin-bottom:1rem;margin-left:2rem;transition:all .3s}.form__label-2{font-weight:500;margin-top:.7rem}.form__label--profile-address-edit-form{display:flex;font-size:1.7rem!important;font-weight:700;letter-spacing:.5rem;margin-bottom:.5rem;margin-left:2rem;margin-top:.7rem;transition:all .3s}@media (max-width:37.5em){.form__label--profile-address-edit-form{font-size:3rem!important}}.form__label-shipping-address-update{color:#000;display:flex;font-size:1.6rem;font-weight:700;letter-spacing:.5rem;margin-bottom:1rem;margin-left:2rem;margin-top:.7rem;transition:all .3s}@media (max-width:37.5em){.form__label-shipping-address-update{font-size:3rem;font-weight:500;letter-spacing:.2rem}}.form__label-press-release-name{display:flex;flex-direction:column;font-size:1.6rem;font-weight:500;letter-spacing:.5rem;margin-bottom:1rem;margin-left:2rem;margin-top:7rem;transition:all .3s;width:20%!important}.form__label-seller-profile--name{color:#085eaf80;display:flex;font-size:1.7rem;font-weight:700;justify-content:center!important;justify-items:center!important;letter-spacing:.5rem;margin-bottom:5rem;margin-right:1rem;margin-top:5rem;padding-bottom:-12rem;transition:all .3s;width:50%}@media (max-width:37.5em){.form__label-seller-profile--name{font-size:3rem}}.form__label-rating{color:#085eaf;display:flex;font-size:2.5rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.3rem;margin-bottom:1rem;margin-left:2rem;margin-top:.7rem;transition:all .3s}.form__input:placeholder-shown+.form__label{opacity:0;transform:translateY(-4rem);visibility:hidden}.form__radio-group{display:inline-block;width:49%}.form__radio-input{display:none}.form__radio-label{cursor:pointer;font-size:1.6rem;padding-left:4.5rem;position:relative}.form__radio-button{border:5px solid #55c57a;border-radius:50%;display:inline-block;height:3rem;left:0;position:absolute;top:-.4rem;width:3rem}.form__radio-button:after{background-color:#55c57a;border-radius:50%;content:"";display:block;height:1.3rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;width:1.3rem}.form__radio-input:checked+.form__radio-label .form__radio-button:after{opacity:1}.form-1{background-color:#fff9;box-shadow:0 .5rem 1rem #00000017;padding:2rem}.form-1__width{border:1px solid rgba(227,228,241,.992);margin:0 auto;padding-left:10rem;padding-right:10rem;width:90%}.form-dashboard-order{background-color:#ffffffe6;box-shadow:0 .5rem 1rem #00000017;padding:2rem 2rem 8rem}.form-dashboard-order__width{border:1px solid rgba(227,228,241,.992);padding:5rem;width:100%}@media (max-width:37.5em){.form-dashboard-order__width{padding:1rem auto!important}}.form-dashboard-order__width-orders{border:1px solid rgba(227,228,241,.992);margin:-4rem auto auto;padding-left:5rem;padding-right:5rem;width:95%}.form-dashboard-order__width-list-users{border:1px solid rgba(227,228,241,.992);margin:38rem auto auto;padding-left:3rem;padding-right:3rem;width:95%}.form-single-product-add{background-color:#fcf4ed80;border:2rem solid #3874ec99;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.form-single-product-add__width{border:1px solid rgba(239,240,248,.992);margin:5rem auto 0;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;padding:5rem 3rem 2rem;width:100%}.form-cart-order{background-color:#ffffffbf;box-shadow:0 .5rem 1rem #00000017;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:2rem}.form-cart-order:after{clear:both;content:"";display:table}.form-cart-order [class^=form-]{float:left}.form-cart-order [class^=form-]:not(:last-child){margin-right:5rem}.form-cart-order__width{border:1px solid rgba(227,228,241,.992);margin:1rem auto 5rem;padding:5rem 2rem;width:100%}.form-cart-order-summary{background-color:#fff6;box-shadow:0 .1rem .3rem #0000004d;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:2rem .1rem 4rem!important}.form-cart-order-summary:after{clear:both;content:"";display:table}.form-cart-order-summary [class^=form-]{float:left}.form-cart-order-summary [class^=form-]:not(:last-child){margin-right:5rem}.form-cart-order-summary__width{border:1px solid rgba(227,228,241,.992);margin:1rem auto 5rem;padding:5rem 2rem;width:100%}.form-checkout-shipping-address-update{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #00000017;padding:2rem}.form-checkout-shipping-address-update__width{border:1px solid rgba(227,228,241,.992);margin:1rem auto 5rem;padding:5rem 5rem 2rem;width:100%}@media (max-width:37.5em){.form-checkout-shipping-address-update__width{margin:1rem 0 5rem;padding-left:.5rem;padding-right:.5rem}}.form-checkout-payment{background-color:#ffffff4d;box-shadow:.3rem .3rem .5rem #0000001a;display:flex;justify-content:center;justify-items:center!important}.form-checkout-payment__width{border:1px solid rgba(226,226,238,.992);display:flex;justify-items:center!important;margin:5rem auto 31rem;padding:4rem}.form-checkout-coupon{background-color:#fff6;padding:.5rem}.form-checkout-coupon__width{border:1px solid rgba(227,228,241,.992);height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin:1rem auto!important;padding:.5rem 5rem 5rem;width:80%}@media (max-width:37.5em){.form-checkout-coupon__width{width:90%}}.form-profile-shipping-address-update{padding:2rem}.form-profile-shipping-address-update__width{border:1px solid rgba(227,228,241,.992);margin:-3rem auto 5rem;padding:5rem;width:100%}.form-checkout-summary{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #00000017;justify-content:center;justify-items:center;margin-top:3rem;padding:1rem}.form-checkout-summary__width{font-weight:400;padding-bottom:5rem;padding-left:2rem;padding-right:2rem;width:100%}.form-cart-summary{background-color:#ffffff80;box-shadow:0 .5rem 1rem #00000017;padding:1rem 3rem}.form-cart-summary__width{font-weight:400;margin:5rem auto!important;padding-bottom:5rem;width:90%}@media (max-width:37.5em){.form-cart-summary__width{margin-top:0!important}}.form-cart-summary__width-orders{border:1px solid rgba(227,228,241,.992);margin:0 auto;padding-left:5rem;padding-right:5rem;width:95%}.form-cart-table{margin-top:5rem;padding-top:2rem}.form-dashboard-profile{background-color:#ffffff26;box-shadow:0 .5rem 1rem #00000017;padding:2rem}.form-dashboard-profile__width{border:1px solid rgba(11,27,238,.992);margin:5rem auto;padding-left:15rem;padding-right:5rem;width:100%}.form-profile{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #00000017;padding:2rem}.form-profile__width{border:1px solid rgba(227,228,241,.992);margin:5rem 0;padding-left:2rem;padding-right:2rem;width:85%}.form-create-videos{background-color:#fff3;box-shadow:0 .5rem 1rem #00000017;padding:2rem}.form-create-videos__width{border:1px solid rgba(227,228,241,.992);margin:0 auto;padding-left:10rem;padding-right:10rem;width:90%}.form-create-coupon{background-color:#ffffff80;box-shadow:0 .5rem 1rem #00000017;padding:2rem}.form-create-coupon__width{border:1px solid rgba(227,228,241,.992);margin:7rem auto;padding-left:10rem;padding-right:10rem;width:90%}@media (max-width:37.5em){.form-create-coupon__width{padding-left:3rem;padding-right:3rem;width:100%}}.form-admin-create-coupon{background-color:#fff3;box-shadow:0 .5rem 1rem #00000017;margin-top:25rem!important;padding:2rem}.form-admin-create-coupon__width{border:1px solid rgba(227,228,241,.992);margin:7rem auto;padding-left:10rem;padding-right:10rem;width:90%}.form-seller-create-product{background-color:#fffc!important;padding:2rem}.form-seller-create-product__width{border:1px solid rgba(227,228,241,.992);margin:7rem auto;padding-left:5rem!important;padding-right:5rem!important;width:90%}@media (max-width:37.5em){.form-seller-create-product__width{padding-left:1rem!important;padding-right:1rem!important;width:98%}}.form-seller-upload-delivery-pictures{background-color:#fff6;box-shadow:0 .5rem 1rem #00000008}.form-seller-upload-delivery-pictures__width{border-radius:1rem;-webkit-border-radius:2rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:2rem auto 3rem;padding:7rem 1rem 1rem;width:75%}.form-seller-upload-delivery-pictures:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.form-seller-upload-delivery-pictures:active,.form-seller-upload-delivery-pictures:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.form-contact-seller-customer-admin-topic{background-color:#5643fa0a;border:.01rem solid #0000000d;box-shadow:0 .5rem 1rem #00000008}.form-contact-seller-customer-admin-topic__width{border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;font-size:1.7rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 2.5%;padding:1rem;width:95%}@media (max-width:37.5em){.form-contact-seller-customer-admin-topic__width{font-size:3rem}}.form-contact-seller-customer-admin-topic:hover{box-shadow:0 1rem 2rem #00000005;transform:translateY(-.2px);-webkit-transform:translateY(-.2px);-moz-transform:translateY(-.2px);-ms-transform:translateY(-.2px);-o-transform:translateY(-.2px)}.form-contact-seller-customer-admin-topic:active,.form-contact-seller-customer-admin-topic:focus{box-shadow:0 .5rem 1rem #0000000d;outline:none}.form-seller-press-release-pulic{background-color:#fff3;box-shadow:0 .5rem 1rem #00000017}.form-seller-press-release-pulic__width{border:1px solid rgba(227,228,241,.992);margin:7rem auto 7rem 2rem;padding-bottom:5rem;padding-left:5rem;padding-right:5rem;width:100%}@media (max-width:37.5em){.form-seller-press-release-pulic__width{padding-left:0;padding-right:0}}.form-seller-customer-pictures{background-color:#fff3;box-shadow:0 .5rem 1rem #00000017}.form-seller-customer-pictures__width{border:1px solid rgba(227,228,241,.992);margin:7rem auto;padding-bottom:5rem;padding-left:5rem;padding-right:5rem;width:100%}.form-admin-create-product{background-color:#ffffff40;box-shadow:0 .5rem 1rem #00000017;color:#04399c;padding:5rem 1rem 5rem 8rem}.form-admin-create-product__width{margin:0 auto 5rem;width:100%}.form-seller-create-product{background-color:#ffffff40;box-shadow:0 .5rem 1rem #00000017;color:#04399c;padding:5rem 3rem}.form-seller-create-product__width{margin:0 auto 5rem;width:100%}.form-seller-create-home-form{background-color:#ffffff40;box-shadow:0 .5rem 1rem #00000014;color:#04399c;padding:5rem}.form-seller-create-home-form__width{margin:0 auto 5rem;width:100%}.form-create-category{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #0000000d;padding:2rem}.form-create-category__width{border:1px solid rgba(227,228,241,.992);margin:0 auto;padding-left:4rem;padding-right:4rem;width:90%}.form-2{background-color:#ffffff4d;box-shadow:0 .5rem 1rem #00000005;padding:5rem}.form-general-coupon{background-color:#5643fa0a;border:.1rem solid #00000014;padding:5rem}.form-update-profile{background-color:#ffffffe6;box-shadow:0 .2rem .2rem #0003;padding:5rem}.form-2-shipping-address{background-color:#fff;box-shadow:0 .5rem 1rem #00000005;margin-top:5rem;padding:12rem 6rem 6rem}.form-2-shipping-address__width{margin:2rem auto;width:100%}.form-2-profile{background-color:#ffffffe6;box-shadow:0 .2rem .2rem #0000000d;padding:6rem 3rem}.form-2-profile__width{width:100%}.form-3{background-color:#fff6;box-shadow:0 .5rem 1rem #0000001a;margin:-5rem 0 5rem;padding:5rem 0 5rem 7rem;text-align:start}.form-3__width{border:.1rem solid #6b75fa;margin:0 auto;width:75%}.form-inline{height:3.95rem}.form-inline,.form-inline-search{display:flex;font-size:2.5rem;width:100%}.form-inline-search{flex-wrap:nowrap;height:4.5rem;justify-content:flex-end;margin-bottom:auto;margin-right:7rem;margin-top:auto}.form-control{background-color:#fff3;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;color:#000;font-size:2.3rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 1rem 0 0!important;width:40vw!important}@media (max-width:37.5em){.form-control{font-size:5rem;width:70vw!important}}.form-control:active,.form-control:focus{background-color:#fffc;box-shadow:0 .5rem 1rem #4551f81a;font-size:2.3rem;outline:none;padding-left:2rem;transform:translateY(-1px)}@media (max-width:37.5em){.form-control:active,.form-control:focus{font-size:3.5rem}}.form-tracking-input{background-color:#ffffffb3;border:none!important;border-radius:1rem;box-shadow:.5rem .5rem .5rem #0003;color:#04399c;font-size:1.5rem;height:50vh;margin:3rem auto!important;width:75%}.form-tracking-input__text-area{background-color:#5643fa08;border:.1rem solid #0000001a;border-radius:1rem;color:#04399c;font-size:1.5rem;margin:3rem auto 0!important;padding:2rem 3rem!important;width:90%}.form-tracking-input__text-area:active,.form-tracking-input__text-area:focus{background-color:#97979808;border:.1rem solid #0000001a;outline:none}.form-tracking-input__text-area-title{background-color:#5643fa08;border-radius:1rem;box-shadow:0 .5rem 1rem #4551f80d;color:#04399c;font-size:1.7rem;font-weight:700;margin:3rem auto 0!important;padding:2rem 3rem!important;width:65%!important}.form-delivery-confirmation{background-color:#ffffff03;border:.2rem solid #fffc!important;box-shadow:5rem 5rem 5rem #0000001a;color:#04399c;font-size:1.5rem;padding-bottom:1rem;width:100%}.form-delivery-confirmation,.form-delivery-confirmation__background{border-radius:3rem;-webkit-border-radius:3rem;-moz-border-radius:3rem;-ms-border-radius:3rem;-o-border-radius:3rem}.form-delivery-confirmation__background{background-color:#ffffff1f;box-shadow:5rem 5rem 5rem #0000004d;margin:-3rem auto 3rem!important;width:65%}.form-delivery-confirmation__note{background-color:#28b48505;color:#0009;display:flex;flex-direction:row;font-size:1.2rem;margin:.5rem auto;padding:0 2rem;text-align:justify;width:75%!important}.form-delivery-confirmation__note--title{color:#ff7730;display:flex;justify-content:flex-start}.form-delivery-confirmation__note--text{display:flex}.form-delivery-confirmation__text-area{background-color:#5643fa08;border:.1rem solid #0000001a;border-radius:1rem;color:#04399c;font-size:1.5rem;margin:3rem auto 0!important;padding:2rem 3rem!important;width:90%}.form-delivery-confirmation__text-area:active,.form-delivery-confirmation__text-area:focus{background-color:#97979808;border:.1rem solid #0000001a;outline:none}.form-delivery-confirmation__text-area-title{background-color:#ff773008;border-radius:1rem;box-shadow:0 .5rem 1rem #4551f81a;color:#04399c;font-size:1.5rem;font-weight:600;margin:3rem auto 0!important;padding:2rem 3rem!important;width:90%!important}.form-delivery-confirmation__upload-delivery-picture-title{background-color:#5643fa08;border-radius:1rem;box-shadow:0 .5rem 1rem #4551f80d;color:#04399c;font-size:1.5rem;font-weight:500;margin:0 auto!important;padding:2rem 3rem!important;width:65%!important}.form-contact-seller-customer-admin{background-color:#ffffff08;box-shadow:5rem 5rem 5rem #0000001a;color:#04399c;display:flex;font-size:1.7rem;justify-content:center;justify-items:center;padding-bottom:1rem;width:100%}.form-contact-seller-customer-admin,.form-contact-seller-customer-admin__background{border-radius:2rem;-webkit-border-radius:2rem;-moz-border-radius:2rem;-ms-border-radius:2rem;-o-border-radius:2rem}.form-contact-seller-customer-admin__background{background-color:#ffffff1f;box-shadow:5rem 5rem 5rem #0000004d;margin:-3rem auto 3rem!important;width:65%}@media (max-width:37.5em){.form-contact-seller-customer-admin__background{width:80vw}}.form-contact-seller-customer-admin__note{background-color:#28b48505;color:#0009;display:flex;flex-direction:row;font-size:1.4rem;margin:.5rem auto;padding:0 2rem;text-align:justify;width:75%!important}@media (max-width:37.5em){.form-contact-seller-customer-admin__note{font-size:2.5rem!important}}.form-contact-seller-customer-admin__note--title{color:#ff7730;display:flex;font-size:1.7rem;justify-content:flex-start}@media (max-width:37.5em){.form-contact-seller-customer-admin__note--title{font-size:2.5rem}}.form-contact-seller-customer-admin__note--text{display:flex}.form-contact-seller-customer-admin__text-area{background-color:#5643fa08;border:.1rem solid #0000001a;border-radius:1rem;color:#04399c;font-size:1.5rem;margin:3rem auto 0!important;padding:2rem 3rem!important;width:90%}.form-contact-seller-customer-admin__text-area:active,.form-contact-seller-customer-admin__text-area:focus{background-color:#97979808;border:.1rem solid #0000001a;outline:none}.form-contact-seller-customer-admin__text-area-title{background-color:#ff773008;border-radius:1rem;box-shadow:0 .5rem 1rem #4551f81a;color:#04399c;font-size:1.7rem;font-weight:600;margin:3rem auto 0!important;padding:2rem 3rem!important;width:90%!important}@media (max-width:37.5em){.form-contact-seller-customer-admin__text-area-title{font-size:3rem}}.form-contact-seller-customer-admin__upload-delivery-picture-title{background-color:#5643fa08;border-radius:1rem;box-shadow:0 .5rem 1rem #4551f80d;color:#04399c;font-size:1.5rem;font-weight:500;margin:0 auto!important;padding:2rem 3rem!important;width:65%!important}#phone,.input{background-color:#ffffff80;border:none!important;padding:1rem}.shipping-rate{background-color:#77777705;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:inherit;font-family:inherit;font-size:1.6rem;margin:.5rem 2rem .9rem 3rem;padding:.5rem;transition:all .3s;width:15%!important;width:90%}@media (max-width:37.5em){.shipping-rate{font-size:3rem}}.shipping-rate:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-rate:focus:invalid{border-bottom:3px solid #ff7730}.shipping-rate::-webkit-input-placeholder{color:#999}.shipping-plus-or{background-color:#7777770a;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;margin-bottom:.9rem;margin-right:1rem;margin-top:.7rem;padding:.5rem 1rem;transition:all .3s;width:90%}.shipping-plus-or:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-plus-or:focus:invalid{border-bottom:3px solid #ff7730}.shipping-plus-or::-webkit-input-placeholder{color:#999}.shipping-standard{background-color:#ff773005;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;margin-bottom:.9rem;margin-right:1rem;margin-top:.7rem;padding:.5rem .2rem .5rem 1rem;transition:all .3s;width:20%!important;width:90%}.shipping-standard:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-standard:focus:invalid{border-bottom:3px solid #ff7730}.shipping-standard::-webkit-input-placeholder{color:#999}.shipping-standard-1{border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;margin:.7rem 1rem .9rem;padding:.5rem .2rem .5rem .1rem;transition:all .3s;width:20%!important;width:90%}.shipping-standard-1:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-standard-1:focus:invalid{border-bottom:3px solid #ff7730}.shipping-standard-1::-webkit-input-placeholder{color:#999}.shipping-plus{border-bottom:3px solid #0000;border-radius:2px;color:red;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;justify-content:center;justify-items:center;margin-left:1rem;margin-right:2rem;padding:2rem 1rem;transition:all .3s;width:10%!important}.shipping-plus:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-plus:focus:invalid{border-bottom:3px solid #ff7730}.shipping-plus::-webkit-input-placeholder{color:#999}.shipping-standard-input{background-color:#5643fa05;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;margin:.5rem 1rem;padding:.5rem 1rem;transition:all .3s;width:15%!important;width:90%}.shipping-standard-input:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-standard-input:focus:invalid{border-bottom:3px solid #ff7730}.shipping-standard-input::-webkit-input-placeholder{color:#999}.shipping-standard-input-1{background-color:#ff773005;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:inherit;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;margin:.5rem;padding:.5rem .1rem;padding-left:.2rem!important;transition:all .3s;width:100%!important}.shipping-standard-input-1:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.shipping-standard-input-1:focus:invalid{border-bottom:3px solid #ff7730}.shipping-standard-input-1::-webkit-input-placeholder{color:#999}.color-rgb-input{background-color:#00000005;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:#085eaf!important;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;font-weight:400;margin:1rem 0!important;margin-right:1rem;padding-right:0!important;transition:all .3s;width:100%!important}@media (max-width:37.5em){.color-rgb-input{font-size:2.5rem;padding-left:.7rem}}.color-rgb-input:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none;padding-right:0!important}.color-rgb-input:focus:invalid{border-bottom:3px solid #ff7730}.color-rgb-input::-webkit-input-placeholder{color:#999}.size-qty-input{background-color:#00000005;border:.1rem solid #0000001a;border-bottom:3px solid #0000;border-radius:2px;color:#085eaf;display:flex;flex-direction:row;font-family:inherit;font-size:1.4rem;font-weight:400;height:100%;margin:0 0 1rem auto!important;padding:1rem .2rem 1rem 1rem!important;transition:all .3s;width:100%!important}@media (max-width:37.5em){.size-qty-input{font-size:2.5rem}}.size-qty-input:focus{border-bottom:3px solid #55c57a;box-shadow:0 .1rem .2rem #0003;outline:none}.size-qty-input:focus:invalid{border-bottom:3px solid #ff7730}.size-qty-input::-webkit-input-placeholder{color:#999}.ql-editor{background-color:#fff6;height:100%;margin:.5rem;margin-bottom:5rem!important;max-height:35rem;min-height:27rem;width:100%}@media (max-width:37.5em){.ql-editor{background-color:#fff6;font-size:3.5rem!important;height:25vh!important}}.ql-snow{background-color:#ffffff26;border:none;display:flex;flex-direction:row;flex-wrap:wrap;font-size:1.3rem!important;margin-bottom:.2rem;max-height:32rem}.ql-toolbar{background-color:#5643fa0d;padding:1rem!important}.loading-main-home-carousel-categories-products-display-title{background-color:#ffffff80;border-radius:.5rem;box-shadow:1rem .5rem 2rem #5643fa1a;color:#085eaf;display:flex;font-size:3rem;font-weight:500;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:2rem auto;padding:2rem;text-transform:capitalize;width:70rem}.single-product{border-radius:10rem;-webkit-border-radius:10rem;box-shadow:1rem 1rem 2rem #0003;display:block;font-size:2.4rem;margin-left:3rem;margin-right:3rem;text-decoration:none;transition:all .2s;-webkit-transition:all .2s}.single-product:hover{box-shadow:0 1rem 2rem #0003;transform:translateY(-2px);-webkit-transform:translateY(-2px)}.single-product:active,.single-product:focus{box-shadow:0 .5rem 1rem #0003;outline:none;transform:translateY(-1px)}.single-product__title{background-color:#5643fa33;border:.1rem solid #f7f7f7;box-shadow:0 2.5rem 5rem #0000001a;color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:.5rem;margin:1rem auto;padding:3rem;text-transform:uppercase;width:100%!important}.single-product__title:after{background-color:#fff}.single-product__title-related-products{background-color:#ffffff80;border:.1rem solid #f7f7f71a;box-shadow:0 .1rem .1rem #00000080;color:#0e55b3;font-size:2rem;font-weight:700;letter-spacing:.5rem;margin:5rem auto 1rem;padding:1.8rem 1rem;text-align:center;text-transform:uppercase;width:80%!important}@media (max-width:37.5em){.single-product__title-related-products{font-size:4.5rem}}.single-product__title-related-products:after{background-color:#fff}.single-product__main-single-product-title{background-color:#ffffff73;border:.1rem solid #00000008;color:#00000080;font-size:2rem;font-weight:700;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:center;justify-items:center;letter-spacing:.3rem;margin:2rem auto!important;padding:2rem 13rem;text-align:center;text-transform:uppercase;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}@media (max-width:37.5em){.single-product__main-single-product-title{font-size:3rem;margin:1rem auto!important}}.single-product__write-customer-review{background-color:rgba(255,119,48,.045);border:.1rem solid #f7f7f71a;color:#0e55b3;font-size:1.7rem;font-weight:700;letter-spacing:.5rem;margin:2rem auto;padding:1.8rem 1rem;text-align:center;text-transform:uppercase;width:55%!important}@media (max-width:37.5em){.single-product__write-customer-review{font-size:3rem;width:90%!important}}.single-product__write-customer-review:after{background-color:#fff}.single-product__login-write-review{background-color:rgba(255,119,48,.035);border:.1rem solid #f7f7f71a;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;box-shadow:0 .5rem .5rem #0000001a;color:#0e55b3;cursor:pointer;font-size:1.7rem;font-weight:700;letter-spacing:.5rem;margin:2rem auto;padding:4rem 1rem;text-align:center;text-transform:uppercase;width:50%!important}@media (max-width:37.5em){.single-product__login-write-review{font-size:2.5rem}}.single-product__login-write-review:hover{background-color:#ff77300d;box-shadow:.2rem .2rem .2rem #0000001a;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px)}.single-product__login-write-review:active,.single-product__login-write-review:focus{outline:none;transform:translateY(-2px);-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px)}.single-product__no-reviews{background-color:#ffffff80;border:.1rem solid #f7f7f7;color:#525050;font-size:1.9rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.5rem;padding:5rem 7rem;text-align:center;width:100%!important}@media (max-width:37.5em){.single-product__no-reviews{font-size:3rem;width:95%!important}}.single-product__no-reviews:after{background-color:#fff}.single-product__description-content{background-color:rgba(0,0,0,.007);border:.1rem solid #00000012;color:#525050;font-size:1.6rem;font-weight:600;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.2rem;margin:2rem auto;padding:5rem 7rem;width:95%!important}@media (max-width:37.5em){.single-product__description-content{font-size:3rem}}.single-product__description-content:after{background-color:#fff}.single-product__single-product-video--title-related-videos-from-others{background-color:#5643fa66;border:.1rem solid #f7f7f71a;box-shadow:0 2.5rem 5rem #0000001a;color:#fff;font-size:1.7rem;font-weight:700;letter-spacing:.5rem;margin:2rem auto;padding:1.8rem 3rem;text-align:center;text-transform:uppercase;width:60%!important}.single-product__single-product-video--title-related-videos-from-others:after{background-color:#fff}.single-product__title-product-review{background-color:#fff9;border:.1rem solid #0000001a;color:#0e55b3;font-size:2rem;font-weight:600;letter-spacing:.5rem;margin:0 auto 4rem;padding:2rem 3rem;text-align:center;text-transform:capitalize;width:40%!important}@media (max-width:37.5em){.single-product__title-product-review{font-size:3rem}}.single-product__title-product-review:after{background-color:#fff}.single-product__title-first-section{background-color:#085eaf1a;border:.1rem solid #f7f7f7;border-radius:2%;box-shadow:0 2.5rem 5rem #5643fa33;color:#085eafcc;font-size:2rem;font-weight:700;letter-spacing:.5rem;margin:0 auto 6rem;padding:1.5rem 3rem;text-align:center;text-transform:uppercase;width:60%!important}.single-product__title-first-section:after{background-color:#fff}.single-product__title--write-review{background-color:#5643fa33;border:.1rem solid #f7f7f780;box-shadow:0 .5rem 1rem #0000001a;color:#fff;font-size:1.7rem;font-weight:700;letter-spacing:.5rem;margin:1rem auto;padding:1.5rem 1rem;text-align:center;text-transform:uppercase;width:75%!important}.single-product__title--write-review:after{background-color:#fff}.single-product__write-review-1{background-color:#ffffff3b;box-shadow:0 2.5rem 5rem #0000001a;color:#085eaf;display:flex;flex-direction:column;font-size:1.7rem;font-weight:700;justify-content:space-between;justify-items:center;letter-spacing:.5rem;margin:1rem auto;padding:1.5rem 1rem;text-align:center;text-transform:uppercase}.single-product__write-review-1--write{background-color:#00000005;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:5rem;padding:5rem 3rem!important}@media (max-width:37.5em){.single-product__write-review-1--write{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:5rem;overflow:hidden;padding-bottom:5rem!important}}.single-product__write-review-1--write-2{background-color:#00000005;height:50rem!important;margin-bottom:5rem;padding:5rem 3rem!important}@media (max-width:37.5em){.single-product__write-review-1--write-2{height:70%!important;margin-bottom:5rem;padding-bottom:5rem!important}}.single-product__write-review-1--seller-profile-description{background-color:#ffffff08;box-shadow:0 .2rem .2rem #00000012;height:35rem!important;margin:2rem 5rem 5rem auto!important;padding:2rem 3rem 7rem}@media (max-width:37.5em){.single-product__write-review-1--seller-profile-description{height:30vh!important;margin:2rem 1rem 1rem -1rem!important;padding:2rem 3rem 4rem}}.single-product__write-review-upload-pic{background-color:rgba(86,67,250,.023);color:#085eaf;display:flex;flex-direction:column;font-size:1.7rem;font-weight:700;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:space-between;justify-items:center;letter-spacing:.5rem;margin:-5rem auto 1rem;padding:1.5rem 1rem;text-align:center;text-transform:uppercase}.single-product__write-review-upload-pic--write{background-color:#ffffff4d;height:45rem!important;margin-bottom:2rem;padding:1rem 3rem 7rem!important}.single-product__write-review-upload-pic--seller-profile-description{background-color:#ffffff08;box-shadow:0 .2rem .2rem #00000012;height:45rem!important;margin:2rem 5rem 2rem auto!important;padding:2rem 3rem 7rem}.single-product__write-review-2{background-color:#fff6;border:.1rem solid #f7f7f7;box-shadow:0 .3rem .3em #0000001a;color:#085eaf;display:flex;font-size:1.7rem;font-weight:400;justify-content:space-between;justify-items:center;margin:1rem auto;padding:1.5rem 1rem;text-align:center;width:80%!important}@media (max-width:37.5em){.single-product__write-review-2{font-size:3rem!important;padding:0;width:100%!important}}.single-product__write-review-2:after{clear:both;content:"";display:table}.single-product__write-review-2 [class^=col-]{float:left}.single-product__write-review-2 [class^=col-]:not(:last-child){margin-right:2rem}.single-product__write-review-2 .col-1-of-2{width:calc(50% - 2.5rem)}.single-product__write-review-2 .col-2-of-3{margin:4rem auto!important;width:calc(66.66667% - 1.66667rem)}@media (max-width:37.5em){.single-product__write-review-2 .col-2-of-3{width:calc(100% + 4.5rem)}}.single-product__write-review-2--write{background-color:#fff9;border:.2rem solid #fff700}.single-product--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.single-product__seller-name-rating{background-color:#fffc;color:#0e55b3;display:flex;flex-direction:column;font-size:1.4rem;font-weight:600;justify-content:center;letter-spacing:.2rem;margin:.5rem auto;padding-top:1rem;text-align:center;width:95%}@media (max-width:37.5em){.single-product__seller-name-rating{font-size:3rem}}.single-product__seller-name-rating:hover{box-shadow:0 .5rem .5rem #0000001a;transform:translateY(-.3px);-webkit-transform:translateY(-.3px);-moz-transform:translateY(-.3px);-ms-transform:translateY(-.3px);-o-transform:translateY(-.3px)}.single-product__seller-podcast-name-rating{background-color:#fffc;display:flex;flex-direction:column;font-size:1.8rem;font-weight:400;justify-content:center;margin-top:1.5rem;padding-top:1rem;text-align:center}@media (max-width:37.5em){.single-product__seller-podcast-name-rating{font-size:3rem}}.single-product__seller-podcast-name-rating:hover{box-shadow:0 .5rem .5rem #0000001a;transform:translateY(-.3px);-webkit-transform:translateY(-.3px);-moz-transform:translateY(-.3px);-ms-transform:translateY(-.3px);-o-transform:translateY(-.3px)}.single-product__video-review{background-color:#085eaf14;justify-content:space-around;margin:2rem 4rem;padding-top:3rem}.single-product__product-review,.single-product__video-review{color:#fff;display:flex;flex-direction:column;font-size:2rem;font-weight:600;text-align:center}.single-product__product-review{background-color:#085eaf0d;justify-content:center;margin-bottom:.5rem;padding:7rem 3rem 3rem}.single-product__related-products{width:85%}.single-product__related-products,.single-product__related-videos-from-others{color:#fff;display:flex;flex-direction:column;font-size:2rem;font-weight:600;justify-content:space-around;text-align:center}.single-product__related-videos-from-others{background-color:#ffffff4d;border:1px solid rgba(143,248,129,.631);margin:5rem auto;width:75%}.single-product__card{background-color:#e2f1ed99;border:1px solid rgba(51,241,67,.631);box-shadow:.5rem 2.5rem 2rem #0003;color:#0e43f085;display:row;font-size:1.8rem;margin-right:1rem;padding:2rem;width:100%}.single-product__list-group{background-color:#9cf0d533;display:block;font-size:1.6rem;justify-content:flex-start;margin-bottom:1rem;padding-top:2rem}.horizontalSlider{overflow:hidden;position:relative}[dir=rtl] .horizontalSlider{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray{overflow:hidden;width:100%}.verticalSlider{overflow:hidden;position:relative}.verticalSliderTray{overflow:hidden}.verticalTray{float:left}.verticalSlideTrayWrap{overflow:hidden}.sliderTray{display:block;list-style:none;margin:0;padding:0}.sliderAnimation{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.slider img{height:75rem!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.review-image,.slider img{border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;object-fit:fill!important;overflow:hidden}.review-image{height:35rem!important;width:100%}@media (max-width:37.5em){.review-image{height:100%!important;object-fit:cover!important}}.thumbnails-wrapper{box-shadow:2rem 3rem 2rem #0000001a;margin:5rem 0 3rem!important;padding:0}.thumbnails-wrapper--single-product{background-color:#ff77301a;border:.2rem solid #fff;box-shadow:.3rem .3rem .3rem #0003;height:100%!important;margin-top:-3rem!important;max-height:75rem!important;min-height:75rem!important;overflow:hidden;padding:0 1rem;padding-bottom:0!important;padding-top:0!important;width:100%!important}.thumbnails-wrapper--single-product-carousel{border-radius:50%!important;-webkit-border-radius:50%!important;-moz-border-radius:50%!important;-ms-border-radius:50%!important;-o-border-radius:50%!important;margin:-5rem 0 13rem -12rem!important;max-height:70rem!important;max-width:90rem!important;position:relative}.thumbnails-wrapper--single-product-carousel .slide{height:100%!important;object-fit:fill!important;position:absolute;width:100%!important}.thumbnails-wrapper--single-product-carousel .thumb{border-radius:5%!important;display:flex;flex-wrap:wrap;justify-content:flex-start!important;justify-items:center!important;margin-top:.2rem;min-height:5.5rem;object-fit:fill!important}.ul{background-color:red}.thumbs{margin-top:1rem}.carousel-main-home-display-main-carousel{display:flex;flex-direction:row;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:center;justify-items:center;margin-top:5rem;position:absolute;top:0;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s;width:100%!important;z-index:100}@media (max-width:112.5em){.carousel-main-home-display-main-carousel{display:flex;width:90%!important}}@media (max-width:75em){.carousel-main-home-display-main-carousel{display:flex;margin:-1rem 3rem 1rem 12rem!important;width:100%!important}}@media (max-width:56.25em){.carousel-main-home-display-main-carousel{display:flex;height:100%!important;margin:1rem .5rem 1rem 12rem!important;width:100%!important}}@media (max-width:37.5em){.carousel-main-home-display-main-carousel{display:flex;margin:1rem .5rem 1rem 12rem!important;width:100%!important}}@media (min-width:112.51em){.carousel-main-home-display-main-carousel{display:flex;width:93%!important}}.carousel-main-home-display-main-carousel__img{box-shadow:1rem 1rem 1rem #00000080;display:flex!important;justify-content:center!important;justify-items:center!important;max-height:50rem!important;object-fit:fill!important;width:100%!important}@media (max-width:112.5em){.carousel-main-home-display-main-carousel__img{width:100%!important}}@media (max-width:75em){.carousel-main-home-display-main-carousel__img{max-height:60vh!important;width:90%!important}}@media (max-width:56.25em){.carousel-main-home-display-main-carousel__img{max-height:60rem!important;width:93%!important}}@media (max-width:43.75em){.carousel-main-home-display-main-carousel__img{max-height:55rem!important;width:9 3%!important}}@media (max-width:37.5em){.carousel-main-home-display-main-carousel__img{max-height:50rem!important;width:90%!important}}@media (max-width:23.4375em){.carousel-main-home-display-main-carousel__img{height:35rem!important;width:90%!important}}@media (min-width:112.51em){.carousel-main-home-display-main-carousel__img{margin-top:-8rem!important;width:100%!important}}.carousel .thumb{margin-bottom:.2rem;max-height:4.7rem;padding:0!important}.thumbs{border-radius:none;-webkit-border-radius:none;-moz-border-radius:none;-ms-border-radius:none;-o-border-radius:none;display:flex;flex-direction:row!important;flex-wrap:wrap!important;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:2rem!important;margin-top:5rem;padding-left:5rem;padding-top:0!important}.admin-dashboard-order-info:link,.admin-dashboard-order-info:visited{border-radius:10rem;display:inline-block;font-size:1.6rem;padding:1rem 2rem;position:relative;text-transform:uppercase;transition:all .2s;-webkit-transition:all .2s}.user-nav-modern{margin-bottom:24px;width:100%}@media (min-width:768px){.user-nav-modern{margin-bottom:32px}}.user-nav-modern__container{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #667eea33;border-radius:50px;box-shadow:0 4px 20px #00000014;display:inline-flex;gap:6px;padding:6px}@media (min-width:768px){.user-nav-modern__container{gap:4px}}.user-nav-modern__link{align-items:center;background:#0000;border-radius:50px;display:flex;gap:6px;justify-content:center;padding:10px 16px;position:relative;text-decoration:none!important;transition:all .3s ease;white-space:nowrap}@media (min-width:768px){.user-nav-modern__link{gap:8px;padding:10px 20px}}.user-nav-modern__link:hover:not(.user-nav-modern__link--disabled){background:#667eea1a}.user-nav-modern__link--active{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-shadow:0 4px 15px #667eea66}.user-nav-modern__link--active .user-nav-modern__icon svg{stroke:#fff!important}.user-nav-modern__link--active .user-nav-modern__label{color:#fff!important}.user-nav-modern__link--disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.user-nav-modern__icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.user-nav-modern__icon svg{stroke:#718096;height:22px!important;width:22px!important}@media (min-width:768px){.user-nav-modern__icon svg{height:18px!important;width:18px!important}}.user-nav-modern__label{color:#2d3748;font-size:1.4rem;font-weight:600}@media (min-width:768px){.user-nav-modern__label{font-size:.95rem}}.user-nav-modern__badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;margin-left:4px;padding:4px 10px;text-transform:uppercase}@media (min-width:768px){.user-nav-modern__badge{font-size:.6rem;padding:2px 8px}}.card-product-shop{height:38vh;min-height:38vh;padding:1rem;perspective:150rem;-moz-perspective:150rem;position:relative;width:100%}@media (max-width:56.25em){.card-product-shop{font-size:2.5rem!important;height:100%;padding:2rem 0}}@media (min-width:75em){.card-product-shop{height:100%;padding:2rem 0}.card-product-shop:hover{box-shadow:0 1rem 2rem #0003!important;position:relative!important;transform:translateY(-.5rem)!important;transition:all .3s ease!important}}.card-product-shop__side{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:2rem;height:38vh;left:0;min-height:38vh;overflow:hidden;position:absolute;top:0;transition:all .8s ease;-webkit-transition:all .8s ease;width:100%}.card-product-shop__side--front{background-color:#fffc;height:38vh;min-height:38vh}.card-product-shop__side--front:after{width:100%}.card-product-shop__side--back{height:38vh;min-height:38vh!important;transform:rotateY(180deg)}@media (max-width:56.25em){.card-product-shop__side--back{height:35rem;min-height:35rem}}.card-product-shop__side--back-1{background-image:linear-gradient(90deg,#ffb9004d,#ff77304d)}.card-product-shop__side--back-2{background-image:linear-gradient(90deg,#7ed56f4d,#28b4854d)}.card-product-shop__side--back-3{background-image:linear-gradient(90deg,#06397080 0,#000 35%,#085eaf96)}.card-product-shop:hover .card-product-shop__side--back{transform:rotateY(0);-webkit-transform:rotateY(0)}.card-product-shop__picture{height:97%!important;max-height:38vh!important;min-height:35vh!important;object-fit:fill;position:relative;transition:filter .5s;width:100%!important}.card-product-shop__picture img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transition:all .4s ease}.card-product-shop__picture__image-loading{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:1rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:56.25em){.card-product-shop__picture{max-height:35rem;min-height:35rem}}.card-product-shop__picture:before{background-color:#fff;box-shadow:.3rem .3rem .5rem #00000080;content:"";height:50%;left:90%;position:absolute;top:4vw;transition:height .3s;width:.1rem;z-index:10}@media (max-width:37.5em){.card-product-shop__picture:before{height:50%;left:85%;top:14vw;width:.2rem}}.card-product-shop__picture:after{background-color:#fff;box-shadow:.3rem .3rem .5rem #000;content:"";height:.1rem;left:2rem;opacity:1;position:absolute;top:60%;transition:width .4s;width:90%;z-index:10}.card-product-shop__picture:hover:after{transition:width .5s 0;width:0!important}.card-product-shop__heading{color:#fff;font-size:3.5rem!important;font-weight:300;left:.5rem;position:absolute;text-align:right;text-transform:uppercase;top:.1rem;width:70%}@media (min-width:37.5em){.card-product-shop__heading{font-size:2.5rem!important}}@media (min-width:75em){.card-product-shop__heading{font-size:1.4rem!important}}.card-product-shop__back-header-box{background-color:#182a41;border-bottom:.2rem solid #ffffffe6;display:flex;height:15%;justify-content:center;justify-items:center;padding:1rem;position:absolute;width:100%}.card-product-shop__back-footer-box{background-color:#232f3e;bottom:.2%;color:#fff;height:10%;position:absolute;width:100%}.card-product-shop__rating{display:flex;font-size:2.5rem;height:100%;justify-content:center!important;justify-items:center!important;padding-top:2rem!important;position:absolute;text-align:center;width:100%}@media (max-width:56.25em){.card-product-shop__rating{font-size:2rem!important}}.card-product-shop__rating-showAverage{font-size:2rem;font-weight:500;left:30%!important;position:absolute;top:2%}@media (max-width:56.25em){.card-product-shop__rating-showAverage{font-size:1.5rem!important;left:35%!important}}@media (min-width:75em){.card-product-shop__rating-showAverage{font-size:1.6rem!important;left:50%!important;top:2%}}.card-product-shop__rating-message{color:#fff;font-size:3.5rem;font-weight:500;position:absolute;text-align:center;text-transform:capitalize;top:2%;width:100%}@media (max-width:56.25em){.card-product-shop__rating-message{font-size:2.5rem!important}}@media (min-width:75em){.card-product-shop__rating-message{font-size:1.7rem!important;padding-top:-1rem!important}}.card-product-shop__cta{height:38vh;min-height:38vh;position:relative;text-align:center;top:15%}.card-product-shop__seller-video-name{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;justify-items:center;margin-top:1rem;padding-bottom:.2rem;padding-top:.2rem;pointer-events:auto;position:absolute;text-align:center;width:80%}.card-product-shop__seller-name-2{background-color:#ffffffe6;border-radius:.4rem;color:#2c3e50;cursor:pointer;display:block;font-size:3.5rem;font-weight:500;justify-content:center;justify-items:center;margin:.1rem auto!important;padding:.5rem auto;pointer-events:auto!important;position:relative;text-align:center;text-decoration:none;text-shadow:2px 2px 4px #000000b3;transition:all .3s ease;width:100%;z-index:10}@media (max-width:56.25em){.card-product-shop__seller-name-2{font-size:2.5rem!important}}@media (min-width:75em){.card-product-shop__seller-name-2{font-size:1.6rem!important}}.card-product-shop__seller-name-2:hover{background-color:#fff;box-shadow:0 .2rem .8rem #0000001a;color:#2980b9;transform:scale(1.05) translateY(-.1rem)}.card-product-shop__price-box{align-items:center;display:flex;justify-content:center;left:42%;margin:1rem 0;position:absolute;top:5vh}.card-product-shop__price-value{color:#55c57a;font-size:3.5rem;font-weight:700;text-shadow:.1rem .1rem .2rem #0000001a;transition:all .3s ease}.card-product-shop__price-value:hover{color:#fff;transform:scale(1.05);z-index:1999999900!important}@media (min-width:37.5em){.card-product-shop__price-value{font-size:2.5rem}}@media (min-width:75em){.card-product-shop__price-value{font-size:2rem}}.card-product-shop__view-product{align-items:center;bottom:1rem;display:flex;flex-direction:column;gap:.8rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;justify-items:center;left:0;margin-top:-1rem;padding:.5rem;position:absolute;right:0;top:14vh;width:100%;z-index:100000000}.card-product-shop__view-product>div{display:flex;flex-direction:row;gap:.8rem}@media (min-width:37.5em){.card-product-shop__view-product{bottom:2rem;flex-direction:row;justify-content:space-evenly}}.card-product-shop__view-product--video{color:#fff;display:block;font-size:3rem;margin-left:1rem;margin-right:1rem;text-align:center;text-decoration:none;width:100%}.card-product-shop__view-product--video:hover{background-color:#ffffffe6;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;color:#2c3e50;padding:.6rem .5rem!important;text-decoration-line:none;-moz-text-decoration-line:none;text-shadow:2px 2px 4px #000000b3;transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}@media (min-width:37.5em){.card-product-shop__view-product--video{font-size:1.5rem;width:auto}}@media (min-width:75em){.card-product-shop__view-product--video{font-size:1.5rem;width:auto}.card-product-shop__view-product--video:hover{padding:.6rem 1rem!important}}.card-product-shop__view-product--view-product-only{align-items:center;color:#fff!important;display:flex;justify-content:center;position:absolute;text-decoration:none;top:10vh}.card-product-shop__view-product--view-product-only:hover{background-color:#ffffffe6;border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;color:#2c3e50!important;padding:.6rem .5rem!important;text-decoration-line:none;-moz-text-decoration-line:none;text-shadow:2px 2px 4px #000000b3;transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05)}.card-product-shop__product-color{background-color:#0000000d;color:#fff;display:flex;font-size:3.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:center;left:0;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (min-width:37.5em){.card-product-shop__product-color{font-size:2.5rem!important;margin-right:2rem!important;top:5vh}}@media (min-width:75em){.card-product-shop__product-color{font-size:1.5rem!important;margin-right:2rem!important;top:9vh}}.card-product-shop__product-color select{background-color:#fff;border:.2rem solid #55c57a4d;border-radius:.4rem;color:#333;padding:.8rem 1.2rem;transition:all .3s ease}.card-product-shop__product-color select:hover{border-color:#55c57a;box-shadow:0 .2rem .8rem #55c57a33}.card-product-shop__product-color select:focus{border-color:#55c57a;box-shadow:0 0 0 .3rem #55c57a1a;outline:none}.card-product-shop__product-size{background-color:#0000000d;color:#fff;display:flex;font-size:3.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;justify-items:space-around;left:52%;padding-bottom:.5rem;position:absolute;top:9vh;width:50%}@media (min-width:37.5em){.card-product-shop__product-size{font-size:2.5rem!important;left:60%;top:5vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media (min-width:75em){.card-product-shop__product-size{font-size:1.5rem!important;left:62%;top:9vh;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-product-shop__product-size select{background-color:#fff;border:.2rem solid #55c57a4d;border-radius:.4rem;color:#333;padding:.8rem 1.2rem;transition:all .3s ease}.card-product-shop__product-size select:hover{border-color:#55c57a;box-shadow:0 .2rem .8rem #55c57a33}.card-product-shop__product-size select:focus{border-color:#55c57a;box-shadow:0 0 0 .3rem #55c57a1a;outline:none}.card-product-shop__add-to-cart{background-color:#fffffff2;border:2px solid #55c57a;border-radius:.5rem;display:block!important;font-weight:700;margin:1rem auto;opacity:1!important;padding:1rem;position:relative;text-align:center;visibility:visible!important;z-index:200}@media (min-width:75em){.card-product-shop__brand{font-size:1.4rem}.card-product-shop__coupon{font-size:1.2rem}}.card-product-related{perspective:150rem;-moz-perspective:150rem;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1)}.card-product-related__side{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-product-related__side--front{background-color:#fff}.card-product-related__side--back{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a);transform:rotateY(180deg)}.card-product-related:hover .card-product-related__side--back{transform:rotateY(0)}.card-new-arrival-product-card{perspective:150rem;-moz-perspective:150rem;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1)}.card-new-arrival-product-card__side{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-new-arrival-product-card__side--front{background-color:#fff}.card-new-arrival-product-card__side--back{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a);transform:rotateY(180deg)}.card-new-arrival-product-card:hover .card-new-arrival-product-card__side--back{transform:rotateY(0)}.card-best-all-category-small-section{perspective:150rem;-moz-perspective:150rem;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1)}.card-best-all-category-small-section__side{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-best-all-category-small-section__side--front{background-color:#fff}.card-best-all-category-small-section__side--back{background-image:linear-gradient(90deg,#085eaf1a 0,#000 35%,#5643fa1a);transform:rotateY(180deg)}.card-best-all-category-small-section:hover .card-best-all-category-small-section__side--back{transform:rotateY(0)}.modern-product-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex!important;flex-direction:column!important;height:100%;max-width:100%!important;overflow:hidden;position:relative!important;transition:all .25s ease;width:100%!important}.modern-product-card:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.modern-product-card__link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.modern-product-card__image-container{align-items:center;aspect-ratio:1/1;background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex;justify-content:center;overflow:hidden;width:100%}.modern-product-card__image{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.modern-product-card:hover .modern-product-card__image{transform:scale(1.03)}.modern-product-card__content{display:flex;flex:1 1;flex-direction:column;gap:6px;padding:14px 12px 12px;text-align:center}.modern-product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-size:1.4rem;font-weight:500;letter-spacing:-.01em;line-height:1.3;margin:0;min-height:3.6rem;overflow:hidden;text-align:center;text-overflow:ellipsis}@media (max-width:37.5em){.modern-product-card__title{font-size:1.3rem;min-height:3.4rem}}.modern-product-card__brand{color:#757575;font-size:1.2rem;font-weight:400;line-height:1.2;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media (max-width:37.5em){.modern-product-card__brand{font-size:1.1rem}}.modern-product-card__price{color:#111;font-size:1.7rem;font-weight:600;margin:auto 0 0;padding-top:4px;text-align:center}@media (max-width:37.5em){.modern-product-card__price{font-size:1.5rem}.modern-product-card{border-radius:6px}.modern-product-card__content{gap:4px;padding:10px 8px 8px}}.modern-products-section{background:linear-gradient(180deg,#f9fafb,#fff);display:block!important;flex-direction:column!important;margin:0 auto!important;max-height:80vh!important;max-width:100%!important;overflow-y:auto!important;padding:3rem 0 4rem!important;position:relative!important;width:100%!important}.modern-products-section::-webkit-scrollbar{width:10px}.modern-products-section::-webkit-scrollbar-track{background:#f1f1f1}.modern-products-section::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.modern-products-section::-webkit-scrollbar-thumb:hover{background:#555}.modern-products-section__title{color:#333!important;display:block!important;font-size:2.4rem!important;font-weight:600!important;letter-spacing:.02em!important;margin:0 0 2.5rem!important;padding:0 2rem!important;text-align:center!important;text-transform:uppercase!important}@media (max-width:37.5em){.modern-products-section__title{font-size:1.8rem!important;margin:0 0 2rem!important}}.modern-products-grid{grid-gap:28px!important;display:grid!important;flex-direction:row!important;gap:28px!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;height:auto!important;justify-items:center!important;margin:0 auto!important;max-width:1200px!important;padding:0 28px!important;position:relative!important;width:100%!important}@media (max-width:75em){.modern-products-grid{gap:24px!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;padding:0 24px!important}}@media (max-width:56.25em){.modern-products-grid{gap:20px!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;padding:0 20px!important}}@media (max-width:37.5em){.modern-products-grid{gap:14px!important;grid-template-columns:repeat(2,1fr)!important;padding:0 14px!important}}.modern-products-grid__item{display:block!important;height:auto!important;max-width:320px!important;min-width:0!important;position:relative!important;width:100%!important}.modern-category-tabs{background:linear-gradient(180deg,#f8f9fa 0,#fff);margin-bottom:0;padding:2rem 0 1.5rem;width:100%}.modern-category-tabs__container{margin:0 auto;max-width:1200px;padding:0 2rem}.modern-category-tabs__wrapper{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem 2rem}.modern-category-tabs__item{position:relative}.modern-category-tabs__tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;font-weight:500;gap:.5rem;letter-spacing:.02em;padding:.75rem 2rem;position:relative;transition:all .3s ease;white-space:nowrap}.modern-category-tabs__tab:hover{background:#eff6ff;color:#2563eb}.modern-category-tabs__tab--active{background:#eff6ff;color:#2563eb;font-weight:600}.modern-category-tabs__tab--active:after{background:#2563eb;border-radius:2px;bottom:-.5rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60%}.modern-category-tabs__tab:focus{box-shadow:0 0 0 3px #2563eb1a;outline:none}.modern-category-tabs__tab:active{transform:scale(.98)}.modern-category-tabs__arrow{margin-left:.25rem;transition:transform .3s ease}.modern-category-tabs__item:hover .modern-category-tabs__arrow{transform:rotate(180deg)}.modern-category-tabs__dropdown{animation:dropdownFadeIn .2s ease;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;left:50%;min-width:200px;padding:.5rem;position:absolute;top:calc(100% + .5rem);transform:translateX(-50%);z-index:1000}.modern-category-tabs__dropdown:before{border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;content:"";height:0;left:50%;position:absolute;top:-.5rem;transform:translateX(-50%);width:0}.modern-category-tabs__dropdown-item{background:#0000;border:none;border-radius:6px;color:#4a5568;cursor:pointer;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:400;padding:.75rem 1.5rem;text-align:left;transition:all .2s ease;width:100%}.modern-category-tabs__dropdown-item:hover{background:#eff6ff;color:#2563eb}.modern-category-tabs__dropdown-item--active{background:#eff6ff;color:#2563eb;font-weight:500}.modern-category-tabs__dropdown-empty,.modern-category-tabs__dropdown-loading{color:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.4rem;padding:.75rem 1.5rem;text-align:center}.modern-category-tabs__dropdown-loading{font-style:italic}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.modern-category-tabs{margin-bottom:2rem;padding:1.5rem 0 1rem}.modern-category-tabs__container{padding:0 1rem}.modern-category-tabs__wrapper{-webkit-overflow-scrolling:touch;gap:.5rem;justify-content:flex-start;overflow-x:auto;padding:.75rem 1rem;scrollbar-width:none}.modern-category-tabs__wrapper::-webkit-scrollbar{display:none}.modern-category-tabs__tab{flex-shrink:0;font-size:1.4rem;padding:.6rem 1.5rem}}@media (max-width:480px){.modern-category-tabs__tab{font-size:1.3rem;padding:.5rem 1.2rem}}.section-about{margin:10rem}.section-about,.section-profile{background-color:#ffffff4d;padding:7rem 5rem 10rem}.section-profile{margin:2rem}.section-homeForm{background-color:#ffffff4d;background-color:#5643fa14;background-size:cover;margin:10rem auto 5rem;padding:5rem 5rem 10rem;width:85%}.section-home-seller-form2-public--orange-background{background-image:linear-gradient(180deg,#ff77301a,#ff773026,#ff773026)}.section-home-seller-form2-public--green-background,.section-home-seller-form2-public--orange-background{box-shadow:.2rem .5rem 1rem #0000001a;-webkit-clip-path:polygon(12% 0,88% 0,100% 100%,0 100%);clip-path:polygon(12% 0,88% 0,100% 100%,0 100%);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5rem auto;padding:1rem 5rem;width:100%;z-index:0}.section-home-seller-form2-public--blue-background{background-image:linear-gradient(180deg,#5643fa08,#5643fa08,#5643fa08);box-shadow:.2rem .5rem 1rem #0000001a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5rem auto!important;padding:1rem 5rem;width:85%;z-index:0}.section-home-seller-form-public{background-color:#00000008;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:7rem auto 5rem;padding:1rem 10rem;width:85%}@media (max-width:37.5em){.section-home-seller-form-public{height:60vh;padding:1rem 2rem;width:100%}}.section-seller-create-home-form1{background-color:#00000008;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto 5rem;padding:1rem 10rem 5rem;width:85%}.section-seller-create-home-form1__background{background-color:#f5deb34d}.section-home-seller-form1-public-new-design{background-color:#00000008;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:3rem 3rem 5rem;width:85%}@media (max-width:37.5em){.section-home-seller-form1-public-new-design{height:60vh;padding:1rem 2rem;width:100%}}.section-seller-create-homeForm{background-color:#5643fa14;background-size:cover;margin:-1rem 0 5rem;padding:5rem 5rem 10rem;width:95%}.section-seller-home-page-form4-and-5-users{background-color:#5643fa1a;background-size:cover;margin:10rem 0 5rem;padding:5rem 10rem;width:100%}.section-seller-home-Form3{background-color:#5643fa05;border-radius:1%;-webkit-border-radius:1%;-moz-border-radius:1%;-ms-border-radius:1%;-o-border-radius:1%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:3rem auto 1rem;padding:1rem 10rem;width:85%}@media (max-width:37.5em){.section-seller-home-Form3{padding:1rem 5rem;width:100%}}.section-seller-home-Form3__background{background-color:#f5deb34d}.section-seller-home-form-6,.section-seller-home-form-6-green-background{background-color:#00000008;border-radius:2%;-webkit-border-radius:2%;-moz-border-radius:2%;-ms-border-radius:2%;-o-border-radius:2%;-webkit-clip-path:polygon(0 0,100% 0,95% 100%,5% 100%);clip-path:polygon(0 0,100% 0,95% 100%,5% 100%);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:1rem auto;padding:5rem 10rem;width:95%}.section-seller-home-Form-width-100{width:95%}.section-seller-home-Form-width-100,.section-seller-home-public-pink-green-square{background-color:#ff773033;-webkit-clip-path:polygon(0 0,100% 0,97% 100%,3% 100%);clip-path:polygon(0 0,100% 0,97% 100%,3% 100%);margin:0 auto;padding:0 auto}.section-seller-home-public-pink-green-square{width:90%}.section-seller-home-create-pink-green-square{background-color:#5643fa08;margin:0 auto;padding:0 5rem;width:95%}@media (max-width:37.5em){.section-seller-home-create-pink-green-square{margin-left:0;margin-right:0;width:100vw}}.section-seller-home-Form-width-100-green-background{background-color:#28b48512;border:.5rem solid #ffffff80;border-radius:50%;-webkit-border-radius:1%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-shadow:.2rem .2rem .2rem #0000004d;margin:5rem auto;padding:0 auto;width:85%}@media (max-width:37.5em){.section-seller-home-Form-width-100-green-background{background-color:initial;margin:0;padding:0;width:100%}}.section-seller-home-Form-width-100-green-blue-background{padding:0 auto}.section-seller-home-Form-width-100-green-blue-background,.section-seller-product-page-form1-green-blue-squarish-circle{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;width:100%}.section-seller-product-page-form1-green-blue-squarish-circle{background-color:#28b4850d;box-shadow:.2rem .2rem .2rem #0000004d}.section-seller-home-Form-podcasts-width-100-new-design{background-color:#085eaf14;height:50vh!important}.section-seller-home-Form-podcasts-width-100-black-design,.section-seller-home-Form-podcasts-width-100-new-design{box-shadow:.4rem .3rem .3rem #0000004d;color:#fff;margin:0 auto;outline:.7rem solid #ffffff80;outline-offset:1rem;padding:1rem 5rem;width:100%}.section-seller-home-Form-podcasts-width-100-black-design{background-color:#000}.section-seller-home-Form-podcasts-width-100{background-color:#ffffff80;color:#fff;margin:0 auto;padding:3rem 5rem;width:100%}.section-seller-home-Form7-width-100{background-color:#fff6;height:75vh;margin:8rem auto 10rem;outline:.7rem solid #ffffff80;outline-offset:2rem;padding:2rem 3rem;position:relative;width:85%}@media (max-width:37.5em){.section-seller-home-Form7-width-100{height:75%;width:100%}}.section-seller-home-Form7-width-100__pict{height:100%;width:100%}.section-seller-home-Form7-width-100__message{background-color:#fffc!important;box-shadow:.3rem .3rem 3rem #0000004d;color:#000;font-weight:600;height:55%;margin:5rem 0;padding:3rem 5rem;position:absolute;right:13%;top:17%;width:50%;z-index:100}@media (max-width:37.5em){.section-seller-home-Form7-width-100__message{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:55%}}.section-seller-home-Form7-width-100-view-categories{background-color:#fff6;height:75vh;margin:18rem auto 10rem;outline:.7rem solid #ffffff80;outline-offset:2rem;padding:2rem 3rem;position:relative;width:85%}@media (max-width:37.5em){.section-seller-home-Form7-width-100-view-categories{height:75%;margin:28rem auto 10rem;width:100%}}.section-seller-home-Form7-width-100-view-categories__pict{height:100%;width:100%}.section-seller-home-Form7-width-100-view-categories__message{background-color:#fffc!important;box-shadow:.3rem .3rem 3rem #0000004d;color:#000;font-weight:600;height:55%;margin:5rem 0;padding:3rem 5rem;position:absolute;right:13%;top:17%;width:50%;z-index:100}@media (max-width:37.5em){.section-seller-home-Form7-width-100-view-categories__message{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:55%}}.section-seller-home-Form7-width-100-with-two-pictures{background-color:#28b4850f;box-shadow:.2rem .2rem .2rem #0003;margin:8rem auto 1rem;outline-offset:2rem;padding:2rem 3rem;position:relative;width:90%}@media (max-width:37.5em){.section-seller-home-Form7-width-100-with-two-pictures{margin:0;width:100%}}.section-seller-home-Form7-width-100-with-two-pictures__pict{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:100%;width:100%}.section-seller-home-Form7-width-100-with-two-pictures__pict:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.1rem);-webkit-transform:scale(1.1) translateY(-.1rem);-moz-transform:scale(1.1) translateY(-.1rem);-ms-transform:scale(1.1) translateY(-.1rem);-o-transform:scale(1.1) translateY(-.1rem);z-index:100}.section-seller-home-Form7-width-100-with-two-pictures__message{background-color:#ffffff80;box-shadow:.3rem .3rem 3rem #0000004d;margin:5rem 0;padding:3rem 5rem;position:absolute;right:13%;top:17%;width:40%;z-index:100}.section-seller-home-Form7-width-100-with-two-texts-and-apicture{background-color:#28b48508;box-shadow:.5rem .5rem 1rem #0003;margin:8rem auto 15rem;outline:.7rem solid #ffffff80;outline-offset:2rem;padding:2rem 3rem;position:relative;width:85%}@media (max-width:37.5em){.section-seller-home-Form7-width-100-with-two-texts-and-apicture{margin-left:0;margin-right:0;width:100%}}.section-seller-home-Form7-width-100-with-two-texts-and-apicture__pict{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:100%;width:100%}.section-seller-home-Form7-width-100-with-two-texts-and-apicture__pict:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.1rem);-webkit-transform:scale(1.1) translateY(-.1rem);-moz-transform:scale(1.1) translateY(-.1rem);-ms-transform:scale(1.1) translateY(-.1rem);-o-transform:scale(1.1) translateY(-.1rem);z-index:100}.section-seller-home-Form7-width-100-with-two-texts-and-apicture__message{background-color:#ffffff80;box-shadow:.3rem .3rem 3rem #0000004d;margin:5rem 0;padding:3rem 5rem;position:absolute;right:13%;top:17%;width:40%;z-index:100}.section-seller-home-Form7-width-100-with-green-background{background-color:#28b48526;height:80vh;margin:8rem auto 1rem;outline:.7rem solid #ffffff80;outline-offset:2rem;padding:2rem 3rem;position:relative;width:50%}.section-seller-home-Form7-width-100-with-green-background__pict{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:100%;width:100%}.section-seller-home-Form7-width-100-with-green-background__pict:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.1rem);-webkit-transform:scale(1.1) translateY(-.1rem);-moz-transform:scale(1.1) translateY(-.1rem);-ms-transform:scale(1.1) translateY(-.1rem);-o-transform:scale(1.1) translateY(-.1rem);z-index:100}.section-seller-home-Form7-width-100-with-green-background__message{background-color:#ffffff80;box-shadow:.3rem .3rem 3rem #0000004d;margin:5rem 0;padding:3rem 5rem;position:absolute;right:13%;top:17%;width:40%;z-index:100}.section-seller-home-Form7-width-100-with-blue-background{background-color:#085eaf26;height:80vh;margin:8rem auto;outline:.7rem solid #ffffff80;outline-offset:2rem;padding:5rem 3rem;position:relative;width:50%}.section-seller-home-Form7-width-100-with-blue-background__pict{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:100%;width:100%}.section-seller-home-Form7-width-100-with-blue-background__pict:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.1rem);-webkit-transform:scale(1.1) translateY(-.1rem);-moz-transform:scale(1.1) translateY(-.1rem);-ms-transform:scale(1.1) translateY(-.1rem);-o-transform:scale(1.1) translateY(-.1rem);z-index:100}.section-seller-home-Form7-width-100-with-blue-background__message{background-color:#ffffff80;box-shadow:.3rem .3rem 3rem #0000004d;margin:5rem 0;padding:3rem 5rem;position:absolute;right:13%;top:17%;width:40%;z-index:100}.section-seller-home-Form-video-background-width-100{background-color:#5643fa26;height:55vh;margin:5rem auto 10rem;position:relative;width:75%}.section-seller-home-Form-video-background-width-100__pict{height:100%;width:100%}.section-seller-home-Form-video-background-width-100__pict:hover{box-shadow:0 2.5rem 4rem #00000080;outline:.7rem solid #ffffff4d;outline-offset:2rem;transform:scale(1.1) translateY(-.1rem);-webkit-transform:scale(1.1) translateY(-.1rem);-moz-transform:scale(1.1) translateY(-.1rem);-ms-transform:scale(1.1) translateY(-.1rem);-o-transform:scale(1.1) translateY(-.1rem);z-index:100}.section-seller-home-Form-video-background-width-100__message{background-color:#ffffffb3;margin:5rem 0;padding:3rem 5rem;position:absolute;right:5%;top:8%;width:40%;z-index:100}.section-seller-create-home-Form-width-100{background-color:#5643fa26;margin:0 auto;padding:0 auto;width:90%}@media (max-width:37.5em){.section-seller-create-home-Form-width-100{margin:0;width:100%}}.section-home-form-display{background-color:#ffffff4d;background-size:cover;margin:10rem auto;padding:5rem 5rem 15rem;width:75vw}.section-features,.section-podcast{background-image:linear-gradient(90deg,#0e55b326,#28b48521);background-size:cover;margin-bottom:10rem;margin-top:10rem;padding:3rem 0 0}.section-features-single-product{background-image:linear-gradient(180deg,#4551f899 5%,#4551f866 15%,#4346f180 35%,#4551f866 40%,#4551f866 45%,#4551f866 55%,#4551f899 65%,#3874ec99 100%,#0f5bf1b3 0),url(/static/media/hero.15e5f60eb95486007f5a.jpg);background-size:cover;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:-2rem auto 10rem;padding-bottom:2rem;padding-top:15rem;transform:skewY(-1deg);width:95vw}.section-features-single-product>*{transform:skewY(1deg);-webkit-transform:skewY(1deg);-moz-transform:skewY(1deg);-ms-transform:skewY(1deg);-o-transform:skewY(1deg)}.section-tours{background-color:#5643fa0d;box-shadow:0 1rem 2.5rem #0000000f;margin:-10vh 10rem 15rem;padding:5rem}.section-features-best-seller{background-image:linear-gradient(90deg,#0e55b3,rgba(40,180,133,.569)),url(/static/media/nat-4.114dc94031b51b2988c7.jpg);background-size:cover;margin-bottom:15rem;padding:25rem 0 10rem}.section-product-card{background-color:hsla(0,0%,97%,.788);margin-top:-28rem;padding:28rem 0 10rem}.section-video{background-color:hsla(0,0%,97%,.788);padding:5rem 0}.section-book{background-image:linear-gradient(180deg,#4551f899 5%,#4551f866 15%,#4346f180 35%,#4551f866 40%,#4551f866 45%,#4551f866 55%,#4551f899 65%,#3874ec99 100%,#0f5bf1b3 0);padding:15rem 0}.book{background-image:linear-gradient(180deg,#ffffffe6,#ffffff17 50%,#00000003 0,#000000e6 90%),url(/static/media/nat-10.66b4c17a798f60687f63.jpg);background-size:cover;border-radius:3px;box-shadow:0 1.5rem 4rem #000;color:#fff!important;height:100%!important;margin:10rem auto!important;width:50%}@media (max-width:37.5em){.book{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-top:10rem;width:90%}}.book__form{padding:6rem;width:50%}.book-login{background-image:linear-gradient(180deg,#ffffffb3,#ffffffb3 70%,#000000e6),url(/static/media/nat-10.66b4c17a798f60687f63.jpg);background-size:cover;border-radius:3px;box-shadow:0 1.5rem 4rem #000;color:#fff!important;height:100%!important;margin:10rem auto!important;width:50%}.book-login__form{padding:6rem;width:50%}.section-features-admin-dashboard{background-image:linear-gradient(125deg,#4551f81a,#4551f84d 50%,#4551f84d 51%,#4551f81a 90%);background-size:cover;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:5rem auto 10rem;padding-bottom:2rem;padding-top:5rem;transform:skewY(-1deg);width:95vw}.section-features-admin-dashboard>*{transform:skewY(1deg);-webkit-transform:skewY(1deg);-moz-transform:skewY(1deg);-ms-transform:skewY(1deg);-o-transform:skewY(1deg)}.product-create-layout{align-items:flex-start;display:flex;gap:0;padding:0;position:relative}.product-create-layout__nav{flex-shrink:0;min-height:100vh;position:relative;width:6rem}.product-create-layout__content{flex:1 1;min-width:0;padding:2rem}@media (max-width:37.5em){.product-create-layout{flex-direction:column;padding:1rem}}.section-admin-column{background-color:#5643fa0d;background-size:fill;border-radius:3px;font-size:1.6rem;font-weight:500;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;margin-bottom:25rem;margin-top:25rem;padding:5rem 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.section-admin-column{height:0!important;opacity:0;width:0;z-index:0}}.section-admin-column__form{padding:5rem 0;width:80%}@media (max-width:37.5em){.section-admin-column__form{height:0;opacity:0;width:0;z-index:0}}.section-seller-home-menu{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding-bottom:5rem;padding-left:2rem;padding-top:5rem}.section-seller-home-menu__form{padding:5rem 0;width:80%}.section-seller-public-column{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:100vh;margin-top:30rem;padding-top:5rem}.section-seller-public-column__form{padding:5rem 0;width:80%}.section-seller-home-nav,.section-seller-single-product-row-nav{background-image:linear-gradient(to right bottom,#085eaf33,#5643fa33);background-size:fill;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;box-shadow:0 .5rem 1rem #0000001a;display:flex;flex-direction:row;font-size:1.6rem;font-weight:500;height:20rem;margin-left:10rem;margin-top:13rem;padding-top:9rem;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.section-seller-home-nav{margin-bottom:7rem}.section-seller-podcasts-nav{background-color:#5643fa1a;margin:-1rem auto 12rem;padding:2rem 1rem 2rem 3rem!important}.section-seller-podcasts-nav,.section-seller-product-nav{border-radius:1rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;cursor:pointer;display:flex;flex-direction:row;font-size:1.4rem;font-weight:700;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:space-between}.section-seller-product-nav{height:fit-content;margin:30rem 2.4rem 12rem auto!important;padding:15rem 1rem 7rem!important}.section-seller-menu,.section-seller-product-nav{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.section-seller-menu{background-color:#fffc;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;-o-border-radius:.1rem;box-shadow:0 .3rem .3rem #0000001a;color:#0e55b3!important;cursor:pointer;font-weight:400!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:center;justify-items:center;margin-left:2rem;margin-right:3rem;margin-top:1.5rem!important;padding:.5rem!important;z-index:1000}@media (max-width:37.5em){.section-seller-menu{margin-top:12rem!important}}.section-seller-menu:hover{box-shadow:0 .5rem .5rem #0000001a;transform:scale(1.1) translateY(-.1rem);-webkit-transform:scale(1.1) translateY(-.1rem);-moz-transform:scale(1.1) translateY(-.1rem);-ms-transform:scale(1.1) translateY(-.1rem);-o-transform:scale(1.1) translateY(-.1rem);z-index:100}.section-seller-profile-public-column{background-color:#5643fa0a;border-radius:3px;box-shadow:0 .5rem 1rem #00000008;font-size:1.6rem;font-weight:500;margin-top:40rem;padding-top:15rem!important}.section-seller-profile-public-column__form{padding:5rem 0;width:100%}.section-seller-videos-column{background-color:#5643fa33;background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;padding-bottom:42rem;padding-top:15rem}.section-seller-videos-column__form{padding:5rem 0;width:80%}.section-sub-category{border-radius:3px;box-shadow:0 .5rem 1rem #0000001a;font-size:1.6rem;font-weight:500;margin-top:20rem;padding-bottom:5rem;padding-top:5rem}.section-sub-category__form{padding:5rem 0 5rem 5rem;width:100%}.section-wishlist-column{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:100vh;margin-left:-2rem;margin-top:22rem;padding-top:5rem}.section-wishlist-column__form{padding:5rem 0;width:80%}.section-user-order-details{background-color:#5643fa0a;background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:122rem;margin-bottom:15rem;margin-top:1rem;padding-top:5rem}.section-user-cart-summary-column{background-color:rgba(86,67,250,.015);background-size:fill;border-radius:3px;box-shadow:.5rem .5rem .5rem #00000005;font-size:1.6rem;font-weight:400;margin-top:25rem}.section-user-cart-summary-column__form{padding:5rem 0;width:80%}.section-profile-column{background-color:#5643fa0d;background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:100vh;margin-top:40rem;padding-left:1rem!important;padding-right:2rem}.section-profile-column__form{padding:5rem 0;width:80%}.section-updated-seller-column{background-color:#5643fa0d;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:100vh;margin-top:40rem;padding-left:1rem!important;padding-right:2rem}@media (max-width:37.5em){.section-updated-seller-column{height:0;margin-top:0;opacity:0;width:0;z-index:0}}.section-updated-seller-column__form{padding:5rem 0;width:80%}.section-history-column{background-color:#5643fa0a;background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:40rem;padding-left:1rem!important;padding-right:4rem;padding-top:4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.section-history-column{background-color:none;height:0}}.section-history-column__form{padding:5rem 0;width:80%}.section-customer-order-details-column{background-color:#5643fa0a;background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:20rem;padding-left:1rem!important;padding-right:4rem;padding-top:4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:37.5em){.section-customer-order-details-column{background-color:none;height:0}}.section-customer-order-details-column__form{padding:5rem 0;width:80%}.section-updated-wishlist-column{background-color:#5643fa0a;background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:30rem;padding-left:1rem!important;padding-right:4rem;padding-top:4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-updated-wishlist-column__form{padding:5rem 0;width:80%}@media (max-width:37.5em){.section-updated-wishlist-column{font-size:6rem!important;padding-right:1rem!important}}.section-seller-video-column{background-image:linear-gradient(to right bottom,#085eaf1a,#5643fa33);border-radius:3px;box-shadow:0 .5rem 1rem #00000003;font-size:1.6rem;font-weight:500}.section-seller-video-column__form{padding:5rem 0;width:80%}.section-seller-videos-jumbtron{border:.1rem solid red;border-radius:3px;box-shadow:0 .5rem 1rem #000;font-size:1.6rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:15rem;width:100%}.section-seller-videos-jumbtron__form{padding:5rem 0;width:80%}.section-shop-column{background-color:#b2b2df0d;background-size:fill;border-radius:3px;font-size:1.6rem;font-weight:500;margin-top:15rem;padding-left:1rem}.section-shop-column,.section-shop-column__form{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.section-shop-column__form{display:flex;flex-wrap:wrap;margin-left:2rem;margin-right:1rem;margin-top:0;padding:5rem 1rem 10rem 0;width:100%}@media (max-width:37.5em){.section-shop-column__form{display:flex!important;flex-wrap:wrap!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:100%!important}}.section-user-column{background-image:linear-gradient(110deg,#74aaf100,#74aaf11a 8%,#ffffff80 15%,#fff9 20%,#74aaf173 40%,#fff 51%,#0000001a 53%,#fff 57%,#fffc 65%,#ffffff1a 90%);background-size:fill;border-radius:3px;box-shadow:0 .5rem 1rem #fff;font-size:1.6rem;font-weight:500;height:100vh;margin-top:19rem;padding-top:7rem}.section-user-column__form{padding:15rem;width:80%}.section-seller-column{background-color:#5643fa0d;background-size:fill;border-radius:3px;font-size:1.6rem;font-weight:500;height:100vh;margin-top:20rem;padding-top:7rem}.section-seller-column__form{padding:15rem;width:80%}.home-page__header-wrapper{margin:0 auto 5rem;padding:0 1rem}@media (max-width:56.25em){.home-page__header-wrapper{padding:0 2rem}}@media (max-width:112.5em){.home-page__header-wrapper{padding:0 4rem}}.home-page__header{background-color:#ffffff8c!important;border-radius:.5rem;box-shadow:2rem 2rem 1rem #0000004d;color:#0e55b3!important}@media (max-width:37.5em){.home-page__header{box-shadow:1rem 1rem .5rem #0003}}:root{--shop-glass-blur:30px;--shop-glass-bg:#fff6;--shop-glass-bg-light:#fff9;--shop-glass-bg-dark:#ffffff14;--shop-glass-border:#ffffff4d;--shop-glass-radius:16px;--shop-glass-radius-sm:10px;--shop-filter-width:300px;--shop-gap:24px;--shop-max-width:1600px;--shop-accent-primary:#667eea;--shop-accent-secondary:#764ba2;--shop-accent-gradient:linear-gradient(135deg,#667eea,#764ba2);--shop-text-primary:#2d3748;--shop-text-secondary:#4a5568;--shop-text-muted:#718096;--shop-shadow-light:0 4px 15px #00000014;--shop-shadow-medium:0 8px 20px #0000000f;--shop-shadow-heavy:0 20px 40px #00000026;--shop-shadow-inset:inset 0 1px 0 #ffffffb3}.shop-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);min-height:100vh}.shop-modern__content{margin:0 auto;max-width:1600px;max-width:var(--shop-max-width);padding:24px}@media (max-width:768px){.shop-modern__content{padding:16px}}.shop-modern__layout{grid-gap:24px;grid-gap:var(--shop-gap);align-items:start;display:grid;gap:24px;gap:var(--shop-gap);grid-template-columns:300px 1fr;grid-template-columns:var(--shop-filter-width) 1fr}@media (max-width:1024px){.shop-modern__layout{grid-template-columns:260px 1fr}}@media (max-width:768px){.shop-modern__layout{grid-template-columns:1fr}}.shop-modern__filters{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 48px);overflow-y:auto;position:-webkit-sticky;position:sticky;top:24px}.shop-modern__filters::-webkit-scrollbar{width:6px}.shop-modern__filters::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.shop-modern__filters::-webkit-scrollbar-track{background:#0000}@media (max-width:768px){.shop-modern__filters{display:none}}.glass-shop-filters{backdrop-filter:blur(30px);backdrop-filter:blur(var(--shop-glass-blur));-webkit-backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(var(--shop-glass-blur));background:#fff6;background:var(--shop-glass-bg);border:1px solid #ffffff4d;border:1px solid var(--shop-glass-border);border-radius:16px;border-radius:var(--shop-glass-radius);box-shadow:0 8px 20px #0000000f,inset 0 1px 0 #ffffffb3;box-shadow:var(--shop-shadow-medium),var(--shop-shadow-inset);padding:20px}.glass-shop-filters__header{align-items:center;border-bottom:1px solid #0000000f;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.glass-shop-filters__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:700;margin:0}.glass-reset-btn{background:none;border:none;border-radius:6px;color:#667eea;color:var(--shop-accent-primary);cursor:pointer;font-size:13px;font-weight:500;padding:6px 12px;transition:all .2s ease}.glass-reset-btn:hover{background:#667eea1a}.glass-filter-group{background:#fff9;background:var(--shop-glass-bg-light);border:1px solid #0000000a;border-radius:10px;border-radius:var(--shop-glass-radius-sm);margin-bottom:12px;overflow:hidden;transition:all .2s ease}.glass-filter-group:last-child{margin-bottom:0}.glass-filter-group:hover{border-color:#00000014}.glass-filter-group__header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .2s ease;-webkit-user-select:none;user-select:none}.glass-filter-group__header:hover{background:#667eea0a}.glass-filter-group__title{align-items:center;color:#2d3748;color:var(--shop-text-primary);display:flex;font-size:14px;font-weight:600;gap:8px;margin:0}.glass-filter-group__icon{font-size:16px}.glass-filter-group__actions{align-items:center;display:flex;gap:8px}.glass-filter-group__badge{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);border-radius:10px;color:#fff;font-size:11px;font-weight:600;min-width:20px;padding:2px 8px;text-align:center}.glass-filter-group__chevron{align-items:center;color:#718096;color:var(--shop-text-muted);display:flex;height:20px;justify-content:center;transition:transform .2s ease;width:20px}.glass-filter-group__chevron--expanded{transform:rotate(180deg)}.glass-filter-group__clear{background:none;border:none;border-radius:4px;color:#718096;color:var(--shop-text-muted);cursor:pointer;font-size:11px;padding:2px 6px;transition:all .2s ease}.glass-filter-group__clear:hover{background:#667eea1a;color:#667eea;color:var(--shop-accent-primary)}.glass-filter-group__content{animation:slideDown .2s ease;padding:0 16px 16px}.glass-filter-group__content--collapsed{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.glass-multi-select__search{margin-bottom:12px}.glass-multi-select__search input{background:#fffc;border:1px solid #0000001a;border-radius:8px;font-size:13px;padding:10px 12px;transition:all .2s ease;width:100%}.glass-multi-select__search input::placeholder{color:#718096;color:var(--shop-text-muted)}.glass-multi-select__search input:focus{border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a;outline:none}.glass-multi-select__list{max-height:200px;overflow-y:auto}.glass-multi-select__list::-webkit-scrollbar{width:5px}.glass-multi-select__list::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.glass-multi-select__option{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:8px 6px;transition:background .15s ease}.glass-multi-select__option:hover{background:#667eea0f}.glass-multi-select__option--selected{background:#667eea1a}.glass-multi-select__checkbox{align-items:center;border:2px solid #cbd5e0;border-radius:4px;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .15s ease;width:18px}.glass-multi-select__checkbox--checked{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);border-color:#0000}.glass-multi-select__checkbox--checked:after{color:#fff;content:"✓";font-size:11px;font-weight:700}.glass-multi-select__label{color:#4a5568;color:var(--shop-text-secondary);flex:1 1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.glass-multi-select__count{background:#0000000d;border-radius:4px;color:#718096;color:var(--shop-text-muted);font-size:11px;padding:2px 6px}.glass-size-chips{display:flex;flex-wrap:wrap;gap:8px}.glass-size-chip{background:#fffc;border:1px solid #0000001f;border-radius:20px;color:#4a5568;color:var(--shop-text-secondary);cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:all .2s ease}.glass-size-chip:hover{background:#667eea0d;border-color:#667eea66}.glass-size-chip--selected{border-color:#0000;color:#fff}.glass-size-chip--selected,.glass-size-chip--selected:hover{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient)}.glass-size-chip--selected:hover{opacity:.9}.glass-color-swatches{display:flex;flex-wrap:wrap;gap:10px}.glass-color-swatch{border:2px solid #0000001a;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;height:28px;position:relative;transition:all .2s ease;width:28px}.glass-color-swatch:hover{transform:scale(1.1)}.glass-color-swatch--selected{border-color:#667eea;border-color:var(--shop-accent-primary);box-shadow:0 0 0 3px #667eea40}.glass-color-swatch--selected:after{color:#fff;content:"✓";font-size:12px;font-weight:700;left:50%;position:absolute;text-shadow:0 1px 2px #0000004d;top:50%;transform:translate(-50%,-50%)}.glass-color-swatch--light.glass-color-swatch--selected:after{color:#333;text-shadow:none}.glass-price-range{padding:8px 0}.glass-price-range__labels{color:#4a5568;color:var(--shop-text-secondary);display:flex;font-size:13px;justify-content:space-between;margin-bottom:12px}.glass-price-range__value{color:#2d3748;color:var(--shop-text-primary);font-weight:600}.glass-price-range .ant-slider{margin:8px 0}.glass-price-range .ant-slider .ant-slider-rail{background:#00000014;border-radius:3px;height:6px}.glass-price-range .ant-slider .ant-slider-track{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);border-radius:3px;height:6px}.glass-price-range .ant-slider .ant-slider-handle{background:#fff;border:2px solid #667eea;border:2px solid var(--shop-accent-primary);box-shadow:0 2px 6px #00000026;height:18px;width:18px}.glass-price-range .ant-slider .ant-slider-handle:focus,.glass-price-range .ant-slider .ant-slider-handle:hover{border-color:#764ba2;border-color:var(--shop-accent-secondary);box-shadow:0 0 0 4px #667eea26}.glass-price-range__inputs{display:flex;gap:12px;margin-top:12px}.glass-price-range__inputs input{background:#fffc;border:1px solid #0000001a;border-radius:6px;flex:1 1;font-size:13px;padding:8px 10px;text-align:center}.glass-price-range__inputs input:focus{border-color:#667eea80;outline:none}.glass-rating-filter{display:flex;flex-direction:column;gap:6px}.glass-rating-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px 10px;transition:all .2s ease}.glass-rating-option:hover{background:#667eea0f}.glass-rating-option--selected{background:#667eea1f}.glass-rating-stars{display:flex;gap:2px}.glass-rating-star{color:#ffc107;font-size:16px}.glass-rating-star--empty{color:#e0e0e0}.glass-rating-label{color:#4a5568;color:var(--shop-text-secondary);font-size:13px}.glass-filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.glass-filter-chips:empty{display:none}.glass-filter-chip{align-items:center;animation:fadeIn .2s ease;background:#667eea1a;border:1px solid #667eea33;border-radius:20px;color:#4a5568;color:var(--shop-text-secondary);display:flex;font-size:13px;gap:6px;padding:6px 12px}.glass-filter-chip__remove{align-items:center;background:#0000001a;border:none;border-radius:50%;color:#718096;color:var(--shop-text-muted);cursor:pointer;display:flex;font-size:10px;height:16px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:16px}.glass-filter-chip__remove:hover{background:#0003;color:#2d3748;color:var(--shop-text-primary)}.glass-filter-chips__clear-all{background:none;border:1px dashed #0003;border-radius:20px;color:#718096;color:var(--shop-text-muted);cursor:pointer;font-size:13px;padding:6px 12px;transition:all .2s ease}.glass-filter-chips__clear-all:hover{border-color:#0006;color:#4a5568;color:var(--shop-text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.glass-shop-controls{align-items:center;backdrop-filter:blur(30px);backdrop-filter:blur(var(--shop-glass-blur));-webkit-backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(var(--shop-glass-blur));background:#fff6;background:var(--shop-glass-bg);border:1px solid #ffffff4d;border:1px solid var(--shop-glass-border);border-radius:16px;border-radius:var(--shop-glass-radius);box-shadow:0 8px 20px #0000000f;box-shadow:var(--shop-shadow-medium);display:flex;justify-content:space-between;margin-bottom:20px;padding:16px 20px}@media (max-width:600px){.glass-shop-controls{align-items:stretch;flex-direction:column;gap:12px}}.glass-shop-controls__count{color:#4a5568;color:var(--shop-text-secondary);font-size:14px}.glass-shop-controls__count strong{color:#2d3748;color:var(--shop-text-primary);font-weight:600}.glass-shop-controls__actions{align-items:center;display:flex;gap:16px}@media (max-width:600px){.glass-shop-controls__actions{justify-content:space-between}}.glass-sort-select{-webkit-appearance:none;appearance:none;background:#fffc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23718096' d='M6 8 2 4h8z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:1px solid #0000001a;border-radius:8px;color:#4a5568;color:var(--shop-text-secondary);cursor:pointer;font-size:13px;padding:8px 32px 8px 12px;transition:all .2s ease}.glass-sort-select:hover{border-color:#667eea66}.glass-sort-select:focus{border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a;outline:none}.glass-view-toggle{background:#fff9;border:1px solid #0000000f;border-radius:8px;display:flex;gap:4px;padding:4px}.glass-view-btn{align-items:center;background:none;border:none;border-radius:6px;color:#718096;color:var(--shop-text-muted);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.glass-view-btn:hover{background:#0000000d;color:#4a5568;color:var(--shop-text-secondary)}.glass-view-btn--active{background:#fff;box-shadow:0 2px 4px #00000014;color:#667eea;color:var(--shop-accent-primary)}.glass-view-btn svg{height:18px;width:18px}.glass-product-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}@media (max-width:600px){.glass-product-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.glass-product-grid--list{gap:16px;grid-template-columns:1fr}.glass-skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#fff6,#ffffffb3 50%,#fff6);background-size:200% 100%}.glass-skeleton,.glass-skeleton-card{border-radius:16px;border-radius:var(--shop-glass-radius)}.glass-skeleton-card{aspect-ratio:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;background:var(--shop-glass-bg);border:1px solid #ffffff4d;border:1px solid var(--shop-glass-border);overflow:hidden}.glass-skeleton-card__image{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#c8c8c84d,#c8c8c880 50%,#c8c8c84d);background-size:200% 100%;height:60%}.glass-skeleton-card__content{display:flex;flex-direction:column;gap:12px;padding:16px}.glass-skeleton-card__title{height:16px;width:80%}.glass-skeleton-card__price,.glass-skeleton-card__title{animation:shimmer 1.5s infinite;background:#c8c8c866;border-radius:4px}.glass-skeleton-card__price{height:20px;width:40%}.glass-filter-drawer{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1000}.glass-filter-drawer--open{pointer-events:all}.glass-filter-drawer__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.glass-filter-drawer--open .glass-filter-drawer__overlay{opacity:1}.glass-filter-drawer__panel{background:linear-gradient(180deg,#fff,#f8f9ff);bottom:0;box-shadow:4px 0 20px #00000026;display:flex;flex-direction:column;left:0;max-width:380px;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:85%}.glass-filter-drawer--open .glass-filter-drawer__panel{transform:translateX(0)}.glass-filter-drawer__header{align-items:center;background:#fff;border-bottom:1px solid #00000014;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.glass-filter-drawer__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;margin:0}.glass-filter-drawer__close{align-items:center;background:#0000000d;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.glass-filter-drawer__close:hover{background:#0000001a}.glass-filter-drawer__content{flex:1 1;overflow-y:auto;padding:20px}.glass-filter-drawer__footer{background:#fff;border-top:1px solid #00000014;display:flex;flex-shrink:0;gap:12px;padding:16px 20px}.glass-filter-drawer__btn{border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:14px;transition:all .2s ease}.glass-filter-drawer__apply{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);border:none;color:#fff}.glass-filter-drawer__apply:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.glass-filter-drawer__reset{background:#fff;border:1px solid #00000026;color:#4a5568;color:var(--shop-text-secondary)}.glass-filter-drawer__reset:hover{background:#00000005}.glass-mobile-filter-toggle{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);border:none;border-radius:30px;bottom:24px;box-shadow:0 8px 24px #667eea66;color:#fff;cursor:pointer;display:none;font-size:14px;font-weight:600;padding:14px 24px;position:fixed;right:24px;transition:all .3s ease;z-index:100}@media (max-width:768px){.glass-mobile-filter-toggle{align-items:center;display:flex;gap:8px}}.glass-mobile-filter-toggle:hover{box-shadow:0 12px 28px #667eea80;transform:translateY(-2px)}.glass-mobile-filter-toggle:active{transform:translateY(0)}.glass-mobile-filter-toggle__badge{background:#ffffff4d;border-radius:12px;font-size:12px;padding:2px 8px}.glass-empty-state{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(var(--shop-glass-blur));backdrop-filter:blur(var(--shop-glass-blur));background:#fff6;background:var(--shop-glass-bg);border:1px solid #ffffff4d;border:1px solid var(--shop-glass-border);border-radius:16px;border-radius:var(--shop-glass-radius);grid-column:1/-1;padding:60px 20px;text-align:center}.glass-empty-state__icon{font-size:48px;margin-bottom:16px}.glass-empty-state__title{color:#2d3748;color:var(--shop-text-primary);font-size:20px;font-weight:600;margin:0 0 8px}.glass-empty-state__description{color:#718096;color:var(--shop-text-muted);font-size:14px;margin:0 0 20px}.glass-empty-state__btn{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease}.glass-empty-state__btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.glass-category-tree__item{margin-bottom:4px}.glass-category-tree__parent{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:8px 6px;transition:background .15s ease}.glass-category-tree__parent:hover{background:#667eea0f}.glass-category-tree__parent--selected{background:#667eea1a}.glass-category-tree__children{margin-top:4px;padding-left:28px}.glass-category-tree__child{align-items:center;border-radius:6px;color:#4a5568;color:var(--shop-text-secondary);cursor:pointer;display:flex;font-size:13px;gap:8px;padding:6px;transition:all .15s ease}.glass-category-tree__child:hover{background:#667eea0f}.glass-category-tree__child--selected{background:#667eea1a;color:#667eea;color:var(--shop-accent-primary)}.shop-modern__load-more{display:flex;justify-content:center;margin-top:1rem;padding:2rem 0}.shop-modern__load-more .glass-btn{border:none;border-radius:16px;border-radius:var(--shop-glass-radius);cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem 2.5rem;transition:all .3s ease}.shop-modern__load-more .glass-btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--shop-accent-gradient);box-shadow:0 4px 15px #667eea4d;color:#fff}.shop-modern__load-more .glass-btn--primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.shop-modern__load-more .glass-btn--primary:active{transform:translateY(0)}.shop-modern__product-count{color:#718096;color:var(--shop-text-muted);font-size:.875rem;padding:1rem 0 2rem;text-align:center}.cart-v2{min-height:100vh;padding:2rem 1rem}@media (min-width:768px){.cart-v2{padding:2.5rem 1.5rem}}@media (min-width:1024px){.cart-v2{padding:3rem 2rem}}.cart-v2__progress-wrapper{margin-bottom:2.5rem}.cart-v2__progress-bar{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 8px 32px #1f268714;display:flex;gap:0;justify-content:center;margin:0 auto;max-width:960px;padding:1.25rem 1rem}@media (min-width:768px){.cart-v2__progress-bar{border-radius:20px;padding:1.5rem 2.5rem}}.cart-v2__progress-step{align-items:center;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}@media (min-width:768px){.cart-v2__progress-step{flex-direction:row;gap:.75rem}}.cart-v2__progress-icon{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#94a3b8;display:flex;flex-shrink:0;height:44px;justify-content:center;transition:all .3s ease;width:44px}.cart-v2__progress-icon svg{height:20px;width:20px}@media (min-width:768px){.cart-v2__progress-icon{height:54px;width:54px}.cart-v2__progress-icon svg{height:24px;width:24px}}.cart-v2__progress-step--active .cart-v2__progress-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea59;color:#fff}.cart-v2__progress-step--complete .cart-v2__progress-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #667eea40;color:#fff}.cart-v2__progress-label{color:#94a3b8;font-size:1.25rem;font-weight:600;text-align:center;transition:all .3s ease}@media (min-width:768px){.cart-v2__progress-label{font-size:1.5rem;text-align:left}}.cart-v2__progress-step--active .cart-v2__progress-label{color:#1a1a2e;font-weight:700}.cart-v2__progress-step--complete .cart-v2__progress-label{color:#64748b;font-weight:600}.cart-v2__progress-line{background:#e2e8f0;border-radius:2px;flex:1 1;height:3px;margin:0 .5rem;max-width:60px;min-width:20px;position:relative}@media (min-width:768px){.cart-v2__progress-line{height:4px;margin:0 .75rem;max-width:100px;min-width:40px}}.cart-v2__progress-line--complete{background:linear-gradient(90deg,#667eea,#764ba2)}.cart-v2__container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:1024px){.cart-v2__container{gap:2rem;grid-template-columns:1fr 400px}}@media (min-width:1280px){.cart-v2__container{grid-template-columns:1fr 450px}}.cart-v2__main{min-width:0}.cart-v2__products{max-height:0;overflow:hidden;transition:max-height .3s ease}.cart-v2__products--expanded{max-height:5000px}.cart-v2__item{align-items:center;background:linear-gradient(145deg,#fff,#fafbfc);border:1px solid #ffffffe6;border-radius:16px;box-shadow:0 1px 0 #00000005,0 2px 4px #0000000a,0 4px 8px #0000000a,inset 0 1px 0 #fffc;display:flex;gap:1.25rem;margin:.75rem 1rem;padding:1.25rem;position:relative;transition:all .35s cubic-bezier(.34,1.56,.64,1)}@media (min-width:768px){.cart-v2__item{border-radius:20px;gap:1.5rem;margin:1rem 1.25rem;padding:1.5rem}}.cart-v2__item:before{background:linear-gradient(135deg,#64748b0a,#94a3b80a);border-radius:17px;content:"";inset:-1px;opacity:0;position:absolute;transition:opacity .3s ease;z-index:-1}@media (min-width:768px){.cart-v2__item:before{border-radius:21px}}.cart-v2__item:hover{box-shadow:0 4px 12px #0000000d,0 8px 24px #00000008,inset 0 1px 0 #fff;transform:translateY(-3px)}.cart-v2__item:hover:before{opacity:1}.cart-v2__item:first-child{margin-top:1.25rem}.cart-v2__item:last-child{margin-bottom:1.25rem}.cart-v2__sale-badge{background:#ec4899;border-radius:3px;color:#fff;font-size:.625rem;font-weight:700;left:.5rem;letter-spacing:.3px;padding:.1875rem .4375rem;position:absolute;text-transform:capitalize;top:.75rem;z-index:1}.cart-v2__item-image{background:linear-gradient(145deg,#f8fafc,#eef2f7);border-radius:18px;box-shadow:6px 6px 14px #a3b1c666,-6px -6px 14px #ffffffe6,inset 0 0 0 2px #ffffff80;flex-shrink:0;height:90px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:90px}@media (min-width:768px){.cart-v2__item-image{border-radius:20px;height:110px;width:110px}}.cart-v2__item-image img{border-radius:16px;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}@media (min-width:768px){.cart-v2__item-image img{border-radius:18px}}.cart-v2__item:hover .cart-v2__item-image{box-shadow:6px 6px 16px #0000000f,-6px -6px 14px #fff,inset 0 0 0 2px #64748b0f}.cart-v2__item:hover .cart-v2__item-image img{transform:scale(1.05)}.cart-v2__item-details{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:14px;box-shadow:5px 5px 12px #a3b1c64d,-5px -5px 12px #ffffffd9,inset 0 1px 0 #fffc;display:flex;flex:1 1;flex-direction:column;gap:.375rem;min-width:0;padding:1rem 1.25rem}@media (min-width:768px){.cart-v2__item-details{border-radius:16px;padding:1.125rem 1.5rem}}.cart-v2__item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:1.0625rem;font-weight:700;line-height:1.35;overflow:hidden;text-decoration:none;transition:color .2s ease}@media (min-width:768px){.cart-v2__item-title{font-size:1.1875rem}}.cart-v2__item-title:hover{color:#8b5cf6}.cart-v2__item-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.625rem}.cart-v2__meta-item{align-items:center;background:linear-gradient(145deg,#f5f7fa,#e8ecf1);border-radius:12px;box-shadow:3px 3px 6px #a3b1c64d,-3px -3px 6px #fffc;display:inline-flex;font-size:1rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}@media (min-width:768px){.cart-v2__meta-item{font-size:1.0625rem;padding:.625rem 1.125rem}}.cart-v2__meta-item:hover{box-shadow:4px 4px 8px #a3b1c659,-4px -4px 8px #ffffffe6}.cart-v2__meta-label{color:#6b7280;font-size:.9375rem;font-weight:600}@media (min-width:768px){.cart-v2__meta-label{font-size:1rem}}.cart-v2__meta-value{color:#6366f1;font-size:1rem;font-weight:700}@media (min-width:768px){.cart-v2__meta-value{font-size:1.0625rem}}.cart-v2__item-price{align-items:baseline;display:flex;gap:.625rem;margin-top:.5rem}.cart-v2__price-original{color:#9ca3af;font-size:1rem;text-decoration:line-through}@media (min-width:768px){.cart-v2__price-original{font-size:1.0625rem}}.cart-v2__price-current{color:#667eea;font-size:1.125rem;font-weight:800}@media (min-width:768px){.cart-v2__price-current{font-size:1.25rem}}.cart-v2__item-quantity{align-items:center;background:linear-gradient(145deg,#f0f4f8,#e4e9ef);border:none;border-radius:14px;box-shadow:inset 3px 3px 6px #a3b1c666,inset -3px -3px 6px #ffffffe6;display:flex;flex-shrink:0;overflow:hidden;padding:.25rem}.cart-v2__qty-btn{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:10px;box-shadow:3px 3px 6px #a3b1c659,-3px -3px 6px #ffffffe6;color:#6366f1;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;height:36px;justify-content:center;transition:all .25s ease;width:36px}.cart-v2__qty-btn:hover:not(:disabled){background:linear-gradient(145deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f166,inset 0 1px 0 #fff3;color:#fff}.cart-v2__qty-btn:active:not(:disabled){box-shadow:inset 2px 2px 4px #0000001a,inset -2px -2px 4px #ffffff80}.cart-v2__qty-btn:disabled{cursor:not-allowed;opacity:.4}.cart-v2__qty-input{background:#0000;border:none;color:#6366f1;font-size:1.0625rem;font-weight:700;height:36px;outline:none;text-align:center;width:48px}.cart-v2__item-total{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:800;margin-left:auto;padding-left:1rem}.cart-v2__item-actions{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.cart-v2__action-icon{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:4px 4px 8px #a3b1c659,-4px -4px 8px #ffffffe6;cursor:pointer;display:flex;height:38px;justify-content:center;transition:all .25s ease;width:38px}.cart-v2__action-icon svg{height:18px;transition:transform .2s ease;width:18px}.cart-v2__action-icon:hover svg{transform:scale(1.15)}.cart-v2__action-icon--edit{color:#6366f1}.cart-v2__action-icon--edit:hover{background:linear-gradient(145deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f166;color:#fff}.cart-v2__action-icon--delete{color:#ef4444}.cart-v2__action-icon--delete:hover{background:linear-gradient(145deg,#ef4444,#f97316);box-shadow:0 4px 12px #ef444466;color:#fff}.cart-modern{background:#e5e7eb;min-height:100vh}.cart-modern__container{margin:0 auto;max-width:1400px;padding:1.5rem 1rem}@media (min-width:768px){.cart-modern__container{padding:2rem 1.5rem}}@media (min-width:1024px){.cart-modern__container{padding:2.5rem 2rem}}.cart-modern__header{margin-bottom:2rem;text-align:center}@media (min-width:768px){.cart-modern__header{text-align:left}}.cart-modern__title{color:#111827;font-size:2rem;font-weight:700;margin:0 0 .5rem}@media (min-width:768px){.cart-modern__title{font-size:2.25rem}}.cart-modern__subtitle{color:#6b7280;font-size:1.125rem}.cart-modern__steps{margin-bottom:2rem}.cart-modern__content{display:flex;flex-direction:column;gap:2rem}@media (min-width:1024px){.cart-modern__content{align-items:flex-start;flex-direction:row}}.cart-modern__products-column{flex:1 1;min-width:0}.cart-modern__summary-column{width:100%}@media (min-width:1024px){.cart-modern__summary-column{flex-shrink:0;position:-webkit-sticky;position:sticky;top:1rem;width:400px}}.cart-modern__empty{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:3rem 2rem;text-align:center}.cart-modern__empty h3{color:#111827;font-size:1.75rem;margin-bottom:1rem}.cart-modern__empty p{color:#6b7280;font-size:1.125rem;margin-bottom:2rem}.cart-modern__continue-btn{align-items:center;background:#2563eb;border:none;border-radius:10px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cart-modern__continue-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.cart-seller-group{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;overflow:hidden}.cart-seller-group__header{align-items:center;background:#667eea0d;border-bottom:1px solid #667eea1a;display:flex;gap:.75rem;padding:1.25rem 1.5rem}.cart-seller-group__icon{color:#2563eb;height:28px;width:28px}.cart-seller-group__name{color:#111827;font-size:1.25rem;font-weight:600}.cart-seller-group__items{padding:1.25rem}.cart-item-card{grid-gap:1.25rem;border-bottom:1px solid #ffffff80;display:grid;gap:1.25rem;grid-template-columns:100px 1fr;grid-template-rows:auto;padding:1.25rem;position:relative}@media (min-width:600px){.cart-item-card{align-items:center;grid-template-columns:120px 1fr auto auto auto}}@media (min-width:768px){.cart-item-card{gap:1.75rem;grid-template-columns:140px 1fr auto auto auto;padding:1.5rem}}.cart-item-card:last-child{border-bottom:none}.cart-item-card__image-container{aspect-ratio:1;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;position:relative}.cart-item-card__image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.cart-item-card__image:hover{transform:scale(1.05)}.cart-item-card__discount-badge{background:#dc2626;border-radius:6px;color:#fff;font-size:.875rem;font-weight:700;left:8px;padding:4px 8px;position:absolute;top:8px}.cart-item-card__info{grid-column:2/-1}@media (min-width:600px){.cart-item-card__info{grid-column:2/3}}.cart-item-card__title{color:#111827;display:block;font-size:1.35rem;font-weight:600;line-height:1.4;margin-bottom:.375rem;text-decoration:none}@media (min-width:768px){.cart-item-card__title{font-size:1.45rem}}.cart-item-card__title:hover{color:#2563eb}.cart-item-card__brand{color:#6b7280;font-size:1.125rem;margin:0 0 .625rem}.cart-item-card__variants{display:flex;flex-wrap:wrap;gap:1rem}.cart-item-card__variant{align-items:center;display:flex;font-size:1rem;gap:.375rem}.cart-item-card__variant-label{color:#6b7280}.cart-item-card__variant-value{color:#111827;font-weight:500}.cart-item-card__color-swatch{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:18px;width:18px}.cart-item-card__price-section{text-align:right}@media (max-width:599px){.cart-item-card__price-section{grid-column:1/2;grid-row:2;text-align:left}}.cart-item-card__price-row{display:flex;flex-direction:column;gap:.25rem}.cart-item-card__price{color:#111827;font-size:1.25rem;font-weight:600}@media (min-width:768px){.cart-item-card__price{font-size:1.35rem}}.cart-item-card__price-original{color:#6b7280;font-size:1.125rem;text-decoration:line-through}.cart-item-card__price-discounted{color:#16a34a;font-size:1.25rem;font-weight:600}@media (min-width:768px){.cart-item-card__price-discounted{font-size:1.35rem}}.cart-item-card__quantity{align-items:center;display:flex;gap:.625rem}@media (max-width:599px){.cart-item-card__quantity{grid-column:2/3;grid-row:2}}.cart-item-card__quantity-label{color:#6b7280;font-size:1rem}.cart-item-card__quantity-select{background:#fff;border:1px solid #64748b33;border-radius:8px;cursor:pointer;font-size:1rem;padding:.625rem;transition:border-color .2s ease;width:70px}.cart-item-card__quantity-select:focus{border-color:#2563eb;outline:none}.cart-item-card__total{display:flex;flex-direction:column;text-align:right}@media (max-width:599px){.cart-item-card__total{border-top:1px dashed #64748b33;flex-direction:row;grid-column:1/-1;grid-row:3;justify-content:space-between;padding-top:.75rem}}.cart-item-card__total-label{color:#6b7280;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.cart-item-card__total-value{color:#111827;font-size:1.375rem;font-weight:700}@media (min-width:768px){.cart-item-card__total-value{font-size:1.5rem}}.cart-item-card__remove{align-items:center;background:#ff4b4b1a;border:none;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:40px}@media (min-width:600px){.cart-item-card__remove{position:relative;right:auto;top:auto}}.cart-item-card__remove svg{stroke:#ff4b4b;height:20px;width:20px}.cart-item-card__remove:hover{background:#ff4b4b33;transform:scale(1.1)}.cart-shipping-selector{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:1rem;padding:1.25rem}.cart-shipping-selector--empty,.cart-shipping-selector--no-shipping,.cart-shipping-selector--unavailable{padding:1.5rem}.cart-shipping-selector__message{color:#6b7280;font-size:.9375rem;text-align:center}.cart-shipping-selector__no-region{align-items:center;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;text-align:center}.cart-shipping-selector__no-region svg{color:#6366f1;height:40px;opacity:.7;width:40px}.cart-shipping-selector__no-region p{color:#6b7280;font-size:.9375rem;line-height:1.5;max-width:350px}.cart-shipping-selector__region-warning{background:linear-gradient(135deg,#f5576c1a,#f093fb1a);border:1px solid #f5576c33;border-radius:16px;display:flex;gap:1.25rem;padding:1.5rem}.cart-shipping-selector__region-warning-icon{color:#f5576c;flex-shrink:0;height:48px;width:48px}.cart-shipping-selector__region-warning-icon svg{height:100%;width:100%}.cart-shipping-selector__region-warning-content{flex:1 1}.cart-shipping-selector__region-warning-content h4{color:#c9303d;font-size:1.375rem;font-weight:700;margin:0 0 .75rem}.cart-shipping-selector__region-warning-content p{color:#111827;font-size:1.125rem;line-height:1.5;margin:0 0 .75rem}.cart-shipping-selector__region-warning-content p strong{color:#c9303d}.cart-shipping-selector__region-warning-content ul{margin:.75rem 0 0;padding-left:1.5rem}.cart-shipping-selector__region-warning-content ul li{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:.375rem}.cart-shipping-selector__region-warning-help{color:#111827!important;font-weight:600!important;margin-top:1rem!important}.cart-shipping-selector__header{align-items:center;border-bottom:1px dashed #64748b33;display:flex;gap:.625rem;margin-bottom:1.25rem;padding-bottom:1rem}.cart-shipping-selector__seller-icon{color:#2563eb;height:24px;width:24px}.cart-shipping-selector__seller-name{color:#111827;font-size:1.125rem;font-weight:600}.cart-shipping-selector__warning{background:#ff4b4b14;border:1px solid #ff4b4b33;border-radius:12px;display:flex;gap:1.25rem;padding:1.25rem}.cart-shipping-selector__warning-icon{color:#ff4b4b;flex-shrink:0;height:32px;width:32px}.cart-shipping-selector__warning-icon svg{height:100%;width:100%}.cart-shipping-selector__warning-content h4{color:#dc2626;font-size:1.25rem;font-weight:700;margin:0 0 .625rem}.cart-shipping-selector__warning-content p{color:#111827;font-size:1.0625rem;line-height:1.5;margin:0 0 .625rem}.cart-shipping-selector__warning-content p strong{color:#dc2626}.cart-shipping-selector__warning-content ul{margin:.625rem 0;padding-left:1.5rem}.cart-shipping-selector__warning-content ul li{color:#6b7280;font-size:1rem;line-height:1.5}.cart-shipping-selector__warning-note{color:#6b7280!important;font-style:italic}.cart-shipping-selector__partial-warning{align-items:center;background:#ffc10726;border-radius:10px;color:#92400e;display:flex;font-size:1rem;gap:.625rem;margin-bottom:1.25rem;padding:.75rem 1rem}.cart-shipping-selector__partial-warning-icon{align-items:center;background:#f59e0b;border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:700;height:22px;justify-content:center;width:22px}.cart-shipping-selector__options{display:flex;flex-direction:column;gap:1rem}.cart-shipping-option{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:.75rem;overflow:hidden;transition:all .2s ease}.cart-shipping-option:last-child{margin-bottom:0}.cart-shipping-option--selected{background:#22c55e0a;border-color:#22c55e}.cart-shipping-option--disabled{opacity:.5;pointer-events:none}.cart-shipping-option__header{align-items:center;cursor:pointer;display:flex;gap:.875rem;padding:1rem 1.25rem;transition:background .2s ease}.cart-shipping-option__header:hover{background:#f9fafb}.cart-shipping-option__radio{flex-shrink:0}.cart-shipping-option__radio-outer{align-items:center;border:2px solid #d1d5db;border-radius:50%;display:flex;height:22px;justify-content:center;transition:all .2s ease;width:22px}.cart-shipping-option__radio-outer--selected{background:#22c55e;border-color:#22c55e}.cart-shipping-option__radio-outer--selected:after{color:#fff;content:"✓";font-size:.75rem;font-weight:700}.cart-shipping-option__radio-inner{display:none}.cart-shipping-option__info{display:flex;flex:1 1;flex-direction:column;gap:.125rem}.cart-shipping-option__name{align-items:center;color:#111827;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem}.cart-shipping-option__note{color:#6b7280;font-size:.8125rem}.cart-shipping-option__badge{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:4px;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.02em;padding:2px 6px;text-transform:uppercase}.cart-shipping-option__price{color:#111827;font-size:1rem;font-weight:700;min-width:60px;text-align:right}.cart-shipping-option__price-free{color:#22c55e;font-size:.9375rem;text-transform:uppercase}.cart-shipping-option__expand{align-items:center;background:#64748b0d;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:.9375rem;gap:.375rem;justify-content:center;padding:.75rem;transition:background .2s ease;width:100%}.cart-shipping-option__expand:hover{background:#64748b1a}.cart-shipping-option__expand-icon{height:18px;transition:transform .2s ease;width:18px}.cart-shipping-option__expand-icon--open{transform:rotate(180deg)}.cart-shipping-option__breakdown{background:#ffffff80;border-top:1px solid #64748b1a;padding:1.25rem}.cart-shipping-option__table{border-collapse:collapse;font-size:1.125rem;width:100%}.cart-shipping-option__table td,.cart-shipping-option__table th{padding:.75rem;text-align:left}.cart-shipping-option__table th{border-bottom:1px solid #64748b1a;color:#6b7280;font-size:1.0625rem;font-weight:600}.cart-shipping-option__table td{color:#111827}.cart-shipping-option__table tfoot tr{border-top:1px solid #64748b33}.cart-shipping-option__table tfoot td{font-size:1.1875rem;font-weight:700;padding-top:1rem}.cart-shipping-option__product-title{max-width:200px}.cart-shipping-option__product-type{color:#2563eb!important;font-size:1.0625rem}.cart-shipping-option__product-cost{font-weight:500;text-align:right!important}.cart-summary{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:1.75rem}.cart-summary--empty{text-align:center}.cart-summary--empty .cart-summary__empty-message{color:#6b7280;font-size:1.125rem;margin:1rem 0 1.5rem}.cart-summary--empty .cart-summary__continue-btn{background:#2563eb;border-radius:10px;color:#fff;display:inline-flex;font-size:1.125rem;font-weight:600;padding:1rem 1.75rem;text-decoration:none;transition:all .3s ease}.cart-summary--empty .cart-summary__continue-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.cart-summary__header{border-bottom:1px solid #64748b1a;margin-bottom:1.25rem;padding-bottom:1.25rem}.cart-summary__title{color:#111827;font-size:1.5rem;font-weight:700;margin:0}.cart-summary__seller{color:#6b7280;display:block;font-size:1rem;margin-top:.375rem}.cart-summary__items-count{color:#6b7280;font-size:1.1875rem;margin-bottom:1.25rem}.cart-summary__lines{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.cart-summary__line{align-items:center;display:flex;justify-content:space-between}.cart-summary__line--savings .cart-summary__line-label,.cart-summary__line--savings .cart-summary__line-value{color:#16a34a}.cart-summary__line-label{color:#6b7280;font-size:1.1875rem}.cart-summary__line-value{color:#111827;font-size:1.25rem;font-weight:500}.cart-summary__line-value--savings{font-weight:600}.cart-summary__shipping-type{color:#64748bb3;font-size:1.0625rem;margin-left:.375rem}.cart-summary__free{color:#16a34a;font-weight:600}.cart-summary__divider{background:linear-gradient(90deg,#0000,#64748b33 50%,#0000);height:1px;margin:1.25rem 0}.cart-summary__total{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.75rem}.cart-summary__total-label{color:#111827;font-size:1.375rem;font-weight:600}.cart-summary__total-value{color:#111827;font-size:2rem;font-weight:700}@media (min-width:768px){.cart-summary__total-value{font-size:2.125rem}}.cart-summary__actions{margin-bottom:1.75rem}.cart-summary__checkout-btn{align-items:center;background:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.625rem;justify-content:center;padding:1.125rem;text-decoration:none;transition:all .3s ease;width:100%}.cart-summary__checkout-btn svg{height:20px;width:20px}.cart-summary__checkout-btn:hover:not(.cart-summary__checkout-btn--disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.cart-summary__checkout-btn--disabled{background:linear-gradient(135deg,#94a3b8,#64748b);cursor:not-allowed}.cart-summary__checkout-btn--login{background:#16a34a}.cart-summary__checkout-btn--login:hover{box-shadow:0 6px 20px #11998e66}.cart-summary__loading{align-items:center;display:flex;gap:.625rem}.cart-summary__spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.cart-summary__security{display:flex;gap:2rem;justify-content:center}.cart-summary__security-item{align-items:center;color:#6b7280;display:flex;font-size:.9375rem;gap:.5rem}.cart-summary__security-item svg{height:18px;opacity:.7;width:18px}.cart-address-form{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;overflow:hidden}.cart-address-form__toggle{align-items:center;background:#0000;border:none;color:#2563eb;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.625rem;justify-content:center;padding:1.125rem;transition:background .2s ease;width:100%}.cart-address-form__toggle svg{height:22px;width:22px}.cart-address-form__toggle:hover{background:#667eea0d}.cart-address-form__content{padding:0 1.75rem 1.75rem}.cart-address-form__title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem}.cart-address-form__grid{grid-gap:1.125rem;display:grid;gap:1.125rem}@media (min-width:600px){.cart-address-form__grid{grid-template-columns:repeat(2,1fr)}}.cart-address-form__field{display:flex;flex-direction:column;gap:.5rem}@media (min-width:600px){.cart-address-form__field--full{grid-column:span 2}}.cart-address-form__label{color:#6b7280;font-size:1rem;font-weight:500}.cart-address-form__input,.cart-address-form__select{background:#fff;border:1px solid #64748b33;border-radius:10px;font-size:1.0625rem;padding:.875rem 1.125rem;transition:border-color .2s ease,box-shadow .2s ease}.cart-address-form__input:focus,.cart-address-form__select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #667eea1a;outline:none}.cart-address-form__save-btn{align-items:center;background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.0625rem;font-weight:600;gap:.625rem;justify-content:center;margin-top:1.25rem;padding:1rem 1.75rem;transition:all .3s ease}.cart-address-form__save-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.cart-item-card__edit-btn{align-items:center;background:#667eea1a;border:1px solid #667eea33;border-radius:6px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:500;gap:.375rem;margin-left:.5rem;padding:.375rem .75rem;transition:all .2s ease}.cart-item-card__edit-btn svg{height:14px;width:14px}.cart-item-card__edit-btn:hover{background:#667eea33;border-color:#2563eb}.cart-edit-modal{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:24px;box-shadow:20px 20px 60px #a3b1c680,-20px -20px 60px #ffffffe6,0 25px 50px #00000026,inset 0 1px 0 #ffffffe6;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.cart-edit-modal__overlay{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0f172a80;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.cart-edit-modal__header{align-items:center;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:24px 24px 0 0;box-shadow:inset 0 -1px 0 #a3b1c633,0 2px 4px #a3b1c61a;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.cart-edit-modal__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.375rem;font-weight:800;margin:0}.cart-edit-modal__close{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:4px 4px 10px #a3b1c659,-4px -4px 10px #ffffffe6;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .25s ease;width:40px}.cart-edit-modal__close svg{stroke:#6b7280;height:20px;width:20px}.cart-edit-modal__close:hover{background:linear-gradient(145deg,#fee2e2,#fecaca);box-shadow:4px 4px 10px #ef444433,-4px -4px 10px #ffffffe6}.cart-edit-modal__close:hover svg{stroke:#ef4444}.cart-edit-modal__close:active{box-shadow:inset 2px 2px 5px #a3b1c666,inset -2px -2px 5px #fffc}.cart-edit-modal__loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:3rem 1.5rem}.cart-edit-modal__loading p{color:#6b7280;font-size:1.0625rem;margin:0}.cart-edit-modal__spinner{animation:cart-edit-spin .8s linear infinite;border:3px solid #667eea33;border-radius:50%;border-top-color:#2563eb;height:40px;width:40px}@keyframes cart-edit-spin{to{transform:rotate(1turn)}}.cart-edit-modal__fetch-error{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:3rem 1.5rem;text-align:center}.cart-edit-modal__fetch-error p{color:#dc3545;font-size:1.0625rem;margin:0}.cart-edit-modal__fetch-error button{background:#64748b1a;border:none;border-radius:8px;color:#111827;cursor:pointer;font-size:1rem;font-weight:500;padding:.625rem 1.5rem;transition:background .2s ease}.cart-edit-modal__fetch-error button:hover{background:#64748b33}.cart-edit-modal__content{flex:1 1;overflow-y:auto;padding:1.5rem}.cart-edit-modal__product{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:5px 5px 12px #a3b1c64d,-5px -5px 12px #ffffffd9,inset 0 1px 0 #fffc;display:flex;gap:1.25rem;margin-bottom:1.5rem;padding:1.25rem}.cart-edit-modal__image{background:linear-gradient(145deg,#f8fafc,#eef2f7);border-radius:16px;box-shadow:5px 5px 12px #a3b1c659,-5px -5px 12px #ffffffe6,inset 0 0 0 2px #ffffff80;flex-shrink:0;height:100px;overflow:hidden;width:100px}.cart-edit-modal__image img{border-radius:14px;height:100%;object-fit:cover;width:100%}.cart-edit-modal__product-info{flex:1 1;min-width:0}.cart-edit-modal__product-title{color:#111827;font-size:1.1875rem;font-weight:600;line-height:1.3;margin:0 0 .375rem}.cart-edit-modal__product-brand{color:#6b7280;font-size:1rem;margin:0}.cart-edit-modal__variants{display:flex;flex-direction:column;gap:1.25rem}.cart-edit-modal__variant-group{display:flex;flex-direction:column;gap:.625rem}.cart-edit-modal__label{color:#111827;font-size:1.0625rem;font-weight:600}.cart-edit-modal__color-options{display:flex;flex-wrap:wrap;gap:.625rem}.cart-edit-modal__color-btn{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:3px 3px 8px #a3b1c64d,-3px -3px 8px #ffffffd9;cursor:pointer;display:flex;gap:.5rem;padding:.625rem 1rem;transition:all .25s ease}.cart-edit-modal__color-btn:hover{box-shadow:4px 4px 10px #6366f133,-4px -4px 10px #ffffffe6}.cart-edit-modal__color-btn--selected{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);box-shadow:inset 2px 2px 5px #6366f126,inset -2px -2px 5px #fffc,0 0 0 2px #6366f14d}.cart-edit-modal__color-swatch{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:20px;width:20px}.cart-edit-modal__color-name{color:#111827;font-size:.9375rem}.cart-edit-modal__size-options{display:flex;flex-wrap:wrap;gap:.5rem}.cart-edit-modal__size-btn{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:3px 3px 8px #a3b1c64d,-3px -3px 8px #ffffffd9;color:#111827;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;font-weight:600;min-width:64px;padding:.75rem 1.125rem;transition:all .25s ease}.cart-edit-modal__size-btn:hover:not(.cart-edit-modal__size-btn--disabled){box-shadow:4px 4px 10px #6366f133,-4px -4px 10px #ffffffe6}.cart-edit-modal__size-btn--selected{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);box-shadow:inset 2px 2px 5px #6366f126,inset -2px -2px 5px #fffc,0 0 0 2px #6366f14d}.cart-edit-modal__size-btn--disabled{box-shadow:inset 1px 1px 3px #a3b1c64d,inset -1px -1px 3px #ffffff80;cursor:not-allowed;opacity:.4;text-decoration:line-through}.cart-edit-modal__low-stock{color:#f59e0b;font-size:.6875rem;margin-top:.25rem}.cart-edit-modal__out-of-stock{color:#dc2626;font-size:.6875rem;margin-top:.25rem}.cart-edit-modal__no-sizes,.cart-edit-modal__no-variants,.cart-edit-modal__select-color-first{background:#64748b0d;border-radius:8px;color:#6b7280;font-size:.9375rem;font-style:italic;margin:0;padding:.75rem 1rem}.cart-edit-modal__debug{background:#ffc1071a;border-radius:8px;font-size:.75rem;margin-bottom:1rem;padding:.5rem}.cart-edit-modal__debug summary{cursor:pointer;font-weight:600}.cart-edit-modal__quantity{align-items:center;display:flex;gap:.75rem}.cart-edit-modal__qty-btn{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:3px 3px 8px #a3b1c659,-3px -3px 8px #ffffffe6;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .25s ease;width:40px}.cart-edit-modal__qty-btn svg{stroke:#6366f1;height:18px;width:18px}.cart-edit-modal__qty-btn:hover:not(:disabled){background:linear-gradient(145deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f166,inset 0 1px 0 #fff3}.cart-edit-modal__qty-btn:hover:not(:disabled) svg{stroke:#fff}.cart-edit-modal__qty-btn:active:not(:disabled){box-shadow:inset 2px 2px 5px #a3b1c666,inset -2px -2px 5px #fff9}.cart-edit-modal__qty-btn:disabled{box-shadow:inset 1px 1px 3px #a3b1c64d,inset -1px -1px 3px #ffffff80;cursor:not-allowed;opacity:.4}.cart-edit-modal__qty-value{color:#6366f1;font-size:1.375rem;font-weight:700;min-width:48px;text-align:center}.cart-edit-modal__stock-note{color:#6b7280;font-size:.875rem;margin-left:.5rem}.cart-edit-modal__error{background:#ff4b4b1a;border:1px solid #ff4b4b33;border-radius:10px;color:#dc2626;font-size:.9375rem;margin-top:1rem;padding:.75rem 1rem}.cart-edit-modal__price-summary{border-top:1px solid #64748b1a;margin-top:1.5rem;padding-top:1.5rem}.cart-edit-modal__price-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.cart-edit-modal__price-row--total{border-top:1px dashed #64748b33;margin-top:.75rem;padding-top:.75rem}.cart-edit-modal__price-label{color:#6b7280;font-size:1.0625rem}.cart-edit-modal__price-value{color:#111827;font-size:1.125rem}.cart-edit-modal__price-original{color:#6b7280;font-size:1rem;margin-right:.5rem;text-decoration:line-through}.cart-edit-modal__price-discounted{color:#16a34a;font-size:1.125rem;font-weight:600}.cart-edit-modal__price-total{color:#111827;font-size:1.375rem;font-weight:700}.cart-edit-modal__footer{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:0 0 24px 24px;box-shadow:inset 0 1px 0 #fffc,0 -2px 8px #a3b1c626;display:flex;gap:1rem;padding:1.25rem 1.5rem}.cart-edit-modal__cancel-btn{background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:14px;box-shadow:4px 4px 10px #a3b1c659,-4px -4px 10px #ffffffe6;color:#6b7280;cursor:pointer;flex:1 1;font-size:1.0625rem;font-weight:600;padding:1rem 1.5rem;transition:all .25s ease}.cart-edit-modal__cancel-btn:hover{box-shadow:5px 5px 12px #a3b1c666,-5px -5px 12px #fffffff2;color:#111827}.cart-edit-modal__cancel-btn:active{box-shadow:inset 2px 2px 5px #a3b1c666,inset -2px -2px 5px #fffc}.cart-edit-modal__save-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;box-shadow:4px 4px 12px #667eea66,-2px -2px 8px #ffffff4d,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;flex:1 1;font-size:1.0625rem;font-weight:700;padding:1rem 1.5rem;transition:all .3s ease}.cart-edit-modal__save-btn:hover{box-shadow:6px 6px 16px #667eea80,-3px -3px 10px #fff6,inset 0 1px 0 #ffffff4d;transform:translateY(-2px)}.cart-edit-modal__save-btn:active{box-shadow:inset 2px 2px 5px #0003,inset -2px -2px 5px #ffffff1a;transform:translateY(0)}.cem-overlay{align-items:center;animation:cem-fade-in .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0f172a99;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}@keyframes cem-fade-in{0%{opacity:0}to{opacity:1}}.cem-modal{animation:cem-slide-up .4s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:linear-gradient(180deg,#fffffffa,#f8fafffa);border:1px solid #fff9;border-radius:24px;box-shadow:0 25px 80px #667eea26,0 10px 30px #0000001a,inset 0 1px 0 #fffc;display:flex;flex-direction:column;max-height:90vh;max-width:420px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.cem-modal{border-radius:28px;max-height:85vh;max-width:900px}}@keyframes cem-slide-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cem-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #64748b26;border-radius:12px;box-shadow:0 2px 10px #0000000d;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .25s ease;width:40px;z-index:10}.cem-close svg{stroke:#64748b;height:20px;transition:stroke .2s ease;width:20px}.cem-close:hover{background:#ff4b4b1a;border-color:#ff4b4b4d;transform:rotate(90deg)}.cem-close:hover svg{stroke:#ff4b4b}.cem-progress{background:#667eea1a;height:4px;overflow:hidden}.cem-progress__bar{animation:cem-progress-shimmer 2s linear infinite;background:linear-gradient(90deg,#2563eb,#1d4ed8 50%,#2563eb);background-size:200% 100%;border-radius:0 4px 4px 0;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}@keyframes cem-progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cem-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;padding:4rem 2rem}.cem-loading__spinner{height:60px;position:relative;width:60px}.cem-loading__ring{animation:cem-ring-spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid #0000;border-radius:50%;inset:0;position:absolute}.cem-loading__ring:first-child{animation-delay:-.45s;border-top-color:#2563eb}.cem-loading__ring:nth-child(2){animation-delay:-.3s;border-right-color:#1d4ed8}.cem-loading__ring:nth-child(3){animation-delay:-.15s;border-bottom-color:#2563eb}.cem-loading__text{animation:cem-pulse 1.5s ease-in-out infinite;color:#64748b;font-size:1.0625rem;margin:0}@keyframes cem-ring-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes cem-pulse{0%,to{opacity:.6}50%{opacity:1}}.cem-error{flex-direction:column;gap:1.25rem;padding:4rem 2rem;text-align:center}.cem-error,.cem-error__icon{align-items:center;display:flex;justify-content:center}.cem-error__icon{background:#ff4b4b1a;border-radius:50%;height:56px;width:56px}.cem-error__icon svg{stroke:#ff4b4b;height:32px;width:32px}.cem-error__text{color:#dc2626;font-size:1.125rem;margin:0}.cem-error__btn{background:#64748b1a;border:none;border-radius:10px;color:#334155;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:all .2s ease}.cem-error__btn:hover{background:#64748b33}.cem-layout{display:flex;flex:1 1;flex-direction:column;overflow:hidden}@media (min-width:768px){.cem-layout{flex-direction:row}}.cem-image-panel{background:linear-gradient(135deg,#667eea08,#764ba208);border-bottom:1px solid #667eea14;padding:1.5rem 1.5rem 1rem}@media (min-width:768px){.cem-image-panel{border-bottom:none;border-right:1px solid #667eea14;display:flex;flex-direction:column;flex-shrink:0;padding:2rem;width:45%}}.cem-hero-image{aspect-ratio:1;background:#fff;border-radius:16px;box-shadow:0 4px 20px #667eea1a,0 1px 3px #0000000d;max-height:200px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.cem-hero-image{border-radius:20px;flex:1 1;max-height:none}}.cem-hero-image img{height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:all .5s cubic-bezier(.4,0,.2,1);width:100%}.cem-hero-image--loaded img{opacity:1;transform:scale(1)}.cem-hero-image__badge{background:linear-gradient(135deg,#ff416c,#ff4b2b);border-radius:8px;box-shadow:0 2px 8px #ff416c66;color:#fff;font-size:.875rem;font-weight:700;left:12px;padding:6px 12px;position:absolute;top:12px}.cem-quick-stats{display:none}@media (min-width:768px){.cem-quick-stats{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}}.cem-quick-stats__item{align-items:center;background:#fffc;border:1px solid #667eea26;border-radius:10px;color:#334155;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.5rem .875rem}.cem-quick-stats__item svg{stroke:#2563eb;height:16px;width:16px}.cem-quick-stats__dot{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:14px;width:14px}.cem-options-panel{flex:1 1;overflow-y:auto;padding:1.5rem}@media (min-width:768px){.cem-options-panel{padding:2rem}}.cem-product-header{margin-bottom:1.5rem;padding-right:3rem}@media (min-width:768px){.cem-product-header{padding-right:0}}.cem-product-header__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a2e;display:-webkit-box;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .375rem;overflow:hidden}@media (min-width:768px){.cem-product-header__title{font-size:1.75rem}}.cem-product-header__brand{color:#64748b;font-size:1.0625rem;margin:0}.cem-sections{display:flex;flex-direction:column;gap:1.5rem}.cem-section--message p{background:#667eea0d;border-radius:12px;color:#64748b;font-size:1rem;margin:0;padding:1rem;text-align:center}.cem-section__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.875rem}.cem-section__title{align-items:center;color:#334155;display:flex;font-size:1.0625rem;font-weight:600;gap:.5rem;margin:0}.cem-section__icon{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px;display:flex;height:28px;justify-content:center;width:28px}.cem-section__icon svg{stroke:#2563eb;height:16px;width:16px}.cem-section__selected{display:none}.cem-section__prompt{align-items:center;background:#64748b0d;border:1px dashed #64748b33;border-radius:12px;color:#94a3b8;display:flex;font-size:.9375rem;font-style:italic;gap:.625rem;padding:1rem}.cem-section__prompt svg{stroke:#94a3b8;flex-shrink:0;height:20px;width:20px}.cem-color-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}@media (min-width:768px){.cem-color-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.cem-color-card{align-items:center;background:#fff;border:2px solid #64748b1f;border-radius:14px;box-shadow:0 2px 8px #00000008;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:.75rem .5rem;transition:all .25s ease}.cem-color-card:hover{border-color:#667eea4d;box-shadow:0 6px 16px #667eea1f;transform:translateY(-2px)}.cem-color-card--selected{background:#667eea0a;border-color:#2563eb;box-shadow:0 4px 12px #667eea33}.cem-color-card__preview{border-radius:10px;box-shadow:0 2px 8px #0000001a;height:52px;overflow:hidden;position:relative;width:52px}.cem-color-card__preview img{height:100%;object-fit:cover;width:100%}.cem-color-card__swatch{border-radius:10px;height:100%;width:100%}.cem-color-card__check{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#667eead9;display:flex;inset:0;justify-content:center;position:absolute}.cem-color-card__check svg{stroke:#fff;height:24px;width:24px}.cem-color-card__name{color:#334155;font-size:.8125rem;font-weight:500;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cem-size-grid{display:flex;flex-wrap:wrap;gap:.625rem}.cem-size-chip{align-items:center;background:#fff;border:2px solid #64748b1f;border-radius:12px;box-shadow:0 2px 6px #00000008;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;min-width:64px;padding:.75rem 1.125rem;transition:all .25s ease}.cem-size-chip:hover:not(.cem-size-chip--disabled){border-color:#667eea4d;transform:translateY(-1px)}.cem-size-chip--selected{background:linear-gradient(135deg,#667eea14,#764ba214);border-color:#2563eb;box-shadow:0 4px 12px #667eea26}.cem-size-chip--disabled{background:#64748b0d;cursor:not-allowed;opacity:.45}.cem-size-chip__name{color:#334155;font-size:1rem;font-weight:600}.cem-size-chip--disabled .cem-size-chip__name{color:#94a3b8;text-decoration:line-through}.cem-size-chip__status{font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.cem-size-chip__status--out{color:#dc2626}.cem-size-chip__status--low{color:#f59e0b}.cem-quantity{align-items:center;display:flex;gap:.75rem}.cem-quantity__btn{align-items:center;background:#fff;border:2px solid #64748b26;border-radius:12px;box-shadow:0 2px 6px #0000000a;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.cem-quantity__btn svg{stroke:#334155;height:18px;width:18px}.cem-quantity__btn:hover:not(:disabled){background:#667eea0d;border-color:#2563eb}.cem-quantity__btn:hover:not(:disabled) svg{stroke:#2563eb}.cem-quantity__btn:active:not(:disabled){transform:scale(.95)}.cem-quantity__btn:disabled{cursor:not-allowed;opacity:.4}.cem-quantity__display{align-items:center;display:flex;flex-direction:column;min-width:60px}.cem-quantity__value{color:#1a1a2e;font-size:1.5rem;font-weight:700}.cem-quantity__max{color:#94a3b8;font-size:.75rem;font-weight:500}.cem-error-inline{align-items:center;background:#ff4b4b14;border:1px solid #ff4b4b33;border-radius:12px;color:#dc2626;display:flex;font-size:.9375rem;font-weight:500;gap:.625rem;margin-top:1rem;padding:.875rem 1rem}.cem-error-inline svg{flex-shrink:0;height:18px;width:18px}.cem-footer{background:linear-gradient(180deg,#f8fafff2,#fffffff2);border-top:1px solid #667eea1a;box-shadow:0 -4px 20px #00000008;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}@media (min-width:768px){.cem-footer{align-items:center;flex-direction:row;justify-content:space-between;padding:1.5rem 2rem}}.cem-footer__price{flex:1 1}.cem-footer__price-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem}.cem-footer__price-original{color:#94a3b8;font-size:1rem;text-decoration:line-through}.cem-footer__price-current{color:#1a1a2e;font-size:1.375rem;font-weight:700}@media (min-width:768px){.cem-footer__price-current{font-size:1.5rem}}.cem-footer__price-save{background:linear-gradient(135deg,#16a34a,#22c55e);border-radius:6px;color:#fff;font-size:.8125rem;font-weight:600;padding:.25rem .625rem}.cem-footer__price-each{color:#94a3b8;font-size:.875rem;margin-left:.25rem}.cem-footer__total{align-items:center;display:flex;gap:.625rem;margin-top:.375rem}.cem-footer__total-label{color:#64748b;font-size:.9375rem}.cem-footer__total-value{color:#111827;font-size:1.5rem;font-weight:700}@media (min-width:768px){.cem-footer__total-value{font-size:1.75rem}}.cem-footer__actions{display:flex;gap:.75rem}@media (min-width:768px){.cem-footer__actions{gap:1rem}}.cem-btn{align-items:center;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.cem-btn svg{height:18px;width:18px}@media (min-width:768px){.cem-btn{font-size:1.0625rem;padding:1rem 1.75rem}}.cem-btn--secondary{background:#fff;border:2px solid #64748b33;color:#64748b;flex:1 1}@media (min-width:768px){.cem-btn--secondary{flex:none}}.cem-btn--secondary:hover{background:#f8fafc;border-color:#64748b66;color:#334155}.cem-btn--primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;box-shadow:0 4px 15px #667eea4d;color:#fff;flex:1.5 1}@media (min-width:768px){.cem-btn--primary{flex:none}}.cem-btn--primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.cem-btn--primary:active{transform:translateY(0)}.lux-cart{background:linear-gradient(145deg,#f0f2f8,#eaecf4 50%,#f2f4f9);color:#1a1a2e;min-height:100vh;overflow:hidden;position:relative}.lux-cart__bg,.lux-cart__grid,.lux-cart__orb,.lux-cart__particles{display:none}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #6366f166}50%{box-shadow:0 0 40px #6366f199}}@keyframes float-up{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes productPopIn{0%{opacity:0;transform:perspective(1000px) rotateX(15deg) translateY(50px) translateZ(-50px) scale(.9)}60%{opacity:1;transform:perspective(1000px) rotateX(-3deg) translateY(-10px) translateZ(20px) scale(1.02)}to{opacity:1;transform:perspective(1000px) rotateX(2deg) translateY(0) translateZ(0) scale(1)}}@keyframes floatBounce{0%,to{transform:perspective(1000px) rotateX(2deg) translateY(0)}50%{transform:perspective(1000px) rotateX(2deg) translateY(-6px)}}@keyframes shimmerBorder{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pulseGlow{0%,to{opacity:.8}50%{opacity:1}}.lux-cart__main{margin:0 auto;max-width:1400px;padding:1.5rem 1rem 3rem;position:relative;z-index:1}@media (min-width:768px){.lux-cart__main{padding:2rem 1.5rem 4rem}}@media (min-width:1024px){.lux-cart__main{padding:2.5rem 2rem 5rem}}.lux-journey{backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 8px 32px #0000001a,inset 0 1px 0 #fffc;margin-bottom:1.5rem;padding:1rem 1.5rem}@media (min-width:768px){.lux-journey{margin-bottom:2rem;padding:1.25rem 2.5rem}}.lux-journey__progress,.lux-journey__track{display:none}.lux-journey__steps{align-items:center;display:flex;justify-content:space-between}.lux-journey__step{align-items:center;display:flex;flex:1 1;gap:.75rem;position:relative}.lux-journey__step:not(:last-child):after{background:linear-gradient(90deg,#e2e8f0,#cbd5e1);border-radius:3px;content:"";flex:1 1;height:3px;margin:0 1rem;transition:all .5s ease}.lux-journey__step--active:after,.lux-journey__step--completed:after{animation:shimmer 3s ease infinite;background:linear-gradient(90deg,#6366f1,#8b5cf6,#ec4899);background-size:200% 100%}.lux-journey__step--active .lux-journey__step-marker{animation:pulse-glow 2s ease-in-out infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000;box-shadow:0 4px 20px #6366f180;color:#fff;transform:scale(1.1)}.lux-journey__step--active .lux-journey__step-label{color:#6366f1;font-weight:700}.lux-journey__step--completed .lux-journey__step-marker{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#0000;box-shadow:0 3px 15px #8b5cf666;color:#fff}.lux-journey__step--completed .lux-journey__step-marker:after{content:"✓";font-size:.875rem}.lux-journey__step--completed .lux-journey__step-marker span{display:none}.lux-journey__step--completed .lux-journey__step-label{color:#7c3aed;font-weight:600}.lux-journey__step:not(.lux-journey__step--active):not(.lux-journey__step--completed) .lux-journey__step-marker{background:#fffc;border:2px solid #cbd5e1;color:#94a3b8}.lux-journey__step:not(.lux-journey__step--active):not(.lux-journey__step--completed) .lux-journey__step-label{color:#94a3b8}.lux-journey__step-marker{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;color:#64748b;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:44px;justify-content:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:44px}@media (min-width:768px){.lux-journey__step-marker{font-size:1.125rem;height:50px;width:50px}}.lux-journey__step-label{color:#64748b;display:none;font-size:.8125rem;font-weight:500;transition:all .3s ease;white-space:nowrap}@media (min-width:600px){.lux-journey__step-label{display:block}}@media (min-width:768px){.lux-journey__step-label{font-size:.9375rem}}.lux-cart__grid-layout{display:flex;flex-direction:column;gap:2rem}@media (min-width:1024px){.lux-cart__grid-layout{flex-direction:row;gap:2.5rem}}.lux-cart__products{flex:1 1;min-width:0}.lux-cart__summary-col{width:100%}@media (min-width:1024px){.lux-cart__summary-col{flex-shrink:0;width:380px}}.lux-address{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 8px 32px #1f268714;margin-bottom:2rem;overflow:hidden;transition:all .3s ease}@media (min-width:768px){.lux-address{margin-bottom:2.5rem}}.lux-address:hover{box-shadow:0 12px 40px #1f26871f}.lux-address__toggle{align-items:center;background:#0000;border:none;color:#1a1a2e;cursor:pointer;display:flex;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s ease;width:100%}.lux-address__toggle:hover{background:#00000005}.lux-address__toggle-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea40;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.lux-address__toggle-icon svg{height:22px;width:22px}.lux-address__toggle-text{flex:1 1;text-align:left}.lux-address__toggle-title{color:#1a1a2e;display:block;font-size:1.25rem;font-weight:600}@media (min-width:768px){.lux-address__toggle-title{font-size:1.375rem}}.lux-address__toggle-region{color:#667eea;display:block;font-size:.875rem;margin-top:.125rem}.lux-address__toggle-arrow{color:#64748b;height:20px;transition:transform .3s ease;width:20px}.lux-address__toggle-arrow--open{transform:rotate(180deg)}.lux-address__form{border-top:1px solid #e5e7eb;padding:0 1.5rem 1.5rem}.lux-address__save{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1.25rem;padding:1rem;transition:all .3s ease;width:100%}.lux-address__save svg{height:18px;width:18px}.lux-address__save:hover{box-shadow:0 8px 30px #2563eb33;transform:translateY(-2px)}.lux-seller{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #1f268714;margin-bottom:2rem;overflow:visible;padding:8px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.lux-seller{border-radius:28px;margin-bottom:2.5rem;padding:10px}}.lux-seller:hover{box-shadow:0 16px 48px #1f26871f;transform:translateY(-4px)}.lux-seller__screen{background:#fff;border-radius:22px;overflow:hidden}@media (min-width:768px){.lux-seller__screen{border-radius:26px}}.lux-seller__header{align-items:center;background:#fff;border-bottom:1px solid #0000000f;cursor:pointer;display:flex;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s ease}.lux-seller__header:hover{background:#f8fafc}.lux-seller__avatar{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;box-shadow:0 4px 15px #6366f166;color:#fff;display:flex;flex-shrink:0;font-size:1.125rem;font-weight:700;height:48px;justify-content:center;transition:all .3s ease;width:48px}.lux-seller:hover .lux-seller__avatar{transform:scale(1.05) rotate(-3deg)}.lux-seller__info{flex:1 1}.lux-seller__name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#111827;font-size:1.5rem;font-weight:800;letter-spacing:.02em;margin-bottom:.25rem;transition:all .3s ease}@media (min-width:768px){.lux-seller__name{font-size:1.75rem}}.lux-seller:hover .lux-seller__name{background:linear-gradient(135deg,#764ba2,#f093fb);-webkit-background-clip:text;background-clip:text}.lux-seller__count{align-items:center;color:#4b5563;display:flex;font-size:1rem;font-weight:600;gap:.5rem}@media (min-width:768px){.lux-seller__count{font-size:1.125rem}}.lux-seller__count:before{animation:pulseGlow 2s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#10b981);border-radius:50%;content:"";height:8px;width:8px}.lux-seller__chevron{align-items:center;background:#fff9;border-radius:10px;box-shadow:0 2px 8px #0000000d;color:#9ca3af;display:flex;height:32px;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:32px}.lux-seller__chevron svg{height:18px;transition:transform .4s ease;width:18px}.lux-seller:hover .lux-seller__chevron{background:linear-gradient(135deg,#6366f126,#8b5cf626);color:#6366f1;transform:scale(1.1)}.lux-seller:hover .lux-seller__chevron svg{transform:rotate(180deg)}.lux-seller__products{background:#fff;max-height:none;overflow:visible}.lux-seller__products--expanded{max-height:none}.lux-seller__shipping{background:#fff;border-top:1px solid #f3f4f6;padding:1rem 1.25rem}.lux-seller__shipping-notice{align-items:center;background:#eff6ff;border-top:1px solid #f3f4f6;color:#4b5563;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;padding:1rem 1.25rem}.lux-seller__shipping-notice svg{color:#2563eb;height:18px;width:18px}.lux-seller__shipping-notice a{color:#2563eb;font-weight:600;text-decoration:none}.lux-seller__shipping-notice a:hover{text-decoration:underline}.lux-seller__checkout{background:#0000;border-top:1px solid #f3f4f6;padding:1rem 1.25rem}.lux-seller__checkout-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899);border:none;border-radius:14px;box-shadow:0 4px 15px #8b5cf64d;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;justify-content:center;padding:1.125rem 1.75rem;transition:all .3s ease;width:100%}.lux-seller__checkout-btn svg{height:22px;width:22px}.lux-seller__checkout-btn:hover:not(.lux-seller__checkout-btn--disabled){box-shadow:0 6px 25px #8b5cf666;transform:translateY(-2px)}.lux-seller__checkout-btn--disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:none;cursor:not-allowed}.lux-seller__checkout-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.lux-product{grid-gap:1.25rem;align-items:center;animation:productPopIn .6s cubic-bezier(.34,1.56,.64,1) backwards;background:linear-gradient(145deg,#fff,#f8fafc 50%,#f1f5f9);border:2px solid #fff;border-radius:24px;box-shadow:inset 0 2px 0 #fff,inset 0 -1px 0 #00000008,0 2px 0 #6366f114,0 4px 0 #6366f10f,0 6px 0 #6366f10a,0 12px 25px -5px #6366f133,0 20px 40px -10px #00000026,0 0 0 1px #6366f10d;display:grid;gap:1.25rem;grid-template-columns:90px 1fr auto auto;margin:1.25rem 1rem;overflow:visible;padding:1.5rem;position:relative;transform:perspective(1000px) rotateX(2deg) rotateY(0deg) translateZ(0);transform-style:preserve-3d;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.lux-product:first-child{animation-delay:.1s}.lux-product:nth-child(2){animation-delay:.2s}.lux-product:nth-child(3){animation-delay:.3s}.lux-product:nth-child(4){animation-delay:.4s}.lux-product:nth-child(5){animation-delay:.5s}.lux-product:nth-child(6){animation-delay:.6s}.lux-product:nth-child(7){animation-delay:.7s}.lux-product:nth-child(8){animation-delay:.8s}.lux-product:nth-child(9){animation-delay:.9s}.lux-product:nth-child(10){animation-delay:1s}.lux-product:before{animation:gradientFlow 6s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#667eea);background-size:400% 400%;border-radius:27px;content:"";inset:-3px;opacity:0;position:absolute;transition:opacity .4s ease;z-index:-1}.lux-product:after{background:linear-gradient(180deg,#fff6,#0000);border-radius:24px 24px 100px 100px;content:"";height:50%;left:0;opacity:.6;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.lux-product:first-child{margin-top:1.5rem}.lux-product:last-child{margin-bottom:1.5rem}@media (min-width:768px){.lux-product{border-radius:28px;gap:2rem;grid-template-columns:120px 1fr auto auto;margin:1.5rem 1.75rem;padding:1.75rem 2rem}.lux-product:before{border-radius:31px}.lux-product:after{border-radius:28px 28px 100px 100px}}.lux-product:hover{background:linear-gradient(145deg,#fff,#fff);box-shadow:inset 0 3px 0 #fff,inset 0 -1px 0 #00000005,0 3px 0 #6366f11a,0 6px 0 #6366f114,0 9px 0 #6366f10f,0 12px 0 #6366f10a,0 25px 50px -10px #6366f159,0 40px 70px -20px #00000040,0 0 60px -10px #6366f166;transform:perspective(1000px) rotateX(0deg) rotateY(-2deg) translateY(-12px) translateZ(30px) scale(1.02)}.lux-product:hover:after,.lux-product:hover:before{opacity:.8}.lux-product:hover .lux-product__image{transform:scale(1.12) rotate(-3deg) translateZ(20px)}.lux-product:hover .lux-product__control-btn{opacity:1;transform:translateZ(15px)}.lux-product:hover .lux-product__image-wrap{box-shadow:0 15px 35px #6366f159,0 0 0 3px #6366f133}.lux-product:hover .lux-product__title{color:#667eea}.lux-product:hover .lux-product__price{transform:scale(1.05)}.lux-product:active{transform:perspective(1000px) rotateX(1deg) translateY(-4px) translateZ(10px) scale(.99);transition-duration:.1s}.lux-product__image-wrap{border-radius:18px;flex-shrink:0;height:90px;overflow:visible;position:relative;transform-style:preserve-3d;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:90px}.lux-product__image-wrap:before{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-radius:22px;content:"";inset:-4px;opacity:.7;position:absolute;transform:translateZ(-10px);transition:all .4s ease;z-index:-1}.lux-product__image-wrap:after{background:radial-gradient(ellipse,#6366f166 0,#0000 70%);bottom:-15px;content:"";filter:blur(8px);height:20px;left:10%;position:absolute;right:10%;transition:all .4s ease;z-index:-2}@media (min-width:768px){.lux-product__image-wrap{border-radius:22px;height:120px;width:120px}.lux-product__image-wrap:before{border-radius:26px}}.lux-product__image{border:3px solid #fff;border-radius:18px;box-shadow:0 4px 15px #0000001a,inset 0 1px 0 #ffffff80;height:100%;object-fit:cover;transform:translateZ(10px);transition:all .4s cubic-bezier(.34,1.56,.64,1);width:100%}@media (min-width:768px){.lux-product__image{border-radius:22px}}.lux-product__badge{align-items:center;background:linear-gradient(135deg,#ec4899,#f43f5e);border-radius:50%;box-shadow:0 2px 8px #ec489966;color:#fff;display:flex;font-size:.625rem;font-weight:700;height:24px;justify-content:center;left:-6px;position:absolute;top:-6px;width:24px}.lux-product__badge svg{fill:currentColor;height:12px;width:12px}.lux-product__details{display:flex;flex-direction:column;justify-content:center;min-width:0}.lux-product__title{color:#111827;font-size:.9375rem;font-weight:600;line-height:1.3;margin-bottom:.25rem;text-decoration:none}.lux-product__title:hover{color:#6366f1}@media (min-width:768px){.lux-product__title{font-size:1rem}}.lux-product__variant-price{color:#6b7280;font-size:.875rem}.lux-product__variant-price span{color:#6366f1;font-weight:600}.lux-product__brand{color:#6b7280;font-size:.8125rem;margin:.125rem 0}.lux-product__variants{display:flex;flex-wrap:wrap;gap:.25rem}.lux-product__variant{color:#6b7280;font-size:.8125rem}.lux-product__variant svg{height:12px;width:12px}.lux-product__color-dot{border:1px solid #0000001a;border-radius:50%;display:inline-block;height:10px;margin-right:.25rem;width:10px}.lux-product__price-row{align-items:center;display:flex;gap:.5rem}.lux-product__price{color:#6366f1;font-size:1rem;font-weight:700}@media (min-width:768px){.lux-product__price{font-size:1.125rem}}.lux-product__price-old{color:#9ca3af;font-size:.8125rem;text-decoration:line-through}.lux-product__quantity{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffffe6;border-radius:14px;box-shadow:0 4px 15px #6366f11a,inset 0 1px 0 #fffc;display:flex;gap:0;overflow:hidden;transition:all .3s ease}.lux-product__quantity:hover{box-shadow:0 6px 20px #6366f133,inset 0 1px 0 #fff}.lux-product__actions{align-items:center;display:flex;flex-direction:column;gap:.5rem}.lux-product__qty-btn{align-items:center;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border:none;color:#667eea;cursor:pointer;display:flex;height:38px;justify-content:center;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:38px}.lux-product__qty-btn svg{height:18px;transition:transform .2s ease;width:18px}.lux-product__qty-btn:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease}.lux-product__qty-btn:hover:not(:disabled){background:linear-gradient(135deg,#6366f126,#8b5cf626)}.lux-product__qty-btn:hover:not(:disabled) svg{transform:scale(1.2)}.lux-product__qty-btn:active:not(:disabled) svg{transform:scale(.9)}.lux-product__qty-btn:disabled{cursor:not-allowed;opacity:.3}.lux-product__qty-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:700;min-width:44px;padding:.5rem 0;text-align:center}.lux-product__total{color:#111827;font-size:1.125rem;font-weight:700}@media (min-width:768px){.lux-product__total{font-size:1.25rem}}.lux-product__controls{display:flex;gap:.5rem}.lux-product__control-btn{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fff9;border:1px solid #fffc;border-radius:12px;box-shadow:0 2px 8px #0000000d;cursor:pointer;display:flex;height:40px;justify-content:center;transform:perspective(500px) translateZ(0);transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.lux-product__control-btn svg{height:18px;transition:transform .3s ease;width:18px}.lux-product__control-btn:hover{box-shadow:0 8px 20px #0000001a;transform:perspective(500px) translateZ(10px) scale(1.1)}.lux-product__control-btn:hover svg{transform:scale(1.15)}.lux-product__control-btn--edit{color:#667eea}.lux-product__control-btn--edit:hover{background:linear-gradient(135deg,#6366f126,#8b5cf61a);border-color:#6366f14d;box-shadow:0 8px 25px #6366f133}.lux-product__control-btn--remove{color:#f43f5e}.lux-product__control-btn--remove:hover{background:linear-gradient(135deg,#f43f5e26,#f43f5e1a);border-color:#f43f5e4d;box-shadow:0 8px 25px #f43f5e33}.lux-summary{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #1f268714;overflow:visible;padding:8px;position:-webkit-sticky;position:sticky;top:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.lux-summary{border-radius:28px;padding:10px}}.lux-summary:hover{box-shadow:0 16px 48px #1f26871f;transform:translateY(-4px)}.lux-summary__screen{background:#fff;border-radius:22px;overflow:hidden;padding-bottom:1.5rem}@media (min-width:768px){.lux-summary__screen{border-radius:26px;padding-bottom:2rem}}.lux-summary__screen>:not(.lux-summary__header){padding-left:1.25rem;padding-right:1.25rem}@media (min-width:768px){.lux-summary__screen>:not(.lux-summary__header){padding-left:1.5rem;padding-right:1.5rem}}.lux-summary__header{align-items:center;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-bottom:none;border-radius:12px;box-shadow:4px 4px 10px #a3b1c640,-4px -4px 10px #ffffffe6,inset 0 1px 0 #fffc;display:flex;gap:1rem;justify-content:space-between;margin:.75rem .75rem 1.25rem;padding:1rem 1.25rem}@media (min-width:768px){.lux-summary__header{padding:1.25rem 1.5rem}}.lux-summary__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.375rem;font-weight:800;letter-spacing:.02em;margin:0}@media (min-width:768px){.lux-summary__title{font-size:1.625rem}}.lux-summary__badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;box-shadow:3px 3px 8px #667eea4d,-2px -2px 6px #ffffff80;color:#fff;display:inline-flex;font-size:1rem;font-weight:700;padding:.5rem 1rem;white-space:nowrap}@media (min-width:768px){.lux-summary__badge{font-size:1.125rem;padding:.625rem 1.25rem}}.lux-summary__products{margin-bottom:1rem;max-height:280px;overflow-y:auto;padding-right:.5rem}.lux-summary__products::-webkit-scrollbar{width:4px}.lux-summary__products::-webkit-scrollbar-track{background:#0000000d;border-radius:2px}.lux-summary__products::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:2px}.lux-summary__product-item{align-items:flex-start;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:none;border-radius:16px;box-shadow:6px 6px 14px #a3b1c659,-6px -6px 14px #ffffffe6,inset 0 1px 0 #fffc;display:flex;justify-content:space-between;margin:.5rem 0;padding:1rem 1.25rem;transition:all .3s ease}.lux-summary__product-item:hover{box-shadow:8px 8px 18px #a3b1c673,-8px -8px 18px #fff,inset 0 1px 0 #ffffffe6;transform:translateY(-2px)}.lux-summary__product-item:last-child{margin-bottom:.5rem}.lux-summary__product-info{display:flex;flex:1 1;flex-direction:column;gap:.375rem;min-width:0}.lux-summary__product-name{color:#111827;font-size:1.0625rem;font-weight:700;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lux-summary__product-details{color:#4b5563;display:flex;flex-wrap:wrap;font-size:.9375rem;gap:.625rem}.lux-summary__product-details span{align-items:center;background:#6366f114;border-radius:8px;display:inline-flex;font-weight:500;padding:.25rem .625rem}.lux-summary__product-details span:not(:last-child):after{display:none}.lux-summary__product-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text;font-size:1.125rem;font-weight:800;margin-left:1rem;white-space:nowrap}.lux-summary__checkout-section{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 1rem}.lux-summary__checkout-btn{background:linear-gradient(135deg,#667eea,#764ba2 50%,#8b5cf6);border-radius:14px;box-shadow:0 6px 20px #6366f159,0 3px 10px #0000001a,inset 0 1px 0 #ffffff40;font-size:1.5rem;letter-spacing:.01em;padding:1.125rem 1.75rem}.lux-summary__checkout-btn:before{background:linear-gradient(90deg,#0000,#ffffff40,#0000)}.lux-summary__checkout-btn svg{height:22px;width:22px}.lux-summary__checkout-btn:hover:not(.lux-summary__checkout-btn--disabled){box-shadow:0 12px 30px #6366f173,0 6px 15px #00000026,inset 0 1px 0 #ffffff4d;transform:translateY(-3px)}.lux-summary__checkout-btn:hover:not(.lux-summary__checkout-btn--disabled):before{left:100%}.lux-summary__checkout-btn:active:not(.lux-summary__checkout-btn--disabled){transform:translateY(-1px)}.lux-summary__checkout-btn--disabled{animation:none;background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:0 2px 8px #0000001a;cursor:not-allowed}.lux-summary__checkout-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.lux-summary__lines{background:linear-gradient(145deg,#f5f7fa,#eef1f5);border-radius:16px;box-shadow:inset 3px 3px 8px #a3b1c64d,inset -3px -3px 8px #fffc;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding:1rem}.lux-summary__line{align-items:center;display:flex;font-size:1.0625rem;justify-content:space-between}.lux-summary__line>span:first-child{color:#4b5563;font-weight:500}.lux-summary__line>span:last-child{color:#111827;font-size:1.125rem;font-weight:700}.lux-summary__line--savings>span:first-child{align-items:center;color:#4b5563!important;display:flex;gap:.375rem}.lux-summary__line--savings>span:first-child svg{display:none}.lux-summary__line--savings>span:last-child{color:#10b981!important}.lux-summary__pending{color:#9ca3af;font-size:.9375rem;font-style:italic;font-weight:400!important}.lux-summary__divider{background:linear-gradient(90deg,#0000,#6366f133,#0000);height:2px;margin:1.25rem 0}.lux-summary__total{align-items:center;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:18px;box-shadow:6px 6px 16px #a3b1c666,-6px -6px 16px #fffffff2,inset 0 1px 0 #fffc;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.lux-summary__total>span:first-child{color:#1f2937;font-size:1.25rem;font-weight:700}.lux-summary__total-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#a855f7);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;letter-spacing:-.02em}@media (min-width:768px){.lux-summary__total-value{font-size:2.25rem}}.lux-summary__expand-section{align-items:center;border-top:1px solid #e5e7eb99;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 0;transition:all .2s ease}.lux-summary__expand-section:hover{background:#eff6ff4d;border-radius:6px;margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.lux-summary__expand-section span{align-items:center;color:#8b5cf6;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem}.lux-summary__expand-section span svg{height:15px;width:15px}.lux-summary__expand-section svg:last-child{color:#9ca3af;height:14px;transition:transform .2s ease;width:14px}.lux-summary__expand-section:hover svg:last-child{transform:translateX(2px)}.lux-summary__security{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem;padding:1rem 0}.lux-summary__security-item{align-items:center;color:#6b7280;display:flex;font-size:.75rem;gap:.375rem}.lux-summary__security-item svg{color:#16a34a;height:14px;width:14px}.lux-summary__checkout-btn{align-items:center;animation:gradientFlow 4s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-size:200% 200%;border:none;border-radius:16px;box-shadow:0 8px 25px #6366f166,0 4px 12px #0000001a,inset 0 1px 0 #ffffff4d;color:#fff;cursor:pointer;display:flex;font-size:1.45rem;font-weight:700;gap:.75rem;justify-content:center;letter-spacing:.02em;margin-top:1rem;overflow:hidden;padding:1.125rem 2rem;position:relative;text-decoration:none;transform:perspective(500px) translateZ(0);transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.lux-summary__checkout-btn:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.lux-summary__checkout-btn svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:20px;width:20px}.lux-summary__checkout-btn:hover{box-shadow:0 15px 40px #6366f180,0 8px 20px #00000026,inset 0 1px 0 #fff6;transform:perspective(500px) translateZ(10px) translateY(-4px)}.lux-summary__checkout-btn:hover:before{left:100%}.lux-summary__checkout-btn:active{transform:perspective(500px) translateZ(5px) translateY(-2px)}.lux-summary__continue{align-items:center;background:#0000;border:none;color:#6366f1;display:flex;font-size:.875rem;font-weight:500;gap:.375rem;justify-content:center;margin-top:.75rem;padding:.75rem;text-decoration:none;transition:all .2s ease;width:100%}.lux-summary__continue svg{height:16px;width:16px}.lux-summary__continue:hover{color:#4f46e5}.lux-cart__empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:3rem 1.5rem}.lux-cart__empty-visual{height:160px;margin-bottom:1.5rem;position:relative;width:160px}@media (min-width:768px){.lux-cart__empty-visual{height:200px;width:200px}}.lux-cart__empty-icon{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.lux-cart__empty-icon svg{color:#d1d5db;height:100%;width:100%}.lux-cart__empty-rings{display:none}.lux-cart__empty-content{max-width:400px;text-align:center}.lux-cart__empty-title{font-size:1.5rem;font-weight:600;margin:0 0 .75rem}@media (min-width:768px){.lux-cart__empty-title{font-size:1.75rem}}.lux-cart__empty-text{color:#6b7280;font-size:1rem;line-height:1.5;margin:0 0 1.5rem}.lux-cart__empty-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;text-decoration:none;transition:background .2s ease}.lux-cart__empty-btn svg{height:18px;width:18px}.lux-cart__empty-btn:hover{background:#1d4ed8}.lux-cart__error{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#ef4444;display:flex;font-size:.875rem;font-weight:500;gap:.625rem;padding:.875rem 1rem}.lux-cart__error svg{flex-shrink:0;height:18px;width:18px}.lux-checkout__progress{align-items:center;display:flex;gap:0;justify-content:center;margin-bottom:2rem;padding:1.5rem 1rem}@media (min-width:768px){.lux-checkout__progress{gap:0;padding:2rem}}.lux-checkout__step{align-items:center;display:flex;flex-direction:column;gap:.5rem}.lux-checkout__step-icon{align-items:center;background:#f1f5f9;border-radius:50%;color:#94a3b8;display:flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.lux-checkout__step-icon svg{height:20px;width:20px}@media (min-width:768px){.lux-checkout__step-icon{height:48px;width:48px}}.lux-checkout__step span{color:#94a3b8;font-size:.75rem;font-weight:500}@media (min-width:768px){.lux-checkout__step span{font-size:.875rem}}.lux-checkout__step--active .lux-checkout__step-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.lux-checkout__step--active span{color:#667eea;font-weight:600}.lux-checkout__step--completed .lux-checkout__step-icon{background:#10b981;color:#fff}.lux-checkout__step--completed span{color:#10b981}.lux-checkout__step-line{background:#e2e8f0;height:2px;margin:0 .5rem 1.5rem;width:40px}@media (min-width:768px){.lux-checkout__step-line{margin:0 1rem 1.75rem;width:60px}}.lux-checkout__step-line--completed{background:#10b981}.lux-checkout__back{align-items:center;color:#64748b;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;text-decoration:none;transition:all .2s ease}.lux-checkout__back svg{height:18px;width:18px}.lux-checkout__back:hover{color:#667eea;transform:translateX(-4px)}.lux-checkout__coupon-card{margin-bottom:1.5rem}.lux-checkout__section-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.lux-checkout__section-header svg{color:#667eea;height:24px;width:24px}.lux-checkout__section-header h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.lux-checkout__coupon-note{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.lux-checkout__coupon-form{display:flex;gap:.75rem}@media (max-width:480px){.lux-checkout__coupon-form{flex-direction:column}}.lux-checkout__coupon-input{border:2px solid #e2e8f0;border-radius:12px;flex:1 1;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease}.lux-checkout__coupon-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.lux-checkout__coupon-input::placeholder{color:#94a3b8}.lux-checkout__coupon-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s ease}.lux-checkout__coupon-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.lux-checkout__coupon-btn:disabled{cursor:not-allowed;opacity:.5}.lux-checkout__coupon-error{background:#ef44441a;border-radius:8px;color:#dc2626;font-size:.875rem;margin-top:.75rem;padding:.75rem 1rem}.lux-checkout__savings{align-items:center;background:linear-gradient(135deg,#10b9811a,#0596691a);border:1px solid #10b98133;border-radius:12px;display:flex;gap:.75rem;margin-top:1.25rem;padding:1rem}.lux-checkout__savings svg{color:#10b981;height:24px;width:24px}.lux-checkout__savings-label{color:#64748b;display:block;font-size:.8rem}.lux-checkout__savings-amount{color:#10b981;display:block;font-size:1.125rem;font-weight:700}.lux-checkout__payment-card{margin-bottom:1.5rem}.lux-checkout__payment-note{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.lux-checkout__payment-badges{align-items:center;color:#94a3b8;display:flex;font-size:.8rem;gap:.5rem;justify-content:center;margin-top:1rem}.lux-checkout__address-preview{background:#667eea0d;border:1px solid #667eea26;border-radius:12px;margin-top:1.75rem;padding:1.25rem 1.5rem}.lux-checkout__address-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.875rem}.lux-checkout__address-header svg{color:#667eea;flex-shrink:0;height:24px;width:24px}.lux-checkout__address-header span{color:#334155;font-size:1.15rem;font-weight:600}.lux-checkout__address-text{color:#1e293b;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;padding-left:0}.lux-checkout__address-edit{color:#667eea;display:inline-block;font-size:1.1rem;font-weight:600;padding:.5rem 0;text-decoration:none}.lux-checkout__address-edit:hover{text-decoration:underline}.lux-checkout__empty-btn{background:#0000;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:1.5rem;padding:.875rem;transition:all .2s ease;width:100%}.lux-checkout__empty-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#dc2626}.lux-checkout__empty-btn:disabled{cursor:not-allowed;opacity:.5}.lux-cart .cart-v2 .lux-cart__grid-layout{gap:2rem;justify-content:center;margin:0 auto;max-width:1050px;padding:0 1.5rem}@media (min-width:768px){.lux-cart .cart-v2 .lux-cart__grid-layout{gap:2.5rem}}@media (min-width:1024px){.lux-cart .cart-v2 .lux-cart__grid-layout{gap:3rem}.lux-cart .cart-v2 .lux-cart__grid-layout .lux-cart__products{flex:0 1 500px;max-width:500px}.lux-cart .cart-v2 .lux-cart__grid-layout .lux-cart__summary-col{flex-shrink:0;width:420px}}.lux-cart .cart-v2 .lux-checkout__section-header h3{font-size:1.5rem}@media (min-width:768px){.lux-cart .cart-v2 .lux-checkout__section-header h3{font-size:1.75rem}}.lux-cart .cart-v2 .lux-checkout__coupon-note,.lux-cart .cart-v2 .lux-checkout__payment-note{font-size:1.4rem!important;line-height:1.6}@media (min-width:768px){.lux-cart .cart-v2 .lux-checkout__coupon-note,.lux-cart .cart-v2 .lux-checkout__payment-note{font-size:1.5rem!important}}.lux-cart .cart-v2 .lux-checkout__coupon-input{font-size:1.5rem;padding:1rem 1.25rem}.lux-cart .cart-v2 .lux-checkout__coupon-btn{font-size:1.5rem;padding:1rem 1.75rem}.lux-cart .cart-v2 .lux-checkout__back{font-size:1.5rem}.lux-cart .cart-v2 .lux-checkout__savings-amount,.lux-cart .cart-v2 .lux-checkout__savings-label{font-size:1.5rem!important}.lux-cart .cart-v2 .lux-checkout__address-preview{background:#667eea0f!important;border:1px solid #667eea26!important;border-radius:12px!important;margin-top:1.5rem;padding:1.25rem 1.5rem!important;width:100%}.lux-cart .cart-v2 .lux-checkout__address-header{align-items:center!important;display:flex!important;gap:.75rem!important;margin-bottom:.75rem!important}.lux-cart .cart-v2 .lux-checkout__address-header svg{color:#667eea!important;flex-shrink:0;height:26px!important;width:26px!important}.lux-cart .cart-v2 .lux-checkout__address-header span{color:#334155!important;font-size:1.5rem!important;font-weight:600!important}.lux-cart .cart-v2 .lux-checkout__address-text{color:#1e293b!important;font-size:1.5rem!important;line-height:1.6!important;margin:0 0 1rem!important;padding-left:2.25rem!important}.lux-cart .cart-v2 .lux-checkout__address-edit{color:#667eea!important;display:inline-block!important;font-size:1.4rem!important;font-weight:600!important;text-decoration:none!important}.lux-cart .cart-v2 .lux-checkout__address-edit:hover{text-decoration:underline!important}.lux-cart .cart-v2 .lux-checkout__empty-btn{font-size:1.4rem!important;padding:1.1rem}@media (min-width:768px){.lux-cart .cart-v2 .lux-checkout__empty-btn{font-size:1.5rem!important}}.lux-cart .cart-v2 .lux-checkout__payment-badges{font-size:1.4rem!important}.lux-cart .cart-v2 .lux-summary__title{font-size:1.6rem}@media (min-width:768px){.lux-cart .cart-v2 .lux-summary__title{font-size:1.85rem}}.lux-cart .cart-v2 .lux-summary__items-count,.lux-cart .cart-v2 .lux-summary__line,.lux-cart .cart-v2 .lux-summary__line span,.lux-cart .cart-v2 .lux-summary__total,.lux-cart .cart-v2 .lux-summary__total span{font-size:1.5rem!important}.lux-cart .cart-v2 .lux-summary__total .lux-summary__total-amount{font-size:1.65rem!important}.lux-cart .cart-v2 .lux-summary__tax-note{font-size:1.4rem!important}.lux-cart__loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:3rem;text-align:center}.lux-cart__loading-state p{color:#64748b;font-size:1.25rem;margin-top:1.5rem}.lux-cart__spinner{animation:lux-spin .8s linear infinite;border:4px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:48px;width:48px}@keyframes lux-spin{to{transform:rotate(1turn)}}.payment-modern__success-banner{align-items:center;background:linear-gradient(135deg,#10b9811a,#0596691a);border:1px solid #10b9814d;border-radius:20px;display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem;padding:2rem}@media (min-width:768px){.payment-modern__success-banner{gap:2rem;padding:2.5rem 3rem}}.payment-modern__success-icon{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.payment-modern__success-icon svg{color:#fff;height:36px;width:36px}@media (min-width:768px){.payment-modern__success-icon{height:80px;width:80px}.payment-modern__success-icon svg{height:48px;width:48px}}.payment-modern__success-text{text-align:left}.payment-modern__success-text h2{color:#059669;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}@media (min-width:768px){.payment-modern__success-text h2{font-size:2rem}}.payment-modern__success-text p{color:#065f46;font-size:1.25rem;margin:0}@media (min-width:768px){.payment-modern__success-text p{font-size:1.5rem}}.payment-modern__address-card{background:#667eea0d;border:1px solid #667eea26;border-radius:12px;padding:1.5rem}.payment-modern__address-name{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 .75rem}.payment-modern__address-line{color:#475569;font-size:1.35rem;line-height:1.5;margin:0 0 .35rem}.payment-modern__payment-card{background:#667eea0d;border:1px solid #667eea26;border-radius:12px;padding:1.5rem}.payment-modern__payment-row{align-items:center;border-bottom:1px solid #667eea1a;display:flex;justify-content:space-between;padding:.75rem 0}.payment-modern__payment-row:last-child{border-bottom:none}.payment-modern__payment-label{color:#64748b;font-size:1.35rem;font-weight:500}.payment-modern__payment-value{color:#1e293b;font-size:1.35rem;font-weight:600}.payment-modern__payment-value--success{background:#10b9811a;border-radius:20px;color:#059669;padding:.25rem .75rem}.payment-modern__payment-value--amount{color:#667eea;font-size:1.5rem}.payment-modern__items-list{display:flex;flex-direction:column;gap:1rem}.payment-modern__item{background:#ffffffb3;border:1px solid #667eea26;border-radius:12px;display:flex;gap:1rem;padding:1.25rem}@media (min-width:768px){.payment-modern__item{gap:1.5rem;padding:1.5rem}}.payment-modern__item-image{background:#f1f5f9;border-radius:10px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.payment-modern__item-image img{height:100%;object-fit:cover;width:100%}@media (min-width:768px){.payment-modern__item-image{height:100px;width:100px}}.payment-modern__item-placeholder{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;height:100%;justify-content:center;width:100%}.payment-modern__item-placeholder svg{color:#94a3b8;height:32px;width:32px}.payment-modern__item-details{flex:1 1;min-width:0}.payment-modern__item-title{color:#1e293b;font-size:1.35rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}@media (min-width:768px){.payment-modern__item-title{font-size:1.5rem}}.payment-modern__item-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.payment-modern__item-meta span{background:#64748b1a;border-radius:4px;color:#64748b;font-size:1.15rem;padding:.2rem .6rem}@media (min-width:768px){.payment-modern__item-meta span{font-size:1.25rem}}.payment-modern__item-pricing{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.payment-modern__item-price,.payment-modern__item-qty{color:#475569;font-size:1.25rem}@media (min-width:768px){.payment-modern__item-price,.payment-modern__item-qty{font-size:1.35rem}}.payment-modern__item-discount{background:#dc26261a;border-radius:4px;color:#dc2626;font-size:1.15rem;font-weight:600;padding:.2rem .5rem}@media (min-width:768px){.payment-modern__item-discount{font-size:1.25rem}}.payment-modern__item-subtotal{color:#1e293b;font-size:1.35rem;font-weight:600}@media (min-width:768px){.payment-modern__item-subtotal{font-size:1.5rem}}.payment-modern__order-status{align-items:center;background:#667eea0d;border:1px solid #667eea26;border-radius:12px;display:flex;justify-content:space-between;margin-top:1rem;padding:1.25rem}.payment-modern__order-date{color:#64748b;font-size:1.25rem}@media (min-width:768px){.payment-modern__order-date{font-size:1.35rem}}.payment-modern__status-badge{border-radius:20px;font-size:1.15rem;font-weight:600;letter-spacing:.5px;padding:.4rem 1rem;text-transform:uppercase}@media (min-width:768px){.payment-modern__status-badge{font-size:1.25rem}}.payment-modern__status-badge--not-processed{background:#f59e0b26;color:#d97706}.payment-modern__status-badge--processing{background:#3b82f626;color:#2563eb}.payment-modern__status-badge--shipped{background:#8b5cf626;color:#7c3aed}.payment-modern__status-badge--delivered{background:#10b98126;color:#059669}.payment-modern__status-badge--cancelled{background:#ef444426;color:#dc2626}.payment-modern__actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.payment-modern__actions a{text-align:center;text-decoration:none}.payment-page-wrapper{background:linear-gradient(145deg,#f0f2f8,#eaecf4 50%,#f2f4f9);min-height:100vh}.payment-page-wrapper .lux-cart{min-height:auto;padding-bottom:3rem}.order-details-page-wrapper{background:linear-gradient(145deg,#f0f2f8,#eaecf4 50%,#f2f4f9);min-height:100vh}.order-details-page-wrapper .lux-cart{min-height:auto;padding-bottom:3rem}.order-details-modern__status-banner{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:6px 6px 14px #a3b1c64d,-6px -6px 14px #ffffffd9,inset 0 1px 0 #fff9;display:flex;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem}@media (min-width:768px){.order-details-modern__status-banner{gap:1.5rem;padding:1.5rem 2rem}}.order-details-modern__status-banner--delivered{background:linear-gradient(145deg,#10b98126,#0596691a);border:1px solid #10b9814d}.order-details-modern__status-banner--shipped{background:linear-gradient(145deg,#3b82f626,#2563eb1a);border:1px solid #3b82f64d}.order-details-modern__status-banner--processing{background:linear-gradient(145deg,#fbbf2426,#f59e0b1a);border:1px solid #fbbf244d}.order-details-modern__status-banner--not-processed{background:linear-gradient(145deg,#9ca3af26,#6b72801a);border:1px solid #9ca3af4d}.order-details-modern__status-banner--cancelled{background:linear-gradient(145deg,#ef444426,#dc26261a);border:1px solid #ef44444d}.order-details-modern__status-icon{align-items:center;background:#ffffffe6;border-radius:50%;box-shadow:3px 3px 8px #a3b1c64d,-3px -3px 8px #ffffffe6;display:flex;height:48px;justify-content:center;width:48px}@media (min-width:768px){.order-details-modern__status-icon{height:56px;width:56px}}.order-details-modern__status-icon svg{stroke:#111827;height:24px;width:24px}@media (min-width:768px){.order-details-modern__status-icon svg{height:28px;width:28px}}.order-details-modern__status-text h2{color:#111827;font-size:1.25rem;font-weight:700;margin:0 0 .25rem}@media (min-width:768px){.order-details-modern__status-text h2{font-size:1.5rem}}.order-details-modern__status-text p{color:#6b7280;font-size:1rem;margin:0}@media (min-width:768px){.order-details-modern__status-text p{font-size:1.125rem}}.order-details-modern__layout{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.order-details-modern__layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:220px 1fr 320px}}@media (min-width:1400px){.order-details-modern__layout{grid-template-columns:250px 1fr 360px}}.order-details-modern__nav{display:none}@media (min-width:1024px){.order-details-modern__nav{display:block}}.order-details-modern__main{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.order-details-modern__main{gap:2rem}}.order-details-modern__sidebar{display:flex;flex-direction:column;gap:1.5rem}.order-details-modern__card,.order-details-modern__messages-card,.order-details-modern__summary-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#fffffff2,#f8fafce6);border:1px solid #fff9;border-radius:20px;box-shadow:8px 8px 16px #a3b1c640,-8px -8px 16px #fffc,inset 0 1px 0 #ffffffe6;padding:1.25rem}@media (min-width:768px){.order-details-modern__card,.order-details-modern__messages-card,.order-details-modern__summary-card{border-radius:24px;padding:1.5rem 2rem}}.order-details-modern__card-title{align-items:center;border-bottom:2px solid #64748b1a;color:#111827;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;margin:0 0 1rem;padding-bottom:.75rem}@media (min-width:768px){.order-details-modern__card-title{font-size:1.5rem;margin-bottom:1.25rem;padding-bottom:1rem}}.order-details-modern__card-title svg{stroke:#2563eb;height:22px;width:22px}@media (min-width:768px){.order-details-modern__card-title svg{height:26px;width:26px}}.order-details-modern__modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.order-details-modern__modal{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:24px;box-shadow:0 25px 50px -12px #00000040,inset 0 1px 0 #ffffffe6;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.order-details-modern__modal-header{align-items:center;border-bottom:1px solid #64748b1a;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.order-details-modern__modal-header h3{color:#111827;font-size:1.375rem;font-weight:700;margin:0}.order-details-modern__modal-close{align-items:center;background:#64748b1a;border:none;border-radius:10px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.order-details-modern__modal-close svg{stroke:#6b7280;height:18px;width:18px}.order-details-modern__modal-close:hover{background:#ef44441a}.order-details-modern__modal-close:hover svg{stroke:#ef4444}.order-details-modern__modal-note{background:#3b82f60d;border-left:3px solid #2563eb;color:#6b7280;font-size:1.125rem;line-height:1.6;padding:1rem 1.5rem}.order-details-modern__modal-note strong{color:#111827}.order-details-modern__form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.order-details-modern__form-group{display:flex;flex-direction:column;gap:.5rem}.order-details-modern__form-group label{color:#111827;font-size:1.25rem;font-weight:600}.order-details-modern__form-group input,.order-details-modern__form-group textarea{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid #64748b33;border-radius:12px;box-shadow:inset 2px 2px 4px #a3b1c633,inset -2px -2px 4px #fffc;color:#111827;font-size:1.6rem;padding:1rem 1.25rem;transition:all .2s ease;width:100%}.order-details-modern__form-group input:focus,.order-details-modern__form-group textarea:focus{border-color:#2563eb;box-shadow:inset 2px 2px 4px #a3b1c633,inset -2px -2px 4px #fffc,0 0 0 3px #2563eb26;outline:none}.order-details-modern__form-group input::placeholder,.order-details-modern__form-group textarea::placeholder{color:#64748b80}.order-details-modern__form-group textarea{min-height:120px;resize:vertical}.order-details-modern__submit-btn{background:linear-gradient(145deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:4px 4px 10px #2563eb4d,-2px -2px 6px #ffffff1a;color:#fff;cursor:pointer;font-size:1.0625rem;font-weight:600;padding:1rem 2rem;transition:all .25s ease}.order-details-modern__submit-btn:hover{background:linear-gradient(145deg,#2563eb,#1d4ed8);box-shadow:6px 6px 14px #2563eb59,-2px -2px 6px #ffffff1a;transform:translateY(-2px)}.order-details-modern__submit-btn:active{transform:translateY(0)}.order-details-modern__message-toggles{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.order-details-modern__toggle-btn{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:4px 4px 10px #a3b1c64d,-4px -4px 10px #ffffffd9;color:#111827;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .25s ease}.order-details-modern__toggle-btn svg{stroke:#6b7280;height:18px;width:18px}.order-details-modern__toggle-btn:hover{background:linear-gradient(145deg,#eef2f7,#e2e8f0)}.order-details-modern__toggle-btn.active{background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:#1e40af}.order-details-modern__toggle-btn.active svg{stroke:#2563eb}.order-details-modern__messages-card{max-height:400px;overflow-y:auto}.order-details-modern__messages-list{display:flex;flex-direction:column;gap:1rem}.order-details-modern__message{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:12px;box-shadow:inset 2px 2px 4px #a3b1c626,inset -2px -2px 4px #ffffffb3;padding:1rem}.order-details-modern__message-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.order-details-modern__message-avatar{border-radius:50%;box-shadow:2px 2px 6px #a3b1c64d,-2px -2px 6px #fffc;height:40px;object-fit:cover;width:40px}.order-details-modern__message-meta{display:flex;flex-direction:column}.order-details-modern__message-name{color:#111827;font-size:1rem;font-weight:600}.order-details-modern__message-date{color:#6b7280;font-size:.875rem}.order-details-modern__message-content{color:#111827;font-size:1.5rem;line-height:1.6;padding-left:52px}.order-details-modern__address-content{color:#111827;font-size:1.0625rem;line-height:1.7}@media (min-width:768px){.order-details-modern__address-content{font-size:1.125rem}}.order-details-modern__address-content p{margin:0}.order-details-modern__address-name{font-size:1.125rem;font-weight:600;margin-bottom:.5rem!important}@media (min-width:768px){.order-details-modern__address-name{font-size:1.25rem}}.order-details-modern__shipping-list{display:flex;flex-direction:column;gap:.75rem}.order-details-modern__shipping-item{align-items:center;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:10px;box-shadow:inset 2px 2px 4px #a3b1c61a,inset -2px -2px 4px #fff9;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:.875rem 1rem}.order-details-modern__shipping-product{color:#111827;flex:1 1;font-size:1rem;font-weight:500;min-width:150px}.order-details-modern__shipping-badge{border-radius:20px;font-size:.875rem;font-weight:600;padding:.375rem .875rem}.order-details-modern__shipping-badge--free{background:linear-gradient(145deg,#d1fae5,#a7f3d0);color:#065f46}.order-details-modern__shipping-badge--standard{background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:#1e40af}.order-details-modern__shipping-badge--express{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#92400e}.order-details-modern__shipping-badge--expedited{background:linear-gradient(145deg,#ede9fe,#ddd6fe);color:#5b21b6}.order-details-modern__payment-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}@media (min-width:768px){.order-details-modern__payment-grid{gap:1.25rem}}.order-details-modern__payment-item{display:flex;flex-direction:column;gap:.25rem}.order-details-modern__payment-label{color:#6b7280;font-size:.9375rem;font-weight:500}.order-details-modern__payment-value{color:#111827;font-size:1.0625rem;font-weight:600}@media (min-width:768px){.order-details-modern__payment-value{font-size:1.125rem}}.order-details-modern__payment-status{border-radius:8px;display:inline-flex;font-size:.9375rem;font-weight:600;padding:.375rem .75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.order-details-modern__payment-status--paid{background:linear-gradient(145deg,#d1fae5,#a7f3d0);color:#065f46}.order-details-modern__payment-status--pending{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#92400e}.order-details-modern__payment-status--failed{background:linear-gradient(145deg,#fee2e2,#fecaca);color:#991b1b}.order-details-modern__payment-date{border-top:1px solid #64748b1a;color:#6b7280;font-size:1rem;padding-top:.75rem}.order-details-modern__payment-date strong{color:#111827}.order-details-modern__items-list{display:flex;flex-direction:column;gap:1rem}.order-details-modern__item{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:inset 3px 3px 6px #a3b1c626,inset -3px -3px 6px #ffffffb3;padding:1.25rem}@media (min-width:768px){.order-details-modern__item{padding:1.5rem}}.order-details-modern__item-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .75rem}@media (min-width:768px){.order-details-modern__item-title{font-size:1.25rem}}.order-details-modern__item-details{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:.75rem}.order-details-modern__item-price,.order-details-modern__item-qty,.order-details-modern__item-subtotal{color:#111827;font-size:1rem}@media (min-width:768px){.order-details-modern__item-price,.order-details-modern__item-qty,.order-details-modern__item-subtotal{font-size:1.0625rem}}.order-details-modern__item-subtotal{font-weight:600}.order-details-modern__item-discount{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:.5rem;padding:.5rem 0}.order-details-modern__discount-percent{color:#dc2626;font-size:.9375rem;font-weight:500}.order-details-modern__discount-saved{color:#059669;font-size:.9375rem;font-weight:500}.order-details-modern__item-attributes{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.order-details-modern__attribute{color:#6b7280;font-size:.9375rem}.order-details-modern__attribute strong{color:#111827}.order-details-modern__order-meta{align-items:center;border-top:1px solid #64748b26;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-top:1.5rem;padding-top:1rem}.order-details-modern__order-date{color:#6b7280;font-size:1rem}.order-details-modern__order-date strong{color:#111827}.order-details-modern__order-status{border-radius:20px;font-size:.9375rem;font-weight:600;padding:.5rem 1rem}.order-details-modern__order-status--delivered{background:linear-gradient(145deg,#d1fae5,#a7f3d0);color:#065f46}.order-details-modern__order-status--shipped{background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:#1e40af}.order-details-modern__order-status--processing{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#92400e}.order-details-modern__order-status--not-processed{background:linear-gradient(145deg,#f3f4f6,#e5e7eb);color:#4b5563}.order-details-modern__order-status--cancelled{background:linear-gradient(145deg,#fee2e2,#fecaca);color:#991b1b}.order-details-modern__summary-card{position:-webkit-sticky;position:sticky;top:2rem}.order-details-modern__summary-title{border-bottom:2px solid #64748b1a;color:#111827;font-size:1.375rem;font-weight:700;margin:0 0 1.25rem;padding-bottom:.75rem}@media (min-width:768px){.order-details-modern__summary-title{font-size:1.5rem}}.order-details-modern__summary-rows{display:flex;flex-direction:column;gap:.75rem}.order-details-modern__summary-row{align-items:center;color:#111827;display:flex;font-size:1.0625rem;justify-content:space-between}@media (min-width:768px){.order-details-modern__summary-row{font-size:1.125rem}}.order-details-modern__summary-row--discount{color:#059669}.order-details-modern__summary-row--total{font-size:1.25rem;font-weight:700;padding-top:.5rem}@media (min-width:768px){.order-details-modern__summary-row--total{font-size:1.375rem}}.order-details-modern__summary-divider{background:linear-gradient(90deg,#0000,#64748b33,#0000);height:1px;margin:.5rem 0}.order-details-modern__contact-buttons{display:flex;flex-direction:column;gap:.75rem}.order-details-modern__contact-btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:1.0625rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;transition:all .25s ease;width:100%}.order-details-modern__contact-btn svg{height:20px;width:20px}.order-details-modern__contact-btn--seller{background:linear-gradient(145deg,#3b82f6,#2563eb);box-shadow:5px 5px 12px #2563eb40,-3px -3px 8px #ffffff1a;color:#fff}.order-details-modern__contact-btn--seller svg{stroke:#fff}.order-details-modern__contact-btn--seller:hover{background:linear-gradient(145deg,#2563eb,#1d4ed8);box-shadow:6px 6px 14px #2563eb4d,-3px -3px 8px #ffffff1a;transform:translateY(-2px)}.order-details-modern__contact-btn--admin{background:linear-gradient(145deg,#f8fafc,#eef2f7);box-shadow:5px 5px 12px #a3b1c64d,-5px -5px 12px #ffffffd9;color:#111827}.order-details-modern__contact-btn--admin svg{stroke:#111827}.order-details-modern__contact-btn--admin:hover{background:linear-gradient(145deg,#eef2f7,#e2e8f0);box-shadow:6px 6px 14px #a3b1c659,-6px -6px 14px #ffffffe6;transform:translateY(-2px)}.order-details-modern__contact-btn:active{transform:translateY(0)}.order-details-modern__back-link{align-items:center;background:#0000;border-radius:10px;color:#6b7280;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:.875rem 1.25rem;text-decoration:none;transition:all .2s ease}.order-details-modern__back-link svg{stroke:#6b7280;height:18px;width:18px}.order-details-modern__back-link:hover{background:#64748b1a;color:#111827}.order-details-modern__back-link:hover svg{stroke:#111827}.lux-checkout__status-banner{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;box-shadow:6px 6px 14px #a3b1c64d,-6px -6px 14px #ffffffd9,inset 0 1px 0 #fff9;display:flex;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem}@media (min-width:768px){.lux-checkout__status-banner{gap:1.5rem;padding:1.5rem 2rem}}.lux-checkout__status-banner--delivered{background:linear-gradient(145deg,#10b98126,#0596691a);border:1px solid #10b9814d}.lux-checkout__status-banner--shipped{background:linear-gradient(145deg,#3b82f626,#2563eb1a);border:1px solid #3b82f64d}.lux-checkout__status-banner--processing{background:linear-gradient(145deg,#fbbf2426,#f59e0b1a);border:1px solid #fbbf244d}.lux-checkout__status-banner--not-processed{background:linear-gradient(145deg,#9ca3af26,#6b72801a);border:1px solid #9ca3af4d}.lux-checkout__status-banner--cancelled{background:linear-gradient(145deg,#ef444426,#dc26261a);border:1px solid #ef44444d}.lux-checkout__status-icon{align-items:center;background:#ffffffe6;border-radius:50%;box-shadow:3px 3px 8px #a3b1c64d,-3px -3px 8px #ffffffe6;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.lux-checkout__status-icon svg{stroke:#111827}.lux-checkout__status-text h2{color:#111827;font-size:1.375rem;font-weight:700;margin:0 0 .25rem}@media (min-width:768px){.lux-checkout__status-text h2{font-size:1.625rem}}.lux-checkout__status-text p{color:#6b7280;font-size:1.0625rem;margin:0}@media (min-width:768px){.lux-checkout__status-text p{font-size:1.125rem}}.lux-checkout__modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.lux-checkout__modal{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:24px;box-shadow:0 25px 50px -12px #00000040,inset 0 1px 0 #ffffffe6;max-height:90vh;max-width:500px;overflow-y:auto;padding:1.5rem;width:100%}@media (min-width:768px){.lux-checkout__modal{padding:2rem}}.lux-checkout__modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.lux-checkout__modal-header h3{color:#111827;font-size:1.375rem;font-weight:700;margin:0}.lux-checkout__modal-close{align-items:center;background:#64748b1a;border:none;border-radius:10px;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.lux-checkout__modal-close svg{stroke:#6b7280}.lux-checkout__modal-close:hover{background:#ef44441a}.lux-checkout__modal-close:hover svg{stroke:#ef4444}.lux-checkout__modal-note{background:#3b82f60d;border-left:3px solid #2563eb;border-radius:0 8px 8px 0;color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;padding:1rem 1.25rem}.lux-checkout__modal-form{display:flex;flex-direction:column;gap:1.25rem}.lux-checkout__form-group{display:flex;flex-direction:column;gap:.5rem}.lux-checkout__form-group label{color:#111827;font-size:1.25rem;font-weight:600}.lux-checkout__form-group input,.lux-checkout__form-group textarea{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border:1px solid #64748b33;border-radius:12px;box-shadow:inset 2px 2px 4px #a3b1c633,inset -2px -2px 4px #fffc;color:#111827;font-size:1.6rem;padding:1rem 1.25rem;transition:all .2s ease;width:100%}.lux-checkout__form-group input:focus,.lux-checkout__form-group textarea:focus{border-color:#2563eb;box-shadow:inset 2px 2px 4px #a3b1c633,inset -2px -2px 4px #fffc,0 0 0 3px #2563eb26;outline:none}.lux-checkout__form-group input::placeholder,.lux-checkout__form-group textarea::placeholder{color:#64748b80}.lux-checkout__form-group textarea{min-height:120px;resize:vertical}.lux-checkout__toggle-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.lux-checkout__toggle-btn{background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:12px;box-shadow:4px 4px 10px #a3b1c64d,-4px -4px 10px #ffffffd9;color:#111827;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.25rem;transition:all .25s ease}.lux-checkout__toggle-btn:hover{background:linear-gradient(145deg,#eef2f7,#e2e8f0)}.lux-checkout__toggle-btn.active{background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:#1e40af}.lux-checkout__messages-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.lux-checkout__message{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:12px;box-shadow:inset 2px 2px 4px #a3b1c626,inset -2px -2px 4px #ffffffb3;padding:1rem}.lux-checkout__message-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.lux-checkout__message-header>div{display:flex;flex-direction:column}.lux-checkout__message-avatar{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.lux-checkout__message-name{color:#111827;font-size:1rem;font-weight:600}.lux-checkout__message-date{color:#6b7280;font-size:.875rem}.lux-checkout__message-content{color:#111827;font-size:1.5rem;line-height:1.6}.lux-checkout__address{color:#111827;font-size:1.0625rem;line-height:1.7}@media (min-width:768px){.lux-checkout__address{font-size:1.125rem}}.lux-checkout__address p{margin:0}.lux-checkout__address-name{font-size:1.125rem;font-weight:600;margin-bottom:.5rem!important}@media (min-width:768px){.lux-checkout__address-name{font-size:1.25rem}}.lux-checkout__shipping-list{display:flex;flex-direction:column;gap:.75rem}.lux-checkout__shipping-item{align-items:center;background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:10px;color:#111827;display:flex;flex-wrap:wrap;font-size:1rem;gap:.5rem;justify-content:space-between;padding:.875rem 1rem}.lux-checkout__shipping-item>span:first-child{flex:1 1;min-width:150px}.lux-checkout__shipping-badge{border-radius:20px;font-size:.875rem;font-weight:600;padding:.375rem .875rem}.lux-checkout__shipping-badge--free{background:linear-gradient(145deg,#d1fae5,#a7f3d0);color:#065f46}.lux-checkout__shipping-badge--standard{background:linear-gradient(145deg,#dbeafe,#bfdbfe);color:#1e40af}.lux-checkout__shipping-badge--express{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#92400e}.lux-checkout__shipping-badge--expedited{background:linear-gradient(145deg,#ede9fe,#ddd6fe);color:#5b21b6}.lux-checkout__payment-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.lux-checkout__payment-item{display:flex;flex-direction:column;gap:.25rem}.lux-checkout__payment-label{color:#6b7280;font-size:.9375rem;font-weight:500}.lux-checkout__payment-value{color:#111827;font-size:1.0625rem;font-weight:600}.lux-checkout__payment-status{border-radius:8px;display:inline-flex;font-size:.9375rem;font-weight:600;padding:.375rem .75rem;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lux-checkout__payment-status--paid{background:linear-gradient(145deg,#d1fae5,#a7f3d0);color:#065f46}.lux-checkout__payment-status--pending{background:linear-gradient(145deg,#fef3c7,#fde68a);color:#92400e}.lux-checkout__payment-status--failed{background:linear-gradient(145deg,#fee2e2,#fecaca);color:#991b1b}.lux-checkout__payment-date{border-top:1px solid #64748b1a;color:#6b7280;font-size:1rem;padding-top:.75rem}.lux-checkout__payment-date strong{color:#111827}.lux-checkout__items-list{display:flex;flex-direction:column;gap:1rem}.lux-checkout__item{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:inset 3px 3px 6px #a3b1c626,inset -3px -3px 6px #ffffffb3;padding:1.25rem}.lux-checkout__item-info h4{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.lux-checkout__item-meta{color:#111827;display:flex;flex-wrap:wrap;font-size:1rem;gap:.75rem 1.5rem;margin-bottom:.75rem}.lux-checkout__item-subtotal{font-weight:600}.lux-checkout__item-discount{display:flex;flex-wrap:wrap;font-size:.9375rem;gap:.5rem 1.5rem;margin-bottom:.5rem;padding:.5rem 0}.lux-checkout__item-discount .discount{color:#dc2626;font-weight:500}.lux-checkout__item-discount .saved{color:#059669;font-weight:500}.lux-checkout__item-attrs{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.9375rem;gap:.5rem 1rem}.lux-checkout__item-attrs strong{color:#111827}.lux-checkout__contact-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.lux-checkout__secondary-btn{align-items:center;background:linear-gradient(145deg,#f8fafc,#eef2f7);border:none;border-radius:14px;box-shadow:5px 5px 12px #a3b1c64d,-5px -5px 12px #ffffffd9;color:#111827;cursor:pointer;display:flex;font-size:1.0625rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;transition:all .25s ease;width:100%}.lux-checkout__secondary-btn svg{stroke:#111827;height:20px;width:20px}.lux-checkout__secondary-btn:hover{background:linear-gradient(145deg,#eef2f7,#e2e8f0);transform:translateY(-2px)}.lux-checkout__secondary-btn:active{transform:translateY(0)}.order-details-page .lux-cart__grid-layout{gap:2rem;margin:0 auto;max-width:1400px}@media (min-width:768px){.order-details-page .lux-cart__grid-layout{gap:2.5rem}}@media (min-width:1024px){.order-details-page .lux-cart__grid-layout{gap:3rem;grid-template-columns:1fr 380px}}@media (min-width:1280px){.order-details-page .lux-cart__grid-layout{gap:3.5rem;grid-template-columns:1fr 400px}}.order-details-page .lux-cart__products .lux-summary__screen>*{width:100%}.order-details-page .lux-checkout__status-banner{gap:1.25rem;margin-bottom:2.5rem;padding:1.5rem 2rem}@media (min-width:768px){.order-details-page .lux-checkout__status-banner{gap:1.75rem;padding:2rem 2.5rem}}.order-details-page .lux-checkout__status-icon{height:64px;width:64px}@media (min-width:768px){.order-details-page .lux-checkout__status-icon{height:72px;width:72px}}.order-details-page .lux-checkout__status-icon svg{height:32px;width:32px}@media (min-width:768px){.order-details-page .lux-checkout__status-icon svg{height:36px;width:36px}}.order-details-page .lux-checkout__status-text h2{font-size:1.5rem;margin-bottom:.375rem}@media (min-width:768px){.order-details-page .lux-checkout__status-text h2{font-size:1.875rem}}.order-details-page .lux-checkout__status-text p{font-size:1.125rem}@media (min-width:768px){.order-details-page .lux-checkout__status-text p{font-size:1.25rem}}.order-details-page .lux-checkout__back{font-size:1.125rem;margin-bottom:2rem}@media (min-width:768px){.order-details-page .lux-checkout__back{font-size:1.25rem}}.order-details-page .lux-checkout__back svg{height:22px;width:22px}.order-details-page .lux-checkout__section-header{gap:1rem;margin-bottom:2rem}.order-details-page .lux-checkout__section-header svg{height:32px;width:32px}@media (min-width:768px){.order-details-page .lux-checkout__section-header svg{height:36px;width:36px}}.order-details-page .lux-checkout__section-header h3{font-size:1.5rem;font-weight:700}@media (min-width:768px){.order-details-page .lux-checkout__section-header h3{font-size:1.75rem}}.order-details-page .lux-summary__screen{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 8px 32px #1f26871a,0 2px 8px #0000000f;padding:2rem}@media (min-width:768px){.order-details-page .lux-summary__screen{border-radius:24px;padding:2.5rem}}.order-details-page .lux-summary{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #fff6;border-radius:24px;box-shadow:0 4px 24px #1f268714;margin-bottom:1.5rem;padding:8px;transition:all .3s ease}@media (min-width:768px){.order-details-page .lux-summary{border-radius:28px;margin-bottom:2rem;padding:10px}}.order-details-page .lux-summary:hover{box-shadow:0 8px 32px #1f26871f;transform:translateY(-2px)}.order-details-page .lux-summary:last-child{margin-bottom:0}.order-details-page .lux-checkout__address{font-size:1.375rem;line-height:2;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__address{font-size:1.5rem}}.order-details-page .lux-checkout__address p{margin:0}.order-details-page .lux-checkout__address-name{font-size:1.5rem;font-weight:700;margin-bottom:1rem!important}@media (min-width:768px){.order-details-page .lux-checkout__address-name{font-size:1.75rem}}.order-details-page .lux-checkout__shipping-list{gap:1.25rem;width:100%}.order-details-page .lux-checkout__shipping-item{align-items:center;border-radius:14px;display:flex;font-size:1.25rem;justify-content:space-between;padding:1.25rem 1.5rem;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__shipping-item{font-size:1.375rem;padding:1.5rem 2rem}}.order-details-page .lux-checkout__shipping-badge{font-size:1.125rem;padding:.625rem 1.25rem}@media (min-width:768px){.order-details-page .lux-checkout__shipping-badge{font-size:1.25rem}}.order-details-page .lux-checkout__payment-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__payment-grid{gap:2.5rem}}.order-details-page .lux-checkout__payment-item{gap:.625rem}.order-details-page .lux-checkout__payment-label{color:#64748b;font-size:1.1875rem}@media (min-width:768px){.order-details-page .lux-checkout__payment-label{font-size:1.3125rem}}.order-details-page .lux-checkout__payment-value{font-size:1.5rem;font-weight:700}@media (min-width:768px){.order-details-page .lux-checkout__payment-value{font-size:1.625rem}}.order-details-page .lux-checkout__payment-status{font-size:1.1875rem;padding:.625rem 1.25rem}@media (min-width:768px){.order-details-page .lux-checkout__payment-status{font-size:1.25rem}}.order-details-page .lux-checkout__payment-date{font-size:1.25rem;grid-column:1/-1;margin-top:.75rem;padding-top:1.25rem;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__payment-date{font-size:1.375rem}}.order-details-page .lux-checkout__payment-date strong{font-weight:700}.order-details-page .lux-checkout__items-list{gap:1.5rem;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__items-list{gap:2rem}}.order-details-page .lux-checkout__item{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffffe6,#f8fafccc);border:1px solid #fff9;border-radius:16px;box-shadow:4px 4px 12px #a3b1c633,-4px -4px 12px #ffffffb3;display:flex;gap:1.5rem;padding:1.75rem;transition:all .3s ease;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__item{border-radius:18px;gap:2rem;padding:2rem}}.order-details-page .lux-checkout__item:hover{box-shadow:6px 6px 16px #a3b1c640,-6px -6px 16px #fffc;transform:translateY(-2px)}.order-details-page .lux-checkout__item-image{background:linear-gradient(145deg,#f8fafc,#eef2f7);border-radius:16px;box-shadow:6px 6px 14px #a3b1c64d,-6px -6px 14px #ffffffd9,inset 0 0 0 2px #ffffff80;flex-shrink:0;height:110px;overflow:hidden;width:110px}@media (min-width:768px){.order-details-page .lux-checkout__item-image{border-radius:18px;height:130px;width:130px}}.order-details-page .lux-checkout__item-image img{height:100%;object-fit:cover;width:100%}.order-details-page .lux-checkout__item-placeholder{align-items:center;background:linear-gradient(145deg,#f0f2f8,#e8eaf0);display:flex;height:100%;justify-content:center;width:100%}.order-details-page .lux-checkout__item-placeholder svg{color:#a0aec0;height:40px;width:40px}@media (min-width:768px){.order-details-page .lux-checkout__item-placeholder svg{height:48px;width:48px}}.order-details-page .lux-checkout__item-info{flex:1 1;min-width:0;width:100%}.order-details-page .lux-checkout__item-info h4{font-size:1.375rem;font-weight:700;margin-bottom:1.25rem}@media (min-width:768px){.order-details-page .lux-checkout__item-info h4{font-size:1.5rem}}.order-details-page .lux-checkout__item-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:1.3125rem;gap:1rem;justify-content:space-between;margin-bottom:1.25rem;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__item-meta{font-size:1.4375rem}}.order-details-page .lux-checkout__item-meta>span{flex:1 1;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.order-details-page .lux-checkout__item-meta .lux-checkout__item-subtotal{font-weight:700;text-align:right}.order-details-page .lux-checkout__item-discount{border-bottom:1px solid #64748b1f;border-top:1px solid #64748b1f;display:flex;flex-wrap:wrap;font-size:1.1875rem;gap:1rem;justify-content:space-between;margin-bottom:1rem;padding:1rem 0;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__item-discount{font-size:1.25rem}}.order-details-page .lux-checkout__item-discount .discount{color:#dc2626;font-weight:600}.order-details-page .lux-checkout__item-discount .saved{color:#059669;font-weight:600}.order-details-page .lux-checkout__item-attrs{display:flex;flex-wrap:wrap;font-size:1.1875rem;gap:1rem 3rem;justify-content:flex-start;width:100%}@media (min-width:768px){.order-details-page .lux-checkout__item-attrs{font-size:1.25rem;gap:1.25rem 4rem}}.order-details-page .lux-checkout__item-attrs strong{font-weight:700}.order-details-page .lux-checkout__toggle-buttons{gap:1rem;margin-bottom:1.5rem}.order-details-page .lux-checkout__toggle-btn{border-radius:14px;font-size:1.0625rem;padding:.875rem 1.5rem}@media (min-width:768px){.order-details-page .lux-checkout__toggle-btn{font-size:1.125rem;padding:1rem 1.75rem}}.order-details-page .lux-checkout__messages-list{gap:1.25rem}.order-details-page .lux-checkout__message{border-radius:14px;padding:1.25rem}@media (min-width:768px){.order-details-page .lux-checkout__message{padding:1.5rem}}.order-details-page .lux-checkout__message-avatar{height:48px;width:48px}@media (min-width:768px){.order-details-page .lux-checkout__message-avatar{height:56px;width:56px}}.order-details-page .lux-checkout__message-name{font-size:1.125rem}@media (min-width:768px){.order-details-page .lux-checkout__message-name{font-size:1.1875rem}}.order-details-page .lux-checkout__message-date{font-size:1rem}@media (min-width:768px){.order-details-page .lux-checkout__message-date{font-size:1.0625rem}}.order-details-page .lux-checkout__message-content{font-size:1.5rem;line-height:1.7}.order-details-page .lux-checkout__contact-buttons{gap:1rem;margin-top:2rem}.order-details-page .lux-checkout__secondary-btn{padding:1.125rem 1.75rem}@media (min-width:768px){.order-details-page .lux-checkout__secondary-btn{font-size:1.25rem;padding:1.25rem 2rem}}.order-details-page .lux-checkout__secondary-btn svg{height:24px;width:24px}@media (min-width:768px){.order-details-page .lux-checkout__secondary-btn svg{height:26px;width:26px}}.order-details-page .lux-summary{min-width:360px}@media (min-width:1280px){.order-details-page .lux-summary{min-width:380px}}.order-details-page .lux-summary__title{font-size:1.625rem;margin-bottom:2rem}@media (min-width:768px){.order-details-page .lux-summary__title{font-size:1.875rem}}.order-details-page .lux-summary__rows{background:linear-gradient(145deg,#f8fafc,#f1f5f9);border-radius:16px;box-shadow:inset 3px 3px 8px #a3b1c633,inset -3px -3px 8px #ffffffb3;display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem;padding:1.25rem}@media (min-width:768px){.order-details-page .lux-summary__rows{padding:1.5rem}}.order-details-page .lux-summary__row{align-items:center;border-bottom:1px solid #64748b1a;display:flex;justify-content:space-between;padding:1rem 0}.order-details-page .lux-summary__row:last-child{border-bottom:none}.order-details-page .lux-summary__row>span:first-child{color:#64748b;font-size:1.1875rem;font-weight:500}@media (min-width:768px){.order-details-page .lux-summary__row>span:first-child{font-size:1.3125rem}}.order-details-page .lux-summary__row>span:last-child{color:#1e293b;font-size:1.25rem;font-weight:700}@media (min-width:768px){.order-details-page .lux-summary__row>span:last-child{font-size:1.375rem}}.order-details-page .lux-summary__row--discount>span:last-child{color:#10b981}.order-details-page .lux-summary__row--total{border-bottom:none;border-top:2px solid #64748b26;margin-top:.5rem;padding-top:1.25rem}.order-details-page .lux-summary__row--total>span:first-child{color:#1e293b;font-size:1.375rem;font-weight:700}@media (min-width:768px){.order-details-page .lux-summary__row--total>span:first-child{font-size:1.5rem}}.order-details-page .lux-summary__row--total>span:last-child{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}@media (min-width:768px){.order-details-page .lux-summary__row--total>span:last-child{font-size:1.75rem}}.order-details-page .lux-summary__divider{height:0;margin:0}.order-details-page .lux-summary__line{align-items:center;border-bottom:1px solid #64748b1a;display:flex;font-size:1.1875rem;justify-content:space-between;padding:1rem 0}@media (min-width:768px){.order-details-page .lux-summary__line{font-size:1.3125rem}}.order-details-page .lux-summary__line>span:first-child{color:#64748b;font-weight:500}.order-details-page .lux-summary__line>span:last-child{color:#1e293b;font-weight:700}.order-details-page .lux-summary__total{align-items:center;border-top:2px solid #64748b26;display:flex;font-size:1.5rem;justify-content:space-between;margin-top:.5rem;padding:1.5rem 0 .5rem}@media (min-width:768px){.order-details-page .lux-summary__total{font-size:1.625rem}}.order-details-page .lux-checkout__contact-buttons{display:flex;flex-direction:column;gap:1.25rem;margin-top:2.5rem}@media (min-width:768px){.order-details-page .lux-checkout__contact-buttons{gap:1.5rem}}.order-details-page .lux-summary__checkout-btn{border-radius:16px;font-size:1.25rem;padding:1.25rem 2rem}@media (min-width:768px){.order-details-page .lux-summary__checkout-btn{font-size:1.375rem;padding:1.375rem 2.25rem}}.order-details-page .lux-checkout__secondary-btn{border-radius:16px;font-size:1.1875rem;padding:1.25rem 2rem}@media (min-width:768px){.order-details-page .lux-checkout__secondary-btn{font-size:1.3125rem;padding:1.375rem 2.25rem}}.order-details-page .lux-checkout__secondary-btn svg{height:26px;width:26px}@media (min-width:768px){.order-details-page .lux-checkout__secondary-btn svg{height:28px;width:28px}}:root{--hm-accent-primary:#667eea;--hm-accent-secondary:#764ba2;--hm-text-dark:#2d3748;--hm-text-medium:#4a5568;--hm-text-muted:#718096;--hm-text-light:#a0aec0;--hm-success:#10b981;--hm-warning:#f59e0b;--hm-danger:#ef4444;--hm-info:#3b82f6}.history-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);min-height:100vh}.history-modern__content{margin:0 auto;max-width:1000px;padding:24px 16px 60px}@media (min-width:768px){.history-modern__content{padding:32px 24px 80px}}@media (min-width:1024px){.history-modern__content{padding:40px 32px 100px}}.history-modern__header{margin-bottom:24px;text-align:center}@media (min-width:768px){.history-modern__header{margin-bottom:32px;text-align:left}}.history-modern__title{align-items:center;color:#2d3748;color:var(--hm-text-dark);display:inline-flex;font-size:3.5rem;font-weight:700;gap:12px;margin:0}@media (min-width:768px){.history-modern__title{font-size:2rem}}.history-modern__count{color:#718096;color:var(--hm-text-muted);font-size:2.5rem;font-weight:500}@media (min-width:768px){.history-modern__count{font-size:1.25rem}}.history-modern__list{display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.history-modern__list{gap:24px}}.order-history-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 8px 32px #00000014;overflow:hidden;transition:all .3s ease}.order-history-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.order-history-card__header{align-items:flex-start;background:linear-gradient(135deg,#667eea14,#764ba20d);border-bottom:1px solid #667eea1a;display:flex;flex-direction:row;gap:12px;justify-content:space-between;padding:20px}@media (min-width:768px){.order-history-card__header{align-items:center;padding:20px 24px}}.order-history-card__header-left{display:flex;flex-direction:column;gap:4px}@media (min-width:768px){.order-history-card__header-left{align-items:center;flex-direction:row;gap:16px}}.order-history-card__order-id{color:#2d3748;color:var(--hm-text-dark);font-size:1.75rem;font-weight:700}@media (min-width:768px){.order-history-card__order-id{font-size:1.4rem}}.order-history-card__date{color:#718096;color:var(--hm-text-muted);font-size:1.75rem}@media (min-width:768px){.order-history-card__date{font-size:1.3rem}}.order-history-card__status{align-items:center;border-radius:20px;display:inline-flex;flex-shrink:0;font-size:2rem;font-weight:600;padding:12px 20px;text-transform:capitalize}@media (min-width:768px){.order-history-card__status{font-size:1.25rem;padding:10px 20px}}.order-history-card__status--pending,.order-history-card__status--processing{background:#f59e0b26;color:#d97706}.order-history-card__status--dispatched,.order-history-card__status--shipped{background:#3b82f626;color:#2563eb}.order-history-card__status--delivered{background:#10b98126;color:#059669}.order-history-card__status--cancelled,.order-history-card__status--refund,.order-history-card__status--refunded{background:#ef444426;color:#dc2626}.order-history-card__products{display:flex;flex-direction:column;gap:16px;padding:20px}@media (min-width:768px){.order-history-card__products{padding:24px}}.order-history-card__product{align-items:center;display:flex;gap:16px}.order-history-card__product-image{background:#667eea14;border-radius:12px;flex-shrink:0;height:64px;overflow:hidden;width:64px}@media (min-width:768px){.order-history-card__product-image{height:72px;width:72px}}.order-history-card__product-image img{height:100%;object-fit:cover;width:100%}.order-history-card__product-placeholder{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.order-history-card__product-placeholder svg{color:#a0aec0;color:var(--hm-text-light);height:28px;width:28px}.order-history-card__product-info{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.order-history-card__product-title{color:#2d3748;color:var(--hm-text-dark);font-size:2.5rem;font-weight:600;line-height:1.4}@media (min-width:768px){.order-history-card__product-title{font-size:1.5rem}}.order-history-card__product-meta{color:#718096;color:var(--hm-text-muted);font-size:2rem}@media (min-width:768px){.order-history-card__product-meta{font-size:1.3rem}}.order-history-card__more{color:#667eea;color:var(--hm-accent-primary);font-size:2rem;font-weight:500;padding-left:80px}@media (min-width:768px){.order-history-card__more{font-size:1.2rem;padding-left:88px}}.order-history-card__footer{background:#667eea08;border-top:1px solid #667eea1a;display:flex;flex-direction:column;gap:16px;padding:20px}@media (min-width:768px){.order-history-card__footer{align-items:center;flex-direction:row;justify-content:space-between;padding:20px 24px}}.order-history-card__total{align-items:center;display:flex;gap:12px}.order-history-card__total-label{color:#718096;color:var(--hm-text-muted);font-size:2.5rem}@media (min-width:768px){.order-history-card__total-label{font-size:1.3rem}}.order-history-card__total-amount{color:#667eea;color:var(--hm-accent-primary);font-size:2.5rem;font-weight:700}@media (min-width:768px){.order-history-card__total-amount{font-size:1.75rem}}.order-history-card__actions{display:flex;gap:12px}.order-history-card__btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:2.3rem;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .3s ease}.order-history-card__btn svg{height:20px;width:20px}@media (min-width:768px){.order-history-card__btn{font-size:1.25rem;padding:12px 24px}.order-history-card__btn svg{height:22px;width:22px}}.order-history-card__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--hm-accent-primary) 0,var(--hm-accent-secondary) 100%);box-shadow:0 4px 15px #667eea4d;color:#fff!important}.order-history-card__btn--primary svg{stroke:#fff}.order-history-card__btn--primary:active,.order-history-card__btn--primary:hover,.order-history-card__btn--primary:visited{box-shadow:0 6px 20px #667eea66;color:#fff!important;transform:translateY(-2px)}.order-history-card__btn--secondary{background:#ffffffe6;border:2px solid #667eea4d;color:#667eea;color:var(--hm-accent-primary)}.order-history-card__btn--secondary:hover{background:#667eea1a;border-color:#667eea;border-color:var(--hm-accent-primary)}.order-history-card__payment{align-items:center;background:#ffffff80;border-top:1px solid #667eea14;display:flex;justify-content:space-between;padding:12px 20px}@media (min-width:768px){.order-history-card__payment{padding:12px 24px}}.order-history-card__payment-method{align-items:center;color:#718096;color:var(--hm-text-muted);display:flex;font-size:2.5rem;gap:8px;text-transform:capitalize}.order-history-card__payment-method svg{height:26px;width:26px}@media (min-width:768px){.order-history-card__payment-method{font-size:1.15rem}.order-history-card__payment-method svg{height:22px;width:22px}}.order-history-card__payment-status{border-radius:12px;font-size:2.5rem;font-weight:600;padding:8px 16px}@media (min-width:768px){.order-history-card__payment-status{font-size:1.1rem;padding:6px 14px}}.order-history-card__payment-status--paid{background:#10b98126;color:#059669}.order-history-card__payment-status--pending,.order-history-card__payment-status--unpaid{background:#f59e0b26;color:#d97706}.history-skeleton-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:20px;overflow:hidden;padding:20px}@media (min-width:768px){.history-skeleton-card{padding:24px}}.history-skeleton-card__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.history-skeleton-card__title{animation:historyShimmer 1.5s infinite;border-radius:4px;height:20px;width:180px}.history-skeleton-card__badge,.history-skeleton-card__title{background:linear-gradient(90deg,#667eea14,#667eea26 50%,#667eea14);background-size:200% 100%}.history-skeleton-card__badge{animation:historyShimmer 1.5s .1s infinite;border-radius:16px;height:32px;width:100px}.history-skeleton-card__items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.history-skeleton-card__item{animation:historyShimmer 1.5s .2s infinite;background:linear-gradient(90deg,#0000000a,#00000014 50%,#0000000a);background-size:200% 100%;border-radius:12px;height:64px}.history-skeleton-card__footer{align-items:center;display:flex;justify-content:space-between}.history-skeleton-card__total{animation:historyShimmer 1.5s .3s infinite;background:linear-gradient(90deg,#667eea14,#667eea26 50%,#667eea14);background-size:200% 100%;border-radius:4px;height:28px;width:120px}.history-skeleton-card__actions{display:flex;gap:12px}.history-skeleton-card__actions:after,.history-skeleton-card__actions:before{animation:historyShimmer 1.5s .4s infinite;background:linear-gradient(90deg,#0000000a,#00000014 50%,#0000000a);background-size:200% 100%;border-radius:12px;content:"";height:44px;width:120px}@keyframes historyShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.history-modern__empty{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffc;border:1px solid #fff9;border-radius:24px;box-shadow:0 8px 32px #00000014;display:flex;flex-direction:column;justify-content:center;padding:60px 24px;text-align:center}@media (min-width:768px){.history-modern__empty{padding:80px 40px}}.history-modern__empty-icon{height:80px;margin-bottom:24px;width:80px}.history-modern__empty-icon svg{color:#a0aec0;color:var(--hm-text-light);height:100%;width:100%}@media (min-width:768px){.history-modern__empty-icon{height:100px;width:100px}}.history-modern__empty-title{color:#2d3748;color:var(--hm-text-dark);font-size:1.5rem;font-weight:700;margin:0 0 12px}@media (min-width:768px){.history-modern__empty-title{font-size:1.75rem}}.history-modern__empty-description{color:#718096;color:var(--hm-text-muted);font-size:1rem;margin:0 0 32px;max-width:400px}@media (min-width:768px){.history-modern__empty-description{font-size:1.1rem}}.history-modern__empty-btn{background:linear-gradient(135deg,#667eea,#764ba2);background:linear-gradient(135deg,var(--hm-accent-primary) 0,var(--hm-accent-secondary) 100%);border:none;border-radius:12px;box-shadow:0 4px 20px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:16px 40px;transition:all .3s ease}.history-modern__empty-btn:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-2px)}@media (min-width:768px){.history-modern__empty-btn{font-size:1.1rem;padding:18px 48px}}.login-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);display:flex;flex-direction:column;min-height:100vh}.login-modern__hero{color:#fff;padding:2rem 1rem;text-align:center}.login-modern__hero-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px #0003}@media (min-width:768px){.login-modern__hero-title{font-size:3.5rem}}.login-modern__hero-subtitle{font-size:1.6rem;font-weight:300;opacity:.9}@media (min-width:768px){.login-modern__hero-subtitle{font-size:1.5rem}}.login-modern__content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem 4rem}@media (min-width:768px){.login-modern__content{align-items:center;padding:3rem 2rem 5rem}}.login-modern__card{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d;max-width:480px;padding:2.5rem 1.5rem;width:100%}@media (min-width:768px){.login-modern__card{padding:2.5rem}}.login-modern__card-header{margin-bottom:2rem;text-align:center}.login-modern__title{color:#2d3748;font-size:3.5rem;font-weight:600;margin:0}@media (min-width:768px){.login-modern__title{font-size:1.8rem}}.login-modern__form{display:flex;flex-direction:column;gap:1.75rem}.login-modern__input-group{position:relative}.login-modern__input{background:#ffffffb3;border:2px solid #667eea40!important;border-radius:14px;box-shadow:none!important;color:#2d3748;font-size:3rem;outline:none!important;padding:1.6rem 3.5rem 1.6rem 1.2rem;transition:all .3s ease;width:100%}.login-modern__input:invalid,.login-modern__input:required,.login-modern__input:valid{border-color:#667eea40!important;box-shadow:none!important}.login-modern__input:focus{background:#fffffff2;border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a!important}.login-modern__input:-moz-ui-invalid{border-color:#667eea40!important;box-shadow:none!important}.login-modern__input:focus+.login-modern__label,.login-modern__input:not(:placeholder-shown)+.login-modern__label{background:#fff;color:#667eea;font-size:1rem;left:.8rem;padding:0 .5rem;top:-.7rem}.login-modern__input:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.login-modern__input{font-size:1.5rem;padding:1.1rem 3rem 1.1rem 1rem}}.login-modern__label{background:#0000;color:#718096;font-size:3rem;left:1.2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}@media (min-width:768px){.login-modern__label{font-size:1.5rem;left:1rem}}.login-modern__input-icon{color:#a0aec0;pointer-events:none;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%)}.login-modern__input-icon svg{height:24px;width:24px}@media (min-width:768px){.login-modern__input-icon svg{height:20px;width:20px}}.login-modern__password-toggle{align-items:center;background:none;border:none;color:#718096;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);transition:color .2s ease}.login-modern__password-toggle:hover{color:#667eea}.login-modern__password-toggle svg{height:24px;width:24px}@media (min-width:768px){.login-modern__password-toggle svg{height:20px;width:20px}}.login-modern__forgot{margin-top:-.5rem;text-align:right}.login-modern__forgot-link{color:#667eea;font-size:2.5rem;text-decoration:none;transition:color .2s ease}.login-modern__forgot-link:hover{color:#5a67d8;text-decoration:underline}@media (min-width:768px){.login-modern__forgot-link{font-size:1.3rem}}.login-modern__btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:2.5rem;font-weight:600;gap:.75rem;justify-content:center;padding:1.4rem 1.5rem;transition:all .3s ease;width:100%}.login-modern__btn svg{flex-shrink:0;height:24px;width:24px}@media (min-width:768px){.login-modern__btn svg{height:20px;width:20px}}.login-modern__btn:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.login-modern__btn{font-size:1.5rem;padding:1rem 1.5rem}}.login-modern__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.login-modern__btn--primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.login-modern__btn--primary:active:not(:disabled){transform:translateY(0)}.login-modern__btn--google{background:#fff;border:2px solid #0000001a;box-shadow:0 2px 8px #0000000d;color:#2d3748}.login-modern__btn--google svg{height:26px;width:26px}@media (min-width:768px){.login-modern__btn--google svg{height:22px;width:22px}}.login-modern__btn--google:hover:not(:disabled){background:#f8f9fa;border-color:#00000026;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.login-modern__btn-loading{align-items:center;display:flex;gap:.5rem}.login-modern__spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}@media (min-width:768px){.login-modern__spinner{height:20px;width:20px}}.login-modern__divider{align-items:center;color:#a0aec0;display:flex;font-size:2rem;text-align:center}.login-modern__divider:after,.login-modern__divider:before{background:linear-gradient(90deg,#0000,#667eea4d,#0000);content:"";flex:1 1;height:1px}.login-modern__divider span{padding:0 1rem}@media (min-width:768px){.login-modern__divider{font-size:1.3rem}}.login-modern__footer{border-top:1px solid #667eea1a;margin-top:2rem;padding-top:1.5rem;text-align:center}.login-modern__footer p{color:#718096;font-size:3rem;margin:0}@media (min-width:768px){.login-modern__footer p{font-size:1.4rem}}.login-modern__register-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.login-modern__register-link:hover{color:#5a67d8;text-decoration:underline}.register-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);display:flex;flex-direction:column;min-height:100vh}.register-modern__hero{color:#fff;padding:2rem 1rem;text-align:center}.register-modern__hero-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px #0003}@media (min-width:768px){.register-modern__hero-title{font-size:3.5rem}}.register-modern__hero-subtitle{font-size:1.6rem;font-weight:300;opacity:.9}@media (min-width:768px){.register-modern__hero-subtitle{font-size:1.5rem}}.register-modern__content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem 4rem}@media (min-width:768px){.register-modern__content{align-items:center;padding:3rem 2rem 5rem}}.register-modern__card{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d;max-width:480px;padding:2.5rem 1.5rem;width:100%}@media (min-width:768px){.register-modern__card{padding:2.5rem}}.register-modern__card-header{margin-bottom:2rem;text-align:center}.register-modern__title{color:#2d3748;font-size:3.5rem;font-weight:600;margin:0 0 .5rem}@media (min-width:768px){.register-modern__title{font-size:1.8rem}}.register-modern__subtitle{color:#718096;font-size:2rem;margin:0}@media (min-width:768px){.register-modern__subtitle{font-size:1.3rem}}.register-modern__form{display:flex;flex-direction:column;gap:1.75rem}.register-modern__input-group{position:relative}.register-modern__input{background:#ffffffb3;border:2px solid #667eea40!important;border-radius:14px;box-shadow:none!important;color:#2d3748;font-size:3rem;outline:none!important;padding:1.6rem 3.5rem 1.6rem 1.2rem;transition:all .3s ease;width:100%}.register-modern__input:invalid,.register-modern__input:required,.register-modern__input:valid{border-color:#667eea40!important;box-shadow:none!important}.register-modern__input:focus{background:#fffffff2;border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a!important}.register-modern__input:-moz-ui-invalid{border-color:#667eea40!important;box-shadow:none!important}.register-modern__input:focus+.register-modern__label,.register-modern__input:not(:placeholder-shown)+.register-modern__label{background:#fff;color:#667eea;font-size:1rem;left:.8rem;padding:0 .5rem;top:-.7rem}.register-modern__input:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.register-modern__input{font-size:1.5rem;padding:1.1rem 3rem 1.1rem 1rem}}.register-modern__label{background:#0000;color:#718096;font-size:3rem;left:1.2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}@media (min-width:768px){.register-modern__label{font-size:1.5rem;left:1rem}}.register-modern__input-icon{color:#a0aec0;pointer-events:none;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%)}.register-modern__input-icon svg{height:24px;width:24px}@media (min-width:768px){.register-modern__input-icon svg{height:20px;width:20px}}.register-modern__info{align-items:center;background:#667eea14;border:1px solid #667eea26;border-radius:12px;display:flex;gap:1rem;padding:1.25rem 1.5rem}.register-modern__info svg{color:#667eea;flex-shrink:0;height:28px;width:28px}@media (min-width:768px){.register-modern__info svg{height:20px;width:20px}}.register-modern__info span{color:#4a5568;font-size:2.5rem;line-height:1.4}@media (min-width:768px){.register-modern__info span{font-size:1.3rem}}.register-modern__btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:2.5rem;font-weight:600;gap:.75rem;justify-content:center;padding:1.4rem 1.5rem;transition:all .3s ease;width:100%}.register-modern__btn svg{flex-shrink:0;height:24px;width:24px}@media (min-width:768px){.register-modern__btn svg{height:20px;width:20px}}.register-modern__btn:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.register-modern__btn{font-size:1.5rem;padding:1rem 1.5rem}}.register-modern__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.register-modern__btn--primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.register-modern__btn--primary:active:not(:disabled){transform:translateY(0)}.register-modern__btn--secondary{background:#fff;border:2px solid #667eea4d;box-shadow:0 2px 8px #0000000d;color:#667eea}.register-modern__btn--secondary:hover:not(:disabled){background:#667eea0d;border-color:#667eea;transform:translateY(-2px)}.register-modern__btn-loading{align-items:center;display:flex;gap:.5rem}.register-modern__spinner{animation:register-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}@media (min-width:768px){.register-modern__spinner{height:20px;width:20px}}@keyframes register-spin{to{transform:rotate(1turn)}}.register-modern__success{padding:1rem 0;text-align:center}.register-modern__success-icon{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;box-shadow:0 4px 15px #48bb784d;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.register-modern__success-icon svg{color:#fff;height:40px;width:40px}@media (min-width:768px){.register-modern__success-icon{height:70px;width:70px}.register-modern__success-icon svg{height:35px;width:35px}}.register-modern__success-title{color:#2d3748;font-size:3rem;font-weight:600;margin:0 0 1rem}@media (min-width:768px){.register-modern__success-title{font-size:1.8rem}}.register-modern__success-text{color:#718096;font-size:2.5rem;line-height:1.6;margin:0 0 2rem}@media (min-width:768px){.register-modern__success-text{font-size:1.3rem}}.register-modern__footer{border-top:1px solid #667eea1a;margin-top:2rem;padding-top:1.5rem;text-align:center}.register-modern__footer p{color:#718096;font-size:3rem;margin:0}@media (min-width:768px){.register-modern__footer p{font-size:1.4rem}}.register-modern__login-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.register-modern__login-link:hover{color:#5a67d8;text-decoration:underline}.user-mgmt-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);display:flex;flex-direction:column;min-height:100vh}.user-mgmt-modern__hero{color:#fff;padding:2rem 1rem;text-align:center}.user-mgmt-modern__hero-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px #0003}@media (min-width:768px){.user-mgmt-modern__hero-title{font-size:3.5rem}}.user-mgmt-modern__hero-subtitle{font-size:2rem;font-weight:300;opacity:.9}@media (min-width:768px){.user-mgmt-modern__hero-subtitle{font-size:1.5rem}}.user-mgmt-modern__content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem 4rem}@media (min-width:768px){.user-mgmt-modern__content{align-items:center;padding:3rem 2rem 5rem}}.user-mgmt-modern__card{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d;max-width:480px;padding:2.5rem 1.5rem;width:100%}@media (min-width:768px){.user-mgmt-modern__card{padding:2.5rem}}.user-mgmt-modern__card-header{margin-bottom:2rem;text-align:center}.user-mgmt-modern__title{color:#2d3748;font-size:3.5rem;font-weight:600;margin:0}@media (min-width:768px){.user-mgmt-modern__title{font-size:1.8rem}}.user-mgmt-modern__form{display:flex;flex-direction:column;gap:1.75rem}.user-mgmt-modern__input-group{position:relative}.user-mgmt-modern__input{background:#ffffffb3;border:2px solid #667eea40!important;border-radius:14px;box-shadow:none!important;color:#2d3748;font-size:3rem;outline:none!important;padding:1.6rem 3.5rem 1.6rem 1.2rem;transition:all .3s ease;width:100%}.user-mgmt-modern__input:invalid,.user-mgmt-modern__input:required,.user-mgmt-modern__input:valid{border-color:#667eea40!important;box-shadow:none!important}.user-mgmt-modern__input:focus{background:#fffffff2;border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a!important}.user-mgmt-modern__input:-moz-ui-invalid{border-color:#667eea40!important;box-shadow:none!important}.user-mgmt-modern__input:focus+.user-mgmt-modern__label,.user-mgmt-modern__input:not(:placeholder-shown)+.user-mgmt-modern__label{background:#fff;color:#667eea;font-size:1rem;left:.8rem;padding:0 .5rem;top:-.7rem}.user-mgmt-modern__input:disabled{background:#ffffff80;cursor:not-allowed;opacity:.7}@media (min-width:768px){.user-mgmt-modern__input{font-size:1.5rem;padding:1.1rem 3rem 1.1rem 1rem}}.user-mgmt-modern__label{background:#0000;color:#718096;font-size:3rem;left:1.2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}@media (min-width:768px){.user-mgmt-modern__label{font-size:1.5rem;left:1rem}}.user-mgmt-modern__password-toggle{align-items:center;background:none;border:none;color:#718096;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);transition:color .2s ease}.user-mgmt-modern__password-toggle:hover{color:#667eea}.user-mgmt-modern__password-toggle svg{height:28px;width:28px}@media (min-width:768px){.user-mgmt-modern__password-toggle svg{height:22px;width:22px}}.user-mgmt-modern__btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:2.5rem;font-weight:600;gap:.75rem;justify-content:center;padding:1.4rem 1.5rem;transition:all .3s ease;width:100%}.user-mgmt-modern__btn:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.user-mgmt-modern__btn{font-size:1.5rem;padding:1rem 1.5rem}}.user-mgmt-modern__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.user-mgmt-modern__btn--primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.user-mgmt-modern__btn--primary:active:not(:disabled){transform:translateY(0)}.user-mgmt-modern__btn-loading{align-items:center;display:flex;gap:.5rem}.user-mgmt-modern__spinner{animation:user-mgmt-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}@media (min-width:768px){.user-mgmt-modern__spinner{height:20px;width:20px}}@keyframes user-mgmt-spin{to{transform:rotate(1turn)}}.user-mgmt-modern__success{padding:1rem 0;text-align:center}.user-mgmt-modern__success-icon{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;box-shadow:0 4px 15px #48bb784d;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.user-mgmt-modern__success-icon svg{color:#fff;height:40px;width:40px}@media (min-width:768px){.user-mgmt-modern__success-icon{height:70px;width:70px}.user-mgmt-modern__success-icon svg{height:35px;width:35px}}.user-mgmt-modern__success-title{color:#2d3748;font-size:3rem;font-weight:600;margin:0 0 1rem}@media (min-width:768px){.user-mgmt-modern__success-title{font-size:1.8rem}}.user-mgmt-modern__success-text{color:#718096;font-size:2.5rem;line-height:1.6;margin:0}@media (min-width:768px){.user-mgmt-modern__success-text{font-size:1.3rem}}.forgot-pwd-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);display:flex;flex-direction:column;min-height:100vh}.forgot-pwd-modern__hero{color:#fff;padding:2rem 1rem;text-align:center}.forgot-pwd-modern__hero-title{font-size:3rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px #0003}@media (min-width:768px){.forgot-pwd-modern__hero-title{font-size:3.5rem}}.forgot-pwd-modern__hero-subtitle{font-size:2rem;font-weight:300;opacity:.9}@media (min-width:768px){.forgot-pwd-modern__hero-subtitle{font-size:1.5rem}}.forgot-pwd-modern__content{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem 4rem}@media (min-width:768px){.forgot-pwd-modern__content{align-items:center;padding:3rem 2rem 5rem}}.forgot-pwd-modern__card{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #0000001a,0 2px 8px #0000000d;max-width:480px;padding:2.5rem 1.5rem;width:100%}@media (min-width:768px){.forgot-pwd-modern__card{padding:2.5rem}}.forgot-pwd-modern__card-header{margin-bottom:2rem;text-align:center}.forgot-pwd-modern__title{color:#2d3748;font-size:3.5rem;font-weight:600;margin:0 0 .5rem}@media (min-width:768px){.forgot-pwd-modern__title{font-size:1.8rem}}.forgot-pwd-modern__subtitle{color:#718096;font-size:2rem;margin:0}@media (min-width:768px){.forgot-pwd-modern__subtitle{font-size:1.3rem}}.forgot-pwd-modern__form{display:flex;flex-direction:column;gap:1.75rem}.forgot-pwd-modern__input-group{position:relative}.forgot-pwd-modern__input{background:#ffffffb3;border:2px solid #667eea40!important;border-radius:14px;box-shadow:none!important;color:#2d3748;font-size:3rem;outline:none!important;padding:1.6rem 3.5rem 1.6rem 1.2rem;transition:all .3s ease;width:100%}.forgot-pwd-modern__input:invalid,.forgot-pwd-modern__input:required,.forgot-pwd-modern__input:valid{border-color:#667eea40!important;box-shadow:none!important}.forgot-pwd-modern__input:focus{background:#fffffff2;border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a!important}.forgot-pwd-modern__input:-moz-ui-invalid{border-color:#667eea40!important;box-shadow:none!important}.forgot-pwd-modern__input:focus+.forgot-pwd-modern__label,.forgot-pwd-modern__input:not(:placeholder-shown)+.forgot-pwd-modern__label{background:#fff;color:#667eea;font-size:1rem;left:.8rem;padding:0 .5rem;top:-.7rem}.forgot-pwd-modern__input:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.forgot-pwd-modern__input{font-size:1.5rem;padding:1.1rem 3rem 1.1rem 1rem}}.forgot-pwd-modern__label{background:#0000;color:#718096;font-size:3rem;left:1.2rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}@media (min-width:768px){.forgot-pwd-modern__label{font-size:1.5rem;left:1rem}}.forgot-pwd-modern__input-icon{color:#a0aec0;pointer-events:none;position:absolute;right:1.2rem;top:50%;transform:translateY(-50%)}.forgot-pwd-modern__input-icon svg{height:28px;width:28px}@media (min-width:768px){.forgot-pwd-modern__input-icon svg{height:22px;width:22px}}.forgot-pwd-modern__btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:2.5rem;font-weight:600;gap:.75rem;justify-content:center;padding:1.4rem 1.5rem;transition:all .3s ease;width:100%}.forgot-pwd-modern__btn svg{flex-shrink:0;height:28px;width:28px}@media (min-width:768px){.forgot-pwd-modern__btn svg{height:22px;width:22px}}.forgot-pwd-modern__btn:disabled{cursor:not-allowed;opacity:.6}@media (min-width:768px){.forgot-pwd-modern__btn{font-size:1.5rem;padding:1rem 1.5rem}}.forgot-pwd-modern__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.forgot-pwd-modern__btn--primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.forgot-pwd-modern__btn--primary:active:not(:disabled){transform:translateY(0)}.forgot-pwd-modern__btn--secondary{background:#fff;border:2px solid #667eea4d;box-shadow:0 2px 8px #0000000d;color:#667eea}.forgot-pwd-modern__btn--secondary:hover:not(:disabled){background:#667eea0d;border-color:#667eea;transform:translateY(-2px)}.forgot-pwd-modern__btn-loading{align-items:center;display:flex;gap:.5rem}.forgot-pwd-modern__spinner{animation:forgot-pwd-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:24px;width:24px}@media (min-width:768px){.forgot-pwd-modern__spinner{height:20px;width:20px}}@keyframes forgot-pwd-spin{to{transform:rotate(1turn)}}.forgot-pwd-modern__success{padding:1rem 0;text-align:center}.forgot-pwd-modern__success-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 15px #667eea4d;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.forgot-pwd-modern__success-icon svg{color:#fff;height:40px;width:40px}@media (min-width:768px){.forgot-pwd-modern__success-icon{height:70px;width:70px}.forgot-pwd-modern__success-icon svg{height:35px;width:35px}}.forgot-pwd-modern__success-title{color:#2d3748;font-size:3rem;font-weight:600;margin:0 0 1rem}@media (min-width:768px){.forgot-pwd-modern__success-title{font-size:1.8rem}}.forgot-pwd-modern__success-text{color:#718096;font-size:2.5rem;line-height:1.6;margin:0 0 2rem}@media (min-width:768px){.forgot-pwd-modern__success-text{font-size:1.3rem}}.forgot-pwd-modern__footer{border-top:1px solid #667eea1a;margin-top:2rem;padding-top:1.5rem;text-align:center}.forgot-pwd-modern__footer p{color:#718096;font-size:3rem;margin:0}@media (min-width:768px){.forgot-pwd-modern__footer p{font-size:1.4rem}}.forgot-pwd-modern__login-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.forgot-pwd-modern__login-link:hover{color:#5a67d8;text-decoration:underline}.seller-dash-modern{background:radial-gradient(ellipse at top,#667eea14 0,#0000 50%),radial-gradient(ellipse at bottom left,#764ba20f 0,#0000 50%),linear-gradient(180deg,#f8f9ff,#f0f4ff 50%,#fafbff);display:flex;flex-direction:column;min-height:100vh;position:relative}.seller-dash-modern__bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.seller-dash-modern__orb{animation:seller-dash-float 20s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.5;position:absolute}.seller-dash-modern__orb--1{animation-delay:0s;background:linear-gradient(135deg,#667eea4d,#764ba233);height:300px;right:-100px;top:-100px;width:300px}.seller-dash-modern__orb--2{animation-delay:-7s;background:linear-gradient(135deg,#764ba240,#667eea26);bottom:20%;height:250px;left:-80px;width:250px}.seller-dash-modern__orb--3{animation-delay:-14s;background:linear-gradient(135deg,#667eea33,#e91e631a);height:200px;right:10%;top:50%;width:200px}@keyframes seller-dash-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.seller-dash-modern__hero{display:flex;justify-content:center;overflow:visible;padding:2rem 1rem 3rem;position:relative}@media (min-width:768px){.seller-dash-modern__hero{padding:2.5rem 2rem 3.5rem}}.seller-dash-modern__hero-decor{inset:0;overflow:hidden;pointer-events:none;position:absolute}.seller-dash-modern__hero-circle{border:2px solid #ffffff26;border-radius:50%;position:absolute}.seller-dash-modern__hero-circle--1{animation:seller-dash-pulse 8s ease-in-out infinite;height:300px;left:-80px;top:-100px;width:300px}.seller-dash-modern__hero-circle--2{animation:seller-dash-pulse 6s ease-in-out 1s infinite;height:200px;right:-50px;top:20px;width:200px}@keyframes seller-dash-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.seller-dash-modern__hero-card{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff3,#ffffff14);border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 8px 32px #00000026,inset 0 1px 0 #ffffff4d;display:flex;flex-direction:column;gap:1.5rem;max-width:600px;padding:2rem 1.5rem;position:relative;width:100%}@media (min-width:768px){.seller-dash-modern__hero-card{flex-direction:row;gap:2rem;padding:2rem 2.5rem}}.seller-dash-modern__hero-icon{align-items:center;background:linear-gradient(135deg,#667eea4d,#764ba24d);border:1px solid #fff6;border-radius:20px;display:flex;flex-shrink:0;height:80px;justify-content:center;overflow:hidden;width:80px}.seller-dash-modern__hero-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:40px;width:40px}@media (min-width:768px){.seller-dash-modern__hero-icon{height:70px;width:70px}.seller-dash-modern__hero-icon svg{height:36px;width:36px}}.seller-dash-modern__hero-logo{height:100%;object-fit:cover;width:100%}.seller-dash-modern__hero-content{flex:1 1;text-align:center}@media (min-width:768px){.seller-dash-modern__hero-content{text-align:left}}.seller-dash-modern__hero-label{color:#fffc;display:inline-block;font-size:2.4rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}@media (min-width:768px){.seller-dash-modern__hero-label{font-size:.95rem}}.seller-dash-modern__hero-title{color:#fff;font-size:4.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5rem;text-shadow:0 2px 15px #0000004d}@media (min-width:768px){.seller-dash-modern__hero-title{font-size:2.2rem;margin:0 0 .25rem}}.seller-dash-modern__hero-subtitle{color:#ffffffd9;font-size:2.8rem;font-weight:400;line-height:1.4;margin:0}@media (min-width:768px){.seller-dash-modern__hero-subtitle{font-size:1.2rem}}.seller-dash-modern__layout{display:flex;flex:1 1;flex-direction:column;padding:1rem;position:relative;z-index:1}@media (min-width:1024px){.seller-dash-modern__layout{flex-direction:row;gap:2rem;margin:0 auto;max-width:1600px;padding:2rem;width:100%}}.seller-dash-modern__mobile-nav{display:block;margin-bottom:1rem}@media (min-width:1024px){.seller-dash-modern__mobile-nav{display:none}}.seller-dash-modern__sidebar{display:none}@media (min-width:1024px){.seller-dash-modern__sidebar{display:block;flex-shrink:0;width:280px}}.seller-dash-modern__main{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.seller-dash-modern__welcome-card{align-items:flex-start;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff80;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;gap:1rem;padding:1.5rem}@media (min-width:768px){.seller-dash-modern__welcome-card{align-items:center;padding:2rem}}.seller-dash-modern__welcome-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}@media (min-width:768px){.seller-dash-modern__welcome-icon{font-size:1.8rem;height:60px;width:60px}}.seller-dash-modern__welcome-content{flex:1 1}.seller-dash-modern__welcome-title{color:#2d3748;font-size:3.5rem;font-weight:600;margin:0 0 .5rem}@media (min-width:768px){.seller-dash-modern__welcome-title{font-size:1.8rem}}.seller-dash-modern__welcome-text{color:#718096;font-size:2rem;line-height:1.5;margin:0}@media (min-width:768px){.seller-dash-modern__welcome-text{font-size:1.3rem}}.seller-dash-modern__setup-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.5rem;margin-top:.75rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease}.seller-dash-modern__setup-link:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}@media (min-width:768px){.seller-dash-modern__setup-link{font-size:1.5rem}}.seller-dash-modern__tabs{-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9;border-radius:16px;display:flex;gap:.5rem;overflow-x:auto;padding:.5rem}.seller-dash-modern__tabs::-webkit-scrollbar{display:none}.seller-dash-modern__tab{align-items:center;background:#0000;border:none;border-radius:12px;color:#718096;cursor:pointer;display:flex;font-size:2.5rem;font-weight:500;gap:.5rem;padding:1rem 1.25rem;transition:all .3s ease;white-space:nowrap}.seller-dash-modern__tab svg{flex-shrink:0;height:24px;width:24px}@media (min-width:768px){.seller-dash-modern__tab svg{height:18px;width:18px}}.seller-dash-modern__tab:hover{background:#667eea1a;color:#667eea}.seller-dash-modern__tab--active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#667eea}@media (min-width:768px){.seller-dash-modern__tab{font-size:1.5rem;padding:.75rem 1.25rem}}.seller-dash-modern__content{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffd9;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 8px 32px #0000001a;padding:1.5rem}@media (min-width:768px){.seller-dash-modern__content{padding:2rem}}.seller-dash-modern__section-title{color:#2d3748;font-size:3.5rem;font-weight:600;margin:0 0 1.5rem}@media (min-width:768px){.seller-dash-modern__section-title{font-size:1.8rem}}.seller-dash-modern__stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media (min-width:768px){.seller-dash-modern__stats-grid{grid-template-columns:repeat(4,1fr)}}.seller-dash-modern__stat-card{align-items:center;background:linear-gradient(135deg,#667eea14,#764ba20d);border:1px solid #667eea26;border-radius:16px;display:flex;gap:1rem;padding:1.25rem;transition:all .3s ease}.seller-dash-modern__stat-card:hover{box-shadow:0 4px 15px #667eea26;transform:translateY(-2px)}.seller-dash-modern__stat-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;flex-shrink:0;height:45px;justify-content:center;width:45px}.seller-dash-modern__stat-icon svg{color:#fff;height:22px;width:22px}@media (min-width:768px){.seller-dash-modern__stat-icon{height:50px;width:50px}.seller-dash-modern__stat-icon svg{height:24px;width:24px}}.seller-dash-modern__stat-content{display:flex;flex-direction:column}.seller-dash-modern__stat-value{color:#2d3748;font-size:4rem;font-weight:700}@media (min-width:768px){.seller-dash-modern__stat-value{font-size:2.2rem}}.seller-dash-modern__stat-label{color:#718096;font-size:2.5rem}@media (min-width:768px){.seller-dash-modern__stat-label{font-size:1.4rem}}.seller-dash-modern__quick-links{margin-bottom:2rem}.seller-dash-modern__links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.seller-dash-modern__links-grid{grid-template-columns:repeat(4,1fr)}}.seller-dash-modern__quick-link{align-items:center;background:#fff;border:2px solid #667eea26;border-radius:16px;color:#2d3748;display:flex;flex-direction:column;font-size:2.5rem;font-weight:500;gap:.75rem;padding:1.5rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.seller-dash-modern__quick-link svg{color:#667eea;height:32px;width:32px}@media (min-width:768px){.seller-dash-modern__quick-link svg{height:24px;width:24px}}.seller-dash-modern__quick-link:hover{border-color:#667eea;box-shadow:0 4px 15px #667eea33;transform:translateY(-2px)}@media (min-width:768px){.seller-dash-modern__quick-link{font-size:1.5rem;padding:1.25rem 1rem}}.seller-dash-modern__section{margin-top:1.5rem}.seller-dash-modern__press-list{display:flex;flex-direction:column;gap:.75rem}.seller-dash-modern__press-item{align-items:center;background:#667eea0d;border-radius:12px;color:#2d3748;display:flex;font-size:3rem;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s ease}.seller-dash-modern__press-item svg{color:#667eea;flex-shrink:0;height:24px;width:24px}@media (min-width:768px){.seller-dash-modern__press-item svg{height:20px;width:20px}}.seller-dash-modern__press-item:hover{background:#667eea1a;color:#667eea}@media (min-width:768px){.seller-dash-modern__press-item{font-size:1.5rem}}.seller-dash-modern__profile-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width:768px){.seller-dash-modern__profile-header{align-items:center;flex-direction:row;justify-content:space-between}}.seller-dash-modern__edit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease}.seller-dash-modern__edit-btn:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}@media (min-width:768px){.seller-dash-modern__edit-btn{font-size:1.5rem}}.seller-dash-modern__edit-form{background:#667eea08;border:1px solid #667eea1a;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.seller-dash-modern__profile-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.seller-dash-modern__profile-grid{grid-template-columns:repeat(2,1fr)}}.seller-dash-modern__profile-card{background:#fff;border:1px solid #667eea1a;border-radius:16px;padding:1.5rem}@media (min-width:768px){.seller-dash-modern__profile-card--full{grid-column:span 2}}.seller-dash-modern__card-title{border-bottom:1px solid #667eea1a;color:#2d3748;font-size:3rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}@media (min-width:768px){.seller-dash-modern__card-title{font-size:1.5rem}}.seller-dash-modern__logo-display{display:flex;justify-content:center}.seller-dash-modern__logo-display img{border-radius:12px;max-height:150px;max-width:150px;object-fit:contain}.seller-dash-modern__logo-placeholder{align-items:center;background:#667eea0d;border-radius:12px;color:#718096;display:flex;flex-direction:column;gap:.75rem;padding:2rem}.seller-dash-modern__logo-placeholder svg{height:48px;width:48px}.seller-dash-modern__logo-placeholder span{font-size:2rem}@media (min-width:768px){.seller-dash-modern__logo-placeholder span{font-size:1.3rem}}.seller-dash-modern__info-list{display:flex;flex-direction:column;gap:.75rem}.seller-dash-modern__info-item{display:flex;flex-direction:column;gap:.25rem}.seller-dash-modern__info-label{color:#718096;font-size:2rem;font-weight:500}@media (min-width:768px){.seller-dash-modern__info-label{font-size:1.3rem}}.seller-dash-modern__info-value{color:#2d3748;font-size:3rem}.seller-dash-modern__info-value--status{background:linear-gradient(135deg,#48bb781a,#38a1691a);border-radius:6px;color:#38a169;display:inline-block;font-weight:500;padding:.25rem .75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width:768px){.seller-dash-modern__info-value{font-size:1.5rem}}.seller-dash-modern__table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #667eea1a;border-radius:12px;overflow-x:auto}.seller-dash-modern__table{border-collapse:collapse;min-width:500px;width:100%}.seller-dash-modern__table td,.seller-dash-modern__table th{font-size:3rem;padding:1rem;text-align:left}@media (min-width:768px){.seller-dash-modern__table td,.seller-dash-modern__table th{font-size:1.5rem;padding:.875rem 1rem}}.seller-dash-modern__table th{background:linear-gradient(135deg,#667eea14,#764ba20d);color:#2d3748;font-weight:600;white-space:nowrap}.seller-dash-modern__table td{border-bottom:1px solid #667eea14;color:#4a5568}.seller-dash-modern__table tr:last-child td{border-bottom:none}.seller-dash-modern__table tr:hover td{background:#667eea08}.seller-dash-modern__delete-btn{background:#ef44441a;border:none;border-radius:8px;color:#dc2626;cursor:pointer;font-size:2.5rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.seller-dash-modern__delete-btn:hover{background:#ef444433}@media (min-width:768px){.seller-dash-modern__delete-btn{font-size:1.5rem}}.seller-dash-modern__coupon-code{background:#667eea1a;color:#667eea;font-family:monospace}.seller-dash-modern__coupon-code,.seller-dash-modern__discount-badge{border-radius:6px;display:inline-block;font-weight:600;padding:.25rem .75rem}.seller-dash-modern__discount-badge{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.seller-dash-modern__empty-state{align-items:center;display:flex;flex-direction:column;padding:3rem 1.5rem;text-align:center}.seller-dash-modern__empty-state svg{color:#a0aec0;height:64px;margin-bottom:1rem;width:64px}.seller-dash-modern__empty-state p{color:#718096;font-size:2rem;margin:0 0 1.5rem}@media (min-width:768px){.seller-dash-modern__empty-state p{font-size:1.3rem}}.seller-dash-modern__add-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .3s ease}.seller-dash-modern__add-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (min-width:768px){.seller-dash-modern__add-btn{font-size:1.5rem}}.prc-modern{background:linear-gradient(135deg,#f5f7ff,#f0f4ff 50%,#faf8ff);display:flex;flex-direction:column;min-height:100vh;position:relative}.prc-modern__bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.prc-modern__grid{background-image:linear-gradient(#667eea08 1px,#0000 0),linear-gradient(90deg,#667eea08 1px,#0000 0);background-size:60px 60px;inset:0;position:absolute}.prc-modern__orb{animation:prc-float 25s ease-in-out infinite;border-radius:50%;filter:blur(100px);opacity:.6;position:absolute}.prc-modern__orb--1{background:radial-gradient(circle,#667eea59 0,#0000 70%);height:400px;right:-100px;top:-150px;width:400px}.prc-modern__orb--2{animation-delay:-8s;background:radial-gradient(circle,#764ba24d 0,#0000 70%);bottom:10%;height:350px;left:-100px;width:350px}.prc-modern__orb--3{animation-delay:-16s;background:radial-gradient(circle,#e91e6326 0,#0000 70%);height:250px;right:5%;top:40%;width:250px}@keyframes prc-float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(40px,-40px) rotate(5deg)}66%{transform:translate(-30px,30px) rotate(-5deg)}}.prc-modern__hero{display:flex;justify-content:center;overflow:visible;padding:2rem 1rem 3rem;position:relative}@media (min-width:768px){.prc-modern__hero{padding:2.5rem 2rem 3.5rem}}.prc-modern__hero-decor{inset:0;overflow:hidden;pointer-events:none;position:absolute}.prc-modern__hero-circle{border:2px solid #ffffff26;border-radius:50%;position:absolute}.prc-modern__hero-circle--1{animation:prc-pulse 8s ease-in-out infinite;height:300px;left:-80px;top:-100px;width:300px}.prc-modern__hero-circle--2{animation:prc-pulse 6s ease-in-out 1s infinite;height:200px;right:-50px;top:20px;width:200px}@keyframes prc-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.prc-modern__hero-card{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff3,#ffffff14);border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 8px 32px #00000026,inset 0 1px 0 #ffffff4d;display:flex;flex-direction:column;gap:1.5rem;max-width:600px;padding:2rem 1.5rem;position:relative;width:100%}@media (min-width:768px){.prc-modern__hero-card{flex-direction:row;gap:2rem;padding:2rem 2.5rem}}.prc-modern__hero-icon{align-items:center;background:linear-gradient(135deg,#667eea4d,#764ba24d);border:1px solid #fff6;border-radius:20px;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.prc-modern__hero-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:40px;width:40px}@media (min-width:768px){.prc-modern__hero-icon{height:70px;width:70px}.prc-modern__hero-icon svg{height:36px;width:36px}}.prc-modern__hero-content{flex:1 1;text-align:center}@media (min-width:768px){.prc-modern__hero-content{text-align:left}}.prc-modern__hero-label{color:#fffc;display:inline-block;font-size:2.4rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}@media (min-width:768px){.prc-modern__hero-label{font-size:.95rem}}.prc-modern__hero-title{color:#fff;font-size:4.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5rem;text-shadow:0 2px 15px #0000004d}@media (min-width:768px){.prc-modern__hero-title{font-size:2.2rem;margin:0 0 .25rem}}.prc-modern__hero-subtitle{color:#ffffffd9;font-size:2.8rem;font-weight:400;line-height:1.4;margin:0}@media (min-width:768px){.prc-modern__hero-subtitle{font-size:1.2rem}}.prc-modern__layout{display:flex;flex:1 1;flex-direction:column;padding:1rem;position:relative;z-index:1}@media (min-width:1024px){.prc-modern__layout{flex-direction:row;gap:2rem;margin:0 auto;max-width:1600px;padding:2rem;width:100%}}.prc-modern__mobile-nav{display:block;margin-bottom:1rem}@media (min-width:1024px){.prc-modern__mobile-nav{display:none}}.prc-modern__sidebar{display:none}@media (min-width:1024px){.prc-modern__sidebar{display:block;flex-shrink:0;width:280px}}.prc-modern__main{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.prc-modern__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (min-width:768px){.prc-modern__stats{grid-template-columns:repeat(2,minmax(200px,280px))}}.prc-modern__stat-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;gap:1rem;padding:1.25rem}.prc-modern__stat-card--pr .prc-modern__stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.prc-modern__stat-card--coupon .prc-modern__stat-icon{background:linear-gradient(135deg,#48bb78,#38a169)}.prc-modern__stat-icon{align-items:center;border-radius:14px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.prc-modern__stat-icon svg{color:#fff;height:26px;width:26px}@media (min-width:768px){.prc-modern__stat-icon svg{height:22px;width:22px}.prc-modern__stat-icon{height:48px;width:48px}}.prc-modern__stat-info{display:flex;flex-direction:column}.prc-modern__stat-value{color:#2d3748;font-size:4rem;font-weight:700;line-height:1}@media (min-width:768px){.prc-modern__stat-value{font-size:2.2rem}}.prc-modern__stat-label{color:#718096;font-size:2.5rem;font-weight:500}@media (min-width:768px){.prc-modern__stat-label{font-size:1.4rem}}.prc-modern__tabs{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;gap:.5rem;padding:.5rem}.prc-modern__tab{align-items:center;background:#0000;border:none;border-radius:14px;color:#718096;cursor:pointer;display:flex;flex:1 1;font-size:2.5rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.prc-modern__tab svg{height:24px;width:24px}@media (min-width:768px){.prc-modern__tab svg{height:20px;width:20px}}.prc-modern__tab:hover{background:#667eea14;color:#667eea}.prc-modern__tab--active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea66;color:#fff}.prc-modern__tab--active .prc-modern__tab-count{background:#ffffff40;color:#fff}@media (min-width:768px){.prc-modern__tab{font-size:1.5rem;padding:.875rem 1.25rem}}.prc-modern__tab-label{display:none}@media (min-width:480px){.prc-modern__tab-label{display:inline}}.prc-modern__tab-count{align-items:center;background:#667eea26;border-radius:10px;color:#667eea;display:inline-flex;font-size:2rem;font-weight:700;height:28px;justify-content:center;min-width:28px;padding:0 .5rem;transition:all .3s ease}@media (min-width:768px){.prc-modern__tab-count{font-size:1rem;height:24px;min-width:24px}}.prc-modern__content{flex:1 1}.prc-modern__grid-layout{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:1024px){.prc-modern__grid-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:400px 1fr}}@media (min-width:1400px){.prc-modern__grid-layout{grid-template-columns:450px 1fr}}@media (min-width:1024px){.prc-modern__form-column{position:-webkit-sticky;position:sticky;top:2rem}}.prc-modern__list-column{min-width:0}.prc-modern__card{backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);background:#ffffffe6;border:1px solid #fff9;border-radius:24px;box-shadow:0 8px 40px #00000014;padding:1.5rem;transition:all .3s ease}.prc-modern__card--form{background:linear-gradient(145deg,#fffffff2,#fafaffe6)}@media (min-width:768px){.prc-modern__card{padding:2rem}}.prc-modern__card-header{align-items:flex-start;border-bottom:1px solid #667eea1a;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.prc-modern__card-icon{align-items:center;background:linear-gradient(135deg,#667eea26,#764ba21a);border-radius:16px;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.prc-modern__card-icon svg{color:#667eea;height:26px;width:26px}@media (min-width:768px){.prc-modern__card-icon svg{height:22px;width:22px}}.prc-modern__card-icon--create{background:linear-gradient(135deg,#667eea,#764ba2)}.prc-modern__card-icon--create svg{color:#fff}@media (min-width:768px){.prc-modern__card-icon{height:48px;width:48px}}.prc-modern__card-title{color:#2d3748;font-size:3.5rem;font-weight:700;margin:0 0 .25rem}@media (min-width:768px){.prc-modern__card-title{font-size:1.8rem}}.prc-modern__card-subtitle{color:#718096;font-size:2rem;margin:0}@media (min-width:768px){.prc-modern__card-subtitle{font-size:1.3rem}}.prc-modern__form{display:flex;flex-direction:column;gap:1.25rem}.prc-modern__field{display:flex;flex-direction:column;gap:.5rem}.prc-modern__field-label{color:#4a5568;font-size:3rem;font-weight:600}@media (min-width:768px){.prc-modern__field-label{font-size:1.5rem}}.prc-modern__field-hint{color:#a0aec0;font-size:2rem}@media (min-width:768px){.prc-modern__field-hint{font-size:1.1rem}}.prc-modern__datepicker,.prc-modern__input,.prc-modern__textarea{background:#ffffffe6;border:2px solid #667eea33!important;border-radius:14px;color:#2d3748;font-size:3rem;font-weight:500;outline:none;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.prc-modern__datepicker::placeholder,.prc-modern__input::placeholder,.prc-modern__textarea::placeholder{color:#a0aec0;font-weight:400}.prc-modern__datepicker:focus,.prc-modern__input:focus,.prc-modern__textarea:focus{background:#fff;border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1f}.prc-modern__datepicker:-moz-ui-invalid,.prc-modern__datepicker:invalid,.prc-modern__datepicker:required,.prc-modern__datepicker:valid,.prc-modern__input:-moz-ui-invalid,.prc-modern__input:invalid,.prc-modern__input:required,.prc-modern__input:valid,.prc-modern__textarea:-moz-ui-invalid,.prc-modern__textarea:invalid,.prc-modern__textarea:required,.prc-modern__textarea:valid{border-color:#667eea33!important;box-shadow:none!important}.prc-modern__datepicker:focus:invalid,.prc-modern__datepicker:focus:required,.prc-modern__datepicker:focus:valid,.prc-modern__input:focus:invalid,.prc-modern__input:focus:required,.prc-modern__input:focus:valid,.prc-modern__textarea:focus:invalid,.prc-modern__textarea:focus:required,.prc-modern__textarea:focus:valid{border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1f!important}@media (min-width:768px){.prc-modern__datepicker,.prc-modern__input,.prc-modern__textarea{font-size:1.5rem;padding:.875rem 1rem}}.prc-modern__input--code{font-family:SF Mono,Consolas,monospace;letter-spacing:.05em}.prc-modern__textarea{line-height:1.6;min-height:140px;resize:vertical}.prc-modern__input-wrapper{align-items:center;display:flex;position:relative}.prc-modern__input--percent{padding-right:3rem}@media (min-width:768px){.prc-modern__input--percent{padding-right:2.5rem}}.prc-modern__input-suffix{color:#667eea;font-size:3rem;font-weight:600;position:absolute;right:1rem}@media (min-width:768px){.prc-modern__input-suffix{font-size:1.5rem}}.prc-modern__error{align-items:center;background:#ef444414;border:1px solid #ef444433;border-radius:14px;color:#dc2626;display:flex;font-size:2rem;gap:.75rem;margin-bottom:.5rem;padding:1rem 1.25rem}.prc-modern__error svg{flex-shrink:0;height:22px;width:22px}@media (min-width:768px){.prc-modern__error{font-size:1rem}.prc-modern__error svg{height:18px;width:18px}}.prc-modern__submit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;font-weight:700;gap:.75rem;justify-content:center;margin-top:.5rem;padding:1.25rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.prc-modern__submit-btn svg{height:22px;width:22px}@media (min-width:768px){.prc-modern__submit-btn svg{height:18px;width:18px}}.prc-modern__submit-btn:hover:not(:disabled){box-shadow:0 8px 30px #667eea73;transform:translateY(-2px)}.prc-modern__submit-btn:active:not(:disabled){transform:translateY(0)}.prc-modern__submit-btn:disabled{cursor:not-allowed;opacity:.6}.prc-modern__submit-btn--coupon{background:linear-gradient(135deg,#48bb78,#38a169)}.prc-modern__submit-btn--coupon:hover:not(:disabled){box-shadow:0 8px 30px #48bb7873}@media (min-width:768px){.prc-modern__submit-btn{font-size:1.5rem;padding:1rem 1.75rem}}.prc-modern__pr-list{display:flex;flex-direction:column;gap:1rem}.prc-modern__pr-card{background:linear-gradient(135deg,#667eea0a,#764ba205);border:1px solid #667eea1f;border-radius:20px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.prc-modern__pr-card:hover{border-color:#667eea40;box-shadow:0 4px 20px #667eea1a;transform:translateY(-2px)}.prc-modern__pr-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:2rem;font-weight:700;height:44px;justify-content:center;width:44px}@media (min-width:768px){.prc-modern__pr-number{font-size:1.1rem;height:40px;width:40px}}.prc-modern__pr-content{flex:1 1;min-width:0}.prc-modern__pr-meta{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.prc-modern__pr-date{align-items:center;color:#667eea;display:inline-flex;font-size:2rem;font-weight:500;gap:.35rem}.prc-modern__pr-date svg{height:16px;width:16px}@media (min-width:768px){.prc-modern__pr-date svg{height:14px;width:14px}.prc-modern__pr-date{font-size:1.1rem}}.prc-modern__pr-title{color:#2d3748;font-size:3rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}@media (min-width:768px){.prc-modern__pr-title{font-size:1.5rem}}.prc-modern__pr-text{color:#4a5568;font-size:3rem;line-height:1.6;margin:0 0 1rem}@media (min-width:768px){.prc-modern__pr-text{font-size:1.5rem}}.prc-modern__pr-actions{display:flex;flex-wrap:wrap;gap:.75rem}.prc-modern__pr-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.4rem;padding:.625rem 1rem;transition:all .2s ease}.prc-modern__pr-btn svg{height:18px;width:18px}@media (min-width:768px){.prc-modern__pr-btn svg{height:15px;width:15px}}.prc-modern__pr-btn--read{background:#667eea1a;color:#667eea}.prc-modern__pr-btn--read:hover{background:#667eea33}.prc-modern__pr-btn--delete{background:#ef444414;color:#dc2626}.prc-modern__pr-btn--delete:hover{background:#ef444426}@media (min-width:768px){.prc-modern__pr-btn{font-size:1.3rem;padding:.5rem .875rem}}.prc-modern__coupon-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:600px){.prc-modern__coupon-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.prc-modern__coupon-grid{grid-template-columns:repeat(3,1fr)}}.prc-modern__coupon-card{background:linear-gradient(145deg,#fff,#f8f9ff);border:1px solid #667eea26;border-radius:20px;box-shadow:0 4px 20px #0000000f;overflow:hidden;transition:all .3s ease}.prc-modern__coupon-card:hover{box-shadow:0 8px 30px #667eea26;transform:translateY(-4px)}.prc-modern__coupon-top{align-items:baseline;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;gap:.25rem;justify-content:center;padding:1.5rem 1rem}.prc-modern__coupon-discount{font-size:5rem;font-weight:800;line-height:1}@media (min-width:768px){.prc-modern__coupon-discount{font-size:2.8rem}}.prc-modern__coupon-off{font-size:2.5rem;font-weight:700;text-transform:uppercase}@media (min-width:768px){.prc-modern__coupon-off{font-size:1.3rem}}.prc-modern__coupon-divider{align-items:center;background:linear-gradient(135deg,#667eea14,#764ba20d);display:flex;height:24px;position:relative}.prc-modern__coupon-notch{background:linear-gradient(135deg,#f5f7ff,#f0f4ff);border-radius:50%;height:24px;position:absolute;width:24px}.prc-modern__coupon-notch--left{left:-12px}.prc-modern__coupon-notch--right{right:-12px}.prc-modern__coupon-dots{background-image:repeating-linear-gradient(90deg,#667eea4d,#667eea4d 8px,#0000 0,#0000 16px);flex:1 1;height:2px;margin:0 1.5rem}.prc-modern__coupon-bottom{align-items:center;background:#fff;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1.25rem}.prc-modern__coupon-label{color:#718096;font-size:2rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}@media (min-width:768px){.prc-modern__coupon-label{font-size:1rem}}.prc-modern__coupon-code{background:linear-gradient(135deg,#667eea26,#764ba21a);border:2px dashed #667eea66;border-radius:12px;color:#5a67d8;display:inline-block;font-family:SF Mono,Consolas,Courier New,monospace;font-size:3.5rem;font-weight:800;letter-spacing:.1em;padding:.75rem 1.5rem}@media (min-width:768px){.prc-modern__coupon-code{font-size:1.6rem;padding:.625rem 1.25rem}}.prc-modern__coupon-expiry{align-items:center;color:#718096;display:flex;font-size:2rem;gap:.4rem;margin-top:.5rem}.prc-modern__coupon-expiry svg{height:16px;width:16px}@media (min-width:768px){.prc-modern__coupon-expiry svg{height:14px;width:14px}.prc-modern__coupon-expiry{font-size:1.1rem}}.prc-modern__coupon-delete{align-items:center;background:#ef444414;border:none;border-radius:10px;color:#dc2626;cursor:pointer;display:flex;font-size:2rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;transition:all .2s ease}.prc-modern__coupon-delete svg{height:16px;width:16px}@media (min-width:768px){.prc-modern__coupon-delete svg{height:14px;width:14px}}.prc-modern__coupon-delete:hover{background:#ef444426}@media (min-width:768px){.prc-modern__coupon-delete{font-size:1.1rem}}.prc-modern__empty{align-items:center;display:flex;flex-direction:column;padding:3rem 1.5rem;text-align:center}.prc-modern__empty-icon{align-items:center;background:linear-gradient(135deg,#667eea1f,#764ba214);border-radius:24px;display:flex;height:80px;justify-content:center;margin-bottom:1.25rem;width:80px}.prc-modern__empty-icon svg{color:#667eea;height:40px;opacity:.7;width:40px}.prc-modern__empty-title{color:#2d3748;font-size:3rem;font-weight:700;margin:0 0 .5rem}@media (min-width:768px){.prc-modern__empty-title{font-size:1.5rem}}.prc-modern__empty-text{color:#718096;font-size:2rem;margin:0;max-width:280px}@media (min-width:768px){.prc-modern__empty-text{font-size:1.2rem}}.spl-modern{background:linear-gradient(135deg,#f5f7ff,#f0f4ff 50%,#faf8ff);display:flex;flex-direction:column;min-height:100vh;position:relative}.spl-modern__bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.spl-modern__grid{background-image:linear-gradient(#667eea08 1px,#0000 0),linear-gradient(90deg,#667eea08 1px,#0000 0);background-size:60px 60px;inset:0;position:absolute}.spl-modern__orb{animation:spl-float 25s ease-in-out infinite;border-radius:50%;filter:blur(100px);opacity:.6;position:absolute}.spl-modern__orb--1{background:radial-gradient(circle,#667eea59 0,#0000 70%);height:400px;right:-100px;top:-150px;width:400px}.spl-modern__orb--2{animation-delay:-8s;background:radial-gradient(circle,#764ba24d 0,#0000 70%);bottom:10%;height:350px;left:-100px;width:350px}.spl-modern__orb--3{animation-delay:-16s;background:radial-gradient(circle,#48bb7833 0,#0000 70%);height:250px;right:5%;top:40%;width:250px}@keyframes spl-float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(40px,-40px) rotate(5deg)}66%{transform:translate(-30px,30px) rotate(-5deg)}}.spl-modern__hero{display:flex;justify-content:center;overflow:visible;padding:2rem 1rem 3rem;position:relative}@media (min-width:768px){.spl-modern__hero{padding:2.5rem 2rem 3.5rem}}.spl-modern__hero-decor{inset:0;overflow:hidden;pointer-events:none;position:absolute}.spl-modern__hero-circle{border:2px solid #ffffff26;border-radius:50%;position:absolute}.spl-modern__hero-circle--1{animation:spl-pulse 8s ease-in-out infinite;height:300px;left:-80px;top:-100px;width:300px}.spl-modern__hero-circle--2{animation:spl-pulse 6s ease-in-out 1s infinite;height:200px;right:-50px;top:20px;width:200px}.spl-modern__hero-circle--3{animation:spl-pulse 7s ease-in-out 2s infinite;bottom:-40px;height:150px;left:30%;width:150px}@keyframes spl-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.spl-modern__hero-card{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff3,#ffffff14);border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 8px 32px #00000026,inset 0 1px 0 #ffffff4d;display:flex;flex-direction:column;gap:1.5rem;max-width:700px;padding:2rem 1.5rem;position:relative;width:100%}@media (min-width:768px){.spl-modern__hero-card{flex-direction:row;gap:2rem;padding:2rem 2.5rem}}.spl-modern__hero-icon{align-items:center;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border:1px solid #fff6;border-radius:20px;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.spl-modern__hero-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:40px;width:40px}@media (min-width:768px){.spl-modern__hero-icon{height:70px;width:70px}.spl-modern__hero-icon svg{height:36px;width:36px}}.spl-modern__hero-content{flex:1 1;text-align:center}@media (min-width:768px){.spl-modern__hero-content{text-align:left}}.spl-modern__hero-label{color:#fffc;display:inline-block;font-size:2rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}@media (min-width:768px){.spl-modern__hero-label{font-size:.85rem}}.spl-modern__hero-title{color:#fff;font-size:4.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5rem;text-shadow:0 2px 15px #0000004d}@media (min-width:768px){.spl-modern__hero-title{font-size:2.2rem;margin:0 0 .25rem}}.spl-modern__hero-subtitle{color:#ffffffd9;font-size:2.5rem;font-weight:400;line-height:1.4;margin:0}@media (min-width:768px){.spl-modern__hero-subtitle{font-size:1.1rem}}.spl-modern__hero-stats{border-top:1px solid #ffffff26;display:flex;gap:1rem;justify-content:center;padding-top:1rem;width:100%}@media (min-width:768px){.spl-modern__hero-stats{border-left:1px solid #ffffff26;border-top:none;flex-direction:column;gap:.75rem;padding-left:2rem;padding-top:0;width:auto}}.spl-modern__hero-stat{padding:0 .75rem;text-align:center}@media (min-width:768px){.spl-modern__hero-stat{padding:0;text-align:left}}.spl-modern__hero-stat--warning .spl-modern__hero-stat-value{color:#fbd38d}.spl-modern__hero-stat-value{color:#fff;display:block;font-size:3.5rem;font-weight:800;line-height:1;text-shadow:0 2px 8px #0003}@media (min-width:768px){.spl-modern__hero-stat-value{font-size:1.8rem}}.spl-modern__hero-stat-label{color:#ffffffb3;font-size:1.8rem;font-weight:500}@media (min-width:768px){.spl-modern__hero-stat-label{font-size:.85rem}}.spl-modern__layout{display:flex;flex:1 1;flex-direction:column;padding:1rem;position:relative;z-index:1}@media (min-width:1024px){.spl-modern__layout{flex-direction:row;gap:2rem;margin:0 auto;max-width:1600px;padding:2rem;width:100%}}.spl-modern__mobile-nav{display:block;margin-bottom:1rem}@media (min-width:1024px){.spl-modern__mobile-nav{display:none}}.spl-modern__sidebar{display:none}@media (min-width:1024px){.spl-modern__sidebar{display:block;flex-shrink:0;width:280px}}.spl-modern__main{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;min-width:0}.spl-modern__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.spl-modern__stats{grid-template-columns:repeat(4,1fr)}}.spl-modern__stat-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;gap:1rem;padding:1.25rem}.spl-modern__stat-icon{align-items:center;border-radius:14px;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.spl-modern__stat-icon svg{color:#fff;height:26px;width:26px}@media (min-width:768px){.spl-modern__stat-icon svg{height:22px;width:22px}}.spl-modern__stat-icon--total{background:linear-gradient(135deg,#667eea,#764ba2)}.spl-modern__stat-icon--instock{background:linear-gradient(135deg,#48bb78,#38a169)}.spl-modern__stat-icon--low{background:linear-gradient(135deg,#ed8936,#dd6b20)}.spl-modern__stat-icon--out{background:linear-gradient(135deg,#fc8181,#e53e3e)}@media (min-width:768px){.spl-modern__stat-icon{height:48px;width:48px}}.spl-modern__stat-info{display:flex;flex-direction:column}.spl-modern__stat-value{color:#2d3748;font-size:4rem;font-weight:700;line-height:1}@media (min-width:768px){.spl-modern__stat-value{font-size:2.2rem}}.spl-modern__stat-label{color:#718096;font-size:2.5rem;font-weight:500}@media (min-width:768px){.spl-modern__stat-label{font-size:1.4rem}}.spl-modern__toolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;gap:1rem;padding:1.25rem}@media (min-width:768px){.spl-modern__toolbar{align-items:center;flex-direction:row;justify-content:space-between}}.spl-modern__search{align-items:center;background:#667eea14;border-radius:14px;display:flex;flex:1 1;gap:.75rem;padding:.875rem 1rem}.spl-modern__search svg{color:#667eea;flex-shrink:0;height:22px;width:22px}@media (min-width:768px){.spl-modern__search svg{height:18px;width:18px}.spl-modern__search{max-width:350px}}.spl-modern__search-input{background:#0000;border:none;color:#2d3748;flex:1 1;font-size:3rem;outline:none}.spl-modern__search-input::placeholder{color:#a0aec0}@media (min-width:768px){.spl-modern__search-input{font-size:1.5rem}}.spl-modern__toolbar-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.spl-modern__sort-select{background:#fff;border:2px solid #667eea33;border-radius:12px;color:#4a5568;cursor:pointer;font-size:2.5rem;font-weight:500;outline:none;padding:.75rem 1rem}.spl-modern__sort-select:focus{border-color:#667eea}@media (min-width:768px){.spl-modern__sort-select{font-size:1.3rem}}.spl-modern__view-toggle{background:#667eea1a;border-radius:12px;display:flex;padding:.25rem}.spl-modern__view-btn{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.spl-modern__view-btn svg{color:#718096;height:22px;width:22px}@media (min-width:768px){.spl-modern__view-btn svg{height:18px;width:18px}}.spl-modern__view-btn--active{background:#fff;box-shadow:0 2px 8px #0000001a}.spl-modern__view-btn--active svg{color:#667eea}@media (min-width:768px){.spl-modern__view-btn{height:40px;width:40px}}.spl-modern__add-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff!important;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.5rem;padding:.875rem 1.25rem;text-decoration:none;transition:all .3s ease}.spl-modern__add-btn svg{stroke:#fff;height:20px;width:20px}@media (min-width:768px){.spl-modern__add-btn svg{height:16px;width:16px}}.spl-modern__add-btn span{color:#fff}.spl-modern__add-btn:hover{box-shadow:0 6px 20px #667eea66;color:#fff!important;transform:translateY(-2px)}.spl-modern__add-btn:active,.spl-modern__add-btn:focus,.spl-modern__add-btn:visited{color:#fff!important}@media (min-width:768px){.spl-modern__add-btn{font-size:1.3rem;padding:.75rem 1.25rem}}.spl-modern__loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.spl-modern__loading p{color:#718096;font-size:2.5rem;margin-top:1rem}@media (min-width:768px){.spl-modern__loading p{font-size:1.3rem}}.spl-modern__spinner{animation:spin 1s linear infinite;border:4px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:48px;width:48px}.spl-modern__empty{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:24px;display:flex;flex-direction:column;padding:4rem 2rem;text-align:center}.spl-modern__empty-icon{align-items:center;background:linear-gradient(135deg,#667eea1f,#764ba214);border-radius:28px;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;width:100px}.spl-modern__empty-icon svg{color:#667eea;height:50px;opacity:.7;width:50px}.spl-modern__empty-title{color:#2d3748;font-size:3rem;font-weight:700;margin:0 0 .5rem}@media (min-width:768px){.spl-modern__empty-title{font-size:1.5rem}}.spl-modern__empty-text{color:#718096;font-size:2.5rem;margin:0 0 1.5rem}@media (min-width:768px){.spl-modern__empty-text{font-size:1.2rem}}.spl-modern__empty-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.spl-modern__empty-btn svg{height:20px;width:20px}.spl-modern__empty-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (min-width:768px){.spl-modern__empty-btn{font-size:1.3rem}}.spl-modern__products{grid-gap:1.5rem;display:grid;gap:1.5rem}.spl-modern__products--grid{grid-template-columns:1fr}@media (min-width:600px){.spl-modern__products--grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.spl-modern__products--grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.spl-modern__products--grid{grid-template-columns:repeat(4,1fr)}}.spl-modern__products--list{grid-template-columns:1fr}.spl-modern__products--list .spl-modern__product-card{flex-direction:row;gap:1.5rem}.spl-modern__products--list .spl-modern__product-image{flex-shrink:0;height:140px;width:140px}@media (min-width:768px){.spl-modern__products--list .spl-modern__product-image{height:120px;width:160px}}.spl-modern__products--list .spl-modern__product-info{flex:1 1}.spl-modern__products--list .spl-modern__product-actions{flex-direction:column;justify-content:center}.spl-modern__product-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.spl-modern__product-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.spl-modern__product-image{height:200px;overflow:hidden;position:relative;width:100%}.spl-modern__product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.spl-modern__product-image:hover img{transform:scale(1.05)}.spl-modern__stock-badge{border-radius:8px;font-size:1.8rem;font-weight:600;padding:.375rem .75rem;position:absolute;right:.75rem;top:.75rem}.spl-modern__stock-badge--in{background:#48bb78e6;color:#fff}.spl-modern__stock-badge--low{background:#ed8936e6;color:#fff}.spl-modern__stock-badge--out{background:#e53e3ee6;color:#fff}@media (min-width:768px){.spl-modern__stock-badge{font-size:1.1rem}}.spl-modern__product-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1.25rem}.spl-modern__product-title{color:#2d3748;font-size:3rem;font-weight:700;line-height:1.3;margin:0}@media (min-width:768px){.spl-modern__product-title{font-size:1.5rem}}.spl-modern__product-desc{color:#718096;font-size:2.5rem;line-height:1.5;margin:0}@media (min-width:768px){.spl-modern__product-desc{font-size:1.3rem}}.spl-modern__product-meta{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.spl-modern__product-price{color:#667eea;font-size:3rem;font-weight:700}@media (min-width:768px){.spl-modern__product-price{font-size:1.5rem}}.spl-modern__product-qty{color:#718096;font-size:2rem;font-weight:500}@media (min-width:768px){.spl-modern__product-qty{font-size:1.2rem}}.spl-modern__product-actions{border-top:1px solid #667eea1a;display:flex;gap:.5rem;padding:1rem 1.25rem}.spl-modern__action-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;flex:1 1;font-size:2.5rem;font-weight:600;gap:.4rem;justify-content:center;padding:.75rem 1rem;text-decoration:none;transition:all .2s ease}.spl-modern__action-btn svg{height:18px;width:18px}@media (min-width:768px){.spl-modern__action-btn svg{height:16px;width:16px}}.spl-modern__action-btn--edit{background:#667eea1a;color:#667eea}.spl-modern__action-btn--edit:hover{background:#667eea33}.spl-modern__action-btn--delete{background:#e53e3e14;color:#e53e3e}.spl-modern__action-btn--delete:hover{background:#e53e3e26}@media (min-width:768px){.spl-modern__action-btn{font-size:1.3rem}}.spl-modern__results-info{color:#718096;font-size:2.5rem;padding:1rem 0;text-align:center}@media (min-width:768px){.spl-modern__results-info{font-size:1.3rem}}.spl-modern__pagination{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:1.5rem 0 2rem}.spl-modern__page-numbers{align-items:center;display:flex;gap:.25rem}.spl-modern__page-btn{align-items:center;background:#ffffffe6;border:2px solid #667eea33;border-radius:12px;color:#4a5568;cursor:pointer;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.4rem;height:44px;justify-content:center;min-width:44px;padding:0 1rem;transition:all .2s ease}.spl-modern__page-btn svg{height:18px;width:18px}@media (min-width:768px){.spl-modern__page-btn svg{height:16px;width:16px}}.spl-modern__page-btn:hover:not(:disabled){background:#667eea1a;border-color:#667eea;color:#667eea}.spl-modern__page-btn:disabled{cursor:not-allowed;opacity:.5}.spl-modern__page-btn--active{border-color:#0000}.spl-modern__page-btn--active,.spl-modern__page-btn--active:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.spl-modern__page-btn--nav{min-width:auto}@media (min-width:768px){.spl-modern__page-btn{font-size:1.3rem;height:40px;min-width:40px}}.spl-modern__page-dots{color:#718096;font-size:2.5rem;padding:0 .25rem}@media (min-width:768px){.spl-modern__page-dots{font-size:1.3rem}}.sol-modern{background:linear-gradient(135deg,#f5f7ff,#f0f4ff 50%,#faf8ff);display:flex;flex-direction:column;min-height:100vh;position:relative}.sol-modern__bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.sol-modern__grid{background-image:linear-gradient(#667eea08 1px,#0000 0),linear-gradient(90deg,#667eea08 1px,#0000 0);background-size:60px 60px;inset:0;position:absolute}.sol-modern__orb{animation:sol-float 25s ease-in-out infinite;border-radius:50%;filter:blur(100px);opacity:.6;position:absolute}.sol-modern__orb--1{background:radial-gradient(circle,#667eea59 0,#0000 70%);height:400px;right:-100px;top:-150px;width:400px}.sol-modern__orb--2{animation-delay:-8s;background:radial-gradient(circle,#764ba24d 0,#0000 70%);bottom:10%;height:350px;left:-100px;width:350px}.sol-modern__orb--3{animation-delay:-16s;background:radial-gradient(circle,#48bb7833 0,#0000 70%);height:250px;right:5%;top:40%;width:250px}@keyframes sol-float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(40px,-40px) rotate(5deg)}66%{transform:translate(-30px,30px) rotate(-5deg)}}.sol-modern__hero{display:flex;justify-content:center;overflow:visible;padding:2rem 1rem 3rem;position:relative}@media (min-width:768px){.sol-modern__hero{padding:2.5rem 2rem 3.5rem}}.sol-modern__hero-decor{inset:0;overflow:hidden;pointer-events:none;position:absolute}.sol-modern__hero-circle{border:2px solid #ffffff26;border-radius:50%;position:absolute}.sol-modern__hero-circle--1{animation:sol-pulse 8s ease-in-out infinite;height:300px;left:-80px;top:-100px;width:300px}.sol-modern__hero-circle--2{animation:sol-pulse 6s ease-in-out 1s infinite;height:200px;right:-50px;top:20px;width:200px}.sol-modern__hero-circle--3{animation:sol-pulse 7s ease-in-out 2s infinite;bottom:-40px;height:150px;left:30%;width:150px}@keyframes sol-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.sol-modern__hero-card{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#fff3,#ffffff14);border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 8px 32px #00000026,inset 0 1px 0 #ffffff4d;display:flex;flex-direction:column;gap:1.5rem;max-width:700px;padding:2rem 1.5rem;position:relative;width:100%}@media (min-width:768px){.sol-modern__hero-card{flex-direction:row;gap:2rem;padding:2rem 2.5rem}}.sol-modern__hero-icon{align-items:center;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border:1px solid #fff6;border-radius:20px;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.sol-modern__hero-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:40px;width:40px}@media (min-width:768px){.sol-modern__hero-icon{height:70px;width:70px}.sol-modern__hero-icon svg{height:36px;width:36px}}.sol-modern__hero-content{flex:1 1;text-align:center}@media (min-width:768px){.sol-modern__hero-content{text-align:left}}.sol-modern__hero-label{color:#fffc;display:inline-block;font-size:2rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}@media (min-width:768px){.sol-modern__hero-label{font-size:.85rem}}.sol-modern__hero-title{color:#fff;font-size:4.5rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 0 .5rem;text-shadow:0 2px 15px #0000004d}@media (min-width:768px){.sol-modern__hero-title{font-size:2.2rem;margin:0 0 .25rem}}.sol-modern__hero-subtitle{color:#ffffffd9;font-size:2.5rem;font-weight:400;line-height:1.4;margin:0}@media (min-width:768px){.sol-modern__hero-subtitle{font-size:1.1rem}}.sol-modern__hero-stats{border-top:1px solid #ffffff26;display:flex;gap:1rem;justify-content:center;padding-top:1rem;width:100%}@media (min-width:768px){.sol-modern__hero-stats{border-left:1px solid #ffffff26;border-top:none;flex-direction:column;gap:.75rem;padding-left:2rem;padding-top:0;width:auto}}.sol-modern__hero-stat{padding:0 .75rem;text-align:center}@media (min-width:768px){.sol-modern__hero-stat{padding:0;text-align:left}}.sol-modern__hero-stat--warning .sol-modern__hero-stat-value{color:#fbd38d}.sol-modern__hero-stat--success .sol-modern__hero-stat-value{color:#9ae6b4}.sol-modern__hero-stat-value{color:#fff;display:block;font-size:3.5rem;font-weight:800;line-height:1;text-shadow:0 2px 8px #0003}@media (min-width:768px){.sol-modern__hero-stat-value{font-size:1.8rem}}.sol-modern__hero-stat-label{color:#ffffffb3;font-size:1.8rem;font-weight:500}@media (min-width:768px){.sol-modern__hero-stat-label{font-size:.85rem}}.sol-modern__layout{display:flex;flex:1 1;flex-direction:column;padding:1rem;position:relative;z-index:1}@media (min-width:1024px){.sol-modern__layout{flex-direction:row;gap:2rem;margin:0 auto;max-width:1600px;padding:2rem;width:100%}}.sol-modern__mobile-nav{display:block;margin-bottom:1rem}@media (min-width:1024px){.sol-modern__mobile-nav{display:none}}.sol-modern__sidebar{display:none}@media (min-width:1024px){.sol-modern__sidebar{display:block;flex-shrink:0;width:280px}}.sol-modern__main{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;min-width:0}.sol-modern__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:600px){.sol-modern__stats{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.sol-modern__stats{grid-template-columns:repeat(5,1fr)}}.sol-modern__stat-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:16px;box-shadow:0 4px 24px #0000000f;display:flex;gap:.75rem;padding:1rem}@media (min-width:768px){.sol-modern__stat-card{padding:1.25rem}}.sol-modern__stat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.sol-modern__stat-icon svg{color:#fff;height:22px;width:22px}@media (min-width:768px){.sol-modern__stat-icon svg{height:20px;width:20px}}.sol-modern__stat-icon--total{background:linear-gradient(135deg,#667eea,#764ba2)}.sol-modern__stat-icon--pending{background:linear-gradient(135deg,#fbd38d,#ed8936)}.sol-modern__stat-icon--processing{background:linear-gradient(135deg,#90cdf4,#4299e1)}.sol-modern__stat-icon--shipped{background:linear-gradient(135deg,#9ae6b4,#48bb78)}.sol-modern__stat-icon--delivered{background:linear-gradient(135deg,#68d391,#38a169)}@media (min-width:768px){.sol-modern__stat-icon{height:48px;width:48px}}.sol-modern__stat-info{display:flex;flex-direction:column;min-width:0}.sol-modern__stat-value{color:#2d3748;font-size:3.5rem;font-weight:700;line-height:1}@media (min-width:768px){.sol-modern__stat-value{font-size:2rem}}.sol-modern__stat-label{color:#718096;font-size:2rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.sol-modern__stat-label{font-size:1.2rem}}.sol-modern__toolbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;gap:1rem;padding:1.25rem}@media (min-width:768px){.sol-modern__toolbar{align-items:center;flex-direction:row;justify-content:space-between}}.sol-modern__search{align-items:center;background:#667eea14;border-radius:14px;display:flex;flex:1 1;gap:.75rem;padding:.875rem 1rem}.sol-modern__search svg{color:#667eea;flex-shrink:0;height:22px;width:22px}@media (min-width:768px){.sol-modern__search svg{height:18px;width:18px}.sol-modern__search{max-width:400px}}.sol-modern__search-input{background:#0000;border:none;color:#2d3748;flex:1 1;font-size:3rem;outline:none}.sol-modern__search-input::placeholder{color:#a0aec0}@media (min-width:768px){.sol-modern__search-input{font-size:1.5rem}}.sol-modern__toolbar-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.sol-modern__filter-select,.sol-modern__sort-select{background:#fff;border:2px solid #667eea33;border-radius:12px;color:#4a5568;cursor:pointer;font-size:2.5rem;font-weight:500;outline:none;padding:.75rem 1rem}.sol-modern__filter-select:focus,.sol-modern__sort-select:focus{border-color:#667eea}@media (min-width:768px){.sol-modern__filter-select,.sol-modern__sort-select{font-size:1.3rem}}.sol-modern__loading{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.sol-modern__loading p{color:#718096;font-size:2.5rem;margin-top:1rem}@media (min-width:768px){.sol-modern__loading p{font-size:1.3rem}}.sol-modern__spinner{animation:spin 1s linear infinite;border:4px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.sol-modern__empty{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:24px;display:flex;flex-direction:column;padding:4rem 2rem;text-align:center}.sol-modern__empty-icon{align-items:center;background:linear-gradient(135deg,#667eea1f,#764ba214);border-radius:28px;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;width:100px}.sol-modern__empty-icon svg{color:#667eea;height:50px;opacity:.7;width:50px}.sol-modern__empty-title{color:#2d3748;font-size:3rem;font-weight:700;margin:0 0 .5rem}@media (min-width:768px){.sol-modern__empty-title{font-size:1.5rem}}.sol-modern__empty-text{color:#718096;font-size:2.5rem;margin:0}@media (min-width:768px){.sol-modern__empty-text{font-size:1.2rem}}.sol-modern__orders{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.sol-modern__orders{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.sol-modern__orders{grid-template-columns:repeat(3,1fr)}}.sol-modern__order-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff9;border-radius:20px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.sol-modern__order-card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.sol-modern__order-header{align-items:center;background:linear-gradient(135deg,#667eea14,#764ba20d);border-bottom:1px solid #667eea1a;display:flex;justify-content:space-between;padding:1.25rem}.sol-modern__order-id{display:flex;flex-direction:column}.sol-modern__order-id-label{color:#718096;font-size:2rem;font-weight:500}@media (min-width:768px){.sol-modern__order-id-label{font-size:1.1rem}}.sol-modern__order-id-value{color:#2d3748;font-family:SF Mono,Consolas,monospace;font-size:2.5rem;font-weight:700}@media (min-width:768px){.sol-modern__order-id-value{font-size:1.3rem}}.sol-modern__status-wrapper{align-items:center;display:flex;position:relative}.sol-modern__status-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:2px solid #0000;border-radius:10px;cursor:pointer;font-size:2rem;font-weight:600;padding:.5rem 2.5rem .5rem 1rem;transition:all .2s ease}.sol-modern__status-select:hover:not(:disabled){border-color:#667eea66}.sol-modern__status-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.sol-modern__status-select:disabled{cursor:not-allowed;opacity:.6}.sol-modern__status-select--pending{background-color:#ed893626;color:#c05621}.sol-modern__status-select--cod{background-color:#48bb7826;color:#276749}.sol-modern__status-select--processing{background-color:#4299e126;color:#2b6cb0}.sol-modern__status-select--dispatched{background-color:#805ad526;color:#6b46c1}.sol-modern__status-select--shipped{background-color:#48bb7826;color:#276749}.sol-modern__status-select--delivered{background-color:#38a16926;color:#22543d}.sol-modern__status-select--cancelled{background-color:#e53e3e26;color:#c53030}@media (min-width:768px){.sol-modern__status-select{font-size:1.1rem;padding:.5rem 2rem .5rem .875rem}}.sol-modern__status-loading{animation:spin .8s linear infinite;border:2px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:16px;position:absolute;right:-24px;width:16px}@media (min-width:768px){.sol-modern__status-loading{height:14px;right:-20px;width:14px}}.sol-modern__order-status{border-radius:10px;font-size:2rem;font-weight:600;padding:.5rem 1rem}.sol-modern__order-status--pending{background:#ed893626;color:#c05621}.sol-modern__order-status--cod{background:#48bb7826;color:#276749}.sol-modern__order-status--processing{background:#4299e126;color:#2b6cb0}.sol-modern__order-status--dispatched{background:#805ad526;color:#6b46c1}.sol-modern__order-status--shipped{background:#48bb7826;color:#276749}.sol-modern__order-status--delivered{background:#38a16926;color:#22543d}.sol-modern__order-status--cancelled{background:#e53e3e26;color:#c53030}@media (min-width:768px){.sol-modern__order-status{font-size:1.1rem}}.sol-modern__order-body{display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.sol-modern__order-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.sol-modern__order-cell{display:flex;flex-direction:column;gap:.25rem}.sol-modern__cell-label{color:#718096;font-size:2rem;font-weight:500}@media (min-width:768px){.sol-modern__cell-label{font-size:1.1rem}}.sol-modern__cell-value{color:#2d3748;font-size:2.5rem;font-weight:600}.sol-modern__cell-value--price{color:#667eea;font-weight:700}@media (min-width:768px){.sol-modern__cell-value{font-size:1.3rem}}.sol-modern__payment-badge{align-items:center;border-radius:8px;display:inline-flex;font-size:2rem;font-weight:600;padding:.375rem .75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sol-modern__payment-badge--paid{background:#48bb7826;color:#276749}.sol-modern__payment-badge--unpaid{background:#e53e3e26;color:#c53030}.sol-modern__payment-badge--pending{background:#ed893626;color:#c05621}@media (min-width:768px){.sol-modern__payment-badge{font-size:1.1rem}}.sol-modern__order-footer{border-top:1px solid #667eea1a;padding:1rem 1.25rem}.sol-modern__view-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff!important;cursor:pointer;display:flex;font-size:2.5rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1rem;text-decoration:none;transition:all .3s ease;width:100%}.sol-modern__view-btn svg{stroke:#fff;height:20px;width:20px}@media (min-width:768px){.sol-modern__view-btn svg{height:16px;width:16px}}.sol-modern__view-btn:hover{box-shadow:0 6px 20px #667eea66;color:#fff!important;transform:translateY(-2px)}.sol-modern__view-btn:active,.sol-modern__view-btn:focus,.sol-modern__view-btn:visited{color:#fff!important}@media (min-width:768px){.sol-modern__view-btn{font-size:1.3rem}}.sol-modern__results-info{color:#718096;font-size:2.5rem;padding:1rem 0;text-align:center}@media (min-width:768px){.sol-modern__results-info{font-size:1.3rem}}.sol-modern__pagination{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:1.5rem 0 2rem}.sol-modern__page-numbers{align-items:center;display:flex;gap:.25rem}.sol-modern__page-btn{align-items:center;background:#ffffffe6;border:2px solid #667eea33;border-radius:12px;color:#4a5568;cursor:pointer;display:inline-flex;font-size:2.5rem;font-weight:600;gap:.4rem;height:44px;justify-content:center;min-width:44px;padding:0 1rem;transition:all .2s ease}.sol-modern__page-btn svg{height:18px;width:18px}@media (min-width:768px){.sol-modern__page-btn svg{height:16px;width:16px}}.sol-modern__page-btn:hover:not(:disabled){background:#667eea1a;border-color:#667eea;color:#667eea}.sol-modern__page-btn:disabled{cursor:not-allowed;opacity:.5}.sol-modern__page-btn--active{border-color:#0000}.sol-modern__page-btn--active,.sol-modern__page-btn--active:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.sol-modern__page-btn--nav{min-width:auto}@media (min-width:768px){.sol-modern__page-btn{font-size:1.3rem;height:40px;min-width:40px}}.sol-modern__page-dots{color:#718096;font-size:2.5rem;padding:0 .25rem}@media (min-width:768px){.sol-modern__page-dots{font-size:1.3rem}}.sol-modern__modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.sol-modern__modal{animation:sol-modal-appear .3s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}@keyframes sol-modal-appear{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.sol-modern__modal-header{align-items:center;background:linear-gradient(135deg,#667eea14,#764ba20d);border-bottom:1px solid #667eea1a;border-radius:24px 24px 0 0;display:flex;justify-content:space-between;padding:1.5rem}.sol-modern__modal-title{color:#2d3748;font-size:3rem;font-weight:700;margin:0}@media (min-width:768px){.sol-modern__modal-title{font-size:1.5rem}}.sol-modern__modal-close{align-items:center;background:#0000000d;border:none;border-radius:10px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.sol-modern__modal-close svg{color:#718096;height:20px;width:20px}.sol-modern__modal-close:hover{background:#e53e3e1a}.sol-modern__modal-close:hover svg{color:#c53030}.sol-modern__form-content{padding:1.5rem}.sol-modern__form-content form{display:flex;flex-direction:column;gap:1.5rem}.sol-modern__form-info{background:linear-gradient(135deg,#667eea14,#764ba20d);border:1px solid #667eea26;border-radius:16px;display:flex;gap:1rem;padding:1.25rem}.sol-modern__form-info-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.sol-modern__form-info-icon svg{color:#fff;height:24px;width:24px}.sol-modern__form-info-text{flex:1 1}.sol-modern__form-info-text p{color:#2d3748;font-size:2.5rem;font-weight:500;line-height:1.5;margin:0}@media (min-width:768px){.sol-modern__form-info-text p{font-size:1.3rem}}.sol-modern__form-info-note{color:#718096!important;font-size:2.2rem!important;font-weight:400!important;margin-top:.25rem!important}@media (min-width:768px){.sol-modern__form-info-note{font-size:1.1rem!important}}.sol-modern__form-field{display:flex;flex-direction:column;gap:.5rem}.sol-modern__form-label{color:#2d3748;font-size:2.2rem;font-weight:600}@media (min-width:768px){.sol-modern__form-label{font-size:1.2rem}}.sol-modern__form-input{background:#fff;border:2px solid #667eea33;border-radius:12px;color:#2d3748;font-size:2.5rem;outline:none;padding:1rem 1.25rem;transition:all .2s ease;width:100%}.sol-modern__form-input::placeholder{color:#a0aec0}.sol-modern__form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.sol-modern__form-input:disabled{background:#f7fafc;cursor:not-allowed}@media (min-width:768px){.sol-modern__form-input{font-size:1.3rem}}.sol-modern__form-upload{margin:0}.sol-modern__form-upload-label{cursor:pointer;display:block}.sol-modern__form-upload-label input[type=file]{display:none}.sol-modern__form-upload-box{align-items:center;background:#667eea0a;border:2px dashed #667eea4d;border-radius:16px;display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:2rem;transition:all .2s ease}.sol-modern__form-upload-box:hover{background:#667eea14;border-color:#667eea}.sol-modern__form-upload-box svg{color:#667eea;height:40px;opacity:.7;width:40px}.sol-modern__form-upload-box span{color:#667eea;font-size:2.5rem;font-weight:600}@media (min-width:768px){.sol-modern__form-upload-box span{font-size:1.3rem}}.sol-modern__form-upload-hint{color:#a0aec0!important;font-size:2rem!important;font-weight:400!important}@media (min-width:768px){.sol-modern__form-upload-hint{font-size:1.1rem!important}}.sol-modern__form-images{display:flex;flex-wrap:wrap;gap:.75rem}.sol-modern__form-images .ant-badge{cursor:pointer}.sol-modern__form-images .ant-avatar{border:2px solid #667eea33}.sol-modern__form-submit{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:2.5rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.sol-modern__form-submit svg{stroke:#fff;height:20px;width:20px}.sol-modern__form-submit:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.sol-modern__form-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (min-width:768px){.sol-modern__form-submit{font-size:1.3rem}}
/*# sourceMappingURL=main.e4d1d47f.css.map*/