@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}}@media (max-width:480px){.container{padding:0 12px}.btn{font-size:1rem;padding:10px 18px}.btn-primary{font-size:1.2rem;padding:12px 20px}input,select,textarea{font-size:16px!important}}.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}.customer-info-form h4{border-top:1px solid #eee;color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem;margin-top:1.5rem;padding-top:1rem}@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{gap:2rem!important;grid-template-columns:1fr!important;padding:1.5rem!important}.product-detail-grid img{height:350px!important}.customer-info-form>div[style*=grid]{gap:1rem!important;grid-template-columns:1fr!important}.cart-page .cart-grid,.checkout-page .checkout-grid{grid-template-columns:1fr!important}.artist-section{margin-top:2rem!important;padding:1.5rem!important}.artist-section-title{font-size:1.5rem!important;margin-bottom:1.5rem!important}.artist-info-grid{gap:1.5rem!important;grid-template-columns:1fr!important;text-align:center}.artist-profile-image-container{display:flex!important;justify-content:center!important}.artist-profile-image,.artist-profile-placeholder{height:150px!important;width:150px!important}.artist-details{text-align:center}.artist-name{font-size:1.3rem!important;justify-content:center!important}.artist-about p{font-size:.95rem!important;text-align:left}.artist-links{justify-content:center!important}}@media (max-width:480px){.artist-section{border-radius:12px!important;margin-top:1.5rem!important;padding:1rem!important}.artist-section-title{font-size:1.3rem!important;margin-bottom:1rem!important}.artist-info-grid{gap:1rem!important}.artist-profile-image,.artist-profile-placeholder{height:120px!important;width:120px!important}.artist-name{font-size:1.1rem!important;margin-bottom:.75rem!important}.artist-about p{font-size:.9rem!important}.artist-about{margin-bottom:1rem!important}.artist-links{flex-direction:column!important;gap:.75rem!important}.artist-links a{justify-content:center;width:100%}.success-page{font-size:1.5rem!important}.success-page h1{flex-direction:column;gap:.25rem!important}.digital-token-image{margin:1.5rem auto!important;max-width:100%!important}.digital-token-image>div{aspect-ratio:9/16!important;max-width:100%!important}.social-sharing{margin:1.5rem auto!important;padding:1rem!important}.social-sharing h3{font-size:1.1rem!important;margin-bottom:1rem!important}.social-buttons{flex-direction:column!important;gap:.75rem!important}.social-buttons button{justify-content:center;width:100%}main{padding-top:70px}.header-content{padding:.75rem 12px}.logo{font-size:1.25rem}.logo img{height:28px!important;width:28px!important}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.products-grid{gap:1rem;grid-template-columns:1fr;padding:0}.product-card{border-radius:16px}.product-image{height:280px}.product-info{min-height:140px;padding:1.25rem}.product-name{font-size:1.25rem;min-height:auto}.product-price{font-size:1.5rem;margin-bottom:1rem}.product-detail-grid{border-radius:12px!important;gap:1.5rem!important;grid-template-columns:1fr!important;padding:1rem!important}.product-detail-grid .product-image-container{height:350px!important;max-height:50vh!important}.product-detail-grid h1{font-size:1.5rem!important}.product-detail-grid p{font-size:1rem!important}.product-detail-grid .btn{font-size:1rem!important;padding:.875rem!important}.product-detail-grid ul li{font-size:.9rem!important}.cart-page{padding:1rem 0}.cart-page h1{font-size:1.75rem!important;margin-bottom:1.5rem!important}.cart-page .cart-grid{gap:1rem!important;grid-template-columns:1fr!important}.cart-item{flex-direction:row!important;gap:.75rem;padding:1rem;text-align:left!important}.cart-item-image{height:70px!important;width:70px!important}.cart-item-name{font-size:.95rem}.cart-total{margin-top:1rem;padding:1.25rem}.cart-total h3{font-size:1.25rem}.total-amount{font-size:1.5rem}.checkout-page{padding:1rem 0}.checkout-page h1{font-size:1.75rem!important;margin-bottom:1.5rem!important}.checkout-page .checkout-grid{gap:1.5rem!important;grid-template-columns:1fr!important}.checkout-page h2{font-size:1.1rem!important;margin-bottom:1rem!important}.checkout-page h3{font-size:1rem!important}.checkout-page h4{font-size:.95rem!important}.checkout-page .delivery-options{flex-direction:column!important}.form-input{font-size:16px;padding:.625rem}.form-label{font-size:.9rem}.btn{font-size:1rem;padding:10px 20px}.btn-primary{font-size:1.25rem}.home-section h5{font-size:1.5rem!important;line-height:1.4!important}}
/*# sourceMappingURL=main.4f3e665b.css.map*/