/* =========================================================
   ICT Provider Marketplace - Page Wrapper & Hero
========================================================= */
body.provider-page {
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.18), transparent 26%),
    linear-gradient(180deg, #f3fff9 0%, #f7f8fb 24%, #ffffff 100%);
}

.provider-page-title {
  padding-top: 94px;
  background: #fff;
}

.provider-page-title .breadcrumbs {
  padding: 18px 0;
}

.provider-page-title .breadcrumbs ol {
  margin: 0;
}

.provider-hero {
  padding: 32px 0 38px;
}

.provider-shell {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.08);
  overflow: visible;
}

.market-topbar {
  background: linear-gradient(135deg, #ef233c, #c1121f);
  color: #fff;
  padding: 28px;
}

.market-topbar h1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.market-topbar p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  max-width: 720px;
}

.market-search {
  background: #fff;
  border-radius: 24px;
  padding: 8px;
  box-shadow: 0 16px 30px rgba(3, 105, 82, 0.18);
}

.market-search .form-control,
.market-search .form-select {
  border: 0;
  box-shadow: none;
  min-height: 46px;
}

.provider-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.provider-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.92rem;
}

.provider-page .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff1e3c;
  --bs-btn-border-color: #ff1e3c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e01934;
  --bs-btn-hover-border-color: #e01934;
  --bs-btn-focus-shadow-rgb: 255, 30, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c8102e;
  --bs-btn-active-border-color: #c8102e;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff1e3c;
  --bs-btn-disabled-border-color: #ff1e3c;
  background-color: #ff1e3c !important;
  border-color: #ff1e3c !important;
  color: #fff !important;
}

.provider-page .btn-success:hover,
.provider-page .btn-success:focus {
  background-color: #e01934 !important;
  border-color: #e01934 !important;
  color: #fff !important;
}

.provider-page .btn-outline-success {
  --bs-btn-color: #ff1e3c;
  --bs-btn-border-color: #ff1e3c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff1e3c;
  --bs-btn-hover-border-color: #ff1e3c;
  --bs-btn-focus-shadow-rgb: 255, 30, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c8102e;
  --bs-btn-active-border-color: #c8102e;
  --bs-btn-disabled-color: #ff1e3c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff1e3c;
  color: #ff1e3c !important;
  border-color: #ff1e3c !important;
}

.provider-page .btn-outline-success:hover,
.provider-page .btn-outline-success:focus {
  background-color: #ff1e3c !important;
  border-color: #ff1e3c !important;
  color: #fff !important;
}

.provider-cart-trigger {
  border-radius: 4px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--contrast-color);
}

.provider-cart-trigger:hover,
.provider-cart-trigger:focus {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--default-color);
}

#providerCartCheckout {
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-bg: #1fb857;
  --bs-btn-hover-border-color: #1fb857;
  --bs-btn-active-bg: #1fb857;
  --bs-btn-active-border-color: #1fb857;
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
}

#providerCartCheckout:hover,
#providerCartCheckout:focus {
  background: #1fb857 !important;
  border-color: #1fb857 !important;
  color: #ffffff !important;
}

.provider-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 22px;
}

/* =========================================================
   ICT Provider Marketplace - Layout Cards & Sidebar
========================================================= */
.market-body {
  padding: 28px;
}

.market-body > .row,
.market-body > .row.g-4 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  display: grid !important;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) !important;
  align-items: start;
}

.market-body > .row > .col-xl-3.col-lg-4,
.market-body > .row.g-4 > .col-xl-3.col-lg-4 {
  grid-column: 1;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  align-self: start;
  position: sticky;
  top: 110px;
  height: fit-content;
}

.market-body > .row > .col-xl-9.col-lg-8,
.market-body > .row.g-4 > .col-xl-9.col-lg-8 {
  grid-column: 2;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  min-width: 0;
}

.market-aside-card,
.market-summary-card,
.market-banner,
.provider-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.market-aside-card {
  padding: 22px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.market-aside-card::-webkit-scrollbar {
  width: 8px;
}

.market-aside-card::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.45);
  border-radius: 999px;
}

.market-aside-card::-webkit-scrollbar-track {
  background: transparent;
}

.filter-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 12px;
}

.filter-block + .filter-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #d8e0ea;
}

.market-filter-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.market-filter-chip-group .market-tag {
  margin: 0;
}

.price-input-group {
  display: flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid #d7deea;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.price-input-prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 44px;
  border-right: 1px solid #d7deea;
  color: #0f172a;
  font-weight: 500;
  background: #f8fafc;
}

.price-input-group .form-control {
  border: 0;
  min-height: 44px;
  border-radius: 0;
  box-shadow: none;
}

.price-input-group .form-control:focus {
  box-shadow: none;
}

.price-filter-layout {
  row-gap: 10px;
}

.price-filter-layout > [class*="col-"] {
  width: 100%;
  flex: 0 0 100%;
}

#priceApplyButton,
#applyPriceFilter {
  background: #ffffff;
  border-color: #ff1f3d;
  color: #ff1f3d;
}

#priceApplyButton:hover,
#priceApplyButton:focus,
#applyPriceFilter:hover,
#applyPriceFilter:focus {
  background: #ff1f3d;
  border-color: #ff1f3d;
  color: #ffffff;
}

.market-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px 10px 0;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: #0f172a;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.market-tag:hover,
.market-tag:focus {
  color: #c1121f;
  border-color: #fda4af;
  background: #fff1f2;
  transform: translateY(-1px);
  outline: none;
}

.market-tag.is-active {
  background: #ef233c;
  border-color: #ef233c;
  color: #fff;
}

/* =========================================================
   ICT Provider Marketplace - Summary, Banner, Toolbar
========================================================= */
.market-summary-card {
  padding: 20px 22px;
  margin-bottom: 22px;
}

.market-banner {
  padding: 24px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #641220, #a4131c 52%, #ef233c);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.market-banner::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -60px;
  top: -80px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.market-banner h3,
.market-banner p,
.market-banner .small {
  color: #fff;
  position: relative;
  z-index: 1;
}

.market-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

/* =========================================================
   ICT Provider Marketplace - Product Grid & Card
========================================================= */
.provider-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  width: 100%;
}

/* =========================================================
   ICT Provider Marketplace - Responsive Rules
========================================================= */
@media (max-width: 1399px) {
  .provider-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

.provider-card {
  height: 100%;
  overflow: hidden;
  border-color: rgba(255, 31, 61, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}

.provider-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.provider-media {
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 132px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  position: relative;
  cursor: pointer;
}

.provider-media img {
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
  cursor: pointer;
}

.product-zoom-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 260px;
  padding: 18px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #f7fafc);
  overflow: hidden;
  cursor: crosshair;
}

.product-zoom-trigger img {
  transition: transform 0.14s ease-out;
  transform-origin: center center;
  will-change: transform;
}

.product-zoom-trigger:focus-visible {
  outline: 3px solid rgba(34, 197, 94, 0.35);
  outline-offset: 2px;
}

.provider-badge,
.provider-badge-alt {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.provider-badge {
  background: #fee2e2;
  color: #c1121f;
}

.provider-badge-alt {
  background: #fee2e2;
  color: #b91c1c;
}

.provider-media .provider-fav {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #c1121f;
  box-shadow: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.provider-fav.is-active {
  background: transparent;
  color: #ef233c;
}


.provider-content {
  padding: 12px 12px 14px;
  border-top: 1px solid rgba(255, 31, 61, 0.18);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.provider-meta {
  display: none;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.72rem;
  color: #64748b;
}

.provider-title {
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 8px;
  min-height: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.provider-title a {
  color: #0f172a;
}

/* =========================================================
   ICT Provider Marketplace - Price, CTA, Pagination
========================================================= */
.provider-rating {
  font-size: 0.74rem;
  color: #f59e0b;
  margin-bottom: 8px;
}

.provider-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.provider-price strong {
  font-size: 0.82rem;
  line-height: 1.2;
  color: #0f172a;
}

.provider-price del {
  color: #94a3b8;
  font-size: 0.68rem;
}

.provider-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 2px;
}

.provider-cta .provider-action-btn,
.provider-cta .add-to-cart-btn,
.provider-cta .share-product-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #ff1f3d;
  border-radius: 14px;
  background: #ff1f3d;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.provider-cta .provider-action-btn i,
.provider-cta .add-to-cart-btn i,
.provider-cta .share-product-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff !important;
  line-height: 1;
}

.provider-cta .provider-action-btn:hover,
.provider-cta .add-to-cart-btn:hover,
.provider-cta .share-product-btn:hover {
  color: #ffffff;
  border-color: #d91432;
  background: #d91432;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(217, 20, 50, 0.28) !important;
}


.provider-cta .provider-action-btn span,
.provider-cta .add-to-cart-btn span,
.provider-cta .share-product-btn span {
  display: none;
}

.provider-badge,
.provider-badge-alt {
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  font-size: 0.62rem;
}

.provider-media .provider-fav {
  top: 10px;
  right: 10px;
}

.provider-mini-stat {
  padding: 16px 18px;
  background: #f8fafc;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  height: 100%;
}

.provider-mini-stat h4 {
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.provider-pagination .page-link {
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #ffd1d8;
  border-radius: 6px;
  color: #c1121f;
  background: #ffe5e8;
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.provider-pagination .page-link:hover,
.provider-pagination .page-link:focus {
  background: #ffd1d8;
  border-color: #ef233c;
  color: #b3121e;
  transform: translateY(-1px);
}

.provider-pagination .active .page-link {
  background: #ef233c;
  border-color: #ef233c;
  color: #fff;
}

.location-map-wrap {
  width: 100%;
  max-width: 100%;
  height: 156px;
  position: relative;
  background: #f3f4f6;
}

.location-map-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.14);
}

.location-map-link:hover {
  background: #ffffff;
  color: #c1121f;
}

.location-map-link::after {
  content: "↗";
  font-size: 0.85rem;
}

.location-map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.provider-help {
  background: linear-gradient(135deg, #fff1f2, #fff5f5);
  border: 1px solid #fecdd3;
  border-radius: 22px;
  padding: 22px;
  margin-top: 22px;
}

#providerCartItems .provider-cart-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 31, 61, 0.32) !important;
  border-radius: 16px;
  background: #fff;
}

#providerCartItems .provider-cart-detail-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
  width: 100%;
}

#providerCartItems .provider-cart-detail-trigger img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #f8fafc;
  border-radius: 12px;
  padding: 8px;
}

/* Indikator klik untuk gambar dan judul di keranjang */
#providerCartItems .product-detail-trigger {
  cursor: pointer;
}

.provider-cart-item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

#providerCartItems .provider-cart-item-title {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 0;
  color: #0f172a;
  line-height: 1.35;
  width: fit-content;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

#providerCartItems .provider-cart-detail-trigger:hover .provider-cart-item-title,
#providerCartItems .provider-cart-detail-trigger:focus-visible .provider-cart-item-title,
#providerCartItems .provider-cart-item-title:hover,
#providerCartItems .provider-cart-item-title:focus-visible {
  color: #c1121f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.provider-cart-item-meta {
  font-size: 0.76rem;
  color: #64748b;
}

.provider-cart-item-price {
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.provider-cart-item-qty {
  min-width: 28px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
}

.provider-cart-qty-control {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  height: 40px;
  min-width: 112px;
  padding: 4px 6px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fafc;
  box-sizing: border-box;
}

.provider-cart-qty-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #64748b;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.provider-cart-qty-btn:hover {
  background: #e8f7ee;
  color: #16a34a;
  transform: scale(1.04);
}

.provider-cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}

.provider-cart-chat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #25d366;
  background: #ffffff;
  color: #25d366;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.provider-cart-chat:hover {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
  transform: translateY(-1px);
}

.provider-cart-remove {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  line-height: 1;
  font-size: 0.95rem;
  box-sizing: border-box;
}

.provider-cart-remove.btn,
.provider-cart-remove.btn-sm {
  padding: 0;
}

.provider-cart-chat span {
  display: none;
}

@media (max-width: 1199px) {
  .provider-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .market-body > .row,
  .market-body > .row.g-4 {
    grid-template-columns: 1fr !important;
  }

  .market-body > .row > .col-xl-3.col-lg-4,
  .market-body > .row > .col-xl-9.col-lg-8,
  .market-body > .row.g-4 > .col-xl-3.col-lg-4,
  .market-body > .row.g-4 > .col-xl-9.col-lg-8 {
    grid-column: auto;
  }

  .market-body > .row > .col-xl-3.col-lg-4,
  .market-body > .row.g-4 > .col-xl-3.col-lg-4 {
    position: static;
    top: auto;
  }

  .provider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-aside-card {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .provider-hero {
    padding-top: 24px;
  }

  .market-topbar,
  .market-body {
    padding: 20px;
  }

  .provider-cart-label {
    display: none;
  }

  .provider-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .market-topbar h1 {
    font-size: 1.8rem;
  }

  .provider-media {
    min-height: 180px;
  }

  .provider-media img {
    max-height: 120px;
  }

  .provider-title {
    font-size: 0.9rem;
  }

  .provider-price strong {
    font-size: 1rem;
  }
}

/* === ACCESS POINT CUSTOM THEME (RED VERSION) === */

/* Card hover effect */
.provider-card {
  transition: all 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
}

.provider-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(239, 35, 60, 0.15);
}

/* Badge brand */
.provider-badge {
  background: linear-gradient(135deg, #ef233c, #d90429);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Favorite button */
.provider-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}


.provider-fav:hover {
  color: #ef233c;
  transform: scale(1.08);
}


/* Sidebar */
.market-aside-card {
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}

/* Chip kategori */
.market-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
}

.market-tag.active,
.market-tag:hover {
  background: #ef233c;
  color: #fff;
  border-color: #ef233c;
}

/* Search bar */
.market-search input {
  border-radius: 30px;
  padding-left: 15px;
}

.market-search button {
  border-radius: 30px;
}

/* Banner */
.market-banner {
  border-radius: 16px;
  background: linear-gradient(135deg, #641220, #a4131c, #ef233c);
  color: #fff;
  padding: 20px;
}

/* Cart badge */
.provider-cart-count {
  font-size: 12px;
}

/* Pagination */
.provider-pagination .page-link {
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #ffd1d8;
  border-radius: 6px;
  background: #ffe5e8;
  color: #c1121f;
  margin: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.provider-pagination .page-link:hover,
.provider-pagination .page-link:focus {
  background: #ffd1d8;
  border-color: #ef233c;
  color: #b3121e;
  transform: translateY(-1px);
}

.provider-pagination .active .page-link {
  background: #ef233c;
  border-color: #ef233c;
  color: #fff;
}

/* Zoom image */
.product-zoom-trigger {
  position: relative;
  cursor: zoom-in;
}

.product-zoom-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ef233c;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}

/* Scroll top */
.scroll-top {
  background: #ef233c;
  color: #fff;
}
