div[swatches-attr="attribute_couleur"] .cfvsw-swatches-option,
div[swatches-attr="attribute_coloris"] .cfvsw-swatches-option {
  width: 60px;
  height: 80px;
  background-size: cover !important;
  background-position: top center !important;
  border-radius: 6px;
  overflow: hidden;
}

div[swatches-attr="attribute_couleur"] .cfvsw-swatch-inner {
  font-size: 0 !important;
  padding: 0 !important;
  height: 100%;
}

div[swatches-attr="attribute_taille"] .cfvsw-swatches-option {
  width: auto;
  height: auto;
  background-image: none !important;
  background-color: white;
  padding: 12px 20px;
  border: 1px solid #aaa;
  font-size: 16px;
  border-radius: 6px;
}

div[swatches-attr="attribute_taille"] .cfvsw-swatch-inner {
  font-size: 16px;
  color: black;
  line-height: 1;
  text-align: center;
}

div[swatches-attr="attribute_taille"] .cfvsw-swatches-option.cfvsw-selected-swatch {
  background-color: #F5F1EC !important;
  border-color: #333 !important;
}

div[swatches-attr="attribute_couleur"] .cfvsw-swatches-option.cfvsw-selected-swatch {
  border: 2px solid #F9593E !important;
}
