@import url(https://fonts.googleapis.com/css2?family=Whisper&display=swap);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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{overflow:hidden;text-align:center}.about-container{align-items:center;display:flex;flex-direction:column;width:100%}.about-banner{display:flex;justify-content:center;margin:0 auto 40px;width:100%}.about-banner img{display:block;height:auto;max-width:1320px;width:100%}.about-content{margin:0 auto;max-width:900px;padding:0 20px 60px;text-align:justify;text-justify:inter-word}.about-title{font-size:2.4rem;font-weight:500;letter-spacing:1px;margin-bottom:10px;text-align:center}.about-motto{font-size:1.3rem;font-weight:400;margin-bottom:35px;opacity:.75;text-align:center}.about-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:15px;margin-top:40px;text-align:center}.about-text{font-size:1.15rem;line-height:1.75;margin:18px 0;opacity:.9}@media (max-width:700px){.about-content{max-width:95%;text-align:left}.about-title{font-size:2rem}.about-motto{font-size:1.1rem}.about-text{font-size:1.05rem}}.shop-nav{border-bottom:1px solid #e5e5e5;display:flex;gap:30px;justify-content:center;margin:20px auto 30px;max-width:1200px;padding:10px 0;width:100%}.shop-nav-item{border-bottom:2px solid #0000;color:#444;font-size:17px;font-weight:500;padding-bottom:6px;text-decoration:none;transition:color .2s ease,border-color .2s ease}.shop-nav-item:hover{color:#6a5acd}.shop-nav-item.active{border-color:#6a5acd;color:#6a5acd}.site-footer{font-size:.9rem;margin-top:60px;opacity:.7;padding:40px 0;text-align:center}.footer-tagline{font-size:.85rem;margin-top:6px;opacity:.6}.Home .app-header{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center;position:relative}.Home .app-header .banner-video{height:100vh;margin:auto;pointer-events:none;z-index:0}@media (max-width:1750px){.Home .app-header .fade blockquote{font-size:50px!important}.Home .app-header .fade blockquote p{font-size:30px!important}}@media (max-width:1100px){.Home .app-header .fade blockquote{font-size:30px!important}.Home .app-header .fade blockquote p{font-size:16px!important}}.Home .app-header .fade{align-items:center;background-color:#000000b3;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.Home .app-header .fade blockquote{font-family:Whisper,cursive;font-size:80px;font-style:normal;font-weight:400;width:70%}.Home .app-header .fade blockquote p{font-family:sans-serif;font-size:40px;margin:20px 0 0;padding:0}.home-shop-link{margin-top:20px;text-align:center}.home-shop-link a{border:2px solid #fff;border-radius:6px;color:#fff;font-size:1.3rem;padding:10px 20px;text-decoration:none;transition:.25s ease}.home-shop-link a:hover{background-color:#fff3}.admin-upload-container{background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001f;font-family:Inter,sans-serif;margin:60px auto;max-width:700px;padding:30px}.admin-upload-container h1{color:#222;font-size:28px;font-weight:700;margin-bottom:25px;text-align:center}.upload-form{grid-column-gap:20px;grid-row-gap:18px;align-items:center;column-gap:20px;display:grid;grid-template-columns:180px 1fr;row-gap:18px}.upload-form label{color:#333;font-size:15px;font-weight:600;padding-right:10px;text-align:right}.upload-form input,.upload-form select{border:1px solid #ccc;border-radius:8px;font-size:15px;outline:none;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.upload-form input:focus,.upload-form select:focus{border-color:#6a5acd;box-shadow:0 0 0 3px #6a5acd33}.upload-form button{background:#6a5acd;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;grid-column:1/span 2;margin-top:10px;padding:14px;transition:background .2s ease,transform .1s ease}.upload-form button:hover{background:#5a4ac7}.upload-form button:active{transform:scale(.98)}.upload-form button:disabled{background:#aaa;cursor:not-allowed}.preview-images{display:flex;gap:12px;grid-column:1/span 2;margin-top:10px}.preview-images img{border:1px solid #ddd;border-radius:8px;height:120px;object-fit:cover;width:120px}.shop-banner{display:flex;justify-content:center;margin:0 auto 40px;width:100%}.shop-banner img{display:block;height:auto;max-width:1320px;width:100%}.shop-back{margin:-20px auto 30px;max-width:1320px;padding-left:10px;text-align:left!important}.shop-back a{color:#444;font-size:1.1rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.shop-back a:hover{opacity:.7}.shop-header{margin-bottom:25px;text-align:center}.shop-owner{font-size:1.4rem;font-weight:600;margin:20px 0 0;opacity:.85}.shop-title{font-size:2.2rem;font-weight:400;margin-top:5px}.product-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{background:#fff;border:3px solid #ddd;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10px;transition:transform .2s ease}.product-card:hover{transform:translateY(-5px)}.product-image-wrapper{aspect-ratio:100/129;overflow:hidden;position:relative;width:100%}.product-image-wrapper img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .5s ease;width:100%}.main-image{transform:translateX(0)}.hover-image{transform:translateX(-100%)}.product-card:hover .main-image{transform:translateX(100%)}.product-card:hover .hover-image{transform:translateX(0)}.product-info{flex-grow:1}.product-title{font-size:1.1rem;margin:12px 20px}.product-price{font-size:1.2rem;font-weight:700;margin-bottom:15px}.product-button{background:#f90;border-radius:6px;color:#fff;display:inline-block;font-weight:700;padding:10px 16px;text-decoration:none}.product-button:hover{background:#e68a00}@media (max-width:600px){.product-button{display:inline-block;margin:0 auto;padding-left:14px;padding-right:14px;width:auto}.product-image-wrapper{aspect-ratio:auto!important;display:flex;gap:6px;height:auto}.product-image-wrapper img{height:auto;object-fit:cover;position:relative;transform:none!important;width:50%}.product-card:hover .hover-image,.product-card:hover .main-image{transform:none!important}.product-grid{margin:20px!important}}.zoom-overlay{background:#000000bf;inset:0;padding:20px;position:fixed;z-index:9999}.zoom-gallery,.zoom-overlay{align-items:center;display:flex;justify-content:center}.zoom-gallery{gap:20px}.zoom-image{background:#fff;border-radius:12px;box-sizing:border-box;display:block!important;height:70vh!important;left:0!important;margin:0 auto!important;max-height:70vh!important;max-width:40vw!important;object-fit:contain!important;padding:10px;position:relative!important;top:0!important;transform:none!important;width:auto!important}@media (max-width:900px){.zoom-gallery{flex-direction:column}.zoom-image{height:auto!important;max-height:80vh!important;max-width:90vw!important;width:90vw!important}}@media (min-width:900px){.product-grid{grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}}.pagination{align-items:center;display:flex;gap:15px;justify-content:center;margin:40px 0}.pagination button{background:#444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;padding:8px 14px;transition:.2s ease}.pagination button:disabled{cursor:default;opacity:.4}.pagination button:hover:not(:disabled){background:#222}.pagination span{font-size:1rem;opacity:.8}.shop-footer{font-size:.9rem;margin-top:40px;opacity:.7;padding:30px 0;text-align:center}
/*# sourceMappingURL=main.8aa63e67.css.map*/