@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";
h1,.h1{font-size:var(--font-h1-size);font-weight:var(--font-weight-600);margin-bottom:0}h2,.h2{font-size:var(--font-h2-size);font-weight:var(--font-weight-600);margin-bottom:0}h3,.h3{font-size:var(--font-h3-size);font-weight:var(--font-weight-600);margin-bottom:0}h4,.h4{font-size:var(--font-h4-size);font-weight:var(--font-weight-600);margin-bottom:0}h5,.h5{font-size:var(--font-h5-size);font-weight:var(--font-weight-600);margin-bottom:0}h6,.h6{font-size:var(--font-h6-size);font-weight:var(--font-weight-600);margin-bottom:0}a{color:var(--system-primary-color);text-decoration:none}input{box-shadow:none;outline:none}button{box-shadow:none;border:none;outline:none}input[type=search]::-webkit-search-decoration{display:none}input[type=search]::-webkit-search-cancel-button{display:none}input[type=search]::-webkit-search-results-button{display:none}input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{-webkit-box-shadow:1px;background-color:#f5f5f5;border-radius:1px}::-webkit-scrollbar-thumb{-webkit-box-shadow:auto;background-color:#9a9a9a;border-radius:1px}::-webkit-scrollbar-thumb:window-inactive{background-color:#9a9a9a}.fs-small{font-size:var(--font-onetwo-size)}.fs-regular{font-size:var(--font-onefour-size)}.fs-medium{font-size:var(--font-onesix-size)}.fs-big{font-size:var(--font-oneeight-size)}.fs-bigger{font-size:var(--font-twotwo-size)}.form-group{display:block;position:relative}.form-group.gstnumberbox input{text-transform:uppercase}.form-group .form-control{width:100%;height:50px;line-height:50px;font-size:var(--font-onefour-size);color:var(--text-dark-color);box-shadow:none;padding:0 20px;display:block;position:relative}.form-group .form-control.form-select{line-height:inherit}.form-group .form-control.select-control{padding:0 27px}.form-group .form-control.no-border-control{border:none}.form-group .form-control.radius-control{border-radius:var(--border-radius-high)}.form-group .form-label{font-size:var(--font-onefour-size);display:block;position:relative}.form-group .form-link{font-size:var(--font-onefour-size);color:var(--text-primary-color);display:inline-block;position:relative}.form-group .form-link:hover{color:var(--text-primary-hover-color)}.form-group .invalid-feedback{font-size:var(--font-onetwo-size);color:var(--text-error-color)}.form-group.form-icon-group .form-control{padding-right:50px}.form-group.form-icon-group .btn{border-radius:var(--border-radius-light);width:50px;height:56px;color:var(--text-primary-color);min-width:auto;line-height:56px;font-size:var(--font-onefour-size);background-color:#0000;padding:0;position:absolute;top:0;right:0}.form-group.form-icon-group .btn .material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);line-height:56px}.form-group.form-icon-group .btn:hover{color:var(--text-primary-hover-color);background-color:#0000}.form-floating{display:block;position:relative}.form-floating .form-control{border:1px solid var(--border-form-color);height:56px;box-shadow:none;border-radius:var(--border-radius-light);font-size:var(--font-onefour-size);padding:15px}.form-floating .form-control:focus{border-color:var(--border-system-color);border-width:2px;padding-top:18px;padding-bottom:15px}.form-floating .form-control:focus~label{opacity:1;color:var(--text-gray-color);font-size:var(--font-onetwo-size);transform:translateY(-.55rem)translate(.6rem)}.form-floating .form-control:not(:placeholder-shown){padding-top:18px;padding-bottom:15px}.form-floating .form-control:not(:placeholder-shown)~label{opacity:1;color:var(--text-gray-color);font-size:var(--font-onetwo-size);transform:translateY(-.55rem)translate(.6rem)}.form-floating .form-control.is-invalid{box-shadow:none;border-color:var(--border-error-color);background-position:right 15px center;background-size:20px;border-width:2px;padding-right:45px}.form-floating .form-control.select-control{line-height:22px}.form-floating label{width:auto;height:auto;color:var(--text-dark-color);background-color:var(--background-color-white);font-size:var(--font-onefour-size);opacity:1;padding:0 5px;transition:opacity .2s ease-in-out,transform .2s ease-in-out,font-size .2s ease-in-out;transform:translateY(1.05rem)translate(.8rem)}.form-floating .invalid-feedback{font-size:var(--font-onetwo-size);color:var(--text-error-color)}.btn{text-align:center;border-radius:var(--border-radius-semi-medium);height:50px;line-height:50px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);border:none;min-width:170px;padding:0 20px;display:inline-block;position:relative}.btn.btn-lg{width:100%}.btn.btn-bordered{line-height:48px;border:1px solid!important}.btn.btn-primary{background-color:var(--btn-regular-color);color:var(--text-white-color);transition:background-color .3s ease-in-out}.btn.btn-primary:hover{background-color:var(--btn-hover-color)}.btn.btn-primary-bordered{border:1px solid var(--btn-regular-color);color:var(--btn-regular-color);transition:background-color .3s ease-in-out}.btn.btn-primary-bordered:hover{border:1px solid var(--btn-hover-color);color:var(--text-white-color);background-color:var(--btn-hover-color)!important}.btn.btn-primary-bordered:hover a{color:var(--text-white-color)}.btn.btn-secondary{background-color:var(--background-color-white);color:var(--text-dark-color)}.btn.btn-yellow{background-color:var(--system-secondary-color);color:var(--text-dark-color)}.btn.btn-secondary-bordered{background-color:var(--background-color-white);border:1px solid var(--text-dark-color);color:var(--text-dark-color);transition:border .3s ease-in-out,color .3s ease-in-out}.btn.btn-secondary-bordered:hover{border:1px solid var(--btn-regular-color);color:var(--btn-regular-color)}.btn .material-symbols-rounded{vertical-align:top;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;line-height:50px;font-size:var(--font-twofour-size)}.btn-small{text-align:center;border-radius:var(--border-radius-semi-medium);height:50px;line-height:50px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);border:none;padding:0 20px;display:inline-block;position:relative}.btn-small.btn-yellow{background-color:var(--system-secondary-color);color:var(--text-dark-color)}.form-check{min-height:auto;margin-bottom:0;padding-left:20px;line-height:20px;position:relative}.form-check.labelCheck .form-check-label{color:#9a9a9a;font-size:13px}.form-check .form-check-label{font-size:var(--font-onefour-size);color:var(--text-dark-color);cursor:pointer;padding-left:10px;line-height:20px}.form-check .form-check-label span{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:5px;line-height:20px;display:block}.form-check .form-check-input{visibility:hidden}.form-check .form-check-input[type=radio]~.form-check-label:before{content:"";border:1px solid var(--border-form-color);border-radius:var(--border-radius-semi-medium);width:20px;height:20px;position:absolute;top:0;left:0}.form-check .form-check-input[type=radio]~.form-check-label:after{content:"";background-color:var(--system-primary-color);border-radius:var(--border-radius-semi-medium);width:20px;height:20px;transition:transform .2s ease-in-out;position:absolute;top:0;left:0;transform:scale(0)}.form-check .form-check-input[type=radio]~.form-check-label:hover:before,.form-check .form-check-input[type=radio]:checked~.form-check-label:before{border-width:2px;border-color:var(--border-system-color)}.form-check .form-check-input[type=radio]:checked~.form-check-label:after{transform:scale(.5)}.form-check .form-check-input[type=checkbox]~.form-check-label:before{content:"";border:1px solid var(--border-form-color);width:18px;height:18px;position:absolute;top:1px;left:0}.form-check .form-check-input[type=checkbox]~.form-check-label:after{content:"";border-bottom:2px solid var(--text-white-color);border-left:2px solid var(--text-white-color);width:10px;height:5px;transition:transform .2s ease-in-out;position:absolute;top:7px;left:4px;transform:rotate(45deg)}.form-check .form-check-input[type=checkbox]~.form-check-label:hover:before{border-width:2px;border-color:var(--border-system-color)}.form-check .form-check-input[type=checkbox]:checked~.form-check-label:before{background-color:var(--system-primary-color);border-color:var(--border-system-color)}.form-check .form-check-input[type=checkbox]:checked~.form-check-label:after{transform:rotate(-45deg)}.form-floating .form-select{height:56px;padding-top:18px;padding-bottom:15px;line-height:22px}.form-floating .form-select~label{opacity:1;color:var(--text-gray-color);font-size:var(--font-onetwo-size);transform:translateY(-.55rem)translate(.6rem)}.form-floating textarea.form-control{height:auto;min-height:120px;padding-top:24px;line-height:22px}.form-floating textarea.form-control:focus,.form-floating textarea.form-control:not(:placeholder-shown){padding-top:24px;padding-bottom:15px}.form-group.has-prefix .form-floating .form-control{padding-left:calc(15px + var(--form-prefix-width,2.5rem))}.form-group.has-prefix .form-floating .form-prefix{z-index:3;font-size:var(--font-onefour-size);color:var(--text-dark-color);pointer-events:none;opacity:0;line-height:26px;transition:opacity .2s ease-in-out;display:block;position:absolute;top:18px;left:16px}.form-group.has-prefix .form-floating .form-control:focus~.form-prefix,.form-group.has-prefix .form-floating .form-control:not(:placeholder-shown)~.form-prefix{opacity:1}.form-group .form-hint{font-size:var(--font-onetwo-size);color:var(--text-gray-color);margin-top:6px;margin-bottom:0;display:block;position:relative}.form-check .form-check-input{visibility:visible;opacity:0;cursor:pointer;width:20px;height:20px;margin:0;position:absolute;top:0;left:0}.form-check .form-check-input:focus-visible~.form-check-label:before{outline:2px solid var(--border-system-color);outline-offset:2px}.form-check .invalid-feedback{font-size:var(--font-onetwo-size);color:var(--text-error-color)}.header{height:90px;max-height:90px;display:block;position:relative}.header .row{justify-content:space-between;align-items:center}.header .checkoutRightSide{justify-content:flex-end;align-items:center;display:flex}.header .checkoutRightSide a{color:#fff}.header .checkoutRightSide button,.header .checkoutRightSide p{color:var(--text-white-color);font-size:14px;font-weight:var(--font-weight-400);background:0 0;align-items:center;margin-bottom:0;margin-left:20px;padding:0;transition:color .3s ease-in-out;display:flex}.header .checkoutRightSide button .callneed,.header .checkoutRightSide p .callneed{margin-left:5px;display:inline-block}.header .checkoutRightSide button span,.header .checkoutRightSide p span{margin-right:5px}.header .checkoutRightSide button:hover,.header .checkoutRightSide p:hover{color:var(--text-white-color);opacity:.7}.header .sticky-header{background-color:var(--system-primary-color);height:90px;max-height:90px;padding:10px 0;transition:top .3s ease-in-out;display:block;position:relative}.header.smooth-sticky .sticky-header{z-index:102;height:80px;max-height:80px;padding:5px 0;position:fixed;top:-150px;left:0;right:0}.header.smooth-sticky.is-sticky .sticky-header{top:0}.header.smooth-sticky.is-sticky .header .brand{display:block;position:relative}.header .brand .brand-name{border-radius:var(--border-radius-semi-medium);cursor:pointer;min-height:70px;transition:background-color .3s ease-in-out;position:relative}.header .brand .brand-name img{margin:0 auto}.header .brand .brand-name:hover{background-color:var(--system-primary-hover-color)}.header .header-actions{text-align:right;margin-bottom:0;padding-left:0;list-style-type:none;display:flex;position:relative}.header .header-actions .action{vertical-align:top;text-align:left;z-index:22;margin-left:20px;display:inline-block;position:relative}.header .header-actions .action .item{height:70px;color:var(--text-white-color);border-radius:var(--border-radius-semi-medium);cursor:pointer;padding:14px 20px 14px 50px;transition:background-color .3s ease-in-out;display:block;position:relative}.header .header-actions .action .item span{display:block;position:relative}.header .header-actions .action .item .icon{position:absolute;top:24px;left:16px}.header .header-actions .action .item .txt-count{font-size:var(--font-onezero-size);font-weight:var(--font-weight-600);background-color:var(--system-secondary-color);color:var(--text-black-color);text-align:center;border-radius:var(--border-radius-normal);width:20px;height:20px;line-height:21px;position:absolute;left:26px}.header .header-actions .action .item .txt-small{font-size:var(--font-onethree-size);font-weight:var(--font-weight-400);white-space:pre;text-overflow:ellipsis;text-transform:capitalize;max-width:100%;overflow:hidden}.header .header-actions .action .item .txt-medium{font-size:var(--font-onefive-size);font-weight:var(--font-weight-500)}.header .header-actions .action .item:is(button){text-align:left;background:0 0}.header .header-actions .action .action-hover{visibility:hidden;opacity:0;z-index:-1;padding-top:10px;transition:all .3s ease-in-out,visibility 0s linear .3s,z-index 0s linear 2s;position:absolute;top:70px;right:0;transform:translateY(-1em)}.header .header-actions .action .action-hover .options{background-color:var(--background-color-white);border-bottom-left-radius:var(--border-radius-light);border-bottom-right-radius:var(--border-radius-light);box-shadow:var(--box-shadow-light);min-width:195px;margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.header .header-actions .action .action-hover .options .option{display:block;position:relative}.header .header-actions .action .action-hover .options .option .link{font-size:var(--font-onefour-size);color:var(--text-dark-color);height:50px;padding:0 20px;line-height:50px;display:block;position:relative}.header .header-actions .action .action-hover .options .option .link .icon{font-size:var(--font-twozero-size);color:inherit;line-height:inherit;vertical-align:top;margin-right:10px;transition:all .5s ease-in-out}.header .header-actions .action .action-hover .options .option .link:hover,.header .header-actions .action .action-hover .options .option .link.active{background-color:var(--system-primary-light-color);color:var(--text-primary-color)}.header .header-actions .action .action-hover .options .option.with-btn{text-align:center;padding:20px 0}.header .header-actions .action .action-hover .options .option.with-btn .btn{min-width:155px;max-width:155px;height:36px;line-height:34px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-500)}.header .header-actions .action .action-hover .options .option .link:is(button){text-align:left;width:100%;font:inherit;background:0 0;border:0}.header .header-actions .action .action-hover .options .option.hr .link{border-top:1px solid var(--border-light-color);font-size:var(--font-onefour-size);line-height:16px}.header .header-actions .action:hover .item{color:#ede9e9;background-color:var(--system-primary-hover-color)}.header .header-actions .action:hover .action-hover{visibility:visible;opacity:1;z-index:333;transition-delay:0s,0s,.1s;transform:translateY(0%)}.header .btn-link{font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);color:var(--text-white-color);background-color:#0000;padding:0;text-decoration:none}@media (min-width:1200px) and (max-width:1366px){.header .brand .brand-name img{width:140px}}@media (min-width:992px) and (max-width:1199px){.header .row{justify-content:space-between;align-items:center}.header .header-actions .action{margin-left:10px}.header .header-actions .action .item{padding:10px 20px 14px 43px}}@media (min-width:768px) and (max-width:991px){.header .container>.row{justify-content:space-between}.headerActionMenu .header-actions{text-align:right!important}}@media (max-width:991px){.returnBack{font-size:18px;text-align:center!important}.returnBack .btn-link{font-size:18px}.header .checkoutRightSide{justify-content:center}.header .checkoutRightSide button,.header .checkoutRightSide p{flex-direction:column;justify-content:center;align-items:center;margin-left:20px;font-size:14px;display:flex}.header .checkoutRightSide button span,.header .checkoutRightSide p span{margin-bottom:3px;margin-right:0;font-size:20px}.header.smooth-sticky{background:#005ac1}.header.smooth-sticky .sticky-header{height:55px;max-height:55px}.header{background:#005ac1;height:110px;max-height:110px;padding-top:5px}.header .container>.row{align-items:center}.header .sticky-header{height:auto;padding:0}.searchBlock{order:3}.header .brand .brand-name:hover{background:0 0}.header .brand .brand-name{min-height:35px}.header .brand img{width:150px}.brandLogo{justify-content:flex-start;padding-left:30px;padding-right:0;display:flex}.brandLogo.authBrandLogo{justify-content:center;padding-left:0!important}.brandLogo.authBrandLogo .brand img{width:120px}.headerActionMenu{justify-content:flex-end;display:flex}.headerActionMenu .header-actions{text-align:center;top:-5px}.headerActionMenu .header-actions .action{margin-left:8px}.headerActionMenu .header-actions .action:hover .action-hover{z-index:22;top:25px}.headerActionMenu .header-actions .action .item{background:0 0;height:auto;padding:10px 10px 10px 30px}.headerActionMenu .header-actions .action .item:hover{background-color:#0000!important}.headerActionMenu .header-actions .action .item .txt-count{left:inherit;top:-5px;right:0}.headerActionMenu .header-actions .action .item .icon{font-size:35px;top:0;left:0}.headerActionMenu .header-actions .action .item .txt-medium,.headerActionMenu .header-actions .action .item .txt-small{display:none}.header .header-actions .action:hover .item{background:0 0!important}.header.smooth-sticky .sticky-header .search-wrapper,.header.smooth-sticky .sticky-header .checkoutRightSide,.header.smooth-sticky .sticky-header .authRightSide{display:none}}.popularSerchSection .seo-content h1{font-size:14px;font-weight:700}@media (max-width:767px){.popularSerchSection .seo-content h1{font-size:16px}}@media (min-width:576px) and (max-width:767px){.header .container{max-width:100%}.brandLogo{padding-left:60px}}@media (max-width:575px){.header{height:105px;max-height:105px}.header .brandLogo{padding-left:60px}.header .brand img{width:120px}.header .headerActionMenu .header-actions{top:0}.header .headerActionMenu .header-actions .action{margin-left:0}.header .headerActionMenu .header-actions .action .item .txt-count{width:15px;height:15px;font-size:8px;line-height:15px}.header .headerActionMenu .header-actions .action .item .icon{font-size:22px;font-weight:300}.headerActionMenu .header-actions .action .item{padding-left:20px}.header .checkoutRightSide{justify-content:center;margin-top:10px}.header .checkoutRightSide button,.header .checkoutRightSide p{flex-direction:row;justify-content:center;align-items:center;margin-left:10px;font-size:10px;display:flex}.header .checkoutRightSide button span,.header .checkoutRightSide p span{margin-bottom:3px;margin-right:0;font-size:14px}.header .checkoutRightSide button .callneed,.header .checkoutRightSide p .callneed{margin-left:5px}}.list-overlay{background-color:var(--background-color-black);opacity:.3;z-index:13;position:fixed;inset:0}.footer{background-color:var(--system-light-color);display:block;position:relative}.footer .newsletter{padding:30px 0;display:block;position:relative}.footer .newsletter .head{text-align:right;font-size:var(--font-h2-size);font-weight:var(--font-weight-600);color:var(--text-white-color);margin-bottom:5px;display:block;position:relative}.footer .newsletter .text-danger{position:absolute;left:15px;color:var(--text-white-light-color)!important;margin-top:0!important;font-size:13px!important}.footer .newsletter .text{text-align:right;font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-white-color);margin-bottom:0;display:block;position:relative}.footer .navigation-box{margin-bottom:10px;display:block;position:relative}.footer .navigation-box .link{display:block;position:relative}.footer .navigation-box .link .icon{text-align:center;border-radius:var(--border-radius-semi-medium);background-color:var(--background-color-white);width:50px;height:50px;color:var(--text-dark-color);margin-bottom:10px;margin-left:auto;margin-right:auto;line-height:50px;transition:background-color .3s ease-in-out;display:block;position:relative}.footer .navigation-box .link .text{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);text-align:center;display:block;position:relative}.footer .navigation-box:hover .link .icon{background-color:#efefef}.footer .site-links{margin-bottom:0;display:block;position:relative}.footer .site-links .label{font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);color:var(--text-dark-color);margin-bottom:10px;display:block;position:relative}.footer .site-links .links,.footer .site-links .social-links,.footer .site-links .platform-links{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.footer .site-links .links .link{display:block;position:relative}.footer .site-links .links .link:not(:last-child){margin:10px 0}.footer .site-links .links .link .item{font-size:var(--font-onefour-size);color:var(--text-dark-color);display:block;position:relative}.footer .site-links .links .link .item:hover{color:var(--text-primary-color);opacity:1}.footer .site-links .platform-links .link .item{width:135px;height:40px;display:block;position:relative}.footer .site-links .social-links{margin-bottom:20px}.footer .site-links .social-links .link{margin:0 4px}.footer .site-links .social-links .link:first-child{margin-left:0}.footer .site-links .social-links .link:last-child{margin-right:0}.footer .site-links .social-links .link:hover img{filter:opacity(.5)}.footer .company-info{display:block;position:relative}.footer .company-info p{font-size:var(--font-onefour-size);color:var(--text-dark-color);text-align:center;margin-bottom:0;display:block;position:relative}.footer .company-info p:not(:last-child){margin-bottom:5px}.footer.auth-footer{background-color:var(--background-color-white);height:75px;display:block;position:relative}.footer.auth-footer .authFlex{align-items:center;display:flex}.footer.auth-footer .authListFlex{flex-wrap:wrap;align-items:center;margin-bottom:0;padding-left:0;display:flex}.footer.auth-footer .authListFlex li{margin:0 5px;padding-left:10px;font-size:14px;list-style:none;position:relative}.footer.auth-footer .authListFlex li:before{content:"";background:#000;border-radius:50%;width:4px;height:4px;position:absolute;top:10px;left:0}.footer.auth-footer .authListFlex li a{font-size:14px;transition:color .3s ease-in-out}.footer.auth-footer .authListFlex li a:hover{color:#666}.footer.auth-footer .text-with-link{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:0;margin-right:10px;line-height:75px;display:block;position:relative}.footer.auth-footer .text-with-link a{color:var(--text-primary-color)}@media (max-width:1199px){.footer.auth-footer .authListFlex li a{font-size:12px}.footer.auth-footer .authFooterFlex li:before{top:7px}.footer.auth-footer .authFooterFlex li,.footer.auth-footer .authFooterFlex a{font-size:12px}.footer.auth-footer .authFooterFlex p{font-size:11px}}@media (max-width:991px){.footer.auth-footer{height:auto;padding:30px 0 70px}.footer.auth-footer .authFooterFlex{text-align:center;flex-direction:column;justify-content:center;display:flex}.footer.auth-footer .authFooterFlex li,.footer.auth-footer .authFooterFlex a{font-size:13px}.footer.auth-footer .authFooterFlex p{margin-bottom:10px;font-size:12px;line-height:14px}.footer.auth-footer .authListFlex{margin-bottom:10px}.footer.auth-footer .authListFlex li a{font-size:13px}.footer.auth-footer .authFlex{flex-direction:column}.footer.auth-footer .text-with-link{line-height:24px}}@media (max-width:575px){.footer .newsletter .head,.footer .newsletter .text{text-align:center}}@media (min-width:575px) and (max-width:991px){.footer .newsletter .head,.footer .newsletter .text{text-align:left}.footer .footer-info p{font-size:12px}}@media (min-width:992px) and (max-width:1199px){.footer .site-links .platform-links .link .item{width:110px;height:30px}}@media (max-width:767px){.footerGap-mobile{margin-top:0}.scrollable-navigation{white-space:nowrap;padding-bottom:10px;overflow-x:auto}.scrollable-navigation .row{flex-wrap:nowrap}.scrollable-navigation .col-2{flex:none}.newsletter .container .head{font-size:var(--font-oneeight-size)}.newsletter .container .row .center-small{justify-content:center;display:flex}.newsletter .container .row .center-small .btn-yellow{font-size:var(--font-onefour-size)}.newsletter .container .row .center-small .btn{min-width:120px;height:40px;padding:0 10px;line-height:20px}.footer .site-links .label{font-size:var(--font-onesix-size);color:var(--text-dark-color);margin-bottom:5px}.footer .site-links .links .link .item{font-size:var(--font-onefour-size)}.footer .site-links .links .link:not(:last-child){margin:5px 0}.footer .newsletter{padding:30px 0}.footer .site-links{margin-bottom:10px}.footer .navigation-box .link .icon{margin-bottom:5px}.footer .navigation-box .link .text{font-size:var(--font-onefour-size);padding-bottom:10px}.footer .company-info p{font-size:12px}.footer .navigation-box{margin-bottom:20px}}.bottomFooter{padding:20px}.bottomFooter .footer-columns{justify-content:space-between;align-items:center;display:flex}.bottomFooter .footer-columns .align-right{text-align:right;font-size:var(--font-onefour-size)}.bottomFooter .footer-columns .delivery-info p{margin-bottom:10px}.bottomFooter .footer-columns .delivery-info ul{flex-wrap:wrap;justify-content:space-between;margin-bottom:0;padding-left:0;font-size:0;display:flex}.bottomFooter .footer-columns .delivery-info ul .footerLinkMethod{flex:0 0 46%;max-width:46%;margin-bottom:15px;margin-right:10px;padding-bottom:15px;position:relative}.bottomFooter .footer-columns .delivery-info ul .footerLinkMethod img{width:100px!important;height:30px!important}.bottomFooter .footer-columns .company-info p{font-size:13px}.bottomFooter .footer-columns .footer-info p{margin-bottom:10px}.bottomFooter .footer-columns .footer-info ul{flex-wrap:wrap;justify-content:flex-end;margin-bottom:0;padding-left:0;font-size:0;display:flex}.bottomFooter .footer-columns .footer-info ul .secureBy{flex:0 0 28%;max-width:28%;margin-bottom:15px;margin-left:5px;padding-bottom:15px;position:relative}.bottomFooter .footer-columns .footer-info ul .secureBy.firstChild{flex:0 0 100%;max-width:100%}.bottomFooter .footer-columns .footer-info ul .secureBy.firstChild img{margin-left:auto;width:100px!important}.bottomFooter .footer-columns .footer-info ul .secureBy img{width:60px!important;height:20px!important}@media (min-width:992px) and (max-width:1199px){.bottomFooter .footer-columns .delivery-info ul .footerLinkMethod{flex:0 0 40%;max-width:40%}.bottomFooter .footer-columns .company-info p{font-size:12px}}@media (max-width:991px){.bottomFooter .font700{font-size:15px}.bottomFooter .footer-columns{align-items:flex-start}.bottomFooter .footer-columns .company-info p{font-size:11px}}@media (max-width:767px){.bottomFooter.section.padding{padding:40px 20px 50px}.bottomFooter .footer-columns{flex-direction:column}.bottomFooter .footer-columns .font700{font-size:14px}.bottomFooter .footer-columns .delivery-info{text-align:center;border-bottom:1px solid #e1d8d8;order:1;margin-bottom:20px}.bottomFooter .footer-columns .delivery-info ul{justify-content:center}.bottomFooter .footer-columns .delivery-info ul .footerLinkMethod{flex:0 0 20%;max-width:20%}.bottomFooter .footer-columns .delivery-info ul .footerLinkMethod img{width:60px!important;height:20px!important}.bottomFooter .footer-columns .footBottomInfo{order:3}.bottomFooter .footer-columns .footer-info{text-align:center;border-bottom:1px solid #e1d8d8;order:2;margin-bottom:20px}.bottomFooter .footer-columns .footer-info ul .secureBy,.bottomFooter .footer-columns .footer-info ul .secureBy.firstChild{flex:0 0 20%;max-width:20%}}.navbar{height:54px;max-height:54px;padding:0;display:block;position:relative}.navbar .navbar-nav .nav-item.departMentMenuLink .nav-link{color:#005ac1;margin-right:40px;padding:0}.navbar .sticky-navbar{background-color:var(--background-color-white);border-bottom:1px solid var(--border-light-color);transition:top .4s ease-in-out;display:block;position:relative}.navbar.smooth-sticky{background-color:#005ac1}.navbar.smooth-sticky .sticky-navbar{z-index:101;height:54px;position:fixed;top:-150px;left:0;right:0}.navbar.smooth-sticky.up-sticky .sticky-navbar{top:80px}.navbar.smooth-sticky.down-sticky .sticky-navbar{top:0x}.navbar .navbar-nav{flex-direction:unset;display:block;position:relative}.navbar .navbar-nav .nav-item{display:inline-block;position:relative}.navbar .navbar-nav .nav-item .nav-link{font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);color:var(--text-dark-color);padding:0 20px;font-weight:600;line-height:52px}.navbar .navbar-nav .nav-item .nav-link.link-red{color:var(--text-red-color)!important}.navbar .navbar-nav .nav-item .nav-link span{vertical-align:middle;line-height:52px;display:inline-block}.navbar .navbar-nav .nav-item .nav-link span.icon{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;margin-right:10px}.navbar .navbar-nav .nav-item .nav-link.active,.navbar .navbar-nav .nav-item .nav-link:hover{color:var(--text-primary-color)}.menu-canvas.offcanvas.offcanvas-start{width:305px;min-width:305px;box-shadow:var(--box-shadow-light);border-right:none}.menu-canvas.offcanvas .offcanvas-header{background-color:var(--system-primary-color);min-height:90px;max-height:90px;color:var(--text-white-color);padding:0 20px;position:relative}.menu-canvas.offcanvas .offcanvas-header .sign-in-link{color:var(--text-white-color);font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);text-transform:capitalize}.menu-canvas.offcanvas .offcanvas-header .sign-in-link .material-symbols-rounded{vertical-align:middle;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24;margin-right:8px;display:inline-block;position:relative}.menu-canvas.offcanvas .offcanvas-header .btn-close{width:24px;height:24px;font-size:var(--font-twofour-size);box-shadow:none;opacity:1;background-image:url(../media/cross-white.1n-ezghmr190b.svg);border-radius:0;margin-right:0;padding:0;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body{overflow:initial;padding:0;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .level{width:305px;min-width:305px;height:calc(100vh - 90px);box-shadow:var(--box-shadow-light);background-color:var(--background-color-white);padding:20px 0;transition:right .3s ease-in-out;display:block;position:relative;overflow:auto}.menu-canvas.offcanvas .offcanvas-body .level.two,.menu-canvas.offcanvas .offcanvas-body .level.three{z-index:-1;height:100vh;position:absolute;top:-90px;right:305px}.menu-canvas.offcanvas .offcanvas-body .level.three{z-index:-2;right:610px}.menu-canvas.offcanvas .offcanvas-body .level.show.two{right:-305px}.menu-canvas.offcanvas .offcanvas-body .level.show.three{right:-610px}@media (max-width:991px){.menu-canvas.offcanvas .offcanvas-body .level.show.two,.menu-canvas.offcanvas .offcanvas-body .level.show.three{z-index:1;right:0}}.menu-canvas.offcanvas .offcanvas-body .h4{margin-bottom:0;padding:0 20px;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .shop-all{font-size:var(--font-onesix-size);color:var(--text-primary-color);font-weight:400;transition:color .3s ease-in-out;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .shop-all:hover{color:var(--text-primary-hover-color)}.menu-canvas.offcanvas .offcanvas-body .shop-all span{vertical-align:middle;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24;position:relative;top:-1px}.menu-canvas.offcanvas .offcanvas-body .menu-lists{margin-bottom:0;padding-top:10px;padding-left:0;list-style-type:none;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item{display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .link-red .text{color:var(--text-red-color)!important}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item{background-color:#0000;width:100%;padding:10px 20px;transition:background-color .2s ease-in-out;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .overlay{border-radius:var(--border-radius-semi-medium);width:50px;height:50px;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .overlay:after{content:"";z-index:1;border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);width:100%;height:100%;position:absolute;top:0;left:0}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .image{border-radius:var(--border-radius-high);max-width:50px;max-height:50px;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .text{font-size:var(--font-onesix-size);color:var(--text-black-color);text-align:left;margin-left:10px;transition:color .2s ease-in-out;display:block;position:relative}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .material-symbols-rounded{width:24px;height:24px;color:var(--text-black-color);font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;transition:color .2s ease-in-out}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .material-symbols-rounded.campaign{color:#fff;font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24;background:#f40000;border-radius:50%;width:50px;height:50px;font-size:45px;line-height:48px;transition:color .2s ease-in-out}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .material-symbols-rounded.campaign:hover{color:#fff}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item:hover,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active{background-color:var(--system-primary-light-color)}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item:hover .text,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item:hover .material-symbols-rounded,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .text,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .material-symbols-rounded{color:var(--text-primary-color)}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item:hover .text.campaign,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item:hover .material-symbols-rounded.campaign,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .text.campaign,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .material-symbols-rounded.campaign{color:#ffffffe6}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .text{font-weight:var(--font-weight-500)}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .menu-lists{z-index:1;background-color:#fff;border:none;min-width:305px;height:100vh;position:absolute;top:-76px;right:-305px}.back-button{display:none}@media (max-width:1366px){.navbar .navbar-nav .nav-item .nav-link{line-height:20px;padding:0 10px!important}}@media (min-width:992px) and (max-width:1199px){.navbar .navbar-nav .nav-item .nav-link{font-size:14px;line-height:18px;padding:0 8px!important}}@media (max-width:991px){.back-button{background-color:#0000;display:flex}.navbar .mobile-hide{display:none}.level h4{font-size:var(--font-onesix-size)}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .text{font-size:var(--font-onefour-size)}.navbar{z-index:333;top:15px;left:5px;position:absolute!important}.navbar.smooth-sticky .sticky-navbar{top:inherit;left:inherit;right:inherit}.navbar.smooth-sticky.up-sticky .sticky-navbar{top:inherit}.navbar.smooth-sticky .sticky-navbar .nav-link span{line-height:35px}.navbar .sticky-navbar{background:0 0;border:0}.navbar .container{padding:0}.navbar .nav-link{border-radius:50%;width:50px;height:23px;padding:0!important}.navbar .nav-link span{color:#fff;text-align:center;font-size:30px;display:inline-block;margin:0!important;line-height:0!important}.navbar .departmentText{display:none!important}}.sidemenuLink{color:#fff}.header .search-block{display:block;position:relative}.header .search-block .search-wrapper .search-group{z-index:14;display:block;position:relative}.search-wrapper{z-index:15;display:block;position:relative}.search-wrapper .search-group{z-index:14}.search-wrapper .search-group .search-control{width:100%;height:50px;box-shadow:none;border-radius:var(--border-radius-semi-medium);font-size:var(--font-onefive-size);color:#9a9a9a;border:none;padding:0 50px 0 25px;font-size:14px;display:block;position:relative}.search-wrapper .search-group .search-btn{background-color:var(--system-secondary-color);width:30px;height:30px;color:var(--text-dark-color);border-radius:var(--border-radius-semi-medium);font-size:var(--font-twozero-size);font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;border:none;padding:0;position:absolute;top:10px;right:10px}.search-wrapper .search-group .close{width:30px;height:30px;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;color:var(--text-light-gray-color);z-index:1;background-color:#0000;padding:0;position:absolute;top:10px;right:50px}.search-wrapper .search-suggestions{z-index:13;background-color:var(--background-color-white);border-radius:var(--border-radius-light);box-shadow:var(--box-shadow-light);padding-top:75px;display:block;position:absolute;top:0;left:0;right:0;overflow:hidden}.search-wrapper .search-suggestions .no-result-found{text-align:center;height:200px;font-size:var(--font-onesix-size);color:var(--text-gray-color);text-transform:capitalize;line-height:200px}.search-wrapper .search-suggestions .no-result-found .text{margin-bottom:0;display:block;position:relative}.search-wrapper .search-suggestions .suggestions{max-height:500px;display:block;position:relative;overflow-y:auto}.search-wrapper .search-suggestions .suggestions .relevant-categories{margin-bottom:15px;padding:0 20px;display:block;position:relative}.search-wrapper .search-suggestions .suggestions .relevant-categories .label{font-size:var(--font-onefour-size);color:var(--text-dark-color);font-weight:var(--font-weight-500);margin-bottom:10px;display:block;position:relative}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories{scroll-behavior:smooth;justify-content:flex-start;margin-bottom:0;padding-left:0;list-style-type:none;position:relative;display:flex!important;overflow-x:hidden!important}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category{margin-bottom:15px}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category.searchBgImg{position:relative}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category:not(:last-child){margin-left:12px;margin-right:12px}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item{max-width:100px;display:block;position:relative}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .img{border-radius:var(--border-radius-semi-medium);width:100px;max-width:100px;height:100px;max-height:100px;margin-bottom:10px;display:block;position:relative;overflow:hidden}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .img .checkCircle{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);color:var(--text-black-color);opacity:0;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .img .imgAfterBg{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:100px;height:100px;display:block;position:absolute;top:0;left:0}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .name{text-align:center;font-size:var(--font-onefour-size);color:var(--text-dark-color);display:block;position:relative}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .count{text-align:center;font-size:var(--font-onetwo-size);color:var(--text-gray-color);display:block;position:relative}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item:hover .name{color:var(--text-primary-color)}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item:hover .img img{opacity:.3}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item:hover .img .checkCircle{opacity:1}.search-wrapper .search-suggestions .suggestions .list-items{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.search-wrapper .search-suggestions .suggestions .list-items .list{border-top:1px solid var(--border-light-color)}.search-wrapper .search-suggestions .suggestions .list-items .list .item{height:40px;color:var(--text-dark-color);line-height:40px;font-size:var(--font-onefour-size);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;padding:0 20px;display:-webkit-box;position:relative;overflow:hidden}.search-wrapper .search-suggestions .suggestions .list-items .list .item:hover{background-color:var(--system-primary-light-color);color:var(--text-primary-color)}.search-wrapper.wrapper-suggestions{background-color:var(--background-color-white);border-radius:var(--border-radius-light)}.search-overlay{background-color:var(--background-color-black);opacity:.3;z-index:13;position:fixed;inset:0}@media (max-width:991px){.search-wrapper .search-group{margin-top:8px}.search-wrapper .search-group .search-btn{top:5px;right:5px}.search-wrapper .search-group .search-control{height:40px;font-size:12px}}@media (max-width:575px){.search-wrapper .search-group{margin-top:0}}.category-navigation{position:relative}.category-navigation button:disabled{visibility:hidden}.category-navigation button span{z-index:222;background:#fff;border:1px solid #000;border-radius:50%;width:35px;height:35px;line-height:35px;transition:all .5s ease-in-out;position:absolute;top:25%}.category-navigation button.searchLeft span{left:-10px}.category-navigation button.searchRight span{right:0}.category-navigation button:hover span{color:#fff;background-color:#000}.norecourdfound{background:#efefef;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex}.norecourdfound h2{margin-bottom:15px;font-size:30px}.norecourdfound h4{margin-bottom:15px;font-size:20px}.norecourdfound a{font-size:18px;font-weight:600}.search-wrapper .search-suggestions .suggestions .suggestion-group .group-label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);letter-spacing:.04em;text-transform:capitalize;color:var(--text-black-color);border-top:1px solid var(--border-light-color);padding:10px 20px;display:block;position:relative}.search-wrapper .search-suggestions .suggestions .suggestion-group .list:first-of-type{border-top:none}.search-wrapper .search-suggestions .suggestions .list-items .list .item.brand-item,.search-wrapper .search-suggestions .suggestions .list-items .list .item.product-item{align-items:center;gap:12px;height:auto;padding:8px 20px;line-height:1.35;display:flex}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-text{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-caption{font-size:var(--font-onetwo-size);color:var(--text-gray-color);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-note{font-size:var(--font-onetwo-size);color:var(--text-gray-color);white-space:nowrap;flex:none}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-price{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-price .figures{align-items:baseline;gap:6px;display:flex}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-price .selling{font-size:var(--font-onethree-size);font-weight:var(--font-weight-600);color:var(--text-dark-color)}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-price .mrp{color:var(--text-gray-color);text-decoration:line-through}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-price .save{color:var(--text-red-color)}.search-wrapper .search-suggestions .suggestions .list-items .list .item .brand-logo,.search-wrapper .search-suggestions .suggestions .list-items .list .item .product-thumb{object-fit:contain;border-radius:var(--border-radius-light);flex:none}.search-wrapper .search-suggestions .suggestions .list-items .list .item .product-thumb{background-color:rgba(var(--system-black-color), .03);width:40px;height:40px}.search-wrapper .search-suggestions .suggestions .list-items .list .item .brand-logo{width:48px;height:24px}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-icon{text-align:center;width:48px;font-size:var(--font-twozero-size);color:var(--text-light-gray-color);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;flex:none}.search-wrapper .search-suggestions .suggestions .list-items .list .item:hover .row-caption,.search-wrapper .search-suggestions .suggestions .list-items .list .item:hover .row-note{color:var(--text-primary-color)}@media (max-width:991px){.search-wrapper .search-suggestions .suggestions .relevant-categories{display:none}.search-wrapper .search-suggestions .suggestions .list-items .list .item.brand-item,.search-wrapper .search-suggestions .suggestions .list-items .list .item.product-item{padding:8px 15px}.search-wrapper .search-suggestions .suggestions .list-items .list .item .row-caption{display:none}}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item{width:100px}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;line-height:1.35;display:-webkit-box;overflow:hidden}.search-wrapper .search-suggestions .suggestions .relevant-categories .categories .category .item .count{white-space:nowrap;text-overflow:ellipsis;line-height:1.35;overflow:hidden}.category-navigation button{background:0 0;border:0;padding:0;line-height:0}.brand-box{margin-bottom:20px;display:block;position:relative}.brand-box .box{border-radius:var(--border-radius-light);border:1px solid var(--border-light-color);box-shadow:var(--box-shadow-light);cursor:default;transition:all .2s ease-in-out;display:block;position:relative;overflow:hidden}.brand-box .box:hover{border-color:var(--border-system-color)}.brand-box .box:hover .store-link{color:var(--text-white-color);border-top-color:var(--border-system-color);background-color:var(--system-primary-color);transition:background-color .3s ease-in-out}.brand-box .box:hover .store-link span.icon{width:auto}.brand-box .box:hover .store-link span.icon .material-symbols-rounded{left:0}.brand-box .box .brand-cover{background:#f1f2f3;width:100%;height:150px;display:block;position:relative}.brand-box .box .brand-cover.bottom-gap-20{margin-bottom:20px}.brand-box .box .brand-logo{background-color:var(--background-color-white);text-align:center;border-radius:var(--border-radius-high);width:125px;height:125px;box-shadow:var(--box-shadow-light);margin:-62px auto 15px;position:relative;overflow:hidden}.brand-box .box .brand-logo .img{object-fit:contain;max-width:100%;max-height:100%;width:100px!important;height:100px!important;position:relative!important}.brand-box .box .h4{text-align:center;color:var(--text-black-color);margin-bottom:20px;padding:0 15px;display:block;position:relative}.brand-box .box .description{color:var(--text-dark-color);text-align:center;font-size:var(--font-onefour-size);text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:65px;margin-bottom:20px;padding:0 15px;display:-webkit-box;position:relative;overflow:hidden}.brand-box .box .brand-categories{justify-content:center;margin-bottom:20px;padding:0 15px;list-style-type:none;display:block;position:relative}.brand-box .box .brand-categories .category:not(:last-child){margin-right:10px;display:block;position:relative}.brand-box .box .brand-categories .category .category-item{background-color:var(--system-light-color);border-radius:var(--border-radius-semi-medium);text-align:center;border:1px solid #0000;width:35px;height:35px;padding:5px;transition:border .2s ease-in-out;display:block;position:relative;overflow:hidden}.brand-box .box .brand-categories .category .category-item:hover{border-color:var(--border-dark-color)}.brand-box .box .brand-categories .category .category-item .img{max-width:35px;max-height:35px;margin-left:auto;margin-right:auto;display:block;overflow:hidden;position:relative!important}.brand-box .box .store-link{text-align:center;border-top:1px solid var(--border-light-color);height:50px;line-height:50px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);transition:all .2s ease-in-out;display:block;position:relative}.brand-box .box .store-link span.icon{vertical-align:top;color:inherit;width:0;line-height:37px;display:inline-block;position:relative;overflow:hidden}.brand-box .box .store-link span.icon .material-symbols-rounded{color:inherit;line-height:50px;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;transition:left .3s ease-in-out;position:relative;left:-30px}.brand-box .box .store-link:hover{background-color:var(--btn-hover-color)}@media (max-width:991px){.brand-box .box .brand-categories .category .category-item{width:30px;height:30px}}@media (max-width:767px){.brand-box{margin-bottom:10px}.bestBrandRoof .brand-box .box .description{font-size:16px}}.top_departments{margin-bottom:-50px;display:block;position:relative}.top_departments .top_item{margin-bottom:50px;display:block;position:relative}.top_departments .top_item .item{display:block;position:relative}.top_departments .top_item .item .overlay{border-radius:var(--border-radius-high);background:#f5f5f5;width:194px;height:194px;margin-bottom:20px;margin-left:auto;margin-right:auto;display:block;position:relative;overflow:hidden}.top_departments .top_item .item .overlay span.ol{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:194px;height:194px;display:block;position:absolute;top:0;left:0}.top_departments .top_item .item .overlay:before{content:"Shop All";font-size:var(--font-oneeight-size);color:var(--text-white-color);font-weight:var(--font-weight-600);text-align:center;z-index:1;opacity:0;line-height:194px;transition:opacity .3s;display:block;position:absolute;inset:0}.top_departments .top_item .item .overlay:after{content:"";opacity:0;background-color:var(--system-primary-color);border-radius:var(--border-radius-high);transition:opacity .3s;display:block;position:absolute;inset:0}.top_departments .top_item .item .overlay .image{object-fit:cover;width:194px;min-width:194px;height:194px;min-height:194px;display:block}.top_departments .top_item .item .text{text-align:center;font-size:20px;font-weight:var(--font-weight-600);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.top_departments .top_item .item:hover .overlay:before{opacity:1}.top_departments .top_item .item:hover .overlay:after{opacity:.8}.top_departments .top_item .item:hover .text{color:var(--text-primary-color)}@media only screen and (max-width:991px){.top_departments .top_item .item .text{font-size:16px}}@media only screen and (max-width:767px){.top_departments{margin-top:0;margin-bottom:0}.top_departments .top_item{margin-bottom:30px}.top_departments .top_item .item .overlay{width:150px;min-width:150px;height:150px;min-height:150px;margin-bottom:10px}.top_departments .top_item .item .overlay span.ol{width:150px;height:150px}.top_departments .top_item .item .overlay:before{line-height:150px}.top_departments .top_item .item .overlay .image{width:150px;min-width:150px;height:150px;min-height:150px}.top_departments .top_item .item .text{font-size:var(--font-onesix-size);margin-bottom:20px}}.banner_section{border-radius:var(--border-radius-normal);width:100%;height:350px;box-shadow:var(--box-shadow-light);display:block;position:relative;overflow:hidden}.banner_carousel{width:100%;height:100%;position:relative}.banner_carousel .banner_track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;height:100%;display:flex;overflow:auto hidden}.banner_carousel .banner_track::-webkit-scrollbar{display:none}.banner_carousel .banner_slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;height:100%;display:block;position:relative}.banner_carousel .banner_image{object-fit:cover;width:100%;height:100%;display:block}.banner_carousel .banner_arrow{z-index:2;border-radius:var(--border-radius-high);width:40px;height:40px;color:var(--text-dark-color);box-shadow:var(--box-shadow-light);cursor:pointer;background-color:#ffffffd9;border:0;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.banner_carousel .banner_arrow:hover{background-color:#fff}.banner_carousel .banner_arrow--prev{left:12px}.banner_carousel .banner_arrow--next{right:12px}.banner_carousel .banner_dots{z-index:2;justify-content:center;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:12px;left:0;right:0}.banner_carousel .banner_dot{border-radius:var(--border-radius-high);cursor:pointer;background-color:#fff9;border:0;width:10px;height:10px;padding:0;transition:width .2s,background-color .2s;display:block;box-shadow:0 0 4px #00000040}.banner_carousel .banner_dot.is-active{background-color:var(--system-primary-color);width:24px}.top_offers{box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-normal);min-height:350px;padding:15px;display:block;position:relative}.top_offers .head{margin-bottom:12px}.top_offers .top_offer_box .topDealTextHome{flex-direction:column-reverse;justify-content:flex-start;margin-top:5px;display:flex}.top_offers .top_offer_box .img{object-fit:contain;max-width:200px;max-height:200px;margin-bottom:10px;margin-left:auto;margin-right:auto;display:block;position:relative}.top_offers .top_offer_box .img--empty{border-radius:var(--border-radius-light);background:var(--background-color-white-light);width:180px;height:180px;font-size:var(--font-onefour-size);color:var(--text-gray-color);justify-content:center;align-items:center;display:flex}.top_offers .top_offer_box .description{width:100%}.top_offers .top_offer_box .description .price{text-align:left;margin-bottom:5px;display:block;position:relative}.top_offers .top_offer_box .description .price .actual{color:var(--text-dark-color);line-height:24px;font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);margin-right:10px;display:inline-block;position:relative}.top_offers .top_offer_box .description .price .discounted{color:var(--text-gray-color);line-height:24px;font-size:var(--font-onesix-size);margin-right:0;text-decoration:line-through;display:inline-block;position:relative}.top_offers .top_offer_box .description .price .discounted span,.top_offers .top_offer_box .description .price .actual span{width:12px;height:24px;line-height:24px;font-size:inherit;vertical-align:top}.top_offers .top_offer_box .description .save{border-radius:var(--border-radius-light);color:#b3261e;font-size:11px;font-weight:var(--font-weight-600);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;vertical-align:baseline;background-color:#fdecea;margin-left:8px;padding:2px 7px;line-height:16px;display:inline-block;position:relative;transform:translateY(-1px)}.top_offers .top_offer_box .description .name{font-size:var(--font-onesix-size);color:var(--text-dark-color);white-space:nowrap;text-overflow:ellipsis;text-align:left;margin-top:1px;line-height:20px;display:block;position:relative;overflow:hidden}.top_offers .top_offer_box .description .name a{color:inherit;transition:color .15s ease-in-out}.top_offers .top_offer_box .description .name:hover a,.top_offers .top_offer_box .description .name a:hover,.top_offers .top_offer_box .description .name a:focus-visible{color:var(--text-primary-color)}.deal_carousel{display:block;position:relative}.deal_track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;overflow:auto hidden}.deal_track::-webkit-scrollbar{display:none}.deal_slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;min-width:100%;display:block}.deal_controls{justify-content:center;align-items:center;gap:8px;margin-top:10px;display:flex}.deal_arrow{border:1px solid var(--border-light-color);border-radius:var(--border-radius-high);background:var(--background-color-white);width:28px;height:28px;color:var(--text-dark-color);cursor:pointer;justify-content:center;align-items:center;padding:0;font-size:18px;transition:background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;display:flex}.deal_arrow:hover{background:var(--system-primary-color);border-color:var(--system-primary-color);color:var(--text-white-color)}.deal_position{font-size:var(--font-onefour-size);color:var(--text-gray-color);text-align:center;font-variant-numeric:tabular-nums;min-width:42px;margin-bottom:0}@media (min-width:992px) and (max-width:1199px){.top_offers .h4{font-size:15px}.top_offers.section .head .view-all{font-size:12px!important}}@media only screen and (max-width:767px){.banner_section{height:510px}.banner_carousel .banner_arrow{display:none}.top_offers{margin-top:20px}.top_offers .top_offer_box .topDealTextHome{margin-top:10px}}.skeleton-pulse{border-radius:var(--border-radius-light);background-color:#e9ecef;animation:1.4s ease-in-out infinite skeleton-pulse}.skeleton-fill{border-radius:inherit;width:100%;height:100%}.skeleton-line{width:70%;height:14px;margin-bottom:8px}.skeleton-heading{width:50%;height:18px;margin-bottom:20px}.skeleton-line-short{width:45%}.skeleton-paragraph{margin-bottom:20px;padding:0 15px}.skeleton-store-link{border-radius:0;width:100%;height:45px}.skeleton-tile-image{aspect-ratio:1;width:100%;max-width:250px}.skeleton-tile-name{width:100%;height:40px;margin-bottom:10px}.skeleton-tile-brand{width:55%;height:21px}.skeleton-tile-rule{border-radius:0;width:100%;height:1px;margin-top:10px;margin-bottom:10px}.skeleton-tile-price{width:65%;height:25px;margin-bottom:10px}.skeleton-tile-save{width:40%;height:19px}@media (max-width:1199px){.skeleton-tile-image{max-width:200px}}@media (max-width:767px){.skeleton-tile-image{max-width:150px}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.skeleton-pulse{animation:none}}.section-filters .tag-wrapper .tags .tag .item{text-align:center;white-space:nowrap;cursor:pointer;background-color:#0000;font-family:inherit}.section-filters .tag-wrapper .tags .tag .item:focus-visible{outline:2px solid var(--text-primary-color);outline-offset:2px}.section-filters .tag-wrapper:has(>.icon.prev) .tags{padding-left:40px}.section-filters .tag-wrapper:has(>.icon.next) .tags{padding-right:40px}.deals-rail .product-slider{margin-bottom:0;padding-left:0;list-style:none}.deals-rail .product-slider>.product{width:25%;padding:0 12px}@media (max-width:1399px){.deals-rail .product-slider>.product{width:33.3333%}}@media (max-width:991px){.deals-rail .product-slider>.product{width:50%}}@media (max-width:575px){.deals-rail .product-slider>.product{width:51%}}.deals-rail-actions .action .dot{padding:0}.deals-rail-actions .action .dot .dot-hit{border-radius:inherit;cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.skeleton-deal-tab{border-radius:var(--border-radius-semi-normal);width:96px;height:32px;display:block}.product-box{display:block;position:relative}.product-box .box{border-radius:var(--border-radius-light);margin-top:10px;margin-bottom:10px;padding:15px;transition:box-shadow .1s ease-in-out;display:block;position:relative;overflow:hidden}.product-box .box .image-wishlist{display:block;position:relative}.product-box .box .image-wishlist .icon{width:30px;height:30px;line-height:30px;font-size:var(--font-twofour-size);border-radius:var(--border-radius-semi-medium);color:var(--text-dark-color);font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24;z-index:1;background-color:#0000;padding:0;transition:top .2s ease-in-out;position:absolute;top:-50px;right:-8px}.product-box .box .image-wishlist .icon.active{color:var(--system-primary-color);font-variation-settings:"FILL" 1,"wght" 200,"GRAD" 0,"opsz" 24}.product-box .box .image-wishlist .newicon{width:30px;height:30px;line-height:30px;font-size:var(--font-twofour-size);border-radius:var(--border-radius-semi-medium);color:var(--text-dark-color);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;z-index:1;background-color:#0000;padding:0;transition:top .2s ease-in-out;position:absolute;top:-50px;right:-8px}.product-box .box .image-wishlist .newicon.active{color:var(--system-primary-color);font-variation-settings:"FILL" 1,"wght" 200,"GRAD" 0,"opsz" 24}.product-box .box .image-wishlist .favorite-filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;color:var(--text-primary-color);background-color:#0000}.product-box .box .image-wishlist .image{justify-content:center;align-items:center;display:flex;position:relative}.product-box .box .image-wishlist .image .img{max-width:250px;max-height:250px;margin-left:auto;margin-right:auto;transition:transform .3s ease-in-out;display:block;position:relative}.product-box .box .image-wishlist .product-series{z-index:1;transition:left .2s ease-in-out;display:inline-block;position:absolute;bottom:0}.product-box .box .image-wishlist .product-series .btn{background-color:var(--background-color-white);text-align:center;min-width:130px;height:40px;line-height:38px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500)}.product-box .box .image-wishlist .product-series .btn:hover{color:var(--text-primary-color);border-color:var(--border-system-color)}.product-box .box .image-wishlist .outofstock{z-index:1;transition:left .2s ease-in-out;display:block;position:absolute;bottom:0;left:-200px}.product-box .box .image-wishlist .outofstock .outofLabel{border-radius:var(--border-radius-medium);color:#dc3545;height:40px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);background:#fff;border:1px solid #dc3545;padding:0 15px;line-height:40px;transition:background-color .3s ease-in-out;display:inline-block;position:relative}.product-box .box .image-wishlist .add-cart{z-index:1;transition:left .2s ease-in-out;display:block;position:absolute;bottom:0;left:-200px}.product-box .box .image-wishlist .add-cart .add{border-radius:var(--border-radius-medium);background-color:var(--system-primary-color);height:40px;color:var(--text-white-color);font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);padding:0 15px;line-height:40px;transition:background-color .3s ease-in-out;display:inline-block;position:relative}.product-box .box .image-wishlist .add-cart .add .material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;vertical-align:top;font-size:24px;line-height:40px}.product-box .box .image-wishlist .add-cart .add:hover{background-color:var(--btn-hover-color)}.product-box .box .image-wishlist .add-cart .quantity-block{border-radius:var(--border-radius-medium);background-color:var(--system-primary-color);width:40px;min-width:40px;min-height:40px;transition:width .2s ease-in-out;display:block;position:relative;overflow:hidden}.product-box .box .image-wishlist .add-cart .quantity-block .quantity-action{visibility:hidden;transition:visibility .1s ease-in-out;display:block;position:relative}.product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded{z-index:1;text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;border-radius:var(--border-radius-medium);background-color:var(--background-primary-dark-color);width:24px;height:24px;line-height:24px;font-size:var(--font-twofour-size);color:var(--text-white-color);padding:0;display:block;position:absolute;top:8px}.product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.remove{left:10px}.product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.add{right:10px}.product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .qty-control{max-width:160px;height:40px;color:var(--text-white-color);font-size:var(--font-onefour-size);text-align:center;background-color:#0000;border:none;padding:0 40px;display:block;position:relative}.product-box .box .image-wishlist .add-cart .quantity-block .quantity-count{text-align:center;width:40px;height:40px;color:var(--text-white-color);line-height:40px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);display:block;position:absolute;top:0;left:0}.product-box .box .image-wishlist .add-cart.quantity-count{min-width:40px;min-height:40px;left:0}.product-box .box .description{padding-top:15px;display:block;position:relative}.product-box .box .description .product{display:block;position:relative}.product-box .box .description .product .name{font-size:var(--font-onefour-size);line-height:20px;font-weight:var(--font-weight-400);color:var(--text-dark-color);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:10px;transition:color .3s ease-in-out;display:-webkit-box;position:relative;overflow:hidden}.product-box .box .description .product .name:hover{color:var(--text-primary-color)}.product-box .box .description .product .brand{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-gray-color);transition:color .3s ease-in-out;display:block;position:relative}.product-box .box .description .product .brand:hover{color:var(--text-primary-color)}.product-box .box .description .product .p_line{border-color:var(--background-color-light);margin-top:10px;margin-bottom:10px;display:block;position:relative}.product-box .box .description .product .price{margin-bottom:10px;display:block;position:relative}.product-box .box .description .product .price .rupee-symbol .material-symbols-rounded{width:12px;height:24px;line-height:24px;font-size:inherit;vertical-align:top}.product-box .box .description .product .price .discounted{font-size:var(--font-onesix-size);font-weight:var(--font-weight-800);color:var(--text-dark-color);margin-right:10px;line-height:24px;display:inline-block;position:relative}.product-box .box .description .product .price .actual{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-gray-color);line-height:24px;text-decoration:line-through;display:inline-block;position:relative}.product-box .box .description .product .save{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-red-color);text-transform:uppercase;margin-bottom:0;line-height:normal;display:block;position:relative}.product-box .box:hover{box-shadow:var(--box-shadow-light)}.product-box .box:hover .image-wishlist .image .img{transform:scale(1.1)}.product-box .box:hover .image-wishlist .icon,.product-box .box:hover .image-wishlist .newicon{top:-8px}.product-box .box:hover .image-wishlist .outofstock,.product-box .box:hover .image-wishlist .add-cart{left:0}.product-box .box:hover .image-wishlist .add-cart.quantity-count .quantity-block{width:160px}.product-box .box:hover .image-wishlist .add-cart.quantity-count .quantity-block .quantity-action{visibility:visible}.product-box.category-product{display:block;position:relative}.product-box.category-product .box .image-wishlist .image .img{width:175px;height:175px}.product-box.compact-box{background-color:var(--background-color-white);border-radius:var(--border-radius-light);box-shadow:var(--box-shadow-light);display:block;position:relative}.product-box.compact-box .box .image-wishlist .image .img{width:175px;height:175px}@media (hover:none){.product-box .box .image-wishlist .icon,.product-box .box .image-wishlist .newicon{top:-8px}.product-box .box .image-wishlist .add-cart,.product-box .box .image-wishlist .outofstock{left:0}}.product-box .box .image-wishlist .newicon{top:-8px}@media (max-width:991px){.product-box .box .image-wishlist .icon,.product-box .box .image-wishlist .newicon,.product-box .box:hover .image-wishlist .icon,.product-box .box:hover .image-wishlist .newicon{text-align:center;font-size:20px;top:-5px;right:-5px}}.product-box .box .image-wishlist .product-tag,.pdp_megnifier .product-tag{z-index:2;pointer-events:none;color:#2563eb;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;background-color:#dbeafe;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500;line-height:18px;position:absolute;top:0;left:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.product-box .box .image-wishlist .image .img{transition:none}.product-box .box:hover .image-wishlist .image .img{transform:none}}.product-box .box .image-wishlist .icon:focus-visible,.product-box .box .image-wishlist .newicon:focus-visible{outline:2px solid var(--border-system-color);outline-offset:2px;top:-8px}.slider-custom{display:block;position:relative}.slider-custom .icon{border:1px solid var(--border-system-color);border-radius:var(--border-radius-semi-medium);background-color:var(--background-color-white);width:40px;height:40px;color:var(--text-primary-color);z-index:1;padding:0;display:block;position:absolute;top:calc(50% - 20px)}.slider-custom .icon span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 40;font-size:var(--font-fourzero-size)}.slider-custom .icon:hover{background-color:var(--system-primary-light-color)}.slider-custom .icon.left{left:-30px}.slider-custom .icon.right{right:-30px}@media (max-width:1199px){.product-box{height:100%;display:block}.product-box .box{border:1px solid var(--border-light-color);margin-bottom:10px;box-shadow:0 0 10px #0000001a}.product-box .box .description .product .p_line{border-color:var(--background-color-gray)}.product-box .box .image-wishlist .image .img,.product-box .box .image-wishlist .img{max-width:200px;max-height:200px}}@media (max-width:767px){.product-box .box .image-wishlist .image .img,.product-box .box .image-wishlist .img{max-width:150px;max-height:150px}.product-box .box{border:1px solid var(--border-light-color);margin-bottom:10px;box-shadow:0 0 10px #0000001a}.product-box .box .image-wishlist .product-series .btn{min-width:70px;height:30px;padding:0 10px;font-size:14px;line-height:30px}}.product-slider-wrapper{width:100%;overflow:hidden}.product-slider{transition:transform .3s ease-in-out;display:flex}.product-slider .product{padding:0 5px}.action .dot{cursor:pointer;background-color:#ddd;border-radius:50%;width:10px;height:10px;margin:0 5px}.action .dot.active{background-color:#333}@media print{.main-layout{width:100%;padding:20px 0;display:block;position:relative}.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}.Product_Detail_pdp_head__pp8Hx .Product_Detail_pdp_title__1j2xM{color:#000;margin-bottom:5px;font-size:40px;font-weight:600;line-height:35px;display:block;position:relative}header,footer,nav,.header{display:none!important}.row{flex-wrap:wrap;display:flex}.col-xxl-6{flex:none;width:50%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-3{flex:none;width:25%}.gap30{width:30px;height:30px;display:block;position:relative}.Product_Detail_pdp_head__pp8Hx .Product_Detail_code_text__GOTbh.Product_Detail_code_text_center__xDp_J{align-items:center;display:flex!important}.Product_Detail_productAction__aGonB .Product_Detail_productQuantity__mbIOY,.Product_Detail_productAction__aGonB .Product_Detail_productQuantity__mbIOY .Product_Detail_quantity__ULw0f{display:block;position:relative}.Product_Detail_fixedBottomDetails__HnpaB.Product_Detail_fixedProduct__fqQPW{display:none!important}.Product_Detail_productAction__aGonB .Product_Detail_productQuantity__mbIOY .Product_Detail_quantity__ULw0f .Product_Detail_action__hinRC{border:1px solid #000;border-radius:80px;width:100%;min-height:50px;transition:width .2s ease-in-out;display:block;position:relative}.Product_Detail_productAction__aGonB .Product_Detail_productQuantity__mbIOY .Product_Detail_quantity__ULw0f .Product_Detail_action__hinRC .Product_Detail_controller__YHTHe.Product_Detail_remove__h2T0O{left:10px}.Product_Detail_productAction__aGonB .Product_Detail_productQuantity__mbIOY .Product_Detail_quantity__ULw0f .Product_Detail_action__hinRC .Product_Detail_controller__YHTHe{z-index:1;text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;color:#fff;background-color:#000;border-radius:80px;width:24px;height:24px;padding:0;font-size:25px;line-height:24px;display:block;position:absolute;top:calc(50% - 12px)}.btn.btn-primary{color:#fff;background-color:#000;transition:background-color .3s ease-in-out}.btn.btn-lg{width:100%}.Product_Detail_pdp_head__pp8Hx .Product_Detail_flexCodeText__XeeBc{align-items:center;display:flex!important}}.cart-summary-offcanvas.offcanvas.offcanvas-end{width:415px}.cart-summary-offcanvas .offcanvas-header{background-color:var(--system-primary-light-color);min-height:initial;max-height:initial;padding:20px;display:block;position:relative}.cart-summary-offcanvas .offcanvas-header .btn-close{display:block;position:absolute;top:12px;right:15px}.cart-summary-offcanvas .offcanvas-header .order-paid-free{font-size:var(--font-onefour-size);margin-bottom:15px;line-height:24px;display:block;position:relative}.cart-summary-offcanvas .offcanvas-header .order-paid-free span{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);margin-right:10px}.cart-summary-offcanvas .offcanvas-header .order-paid-free b{font-weight:var(--font-weight-500);color:var(--text-primary-color);margin-left:4px}.cart-summary-offcanvas .offcanvas-header .canvasActions:first-child{margin-top:20px}.cart-summary-offcanvas .offcanvas-body{padding:0}.cart-summary-offcanvas .offcanvas-body .canvasImage{opacity:1;backface-visibility:hidden;width:100%;height:auto;transition:all .5s;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .canvasImage .overlayRemove{opacity:0;text-align:center;background:#e1effb99;width:100%;height:100%;transition:all .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-summary-offcanvas .offcanvas-body .canvasImage .overlayRemove .btn-remove{z-index:1;top:35px;left:0;right:0;color:#000!important;font-size:14px!important;position:absolute!important}.cart-summary-offcanvas .offcanvas-body .list-items{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative;overflow-x:hidden}.cart-summary-offcanvas .offcanvas-body .list-items .item{padding:0 20px;transition:all .5s;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item:not(:last-child) .box{border-bottom:1px solid var(--border-light-color);transition:all .5s}.cart-summary-offcanvas .offcanvas-body .list-items .item:hover{box-shadow:var(--box-shadow-light)}.cart-summary-offcanvas .offcanvas-body .list-items .item:hover .box{border-bottom:1px solid #0000}.cart-summary-offcanvas .offcanvas-body .list-items .item .box{padding:30px 0;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .image{width:100px;height:100px;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .image:hover img{opacity:.3}.cart-summary-offcanvas .offcanvas-body .list-items .item .image:hover .overlayRemove{opacity:1}.cart-summary-offcanvas .offcanvas-body .list-items .item .image .img{width:100px;height:100px}.cart-summary-offcanvas .offcanvas-body .list-items .item .image .btn-remove{font-size:var(--font-onetwo-size);color:var(--text-dark-color);cursor:pointer;text-align:center;display:inline-block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .image .btn-remove span{vertical-align:middle;display:inline-block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .image .btn-remove span.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 22;font-size:var(--font-onefour-size);margin-right:2px}.cart-summary-offcanvas .offcanvas-body .list-items .item .image .btn-remove:hover{color:var(--text-primary-color)}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box{padding-left:20px;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box:hover .cart-product-name .product{color:var(--system-primary-color)}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .cart-product-name{margin-bottom:15px;display:block}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .product{font-size:var(--font-onefour-size);color:var(--text-dark-color);display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .variations{display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .variations .variation{font-size:var(--font-onethree-size);color:var(--text-dark-color);display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block{border:1px solid var(--border-dark-color);border-radius:var(--border-radius-medium);max-width:100px;height:32px;display:block;position:relative;overflow:hidden}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon{border-radius:var(--border-radius-semi-medium);width:28px;height:28px;line-height:28px;font-size:var(--font-twozero-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;z-index:1;background-color:#0000;padding:0;position:absolute;top:1px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon.add{right:1px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon.remove{left:1px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon:hover{background-color:var(--background-color-light)}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .qty-control{max-width:98px;box-shadow:none;text-align:center;font-size:var(--font-onefour-size);border-radius:var(--border-radius-medium);border:none;height:30px;padding:0 30px;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .price{margin-bottom:0;display:block;position:relative;top:1px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .price .discounted{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-dark-color);margin-right:8px;line-height:24px;display:inline-block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .price .actual{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-gray-color);line-height:24px;text-decoration:line-through;display:inline-block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .price .rupee-symbol .material-symbols-rounded{width:12px;height:24px;line-height:24px;font-size:inherit;vertical-align:top}.cart-summary-offcanvas.offcanvas.offcanvas-end{max-width:100%}.cart-summary-offcanvas .btn-remove{font:inherit;text-align:left;background:0 0;padding:0}.cart-summary-offcanvas .btn-remove[disabled]{opacity:.5;cursor:not-allowed}.cart-summary-offcanvas .canvasActions{flex-wrap:wrap}.cart-summary-offcanvas .canvasActions .btn{white-space:nowrap;flex:auto}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .outstock{font-size:var(--font-onethree-size);color:var(--text-red-color);font-weight:var(--font-weight-600);margin-top:8px;display:block;position:relative}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline{margin-top:14px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline .btn-remove{font-size:var(--font-onethree-size);color:var(--text-dark-color);cursor:pointer;align-items:center;display:inline-flex}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline .btn-remove .material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 22;font-size:var(--font-onefour-size);margin-right:4px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline .btn-remove:hover{color:var(--text-primary-color)}@media (max-width:575px){.cart-summary-offcanvas.offcanvas.offcanvas-end{width:100%}.cart-summary-offcanvas .offcanvas-header{padding:15px}.cart-summary-offcanvas .offcanvas-header .order-paid-free{font-size:var(--font-onethree-size);margin-bottom:12px}.cart-summary-offcanvas .offcanvas-header .btn{min-width:0;font-size:var(--font-onethree-size);padding-left:12px;padding-right:12px}.cart-summary-offcanvas .offcanvas-body .list-items .item{padding:0 15px}.cart-summary-offcanvas .offcanvas-body .list-items .item .box{padding:20px 0}.cart-summary-offcanvas .offcanvas-body .list-items .item .image,.cart-summary-offcanvas .offcanvas-body .list-items .item .image .img{width:72px;height:72px}.cart-summary-offcanvas .offcanvas-body .list-items .item .cart-box{padding-left:15px}}.cart-page,.cart-page .cart-summary{display:block;position:relative}.cart-page .cart-summary .head{margin-bottom:15px;display:block;position:relative}.cart-page .cart-summary .head .title{font-size:var(--font-h2-size);font-weight:var(--font-weight-600);color:var(--text-black-color);margin-bottom:5px;display:block;position:relative}.cart-page .cart-summary .head .title .count{font-size:var(--font-onesix-size);font-weight:var(--font-weight-400);color:var(--text-gray-color)}.cart-page .cart-summary .head .text{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);display:block;position:relative}.cart-page .cart-summary .head .text b{font-weight:var(--font-weight-600)}.cart-page .cart-summary .body .summary-brief{border-radius:var(--border-radius-light);outline:1px solid var(--border-light-color);background:#fff;padding:20px 0;display:block;position:relative;box-shadow:var(--box-shadow-light)!important}.cart-page .cart-summary .body .summary-brief .spacing{padding:0 20px}.cart-page .cart-summary .body .summary-brief .order-paid-free{font-size:var(--font-onefour-size);border-radius:var(--border-radius-light);background-color:var(--system-primary-light-color);margin-bottom:20px;padding:8px 12px;line-height:24px}.cart-page .cart-summary .body .summary-brief .order-paid-free span{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);margin-right:10px}.cart-page .cart-summary .body .summary-brief .order-paid-free b{font-weight:var(--font-weight-500);color:var(--text-primary-color);margin-left:4px}.cart-page .cart-summary .body .summary-brief .price-group{margin-bottom:10px;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .price-group:last-child{margin-bottom:0}.cart-page .cart-summary .body .summary-brief .price-group .label{font-size:var(--font-onefour-size);color:var(--text-black-color);font-weight:var(--font-weight-600);margin-bottom:0;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .price-group .label .count{font-weight:var(--font-weight-400)}.cart-page .cart-summary .body .summary-brief .price-group .value{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .price-group.is-saving .value{color:var(--text-success-color)}.cart-page .cart-summary .body .summary-brief .price-group .value.is-free{text-transform:uppercase;font-weight:var(--font-weight-600);color:var(--text-success-color)}.cart-page .cart-summary .body .summary-brief .price-group .final-amount-text{font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);margin-bottom:0;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .price-group .grand-total{font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);margin-bottom:0;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .note{display:block;position:relative}.cart-page .cart-summary .body .summary-brief .note .label{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);margin-bottom:0;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .note .text{font-size:var(--font-onefour-size);margin-bottom:0;line-height:24px;display:block;position:relative}.cart-page .cart-summary .body .summary-brief .apply-coupon .btn{background-color:#0000;border-width:2px;width:90px;min-width:auto;padding:0;line-height:46px}.cart-page .cart-summary .body .summary-brief .apply-coupon .coupon-applied{border:1px dashed var(--border-system-color);border-radius:var(--border-radius-semi-medium);background-color:var(--system-primary-light-color);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.cart-page .cart-summary .body .summary-brief .apply-coupon .coupon-applied .code{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);text-transform:uppercase;margin-bottom:0}.cart-page .cart-summary .body .summary-brief .apply-coupon .coupon-applied .btn-clear{font-size:var(--font-onethree-size);color:var(--text-dark-color);background:0 0;border:none;padding:0;transition:color .3s ease-in-out}.cart-page .cart-summary .body .summary-brief .apply-coupon .coupon-applied .btn-clear:hover{color:var(--text-primary-color)}.cart-page .cart-summary .body .summary-brief .apply-coupon .coupon-error{font-size:var(--font-onethree-size);color:var(--text-red-color);margin:10px 0 0;display:block}@media (max-width:991px){.cart-page .cart-summary .body .summary-brief{flex-direction:column-reverse;display:flex}.cart-page .cart-summary .body .apply-coupon-btn{flex-direction:column;display:flex}.cart-page .cart-summary .body .apply-coupon-btn .btn{text-align:center}}@media (max-width:767px){.cart-page .cart-summary .body .summary-brief{margin-top:0;margin-bottom:10px}.cart-page .cart-summary .body .summary-brief .spacing{padding:0 35px}}.cart-page .cart-lists{box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-light);outline:1px solid var(--border-light-color);display:block;position:relative}.cart-page .cart-lists .cart-table{margin-bottom:0}.cart-page .cart-lists .cart-table thead tr th{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);padding:15px 20px}.cart-page .cart-lists .cart-table thead tr th:first-child{padding-left:30px}.cart-page .cart-lists .cart-table thead tr th:last-child{padding-right:30px}.cart-page .cart-lists .cart-table tbody tr td{padding:30px 20px}.cart-page .cart-lists .cart-table tbody tr td:first-of-type{width:50%;padding-left:30px}.cart-page .cart-lists .cart-table tbody tr td:nth-of-type(2){width:20%}.cart-page .cart-lists .cart-table tbody tr td:nth-of-type(3){width:10%}.cart-page .cart-lists .cart-table tbody tr td:nth-of-type(4){width:20%;padding-right:30px}.cart-page .cart-lists .cart-table tbody tr td .product-info{display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .product-info .figure{object-fit:contain;margin-right:30px;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .product-info .product-name{font-size:var(--font-onefour-size);color:var(--text-black-color);font-weight:var(--font-weight-400);margin-bottom:10px;line-height:normal;transition:color .3s ease-in-out;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .product-info .product-link:hover .product-name{color:var(--text-primary-color)}.cart-page .cart-lists .cart-table tbody tr td .product-info .details{font-size:var(--font-onefour-size);color:var(--text-black-color);font-weight:var(--font-weight-400);margin-bottom:10px;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .product-info .details .strong{font-weight:var(--font-weight-600)}.cart-page .cart-lists .cart-table tbody tr td .product-info .outstock{font-size:var(--font-onefour-size);color:var(--text-red-color);font-weight:var(--font-weight-600);margin-bottom:0;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .quantity-block{border:1px solid var(--border-dark-color);border-radius:var(--border-radius-medium);max-width:100px;height:32px;display:block;position:relative;overflow:hidden}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .btn-icon{border-radius:var(--border-radius-semi-medium);width:28px;height:28px;line-height:28px;font-size:var(--font-twozero-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;z-index:1;background-color:#0000;border:none;padding:0;position:absolute;top:1px}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .btn-icon.add{right:1px}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .btn-icon.remove{left:1px}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .btn-icon:hover:not(:disabled){background-color:var(--background-color-light)}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .btn-icon:disabled{opacity:.4;cursor:not-allowed}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .qty-control{max-width:98px;box-shadow:none;text-align:center;font-size:var(--font-onefour-size);border-radius:var(--border-radius-medium);border:none;height:30px;padding:0 30px;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .qty-control::-webkit-outer-spin-button{appearance:none;margin:0}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .qty-control::-webkit-inner-spin-button{appearance:none;margin:0}.cart-page .cart-lists .cart-table tbody tr td .quantity-block .qty-control{appearance:textfield}.cart-page .cart-lists .cart-table tbody tr td .remove-btn button{font-size:var(--font-onefour-size);background:0 0;border:none;margin-top:5px;padding:0;transition:color .3s ease-in-out;display:block}.cart-page .cart-lists .cart-table tbody tr td .remove-btn button:hover{color:var(--text-primary-color)}.cart-page .cart-lists .cart-table tbody tr td .price{display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .price .cut{font-size:var(--font-onefour-size);color:var(--text-gray-color);margin-bottom:10px;text-decoration:line-through;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .price .final{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);margin-bottom:10px;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .price .discount{font-size:var(--font-onefour-size);color:var(--text-red-color);font-weight:var(--font-weight-500);margin-bottom:0;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .total-price{text-align:right;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .total-price .label{font-size:var(--font-onethree-size);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td .total-price .value{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-black-color);margin-bottom:0;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td.warning{background-color:var(--background-color-warning);padding:15px 30px}.cart-page .cart-lists .cart-table tbody tr td.warning .message{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-warning-color);margin-bottom:0;display:block;position:relative}.cart-page .cart-lists .cart-table tbody tr td.warning .message span{font-size:var(--font-twozero-size);vertical-align:text-top;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;margin-right:5px}.cart-page .cart-lists .cart-table tbody tr:last-child td{border-bottom:none}@media screen and (min-width:992px) and (max-width:1199px){.cart-page .cart-lists .cart-table thead tr th,.cart-page .cart-lists .cart-table tbody tr td{padding:15px 10px!important}}@media (max-width:767px){.cart-page .cart-lists{box-shadow:none;border-radius:0;outline:none}}.cart-page .is-busy{opacity:.55;pointer-events:none;transition:opacity .15s ease-in-out}.checkout-page{display:block;position:relative}.checkout-page .checkout-steps{background-color:var(--background-color-white);border-radius:var(--border-radius-normal);border:1px solid var(--border-light-color);box-shadow:var(--box-shadow-light);display:block;position:relative;overflow:hidden}.checkout-page .checkout-steps .step-head{border-bottom:1px solid var(--border-light-color);padding:22px;display:block;position:relative}.checkout-page .checkout-steps .step-head .title{font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);line-height:20px;display:block;position:relative}.checkout-page .checkout-steps .step-head .title span{font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size);vertical-align:top;color:var(--text-success-color);margin-right:5px}.checkout-page .checkout-steps .step-head .title .number{width:20px;height:20px;font-size:var(--font-onetwo-size);font-weight:var(--font-weight-500);background-color:var(--system-primary-color);color:var(--text-white-color);text-align:center;border-radius:var(--border-radius-medium);line-height:20px;display:inline-block;position:relative}.checkout-page .checkout-steps .step-head .btn{min-width:80px;max-width:80px;height:32px;line-height:30px;font-size:var(--font-onethree-size);font-weight:var(--font-weight-400);padding:0 10px}.checkout-page .checkout-steps .step-head.is-disabled{opacity:.5;filter:grayscale()}.checkout-page .checkout-steps .step-body{display:block;position:relative}.checkout-page .checkout-steps .step-body.step-spacing{padding:22px}.checkout-page .checkout-steps .step-body .btn40{height:40px;margin-right:15px;padding:0 10px;font-size:14px;line-height:40px}.checkout-page .checkout-steps .step-body .btn40 span{height:40px;line-height:40px;font-weight:400!important}.checkout-page .checkout-steps .step-body .label-name{font-size:14px}.checkout-page .checkout-steps .step-body .btn-link{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-primary-color);background-color:#0000;padding:0;transition:color .3s ease-in-out;display:inline-block;position:relative}.checkout-page .checkout-steps .step-body .btn-link span{vertical-align:middle;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24;margin-right:5px}.checkout-page .checkout-steps .step-body .btn-link:hover{color:var(--text-dark-color)}.checkout-page .checkout-steps .step-body .ci-text{font-size:var(--font-onefour-size);color:var(--text-dark-color);text-transform:capitalize;margin-bottom:0;display:block;position:relative}.checkout-page .checkout-steps .step-body .address{display:block;position:relative}.checkout-page .checkout-steps .step-body .address .label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);margin-bottom:20px;display:block;position:relative}.checkout-page .checkout-steps .step-body .address .address-fields{max-width:80%;margin-right:auto;padding-left:30px;display:block;position:relative}.checkout-page .checkout-steps .step-body .cart-lists{box-shadow:none;border-radius:initial;border-top:1px solid var(--border-light-color);outline:none;padding:0}.checkout-page .checkout-steps .step-body .cart-extend-lists{padding:20px 30px;display:block;position:relative}.checkout-page .checkout-steps .step-body .cart-extend-lists .expand-actions span{line-height:38px}.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group{flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list{width:50px;height:50px;margin-bottom:5px;display:inline-block;position:relative}.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list:not(:last-child){margin-right:20px}.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list .image{border:1px solid var(--border-light-color);border-radius:var(--border-radius-semi-medium);display:inline-block;position:relative}.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list .more-product{text-align:center;color:var(--text-white-color);background-color:var(--system-primary-color);line-height:50px;font-size:var(--font-onefour-size);border-radius:var(--border-radius-semi-medium);display:block}.checkout-page .checkout-steps .step-body .cart-extend-lists .expand-actions{background-color:var(--background-color-light);border-radius:var(--border-radius-semi-medium);outline:none;width:34px;height:34px;padding:0;display:block;position:relative}.checkout-page .checkout-steps .step-body .cart-extend-lists .expand-actions span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size)}.checkout-page .checkout-steps .step-body .filled-address{font-size:var(--font-onefour-size);word-break:break-word;white-space:normal;max-width:100%;margin-bottom:20px;line-height:26px;display:block;position:relative}.checkout-page .checkout-steps .step-body .filled-address .filled-address-flex{justify-content:space-between;max-width:100%;margin-bottom:0;display:flex}.checkout-page .checkout-steps .step-body .filled-address .filled-address-flex .title{margin-bottom:0}.checkout-page .checkout-steps .step-body .filled-address .filled-address-flex.add-new-address-link .btn-link{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-primary-color);background-color:#0000;padding:0;display:inline-block;position:relative}.checkout-page .checkout-steps .step-body .filled-address .filled-address-flex.add-new-address-link span{font-weight:var(--font-weight-400)}.checkout-page .checkout-steps .step-body .filled-address .title{font-weight:var(--font-weight-600);margin-bottom:10px;font-size:16px;display:block;position:relative}.checkout-page .checkout-steps .step-body .filled-address span{font-weight:var(--font-weight-600)}.checkout-page .checkout-steps .step-body .filled-address p{margin-bottom:0;display:block;position:relative}.checkout-page .checkout-steps .step-body .payment-options{flex-direction:column;display:flex;position:relative}.checkout-page .checkout-steps .step-body .payment-options .payment-method{display:block;position:relative}.checkout-page .checkout-steps .step-body .payment-options .payment-method:not(:last-child){border-bottom:1px solid var(--border-light-color)}.checkout-page .checkout-steps .step-body .payment-options .payment-method .payment-icon-list{justify-content:space-between;align-items:center;padding-right:20px;display:flex}.checkout-page .checkout-steps .step-body .payment-options .payment-method .icon-image{color:var(--text-dark-color);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:24px;line-height:1;position:absolute;top:20px;left:60px}.checkout-page .checkout-steps .step-body .payment-options .payment-method .payment-img{background-position:100%;background-repeat:no-repeat;background-size:contain;width:160px;height:24px}.checkout-page .checkout-steps .step-body .payment-options .payment-method.pay-card .payment-img{background-image:url(/images/credit_list_image.svg)}.checkout-page .checkout-steps .step-body .payment-options .payment-method.pay-netbanking .payment-img{background-image:url(/images/netbanking_list_image.svg)}.checkout-page .checkout-steps .step-body .payment-options .payment-method.pay-wallet .payment-img{background-image:url(/images/wallet_list_image.svg)}.checkout-page .checkout-steps .step-body .payment-options .payment-method.pay-upi .payment-img{background-image:url(/images/upi_list_image.svg)}.checkout-page .checkout-steps .step-body .payment-options .payment-method.pay-qr .payment-img{background-image:url(/images/paylater_list.svg)}.checkout-page .checkout-steps .step-body .payment-options .payment-method.pay-bank_transfer .payment-img{background-image:url(/images/neft_list_image.svg)}.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group{display:block;position:relative}.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .form-checkbox{padding-left:0;display:block;position:relative}.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .form-checkbox label{font-weight:var(--font-weight-600);font-size:var(--font-onefour-size);padding:20px 22px 20px 95px;display:block;position:relative}.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .form-checkbox label:before,.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .form-checkbox label:after{top:21px;left:20px}.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .icon{position:absolute;top:19px;left:50px}.checkout-page .checkout-steps.is-complete{display:block;position:relative}.checkout-page .checkout-steps.is-complete .step-body.step-spacing{padding:20px 50px}.checkout-page .checkout-steps-action{text-align:end;display:block;position:relative}.checkout-page .checkout-steps-action button,.checkout-page .checkout-steps-action .btn{width:280px}.place-order-page .order-heading{text-align:center;margin:0 auto;display:block;position:relative}.place-order-page .order-heading .icon span{font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 40;font-size:var(--font-fourzero-size)}.place-order-page .order-heading .icon.success{color:var(--text-success-color)}.place-order-page .order-heading .icon.failed{color:var(--text-error-color)}.place-order-page .order-heading h1{font-size:var(--font-twofour-size)}.place-order-page .order-heading .order-text{color:var(--text-black-color);font-size:var(--font-onesix-size);margin-bottom:0;display:block;position:relative}.place-order-page .order-heading .order-text b{font-weight:var(--font-weight-600)}.place-order-page .order-heading .text{max-width:85%;color:var(--text-black-color);font-size:var(--font-onefour-size);margin-bottom:0;margin-left:auto;margin-right:auto;display:block;position:relative}.place-order-page .order-heading .order-actions{z-index:1;position:absolute;top:0;right:0}@media (max-width:359px){.place-order-page .order-heading .order-actions{text-align:left;position:relative}}.place-order-page .btn-icon{color:inherit;border:1px solid var(--border-dark-color);border-radius:var(--border-radius-semi-medium);text-align:center;background-color:#0000;width:40px;height:40px;line-height:36px;transition:border-color .3s ease-in-out,color .3s ease-in-out;display:inline-block}.place-order-page .btn-icon span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);line-height:inherit}.place-order-page .btn-icon:hover{border-color:var(--border-system-color);color:var(--text-primary-color)}.place-order-page .btn-icon:not(:first-child){margin-left:10px}.place-order-page .order-summary{display:flex}.place-order-page .order-summary.order-summary-invoice{flex-wrap:wrap}.place-order-page .order-summary.order-summary-invoice h4{text-align:left;width:100%;margin-bottom:20px}.place-order-page .order-summary.order-summary-invoice .summary-item{flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%;padding-right:0;display:flex}.place-order-page .order-summary.order-summary-invoice .invoice-item{border-radius:var(--border-radius-light);flex:0 0 30%;justify-content:space-between;align-items:center;max-width:30%;margin-right:20px;padding:10px;display:flex;box-shadow:var(--box-shadow-light)!important}.place-order-page .order-summary.order-summary-invoice .invoice-item .invoice{font-size:var(--font-onefour-size);color:var(--text-primary-color);text-transform:uppercase;align-items:center;display:flex}.place-order-page .order-summary.order-summary-invoice .invoice-item .invoice span{vertical-align:middle;font-size:var(--font-twofour-size);color:var(--text-primary-color);font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24;margin-right:8px;display:inline-block;position:relative}@media (max-width:767px){.place-order-page .order-summary.order-summary-invoice .invoice-item{flex:0 0 100%;max-width:100%;margin-bottom:15px;margin-right:0}}.place-order-page .order-summary .summary-item{font-size:var(--font-onesix-size);padding-right:40px}.place-order-page .order-summary .summary-item label{text-align:left;font-weight:var(--font-weight-700);display:block}.place-order-page .order-summary .summary-item span{text-align:left;display:block}@media (max-width:767px){.place-order-page .order-summary{flex-direction:column}.place-order-page .order-summary .summary-item{margin:5px 0}}.place-order-page .order-details-block{display:block;position:relative}.place-order-page .order-details-block h2{font-size:var(--font-oneeight-size);border-bottom:1px solid var(--border-light-color);padding:20px;display:block;position:relative}.place-order-page .order-details-block .order-info{padding:20px;display:block;position:relative}.place-order-page .order-details-block .order-info .details{font-size:var(--font-onefour-size);display:block;position:relative}.place-order-page .order-details-block .order-info .details .label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);margin-bottom:5px;display:block;position:relative}.place-order-page .order-details-block .order-info .details .value{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:8px;display:block;position:relative}.place-order-page .order-details-block .order-info .details .order-date{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-lima-color);margin-bottom:0;display:block;position:relative}.place-order-page .order-details-block .order-info .details .order-date:before{content:"";background-color:var(--background-color-lima);border-radius:var(--border-radius-medium);width:10px;height:10px;margin-right:10px;display:inline-block;position:relative}.place-order-page .order-details-block .order-info .details .payment-method{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;display:block;position:relative}.place-order-page .order-details-block .order-info .details .payment-method:before{content:"";background-color:var(--background-color-black);border-radius:var(--border-radius-medium);width:10px;height:10px;margin-right:10px;display:inline-block;position:relative}.place-order-page .order-details-block .order-info .summary{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex;position:relative}.place-order-page .order-details-block .order-info .summary .label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.place-order-page .order-details-block .order-info .summary .label span{font-weight:var(--font-weight-400)}.place-order-page .order-details-block .order-info .summary .value{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;display:block;position:relative}.place-order-page .order-details-block .order-info .summary.total{border-top:1px solid var(--border-light-color);border-bottom:1px solid var(--border-light-color);margin-bottom:0;margin-left:-20px;margin-right:-20px;padding:10px 20px}.place-order-page .order-details-block .order-info .summary.total .label{font-size:var(--font-oneeight-size)}.place-order-page .order-details-block .order-info .summary.total .value{font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600)}@media (max-width:991px){.place-order-page .place-order-block{flex-direction:column}.place-order-page .place-order-block .w-25{width:100%!important}}.checkout-page .bank-options,.place-order-page .bank-options{display:block;position:relative}.checkout-page .bank-options .bank-details,.place-order-page .bank-options .bank-details{grid-template-columns:repeat(3,1fr);gap:20px 25px;margin-bottom:0;list-style-type:none;display:grid;position:relative}.checkout-page .bank-options .bank-details>div,.place-order-page .bank-options .bank-details>div{align-items:center;gap:3px;display:flex;position:relative}.checkout-page .bank-options .bank-details>div .label,.place-order-page .bank-options .bank-details>div .label{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.checkout-page .bank-options .bank-details>div .value,.place-order-page .bank-options .bank-details>div .value{font-size:var(--font-onefour-size);color:var(--text-dark-color);word-break:break-word;margin-bottom:0;margin-left:0;display:block;position:relative}@media (max-width:767px){.checkout-page .bank-options .bank-details,.place-order-page .bank-options .bank-details{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.checkout-page .bank-options .bank-details,.place-order-page .bank-options .bank-details{grid-template-columns:1fr}}.checkout-page .bank-options.checkout-options,.place-order-page .bank-options.checkout-options{margin-left:40px;padding:25px}.checkout-page .bank-options.checkout-options .bank-details,.place-order-page .bank-options.checkout-options .bank-details{flex-direction:column;display:flex}.checkout-page .bank-options.checkout-options .bank-details .label,.place-order-page .bank-options.checkout-options .bank-details .label{min-width:150px;margin-right:8px}@media (max-width:767px){.checkout-page .bank-options.checkout-options,.place-order-page .bank-options.checkout-options{margin-left:30px;padding:20px}}.cnf-bank .order-details-block .order-info .checkout-options{margin-left:0;padding:5px}.cnf-bank .order-details-block .order-info .checkout-options .bank-details{grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:991px){.checkout-page .bank-options,.place-order-page .bank-options{max-width:100%}.checkout-page .checkout-steps-action{text-align:center}.checkout-page .checkout-steps-action button,.checkout-page .checkout-steps-action .btn{width:auto;min-width:155px}.checkout-page .checkout-steps .step-body .address .address-fields{max-width:100%;padding-left:0}.checkout-page .checkout-steps .step-body .filled-address{max-width:100%}.checkout-page .checkout-steps.is-complete .step-body.step-spacing{padding:20px}.checkout-page .checkout-steps .step-head{padding:18px}.checkout-page .checkout-steps .step-head .title{font-size:var(--font-onesix-size)}}@media (max-width:767px){.checkout-page .checkout-steps .step-body .btn40{margin-bottom:10px;margin-right:0;font-size:13px}.checkout-page .checkout-steps .step-body .filled-address{white-space:normal;word-break:break-word;max-width:100%}.checkout-page .checkout-steps .step-body .flex-wrap-btn{flex-wrap:wrap}.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .form-checkbox label{padding-left:90px}.checkout-page .checkout-steps .step-body .payment-options .payment-method .icon-image{left:50px}.checkout-page .checkout-steps .step-body .payment-options .payment-method .payment-img{width:120px}.checkout-page .checkout-steps .step-head{padding:12px 15px}.checkout-page .checkout-steps .step-head .title{font-size:var(--font-onesix-size)}}@media print{.place-order-page .order-actions,.place-order-page .support-real-people,.place-order-page .btn,.place-order-page button{display:none!important}.place-order-page .section{break-inside:avoid;box-shadow:none!important}}.all-categories,.all-categories .categories-items{display:block;position:relative}.all-categories .categories-items .lists-items{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative;overflow:hidden}.all-categories .categories-items .lists-items .list-item{border-bottom:1px solid var(--border-light-color);border-right:1px solid var(--border-light-color);width:16.667%;display:block;position:relative;right:-1px}.all-categories .categories-items .lists-items .list-item .category-item{display:block;position:relative}.all-categories .categories-items .lists-items .list-item .category-item .item{text-align:left;background-color:#0000;border:none;width:100%;padding:20px;transition:background-color .3s ease-in-out;position:relative}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper{flex:none;width:50px;height:50px;margin-right:10px;display:block;position:relative}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper:before{content:"";background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-medium);position:absolute;inset:0}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper span.ol{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:50px;height:50px;display:block;position:absolute;top:0;left:0}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper .image{object-fit:cover;border-radius:100%;width:50px;height:50px;display:block;position:relative;overflow:hidden}.all-categories .categories-items .lists-items .list-item .category-item .item .name{font-size:var(--font-onesix-size);color:var(--text-black-color);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;position:relative;overflow:hidden}.all-categories .categories-items .lists-items .list-item .category-item .item.active{background-color:var(--system-primary-light-color)}.all-categories .categories-items .lists-items .list-item .category-item .item.active .name{font-weight:var(--font-weight-600);color:var(--text-primary-color)}.all-categories .categories-items .lists-items .list-item .category-item .item:hover{background-color:var(--system-primary-light-color)}.all-categories .categories-items .lists-items .list-item .category-item .item:hover .name{color:var(--text-primary-color)}.all-categories .categories-items .lists-items .view-all-categories{width:100%;display:block;position:relative}.all-categories .categories-items .lists-items .view-all-categories:last-child{border-top:1px solid var(--border-light-color);margin-bottom:-1px;top:-1px;overflow:hidden}.all-categories .categories-items .lists-items .view-all-categories .view-all-link{text-align:center;font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);background-color:#0000;border:none;width:100%;height:55px;padding:0;line-height:55px;transition:background-color .3s ease-in-out;display:block;position:relative}.all-categories .categories-items .lists-items .view-all-categories .view-all-link:hover{background-color:var(--system-primary-light-color)}.all-categories .categories-items .lists-items .view-all-categories .view-all-link span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);vertical-align:middle;line-height:55px}@media (max-width:1366px){.all-categories .categories-items .lists-items .list-item .category-item .item{padding:15px}}@media (max-width:991px){.all-categories .categories-items .lists-items .list-item{width:33.333%}.all-categories .categories-items .lists-items .list-item .category-item .item{text-align:center;flex-direction:column;padding:15px}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper{margin-bottom:10px;margin-right:0}}@media (max-width:767px){.all-categories .categories-items .lists-items .list-item{width:50%}.all-categories .categories-items .lists-items .list-item .category-item .item .name{-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}.all-categories .category-view{display:block;position:relative}.all-categories .category-view .category-view-head{margin-bottom:20px;display:block;position:relative}.all-categories .category-view .category-view-head .category-selected{position:relative}.all-categories .category-view .category-view-head .category-selected .image-wrapper{border-radius:50%;flex:none;width:50px;height:50px;margin-right:10px;display:block;position:relative;overflow:hidden}.all-categories .category-view .category-view-head .category-selected .image-wrapper span.ol{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:50px;height:50px;display:block;position:absolute;top:0;left:0}.all-categories .category-view .category-view-head .category-selected .image-wrapper:before{content:"";background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-medium);position:absolute;inset:0}.all-categories .category-view .category-view-head .category-selected .image-wrapper .image{object-fit:cover;width:50px;height:50px;display:block;position:relative}.all-categories .category-view .category-view-head .category-selected .name{font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.all-categories .category-view .category-view-head .category-selected .name:hover{color:var(--text-primary-color)}.all-categories .category-view .category-view-body{margin-bottom:-40px;display:block;position:relative}.all-categories .category-view .category-view-body .category-box{margin-bottom:40px;display:block;position:relative}.all-categories .category-view .category-view-body .category-box .title{display:block;position:relative}.all-categories .category-view .category-view-body .category-box .title .link{font-size:var(--font-onesix-size);font-weight:var(--font-weight-700);color:var(--text-black-color);text-align:left;background-color:#0000;border:none;margin-bottom:20px;padding:0;line-height:30px;display:inline-block;position:relative}.all-categories .category-view .category-view-body .category-box .title .link span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);vertical-align:top;line-height:30px;position:relative}.all-categories .category-view .category-view-body .category-box .title .link:hover{color:var(--text-primary-color)}.all-categories .category-view .category-view-body .category-box .lists{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.all-categories .category-view .category-view-body .category-box .lists .list{display:block;position:relative}.all-categories .category-view .category-view-body .category-box .lists .list:not(:last-child){margin-bottom:15px}.all-categories .category-view .category-view-body .category-box .lists .list .item{display:block;position:relative}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper{flex:none;width:25px;height:25px;margin-right:10px;display:block;position:relative}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper span.ol{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:25px;height:25px;display:block;position:absolute;top:0;left:0}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper:before{content:"";background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-medium);position:absolute;inset:0}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper .image{object-fit:cover;border-radius:50%;width:25px;height:25px;display:block;position:relative}.all-categories .category-view .category-view-body .category-box .lists .list .item .name{font-size:var(--font-onefour-size);color:var(--text-black-color);display:block;position:relative}.all-categories .category-view .category-view-body .category-box .lists .list .item:hover .name{color:var(--text-primary-color)}.all-categories .category-view .category-view-body .category-box .lists .list .link-btn{font-size:var(--font-onefour-size);color:var(--text-primary-color);background-color:#0000;border:none;min-height:24px;padding:0;display:inline-block;position:relative}@media (max-width:991px){.all-categories .category-view .category-view-head .category-selected{border-bottom:1px solid var(--border-light-color);padding-bottom:20px}}.all-categories .skeleton-disc{border-radius:100%}.all-categories .skeleton-tile-caption{width:70%;height:16px;margin-bottom:0}.all-categories .skeleton-view-all{border-radius:0;width:100%;height:55px}.all-categories .skeleton-panel-heading{width:40%;height:20px;margin-bottom:0}.all-categories .skeleton-column-title{width:60%;height:16px;margin:7px 0 27px}.all-categories .skeleton-row-name{width:70%;height:14px;margin-bottom:0}@media (max-width:991px){.all-categories .skeleton-tile-caption{margin-left:auto;margin-right:auto}}.all-categories [hidden]{display:none!important}.all-brands{display:block;position:relative}.all-brands .alphabets-group{box-shadow:var(--box-shadow-light);border:1px solid var(--border-light-color);border-radius:var(--border-radius-light);margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.all-brands .alphabets-group .alphabets-list{border-right:1px solid var(--border-light-color);display:block;position:relative}.all-brands .alphabets-group .alphabets-list:last-child{border-right:0}.all-brands .alphabets-group .alphabets-list .alphabets{width:42px;height:42px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);background-color:#0000;display:block;position:relative}.all-brands .alphabets-group .alphabets-list .alphabets.active,.all-brands .alphabets-group .alphabets-list .alphabets:hover{background-color:var(--system-primary-light-color);color:var(--text-primary-color)}.all-brands .alphabets-group .alphabets-list .skeleton-alphabet{width:42px;height:42px}@media (max-width:1199px){.all-brands .alphabets-group{flex-wrap:wrap}.all-brands .alphabets-group .alphabets-list .alphabets,.all-brands .alphabets-group .alphabets-list .skeleton-alphabet{width:33px;height:33px}}@media (max-width:991px){.all-brands .alphabets-group{box-shadow:none;border:0;border-radius:0;flex-wrap:wrap;justify-content:center;margin:0 auto}.all-brands .alphabets-group .alphabets-list{border:1px solid var(--border-light-color);box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-light)}.all-brands .alphabets-group .alphabets-list .alphabets,.all-brands .alphabets-group .alphabets-list .skeleton-alphabet{width:42.6px;height:42px}}.category-landing{--disclosure-duration:.28s}.category-landing .filter-accordion .filter-item::details-content{transition:grid-template-rows var(--disclosure-duration) ease,content-visibility var(--disclosure-duration) allow-discrete;grid-template-rows:0fr;display:grid}.category-landing .seo-accordion details::details-content{transition:grid-template-rows var(--disclosure-duration) ease,content-visibility var(--disclosure-duration) allow-discrete;grid-template-rows:0fr;display:grid}.category-landing .filter-accordion .filter-item[open]::details-content{grid-template-rows:1fr}.category-landing .seo-accordion details[open]::details-content{grid-template-rows:1fr}.category-landing .filter-body,.category-landing .seo-body{min-height:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.category-landing .filter-chevron,.category-landing .seo-chevron{transition:none}.category-landing .filter-accordion .filter-item::details-content{transition:none}.category-landing .seo-accordion details::details-content{transition:none}}.category-landing .category-head .title{margin-bottom:10px;font-size:20px;line-height:22px}.category-landing .category-head .view-all-link:hover{color:var(--text-primary-hover-color);text-decoration:underline}@media only screen and (max-width:767px){.category-landing .category-head{margin-bottom:15px}.category-landing .category-head .title{margin-bottom:0}.category-landing .category-head .view-all-link{font-size:14px}}.category-landing .tile-grid{margin-bottom:-50px;display:block;position:relative}.category-landing .tile-grid .tile{margin-bottom:50px;display:block;position:relative}.category-landing .tile-grid .tile-link{display:block;position:relative}.category-landing .tile-grid .tile-link:hover .tile-media:before{opacity:1}.category-landing .tile-grid .tile-link:hover .tile-media:after{opacity:.8}.category-landing .tile-grid .tile-link:hover .tile-name{color:var(--text-primary-color)}.category-landing .tile-grid .tile-media{border-radius:var(--border-radius-high);width:175px;height:175px;margin-bottom:15px;margin-left:auto;margin-right:auto;display:block;position:relative;overflow:hidden}.category-landing .tile-grid .tile-media:before{content:"Shop All";font-size:var(--font-oneeight-size);color:var(--text-white-color);font-weight:var(--font-weight-600);text-align:center;z-index:1;opacity:0;line-height:175px;transition:opacity .3s;display:block;position:absolute;inset:0}.category-landing .tile-grid .tile-media:after{content:"";opacity:0;background-color:var(--system-primary-color);border-radius:var(--border-radius-high);transition:opacity .3s;display:block;position:absolute;inset:0}.category-landing .tile-grid .tile-scrim{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:175px;height:175px;display:block;position:absolute;top:0;left:0}.category-landing .tile-grid .tile-image{object-fit:cover;width:175px;min-width:175px;height:175px;min-height:175px;display:block}.category-landing .tile-grid .tile-name{text-align:center;font-size:var(--font-h5-size);font-weight:var(--font-weight-600);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.category-landing .tile-grid.brand-tiles{margin-bottom:0}.category-landing .tile-grid.brand-tiles .tile-media{align-items:center;width:150px;height:150px;display:flex}.category-landing .tile-grid.brand-tiles .tile-media:before{content:"Visit Store";line-height:150px;font-size:var(--font-h5-size)}.category-landing .tile-grid.brand-tiles .tile-scrim{width:150px;height:150px}.category-landing .tile-grid.brand-tiles .tile-image{object-fit:contain;width:130px;min-width:130px;height:130px;min-height:130px;margin:0 auto}.category-landing .tile-grid.brand-tiles .tile-name{font-size:var(--font-h5-size);font-weight:var(--font-weight-400)}@media only screen and (max-width:767px){.category-landing .tile-grid .tile{margin-bottom:20px}.category-landing .tile-grid .tile-media{width:150px;min-width:150px;height:150px;min-height:150px;margin-bottom:10px}.category-landing .tile-grid .tile-media:before{line-height:150px}.category-landing .tile-grid .tile-scrim{width:150px;height:150px}.category-landing .tile-grid .tile-image{width:150px;min-width:150px;height:150px;min-height:150px}.category-landing .tile-grid .tile-name{font-size:var(--font-onefour-size);margin-bottom:20px}}.category-landing .filter-head .h3{margin-bottom:15px}.category-landing .filter-accordion{border-top:1px solid var(--border-light-color);display:block;position:relative}.category-landing .filter-accordion .filter-item{border:none;border-radius:0;position:relative}.category-landing .filter-accordion .filter-summary{width:100%;box-shadow:none;cursor:pointer;background-color:#0000;border-radius:0;align-items:center;padding:8px 0;list-style:none;display:flex;position:relative}.category-landing .filter-accordion .filter-summary::-webkit-details-marker{display:none}.category-landing .filter-accordion .filter-summary:hover .filter-name{color:var(--text-primary-color)}.category-landing .filter-accordion .filter-thumb{border-radius:var(--border-radius-high);flex:0 0 50px;width:50px;height:50px;margin-right:10px;display:block;position:relative;overflow:hidden}.category-landing .filter-accordion .filter-thumb:after{content:"";border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);display:block;position:absolute;inset:0}.category-landing .filter-accordion .filter-figure{object-fit:cover;width:50px;height:50px;display:block;position:relative}.category-landing .filter-accordion .filter-name{font-size:var(--font-onesix-size);color:inherit;white-space:pre;text-overflow:ellipsis;flex:auto;width:200px;margin:20px 0;display:block;position:relative;overflow:hidden}.category-landing .filter-accordion .filter-chevron{font-size:var(--font-twofour-size);color:var(--text-dark-color);transition:transform ease var(--disclosure-duration);flex:none;margin-left:8px}.category-landing .filter-accordion .filter-item[open] .filter-chevron{transform:rotate(180deg)}.category-landing .filter-accordion .filter-body{border-bottom:1px solid var(--border-light-color);margin-top:-15px;padding:0}.category-landing .filter-accordion .type-list{margin-bottom:0;padding-left:0;list-style-type:none;position:relative}.category-landing .filter-accordion .type-item{margin:10px 0;display:block;position:relative}.category-landing .filter-accordion .type-link{white-space:pre;text-overflow:ellipsis;font-size:var(--font-onefour-size);color:var(--text-dark-color);display:block;position:relative;overflow:hidden}.category-landing .filter-accordion .type-link:hover{color:var(--text-primary-color)}@media (max-width:991px){.category-landing .filter-accordion .filter-item{padding:0 20px}.category-landing .filter-accordion .filter-name{font-size:18px}.category-landing .filter-accordion .filter-body{padding:0 20px}.category-landing .filter-accordion .type-link{font-size:16px}}.category-landing .seo-accordion .seo-summary{color:#000;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:10px;padding:20px;font-size:20px;font-weight:700;list-style:none;display:flex}.category-landing .seo-accordion .seo-summary::-webkit-details-marker{display:none}.category-landing .seo-accordion .seo-summary:focus{box-shadow:none;outline:none}.category-landing .seo-accordion .seo-chevron{font-size:var(--font-twofour-size);transition:transform ease var(--disclosure-duration);flex:none}.category-landing .seo-accordion details[open] .seo-chevron{transform:rotate(180deg)}.category-landing .seo-accordion .seo-body{padding:0 20px 20px}.category-landing .seo-accordion .seo-body p{font-size:14px}@media only screen and (max-width:991px){.category-landing .filter-trigger-bar{z-index:22;color:#fff;width:100%;height:70px;box-shadow:var(--box-shadow-light);background:#fff;justify-content:center;align-items:center;margin-bottom:0;padding:0;list-style:none;display:flex;position:fixed;bottom:0;left:0}.category-landing .filter-trigger-bar li{justify-content:center;width:90%;display:flex}.category-landing .filter-trigger-bar .filter-trigger{background:#005ac1;border:0;border-radius:30px;justify-content:center;align-items:center;width:90%;height:50px;display:flex}.category-landing .filter-trigger-bar .material-symbols-rounded{color:#fff;font-size:24px}.category-landing .filter-trigger-bar .filter-trigger-label{color:#fff;margin-left:10px;font-size:16px;font-weight:600}.category-landing .filter-panel{z-index:333;opacity:0;visibility:hidden;background:#fff;width:100%;height:100vh;transition:transform .5s ease-in-out,opacity .5s ease-in-out,visibility 0s linear .5s;position:fixed;top:-100px;left:0;overflow-y:scroll;transform:translateY(-100%)}.category-landing .filter-panel.is-open{opacity:1;visibility:visible;transition:transform .5s ease-in-out,opacity .5s ease-in-out,visibility linear;top:0;transform:translateY(0)}.category-landing .filter-head{flex-direction:row-reverse;justify-content:flex-end;padding:15px;align-items:center!important}.category-landing .filter-head .filter-title{margin-bottom:0!important}.category-landing .filter-head .filter-title .h3{margin-bottom:0;font-size:18px!important}.category-landing .filter-head button span{margin-right:10px;font-size:24px!important}}@media only screen and (min-width:992px){.category-landing .filter-trigger-bar,.category-landing .filter-close{display:none}}.category-landing .skeleton-tile-name{width:60%;height:16px;margin:0 auto}.category-landing .skeleton-filter-row{border-bottom:1px solid var(--border-light-color);align-items:center;padding:8px 0;display:flex}.category-landing .skeleton-filter-thumb{border-radius:var(--border-radius-high);flex:0 0 50px;width:50px;height:50px;margin-right:10px}.category-landing .skeleton-filter-name{width:60%;height:16px;margin:20px 0}.product-listing{--disclosure-duration:.2s;--filter-bar-top:134px;--filter-bar-top-collapsed:80px}.product-listing .head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;display:flex}.product-listing .head .h2{margin-bottom:0}.product-listing .head .h2,.product-listing .head .brand-store-title{flex:260px;min-width:0}.product-listing .listing-search{z-index:10;flex:none;width:400px;max-width:100%}.product-listing .listing-search .search-control{background-color:var(--background-color-white);border:1px solid var(--border-light-color);height:46px;padding-right:40px}.product-listing .listing-search .close{right:12px}@media (max-width:767px){.product-listing .listing-search{width:100%}}.product-listing .sub-category-section{display:block;position:relative}.product-listing .sub-category-group{scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;align-items:flex-start;margin-bottom:0;padding-left:0;list-style-type:none;display:flex;position:relative;overflow-x:auto}.product-listing .sub-category-group::-webkit-scrollbar{display:none}.product-listing .sub-category-group .sub-category-list{scroll-snap-align:start;flex:none;display:block;position:relative}.product-listing .sub-category-group .sub-category-list:not(:first-child){margin-left:20px}.product-listing .sub-category-group .sub-category-item{text-align:center;cursor:pointer;display:block;position:relative}.product-listing .sub-category-group .sub-category-item .category-image{border-radius:var(--border-radius-semi-medium);width:100px;height:100px;margin-bottom:15px;display:block;position:relative;overflow:hidden}.product-listing .sub-category-group .sub-category-item .category-image .image{object-fit:contain;width:100px;height:100px;transition:opacity .15s ease-in-out;display:block;position:relative}.product-listing .sub-category-group .sub-category-item .category-image .check-circle{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);color:var(--text-black-color);opacity:0;z-index:2;transition:opacity .15s ease-in-out;position:absolute;top:calc(50% - 12px);left:calc(50% - 12px)}.product-listing .sub-category-group .sub-category-item .category-image .image-wash{border-radius:var(--border-radius-high);background-color:rgba(var(--system-black-color), .03);z-index:1;width:100px;height:100px;display:block;position:absolute;top:0;left:0}.product-listing .sub-category-group .sub-category-item .category-shop-all{border-radius:var(--border-radius-high);background-color:var(--system-primary-color);width:100px;height:100px;font-size:var(--font-onefour-size);color:var(--text-white-color);text-align:center;margin-bottom:15px;line-height:100px;display:block;position:relative}.product-listing .sub-category-group .sub-category-item .category-name{font-size:var(--font-onefour-size);color:var(--text-dark-color);white-space:pre-wrap;max-width:100px;min-height:65px;margin-bottom:0;font-weight:500;transition:color .15s ease-in-out;display:block;position:relative}.product-listing .sub-category-group .sub-category-item .category-count{font-size:var(--font-onetwo-size);color:var(--system-gray-color);display:block;position:relative}.product-listing .sub-category-group .sub-category-item:hover .category-name,.product-listing .sub-category-group .sub-category-item.is-current .category-name{color:var(--text-primary-color)}.product-listing .sub-category-group .sub-category-item:hover .category-image .image,.product-listing .sub-category-group .sub-category-item.is-current .category-image .image{opacity:.3}.product-listing .sub-category-group .sub-category-item:hover .category-image .check-circle,.product-listing .sub-category-group .sub-category-item.is-current .category-image .check-circle{opacity:1}.product-listing .sub-category-arrow.is-hidden{display:none}.product-listing .sub-category-arrow{z-index:12;transition:transform .3s ease-in-out,opacity .3s ease-in-out;display:block;position:absolute;top:45px}.product-listing .sub-category-arrow.sub-category-left{left:-20px}.product-listing .sub-category-arrow.sub-category-left .sub-category-icon span{left:-1px}.product-listing .sub-category-arrow.sub-category-right{right:-20px}.product-listing .sub-category-arrow.sub-category-right .sub-category-icon span{right:-1px}.product-listing .sub-category-arrow .sub-category-icon{border:1px solid var(--border-system-color);border-radius:var(--border-radius-semi-medium);background-color:var(--background-color-white);width:40px;height:40px;color:var(--text-primary-color);padding:0;transition:background-color .3s ease-in-out,transform .3s ease-in-out;display:block;position:relative}.product-listing .sub-category-arrow .sub-category-icon span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 40;font-size:var(--font-fourzero-size);position:relative;top:-1px}.product-listing .sub-category-arrow .sub-category-icon:hover{background-color:var(--system-primary-light-color)}@media (max-width:991px){.product-listing .sub-category-arrow.sub-category-left{left:0}.product-listing .sub-category-arrow.sub-category-right{right:0}}@media (max-width:575px){.product-listing .sub-category-arrow .sub-category-icon{width:30px;height:30px}.product-listing .sub-category-arrow .sub-category-icon span{font-size:28px}}.product-listing .panel-filter{height:32px;max-height:32px;display:block;position:relative}.product-listing .panel-filter .panel-filter-sticky{background-color:var(--background-color-white);transition:top .3s ease-in-out;display:block;position:relative}.product-listing .panel-filter.smooth-sticky .panel-filter-sticky{z-index:100;border-bottom:1px solid var(--border-light-color);height:52px;max-height:52px;padding:10px 0;position:fixed;top:-150px;left:0;right:0}.product-listing .panel-filter.smooth-sticky.up-sticky .panel-filter-sticky{top:var(--filter-bar-top)}.product-listing .panel-filter.smooth-sticky.down-sticky .panel-filter-sticky{top:var(--filter-bar-top-collapsed)}.product-listing .panel-filter .filter-bar-inner{width:100%}.product-listing .panel-filter.smooth-sticky .filter-bar-inner{padding:0 calc(var(--bs-gutter-x,1.5rem)*.5);margin:0 auto}@media (min-width:576px){.product-listing .panel-filter.smooth-sticky .filter-bar-inner{max-width:540px}}@media (min-width:768px){.product-listing .panel-filter.smooth-sticky .filter-bar-inner{max-width:720px}}@media (min-width:992px){.product-listing .panel-filter.smooth-sticky .filter-bar-inner{max-width:960px}}@media (min-width:1200px){.product-listing .panel-filter.smooth-sticky .filter-bar-inner{max-width:1140px}}@media (min-width:1400px){.product-listing .panel-filter.smooth-sticky .filter-bar-inner{max-width:1320px}}.product-listing .panel-filter .filter-list{align-items:center;margin-bottom:0;padding-left:0;list-style-type:none;display:flex;position:relative}.product-listing .panel-filter .filter-list .list-item{display:block;position:relative}.product-listing .panel-filter .filter-list .list-item:not(:first-child){margin-left:20px}.product-listing .panel-filter .filter-btn{background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-normal);height:32px;font-weight:600;line-height:32px;font-size:var(--font-onethree-size);color:var(--text-black-color);white-space:nowrap;cursor:pointer;border:none;padding:0 15px;list-style:none;display:block;position:relative}.product-listing .panel-filter .filter-btn::-webkit-details-marker{display:none}.product-listing .panel-filter .filter-btn:hover{background-color:var(--background-color-dark);color:var(--text-white-color)}.product-listing .panel-filter .filter-btn span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size);vertical-align:top;transition:transform ease-in-out var(--disclosure-duration);line-height:32px}.product-listing .panel-filter .filter-btn.is-selected,.product-listing .panel-filter details[open]>.filter-btn{background-color:var(--background-color-dark);color:var(--text-white-color)}.product-listing .panel-filter details[open]>.filter-btn span{transform:rotate(-180deg)}.product-listing .panel-filter .list-sort{align-items:center;display:flex;position:relative}.product-listing .panel-filter .list-sort .label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-dark-color);margin-bottom:0;line-height:30px;display:block;position:relative}.product-listing .panel-filter .list-sort .label:after{content:"|";padding:0 10px;display:inline-block;position:relative}.product-listing .panel-filter .list-sort .sort-btn{border-radius:var(--border-radius-semi-normal);height:30px;line-height:30px;font-size:var(--font-onefour-size);color:var(--text-black-color);text-align:left;white-space:nowrap;cursor:pointer;background-color:#0000;min-width:110px;padding:0;list-style:none;display:block;position:relative}.product-listing .panel-filter .list-sort .sort-btn::-webkit-details-marker{display:none}.product-listing .panel-filter .list-sort .sort-btn span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);vertical-align:top;float:right;transition:transform ease-in-out var(--disclosure-duration);line-height:30px}.product-listing .panel-filter .list-sort details[open]>.sort-btn span{transform:rotate(-180deg)}@media (max-width:991px){.product-listing .panel-filter .list-sort .label,.product-listing .panel-filter .list-sort .sort-btn{color:#111}}.product-listing .panel-filter .clear-all{color:#005ac1;white-space:nowrap;background:0 0;padding:0 15px;font-size:13px}.product-listing .panel-filter .filter-popup{background-color:var(--background-color-white);border-radius:var(--border-radius-light);min-width:300px;max-width:300px;box-shadow:var(--box-shadow-light);z-index:222;display:block;position:absolute;top:45px;left:calc(50% - 150px)}.product-listing .panel-filter .filter-popup:before{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--border-dark-color);opacity:.05;position:absolute;top:-11px;left:calc(50% - 5px)}.product-listing .panel-filter .filter-popup:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--text-white-color);position:absolute;top:-10px;left:calc(50% - 5px)}.product-listing .panel-filter .filter-popup .filter-popup-body{padding:20px;display:block;position:relative}.product-listing .panel-filter .filter-popup .filter-popup-clear{font-size:var(--font-onethree-size);text-align:center;border:none;border-top:1px solid var(--border-light-color);width:100%;color:var(--text-dark-color);background:0 0;border-radius:0;padding:12px 0;text-decoration:underline;display:block}.product-listing .panel-filter .filter-popup .filter-popup-clear:hover:not(:disabled){color:var(--text-primary-color)}.product-listing .panel-filter .filter-popup .filter-popup-clear:disabled{opacity:.4;cursor:default;text-decoration:none}.product-listing .panel-filter .filter-popup.filter-popup-sort{min-width:200px;max-width:200px;left:calc(60% - 120px)}.product-listing .panel-filter .filter-popup.filter-popup-sort .group-item span{vertical-align:top;visibility:hidden;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;transform:scale(0)}.product-listing .panel-filter .filter-popup.filter-popup-sort .group-item.is-current span{visibility:visible;transform:scale(1)}@media (max-width:991px){.product-listing .panel-filter{height:0;max-height:0}.product-listing .panel-filter .panel-filter-sticky,.product-listing .panel-filter.smooth-sticky .panel-filter-sticky,.product-listing .panel-filter.smooth-sticky.up-sticky .panel-filter-sticky,.product-listing .panel-filter.smooth-sticky.down-sticky .panel-filter-sticky{z-index:22;height:70px;max-height:70px;box-shadow:var(--box-shadow-light);background:#fff;border-bottom:none;padding:10px 0;position:fixed;inset:auto 0 0}.product-listing .panel-filter .filter-bar-inner,.product-listing .panel-filter.smooth-sticky .filter-bar-inner{max-width:none;padding:0 12px}.product-listing .panel-filter .filter-list .list-item.hide-on-mobile{display:none}.product-listing .panel-filter .filter-list{flex:none}.product-listing .panel-filter .filter-list.filter-list-end{flex:auto;justify-content:flex-end}.product-listing .panel-filter .filter-btn{color:#111;text-align:center;background-color:#fff;border:1px solid #111;border-radius:30px;width:130px;height:50px;font-size:16px;line-height:48px}.product-listing .panel-filter .filter-btn:hover{color:#111;background-color:#f0f1f2}.product-listing .panel-filter .filter-btn span{line-height:48px}.product-listing .panel-filter .filter-popup{top:auto;bottom:60px}.product-listing .panel-filter .filter-popup:before,.product-listing .panel-filter .filter-popup:after{border-bottom:none;border-top:10px solid var(--text-white-color);top:auto;bottom:-10px}.product-listing .panel-filter .filter-popup:before{border-top-color:var(--border-dark-color);bottom:-11px}.product-listing{padding-bottom:90px}}.product-listing .filter-popup-search{margin-bottom:20px;display:block;position:relative}.product-listing .filter-popup-search span{z-index:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size);text-align:center;width:40px;color:var(--text-gray-color);line-height:40px;position:absolute;top:0;left:0}.product-listing .filter-popup-search .search-control{width:100%;height:40px;box-shadow:none;border:1px solid var(--border-form-color);font-size:var(--font-onefour-size);border-radius:var(--border-radius-medium);padding:0 15px 0 40px;transition:border-color .15s ease-in-out;display:block;position:relative}.product-listing .filter-popup-search .search-control:focus{border-color:var(--border-system-color);border-width:2px;outline:none}.product-listing .group-items-lists{overscroll-behavior:contain;max-height:350px;margin-bottom:0;padding-left:0;padding-right:20px;list-style-type:none;display:block;position:relative;overflow-y:auto}.product-listing .group-items-lists .group-item-list{padding:6px 0;display:block;position:relative}.product-listing .group-items-lists .group-item{font-size:var(--font-onefour-size);color:var(--text-dark-color);text-align:left;background:0 0;border:none;width:100%;padding:0;line-height:20px;transition:color .15s ease-in-out;display:block;position:relative}.product-listing .group-items-lists .group-item.is-current{font-weight:700}.product-listing .group-items-lists .group-item:hover,.product-listing .group-items-lists .group-item:hover .count{color:var(--text-primary-color)}.product-listing .group-items-lists .form-group{margin-bottom:0}.product-listing .group-items-lists .group-empty{font-size:var(--font-onethree-size);color:var(--text-gray-color);padding:6px 0}.product-listing .slider-range{margin-bottom:5px}.product-listing .slider-range .price-label{padding-top:0}.product-listing .listing-grid{display:block;position:relative}@media (max-width:1199px){.product-listing .listing-grid .col-width{padding:0 5px}}@media (max-width:767px){.product-listing .listing-grid .row .col-6{padding:0 5px}}.product-listing .pagination-group{display:block;position:relative}.product-listing .pagination-group .pagination-flex{justify-content:space-between;align-items:center;display:flex}.product-listing .pagination-group .show-text{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.product-listing .pagination-group .show-text .show-text-label{margin-bottom:0}.product-listing .pagination-group .pagination-block{text-align:center;display:block;position:relative}.product-listing .pagination-group .go-next{text-align:right;display:block;position:relative}.product-listing .pagination-group .go-next .text{vertical-align:top;line-height:40px;font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-right:5px;display:inline-block;position:relative}.product-listing .pagination-group .go-next .go-control{border:1px solid var(--border-form-color);border-radius:var(--border-radius-light);text-align:center;width:56px;height:40px;font-size:var(--font-onefour-size);transition:border-color .15s ease-in-out;display:inline-block;position:relative}.product-listing .pagination-group .go-next .go-control:focus{border-color:var(--border-system-color);border-width:2px;outline:none}@media (max-width:991px){.product-listing .pagination-group .show-text{margin-bottom:20px}.product-listing .pagination-group .pagination-flex{flex-direction:column}}.product-listing .brand-category-group{margin-bottom:-15px;padding-left:0;list-style-type:none;display:block;position:relative}.product-listing .brand-category-group .brand-category-items{vertical-align:top;margin-bottom:15px;margin-right:15px;display:inline-block;position:relative}.product-listing .brand-category-group .brand-category-item{height:auto;line-height:20px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);color:var(--text-dark-color);border:1px solid var(--border-dark-color);border-radius:var(--border-radius-high);padding:5px 15px;transition:color .15s ease-in-out,border-color .15s ease-in-out;display:block;position:relative}.product-listing .brand-category-group .brand-category-item:hover{color:var(--text-primary-color);border-color:var(--border-system-color)}.product-listing .accordion-section,.product-listing .accordion-section .seo-accordion{overflow:hidden}.product-listing .accordion-section .seo-accordion .accordion-head button{color:#000;background:0 0;border-bottom:0;font-size:20px;font-weight:700}.product-listing .accordion-section .seo-accordion .accordion-head button:focus{box-shadow:none;outline:none}.product-listing .accordion-section .seo-accordion .accordion-head button.collapsed{border-bottom:0}.product-listing .accordion-section .seo-accordion .accordion-desc p{color:var(--text-black-color);margin-bottom:0;font-size:15px;line-height:26px}.off-canvas-filter{--disclosure-duration:.2s}.off-canvas-filter .filter-popup-search{margin-bottom:20px;display:block;position:relative}.off-canvas-filter .filter-popup-search span{z-index:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size);text-align:center;width:40px;color:var(--text-gray-color);line-height:40px;position:absolute;top:0;left:0}.off-canvas-filter .filter-popup-search .search-control{width:100%;height:40px;box-shadow:none;border:1px solid var(--border-form-color);font-size:var(--font-onefour-size);border-radius:var(--border-radius-medium);padding:0 15px 0 40px;transition:border-color .15s ease-in-out;display:block;position:relative}.off-canvas-filter .filter-popup-search .search-control:focus{border-color:var(--border-system-color);border-width:2px;outline:none}.off-canvas-filter .group-items-lists{overscroll-behavior:contain;max-height:350px;margin-bottom:0;padding-left:0;padding-right:20px;list-style-type:none;display:block;position:relative;overflow-y:auto}.off-canvas-filter .group-items-lists .group-item-list{padding:6px 0;display:block;position:relative}.off-canvas-filter .group-items-lists .group-item{font-size:var(--font-onefour-size);color:var(--text-dark-color);text-align:left;background:0 0;border:none;width:100%;padding:0;line-height:20px;transition:color .15s ease-in-out;display:block;position:relative}.off-canvas-filter .group-items-lists .group-item.is-current{font-weight:700}.off-canvas-filter .group-items-lists .group-item:hover,.off-canvas-filter .group-items-lists .group-item:hover .count{color:var(--text-primary-color)}.off-canvas-filter .group-items-lists .form-group{margin-bottom:0}.off-canvas-filter .group-items-lists .group-empty{font-size:var(--font-onethree-size);color:var(--text-gray-color);padding:6px 0}.off-canvas-filter .slider-range{margin-bottom:5px}.off-canvas-filter .slider-range .price-label{padding-top:0}.off-canvas-filter .offcanvas-header{padding:0 20px}.off-canvas-filter .offcanvas-header .offcanvas-title{line-height:64px;font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.off-canvas-filter .offcanvas-header .offcanvas-title span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);vertical-align:top;line-height:64px}.off-canvas-filter .offcanvas-header button{box-shadow:none;opacity:.8}.off-canvas-filter .offcanvas-body{padding:0;display:block;position:relative}.off-canvas-filter .offcanvas-body .filter-body{overscroll-behavior:contain;min-height:calc(100vh - 154px);max-height:calc(100vh - 154px);padding:0 20px;display:block;position:relative;overflow:auto}.off-canvas-filter .offcanvas-body .selected-filters{display:block;position:relative}.off-canvas-filter .offcanvas-body .selected-filters .label{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists{flex-wrap:wrap;margin-bottom:-15px;padding-left:0;list-style-type:none;display:flex;position:relative}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item{margin-bottom:15px;display:inline-block;position:relative}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item:not(:last-child){margin-right:15px}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item .btn{height:32px;line-height:30px;font-size:var(--font-onethree-size);font-weight:var(--font-weight-400);color:var(--text-dark-color);min-width:auto;padding:0 10px 0 15px}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item .btn span{font-size:var(--font-twozero-size);vertical-align:top;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;line-height:31px}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item .btn:hover{font-weight:var(--font-weight-500);border-width:2px}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item{background-color:#0000;border:none;border-radius:0;position:relative}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-header{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);margin-bottom:0}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-header button{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);box-shadow:none;color:var(--text-dark-color);background-color:#0000;border-radius:0;padding:22px 0}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-header button:after{background-image:var(--bs-accordion-btn-icon)}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-body{padding:0;position:relative}.off-canvas-filter .offcanvas-body .filter-footer{padding:0 20px;display:block;position:relative}.off-canvas-filter .offcanvas-body .filter-footer>div{border-top:1px solid var(--border-light-color);height:90px;padding:20px 0;display:block;position:relative}.off-canvas-filter .offcanvas-body .filter-footer>div .btn{width:100%}.brand-store .brand-store-title{display:block;position:relative}.brand-store .brand-store-all{font-size:var(--font-onefour-size);color:var(--text-primary-color);margin-top:6px;line-height:22px;display:inline-block;position:relative}.brand-store .brand-store-all:hover{color:var(--text-primary-hover-color);text-decoration:underline}@media only screen and (max-width:767px){.brand-store .brand-store-all{font-size:var(--font-onethree-size)}}.product-series-page,.product-series-page .series-details{display:block;position:relative}.product-series-page .series-details .series-image{object-fit:contain;max-width:250px;max-height:250px;margin-right:50px;display:block;position:relative}.product-series-page .series-details .product-details,.product-series-page .series-details .product-details .product-wrapper{display:block;position:relative}.product-series-page .series-details .product-details .product-wrapper .brand-wrapper{background-color:var(--background-color-white-light);border-radius:var(--border-radius-light);margin-right:30px;display:inline-block;position:relative}.product-series-page .series-details .product-details .product-wrapper .brand-wrapper .brand-logo{object-fit:contain;display:block;position:relative}.product-series-page .series-details .product-details .price-wrapper{display:block;position:relative}.product-series-page .series-details .product-details .price-wrapper .product-key-item{font-size:var(--font-onefour-size);margin-bottom:0;display:block;position:relative}.product-series-page .series-details .product-details .product-items-wrapper{margin-bottom:-20px;display:block;position:relative}.product-series-page .series-details .product-details .product-items-wrapper .product-key-item{font-size:var(--font-onefour-size);margin-bottom:20px;display:block;position:relative}.product-series-page .series-details .product-details .product-items-wrapper .product-key-item span{font-weight:var(--font-weight-600)}@media (max-width:991px){.product-series-page .series-details .product-details .product-wrapper{flex-direction:column}.product-series-page .series-details .product-details .product-wrapper .brand-wrapper{margin-bottom:20px;margin-right:0}.product-series-page .series-details .product-details .product-items-wrapper .product-key-item span{display:block}}@media (max-width:767px){.product-series-page .series-details .series-flex-column{flex-direction:column}.product-series-page .series-details .series-image{margin:0 auto 20px}}.product-series-page .series-table{margin-bottom:0}.product-series-page .series-table thead tr th{font-weight:var(--font-weight-600);font-size:var(--font-onefour-size);padding:20px 25px}.product-series-page .series-table thead tr th:first-child{padding-left:50px}.product-series-page .series-table tbody tr.variation-row{background-color:var(--background-color-white-light)}.product-series-page .series-table tbody tr:hover td,.product-series-page .series-table tbody tr.is-open td{background-color:#f5f5f5;transition:background-color .3s}.product-series-page .series-table tbody tr td{vertical-align:middle;font-size:var(--font-onefour-size);padding:20px;position:relative}.product-series-page .series-table tbody tr td a{color:#000;transition:color .5s ease-in-out}.product-series-page .series-table tbody tr td a:hover{color:var(--text-primary-color)}.product-series-page .series-table tbody tr td .price{vertical-align:middle;font-size:var(--font-onefour-size);margin-bottom:0;margin-right:10px;display:inline-block;position:relative}.product-series-page .series-table tbody tr td .price span{color:var(--text-black-color);line-height:normal;display:block;position:relative}.product-series-page .series-table tbody tr td .price span.cut{text-decoration:line-through}.product-series-page .series-table tbody tr td .price span.actual{font-weight:var(--font-weight-600)}.product-series-page .series-table tbody tr td .price .sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-series-page .series-table tbody tr td .price .discount{background:var(--background-color-white);text-align:center;border:1px solid #020202;border-radius:50%;width:40px;height:40px;margin-left:5px;font-size:13px;font-weight:600;line-height:40px}.product-series-page .series-table tbody tr td .price .discount .per{line-height:36px}.product-series-page .series-table tbody tr td .open-btn{width:24px;height:24px;color:var(--text-gray-color);vertical-align:middle;background-color:#0000;border:none;padding:0;display:inline-block;position:relative}.product-series-page .series-table tbody tr td .open-btn span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;width:24px;height:24px;font-size:var(--font-twofour-size)}.product-series-page .series-table tbody tr td .add-button{min-width:auto;height:40px;line-height:40px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);padding:0 15px}.product-series-page .series-table tbody tr td .add-button span{vertical-align:top;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;line-height:40px;font-size:var(--font-twofour-size);display:inline-block;position:relative;left:-2px}.product-series-page .series-table tbody tr td .variation-btn{background-color:var(--background-color-white);min-width:116px;height:40px;padding:0 10px;line-height:40px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.product-series-page .series-table tbody tr td .variation-btn span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;line-height:40px;font-size:var(--font-twozero-size)}.product-series-page .series-table tbody tr td .variation-btn:hover{background-color:var(--system-primary-color);color:var(--text-white-color)}.product-series-page .series-table tbody tr td .quantity{display:block;position:relative}.product-series-page .series-table tbody tr td .quantity .action{border-radius:var(--border-radius-high);border:1px solid var(--border-dark-color);width:100%;min-height:40px;transition:width .2s ease-in-out;display:block;position:relative}.product-series-page .series-table tbody tr td .quantity .action .qty-control{width:100%;height:40px;color:var(--text-dark-color);font-size:var(--font-onesix-size);text-align:center;border-radius:var(--border-radius-high);background-color:#0000;border:none;padding:0 40px;display:block;position:relative}.product-series-page .series-table tbody tr td .quantity .action .controller{z-index:1;text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;border-radius:var(--border-radius-medium);background-color:var(--background-color-dark);width:24px;height:24px;line-height:24px;font-size:var(--font-twofour-size);color:var(--text-white-color);border:none;padding:0;display:block;position:absolute;top:calc(50% - 12px)}.product-series-page .series-table tbody tr td .quantity .action .controller.remove{left:10px}.product-series-page .series-table tbody tr td .quantity .action .controller.add{right:10px}@media (max-width:991px){.product-series-page .series-table tbody .quantity{justify-content:flex-start!important}.product-series-page .series-table tbody .quantity .action{max-width:200px}}@media (max-width:767px){.product-series-page .series-table tbody .quantity .action{max-width:100%}}@media (max-width:991px){.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr:not(.series-detail-row) td:not(.skuNumber):not(:last-child){align-items:baseline;gap:12px;display:flex}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr:not(.series-detail-row) td:not(.skuNumber):not(:last-child):before{flex:0 auto;max-width:55%;height:auto}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr:not(.series-detail-row) td:not(.skuNumber):not(:last-child) .responsiveTableBlock{text-align:right;margin-left:auto}}.product-series-page .series-detail-row .detail-container{cursor:auto;background-color:#f5f5f5;padding:20px;overflow:hidden}.product-series-page .series-detail-row .detail-container img{object-fit:contain;margin-bottom:20px}.product-series-page .series-detail-row .key-features-group{margin-bottom:8px;padding-left:0;list-style-type:none;display:block;position:relative}.product-series-page .series-detail-row .key-features-group .key-features-item{font-size:var(--font-onefour-size);color:var(--text-black-color);margin:5px 0;display:block;position:relative}.product-series-page .series-detail-row .key-features-group .key-features-item .key-item{font-weight:var(--font-weight-700)}.product-series-page .series-detail-row .product-action{box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-normal);background-color:var(--background-color-white);padding:20px;display:block;position:relative}.product-series-page .series-detail-row .product-action .deal-section{display:block;position:relative}.product-series-page .series-detail-row .product-action .deal-section .crazy-deal{background-color:var(--system-primary-light-color);border-radius:var(--border-radius-light);font-size:var(--font-onetwo-size);font-weight:var(--font-weight-500);color:var(--text-primary-color);padding:0 10px;line-height:30px;display:inline-block;position:relative}.product-series-page .series-detail-row .product-action .product-price{display:block;position:relative}.product-series-page .series-detail-row .product-action .product-price .final-price{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:10px;display:block;position:relative}.product-series-page .series-detail-row .product-action .product-price .final-price span{font-size:var(--font-onesix-size);color:var(--text-black-color);vertical-align:middle;text-align:right}.product-series-page .series-detail-row .product-action .product-price .discounted-price{font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);margin-bottom:10px;display:block;position:relative}.product-series-page .series-detail-row .product-action .product-price .discounted-price .gst{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400)}.product-series-page .series-detail-row .product-action .product-price .actual-price{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;line-height:24px;text-decoration:line-through;display:inline-block;position:relative}.product-series-page .series-detail-row .product-action .product-price .save{vertical-align:top;text-transform:uppercase;color:var(--text-red-color);margin-bottom:0;margin-left:8px;line-height:24px;display:inline-block;position:relative}.product-series-page .series-detail-row .product-action .product-quantity,.product-series-page .series-detail-row .product-action .product-quantity .quantity{display:block;position:relative}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action{border-radius:var(--border-radius-high);border:1px solid var(--border-dark-color);width:100%;min-height:50px;transition:width .2s ease-in-out;display:block;position:relative}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action .qty-control{width:100%;max-width:100%;height:50px;color:var(--text-dark-color);font-size:var(--font-onesix-size);text-align:center;border-radius:var(--border-radius-high);background-color:#0000;border:none;padding:0 50px;display:block;position:relative}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action .controller{z-index:1;text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;border-radius:var(--border-radius-medium);background-color:var(--background-color-dark);width:24px;height:24px;line-height:24px;font-size:var(--font-twofour-size);color:var(--text-white-color);border:none;padding:0;display:block;position:absolute;top:calc(50% - 12px)}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action .controller.remove{left:10px}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action .controller.add{right:10px}.product-series-page .out-of-stock{display:block;position:relative}.product-series-page .out-of-stock .out-of-label{border-radius:var(--border-radius-high);text-align:center;color:#dc3545;height:40px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);background:#fff;border:1px solid #dc3545;padding:0 15px;line-height:40px;display:inline-block;position:relative}.product-series-page .seo-box{display:block;position:relative}.product-series-page .seo-box .h2{font-size:var(--font-twofour-size);margin-bottom:10px;display:block;position:relative}.product-series-page .seo-box p{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.product-series-page .seo-box p:not(:last-child){margin-bottom:5px}.product-detail .pdp-head{display:block;position:relative}.product-detail .pdp-head .pdp-title{color:var(--text-black-color);font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);margin-bottom:5px;line-height:30px;display:block;position:relative}.product-detail .pdp-head .code-text-group{align-items:center;display:flex}.product-detail .pdp-head .code-text{vertical-align:top;color:var(--text-black-color);font-size:var(--font-onefour-size);margin-bottom:0;margin-right:10px;padding-right:12px;display:inline-block;position:relative}.product-detail .pdp-head .code-text.code-text-center{align-items:center;display:flex!important}.product-detail .pdp-head .code-text.code-text-center .brand{margin-left:5px}.product-detail .pdp-head .code-text:last-child{margin-right:0}.product-detail .pdp-head .code-text:not(:last-child):after{content:"|";position:absolute;top:0;right:0}.product-detail .pdp-head .code-text .brand{vertical-align:middle;color:var(--text-primary-color);display:inline-block;position:relative}.product-detail .pdp-head .code-text .brand:hover{color:var(--text-primary-hover-color)}.product-detail .pdp-head .head-actions{flex-wrap:wrap;gap:0}.product-detail .pdp-head .head-action{border:1px solid var(--border-dark-color);border-radius:var(--border-radius-semi-medium);width:40px;height:40px;color:var(--text-black-color);text-align:center;background-color:#0000;line-height:36px;transition:border-color .3s ease-in-out,color .3s ease-in-out}.product-detail .pdp-head .head-action span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);line-height:inherit}.product-detail .pdp-head .head-action:hover{border-color:var(--border-system-color);color:var(--text-primary-color)}.product-detail .pdp-head .head-action:not(:first-child){margin-left:20px}.product-detail .pdp-head .head-action.is-saved{border-color:var(--border-system-color);color:var(--text-primary-color)}.product-detail .pdp-head .head-action.is-saved span{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}@media (max-width:767px){.product-detail .pdp-head .pdp-title{margin-bottom:20px;line-height:30px}.product-detail .pdp-head .code-text-group{flex-direction:column;align-items:flex-start}.product-detail .pdp-head .code-text{width:100%;margin-bottom:5px;margin-right:0;padding-right:0;font-size:15px}.product-detail .pdp-head .code-text:after{display:none}.product-detail .pdp-head .head-action{margin-top:10px}}.product-detail .product-descriptions,.product-detail .product-descriptions .purchase-store{display:block;position:relative}.product-detail .product-descriptions .purchase-store .brand-logo{border-radius:var(--border-radius-light);background-color:var(--background-color-white-light);width:125px;height:63px;display:block;position:relative;overflow:hidden}.product-detail .product-descriptions .purchase-store .brand-logo a{height:100%;display:block}.product-detail .product-descriptions .purchase-store .brand-logo .logo{border-radius:var(--border-radius-light);object-fit:contain;width:80%;height:100%;margin:0 auto;display:block;position:relative}.product-detail .product-descriptions .purchase-store .brand-logo .logo-fallback{width:100%;height:100%;font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);color:var(--text-dark-color);text-align:center;justify-content:center;align-items:center;padding:0 8px;display:flex}.product-detail .product-descriptions .purchase-store .store-redirect{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);vertical-align:middle;transition:color .3s ease-in-out;display:inline-block;position:relative}.product-detail .product-descriptions .purchase-store .store-redirect span{vertical-align:top;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;display:inline-block;position:relative}.product-detail .product-descriptions .purchase-store .store-redirect:hover{color:var(--text-primary-hover-color)}.product-detail .product-descriptions .gap-hr{border-color:var(--background-color-light);opacity:1;margin:15px 0;display:block;position:relative}.product-detail .product-descriptions .key-features{display:block;position:relative}.product-detail .product-descriptions .key-features .label{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.product-detail .product-descriptions .key-features .key-features-group{margin-bottom:8px;padding-left:0;list-style-type:none;display:block;position:relative}.product-detail .product-descriptions .key-features .key-features-group .key-features-item{font-size:var(--font-onefour-size);color:var(--text-black-color);margin:5px 0;display:block;position:relative}.product-detail .product-descriptions .key-features .key-features-group .key-features-item .key-item{font-weight:var(--font-weight-600)}.product-detail .product-descriptions .key-features .key-features-group .key-features-item .value-link{color:var(--text-primary-color);transition:color .3s ease-in-out}.product-detail .product-descriptions .key-features .key-features-group .key-features-item .value-link:hover{color:var(--text-black-color);text-decoration:underline}.product-detail .product-descriptions .key-features .see-all-description{vertical-align:middle;font-size:var(--font-onefour-size);color:var(--text-primary-color);line-height:23px;transition:color .3s ease-in-out;display:inline-block;position:relative}.product-detail .product-descriptions .key-features .see-all-description:hover{color:var(--text-black-color)}.product-detail .product-descriptions .key-features .see-all-description span{vertical-align:top;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24;display:inline-block;position:relative}.product-detail .product-descriptions .social-sharing{align-items:center;display:flex}.product-detail .product-descriptions .social-sharing .share-link{width:35px;height:35px;color:var(--text-white-color);border-radius:50%;justify-content:center;align-items:center;margin:0 4px;transition:transform .5s ease-in-out;display:flex}.product-detail .product-descriptions .social-sharing .share-link:first-child{margin-left:0}.product-detail .product-descriptions .social-sharing .share-link:hover{color:var(--text-white-color);transform:scale(1.08)}.product-detail .product-descriptions .social-sharing .share-link svg{fill:currentColor;width:18px;height:18px}.product-detail .product-descriptions .social-sharing .share-facebook{background-color:#1877f2}.product-detail .product-descriptions .social-sharing .share-x{background-color:#000}.product-detail .product-descriptions .social-sharing .share-whatsapp{background-color:#25d366}.product-detail .product-descriptions .toolbuy-benefits{box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-normal);padding:20px;display:block;position:relative}.product-detail .product-descriptions .toolbuy-benefits .label{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.product-detail .product-descriptions .toolbuy-benefits .benefits-group{flex-wrap:wrap;margin-top:15px;margin-bottom:-15px;padding-left:0;list-style-type:none;display:flex;position:relative}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item{align-items:center;width:50%;margin-bottom:15px;display:flex;position:relative}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .trigger{text-align:left;color:#212529;background:0 0;border:0;align-items:center;width:100%;padding:0;display:flex}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item:hover{cursor:pointer}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item:hover .text{color:var(--system-primary-color)}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .icon{text-align:center;background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-medium);flex:0 0 35px;width:35px;height:35px;margin-right:10px;display:block;position:relative}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .icon span{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;line-height:35px;font-size:var(--font-twotwo-size)}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .text{font-size:var(--font-onefour-size);transition:color .2s ease-in-out;display:block;position:relative}.product-detail .product-descriptions .video-box{font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);color:var(--text-black-color);background:0 0;border:0;align-items:center;gap:8px;margin-bottom:15px;padding:0;display:inline-flex;position:relative}.product-detail .product-descriptions .video-box:hover{color:var(--text-primary-color)}.product-detail .product-descriptions .video-box span{color:var(--text-red-color);font-size:var(--font-threetwo-size);font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 40}.product-detail .product-descriptions .video-embed{border-radius:var(--border-radius-normal);border:0;width:100%;margin-bottom:15px;display:block;position:relative}@media (max-width:1366px){.product-detail .product-descriptions .toolbuy-benefits{padding:10px}}@media (max-width:1199px){.product-detail .product-descriptions .toolbuy-benefits{margin-bottom:30px;padding:20px}}@media (max-width:991px){.product-detail .product-descriptions{padding-top:40px}.product-detail .product-descriptions .toolbuy-benefits{margin-bottom:30px}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item{width:100%}}.product-detail .product-action{box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-normal);background-color:var(--background-color-white);padding:20px;display:block;position:relative}.product-detail .product-action .deal-section{display:block;position:relative}.product-detail .product-action .deal-section .crazy-deal{background-color:var(--system-primary-light-color);border-radius:var(--border-radius-light);font-size:var(--font-onetwo-size);font-weight:var(--font-weight-500);color:var(--text-primary-color);padding:0 10px;line-height:30px;display:inline-block;position:relative}.product-detail .product-action .product-other-info{background-color:var(--background-color-light-dark);border-radius:var(--border-radius-normal);padding:20px;display:block;position:relative}.product-detail .product-action .product-other-info .item{font-size:var(--font-onefour-size);color:var(--text-black-color);margin:5px 0;display:block;position:relative}.product-detail .product-action .product-other-info .item label{font-weight:var(--font-weight-600)}.product-detail .product-action .product-other-info .item:first-child{margin-top:0}.product-detail .product-action .product-other-info .item:last-child{margin-bottom:0}.product-detail .product-action .product-price{display:block;position:relative}.product-detail .product-action .product-price .final-price{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:10px;display:block;position:relative}.product-detail .product-action .product-price .discounted-price{font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);margin-bottom:10px;display:block;position:relative}.product-detail .product-action .product-price .discounted-price .gst{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400)}.product-detail .product-action .product-price .actual-price{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;line-height:24px;text-decoration:line-through;display:inline-block;position:relative}.product-detail .product-action .product-price .save{vertical-align:top;text-transform:uppercase;color:var(--text-red-color);margin-bottom:0;margin-left:8px;line-height:24px;display:inline-block;position:relative}.product-detail .product-action .product-quantity,.product-detail .product-action .product-quantity .quantity{display:block;position:relative}.product-detail .product-action .product-quantity .quantity .action{border-radius:var(--border-radius-high);border:1px solid var(--border-dark-color);width:100%;min-height:50px;transition:width .2s ease-in-out;display:block;position:relative}.product-detail .product-action .product-quantity .quantity .action .qty-control{width:100%;max-width:100%;height:50px;color:var(--text-dark-color);font-size:var(--font-onesix-size);text-align:center;border-radius:var(--border-radius-high);background-color:#0000;border:none;padding:0 50px;display:block;position:relative}.product-detail .product-action .product-quantity .quantity .action .qty-control::-webkit-outer-spin-button{appearance:none;margin:0}.product-detail .product-action .product-quantity .quantity .action .qty-control::-webkit-inner-spin-button{appearance:none;margin:0}.product-detail .product-action .product-quantity .quantity .action .qty-control{appearance:textfield}.product-detail .product-action .product-quantity .quantity .action .controller{z-index:1;text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;border-radius:var(--border-radius-medium);background-color:var(--background-color-dark);width:24px;height:24px;line-height:24px;font-size:var(--font-twofour-size);color:var(--text-white-color);border:0;padding:0;display:block;position:absolute;top:calc(50% - 12px)}.product-detail .product-action .product-quantity .quantity .action .controller:disabled{opacity:.4}.product-detail .product-action .product-quantity .quantity .action .controller.remove{left:10px}.product-detail .product-action .product-quantity .quantity .action .controller.add{right:10px}.product-detail .product-action .product-action-link{color:var(--text-black-color);display:block;position:relative}.product-detail .product-action .product-action-link .icon-indi{background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-medium);text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;width:35px;height:35px;line-height:35px;font-size:var(--font-twozero-size);flex:0 0 35px;margin-right:10px;transition:background-color .3s ease-in-out,color .3s ease-in-out;display:inline-block;position:relative}.product-detail .product-action .product-action-link .text{font-size:var(--font-onefour-size);flex:auto;display:inline-block;position:relative}.product-detail .product-action .product-action-link .icon-arrow{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;line-height:35px;font-size:var(--font-twofour-size);display:inline-block;position:relative}.product-detail .product-action .product-action-link:hover{color:var(--text-primary-color)}.product-detail .product-action .product-action-link:hover .icon-indi{background-color:var(--system-primary-color);color:var(--text-white-color)}.product-detail .product-action .product-action-link.is-unavailable{color:var(--text-gray-color);cursor:default}.product-detail .product-action .product-action-link.is-unavailable .icon-indi{opacity:.55}.product-detail .product-action .product-action-link.is-unavailable .unavailable-note{font-size:var(--font-onetwo-size);color:var(--text-gray-color);white-space:nowrap}.product-detail .product-action .product-action-link.is-unavailable:hover{color:var(--text-gray-color)}.product-detail .product-action .product-action-link.is-unavailable:hover .icon-indi{background-color:var(--background-color-white-light);color:inherit}.product-detail .product-action .gap-hr{border-color:var(--background-color-light);opacity:1;margin:15px 0;display:block;position:relative}@media (max-width:1199px){.product-detail .product-action .product-quantity{align-items:center;max-width:70%;margin:0 auto;display:flex}}@media (max-width:991px){.product-detail .product-action .product-quantity{z-index:22;background:var(--system-primary-color);width:100%;max-width:100%;height:70px;box-shadow:var(--box-shadow-light);justify-content:center;align-items:center;margin:0 auto;padding:20px;display:flex;position:fixed;bottom:0;left:0}.product-detail .product-action .product-quantity.mob-sticky-product{background:#fff;justify-content:space-between}.product-detail .product-action .product-quantity.mob-sticky-product .action{border-color:#111}.product-detail .product-action .product-quantity.mob-sticky-product .controller{color:#fff!important;background:#111!important}.product-detail .product-action .product-quantity.mob-sticky-product .qty-control{color:#111!important}.product-detail .product-action .product-quantity .quantity{border-radius:30px;width:150px;margin-right:0}.product-detail .product-action .product-quantity .add-cart-shop{background:var(--system-primary-color);color:#fff;width:150px}.product-detail .product-action .product-quantity .gap20{display:none}}@media (max-width:767px){.product-detail .product-action{padding:15px}}.product-detail .out-of-stock{display:block;position:relative}.product-detail .out-of-stock .out-of-label{border-radius:var(--border-radius-high);text-align:center;color:#dc3545;height:40px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);background:#fff;border:1px solid #dc3545;padding:0 15px;line-height:40px;transition:background-color .3s ease-in-out;display:block;position:relative}.product-detail .product-other-options{display:block;position:relative}.product-detail .product-other-options .option-group{box-shadow:var(--box-shadow-light);border-radius:var(--border-radius-normal);background-color:var(--background-color-white);border:2px solid #0000;padding:30px 70px 30px 30px;text-decoration:none;transition:border-color .3s ease-in-out;display:block;position:relative}.product-detail .product-other-options .option-group .label{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);margin-bottom:5px;display:block;position:relative}.product-detail .product-other-options .option-group .text{font-size:var(--font-onefour-size);color:var(--text-black-color);text-overflow:ellipsis;white-space:nowrap;margin-bottom:0;display:block;position:relative;overflow:hidden}.product-detail .product-other-options .option-group .option-arrow{width:40px;height:40px;font-size:var(--font-fourzero-size);color:var(--text-black-color);border-radius:var(--border-radius-semi-medium);text-align:center;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 40;transition:background-color .3s ease-in-out;display:inline-block;position:absolute;top:calc(50% - 20px);right:20px}.product-detail .product-other-options .option-group:hover{border-color:var(--border-system-color)}.product-detail .product-other-options .option-group:hover .option-arrow{background-color:var(--background-color-light-dark)}@media (max-width:991px){.product-detail .product-other-options .option-group{margin-bottom:20px}}.product-detail .product-full-description{display:block;position:relative}.product-detail .product-full-description .parah{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:15px;line-height:25px;display:block;position:relative}.product-detail .product-full-description .parah h3{margin-bottom:10px}.product-detail .product-full-description .parah .cms-table-scroll{overscroll-behavior-x:contain;scrollbar-width:thin;max-width:100%;overflow-x:auto}.product-detail .product-full-description .parah table{outline:1px solid var(--bs-border-color);border-radius:var(--border-radius-light);border:0;margin-bottom:0}.product-detail .product-full-description .parah table tr{outline:1px solid var(--bs-border-color)}.product-detail .product-full-description .parah table tr th,.product-detail .product-full-description .parah table tr td{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-dark-color);background:#f5f5f5;border:0;padding:15px 20px}.product-detail .product-full-description .parah table tr:nth-child(2n) th,.product-detail .product-full-description .parah table tr:nth-child(2n) td{background-color:#fff}.product-detail .product-full-description .parah img{max-width:100%;height:auto}.product-detail .product-full-description .parah ul{padding-left:0}.product-detail .product-full-description .parah ul li{margin:0 5px;padding-left:10px;font-size:14px;line-height:28px;list-style:none;position:relative}.product-detail .product-full-description .parah ul li:before{content:"";background:#000;border-radius:50%;width:4px;height:4px;position:absolute;top:12px;left:0}.product-detail .product-full-description .parah ul li a{font-size:14px}@media (max-width:650px){.product-detail .product-full-description .parah{margin-bottom:30px}}.product-detail .product-full-description .specifications-table{outline:1px solid var(--bs-border-color);border-radius:var(--border-radius-light);margin-bottom:0}.product-detail .product-full-description .specifications-table tr th{width:40%;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);text-align:left;padding:15px 20px}.product-detail .product-full-description .specifications-table tr td{width:60%;font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-dark-color);background:#fff;padding:15px 20px}.product-detail .product-full-description .specifications-table tr td p{margin-bottom:0}.product-detail .product-full-description .specifications-table tr:last-child th,.product-detail .product-full-description .specifications-table tr:last-child td{border-bottom:none}.product-detail .brand-category-group{margin-bottom:-15px;padding-left:0;display:block;position:relative}.product-detail .brand-category-group .brand-category-item{vertical-align:top;margin-bottom:15px;margin-right:15px;display:inline-block;position:relative}.product-detail .brand-category-group .brand-category-item .brand-category-link{height:32px;line-height:30px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);color:var(--text-dark-color);border:1px solid var(--border-dark-color);border-radius:var(--border-radius-high);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;padding:0 15px;transition:color .15s ease-in-out,border-color .15s ease-in-out;display:-webkit-box;position:relative;overflow:hidden}.product-detail .brand-category-group .brand-category-item .brand-category-link:hover{color:var(--text-primary-color);border-color:var(--border-system-color)}.product-detail .indicators{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.product-detail .indicators li{list-style:none}.product-detail .indicators .indicators_item{border:2px solid var(--border-gray-color);border-radius:var(--border-radius-light);cursor:pointer;background:0 0;width:80px;height:80px;margin:0 10px 10px 0;padding:0;transition:border .15s ease-in;display:block;position:relative;overflow:hidden}.product-detail .indicators .indicators_item .indicators_image{border-radius:var(--border-radius-light);object-fit:contain}.product-detail .indicators .indicators_item:hover,.product-detail .indicators .indicators_item.indicators_active{border:2px solid var(--border-system-color)}.product-detail .indicators .indicators_item.video_library{text-align:center}.product-detail .indicators .indicators_item.video_library span{width:76px;height:76px;font-size:var(--font-fourzero-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 40;color:var(--text-red-color);line-height:76px;display:block;position:relative}.product-detail .gallery_description{display:block;position:relative}.product-detail .gallery_description .pdp-title{color:var(--text-black-color);font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);margin-bottom:5px;display:block;position:relative}.product-detail .gallery_description .gallery_block{display:block;position:relative}.product-detail .gallery_description .gallery_block .label{color:var(--text-black-color);font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);margin-bottom:15px;display:block;position:relative}.product-detail .pdp_megnifier{position:relative}.product-detail .pdp_megnifier .frame{aspect-ratio:1;background-color:var(--background-color-white);border-radius:var(--border-radius-normal);cursor:zoom-in;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-detail .pdp_megnifier .frame .frame-image{object-fit:contain}.product-detail .pdp_megnifier .frame.is-zoomed .frame-image{transform:scale(2)}.product-detail .pdp_megnifier .frame .frame-image{transition:transform .2s ease-out}.product-detail .pdp_megnifier .frame.is-empty{background-color:var(--background-color-white-light);color:var(--text-gray-color);font-size:var(--font-onefour-size);cursor:default;justify-content:center;align-items:center;display:flex}.product-detail .pdp_megnifier .frame-nav{aspect-ratio:1;pointer-events:none;z-index:2;justify-content:space-between;align-items:center;padding:0 10px;display:flex;position:absolute;top:0;left:0;right:0}.product-detail .pdp_megnifier .frame-nav .frame-arrow{pointer-events:auto;border:1px solid var(--border-gray-color);background-color:var(--background-color-white);width:40px;height:40px;color:var(--text-black-color);text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;line-height:38px;font-size:var(--font-twofour-size);border-radius:50%;flex:0 0 40px;padding:0;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out;box-shadow:0 1px 6px #0000002e}.product-detail .pdp_megnifier .frame-nav .frame-arrow:hover,.product-detail .pdp_megnifier .frame-nav .frame-arrow:focus-visible{background-color:var(--system-primary-color);border-color:var(--system-primary-color);color:var(--text-white-color)}@media (max-width:991px){.product-detail .pdp_megnifier .frame-nav{aspect-ratio:4/3}}.product-detail .pdp_megnifier .strip-rail{align-items:center;gap:6px;display:flex}.product-detail .pdp_megnifier .strip-rail .indicators{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:auto;min-width:0;overflow:auto hidden}.product-detail .pdp_megnifier .strip-rail .indicators::-webkit-scrollbar{display:none}.product-detail .pdp_megnifier .strip-rail .indicators .indicators_item{flex:0 0 80px}.product-detail .pdp_megnifier .strip-rail .strip-arrow{border:1px solid var(--border-gray-color);background-color:var(--background-color-white);width:28px;height:28px;color:var(--text-black-color);text-align:center;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;line-height:26px;font-size:var(--font-twozero-size);border-radius:50%;flex:0 0 28px;margin-bottom:10px;padding:0;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.product-detail .pdp_megnifier .strip-rail .strip-arrow:hover,.product-detail .pdp_megnifier .strip-rail .strip-arrow:focus-visible{background-color:var(--system-primary-color);border-color:var(--system-primary-color);color:var(--text-white-color)}.product-detail .pdp_megnifier .frame-hint{text-align:center;font-size:var(--font-onefour-size);color:var(--text-black-color);margin-top:10px;margin-bottom:15px;display:block;position:relative}.product-detail .pdp_megnifier .frame-hint span{vertical-align:middle;font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size)}@media (max-width:991px){.product-detail .pdp_megnifier .frame{aspect-ratio:4/3}}@media (hover:none){.product-detail .pdp_megnifier .frame-hint{display:none}.product-detail .pdp_megnifier .frame{cursor:default}}.product-detail .product-options{display:block;position:relative}.product-detail .product-options .form-group:last-of-type{margin-bottom:0!important}.product-detail .related-rail .product-slider{margin-bottom:0;padding-left:0;list-style:none}.product-detail .related-rail .product-slider>.product{width:25%;padding:0 12px}@media (max-width:1399px){.product-detail .related-rail .product-slider>.product{width:33.3333%}}@media (max-width:991px){.product-detail .related-rail .product-slider>.product{width:50%}}@media (max-width:575px){.product-detail .related-rail .product-slider>.product{width:51%}}.product-detail .related-rail-actions .action .dot{padding:0}.product-detail .related-rail-actions .action .dot .dot-hit{border-radius:inherit;cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block}.product-detail .related-rail-actions .action .dot .dot-hit:after{content:"";position:absolute;inset:-8px -4px}.product-detail .related-rail-actions .actions .icon.material-symbols-rounded:disabled{opacity:.4;cursor:default}.product-detail .related-rail-actions .actions .icon.material-symbols-rounded:disabled:hover{background:var(--background-color-white)}.product-detail .fixed-bottom-details{z-index:100;background-color:var(--background-color-white);box-shadow:var(--box-shadow-light);transition:bottom .4s ease-in-out;display:block;position:fixed;bottom:-100%;left:0;right:0}.product-detail .fixed-bottom-details.is-visible{bottom:0}.product-detail .fixed-bottom-details .fixed-details{padding:10px 0;display:block;position:relative}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details{display:block;position:relative}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details .image{object-fit:contain;flex:0 0 100px;width:100px;height:100px}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details .product-info{margin-left:20px;display:block;position:relative}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details .product-info .title{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-dark-color);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:10px;display:-webkit-box;position:relative;overflow:hidden}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details .product-info .view-store{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);transition:color .3s ease-in-out;display:inline-block;position:relative}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details .product-info .view-store span{vertical-align:text-top;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.product-detail .fixed-bottom-details .fixed-details .bottom-product-details .product-info .view-store:hover{color:var(--text-primary-hover-color)}.product-detail .fixed-bottom-details .fixed-details .price-with-actions,.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price{display:block;position:relative}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .final-price{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:10px;display:block;position:relative}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .discounted-price{font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);margin-bottom:10px;display:block;position:relative}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .discounted-price .gst{font-size:var(--font-onefour-size);font-weight:var(--font-weight-400)}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .actual-price{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;line-height:24px;text-decoration:line-through;display:inline-block;position:relative}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .save{vertical-align:top;text-transform:uppercase;color:var(--text-red-color);margin-bottom:0;margin-left:8px;line-height:24px;display:inline-block;position:relative}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price{margin-right:30px}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .final-price,.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .discounted-price{margin-bottom:0}.product-detail .fixed-bottom-details .fixed-details .price-with-actions .product-price .final-price span{font-size:var(--font-onesix-size);color:var(--text-black-color);vertical-align:middle}.product-detail .fixed-bottom-details .fixed-details .price-with-actions button,.product-detail .fixed-bottom-details .fixed-details .price-with-actions .btn{width:245px}@media (max-width:991px){.product-detail .fixed-bottom-details .fixed-details{display:none}}.product-detail .skeleton-crumbs{width:320px;max-width:80%;height:16px;margin-bottom:30px}.product-detail .skeleton-pdp-title{width:70%;height:30px;margin-bottom:12px}.product-detail .skeleton-pdp-meta{width:40%;height:16px}.product-detail .skeleton-key-feature{width:85%;height:14px;margin:9px 0}.product-detail .skeleton-price-line{width:60%;height:26px;margin-bottom:12px}.product-detail .skeleton-buy-button{border-radius:var(--border-radius-high);width:100%;height:50px}.product-detail .skeleton-spec-row{border-radius:0;width:100%;height:46px;margin-bottom:2px}.product-detail .skeleton-chip{border-radius:var(--border-radius-high);width:130px;height:32px}.toolbuy-benefits-modal .modal-body{font-size:var(--font-onefour-size);color:var(--text-dark-color)}.toolbuy-benefits-modal .modal-body ul{padding-left:18px}.toolbuy-benefits-modal .modal-body ul li{line-height:26px}.toolbuy-benefits-modal .modal-body h4{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600)}.toolbuy-benefits-modal .modal-body table th,.toolbuy-benefits-modal .modal-body table td{font-size:var(--font-onefour-size);padding:12px 15px}.product-gallery-modal .indicators{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.product-gallery-modal .indicators li{list-style:none}.product-gallery-modal .indicators .indicators_item{border:2px solid var(--border-gray-color);border-radius:var(--border-radius-light);cursor:pointer;background:0 0;width:80px;height:80px;margin:0 10px 10px 0;padding:0;transition:border .15s ease-in;display:block;position:relative;overflow:hidden}.product-gallery-modal .indicators .indicators_item .indicators_image{border-radius:var(--border-radius-light);object-fit:contain}.product-gallery-modal .indicators .indicators_item:hover,.product-gallery-modal .indicators .indicators_item.indicators_active{border:2px solid var(--border-system-color)}.product-gallery-modal .indicators .indicators_item.video_library{text-align:center}.product-gallery-modal .indicators .indicators_item.video_library span{width:76px;height:76px;font-size:var(--font-fourzero-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 40;color:var(--text-red-color);line-height:76px;display:block;position:relative}.product-gallery-modal .gallery_description{display:block;position:relative}.product-gallery-modal .gallery_description .pdp-title{color:var(--text-black-color);font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);margin-bottom:5px;display:block;position:relative}.product-gallery-modal .gallery_description .gallery_block{display:block;position:relative}.product-gallery-modal .gallery_description .gallery_block .label{color:var(--text-black-color);font-size:var(--font-oneeight-size);font-weight:var(--font-weight-600);margin-bottom:15px;display:block;position:relative}.product-gallery-modal .modal-body{padding:20px}.product-gallery-modal .video-embed{border-radius:var(--border-radius-normal);border:0;width:100%;display:block}.auth-padding{padding:20px 0}.auth-section{min-height:calc(100vh - 245px);display:block;position:relative}.auth-section .auth-block{background-color:var(--background-color-white);border:1px solid var(--border-light-color);border-radius:var(--border-radius-light);box-shadow:var(--box-shadow-light);padding:30px;display:block;position:relative}.auth-section .auth-block .auth-header{text-align:center;display:block;position:relative}.auth-section .auth-block .auth-header .auth-header-title{font-size:var(--font-twozero-size);display:block;position:relative}.auth-section .auth-block .auth-body{display:block;position:relative}.auth-section .auth-block .auth-body .auth-btn{min-width:100%;font-size:var(--font-oneeight-size)}.auth-section .auth-block .auth-body .auth-or-block{font-size:var(--font-onefour-size);color:var(--text-dark-color);text-align:center;line-height:15px;display:block;position:relative}.auth-section .auth-block .auth-body .auth-or-block:before,.auth-section .auth-block .auth-body .auth-or-block:after{content:"";background-color:var(--border-light-color);width:calc(50% - 20px);height:1px;display:block;position:absolute;top:8px;left:0}.auth-section .auth-block .auth-body .auth-or-block:after{left:auto;right:0}.auth-section .auth-block .auth-body .auth-account-type{flex-wrap:wrap;gap:12px 30px;display:flex}.auth-section .auth-block .auth-body .auth-account-type .form-check-inline{margin-right:0}.auth-section .auth-block .auth-body .auth-form-error{font-size:var(--font-onethree-size);color:var(--text-error-color);background-color:var(--background-color-error);border:1px solid var(--border-error-color);border-radius:var(--border-radius-light);margin-bottom:0;padding:10px 15px;display:block;position:relative}.auth-section .auth-block .auth-body .auth-form-error a{color:var(--text-error-color);text-decoration:underline}.auth-section .auth-block .auth-body .auth-sent{text-align:center;font-size:var(--font-onefour-size);color:var(--text-dark-color);display:block;position:relative}.auth-section .auth-block .auth-body .auth-sent .icon{color:#0a970a;font-size:50px;line-height:1}.auth-section .auth-block .auth-body .auth-sent p{margin-bottom:0}.auth-section .auth-block .auth-body .auth-not-account{text-align:center;font-size:var(--font-onefour-size);color:var(--text-dark-color);display:block;position:relative}.auth-section .auth-block .auth-body .auth-not-account p{margin-bottom:0}.auth-section .auth-block .auth-body .auth-not-account a{color:var(--text-primary-color)}.auth-section .auth-block .auth-body .auth-not-account a:hover{color:var(--text-primary-hover-color)}.auth-section .auth-footer{text-align:center;font-size:var(--font-onethree-size);color:var(--text-dark-color);display:block;position:relative}.auth-section .auth-footer .footer-link{margin-bottom:0}.auth-section .auth-footer .footer-link a{color:var(--text-primary-color)}.auth-section .auth-footer .footer-link a:hover{color:var(--text-primary-hover-color)}.auth-section.track-section{width:100%;min-height:auto}.auth-section.track-section .auth-block{width:100%;max-width:450px;margin:0 auto}@media (max-width:767px){.auth-section.track-section .auth-block{max-width:100%;padding:20px}}.track-order .track-notice{font-size:var(--font-onethree-size);color:var(--text-error-color);background-color:var(--background-color-error);border-radius:var(--border-radius-light);text-align:center;margin-bottom:0;padding:10px 15px;display:block;position:relative}.track-order .track-notice a{color:var(--text-primary-color)}.track-order .track-notice a:hover{color:var(--text-primary-hover-color)}.track-order .track-status-section{display:block;position:relative}.track-order .track-status-section .track-card{box-shadow:var(--box-shadow-light);border:1px solid var(--border-light-color);border-radius:var(--border-radius-light);background-color:var(--background-color-white);display:block;position:relative}.track-order .track-status-section .track-card .head{font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);color:var(--text-black-color);border-bottom:1px solid var(--border-light-color);margin-bottom:0;padding:0 30px;line-height:75px;display:block;position:relative}.track-order .track-status-section .track-card .track-status{padding:25px;display:block;position:relative}.track-order .track-status-section .track-card .track-status.border-right{border-right:1px solid var(--border-light-color)}.track-order .track-status-section .track-card .track-status .track-label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.track-order .track-status-section .track-card .track-status p{font-size:var(--font-onefour-size);color:var(--text-black-color);margin-bottom:0;display:block;position:relative}.track-order .track-status-section .track-card .track-status p.track-scan{font-size:var(--font-onetwo-size);color:var(--text-gray-color);margin-top:4px}.track-order .track-status-section .track-card .track-status .invoice{font-size:var(--font-onefour-size);color:var(--text-primary-color);text-transform:uppercase;display:block}.track-order .track-status-section .track-card .track-status .invoice span{vertical-align:middle;font-size:var(--font-twofour-size);color:var(--text-primary-color);font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24;display:inline-block;position:relative}.track-order .track-status-section .track-card .track-status .invoice:not(:last-child){margin-bottom:10px}.track-order .track-status-section .track-card .track-status .btn{border-radius:var(--border-radius-semi-medium);background-color:var(--background-color-white);border:1px solid var(--border-black-color);min-width:auto;height:40px;color:var(--text-black-color);padding:0 20px;line-height:39px;transition:border-color .3s ease-in-out,color .3s ease-in-out}.track-order .track-status-section .track-card .track-status .btn:hover{border-color:var(--text-primary-color);color:var(--text-primary-color)}.track-order .track-status-section .track-card .carrier-brand{border-radius:var(--border-radius-high);background-color:var(--background-color-black);width:100px;height:100px;display:block;position:relative}.track-order .track-status-section .track-card .track-company-name{text-align:center;max-width:80px;height:100%;font-size:var(--font-onesix-size);color:var(--text-white-color);justify-content:center;align-items:center;margin:0 auto;display:flex}.track-order .track-status-section .track-card .order-status{border-bottom:1px solid var(--border-light-color);display:block;position:relative}.track-order .track-status-section .track-card .track-pending{background-color:var(--background-color-white-light);padding:25px;display:block;position:relative}.track-order .track-status-section .track-card .track-pending p{font-size:var(--font-onefour-size);color:var(--text-gray-color);max-width:720px;margin-bottom:0}.track-order .track-status-section .track-card .order-boxes{background-color:var(--background-color-white-light);display:block;position:relative}.track-order .track-status-section .track-card .order-boxes .order-box{align-items:center;display:flex;position:relative}.track-order .track-status-section .track-card .order-boxes .order-box:not(:last-child){border-bottom:1px solid var(--border-light-color)}@media (max-width:991px){.track-order .track-status-section .track-card .head{line-height:60px}.track-order .track-status-section .track-card .track-pending{padding:15px 30px}.track-order .track-status-section .track-card .flex-track,.track-order .track-status-section .track-card .order-boxes .order-box{flex-wrap:wrap;align-items:stretch}.track-order .track-status-section .track-card .flex-track .track-status,.track-order .track-status-section .track-card .order-boxes .order-box .track-status{border-right:0;border-bottom:1px solid var(--border-light-color);padding:10px 30px;flex:0 0 50%!important;max-width:50%!important}}@media (max-width:767px){.track-order .track-status-section .track-card .flex-track,.track-order .track-status-section .track-card .order-boxes .order-box{flex-direction:column;align-items:stretch}.track-order .track-status-section .track-card .flex-track .track-status,.track-order .track-status-section .track-card .order-boxes .order-box .track-status{border-right:0;border-bottom:1px solid var(--border-light-color);padding:10px 30px;flex:0 0 100%!important;max-width:100%!important}.track-order .track-status-section .track-card .flex-track .track-status.text-end,.track-order .track-status-section .track-card .order-boxes .order-box .track-status.text-end{text-align:left!important}}.faqs-block{--faq-disclosure-duration:.28s}.faqs-block .accordion-item>.accordion-header{cursor:pointer;list-style:none}.faqs-block .accordion-item>.accordion-header::-webkit-details-marker{display:none}.faqs-block .accordion-item>.accordion-header .accordion-button:after{transform:none}.faqs-block .accordion-item[open]>.accordion-header .accordion-button:after{transform:var(--bs-accordion-btn-icon-transform)}.faqs-block .accordion-item h2.accordion-button{margin-bottom:0}.faqs-block .accordion-item::details-content{transition:grid-template-rows var(--faq-disclosure-duration) ease,content-visibility var(--faq-disclosure-duration) allow-discrete;grid-template-rows:0fr;display:grid}.faqs-block .accordion-item[open]::details-content{grid-template-rows:1fr}.faqs-block .accordion-item .accordion-body{min-height:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.faqs-block .accordion-item>.accordion-header .accordion-button:after{transition:none}.faqs-block .accordion-item::details-content{transition:none}}.contactPolicy{display:block;position:relative}.contactPolicy .compnayHeading{font-size:15px;font-weight:600}.careers-openings .accordion-item>.accordion-header h3.accordion-button{margin-bottom:0}.careers-openings .job-location{font-size:var(--font-h5-size);font-weight:var(--font-weight-600);flex-wrap:wrap;align-items:center;gap:2px 6px;margin-bottom:0;display:flex}.careers-openings .accordion-body>*+*{margin-top:20px}.careers-openings .accordion-body>h4+*,.careers-openings .accordion-body>.carrerSpace+.carrerSpace{margin-top:10px}@media only screen and (max-width:575px){.careers-openings .accordion-item .accordion-header .accordion-button{font-size:var(--font-onesix-size);padding:15px}.careers-openings .accordion-item .accordion-body{padding:15px}}.account-section,.account-section .head{display:block;position:relative}.account-section .head h2{font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);line-height:75px;display:block;position:relative}.account-section .head label{font-size:var(--font-twofour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);display:block;position:relative}.account-section .head label span{font-size:var(--font-onesix-size);font-weight:var(--font-weight-400);color:var(--text-gray-color);margin-left:15px}@media screen and (max-width:767px){.account-section .head label span{margin:0;display:block}}.account-section .account-tabs{border-right:1px solid var(--border-light-color);min-height:70vh;display:block;position:relative}.account-section .account-tabs .welcome-text{display:block;position:relative}.account-section .account-tabs .welcome-text .welcome{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:var(--text-black-color);text-transform:capitalize;margin-bottom:5px;display:block;position:relative}.account-section .account-tabs .welcome-text .text{font-size:var(--font-onetwo-size);color:var(--text-black-color);margin-bottom:0;display:block;position:relative}.account-section .account-tabs .tabs{margin-bottom:0;padding-left:0;list-style-type:none;display:block;position:relative}.account-section .account-tabs .tabs .tab{display:block;position:relative}.account-section .account-tabs .tabs .tab .link{text-align:left;width:100%;font-size:var(--font-onefour-size);color:var(--text-dark-color);background-color:#0000;border:0;height:50px;padding:0 10px;line-height:50px;display:block;position:relative}.account-section .account-tabs .tabs .tab .link span{font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size);color:inherit;line-height:inherit;vertical-align:top;margin-right:10px}.account-section .account-tabs .tabs .tab .link:hover{background-color:var(--system-primary-light-color);color:var(--text-primary-color)}.account-section .account-tabs .tabs .tab.hr .link{border-top:1px solid var(--border-light-color)}.account-section .account-tabs .tabs .tab.active{background-color:var(--system-primary-light-color)}.account-section .account-tabs .tabs .tab.active .link{color:var(--text-primary-color)}@media (max-width:991px){.account-section .account-tabs{border-right:0;min-height:auto;margin-bottom:30px;transition:all .5s ease-in-out;position:fixed;bottom:0}.account-section .account-tabs .mobile-side-text{align-items:center;margin-top:15px;display:flex}.account-section .account-tabs .welcome-text{padding-left:15px}}.account-section .page-body{display:block;position:relative}.account-section .page-body .account-card{box-shadow:var(--box-shadow-light);border:1px solid var(--border-light-color);border-radius:var(--border-radius-light);background-color:var(--background-color-white);display:block;position:relative}.account-section .page-body .account-card .head{font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);color:var(--text-black-color);border-bottom:1px solid var(--border-light-color);padding:0 20px;line-height:75px;display:block;position:relative}.account-section .page-body .account-card .head .link{font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);color:var(--text-primary-color);background-color:#0000;line-height:normal}.account-section .page-body .account-card .head .link:hover{color:var(--text-primary-hover-color)}.account-section .page-body .account-card .head-tabs{border-bottom:1px solid var(--border-light-color);display:block;position:relative}.account-section .page-body .account-card .head-tabs .tab{font-size:var(--font-twozero-size);font-weight:var(--font-weight-600);color:var(--text-black-color);background-color:#0000;border-bottom:1px solid #0000;height:75px;margin-bottom:-1px;padding:0 30px;line-height:74px;display:block;position:relative}.account-section .page-body .account-card .head-tabs .tab:hover{color:var(--text-primary-color)}.account-section .page-body .account-card .head-tabs .tab.active{color:var(--text-primary-color);border-color:var(--text-primary-color)}@media (max-width:991px){.account-section .page-body .account-card .head-tabs .tab{height:auto;padding:15px 12px;font-size:16px;line-height:normal}}.account-section .page-body .account-card .account-filters{border-bottom:1px solid var(--border-light-color);padding:15px 30px;display:block;position:relative}.account-section .page-body .account-card .account-filters .filter-list{align-items:center;margin-bottom:0;padding-left:0;list-style-type:none;display:flex;position:relative}.account-section .page-body .account-card .account-filters .filter-list .list-item{display:block;position:relative}.account-section .page-body .account-card .account-filters .filter-list .list-item:not(:first-child){margin-left:20px}.account-section .page-body .account-card .account-filters .filter-btn{background-color:var(--background-color-white-light);border-radius:var(--border-radius-semi-normal);height:32px;line-height:32px;font-size:var(--font-onethree-size);color:var(--text-black-color);white-space:nowrap;cursor:pointer;border:none;padding:0 15px;list-style:none;display:block;position:relative}.account-section .page-body .account-card .account-filters .filter-btn::-webkit-details-marker{display:none}.account-section .page-body .account-card .account-filters .filter-btn:hover{background-color:var(--background-color-dark);color:var(--text-white-color)}.account-section .page-body .account-card .account-filters .filter-btn span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20;font-size:var(--font-twozero-size);vertical-align:top;line-height:32px;transition:transform .3s ease-in-out}.account-section .page-body .account-card .account-filters .filter-btn.is-selected,.account-section .page-body .account-card .account-filters details[open]>.filter-btn{background-color:var(--background-color-dark);color:var(--text-white-color)}.account-section .page-body .account-card .account-filters details[open]>.filter-btn span{transform:rotate(-180deg)}.account-section .page-body .account-card .account-filters .filter-popup-box{background-color:var(--background-color-white);border-radius:var(--border-radius-light);min-width:250px;max-width:250px;box-shadow:var(--box-shadow-light);z-index:12;display:block;position:absolute;top:45px;left:calc(50% - 125px)}.account-section .page-body .account-card .account-filters .filter-popup-box:before{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--border-dark-color);opacity:.05;position:absolute;top:-11px;left:calc(50% - 5px)}.account-section .page-body .account-card .account-filters .filter-popup-box:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-bottom:10px solid var(--text-white-color);position:absolute;top:-10px;left:calc(50% - 5px)}.account-section .page-body .account-card .account-filters .filter-popup-box .filter-popup-box-body{padding:20px;display:block;position:relative}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists{overscroll-behavior:contain;max-height:350px;margin-bottom:0;padding-left:0;padding-right:20px;list-style-type:none;display:block;position:relative;overflow-y:auto}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item-list{padding:6px 0;display:block;position:relative}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item{font-size:var(--font-onefour-size);color:var(--text-dark-color);line-height:20px;transition:color .15s ease-in-out;display:block;position:relative}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item.is-current{font-weight:var(--font-weight-600);color:var(--text-primary-color)}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item:hover,.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item:hover .count{color:var(--text-primary-color)}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item .count{color:var(--text-gray-color);line-height:20px}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-empty{font-size:var(--font-onethree-size);color:var(--text-gray-color);padding:6px 0}.account-section .page-body .account-card .account-filters .filter-popup-box .filter-popup-box-clear{font-size:var(--font-onethree-size);text-align:center;border:none;border-top:1px solid var(--border-light-color);width:100%;color:var(--text-dark-color);background:0 0;border-radius:0;padding:12px 0;text-decoration:underline;display:block}.account-section .page-body .account-card .account-filters .filter-popup-box .filter-popup-box-clear:hover{color:var(--text-primary-color)}@media (max-width:991px){.account-section .page-body .account-card .account-filters{padding:15px 0}.account-section .page-body .account-card .account-filters .filter-list .list-item .filter-btn{height:auto;padding:0 15px;font-size:12px}}.account-section .page-body .account-card .is-loading{opacity:.55;pointer-events:none;transition:opacity .15s ease-in-out}.account-section .page-body .account-card .invoice-no{font-weight:var(--font-weight-600);color:var(--text-black-color)}.account-section .page-body .account-card .invoice.is-pending{color:var(--text-gray-color);cursor:default}.account-section .page-body .account-card .order-date{font-size:var(--font-onethree-size);color:var(--text-gray-color);display:block}.account-section .page-body .account-card .open-qty{font-weight:var(--font-weight-600);color:var(--text-black-color)}.account-section .page-body .account-card .open-qty-of{font-size:var(--font-onethree-size);color:var(--text-gray-color);margin-left:4px}.account-section .page-body .account-card .account-setting{display:block;position:relative}.account-section .page-body .account-card .account-setting .profile-info{padding:30px;display:block;position:relative}.account-section .page-body .account-card .account-setting .profile-info label{font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);color:var(--text-black-color);display:block;position:relative}.account-section .page-body .account-card .account-setting .profile-info label .link-label{font:inherit;vertical-align:baseline;color:#2564cc;cursor:pointer;background-color:#0000;border:0;padding:0;transition:color .3s ease-in-out;display:inline}.account-section .page-body .account-card .account-setting .profile-info label .link-label:hover{color:var(--text-black-color)}.account-section .page-body .account-card .account-setting .profile-info p{font-size:var(--font-onefour-size);color:var(--text-black-color);min-height:25px;margin-bottom:0;display:block;position:relative}.account-section .page-body .account-card .account-setting .profile-info.divider-bottom{border-bottom:1px solid var(--border-light-color)}.account-section .page-body .account-card .account-setting .profile-info.divider-right{border-right:1px solid var(--border-light-color)}@media (max-width:991px){.account-section .page-body .account-card .account-setting .profile-info{width:100%;padding:10px 0;border-right:0!important}.account-section .page-body .account-card .account-setting .profile-info label{font-weight:700;line-height:25px}.account-section .page-body .account-card .account-setting .account-flex-column{flex-direction:column}}.account-section .page-body .account-card .action{border:1px solid var(--border-dark-color);border-radius:var(--border-radius-semi-medium);width:40px;height:40px;color:var(--text-black-color);background-color:#0000;line-height:36px;transition:border-color .3s ease-in-out,color .3s ease-in-out}.account-section .page-body .account-card .action.borderless{border:0}.account-section .page-body .account-card .action.overlay{z-index:1;position:absolute;right:0}.account-section .page-body .account-card .action span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:var(--font-twofour-size);line-height:inherit}.account-section .page-body .account-card .action:hover{border-color:var(--border-system-color);color:var(--text-primary-color)}.account-section .page-body .account-card .action:not(:first-child){margin-left:20px}.account-section .page-body .account-card .action:disabled{opacity:.5}@media (max-width:767px){.account-section .page-body .account-card .action.overlay{top:-15px;right:-10px}}.account-section .page-body .account-card .purchase-list{padding:30px;display:block;position:relative}.account-section .page-body .account-card .purchase-list .list-box{background-color:var(--background-color-white-light);border-radius:var(--border-radius-normal);cursor:pointer;border:0;width:100%;margin-bottom:24px;padding:20px 0;transition:box-shadow .3s ease-in-out;display:block;position:relative}.account-section .page-body .account-card .purchase-list .list-box:hover{box-shadow:var(--box-shadow-light)}.account-section .page-body .account-card .purchase-list .list-box:focus-visible{outline:2px solid var(--border-system-color);outline-offset:2px}.account-section .page-body .account-card .purchase-list .list-box .picture{background-color:var(--background-color-white);border-radius:var(--border-radius-high);width:50px;height:50px;margin-bottom:10px;margin-left:auto;margin-right:auto;display:block;position:relative;overflow:hidden}.account-section .page-body .account-card .purchase-list .list-box .picture .img{object-fit:contain}.account-section .page-body .account-card .purchase-list .list-box .name{text-align:center;font-size:var(--font-onefour-size);font-weight:var(--font-weight-500);color:var(--text-primary-color);margin-bottom:5px;display:block;position:relative}.account-section .page-body .account-card .purchase-list .list-box .cover-title{text-align:center;font-size:var(--font-onetwo-size);color:var(--text-dark-color);text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;padding:0 15px;display:block;position:relative;overflow:hidden}.account-section .page-body .account-card .purchase-list .list-box .view{text-align:center;font-size:var(--font-onefour-size);font-weight:var(--font-weight-400);color:var(--text-primary-color);display:block;position:relative}.account-section .page-body .account-card .purchase-list .list-box .view span{vertical-align:middle;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.account-section .page-body .account-card .purchase-list .empty-list{text-align:center;font-size:var(--font-onefour-size);color:var(--text-dark-color);padding:40px 0;display:block;position:relative}.account-section .page-body .account-card .purchase-list .empty-list .material-symbols-rounded{color:var(--border-dark-color);margin-bottom:10px;font-size:64px;display:block}.account-section .page-body .account-card .account-address{display:block;position:relative}.account-section .page-body .account-card .account-address .address{padding:20px;display:block;position:relative}.account-section .page-body .account-card .account-address .address:not(:last-child){border-bottom:1px solid var(--border-light-color)}.account-section .page-body .account-card .account-address .address address{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:0;line-height:30px}.account-section .page-body .account-card .account-address .address address b{font-weight:var(--font-weight-600)}.account-section .page-body .account-card .account-address .address .actions{display:block;position:relative}.account-section .page-body .account-card .account-address .address .actions .btn-link{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-primary-color);background-color:#0000;border:0;padding:0;text-decoration:none;transition:color .3s ease-in-out;display:inline-block;position:relative}.account-section .page-body .account-card .account-address .address .actions .btn-link span{vertical-align:middle;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24;margin-right:5px}.account-section .page-body .account-card .account-address .address .actions .btn-link:hover{color:var(--text-black-color)}.account-section .page-body .account-card .account-address .address .actions .btn-link:disabled{opacity:.55;cursor:default;color:var(--text-primary-color)}.account-section .page-body .account-card .account-address .address .actions .default{vertical-align:top;font-size:var(--font-onefour-size);color:var(--text-dark-color);background-color:#0000;padding:0;display:inline-block;position:relative}.account-section .page-body .account-card .account-address .address .actions .default span{vertical-align:middle;font-size:var(--font-twofour-size);font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24;margin-right:5px}.account-section .page-body .account-card .account-order{display:block;position:relative}.account-section .page-body .account-card .account-order .account-table{margin-bottom:0}.account-section .page-body .account-card .account-order .account-table thead tr th{white-space:nowrap;font-weight:var(--font-weight-600);font-size:var(--font-onefour-size);padding:20px 10px}.account-section .page-body .account-card .account-order .account-table thead tr th:first-child{padding-left:20px}.account-section .page-body .account-card .account-order .account-table thead tr th:last-child{padding-right:20px}.account-section .page-body .account-card .account-order .account-table thead tr th:first-child{width:4%}.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(2){width:18%}.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(3){width:45%}.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(4){width:10%}.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(5){width:12%}.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(6){width:14%}.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(7),.account-section .page-body .account-card .account-order .account-table thead tr th:nth-child(8){width:12%}.account-section .page-body .account-card .account-order .account-table tbody tr:hover td,.account-section .page-body .account-card .account-order .account-table tbody tr.open-row td{background-color:var(--background-color-white-light)}.account-section .page-body .account-card .account-order .account-table tbody tr:last-child td{border-bottom:none}.account-section .page-body .account-card .account-order .account-table tbody tr td{vertical-align:middle;font-size:var(--font-onefour-size);color:var(--text-dark-color);white-space:nowrap;padding:20px 10px;position:relative}.account-section .page-body .account-card .account-order .account-table tbody tr td:first-child{padding-left:20px}.account-section .page-body .account-card .account-order .account-table tbody tr td:last-child{padding-right:20px}.account-section .page-body .account-card .account-order .account-table tbody tr td.expand-cell{width:1%;padding-right:0}.account-section .page-body .account-card .account-order .account-table tbody tr td .expand-more{vertical-align:middle;width:24px;height:24px;color:var(--text-gray-color);background-color:#0000;border:0;padding:0;display:inline-block;position:relative}.account-section .page-body .account-card .account-order .account-table tbody tr td .expand-more span{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;width:24px;height:24px;font-size:var(--font-twofour-size)}.account-section .page-body .account-card .account-order .account-table tbody tr td .order-no{color:#005ac1;background:0 0;border:0;padding:0}.account-section .page-body .account-card .account-order .account-table tbody tr td .order-no:hover{color:#005ac1;text-decoration:none}.account-section .page-body .account-card .account-order .account-table tbody tr td .payment-status{font-size:var(--font-onetwo-size);border-radius:var(--border-radius-high);border:1px solid;padding:2px 10px;display:inline-block;position:relative}.account-section .page-body .account-card .account-order .account-table tbody tr td .payment-status.paid{color:var(--text-complate-color);background-color:var(--background-color-complate);border-color:var(--border-complate-color)}.account-section .page-body .account-card .account-order .account-table tbody tr td .payment-status.unpaid{color:var(--text-error-color);background-color:var(--background-color-error);border-color:var(--border-error-color)}.account-section .page-body .account-card .account-order .account-table tbody tr td .payment-method{margin-top:10px;display:block;position:relative}.account-section .page-body .account-card .account-order .account-table tbody tr td .invoice{font-size:var(--font-onefour-size);color:var(--text-primary-color);align-items:center;display:flex}.account-section .page-body .account-card .account-order .account-table tbody tr td .invoice:not(:last-child){margin-bottom:10px}.account-section .page-body .account-card .account-order .account-table tbody tr td .invoice span{vertical-align:middle;font-size:var(--font-twozero-size);color:var(--text-primary-color);font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 24;margin-right:8px;display:inline-block;position:relative}@media (max-width:991px){.account-section .page-body .account-card{text-align:left;box-shadow:none;border:0;margin-bottom:10px;padding:0 5px;line-height:40px;display:block!important}.account-section .page-body .account-card .head{border:0;padding:0;line-height:30px;display:flex!important}.account-section .page-body .account-card .head label{font-size:22px}.account-section .page-body .account-card .purchase-list{padding:0}.account-section .page-body .account-card .account-address{box-shadow:var(--box-shadow-light);border:1px solid var(--border-light-color);border-radius:var(--border-radius-light)}.account-section .page-body .account-card .account-address .actions.mobile-action-column{flex-direction:column;align-items:flex-start!important}.account-section .page-body .account-card .account-address .actions.mobile-action-edit{align-items:flex-start!important}}.account-section .pagination-group{display:block;position:relative}.account-section .pagination-group .pagination-flex{justify-content:space-between;align-items:center;display:flex}.account-section .pagination-group .show-text{font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-bottom:0;display:block;position:relative}.account-section .pagination-group .show-text .show-text-label{margin-bottom:0}.account-section .pagination-group .pagination-block{text-align:center;display:block;position:relative}.account-section .pagination-group .go-next{text-align:right;display:block;position:relative}.account-section .pagination-group .go-next .text{vertical-align:top;line-height:40px;font-size:var(--font-onefour-size);color:var(--text-dark-color);margin-right:5px;display:inline-block;position:relative}.account-section .pagination-group .go-next .go-control{border:1px solid var(--border-form-color);border-radius:var(--border-radius-light);text-align:center;width:56px;height:40px;font-size:var(--font-onefour-size);transition:border-color .15s ease-in-out;display:inline-block;position:relative}.account-section .pagination-group .go-next .go-control:focus{border-color:var(--border-system-color);border-width:2px;outline:none}@media (max-width:991px){.account-section .pagination-group .show-text{margin-bottom:20px}.account-section .pagination-group .pagination-flex{flex-direction:column}}.first-level-expand td{transition:background-color .3s;white-space:normal!important;background-color:#f5f5f5!important;border-bottom:1px solid #e5e5e5!important}.first-level-expand td p,.first-level-expand td div,.first-level-expand td span{background-color:#0000}.first-level-expand .colspan-padding{padding:0!important}.first-level-expand .second-level .line-sku p{margin-bottom:0;padding-left:30px}.first-level-expand .second-level .line-name{width:400px}.first-level-expand .second-level .line-price span{text-align:right;padding:3px;display:block}.first-level-expand .second-level .line-price .line-gst{color:#9a9a9a;font-size:14px}.first-level-expand .second-level .line-action{text-align:right}.first-level-expand .second-level .line-action .add-failed{font-size:var(--font-onetwo-size);color:var(--text-error-color);text-align:right;white-space:normal;max-width:220px;margin-top:5px;margin-left:auto;line-height:1.4;display:block}.first-level-expand .add-button{min-width:auto;height:40px;line-height:40px;font-size:var(--font-onesix-size);font-weight:var(--font-weight-500);padding:0 15px}.first-level-expand .add-button span{vertical-align:top;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;line-height:40px;font-size:var(--font-twofour-size);display:inline-block;position:relative;left:-2px}@media (max-width:991px){.first-level-expand .colspan-padding{padding:0!important}.first-level-expand .second-level .line-name{width:auto}.first-level-expand .second-level .line-price span{text-align:left;padding:0}.first-level-expand .second-level .line-action{text-align:left}.first-level-expand .second-level .line-action .add-failed{text-align:left;max-width:none;margin-left:0}.mobileTableResponsive .responsiveTable tbody .first-level-expand tr.second-level td .responsiveTableBlock{text-align:left;margin-left:150px}}.mobile-account-menu{display:none}@media (max-width:991px){.mobile-account-menu{width:100%;height:70px;box-shadow:var(--box-shadow-light);text-align:center;z-index:22;background:#fff;justify-content:center;align-items:center;margin-bottom:0;padding:0;display:flex;position:fixed;bottom:0;left:0}.mobile-account-menu .item-account{text-align:center;background-color:#005ac1;border-radius:30px;width:80%;margin:0 auto;list-style:none;display:block}.mobile-account-menu .item{color:#fff;background-color:#0000;border:0;border-radius:30px;justify-content:center;align-items:center;width:100%;height:50px;font-size:18px;display:flex}.mobile-account-menu .item span{margin-right:10px}}.item-status-accordion{font-size:var(--font-onefour-size);display:block}.item-status-accordion .accordion-item{background-color:#0000;border:0}.item-status-accordion .accordion-item>.accordion-header{cursor:pointer;border-bottom:1px solid var(--border-light-color);list-style:none}.item-status-accordion .accordion-item>.accordion-header::-webkit-details-marker{display:none}.item-status-accordion .accordion-item:last-of-type>.accordion-header{border-bottom:0}.item-status-accordion .accordion-item>.accordion-header .accordion-button:after{display:none}.item-status-accordion .accordion-item .accordion-button,.item-status-accordion .accordion-item .accordion-button:not(.collapsed){color:var(--text-black-color);box-shadow:none;background-color:#0000;border:0}.item-status-accordion .accordion-item>.accordion-header .item-status-chevron{transform:none}.item-status-accordion .accordion-item[open]>.accordion-header .item-status-chevron{transform:rotate(180deg)}.item-status-accordion .accordion-item::details-content{transition:grid-template-rows .22s ease,content-visibility .22s allow-discrete;grid-template-rows:0fr;display:grid}.item-status-accordion .accordion-item[open]::details-content{grid-template-rows:1fr}.item-status-accordion .accordion-item .accordion-body{min-height:0;padding:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.item-status-accordion .accordion-item>.accordion-header .item-status-chevron{transition:none}.item-status-accordion .accordion-item::details-content{transition:none}}.item-status-accordion .item-status-header{flex-wrap:wrap;align-items:center;gap:8px 20px;width:100%;padding:20px;display:flex}@media (min-width:992px){.item-status-accordion .item-status-header{grid-template-columns:minmax(0,2.5%) minmax(0,14%) minmax(0,19%) minmax(0,13%) minmax(0,20%) minmax(0,0%) minmax(0,0%) minmax(0,23%);align-items:center;column-gap:10px;display:grid}.item-status-accordion .item-status-header>*{min-width:0}}.item-status-accordion .item-status-chevron{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;width:24px;height:24px;font-size:var(--font-twofour-size);color:var(--text-gray-color);flex-shrink:0;transition:transform .22s ease-in-out;display:inline-block}@media (min-width:992px){.item-status-accordion .item-status-chevron{grid-column:1}.item-status-accordion .item-status-invoice{grid-column:2}}.item-status-accordion .item-status-invoice-na{color:var(--text-black-color);font-size:var(--font-onefour-size)}.item-status-accordion .item-status{font-weight:400;font-size:var(--font-onefour-size);align-items:center;gap:8px;display:flex}@media (min-width:992px){.item-status-accordion .item-status{grid-column:4}}.item-status-accordion .item-status .dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.item-status-accordion .item-status-open,.item-status-accordion .item-status-cancelled{color:var(--text-error-color)}.item-status-accordion .item-status-open .dot,.item-status-accordion .item-status-cancelled .dot{background-color:var(--text-error-color)}.item-status-accordion .item-status-inprocess{color:var(--text-tangerine-color)}.item-status-accordion .item-status-inprocess .dot{background-color:var(--text-tangerine-color)}.item-status-accordion .item-status-dispatched{color:var(--text-lima-color)}.item-status-accordion .item-status-dispatched .dot{background-color:var(--text-lima-color)}.item-status-accordion .item-status-shipment{font-weight:400;font-size:var(--font-onefour-size);color:var(--text-dark-color);flex-direction:column;gap:2px;display:flex}@media (min-width:992px){.item-status-accordion .item-status-shipment{grid-column:5/span 2}}.item-status-accordion .item-status-track{font-weight:400;font-size:var(--font-onefour-size);white-space:nowrap;align-items:center;display:inline-flex}.item-status-accordion .item-status-track .material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 22;font-size:var(--font-onesix-size);margin-right:4px}@media (min-width:576px){.item-status-accordion .item-status-header-dispatched .item-status-track{margin-left:auto}}@media (min-width:992px){.item-status-accordion .item-status-header-dispatched .item-status-track{grid-column:8;justify-self:end;margin-left:0}}@media (min-width:768px){.support-real-people.support-real-people-row .info .servic-items{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.support-real-people.support-real-people-row .info .servic-items .item{border-bottom:0!important}.support-real-people.support-real-people-row .info .servic-items .item:not(:last-child){border-right:1px solid var(--border-light-color)}}.cart-page .cart-table .order-line-status-cell>.label{display:none}@media (max-width:991px){.cart-page .cart-table .order-line-status-cell{justify-content:space-between;align-items:center;display:flex}.cart-page .cart-table .order-line-status-cell>.label{display:block}}.order-line-status{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.order-line-status .dot{background-color:currentColor;border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.order-line-status.item-status-open,.order-line-status.item-status-cancelled{color:var(--text-error-color)}.order-line-status.item-status-inprocess{color:var(--text-tangerine-color)}.order-line-status.item-status-dispatched{color:var(--text-lima-color)}@keyframes oc-sheet-in{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}@media (max-width:991px){.account-section .page-body{padding-bottom:80px}.account-section .page-body .account-card .head-tabs{background-color:var(--background-color-white-light);scrollbar-width:none;border:0;border-radius:12px;gap:4px;margin-bottom:4px;padding:4px;overflow-x:auto}.account-section .page-body .account-card .head-tabs::-webkit-scrollbar{display:none}.account-section .page-body .account-card .head-tabs .tab{height:auto;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);text-align:center;white-space:nowrap;color:#667085;border:0;border-radius:9px;flex:1 0 auto;margin:0;padding:10px 12px;line-height:20px;transition:background-color .2s,color .2s,box-shadow .2s}.account-section .page-body .account-card .head-tabs .tab.active{background-color:var(--background-color-white);color:var(--text-primary-color);box-shadow:0 1px 3px #1018281f,0 1px 2px #1018280f}.account-section .page-body .account-card .account-filters{border-bottom:0;padding:12px 0;line-height:normal}.account-section .page-body .account-card .account-filters .filter-list{flex-wrap:wrap;gap:8px}.account-section .page-body .account-card .account-filters .filter-list .list-item:not(:first-child){margin-left:0}.account-section .page-body .account-card .account-filters .filter-list .list-item .filter-btn{height:36px;line-height:36px;font-size:var(--font-onethree-size);font-weight:var(--font-weight-500);color:var(--text-black-color);background-color:var(--background-color-white);border:1px solid var(--border-form-color);border-radius:var(--border-radius-high);align-items:center;gap:4px;padding:0 14px;display:inline-flex}.account-section .page-body .account-card .account-filters .filter-list .list-item .filter-btn span{font-size:var(--font-oneeight-size);line-height:1}.account-section .page-body .account-card .account-filters .filter-list .list-item .filter-btn:hover{background-color:var(--background-color-white);color:var(--text-black-color)}.account-section .page-body .account-card .account-filters .filter-list .list-item .filter-btn.is-selected,.account-section .page-body .account-card .account-filters .filter-list .list-item details[open]>.filter-btn{background-color:var(--system-primary-light-color);border-color:var(--system-primary-color);color:var(--text-primary-color)}.account-section .page-body .account-card .account-filters .filter-list .list-item details[open]>.filter-btn:before{content:"";z-index:1055;cursor:default;background-color:#10182873;position:fixed;inset:0}.account-section .page-body .account-card .account-filters .filter-popup-box{width:100%;min-width:0;max-width:560px;padding-bottom:env(safe-area-inset-bottom);z-index:1056;border-radius:16px 16px 0 0;animation:.22s ease-out oc-sheet-in;position:fixed;top:auto;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -8px 30px #1018282e}.account-section .page-body .account-card .account-filters .filter-popup-box:after{display:none}.account-section .page-body .account-card .account-filters .filter-popup-box:before{background-color:var(--border-form-color);opacity:1;border:0;border-radius:2px;width:40px;height:4px;margin:10px auto 4px;display:block;position:static}.account-section .page-body .account-card .account-filters .filter-popup-box .filter-popup-box-body{padding:4px 20px 8px}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists{max-height:60vh;padding-right:0}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item-list{border-bottom:1px solid var(--border-light-color);padding:0}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item-list:last-child{border-bottom:0}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item{font-size:var(--font-onefive-size);align-items:center;gap:4px;padding:14px 4px;display:flex}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-item.is-current:after{content:"";border:2px solid;border-width:0 2px 2px 0;width:6px;height:11px;margin:0 6px 3px auto;transform:rotate(45deg)}.account-section .page-body .account-card .account-filters .filter-popup-box .group-items-lists .group-empty{padding:14px 4px;display:block}.account-section .page-body .account-card .account-filters .filter-popup-box .filter-popup-box-clear{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);padding:14px 0;text-decoration:none}}@media (max-width:991px) and (prefers-reduced-motion:reduce){.account-section .page-body .account-card .account-filters .filter-popup-box{animation:none}}@media (max-width:991px){.account-section .page-body .order-cards.mobileTableResponsive{line-height:1.45;overflow:visible}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable,.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody{display:block}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand){background-color:var(--background-color-white);border:1px solid var(--border-light-color);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;margin:0 0 12px;padding:0 16px;display:grid;overflow:hidden;box-shadow:0 1px 2px #1018280f}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand).open-row{border-color:var(--system-primary-color);border-bottom:0;border-radius:12px 12px 0 0;margin-bottom:0}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td{min-height:0;box-shadow:none;font-size:var(--font-onefour-size);color:var(--text-dark-color);white-space:normal;text-align:left;order:10;grid-column:1/-1;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;background-color:#0000!important;border:0!important;width:auto!important;padding:8px 0!important}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td:before{height:auto;font-size:var(--font-onethree-size);font-weight:var(--font-weight-500);color:#667085;flex-shrink:0;margin:0;position:static}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td .responsiveTableBlock{text-align:right;overflow-wrap:anywhere;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px 8px;min-width:0;margin:0;display:flex}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td .order-no{font-weight:var(--font-weight-600)}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td .payment-method{font-size:var(--font-onethree-size);color:#667085;margin-top:0;display:inline}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td .invoice:not(:last-child){margin-bottom:0}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td:not([data-th]){color:#667085;text-align:center;order:1;display:block;padding:28px 8px!important}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.tr_mgr:not(.first-level-expand)>td:not([data-th]):before{display:none}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.first-level-expand{background-color:var(--background-color-light-dark);border:1px solid var(--system-primary-color);border-top:1px solid var(--border-light-color);border-radius:0 0 12px 12px;margin:0 0 12px;display:block;overflow:hidden;box-shadow:0 1px 2px #1018280f}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.first-level-expand>td{display:block;background-color:#0000!important;border:0!important;width:auto!important;padding:0!important}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.first-level-expand>td:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.first-level-expand .expandTable{padding:10px}.account-section .page-body .order-cards.mobileTableResponsive>.responsiveTable>tbody>tr.first-level-expand .expandTable>p{font-size:var(--font-onefour-size);color:#667085;margin:0;padding:12px 0}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Number]{order:1;grid-column:1;border-bottom:1px solid var(--border-light-color)!important;padding:14px 0 12px!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Number]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Number] .responsiveTableBlock{text-align:left;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);justify-content:flex-start}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Status]{order:2;grid-column:2;border-bottom:1px solid var(--border-light-color)!important;padding:14px 0 12px 12px!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Status]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Total]{order:80;align-items:center;margin-top:4px;border-top:1px solid var(--border-light-color)!important;padding:12px 0!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Total]:before{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-dark-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Total] .responsiveTableBlock{font-size:var(--font-onesix-size);font-weight:var(--font-weight-700);color:var(--text-black-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items]{order:90;margin:0 -16px;border-top:1px solid var(--border-light-color)!important;padding:0!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .responsiveTableBlock{width:100%;display:block}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more{width:100%;height:44px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);justify-content:center;align-items:center;gap:4px;display:flex}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more:before{content:"View items"}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more[aria-expanded=true]:before{content:"Hide items"}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-history>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more:active{background-color:var(--system-primary-light-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Invoice\ Number]{order:1;grid-column:1;border-bottom:1px solid var(--border-light-color)!important;padding:14px 0 12px!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Invoice\ Number]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Invoice\ Number] .responsiveTableBlock{text-align:left;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-black-color);justify-content:flex-start}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Document]{order:2;grid-column:2;border-bottom:1px solid var(--border-light-color)!important;padding:14px 0 12px 12px!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Document]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Document] .invoice{font-size:var(--font-onethree-size);font-weight:var(--font-weight-600);background-color:var(--system-primary-light-color);border-radius:var(--border-radius-high);padding:4px 12px 4px 8px}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Document] .invoice span{font-size:var(--font-oneeight-size);margin-right:4px}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Amount]{order:80;align-items:center;margin-top:4px;border-top:1px solid var(--border-light-color)!important;padding:12px 0!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Amount]:before{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-dark-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Amount] .responsiveTableBlock{font-size:var(--font-onesix-size);font-weight:var(--font-weight-700);color:var(--text-black-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items]{order:90;margin:0 -16px;border-top:1px solid var(--border-light-color)!important;padding:0!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .responsiveTableBlock{width:100%;display:block}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more{width:100%;height:44px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);justify-content:center;align-items:center;gap:4px;display:flex}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more:before{content:"View items"}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more[aria-expanded=true]:before{content:"Hide items"}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-invoices>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Items] .expand-more:active{background-color:var(--system-primary-light-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Product]{order:1;grid-column:1/-1;border-bottom:1px solid var(--border-light-color)!important;padding:14px 0 12px!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Product]:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Product] .responsiveTableBlock{text-align:left;font-weight:var(--font-weight-600);color:var(--text-black-color);font-size:var(--font-onefour-size);justify-content:flex-start;line-height:1.4}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Order\ Number] .order-date{text-align:right;flex-basis:100%}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Total]{order:80;align-items:center;margin-top:4px;border-top:1px solid var(--border-light-color)!important;padding:12px 0!important}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Total]:before{font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);color:var(--text-dark-color)}.account-section .page-body .order-cards.mobileTableResponsive.order-cards-open-items>.responsiveTable>tbody>tr.tr_mgr>td[data-th=Total] .responsiveTableBlock{font-size:var(--font-onesix-size);font-weight:var(--font-weight-700);color:var(--text-black-color)}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .item-status-accordion,.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .expandTable>.expandDetailTable{background-color:var(--background-color-white);border:1px solid var(--border-light-color);border-radius:10px;overflow:hidden}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .item-status-accordion .item-status-header{gap:6px 12px;padding:12px}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .item-status-accordion .item-status-shipment{font-size:var(--font-onethree-size);color:#667085;flex-basis:100%;padding-left:32px}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .item-status-accordion .item-status-track{font-weight:var(--font-weight-600);font-size:var(--font-onethree-size);background-color:var(--system-primary-light-color);border-radius:var(--border-radius-high);margin-left:32px;padding:6px 12px}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .item-status-accordion .accordion-body .expandDetailTable{border-top:1px solid var(--border-light-color)}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .expandDetailTable{margin:0;display:block}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .expandDetailTable>tbody{display:block}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level{border:0;border-top:1px solid var(--border-light-color);box-shadow:none;background-color:#0000;border-radius:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name name""sku sku""price action";gap:4px 12px;margin:0;padding:12px;display:grid}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level:first-child{border-top:0}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level>td{min-height:0;display:block;background-color:#0000!important;border:0!important;width:auto!important;padding:0!important}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level>td:before{display:none}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level>td .responsiveTableBlock{text-align:left;margin:0!important}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-name{width:auto;font-size:var(--font-onefour-size);font-weight:var(--font-weight-600);grid-area:name;line-height:1.4}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-sku{grid-area:sku}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-sku p{font-size:var(--font-onetwo-size);color:#667085;padding-left:0}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-price{grid-area:price;align-self:end}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-price span{text-align:left;font-size:var(--font-onethree-size);margin-right:4px;padding:0;display:inline}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-price .line-gst{font-size:var(--font-onetwo-size);color:#667085;display:block}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-action{grid-area:action;align-self:end}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-action .responsiveTableBlock{text-align:right}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand tr.second-level .line-action .add-failed{text-align:right;max-width:180px;margin-left:auto}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .add-button{height:36px;line-height:36px;font-size:var(--font-onefour-size);border-radius:8px;padding:0 14px 0 10px}.account-section .page-body .order-cards.mobileTableResponsive .first-level-expand .add-button span{line-height:36px;font-size:var(--font-twozero-size)}.account-section .pagination-group .pagination-flex{gap:12px}.account-section .pagination-group .show-text{font-size:var(--font-onethree-size);color:#667085;margin-bottom:0}.account-section .pagination-group .pagination{flex-wrap:wrap;row-gap:6px}.account-section .pagination-group .pagination .page-item{margin:0 2px}.account-section .pagination-group .pagination .page-item .page-link{width:36px;height:36px;line-height:36px;font-size:var(--font-onefour-size)}.account-section .pagination-group .go-next .text{line-height:36px;font-size:var(--font-onethree-size)}.account-section .pagination-group .go-next .go-control{height:36px}}@media (max-width:991px) and (max-width:575px){.account-section .pagination-group .pagination .page-item:first-child,.account-section .pagination-group .pagination .page-item:last-child{display:none}}@media (max-width:991px){.account-section .page-body .place-order-page>.section.padding{border-radius:12px;padding:16px}.account-section .page-body .place-order-page .order-heading{text-align:left;flex-direction:column;gap:16px;display:flex}.account-section .page-body .place-order-page .order-heading .order-actions{order:-1;justify-content:space-between;display:flex;position:static}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice){grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item{font-size:var(--font-onefour-size);background-color:var(--background-color-light-dark);border:1px solid var(--border-light-color);border-radius:10px;margin:0;padding:12px}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item:first-child{grid-column:1/-1}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item label{font-size:var(--font-onetwo-size);font-weight:var(--font-weight-500);color:#667085;margin-bottom:4px}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item>span{font-weight:var(--font-weight-600);color:var(--text-black-color);overflow-wrap:anywhere}.account-section .page-body .place-order-page .order-summary-invoice .invoice-item{border:1px solid var(--border-light-color);border-radius:10px;box-shadow:none!important}.account-section .page-body .place-order-page .place-order-block>.section{border-radius:12px}}.not-found-page,.error-page{background:radial-gradient(900px 480px at 0% 0%, var(--system-primary-light-color), transparent 60%),radial-gradient(700px 420px at 100% 100%, #fcaf171a, transparent 60%),var(--background-color-white);padding-block:48px 72px;position:relative;overflow:hidden}.not-found-page .nf-hero,.error-page .nf-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:48px;display:grid}.not-found-page .nf-eyebrow,.error-page .nf-eyebrow{font-size:var(--font-onethree-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);background:var(--background-color-white);border-radius:var(--border-radius-high);border:1px solid #cfe0f6;align-items:center;gap:8px;padding:6px 14px;display:inline-flex;box-shadow:0 1px 2px #1018280d}.not-found-page .nf-dot,.error-page .nf-dot{background:var(--background-color-tangerine);border-radius:50%;width:8px;height:8px;position:relative}.not-found-page .nf-dot:after,.error-page .nf-dot:after{content:"";background:inherit;border-radius:50%;animation:1.8s ease-out infinite nf-pulse;position:absolute;inset:0}.not-found-page h1,.error-page h1{font-size:clamp(30px,4.2vw,48px);font-weight:var(--font-weight-800);letter-spacing:-.025em;color:#0b1b33;margin:20px 0 0;line-height:1.12}.not-found-page .nf-highlight,.error-page .nf-highlight{background:linear-gradient(90deg, #1a73e8, var(--system-primary-color));color:#0000;-webkit-background-clip:text;background-clip:text}.not-found-page .nf-lead,.error-page .nf-lead{max-width:540px;font-size:var(--font-onesix-size);color:#4b5565;margin:16px 0 0;line-height:1.65}.not-found-page .nf-path,.error-page .nf-path{max-width:100%;font-size:var(--font-onethree-size);color:#4b5565;background:var(--background-color-white-light);border:1px dashed var(--border-light-color);border-radius:var(--border-radius-light);align-items:center;gap:6px;margin:16px 0 0;padding:6px 12px;display:inline-flex}.not-found-page .nf-path .material-symbols-rounded,.error-page .nf-path .material-symbols-rounded{color:var(--text-gray-color);font-size:18px}.not-found-page .nf-path code,.error-page .nf-path code{text-overflow:ellipsis;white-space:nowrap;font-size:inherit;color:var(--text-dark-color);overflow:hidden}.not-found-page .nf-search,.error-page .nf-search{background:var(--background-color-white);border:1px solid var(--border-form-color);border-radius:var(--border-radius-high);align-items:center;gap:8px;max-width:560px;margin-top:24px;padding:6px 6px 6px 16px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #003f8a14}.not-found-page .nf-search:focus-within,.error-page .nf-search:focus-within{border-color:var(--border-system-color);box-shadow:0 0 0 4px #005ac124,0 8px 24px #003f8a1a}.not-found-page .nf-search .nf-search-icon,.error-page .nf-search .nf-search-icon{color:var(--text-gray-color)}.not-found-page .nf-search input,.error-page .nf-search input{min-width:0;height:40px;font-size:var(--font-onefive-size);color:var(--text-dark-color);background:0 0;border:0;outline:0;flex:auto;padding:0}.not-found-page .nf-search input::placeholder,.error-page .nf-search input::placeholder{color:var(--text-light-gray-color)}.not-found-page .nf-search button,.error-page .nf-search button{height:42px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-700);color:var(--text-white-color);background:var(--btn-regular-color);border-radius:var(--border-radius-high);border:0;flex:none;padding:0 22px;transition:background-color .2s}.not-found-page .nf-search button:hover,.error-page .nf-search button:hover{background:var(--btn-hover-color)}.not-found-page .nf-actions,.error-page .nf-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.not-found-page .nf-btn,.error-page .nf-btn{height:46px;font-size:var(--font-onefour-size);font-weight:var(--font-weight-700);border-radius:var(--border-radius-normal);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 20px;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.not-found-page .nf-btn .material-symbols-rounded,.error-page .nf-btn .material-symbols-rounded{font-size:20px}.not-found-page .nf-btn:active,.error-page .nf-btn:active{transform:translateY(1px)}.not-found-page .nf-btn-primary,.error-page .nf-btn-primary{color:var(--text-white-color);background:var(--btn-regular-color)}.not-found-page .nf-btn-primary:hover,.error-page .nf-btn-primary:hover{color:var(--text-white-color);background:var(--btn-hover-color)}.not-found-page .nf-btn-outline,.error-page .nf-btn-outline{color:var(--text-dark-color);background:var(--background-color-white);border-color:var(--border-form-color)}.not-found-page .nf-btn-outline:hover,.error-page .nf-btn-outline:hover{color:var(--text-primary-color);border-color:var(--border-system-color)}.not-found-page .nf-btn-light,.error-page .nf-btn-light{height:42px;font-weight:var(--font-weight-600);color:var(--text-primary-color);background:var(--background-color-white);border-color:#cfe0f6;flex:none}.not-found-page .nf-btn-light:hover,.error-page .nf-btn-light:hover{color:var(--text-primary-hover-color);border-color:var(--border-system-color)}.not-found-page .nf-art svg,.error-page .nf-art svg{width:100%;max-width:520px;height:auto;margin-inline:auto;display:block}.not-found-page .nf-digit,.error-page .nf-digit{font-family:Manrope,sans-serif;font-size:200px;font-weight:var(--font-weight-800);letter-spacing:-.04em}.not-found-page .nf-gear,.error-page .nf-gear{transform-box:fill-box;transform-origin:50%;animation:14s linear infinite nf-spin}.not-found-page .nf-float,.error-page .nf-float{transform-box:fill-box;transform-origin:50%;animation:5s ease-in-out infinite nf-float}.not-found-page .nf-float-b,.error-page .nf-float-b{animation-duration:6s;animation-delay:-2s}.not-found-page .nf-float-c,.error-page .nf-float-c{animation-duration:4s;animation-delay:-1s}.not-found-page .nf-destinations,.error-page .nf-destinations{margin-top:64px}.not-found-page .nf-section-head,.error-page .nf-section-head{margin-bottom:20px}.not-found-page .nf-section-head h2,.error-page .nf-section-head h2{font-size:var(--font-h3-size);font-weight:var(--font-weight-800);letter-spacing:-.01em;color:#0b1b33;margin:0}.not-found-page .nf-section-head p,.error-page .nf-section-head p{font-size:var(--font-onefour-size);color:#5b6675;margin:4px 0 0}.not-found-page .nf-grid,.error-page .nf-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.not-found-page .nf-card,.error-page .nf-card{background:var(--background-color-white);border:1px solid #e6ebf2;border-radius:16px;align-items:center;gap:16px;height:100%;padding:20px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.not-found-page .nf-card:hover,.not-found-page .nf-card:focus-visible,.error-page .nf-card:hover,.error-page .nf-card:focus-visible{border-color:#bcd4f3;transform:translateY(-3px);box-shadow:0 14px 32px #003f8a1a}.not-found-page .nf-card:hover .nf-card-icon,.not-found-page .nf-card:focus-visible .nf-card-icon,.error-page .nf-card:hover .nf-card-icon,.error-page .nf-card:focus-visible .nf-card-icon{color:var(--text-white-color);background:var(--system-primary-color)}.not-found-page .nf-card:hover .nf-card-arrow,.not-found-page .nf-card:focus-visible .nf-card-arrow,.error-page .nf-card:hover .nf-card-arrow,.error-page .nf-card:focus-visible .nf-card-arrow{color:var(--text-primary-color);transform:translate(4px)}.not-found-page .nf-card-icon,.error-page .nf-card-icon{width:48px;height:48px;color:var(--text-primary-color);background:var(--system-primary-light-color);border-radius:12px;flex:none;place-items:center;font-size:24px;transition:background-color .2s,color .2s;display:grid}.not-found-page .nf-card-body,.error-page .nf-card-body{flex-direction:column;flex:auto;min-width:0;display:flex}.not-found-page .nf-card-label,.error-page .nf-card-label{font-size:var(--font-onefive-size);font-weight:var(--font-weight-700);color:#0b1b33}.not-found-page .nf-card-text,.error-page .nf-card-text{font-size:var(--font-onethree-size);color:#5b6675;margin-top:2px;line-height:1.5}.not-found-page .nf-card-arrow,.error-page .nf-card-arrow{color:#b3bdc9;flex:none;font-size:20px;transition:transform .2s,color .2s}.not-found-page .nf-help,.error-page .nf-help{background:#f5f9fe;border:1px solid #e1ecf9;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;margin-top:32px;padding:20px 24px;display:flex}.not-found-page .nf-help-copy,.error-page .nf-help-copy{align-items:center;gap:14px;display:flex}.not-found-page .nf-help-icon,.error-page .nf-help-icon{width:44px;height:44px;color:var(--text-primary-color);background:var(--background-color-white);border:1px solid #e1ecf9;border-radius:12px;flex:none;place-items:center;font-size:24px;display:grid}.not-found-page .nf-help-title,.error-page .nf-help-title{font-size:var(--font-onesix-size);font-weight:var(--font-weight-600);color:#0b1b33;margin:0}.not-found-page .nf-help-text,.error-page .nf-help-text{font-size:var(--font-onethree-size);color:#5b6675;margin:2px 0 0}@media (max-width:991px){.not-found-page,.error-page{padding-block:32px 56px}.not-found-page .nf-hero,.error-page .nf-hero{grid-template-columns:minmax(0,1fr);gap:8px}.not-found-page .nf-art,.error-page .nf-art{order:-1}.not-found-page .nf-art svg,.error-page .nf-art svg{max-width:360px}.not-found-page .nf-grid,.error-page .nf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.not-found-page .nf-search,.error-page .nf-search{padding-left:12px}.not-found-page .nf-search button,.error-page .nf-search button{padding:0 16px}.not-found-page .nf-actions .nf-btn,.error-page .nf-actions .nf-btn{flex:1 1 0}.not-found-page .nf-grid,.error-page .nf-grid{grid-template-columns:minmax(0,1fr)}.not-found-page .nf-card,.error-page .nf-card{padding:16px}.not-found-page .nf-help,.error-page .nf-help{flex-direction:column;align-items:stretch;padding:20px}}@media (prefers-reduced-motion:reduce){.not-found-page .nf-gear,.not-found-page .nf-gear-rev,.not-found-page .nf-float,.not-found-page .nf-dot:after,.error-page .nf-gear,.error-page .nf-gear-rev,.error-page .nf-float,.error-page .nf-dot:after{animation:none}.not-found-page .nf-card,.not-found-page .nf-card-arrow,.not-found-page .nf-btn,.error-page .nf-card,.error-page .nf-card-arrow,.error-page .nf-btn{transition:none}}.error-page .nf-dot{background:var(--text-error-color)}.error-page .nf-gear-rev{transform-box:fill-box;transform-origin:50%;animation:7.8s linear infinite reverse nf-spin}.error-page .nf-ref{gap:8px}.error-page .nf-ref .nf-ref-label{font-weight:var(--font-weight-600);color:#4b5565}.error-page .nf-copy-btn{font-size:var(--font-onetwo-size);font-weight:var(--font-weight-600);color:var(--text-primary-color);border:0;border-left:1px solid var(--border-light-color);cursor:pointer;background:0 0;flex:none;align-items:center;gap:4px;margin-left:4px;padding:0 0 0 10px;display:inline-flex}.error-page .nf-copy-btn .material-symbols-rounded{color:inherit;font-size:16px}.error-page .nf-copy-btn:hover{color:var(--text-primary-hover-color)}@keyframes nf-spin{to{transform:rotate(360deg)}}@keyframes nf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes nf-pulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}@media (max-width:991px){.homeTopDepartment .top_departments{margin:0}.homeTopDepartment .top_departments .row{--bs-gutter-x:10px;--bs-gutter-y:10px}.homeTopDepartment .top_departments .row>[class*=col-]{flex:none;width:25%}.homeTopDepartment .top_departments .top_item{height:100%;margin-bottom:15px}.homeTopDepartment .top_departments .top_item .item{-webkit-tap-highlight-color:#0000;flex-direction:column;align-items:center;height:100%;transition:transform .15s,border-color .15s;display:flex}.homeTopDepartment .top_departments .top_item .item:active{border-color:var(--border-system-color);transform:scale(.97)}.homeTopDepartment .top_departments .top_item .item .overlay{aspect-ratio:1;background:#f4f6f9;border-radius:100px;width:100%;min-width:0;height:auto;min-height:0;margin:0 0 8px}.homeTopDepartment .top_departments .top_item .item .overlay:before,.homeTopDepartment .top_departments .top_item .item .overlay:after{display:none}.homeTopDepartment .top_departments .top_item .item .overlay span.ol{border-radius:inherit;width:100%;height:100%}.homeTopDepartment .top_departments .top_item .item .overlay .image{object-fit:cover;width:100%;min-width:0;height:100%;min-height:0}.homeTopDepartment .top_departments .top_item .item .text{-webkit-line-clamp:2;font-size:13px;font-weight:var(--font-weight-600);color:#101828;-webkit-box-orient:vertical;margin:0;line-height:1.3;display:-webkit-box;overflow:hidden}.homeTopDepartment .top_departments .top_item .item:hover .text{color:#101828}}@media (max-width:767px){.section.homeTopDepartment .head,.section.homeTopDepartment .head>.d-flex,.section.homeTopDeals .head,.section.homeTopDeals .head>.d-flex,.section.bestBrandRoof .head,.section.bestBrandRoof .head>.d-flex{justify-content:space-between;gap:12px;display:flex;align-items:center!important}.section.homeTopDepartment .head,.section.homeTopDeals .head,.section.bestBrandRoof .head{margin-bottom:14px}.section.homeTopDepartment .head .h2,.section.homeTopDeals .head .h2,.section.bestBrandRoof .head .h2{text-align:left;font-size:20px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin:0;line-height:1.25}.section.homeTopDepartment .head .view-all.desktopShowLink,.section.homeTopDeals .head .view-all.desktopShowLink,.section.bestBrandRoof .head .view-all.desktopShowLink{font-size:14px;font-weight:var(--font-weight-600);white-space:nowrap;color:var(--text-primary-color);flex-shrink:0;align-items:center;padding:6px 0 6px 8px;line-height:1;display:inline-flex!important}.section.homeTopDepartment .head .view-all.desktopShowLink .icon,.section.homeTopDeals .head .view-all.desktopShowLink .icon,.section.bestBrandRoof .head .view-all.desktopShowLink .icon{font-size:20px;line-height:1}.section.homeTopDepartment .view-all.mobileLinkShow.flexViewAll,.section.homeTopDeals .view-all.mobileLinkShow.flexViewAll,.section.bestBrandRoof .view-all.mobileLinkShow.flexViewAll{display:none!important}.homeTopDepartment+hr.hr-gap40,.homeTopDeals+hr.hr-gap40{opacity:1;background:#f4f6f9;border:0;height:8px;margin:28px -12px}.homeTopDepartment .top_departments .row>[class*=col-]{width:33.3333%}.homeTopDeals .section-filters .tag-wrapper .icon{display:none!important}:is(.homeTopDeals .section-filters .tag-wrapper .tags,.homeTopDeals .section-filters .tag-wrapper:has(>.icon.prev) .tags,.homeTopDeals .section-filters .tag-wrapper:has(>.icon.next) .tags){scrollbar-width:none;gap:8px;margin:0 -12px;padding:2px 12px 6px;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000)}.homeTopDeals .section-filters .tag-wrapper .tags .tag{margin-right:0}.homeTopDeals .section-filters .tag-wrapper .tags .tag .item{height:36px;font-size:13px;line-height:34px;font-weight:var(--font-weight-600);color:#344054;-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:999px;padding:0 16px;transition:transform .15s,background-color .15s}.homeTopDeals .section-filters .tag-wrapper .tags .tag .item:active{transform:scale(.96)}.homeTopDeals .section-filters .tag-wrapper .tags .tag .item.active{color:var(--text-white-color);background-color:var(--system-primary-color);border-color:var(--system-primary-color);box-shadow:0 4px 10px #005ac140}.homeTopDeals .section-filters+.gap20{height:10px}.homeTopDeals .deals-rail.product-slider-wrapper{width:auto;margin:0 -12px}.homeTopDeals .deals-rail.product-slider-wrapper .product-slider{padding:0 6px;scroll-padding-inline:6px}.homeTopDeals .deals-rail.product-slider-wrapper .product-slider>.product{width:44%;padding:0 6px}.homeTopDeals .deals-rail .product-box{height:100%}.homeTopDeals .deals-rail .product-box .box{border:1px solid #e8ebf0;border-radius:16px;height:calc(100% - 12px);margin:4px 0 8px;padding:8px;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.homeTopDeals .deals-rail .product-box .box .image-wishlist .image{aspect-ratio:1;border-radius:12px;padding:10px}.homeTopDeals .deals-rail .product-box .box .image-wishlist .image .img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.homeTopDeals .deals-rail .product-box .box .image-wishlist .product-series,.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart,.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart.quantity-count,.homeTopDeals .deals-rail .product-box .box .image-wishlist .outofstock{width:100%;min-width:0;min-height:0;margin-top:8px;display:block;position:static}.homeTopDeals .deals-rail .product-box .box .image-wishlist .product-series .btn{width:100%;min-width:0;height:34px;font-size:13px;line-height:32px;font-weight:var(--font-weight-600);background-color:#fff;border-color:#e8ebf0;border-radius:10px;padding:0 10px;display:block}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .add{width:100%;height:34px;font-size:13px;line-height:34px;font-weight:var(--font-weight-600);border-radius:10px;justify-content:center;align-items:center;gap:2px;padding:0 12px;display:flex}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .add .material-symbols-rounded{font-size:20px;line-height:1}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block{border-radius:10px;width:100%;height:34px;min-height:34px}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action{visibility:visible;flex:1}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded{width:24px;height:24px;font-size:18px;line-height:24px;top:5px}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.remove{left:5px}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.add{right:5px}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .qty-control{width:100%;max-width:none;height:34px;font-size:14px;font-weight:var(--font-weight-600);padding:0 34px}.homeTopDeals .deals-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-count{display:none}.homeTopDeals .deals-rail .product-box .box .image-wishlist .outofstock .outofLabel{text-align:center;border-radius:10px;height:34px;font-size:13px;line-height:32px;display:block}.homeTopDeals .deals-rail .product-box .box .description{padding:10px 2px 2px}.homeTopDeals .deals-rail .product-box .box .description .product .name{font-size:13px;font-weight:var(--font-weight-500);color:#101828;min-height:36px;margin-bottom:4px;line-height:18px}.homeTopDeals .deals-rail .product-box .box .description .product .brand{color:var(--text-gray-color);margin-bottom:8px;font-size:12px}.homeTopDeals .deals-rail .product-box .box .description .product .p_line{display:none}.homeTopDeals .deals-rail .product-box .box .description .product .price{font-size:15px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px}.homeTopDeals .deals-rail .product-box .box .description .product .price .actual{font-size:12px;font-weight:var(--font-weight-400)}.homeTopDeals .deals-rail .product-box .box .description .product .save{color:#0f7a3d;font-size:11px;font-weight:var(--font-weight-700);letter-spacing:.02em;background:#e7f6ec;border-radius:6px;padding:2px 8px;display:inline-block}.homeTopDeals .product-slider-wrapper+.gap20{height:6px}.homeTopDeals .deals-rail-actions.homeActoionWrapper .actions{background:0 0;padding:4px 0}.homeTopDeals .deals-rail-actions.homeActoionWrapper .actions .icon{display:none!important}.homeTopDeals .deals-rail-actions.homeActoionWrapper .actions .action{margin:0}.homeTopDeals .deals-rail-actions.homeActoionWrapper .actions .action .dot{background-color:#d0d5dd;border-radius:999px;width:6px;height:6px;margin:0 3px;transition:width .2s,background-color .2s}.homeTopDeals .deals-rail-actions.homeActoionWrapper .actions .action .dot.active{background-color:var(--system-primary-color);width:18px}.bestBrandRoof .mobileColumnSection{scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 6px;scroll-padding-inline:6px}.bestBrandRoof .mobileColumnSection>.col-12{scroll-snap-align:start;width:78%;padding:0 6px}:is(.bestBrandRoof,.all-brands) .brand-box{height:100%;margin-bottom:4px}:is(.bestBrandRoof,.all-brands) .brand-box .box,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover{border:1px solid #e8ebf0;border-radius:18px;flex-direction:column;height:100%;display:flex;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}:is(.bestBrandRoof,.all-brands) .brand-box .box .brand-cover,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .brand-cover{height:84px}:is(.bestBrandRoof,.all-brands) .brand-box .box .brand-logo,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .brand-logo{border:3px solid #fff;width:76px;height:76px;margin-top:-38px;margin-bottom:10px;display:flex;box-shadow:0 4px 12px #1018281f}:is(.bestBrandRoof,.all-brands) .brand-box .box .brand-logo .img,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .brand-logo .img{width:56px!important;height:56px!important}:is(.bestBrandRoof,.all-brands) .brand-box .box .h4,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .h4{font-size:16px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px}:is(.bestBrandRoof,.all-brands) .brand-box .box .description,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .description{-webkit-line-clamp:3;line-clamp:3;color:#475467;min-height:4.35em;margin-bottom:12px;font-size:13px;line-height:1.45}:is(.bestBrandRoof,.all-brands) .brand-box .box .brand-categories,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .brand-categories{margin-bottom:14px}:is(.bestBrandRoof,.all-brands) .brand-box .box .brand-categories .category:not(:last-child),:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .brand-categories .category:not(:last-child){margin-right:8px}:is(.bestBrandRoof,.all-brands) .brand-box .box .brand-categories .category .category-item,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .brand-categories .category .category-item{background-color:#f4f6f9;border-radius:34px;width:34px;height:34px}:is(.bestBrandRoof,.all-brands) .brand-box .box .store-link,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .store-link{height:40px;color:var(--text-primary-color);background-color:var(--system-primary-light-color);-webkit-tap-highlight-color:#0000;border-top:0;border-radius:12px;justify-content:center;align-items:center;gap:2px;margin:auto 12px 12px;font-size:14px;line-height:40px;display:flex}:is(.bestBrandRoof,.all-brands) .brand-box .box .store-link span.icon,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .store-link span.icon{width:auto;line-height:40px}:is(.bestBrandRoof,.all-brands) .brand-box .box .store-link span.icon .material-symbols-rounded,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .store-link span.icon .material-symbols-rounded{vertical-align:top;font-size:20px;line-height:40px;left:0}:is(.bestBrandRoof,.all-brands) .brand-box .box .store-link:active,:is(.bestBrandRoof,.all-brands) .brand-box .box:hover .store-link:active{color:var(--text-white-color);background-color:var(--system-primary-color)}}@media (max-width:991px) and (prefers-reduced-motion:reduce){.homeTopDepartment .top_departments .top_item .item,.homeTopDeals .section-filters .tag-wrapper .tags .tag .item{transition:none}.homeTopDepartment .top_departments .top_item .item:active,.homeTopDeals .section-filters .tag-wrapper .tags .tag .item:active{transform:none}}@media (max-width:991px){nav.navbar{top:6px;left:2px}nav.navbar .navbar-nav .nav-item.departMentMenuLink .nav-link{-webkit-tap-highlight-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-right:0;transition:background-color .15s;display:flex}nav.navbar .navbar-nav .nav-item.departMentMenuLink .nav-link:active{background-color:#ffffff29}nav.navbar .navbar-nav .nav-item.departMentMenuLink .nav-link span.icon{font-size:28px;line-height:1!important}.header .headerActionMenu .header-actions{align-items:center}.header .headerActionMenu .header-actions .action{margin-left:2px}.header .headerActionMenu .header-actions .action .item{-webkit-tap-highlight-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;transition:background-color .15s,transform .15s;display:flex}.header .headerActionMenu .header-actions .action .item:active{transform:scale(.94);background-color:#ffffff29!important}.header .headerActionMenu .header-actions .action .item .icon{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;font-size:26px;line-height:1;position:static}.header .headerActionMenu .header-actions .action .item .txt-count{box-sizing:border-box;border:2px solid var(--system-primary-color);width:auto;min-width:18px;height:18px;font-size:10px;font-weight:var(--font-weight-700);border-radius:999px;padding:0 4px;line-height:14px;position:absolute;top:3px;left:auto;right:1px}.header .search-wrapper .search-group .search-control{color:#101828;background-color:#fff;height:42px;padding:0 50px 0 18px;font-size:16px;box-shadow:0 1px 2px #10182814}.header .search-wrapper .search-group .search-control::placeholder{color:#667085;font-size:15px}.header .search-wrapper .search-group .search-control:focus{outline:none;box-shadow:0 1px 2px #10182814}.header .search-wrapper .search-group .search-btn{width:34px;height:34px;font-size:20px;top:4px;right:4px}.header .search-wrapper .search-group .close{top:6px;right:42px}.menu-canvas.offcanvas{-webkit-font-smoothing:antialiased}.menu-canvas.offcanvas.offcanvas-start{border-radius:0 20px 20px 0;width:min(86vw,340px);min-width:0;overflow:hidden}.menu-canvas.offcanvas .offcanvas-header{background:linear-gradient(135deg, var(--system-primary-color), var(--background-primary-dark-color));min-height:76px;max-height:76px;padding:0 12px 0 16px}.menu-canvas.offcanvas .offcanvas-header .sign-in-link{min-width:0;font-size:15px;font-weight:var(--font-weight-600);text-transform:none;align-items:center;gap:12px;line-height:1.3}.menu-canvas.offcanvas .offcanvas-header .sign-in-link .material-symbols-rounded{background-color:#ffffff29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:0;font-size:26px;display:flex}.menu-canvas.offcanvas .offcanvas-header .btn-close{background-color:#ffffff29;background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:50%;flex-shrink:0;width:36px;height:36px}.menu-canvas.offcanvas .offcanvas-body .level{width:100%;min-width:0;height:calc(100dvh - 76px);box-shadow:none;padding:12px 0 24px}.menu-canvas.offcanvas .offcanvas-body .level.two,.menu-canvas.offcanvas .offcanvas-body .level.three{z-index:1;height:100dvh;top:-76px;right:-100%}.menu-canvas.offcanvas .offcanvas-body .level.three{z-index:2}.menu-canvas.offcanvas .offcanvas-body .level.show.two,.menu-canvas.offcanvas .offcanvas-body .level.show.three{right:0}.menu-canvas.offcanvas .offcanvas-body .level>.d-flex{border-bottom:1px solid #eef0f4;gap:4px;margin-bottom:4px;padding:0 16px 10px 8px}.menu-canvas.offcanvas .offcanvas-body .level>.d-flex .h4{min-width:0;font-size:17px;font-weight:var(--font-weight-700);color:#101828;white-space:nowrap;text-overflow:ellipsis;flex:1;padding:0 4px;overflow:hidden}.menu-canvas.offcanvas .offcanvas-body .level>.d-flex .shop-all{font-size:14px;font-weight:var(--font-weight-600);flex-shrink:0}.menu-canvas.offcanvas .offcanvas-body .level>.d-flex .shop-all span{font-size:20px}.menu-canvas.offcanvas .offcanvas-body .level.one>.h4{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;padding:4px 20px 6px}.menu-canvas.offcanvas .offcanvas-body .back-button{color:#101828;-webkit-tap-highlight-color:#0000;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0}.menu-canvas.offcanvas .offcanvas-body .back-button:active{background-color:#f4f6f9}.menu-canvas.offcanvas .offcanvas-body .back-button .material-symbols-rounded{font-size:24px}.menu-canvas.offcanvas .offcanvas-body .menu-lists{padding-top:4px}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item{-webkit-tap-highlight-color:#0000;min-height:56px;padding:8px 16px}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item:active{background-color:#f4f6f9}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .overlay{background-color:#f4f6f9;border-radius:40px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .overlay:after{border-radius:40px}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .image{object-fit:cover;border-radius:40px;width:40px;max-width:40px;height:40px;max-height:40px}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .text{font-size:15px;font-weight:var(--font-weight-500);color:#101828;margin-left:12px;line-height:1.3}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .material-symbols-rounded{color:#98a2b3;width:20px;height:20px;font-size:20px}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item .material-symbols-rounded.campaign{color:#fff;width:40px;height:40px;font-size:28px;line-height:40px}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .text,.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item .item.active .material-symbols-rounded{color:var(--text-primary-color)}.menu-canvas.offcanvas .offcanvas-body .menu-lists .menu-item:not(:last-child) .item:after{content:"";background-color:#eef0f4;height:1px;position:absolute;bottom:0;left:68px;right:0}.offcanvas-backdrop.show{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#10182873}}@media (max-width:767px){.cart-summary-offcanvas{-webkit-font-smoothing:antialiased}.cart-summary-offcanvas .offcanvas-header{background-color:#fff;border-bottom:1px solid #eef0f4}.cart-summary-offcanvas .offcanvas-header .btn-close{opacity:1;background-color:#f4f6f9;background-size:12px;border-radius:50%;width:36px;height:36px;padding:0;top:10px;right:12px}.cart-summary-offcanvas .offcanvas-header .h3{font-size:18px;font-weight:var(--font-weight-700);color:#101828;margin:0}.cart-summary-offcanvas .offcanvas-header .h5{font-size:14px;font-weight:var(--font-weight-600);color:#475467;margin:0}.cart-summary-offcanvas .offcanvas-header .btn{height:44px;font-weight:var(--font-weight-600);border-radius:12px}.cart-summary-offcanvas .offcanvas-body .emptyCartCanvas .offcanvas-header{border-bottom:0}.cart-summary-offcanvas .offcanvas-body .emptyCartCanvas .emptyCart{background-color:#fff;padding:0 32px}.cart-summary-offcanvas .offcanvas-body .emptyCartCanvas .emptyCart .cartIcon{background-color:var(--system-primary-light-color);width:88px;height:88px;color:var(--system-primary-color);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:40px;display:flex}.cart-summary-offcanvas .offcanvas-body .emptyCartCanvas .emptyCart p{color:#667085;margin-bottom:24px;font-size:14px;line-height:1.5}.cart-summary-offcanvas .offcanvas-body .emptyCartCanvas .emptyCart .empty-cart-message{font-size:20px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px}.cart-summary-offcanvas .offcanvas-body .emptyCartCanvas .emptyCart .btn{height:48px;font-size:15px;font-weight:var(--font-weight-600);border-radius:14px;padding:0 28px}}@media (max-width:991px) and (prefers-reduced-motion:reduce){.header .headerActionMenu .header-actions .action .item:active{transform:none}.menu-canvas.offcanvas .offcanvas-body .level{transition:none}}@media (max-width:767px){.section.padding.homeContentSection{background:linear-gradient(#f5f9ff 0,#fff 220px);border:1px solid #e8ebf0;border-radius:20px;padding:24px 18px;box-shadow:none!important}.section.padding.homeContentSection .seo-content .shop-head{font-size:18px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin-bottom:10px;line-height:1.3}.section.padding.homeContentSection .seo-content .shop-head.h2:first-child{font-size:21px}.section.padding.homeContentSection .seo-content .fs-regular{color:#475467;font-size:14px;line-height:1.65}.section.padding.homeContentSection .seo-content .gap30{height:24px}.section.padding.homeContentSection .seo-content .seoContentBlock{background-color:#f4f6f9;border-radius:14px;margin-top:14px;padding:2px 14px 14px}.section.padding.homeContentSection .seo-content .seoContentBlock .gap10{display:none}.section.padding.homeContentSection .seo-content .seoContentBlock h3{font-size:15px;font-weight:var(--font-weight-700);color:#101828;margin:0 0 4px;padding-top:14px}.section.padding.homeContentSection .seo-content .seoContentBlock h3:not(:first-child){border-top:1px solid #e8ebf0;margin-top:14px}.section.padding.homeContentSection .seo-content .seoContentBlock p{color:#475467;margin-bottom:0;font-size:13.5px;line-height:1.6}.section.padding.homeContentSection .seo-content ul.fs-regular{margin-bottom:0;padding-left:0;list-style:none}.section.padding.homeContentSection .seo-content ul.fs-regular li{padding-left:30px;position:relative}.section.padding.homeContentSection .seo-content ul.fs-regular li:not(:last-child){margin-bottom:12px}.section.padding.homeContentSection .seo-content ul.fs-regular li:before{content:"";background:var(--system-primary-light-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005ac1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/12px no-repeat;border-radius:50%;width:20px;height:20px;position:absolute;top:2px;left:0}.section.padding.homeContentSection .seo-content ul.fs-regular li strong,.section.padding.homeContentSection .seo-content ul.fs-regular li b{color:#101828}.footer .section.primary{background:linear-gradient(160deg, var(--system-primary-color), var(--background-primary-dark-color))}.footer .newsletter{padding:32px 0 28px}.footer .newsletter .head{font-size:20px;font-weight:var(--font-weight-700);text-align:center;margin-bottom:4px;line-height:1.3}.footer .newsletter .text{font-size:14px;font-weight:var(--font-weight-500);text-align:center;opacity:.85}.footer .newsletter .row>.col-12{margin-top:16px!important}.footer .newsletter .row>.col-12:first-child{margin-top:0!important}.footer .newsletter .form-control{border-radius:14px;height:48px;padding:0 18px;font-size:16px}.footer .newsletter .container .row .center-small .btn{width:100%;height:48px;font-size:15px;font-weight:var(--font-weight-700);border-radius:14px}.footer .row:has(>div>.navigation-box){--bs-gutter-x:10px}.footer .navigation-box{margin-bottom:10px}.footer .navigation-box .link{-webkit-tap-highlight-color:#0000;flex-direction:column;align-items:center;padding:14px 6px 12px;transition:transform .15s;display:flex}.footer .navigation-box .link:active{transform:scale(.97)}.footer .navigation-box .link .icon{background-color:var(--system-primary-light-color);width:44px;height:44px;color:var(--system-primary-color);border-radius:50%;margin-bottom:8px;line-height:44px}.footer .navigation-box .link .text{font-size:12.5px;font-weight:var(--font-weight-600);color:#101828;margin:0;padding-bottom:0;line-height:1.3}.footer hr.footerGap-mobile{border-color:#e8ebf0;margin:20px 0 24px}.footer .row>.col-12:has(>.site-links>.links){width:50%;margin-bottom:22px;text-align:left!important;margin-top:0!important}.footer .site-links{margin-bottom:0}.footer .site-links .label{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:var(--text-dark-color);margin-bottom:8px}.footer .site-links .links .link:not(:last-child){margin:0}.footer .site-links .links .link .item{color:#475467;padding:5px 0;font-size:14px}.footer .row>.col-12:has(.social-links){border-top:1px solid #e8ebf0;padding-top:22px;margin-top:4px!important}.footer .row>.col-12:has(.social-links) .social-links{gap:10px}.footer .row>.col-12:has(.social-links) .social-links .link{margin:0}.footer .row>.col-12:has(.social-links) .social-links .link .item{background-color:#fff;border:1px solid #e8ebf0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.footer .row>.col-12:has(.social-links) .footerCustomerService{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;margin-top:4px;padding:16px}.footer .row>.col-12:has(.social-links) .footerCustomerService p{color:#475467;margin-bottom:0;font-size:14px;line-height:1.7}.bottomFooter.section.padding{padding:28px 16px 50px}.bottomFooter .footer-columns .font700{letter-spacing:.06em;text-transform:uppercase;color:#667085;font-size:12px}.bottomFooter .footer-columns .delivery-info,.bottomFooter .footer-columns .footer-info{border-bottom-color:#e8ebf0}.bottomFooter .footer-columns .company-info p{color:#667085;font-size:12px;line-height:1.6}}@media (max-width:991px){.product-listing .panel-filter .panel-filter-sticky,.product-listing .panel-filter.smooth-sticky .panel-filter-sticky,.product-listing .panel-filter.smooth-sticky.up-sticky .panel-filter-sticky,.product-listing .panel-filter.smooth-sticky.down-sticky .panel-filter-sticky{border-top:1px solid #e8ebf0;box-shadow:0 -4px 16px #10182814}.product-listing .panel-filter .filter-btn{width:auto;height:46px;font-size:15px;line-height:44px;font-weight:var(--font-weight-600);color:#101828;-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:0 20px;display:flex}.product-listing .panel-filter .filter-btn:hover,.product-listing .panel-filter .filter-btn:active{color:#101828;background-color:#f4f6f9}.product-listing .panel-filter .filter-btn span{font-size:20px;line-height:1}.product-listing .panel-filter .list-sort .label{font-size:13px;font-weight:var(--font-weight-500);color:#667085}.product-listing .panel-filter .list-sort .label:after{color:#e8ebf0;padding:0 8px}.product-listing .panel-filter .list-sort .sort-btn{min-width:0;font-size:15px;font-weight:var(--font-weight-600);color:#101828}.product-listing .panel-filter .list-sort .sort-btn span{float:none;vertical-align:middle;margin-left:2px}}@media (max-width:767px){.product-listing .hr-gap30{border-color:#e8ebf0;margin-top:16px;margin-bottom:16px}.product-listing .sub-category-arrow{display:none}.product-listing .sub-category-group{margin:0 -12px;padding:2px 12px 4px;scroll-padding-inline:12px}.product-listing .sub-category-group .sub-category-list:not(:first-child){margin-left:12px}.product-listing .sub-category-group .sub-category-item{-webkit-tap-highlight-color:#0000;width:76px}.product-listing .sub-category-group .sub-category-item .category-image,.product-listing .sub-category-group .sub-category-item .category-shop-all{border-radius:80px;width:76px;height:76px;margin-bottom:8px}.product-listing .sub-category-group .sub-category-item .category-image{background-color:#f4f6f9;border:2px solid #0000;transition:border-color .15s}.product-listing .sub-category-group .sub-category-item .category-image .image,.product-listing .sub-category-group .sub-category-item .category-image .image-wash{border-radius:inherit;width:100%;height:100%}.product-listing .sub-category-group .sub-category-item .category-image .image{mix-blend-mode:multiply;padding:6px}.product-listing .sub-category-group .sub-category-item .category-shop-all{font-size:13px;line-height:76px;font-weight:var(--font-weight-700)}.product-listing .sub-category-group .sub-category-item .category-name{-webkit-line-clamp:2;max-width:76px;min-height:0;font-size:12px;font-weight:var(--font-weight-600);white-space:normal;color:#101828;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.product-listing .sub-category-group .sub-category-item .category-count{display:none}.product-listing .sub-category-group .sub-category-item.is-current .category-image{border-color:var(--system-primary-color)}.product-listing .sub-category-group .sub-category-item:active .category-image{transform:scale(.96)}.product-listing .section .head{gap:12px;margin-bottom:14px}.product-listing .section .head .h2{text-align:left;font-size:20px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;flex-basis:100%;line-height:1.3}.product-listing .section .head .h2 span{font-size:14px;font-weight:var(--font-weight-500);letter-spacing:0;color:#667085;white-space:nowrap}.product-listing .listing-search .search-control{color:#101828;text-overflow:ellipsis;background-color:#f4f6f9;border-color:#0000;border-radius:12px;height:44px;padding-left:16px;font-size:16px}.product-listing .listing-search .search-control::placeholder{color:#667085;font-size:13px}.product-listing .listing-search .search-control:focus{border-color:var(--border-system-color);background-color:#fff;box-shadow:0 0 0 3px #005ac11f}.product-listing .listing-grid .row{margin-left:-5px;margin-right:-5px}.product-listing .listing-grid .product-box{height:100%}.product-listing .listing-grid .product-box .box{border:1px solid #e8ebf0;border-radius:16px;height:calc(100% - 10px);margin:5px 0;padding:8px;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.product-listing .listing-grid .product-box .box .image-wishlist .image{aspect-ratio:1;border-radius:12px;padding:10px}.product-listing .listing-grid .product-box .box .image-wishlist .image .img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.product-listing .listing-grid .product-box .box .image-wishlist .product-series,.product-listing .listing-grid .product-box .box .image-wishlist .add-cart,.product-listing .listing-grid .product-box .box .image-wishlist .add-cart.quantity-count,.product-listing .listing-grid .product-box .box .image-wishlist .outofstock{width:100%;min-width:0;min-height:0;margin-top:8px;display:block;position:static}.product-listing .listing-grid .product-box .box .image-wishlist .product-series .btn{width:100%;min-width:0;height:36px;font-size:13px;line-height:34px;font-weight:var(--font-weight-600);background-color:#fff;border-color:#e8ebf0;border-radius:10px;padding:0 10px;display:block}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .add{width:100%;height:36px;font-size:13px;line-height:36px;font-weight:var(--font-weight-600);border-radius:10px;justify-content:center;align-items:center;gap:2px;padding:0 12px;display:flex}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .add .material-symbols-rounded{font-size:20px;line-height:1}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block{border-radius:10px;width:100%;height:36px;min-height:36px}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action{visibility:visible;flex:1}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded{width:24px;height:24px;font-size:18px;line-height:24px;top:6px}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.remove{left:6px}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.add{right:6px}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .qty-control{width:100%;max-width:none;height:36px;font-size:14px;font-weight:var(--font-weight-600);padding:0 36px}.product-listing .listing-grid .product-box .box .image-wishlist .add-cart .quantity-block .quantity-count{display:none}.product-listing .listing-grid .product-box .box .image-wishlist .outofstock .outofLabel{text-align:center;border-radius:10px;height:36px;font-size:13px;line-height:34px;display:block}.product-listing .listing-grid .product-box .box .description{padding:10px 2px 2px}.product-listing .listing-grid .product-box .box .description .product .name{min-height:36px;font-size:13px;font-weight:var(--font-weight-500);color:#101828;margin-bottom:4px;line-height:18px}.product-listing .listing-grid .product-box .box .description .product .brand{color:var(--text-gray-color);margin-bottom:8px;font-size:12px}.product-listing .listing-grid .product-box .box .description .product .p_line{display:none}.product-listing .listing-grid .product-box .box .description .product .price{font-size:15px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px}.product-listing .listing-grid .product-box .box .description .product .price .actual{font-size:12px;font-weight:var(--font-weight-400)}.product-listing .listing-grid .product-box .box .description .product .save{color:#0f7a3d;font-size:11px;font-weight:var(--font-weight-700);letter-spacing:.02em;background:#e7f6ec;border-radius:6px;padding:2px 8px;display:inline-block}.product-listing .pagination-group .show-text{text-align:center;color:#667085;font-size:13px}.product-listing .section.white.padding.radius.shadow,.product-listing .section.accordion-section.radius.shadow{border:1px solid #e8ebf0;border-radius:16px;padding:20px 16px;box-shadow:none!important}.product-listing .section.white.padding.radius.shadow .head .h3,.product-listing .section.accordion-section.radius.shadow .head .h3{font-size:18px;font-weight:var(--font-weight-700);color:#101828}.off-canvas-filter.offcanvas.offcanvas-start{border-right:0;border-radius:20px 20px 0 0;width:100%;height:auto;max-height:90dvh;inset:auto 0 0;overflow:hidden;transform:translateY(100%)}.off-canvas-filter.offcanvas.offcanvas-start.showing,.off-canvas-filter.offcanvas.offcanvas-start.show:not(.hiding){transform:none}.off-canvas-filter.offcanvas.offcanvas-start .offcanvas-header:before{content:"";background-color:#d0d5dd;border-radius:999px;width:36px;height:4px;position:absolute;top:7px;left:calc(50% - 18px)}.off-canvas-filter.offcanvas.offcanvas-start .offcanvas-body .filter-body{max-height:calc(90dvh - 136px)}}@media (max-width:991px){.off-canvas-filter{-webkit-font-smoothing:antialiased}.off-canvas-filter .offcanvas-header{border-bottom:1px solid #e8ebf0;height:60px;padding:0 16px;position:relative}.off-canvas-filter .offcanvas-header .offcanvas-title{font-size:17px;line-height:1.2;font-weight:var(--font-weight-700);color:#101828;align-items:center;gap:8px;display:flex}.off-canvas-filter .offcanvas-header .offcanvas-title span{color:var(--system-primary-color);font-size:22px;line-height:1}.off-canvas-filter .offcanvas-header .btn-close{opacity:1;background-color:#f4f6f9;background-size:12px;border-radius:50%;width:36px;height:36px;margin:0 0 0 auto;padding:0}.off-canvas-filter .offcanvas-body .filter-body{min-height:0;max-height:calc(100dvh - 136px);padding:14px 16px 8px}.off-canvas-filter .offcanvas-body .selected-filters .label{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085}.off-canvas-filter .offcanvas-body .selected-filters .gap20{height:10px}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists{gap:8px;margin-bottom:6px}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item,.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item:not(:last-child){margin:0}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item .btn{height:32px;font-size:13px;line-height:1;font-weight:var(--font-weight-600);color:var(--text-primary-color);background-color:var(--system-primary-light-color);box-shadow:none;border-radius:999px;align-items:center;gap:4px;padding:0 8px 0 12px;display:inline-flex;border:0!important}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item .btn span{font-size:16px;line-height:1}.off-canvas-filter .offcanvas-body .selected-filters .filters-lists .item .btn:hover{font-weight:var(--font-weight-600);border-width:0}.off-canvas-filter .offcanvas-body .selected-filters+.gap20{height:4px}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-header button{font-size:15px;font-weight:var(--font-weight-700);color:#101828;-webkit-tap-highlight-color:#0000;padding:16px 0}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-header button:after{opacity:.55;background-size:14px;width:14px;height:14px}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-header button:not(.collapsed){color:var(--system-primary-color)}.off-canvas-filter .offcanvas-body .filter-accordion .filter-accordion-item .filter-accordion-body{padding:0 0 14px}.off-canvas-filter .offcanvas-body .filter-popup-search{margin-bottom:6px}.off-canvas-filter .offcanvas-body .filter-popup-search span{line-height:42px}.off-canvas-filter .offcanvas-body .filter-popup-search .search-control{color:#101828;background-color:#f4f6f9;border-color:#0000;border-radius:12px;height:42px;font-size:16px}.off-canvas-filter .offcanvas-body .filter-popup-search .search-control::placeholder{color:#667085;font-size:14px}.off-canvas-filter .offcanvas-body .filter-popup-search .search-control:focus{border-width:1px;border-color:var(--border-system-color);background-color:#fff}.off-canvas-filter .offcanvas-body .group-items-lists{max-height:320px;padding-right:0}.off-canvas-filter .offcanvas-body .group-items-lists .group-item-list{padding:0}.off-canvas-filter .offcanvas-body .group-items-lists .group-item-list+.group-item-list{border-top:1px solid #e8ebf0}.off-canvas-filter .offcanvas-body .group-items-lists .group-item{color:#101828;padding:12px 0;font-size:15px}.off-canvas-filter .offcanvas-body .group-items-lists .form-check{padding-left:0}.off-canvas-filter .offcanvas-body .group-items-lists .form-check .form-check-input{margin:0;position:absolute}.off-canvas-filter .offcanvas-body .group-items-lists .form-check .form-check-label{color:#101828;-webkit-tap-highlight-color:#0000;padding:12px 0 12px 34px;font-size:15px;line-height:20px;display:block}.off-canvas-filter .offcanvas-body .group-items-lists .form-check .form-check-input[type=checkbox]~.form-check-label:before{border:1.5px solid #c7ced4;border-radius:6px;width:20px;height:20px;transition:background-color .15s,border-color .15s;top:12px}.off-canvas-filter .offcanvas-body .group-items-lists .form-check .form-check-input[type=checkbox]~.form-check-label:after{top:18px;left:5px}.off-canvas-filter .offcanvas-body .group-items-lists .form-check .form-check-input[type=checkbox]:checked~.form-check-label{font-weight:var(--font-weight-600)}.off-canvas-filter .offcanvas-body .group-items-lists .form-check .form-check-input[type=checkbox]:checked~.form-check-label:before{border-color:var(--system-primary-color)}.off-canvas-filter .offcanvas-body .slider-range{padding-top:8px}.off-canvas-filter .offcanvas-body .filter-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));background-color:#fff;border-top:1px solid #e8ebf0;box-shadow:0 -4px 16px #1018280f}.off-canvas-filter .offcanvas-body .filter-footer>div{border-top:0;height:auto;padding:0}.off-canvas-filter .offcanvas-body .filter-footer .btn{height:50px;font-size:16px;font-weight:var(--font-weight-700);border-radius:14px}}@media (max-width:767px) and (prefers-reduced-motion:reduce){.product-listing .sub-category-group .sub-category-item:active .category-image{transform:none}}@media (max-width:767px){.category-landing .category-head .title{font-size:20px;font-weight:var(--font-weight-700);color:#101828;line-height:1.3}.category-landing .category-head .view-all-link{font-size:14px;font-weight:var(--font-weight-600)}.category-landing .head .h2,.category-landing .section .head .h2{text-align:left;font-size:20px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin-bottom:0;line-height:1.3}.category-landing .head{margin-bottom:14px}.category-landing .banner_section{border-radius:16px}.category-landing .tile-grid{margin-bottom:0}.category-landing .tile-grid .row{--bs-gutter-x:12px}.category-landing .tile-grid .row>[class*=col-]{flex:none;width:33.3333%}.category-landing .tile-grid .tile{margin-bottom:18px}.category-landing .tile-grid .tile-link{-webkit-tap-highlight-color:#0000}.category-landing .tile-grid .tile-link:active .tile-media{transform:scale(.96)}.category-landing .tile-grid .tile-link:hover .tile-name{color:#101828}.category-landing .tile-grid .tile-media{aspect-ratio:1;background-color:#f4f6f9;border-radius:50%;width:100%;min-width:0;height:auto;min-height:0;margin:0 0 8px;transition:transform .15s}.category-landing .tile-grid .tile-media:before,.category-landing .tile-grid .tile-media:after{display:none}.category-landing .tile-grid .tile-scrim{border-radius:inherit;width:100%;height:100%}.category-landing .tile-grid .tile-image{width:100%;min-width:0;height:100%;min-height:0}.category-landing .tile-grid .tile-name{-webkit-line-clamp:2;font-size:12.5px;font-weight:var(--font-weight-600);color:#101828;-webkit-box-orient:vertical;margin-bottom:0;line-height:1.3;display:-webkit-box;overflow:hidden}.category-landing .tile-grid.brand-tiles .tile-media{justify-content:center;align-items:center;width:100%;min-width:0;height:auto;min-height:0;display:flex}.category-landing .tile-grid.brand-tiles .tile-scrim{width:100%;height:100%}.category-landing .tile-grid.brand-tiles .tile-image{object-fit:contain;mix-blend-mode:multiply;width:72%;min-width:0;height:72%;min-height:0}.category-landing .tile-grid.brand-tiles .tile-name{font-size:12.5px;font-weight:var(--font-weight-500)}.category-landing .filter-trigger-bar{height:72px;padding:0 16px calc(env(safe-area-inset-bottom));border-top:1px solid #e8ebf0;box-shadow:0 -4px 16px #10182814}.category-landing .filter-trigger-bar li{width:100%}.category-landing .filter-trigger-bar .filter-trigger{-webkit-tap-highlight-color:#0000;border-radius:14px;width:100%;height:48px;transition:transform .15s}.category-landing .filter-trigger-bar .filter-trigger:active{transform:scale(.98)}.category-landing .filter-trigger-bar .material-symbols-rounded{font-size:22px}.category-landing .filter-trigger-bar .filter-trigger-label{font-size:15px;font-weight:var(--font-weight-700);margin-left:8px}.category-landing .filter-panel{overscroll-behavior:contain;opacity:1;border-radius:20px 20px 0 0;height:auto;max-height:88dvh;transition:transform .35s cubic-bezier(.32,.72,0,1),visibility 0s linear .35s;top:auto;bottom:0;overflow-y:auto;transform:translateY(100%)}.category-landing .filter-panel.is-open{transition:transform .35s cubic-bezier(.32,.72,0,1),visibility linear;top:auto;transform:translateY(0);box-shadow:0 0 0 100vmax #10182873}.category-landing .filter-head{z-index:2;background-color:#fff;border-bottom:1px solid #e8ebf0;flex-direction:row;justify-content:space-between;height:60px;padding:0 16px;position:sticky;top:0}.category-landing .filter-head:before{content:"";background-color:#d0d5dd;border-radius:999px;width:36px;height:4px;position:absolute;top:7px;left:calc(50% - 18px)}.category-landing .filter-head .filter-title .h3{font-weight:var(--font-weight-700);color:#101828;font-size:17px!important}.category-landing .filter-head .filter-close{color:#101828;background-color:#f4f6f9;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0}.category-landing .filter-head .filter-close span{margin-right:0;font-size:20px!important}.category-landing .filter-panel>.section-body{padding:4px 16px calc(24px + env(safe-area-inset-bottom))}.category-landing .filter-accordion{border-top:0}.category-landing .filter-accordion .filter-item{border-bottom:1px solid #e8ebf0;padding:0}.category-landing .filter-accordion .filter-summary{-webkit-tap-highlight-color:#0000;min-height:60px;padding:10px 0}.category-landing .filter-accordion .filter-thumb{background-color:#f4f6f9;border-radius:12px;flex-basis:40px;width:40px;height:40px;margin-right:12px}.category-landing .filter-accordion .filter-thumb:after{border-radius:12px}.category-landing .filter-accordion .filter-figure{width:40px;height:40px}.category-landing .filter-accordion .filter-name{width:auto;font-size:15px;font-weight:var(--font-weight-600);color:#101828;margin:0}.category-landing .filter-accordion .filter-chevron{color:#98a2b3;font-size:20px}.category-landing .filter-accordion .filter-item[open] .filter-name,.category-landing .filter-accordion .filter-item[open] .filter-chevron{color:var(--system-primary-color)}.category-landing .filter-accordion .filter-body{border-bottom:0;margin-top:0;padding:0 0 8px 52px}.category-landing .filter-accordion .type-item{margin:0}.category-landing .filter-accordion .type-item+.type-item{border-top:1px solid #e8ebf0}.category-landing .filter-accordion .type-link{color:#475467;padding:11px 0;font-size:14.5px}.category-landing .section.radius.overflowHidden.border.shadow{border-color:#e8ebf0;border-radius:16px;box-shadow:none!important}.category-landing .seo-accordion .seo-summary{color:#101828;padding:16px;font-size:17px}.category-landing .seo-accordion .seo-body{padding:0 16px 16px}.category-landing .seo-accordion .seo-body p{color:#475467;font-size:14px;line-height:1.65}}@media (max-width:767px) and (prefers-reduced-motion:reduce){.category-landing .filter-panel,.category-landing .filter-panel.is-open{transition:none}.category-landing .tile-grid .tile-link:active .tile-media{transform:none}}@media (max-width:991px){.product-series-page .section.white.radius.borderOverflowHidden.shadow{background:0 0;border-radius:0;overflow:visible;box-shadow:none!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;margin-bottom:12px;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr:hover td,.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.is-open td{background-color:#0000}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr td{color:#101828;font-size:14px;line-height:20px;border-bottom:1px solid #e8ebf0!important;padding:12px 14px!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr td:before{font-size:13px;font-weight:var(--font-weight-500);color:#667085;margin:0;position:static}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr td:last-child{border-bottom:0!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row){grid-template-columns:1fr 1fr;display:grid!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td{width:auto!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td[data-th]:not([data-th=Price]){flex-direction:column;align-items:flex-start;gap:2px;border-bottom:0!important;padding:10px 14px!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td[data-th]:not([data-th=Price]):before{max-width:none;font-size:11px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td[data-th]:not([data-th=Price]) .responsiveTableBlock{text-align:left;font-size:14px;font-weight:var(--font-weight-600);margin-left:0}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td.skuNumber+td{padding-top:14px!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td[data-th=Price]:not(.skuNumber){border-top:1px solid #e8ebf0;grid-column:1;align-items:center;margin-top:4px;display:flex;border-bottom:0!important;padding:12px 14px!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td[data-th=Price]:not(.skuNumber):before{display:none}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td[data-th=Price]:not(.skuNumber) .responsiveTableBlock{text-align:left;margin-left:0}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td.mobileTextStart{border-top:1px solid #e8ebf0;grid-column:2;align-items:center;margin-top:4px;display:flex;padding:10px 14px 10px 4px!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td.mobileTextStart>div,.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr:not(.series-detail-row) td.mobileTextStart>.variation-btn{width:100%}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody td.skuNumber{font-size:15px;font-weight:var(--font-weight-700);background:#f3f8ff;flex-direction:row;grid-column:1/-1;align-items:center;padding:10px 10px 10px 14px!important}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody td.skuNumber a{color:var(--text-primary-color)}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody td.skuNumber .open-btn{-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:50%;order:2;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;display:flex}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody td.skuNumber .open-btn span{width:auto;height:auto;color:var(--text-primary-color);font-size:20px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr.is-open td.skuNumber,.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr.variation-row.is-open td.skuNumber{background:var(--system-primary-light-color)}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price{align-items:center;gap:6px;margin:0;display:inline-flex}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price>div{flex-direction:column-reverse;line-height:1.2;display:inline-flex}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price span{display:inline-block}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price span.actual{font-size:17px;font-weight:var(--font-weight-700);color:#101828}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price span.cut{font-size:12px;font-weight:var(--font-weight-400);color:var(--text-gray-color)}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price .discount{color:#0f7a3d;width:auto;height:22px;font-size:11px;line-height:22px;font-weight:var(--font-weight-700);background:#e7f6ec;border:0;border-radius:6px;margin-left:0;padding:0 7px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .price .discount .per{color:inherit;line-height:22px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .add-button,.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .variation-btn{width:100%;min-width:0;height:42px;font-size:15px;line-height:42px;font-weight:var(--font-weight-600);border-radius:12px;justify-content:center;align-items:center;gap:2px;padding:0 10px;display:flex}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .add-button span,.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .variation-btn span{font-size:20px;line-height:1;left:0}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .quantity{width:100%}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .quantity .action{border-color:#e8ebf0;border-radius:12px;max-width:100%;min-height:42px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .quantity .action .qty-control{height:42px;font-weight:var(--font-weight-600);padding:0 34px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .quantity .action .controller{background-color:var(--system-primary-color)}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .quantity .action .controller.remove{left:7px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .quantity .action .controller.add{right:7px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody .out-of-stock .out-of-label{text-align:center;border-radius:12px;height:42px;padding:0 8px;font-size:13px;line-height:40px;display:block}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.tr_mgr.is-open{box-shadow:none;border-bottom:0;border-radius:16px 16px 0 0;margin-bottom:0}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.series-detail-row{border-top:0;border-radius:0 0 16px 16px}.product-series-page .mobileTableResponsive .seriesTable.responsiveTable tbody tr.series-detail-row td{border-bottom:0!important}.product-series-page .series-detail-row .detail-container{background-color:#f4f6f9;padding:14px!important}.product-series-page .series-detail-row .detail-container>.row{align-items:center;gap:14px 12px;margin:0;display:grid;grid-template-columns:100px minmax(0,1fr)!important}.product-series-page .series-detail-row .detail-container>.row>[class*=col-]{width:auto;margin:0;padding:0}.product-series-page .series-detail-row .detail-container>.row>[class*=col-]:first-child{grid-area:1/1}.product-series-page .series-detail-row .detail-container>.row>[class*=col-]:nth-child(2){display:contents}.product-series-page .series-detail-row .detail-container>.row>[class*=col-]:nth-child(2)>h3{grid-area:1/2}.product-series-page .series-detail-row .detail-container>.row>[class*=col-]:nth-child(2)>.gap30{display:none}.product-series-page .series-detail-row .detail-container>.row>[class*=col-]:nth-child(2)>.row{--bs-gutter-x:0;grid-area:2/1/auto/-1;margin:0}.product-series-page .series-detail-row .detail-container img{object-fit:contain;background-color:#fff;border-radius:12px;width:100px;height:100px;margin:0;padding:8px;display:block}.product-series-page .series-detail-row .detail-container .gap30{height:14px}.product-series-page .series-detail-row .detail-container .gap20{height:8px}.product-series-page .series-detail-row .detail-container h3.h2{font-size:16px;font-weight:var(--font-weight-700);margin-bottom:0;line-height:1.35}.product-series-page .series-detail-row .detail-container h3.h2 a{color:#101828}.product-series-page .series-detail-row .detail-container h4.h3{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:0}.product-series-page .series-detail-row .key-features-group{background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;grid-template-columns:1fr 1fr;margin-bottom:12px;padding:4px 0;display:grid}.product-series-page .series-detail-row .key-features-group .key-features-item{min-width:0;font-size:14px;font-weight:var(--font-weight-600);color:#101828;overflow-wrap:anywhere;flex-direction:column;align-items:flex-start;gap:2px;margin:0;padding:8px 12px;line-height:1.35;display:flex}.product-series-page .series-detail-row .key-features-group .key-features-item .key-item{font-size:11px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085}.product-series-page .series-detail-row .mobileShowPriceBox{margin:0}.product-series-page .series-detail-row .product-action{box-shadow:none;border:1px solid #e8ebf0;border-radius:16px;padding:16px!important}.product-series-page .series-detail-row .product-action .hr-gap20{border-color:#e8ebf0;margin-top:14px;margin-bottom:14px}.product-series-page .series-detail-row .product-action .product-price .final-price{font-size:14px;font-weight:var(--font-weight-600);color:#101828;margin-bottom:4px}.product-series-page .series-detail-row .product-action .product-price .final-price span{font-size:12px;font-weight:var(--font-weight-400);color:#667085}.product-series-page .series-detail-row .product-action .product-price .discounted-price{font-size:24px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px;line-height:1.2}.product-series-page .series-detail-row .product-action .product-price .discounted-price .gst{font-size:13px;font-weight:var(--font-weight-500);color:#667085}.product-series-page .series-detail-row .product-action .product-price .actual-price{color:var(--text-gray-color);font-size:13px}.product-series-page .series-detail-row .product-action .product-price .save{color:#0f7a3d;font-size:11px;line-height:22px;font-weight:var(--font-weight-700);background:#e7f6ec;border-radius:6px;padding:0 8px}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action{border-color:#e8ebf0;border-radius:14px;min-height:48px}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action .qty-control{height:48px;font-weight:var(--font-weight-600)}.product-series-page .series-detail-row .product-action .product-quantity .quantity .action .controller{background-color:var(--system-primary-color)}.product-series-page .series-detail-row .product-action .add-cart-shop{width:100%;height:50px;font-size:16px;font-weight:var(--font-weight-700);border-radius:14px}}@media (max-width:767px){:is(.product-series-page .section:has(>.series-details),.product-series-page .section:has(.seo-box)){border:1px solid #e8ebf0;border-radius:20px;padding:16px;box-shadow:none!important}.product-series-page .series-details .series-flex-column{position:relative}.product-series-page .series-details .series-image{object-fit:contain;width:100%;max-width:none;height:220px;max-height:none;margin:0 0 12px;padding:8px 0;display:block}.product-series-page .series-details .product-details{width:100%;position:static}.product-series-page .series-details .product-details .product-wrapper{align-items:flex-start;position:static}.product-series-page .series-details .product-details .product-wrapper .brand-wrapper{z-index:1;background-color:#fff;border:1px solid #e8ebf0;border-radius:10px;align-items:center;height:36px;margin:0;padding:4px 10px;display:flex;position:absolute;top:0;right:0;box-shadow:0 2px 8px #10182814}.product-series-page .series-details .product-details .product-wrapper .brand-wrapper .brand-logo{width:auto;max-height:24px}.product-series-page .series-details .product-details .product-wrapper .h2{font-size:19px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin-bottom:0;line-height:1.3}.product-series-page .series-details .product-details .hr-gap20{display:none}.product-series-page .series-details .product-details .price-wrapper{margin:14px 0 12px}.product-series-page .series-details .product-details .price-wrapper .product-key-item{font-size:13px;font-weight:var(--font-weight-500);color:#667085;background-color:#f3f8ff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.product-series-page .series-details .product-details .price-wrapper .product-key-item b,.product-series-page .series-details .product-details .price-wrapper .product-key-item strong,.product-series-page .series-details .product-details .price-wrapper .product-key-item span:not(.sr-only){font-size:18px;font-weight:var(--font-weight-700);color:var(--text-primary-color)}.product-series-page .series-details .product-details .product-items-wrapper{margin-bottom:-10px}.product-series-page .series-details .product-details .product-items-wrapper .row{--bs-gutter-x:10px}.product-series-page .series-details .product-details .product-items-wrapper .product-key-item{height:calc(100% - 10px);font-size:14px;font-weight:var(--font-weight-600);color:#101828;background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;margin-bottom:10px;padding:10px 12px;line-height:1.35}.product-series-page .series-details .product-details .product-items-wrapper .product-key-item span{font-size:10.5px;font-weight:var(--font-weight-600);letter-spacing:.05em;text-transform:uppercase;color:#667085;margin-bottom:3px;display:block}.product-series-page .seo-box .h2{font-size:18px;font-weight:var(--font-weight-700);color:#101828;line-height:1.3}.product-series-page .seo-box p{color:#475467;font-size:14px;line-height:1.65}}@media (max-width:991px){.product-detail .product-action .product-quantity{height:auto;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8ebf0;gap:10px;box-shadow:0 -4px 16px #10182814}.product-detail .product-action .product-quantity .quantity{flex:0 0 132px;width:132px}.product-detail .product-action .product-quantity .quantity .action{border-radius:14px;min-height:48px;border-color:#e8ebf0!important}.product-detail .product-action .product-quantity .quantity .action .qty-control{height:48px;font-weight:var(--font-weight-600);padding:0 40px;color:#101828!important}.product-detail .product-action .product-quantity .quantity .action .controller{background:var(--system-primary-color)!important}.product-detail .product-action .product-quantity .add-cart-shop{width:auto;height:48px;font-size:15px;font-weight:var(--font-weight-700);border-radius:14px;flex:auto}}@media (min-width:992px){.pdp_megnifier .frame-track,.product-gallery-modal .viewer-track{display:none}}@media (max-width:991px){.swipe-track{position:relative}.swipe-track .swipe-track-rail{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;display:flex;overflow:auto hidden}.swipe-track .swipe-track-rail::-webkit-scrollbar{display:none}.swipe-track .swipe-track-slide{aspect-ratio:1;scroll-snap-align:center;scroll-snap-stop:always;-webkit-tap-highlight-color:#0000;background-color:#fff;border:0;flex:0 0 100%;margin:0;padding:0;display:block;position:relative}.swipe-track .swipe-track-slide img{object-fit:contain}.swipe-track .swipe-track-count{color:#fff;font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.02em;font-variant-numeric:tabular-nums;pointer-events:none;background-color:#1018289e;border-radius:999px;padding:0 10px;line-height:24px;position:absolute;bottom:12px;right:12px}.product-detail .pdp_megnifier .frame:not(.is-empty),.product-detail .pdp_megnifier .frame-nav,.product-detail .pdp_megnifier .frame-hint{display:none}.product-detail .pdp_megnifier .frame.is-empty{aspect-ratio:1;border-radius:20px}.product-detail .pdp_megnifier .frame-track{border:1px solid #e8ebf0;border-radius:20px;overflow:hidden}.product-detail .pdp_megnifier .product-tag{z-index:2}}@media (max-width:991px) and (min-width:768px){.product-detail .pdp_megnifier .frame-track .swipe-track-slide{aspect-ratio:6/5}}@media (max-width:991px){.product-gallery-modal.modal .modal-dialog{max-width:none;height:100%;margin:0}.product-gallery-modal.modal .modal-content{border:0;border-radius:0;height:100%}.product-gallery-modal.modal .modal-header{border-bottom:1px solid #e8ebf0;padding:12px 16px}.product-gallery-modal.modal .modal-header .modal-title{-webkit-line-clamp:2;font-size:15px;font-weight:var(--font-weight-600);color:#101828;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.product-gallery-modal.modal .modal-body,.product-gallery-modal.modal .modal-body .row>*{padding:0}.product-gallery-modal.modal .viewer-still{display:none}.product-gallery-modal.modal .viewer-track .swipe-track-slide{aspect-ratio:auto;height:min(100vw,64vh)}.product-gallery-modal.modal .video-embed{aspect-ratio:16/9;border-radius:0;height:auto}.product-gallery-modal.modal .modal-body .gallery_description{padding:16px}.product-gallery-modal.modal .modal-body .gallery_description .pdp-title{display:none}.product-gallery-modal.modal .modal-body .gallery_description .gallery_block .label{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:10px}.product-gallery-modal.modal .modal-body .gallery_description .indicators{scrollbar-width:none;gap:8px;padding:2px;overflow-x:auto;flex-wrap:nowrap!important}.product-gallery-modal.modal .modal-body .gallery_description .indicators::-webkit-scrollbar{display:none}.product-gallery-modal.modal .modal-body .gallery_description .indicators .indicators_item{background-color:#f6f7f9;border:2px solid #0000;border-radius:12px;flex:0 0 64px;width:64px;height:64px;margin:0;padding:4px}.product-gallery-modal.modal .modal-body .gallery_description .indicators .indicators_item .indicators_image{mix-blend-mode:multiply}.product-gallery-modal.modal .modal-body .gallery_description .indicators .indicators_item.indicators_active{border-color:var(--system-primary-color)}}@media (max-width:767px){.product-detail .pdp-head .pdp-title{font-size:19px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin-bottom:12px;line-height:1.35}.product-detail .pdp-head .code-text-group{flex-flow:wrap;gap:6px}.product-detail .pdp-head .code-text{width:auto;font-size:12.5px;font-weight:var(--font-weight-500);color:#475467;background-color:#f4f6f9;border-radius:8px;margin:0;padding:4px 10px}.product-detail .pdp-head .code-text .brand{font-weight:var(--font-weight-600)}.product-detail .pdp-head .head-actions{gap:8px;margin-top:12px}.product-detail .pdp-head .head-action{-webkit-tap-highlight-color:#0000;background-color:#fff;border-color:#e8ebf0;width:40px;height:40px;margin:0;line-height:38px}.product-detail .pdp-head .head-action:not(:first-child){margin-left:0}.product-detail .pdp-head .head-action span{font-size:20px}.product-detail .pdp-head .head-action:first-child span{font-size:22px}.product-detail .pdp-head .head-action:active{background-color:#f4f6f9}}@media (max-width:767px) and (max-width:575px){.product-detail .pdp_megnifier .frame-track{border:0;border-radius:0;margin:0 -12px}}@media (max-width:767px){.product-detail .pdp_megnifier .strip-rail{margin-top:10px}.product-detail .pdp_megnifier .strip-rail .strip-arrow{display:none}.product-detail .pdp_megnifier .strip-rail .indicators{gap:8px;padding:2px}.product-detail .pdp_megnifier .strip-rail .indicators .indicators_item{background-color:#f6f7f9;border:2px solid #0000;border-radius:12px;flex:0 0 60px;width:60px;height:60px;margin:0;padding:4px}.product-detail .pdp_megnifier .strip-rail .indicators .indicators_item .indicators_image{mix-blend-mode:multiply}.product-detail .pdp_megnifier .strip-rail .indicators .indicators_item.indicators_active{border-color:var(--system-primary-color)}.product-detail .pdp_megnifier .strip-rail .indicators .indicators_item.video_library span{width:48px;height:48px;font-size:28px;line-height:48px}.product-detail .product-descriptions .gap-hr{border-color:#e8ebf0;margin:14px 0}.product-detail .product-descriptions .purchase-store{border:1px solid #e8ebf0;border-radius:14px;padding:8px 12px 8px 8px}.product-detail .product-descriptions .purchase-store .brand-logo{border-radius:10px;width:96px;height:44px}.product-detail .product-descriptions .purchase-store .store-redirect{font-size:14px}.product-detail .product-descriptions .purchase-store .store-redirect span{font-size:20px}.product-detail .product-descriptions .key-features .label{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:8px}.product-detail .product-descriptions .key-features .key-features-group{border:1px solid #e8ebf0;border-radius:12px;grid-template-columns:1fr 1fr;margin-bottom:10px;padding:4px 0;display:grid}.product-detail .product-descriptions .key-features .key-features-group .key-features-item{min-width:0;font-size:14px;font-weight:var(--font-weight-600);color:#101828;overflow-wrap:anywhere;flex-direction:column;gap:2px;margin:0;padding:8px 12px;line-height:1.35;display:flex}.product-detail .product-descriptions .key-features .key-features-group .key-features-item .key-item{font-size:11px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085}.product-detail .product-descriptions .key-features .see-all-description{font-size:14px;font-weight:var(--font-weight-600)}.product-detail .product-descriptions .social-sharing{gap:8px}.product-detail .product-descriptions .social-sharing .share-link{width:36px;height:36px;margin:0}.product-detail .product-descriptions .toolbuy-benefits{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;padding:16px;box-shadow:none!important}.product-detail .product-descriptions .toolbuy-benefits .label{font-size:16px;font-weight:var(--font-weight-700);color:#101828}.product-detail .product-descriptions .toolbuy-benefits .benefits-group{grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 0;display:grid}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item{background-color:#f4f6f9;border-radius:12px;width:auto;margin:0;padding:10px}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .icon{background-color:#fff;flex-basis:32px;width:32px;height:32px;margin-right:8px}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .icon span{color:var(--system-primary-color);font-size:18px;line-height:32px}.product-detail .product-descriptions .toolbuy-benefits .benefits-group .item .text{font-size:12.5px;font-weight:var(--font-weight-600);color:#101828;line-height:1.3}.product-detail .product-action{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;padding:16px;box-shadow:none!important}.product-detail .product-action .gap-hr{border-color:#e8ebf0;margin:12px 0}.product-detail .product-action .product-price .final-price{font-size:14px;font-weight:var(--font-weight-600);color:#101828;margin-bottom:4px}.product-detail .product-action .product-price .final-price span{font-size:12px;font-weight:var(--font-weight-400);color:#667085}.product-detail .product-action .product-price .discounted-price{font-size:26px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px;line-height:1.2}.product-detail .product-action .product-price .discounted-price .gst{font-size:13px;font-weight:var(--font-weight-500);color:#667085}.product-detail .product-action .product-price .actual-price{color:var(--text-gray-color);font-size:13px}.product-detail .product-action .product-price .save{color:#0f7a3d;font-size:11px;line-height:22px;font-weight:var(--font-weight-700);letter-spacing:.02em;text-transform:uppercase;background:#e7f6ec;border-radius:6px;margin-left:8px;padding:0 8px;display:inline-block}.product-detail .product-action .product-other-info{background-color:#f4f6f9;border-radius:12px;padding:4px 14px}.product-detail .product-action .product-other-info .item{font-size:13.5px;font-weight:var(--font-weight-600);color:#101828;justify-content:space-between;gap:12px;margin:0;padding:9px 0;display:flex}.product-detail .product-action .product-other-info .item+.item{border-top:1px solid #e8ebf0}.product-detail .product-action .product-other-info .item label{font-weight:var(--font-weight-500);color:#667085}.product-detail .product-action .product-action-link{-webkit-tap-highlight-color:#0000;min-height:48px}.product-detail .product-action .product-action-link .icon-indi{border-radius:10px;flex-basis:36px;width:36px;height:36px;line-height:36px}.product-detail .product-action .product-action-link .text{font-size:14px;font-weight:var(--font-weight-500)}.product-detail .product-action .product-action-link .icon-arrow{color:#98a2b3;font-size:20px}.product-detail .product-other-options .option-group{box-shadow:none;border:1px solid #e8ebf0;border-radius:16px;padding:14px 48px 14px 16px}.product-detail .product-other-options .option-group .label{font-size:14px;font-weight:var(--font-weight-700);margin-bottom:2px}.product-detail .product-other-options .option-group .text{color:#667085;font-size:13px}.product-detail .product-other-options .option-group .option-arrow{color:#98a2b3;width:32px;height:32px;font-size:24px;line-height:32px;top:calc(50% - 16px);right:12px}.product-detail .product-full-description .h2,.product-detail .product-full-description .h3,.product-detail .product-full-description h2,.product-detail .product-full-description h3{font-size:17px;font-weight:var(--font-weight-700);color:#101828;line-height:1.35}.product-detail .product-full-description .parah{color:#475467;font-size:14px;line-height:1.65}.product-detail .product-full-description .parah ul li{margin:0 0 6px;padding-left:16px;font-size:14px;line-height:1.6}.product-detail .product-full-description .parah ul li:before{background:var(--system-primary-color);width:5px;height:5px;top:9px}.product-detail .product-full-description .parah h3>br:first-child{display:none}.product-detail .product-full-description .parah h3{margin-top:18px}.product-detail .product-full-description .parah table{border-radius:12px;outline-color:#e8ebf0;overflow:hidden;width:100%!important}.product-detail .product-full-description .parah table td:has(>img){vertical-align:top;width:80px;padding-right:0}.product-detail .product-full-description .parah table td>img{object-fit:contain;mix-blend-mode:multiply;border-radius:8px;display:block}.product-detail .product-full-description .parah table tr{outline-color:#e8ebf0}.product-detail .product-full-description .parah table tr th,.product-detail .product-full-description .parah table tr td{color:#101828;background:#f9fafb;padding:12px 14px;font-size:13.5px}.product-detail .product-full-description .parah table tr:nth-child(2n) th,.product-detail .product-full-description .parah table tr:nth-child(2n) td{background-color:#fff}.product-detail .product-full-description .specifications-table{border-radius:12px;outline-color:#e8ebf0;overflow:hidden}.product-detail .product-full-description .specifications-table tr th,.product-detail .product-full-description .specifications-table tr td{border-color:#e8ebf0;padding:12px 14px}.product-detail .product-full-description .specifications-table tr th{font-size:13px;font-weight:var(--font-weight-500);color:#667085;background:0 0}.product-detail .product-full-description .specifications-table tr td{font-size:14px;font-weight:var(--font-weight-600);color:#101828}.product-detail .section.shadow,.product-detail .section.white.shadow{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;padding:16px;box-shadow:none!important}.product-detail .head .h2,.product-detail .section .head .h2{text-align:left;font-size:20px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;line-height:1.3}.product-detail .brand-category-group{margin-bottom:-8px}.product-detail .brand-category-group .brand-category-item{margin:0 8px 8px 0}.product-detail .brand-category-group .brand-category-item .brand-category-link{height:36px;font-size:13px;line-height:34px;font-weight:var(--font-weight-600);background-color:#fff;border-color:#e8ebf0;padding:0 14px}.product-detail .section-filters .tag-wrapper .icon{display:none!important}:is(.product-detail .section-filters .tag-wrapper .tags,.product-detail .section-filters .tag-wrapper:has(>.icon.prev) .tags,.product-detail .section-filters .tag-wrapper:has(>.icon.next) .tags){scrollbar-width:none;gap:8px;margin:0 -12px;padding:2px 12px 6px;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000)}.product-detail .section-filters .tag-wrapper .tags .tag{margin-right:0}.product-detail .section-filters .tag-wrapper .tags .tag .item{height:36px;font-size:13px;line-height:34px;font-weight:var(--font-weight-600);color:#344054;background-color:#fff;border:1px solid #e8ebf0;border-radius:999px;padding:0 16px}.product-detail .section-filters .tag-wrapper .tags .tag .item.active{color:var(--text-white-color);background-color:var(--system-primary-color);border-color:var(--system-primary-color);box-shadow:0 4px 10px #005ac140}.product-detail .related-rail.product-slider-wrapper{width:auto;margin:0 -12px}.product-detail .related-rail.product-slider-wrapper .product-slider{padding:0 6px;scroll-padding-inline:6px}.product-detail .related-rail.product-slider-wrapper .product-slider>.product{width:46%;padding:0 6px}.product-detail .related-rail .product-box{height:100%}.product-detail .related-rail .product-box .box{border:1px solid #e8ebf0;border-radius:16px;height:calc(100% - 12px);margin:4px 0 8px;padding:8px;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.product-detail .related-rail .product-box .box .image-wishlist .image{aspect-ratio:1;border-radius:12px;padding:10px}.product-detail .related-rail .product-box .box .image-wishlist .image .img{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.product-detail .related-rail .product-box .box .image-wishlist .product-series,.product-detail .related-rail .product-box .box .image-wishlist .add-cart,.product-detail .related-rail .product-box .box .image-wishlist .add-cart.quantity-count,.product-detail .related-rail .product-box .box .image-wishlist .outofstock{width:100%;min-width:0;min-height:0;margin-top:8px;display:block;position:static}.product-detail .related-rail .product-box .box .image-wishlist .product-series .btn,.product-detail .related-rail .product-box .box .image-wishlist .add-cart .add{width:100%;min-width:0;height:36px;font-size:13px;line-height:34px;font-weight:var(--font-weight-600);border-radius:10px;justify-content:center;align-items:center;gap:2px;padding:0 10px;display:flex}.product-detail .related-rail .product-box .box .image-wishlist .product-series .btn .material-symbols-rounded,.product-detail .related-rail .product-box .box .image-wishlist .add-cart .add .material-symbols-rounded{font-size:20px;line-height:1}.product-detail .related-rail .product-box .box .image-wishlist .product-series .btn{background-color:#fff;border-color:#e8ebf0}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block{border-radius:10px;width:100%;height:36px;min-height:36px}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action{visibility:visible;flex:1}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded{width:24px;height:24px;font-size:18px;line-height:24px;top:6px}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.remove{left:6px}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .material-symbols-rounded.add{right:6px}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-action .qty-control{width:100%;max-width:none;height:36px;font-size:14px;font-weight:var(--font-weight-600);padding:0 36px}.product-detail .related-rail .product-box .box .image-wishlist .add-cart .quantity-block .quantity-count{display:none}.product-detail .related-rail .product-box .box .image-wishlist .outofstock .outofLabel{text-align:center;border-radius:10px;height:36px;font-size:13px;line-height:34px;display:block}.product-detail .related-rail .product-box .box .description{padding:10px 2px 2px}.product-detail .related-rail .product-box .box .description .product .name{min-height:36px;font-size:13px;font-weight:var(--font-weight-500);color:#101828;margin-bottom:4px;line-height:18px}.product-detail .related-rail .product-box .box .description .product .brand{color:var(--text-gray-color);margin-bottom:8px;font-size:12px}.product-detail .related-rail .product-box .box .description .product .p_line{display:none}.product-detail .related-rail .product-box .box .description .product .price{font-size:15px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px}.product-detail .related-rail .product-box .box .description .product .price .actual{font-size:12px;font-weight:var(--font-weight-400)}.product-detail .related-rail .product-box .box .description .product .save{color:#0f7a3d;font-size:11px;line-height:22px;font-weight:var(--font-weight-700);letter-spacing:.02em;text-transform:uppercase;background:#e7f6ec;border-radius:6px;padding:0 8px;display:inline-block}.product-detail .related-rail-actions.homeActoionWrapper .actions{background:0 0;padding:4px 0}.product-detail .related-rail-actions.homeActoionWrapper .actions .icon{display:none!important}.product-detail .related-rail-actions.homeActoionWrapper .actions .action{margin:0}.product-detail .related-rail-actions.homeActoionWrapper .actions .action .dot{background-color:#d0d5dd;border-radius:999px;width:6px;height:6px;margin:0 3px;transition:width .2s,background-color .2s}.product-detail .related-rail-actions.homeActoionWrapper .actions .action .dot.active{background-color:var(--system-primary-color);width:18px}}@media (max-width:991px){.product-slider-wrapper .product-slider,.section-filters .tag-wrapper .tags,.mobileColumnSection,.product-listing .sub-category-group,.pdp_megnifier .strip-rail .indicators{overscroll-behavior-x:contain;overflow-y:hidden}}@media (max-width:767px){body:has(.cart-page .btnFixedBottom){padding-bottom:calc(100px + env(safe-area-inset-bottom))}body:has(.cart-page .btnFixedBottom) .install-app-bar{bottom:calc(100px + 12px + env(safe-area-inset-bottom))}.cart-page .cart-summary .head{margin-bottom:14px}.cart-page .cart-summary .head .title{font-size:22px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin-bottom:2px}.cart-page .cart-summary .head .title .count{font-size:15px;font-weight:var(--font-weight-500);color:#667085}.cart-page .cart-summary .head .text{color:#667085;margin-bottom:0;font-size:13px}.cart-page .cart-summary .head .text b{color:#101828}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;outline:none;margin-bottom:12px;transition:border-color .2s;position:relative;box-shadow:none!important}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr:has(.outstock){border-color:#fecdca}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td{min-height:0;font-size:14px;line-height:normal;border:none!important;padding:0 14px!important}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td:first-child{padding-top:14px!important}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .figure{border-radius:12px;flex:0 0 76px;width:76px;height:76px;margin-right:12px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .flex-fill{min-width:0}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .product-name{-webkit-line-clamp:2;font-size:14px;font-weight:var(--font-weight-600);color:#101828;-webkit-box-orient:vertical;margin-bottom:6px;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .details{color:#667085;margin-bottom:2px;font-size:12.5px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .details .strong{font-weight:var(--font-weight-500)}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .outstock{font-size:12px;font-weight:var(--font-weight-600);color:#b42318;background:#fef3f2;border-radius:6px;margin-top:6px;padding:3px 8px;display:inline-block}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive{padding-top:8px!important;padding-left:102px!important}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price p{margin:0}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price .final{font-size:15px;font-weight:var(--font-weight-700);color:#101828;order:-1}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price .cut{font-size:12.5px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price .discount{font-size:11px;line-height:22px;font-weight:var(--font-weight-700);letter-spacing:.02em;color:#0f7a3d;background:#e7f6ec;border-radius:6px;padding:0 8px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive{padding-top:12px!important;padding-bottom:12px!important}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .quantity-block{background-color:#fff;border-color:#e8ebf0;border-radius:12px;width:124px;max-width:none;height:40px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .quantity-block .btn-icon{width:32px;height:32px;color:var(--system-primary-color);-webkit-tap-highlight-color:#0000;border-radius:9px;line-height:32px;top:3px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .quantity-block .btn-icon.remove{left:3px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .quantity-block .btn-icon.add{right:3px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .quantity-block .btn-icon:active:not(:disabled){background-color:var(--system-primary-light-color)}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .quantity-block .qty-control{width:100%;max-width:none;height:38px;font-size:15px;font-weight:var(--font-weight-600);color:#101828;background:0 0;padding:0 38px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .remove-btn button{font-size:13px;font-weight:var(--font-weight-600);color:#b42318;-webkit-tap-highlight-color:#0000;border-radius:10px;margin-top:0;padding:8px 12px}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.quantityBlockResponsive .remove-btn button:active{background-color:#fef3f2}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice{background-color:#f4f6f9;border-radius:12px;grid-auto-columns:1fr;grid-auto-flow:column;margin:0 14px 14px;display:grid;width:auto!important;padding:10px 12px!important}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice hr{display:none}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price{text-align:left}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price .label{font-size:11px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price .value{font-size:14px;font-weight:var(--font-weight-600);color:#475467}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price:last-child{text-align:right}.cart-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price:last-child .value{font-size:15px;font-weight:var(--font-weight-700);color:#101828}.cart-page .cart-summary .body div#sticky{margin-top:4px}.cart-page .cart-summary .body .summary-brief{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;outline:none;flex-direction:column;margin-bottom:0;padding:16px 0;display:flex;box-shadow:none!important}.cart-page .cart-summary .body .summary-brief .spacing{padding:0 16px}.cart-page .cart-summary .body .summary-brief .hr-gap20{opacity:1;border-color:#e8ebf0;margin:14px 16px}.cart-page .cart-summary .body .summary-brief .order-paid-free{border-radius:12px;margin-bottom:12px;padding:8px 12px;font-size:13px}.cart-page .cart-summary .body .summary-brief .price-group{margin-bottom:10px;display:flex}.cart-page .cart-summary .body .summary-brief .price-group .label{font-size:14px;font-weight:var(--font-weight-500);color:#475467}.cart-page .cart-summary .body .summary-brief .price-group .value{font-size:14px;font-weight:var(--font-weight-600);color:#101828}.cart-page .cart-summary .body .summary-brief .price-group.is-saving .value,.cart-page .cart-summary .body .summary-brief .price-group .value.is-free{color:#0f7a3d}.cart-page .cart-summary .body .summary-brief .price-group .final-amount-text{font-size:16px;font-weight:var(--font-weight-700);color:#101828}.cart-page .cart-summary .body .summary-brief .price-group .grand-total{font-size:22px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828}.cart-page .cart-summary .body .summary-brief .note{background-color:#fffaeb;border:1px solid #fedf89;border-radius:12px;padding:12px}.cart-page .cart-summary .body .summary-brief .note .label{font-size:11.5px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#b54708;margin-bottom:4px}.cart-page .cart-summary .body .summary-brief .note .text{color:#475467;font-size:13px;line-height:1.55}.cart-page .cart-summary .body .summary-brief .apply-coupon .h5{font-size:16px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:0}.cart-page .cart-summary .body .summary-brief .apply-coupon>.gap20{height:12px}.cart-page .cart-summary .body .summary-brief .apply-coupon .apply-coupon-btn{flex-direction:row;align-items:stretch;gap:8px}.cart-page .cart-summary .body .summary-brief .apply-coupon .apply-coupon-btn>.gap20{display:none}.cart-page .cart-summary .body .summary-brief .apply-coupon .apply-coupon-btn .form-group{margin-bottom:0}.cart-page .cart-summary .body .summary-brief .apply-coupon .apply-coupon-btn .form-group.text-center{display:flex}.cart-page .cart-summary .body .summary-brief .apply-coupon .apply-coupon-btn .form-control{border-color:#e8ebf0;border-radius:12px}.cart-page .cart-summary .body .summary-brief .apply-coupon .apply-coupon-btn .btn{width:88px;height:auto;font-size:14px;line-height:normal;font-weight:var(--font-weight-700);border-radius:12px}.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing{height:auto;min-height:100px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8ebf0;flex-wrap:wrap;gap:8px;box-shadow:0 -4px 16px #10182814}.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing .checkout-bar-total{flex-basis:100%;justify-content:space-between;align-items:baseline;display:flex}.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing .checkout-bar-total .label{font-size:13px;font-weight:var(--font-weight-500);color:#667085}.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing .checkout-bar-total .value{font-size:18px;font-weight:var(--font-weight-700);color:#101828;line-height:1.2}.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing .btn,.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing button{min-width:0;height:48px;font-size:15px;font-weight:var(--font-weight-700);border-radius:14px;flex:100%;width:100%!important}.cart-page .cart-summary .body .summary-brief .btnFixedBottom.spacing [role=status]{font-size:12.5px;font-weight:var(--font-weight-600);color:#b42318;flex-basis:100%;order:-1;margin:0!important}.cart-page .cartEmpty .emptyCartCanvas{max-width:none;margin:8px 0 16px}.cart-page .cartEmpty .emptyCart{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;outline:none;padding:32px 20px;box-shadow:none!important}.cart-page .cartEmpty .emptyCart .cartIcon{background-color:var(--system-primary-light-color);border-radius:50%;width:72px;height:72px;margin-bottom:14px;font-size:36px;line-height:72px}.cart-page .cartEmpty .emptyCart .empty-cart-message{font-size:18px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:6px}.cart-page .cartEmpty .emptyCart p{color:#667085;font-size:14px}.cart-page .cartEmpty .emptyCart .btn{width:100%;height:48px;font-weight:var(--font-weight-700);border-radius:14px;margin-top:8px}body.modal-open .install-app-bar{display:none}:is(body:has(.modal.modalConfirm.show) .modal-backdrop.show,body:has(.modal.purchaseModal.show) .modal-backdrop.show){opacity:.45}.modal.modalConfirm,.modal.purchaseModal{padding:0!important}.modal.modalConfirm .modal-dialog,.modal.modalConfirm .modal-dialog.modal-dialog-centered,.modal.purchaseModal .modal-dialog,.modal.purchaseModal .modal-dialog.modal-dialog-centered{align-items:flex-end;width:100%;max-width:none;min-height:100%;margin:0}.modal.modalConfirm.fade .modal-dialog,.modal.purchaseModal.fade .modal-dialog{transition:transform .28s cubic-bezier(.32,.72,0,1);transform:translateY(100%)}.modal.modalConfirm.show .modal-dialog,.modal.purchaseModal.show .modal-dialog{transform:none}.modal.modalConfirm .modal-content,.modal.purchaseModal .modal-content{padding-bottom:env(safe-area-inset-bottom);background-color:#fff;border:0;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #10182829}.modal.modalConfirm .modal-content:before,.modal.purchaseModal .modal-content:before{content:"";background-color:#d0d5dd;border-radius:999px;width:40px;height:4px;margin:8px auto 0;display:block}.modal.modalConfirm .modal-header,.modal.purchaseModal .modal-header{border-bottom:0;align-items:center;padding:12px 16px 4px 20px}.modal.modalConfirm .modal-header .modal-title,.modal.purchaseModal .modal-header .modal-title{font-size:18px;font-weight:var(--font-weight-700);color:#101828;line-height:1.3}.modal.modalConfirm .modal-header .btn-close,.modal.purchaseModal .modal-header .btn-close{opacity:.7;background-color:#f4f6f9;background-size:10px;border-radius:50%;width:32px;height:32px;margin:0 0 0 auto;padding:0}.modal.modalConfirm .modal-body,.modal.purchaseModal .modal-body{color:#475467;padding:6px 20px 18px;font-size:14.5px;line-height:1.55}.modal.modalConfirm .modal-body strong,.modal.purchaseModal .modal-body strong{font-weight:var(--font-weight-600);color:#101828}.modal.modalConfirm .modal-footer,.modal.purchaseModal .modal-footer{border-top:0;flex-direction:column;align-items:stretch;gap:8px;padding:4px 16px 16px}.modal.modalConfirm .modal-footer>*,.modal.purchaseModal .modal-footer>*{margin:0}.modal.modalConfirm .modal-footer button,.modal.modalConfirm .modal-footer .btn,.modal.purchaseModal .modal-footer button,.modal.purchaseModal .modal-footer .btn{width:100%;min-width:0;height:48px;font-size:15px;line-height:normal;font-weight:var(--font-weight-700);border-radius:14px}.modal.modalConfirm .modal-footer .cancelBtn,.modal.purchaseModal .modal-footer .cancelBtn{color:#101828;background-color:#f4f6f9;border:0}.modal.modalConfirm .modal-footer .cancelBtn:hover,.modal.modalConfirm .modal-footer .cancelBtn:active,.modal.purchaseModal .modal-footer .cancelBtn:hover,.modal.purchaseModal .modal-footer .cancelBtn:active{color:#101828;background-color:#e9edf2}.cart-summary-offcanvas.offcanvas .offcanvas-header{flex-direction:column;align-items:stretch;padding:14px 16px 12px;display:flex;position:static}.cart-summary-offcanvas.offcanvas .offcanvas-header .btn-close{margin:0;top:14px}.cart-summary-offcanvas.offcanvas .offcanvas-header>div.d-flex:not(.canvasActions){order:-1;gap:8px;min-height:36px;padding-right:48px}.cart-summary-offcanvas.offcanvas .offcanvas-header>.gap20{display:none}.cart-summary-offcanvas.offcanvas .offcanvas-header .order-paid-free{background-color:var(--system-primary-light-color);border-radius:12px;margin:10px 0 0;padding:8px 12px;font-size:13px;line-height:20px}.cart-summary-offcanvas.offcanvas .offcanvas-header .order-paid-free .material-symbols-rounded{margin-right:8px;font-size:20px}.cart-summary-offcanvas.offcanvas .offcanvas-header .order-paid-free b{margin-left:4px}.cart-summary-offcanvas.offcanvas .offcanvas-header .canvasActions{z-index:2;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background-color:#fff;border-top:1px solid #e8ebf0;flex-wrap:nowrap;margin:0;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #10182814;gap:10px!important}.cart-summary-offcanvas.offcanvas .offcanvas-header .canvasActions .btn{text-align:center;min-width:0;height:48px;font-size:15px;line-height:1;font-weight:var(--font-weight-700);border-radius:14px;flex:1 1 0;justify-content:center;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.cart-summary-offcanvas.offcanvas .offcanvas-header .canvasActions .btn .material-symbols-rounded{margin:0;font-size:20px;line-height:1;position:static}.cart-summary-offcanvas.offcanvas .offcanvas-header .canvasActions .btn-secondary-bordered{color:#101828;border-color:#e8ebf0}.cart-summary-offcanvas.offcanvas .offcanvas-header .canvasActions .btn-secondary-bordered:active{background-color:#f4f6f9}.cart-summary-offcanvas.offcanvas:has(.canvasActions) .offcanvas-body{padding-bottom:calc(72px + 12px + env(safe-area-inset-bottom))}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item{padding:0 16px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item:hover{box-shadow:none}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item:hover .box{border-bottom-color:#e8ebf0}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item:last-child:hover .box{border-bottom-color:#0000}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .box{padding:16px 0}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .image,.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .image .img{width:72px;height:72px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .image{flex:0 0 72px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .image:hover img{opacity:1}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .image .img{object-fit:contain;border-radius:12px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box{min-width:0;padding-left:12px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .cart-product-name{margin-bottom:4px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .product{-webkit-line-clamp:2;font-size:14px;font-weight:var(--font-weight-600);color:#101828;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box:hover .cart-product-name .product{color:#101828}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .variations .variation{color:#667085;font-size:12.5px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .outstock{color:#b42318;background:#fef3f2;border-radius:6px;margin-top:6px;padding:3px 8px;font-size:12px;display:inline-block}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .gap15{height:12px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block{border-color:#e8ebf0;border-radius:10px;width:112px;max-width:none;height:36px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon{width:30px;height:30px;color:var(--system-primary-color);-webkit-tap-highlight-color:#0000;border:0;border-radius:8px;line-height:30px;top:2px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon.remove{left:2px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon.add{right:2px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon:hover{background-color:#0000}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon:active:not(:disabled){background-color:var(--system-primary-light-color)}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .btn-icon:disabled{opacity:.4}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .qty-control{width:100%;max-width:none;height:34px;font-size:15px;font-weight:var(--font-weight-600);color:#101828;appearance:textfield;background:0 0;padding:0 34px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .qty-control::-webkit-outer-spin-button{appearance:none;margin:0}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .quantity-block .qty-control::-webkit-inner-spin-button{appearance:none;margin:0}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .price{text-align:right}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .price .discounted{font-size:15px;font-weight:var(--font-weight-700);color:#101828;margin-right:0}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .price .actual{font-size:12.5px;line-height:18px;display:block}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline{margin-top:10px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline .btn-remove{font-size:13px;font-weight:var(--font-weight-600);color:#b42318;-webkit-tap-highlight-color:#0000;padding:4px 0}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline .btn-remove .material-symbols-rounded{font-size:17px}.cart-summary-offcanvas.offcanvas .offcanvas-body .list-items .item .cart-box .remove-inline .btn-remove:hover{color:#b42318}body:has(.cart-page.checkout-page .btnFixedBottom){padding-bottom:calc(72px + env(safe-area-inset-bottom))}body:has(.cart-page.checkout-page .btnFixedBottom) .install-app-bar{bottom:calc(72px + 12px + env(safe-area-inset-bottom))}body .header:has(.checkoutRightSide){background-color:var(--system-primary-color);height:56px;max-height:56px;padding-top:0}body .header:has(.checkoutRightSide) .sticky-header{height:56px;max-height:56px;padding:0}body .header:has(.checkoutRightSide) .container{max-width:100%;padding-inline:16px}body .header:has(.checkoutRightSide) .container>.row{flex-wrap:nowrap;align-items:center;height:56px;margin-inline:0}body .header:has(.checkoutRightSide) .container>.row>[class*=col-]{width:auto;padding-inline:0}body .header:has(.checkoutRightSide) .brandLogo.authBrandLogo{flex:none;justify-content:flex-start}body .header:has(.checkoutRightSide) .brandLogo.authBrandLogo .brand .brand-name{min-height:0}body .header:has(.checkoutRightSide) .brandLogo.authBrandLogo .brand img{width:120px;height:auto}body .header:has(.checkoutRightSide) .brandLogo+[class*=col-]{flex:auto;min-width:0}body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide{justify-content:flex-end;align-items:center;gap:4px;margin-top:0;display:flex}:is(body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide button,body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide p){color:var(--text-white-color);-webkit-tap-highlight-color:#0000;flex-direction:row;margin:0}:is(body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide button:hover,body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide p:hover){opacity:1}body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide p:not(.need){height:28px;font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.01em;white-space:nowrap;background-color:#ffffff24;border-radius:999px;order:-1;margin-right:4px;padding:0 10px 0 8px}body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide p:not(.need) span{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 20;margin:0 4px 0 0;font-size:15px}}@media (max-width:767px) and (max-width:399px){body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide p:not(.need){justify-content:center;width:32px;height:32px;padding:0;font-size:0}body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide p:not(.need) span{margin:0}}@media (max-width:767px){:is(body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .cart,body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .need){border-radius:50%;justify-content:center;width:40px;height:40px;padding:0;font-size:0;transition:background-color .15s;position:relative}:is(body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .cart:active,body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .need:active){background-color:#ffffff29}:is(body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .cart .icon,body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .need .icon){font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24;margin:0;font-size:24px;line-height:1}body .header:has(.checkoutRightSide) .sticky-header .checkoutRightSide .need .callneed{border-radius:50%;margin:0;font-size:0;position:absolute;inset:0}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer{background-color:var(--background-color-white-light);border-top:1px solid #e8ebf0;height:auto;padding:24px 0}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .container{padding-inline:16px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFooterFlex{text-align:center;flex-direction:column;align-items:stretch;gap:20px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex{flex-direction:column;align-self:stretch;align-items:stretch}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child{order:-1;gap:10px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .text-with-link{font-size:13px;font-weight:var(--font-weight-600);color:#101828;margin:0;line-height:18px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex{grid-template-columns:1fr 1fr;gap:8px;margin:0;display:grid}}@media (max-width:767px) and (max-width:399px){body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex{grid-template-columns:1fr}}@media (max-width:767px){body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex li{min-width:0;margin:0;padding:0}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex li:before{display:none}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex a{height:44px;font-size:13.5px;font-weight:var(--font-weight-600);color:#101828;white-space:nowrap;text-overflow:ellipsis;-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;padding:0 12px;line-height:42px;transition:background-color .15s;display:block;overflow:hidden}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex a:active{background-color:#f4f6f9}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex a:before{content:"call";vertical-align:-4px;color:var(--system-primary-color);margin-right:6px;font-family:Material Symbols Rounded;font-size:18px;font-weight:400;line-height:1;display:inline-block}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:last-child .authListFlex li:last-child a:before{content:"mail"}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child{gap:4px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .text-with-link{color:#667085;margin:0;font-size:12px;line-height:16px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .authListFlex{justify-content:center;margin:0}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .authListFlex li{margin:0;padding:0}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .authListFlex li:before{display:none}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .authListFlex li+li{margin-left:10px;padding-left:10px}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .authListFlex li+li:before{background:#667085;width:3px;height:3px;display:block;top:50%;transform:translateY(-50%)}body:has(.header :is(.checkoutRightSide,.authRightSide)) .footer.auth-footer .authFlex:first-child .authListFlex a{font-size:12px;font-weight:var(--font-weight-500);color:#475467;padding:6px 0;display:inline-block}@keyframes k-confirm-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.main-layout>.cart-page.checkout-page.place-order-page{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}.main-layout>.cart-page.checkout-page.place-order-page>.site-container>nav:has(>.breadcrumb){display:none}.main-layout>.cart-page.checkout-page.place-order-page>.site-container>.gap30{height:12px}.main-layout>.cart-page.checkout-page.place-order-page .section{background-color:#fff;border-radius:16px;box-shadow:none!important;border-color:#e8ebf0!important}.main-layout>.cart-page.checkout-page.place-order-page .section:has(>.order-heading){padding:32px 20px 24px;overflow:hidden}.main-layout>.cart-page.checkout-page.place-order-page .section:has(>.order-heading .icon.success){background-image:linear-gradient(#ecfdf3 0,#ecfdf300 140px)}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .icon{background-color:#d1fadf;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto;animation:.42s cubic-bezier(.2,.9,.3,1.2) both k-confirm-pop;display:flex;box-shadow:0 0 0 8px #d1fadf73}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .icon span{font-size:40px;line-height:1}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .icon.success{color:#079455}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .icon.failed{color:#d92d20;background-color:#fee4e2;box-shadow:0 0 0 8px #fee4e273}.main-layout>.cart-page.checkout-page.place-order-page .order-heading>.gap10:first-of-type{height:20px}.main-layout>.cart-page.checkout-page.place-order-page .order-heading h1{font-size:22px;font-weight:var(--font-weight-700);letter-spacing:-.01em;color:#101828;margin:0;line-height:1.3}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .order-text{color:#475467;background-color:#f4f6f9;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;display:inline-flex}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .order-text b{font-weight:var(--font-weight-700);letter-spacing:.02em;font-variant-numeric:tabular-nums;color:#101828}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .text{color:#475467;max-width:100%;font-size:14px;line-height:1.6}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .text b{font-weight:var(--font-weight-600);color:#101828;word-break:break-word}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .text[role=status]{text-align:left;color:#93370d;background-color:#fffaeb;border:1px solid #fedf89;border-radius:12px;padding:12px 14px}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .text[role=status] b{color:#7a2e0e}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .btn{height:48px;font-size:15px;font-weight:var(--font-weight-600);border-radius:12px;padding:0 24px;line-height:48px}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .order-actions{position:absolute;top:-18px;right:-8px}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .order-actions .btn-icon{-webkit-tap-highlight-color:#0000;background-color:#fff;border-color:#e8ebf0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;line-height:1;transition:background-color .15s;display:inline-flex}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .order-actions .btn-icon span{font-size:22px;line-height:1}.main-layout>.cart-page.checkout-page.place-order-page .order-heading .order-actions .btn-icon:active{background-color:#f4f6f9}.main-layout>.cart-page.checkout-page.place-order-page .place-order-block{gap:12px}.main-layout>.cart-page.checkout-page.place-order-page .place-order-block>.gap25{display:none}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block h2{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;border-bottom-color:#e8ebf0;margin:0;padding:14px 16px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info{padding:14px 16px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .gap20{height:14px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .details{color:#475467;font-size:14px;font-style:normal;line-height:1.55}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .details .label{font-size:11.5px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:4px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .details .order-date{font-size:15px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .details .order-date.is-placed{color:#101828}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .details .order-date.is-placed:before{background-color:#101828}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .details .payment-method{font-weight:var(--font-weight-600);color:#101828}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .summary{margin-bottom:8px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .summary .label{font-weight:var(--font-weight-500);color:#475467}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .summary .value{font-weight:var(--font-weight-600);color:#101828}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .summary.total{background-color:#f4f6f9;border-top-color:#e8ebf0;border-bottom:0;margin:12px -16px -14px;padding:14px 16px}.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .summary.total .label,.main-layout>.cart-page.checkout-page.place-order-page .order-details-block .order-info .summary.total .value{font-size:16px;font-weight:var(--font-weight-700);color:#101828}}@media (max-width:767px) and (prefers-reduced-motion:reduce){.main-layout>.cart-page.checkout-page.place-order-page .order-heading .icon{animation:none}}@media (max-width:767px){.cart-page.checkout-page .row>[class*=col-]>.gap30,.cart-page.checkout-page .checkout-steps-action .gap30{height:12px}.cart-page.checkout-page .cart-summary .body div#sticky{margin-top:12px}.cart-page.checkout-page .checkout-steps{box-shadow:none;border-color:#e8ebf0;border-radius:16px;transition:border-color .2s,box-shadow .2s}.cart-page.checkout-page .checkout-steps:has(>.step-head [aria-current=step]){border-color:var(--system-primary-color);box-shadow:0 0 0 3px var(--system-primary-light-color)}.cart-page.checkout-page .checkout-steps:has(>.step-head.is-disabled){background-color:#f4f6f9}.cart-page.checkout-page .checkout-steps .step-head{border-bottom-color:#e8ebf0;padding:14px 16px}.cart-page.checkout-page .checkout-steps .step-head .title{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;align-items:center;gap:10px;margin-bottom:0;line-height:1.3;display:flex}.cart-page.checkout-page .checkout-steps .step-head .title span{margin-right:0;font-size:24px;line-height:1}.cart-page.checkout-page .checkout-steps .step-head .title .number{width:26px;height:26px;font-size:13px;line-height:26px;font-weight:var(--font-weight-700);border-radius:50%;flex:0 0 26px}.cart-page.checkout-page .checkout-steps .step-head .btn{min-width:0;max-width:none;height:32px;font-size:13px;line-height:30px;font-weight:var(--font-weight-600);-webkit-tap-highlight-color:#0000;border-radius:999px;padding:0 14px;transition:background-color .15s}.cart-page.checkout-page .checkout-steps .step-head .btn:active{background-color:var(--system-primary-light-color)}.cart-page.checkout-page .checkout-steps .step-head.is-disabled{opacity:1;filter:none;border-bottom:0}.cart-page.checkout-page .checkout-steps .step-head.is-disabled .title{color:#667085}.cart-page.checkout-page .checkout-steps .step-head.is-disabled .title .number{color:#667085;background-color:#e4e7ec}.cart-page.checkout-page .checkout-steps .step-body.step-spacing{padding:16px}.cart-page.checkout-page .checkout-steps .step-body .ci-text{color:#475467;font-size:14px}.cart-page.checkout-page .checkout-steps .step-body .hr-gap20{opacity:1;border-color:#e8ebf0;margin:16px 0}.cart-page.checkout-page .checkout-steps .step-body .filled-address{color:#475467;background-color:#f4f6f9;border-radius:12px;margin-bottom:12px;padding:14px;font-size:13.5px;line-height:1.5}.cart-page.checkout-page .checkout-steps .step-body .filled-address .title{font-size:11.5px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:6px}.cart-page.checkout-page .checkout-steps .step-body .filled-address .my-2{margin:0!important}.cart-page.checkout-page .checkout-steps .step-body .filled-address p:first-child{font-size:14.5px;font-weight:var(--font-weight-600);color:#101828;margin-bottom:2px}.cart-page.checkout-page .checkout-steps .step-body .filled-address .gstval{font-weight:var(--font-weight-600)}.cart-page.checkout-page .checkout-steps .step-body .filled-address .gap10{height:12px}.cart-page.checkout-page .checkout-steps .step-body .filled-address .btn-link{width:100%;height:42px;font-size:14px;font-weight:var(--font-weight-600);color:var(--text-primary-color);-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:background-color .15s;display:flex}.cart-page.checkout-page .checkout-steps .step-body .filled-address .btn-link:active{background-color:var(--system-primary-light-color)}.cart-page.checkout-page .checkout-steps .step-body .filled-address .label-name{color:#667085;margin-bottom:0;font-size:13.5px}.cart-page.checkout-page .checkout-steps .step-body .filled-address .flex-wrap-btn{flex-direction:column;align-items:stretch;gap:8px}.cart-page.checkout-page .checkout-steps .step-body .filled-address .flex-wrap-btn .btn40{width:100%;height:44px;font-size:14px;line-height:42px;font-weight:var(--font-weight-600);border-radius:12px;margin:0}.cart-page.checkout-page .checkout-steps .step-body .filled-address .flex-wrap-btn .btn40.btn-primary{order:-1}.cart-page.checkout-page .checkout-steps .step-body.accountAddress>.form-group>.form-check{background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;min-height:48px;padding:14px;transition:border-color .2s,background-color .2s}.cart-page.checkout-page .checkout-steps .step-body.accountAddress>.form-group>.form-check .form-check-label{color:#101828;padding-left:32px;font-size:14px;line-height:1.4;display:block;position:relative}.cart-page.checkout-page .checkout-steps .step-body.accountAddress>.form-group>.form-check:has(.form-check-input:checked){border-color:var(--system-primary-color);background-color:var(--system-primary-light-color)}.cart-page.checkout-page .checkout-steps .step-body .address .label{font-size:11.5px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:14px}.cart-page.checkout-page .checkout-steps .step-body .cart-extend-lists{padding:14px 16px}.cart-page.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list:not(:last-child){margin-right:8px}.cart-page.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list .image,.cart-page.checkout-page .checkout-steps .step-body .cart-extend-lists .extend-list-group .extend-list .more-product{border-radius:10px}.cart-page.checkout-page .checkout-steps .step-body .cart-extend-lists .expand-actions{-webkit-tap-highlight-color:#0000;background-color:#f4f6f9;border-radius:50%;flex:0 0 36px;width:36px;height:36px;margin-left:10px;transition:background-color .15s}.cart-page.checkout-page .checkout-steps .step-body .cart-extend-lists .expand-actions:active{background-color:#e4e7ec}.cart-page.checkout-page .checkout-steps .step-body .cart-lists{border-top-color:#e8ebf0;padding:12px}.cart-page.checkout-page .checkout-steps .step-body .payment-options{gap:8px;padding:12px}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method{background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;transition:border-color .2s,background-color .2s}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method:not(:last-child){border-bottom:1px solid #e8ebf0}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method:has(.form-check-input:checked){border-color:var(--system-primary-color);background-color:var(--system-primary-light-color)}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method .payment-icon-list{padding-right:12px}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group{flex:auto;min-width:0}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method .form-group .form-checkbox label{color:#101828;-webkit-tap-highlight-color:#0000;padding-left:94px;padding-right:8px;font-size:14.5px;transition:background-color .15s}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method .icon-image{text-align:center;color:#475467;pointer-events:none;background-color:#f4f6f9;border-radius:8px;width:32px;height:32px;font-size:20px;line-height:32px;top:50%;left:50px;transform:translateY(-50%)}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method:has(.form-check-input:checked) .icon-image{color:var(--system-primary-color);background-color:#fff}.cart-page.checkout-page .checkout-steps .step-body .payment-options .payment-method .payment-img{flex:0 0 88px;width:88px}.cart-page.checkout-page .checkout-steps.is-complete .step-body.step-spacing{padding:14px 16px}.cart-page.checkout-page .bank-options.checkout-options{background-color:#f4f6f9;border-radius:12px;margin:0 12px 12px;padding:14px}.cart-page.checkout-page .bank-options.checkout-options .bank-details{gap:10px}.cart-page.checkout-page .bank-options.checkout-options .bank-details>div{justify-content:space-between;gap:12px}.cart-page.checkout-page .bank-options.checkout-options .bank-details>div .label{color:#667085;min-width:0;margin-right:0;font-size:12.5px}.cart-page.checkout-page .bank-options.checkout-options .bank-details>div .value{font-size:13.5px;font-weight:var(--font-weight-600);text-align:right;color:#101828}.cart-page.checkout-page .checkout-steps-action .btnFixedBottom{height:auto;min-height:72px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #e8ebf0;box-shadow:0 -4px 16px #10182814}.cart-page.checkout-page .checkout-steps-action .btnFixedBottom button,.cart-page.checkout-page .checkout-steps-action .btnFixedBottom .btn{min-width:0;height:48px;font-size:15px;line-height:normal;font-weight:var(--font-weight-700);border-radius:14px;width:100%!important}.cart-page.checkout-page .checkout-steps-action [role=status]{text-align:left;font-size:13px;font-weight:var(--font-weight-600);color:#b42318;background-color:#fef3f2;border:1px solid #fecdca;border-radius:12px;padding:10px 12px;margin-top:12px!important}.cart-page.checkout-page .form-floating>.form-control,.cart-page.checkout-page .form-floating>.form-select{border-radius:12px;font-size:16px}.cart-page.checkout-page .form-floating>.form-control:focus,.cart-page.checkout-page .form-floating>.form-select:focus{border-color:var(--system-primary-color);box-shadow:0 0 0 3px var(--system-primary-light-color)}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas){border-left:0;border-radius:20px 20px 0 0;width:100%;height:auto;max-height:92dvh;transition:transform .3s cubic-bezier(.32,.72,0,1);top:auto;left:0;right:0;transform:translateY(100%);box-shadow:0 -8px 32px #10182829}body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas.showing{transform:none}body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas.show:not(.hiding){transform:none}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas.showing{transform:none}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas.show:not(.hiding){transform:none}body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas:before{content:"";background-color:#d0d5dd;border-radius:999px;flex:none;width:40px;height:4px;margin:8px auto 0}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas:before{content:"";background-color:#d0d5dd;border-radius:999px;flex:none;width:40px;height:4px;margin:8px auto 0}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header){border-bottom-color:#e8ebf0;padding:10px 16px 12px 20px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header .offcanvas-title,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header .offcanvas-title){font-size:18px;font-weight:var(--font-weight-700);color:#101828}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header .offcanvas-title span,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header .offcanvas-title span){color:var(--system-primary-color);margin-right:8px;font-size:22px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header .btn-close,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-header .btn-close){opacity:.7;background-color:#f4f6f9;background-size:10px;border-radius:50%;width:32px;height:32px;margin:0 0 0 auto;padding:0}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body){overscroll-behavior:contain}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm){border-bottom:0;min-height:0;padding:16px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .gap20,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .gap20){height:20px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-control,body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-select,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-control,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-select){border-color:#e8ebf0;border-radius:12px;font-size:16px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-control:focus,body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-select:focus,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-control:focus,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-floating>.form-select:focus){border-color:var(--system-primary-color);box-shadow:0 0 0 3px var(--system-primary-light-color)}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-check-label,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .form-check-label){color:#101828;font-size:14px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .AddAddress,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .AddAddress){margin-bottom:2px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .subHeading-canvas,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .subHeading-canvas){font-size:11.5px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:0}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .btn_link,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .btn_link){background-color:var(--system-primary-light-color);height:34px;font-size:13.5px;font-weight:var(--font-weight-600);-webkit-tap-highlight-color:#0000;border-radius:999px;align-items:center;padding:0 12px 0 8px;transition:background-color .15s;display:inline-flex}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .btn_link span,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .btn_link span){margin-right:2px;font-size:20px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress){background-color:#fff;border:1px solid #e8ebf0;border-radius:14px;gap:12px;padding:14px;transition:border-color .2s,background-color .2s;position:relative;margin-top:10px!important}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress:has(.form-check-input:checked),body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress:has(.form-check-input:checked)){border-color:var(--system-primary-color);background-color:var(--system-primary-light-color)}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check){flex:auto;min-width:0;margin-bottom:0}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label){color:#475467;-webkit-tap-highlight-color:#0000;font-size:13.5px;line-height:1.5;display:block}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label .small,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label .small){font-weight:var(--font-weight-700);letter-spacing:.06em;color:#667085;margin-bottom:4px;font-size:11px!important}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label p,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label p){margin-bottom:0}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label .small+p,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .form-check-label .small+p){font-size:14.5px;font-weight:var(--font-weight-600);color:#101828;margin-bottom:2px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .editBtn,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .profileForm .padddingAddress .editBtn){z-index:1;height:32px;line-height:30px;font-weight:var(--font-weight-600);border-radius:999px;flex:none;align-self:flex-start;padding:0 14px;position:relative}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed){box-shadow:0 -4px 16px #10182814}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer){padding:12px 16px calc(12px + env(safe-area-inset-bottom));gap:10px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer>.gap30,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer>.gap30){display:none}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .form-group,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .form-group){margin-bottom:0}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .form-group:has(.btn-bordered),body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .form-group:has(.btn-bordered)){flex:0 0 34%!important}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .btn,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .btn){width:100%;min-width:0;max-width:none;height:48px;font-size:15px;line-height:normal;font-weight:var(--font-weight-700);border-radius:14px}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .btn-bordered,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .btn-bordered){color:#101828;background-color:#f4f6f9;border-color:#0000!important}:is(body:has(.checkout-page) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .btn-bordered:active,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .canvasFixed .offcanvas-footer .btn-bordered:active){background-color:#e9edf2}}@media (max-width:991px){.main-layout>.cart-page.checkout-page.place-order-page .bank-options.checkout-options{background-color:#f4f6f9;border-radius:12px;margin:0;padding:4px 14px}.main-layout>.cart-page.checkout-page.place-order-page .bank-options .bank-details{grid-template-columns:minmax(0,1fr);gap:0;display:grid}.main-layout>.cart-page.checkout-page.place-order-page .bank-options .bank-details>div{justify-content:space-between;align-items:baseline;gap:16px;padding:11px 0}.main-layout>.cart-page.checkout-page.place-order-page .bank-options .bank-details>div:not(:last-child){border-bottom:1px solid #e1e5eb}.main-layout>.cart-page.checkout-page.place-order-page .bank-options .bank-details>div .label{white-space:nowrap;color:#667085;flex:none;min-width:0;margin-right:0;font-size:12.5px}.main-layout>.cart-page.checkout-page.place-order-page .bank-options .bank-details>div .value{text-align:right;min-width:0;font-size:14px;font-weight:var(--font-weight-600);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;color:#101828;flex:auto}}@media (max-width:767px){body:has(.content-page){background-color:#f4f6f9}.content-page{padding-bottom:28px}.content-page .gap50{height:24px}.content-page .gap30{height:16px}.content-page .gap20{height:12px}.content-page .gap10{height:8px}.content-page .breadcrumb{scrollbar-width:none;white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;padding-top:12px;overflow-x:auto}.content-page .breadcrumb::-webkit-scrollbar{display:none}.content-page .breadcrumb .breadcrumb-item{font-size:12.5px}.content-page .breadcrumb .breadcrumb-item.active{color:#667085}.content-page .section .head{text-align:left}.content-page h1.h1,.content-page .section .head h1.h2,.content-page .policy-content>h1.h2{letter-spacing:-.01em;color:#101828;font-size:24px;font-weight:800;line-height:1.25}.content-page .section-body.bpadding{background-color:#fff;border-radius:16px;padding:18px 16px;border:1px solid #e8ebf0!important;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d!important}.content-page .policy-content{color:#475467}.content-page .policy-content p,.content-page .policy-content .text{font-size:14.5px;line-height:1.65}.content-page .policy-content .h2Heading{color:#101828;font-size:16px;font-weight:700;line-height:1.4}.content-page .policy-content a{color:var(--system-primary-color);font-weight:600}.content-page .policy-content ul li:before{background-color:var(--system-primary-color);top:9px}.content-page .contactPolicy{color:#475467;background-color:#f6f8fb;border-radius:14px;margin-top:20px;padding:16px;font-size:14px;line-height:1.6}.content-page .contactPolicy .compnayHeading{color:#101828}.content-page .contactPolicy address p:last-child{margin-bottom:0}.content-page.cp-faq .faqs-block .accordion-item,.content-page.cp-careers .faqs-block .accordion-item{background-color:#fff;border:1px solid #e8ebf0;border-radius:14px;margin-bottom:10px;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.content-page.cp-faq .faqs-block .accordion-item>.accordion-header,.content-page.cp-careers .faqs-block .accordion-item>.accordion-header{transition:background-color .15s}.content-page.cp-faq .faqs-block .accordion-item>.accordion-header:active,.content-page.cp-careers .faqs-block .accordion-item>.accordion-header:active{background-color:#eef1f5}.content-page.cp-faq .faqs-block .accordion-item>.accordion-header .accordion-button,.content-page.cp-careers .faqs-block .accordion-item>.accordion-header .accordion-button{color:#101828;gap:12px;padding:14px 14px 14px 16px;font-size:15px;font-weight:600;line-height:1.4}.content-page.cp-faq .faqs-block .accordion-item>.accordion-header .accordion-button:after,.content-page.cp-careers .faqs-block .accordion-item>.accordion-header .accordion-button:after{background-color:#f6f8fb;background-position:50%;background-size:12px;border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-left:auto}.content-page.cp-faq .faqs-block .accordion-item[open],.content-page.cp-careers .faqs-block .accordion-item[open]{border-color:#005ac147;box-shadow:0 4px 16px #005ac114}.content-page.cp-faq .faqs-block .accordion-item[open]>.accordion-header .accordion-button,.content-page.cp-careers .faqs-block .accordion-item[open]>.accordion-header .accordion-button{color:var(--system-primary-color)}.content-page.cp-faq .faqs-block .accordion-item[open]>.accordion-header .accordion-button:after,.content-page.cp-careers .faqs-block .accordion-item[open]>.accordion-header .accordion-button:after{background-color:var(--system-primary-light-color);background-image:var(--bs-accordion-btn-active-icon)}.content-page.cp-faq .faqs-block .accordion-item .accordion-body,.content-page.cp-careers .faqs-block .accordion-item .accordion-body{color:#475467;border-top:0;padding:0 16px 16px;font-size:14.5px;line-height:1.65}.content-page.cp-about .about-services .row{--bs-gutter-x:10px;--bs-gutter-y:10px}.content-page.cp-about .about-services .row>[class*=col-]{display:flex}.content-page.cp-about .about-items{background-color:#f6f8fb;border-radius:14px;width:100%;padding:16px 12px}.content-page.cp-about .about-items .icon{border:0;width:60px;height:60px;margin-bottom:10px;padding:0}.content-page.cp-about .about-items .icon i{background-color:#fff;background-size:32px;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.content-page.cp-about .about-items .h4{color:#101828;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.3}.content-page.cp-about .about-items p.text{color:#667085;font-size:12.5px;line-height:1.45}.content-page.cp-about .about-product-range{background:linear-gradient(135deg, var(--system-primary-light-color), #f5faff);border-radius:14px;padding:18px 16px}.content-page.cp-about .about-product-range .h3{color:#101828;font-size:17px;font-weight:700}.content-page.cp-policy .section .head{margin-bottom:12px}.content-page.cp-policy .policy-content .headingBullet,.content-page.cp-policy .policy-content .h2Heading{border-left:3px solid var(--system-primary-color);color:#101828;margin-top:6px;padding-left:10px;font-size:16px;font-weight:700;line-height:1.35}.content-page.cp-policy .policy-content>.headingBullet:first-child{color:#667085;background-color:#f6f8fb;border:0;border-radius:999px;margin:0 0 14px;padding:4px 12px;font-size:12px;font-weight:500;display:inline-block}.content-page.cp-policy .policy-content table{display:block;overflow-x:auto}.content-page.cp-careers #current-openings{color:#101828;font-size:18px;font-weight:700}.content-page.cp-careers .careers-openings .job-location{background-color:var(--system-primary-light-color);color:var(--system-primary-color);border-radius:999px;padding:4px 12px;font-size:12.5px;display:inline-flex}.content-page.cp-careers .careers-openings .job-location .label{font-weight:500}.content-page.cp-vendor .policy-content>ul{grid-template-columns:1fr 1fr;gap:8px;margin:4px 0 16px;padding:0;display:grid}.content-page.cp-vendor .policy-content>ul li{color:#101828;background-color:#f6f8fb;border-radius:12px;align-items:center;min-height:48px;margin:0;padding:10px 10px 10px 38px;font-size:13.5px;font-weight:600;line-height:1.3;display:flex}.content-page.cp-vendor .policy-content>ul li:before{content:"✓";text-align:center;color:#fff;width:18px;height:18px;font-size:11px;font-weight:700;line-height:18px;top:50%;left:12px;transform:translateY(-50%)}.content-page.cp-vendor .policy-content>p:last-child{background-color:var(--system-primary-light-color);color:#101828;border-radius:12px;margin-bottom:0;padding:14px}.content-page.cp-faq .section .head{margin-bottom:14px}.content-page.cp-faq .section .head p.text{color:#667085;margin:4px 0 0;font-size:14px}.content-page.cp-faq .section.radius.border.shadow{background-color:#fff;border-radius:16px;margin-top:16px;overflow:hidden;border:1px solid #e8ebf0!important;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d!important}.content-page.cp-faq .support-real-people h2{color:#101828;border-color:#e8ebf0;padding:14px 16px;font-size:16px;font-weight:700}.content-page.cp-faq .support-real-people .info .servic-items .item{transition:background-color .15s;position:relative}.content-page.cp-faq .support-real-people .info .servic-items .item a:after{content:"";position:absolute;inset:0}.content-page.cp-faq .support-real-people .info .servic-items .item:active{background-color:#eef1f5}.content-page.cp-faq .support-real-people .info .servic-items .item{gap:12px;padding:14px 16px}.content-page.cp-faq .support-real-people .info .servic-items .item:not(:last-child){border-bottom-color:#e8ebf0}.content-page.cp-faq .support-real-people .info .servic-items .item>.material-symbols-rounded{background-color:var(--system-primary-light-color);width:40px;height:40px;color:var(--system-primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:0;font-size:22px;display:flex}.content-page.cp-faq .support-real-people .info .servic-items .item .whatsapp{box-sizing:content-box;background-color:#e7f8ee;border-radius:50%;flex-shrink:0;margin-right:0;padding:8px}.content-page.cp-faq .support-real-people .info .servic-items .item p{min-width:0}.content-page.cp-faq .support-real-people .info .servic-items .item p span:first-child{color:#101828;overflow-wrap:anywhere;font-size:14px;font-weight:600}.content-page.cp-faq .support-real-people .info .servic-items .item p span+span{color:#667085;margin-top:2px;font-size:12.5px}.content-page.cp-contact .contactPage{background-color:#0000;padding:0}.content-page.cp-contact .contact-box{background-color:#fff;border-radius:16px;min-height:0;margin-bottom:12px;padding:18px 16px;border:1px solid #e8ebf0!important;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d!important}.content-page.cp-contact .contact-box .h2Heading{margin-bottom:12px}.content-page.cp-contact .contact-box address{margin-bottom:0}.content-page.cp-contact .contact-box>p:last-child{color:#667085;margin:12px 0 0;font-size:12.5px;line-height:1.5}.content-page.cp-contact .contact-box[aria-labelledby=talk-to-us-heading] address p{transition:background-color .15s;position:relative}.content-page.cp-contact .contact-box[aria-labelledby=talk-to-us-heading] address p a:after{content:"";position:absolute;inset:0}.content-page.cp-contact .contact-box[aria-labelledby=talk-to-us-heading] address p:active{background-color:#eef1f5}.content-page.cp-contact .contact-box[aria-labelledby=talk-to-us-heading] address p{color:#667085;background-color:#f6f8fb;border-radius:12px;flex-direction:column;align-items:flex-start;row-gap:2px;margin-bottom:8px;padding:12px 36px 12px 14px;font-size:13px;display:flex}.content-page.cp-contact .contact-box[aria-labelledby=talk-to-us-heading] address p a{overflow-wrap:anywhere;color:#101828;font-size:15px}.content-page.cp-contact .contact-box[aria-labelledby=talk-to-us-heading] address p:after{content:"";border-top:2px solid #98a2b3;border-right:2px solid #98a2b3;width:8px;height:8px;position:absolute;top:50%;right:16px;transform:translateY(-50%)rotate(45deg)}.content-page.cp-contact .socialBox .social-icon{justify-content:center;gap:12px;margin:0;padding:0;display:flex}.content-page.cp-contact .socialBox .social-icon li{margin:0;padding:0}.content-page.cp-contact .socialBox .social-icon a{background-color:#f6f8fb;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .12s;display:flex}.content-page.cp-contact .socialBox .social-icon a:active{transform:scale(.94)}.content-page.cp-contact .socialBox .social-icon a img{width:30px;height:30px}.content-page.track-order .track-section .auth-block{background-color:#fff;border-radius:16px;padding:22px 16px 20px;border:1px solid #e8ebf0!important;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d!important}.content-page.track-order .track-section .auth-block .auth-header:before{content:"";background:var(--system-primary-light-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23005ac1'%3E%3Cpath d='M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9 1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z'/%3E%3C/svg%3E") center/28px no-repeat;border-radius:50%;width:56px;height:56px;margin:0 auto 12px;display:block}.content-page.track-order .track-section .auth-block .auth-header .auth-header-title{letter-spacing:-.01em;color:#101828;font-size:22px;font-weight:800}.content-page.track-order .track-section .auth-block .form-floating>.form-control{border-radius:12px;font-size:16px}.content-page.track-order .track-section .auth-block .auth-body .auth-btn{border-radius:12px;height:50px;font-size:16px;font-weight:700}.content-page.track-order .track-section .auth-block .auth-body .auth-not-account a{font-weight:600}.content-page.track-order .track-status-section .track-card{border-color:#e8ebf0;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 2px 8px #1018280d}.content-page.track-order .track-status-section .track-card .head{padding:14px 16px;font-size:17px;font-weight:700;line-height:1.35}.content-page.track-order .track-status-section .track-card .flex-track .track-status,.content-page.track-order .track-status-section .track-card .order-boxes .order-box .track-status{padding:12px 16px}.content-page.track-order .track-status-section .track-card .track-pending{padding:14px 16px}.content-page.track-order .track-status-section .track-card .carrier-brand{border-radius:14px;width:64px;height:64px}.all-brands-page .breadcrumb,.all-categories-page .breadcrumb{scrollbar-width:none;white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;padding-top:12px;overflow-x:auto}.all-brands-page .breadcrumb::-webkit-scrollbar{display:none}.all-categories-page .breadcrumb::-webkit-scrollbar{display:none}.all-brands-page .breadcrumb .breadcrumb-item,.all-categories-page .breadcrumb .breadcrumb-item{font-size:12.5px}.all-brands-page .breadcrumb .breadcrumb-item.active,.all-categories-page .breadcrumb .breadcrumb-item.active{color:#667085}.all-brands-page>.gap20,.all-categories-page>.gap20{height:10px}.all-brands-page>.section>.head,.all-categories-page>.section>.head{text-align:left;margin-bottom:18px}.all-brands-page>.section>.head .h1,.all-categories-page>.section>.head .h1{letter-spacing:-.01em;color:#101828;margin-bottom:6px;font-size:24px;font-weight:800;line-height:1.25}.all-brands-page>.section>.head .text,.all-categories-page>.section>.head .text{color:#475467;margin-bottom:0;font-size:14px;line-height:1.55}.all-brands>.gap30{height:16px}.all-brands .alphabets-group{scroll-snap-type:x proximity;scrollbar-width:none;box-shadow:none;border:0;border-radius:0;flex-wrap:nowrap;justify-content:flex-start;gap:8px;margin:0;padding:2px 0 4px;overflow-x:auto}.all-brands .alphabets-group::-webkit-scrollbar{display:none}.all-brands .alphabets-group .alphabets-list{box-shadow:none;scroll-snap-align:start;border:0;border-radius:0;flex:none}.all-brands .alphabets-group .alphabets-list .alphabets,.all-brands .alphabets-group .alphabets-list .skeleton-alphabet{border-radius:999px;width:auto;min-width:40px;height:36px}.all-brands .alphabets-group .alphabets-list .alphabets{font-size:14px;font-weight:var(--font-weight-600);color:#475467;-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;padding:0 13px;transition:transform .15s,background-color .15s}.all-brands .alphabets-group .alphabets-list .alphabets:hover{color:#475467;background-color:#fff}.all-brands .alphabets-group .alphabets-list .alphabets:active{transform:scale(.94)}.all-brands .alphabets-group .alphabets-list .alphabets.active{border-color:var(--system-primary-color);background-color:var(--system-primary-color);color:#fff}.all-brands .row{--bs-gutter-x:10px;--bs-gutter-y:10px;margin-left:-5px;margin-right:-5px}.all-brands .row.mobileColumnSection{padding:0;overflow:visible;flex-wrap:wrap!important}.all-brands .row>[class*=col-]{max-width:50%;flex:0 0 50%!important;width:50%!important}.all-brands .brand-box{margin-bottom:10px}.all-brands .brand-box .box .brand-categories,.all-brands .brand-box .box:hover .brand-categories{margin:12px 0;padding:0 8px}.all-brands .brand-box .box .brand-categories .category:not(:last-child),.all-brands .brand-box .box:hover .brand-categories .category:not(:last-child){margin-right:4px}.all-brands .brand-box .box .brand-categories .category .category-item,.all-brands .brand-box .box:hover .brand-categories .category .category-item{border-radius:8px;width:26px;height:26px;padding:3px}.all-brands .brand-box .box .store-link,.all-brands .brand-box .box:hover .store-link{text-align:center;white-space:nowrap;text-overflow:ellipsis;height:36px;margin:auto 8px 8px;padding:0 8px;font-size:12.5px;line-height:36px;display:block;overflow:hidden}.all-brands .brand-box .box .store-link span.icon,.all-brands .brand-box .box:hover .store-link span.icon{display:none}.all-categories>.gap40{height:20px}.all-categories .section .section-body.bshadow.brounded{box-shadow:none;background-color:#0000;border:0;border-radius:0;padding:0}.all-categories .categories-items .lists-items{row-gap:14px;overflow:visible}.all-categories .categories-items .lists-items .list-item{border:0;width:33.3333%;padding:0 4px;right:0}.all-categories .categories-items .lists-items .list-item .category-item .item{text-align:center;-webkit-tap-highlight-color:#0000;background-color:#0000;flex-direction:column;padding:2px 0}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper{border-radius:50%;width:64px;height:64px;margin:0 auto 8px;transition:transform .15s,box-shadow .15s}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper:before{background-color:#f4f6f9;border-radius:50%}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper span.ol{border-radius:50%;width:100%;height:100%}.all-categories .categories-items .lists-items .list-item .category-item .item .image-wrapper .image{width:100%;height:100%}.all-categories .categories-items .lists-items .list-item .category-item .item .name{font-size:12.5px;font-weight:var(--font-weight-600);color:#101828;-webkit-line-clamp:2;line-clamp:2;line-height:1.3}.all-categories .categories-items .lists-items .list-item .category-item .item:hover{background-color:#0000}.all-categories .categories-items .lists-items .list-item .category-item .item:hover .name{color:#101828}.all-categories .categories-items .lists-items .list-item .category-item .item:active .image-wrapper{transform:scale(.95)}.all-categories .categories-items .lists-items .list-item .category-item .item.active{background-color:#0000}.all-categories .categories-items .lists-items .list-item .category-item .item.active .image-wrapper{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--system-primary-color)}.all-categories .categories-items .lists-items .list-item .category-item .item.active .name{font-weight:var(--font-weight-700);color:var(--system-primary-color)}.all-categories .categories-items .lists-items .view-all-categories,.all-categories .categories-items .lists-items .view-all-categories:last-child{border-top:0;margin:4px 0 0;top:0}.all-categories .categories-items .lists-items .view-all-categories .view-all-link,.all-categories .categories-items .lists-items .view-all-categories:last-child .view-all-link{-webkit-tap-highlight-color:#0000;background-color:#f4f6f9;border-radius:999px;height:44px;font-size:14px;line-height:44px}.all-categories .categories-items .lists-items .view-all-categories .view-all-link:hover,.all-categories .categories-items .lists-items .view-all-categories:last-child .view-all-link:hover{background-color:#f4f6f9}.all-categories .categories-items .lists-items .view-all-categories .view-all-link:active,.all-categories .categories-items .lists-items .view-all-categories:last-child .view-all-link:active{background-color:#eef1f5}.all-categories .categories-items .lists-items .view-all-categories .view-all-link span,.all-categories .categories-items .lists-items .view-all-categories:last-child .view-all-link span{font-size:20px;line-height:44px}.all-categories .categories-items .lists-items .view-all-categories .skeleton-view-all,.all-categories .categories-items .lists-items .view-all-categories:last-child .skeleton-view-all{border-radius:999px;height:44px}.all-categories .category-view .category-view-head{margin-bottom:12px}.all-categories .category-view .category-view-head .category-selected{border-bottom:0;padding-bottom:0}.all-categories .category-view .category-view-head .category-selected .image-wrapper{width:44px;height:44px;margin-right:12px}.all-categories .category-view .category-view-head .category-selected .image-wrapper span.ol,.all-categories .category-view .category-view-head .category-selected .image-wrapper .image{width:44px;height:44px}.all-categories .category-view .category-view-head .category-selected h2{margin:0}.all-categories .category-view .category-view-head .category-selected .name{letter-spacing:-.01em;color:#101828;font-size:19px;font-weight:800;line-height:1.3}.all-categories .category-view .category-view-body{margin-bottom:0}.all-categories .category-view .category-view-body .row{--bs-gutter-x:0;margin:0}.all-categories .category-view .category-view-body .category-box{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;margin-bottom:12px;overflow:hidden}.all-categories .category-view .category-view-body .category-box .title{margin:0;padding:14px 16px 6px}.all-categories .category-view .category-view-body .category-box .title .link{color:#101828;align-items:center;gap:4px;margin-bottom:0;font-size:15.5px;line-height:1.35;display:flex}.all-categories .category-view .category-view-body .category-box .title .link span{font-size:22px;line-height:1}.all-categories .category-view .category-view-body .category-box .lists{padding-bottom:4px}.all-categories .category-view .category-view-body .category-box .lists .list{margin-bottom:0}.all-categories .category-view .category-view-body .category-box .lists .list+.list:before{content:"";background-color:#e8ebf0;height:1px;position:absolute;top:0;left:60px;right:0}.all-categories .category-view .category-view-body .category-box .lists .list .item{-webkit-tap-highlight-color:#0000;min-height:50px;padding:9px 16px}.all-categories .category-view .category-view-body .category-box .lists .list .item:after{content:"";border-bottom:1.75px solid #98a2b3;border-right:1.75px solid #98a2b3;flex:none;width:8px;height:8px;transform:rotate(-45deg)}.all-categories .category-view .category-view-body .category-box .lists .list .item:active{background-color:#eef1f5}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper{width:32px;height:32px;margin-right:12px}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper:before{border-radius:8px}.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper span.ol,.all-categories .category-view .category-view-body .category-box .lists .list .item .image-wrapper .image{border-radius:8px;width:32px;height:32px}.all-categories .category-view .category-view-body .category-box .lists .list .item .name{color:#101828;flex:auto;min-width:0;padding-right:12px;font-size:14.5px;line-height:1.35}.all-categories .category-view .category-view-body .category-box .lists .list .item:hover .name{color:#101828}.all-categories .category-view .category-view-body .category-box .lists .list .link-btn{width:100%;min-height:46px;font-size:14px;font-weight:var(--font-weight-600);-webkit-tap-highlight-color:#0000;padding:0 16px}.all-categories .category-view .category-view-body .category-box .lists .list .link-btn:active{background-color:#eef1f5}.all-categories .category-view .category-view-body .category-box .lists .list .link-btn .material-symbols-rounded{font-size:20px}.all-categories .category-view .category-view-body .category-box .lists.row{--bs-gutter-x:0;margin:0}}@media (max-width:767px) and (prefers-reduced-motion:reduce){.all-brands .alphabets-group .alphabets-list .alphabets:active,.all-categories .categories-items .lists-items .list-item .category-item .item:active .image-wrapper{transform:none}}@media (max-width:991px){body:has(.account-section) .install-app-bar{bottom:calc(68px + 12px + env(safe-area-inset-bottom))}.account-section .page-body{padding-bottom:calc(68px + 24px + env(safe-area-inset-bottom))}.mobile-account-menu{height:auto;padding:10px 16px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);background:#fffffff0;border-top:1px solid #e8ebf0;box-shadow:0 -4px 16px #1018280f}.mobile-account-menu .item-account{background-color:var(--system-primary-color);border-radius:14px;width:100%;max-width:560px;box-shadow:0 4px 12px #005ac140}.mobile-account-menu .item{height:48px;font-size:15px;font-weight:var(--font-weight-700);-webkit-tap-highlight-color:#0000;border-radius:14px;gap:8px;transition:background-color .15s}.mobile-account-menu .item span{margin-right:0;font-size:22px}.mobile-account-menu .item:active{background-color:#0000001f}body:has(.account-section .account-menu.show){overflow:hidden}.account-section .account-tabs.account-menu{padding:0 16px calc(24px + env(safe-area-inset-bottom));box-shadow:none;overscroll-behavior:contain;background-color:#f4f6f9;margin:0;transition:transform .32s cubic-bezier(.32,.72,0,1)}.account-section .account-tabs.account-menu .mobile-side-text{z-index:1;background-color:#f4f6f9;gap:12px;margin:0 -16px;padding:16px 16px 14px;position:sticky;top:0}.account-section .account-tabs.account-menu .back-button{color:#101828;-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:50%;flex:none;order:2;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;padding:0;transition:background-color .15s}.account-section .account-tabs.account-menu .back-button span{font-size:20px}.account-section .account-tabs.account-menu .back-button:active{background-color:#e9edf2}.account-section .account-tabs.account-menu .welcome-text{min-width:0;padding-left:0}.account-section .account-tabs.account-menu .welcome-text .welcome{text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:2px;line-height:1.3;overflow:hidden}.account-section .account-tabs.account-menu .welcome-text .text{color:#667085;font-size:13px}.account-section .account-tabs.account-menu .hr-gap20{display:none}.account-section .account-tabs.account-menu .tabs{margin-top:4px}.account-section .account-tabs.account-menu .tabs .tab{background-color:#fff;border:1px solid #e8ebf0;border-top:0}.account-section .account-tabs.account-menu .tabs .tab:first-child{border-top:1px solid #e8ebf0;border-radius:16px 16px 0 0}.account-section .account-tabs.account-menu .tabs .tab:nth-last-child(2){border-radius:0 0 16px 16px}.account-section .account-tabs.account-menu .tabs .tab .link{border-radius:inherit;height:auto;min-height:56px;font-size:15px;font-weight:var(--font-weight-500);color:#101828;-webkit-tap-highlight-color:#0000;align-items:center;gap:12px;padding:0 16px 0 12px;line-height:1.3;transition:background-color .15s;display:flex}.account-section .account-tabs.account-menu .tabs .tab .link .icon{color:#475467;background-color:#f4f6f9;border-radius:10px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;margin-right:0;font-size:21px;line-height:1;display:inline-flex}.account-section .account-tabs.account-menu .tabs .tab .link:after{content:"";border:2px solid #98a2b3;border-width:0 2px 2px 0;flex:none;width:8px;height:8px;margin-left:auto;transform:rotate(-45deg)}.account-section .account-tabs.account-menu .tabs .tab .link:hover{color:#101828;background-color:#0000}.account-section .account-tabs.account-menu .tabs .tab .link:active{background-color:#f4f6f9}.account-section .account-tabs.account-menu .tabs .tab.active{background-color:#fff}.account-section .account-tabs.account-menu .tabs .tab.active .link{font-weight:var(--font-weight-600);color:var(--text-primary-color)}.account-section .account-tabs.account-menu .tabs .tab.active .link .icon{background-color:var(--system-primary-light-color);color:var(--system-primary-color)}.account-section .account-tabs.account-menu .tabs .tab.active .link:after{border-color:var(--system-primary-color)}.account-section .account-tabs.account-menu .tabs .tab.hr{border-top:1px solid #e8ebf0;border-radius:16px;margin-top:16px}.account-section .account-tabs.account-menu .tabs .tab.hr .link{color:#b42318;border-top:0}.account-section .account-tabs.account-menu .tabs .tab.hr .link .icon{color:#b42318;background-color:#fef3f2}.account-section .account-tabs.account-menu .tabs .tab.hr .link:after{display:none}.account-section .page-body .account-card .head{align-items:center;gap:12px;min-height:0;padding:14px 2px 12px}.account-section .page-body .account-card .head h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:20px;font-weight:var(--font-weight-700);color:#101828;margin:0;line-height:1.3;overflow:hidden}.account-section .page-body .account-card .head .link{height:34px;font-size:13.5px;font-weight:var(--font-weight-600);white-space:nowrap;-webkit-tap-highlight-color:#0000;background-color:var(--system-primary-light-color);color:var(--text-primary-color);border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;padding:0 12px 0 14px;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .head .link span{font-size:20px}.account-section .page-body .account-card .head .link:active{background-color:#d6e4f8}.account-section .page-body .account-card .head .btn{height:34px;font-size:13.5px;font-weight:var(--font-weight-600);white-space:nowrap;-webkit-tap-highlight-color:#0000;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;min-width:0;height:38px;padding:0 16px 0 12px;font-size:14px;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .head .btn span{font-size:20px}.account-section .page-body .account-card .account-setting{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.account-section .page-body .account-card .account-setting .profile-info{padding:14px 16px;line-height:1.4}.account-section .page-body .account-card .account-setting .profile-info.divider-bottom{border-bottom-color:#e8ebf0}.account-section .page-body .account-card .account-setting .profile-info label{font-size:12.5px;font-weight:var(--font-weight-500);color:#667085;align-items:center;gap:8px;margin-bottom:4px;line-height:1.4;display:flex}.account-section .page-body .account-card .account-setting .profile-info label .link-label{height:34px;font-size:13.5px;font-weight:var(--font-weight-600);white-space:nowrap;-webkit-tap-highlight-color:#0000;background-color:var(--system-primary-light-color);height:28px;color:var(--text-primary-color);border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;margin-left:auto;padding:0 12px;font-size:12.5px;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .account-setting .profile-info label .link-label .link-paren{display:none}.account-section .page-body .account-card .account-setting .profile-info label .link-label:hover{color:var(--text-primary-color)}.account-section .page-body .account-card .account-setting .profile-info label .link-label:active{background-color:#d6e4f8}.account-section .page-body .account-card .account-setting .profile-info p{min-height:0;font-size:15px;font-weight:var(--font-weight-600);color:#101828;overflow-wrap:anywhere;line-height:1.45}.account-section .page-body .account-card .account-setting .profile-info>.d-flex{gap:12px;align-items:flex-start!important}.account-section .page-body .account-card .account-setting .profile-info>.d-flex p{font-weight:var(--font-weight-500);color:#475467}.account-section .page-body .account-card .account-setting .profile-info>.d-flex .btn{height:34px;font-size:13.5px;font-weight:var(--font-weight-600);white-space:nowrap;-webkit-tap-highlight-color:#0000;color:#101828;background-color:#f4f6f9;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;min-width:0;height:32px;margin-top:2px;padding:0 12px;font-size:12.5px;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .account-setting .profile-info>.d-flex .btn:active{background-color:#e4e7ec}.account-section .page-body .account-card .account-address{box-shadow:none;background-color:#0000;border:0;border-radius:0}.account-section .page-body .account-card .account-address .address{background-color:#fff;border:1px solid #e8ebf0;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 0;margin-bottom:12px;padding:16px;line-height:normal;display:grid;position:relative;box-shadow:0 1px 2px #1018280d}.account-section .page-body .account-card .account-address .address:not(:last-child){border-bottom:1px solid #e8ebf0}.account-section .page-body .account-card .account-address .address:has(.default){border-color:var(--system-primary-color)}.account-section .page-body .account-card .account-address .address>.gap15{display:none}.account-section .page-body .account-card .account-address .address address{color:#475467;overflow-wrap:anywhere;grid-column:1/-1;padding-right:64px;font-size:14px;line-height:1.55}.account-section .page-body .account-card .account-address .address address:first-line{font-size:15px;font-weight:var(--font-weight-600);color:#101828}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column,.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit{border-top:1px solid #e8ebf0;flex-direction:row;grid-row:2;align-self:stretch;min-width:0;padding-top:12px;align-items:center!important}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column{flex-wrap:wrap;grid-column:1;gap:6px}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column>.gap25{display:none}.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit .btn-link:first-child{position:absolute;top:12px;right:12px}.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit{grid-column:2;justify-content:flex-end;gap:8px;padding-left:8px;position:static}.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit>[aria-hidden=true]{display:none}.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit .btn-link{height:34px;font-size:13.5px;font-weight:var(--font-weight-600);white-space:nowrap;-webkit-tap-highlight-color:#0000;color:#101828;background-color:#f4f6f9;border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 14px;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit .btn-link:active{background-color:#e4e7ec}.account-section .page-body .account-card .account-address .address .actions.mobile-action-edit .btn-link:last-child{color:#b42318;background-color:#fef3f2}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column .btn-link{min-height:34px;font-size:13.5px;font-weight:var(--font-weight-600);text-align:left;-webkit-tap-highlight-color:#0000;align-items:center;gap:4px;line-height:1.3;display:inline-flex}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column .btn-link span{margin-right:0;font-size:20px}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column .default{height:34px;font-size:13.5px;font-weight:var(--font-weight-600);white-space:nowrap;-webkit-tap-highlight-color:#0000;color:#067647;background-color:#ecfdf3;border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;height:30px;padding:0 12px 0 8px;font-size:12.5px;line-height:1;text-decoration:none;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .account-address .address .actions.mobile-action-column .default span{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20;margin-right:0;font-size:18px}.account-section .page-body .account-card .account-address p.address{text-align:center;color:#667085;padding:32px 16px;font-size:14px;display:block}.account-section .page-body .account-card .purchase-list .row{--bs-gutter-y:0}.account-section .page-body .account-card .purchase-list .list-box{text-align:left;-webkit-tap-highlight-color:#0000;background-color:#fff;border:1px solid #e8ebf0;border-radius:14px;grid-template-columns:52px minmax(0,1fr) auto;grid-template-areas:"pic name view""pic cover view";align-items:center;column-gap:12px;margin-bottom:10px;padding:12px 14px;line-height:1.35;transition:background-color .15s;display:grid;box-shadow:0 1px 2px #1018280d}.account-section .page-body .account-card .purchase-list .list-box:hover{box-shadow:0 1px 2px #1018280d}.account-section .page-body .account-card .purchase-list .list-box:active{background-color:#f4f6f9}.account-section .page-body .account-card .purchase-list .list-box .picture{border:1px solid #e8ebf0;border-radius:12px;grid-area:pic;width:52px;height:52px;margin:0}.account-section .page-body .account-card .purchase-list .list-box .name{text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:15px;font-weight:var(--font-weight-600);color:#101828;grid-area:name;align-self:end;margin-bottom:2px;overflow:hidden}.account-section .page-body .account-card .purchase-list .list-box .cover-title{text-align:left;color:#667085;grid-area:cover;align-self:start;margin-bottom:0;padding:0;font-size:12.5px}.account-section .page-body .account-card .purchase-list .list-box:not(:has(.cover-title)) .name{grid-row:1/span 2;align-self:center;margin-bottom:0}.account-section .page-body .account-card .purchase-list .list-box .view{grid-area:view;align-self:center;font-size:0;line-height:1;display:flex}.account-section .page-body .account-card .purchase-list .list-box .view span{color:#98a2b3;font-size:24px}.account-section .page-body .account-card .purchase-list .empty-list{color:#667085;background-color:#fff;border:1px dashed #d0d5dd;border-radius:16px;padding:40px 20px;font-size:14px;line-height:1.55}.account-section .page-body .account-card .purchase-list .empty-list .material-symbols-rounded{color:#d0d5dd;font-size:48px}.account-section .page-body .account-card .purchase-list .empty-list .btn{border-radius:12px;height:44px;padding:0 24px}.account-section .page-body .account-card .purchase-list .product-box .action.overlay{color:#b42318;-webkit-tap-highlight-color:#0000;background-color:#fffffff0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .15s;display:inline-flex;top:6px;right:6px;box-shadow:0 1px 4px #10182829}.account-section .page-body .account-card .purchase-list .product-box .action.overlay span{font-size:20px;line-height:1}.account-section .page-body .account-card .head:has(>.d-flex>.action){gap:10px}.account-section .page-body .account-card .head:has(>.d-flex>.action)>.d-flex{display:contents!important}.account-section .page-body .account-card .head:has(>.d-flex>.action) h2{flex:auto}.account-section .page-body .account-card .head:has(>.d-flex>.action) .action{color:#101828;-webkit-tap-highlight-color:#0000;background-color:#f4f6f9;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;margin-left:0;transition:background-color .15s;display:inline-flex}.account-section .page-body .account-card .head:has(>.d-flex>.action) .action span{font-size:22px;line-height:1}.account-section .page-body .account-card .head:has(>.d-flex>.action) .action:first-child{order:-1}.account-section .page-body .account-card .head:has(>.d-flex>.action) .action:last-child{color:#b42318;background-color:#fef3f2}.account-section .page-body .account-card .head:has(>.d-flex>.action) .action:hover{color:inherit}.account-section .pagination-group .go-next .go-control{font-size:16px}.account-section .page-body .place-order-page>.gap30{height:12px}.account-section .page-body .place-order-page>.section,.account-section .page-body .place-order-page>.section.padding,.account-section .page-body .place-order-page .place-order-block>.section,.account-section .page-body .place-order-page .checkout-steps,.account-section .page-body .place-order-page .track-order .track-status-section .track-card{background-color:#fff;border-radius:16px;overflow:hidden;border:1px solid #e8ebf0!important;box-shadow:0 1px 2px #1018280d!important}.account-section .page-body .place-order-page>.section.padding{padding:16px}.account-section .page-body .place-order-page .order-actions .btn-icon{-webkit-tap-highlight-color:#0000;background-color:#fff;border-color:#e8ebf0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;line-height:1;transition:background-color .15s;display:inline-flex}.account-section .page-body .place-order-page .order-actions .btn-icon span{font-size:22px;line-height:1}.account-section .page-body .place-order-page .order-actions .btn-icon:active{background-color:#f4f6f9}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice){gap:8px}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item{background-color:#f4f6f9;border-color:#e8ebf0;border-radius:12px;padding:12px}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item label{font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085;margin-bottom:4px;font-size:11.5px}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item>span{font-size:15px;font-weight:var(--font-weight-700);line-height:1.35}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item>span:not(.status){color:#101828}}@media (max-width:991px) and (min-width:576px){.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice){grid-template-columns:repeat(3,minmax(0,1fr))}.account-section .page-body .place-order-page .order-summary:not(.order-summary-invoice) .summary-item:first-child{grid-column:auto}}@media (max-width:991px){.account-section .page-body .place-order-page .order-summary-invoice h4{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;margin-bottom:12px}.account-section .page-body .place-order-page .order-summary-invoice .summary-item{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;display:grid}.account-section .page-body .place-order-page .order-summary-invoice .invoice-item{background-color:#f4f6f9;border:1px solid #e8ebf0;border-radius:12px;flex:none;max-width:none;margin:0;padding:12px 14px;box-shadow:none!important}.account-section .page-body .place-order-page .order-summary-invoice .invoice-item .invoice{font-size:14px;font-weight:var(--font-weight-600);text-transform:none}.account-section .page-body .place-order-page .order-summary-invoice .invoice-item .invoice span{margin-right:6px;font-size:20px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .head{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;border-bottom-color:#e8ebf0;align-items:center;gap:10px;padding:14px 16px;line-height:1.3;display:flex}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .head:before{content:"local_shipping";color:var(--system-primary-color);flex:none;font-family:Material Symbols Rounded;font-size:22px;font-weight:400;line-height:1}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .track-pending{padding:14px 16px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .track-pending p{color:#667085;font-size:14px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes{background-color:#fff}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;padding:16px;display:grid}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box:not(:last-child){border-bottom-color:#e8ebf0}}@media (max-width:991px) and (min-width:576px){.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991px){.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status{min-width:0;text-align:left!important;border:0!important;flex:none!important;max-width:none!important;padding:0!important}:is(.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status:first-child,.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status:last-child:has(.btn)){grid-column:1/-1}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status .track-label{font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085;margin-bottom:2px;font-size:11.5px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status p{font-size:14px;font-weight:var(--font-weight-600);color:#101828;overflow-wrap:anywhere;line-height:1.4}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status p.track-scan{font-size:12.5px;font-weight:var(--font-weight-400);color:#667085;margin-top:2px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status .invoice{font-size:14px;font-weight:var(--font-weight-600);text-transform:none}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status .invoice span{font-size:20px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status .btn{width:100%;height:44px;font-size:14px;line-height:normal;font-weight:var(--font-weight-600);color:#101828;-webkit-tap-highlight-color:#0000;background-color:#f4f6f9;border:1px solid #e8ebf0;border-radius:12px;justify-content:center;align-items:center;padding:0 16px;transition:background-color .15s;display:flex}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status .btn:hover{color:#101828;border-color:#e8ebf0}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-status .btn:active{background-color:#e4e7ec}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .carrier-brand{border-radius:10px;justify-content:center;align-items:center;width:auto;min-width:44px;height:40px;padding:0 14px;display:inline-flex}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .carrier-brand img{width:auto;height:auto;max-height:28px}.account-section .page-body .place-order-page .track-order .track-status-section .track-card .order-boxes .order-box .track-company-name{max-width:none;height:auto;font-size:13.5px;font-weight:var(--font-weight-600)}.account-section .page-body .place-order-page .place-order-block{gap:12px}.account-section .page-body .place-order-page .place-order-block>.gap25{display:none}}@media (max-width:991px) and (min-width:576px){.account-section .page-body .place-order-page .place-order-block{grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important}.account-section .page-body .place-order-page .place-order-block>.section:nth-of-type(3){grid-column:1/-1}}@media (max-width:991px){.account-section .page-body .place-order-page .order-details-block h2{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;border-bottom-color:#e8ebf0;margin:0;padding:14px 16px;line-height:1.3}.account-section .page-body .place-order-page .order-details-block .order-info{padding:14px 16px}.account-section .page-body .place-order-page .order-details-block .order-info .gap20{height:14px}.account-section .page-body .place-order-page .order-details-block .order-info .details{color:#475467;margin-bottom:0;font-size:14px;line-height:1.55}.account-section .page-body .place-order-page .order-details-block .order-info .details .label{font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085;margin-bottom:4px;font-size:11.5px}.account-section .page-body .place-order-page .order-details-block .order-info .details .order-date,.account-section .page-body .place-order-page .order-details-block .order-info .details .payment-method{font-size:14px;font-weight:var(--font-weight-600);color:#101828}.account-section .page-body .place-order-page .order-details-block .order-info .details .order-date:before,.account-section .page-body .place-order-page .order-details-block .order-info .details .payment-method:before{vertical-align:1px;width:8px;height:8px;margin-right:8px}.account-section .page-body .place-order-page .order-details-block .order-info .details .order-date{color:var(--text-lima-color)}.account-section .page-body .place-order-page .order-details-block .order-info .summary{margin-bottom:8px}.account-section .page-body .place-order-page .order-details-block .order-info .summary .label{font-size:14px;font-weight:var(--font-weight-500);color:#475467}.account-section .page-body .place-order-page .order-details-block .order-info .summary .label span:not(.gstval){font-weight:var(--font-weight-400);color:#667085}.account-section .page-body .place-order-page .order-details-block .order-info .summary .value{font-size:14px;font-weight:var(--font-weight-600);color:#101828}.account-section .page-body .place-order-page .order-details-block .order-info .summary.total{background-color:#f4f6f9;border-top-color:#e8ebf0;border-bottom:0;margin:12px -16px -14px;padding:14px 16px}.account-section .page-body .place-order-page .order-details-block .order-info .summary.total .label,.account-section .page-body .place-order-page .order-details-block .order-info .summary.total .value{font-size:16px;font-weight:var(--font-weight-700);color:#101828}.account-section .page-body .place-order-page .bank-options .bank-details{grid-template-columns:minmax(0,1fr);gap:10px}.account-section .page-body .place-order-page .bank-options .bank-details>div{justify-content:space-between;gap:12px}.account-section .page-body .place-order-page .bank-options .bank-details>div:not(:last-child){border-bottom:1px solid #e8ebf0;padding-bottom:10px}.account-section .page-body .place-order-page .bank-options .bank-details>div .label{color:#667085;font-size:12.5px}.account-section .page-body .place-order-page .bank-options .bank-details>div .value{text-align:right;font-weight:var(--font-weight-600);color:#101828}.account-section .page-body .place-order-page .checkout-steps .step-head{border-bottom:1px solid #e8ebf0;gap:12px;padding:14px 16px}.account-section .page-body .place-order-page .checkout-steps .step-head .title{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;margin:0;line-height:1.3}.account-section .page-body .place-order-page .checkout-steps .step-head .form-select{border-color:#e8ebf0;border-radius:10px;width:auto;height:36px;padding-top:0;padding-bottom:0;font-size:16px}.account-section .page-body .place-order-page .checkout-steps .step-body{padding:0}.account-section .page-body .place-order-page .checkout-steps .cart-extend-lists{display:none}.account-section .page-body .place-order-page .cart-lists{border-top:0;padding:12px}.account-section .page-body .place-order-page .cart-lists .table-responsive{overflow:visible}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable{margin:0;display:block}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable>tbody{display:block}}@media (max-width:991px) and (min-width:576px){.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable>tbody{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}}@media (max-width:991px){.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr{height:auto;box-shadow:none;background-color:#fff;border:1px solid #e8ebf0;border-radius:14px;flex-wrap:wrap;align-content:flex-start;align-items:center;margin:0 0 12px;padding:14px 0;display:flex;overflow:hidden}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr:last-child{margin-bottom:0}}@media (max-width:991px) and (min-width:576px){.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr{margin:0}}@media (max-width:991px){.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td{text-align:left;background-color:#0000;flex:100%;min-height:0;font-size:14px;line-height:1.4;border:0!important;width:auto!important;padding:0 14px!important}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td:before{display:none}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info>.d-flex{gap:12px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info>.d-flex>a{flex:none}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .figure{object-fit:contain;background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;flex:0 0 72px;width:72px;height:72px;margin-right:0;padding:4px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .flex-fill{min-width:0}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .product-name{-webkit-line-clamp:2;font-size:14px;font-weight:var(--font-weight-600);color:#101828;-webkit-box-orient:vertical;margin-bottom:4px;line-height:1.35;display:-webkit-box;overflow:hidden}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .details{color:#667085;margin-bottom:0;font-size:12.5px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr .product-info .details .strong{font-weight:var(--font-weight-500)}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive{margin-top:10px;padding-left:98px!important}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price{flex-wrap:wrap;align-items:center;gap:4px 8px;display:flex}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price p{margin:0}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price .final{font-size:15px;font-weight:var(--font-weight-700);color:#101828;order:-1}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price .cut{color:#667085;font-size:12.5px;text-decoration:line-through}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.priceResponsive .price .discount{font-size:11px;line-height:22px;font-weight:var(--font-weight-700);letter-spacing:.02em;color:#0f7a3d;background:#e7f6ec;border-radius:6px;padding:0 8px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.ordersummaryQty,.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell{height:26px;font-size:12.5px;font-weight:var(--font-weight-600);white-space:nowrap;border-radius:999px;flex:none;justify-content:flex-start;align-items:center;gap:4px;margin-top:10px;line-height:1;display:inline-flex;padding:0 10px!important}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.ordersummaryQty{color:#101828;background-color:#f4f6f9;margin-left:98px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.ordersummaryQty span{display:inline}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.ordersummaryQty .label{font-weight:var(--font-weight-500);color:#667085}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell{margin-left:8px;padding:0!important}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell>.label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell .order-line-status{border-radius:999px;gap:6px;height:26px;padding:0 10px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell .order-line-status .dot{width:6px;height:6px}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell .order-line-status.item-status-open,.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell .order-line-status.item-status-cancelled{color:#b42318;background-color:#fef3f2}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell .order-line-status.item-status-inprocess{color:#b54708;background-color:#fffaeb}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.order-line-status-cell .order-line-status.item-status-dispatched{color:#067647;background-color:#ecfdf3}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice{background-color:#f4f6f9;border-radius:12px;grid-auto-columns:1fr;grid-auto-flow:column;gap:8px;margin:12px 14px 0;display:grid;padding:10px 12px!important}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice hr{display:none}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price{text-align:left;margin:0}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price p{margin:0}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price .label{font-size:11px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price .value{font-size:14px;font-weight:var(--font-weight-600);color:#475467}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price:last-child{text-align:right}.account-section .page-body .place-order-page .cart-lists .cart-table.cartResponsiveTable tbody tr.tr_mgr>td.cartBlockPrice .total-price:last-child .value{font-size:15px;font-weight:var(--font-weight-700);color:#101828}.account-section .page-body .place-order-page .support-real-people h2,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people h2{font-size:15.5px;font-weight:var(--font-weight-700);color:#101828;border-bottom-color:#e8ebf0;align-items:center;gap:10px;margin:0;padding:14px 16px;line-height:1.3;display:flex}.account-section .page-body .place-order-page .support-real-people h2:before,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people h2:before{content:"support_agent";color:var(--system-primary-color);flex:none;font-family:Material Symbols Rounded;font-size:22px;font-weight:400;line-height:1}.account-section .page-body .place-order-page .support-real-people .info .servic-items,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items{display:block}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item{-webkit-tap-highlight-color:#0000;border:0;gap:12px;padding:14px 16px;transition:background-color .15s;position:relative}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item:not(:last-child),.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item:not(:last-child){border-bottom:1px solid #e8ebf0}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item:active,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item:active{background-color:#f4f6f9}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item:after,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item:after{content:"";border:2px solid #98a2b3;border-width:0 2px 2px 0;flex:none;width:8px;height:8px;margin-left:auto;transform:rotate(-45deg)}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item>.material-symbols-rounded,.account-section .page-body .place-order-page .support-real-people .info .servic-items .item>.whatsapp,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item>.material-symbols-rounded,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item>.whatsapp{border-radius:12px;flex:none;width:40px;height:40px;margin-right:0}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item>.material-symbols-rounded,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item>.material-symbols-rounded{background-color:var(--system-primary-light-color);color:var(--system-primary-color);justify-content:center;align-items:center;font-size:22px;display:flex}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item>.whatsapp,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item>.whatsapp{box-sizing:border-box;background-color:#e7f8ee;padding:8px}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item:nth-child(3)>.material-symbols-rounded,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item:nth-child(3)>.material-symbols-rounded{color:#5925dc;background-color:#f4f3ff}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item p,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item p{flex:auto;min-width:0;font-size:14px;line-height:1.4}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item p span,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item p span{font-variation-settings:normal}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item p span:first-child,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item p span:first-child{color:#475467;overflow-wrap:anywhere}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item p span+span,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item p span+span{color:#667085;margin-top:2px;font-size:12.5px}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item p a,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item p a{font-weight:var(--font-weight-600);color:#101828;text-decoration:none}.account-section .page-body .place-order-page .support-real-people .info .servic-items .item p a:after,.main-layout>.cart-page.checkout-page.place-order-page .support-real-people .info .servic-items .item p a:after{content:"";position:absolute;inset:0}}@media (max-width:767px){body:has(.account-section) .toast-container{z-index:1090;top:auto!important;bottom:calc(68px + 8px + env(safe-area-inset-bottom))!important;padding:0 12px!important;position:fixed!important;left:0!important;right:0!important}body:has(.account-section) .toast-container .toast{border:0;border-radius:14px;width:100%;max-width:480px;margin:0 auto;box-shadow:0 8px 24px #1018282e}:is(body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .form-control,body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .form-select){font-size:16px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .passwordChangeForm{border-bottom:0;min-height:0;padding:16px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.profileForm{border-bottom:0;min-height:0;padding:16px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .passwordChangeForm .gap25{height:14px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body .passwordChangeForm .gap30{height:14px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.profileForm .gap25{height:14px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.profileForm .gap30{height:14px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body fieldset.form-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body fieldset.form-group legend{font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.04em;text-transform:uppercase;color:#667085;grid-column:1/-1;margin-bottom:4px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body fieldset.form-group .form-check-inline{background-color:#fff;border:1px solid #e8ebf0;border-radius:12px;align-items:center;min-height:48px;margin:0;padding:12px;transition:border-color .2s,background-color .2s;display:flex}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body fieldset.form-group .form-check-inline:has(.form-check-input:checked){border-color:var(--system-primary-color);background-color:var(--system-primary-light-color)}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body fieldset.form-group .form-check-inline .form-check-label{width:100%;font-size:14px;font-weight:var(--font-weight-500);color:#101828;-webkit-tap-highlight-color:#0000;padding-left:30px;line-height:1.3;display:block;position:relative}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer{z-index:2;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background-color:#fff;gap:10px;position:sticky;bottom:0;box-shadow:0 -4px 16px #10182814}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer>.gap30{display:none}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer .form-group{margin-bottom:0}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer .form-group:has(.btn-bordered){flex:0 0 34%!important}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer .btn{width:100%;min-width:0;max-width:none;height:48px;font-size:15px;line-height:normal;font-weight:var(--font-weight-700);border-radius:14px}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer .btn-bordered{color:#101828;background-color:#f4f6f9;border-color:#0000!important}body:has(.account-section) .offcanvas.offcanvas-end.rightPanelOffCanvas .offcanvas-body form>.offcanvas-footer .btn-bordered:active{background-color:#e9edf2}.modal.purchaseModal .purchaseModalBody .form-control{border-radius:12px;font-size:16px}.modal.purchaseModal .purchaseModalBody .gap30{height:16px}.modal.purchaseModal .purchaseModalBody .btn{width:100%;height:48px;font-size:15px;line-height:normal;font-weight:var(--font-weight-700);border-radius:14px}}@media (max-width:991px){body .header:has(.authRightSide){background-color:var(--system-primary-color);height:56px;max-height:56px;padding-top:0}body .header:has(.authRightSide) .sticky-header{height:56px;max-height:56px;padding:0}body .header:has(.authRightSide) .container{max-width:100%;padding-inline:8px}body .header:has(.authRightSide) .container>.row{flex-wrap:nowrap;align-items:center;height:56px;margin-inline:0}body .header:has(.authRightSide) .container>.row>[class*=col-]{width:auto;padding-inline:0}body .header:has(.authRightSide) .brandLogo.authBrandLogo{flex:auto;justify-content:center;min-width:0;padding-right:40px}body .header:has(.authRightSide) .brandLogo.authBrandLogo .brand .brand-name{min-height:0;margin-left:-40px}body .header:has(.authRightSide) .brandLogo.authBrandLogo .brand img{width:116px;height:auto}body .header:has(.authRightSide) .brandLogo+[class*=col-]{flex:none;order:-1}body .header:has(.authRightSide) .sticky-header .authRightSide{margin:0;display:flex}body .header:has(.authRightSide) .authRightSide .btn-link{width:40px;height:40px;color:var(--text-white-color);-webkit-tap-highlight-color:#0000;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:0;text-decoration:none;transition:background-color .15s,transform .15s;display:flex}body .header:has(.authRightSide) .authRightSide .btn-link:before{content:"arrow_back";letter-spacing:normal;text-transform:none;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Rounded;font-size:24px;font-style:normal;font-weight:400;line-height:1}body .header:has(.authRightSide) .authRightSide .btn-link:active{background-color:#ffffff29}body .header:has(.authRightSide) .authRightSide .btn-link:focus-visible{outline:2px solid var(--text-white-color);outline-offset:2px}body:has(.auth-padding .auth-section){background-color:#f4f6f9}body:has(.auth-padding .auth-section) .main-layout{background-color:#f4f6f9}.auth-padding{padding:32px 0}.auth-padding .auth-section{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:0}.auth-padding .auth-section .auth-block{border:1px solid #e8ebf0;border-radius:20px;padding:32px 28px;box-shadow:0 1px 2px #1018280a,0 12px 32px #1018280f}.auth-padding .auth-section .auth-block>.gap30{height:24px}.auth-padding .auth-section .auth-block .auth-header{text-align:left}.auth-padding .auth-section .auth-block .auth-header:before{content:"lock_reset";letter-spacing:normal;text-transform:none;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;background-color:var(--system-primary-light-color);width:48px;height:48px;color:var(--system-primary-color);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;font-family:Material Symbols Rounded;font-size:26px;font-style:normal;font-weight:400;line-height:1;display:flex}.auth-padding .auth-section .auth-block .auth-header .auth-header-title{letter-spacing:-.02em;color:#101828;margin:0;font-size:26px;line-height:1.2}.auth-padding .auth-section .auth-block .auth-header .gap30{height:8px}.auth-padding .auth-section .auth-block .auth-header .forgotText{color:#475467;margin:0;font-size:15px;line-height:1.5}.auth-padding .auth-section .auth-block .auth-header .forgotText br{display:none}.auth-padding .auth-section .auth-block:has(input[autocomplete=current-password]) .auth-header:before{content:"login"}.auth-padding .auth-section .auth-block:has(input[name=fullName]) .auth-header:before{content:"person_add"}.auth-padding .auth-section .auth-block:has(input[name=confirmPassword]) .auth-header:before{content:"password"}.auth-padding .auth-section .auth-block:has(.auth-sent) .auth-header:before{display:none}.auth-padding .auth-section>div>.gap30{height:20px}.auth-padding .auth-section .auth-footer{color:#667085;padding-inline:8px;font-size:12.5px;line-height:1.6}.auth-padding .auth-section .auth-footer .footer-link a{font-weight:var(--font-weight-600)}.auth-padding .auth-section .auth-block .auth-body .gap30{height:16px}.auth-padding .auth-section .auth-block .auth-body .gap15{height:12px}.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control{color:#101828;background-color:#fff;border:1px solid #d0d5dd;border-radius:12px;height:56px;padding-inline:16px;font-size:16px;transition:border-color .15s,box-shadow .15s}.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control:focus{border-width:1px;border-color:var(--border-system-color);box-shadow:inset 0 0 0 1px var(--border-system-color),0 0 0 4px #005ac124}.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control:-webkit-autofill{-webkit-text-fill-color:#101828;-webkit-box-shadow:inset 0 0 0 1000px #fff}.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control~label{color:#667085;padding-inline:4px;font-size:15px}.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control:focus~label,.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control:not(:placeholder-shown)~label{font-size:12px;font-weight:var(--font-weight-600);color:#475467}.auth-padding .auth-section .auth-block .auth-body .form-floating>.form-control:focus~label{color:var(--system-primary-color)}.auth-padding .auth-section .auth-block .auth-body .invalid-feedback{margin-top:6px;padding-left:4px;font-size:12.5px;line-height:1.4}.auth-padding .auth-section .auth-block .auth-body .form-hint{color:#667085;margin:6px 0 0;padding-left:4px;font-size:12.5px;line-height:1.4}.auth-padding .auth-section .auth-block .auth-body .form-group.form-icon-group .btn{color:#667085;-webkit-tap-highlight-color:#0000;border-radius:50%;width:40px;height:40px;line-height:40px;transition:background-color .15s,transform .15s;top:8px;right:6px}.auth-padding .auth-section .auth-block .auth-body .form-group.form-icon-group .btn .material-symbols-rounded{font-size:22px;line-height:40px}.auth-padding .auth-section .auth-block .auth-body .form-group.form-icon-group .btn:active{background-color:#f4f6f9}.auth-padding .auth-section .auth-block .auth-body form>.form-group:has(>.form-link){text-align:right}.auth-padding .auth-section .auth-block .auth-body form>.form-group:has(>.form-link) .form-link{font-size:14px;font-weight:var(--font-weight-600);color:var(--system-primary-color);-webkit-tap-highlight-color:#0000;padding:4px 0;display:inline-block}.auth-padding .auth-section .auth-block .auth-body .auth-btn{height:52px;font-size:16px;font-weight:var(--font-weight-700);letter-spacing:.01em;-webkit-tap-highlight-color:#0000;border-radius:12px;padding:0 20px;line-height:52px;transition:background-color .15s,transform .15s;box-shadow:0 1px 2px #10182814}.auth-padding .auth-section .auth-block .auth-body .auth-btn:active:not(:disabled){transform:scale(.98)}.auth-padding .auth-section .auth-block .auth-body .auth-btn:disabled{opacity:.6}.auth-padding .auth-section .auth-block .auth-body fieldset.form-group{margin:0}.auth-padding .auth-section .auth-block .auth-body fieldset.form-group legend{font-size:12px;font-weight:var(--font-weight-700);letter-spacing:.06em;text-transform:uppercase;color:#667085;margin-bottom:10px}.auth-padding .auth-section .auth-block .auth-body .auth-account-type{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.auth-padding .auth-section .auth-block .auth-body .auth-account-type .form-check-inline{background-color:#fff;border:1px solid #d0d5dd;border-radius:12px;margin:0;padding:0;transition:border-color .15s,background-color .15s;display:block}.auth-padding .auth-section .auth-block .auth-body .auth-account-type .form-check-inline:has(.form-check-input:checked){border-color:var(--system-primary-color);background-color:var(--system-primary-light-color);box-shadow:inset 0 0 0 1px var(--system-primary-color)}.auth-padding .auth-section .auth-block .auth-body .auth-account-type .form-check-inline .form-check-label{min-height:52px;font-size:14px;font-weight:var(--font-weight-600);color:#101828;cursor:pointer;-webkit-tap-highlight-color:#0000;align-items:center;padding:10px 12px 10px 42px;line-height:1.3;display:flex;position:relative}.auth-padding .auth-section .auth-block .auth-body .auth-account-type .form-check-inline .form-check-label:before,.auth-padding .auth-section .auth-block .auth-body .auth-account-type .form-check-inline .form-check-label:after{top:calc(50% - 10px);left:12px}.auth-padding .auth-section .auth-block .auth-body .form-check.labelCheck .form-check-label{color:#475467;cursor:pointer;font-size:13.5px;line-height:1.5}.auth-padding .auth-section .auth-block .auth-body .form-check.labelCheck .form-check-label:before{border-radius:6px}.auth-padding .auth-section .auth-block .auth-body .auth-form-error{border-radius:12px;padding:12px 14px 12px 42px;font-size:14px;line-height:1.45}.auth-padding .auth-section .auth-block .auth-body .auth-form-error:before{content:"error";letter-spacing:normal;text-transform:none;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Rounded;font-size:20px;font-style:normal;font-weight:400;line-height:1;position:absolute;top:12px;left:12px}.auth-padding .auth-section .auth-block .auth-body .auth-sent{color:#475467;padding-top:8px;font-size:15px;line-height:1.55}.auth-padding .auth-section .auth-block .auth-body .auth-sent .icon{color:#079455;background-color:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:36px;display:inline-flex}.auth-padding .auth-section .auth-block .auth-body .auth-sent strong{color:#101828;word-break:break-word}.auth-padding .auth-section .auth-block .auth-body .auth-or-block{font-size:12px;font-weight:var(--font-weight-600);letter-spacing:.06em;text-transform:uppercase;color:#667085}.auth-padding .auth-section .auth-block .auth-body .auth-or-block:before,.auth-padding .auth-section .auth-block .auth-body .auth-or-block:after{background-color:#e8ebf0}.auth-padding .auth-section .auth-block .auth-body .auth-not-account{color:#475467;font-size:14.5px;line-height:1.5}.auth-padding .auth-section .auth-block .auth-body .auth-not-account a{font-weight:var(--font-weight-700);color:var(--system-primary-color)}}@media (max-width:767px){body:has(.auth-padding .auth-section){background-color:#fff}body:has(.auth-padding .auth-section) .main-layout{background-color:#fff}.auth-padding{padding:20px 0 8px}.auth-padding .auth-section .auth-block{box-shadow:none;border:0;border-radius:0;padding:4px 4px 0}.auth-padding .auth-section .auth-header .auth-header-title{font-size:24px}.auth-padding .row>[class*=col-]>.gap20:first-child{height:0}body:has(.auth-padding .auth-section) .toast-container{z-index:1090;top:auto!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;padding:0 12px!important;position:fixed!important;left:0!important;right:0!important}body:has(.auth-padding .auth-section) .toast-container .toast{border:0;border-radius:14px;width:100%;max-width:480px;margin:0 auto;box-shadow:0 8px 24px #1018282e}}.atcNoticeRegion{z-index:1035;pointer-events:none;width:0;height:0;position:fixed;top:0;right:0}.atcNotice{z-index:1035;color:#101828;pointer-events:auto;visibility:hidden;opacity:0;background-color:#fff;border:1px solid #e8ebf0;border-radius:18px;width:400px;max-width:calc(100vw - 32px);padding:18px 20px 20px;transition:opacity .22s cubic-bezier(.22,.61,.36,1),transform .26s cubic-bezier(.22,.61,.36,1),visibility 0s linear .26s;position:fixed;top:104px;right:24px;transform:translateY(-10px)scale(.98);box-shadow:0 1px 2px #1018280a,0 24px 56px -12px #10182838}.atcNotice.is-open{visibility:visible;opacity:1;transition:opacity .2s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1),visibility;transform:none}.atcNotice .atcNotice__grip{display:none}.atcNotice .atcNotice__close{color:#667085;background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background-color .16s ease-in-out,color .16s ease-in-out;display:inline-flex;position:absolute;top:12px;right:12px}.atcNotice .atcNotice__close .material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;font-size:20px;line-height:1}.atcNotice .atcNotice__close:hover{color:#101828;background-color:#f6f8fb}.atcNotice .atcNotice__close:focus-visible{outline:2px solid var(--system-primary-color);outline-offset:2px}.atcNotice .atcNotice__item{align-items:flex-start;gap:14px;padding-right:28px;display:flex}.atcNotice .atcNotice__thumb{background-color:#f6f8fb;border:1px solid #e8ebf0;border-radius:12px;flex:none;justify-content:center;align-items:center;width:64px;height:64px;padding:6px;display:flex}.atcNotice .atcNotice__thumb img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.atcNotice .atcNotice__copy{flex:auto;min-width:0}.atcNotice .atcNotice__title{-webkit-line-clamp:2;line-clamp:2;color:#101828;font-size:14px;font-weight:var(--font-weight-600);letter-spacing:-.1px;-webkit-box-orient:vertical;margin:0;line-height:20px;display:-webkit-box;overflow:hidden}.atcNotice .atcNotice__status{color:#0f8a5f;font-size:13px;font-weight:var(--font-weight-600);align-items:center;gap:6px;margin:8px 0 0;line-height:18px;display:flex}.atcNotice .atcNotice__status .material-symbols-rounded{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20;font-size:18px;line-height:1}.atcNotice .atcNotice__total{border-top:1px solid #e8ebf0;justify-content:space-between;align-items:baseline;gap:12px;margin-top:16px;padding-top:14px;display:flex}.atcNotice .atcNotice__total span{color:#475467;font-size:13px;font-weight:var(--font-weight-500);line-height:20px}.atcNotice .atcNotice__total strong{color:#101828;font-size:18px;font-weight:var(--font-weight-700);letter-spacing:-.2px;line-height:24px}.atcNotice .atcNotice__actions{gap:10px;margin-top:16px;display:flex}.atcNotice .atcNotice__btn{height:44px;font-size:14px;font-weight:var(--font-weight-600);text-align:center;white-space:nowrap;border:1px solid #0000;border-radius:12px;flex:1 1 0;justify-content:center;align-items:center;padding:0 14px;line-height:1;text-decoration:none;transition:background-color .18s ease-in-out,border-color .18s ease-in-out,color .18s ease-in-out;display:inline-flex}.atcNotice .atcNotice__btn:focus-visible{outline:2px solid var(--system-primary-color);outline-offset:2px}.atcNotice .atcNotice__btn:disabled{opacity:.55;cursor:not-allowed}.atcNotice .atcNotice__btn--ghost{border-color:var(--system-primary-color);color:var(--system-primary-color);background-color:#fff}.atcNotice .atcNotice__btn--ghost:hover{background-color:var(--system-primary-light-color);color:var(--system-primary-color)}.atcNotice .atcNotice__btn--solid{background-color:var(--system-primary-color);color:var(--text-white-color)}.atcNotice .atcNotice__btn--solid:hover:not(:disabled){background-color:var(--system-primary-hover-color);color:var(--text-white-color)}@media (max-width:991.98px){.atcNotice{width:auto;max-width:none;padding:10px 16px calc(16px + env(safe-area-inset-bottom,0px));border:0;border-top:1px solid #e8ebf0;border-radius:20px 20px 0 0;transition:transform .3s cubic-bezier(.22,.61,.36,1),visibility 0s linear .3s;inset:auto 0 0;transform:translateY(110%);box-shadow:0 -12px 40px -8px #1018283d}.atcNotice.is-open{transition:transform .32s cubic-bezier(.22,.61,.36,1),visibility;transform:translateY(0)}.atcNotice{touch-action:pan-x}.atcNotice .atcNotice__grip{background-color:#d6dae1;border-radius:999px;width:40px;height:4px;margin:0 auto 12px;display:block}.atcNotice .atcNotice__close{width:30px;height:30px;top:14px;right:10px}.atcNotice .atcNotice__item{padding-right:34px}.atcNotice .atcNotice__thumb{border-radius:10px;width:56px;height:56px}.atcNotice .atcNotice__title{font-size:13.5px;line-height:19px}.atcNotice .atcNotice__status{margin-top:6px;font-size:12.5px}.atcNotice .atcNotice__total{margin-top:14px;padding-top:12px}.atcNotice .atcNotice__total strong{font-size:17px}.atcNotice .atcNotice__actions{gap:10px;margin-top:14px}.atcNotice .atcNotice__btn{border-radius:14px;height:48px;font-size:14.5px}body:has(.atcNotice.is-open) .install-app-bar{display:none}}@media (prefers-reduced-motion:reduce){.atcNotice{transition:opacity .12s linear,visibility 0s linear .12s;transform:none}.atcNotice.is-open{transition:opacity .12s linear,visibility;transform:none}}@media (max-width:991px){.form-control.is-invalid,.form-select.is-invalid,.form-control[aria-invalid=true],.form-select[aria-invalid=true]{border-width:2px;border-color:var(--border-error-color)!important}.form-control.is-invalid:focus,.form-select.is-invalid:focus,.form-control[aria-invalid=true]:focus,.form-select[aria-invalid=true]:focus{border-color:var(--border-error-color)!important;box-shadow:0 0 0 3px #dc354526!important}}body{font-family:Manrope,sans-serif!important}.gstval{text-transform:uppercase}.collapse.show,.collapsing{visibility:visible}
