*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:#000;color:#dcdcdc}a{text-decoration:none;color:inherit}h1,h2,h3{font-family:Montserrat,sans-serif;font-weight:700}.home-container{max-width:80%;margin:0 auto;padding:2rem;background-color:#2c2c2c;border-radius:12px;box-shadow:0 6px 12px #0000001a}.home-header{text-align:center;margin-bottom:3rem;background-color:#111;color:#859997;padding:3rem;border-radius:12px;box-shadow:0 6px 18px #0000001a}.home-header h1{font-size:3rem;margin-bottom:1rem}.home-header p{font-size:1.2rem;line-height:1.6}.home-intro{text-align:center;margin-bottom:3rem}.home-intro h2{font-size:2.8rem;color:#dcdcdc;margin-bottom:1rem;text-transform:uppercase}.home-intro p{font-size:1.1rem;color:#a6a6a6;line-height:1.8;max-width:900px;margin:0 auto;padding:0 1rem}.home-features{display:flex;justify-content:space-between;gap:2rem;margin-bottom:2rem;margin-top:2rem}.feature{width:32%;background-color:#5a5a5a;padding:2rem;border-radius:8px;box-shadow:0 6px 18px #0000001a;text-align:center;transition:transform .3s ease-in-out}.feature:hover{transform:translateY(-5px)}.feature h3{font-size:1.8rem;color:#81a39f;margin-bottom:1rem;text-transform:capitalize}.feature p{font-size:1rem;color:#dcdcdc;line-height:1.6}.home-contact{text-align:center;background-color:#111;padding:3rem;border-radius:8px;box-shadow:0 6px 18px #0000001a;color:#00dfc4}.home-contact h2{font-size:2.5rem;color:#dcdcdc;margin-bottom:1rem}.home-contact p{font-size:1.1rem;color:#a6a6a6;line-height:1.6;margin-bottom:2rem}.home-contact button{background-color:#829b98;color:#111;padding:1rem 2rem;font-size:1.2rem;border:none;border-radius:25px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-weight:600}.home-contact button:hover{background-color:#9fc1c4;transform:translateY(-3px)}.image-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;justify-content:center;align-items:center;width:100%;margin:0 auto 20px}.logo-image,.home-image{width:100%;height:100%;border-radius:20px;object-fit:cover}@media (max-width: 1024px){.home-features{flex-direction:column;gap:1.5rem}.feature{width:100%}}@media (max-width: 768px){.home-header h1{font-size:2.5rem}.home-intro h2{font-size:2.2rem}.feature{width:100%}.image-row{grid-template-columns:1fr}.home-image{width:100%;height:auto}.home-container{width:100%;max-width:100%}}html,body{height:100%;margin:0;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#1d1d1d;color:#000;box-shadow:0 2px 8px #0003;position:sticky;top:0;z-index:100;flex-wrap:wrap}.logo{font-size:1.8rem;font-weight:700;color:#859997}.nav-buttons{display:flex;gap:1rem;flex-wrap:wrap}.logo-image{width:90px;height:90px;border-radius:50%}.nav-btn{background-color:transparent;border:2px solid #596b69;color:#879b98;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600}.nav-btn:hover{background-color:#525252;color:#111}.cart-wrapper{position:relative}.cart-dropdown{position:absolute;right:0;top:100%;background:#fff;border:1px solid #ddd;width:300px;max-height:400px;overflow-y:auto;z-index:1000;padding:10px;box-shadow:0 4px 8px #0003}.cart-item{display:flex;gap:10px;margin-bottom:10px}.cart-img{width:120px;height:120px;object-fit:cover;padding:0}.checkout-btn{width:100%;margin-top:10px}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;padding:1rem}.nav-buttons{flex-direction:column;gap:.5rem;width:100%}.nav-btn{width:100%;text-align:left}.cart-dropdown{width:100%;max-width:none;right:0}}@media (max-width: 480px){.logo{font-size:1.5rem}.nav-btn{padding:.4rem .8rem;font-size:.9rem}.cart-img{width:40px;height:40px}.cart-item{flex-direction:column;gap:6px}}.burger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:2000}.bar{width:25px;height:3px;background-color:#879b98;transition:all .3s ease;border-radius:3px}.rotate-bottom{transform:rotate(-45deg) translate(6px,-6px)}.burger{display:none;flex-direction:column;cursor:pointer;gap:4px;padding:10px}.bar{height:3px;width:25px;background-color:#fff;transition:all .3s ease}.rotate-top{transform:rotate(45deg) translate(5px,5px)}.fade-out{opacity:0}.rotate-bottom{transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.burger{display:flex}.nav-buttons{display:none;position:absolute;top:70px;left:0;width:100%;background-color:#111;flex-direction:column;padding:20px;z-index:999}.nav-buttons.open{display:flex}.nav-btn{margin:10px 0}.cart-dropdown{position:static}}@media (max-width: 768px){.burger{display:flex}.nav-buttons{display:none;flex-direction:column;gap:1rem;width:100%;background-color:#111;padding:1rem;position:absolute;top:70px;left:0}.nav-buttons.open{display:flex}.nav-btn{width:100%;text-align:left}}.custom-btn{padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;background:linear-gradient(135deg,#6e8efb,#a777e3);color:#fff;transition:transform .2s ease,box-shadow .3s ease}.custom-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000026}.custom-btn:active{transform:scale(.98)}.checkout-container{padding:2rem;max-width:600px;margin:0 auto}.checkout-form input,.checkout-form textarea{width:100%;padding:.8rem;margin-bottom:1rem;border:1px solid #5A5A5A;border-radius:8px;background-color:#2c2c2c;color:#dcdcdc}.checkout-form button{background-color:#00dfc4;color:#111;padding:.9rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:700}.checkout-summary{margin-top:2rem;background-color:#2c2c2c;padding:1rem;border-radius:8px;color:#dcdcdc}.stripe-checkout-btn{background-color:#5a5a5a;color:#dcdcdc;border:none;cursor:pointer;font-weight:700;transition:background-color .2s ease}.stripe-checkout-btn:hover{background-color:#007b85}.checkout-buttons{display:flex;justify-content:space-between;margin-top:1rem}.cart-item-details{font-size:1.2rem;color:#5a5a5a;display:flex;flex-direction:column;justify-content:start;align-items:center;margin-bottom:1rem;background-color:#181818;border-radius:15px;padding:1rem}.cart-dropdown{background-color:#222;color:#dcdcdc;border-radius:8px}.product-page{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-page h1{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#333}.product-page h2{font-size:2rem;margin:1rem 0;color:#333;text-align:center}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem;align-items:center;justify-items:center}.product-categories{display:flex;flex-direction:column;align-items:center}.product-main-grid{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.product-card{background-color:#000;padding:1rem;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #0003}.product-card img{width:100%;height:auto;border-radius:8px;object-fit:cover;transform:scaleZ(1);transition:transform .3s ease}.product-card h3{font-size:1.2rem;margin:1rem 0;color:#333}.product-card p{font-size:1rem;margin-bottom:1rem;color:#b8bdc2;font-weight:700}.product-card button{background-color:#353333;color:#fff;padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.product-card button:hover{background-color:#3b3b3b}.product-card button:focus{outline:none}.product-card button:active{background-color:#003f8c}.category-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.category-buttons button{padding:.6rem 1.2rem;background-color:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;transition:background-color .2s ease}.category-buttons button:hover{background-color:#292929}.category-buttons .active{background-color:#1b1b1b}.product-details{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:2rem auto;padding:2rem;background:#000;border-radius:16px;box-shadow:0 10px 25px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff}.product-details img{max-width:100%;height:auto;border-radius:12px;margin-bottom:1rem}.product-details h2{font-size:2rem;margin-bottom:.5rem;color:#fdfdfd}.product-details p{margin:.3rem 0;line-height:1.6}.product-details strong{font-weight:600;color:#f0f0f0}button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#2c2c2c;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}button:hover{background-color:#414141}.product-details h3{margin-top:2rem;font-size:1.3rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.product-details .images{display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem}.product-details .images img{width:100px;height:100px;object-fit:cover;border-radius:10px;border:1px solid #ddd}.product-details .reviews{margin-top:1rem;padding:1rem;background-color:#f9f9f9;border-radius:12px}.reviews div{margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.product-reviews{display:flex;flex-direction:row;gap:1rem;background-color:#414141;padding:1rem;border-radius:8px;color:#fff;margin-top:1rem}@media (max-width: 600px){.product-details{padding:1rem}.product-details h2{font-size:1.5rem}button{width:100%}.product-details .images{justify-content:center}.product-details .images img{width:80px;height:80px}}.loader{display:flex;align-items:center}.bar{display:flex;justify-content:center;align-items:center;width:3px;height:20px;background-color:#ffffff80;border-radius:10px;animation:scale-up4 1s linear infinite}.bar:nth-child(2){height:35px;margin:0 5px;animation-delay:.25s}.bar:nth-child(3){animation-delay:.5s}@keyframes scale-up4{20%{background-color:#fff;transform:scaleY(1.5)}40%{transform:scaleY(1)}}.footer{background-color:#282c34;color:#fff;padding:2px;text-align:center;position:fixed;left:0;right:0;bottom:0}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin:auto}.about-container{padding:40px;max-width:900px;margin:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.about-header{text-align:center;margin-bottom:40px}.about-header h1{font-size:2.8rem;color:#5a5a5a}.about-header p{font-size:1.2rem;color:#5a5a5a}.about-story,.about-mission,.about-values{margin-bottom:30px}.about-story h2,.about-mission h2,.about-values h2{font-size:1.8rem;margin-bottom:10px;color:#5a5a5a}.about-values ul{list-style:none;padding-left:0}.about-values li{margin-bottom:10px;font-size:1.1rem}
