article header h1 {
  margin: 25px 0px;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 40px;
  color: #0e1b4d;
}

.woocommerce-result-count {
  font-size: 14px;
  color: #0e1b4d;
}

.woocommerce-ordering select {
  appearance: none !important; /* Removes default dropdown styling */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
  padding: 10px 15px !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  color: #333 !important;
  width: 100% !important;
  max-width: 250px !important; /* Adjust width as needed */
  cursor: pointer !important;
}

.woocommerce-ordering select:focus {
  border-color: #333 !important;
  outline: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-ordering {
  position: relative !important;
  padding-bottom: 0 !important;
  top: -10px !important;
}

.woocommerce-ordering::before {
  content: "Sort by:" !important; /* Down arrow symbol */
  position: absolute !important;
  left: -50px !important;
  top: 20px !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
  font-size: 14px !important;
  color: rgba(14, 27, 77, 0.8509803922) !important;
}

.woocommerce-ordering::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' aria-hidden='true' focusable='false'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z' fill='currentColor'/%3E%3C/svg%3E");
  position: absolute;
  right: 15px;
  top: 13px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  height: 12px;
}/*# sourceMappingURL=plp.css.map */