.home-page{min-height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px;font-family:Arial,sans-serif;width:100vw}.content{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:40px}.logo{width:200px;height:200px;margin-bottom:20px}.logo img{width:100%;height:100%;object-fit:contain}.timestamp{font-size:24px;font-style:italic;letter-spacing:1px;text-align:center;margin-bottom:40px}.navigation{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.nav-link{color:#fff;text-decoration:none;font-size:24px;font-style:italic;letter-spacing:1px;transition:opacity .3s ease}.nav-link:hover{opacity:.7}.social-links{display:flex;gap:30px;margin-top:40px}.social-link{width:24px;height:24px;opacity:.8;transition:opacity .3s ease}.social-link:hover{opacity:1}.social-link img{width:100%;height:100%;object-fit:contain}.footer{text-align:center;font-style:italic;margin-top:40px;font-size:14px;opacity:.8}@media (max-width: 768px){.logo{width:150px;height:150px}.timestamp,.nav-link{font-size:20px}.social-links{gap:20px}.social-link{width:20px;height:20px}}@media (max-width: 480px){.content{gap:30px}.logo{width:120px;height:120px}.timestamp{font-size:16px}.nav-link{font-size:18px}.social-links{gap:15px}}.carousel{position:relative;width:70vw;height:500px;overflow:hidden;background-color:transparent}.carousel-card-container{display:flex;transition:transform .5s ease-in-out;height:100%}.carousel-card{position:absolute;width:100%;height:100%;transition:transform .5s ease;text-align:center;text-decoration:none;color:inherit;border:1px solid #ccc;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 4px 6px #0000001a}.carousel-card .card-content{border:2px solid #333;border-radius:8px;overflow:hidden;height:100%;background:#fff}.card-image{width:100%;height:70%;object-fit:cover}.card-info{padding:15px;text-align:center}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.card-subtext{font-size:.9rem;color:#666}.carousel-card.active .card-content{box-shadow:0 4px 12px #0000001a}.card-text{padding:8px;font-size:16px;font-weight:700}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1}.carousel-button.left{left:10px}.carousel-button.right{right:10px}.carousel-button:hover{background-color:#000000b3}@media screen and (max-width: 768px){.carousel{width:100%;height:auto;overflow:visible}.carousel-card-container{display:block;transform:none!important}.carousel-card{position:relative;width:90%;height:400px;margin:20px auto;transform:none!important}.carousel-button{display:none}.card-image{height:60%}.card-info{padding:10px}.card-title{font-size:1.2rem}.card-subtext{font-size:.8rem}}@media screen and (min-width: 769px){.carousel-card{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.carousel-card.active{opacity:1;visibility:visible}}.storepage-container{flex-grow:1;gap:2rem;padding:20px;display:flex;overflow-y:hidden}.product-categories{display:flex;flex-direction:column;gap:10px;min-width:250px}.mobile-categories{display:none}.desktop-categories{display:flex;flex-direction:column;gap:10px}.category-text{color:#fff;text-decoration:none;font-size:24px;font-style:italic;letter-spacing:1px;cursor:pointer}.products-grid{padding:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1200px){.storepage-container{width:85%}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.storepage-container{width:90%;flex-direction:column;gap:20px;align-items:center}.desktop-categories{display:none}.mobile-categories{display:block;position:relative;width:200px;z-index:1000}.product-categories{width:200px;z-index:1000;flex-direction:row;flex-wrap:wrap;justify-content:center;position:relative;width:100%;max-width:300px;height:50px}.dropdown-trigger{color:#fff;font-size:24px;font-style:italic;padding:12px 16px;cursor:pointer;background:#000;border:2px solid white;border-radius:8px;width:100%;box-sizing:border-box}.dropdown-trigger:after{content:"▼";margin-left:8px;font-size:12px;transition:transform .3s ease}.product-categories:has(.options-container) .dropdown-trigger{border-bottom-left-radius:0;border-bottom-right-radius:0}.options-container{position:absolute;top:calc(100% - 2px);left:0;width:100%;background:#000;border:2px solid white;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dropdown-option{color:#fff;font-size:24px;font-style:italic;padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-option:hover{background-color:#333}.dropdown-option:last-child{border-bottom:none}.product-categories.expanded{background-color:#333;border-radius:5px;height:auto}.product-categories.expanded .category-text{position:absolute;left:0;width:100%;background-color:#333;padding:10px;border-bottom:1px solid #444}.product-categories.expanded .category-text:first-child{position:relative;border-bottom:none}.product-categories.expanded .category-text:nth-child(2){top:100%;border-radius:0}.product-categories.expanded .category-text:nth-child(3){top:calc(100% + 41px)}.product-categories.expanded .category-text:nth-child(4){top:calc(100% + 82px);border-bottom:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.product-categories:not(.expanded) .category-text:not(:first-child){display:none}.category-text{width:100%;text-align:center;height:41px;line-height:41px;padding:0 12px;box-sizing:border-box;display:block}.category-text:first-child:after{content:"▼";margin-left:8px;font-size:12px}.products-grid{grid-template-columns:repeat(1,1fr);width:100%;max-width:400px;justify-items:center}}.category-text,.dropdown-trigger,.dropdown-option{font-family:TropicFont,serif;font-style:italic}.product-box{width:270px;padding-bottom:10px;padding:1rem;gap:1rem}.product-thumbnail{width:150px}.product-box:hover{box-shadow:0 0 20px 10px #ffffffb3}.product-title,.product-price{color:#fff;text-decoration:none;font-size:24px;font-style:italic;letter-spacing:1px}._products_10fo4_1{flex-grow:1;overflow-y:scroll}.product-page{display:flex;padding:2rem;gap:2rem;max-width:1200px;margin:0 auto;background-color:#000;color:#fff;font-family:TropicFont,serif;font-style:italic;min-width:900px}.product-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column}.product-gallery{display:flex;flex-direction:column;gap:1rem;width:380px}.product-images{display:flex;flex-direction:column;gap:16px}.main-image{width:100%;aspect-ratio:1;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:100%;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:10px 15px;cursor:pointer;border-radius:50%;font-size:18px;transition:background-color .3s}.carousel-btn:hover{background:#000000b3}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.thumbnail-list{display:grid;gap:.5rem;padding:.5rem;grid-template-columns:repeat(5,1fr)}.thumbnail-container{display:flex;gap:16px}.thumbnail{border:1px solid rgba(255,255,255,.2);padding:4px}.thumbnail img{width:100px;height:100px;object-fit:cover}.thumbnail-list img{width:60px;height:60px;object-fit:cover;cursor:pointer;border:2px solid transparent}.thumbnail-list img.active{border-color:#000}.product-info{display:flex;flex-direction:column;gap:1.5rem;flex-grow:1}.product-details{display:flex;flex-direction:column;gap:1rem}.product-title{font-size:40px;font-weight:700;font-style:italic;letter-spacing:.05em}.product-price .price{font-size:30px;font-style:italic}.product-price .tax-info{font-size:14px;color:#fff9}.section-title{font-size:18px;font-style:italic;margin-bottom:8px}.size-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.size-button{border:1px solid rgba(255,255,255,.2);border-radius:2px;padding:8px 16px;background-color:transparent;color:#fff;cursor:pointer;transition:background-color .3s,color .3s}.size-button:hover,.size-button.active{background-color:#fff;color:#000}.quantity-control{display:flex;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:2px;width:128px}.quantity-control button{padding:8px;background:none;border:none;color:#fff;cursor:pointer}.quantity-control button:hover{background-color:#ffffff1a}.quantity-display{flex:1;text-align:center}.size-chart-button{font-size:18px;font-style:italic;text-decoration:underline;background:none;border:none;color:#fff;cursor:pointer;padding:0;text-align:left}.shipping-info{display:flex;align-items:center;gap:8px;color:#22c55e}.shipping-info .indicator{width:8px;height:8px;border-radius:50%;background-color:#22c55e}.stock-status{font-size:18px}.add-to-cart-button{width:100%;background-color:#fff;color:#000;padding:16px 24px;border:none;border-radius:2px;font-size:18px;font-weight:700;font-style:italic;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .3s}.add-to-cart-button:hover{background-color:#ffffffe6}.arrow-right:after,.arrow-left:before{content:"";display:inline-block;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor}.arrow-right:after{transform:rotate(45deg)}.arrow-left:before{transform:rotate(-135deg)}.navigation{display:flex;gap:16px}.nav-button{display:flex;align-items:center;gap:8px;padding:8px 16px;background:none;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer}.expandable-sections{border-top:1px solid rgba(255,255,255,.2);padding-top:16px}.section{border-bottom:1px solid rgba(255,255,255,.2)}.section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:none;border:none;color:#fff;font-size:20px;font-style:italic;cursor:pointer}.arrow:before{content:"";display:inline-block;width:8px;height:8px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg)}.arrow.up:before{transform:rotate(135deg)}.section-content{padding:16px 0;color:#fffc}@media (min-width: 768px){.product-page{padding:32px}.product-container{flex-direction:row;gap:32px}.product-images{flex:1}.product-details{flex:1;margin-top:0}.size-buttons{grid-template-columns:repeat(6,1fr)}}.product-title,.section-title,.price,.tax-info,.size-chart-button,.shipping-info,.stock-status,.add-to-cart-button,.nav-button,.section-header,.section-content{font-family:TropicFont,serif;font-style:italic}.color-options,.size-options{display:flex;gap:1rem;flex-wrap:wrap}.color-btn{width:32px;height:32px;border-radius:50%;border:2px solid #ddd;cursor:pointer}.color-btn.selected{border-color:#000}.size-btn{padding:.5rem 1rem;border:1px solid #ddd;cursor:pointer}.size-btn.selected{background:#000;color:#fff;border:4px solid green}.size-btn:disabled{opacity:.5;cursor:not-allowed}.add-to-cart{padding:1rem 2rem;background:#000;color:#fff;border:none;cursor:pointer;font-size:1rem}.add-to-cart:disabled{background:#ccc;cursor:not-allowed}.price{font-size:1.5rem;font-weight:700}.stock{color:#666}@media (max-width: 768px){.product-page{flex-direction:column;padding:1rem;gap:1rem}.product-gallery{width:100%}.main-image{height:300px}.main-image img{max-height:300px}.thumbnail-list{gap:.5rem;padding:.5rem}.thumbnail-list img{width:60px;height:60px}.product-info{width:100%;padding:1rem 0}.color-options,.size-options{gap:.5rem}.color-btn{width:30px;height:30px}.size-btn{padding:.5rem;min-width:40px}.carousel-btn{padding:.5rem;font-size:1rem}h1{font-size:1.5rem}h3{font-size:1.2rem}}@font-face{font-family:TropicFont;src:url(/assets/loki-font-hQ95jr_1.woff2) format("woff2");font-weight:400;font-style:italic}*{font-family:TropicFont,serif;font-style:italic}span{font-family:TropicFont;color:#fff;display:inline;font-style:italic!important}.gap-4{gap:4px}.gap-10{gap:10px}.gap-20{gap:20px}.tropic{font-family:TropicFont}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-18{font-size:18px}.text-20{font-size:20px}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:24px;font-style:italic}.test{border:1px solid white}.navbar{margin:0 auto;width:80%;padding:20px 0;position:relative;display:flex;align-items:center;justify-content:space-between}.hamburger-menu{display:none;cursor:pointer;font-size:24px;color:#fff}.nav-links-container{flex:2}.logo-container{text-align:center}.cart-search-container{display:flex;align-items:center;gap:20px;flex:2;justify-content:flex-end}.search-icon,.cart-icon-container{cursor:pointer;font-size:20px}.nav-links{position:relative;cursor:pointer}.nav-links:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#fff;transition:width .3s ease-in-out}.nav-links:hover:after{width:100%}.cart-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background-color:#000;border-left:1px solid rgba(255,255,255,.1);transition:right .3s ease-in-out;z-index:1000;color:#fff}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.cart-header h2{margin:0;font-family:TropicFont;font-style:italic}.cart-header button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.cart-items{padding:20px}.cart-icon-container{position:relative;display:inline-block}.cart-count{position:absolute;top:-8px;right:-8px;background:#fff;color:#000;border-radius:50%;width:18px;height:18px;font-size:12px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.navbar{width:95%;padding:10px 0;gap:10px}.nav-links{font-size:18px}.logo-container{transform:scale(.8)}.cart-search-container{gap:15px}.hamburger-menu{display:block;z-index:1001}.nav-links-container{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#000;transition:left .3s ease;display:flex;justify-content:center;align-items:center;z-index:1000}.nav-links-container.active{left:0}.nav-links-container .column{text-align:center}.nav-links-container .flex{flex-direction:column;align-items:center}.nav-links{font-size:24px;margin:10px 0}.logo-container{flex:1}.cart-search-container{flex:initial}.navbar{flex-direction:row!important;align-items:center}}@media (max-width: 1200px){.navbar{width:90%}}@media (max-width: 480px){.navbar{width:98%;padding:8px 0}.nav-links{font-size:16px}.logo-container{transform:scale(.7)}.cart-search-container{gap:10px}.search-icon,.cart-icon-container{font-size:18px}}.content-wrapper{max-width:800px;margin:0 auto;display:flex;gap:40px}.contact-info{flex:1}.contact-form{flex:2;display:flex;flex-direction:column;gap:20px}.form-group label{font-family:TropicFont,serif;font-style:italic}.form-group input,.form-group textarea{padding:10px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;border-radius:4px}.submit-button{padding:12px 24px;background:#fff;color:#000;border:none;cursor:pointer;font-family:TropicFont,serif;font-style:italic;font-size:16px;margin-top:20px}.contact-details{margin-top:20px}@media (max-width: 768px){.content-wrapper{flex-direction:column}}.page-container{min-height:100vh;padding:40px 20px;background:#000;color:#fff}.page-title{text-align:center;margin-bottom:40px;font-family:TropicFont,serif;font-style:italic}.content-wrapper{max-width:800px;margin:0 auto}.terms-section,.policy-section{margin-bottom:40px}.terms-section h2,.policy-section h2{font-family:TropicFont,serif;font-style:italic;margin-bottom:20px}.terms-section p,.policy-section p{line-height:1.6;margin-bottom:16px}.policy-section ul{list-style-type:disc;margin-left:20px;margin-bottom:16px}.policy-section li{margin-bottom:8px}@media (max-width: 768px){.page-container{padding:20px}}.shipping-container{max-width:800px;margin:0 auto;padding:24px}.shipping-title{font-size:24px;font-weight:700;margin-bottom:24px}.shipping-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.three-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.form-label{display:block;font-weight:500}.form-input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.form-input.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:14px}.submit-button{width:100%;background-color:#06c;color:#fff;padding:12px 16px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#0052a3}.order-summary{margin-bottom:2rem;padding:1rem;background:#000;color:#fff;border-radius:8px;box-shadow:0 2px 4px #ffffff1a}.section-title{font-size:1.5rem;margin-bottom:1rem;color:#fff}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item-card{display:flex;gap:1rem;padding:1rem;border:1px solid #fff;border-radius:4px}.item-image-placeholder{width:100px;height:100px;border:2px dashed #fff;border-radius:4px}.item-details{flex:1;color:#fff}.item-details h3{margin:0 0 .5rem;color:#fff}.quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.quantity-btn{padding:.25rem .75rem;border:1px solid #ddd;background:#f5f5f5;cursor:pointer;border-radius:4px}.quantity-btn:hover{background:#e0e0e0}.order-total{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;text-align:right}.cart-sidebar{position:fixed;right:-100%;top:0;width:400px;height:100vh;background:#1a1a1a;transition:right .3s ease;z-index:1000;color:#fff;display:flex;flex-direction:column;overflow:hidden}.cart-sidebar.open{right:0}.cart-header{padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333;flex-shrink:0}.close-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.cart-items{flex:1;overflow-y:auto;padding:20px 20px 100px}.cart-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1)}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.item-details{flex:1}.item-details h3{margin:0 0 5px;font-size:16px}.remove-button{background:none;border:none;color:#f44;cursor:pointer;padding:5px}.cart-footer{position:absolute;bottom:0;left:0;right:0;background:#1a1a1a;padding:20px;border-top:1px solid #333;box-shadow:0 -4px 12px #0000001a}.cart-total{display:flex;justify-content:space-between;margin-bottom:20px;font-size:18px}.checkout-button{width:100%;padding:15px;background:#fff;color:#000;border:none;cursor:pointer;font-weight:700}.empty-cart{text-align:center;color:#666;margin-top:40px}@media (max-width: 480px){.cart-sidebar{width:100%;right:-100%}}._images_1o9x8_1{display:flex;flex-direction:column;gap:.4rem;padding:.4rem}._mainLayout_15gjm_1{display:flex;flex-direction:column;height:100vh}._layoutBody_15gjm_7{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0}body{height:100%;margin:0;padding:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;outline:1px dotted red!important}.flex{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.space-evenly{justify-content:space-evenly}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.self-center{align-self:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.full-width{width:100%}.full-height{height:100%}.min-height{min-height:100px}.max-width{max-width:100%}@media (max-width: 767px){.flex{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.full-width{width:100%}.min-height{min-height:120px}}@media (min-width: 768px) and (max-width: 1024px){.flex{flex-direction:row}.space-around{margin-top:20px}.wrap{flex-wrap:wrap}.half-width{width:50%}.full-width{width:100%}}@media (min-width: 1025px){.flex{flex-direction:row}.column{flex-direction:column}.align-center{align-items:center}.max-width{max-width:900px}.full-width{width:100%}.half-width{width:50%}.third-width{width:33.33%}}@media (min-width: 1600px){.flex{flex-direction:row}.full-width{width:100%}.half-width{width:50%}.third-width{width:33.33%}.quarter-width{width:25%}}
