/* Start custom CSS for html, class: .elementor-element-091126c *//* Active and Hover Styles for Custom Select Options */
.velocorner_member_bikes_app .velocorner-custom-select-options li.active,
.velocorner_member_bikes_app .velocorner-custom-select-options li:hover {
  color: #fff;
  background: #324158;
}

/* Category Switches - Active State */
.velocorner_member_bikes_app .velocorner-filter-cont .category-switches-cont a.active,
.velocorner_member_bikes_app .velocorner-filter-cont .velocorner-category-switches-cont a.active {
  border: 1px solid #dee2e6;
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 20px;
  background-color: #324158 !important;
  margin-right: 10px;
  text-decoration: none;
}

/* Category Switches - General */
.velocorner_member_bikes_app .velocorner-filter-cont .velocorner-category-switches-cont a {
  display: inline-block;
  flex-grow: 1;
  padding: 7px;
  font-size: 16px;
  text-align: center;
  color: #324158;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  margin-right: 10px;
  text-decoration: none;
}

/* Button - Primary & Default (Base) */
.velocorner_member_bikes_app .velocorner-btn-primary,
.velocorner_member_bikes_app .velocorner-btn-default {
  color: #fff !important;
  background-color: #324158 !important;
  border-color: #324158 !important;
}

/* Button - Hover */
.velocorner_member_bikes_app .velocorner-btn-primary:hover,
.velocorner_member_bikes_app .velocorner-btn-default:hover {
  color: #324158 !important;
  background-color: #ffffff !important;
  border-color: #324158 !important;
}

/* Button - Active */
.velocorner_member_bikes_app .velocorner-btn-primary:active,
.velocorner_member_bikes_app .velocorner-btn-default:active {
  color: #fff !important;
  background-color: #324158 !important;
  border-color: #324158 !important;
}

/* Button - Focus */
.velocorner_member_bikes_app .velocorner-btn-primary:focus,
.velocorner_member_bikes_app .velocorner-btn-default:focus {
  color: #324158 !important;
  background-color: #ffffff !important;
  border-color: #324158 !important;
}

/* Listing Cards */
.velocorner_member_bikes_app .velocorner-listing-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}

.velocorner_member_bikes_app .velocorner-listing-block .v-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(25% - 30px);
  margin: 0 15px 30px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f2f2f2;
  outline: 2px solid #f2f2f2;
}

/* Center V-Cards */
.velocorner_member_bikes_app .v-card {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Item View Layout */
.velocorner-item-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  text-align: center;
}

/* Product Page Layout */
body.single-product .site-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 2rem;
}

/* Item View Image */
.velocorner-item-view img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Back Button */
.velocorner-item-view .button,
.velocorner-item-view a.button {
  background-color: #1f2937;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2rem;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.velocorner-item-view .button:hover,
.velocorner-item-view a.button:hover {
  background-color: #374151;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 768px) {
  .velocorner_member_bikes_app .velocorner-listing-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .velocorner_member_bikes_app .v-card {
    margin-left: auto !important;
    margin-right: auto !important;
    flex: 0 1 90% !important;
  }

  .velocorner-item-view {
    padding: 1rem;
    max-width: 100%;
  }

  .velocorner-item-view img {
    width: 100%;
    height: auto;
  }
}/* End custom CSS */