/* Navbar */
.navbar {
  background-color: #FFE6E6;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 100;
}

.kotak-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  
}
/* Logo */
.navbar-brand img {
  height: 40px;
  width: 145px;
}

/* Search Bar */
.search-bar {
  flex-grow: 1;
  margin: 0 30px;
}

.search-wrap {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-size: 14px;
  color: #333;
}

/* Right Menu */
.navbar-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-wishlist, .icon-cart {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.icon-wishlist:hover {
  color: #000;
}

.login-button {
  padding: 8px 16px;
  border: 1px solid #333;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}

.login-btn:hover {
  background-color: #333;
  color: #fff;
}

  

 #carouselExampleIndicators {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  border-radius: 2px; 
  overflow: hidden;
}

    .carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: auto;
  padding: 10px;
  background: transparent;
  border: none;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-item img {
  height: 400px;
  width: auto;
  object-fit: cover;
}

.iconArtist img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artist-item {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  padding: 10px;
  border-radius: 12px;
}

.artist-item:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

.artist-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.artist-item:hover .artist-name {
  color: #E91E63;
  font-weight: 600;
}

.artist {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 8px;
  transition: all 0.3s ease;
  color: #333;
}

.recart {
  color: #333;
  margin-bottom: 2rem;
}

a {
  color: black;         
  text-decoration: none; 
}

a:hover {
  color: black;         
  text-decoration: none;
}

.recart {
  margin-bottom: 20px;
}

.produk-display-home-header {
  background: linear-gradient(135deg, #fecfef 0%, #fecfef 50%, #ff9a9e 100%);
  color: #333;
  padding: 15px 25px;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
}
        
.produk-display-home-header:after {
  content: '    ❯';     
  font-size: 1.2rem
}
        
.cards-container {
  background: #B3CCE5;
  padding: 30px;
  border-radius: 0 0 15px 15px;
}

.product-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
  
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
        
.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin: 15px 0;
}
        
.best-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(238, 90, 36, 0.3);
}

.new-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(238, 90, 36, 0.3);
}

.popular-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(238, 90, 36, 0.3);
}


.po-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(238, 90, 36, 0.3);
}


.card-body {
  padding: 20px;
  
}

.product-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  font-size: 17px;
}

.price-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.currency {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}

.price {
  color: #2c3e50;
  font-weight: bold;
  font-size: 1.2rem;
}

.container-produk-display {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.artist-name {
color: #888;          
font-size: 0.9rem;     
margin-bottom: 15px;   
}

/*SECTION TAMPILAN PRODUK*/
/* PRODUK PAGE CSS */

.view-produk{
  margin-top: 40px;
  margin-bottom: 40px;
}

.view-produk .row {
  justify-content: center;
  align-items: center;
}

.produk-img{
  max-width: 450px;
  max-height: 450px;
  transition: all 0.3s ease;
}
.product-info {
  flex: 1;
  padding-left: 20px;
}

.nama-artis {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.nama-produk {
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.wishlist-btn {
    position: absolute; /* Ubah dari absolute */
    top: 0;
    right: 0;
    margin: 0;
    background: white;
    border: 1px solid #e91e63;
    box-shadow: none;
    outline: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;    
    transition: all 0.3s;
    font-size: 20px;
}

.wishlist-btn:focus {
    outline: none;
}

.wishlist-btn:hover {
    background: #fce4ec;
    transform: scale(1.1);
}

.wishlist-btn i {
    font-size: 40px;
    transition: all 0.3s;
}

.wishlist-btn i.bi-heart-fill {
    color: #e91e63 !important;
    animation: heartbeat 0.3s ease-in-out;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.harga-produk {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.beli {
  margin-bottom: 25px;
}

.label-barang {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.kontrol-barang {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.btn-stok {
  width: 35px;
  height: 35px;
  border: 2px solid #ddd;
  background: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-stok:hover {
  border-color: #4A90E2;
  color: #4A90E2;
}

.input-stok {
  width: 60px;
  height: 35px;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.total-harga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.shipping-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.button-group {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.btn-cart, .btn-purchase {
  flex: 1;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.btn-cart {
  background: white;
  color: #000000;
  border: 2px solid #d36d79;
}

.btn-cart:hover {
  background: #d36d79;
  color: white;
}

.btn-purchase {
  background: #ffa2ad;
  color: black;
}

.btn-purchase:hover {
  background: #d36d79;
  color: white;
}

.tabs-section {
  margin-bottom: 2rem;
  border-top: 1px solid #eee;
  align-content: center;
}

.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}



.note {
background: #f9f9f9;
padding: 15px;
border-radius: 8px;
font-size: 14px;
}

.review-container {
align-items: center;
width: 100%;
max-width: 1440px;
background: linear-gradient(135deg, #a8c8ec 0%, #7fb3d3 100%);
border-radius: 18px;
padding: 30px;
box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.review-title {
text-align: center;
font-size: 28px;
font-weight: 700;
color: #2c3e50;
margin-bottom: 25px;
position: relative;
padding-bottom: 15px;
}

.rating-summary {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 30px;
background: rgba(255, 255, 255, 0.7);
border-radius: 16px;
padding: 20px;
box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.overall-rating {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.rating-number {
font-size: 42px;
font-weight: 800;
color: #2c3e50;
margin-right: 15px;
}

.rating-stars {
display: flex;
margin-right: 15px;
}

.rating-stars .star {
color: #ffc107;
font-size: 24px;
margin-right: 3px;
}

.rating-subtitle {
font-size: 15px;
color: #666;
margin-top: 5px;
}

.rating-bars {
width: 100%;
max-width: 400px;
}

.rating-row {
display: flex;
align-items: center;
margin-bottom: 10px;
font-size: 14px;
}

.stars-label {
display: flex;
width: 90px;
margin-right: 12px;
}

.star {
color: #ffd700;
font-size: 16px;
margin-right: 2px;
}

.star.empty {
color: #ddd;
}

.rating-bar {
flex: 1;
height: 10px;
background: #e0e0e0;
border-radius: 5px;
margin-right: 12px;
overflow: hidden;
}

.rating-fill {
height: 100%;
background: linear-gradient(to right, #ffd700, #ffc107);
border-radius: 5px;
transition: width 1s ease-out;
}

.rating-count {
font-size: 13px;
color: #555;
width: 35px;
text-align: right;
font-weight: 600;
}

.reviews-list {
margin-top: 30px;
}

.review-item {
background: rgba(255, 255, 255, 0.85);
border-radius: 14px;
padding: 20px;
margin-bottom: 20px;
/* backdrop-filter: blur(8px); */
box-shadow: 0 5px 15px rgba(0,0,0,.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

.review-header {
display: flex;
align-items: center;
margin-bottom: 15px;
}

.reviewer-avatar {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #6fa8d4;
margin-right: 15px;
}

.reviewer-info {
flex: 1;
}

.reviewer-name {
font-weight: 700;
color: #2c3e50;
text-align: left;
margin-bottom: 3px;
}

.reviewer-stars {
display: flex;
}

.reviewer-stars .star {
font-size: 15px;
color: #ffc107;
}

.review-date {
color: #777;
font-size: 13px;
}

.review-text {
color: #444;
line-height: 1.6;
font-size: 15px;
text-align: left ;
}


.review-helpful {
margin-top: 15px;
display: flex;
align-items: center;
}

.helpful-btn {
background: #f0f2f5;
border: none;
border-radius: 20px;
padding: 6px 15px;
font-size: 13px;
color: #555;
cursor: pointer;
display: flex;
align-items: center;
transition: background 0.3s;
margin-right: 10px;
}

.helpful-btn:hover {
background: #e4e6eb;
}

.helpful-btn i {
margin-right: 5px;
font-size: 12px;
}

.helpful-count {
font-size: 13px;
color: #777;
}

.read-more-btn {
text-align: center;
margin-top: 30px;
}

.read-more-btn button {
background: #4a90e2;
color: #fff;
border: none; 
padding: 14px 35px;
border-radius: 30px;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
box-shadow: 0 5px 15px rgba(74, 144, 226, 0.3);
}

.read-more-btn button:hover {
background: #357abd;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(74, 144, 226, 0.4);
}

.review-filter {
display: flex;
justify-content: center;
margin-bottom: 25px;
flex-wrap: wrap;
gap: 10px;
}

.filter-btn {
background: rgba(255, 255, 255, 0.7);
border: none;
border-radius: 20px;
padding: 8px 18px;
font-size: 14px;
color: #555;
cursor: pointer;
transition: all 0.3s;
}

.filter-btn.active, .filter-btn:hover {
background: #4a90e2;
color: white;
}

.container-produk-reccomend {
max-width: 100%;
}



/* bagiian displaay produk artis */
/*FOOTER (HARUS DIBAWAH)*/

.footer {
background: linear-gradient(135deg, #a8c8ec 0%, #7fb3d3 100%);
padding: 40px 20px 20px 20px;
color: #000000;
margin-bottom: 0%;
max-width: 100%;
}

.footer-container {
max-width: 100% !important;
margin: 0 auto;

}

.footer-logo {
margin-top: 0%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15px;
width: 100%;
}

.logo {
display: inline-flex;
align-items: center;
text-decoration: none;
}

.logo img {
height: 80px;
width: auto;
transition: transform 0.3s ease;
}

.logo:hover img {
transform: scale(1.05);
}

.footer-content {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1fr;
gap: 0px;
margin-bottom: 10px;
}

.footer-section h3 {
font-size: 18px;
font-weight: 600;
margin-bottom: 15px;
color: #2c3e50;
margin-left: 20px;
}

.footer-section p {
color: #000000;
font-size: 16px;
margin-left:  20px;
}

.footer-section ul {
list-style: none;
color: black;
}

.footer-section ul li {
margin-bottom: 8px;
font-size: 14px;
font-weight: medium;
;
}

.footer-section ul li a {
color: #000000;
text-decoration: none;
font-size: 16px;
transition: color 0.3s ease;
}

.footer-section ul li a:hover {
color: #2c3e50;
text-decoration: underline;
}

.contact-info {
color: #4a5568;
font-size: 14px;
}

.footer-sosial {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

.social-icons {
display: flex;
gap: 10px;
margin-top: 15px;
flex-wrap: wrap;
}

.social-icon {
width: 40px;
height: 40px;
background: #ffffff;
color: white;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
border-radius: 8px;
transition: all 0.3s ease;
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: center;
}

.social-icon img {
width: 24px;
height: 24px;
}

.social-icon:hover {
background-color: #34495e;
transform: translateY(-2px);
}



.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding-top: 20px;
text-align: center;
color: #4a5568;
font-size: 12px;
}

.location {
margin-bottom: 8px;
font-weight: 500;
}
.footer-bottom p {
margin: 0;
font-size: 14px;
color: #4a5568;
}

/* Tablet */
@media (max-width: 992px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-section h3,
  .footer-section p {
    margin-left: 0;
  }
}

/* HP landscape */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .footer-section ul li {
    text-align: center;
  }

  .footer-logo img {
    height: 70px;
  }
}

/* HP kecil */
@media (max-width: 576px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .footer-section p,
  .footer-section h3 {
    margin-left: 0;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
    font-size: 14px;
  }
}


/* maintenance */
.maintenance-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
background: linear-gradient(135deg, #a8c8ec 0%, #7fb3d3 100%);
color: #333;
padding: 20px;
}

.maintenance-container h1 {
font-size: 48px;
margin-bottom: 20px;
}
.maintenance-container p {
font-size: 18px;
margin-bottom: 30px;
}
.maintenance-container img {
max-width: 300px;
width: 100%;
height: auto;
margin-bottom: 30px;
}
.maintenance-container a {
display: inline-block;
padding: 12px 25px;
background-color: #4A90E2;
color: white;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
transition: background-color 0.3s ease;
}
