.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:20px}nav ul{display:flex;justify-content:space-around;list-style:none;margin:0;padding:0}nav li{margin:0 10px}footer{background-color:#f0f0f0;padding:10px;text-align:center}.navbar{background:linear-gradient(135deg,#7719aa,#8b5cf6);box-shadow:0 2px 4px #0000001a;padding:.8rem 1rem;position:relative}.navbar-content{margin:0 auto;max-width:1200px;width:100%}.top-section{align-items:center;display:flex;justify-content:space-between}.search-section{display:flex;justify-content:center;margin-top:1rem}.navbar-brand{align-items:center;color:#fff;display:flex;filter:invert(1);font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;gap:.5rem;text-decoration:none;transition:filter .3s ease,transform .3s ease}.navbar-brand:hover{filter:invert(.8);transform:scale(1.05)}.nav-item{align-items:center;background:#0000;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:.95rem;gap:.3rem;padding:.6rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-item:hover{background:#fff3}.nav-link{color:#fff;font-family:Poppins,sans-serif;text-decoration:none}.search-input-container{align-items:center;display:flex;max-width:400px;position:relative;transition:transform .2s ease-in-out;width:40%}.search-input-container:hover{transform:scale(1.01)}.search-input-field{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #fff3;border-radius:28px;color:#333;font-size:1rem;outline:none;padding:.8rem 3.5rem .8rem .8rem;transition:background .3s;width:100%}.search-input-container:hover .search-input-field{background:#fff}.search-button{background:none;border:none;color:#6366f1;cursor:pointer;font-size:1.5em;line-height:1;padding:.5rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);transition:transform .2s ease-in-out}.search-button:hover{transform:translateY(-50%) scale(1.1)}.navbar-right{align-items:center;display:flex;gap:.75rem}.basket-indicator{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:50%;color:#6366f1;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:relative;transition:transform .3s ease;width:40px}.basket-indicator:hover{transform:scale(1.1)}.basket-badge{background:red;color:#fff;font-size:.75rem;font-weight:700;height:20px;line-height:1;position:absolute;right:-8px;top:-8px;width:20px}.basket-badge,.login-button{align-items:center;border-radius:50%;display:flex;justify-content:center}.login-button{background:#fff;color:#6366f1;font-size:1.5em;height:40px;text-decoration:none;transition:transform .3s;width:40px}.login-button:hover{transform:scale(1.1)}.account-menu-container{align-items:center;display:flex;position:relative}.account-menu-toggle{display:none}.account-link-large-screen{display:inline-flex}.logout-button-large-screen{background:#0000;border:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif}.logout-button-large-screen:hover{background:#fff3}.account-dropdown-menu{background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;list-style:none;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;right:0;top:calc(100% + .5rem);transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;visibility:hidden;z-index:1050}.account-menu-toggle[aria-expanded=true]~.account-dropdown-menu{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s;visibility:visible}.account-dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:.9rem;padding:.75rem 1.2rem;text-align:left;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap;width:100%}.account-dropdown-item:hover{background-color:#f0f0f0;color:#000}.account-dropdown-item.logout{color:#dc3545}.account-dropdown-item.logout:hover{background-color:#f8d7da;color:#721c24}@media (max-width:768px){.navbar{padding:.5rem}.top-section{margin-bottom:.5rem;width:100%}.navbar-brand{font-size:1rem}.navbar-brand img{flex-shrink:0;height:auto;width:150px}.search-section{margin-top:.5rem;order:2;width:100%}.search-input-container{max-width:none;width:95%}.navbar-right{margin-left:auto;order:1}.account-menu-toggle{display:inline-flex}.account-link-large-screen,.logout-button-large-screen{display:none}}@media (min-width:769px){.top-section{margin-bottom:0}.search-section{flex:1 1;margin-top:0;padding:0 1rem}.search-input-container{width:100%}.account-menu-toggle{display:none}.account-link-large-screen,.logout-button-large-screen{display:inline-flex}}.navbar-categories{margin-bottom:1rem;text-align:center}.menu-toggle{background-color:#8b5cf6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem 1rem;transition:background-color .3s ease}@media (max-width:768px){.menu-toggle{display:inline-block;margin-top:1rem}}.top-level-categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0}@media (max-width:768px){.top-level-categories{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.top-level-categories.open{max-height:60rem;overflow-y:auto;transition:max-height .3s ease-in}}.category-button{align-items:center;background-color:initial;border-radius:10px;color:#fff;display:flex;flex-direction:column;font-size:1rem;gap:.5rem;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s ease}.category-button.selected,.category-button:hover{background-color:#8b5cf6;transform:scale(1.1)}.category-content{align-items:center;display:flex;flex-direction:column}.category-image{align-items:center;background-color:#fff;border-radius:50%;display:flex;font-size:2rem;height:3rem;justify-content:center;width:3rem}.category-name{font-size:1rem;margin-top:.5rem}.notification-banner{align-items:center;background-color:#eef2ff;border-bottom:1px solid #c7d2fe;color:#4338ca;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1.5rem;justify-content:center;padding:1rem;text-align:center}.notification-banner p{margin:0}.notification-banner .error-text{color:#be123c;font-size:.8rem;text-align:center;width:100%}.notification-banner-denied{background-color:#fff1f2;border-bottom:1px solid #fecdd3;color:#be123c}.banner-buttons{display:flex;gap:1rem}.banner-buttons .btn-primary{background-color:#4f46e5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem}.banner-buttons .btn-secondary{background-color:initial;border:1px solid #a5b4fc;border-radius:6px;color:#4f46e5;cursor:pointer;padding:.5rem 1rem}.notification-banner-success{background-color:#f0fdf4;border-bottom:1px solid #bbf7d0;color:#166534}.account-header-nav{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:.5rem}.account-header-nav a{border-radius:6px;color:#333;font-weight:500;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.account-header-nav a:hover{background-color:#e9ecef;color:#000}.account-header-nav a.active{background:linear-gradient(135deg,#7719aa,#8b5cf6);box-shadow:0 1px 3px #8b5cf64d;color:#fff;font-weight:600}.account-header-nav a.active:hover{background:linear-gradient(135deg,#6a169a,#7a4ce0)}.account-header-nav .logout-link{color:#dc3545}.account-header-nav .logout-link:hover{background-color:#f8d7da;color:#721c24}.account-layout-container{margin:1rem auto;max-width:1200px;padding:1rem}.account-header{margin-bottom:2rem}.account-content-area,.account-header{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #00000014}.account-content-area{padding:1.5rem 2rem}@media (max-width:768px){.account-layout-container{padding:.5rem}.account-content-area{padding:1rem}}.categories-page-container{margin:0 auto;max-width:1200px;padding:1rem}.error-message,.error-state,.loading-state,.no-categories-message{color:#555;font-size:1.2rem;padding:2rem;text-align:center}.error-message.global-error,.error-state.fatal-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f;margin-bottom:1rem}.error-message.product-error{background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px;color:#c09853;margin-top:1rem}.categories-page-main-title{color:#333;font-size:2.2rem;margin-bottom:2rem;text-align:center}.category-box{background:linear-gradient(135deg,#c5a2d8,#aa8bc4);border:1px solid #b39cc4;border-radius:10px;box-shadow:0 3px 6px #0000001f;color:#fff;margin-bottom:2rem;padding:1.5rem;text-align:center}.category-box h2{align-items:center;display:flex;font-size:1.8rem;gap:.75rem;justify-content:center;margin-bottom:1.5rem;margin-top:0}.category-icon-image,.category-icon-placeholder{font-size:1.8em}.category-icon-image{max-height:1.8em;width:auto}.subcategory-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;list-style:none;margin-top:1rem;padding:0}.subcategory-item{flex-basis:calc(20% - 1rem);flex-grow:0;flex-shrink:1;max-width:calc(20% - 1rem);min-width:130px}.subcategory-box{align-items:center;background-color:#ffffff26;border:1px solid #fff3;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-size:.95rem;gap:.5rem;height:100%;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.subcategory-box:hover{background-color:#8b5cf6;border-color:#8b5cf6;transform:translateY(-4px)}.subcategory-image{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#8b5cf6;display:flex;font-size:2.2rem;height:4rem;justify-content:center;width:4rem}.subcategory-image.actual-image{object-fit:cover;padding:0}.subcategory-name{font-size:1rem;font-weight:500;line-height:1.3;margin-top:.5rem}.top-level-categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.top-level-categories-grid .category-box{margin-bottom:0}.products-section{margin-top:2rem}.products-section h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.products-section .loading-state,.products-section .no-products-message,.products-section .product-error{color:#555;font-size:1.1rem;padding:2rem;text-align:center}@media (max-width:992px){.subcategory-item{flex-basis:calc(25% - 1rem);flex-grow:0;flex-shrink:1;max-width:calc(25% - 1rem)}}@media (max-width:768px){.subcategory-item{flex-basis:calc(33.333% - 1rem);flex-grow:0;flex-shrink:1;max-width:calc(33.333% - 1rem)}.top-level-categories-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.category-box h2{font-size:1.6rem}}@media (max-width:550px){.subcategory-item{flex-basis:calc(50% - 0.8rem);flex-grow:0;flex-shrink:1;gap:.8rem;max-width:calc(50% - .8rem)}.category-box h2{font-size:1.4rem}.subcategory-box,.subcategory-name{font-size:.9rem}.subcategory-image{font-size:2rem;height:3.5rem;width:3.5rem}.top-level-categories-grid{grid-template-columns:1fr}}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));list-style:none;margin:0;padding:0}.product-card-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.product-card-item:hover{box-shadow:0 4px 10px #0000001f;transform:translateY(-5px)}.product-card-link{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card-image-container{align-items:center;aspect-ratio:4/3;background-color:#f8f8f8;display:flex;justify-content:center;overflow:hidden;width:100%}.product-card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card-link:hover .product-card-image{transform:scale(1.05)}.product-card-image-placeholder{align-items:center;background-color:#f0f0f0;color:#ccc;display:flex;font-size:2.5rem;height:100%;justify-content:center;width:100%}.product-card-image-placeholder span{padding-bottom:5px}.product-card-info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem;text-align:left}.product-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.3em;margin:0 0 .5rem;min-height:2.6em;overflow:hidden;text-overflow:ellipsis}.product-card-price{color:#8b5cf6;font-size:1.2rem;font-weight:700;margin:.5rem 0 0}@media (max-width:550px){.product-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.product-card-name{font-size:1rem;line-height:1.2em;min-height:2.4em}.product-card-price{font-size:1.1rem}}@media (max-width:400px){.product-grid{grid-template-columns:1fr}}.product-detail-page{color:#333;font-family:sans-serif;margin:2rem auto;max-width:1200px;padding:1rem}.product-breadcrumb{color:#555;font-size:.9rem;margin-bottom:1.5rem}.product-breadcrumb span:hover{color:#8b5cf6}.product-main-layout{display:flex;flex-direction:column;gap:2rem}.product-gallery{display:flex;flex:1 1 50%;flex-direction:column;gap:1rem}.main-image-container{align-items:center;aspect-ratio:1/1;background-color:#f0f0f0;border:1px solid #eee;border-radius:8px;display:flex;justify-content:center;overflow:hidden;width:100%}.main-product-image{height:100%;object-fit:contain;width:100%}.image-placeholder{color:#888;font-size:1.2rem}.thumbnail-gallery{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.thumbnail-image{border:2px solid #0000;border-radius:4px;cursor:pointer;height:80px;object-fit:cover;transition:border-color .2s ease;width:80px}.thumbnail-image:hover{border-color:#c5a2d8}.thumbnail-image.selected{border-color:#8b5cf6;box-shadow:0 0 5px #8b5cf6}.product-info-actions{display:flex;flex:1 1 50%;flex-direction:column;gap:1rem}.product-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.product-price{color:#8b5cf6;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.in-baskets-count{background-color:#fdf2e2;border-radius:4px;color:#e67e22;display:inline-block;font-size:.9rem;font-weight:700;padding:.3rem .6rem}.product-quantity-selector{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.product-quantity-selector button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;font-size:1.2rem;height:30px;transition:background-color .2s;width:30px}.product-quantity-selector button:hover:not(:disabled){background-color:#e0e0e0}.product-quantity-selector button:disabled{cursor:not-allowed;opacity:.5}.product-quantity-selector span{font-size:1.2rem;min-width:30px;padding:0 .5rem;text-align:center}.product-actions{display:flex;flex-direction:column;gap:.75rem}.product-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;text-align:center;transition:background-color .3s ease,transform .1s ease}.product-actions button:active{transform:scale(.98)}.add-to-basket-button{background-color:#c5a2d8;color:#fff}.add-to-basket-button:hover{background-color:#b38cc4}.buy-it-now-button{background-color:#8b5cf6;color:#fff}.buy-it-now-button:hover{background-color:#7c4fe2}.product-description-container{background:linear-gradient(135deg,#f9f2fc,#f0e8f5);border:1px solid #e0d1e8;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-top:1.5rem;padding:1rem}.product-description-container h3{color:#543864;margin-bottom:.75rem;margin-top:0}.product-description{color:#444;font-size:1rem;line-height:1.6}.product-detail-error,.product-detail-loading,.product-detail-not-found{color:#555;font-size:1.2rem;padding:3rem 1rem;text-align:center}.product-detail-error{color:red}@media (min-width:768px){.product-main-layout{flex-direction:row}.product-gallery{align-self:flex-start;max-height:calc(100vh - 2rem);position:-webkit-sticky;position:sticky;top:1rem}.product-actions{flex-direction:row}.product-actions button{flex:1 1}}.products-page-container{margin:1rem auto;max-width:1200px;padding:1rem}.products-page-title{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.no-products-message,.products-page-error,.products-page-loading{color:#555;font-size:1.2rem;padding:3rem 1rem;text-align:center}.products-page-error{color:red}.pagination-controls{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.pagination-controls button{background-color:#f8f8f8;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.pagination-controls button:hover:not(:disabled){background-color:#e0e0e0}.pagination-controls button:disabled{cursor:not-allowed;opacity:.5}.pagination-controls span{font-size:1rem}.basket-page-container{margin:2rem auto;max-width:900px;padding:1rem}.basket-page-container h1{color:#333;margin-bottom:2rem;text-align:center}.basket-page-error,.basket-page-loading,.empty-basket-message{color:#555;font-size:1.2rem;padding:3rem 1rem;text-align:center}.basket-page-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f;padding:1rem}.continue-shopping-link{background-color:#8b5cf6;border-radius:5px;color:#fff;display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s}.continue-shopping-link:hover{background-color:#7c4fe2}.basket-items-list{list-style:none;margin:0 0 2rem;padding:0}.basket-item-card{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem}.basket-item-image-link{flex-shrink:0}.basket-item-image{border:1px solid #eee;border-radius:4px;height:80px;object-fit:cover;width:80px}.basket-item-details{flex-grow:1}.basket-item-details a{color:inherit;text-decoration:none}.basket-item-name{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 .3rem}.basket-item-name:hover{color:#8b5cf6}.basket-item-sku,.basket-item-unit-price{color:#666;font-size:.9rem;margin:.2rem 0}.basket-item-quantity-controls{align-items:center;display:flex;gap:.5rem}.basket-item-quantity-controls button{align-items:center;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:1rem;height:25px;justify-content:center;transition:background-color .2s;width:25px}.basket-item-quantity-controls button:hover:not(:disabled){background-color:#e0e0e0}.basket-item-quantity-controls button:disabled{cursor:not-allowed;opacity:.5}.basket-item-quantity-controls span{font-size:1rem;min-width:20px;padding:0 .3rem;text-align:center}.basket-item-total-price{font-size:1rem;font-weight:700;min-width:80px;text-align:right}.basket-item-remove-button{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;cursor:pointer;font-size:.9rem;padding:.4rem .8rem;transition:background-color .2s}.basket-item-remove-button:hover{background-color:#f1b0b7}.basket-item-remove-button:disabled{cursor:not-allowed;opacity:.6}.basket-summary{align-items:flex-end;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding:1.5rem;text-align:right}.clear-basket-button{align-self:flex-start;background-color:#e74c3c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;padding:.6rem 1.2rem}.clear-basket-button:hover{background-color:#c0392b}.clear-basket-button:disabled{background-color:#ccc;cursor:not-allowed}.basket-subtotal h3{color:#333;font-size:1.5rem;margin:0}.checkout-button{background-color:#2ecc71;border-radius:5px;box-sizing:border-box;color:#fff;display:inline-block;font-size:1.1rem;font-weight:700;padding:.8rem 2rem;text-align:center;text-decoration:none;transition:background-color .3s}.checkout-button:hover{background-color:#27ae60}@media (max-width:768px){.basket-item-card{align-items:stretch;flex-direction:column;text-align:center}.basket-item-image{height:120px;margin:0 auto .5rem;width:120px}.basket-item-quantity-controls{justify-content:center;margin:.5rem 0}.basket-item-total-price{margin:.5rem 0;text-align:center}.basket-item-remove-button{margin-top:.5rem;width:100%}.basket-summary{align-items:center;padding:1rem}.clear-basket-button{align-self:center;box-sizing:border-box;margin-bottom:1rem;width:100%}.checkout-button{width:100%}}.checkout-page-container{margin:2rem auto;max-width:960px;padding:1rem}.checkout-page-container h1{margin-bottom:2rem;text-align:center}.checkout-page-empty,.checkout-page-error,.checkout-page-loading,.checkout-page-no-address{color:#555;font-size:1.1rem;padding:2rem;text-align:center}.checkout-page-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f}.checkout-error-message{color:#d9534f;margin-top:1rem;text-align:center}.checkout-layout{display:flex;flex-direction:column-reverse;gap:2rem}@media (min-width:768px){.checkout-layout{flex-direction:row}}.checkout-order-summary{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;flex:1 1;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.checkout-order-summary h2{border-bottom:1px solid #ddd;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem}.summary-item{display:flex;font-size:.95rem;justify-content:space-between;margin-bottom:.5rem}.summary-item span:last-child{font-weight:500}.checkout-order-summary hr{border:0;border-top:1px solid #eee;margin:1rem 0}.summary-grand-total,.summary-total{display:flex;font-size:1.1rem;justify-content:space-between;margin-top:.5rem}.summary-grand-total{font-size:1.3rem;margin-top:.8rem}.checkout-details{flex:2 1}.checkout-details h2{margin-bottom:1rem;margin-top:0}.address-select{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:.5rem;padding:.75rem;width:100%}.add-new-address-link{color:#8b5cf6;display:inline-block;font-size:.9rem;margin-bottom:1.5rem;text-decoration:none}.add-new-address-link:hover{text-decoration:underline}.customer-notes-textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:1.5rem;min-height:80px;padding:.75rem;resize:vertical;width:100%}.proceed-to-payment-button{background-color:#2ecc71;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1.2rem;font-weight:700;margin:2rem auto 0;max-width:300px;padding:1rem 1.5rem;transition:background-color .3s;width:100%}.proceed-to-payment-button:hover:not(:disabled){background-color:#27ae60}.proceed-to-payment-button:disabled{background-color:#ccc;cursor:not-allowed}.payment-return-page{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:3rem auto;max-width:600px;padding:2rem;text-align:center}.payment-return-page h1{color:#333;margin-bottom:1.5rem}.status-error,.status-loading,.status-success{border-radius:4px;font-size:1.2rem;margin-bottom:1.5rem;padding:1rem}.status-loading{color:#555}.status-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.status-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.order-details-summary{background-color:#f9f9f9;border:1px solid #eee;border-radius:4px;margin-bottom:2rem;padding:1rem;text-align:left}.order-details-summary h2{font-size:1.3rem;margin-bottom:.75rem;margin-top:0}.order-details-summary p{font-size:1rem;margin:.3rem 0}.payment-return-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.payment-cancel-page{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:3rem auto;max-width:600px;padding:2rem;text-align:center}.payment-cancel-page h1{color:#e74c3c;margin-bottom:1rem}.payment-cancel-page p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.payment-cancel-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.action-link{border-radius:5px;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease}.action-link:first-of-type{background-color:#8b5cf6;color:#fff}.action-link:first-of-type:hover{background-color:#7c4fe2}.action-link:last-of-type{background-color:#e9ecef;border:1px solid #ced4da;color:#333}.action-link:last-of-type:hover{background-color:#dee2e6}.auth-form-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:20px}.auth-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:450px;padding:30px 40px;width:100%}.auth-form h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:25px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#555;display:block;font-size:.95rem;font-weight:500;margin-bottom:8px}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:1rem;padding:12px;transition:border-color .2s ease-in-out;width:100%}.form-group input:focus{border-color:#8b5cf6;box-shadow:0 0 0 .2rem #8b5cf640;outline:none}.auth-button{background:linear-gradient(135deg,#7719aa,#8b5cf6);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1em;font-weight:600;margin-top:10px;padding:12px;transition:background-color .3s ease,transform .1s ease;width:100%}.auth-button:hover:not(:disabled){background:linear-gradient(135deg,#6a169a,#7c4fe2);transform:translateY(-1px)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{background-color:#ccc;cursor:not-allowed}.auth-error-message{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f;text-align:center}.auth-error-message,.auth-success-message{font-size:.9rem;margin-bottom:15px;padding:10px}.auth-success-message{background-color:#dff0d8;border:1px solid #d6e9c6;color:#3c763d}.auth-switch-link{color:#555;font-size:.9rem;margin-top:15px;text-align:center}.auth-switch-link a{color:#8b5cf6;font-weight:500;text-decoration:none}.auth-switch-link a:hover{text-decoration:underline}.auth-success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;margin-bottom:1rem;padding:1rem;text-align:center}.account-profile-page h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.profile-form .form-group{margin-bottom:1.5rem}.profile-form label{color:#555;display:block;font-weight:600;margin-bottom:.5rem}.profile-form input[type=date],.profile-form input[type=email],.profile-form input[type=tel],.profile-form input[type=text]{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.profile-form input[type=email][disabled]{background-color:#e9ecef;cursor:not-allowed}.profile-form input:focus{border-color:#8b5cf6;box-shadow:0 0 0 .2rem #8b5cf640;outline:none}.profile-form button[type=submit]{background:linear-gradient(135deg,#7719aa,#8b5cf6);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .1s ease}.profile-form button[type=submit]:hover{background:linear-gradient(135deg,#6a169a,#7a4ce0)}.profile-form button[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.profile-error,.profile-loading{color:#555;font-size:1.1rem;padding:2rem;text-align:center}.profile-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f}.profile-success{background-color:#dff0d8;border:1px solid #d6e9c6;border-radius:4px;color:#3c763d;font-size:1.1rem;margin-top:1rem;padding:1rem;text-align:center}.address-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.address-card h3{color:#343a40;font-size:1.25rem;margin-bottom:.75rem;margin-top:0}.address-card p{color:#495057;line-height:1.6;margin-bottom:.5rem}.address-card .primary-tags span{background-color:#8b5cf6;border-radius:12px;color:#fff;display:inline-block;font-size:.8rem;font-weight:500;margin-bottom:.5rem;margin-right:.5rem;padding:.25rem .6rem}.address-card .primary-tags span.billing{background-color:#7719aa}.address-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.address-actions button{border:1px solid #0000;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.address-actions .btn-edit{background-color:#e0e0e0;border-color:silver;color:#333}.address-actions .btn-edit:hover{background-color:#d0d0d0}.address-actions .btn-delete{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.address-actions .btn-delete:hover{background-color:#f1b0b7}.address-actions .btn-set-primary{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.address-actions .btn-set-primary:hover{background-color:#b8dfc9}.address-actions .btn-set-primary:disabled{background-color:#e9ecef;color:#6c757d;cursor:not-allowed;opacity:.7}.modal-backdrop{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;max-height:90vh;max-width:500px;overflow-y:auto}.modal-content h3{color:#333;margin-bottom:1.5rem}.address-form .form-group{margin-bottom:1rem}.address-form label{color:#555;display:block;font-weight:500;margin-bottom:.3rem}.address-form input[type=tel],.address-form input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:.95rem;padding:.6rem;width:100%}.address-form input:focus{border-color:#8b5cf6;box-shadow:0 0 0 .15rem #8b5cf633;outline:none}.address-form .checkbox-group{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.address-form .checkbox-group input[type=checkbox]{margin-right:.5rem;width:auto}.modal-actions{gap:.75rem;margin-top:1.5rem}.modal-actions button{border:none;border-radius:5px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.6rem 1.2rem}.modal-actions .btn-save{background-color:#8b5cf6;color:#fff}.modal-actions .btn-save:hover{background-color:#7a4fe2}.modal-actions .btn-save:disabled{background-color:#ccc}.modal-actions .btn-cancel{background-color:#f0f0f0;border:1px solid #ccc;color:#333}.modal-actions .btn-cancel:hover{background-color:#e0e0e0}.modal-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.account-addresses-page h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.add-address-btn{background:linear-gradient(135deg,#7719aa,#8b5cf6);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:1.5rem;padding:.75rem 1.5rem;transition:background-color .3s ease}.add-address-btn:hover{background:linear-gradient(135deg,#6a169a,#7a4ce0)}.addresses-error,.addresses-loading,.no-addresses-message{color:#555;font-size:1.1rem;padding:2rem;text-align:center}.addresses-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f}.addresses-action-error{background-color:#f8d7da;border:1px solid #d9534f;border-radius:4px;color:#d9534f;margin-bottom:1rem;padding:.5rem}.addresses-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width:700px){.addresses-grid{grid-template-columns:1fr}}.account-orders-page h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.no-orders-message,.orders-error,.orders-loading{color:#555;font-size:1.1rem;padding:2rem;text-align:center}.orders-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f}.order-list-item{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:1rem;padding:1.5rem;transition:box-shadow .2s ease}.order-list-item:hover{box-shadow:0 2px 6px #0000001a}.order-list-item-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1rem}.order-list-item-header h3{color:#8b5cf6;font-size:1.2rem;margin:0}.order-list-item-header .order-date{color:#6c757d;font-size:.9rem}.order-details p{font-size:.95rem;margin:.3rem 0}.order-details strong{color:#343a40}.order-status{font-weight:700}.order-status.AwaitingPayment,.order-status.PendingPayment{color:#ffc107}.order-status.Authorized,.order-status.CapturePending,.order-status.Processing{color:#17a2b8}.order-status.Shipped{color:#007bff}.order-status.Captured,.order-status.Delivered{color:#28a745}.order-status.Abandoned,.order-status.Cancelled,.order-status.Declined,.order-status.Failed,.order-status.PaymentFailed{color:#dc3545}.order-status.PartiallyRefunded,.order-status.Refunded,.order-status.Voided{color:#6c757d}.view-order-details-link{background-color:#8b5cf6;border-radius:5px;color:#fff;display:inline-block;font-weight:500;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease}.view-order-details-link:hover{background-color:#7a4fe2}.orders-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.orders-pagination button{background-color:#f8f8f8;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;padding:.5rem 1rem;transition:background-color .2s}.orders-pagination button:hover:not(:disabled){background-color:#e0e0e0}.orders-pagination button:disabled{cursor:not-allowed;opacity:.5}.orders-pagination span{font-size:1rem}.orders-search-filter{display:flex;gap:.5rem;margin-bottom:1.5rem}.orders-search-filter input{border:1px solid #ccc;border-radius:4px;flex-grow:1;font-size:1rem;padding:.75rem}.orders-search-filter button{background-color:#8b5cf6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem 1.5rem}.order-detail-page{font-family:sans-serif}.order-detail-page h2{color:#333;font-size:1.8rem;margin-bottom:.5rem;margin-top:0}.order-detail-page .order-date-header{color:#6c757d;font-size:.95rem;margin-bottom:1.5rem}.order-address-section,.order-items-section,.order-summary-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.order-address-section h3,.order-items-section h3,.order-summary-section h3{border-bottom:1px solid #e0e0e0;color:#495057;font-size:1.4rem;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem}.order-address-grid,.order-summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.order-address-details p,.order-summary-item p{color:#343a40;font-size:1rem;margin:.4rem 0}.order-address-details p strong,.order-summary-item p strong{display:inline-block;min-width:120px}.order-address-details .address-block{margin-bottom:1rem}.order-address-details .address-block h4{color:#8b5cf6;font-size:1.1rem;margin-bottom:.5rem}.order-item-card{border-bottom:1px solid #e9ecef;display:flex;gap:1rem;padding:1rem 0}.order-item-card:last-child{border-bottom:none}.order-item-image-container{background-color:#e9ecef;border-radius:4px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.order-item-image-container img{height:100%;object-fit:cover;width:100%}.order-item-image-placeholder{align-items:center;color:#adb5bd;display:flex;font-size:1.5rem;height:100%;justify-content:center;width:100%}.order-item-info{flex-grow:1}.order-item-info h4{font-size:1.1rem;margin:0 0 .3rem}.order-item-info .item-sku{color:#6c757d;font-size:.85rem;margin-bottom:.3rem}.order-item-info .item-price-qty{color:#495057;font-size:.95rem}.order-totals{border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem;text-align:right}.order-totals p{font-size:1rem;margin:.5rem 0}.order-totals .grand-total{color:#8b5cf6;font-size:1.3rem;font-weight:700}.order-detail-error,.order-detail-loading{color:#555;font-size:1.1rem;padding:2rem;text-align:center}.order-detail-error{color:#d9534f}.order-notes{color:#555;font-style:italic}.order-status-badge{border-radius:.25rem;color:#fff;display:inline-block;font-size:.9em;font-weight:700;padding:.3em .6em}.order-status-badge.AwaitingPayment,.order-status-badge.PendingPayment{background-color:#ffc107;color:#212529}.order-status-badge.Authorized,.order-status-badge.CapturePending,.order-status-badge.Processing{background-color:#17a2b8}.order-status-badge.Shipped{background-color:#007bff}.order-status-badge.Captured,.order-status-badge.Delivered{background-color:#28a745}.order-status-badge.Abandoned,.order-status-badge.Cancelled,.order-status-badge.Declined,.order-status-badge.Failed,.order-status-badge.PaymentFailed{background-color:#dc3545}.order-status-badge.PartiallyRefunded,.order-status-badge.Refunded,.order-status-badge.Voided{background-color:#6c757d}.account-activity-page h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.activity-filters{align-items:center;background-color:#f8f9fa;border-radius:6px;display:flex;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem}.activity-filters .form-group{display:flex;flex-direction:column}.activity-filters label{color:#555;font-size:.85rem;margin-bottom:.25rem}.activity-filters input[type=date]{border:1px solid #ccc;border-radius:4px;padding:.5rem}.activity-filters button{align-self:flex-end;background-color:#8b5cf6;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.6rem 1rem}.activity-filters button:hover{background-color:#7a4fe2}.activity-error,.activity-loading,.no-activity-message{color:#555;font-size:1.1rem;padding:2rem;text-align:center}.activity-error{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f}.table-container{margin-bottom:1rem;overflow-x:auto;width:100%}.activity-table{border-collapse:collapse;font-size:.9rem;margin-top:1rem;width:100%}.activity-table td,.activity-table th{word-wrap:break-word;border:1px solid #dee2e6;overflow-wrap:break-word;padding:.75rem;text-align:left;vertical-align:top}.activity-table th{background-color:#e9ecef;font-weight:600;white-space:nowrap}.activity-table tbody tr:nth-child(odd){background-color:#f8f9fa}.activity-table tbody tr:hover{background-color:#f1f3f5}.activity-table .success-true{color:#28a745;font-weight:700}.activity-table .success-false{color:#dc3545;font-weight:700}.activity-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.activity-pagination button{background-color:#f8f8f8;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;padding:.5rem 1rem}.activity-pagination button:hover:not(:disabled){background-color:#e0e0e0}.activity-pagination button:disabled{cursor:not-allowed;opacity:.5}.activity-pagination span{font-size:1rem}.activity-filters{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.activity-filters input,.activity-filters select{border:1px solid #ccc;border-radius:4px;padding:.5rem;width:100%}.activity-filters button{grid-column:1/-1}.open-app-container{align-items:center;color:#333;display:flex;flex-direction:column;font-family:sans-serif;height:100vh;justify-content:center}.spinner{animation:spin 1s ease infinite;border:4px solid #0000001a;border-left-color:#4f46e5;border-radius:50%;height:36px;margin-bottom:20px;width:36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.data-privacy-page h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;margin-top:0}.privacy-section{border-bottom:1px solid #e9ecef;margin-bottom:2rem;padding-bottom:2rem}.data-privacy-page section:last-of-type{border-bottom:none;margin-bottom:0}.privacy-section h3{color:#343a40;font-size:1.3rem;margin-bottom:.75rem}.privacy-section p{color:#6c757d;line-height:1.6;max-width:70ch}.privacy-button{background-color:#8b5cf6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.privacy-button:hover:not(:disabled){background-color:#7a4fe2}.privacy-button:disabled{background-color:#c7d2fe;cursor:not-allowed}.danger-zone{background-color:#fff1f2;border:2px solid #f8d7da;border-radius:8px;padding:1.5rem}.danger-zone h3,.danger-zone p{color:#721c24}.delete-button:disabled{background-color:#f5c6cb}.privacy-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:1.5rem;padding:1rem;text-align:center}.security-page h2{margin-bottom:1.5rem;margin-top:0}.security-section{margin-bottom:2rem}.security-section h3{font-size:1.3rem}.security-section p{color:#6c757d;line-height:1.6;max-width:70ch}.security-button{background-color:#8b5cf6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.security-button.secondary{background-color:#e9ecef;color:#333}.security-button:hover:not(:disabled){background-color:#7a4fe2}.security-button.secondary:hover:not(:disabled){background-color:#dee2e6}.delete-button{background-color:#dc3545}.delete-button:hover:not(:disabled){background-color:#c82333}.security-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:1rem;padding:1rem}.setup-steps{display:flex;flex-direction:column;gap:1rem}.qr-code{align-self:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;height:auto;max-width:250px;padding:1rem}.secret-key{background-color:#e9ecef;border-radius:4px;font-family:monospace;font-size:1.1rem;padding:.5rem;word-break:break-all}.setup-steps input{align-self:center;border:1px solid #ccc;border-radius:4px;font-size:1.2rem;letter-spacing:.5rem;max-width:250px;padding:.75rem;text-align:center}.button-group{display:flex;gap:1rem;justify-content:center}.recovery-codes-warning{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:8px;color:#856404;margin-bottom:1.5rem;padding:1rem}.recovery-codes-list{grid-gap:.75rem;background-color:#f8f9fa;border-radius:8px;display:grid;font-family:monospace;font-size:1.1rem;gap:.75rem;grid-template-columns:1fr 1fr;padding:1rem}.modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-width:400px;padding:2rem;width:90%}.modal-content h3{margin-bottom:1rem;margin-top:0}.modal-content p{color:#555;font-size:.9rem;margin-bottom:1.5rem}.modal-content .form-group{margin-bottom:1rem}.modal-content label{display:block;margin-bottom:.5rem}.modal-content input{border:1px solid #ccc;border-radius:4px;padding:.75rem;width:100%}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.modal-button{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:.6rem 1.2rem}.modal-button.primary{background-color:#007bff;color:#fff}.modal-button.secondary{background-color:#6c757d;color:#fff}
/*# sourceMappingURL=main.12ad4cf2.css.map*/