/* Theme 15: Ocean Breeze
   Vibe: Deep sea waves, navy-blue styling, soft water ripple shadows. */
body { background-color: #f0f9ff; color: #0369a1; font-family: 'Inter', sans-serif; }
.main-header { background-color: #ffffff; border-bottom: 2px solid #0284c7; }
.logo-text { color: #0c4a6e; } .logo-text .accent { color: #0284c7; }
.nav-list a:hover, .nav-list a.active { color: #ffffff; background-color: #0284c7; border-radius: 12px; }
.product-item-card, .product-listing-card, .feature-card { background: #ffffff !important; border: 1px solid #e0f2fe !important; border-radius: 20px !important; }
.product-item-card:hover, .product-listing-card:hover, .feature-card:hover { border-color: #0284c7 !important; box-shadow: 0 10px 25px rgba(2, 132, 199, 0.15) !important; }
.site-footer { background-color: #0c4a6e; border-top: 2px solid #0284c7; color: #e0f2fe; }
