.elementor-kit-7{--e-global-color-primary:#0A3D62;--e-global-color-secondary:#1E90FF;--e-global-color-text:#222222;--e-global-color-accent:#FFD700;--e-global-color-513761e:#555555;--e-global-color-6507b6f:#FFFFFF;--e-global-color-56314a1:#F9F9F9;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 h4{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.auction-card {
  overflow: hidden;
}
.auction-imgwrap { 
  overflow: hidden; 
  border-radius: 10px; 
}
.auction-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auction-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.auction-imgwrap img {
  transition: transform 0.25s ease;
}

.auction-card:hover .auction-imgwrap img {
  transform: scale(1.03);
}
/* Hide price label on small cards (4-column layouts) */
@media (max-width: 1200px) {
  .auction-card .price-label {
    display: none;
  }
}

/* Auction bid form cleanup */
.woocommerce-auction-bid {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.woocommerce-auction-bid input[type="number"] {
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
}

.woocommerce-auction-bid button {
  background-color: #0A3D62;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}/* End custom CSS */