  /* إخفاء كلمة Color */
  .archive .woocommerce-loop-product__title label[for="pa_color_unique_0"] {
    display: none !important;
  }

   /* Selected Swatch */
   .cfvsw-selected-swatch {
    border-color: var(--ast-global-color-1);
    background: rgb(0 98 165 / 10%);
    color: var(--ast-global-color-1);
    transform: scale(1.05);
    font-weight: 600;
  }
  .cfvsw-selected-label {
      content: " : ";
      font-weight: 600;
      color: var(--ast-global-color-1);
  }
  
  .woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
      margin-bottom: 0;
  }

  /* تحسين جدول المتغيرات */
  .theme-astra table.variations {
    width: 100%;
    margin: 0px 0;
  }

  .theme-astra table.variations td {
    padding: 0px 0;
    border: none;
  }

  .theme-astra table.variations td.value {
  	padding: 0 !important;
  }

  /* Swatch المحدد */
    table.cfvsw-shop-variations,
  .cfvsw-shop-variations tbody,
  .cfvsw-shop-variations td,
  .cfvsw-shop-variations tr {
  	margin: 0;
  	padding: 0;
  	border: 0;
  }

  .cfvsw-swatches-container {
    justify-content: center;
  }
