@media (max-width: 767px) {
  body#product.fl-wishlist-guest-product .product-information .product-additional-info > .wrap_allert {
    width: 100% !important;
    max-width: 350px !important;
  }

  body#product.fl-wishlist-guest-product .product-information .product-additional-info > .wrap_allert > .buttons_bottom_block {
    width: 100% !important;
    max-width: 350px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body#product.fl-wishlist-guest-product .product-information .product-additional-info > .wrap_allert > .buttons_bottom_block > a#wishlist_button.btn-tertiary {
    width: 100% !important;
    max-width: 350px !important;
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) 28px !important;
    align-items: center !important;
    column-gap: 0 !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  body#product.fl-wishlist-guest-product .product-information .product-additional-info > .wrap_allert > .buttons_bottom_block > a#wishlist_button.btn-tertiary > span {
    grid-column: 2 !important;
    transform: none !important;
    display: block !important;
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    white-space: nowrap !important;
    margin: 0 !important;
    text-align: center !important;
    justify-self: stretch !important;
    flex: none !important;
  }

  body#product.fl-wishlist-guest-product .product-information .product-additional-info > .wrap_allert > .buttons_bottom_block > a#wishlist_button.btn-tertiary::after {
    content: '' !important;
    display: block !important;
    width: 28px !important;
    height: 1px !important;
    grid-column: 3 !important;
    position: static !important;
    left: auto !important;
  }
}