.nav{background-color:#0a1628;position:relative;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0a1628f2;box-shadow:0 2px 10px #0000001a}.nav.nav-non-sticky{position:relative;box-shadow:none}.nav-wrapper{padding:2.5rem 3rem;position:relative}.nav-wrapper:before,.nav-wrapper:after{content:"";position:absolute;left:3rem;right:3rem;height:1px;background:linear-gradient(to right,transparent 0%,rgba(212,175,55,.3) 20%,rgba(212,175,55,.5) 50%,rgba(212,175,55,.3) 80%,transparent 100%)}.nav-wrapper:before{top:0}.nav-wrapper:after{bottom:0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;position:relative;padding:2rem 0 1rem;border-top:1px solid rgba(212,175,55,.3);border-bottom:1px solid rgba(212,175,55,.3)}.nav-divider{position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(212,175,55,.4) 20%,rgba(212,175,55,.6) 50%,rgba(212,175,55,.4) 80%,transparent 100%)}.nav-divider-left{left:33.33%}.nav-divider-right{right:33.33%}.nav-left{display:flex;flex-direction:column;justify-content:center;gap:1rem;flex:1}.nav-right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:1.5rem;flex:1}.nav-center{flex:1;display:flex;justify-content:center;align-items:center;min-width:300px;padding:0 1rem}.nav-hours{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#ffffffe6;font-weight:300}.hours-item{line-height:1.4}.nav-address{font-size:.875rem;color:#ffffffe6;font-weight:300;text-align:right;line-height:1.4}.nav-link{color:#fff;text-decoration:none;font-size:.875rem;font-weight:400;letter-spacing:.05em;transition:opacity .3s ease;display:inline-block}.nav-link:hover{opacity:.7}.menu-link{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.menu-icon{font-size:1.25rem;line-height:1}.nav-cart-button{background:transparent;border:none;color:#fff;cursor:pointer;position:relative;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.nav-cart-button:hover{opacity:.7}.cart-icon{font-size:1.5rem;line-height:1}.cart-badge{position:absolute;top:-8px;right:-8px;background:#c9a581;color:#0a1628;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.4}.logo-link{text-decoration:none;color:inherit}.logo{display:flex;align-items:center;gap:1rem;width:100%;justify-content:center}.logo-icon{font-size:1.5rem;color:#d4af37;line-height:1;text-shadow:0 0 10px rgba(212,175,55,.5)}.logo-text{display:flex;flex-direction:column;align-items:center;width:100%}.logo-main{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;letter-spacing:.05em;line-height:1.1;color:#fff;text-align:center;width:100%}.logo-sub{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:#ffffffe6;margin-top:.25rem;white-space:nowrap;text-align:center;width:100%}@media (max-width: 1024px){.nav-wrapper{padding:1.5rem 2rem}.nav-divider-left{left:30%}.nav-divider-right{right:30%}.logo-main{font-size:2rem}}.mobile-cart-button-visible{display:none}@media (max-width: 768px){.nav-wrapper{padding:1rem}.nav-wrapper:before,.nav-wrapper:after{left:1rem;right:1rem}.nav-container{flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid rgba(212,175,55,.3);border-bottom:1px solid rgba(212,175,55,.3)}.nav-divider,.nav-left,.nav-right{display:none}.mobile-cart-button-visible{display:flex}.nav-center{flex:1;min-width:auto;padding:0}.logo-main{font-size:1.5rem}.logo-sub{font-size:.65rem}}@media (max-width: 480px){.nav-wrapper{padding:.75rem}.nav-container{padding:.5rem 0}.logo-main{font-size:1.25rem}.logo-sub{font-size:.6rem;letter-spacing:.1em}}.hero{position:relative;background-color:#0a1628;padding:4rem 3rem 1rem;min-height:calc(100vh - 200px)}.hero-container{max-width:1400px;margin:0 auto}.hero-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.gallery-item{width:100%}.gallery-image-frame{width:100%;position:relative;overflow:visible;background:#0a1628;z-index:2}.gallery-image{position:relative;width:100%;height:400px;overflow:hidden}.gallery-image img{width:100%;height:400px;object-fit:cover;object-position:center center;display:block;border-radius:250px 250px 0 0}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1.5rem;color:#fff;font-size:.875rem;font-weight:300;text-align:center}.hero-sidebar{position:fixed;right:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1.5rem;z-index:100}.sidebar-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;border-radius:50%;color:#fff;font-size:1.25rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;padding:0}.sidebar-icon:hover{background-color:#fff3;transform:scale(1.1)}.sidebar-cart-button{position:relative}.sidebar-cart-badge{position:absolute;top:-4px;right:-4px;background-color:#f87171;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600;border:2px solid #0a1628}@media (max-width: 1200px){.hero-gallery{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.hero-carousel{display:none;position:relative;width:100%;max-width:100%;overflow:hidden;border-radius:12px}.carousel-track{display:flex;transition:transform .5s ease;width:100%}.carousel-slide{min-width:100%;width:100%;position:relative}.carousel-image{position:relative;width:100%;height:300px;overflow:hidden}.carousel-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.carousel-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1.5rem;color:#fff;font-size:1rem;font-weight:300;text-align:center}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#c9a581cc;border:none;color:#0a1628;width:40px;height:40px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-button:hover{background:#c9a581;transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:1rem}.carousel-button-next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:#c9a581;border-color:#c9a581;width:12px;height:12px}.carousel-dot:hover{border-color:#c9a581;background:#c9a58180}@media (max-width: 768px){.hero{padding:2rem 1rem;min-height:auto}.hero-gallery{display:none}.hero-carousel{display:block}.carousel-image{height:250px}.carousel-overlay{padding:1rem;font-size:.9rem}.carousel-button{width:35px;height:35px;font-size:1.25rem}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.hero-sidebar{right:1rem;gap:1rem}.sidebar-icon{width:35px;height:35px;font-size:1rem}}@media (max-width: 480px){.hero{padding:1.5rem .75rem}.carousel-image{height:220px}.carousel-overlay{padding:.75rem;font-size:.85rem}.carousel-button{width:30px;height:30px;font-size:1rem}.carousel-dots{bottom:.75rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:10px;height:10px}}.hot-products{background-color:#0a1628;padding:100px 3rem;position:relative}.hot-products-container{max-width:1400px;margin:0 auto}.hot-products-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#c9a581;text-align:center;margin-bottom:1rem;letter-spacing:.02em}.hot-products-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:4rem}.hot-products-wrapper{position:relative;margin-top:3rem}.hot-products-grid{display:grid;grid-template-columns:repeat(4,minmax(280px,1fr));gap:2.5rem;transition:transform .3s ease;justify-items:stretch}.hot-products-grid.carousel-mode{display:flex;overflow:visible;grid-template-columns:none;gap:0;transition:transform .5s ease;width:100%}.hot-products-wrapper{overflow:hidden}.hot-products-grid.carousel-mode .product-card{min-width:100%;width:100%;flex-shrink:0;margin-right:0}.product-card{background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}@media (max-width: 1024px){.hot-products{padding:80px 2rem}.hot-products-title{font-size:3rem}.hot-products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.carousel-button-prev{left:-15px}.carousel-button-next{right:-15px}}@media (max-width: 768px){.hot-products{padding:60px 1rem}.hot-products-title{font-size:2rem}.hot-products-subtitle{font-size:12px;margin-bottom:2rem}.hot-products-wrapper{margin-top:2rem;position:relative;overflow:hidden}.hot-products-grid{grid-template-columns:1fr;gap:0;display:flex;transition:transform .5s ease;width:100%}.hot-products-grid .product-card{min-width:100%;flex-shrink:0;width:100%}.carousel-button{width:40px;height:40px;font-size:1.5rem;background:#c9a581e6;border:2px solid #C9A581}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.product-image{height:250px}.product-content{padding:1.5rem}.product-title{font-size:1.3rem}.carousel-indicators{margin-top:1.5rem}}@media (max-width: 480px){.hot-products{padding:40px .75rem}.hot-products-title{font-size:1.75rem}.product-image{height:220px}.product-content{padding:1.25rem}.product-title{font-size:1.2rem}.carousel-button{width:35px;height:35px;font-size:1.25rem}.carousel-button-prev{left:.25rem}.carousel-button-next{right:.25rem}}.season-specials{position:relative;background-color:#0a1628;overflow:hidden}.season-specials-triangle{position:absolute;top:0;left:0;right:0;height:40px;background:#0a1628;z-index:3}.season-specials-triangle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:600px;height:1px;background:linear-gradient(to right,transparent 0%,rgba(212,175,55,.4) 20%,rgba(212,175,55,.6) 50%,rgba(212,175,55,.4) 80%,transparent 100%)}.season-specials-background{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;min-height:100vh;height:auto;margin-top:20px;padding-top:60px;padding-bottom:4rem;will-change:transform;transition:transform .1s ease-out}.season-specials-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#0a1628d9,#0a1628bf,#0a162899);display:flex;align-items:flex-start;padding:5rem 3rem 4rem;overflow:visible;z-index:2;min-height:100%}.season-specials-container{max-width:1400px;width:100%;margin:0 auto;display:flex;z-index:2}.season-specials-column-left{width:50%;flex:0 0 50%}.season-specials-column-right{width:50%;flex:0 0 50%;padding-left:2rem;padding-right:1rem}.season-specials-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#fff;margin-bottom:2rem;margin-top:0;letter-spacing:.02em;line-height:1.2;word-wrap:break-word}.season-specials-menu-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a16284d;border-radius:8px;padding:2rem}.food-menu-container{width:100%}.food-menu-content-wrapper{display:flex;flex-direction:column;gap:2rem}.food-menu-grid-wrapper{width:100%}.food-menu-content{color:#fff}.food-menu-content-top-holder{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.food-menu-content-title-holder{flex:1}.food-menu-title{font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400;color:#fff;margin:0;letter-spacing:.02em}.food-menu-content-title-line{flex:1;height:1px;background:#ffffff4d;min-width:20px}.food-menu-content-price-holder{flex-shrink:0}.food-menu-content-price-normal{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#d4af37;white-space:nowrap}.food-menu-desc{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:300;color:#ffffffe6;line-height:1.6;margin:0;margin-bottom:1rem}.food-menu-add-to-cart{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#fff;background-color:transparent;border:1px solid #C9A581;border-radius:0;padding:10px 20px;cursor:pointer;transition:all .3s ease;margin-top:.5rem;width:100%}.food-menu-add-to-cart:hover{background-color:#c9a5811a;border-color:#c9a581;color:#c9a581}@media (max-width: 1024px){.season-specials-background{padding-top:50px}.season-specials-overlay{padding-top:4rem;padding-left:2rem;padding-right:2rem}.season-specials-column-left{width:0;flex:0 0 0;display:none}.season-specials-column-right{width:100%;flex:0 0 100%;padding-left:0}.season-specials-title{font-size:3rem}.food-menu-title{font-size:1.5rem}.food-menu-content-price-normal{font-size:1.25rem}}@media (max-width: 768px){.season-specials-background{min-height:500px;padding-top:40px}.season-specials-overlay{padding:3.5rem 2rem 3rem;align-items:flex-start}.season-specials-title{font-size:2.5rem;margin-bottom:2rem;margin-top:0}.season-specials-menu-section{padding:1.5rem}.food-menu-content-wrapper{gap:1.5rem}.food-menu-content-top-holder{flex-wrap:wrap;gap:.5rem}.food-menu-title{font-size:1.25rem}.food-menu-content-price-normal{font-size:1.1rem}.food-menu-desc{font-size:.875rem}}.categories{background-color:#0a1628;padding:100px 3rem;position:relative;overflow:visible}.categories-container{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:2}.categories-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.categories-divider{width:100%;height:1px;background:#c9a5814d;margin:0 auto 40px;max-width:600px}.categories-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;align-items:center}.categories-item{width:100%;position:relative}.categories-item:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#c9a5814d}.categories-link{display:block;text-decoration:none;padding:20px 0;transition:all .3s ease}.categories-text{font-family:Georgia,Times New Roman,serif;font-size:50px;font-weight:300;text-transform:uppercase;letter-spacing:2px;color:#cecece;transition:color .3s ease;display:block}.categories-link:hover .categories-text{color:#fff}.categories-button-wrapper{margin-top:40px}.categories-button{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;text-transform:uppercase;line-height:1.5em;letter-spacing:2px;color:#fff;background-color:transparent;border:1px solid #C9A581;border-radius:0;padding:15px 30px 13px;text-decoration:none;transition:all .3s ease}.categories-button:hover{background-color:#c9a5811a;border-color:#c9a581;color:#fff}.categories-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.categories-button-text{display:inline-block}.categories-image{position:absolute;z-index:1;overflow:hidden}.categories-image img{width:100%;height:100%;object-fit:cover;display:block}.categories-image-1{left:10%;top:5%;width:130px;height:200px;border-radius:50%;transform:translate(0)}.categories-image-2{right:10%;top:35%;width:130px;height:200px;border-radius:50%;transform:translate(0)}.categories-image-3{left:8%;bottom:10%;width:161px;height:120px;clip-path:polygon(50% 0%,0% 100%,100% 100%);transform:translate(0)}@media (max-width: 1024px){.categories{padding:80px 2rem}.categories-text{font-size:36px}.categories-image-1{left:5%;width:100px;height:150px}.categories-image-2{right:5%;width:100px;height:150px}.categories-image-3{left:5%;width:120px;height:90px}}@media (max-width: 768px){.categories{padding:60px 1.5rem}.categories-subtitle{font-size:12px}.categories-text{font-size:24px}.categories-button{font-size:12px;padding:12px 24px 10px}.categories-image{display:none}}.new-products{background-color:#0a1628;padding:100px 3rem;position:relative}.new-products-container{max-width:1400px;margin:0 auto}.new-products-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#c9a581;text-align:center;margin-bottom:1rem;letter-spacing:.02em}.new-products-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:4rem}.new-products-wrapper{position:relative;margin-top:3rem}.new-products-grid{display:grid;grid-template-columns:repeat(4,minmax(280px,1fr));gap:2.5rem;transition:transform .3s ease;justify-items:stretch}.new-products-grid.carousel-mode{display:flex;overflow:visible;grid-template-columns:none;gap:0;transition:transform .5s ease;width:100%}.new-products-wrapper{overflow:hidden}.new-products-grid.carousel-mode .product-card{min-width:100%;width:100%;flex-shrink:0;margin-right:0}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#c9a58133;border:2px solid #C9A581;color:#c9a581;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;line-height:1}.carousel-button:hover{background:#c9a58166;transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:-25px}.carousel-button-next{right:-25px}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(201,165,129,.5);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:#c9a5814d}.carousel-indicator.active{background:#c9a581;border-color:#c9a581}.product-card-empty{opacity:0;pointer-events:none;visibility:hidden;min-height:0;height:100%;border:none;background:transparent}.product-image-empty{height:250px;background:transparent}.product-title-empty,.product-description-empty,.product-price-empty,.product-button-empty{display:none}.product-image{width:100%;height:250px;background:linear-gradient(135deg,#c9a5811a,#0a16284d);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (max-width: 1024px){.new-products{padding:80px 2rem}.new-products-title{font-size:3rem}.new-products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.carousel-button-prev{left:-15px}.carousel-button-next{right:-15px}}@media (max-width: 768px){.new-products{padding:60px 1rem}.new-products-title{font-size:2rem}.new-products-subtitle{font-size:12px;margin-bottom:2rem}.new-products-wrapper{margin-top:2rem;position:relative;overflow:hidden}.new-products-grid{grid-template-columns:1fr;gap:0;display:flex;transition:transform .5s ease;width:100%}.new-products-grid .product-card{min-width:100%;flex-shrink:0;width:100%}.carousel-button{width:40px;height:40px;font-size:1.5rem;background:#c9a581e6;border:2px solid #C9A581}.carousel-button-prev{left:.5rem}.carousel-button-next{right:.5rem}.product-image{height:250px}.product-content{padding:1.5rem}.product-title{font-size:1.3rem}.carousel-indicators{margin-top:1.5rem}}@media (max-width: 480px){.new-products{padding:40px .75rem}.new-products-title{font-size:1.75rem}.product-image{height:220px}.product-content{padding:1.25rem}.product-title{font-size:1.2rem}.carousel-button{width:35px;height:35px;font-size:1.25rem}.carousel-button-prev{left:.25rem}.carousel-button-next{right:.25rem}}.partners{background-color:#0a1628;padding:100px 3rem;position:relative;overflow:hidden}.partners-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.partners-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.partners-divider{width:100%;height:1px;background:#c9a5814d;margin:0 auto 40px;max-width:600px}.partners-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#c9a581;margin-bottom:4rem;letter-spacing:.02em}.partners-logos{display:flex;justify-content:center;align-items:center;gap:5rem;flex-wrap:wrap;margin-top:3rem}.partner-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:2rem;transition:transform .3s ease}.partner-logo-wrapper{position:relative;padding:2rem;background:#c9a5810d;border:1px solid rgba(201,165,129,.2);border-radius:8px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.partner-item:hover .partner-logo-wrapper{background:#c9a5811a;border-color:#c9a58166;transform:translateY(-5px);box-shadow:0 10px 30px #c9a58133}.partner-logo{max-width:200px;max-height:100px;width:auto;height:auto;object-fit:contain;opacity:.7;transition:all .3s ease;filter:grayscale(30%)}.partner-item:hover .partner-logo{opacity:1;filter:grayscale(0%);transform:scale(1.05)}@media (max-width: 1024px){.partners{padding:80px 2rem}.partners-title{font-size:3rem;margin-bottom:3rem}.partners-logos{gap:3rem}.partner-logo-wrapper{padding:1.5rem}.partner-logo{max-width:150px;max-height:80px}}@media (max-width: 768px){.partners{padding:60px 1rem}.partners-subtitle{font-size:12px}.partners-title{font-size:2rem;margin-bottom:2rem}.partners-logos{flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:center}.partner-item{flex:0 0 auto;padding:1rem}.partner-logo-wrapper{padding:1rem}.partner-logo{max-width:100px;max-height:50px}}@media (max-width: 480px){.partners{padding:40px .75rem}.partners-title{font-size:1.75rem;margin-bottom:1.5rem}.partners-logos{gap:.75rem}.partner-item,.partner-logo-wrapper{padding:.75rem}.partner-logo{max-width:80px;max-height:40px}}.contact{background-color:#0a1628;padding:0;position:relative}.contact-container{display:flex;min-height:100vh;max-width:100%;margin:0}.contact-image-wrapper{flex:0 0 40%;position:relative;overflow:hidden}.contact-image{width:100%;height:100%;object-fit:cover;display:block}.contact-form-wrapper{flex:0 0 60%;background-color:#0a1628;padding:5rem 4rem;display:flex;flex-direction:column;justify-content:flex-start}.contact-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#c9a581;margin-bottom:3rem;letter-spacing:.02em;line-height:1.2}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.form-group label{color:#ffffffe6;font-size:.875rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background-color:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;padding:1rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease;width:100%;border-radius:0;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#c9a581}.form-group textarea{min-height:120px;line-height:1.6}.form-group input::placeholder{color:#ffffff80}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group select option{background-color:#0a1628;color:#fff}.form-group input[type=date]{position:relative}.form-group input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.7;cursor:pointer}.form-group input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.submit-button{background-color:transparent;border:1px solid #C9A581;color:#c9a581;padding:1rem 2rem;font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin-top:1rem;align-self:flex-start}.submit-button:hover{background-color:#c9a581;color:#0a1628}.contact-footer{margin-top:auto;padding-top:3rem;border-top:1px solid rgba(201,165,129,.2)}.follow-title,.phone-title{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#c9a581;margin-bottom:1.5rem;letter-spacing:.02em}.social-icons{display:flex;gap:1rem;margin-bottom:2.5rem}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#c9a58133;border-radius:50%;transition:all .3s ease}.social-icon svg{width:20px;height:20px;fill:#c9a581}.social-icon:hover{background-color:#c9a581;transform:scale(1.1)}.social-icon:hover svg{fill:#0a1628}.phone-numbers{display:flex;flex-direction:column;gap:.75rem}.phone-link{color:#c9a581;font-size:1.25rem;text-decoration:none;transition:opacity .3s ease;font-family:Georgia,Times New Roman,serif}.phone-link:hover{opacity:.7}@media (max-width: 1024px){.contact-container{flex-direction:column}.contact-image-wrapper{flex:0 0 50%;min-height:400px}.contact-form-wrapper{flex:1;padding:3rem 2rem}.contact-title{font-size:2.5rem;margin-bottom:2rem}}@media (max-width: 768px){.contact-image-wrapper{display:none}.contact-form-wrapper{padding:2rem 1.5rem}.contact-title{font-size:2rem;margin-bottom:1.5rem}.contact-form{gap:1.25rem;margin-bottom:2rem}.contact-footer{padding-top:2rem}.follow-title,.phone-title{font-size:1.25rem;margin-bottom:1rem}.social-icons{margin-bottom:2rem}}@media (max-width: 480px){.contact-form-wrapper{padding:1.5rem 1rem}.contact-title{font-size:1.75rem}}.footer{background-color:#0a1628;padding:80px 3rem 40px;position:relative;border-top:1px solid rgba(212,175,55,.2)}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo-icon{font-size:2rem;color:#c9a581}.footer-logo-text{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;color:#fff;letter-spacing:.05em}.footer-description{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#ffffffb3;margin:0}.footer-heading{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400;color:#c9a581;margin-bottom:1.5rem;letter-spacing:.05em}.footer-links,.footer-contact,.footer-hours{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links a{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#c9a581}.footer-contact li,.footer-hours li{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#ffffffb3;line-height:1.6}.footer-bottom{margin-top:3rem;text-align:center}.footer-divider{width:100%;height:1px;background:#d4af3733;margin-bottom:2rem}.footer-copyright{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#ffffff80;margin:0;text-transform:uppercase;letter-spacing:1px}@media (max-width: 1024px){.footer{padding:60px 2rem 30px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}}@media (max-width: 768px){.footer{padding:50px 1.5rem 30px}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-logo-text{font-size:1.5rem}.footer-heading{font-size:1.1rem}}.shop-page{min-height:100vh;background-color:#0a1628}.shop{background-color:#0a1628;padding:100px 3rem;position:relative;min-height:calc(100vh - 200px)}.shop-container{max-width:1400px;margin:0 auto}.shop-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#c9a581;text-align:center;margin-bottom:1rem;letter-spacing:.02em}.shop-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:4rem}.shop-content{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.shop-sidebar{background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;padding:2rem;position:sticky;top:120px;height:fit-content}.sidebar-title{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400;color:#c9a581;margin-bottom:1.5rem;letter-spacing:.05em}.search-section{margin-bottom:2.5rem}.search-input{width:100%;padding:12px 16px;background:#0a1628cc;border:1px solid rgba(201,165,129,.3);border-radius:4px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:all .3s ease}.search-input::placeholder{color:#ffffff80}.search-input:focus{outline:none;border-color:#c9a581;background:#0a1628e6}.filter-section{margin-bottom:2rem}.category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.category-button{width:100%;padding:12px 16px;background:transparent;border:1px solid rgba(201,165,129,.2);border-radius:4px;color:#ffffffb3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;text-align:left;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.category-button:hover{background:#c9a5811a;border-color:#c9a58166;color:#fff}.category-button.active{background:#c9a58133;border-color:#c9a581;color:#c9a581}.results-count{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#ffffff80;text-align:center;padding-top:1.5rem;border-top:1px solid rgba(201,165,129,.2)}.shop-main{width:100%}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem}.product-card{background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;cursor:pointer}.product-card:hover{transform:translateY(-5px);border-color:#c9a58180;box-shadow:0 10px 30px #0000004d}.product-image{width:100%;height:250px;background:linear-gradient(135deg,#c9a5811a,#0a16284d);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.product-stock-badge{position:absolute;top:.5rem;right:.5rem;padding:.5rem 1rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;z-index:10}.product-stock-badge.in-stock{background-color:#4ade80e6;color:#0a1628}.product-stock-badge.out-of-stock{background-color:#ef4444e6;color:#fff}.product-stock-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#fff9;margin-top:.5rem}.product-image-placeholder{font-size:5rem;opacity:.6;transition:transform .3s ease,opacity .3s ease}.product-card:hover .product-image-placeholder{transform:scale(1.1);opacity:.8}.product-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.product-title{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#fff;margin-bottom:1rem;letter-spacing:.02em}.product-category{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#c9a581;margin-bottom:.5rem}.product-weight{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#c9a581e6;font-weight:500;margin-top:.5rem;margin-bottom:.5rem}.product-description{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#ffffffb3;margin-bottom:1.5rem;flex-grow:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#c9a581;letter-spacing:.02em}.product-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#fff;background-color:transparent;border:1px solid #C9A581;border-radius:0;padding:10px 20px;cursor:pointer;transition:all .3s ease}.product-button:hover{background-color:#c9a5811a;border-color:#c9a581;color:#c9a581}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#ffffffb3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px}@media (max-width: 1024px){.shop{padding:80px 2rem}.shop-title{font-size:3rem}.shop-content{grid-template-columns:240px 1fr;gap:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}}@media (max-width: 768px){.shop{padding:60px 1.5rem}.shop-title{font-size:2.5rem}.shop-subtitle{font-size:12px;margin-bottom:3rem}.shop-content{grid-template-columns:1fr;gap:2rem}.shop-sidebar{position:static;order:2;padding:1.5rem}.shop-main{order:1}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-image{height:200px}.product-content{padding:1.5rem}.product-title{font-size:1.3rem}}@media (max-width: 480px){.shop{padding:40px 1rem}.shop-title{font-size:2rem;margin-bottom:.5rem}.shop-subtitle{font-size:11px;margin-bottom:2rem}.shop-sidebar{padding:1rem}.products-grid{gap:1rem}.product-card{margin-bottom:0}.product-image{height:180px}.product-content{padding:1rem}.product-title{font-size:1.1rem}.product-price{font-size:1.25rem}}.breadcrumbs{background-color:#0a1628cc;padding:1rem 0;border-bottom:1px solid rgba(201,165,129,.2)}.breadcrumbs-container{max-width:1400px;margin:0 auto;padding:0 3rem}.breadcrumbs-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap;gap:.5rem}.breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb-separator{color:#c9a58180;font-size:.875rem}.breadcrumb-link{color:#c9a581cc;text-decoration:none;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:capitalize;transition:color .3s ease}.breadcrumb-link:hover{color:#c9a581}.breadcrumb-current{color:#c9a581;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;text-transform:capitalize}@media (max-width: 768px){.breadcrumbs-container{padding:0 1.5rem}.breadcrumb-link,.breadcrumb-current{font-size:.75rem}}.product-detail-page{min-height:100vh;background-color:#0a1628;color:#fff}.product-detail-loading{min-height:100vh;background-color:#0a1628;display:flex;flex-direction:column}.loading-container{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem}.loading-container p{color:#c9a581;font-size:1.5rem;font-family:Georgia,Times New Roman,serif}.product-detail-container{max-width:1400px;margin:0 auto;padding:4rem 3rem}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-detail-image-section{position:sticky;top:120px}.product-detail-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid rgba(201,165,129,.2);background:#0a162899}.product-detail-image{width:100%;height:100%;object-fit:cover;display:block}.product-detail-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:8rem;background:#0a1628cc;color:#c9a58180}.product-detail-stock-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-detail-stock-badge.in-stock{background:#22c55e33;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.product-detail-stock-badge.low-stock{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.product-detail-stock-badge.out-of-stock{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3)}.product-detail-info-section{display:flex;flex-direction:column;gap:2rem}.product-detail-header{display:flex;flex-direction:column;gap:1rem}.product-detail-category{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#c9a581cc;text-transform:uppercase;letter-spacing:2px}.product-detail-title{font-family:Georgia,Times New Roman,serif;font-size:3.5rem;font-weight:400;color:#c9a581;margin:0;letter-spacing:.02em;line-height:1.2}.product-detail-weight-badge{display:inline-block;width:fit-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#c9a581;background:#c9a5811a;border:1px solid rgba(201,165,129,.3);border-radius:6px;padding:.5rem 1rem;margin-top:1rem;letter-spacing:.5px}.product-detail-divider{width:100%;height:1px;background:#c9a5814d;margin:1rem 0}.product-detail-price-section{display:flex;flex-direction:column;gap:.5rem}.product-detail-price{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;color:#c9a581}.product-detail-meta{display:flex;flex-direction:column;gap:.5rem}.product-detail-weight{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#c9a581e6;font-weight:500}.product-detail-stock{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#ffffffb3}.product-detail-short-description{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.6;color:#ffffffe6;padding:1.5rem;background:#c9a5810d;border-left:3px solid rgba(201,165,129,.3);border-radius:4px}.product-detail-description{margin-top:1rem}.product-detail-description h3{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#c9a581;margin-bottom:1rem}.product-detail-description p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.8;color:#fffc}.product-detail-actions{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;border-top:1px solid rgba(201,165,129,.2);border-bottom:1px solid rgba(201,165,129,.2)}.product-detail-quantity{display:flex;align-items:center;gap:1rem}.product-detail-quantity label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#ffffffe6;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid rgba(201,165,129,.3);border-radius:6px;padding:.25rem}.quantity-btn{background:transparent;border:none;color:#c9a581;font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border-radius:4px}.quantity-btn:hover:not(:disabled){background:#c9a5811a;color:#fff}.quantity-btn:disabled{opacity:.3;cursor:not-allowed}.quantity-value{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;min-width:3rem;text-align:center}.product-detail-add-to-cart{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff;background:linear-gradient(135deg,#c9a581,#b8946f);border:1px solid #C9A581;border-radius:6px;padding:1.25rem 2rem;cursor:pointer;transition:all .3s ease;width:100%}.product-detail-add-to-cart:hover:not(:disabled){background:linear-gradient(135deg,#b8946f,#c9a581);transform:translateY(-2px);box-shadow:0 10px 30px #c9a5814d}.product-detail-add-to-cart:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-detail-footer{margin-top:1rem}.product-detail-back-btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#c9a581cc;background:transparent;border:1px solid rgba(201,165,129,.3);border-radius:6px;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease}.product-detail-back-btn:hover{color:#c9a581;border-color:#c9a581;background:#c9a5811a}@media (max-width: 1024px){.product-detail-content{grid-template-columns:1fr;gap:3rem}.product-detail-image-section{position:static}.product-detail-title{font-size:2.5rem}.product-detail-price{font-size:2rem}}@media (max-width: 768px){.product-detail-container{padding:2rem 1.5rem}.product-detail-title{font-size:2rem}.product-detail-price{font-size:1.75rem}.product-detail-short-description{font-size:1rem;padding:1rem}}.checkout-page{min-height:100vh;background-color:#0a1628}.checkout{background-color:#0a1628;padding:100px 3rem;position:relative;min-height:calc(100vh - 200px)}.checkout-container{max-width:1400px;margin:0 auto}.checkout-title{font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:400;color:#c9a581;text-align:center;margin-bottom:3rem;letter-spacing:.02em}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.checkout-form-section{background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;padding:2.5rem}.checkout-section-title{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;color:#c9a581;margin-bottom:1.5rem;letter-spacing:.02em}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#fffc;font-weight:500}.form-group input{padding:12px 16px;background:#0a1628cc;border:1px solid rgba(201,165,129,.3);border-radius:4px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#c9a581;background:#0a1628e6}.form-group input::placeholder{color:#ffffff4d}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0a162866;border:1px solid rgba(201,165,129,.2);border-radius:4px;cursor:pointer;transition:all .3s ease}.payment-option:hover{background:#c9a5811a;border-color:#c9a58166}.payment-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#C9A581}.payment-option span{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#fff}.checkout-submit-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:#0a1628;background-color:#c9a581;border:1px solid #C9A581;border-radius:0;padding:16px 32px;cursor:pointer;transition:all .3s ease;margin-top:1rem;font-weight:600}.checkout-submit-button:hover{background-color:#c9a581e6;border-color:#c9a581}.checkout-summary-section{background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;padding:2.5rem;position:sticky;top:120px;height:fit-content}.order-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.order-items::-webkit-scrollbar{width:6px}.order-items::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.order-items::-webkit-scrollbar-thumb{background:#c9a58180;border-radius:3px}.order-item{display:flex;gap:1rem;padding:1rem;background:#0a162866;border:1px solid rgba(201,165,129,.1);border-radius:8px}.order-item-image{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#c9a5811a,#0a16284d);border-radius:8px;display:flex;align-items:center;justify-content:center}.order-item-placeholder{font-size:2rem;opacity:.7}.order-item-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.order-item-name{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400;color:#fff;margin:0;letter-spacing:.02em}.order-item-quantity{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#fff9;margin:0}.order-item-price{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400;color:#c9a581;margin:0}.order-totals{border-top:1px solid rgba(201,165,129,.3);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.order-total-row{display:flex;justify-content:space-between;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#fffc}.order-total-final{font-size:1.2rem;font-weight:600;color:#c9a581;padding-top:1rem;border-top:1px solid rgba(201,165,129,.3)}.checkout-empty{text-align:center;padding:6rem 2rem;color:#ffffffb3}.checkout-empty h2{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;color:#c9a581;margin-bottom:1rem}.checkout-empty p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;margin-bottom:2rem}.checkout-shop-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#fff;background-color:transparent;border:1px solid #C9A581;border-radius:0;padding:12px 24px;cursor:pointer;transition:all .3s ease}.checkout-shop-button:hover{background-color:#c9a5811a;border-color:#c9a581;color:#c9a581}@media (max-width: 1024px){.checkout{padding:80px 2rem}.checkout-title{font-size:3rem}.checkout-content{grid-template-columns:1fr;gap:2rem}.checkout-summary-section{position:static;order:-1}}@media (max-width: 768px){.checkout{padding:60px 1.5rem}.checkout-title{font-size:2.5rem;margin-bottom:2rem}.checkout-form-section,.checkout-summary-section{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.checkout-section-title{font-size:1.5rem}}.order-confirmation-page{min-height:100vh;background-color:#0a1628}.order-confirmation{background-color:#0a1628;padding:100px 3rem;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.order-confirmation-container{max-width:600px;margin:0 auto;text-align:center;background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;padding:4rem 3rem}.order-confirmation-icon{width:100px;height:100px;background:#c9a581;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#0a1628;margin:0 auto 2rem;font-weight:700}.order-confirmation-title{font-family:Georgia,Times New Roman,serif;font-size:3rem;font-weight:400;color:#c9a581;margin-bottom:1.5rem;letter-spacing:.02em}.order-confirmation-message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:#ffffffe6;margin-bottom:1rem}.order-confirmation-details{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#ffffffb3;margin-bottom:2.5rem}.order-confirmation-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.order-confirmation-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#0a1628;background-color:#c9a581;border:1px solid #C9A581;border-radius:0;padding:12px 24px;text-decoration:none;transition:all .3s ease;font-weight:600;display:inline-block}.order-confirmation-button:hover{background-color:#c9a581e6;border-color:#c9a581}.order-confirmation-button.secondary{background-color:transparent;color:#fff;border-color:#c9a58180}.order-confirmation-button.secondary:hover{background-color:#c9a5811a;border-color:#c9a581;color:#c9a581}@media (max-width: 768px){.order-confirmation{padding:60px 1.5rem}.order-confirmation-container{padding:3rem 2rem}.order-confirmation-title{font-size:2rem}.order-confirmation-icon{width:80px;height:80px;font-size:3rem}.order-confirmation-actions{flex-direction:column}.order-confirmation-button{width:100%}}.admin-login{min-height:100vh;background-color:#0a1628;display:flex;align-items:center;justify-content:center;padding:2rem}.admin-login-container{background-color:#ffffff0d;border:1px solid rgba(201,165,129,.3);border-radius:8px;padding:3rem;max-width:400px;width:100%}.admin-login-title{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;color:#c9a581;margin-bottom:2rem;text-align:center;letter-spacing:.02em}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-field{display:flex;flex-direction:column;gap:.5rem}.admin-login-field label{color:#ffffffe6;font-size:.875rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.admin-login-field input{background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.875rem 1rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease;border-radius:4px}.admin-login-field input:focus{outline:none;border-color:#c9a581}.admin-login-field input:disabled{opacity:.5;cursor:not-allowed}.admin-login-button{background-color:transparent;border:1px solid #C9A581;color:#c9a581;padding:1rem 2rem;font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin-top:1rem;border-radius:4px}.admin-login-button:hover:not(:disabled){background-color:#c9a581;color:#0a1628}.admin-login-button:disabled{opacity:.5;cursor:not-allowed}.admin-login-error{background-color:#dc262633;border:1px solid rgba(220,38,38,.5);color:#ff6b6b;padding:1rem;border-radius:4px;font-size:.875rem;text-align:center}@media (max-width: 768px){.admin-login-container{padding:2rem 1.5rem}.admin-login-title{font-size:2rem}}.admin-panel{min-height:100vh;background-color:#0a1628;color:#fff;padding:2rem}.admin-panel-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#c9a581;font-size:1.5rem}.admin-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,165,129,.3)}.admin-panel-header h1{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;color:#c9a581;letter-spacing:.02em}.admin-logout-btn{background-color:transparent;border:1px solid #C9A581;color:#c9a581;padding:.75rem 1.5rem;font-size:.875rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px}.admin-logout-btn:hover{background-color:#c9a581;color:#0a1628}.admin-panel-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid rgba(201,165,129,.2)}.admin-panel-tabs button{background:transparent;border:none;color:#ffffffb3;padding:1rem 2rem;font-size:1rem;cursor:pointer;transition:all .3s ease;border-bottom:2px solid transparent;margin-bottom:-1px}.admin-panel-tabs button:hover{color:#c9a581}.admin-panel-tabs button.active{color:#c9a581;border-bottom-color:#c9a581}.admin-panel-content{max-width:1400px;margin:0 auto}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-section-header h2{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;color:#c9a581}.admin-add-btn{background-color:#c9a581;border:none;color:#0a1628;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:4px}.admin-add-btn:hover{background-color:#b8946f}.admin-filters{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem;padding:1rem;background-color:#ffffff08;border:1px solid rgba(201,165,129,.2);border-radius:8px;flex-wrap:wrap}.admin-search-box{flex:1;min-width:250px}.admin-search-input{width:100%;background-color:#ffffff0d;border:1px solid rgba(201,165,129,.3);color:#fff;padding:.75rem 1rem;font-size:.875rem;border-radius:4px;transition:border-color .3s ease}.admin-search-input:focus{outline:none;border-color:#c9a581}.admin-search-input::placeholder{color:#ffffff80}.admin-filter-box{display:flex;align-items:center;gap:.75rem}.admin-filter-box label{color:#fffc;font-size:.875rem;white-space:nowrap}.admin-filter-select{background-color:#ffffff0d;border:1px solid rgba(201,165,129,.3);color:#fff;padding:.75rem 1rem;font-size:.875rem;border-radius:4px;cursor:pointer;transition:border-color .3s ease;min-width:150px}.admin-filter-select:focus{outline:none;border-color:#c9a581}.admin-filter-select option{background-color:#0a1628;color:#fff}.admin-results-count{color:#fff9;font-size:.875rem;white-space:nowrap}.admin-table-container{overflow-x:auto;background-color:#ffffff0d;border:1px solid rgba(201,165,129,.3);border-radius:8px;padding:1rem}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background-color:#c9a5811a}.admin-table th{padding:1rem;text-align:left;font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em;color:#c9a581;border-bottom:1px solid rgba(201,165,129,.3)}.admin-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-table tbody tr:hover{background-color:#c9a5810d}.status-active{color:#4ade80;font-weight:600}.status-inactive{color:#f87171;font-weight:600}.admin-edit-btn,.admin-delete-btn{padding:.5rem 1rem;margin-right:.5rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .3s ease}.admin-edit-btn{background-color:#c9a58133;color:#c9a581;border:1px solid #C9A581}.admin-edit-btn:hover{background-color:#c9a581;color:#0a1628}.admin-delete-btn{background-color:#ef444433;color:#f87171;border:1px solid #f87171}.admin-delete-btn:hover{background-color:#f87171;color:#fff}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-modal{background-color:#0a1628;border:1px solid rgba(201,165,129,.3);border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(201,165,129,.3)}.admin-modal-header h2{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#c9a581}.admin-modal-close{background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.admin-modal-close:hover{color:#c9a581}.admin-modal-form{padding:1.5rem}.admin-form-field{margin-bottom:1.5rem}.admin-form-field label{display:block;margin-bottom:.5rem;color:#ffffffe6;font-size:.875rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase}.admin-form-field input[type=text],.admin-form-field input[type=number],.admin-form-field textarea,.admin-form-field select{width:100%;background-color:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.875rem 1rem;font-size:1rem;font-family:inherit;transition:border-color .3s ease;border-radius:4px}.admin-form-field input:focus,.admin-form-field textarea:focus,.admin-form-field select:focus{outline:none;border-color:#c9a581}.admin-form-field textarea{resize:vertical;min-height:80px}.admin-form-field input[type=checkbox]{margin-right:.5rem;width:auto}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(201,165,129,.3)}.admin-cancel-btn,.admin-save-btn{padding:.75rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease}.admin-cancel-btn{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.admin-cancel-btn:hover{border-color:#c9a581;color:#c9a581}.admin-save-btn{background-color:#c9a581;color:#0a1628}.admin-save-btn:hover{background-color:#b8946f}@media (max-width: 768px){.admin-panel{padding:1rem}.admin-panel-header h1{font-size:1.75rem}.admin-form-row{grid-template-columns:1fr}.admin-table-container{overflow-x:scroll}}.edit-product-page{min-height:100vh;background-color:#0a1628;color:#fff;padding:2rem}.edit-product-loading{display:flex;align-items:center;justify-content:center;min-height:50vh}.edit-product-loading p{color:#c9a581;font-size:1.5rem;font-family:Georgia,Times New Roman,serif}.edit-product-container{max-width:1200px;margin:0 auto}.edit-product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(201,165,129,.3)}.edit-product-header h1{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400;color:#c9a581;margin:0}.edit-product-back-btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#c9a581cc;background:transparent;border:1px solid rgba(201,165,129,.3);border-radius:6px;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease}.edit-product-back-btn:hover{color:#c9a581;border-color:#c9a581;background:#c9a5811a}.edit-product-form{display:flex;flex-direction:column;gap:2rem}.edit-product-form-section{background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px;padding:2rem}.edit-product-form-section h2{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#c9a581;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,165,129,.2)}.edit-product-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.edit-product-form-field{display:flex;flex-direction:column;gap:.5rem}.edit-product-form-field label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px}.edit-product-form-field input[type=text],.edit-product-form-field input[type=number],.edit-product-form-field select,.edit-product-form-field textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#fff;background:#0a1628cc;border:1px solid rgba(201,165,129,.3);border-radius:6px;padding:.75rem 1rem;transition:all .3s ease}.edit-product-form-field input[type=text]:focus,.edit-product-form-field input[type=number]:focus,.edit-product-form-field select:focus,.edit-product-form-field textarea:focus{outline:none;border-color:#c9a581;background:#0a1628e6}.edit-product-form-field textarea{resize:vertical;min-height:80px}.edit-product-form-field input[type=checkbox]{margin-right:.5rem;width:18px;height:18px;cursor:pointer;accent-color:#C9A581}.edit-product-form-field label:has(input[type=checkbox]){display:flex;align-items:center;cursor:pointer;text-transform:none;font-weight:400}.edit-product-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;border-top:1px solid rgba(201,165,129,.2)}.edit-product-cancel-btn,.edit-product-save-btn{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 2rem;border-radius:6px;cursor:pointer;transition:all .3s ease;border:1px solid}.edit-product-cancel-btn{color:#ffffffb3;background:transparent;border-color:#ffffff4d}.edit-product-cancel-btn:hover{color:#fff;border-color:#ffffff80;background:#ffffff0d}.edit-product-save-btn{color:#fff;background:linear-gradient(135deg,#c9a581,#b8946f);border-color:#c9a581}.edit-product-save-btn:hover:not(:disabled){background:linear-gradient(135deg,#b8946f,#c9a581);transform:translateY(-2px);box-shadow:0 5px 15px #c9a5814d}.edit-product-save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.edit-product-page{padding:1rem}.edit-product-header{flex-direction:column;align-items:flex-start;gap:1rem}.edit-product-header h1{font-size:2rem}.edit-product-form-row{grid-template-columns:1fr}.edit-product-form-actions{flex-direction:column}.edit-product-cancel-btn,.edit-product-save-btn{width:100%}}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-sidebar{position:fixed;top:0;right:0;width:420px;height:100vh;background:#0a1628;border-left:1px solid rgba(201,165,129,.3);z-index:1000;display:flex;flex-direction:column;box-shadow:-5px 0 30px #00000080;overflow:hidden}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(201,165,129,.3)}.cart-title{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;color:#c9a581;margin:0;letter-spacing:.02em}.cart-close{background:transparent;border:none;color:#ffffffb3;font-size:2.5rem;line-height:1;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.cart-close:hover{color:#fff}.cart-content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column}.cart-content::-webkit-scrollbar{width:6px}.cart-content::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.cart-content::-webkit-scrollbar-thumb{background:#c9a58180;border-radius:3px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;color:#ffffffb3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cart-empty p{font-size:1.1rem;margin-bottom:2rem}.cart-continue-shopping{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#fff;background-color:transparent;border:1px solid #C9A581;border-radius:0;padding:12px 24px;cursor:pointer;transition:all .3s ease}.cart-continue-shopping:hover{background-color:#c9a5811a;border-color:#c9a581;color:#c9a581}.cart-items{display:flex;flex-direction:column;gap:1.5rem;flex:1}.cart-item{display:flex;gap:1rem;padding:1rem;background:#0a162899;border:1px solid rgba(201,165,129,.2);border-radius:8px}.cart-item-image{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#c9a5811a,#0a16284d);border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{font-size:2.5rem;opacity:.7}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:400;color:#fff;margin:0;letter-spacing:.02em}.cart-item-price{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:400;color:#c9a581;margin:0}.cart-item-controls{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-quantity-btn{background:#c9a58133;border:1px solid rgba(201,165,129,.3);border-radius:4px;color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .3s ease}.cart-quantity-btn:hover{background:#c9a5814d;border-color:#c9a581}.cart-quantity{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#fff;min-width:30px;text-align:center}.cart-remove{margin-left:auto;background:transparent;border:none;color:#ffffff80;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;padding:4px 8px;transition:color .3s ease}.cart-remove:hover{color:#ff6b6b}.cart-footer{border-top:1px solid rgba(201,165,129,.3);padding-top:1.5rem;margin-top:1.5rem}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#0a162899;border-radius:8px}.cart-total-label{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;color:#fff;letter-spacing:.02em}.cart-total-price{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400;color:#c9a581;letter-spacing:.02em}.cart-actions{display:flex;flex-direction:column;gap:.75rem}.cart-clear,.cart-checkout{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;padding:12px 24px;border-radius:0;cursor:pointer;transition:all .3s ease;border:1px solid #C9A581}.cart-clear{background:transparent;color:#ffffffb3}.cart-clear:hover{background:#c9a5811a;color:#fff}.cart-checkout{background:#c9a581;color:#0a1628;border-color:#c9a581}.cart-checkout:hover{background:#c9a581e6}@media (max-width: 768px){.cart-sidebar{width:100%;max-width:100%}.cart-header{padding:1.5rem}.cart-title{font-size:1.5rem}.cart-content{padding:1rem}.cart-item{padding:.75rem}.cart-item-image{width:60px;height:60px}.cart-item-placeholder{font-size:2rem}}.floating-cart-button{position:fixed;bottom:2.5rem;right:2.5rem;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#c9a581,#b8946f);border:3px solid rgba(255,255,255,.2);color:#0a1628;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;box-shadow:0 8px 32px #c9a58166,0 4px 16px #0003,inset 0 1px #ffffff4d;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.75rem;padding:0;overflow:visible}.floating-cart-button:hover{background:linear-gradient(135deg,#b8946f,#c9a581);transform:translateY(-4px) scale(1.05);box-shadow:0 12px 40px #c9a58180,0 6px 20px #0000004d,inset 0 1px #fff6;border-color:#ffffff4d}.floating-cart-button:active{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 24px #c9a58166,0 3px 12px #0003}.floating-cart-icon{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}.floating-cart-button:hover .floating-cart-icon{transform:scale(1.1)}.floating-cart-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#f87171,#ef4444);color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;border:3px solid #0a1628;box-shadow:0 4px 12px #f8717166,0 2px 6px #0003;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.floating-cart-button:hover .floating-cart-badge{animation:none;transform:scale(1.15)}@media (max-width: 768px){.floating-cart-button{width:60px;height:60px;bottom:2rem;right:2rem;font-size:1.5rem;border-width:2px}.floating-cart-badge{width:24px;height:24px;font-size:.7rem;border-width:2px;top:-4px;right:-4px}}.App{width:100%;min-height:100vh;background-color:#0a1628}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a1628;color:#fff}#root{width:100%;min-height:100vh}*{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{-webkit-overflow-scrolling:touch;overflow-x:hidden}img{max-width:100%;height:auto}
