code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-form-container{align-items:center;background-color:#f8fbff;display:flex;flex-wrap:wrap;justify-content:center;min-height:100vh;padding:20px}.login-website-logo-mobile-image{display:block;margin-bottom:20px;width:150px}.login-image{display:none;margin-right:50px;width:400px}.form-container{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000d;max-width:400px;padding:40px 30px;width:100%}.login-website-logo-desktop-image{display:block;margin:0 auto 30px;width:180px}.input-container{margin-bottom:20px}.input-label{color:#2e2e2e;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.password-input-field,.username-input-field{border:1px solid #cdd2d9;border-radius:8px;font-size:15px;padding:12px;transition:.3s;width:100%}.password-input-field:focus,.username-input-field:focus{border-color:#1e90ff;outline:none}.login-button{background-color:#1e90ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;transition:background-color .3s;width:100%}.login-button:hover{background-color:#187bcd}.error-message{color:red;font-size:13px;margin-top:10px}@media screen and (min-width:768px){.login-website-logo-mobile-image{display:none}.login-image{display:block}.form-container{max-width:350px}}.nav-header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#e6f7ffb3,#fff9);border-bottom:1px solid #00aeff33;box-shadow:0 6px 20px #0084ff14;display:flex;justify-content:center;position:sticky;top:0;z-index:100}@media screen and (max-width:767px){.nav-header{align-items:center;border-bottom-style:none;flex-direction:column}}.nav-content{align-items:center;display:flex;justify-content:space-between;max-width:1110px;padding-bottom:20px;padding-top:20px;width:90%}@media screen and (max-width:767px){.nav-content{flex-direction:column}}.nav-bar-mobile-logo-container{display:flex;justify-content:space-between;width:100%}@media screen and (min-width:768px){.nav-bar-mobile-logo-container{display:none}}.nav-bar-large-container{align-items:center;display:flex;justify-content:space-between;max-width:1110px;width:100%}@media screen and (max-width:767px){.nav-bar-large-container{display:none}}.website-logo{filter:drop-shadow(0 0 4px rgba(0,191,255,.25));transition:transform .3s ease,filter .3s ease;width:110px}.website-logo:hover{filter:drop-shadow(0 0 8px rgba(0,191,255,.4));transform:scale(1.08)}@media screen and (min-width:768px){.website-logo{width:160px}}.nav-menu{align-self:flex-end;display:flex;flex:1 1;flex-direction:row;justify-content:flex-end;list-style-type:none;margin-bottom:0;margin-top:0}@media screen and (max-width:767px){.nav-menu{display:none}}.nav-menu-mobile{width:100%}@media screen and (min-width:768px){.nav-menu-mobile{display:none}}.nav-menu-list-mobile{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#dcf4ffd9;border-top:1px solid #00aeff33;display:flex;flex-direction:row;height:70px;justify-content:space-around;list-style-type:none;margin:0;padding:0}.nav-menu-item{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;margin:10px}.nav-link{align-items:center;color:#009edf;display:flex;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}.nav-link:hover{color:#007ab8;text-shadow:0 0 6px #00aeff66}.nav-menu-item-mobile{cursor:pointer;margin:0}.logout-desktop-btn{background-color:#0af;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;margin-left:14px;padding:8px 16px;transition:background-color .3s ease,transform .2s ease}.logout-desktop-btn:hover{background-color:#008ecc;transform:translateY(-2px)}@media screen and (max-width:767px){.logout-desktop-btn{display:none}}.nav-mobile-btn{background:#0000;border:none;cursor:pointer;outline:none;padding:0}@media screen and (min-width:768px){.nav-mobile-btn{display:none}}.nav-bar-img{height:24px;transition:transform .3s ease;width:24px}.nav-bar-img:hover{transform:scale(1.15)}.cart-count-badge{background-color:#e0f2ff;border-radius:50%;color:#0074cc;display:inline-block;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;margin-left:6px;min-width:20px;padding:4px 7px;text-align:center}@media screen and (min-width:768px){.cart-count-badge{background-color:#cceaff}}body{background:linear-gradient(90deg,#d0f0ff,#f8fcff);color:#0a1a2f;font-family:Poppins,sans-serif}.home-container{align-items:center;animation:fadeIn .8s ease;display:flex;flex-direction:column;gap:30px;justify-content:center;min-height:100vh;padding:40px 20px}@media screen and (min-width:768px){.home-container{flex-direction:row;justify-content:space-around}}.home-content{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff9;border:1px solid #09f3;border-radius:20px;box-shadow:0 12px 40px #00aeff1a;max-width:600px;padding:30px;text-align:center;transition:transform .3s ease}.home-content:hover{transform:translateY(-6px)}.home-heading{color:#009edf;font-size:34px;font-weight:700;margin-bottom:20px}.home-description{color:#2c3e50;font-size:17px;line-height:1.7;margin-bottom:25px}.shop-now-button{background-color:#0af;border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;padding:12px 26px;transition:all .3s ease}.shop-now-button:hover{background-color:#008ecc;transform:scale(1.06)}.home-mobile-img{display:block;margin:20px auto;max-width:400px;width:100%}.home-desktop-img{display:none;width:500px}@media screen and (min-width:768px){.home-mobile-img{display:none}.home-desktop-img{display:block}}@keyframes fadeIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.filters-group-container{margin-top:16px}@media screen and (min-width:768px){.filters-group-container{flex-shrink:0;margin-top:48px;max-width:280px;min-width:240px;width:25%}}.search-input-container{align-items:center;background-color:#f1f5f9;border-radius:8px;display:flex;padding:8px 16px}.search-input{background-color:#f1f5f9;border:none;color:#0f172a;flex-grow:1;font-family:Roboto;font-size:14px;font-weight:500;outline:none}.search-icon{color:#475569;height:20px;width:20px}.category-heading{color:#12022f;font-family:Roboto;font-size:18px;font-weight:700;margin-top:24px}@media screen and (min-width:768px){.category-heading{margin-top:32px}}.categories-list{padding-left:0}.category-item{cursor:pointer;list-style-type:none;margin-top:16px}@media screen and (min-width:768px){.category-item{margin-top:24px}}.category-name{color:#64748b;font-family:Roboto;font-size:16px}@media screen and (min-width:768px){.category-name{font-size:18px}}.active-category-name{color:#0967d2}.rating-heading{color:#12022f;font-family:Roboto;font-size:18px;font-weight:700;margin-bottom:18px;margin-top:32px}.ratings-list{padding-left:0}.rating-item{align-items:center;cursor:pointer;display:flex;margin-bottom:12px}.rating-img{height:20px;max-width:152px}@media screen and (min-width:768px){.rating-img{height:24px}}.and-up{color:#64748b;font-family:Roboto;font-size:16px;margin-bottom:0;margin-left:10px;margin-top:0}@media screen and (min-width:768px){.and-up{font-size:18px;margin-left:14px}}.active-rating{color:#0967d2}.clear-filters-btn{background-color:#fff;border:1px solid #0967d2;border-radius:4px;color:#0967d2;cursor:pointer;font-family:Roboto;font-size:10px;font-weight:700;margin-top:16px;outline:none;padding:8px 12px}@media screen and (min-width:768px){.clear-filters-btn{font-size:14px;margin-top:32px;padding-left:20px;padding-right:20px}}.product-item{flex-grow:0;flex-shrink:1;list-style-type:none;margin-bottom:48px;margin-right:20px;width:350px}@media screen and (min-width:768px) and (max-width:991px){.product-item{width:300px}}.link-item{display:flex;flex-direction:column;text-decoration:none}.thumbnail{border-radius:6px;max-height:350px;width:100%}.title{color:#171f46;font-size:24px;font-weight:500;margin-bottom:8px;margin-top:20px}.brand,.title{font-family:Roboto}.brand{color:#594d6d;font-size:18px;margin-bottom:6px}.product-details{align-items:flex-end;display:flex;justify-content:space-between;margin-top:2px}.price{color:#171f46;font-family:Roboto;font-size:18px;font-weight:700;margin:0}.rating-container{align-items:center;background-color:#3b82f6;border-radius:6px;display:flex;padding:6px 16px}.rating{color:#fff;font-family:Roboto;font-size:16px;font-weight:500;margin-bottom:0;margin-right:4px;margin-top:0}.star{height:20px;margin-bottom:3px;width:20px}.products-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:24px}@media screen and (min-width:768px){.products-header{margin-top:32px}}.products-list-heading{color:#475569;font-family:Roboto;font-size:20px;font-weight:500}@media screen and (min-width:768px){.products-list-heading{font-size:32px}}.sort-by-container{align-items:center;display:flex}.sort-by-icon{color:#475569;font-size:24px;margin-right:6px}.sort-by,.sort-by-select{color:#475569;font-family:Roboto;font-size:16px}.sort-by-select{background-color:#fff;border:none;cursor:pointer;font-weight:500;outline:none;padding:12px}.select-option{color:#7e858e;font-family:Roboto;font-size:14px}.all-products-section{display:flex;flex-direction:column}@media screen and (min-width:768px){.all-products-section{flex-direction:row;justify-content:space-between;padding-bottom:100px}.all-products-container{margin-left:30px;width:70%}}.no-products-view{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:48px;padding-bottom:64px}@media screen and (min-width:768px){.no-products-view{margin-left:30px;margin-top:0;padding-bottom:0;width:70%}}.no-products-img{height:180px;width:250px}@media screen and (min-width:768px){.no-products-img{height:315px;width:459px}}.no-products-heading{color:#171f46;font-family:Roboto;font-size:20px;font-weight:500;line-height:1.3px}@media screen and (min-width:768px){.no-products-heading{font-size:24px;margin-top:32px}}.no-products-description{color:#64748b;font-family:Roboto;font-size:14px;line-height:1.3;max-width:288px;text-align:center;width:90%}@media screen and (min-width:768px){.no-products-description{font-size:18px;margin-top:12px;max-width:466px;width:60%}}.products-error-view-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:48px;padding-bottom:64px}@media screen and (min-width:768px){.products-error-view-container{margin-left:30px;margin-top:0;padding-bottom:0;width:70%}}.products-failure-img{height:200px;width:250px}@media screen and (min-width:768px){.products-failure-img{height:350px;width:400px}}.product-failure-heading-text{color:#171f46;font-family:Roboto;font-size:20px;font-weight:500;line-height:1.3}@media screen and (min-width:768px){.product-failure-heading-text{font-size:24px}}.products-failure-description{color:#64748b;font-family:Roboto;font-size:14px;line-height:1.3;max-width:288px;text-align:center;width:90%}@media screen and (min-width:768px){.products-failure-description{font-size:18px;max-width:466px;width:60%}}.products-loader-container{align-items:center;display:flex;height:100vh;justify-content:center}@media screen and (min-width:768px){.products-loader-container{width:70%}}.primedeals-list-heading{color:#475569;font-family:Roboto;font-size:32px;font-weight:500;margin-top:48px}.products-list{display:flex;flex-wrap:wrap;padding-left:0}.register-prime-img{margin-top:30px}.primedeals-loader-container{align-items:center;display:flex;justify-content:center;min-height:60vh}.product-sections{display:flex;flex-direction:column;margin:auto;max-width:1110px;width:90%}.similar-product-item{display:flex;flex-direction:column;list-style-type:none}@media screen and (min-width:768px){.similar-product-item{margin-right:64px;width:200px}}.similar-product-img{border-radius:8px;width:200px}.similar-product-title{color:#171f46;font-family:Roboto;font-size:16px;font-weight:500;margin-bottom:6px}.similar-products-brand{color:#594d6d;font-family:Roboto;font-size:16px;margin-top:6px}.similar-product-price-rating-container{align-items:center;display:flex;justify-content:space-between;width:200px}.similar-product-price{color:#171f46;font-family:Roboto;font-size:18px;font-weight:700}.similar-product-rating-container{align-items:center;background-color:#3b82f6;border-radius:6px;display:flex;padding:4px 8px}.similar-product-rating{color:#fff;font-family:Roboto;font-size:14px;font-weight:500;margin-bottom:0;margin-right:4px;margin-top:0}.similar-product-star{height:14px;width:14px}.product-item-details-container{display:flex;justify-content:center;margin-top:32px}@media screen and (min-width:768px){.product-item-details-container{margin-top:64px}}.product-details-success-view{max-width:550px;width:85%}@media screen and (min-width:768px){.product-details-success-view{max-width:1110px;width:80%}}.product-details-container{display:flex;flex-direction:column}@media screen and (min-width:768px){.product-details-container{flex-direction:row;justify-content:space-between;margin-bottom:48px}}.product-image{border-radius:16px;flex-shrink:0}@media screen and (min-width:768px){.product-image{max-height:576px;max-width:540px;width:48%}.product{width:48%}}.product-name{color:#3e4c59;font-family:Roboto;font-size:24px;font-weight:500;margin-bottom:16px;margin-top:24px}@media screen and (min-width:768px){.product-name{font-size:48px;margin-top:0}}.price-details{color:#171f46;font-family:Roboto;font-size:24px;font-weight:700;margin-bottom:16px}.rating-and-reviews-count{align-items:center;display:flex}.reviews-count{color:#12022f;font-family:Open Sans;font-size:14px;margin-left:12px}.product-description{color:#616e7c;font-family:Roboto;font-size:14px;line-height:1.3;margin-bottom:16px;margin-top:16px}@media screen and (min-width:768px){.product-description{font-size:18px;margin-bottom:24px}}.label-value-container{display:flex;margin-bottom:16px}.label{color:#171f46;font-family:Roboto;font-size:16px;font-weight:500;margin-bottom:0;margin-top:0}@media screen and (min-width:768px){.label{font-size:18px}}.value{color:#616e7c;font-family:Roboto;font-size:16px;margin-bottom:0;margin-left:8px;margin-top:0}@media screen and (min-width:768px){.value{font-size:18px}}.horizontal-line{border-top:1px solid #cbced2;margin:0}.quantity-container{align-items:center;display:flex}.quantity-controller-button{background:#0000;border:none;cursor:pointer;outline:none}.quantity-controller-icon{color:#616e7c;height:16px;width:16px}.quantity{color:#616e7c;font-family:Roboto;font-size:20px;font-weight:500;margin-left:24px;margin-right:24px}@media screen and (min-width:768px){.quantity{font-size:24px}}.button{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Roboto;font-size:14px;font-weight:500;outline:none;padding:12px 20px}.add-to-cart-btn{font-size:12px;margin-bottom:32px}@media screen and (min-width:768px){.add-to-cart-btn{font-size:14px;margin-bottom:48px}}.similar-products-heading{color:#3e4c59;font-family:Roboto;font-size:28px;font-weight:500;margin:0}@media screen and (min-width:768px){.similar-products-heading{font-size:32px}}.similar-products-list{display:flex;flex-direction:column;flex-wrap:wrap;padding-left:0}@media screen and (min-width:768px){.similar-products-list{flex-direction:row;margin-top:24px}}.product-details-error-view-container,.products-details-loader-container{align-items:center;display:flex;height:80vh;justify-content:center}.product-details-error-view-container{flex-direction:column}.error-view-image{height:165px;width:300px}@media screen and (min-width:768px){.error-view-image{height:290px;width:540px}}.product-not-found-heading{color:#1e293b;font-family:Roboto;font-size:32px;font-weight:500;margin-top:48px}@media screen and (min-width:768px){.product-not-found-heading{font-size:48px}}.cart-empty-view-container{align-items:center;align-self:center;display:flex;flex-direction:column}.cart-empty-img{height:190px;width:180px}@media screen and (min-width:768px){.cart-empty-img{height:380px;width:360px}}.cart-empty-heading{color:#1e293b;font-family:Roboto;font-size:24px;font-weight:500}@media screen and (min-width:768px){.cart-empty-heading{font-size:32px}}.shop-now-btn{background-color:#0b69ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Roboto;font-size:12px;outline:none;padding:8px 16px}.cart-item{align-items:center;background-color:#fff;box-shadow:0 4px 16px 0 #eaebed;display:flex;margin-bottom:16px;padding:16px}@media screen and (min-width:768px){.cart-item{margin-bottom:32px;padding:24px 48px 24px 36px}}.cart-product-image{border-radius:4px;height:96px;width:96px}.cart-item-details-container{margin-left:16px}@media screen and (min-width:768px){.cart-item-details-container{display:flex;flex-grow:1;justify-content:space-between}.cart-product-title-brand-container{width:250px}}.cart-product-title{color:#171f46;font-family:Roboto;font-size:12px;font-weight:500;margin-bottom:0;margin-top:0}@media screen and (min-width:768px){.cart-product-title{font-size:16px}}.cart-product-brand{color:#64748b;font-family:Roboto;font-size:10px}@media screen and (min-width:768px){.cart-product-brand{font-size:12px}}.cart-quantity-container{align-items:center;display:flex}.quantity-controller-button{padding:0}.cart-quantity{color:#52606d;font-family:Roboto;font-size:12px;font-weight:500;line-height:1.3;margin:8px}@media screen and (min-width:768px){.cart-quantity{font-size:18px;margin-left:16px;margin-right:16px}}.total-price-remove-container{align-items:center;display:flex}.cart-total-price{color:#0b69ff;font-family:Roboto;font-size:16px;font-weight:500;margin-bottom:0;margin-top:0;min-width:100px}@media screen and (min-width:768px){.cart-total-price{font-size:18px}}.remove-button{background-color:initial;border:none;color:#334155;cursor:pointer;font-family:Roboto;font-size:10px;line-height:16px;outline:none}@media screen and (min-width:768px){.remove-button{display:none}}.delete-button{background-color:initial;border:none;cursor:pointer;margin-left:32px;outline:none}@media screen and (max-width:767px){.delete-button{display:none}}.cart-list{padding-left:0}.cart-summary-container{align-self:flex-end;display:flex;flex-direction:column}.order-total-value{color:#171f46;font-family:Roboto;font-size:16px;margin-bottom:2px}@media screen and (min-width:768px){.order-total-value{font-size:32px}}.order-total-label{color:#616e7c;font-family:Roboto;font-size:16px;font-weight:500}@media screen and (min-width:768px){.order-total-label{font-size:24px}}.total-items{color:#616e7c;font-family:Roboto;font-size:12px;margin-top:2px}@media screen and (min-width:768px){.total-items{font-size:16px}}.checkout-button{background-color:#0b69ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Roboto;font-size:12px;margin-bottom:8px;margin-top:8px;outline:none;padding-bottom:12px;padding-top:12px}@media screen and (max-width:767px){.d-sm-none{display:none}}@media screen and (min-width:768px){.d-lg-none{display:none}}.cart-container{display:flex;justify-content:center;min-height:75vh}@media screen and (min-width:768px){.cart-container{min-height:90vh}}.cart-content-container{display:flex;flex-direction:column;max-width:1110px;width:90%}@media screen and (min-width:768px){.cart-content-container{max-width:1110px;width:80%}}.cart-heading{color:#3e4c59;font-family:Roboto;font-size:24px;font-weight:700}@media screen and (min-width:768px){.cart-heading{font-size:48px}}.remove-all-btn{align-self:flex-end;background:#0000;border:none;color:#0b69ff;cursor:pointer;display:flex;font-family:Roboto;font-size:18px;font-weight:500;line-height:1.5;outline:none}@media screen and (min-width:768px){.remove-all-btn{font-size:16px}}.not-found-container{align-items:center;display:flex;flex-direction:column;height:70vh;justify-content:center}.not-found-img{width:400px}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}
/*# sourceMappingURL=main.4fd958b0.css.map*/