/* Hosting Dünyası — Sepet ürün listesi (products) */

#order-standard_cart.hd-cart-products {
  margin: 0;
  max-width: none;
}
#order-standard_cart.hd-cart-products .hd-cart-products-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side,
#order-standard_cart.hd-cart-products .cart-sidebar {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  position: static !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-main,
#order-standard_cart.hd-cart-products .cart-body {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  min-width: 0;
}

#order-standard_cart.hd-cart-products .hd-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  padding-top: 0.35rem;
}

@media (max-width: 1199.98px) {
  #order-standard_cart.hd-cart-products .hd-pkg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  #order-standard_cart.hd-cart-products .hd-cart-products-layout {
    grid-template-columns: 1fr;
  }
  #order-standard_cart.hd-cart-products .hd-cart-products-side {
    display: none;
  }
  #order-standard_cart.hd-cart-products .hd-pkg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #order-standard_cart.hd-cart-products .hd-pkg-grid {
    grid-template-columns: 1fr;
  }
}


#order-standard_cart.hd-cart-products .hd-cart-products-head {
  margin: 0 0 1.15rem;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid #E7EDF8;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(23, 43, 112, 0.05);
}
#order-standard_cart.hd-cart-products .hd-cart-products-head h1 {
  margin: 0 0 0.35rem;
  color: #172B70;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
#order-standard_cart.hd-cart-products .hd-cart-products-head p {
  margin: 0;
  color: #64748B;
  font-size: 0.95rem;
  line-height: 1.5;
}
#order-standard_cart.hd-cart-products .hd-cart-products-compare {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.7rem;
  color: #2568EF !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-compare:hover {
  color: #1E56C9 !important;
}

#order-standard_cart.hd-cart-products .hd-cart-products-side .panel,
#order-standard_cart.hd-cart-products .hd-cart-products-side .card {
  margin-bottom: 1rem !important;
  border: 1px solid #E7EDF8 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(23, 43, 112, 0.04) !important;
  overflow: hidden;
  background: #fff;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .panel-heading,
#order-standard_cart.hd-cart-products .hd-cart-products-side .card-header {
  padding: 0.85rem 1rem !important;
  border-bottom: 1px solid #EEF2F7 !important;
  background: #F8FAFF !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .panel-title,
#order-standard_cart.hd-cart-products .hd-cart-products-side .card-header h3 {
  margin: 0;
  color: #172B70 !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .panel-title .fa-chevron-up,
#order-standard_cart.hd-cart-products .hd-cart-products-side .card-minimise {
  display: none !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .list-group {
  padding: 0.4rem;
  margin: 0;
  border: 0 !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .list-group-item {
  display: flex !important;
  align-items: center;
  gap: 0.55rem;
  margin: 0.15rem 0;
  padding: 0.8rem 0.85rem !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #475569 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  background: transparent !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .list-group-item i {
  width: 1.1rem;
  text-align: center;
  color: #94A3B8;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .list-group-item:hover {
  background: #F5F8FE !important;
  color: #172B70 !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .list-group-item.active {
  background: #EEF4FF !important;
  color: #2568EF !important;
}
#order-standard_cart.hd-cart-products .hd-cart-products-side .list-group-item.active i {
  color: #2568EF !important;
}

#order-standard_cart.hd-cart-products .hd-pkg-priceblock {
  min-height: 5rem;
}
#order-standard_cart.hd-cart-products .hd-pkg-inner {
  padding: 1.35rem 1.2rem 1.25rem;
}
#order-standard_cart.hd-cart-products .hd-pkg-intro h3 {
  font-size: 1.1rem;
}
#order-standard_cart.hd-cart-products .hd-pkg-price {
  font-size: 1.65rem;
}
#order-standard_cart.hd-cart-products .hd-pkg-cta {
  text-align: center;
  font-size: 0.84rem !important;
  padding: 0.78rem 1rem !important;
}
#order-standard_cart.hd-cart-products .hd-pkg-cta:hover {
  background: #172B70 !important;
  border-color: #172B70 !important;
  color: #fff !important;
}
#order-standard_cart.hd-cart-products .hd-pkg.is-featured .hd-pkg-cta:hover,
#order-standard_cart.hd-cart-products .hd-pkg-cta.is-accent:hover {
  background: linear-gradient(90deg, #1E56C9, #2568EF) !important;
}
