/* Images carrées UNIQUEMENT dans les widgets catégories */
.wd-cats .wd-cat img{
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.product-grid-item a.product-image-link img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-grid-item .product-wrapper{
  height: 100%;
}

/* masquer un élément */
.masquer{ display:none !important; }

.wd-notice.wd-warning,
.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
:is(.woocommerce-error,.woocommerce-info){
  background: rgb(255, 0, 133) !important;
}

:is(.dokan-alert-warning,.dokan-alert-danger,.dokan-alert-info,.dokan-error,.dokan-info){
  background: rgb(255, 0, 133) !important;
}

.woocommerce-Button.woocommerce-button.button{
  background: rgb(255, 0, 133);
  color:#fff;
  border-radius:100px;
}

.product-labels .product-label.featured{
  background-color: rgb(234 0 122) !important;
}

span.select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
  margin-top:auto !important;
}

.dokan-product-category-modal .dokan-product-category-ul .dokan-product-category-li:hover .dokan-product-category{
  color: rgb(234 0 122) !important;
}
.dokan-product-category-modal .dokan-product-category-li-active.dokan-cat-has-child .dokan-product-category-icon{
  color: rgb(234 0 122) !important;
}
.dokan-product-category-modal .dokan-product-category-li-active{
  color: rgb(234 0 122) !important;
}
.dokan-product-category-modal-footer .dokan-cat-selected{
  color: rgb(234 0 122) !important;
}

@media (max-width:1440px){
  ul#menu-menu-marketplace-2{ gap:5px; }
  ul#menu-menu-marketplace-2 a.woodmart-nav-link{ min-height:0px !important; }
}

@media (max-width:1024px){
  .wd-products .wd-action-buttons{ display:block !important; }
  .wd-products .quick-view{ display:none; }
  .wd-products .wd-compare-btn a:before{ font-size:14px !important; color:grey; }
  .wd-products .wd-compare-btn{ position:absolute; top:24px; right:5px; }
}



/* Forcer les titres à rester au-dessus */
.variations .label{
  display:block !important;
  width:100%;
  margin-bottom:4px;
  font-weight:600;
  font-size:15px;
  color:#111;
  padding-bottom:0px !important;
}

/* Disable CelerSearch highlight.css */
.celersearch-highlight {
    display: none !important;
}


/* variation error message */
.variation-pill-banner-wrap {
  margin: 0 0 12px 0;
}

.variation-pill-banner {
  display: inline-block;
  background: #ff0a8a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(255, 10, 138, 0.18);
}

.variation-error-field {
  border: 1px solid #ff0a8a !important;
  box-shadow: 0 0 0 1px #ff0a8a !important;
  border-radius: 6px !important;
}

.variation-error-text {
  margin-top: 6px;
  color: #ff0a8a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.cs-smartbar__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: var(--cs-text);
  gap: 1px!important;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.15s;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}



