.navbar{display:flex;align-items:center;justify-content:space-between;padding:20px 64px;background:#fff}.logo{font-size:26px;font-weight:700;color:#e91e63}.nav-menu{display:flex;list-style:none;gap:32px;font-size:18px}.nav-menu a{color:#000;text-decoration:none;font-weight:500;transition:color .25s ease}.nav-menu a:hover{color:#e11d48}.nav-menu li{cursor:pointer}.nav-icons{display:flex;align-items:center;gap:25px;font-size:23px;cursor:pointer}.nav-icons span{display:flex;align-items:center;justify-content:center;line-height:1}.love{font-size:28px;transform:translateY(-1px)}.nav-icons{color:#000;text-decoration:none;font-weight:500;transition:color .25s ease}.nav-icons :hover{color:#e11d48}.login{display:flex;align-items:center;gap:6px;color:#e91e63;cursor:pointer;font-weight:500;transition:background-color .25s ease}.login svg{display:block}.login:hover{background-color:#e11d481f}.user-area{display:flex;align-items:center;gap:20px}.avatar{width:32px;height:32px;border-radius:50%;background:#ffe3ec;color:#e6005c;display:flex;align-items:center;justify-content:center;font-weight:700}.logout{background:none;border:none;cursor:pointer;font-size:30px}.user-area{display:flex;align-items:center;gap:12px}.user-avatar{width:32px;height:32px;background:#ffe6ef;color:#e6005c;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center}.logout{cursor:pointer}.logout:hover{color:#e6005c}.hero{height:100vh;background-image:url(/hero.png);background-size:cover;background-position:center;position:relative}.hero:after{content:"";position:absolute;inset:0;background:#00000059}.hero-content{position:relative;z-index:1;height:100%;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-content h1{font-size:58px;line-height:1.2;margin-bottom:16px}.hero-content p{font-size:24px;margin-bottom:28px}.hero-content button{padding:14px 36px;background:#e91e63;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .25s ease;transition:color .25s ease}.hero-content button:hover{background:#d81b60}.about-section{background-color:#fff4f4;padding:80px 60px;text-align:center}.about-title{font-size:36px;font-weight:600;color:#111827;margin-bottom:10px}.about-underline{width:80px;height:4px;background-color:#e11d48;margin:0 auto 50px;border-radius:10px}.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.about-card{background:#fff;border-radius:16px;padding:40px 28px;box-shadow:0 10px 25px #00000014;transition:all .35s ease;cursor:pointer}.about-card:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 25px 40px #00000026}.about-icon{font-size:42px;display:block;margin-bottom:16px}.about-card h3{font-size:22px;margin-bottom:12px;color:#111827}.about-card p{font-size:15px;line-height:1.7;color:#4b5563}@media(max-width:900px){.about-cards{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #00000014;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 40px #00000026}.product-card img{width:100%;height:260px;object-fit:cover}.product-info{padding:20px;text-align:center}.product-info h3{font-size:18px;margin-bottom:6px}.price{color:#e11d48;font-weight:600;margin-bottom:16px}.add-cart{border:none;background-color:#e11d48;color:#fff;padding:10px 20px;border-radius:999px;cursor:pointer;transition:background .3s ease}.add-cart:hover{background-color:#be123c}.catalog-section{padding:80px 60px;background-color:#fff;text-align:center}.catalog-title{font-size:36px;font-weight:600;color:#111}.catalog-subtitle{margin-top:8px;color:#6b7280;margin-bottom:50px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media(max-width:1024px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.catalog-grid{grid-template-columns:1fr}}.delivery-wrapper{padding:60px 20px;display:flex;justify-content:center}.delivery-card{background:#fff1f2;width:100%;max-width:1200px;padding:70px 40px;border-radius:24px;text-align:center}.delivery-card h2{font-size:36px;font-family:Georgia,serif;margin-bottom:20px;color:#111827}.delivery-card p{max-width:700px;margin:0 auto 40px;font-size:16px;line-height:1.6;color:#4b5563}.delivery-btn{background:#e11d48;color:#fff;border:none;padding:14px 36px;border-radius:12px;font-size:16px;cursor:pointer;transition:all .3s ease}.delivery-btn:hover{background:#be123c;transform:translateY(-2px)}.footer{background:#fff;padding:60px 80px;font-family:Arial,sans-serif;color:#333}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-col h4{font-size:16px;margin-bottom:18px}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:10px;cursor:pointer}.footer-col ul li:hover{text-decoration:underline;color:#e11d48}.brand h2{color:#e6005c;font-size:26px;margin-bottom:12px}.brand p{line-height:1.6}hr{margin:40px 0;border:none;border-top:1px solid #e5e5e5}.footer-bottom{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-bottom p{margin-bottom:16px}.instagram{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px;position:relative}.ig-wrapper{position:relative;display:inline-block;text-decoration:none}.ig-circle{width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffd600,#ff7a00,#ff0069,#d300c5,#7638fa);display:flex;align-items:center;justify-content:center;transition:transform .25s ease;cursor:pointer}.ig-icon{color:#fff;font-size:30px}.ig-wrapper:hover .ig-circle{transform:scale(1.08)}.footer-bottom small{color:#777}.login-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:920px;padding:42px;border-radius:20px;box-shadow:0 20px 50px #0003;z-index:9999}.login-modal h2{text-align:center;margin-bottom:16px}.login-modal p{text-align:center;color:#555;margin-bottom:24px;font-size:17px}.login-modal label{display:block;padding:16px 0 8px;margin-bottom:12px;font-weight:600}.login-modal input{width:100%;padding:14px;border-radius:10px;border:1px solid #ddd;margin-bottom:18px}.btn-login{width:100%;padding:14px;margin-bottom:20px;background:#e6005c;color:#fff;border:none;border-radius:12px;font-size:16px;cursor:pointer}.btn-login:hover{background:#cc0052}.close-btn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:22px;cursor:pointer}.register span{color:#e6005c;cursor:pointer}.error{color:red;margin:8px 0;font-size:14px}.riwayat-container{min-height:100vh;padding:40px 60px;background-color:#fafafa;font-family:Poppins,sans-serif}.riwayat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.riwayat-header h2{font-size:24px;font-weight:600;color:#1f2937}.btn-close{background:none;border:none;font-size:16px;color:#2563eb;cursor:pointer}.btn-close:hover{text-decoration:underline}.empty-state{background:#fff;border-radius:14px;padding:80px 20px;max-width:900px;margin:0 auto;text-align:center;box-shadow:0 10px 25px #0000000d}.empty-state .icon{font-size:56px;color:#cbd5e1;margin-bottom:20px}.empty-state h3{font-size:20px;font-weight:500;color:#374151;margin-bottom:8px}.empty-state p{font-size:14px;color:#6b7280}*{margin:0;padding:0;box-sizing:border-box;font-family:Georgia,serif}
