@import url(https://fonts.googleapis.com/css2?family=Chela+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Chela+One&family=Rock+Salt&display=swap);@import url(https://fonts.googleapis.com/css2?family=Chela+One&family=Quicksand:wght@300..700&family=Rock+Salt&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}#root,body,html{height:100%;margin:0}.page-container{display:flex;flex-direction:column;height:100%}.cart-page{font-family:Quicksand;padding:10px}.cart-page h1,.empty-state h1{font-size:42px;margin-bottom:30px;text-align:center}.cart-header{border-bottom:2px solid #000;display:grid;font-weight:700;grid-template-columns:1fr 1fr 1fr 1fr 1fr;margin-bottom:10px;padding-bottom:10px;text-align:center}.cart-items{display:flex;flex-direction:column;gap:5px}.cart-row{align-items:center;background-color:#f5f5f5;border-radius:6px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;padding:10px;text-align:center}.cart-product{align-items:start;display:flex;flex-direction:column;gap:2px}.cart-product img{border-radius:4px;height:60px;object-fit:cover;width:60px}.cart-summary{margin-top:30px;text-align:right}.cart-summary p{font-size:24px;margin-bottom:15px}.cart-remove button{background-color:#ff122d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Quicksand;font-size:16px;font-weight:900;line-height:1;padding:3px 10px}.cart-remove button:hover{background-color:#2f2a2b;color:#fff}.clear-cart,.send-order{border:none;border-radius:6px;cursor:pointer;font-family:Quicksand;font-size:16px;font-weight:600;margin-left:10px;padding:10px 20px}.send-order{background-color:#ff122d;color:#fff}.send-order:hover{background-color:#2f2a2b}.clear-cart{background-color:#ccc;color:#000}.clear-cart:hover{background-color:#2f2a2b;color:#fff}.order-modal-overlay{align-items:center;background:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.order-modal-content{background:#fff;border:4px solid #000;border-radius:10px;box-sizing:border-box;font-family:Quicksand;max-width:400px;padding:20px;text-align:center;width:90%}.order-modal-content h2{margin:0 0 20px}.order-modal-content p{font-weight:800;margin:0;padding-left:5px;text-align:left}.order-modal-content input,.order-modal-content textarea{border:2px solid #2f2a2b;border-radius:6px;font-family:Quicksand;font-size:16px;margin-bottom:15px;padding:10px;resize:vertical;width:92%}.order-modal-actions{display:flex;gap:15px;justify-content:space-between}.order-modal-actions .cancel,.order-modal-actions .confirm{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-family:Quicksand;font-size:16px;font-weight:700;padding:10px}.order-modal-actions .confirm{background-color:#ff122d;color:#fff}.order-modal-actions .confirm:hover{background-color:#2f2a2b}.order-modal-actions .cancel{background-color:#ccc;color:#000}.order-modal-actions .cancel:hover{background-color:#2f2a2b;color:#fff}.collection-shop,.collection-shop h2{font-family:Quicksand}.collection-shop h2{align-items:center;color:#000;display:flex;font-size:50px;font-weight:600;justify-content:center;margin:20px}.collections-bar{display:flex;gap:10px;margin-bottom:20px;overflow-x:auto;padding:10px 10px 20px;white-space:nowrap}.collections-bar a{background-color:#f5f5f5;border:1px solid #ddd;border-radius:10px;color:#000;flex:0 0 auto;font-family:Quicksand;font-weight:600;padding:2px 14px;text-decoration:none;transition:background-color .3s,color .3s}.collections-bar a:hover{background-color:#eaeaea;border-color:#ddd;color:#000}.collections-bar a.active{background-color:#ff122d;border-color:#ff122d;color:#fff}.sort-container{display:inline-block;margin-left:10px;position:relative}.sort-button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:10px;color:#000;flex:0 0 auto;font-family:Quicksand;font-size:14px;font-weight:600;padding:2px 14px;text-decoration:none}.sort-button:hover{background-color:#eaeaea}.sort-dropdown{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 8px #0000001a;left:0;min-width:180px;position:absolute;top:40px;z-index:100}.sort-dropdown div{border-bottom:1px solid #eee;cursor:pointer;font-family:Quicksand;font-size:15px;padding:10px 15px}.sort-dropdown div:last-child{border-bottom:none}.sort-dropdown div:hover{background-color:#f2f2f2}.product-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:10px 10px 25px}.product-card{background-color:#fff;border:1px solid #2c2b2b;border-radius:8px;display:flex;flex-direction:column;height:350px;justify-content:space-between;overflow:hidden;position:relative}.product-card img{flex-shrink:0;height:290px;object-fit:contain;width:100%}.product-card .info{align-items:center;background-color:#2f2a2b;box-sizing:border-box;color:#fff;display:flex;height:60px;justify-content:space-between;padding:5px}.product-card h3,.product-card p{margin:0}.info-left{display:flex;flex-direction:column;font-size:14px;gap:4px;justify-content:center}.product-card button{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Quicksand;font-size:20px;font-weight:600;padding:6px 12px}.product-card button:hover{color:#ff122d}.zoom-icon{background-color:#fffc;border-radius:4px;cursor:pointer;font-size:16px;left:8px;padding:4px;position:absolute;top:8px;z-index:2}.image-modal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.image-modal-content{align-items:flex-end;background:#fff;border-radius:8px;display:flex;flex-direction:column;max-height:90%;max-width:90%;padding:10px;position:relative}.image-modal-content img{max-height:80vh;max-width:100%;object-fit:contain}.close-image-button{background:none;border:none;color:#000;cursor:pointer;font-family:Quicksand;font-size:24px;font-weight:700;position:absolute;right:8px;top:8px}.close-image-button:hover{color:#ff122d}@media (max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-card{height:300px}.product-card img{height:240px}.product-card .info{font-size:14px;padding:4px}.collection-shop h1{font-size:32px}}.modal-overlay{align-items:center;background:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.modal-content{background:#fff;border:4px solid #000;border-radius:10px;font-family:Quicksand;max-width:400px;padding:20px;text-align:center;width:90%}.modal-content h2{margin:0}.unisex-note{color:#333;text-align:center}.option-group{margin-bottom:20px}.option-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:10px}.option-buttons button{background-color:#fff;border:2px solid #2f2a2b;border-radius:6px;color:#000;cursor:pointer;font-weight:600;padding:8px 16px}.option-buttons button.selected{background-color:#ff122d;border:2px solid #2f2a2b;color:#fff}.modal-actions{display:flex;gap:15px;justify-content:space-between}.modal-actions .cancel,.modal-actions .confirm{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-family:Quicksand;font-size:16px;font-weight:700;padding:10px}.modal-actions .confirm{background-color:#ff122d;color:#fff}.modal-actions .confirm:hover{background-color:#2f2a2b}.modal-actions .cancel{background-color:#ccc;color:#000}.modal-actions .cancel:hover{background-color:#2f2a2b;color:#fff}.confirm-content{animation:fadeUp 2s ease-in-out;background-color:#ff122d;border-radius:6px;color:#fff;font-size:14px;font-weight:600;left:50%;opacity:.9;padding:1px 12px;position:fixed;top:100px;transform:translateX(-50%);z-index:10}@keyframes fadeUp{0%{opacity:0;transform:translateX(-50%) translateY(10px)}50%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-10px)}}header{background-color:initial;position:relative}.top-bar{background-position:50%;background-size:cover;border-bottom:1px solid #000;justify-content:space-between;margin:10px 10px 0;padding:35px 0}.logo-title,.top-bar{align-items:center;display:flex}.logo-title{color:#000;padding-left:10px;text-decoration:none}.logo-title img{height:100px;width:auto}.actions{display:flex;gap:15px;margin-right:10px}.actions button{background:none;border:none;color:#000;font-size:20px;text-decoration:none}.actions button:hover{color:#ff122d}.cart-button{background:none;border:none;color:#000;font-size:20px;text-decoration:none}.cart-button:hover{color:#ff122d}.site-title h1,.site-title h3{margin:0 0 0 10px}.site-title h1{font-family:Rock Salt;font-size:30px}.site-title h3{font-family:Quicksand;font-size:15px}nav.desktop-nav{display:flex;flex:1 1;gap:25px;justify-content:center;margin:10px 0 0}nav.desktop-nav a{color:#000;font-family:Quicksand;font-size:18px;font-weight:500;text-decoration:none}.mobile-nav{background-color:#e3dfdf;border:2px solid #2f2a2b;box-shadow:0 4px 12px #00000080;display:flex;flex-direction:column;gap:15px;left:0;margin:10px;padding:20px;position:absolute;right:0;top:100%;width:50%;z-index:999}.mobile-nav a{color:#000;font-family:Quicksand;font-size:18px;text-decoration:none}.menu-panel-button{background:none;border:none;color:#000;cursor:pointer;display:none;font-size:20px}@media (max-width:768px){.logo-title img{height:50px}.site-title h1{font-size:18px}.site-title h3{font-size:12px}nav.desktop-nav{display:none}.menu-panel-button{display:block}}.home-page{height:100vh}.home-hero-section,.home-page{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.home-hero-section{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;margin:10px 10px 0;position:relative}.overlay{background-color:#0000004d;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cta-button,.slogan{position:relative;z-index:2}.slogan{align-items:center;display:flex;gap:16px}.slogan h2{margin:0}.slogan1,.slogan2{color:#fff;font-family:Quicksand;font-size:clamp(2.2rem,9vw,7rem);font-weight:600}.slogan3{color:#ff122d;font-family:Rock Salt;font-size:clamp(2.7rem,10vw,7.5rem)}.cta-button{align-items:center;background-color:#ff122d;border:4px solid #2f2a2b;border-radius:20px;color:#f5f5f5;display:inline-flex;font-family:Quicksand;font-size:clamp(1rem,2vw,2rem);font-weight:600;gap:10px;margin-bottom:25px;margin-top:100px;padding:10px 30px;text-decoration:none}.cta-button:hover{background-color:#2f2a2b;border:4px solid #ff122d}.arrow-icon{height:35px;width:35px}.socials{display:flex;font-family:Quicksand;font-weight:500;gap:25px;justify-content:center;margin-bottom:10px;margin-left:10px;margin-right:10px}a{color:#2f2a2b;text-decoration:none}.shop-page{display:flex;flex:1 1;flex-direction:column}.shop-hero-section{display:flex;justify-content:center;margin:10px 10px 0}.shop-hero-title{align-items:center;display:flex;gap:16px;margin:20px}.shop-hero-title h2{margin:0}.title1{color:#000;font-family:Quicksand;font-size:50px;font-weight:600}.title2{color:#ff122d;font-family:Rock Salt;font-size:55px}.collections-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;margin:10px 10px 25px}.collection-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;color:#000;display:flex;flex-direction:column;height:300px;justify-content:flex-end;position:relative;text-decoration:none}.collection-item p{background-color:#282525;border-radius:0 0 8px 8px;color:#fff;font-family:Quicksand;font-size:22px;font-weight:500;margin:0;padding:8px 0;position:relative;text-align:center;z-index:1}.collection-item:before{background-color:#ffffff4d;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}@media (max-width:768px){.collections-grid{grid-template-columns:repeat(2,1fr)}.collection-item{height:200px}.collection-item p{font-size:16px;padding:6px 0}.title1{font-size:24px}.title2{font-size:28px}}
/*# sourceMappingURL=main.b1c0b873.css.map*/