@charset "utf-8";

.item-page-buttons .wishlist-button {
  height: unset;
}

/* bordeaux */
@media screen and (max-width: 619px) {
  .skuform tr.cart-button > td > div .wcexwl_react_app {
    width: 100%;
  }
  .skuform tr.cart-button > td > div .wishlist-button {
    flex: 1;
  }
  .skuform tr.cart-button > td > div.wcexwl.item-page-buttons > * {
    margin-left: 0 !important;
  }
}

/* panetteria */
@media screen and (max-width: 1000px) {
  .contents__inner .wcexwl_react_app {
    width: 100%;
  }
  .contents__inner .wishlist-button {
    flex: 1;
  }
  .contents__inner div.wcexwl.item-page-buttons > * {
    margin-left: 0 !important;
  }
}
