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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}*,body{margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{margin:0;padding:0;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.logo-img{height:60px;object-fit:contain;width:auto}.nav-logo h2{color:#333;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-item{margin:0}.nav-link{border-radius:5px;color:#333;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:color .3s ease,background .3s ease}.nav-link:hover{background:#1e3a8a1a;color:#1e3a8a}.header{background:#1e3a8a;color:#fff;padding:4rem 0;text-align:center}.header-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.header-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.header-search{display:flex;gap:1rem;justify-content:center;margin:0 auto;max-width:600px}.search-input{flex:1 1;outline:none;padding:1rem}.search-button,.search-input{border:none;border-radius:50px;font-size:1rem}.search-button{background:gold;color:#333;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.search-button:hover{box-shadow:0 5px 15px #ffd70066;transform:translateY(-2px)}.slider-section{height:750px;margin-bottom:4rem;margin-left:0;margin-right:0;overflow:hidden;padding:0;position:relative;width:100%}.slider-container{max-width:100%}.slider-container,.slider-wrapper{height:100%;position:relative;width:100%}.slide{align-items:center;background-position:50%;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.slide.active{opacity:1}.slide:before{background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.slide-content{color:#fff;padding:2rem;position:relative;text-align:center;z-index:1}.slide-content h2{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.slide-content p{font-size:1.5rem;margin-bottom:2rem;text-shadow:1px 1px 2px #00000080}.slide-button{background:#1e3a8a;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.slide-button:hover{background:#172554;box-shadow:0 5px 20px #1e3a8a80;box-shadow:0 5px 20px #ffd70080;transform:translateY(-3px)}.slider-btn{background:#ffffff4d;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:3rem;height:50px;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;width:50px;z-index:2}.slider-btn:hover{background:#ffffff80}.slider-btn.prev{left:20px}.slider-btn.next{right:20px}.slider-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.dot{background:#ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:background .3s ease;width:12px}.dot.active{background:#fff}.about-section{background:#f8f9fa;padding:5rem 0}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:#1e3a8a;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-item h3{color:#1e3a8a;font-size:2.5rem;margin-bottom:.5rem}.stat-item p{color:#666;font-size:1rem}.products-section{background:#fff;padding:5rem 0}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 10px 30px #0003;transform:translateY(-10px)}.product-image{height:350px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{background:#fff;border:none;border-radius:5px;color:#333;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:transform .3s ease}.quick-view-btn:hover{transform:scale(1.05)}.product-info{padding:1.5rem}.product-title{color:#333;font-size:1.3rem;margin-bottom:.5rem}.product-author{color:#666;font-size:.9rem;margin-bottom:.5rem}.product-price{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.add-to-cart-btn{background:#1e3a8a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;width:100%}.add-to-cart-btn:hover{background:#172554;box-shadow:0 5px 15px #1e3a8a66;transform:translateY(-2px)}.contact-section{background:#f8f9fa;padding:5rem 0}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:1.5rem}.contact-item h3{color:#1e3a8a;font-size:1.2rem;margin-bottom:.5rem}.contact-item p{color:#666;line-height:1.8}.contact-form{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:5px;font-family:inherit;font-size:1rem;outline:none;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#1e3a8a}.submit-btn{background:#1e3a8a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;width:100%}.submit-btn:hover{background:#172554;box-shadow:0 5px 20px #1e3a8a66;transform:translateY(-2px)}.footer{background:#1e3a8a;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto 2rem;max-width:1200px;padding:0 20px}.footer-section h3{font-size:1.3rem;margin-bottom:1rem}.footer-section p{color:#fffc;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.footer-bottom{border-top:1px solid #ffffff1a;margin:0 auto;max-width:1200px;padding-left:20px;padding-right:20px;padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9}.menu-icon{color:#333;cursor:pointer;display:none;font-size:1.8rem}@media (max-width:960px){.NavbarItems{position:relative}.nav-menu{align-items:center;box-shadow:0 5px 10px #0000001a;display:flex;flex-direction:column;gap:1.5rem;height:auto;left:-100%;opacity:0;padding:2rem 0;position:absolute;top:80px;width:100%}.nav-menu,.nav-menu.active{background:#fff;transition:all .5s ease;z-index:999}.nav-menu.active{left:0;opacity:1}.nav-link{display:table;padding:1rem;text-align:center;width:100%}.nav-link:hover{background-color:#1e3a8a1a;border-radius:0}.menu-icon{cursor:pointer;display:block;font-size:1.8rem;position:absolute;right:0;top:0;transform:translate(-100%,60%)}.header-content h1{font-size:2rem}.slide-content h2{font-size:1.8rem}.slide-content p{font-size:1rem}.slide-button{font-size:.9rem;padding:.8rem 1.5rem}.about-content{grid-template-columns:1fr}.about-stats{flex-direction:row;flex-wrap:wrap;justify-content:center}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-image{height:250px}.contact-content,.footer-content{grid-template-columns:1fr}.footer-content{text-align:center}.header-search{flex-direction:column;padding:0 1rem}.search-button,.search-input{width:100%}}.about-page{width:100%}.about-hero{background:#1e3a8a;color:#fff;padding:5rem 0;text-align:center}.about-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.5rem;opacity:.9}.about-mission{background:#fff;padding:5rem 0}.mission-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.mission-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.mission-image{align-items:center;display:flex;justify-content:center;position:relative}.mission-image img{border-radius:20px;box-shadow:0 10px 30px #0003;height:auto;max-width:500px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;width:100%}.mission-image img:hover{box-shadow:0 15px 40px #0000004d;transform:scale(1.05)}.mission-placeholder{display:none}.about-values{background:#f8f9fa;padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 10px 30px #0003;transform:translateY(-10px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{color:#1e3a8a;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.about-story{background:#fff;padding:5rem 0}.story-content{margin:0 auto;max-width:800px}.story-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}.about-team{background:#f8f9fa;padding:5rem 0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.team-member{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-avatar{background:#f8f9fa;border:4px solid #1e3a8a;border-radius:50%;box-shadow:0 5px 15px #1e3a8a4d;height:150px;margin:0 auto 1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:150px}.member-avatar:hover{box-shadow:0 8px 25px #1e3a8a80;transform:scale(1.1)}.member-avatar img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.member-bio{color:#666;line-height:1.6}.about-stats-section{background:#1e3a8a;color:#fff;padding:5rem 0}.about-stats-section .section-title{color:#fff}.about-stats-section .section-title:after{background:#fff}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.stat-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:2rem;text-align:center}.stat-box h3{color:#fff;font-size:3rem;margin-bottom:.5rem}.stat-box p{font-size:1.1rem;opacity:.9}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.mission-content,.team-grid,.values-grid{grid-template-columns:1fr}}.books-page{width:100%}.books-hero{background:#1e3a8a;color:#fff;padding:4rem 0;text-align:center}.books-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.books-hero p{font-size:1.3rem;opacity:.9}.books-filter-section{background:#f8f9fa;padding:2rem 0}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1rem}.search-box{flex:1 1;min-width:300px}.book-search-input{border:2px solid #e0e0e0;border-radius:50px;font-size:1rem;outline:none;padding:1rem;transition:border-color .3s ease;width:100%}.book-search-input:focus{border-color:#1e3a8a}.category-filter{align-items:center;display:flex;gap:1rem}.category-filter label{color:#333;font-weight:600}.category-select{background:#fff;border:2px solid #e0e0e0;border-radius:50px;cursor:pointer;font-size:1rem;outline:none;padding:1rem 1.5rem;transition:border-color .3s ease}.category-select:focus{border-color:#1e3a8a}.results-count{color:#666;font-size:1rem;margin-top:1rem}.books-section{background:#fff;padding:3rem 0}.books-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.book-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.book-card:hover{box-shadow:0 10px 30px #0003;transform:translateY(-10px)}.book-image{height:350px;overflow:hidden;position:relative}.book-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.book-card:hover .book-image img{transform:scale(1.1)}.book-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.book-card:hover .book-overlay{opacity:1}.book-info{padding:1.5rem}.book-category{background:#1e3a8a;border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:.5rem;padding:.3rem .8rem}.book-title{color:#333;font-size:1.3rem;margin-bottom:.5rem}.book-author{color:#666;font-size:.9rem;margin-bottom:.5rem}.book-price{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.no-results{color:#666;font-size:1.2rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.books-hero h1{font-size:2rem}.filter-controls{flex-direction:column}.search-box{min-width:auto;width:100%}.books-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.contact-page{width:100%}.contact-hero{background:#1e3a8a;color:#fff;padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.contact-main-section{background:#f8f9fa;padding:5rem 0}.contact-form-full{margin-top:2rem}.contact-form-full .form-group{margin-bottom:1.5rem}.contact-form-full label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.contact-form-full input,.contact-form-full textarea{border:2px solid #e0e0e0;border-radius:5px;font-family:inherit;font-size:1rem;outline:none;padding:1rem;transition:border-color .3s ease;width:100%}.contact-form-full input:focus,.contact-form-full textarea:focus{border-color:#1e3a8a}.contact-info-single-box,.contact-info-wrapper{display:flex;flex-direction:column}.contact-info-single-box{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;gap:2rem;height:100%;min-height:500px;padding:3rem}.contact-info-item{align-items:flex-start;display:flex;gap:1.5rem}.contact-icon{color:#1e3a8a;flex-shrink:0;font-size:2rem;margin-top:.3rem}.contact-info-content h3{color:#1e3a8a;font-size:1.2rem;margin-bottom:.5rem}.contact-info-content p{color:#666;line-height:1.6;margin:.3rem 0}.contact-form-wrapper{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;height:100%;min-height:500px;padding:3rem}.contact-main-content{grid-gap:3rem;align-items:stretch;display:grid;gap:3rem;grid-template-columns:1.2fr 1fr;margin-bottom:4rem}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-info-card h3{color:#1e3a8a;font-size:1.2rem;margin-bottom:.5rem}.contact-info-card p{color:#666;line-height:1.6;margin:.3rem 0}.social-media-section{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center}.social-media-section h3{color:#333;margin-bottom:1rem}.social-links{display:flex;gap:1.5rem;justify-content:center}.social-link{display:inline-block;font-size:2rem;text-decoration:none;transition:transform .3s ease}.social-link:hover{transform:scale(1.2)}.map-section{margin-top:3rem}.map-container{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:450px;margin-top:2rem;overflow:hidden;width:100%}.map-container iframe{border:none;height:100%;width:100%}.map-note{color:#666;font-size:1rem;margin-top:1rem;text-align:center}@media (max-width:968px){.contact-main-content{grid-template-columns:1fr}.contact-hero h1{font-size:2rem}}@media (max-width:768px){.contact-form-wrapper{padding:2rem}.contact-info-cards{gap:1rem}}.cart-page{width:100%}.cart-hero{background:#1e3a8a;color:#fff;padding:4rem 0;text-align:center}.cart-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.cart-hero p{font-size:1.3rem;opacity:.9}.cart-section{background:#f8f9fa;padding:3rem 0}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.cart-header h2{color:#333}.clear-cart-btn{background:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem}.cart-item{align-items:center;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1.5rem}.cart-item-image{border-radius:5px;height:120px;overflow:hidden;width:100px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-details{flex:1 1}.cart-item-details h3{color:#333;margin-bottom:.5rem}.cart-item-author{color:#666;font-size:.9rem;margin-bottom:.5rem}.cart-item-price{color:#1e3a8a;font-size:1.1rem;font-weight:600}.cart-item-quantity{align-items:center;display:flex;gap:1rem}.quantity-btn{align-items:center;background:#fff;border:2px solid #1e3a8a;border-radius:5px;color:#1e3a8a;cursor:pointer;display:flex;height:35px;justify-content:center;transition:all .3s ease;width:35px}.quantity-btn:hover{background:#1e3a8a;color:#fff}.quantity-number{font-size:1.2rem;font-weight:600;min-width:30px;text-align:center}.cart-item-total{color:#333;font-size:1.3rem;font-weight:700;min-width:80px}.remove-btn{background:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem;transition:background .3s ease}.remove-btn:hover{background:#c82333}.cart-summary{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h2{color:#333;margin-bottom:1.5rem}.summary-row{border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.8rem 0}.summary-row.total{border-bottom:none;border-top:2px solid #1e3a8a;color:#1e3a8a;font-size:1.3rem;font-weight:700;margin-top:1rem;padding-top:1.5rem}.checkout-btn{background:#1e3a8a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:1rem;transition:background .3s ease}.checkout-btn:hover{background:#172554}.empty-cart{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:4rem 2rem;text-align:center}.empty-cart h2{color:#333;margin-bottom:1rem}.empty-cart p{color:#666;font-size:1.1rem}.cart-badge{background:#1e3a8a;border-radius:10px;color:#fff;font-size:.8rem;margin-left:.5rem;padding:.2rem .5rem}@media (max-width:968px){.cart-content{grid-template-columns:1fr}.cart-item{flex-wrap:wrap}}.checkout-page{width:100%}.checkout-hero{background:#1e3a8a;color:#fff;padding:4rem 0;text-align:center}.checkout-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.checkout-hero p{font-size:1.3rem;opacity:.9}.checkout-section{background:#f8f9fa;padding:3rem 0}.checkout-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.checkout-form-wrapper{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.checkout-form{display:flex;flex-direction:column;gap:2rem}.form-section{border-bottom:2px solid #e0e0e0;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.section-title-form{align-items:center;color:#333;display:flex;font-size:1.5rem;gap:.5rem;margin-bottom:1.5rem}.section-title-form svg{color:#1e3a8a}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{color:#333;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{border-color:#1e3a8a;outline:none}.checkbox-group{align-items:center;flex-direction:row}.checkbox-group input[type=checkbox]{margin-right:.5rem;width:auto}.place-order-btn{align-items:center;background:#1e3a8a;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem;transition:background .3s ease;width:100%}.place-order-btn:hover{background:#172554}.checkout-summary{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.checkout-summary h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.order-items{margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.order-item{border-bottom:1px solid #e0e0e0;display:flex;gap:1rem;padding:1rem 0}.order-item:last-child{border-bottom:none}.order-item img{border-radius:5px;height:80px;object-fit:cover;width:60px}.order-item-details{flex:1 1}.order-item-details h4{color:#333;font-size:.9rem;margin-bottom:.3rem}.order-item-details p{color:#666;font-size:.8rem;margin:.2rem 0}.order-item-price{color:#1e3a8a;font-size:.9rem!important;font-weight:600}.order-totals{border-top:2px solid #e0e0e0;padding-top:1rem}.total-row{color:#666;display:flex;justify-content:space-between;padding:.8rem 0}.total-row.final-total{border-top:2px solid #1e3a8a;color:#1e3a8a;font-size:1.3rem;font-weight:700;margin-top:1rem;padding-top:1rem}.shop-now-btn{background:#1e3a8a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:background .3s ease}.shop-now-btn:hover{background:#172554}.payment-cod-notice{background:#f0f7ff;border:1px solid #1e3a8a;border-radius:8px;margin-top:1rem;padding:1.5rem}.payment-cod-notice p{color:#1e3a8a;line-height:1.5;margin:.5rem 0}.payment-cod-notice strong{font-size:1.1rem}.checkout-btn{display:block;text-align:center;text-decoration:none;width:100%}@media (max-width:968px){.checkout-content{grid-template-columns:1fr}.checkout-summary{position:static}.form-row{grid-template-columns:1fr}}.success-page{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:70vh;padding:5rem 0}.success-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:700px;padding:4rem;text-align:center;width:100%}.success-icon{animation:scaleIn .5s cubic-bezier(.175,.885,.32,1.275);color:#22c55e;font-size:5rem;margin-bottom:2rem}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.success-card h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.success-card h2{color:#666;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.success-card p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.order-number{background:#f0f7ff;border:1px dashed #1e3a8a;border-radius:8px;display:inline-block;margin-bottom:2.5rem;padding:1rem}.order-number span{color:#666;margin-right:.5rem}.order-number strong{color:#1e3a8a;font-size:1.2rem}.success-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.back-home-btn,.continue-shopping-btn{align-items:center;border-radius:5px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.continue-shopping-btn{background:#1e3a8a;border:2px solid #1e3a8a;color:#fff}.continue-shopping-btn:hover{background:#172554;border-color:#172554;box-shadow:0 5px 15px #1e3a8a4d;transform:translateY(-2px)}.back-home-btn{background:#0000;border:2px solid #1e3a8a;color:#1e3a8a}.back-home-btn:hover{background:#f0f7ff;transform:translateY(-2px)}
/*# sourceMappingURL=main.0a21e921.css.map*/