@import"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap";@import"https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.category-heading{margin-top:.5rem;background-color:var(--poweder-blue);width:100%;height:20vh;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.category-heading-container{text-align:center}.category-heading-container h1{font-size:5rem;letter-spacing:.1rem;margin-bottom:1.5rem}.category-heading-container p{font-size:2rem;color:var(--color-grey)}.categories-container{margin-bottom:2rem;cursor:pointer;width:100%;display:flex;justify-content:space-around;flex:1;gap:2rem;height:auto}.categories-container .category-image-container{flex:.3;position:relative}.categories-container .category-image-container img{width:100%;height:40rem;object-fit:contain}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.overlay h2{font-size:2rem;letter-spacing:.2rem;text-transform:uppercase;color:var(--color-primary)}.category-image-container:hover .overlay{opacity:1}@media screen and (max-width: 768px){.category-heading-container h1{font-size:4rem}.category-heading-container p{font-size:1.5rem}.categories-container{flex-direction:column}.overlay{opacity:1;background:#0000004d}}.header{background-color:var(--color-primary);width:100%;height:85vh;position:relative}.header-container{position:absolute;top:50%;left:50%;height:60%;width:70%;transform:translate(-50%,-50%);display:flex;justify-content:space-between}.header-left{max-width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.header-left h1{font-size:7rem;color:#fff}.header-left p{font-size:2rem;letter-spacing:.1rem;color:#fff}.header-right{position:relative;height:100%;width:35%;background-color:#fff;border-radius:50%}.header-right img{height:100%;position:absolute;top:0;right:0}.header-btn-container button{cursor:pointer;height:5rem;width:17rem;background:none;border:.2rem solid white;color:#fff;font-size:1.5rem;letter-spacing:.1rem;border-radius:.5rem;transition:all .3s}.header-btn-container button:hover{background-color:var(--secondary-dark);border:.2rem solid var(--secondary-dark)}@media screen and (max-width: 768px){.header{height:50vh;width:100%}.header-container{width:90%;height:100%}.header-left{max-width:100%;justify-content:space-evenly}.header-left h1{font-size:4rem}.header-left p{font-size:1.5rem}.header-right{display:none}}.footer{width:100%;height:30vh;background-color:var(--footer-bg);color:#fff;display:flex;justify-content:center;align-items:center}.footer-container{width:80%;height:80%;display:flex;justify-content:space-between;align-items:flex-start}.footer-para h3{font-size:2rem;text-transform:uppercase;font-weight:600;letter-spacing:.1rem}.footer-para p{font-size:1.4rem;margin-bottom:2rem}.footer-para p span{color:var(--color-primary);font-size:2rem}.footer-para p:first-of-type{margin-top:1rem}.footer-para small{font-size:1rem;text-transform:uppercase;letter-spacing:.1rem;font-weight:700}.footer-connect h3{font-size:2rem;text-transform:uppercase;font-weight:600;letter-spacing:.1rem}.footer-connect .social-connect{display:flex;align-items:center;gap:1rem;margin-top:2rem;cursor:pointer;transition:all .3s;color:#fff;text-decoration:none}.social-connect p{font-size:1.5rem}.social-connect:hover{color:var(--color-primary)}.social-connect .social-connect-icon{font-size:3rem}.footer-resource h3{font-size:2rem;text-transform:uppercase;font-weight:600;letter-spacing:.1rem}.footer-login{display:flex;align-items:center;gap:1rem;margin-top:2rem;cursor:pointer;color:#fff;transition:all .3s;text-decoration:none}.footer-login:hover{color:var(--color-primary)}.footer-login p{font-size:1.5rem}.footer-login .footer-login-icon{font-size:3rem;text-decoration:none}@media screen and (max-width: 768px){.footer-container{width:100%;padding:1rem;height:auto;justify-content:space-evenly;flex:1}.footer-para{flex:.5}.footer-para h3{font-size:1.4rem;font-weight:500}.footer-para p{font-size:1rem;margin-bottom:2rem}.footer-para p span{color:var(--color-primary);font-size:1rem}.footer-para p:first-of-type{margin-top:1rem}.footer-para small{font-size:.7rem;text-transform:uppercase;letter-spacing:.1rem;font-weight:500}.footer-connect h3{font-size:1.4rem;font-weight:500}.social-connect p{font-size:1.2rem}.social-connect .social-connect-icon{font-size:1.5rem}.footer-connect .social-connect{gap:.5rem;margin-top:1rem}.footer-resource h3{font-size:1.4rem;font-weight:500}.footer-login p{font-size:1.2rem}.footer-login .footer-login-icon{font-size:1.5rem;text-decoration:none}}.wishlist-page{width:100%;margin:3rem auto}.wishlist-page .my-wishlist-heading{text-align:center;font-size:2rem;margin-bottom:2rem}.wishlist-heading{text-align:center;font-size:2.5rem;letter-spacing:.2rem}.wishlist-container{width:30%;margin:5rem auto}@media screen and (max-width: 768px){.wishlist-container{width:80%;margin:5rem auto}}.wishlist-card{padding:2rem 0;width:100%;display:flex;height:20rem;flex:1;border-top:.1px solid var(--color-primary)}.wishlist-card:last-of-type{border-bottom:.1px solid var(--color-primary)}.wishlist-card img{flex:.3}.wishlist-details-body{flex:.7;display:flex;flex-direction:column;justify-content:space-between;padding-left:1rem}.upper-body{display:flex;justify-content:space-between;gap:.5rem}.title-desc h3{font-size:1.4rem;margin-bottom:.5rem}.title-desc p{font-size:1.2rem;margin-bottom:1rem}.title-desc .wishlist-price{display:flex;gap:1rem}.wishlist-price p{font-size:1.4rem}.wishlist-price p:first-of-type{font-weight:600}.wishlist-price p:last-of-type{font-weight:400;color:gray;text-decoration:line-through}.wishlist-price p:before{content:"₹"}.delete-container .delete-icon{font-size:2.8rem;cursor:pointer;color:var(--color-secondary);transition:all .3s}.delete-container .delete-icon:hover{color:var(--secondary-dark)}.wishlist-details-body .btn-wishlist{height:3rem;border:.2rem solid var(--secondary-dark);background:none;color:var(--secondary-dark);transition:all .3s}.wishlist-details-body .btn-wishlist:hover{border:.2rem solid var(--secondary-dark);background:var(--secondary-dark);color:#fff}.btn-wishlist .cart-link{width:100%;display:block;text-decoration:none;color:var(--secondary-dark)}.btn-wishlist:hover>.cart-link{color:#fff}.cart-page{margin:3rem auto}.cart-page .cart-page-heading{text-align:center;font-size:2rem;margin-bottom:2rem}.empty-heading{text-align:center;font-size:2.5rem;letter-spacing:.2rem}.cart-container{display:flex;margin:3rem 0;gap:3rem;justify-content:center}.cart-container .cart-list{display:flex;flex-direction:column;gap:2rem;flex-wrap:wrap}.discount-price{text-align:center;font-size:1.4rem;margin-bottom:1.5rem;color:#12ad12}.cart-bill-wrap{position:fixed;right:15%;box-shadow:0 4px 8px #0000001a;border-radius:.5rem;height:35rem;width:25rem}.cart-bill-container{margin:2rem;display:flex;flex-direction:column;justify-content:space-between}.cart-bill-container .price-details-bill{text-align:center;text-transform:uppercase;font-size:1.6rem;padding:1.2rem;border-top:.1px solid lightgray;border-bottom:.1px solid lightgray;margin-bottom:1rem}.bill-calc{border-bottom:.1px solid var(--color-grey);margin-bottom:2rem}.bill-calc div,.bill-total{display:flex;justify-content:space-between;margin-bottom:1.5rem}.bill-total{padding-bottom:1.5rem;border-bottom:.1px solid var(--color-grey)}.bill-calc div p,.bill-total p{font-size:1.4rem}.bill-total p{font-weight:700}.cart-bill-container .checkout-btn:last-of-type{height:3rem;cursor:pointer;background:none;text-transform:uppercase;letter-spacing:.3rem;border:.2rem solid var( --secondary-dark);color:var(--secondary-dark);transition:all .3s;text-decoration:none;display:flex;justify-content:center;align-items:center;font-size:1.3rem}.cart-bill-container .checkout-btn:last-of-type:hover{color:#fff;background:var(--secondary-dark)}@media screen and (max-width: 768px){.cart-container{display:flex;flex-direction:column;margin:0 auto}.cart-bill-wrap{position:relative;right:0;margin:0 auto;border-radius:.5rem;height:35rem;width:25rem}}.cart-card{width:40rem;height:24rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-shadow:0 4px 8px #0000001a;border-radius:.5rem}.cart-card-upper{display:flex;justify-content:space-between;gap:2rem}.cart-card-upper img{height:100%;width:40%;object-fit:cover;padding:1rem}.cart-card-details{padding:1rem}.cart-card-details h3{font-size:1.5rem;margin-bottom:.5rem}.cart-card-details .desc{margin-bottom:.5rem;font-size:1.2rem;color:gray}.cart-card-details .cart-price-details{display:flex;gap:1.5rem}.cart-price-details p{font-size:1.4rem;margin:.5rem}.cart-price-details p:before{content:"₹"}.cart-price-details p:first-of-type{font-weight:700}.cart-price-details p:last-of-type{font-weight:500;color:gray;text-decoration:line-through}.qty-actions{display:flex;gap:2rem;margin-top:2rem}.qty-actions button{cursor:pointer;height:4rem;width:4rem;text-align:center;border-radius:50%;outline:none;background:none;font-size:1.5rem;color:var(--color-primary);border:.1rem solid var(--color-primary);transition:all .3s}.qty-actions button:hover{background-color:var(--color-primary);color:#fff}.qty-actions p{font-size:2.5rem}.cart-card-lower{width:100%;border-top:.1px solid lightgray;display:flex;padding:1rem;justify-content:space-evenly;gap:5rem}.cart-card-lower button{cursor:pointer;height:3rem;border:none;background:none;font-weight:700;letter-spacing:.2rem;transition:all .3s}.cart-card-lower button:first-of-type:hover{color:var( --color-grey)}.cart-card-lower button:last-of-type{color:var(--color-secondary)}.cart-card-lower button:last-of-type:hover{color:var(--secondary-dark)}.account .account-title{text-align:center;margin-top:3rem;font-size:2.5rem}.accountinfo-container{width:40rem;margin:2rem auto}.account-buttons{display:flex;justify-content:space-between;flex:1}.account-buttons button{flex:.5;height:3.5rem;font-size:1.6rem;background:none;cursor:pointer;border:none;transition:all .3s}.account-buttons button:hover,.account-buttons .active-btn{color:#fff;background-color:var(--color-primary)}.details-profile{border-top:.3rem solid var(--color-primary);box-shadow:0 4px 8px #0000001a;padding:2rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.profile-name h2,.address-list h2{font-size:1.6rem;border-bottom:.2rem solid black;display:inline}.user-details{margin:2rem 0;display:flex;flex-direction:column;gap:1rem}.user-details div{display:flex;gap:2rem}.user-details div p{font-size:1.5rem;text-align:left}.user-details div p:first-child{font-weight:700}.logout-action{margin-top:2rem}.logout-action button{height:4rem;width:10rem;border-radius:.5rem;background:none;border:.2rem solid red;color:red;transition:all .3s;cursor:pointer}.logout-action button:hover{background-color:red;color:#fff;border:none}.add-address{margin-top:2rem;cursor:pointer}.add-address h3{font-size:1.6rem}.add-address h3:hover{color:var(--color-grey)}.address-list-container{margin:2rem 0}.address-list-container .each-address{margin:2rem 0;word-spacing:.2rem}.each-address h3{margin-bottom:.5rem;font-size:1.6rem}.each-address p{font-size:1.2rem;margin-bottom:.5rem;font-weight:550}.each-address-action{display:flex;gap:1.4rem;margin-top:1rem}.each-address-action button{cursor:pointer;height:2rem;width:6rem;text-align:center;border-radius:.5rem;background:none;font-weight:600;transition:all .3s;font-size:1.2rem}.each-address-action button:first-of-type{border:.1rem solid var(--color-grey);color:var(--color-grey)}.each-address-action button:first-of-type:hover{background-color:var(--color-grey);color:#fff}.each-address-action button:last-of-type{border:.1rem solid red;color:red}.each-address-action button:last-of-type:hover{background-color:red;color:#fff}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;transition:all .3s}.modal.open{display:flex;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.addressForm-container{box-shadow:0 4px 8px #0000001a;border-radius:.5rem;margin-top:8rem;width:30%;height:auto;background:#f8f8f8}.addressForm-container .form-address{padding:2rem}.form-address h2{text-align:center;font-size:1.9rem}.form-address input{display:block;width:100%;margin-top:2rem;height:3rem;border-radius:.5rem;outline:none;border:.3rem solid var( --color-grey);text-indent:1rem}.form-address input:hover{border:.3rem solid var( --secondary-dark)}.form-address input:focus{border:.3rem solid var( --secondary-dark)}.form-actions{margin-top:2rem;display:flex;justify-content:space-between}.form-actions button{width:30%;height:3rem;text-transform:uppercase;letter-spacing:.2rem;cursor:pointer;transition:all .3s;text-align:center;border-radius:.5rem}.form-actions button:first-of-type{border:.2rem solid var( --secondary-dark);background-color:#fff;color:var(--secondary-dark)}.form-actions button:first-of-type:hover{background-color:var(--secondary-dark);color:#fff}.form-actions button:last-of-type{border:.2rem solid red;background-color:#fff;color:red}.form-actions button:last-of-type:hover{background-color:red;color:#fff}@media screen and (max-width: 768px){.addressForm-container{width:90%}}.productspage{width:100%;display:flex;justify-content:space-between;flex-grow:1}.filter-section{border-right:.1px solid var(--color-primary);width:20%;height:100vh;position:fixed;left:0}.filter-container{width:100%;padding:1rem 2.5rem}.filter-container div{margin-bottom:4rem}.filter-container div:first-of-type{display:flex;height:3rem;justify-content:space-between;align-items:center}.filter-container div h3{font-size:1.7rem}.filter-container div label:first-of-type{margin-top:1rem}.filter-container div label{display:block;font-size:1.7rem;margin-bottom:1rem}.filter-container div label input{background-color:var(--color-primary)}.filter-container div input{margin-right:1rem}.filter-section-heading p{font-size:1.5rem;font-weight:500;text-decoration:underline;cursor:pointer}.filter-section-heading p:hover{color:var(--color-primary)}.sort-filter select{margin-top:1rem}.products-container{display:flex;flex-direction:column;padding:6rem 0 0 6rem;margin-left:20%}.products-container h3{font-size:2rem;margin-bottom:1rem}.products-list{display:flex;flex-wrap:wrap;gap:7rem;padding:2rem}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:999}.loader{border:8px solid #f3f3f3;border-top:8px solid var(--color-primary);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toggle-filters{display:none;font-size:1.5rem;text-decoration:underline;margin:1rem 0;cursor:pointer}@media screen and (max-width: 768px){.productspage{justify-content:space-between;flex-grow:1;margin:0 auto}.filter-section{display:none;width:20%;height:100vh;position:relative;left:auto;right:auto}.products-container{display:flex;flex-direction:column;padding:2rem;margin:0 auto;width:100%}.toggle-filters{display:block}.products-list{flex-direction:column;margin:0 auto}.drawer-filter-section{height:100vh;width:300px;padding:20px;background-color:#f9f9f9;border:1px solid #ccc}.drawer-filter-container{margin-bottom:20px}.drawer-filter-section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.drawer-filter-section-heading h3{font-size:18px;margin:0}.drawer-filter-section-heading p{font-size:14px;margin:0;cursor:pointer;color:#00f}.drawer-filter-section-heading p:hover{text-decoration:underline}.drawer-price-section h3{font-size:16px;margin-bottom:10px}.drawer-price-section input[type=range]{width:100%}.drawer-category-section h3{font-size:16px;margin-bottom:10px}.drawer-category-section label{display:block;margin-bottom:5px;font-size:16px}.drawer-category-section input[type=checkbox]{font-size:16px}.drawer-ratings-section h3{font-size:16px;margin-bottom:10px}.drawer-ratings-section label{display:block;margin-bottom:5px;font-size:16px}.drawer-ratings-section input[type=radio]{font-size:16px}.drawer-sort-filter-section h3{font-size:16px;margin-bottom:10px}.drawer-sort-filter-section select{width:100%;padding:5px;font-size:16px}}.product-card{padding:1rem;width:30rem;height:35rem;display:flex;flex-direction:column;justify-content:space-between;border-radius:.5rem;transition:all .3s ease-in-out}.product-card:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000001a}.card-heading-container{display:flex;align-items:center;justify-content:space-between;height:20%;overflow:hidden}.card-heading-container h3{font-size:1.5rem;letter-spacing:.1rem;max-width:90%;text-transform:initial}.wishlist-icon-container{cursor:pointer}.wishlist-icon-container .wishlist-icon{font-size:3rem;color:var(--color-primary);transition:all .3s}.product-card img{width:100%;height:70%;object-fit:contain}.card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.card-bottom .card-price{display:flex;gap:1rem}.card-price p{font-size:1.5rem}.card-price p:first-of-type{color:var(--color-primary);font-weight:700}.card-price p:before{content:"₹"}.card-price p:nth-child(2){color:var(--color-grey);text-decoration:line-through}.add-cart-btn button{width:10rem;height:4rem;background:none;color:var(--color-primary);border-radius:1rem;border:.2rem solid var(--color-primary);transition:all .3s}.add-cart-btn button:hover{background-color:var(--color-primary);color:#fff}.checkout{margin:3rem auto}.checkout .checkout-heading{text-align:center;font-size:2rem;margin-bottom:2rem}.checkout-container{display:flex;justify-content:space-evenly;flex:1;margin-top:6rem}.checkout-container .addresses-container{box-shadow:0 4px 8px #0000001a;flex:.3;height:fit-content}.address-radio{padding:1rem 1.5rem}.addresses-container>.address-radio:not(:last-child){border-bottom:.1rem solid var(--color-grey)}.address-radio label{cursor:pointer;display:flex;gap:1rem;word-spacing:.2rem}.address-radio label h3{font-size:1.6rem;margin-bottom:.5rem}.address-radio label p{font-size:1.4rem;margin-bottom:.5rem}.order-details{box-shadow:0 4px 8px #0000001a;flex:.3;padding:2rem;height:fit-content}.order-details-heading{text-align:center;padding:1rem;border-top:.2rem solid var(--color-grey);border-bottom:.2rem solid var(--color-grey)}.order-details .item-qty{display:flex;justify-content:space-between;margin:1rem 0}.order-details .item-qty p{font-size:1.6rem;font-weight:700}.order-details-item{display:flex;justify-content:space-between;margin:1rem 0}.order-details-item>div p{font-size:1.6rem;margin-bottom:.5rem}.price-breakdown .price-details-list{margin:.5rem 0;display:flex;justify-content:space-between}.price-breakdown .price-details-list p{font-size:1.6rem;margin-bottom:.5rem}.price-details-total{font-size:1.6rem;display:flex;justify-content:space-between;font-weight:700;margin-bottom:1.5rem}.address-section p{margin:.5rem}.address-section p:first-of-type{font-size:1.6rem}.address-section p:not(:first-child){font-size:1.1rem}.place-order{margin-top:2rem}.place-order button{cursor:pointer;width:100%;height:3.5rem;border:.2rem solid var(--color-primary);background-color:var(--color-primary);color:#fff;font-size:1.6rem;transition:all .3s}.place-order button:hover{transform:scale(1.04);border:.2rem solid var(--secondary-dark)}.order-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:999}.dot-container{display:flex}.order-loader{display:flex;flex-direction:column;justify-content:center;align-items:center}.order-loader h1{margin-bottom:1rem}.dot{width:20px;height:20px;background-color:var(--color-primary);border-radius:50%;margin:0 5px;animation:bounce .5s infinite alternate}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.content{padding:20px}@media screen and (max-width: 768px){.order-details{flex:1}.checkout-container{display:flex;flex-direction:column-reverse}}.loginpage{width:40%;margin:7rem auto}.loginpage-logoContainer{margin-bottom:2rem}.loginpage-logoContainer svg{fill:var(--color-primary)}.loginpage-heading h1{font-size:4rem;margin-bottom:2rem;font-weight:600;letter-spacing:.1rem}.loginpage-heading p{color:var(--color-grey);font-size:1.7rem;font-weight:500;line-height:2.8rem;margin-bottom:2rem}.loginpage-email-input{margin:2rem 0}.loginpage-form label{display:block;font-size:1.3rem;margin-bottom:.5rem;font-weight:700;color:var(--color-grey);transition:color .3s}.loginpage-form input{width:100%;height:3rem;font-size:1.8rem;border:none;border-bottom:.2rem solid var(--color-grey);outline:none}.loginpage-form input::placeholder{color:var(--color-grey);font-size:1.5rem}.loginpage-form input:focus{border-bottom:.2rem solid var(--color-primary)}.loginpage-email-input:focus-within label{color:var(--color-primary)}.loginpage-password-input{margin-bottom:3rem}.loginpage-password-input:focus-within label{color:var(--color-primary)}.loginpage-btn-container{margin:3rem 0;display:flex;justify-content:space-between;align-items:center;flex:1}.loginpage-btn-container p{flex:.5;color:var(--color-grey);font-size:1.5rem;font-weight:550}.loginpage-paragraph span{color:var(--color-secondary);cursor:pointer;transition:color .3s}.loginpage-paragraph span:hover{color:var(--secondary-dark)}.loginpage-btn-container button{flex:.2;height:5rem;font-size:1.5rem;border:none;background-color:var(--color-secondary);color:#fff;border-radius:.5rem;cursor:pointer;transition:background-color .3s}.loginpage-btn-container button:hover{background-color:var(--secondary-dark)}.loginpage-signup-headline .loginpage-paragraph{text-align:center;font-size:1.5rem;letter-spacing:.1rem}@media screen and (max-width: 768px){.loginpage{width:90%;margin:7rem auto}}.navbar{background-color:var(--color-primary);position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease}.navbar.shadow{box-shadow:0 4px 8px #0000001a;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);opacity:.98}.navbar .wrapper{height:7rem;display:flex;align-items:center;justify-content:space-between;padding:3rem}.navbar-link{text-decoration:none;display:flex;align-items:center;gap:1.5rem}.navbar-link h4{font-size:2rem;color:#fff;font-weight:400;letter-spacing:.2rem}.navbar-link svg{fill:#fff}.navbar-menus{font-family:Maven Pro,sans-serif;color:#fff;display:flex;gap:4rem}.navbar-menus .options{text-decoration:none;cursor:pointer;font-size:2.5rem;letter-spacing:.2rem;color:#fff;font-size:500}@media screen and (max-width: 768px){.navbar-link h4{font-size:1.2rem}.navbar-link svg{width:4rem;height:4rem}.navbar-menus .options{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-size:10px;font-family:Open Sans,sans-serif;--color-primary:#ab82f3;--color-secondary:#38a5ff;--color-grey:#76879d;--secondary-dark:#1f39e1;--poweder-blue:#e3f6ff;--footer-bg:#5c6d82}
