@font-face{font-display:swap;font-family:Gambado Sans;font-style:normal;font-weight:400;src:url(/static/media/Gambado_Sans.f1823828065cc4c7552d.otf) format("opentype")}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{background-color:#fffbf5;margin:0 auto;max-width:1200px;padding:0 20px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:#ffb3c6;color:#fffbf5;font-size:1.5rem;font-weight:600}.btn-primary:hover{background-color:#2ca9e1;transform:translateY(-1px)}.loading{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#2ca9e1;display:inline-block;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.container{padding:0 16px}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding-top:80px}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e9ecef;left:0;padding:0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 20px}.logo{color:#2ca9e1;font-size:1.5rem;font-weight:700;text-decoration:none}.nav{align-items:center;display:flex;gap:2rem}.nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-links a:hover{color:#2ca9e1}.cart-button{background:none;border:none;border-radius:8px;cursor:pointer;padding:8px;position:relative;transition:background-color .2s ease}.cart-button:hover{background-color:#f8f9fa}.cart-badge{align-items:center;background-color:#2ca9e1;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}.products-section{background-color:#fffbf5;padding:2rem 0}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.product-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;cursor:pointer;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 12px 40px #00000026;text-decoration:none;transform:translateY(-8px)}.product-image{align-items:center;background:#fff;display:flex;height:360px;justify-content:center;object-fit:contain;position:relative!important;width:100%}.product-image-white-bg{background:#fff!important}.product-image-white-bg:after{display:none}.product-image-small{display:block;height:auto;margin:0 auto;max-height:60%;object-fit:contain;width:60%!important}.product-image-grayscale{filter:grayscale(100%);opacity:.7}.product-sold-out{opacity:.8}.product-image:after{background:radial-gradient(circle at center,#0000 30%,#ff6b351a 100%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.product-info{display:flex;flex-direction:column;justify-content:space-between;min-height:180px;padding:2rem;text-align:center}.product-name{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:600;justify-content:center;line-height:1.3;margin-bottom:.75rem;min-height:3.6rem}.product-price{color:#2ca9e1;flex-shrink:0;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.cart-page{background-color:#fffbf5;min-height:60vh;padding:2rem 0}.cart-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;display:flex;gap:1rem;margin-bottom:1rem;padding:1.5rem}.cart-item-image{border-radius:8px;height:80px;object-fit:cover;width:80px}.cart-item-details{flex:1 1}.cart-item-name{font-weight:600;margin-bottom:.25rem}.cart-item-price{color:#2ca9e1;font-weight:600}.cart-total{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.cart-total h3{font-size:1.5rem;margin-bottom:1rem}.total-amount{color:#2ca9e1;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.checkout-page{min-height:60vh;padding:2rem 0}.checkout-form{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-input{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-input:focus{border-color:#2ca9e1;box-shadow:0 0 0 3px #ff6b351a;outline:none}@media (max-width:768px){.section-title{font-size:2rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.header-content{padding:1rem 16px}.nav-links{display:none}.cart-item{flex-direction:column;text-align:center}.cart-item-image{height:120px;width:120px}.product-detail-grid{background-color:#fffbf5;gap:2rem!important;grid-template-columns:1fr!important}.product-detail-grid img{height:300px!important}}
/*# sourceMappingURL=main.a55b9217.css.map*/