/* ===== Start Link All Gacor ===== */
.slot-wrapper {
  overflow-x: auto;
  padding: 1rem;
  background: linear-gradient(to right, #df950d, #df950d);
  border-radius: none;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.05);
}

/* Flex horizontal bar */
.slot-container {
  display: flex;
  gap: 1rem;
  width: max-content;
}

/* Link badge */
.slot-link {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  padding: 10px 18px;
  border-radius: 9999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.slot-link:hover {
  background: none;
  transform: translateY(-2px) scale(1.03);
}

.slot-link img {
  width: 20px;
  height: 20px;
}
/* ===== End Link All Gacor ===== */

/* ===== Start Marhorn ===== */
.search-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  margin-bottom: -25px;
}

.search-input {
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background-color: #f3f4f6;
  outline: none;
}

.icon-btn {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
/* ===== End Marhorn ===== */

/* ===== Start Breadcrumb ===== */
.breadcrumb-container {
  background: transparent;
  padding: 1rem;
  border-radius: 0.75rem;
  margin-bottom: -30px;
}

.breadcrumb-link {
  color: #8d8d8d;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-link:hover {
  text-decoration: underline;
  color: #ff8800;
}

.breadcrumb-icon {
  width: 1rem;
  height: 1rem;
  color: #dddddd;
}

.breadcrumb-current {
  font-weight: 600;
  color: #ff8800;
}
/* ===== End Breadcrumb ===== */

/* ===== Start Image Silde ===== */
.slider-container {
  padding: 2rem 1rem;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: -40px;
}

/* Swiper Base */
.swiper {
  border-radius: 12px;
  overflow: hidden;
  background-color: none;
}

/* Slide Group */
.slide-group {
  position: relative;
  transition: transform 0.5s ease-in-out;
}

/* Image Styling */
.slide-image {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 1.5rem;
  transition: transform 0.5s ease;
}

/* Swiper Pagination Custom Style */
.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #f472b6; /* Pink */
}

/* Responsive Height */
@media (min-width: 768px) {
  .slide-image {
    height: 400px;
  }
}
/* ===== End Image Silde ===== */

/* ===== Start Price List ===== */
.product-info-section {
  padding: 0.75rem 1rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  color: #1f2937;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.price-glow {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c27800; /* Orange keemasan */
  animation: glow 1.5s ease-in-out infinite alternate;
}

.price-strike {
  text-decoration: line-through;
  font-size: 0.875rem;
  color: #9ca3af;
}

.price-discount {
  font-size: 0.75rem;
  color: #b45309; /* dark orange */
  background-color: #fff7ed; /* light orange */
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  animation: pulse 1.8s infinite;
}

.product-name {
  margin-top: 0.25rem;
}

.stock-label {
  background-color: #fff7ed;
  color: #b45309;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  margin-right: 0.5rem;
  animation: pulse 2s infinite;
}

.product-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #c27800; /* orange keemasan */
  animation: glow 2s ease-in-out infinite alternate;
}

/* Animasi Glow dengan warna keemasan */
@keyframes glow {
  from {
    text-shadow: 0 0 5px #f59e0b, 0 0 10px #f59e0b;
  }
  to {
    text-shadow: 0 0 10px #d97706, 0 0 20px #d97706;
  }
}

/* Animasi Pulse */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ===== End Price List ===== */

/* ===== Start Options ===== */
.smell-wrapper {
  padding: 1.5rem 1rem;
  margin-bottom: -30px;
}

.smell-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.smell-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937; /* text-gray-800 */
}

.smell-variant {
  color: #9ca3af; /* text-gray-400 */
  font-size: 0.875rem;
  font-weight: normal;
}

.smell-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.smell-btn {
  padding: 0.5rem 1rem;
  background-color: white;
  color: #374151; /* text-gray-700 */
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 9999px;
  border: 1px solid #d1d5db; /* border-gray-300 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.smell-btn:hover {
  background-color: #fff4e4; /* pink-100 */
  color: #be8212; /* pink-700 */
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(255, 166, 0, 0.3);
}

.smell-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 166, 0, 0.3); /* focus ring */
}
/* ===== End Options ===== */

/* ===== Start Hidden Teks ===== */
.fade-mask {
  transition: opacity 0.3s ease;
}

.opened .fade-mask {
  opacity: 0;
  pointer-events: none;
}
/* ===== End Hidden Teks ===== */

/* ===== Start Profil Toko ===== */
.toko-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background-color: #ff8800;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  max-width: 100%;
  font-family: "Segoe UI", sans-serif;
}

/* Tombol Ikuti kanan atas */
.btn-follow {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background-color: #f3f4f6;
  color: #1f2937;
  border: 1px solid #d1d5db;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-follow:hover {
  background-color: #fee2e2;
  color: #dc2626;
  border-color: #dc2626;
}

/* Logo toko */
.toko-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toko-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Info Toko */
.toko-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

/* Nama dan ikon */
.toko-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

/* Ikon verifikasi */
.toko-icon {
  width: 16px;
  height: 16px;
}

/* Rating toko */
.toko-rating {
  font-size: 0.85rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
}

.toko-rating .star {
  color: #f59e0b;
}

.rating-value {
  font-weight: 500;
}

.rating-count {
  color: #ffffff;
}
/* ===== End Profil Toko ===== */

/* ===== Start Menu Footer ===== */
.footer-login {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  z-index: 50;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.footer-login.hide {
  transform: translateY(100%);
  opacity: 0;
}

.chat-button {
  width: 40px;
  height: 40px;
  border: 2px solid #df950d;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-blue,
.btn-solid-blue {
  flex: 1;
  text-align: center;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-blue {
  border: 1.5px solid #df950d;
  color: #df950d;
  background-color: white;
}

.btn-outline-blue:hover {
  background-color: #df950d;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-solid-blue {
  background-color: #df950d;
  color: white;
}

.btn-solid-blue:hover {
  background-color: #ffffff;
  color: #df950d;
  border: 1px solid #df950d;
}
/* ===== End Menu Footer ===== */
