wishlist-product-card .wk-text-link ,wishlist-product-card .wk-price ,wishlist-product-card .wk-input,wishlist-product-card .wk-cta-label,wishlist-product-card .wk-cta-button{font-family:Jost-Medium !important;}
wishlist-product-card .wk-text-link ,wishlist-product-card .wk-price ,wishlist-product-card .wk-input{color:#000 !important;}
wishlist-product-card .wk-cta-label{text-transform:uppercase}
wishlist-product-card .wk-meta{text-align: left !important;}
wishlist-product-card .wk-price{justify-content: flex-start !important;}
@media screen and (max-width:749px){
  wishlist-product-card .wk-text-link{font-size:clamp(15px,calc(18 * (100vw / 428)),18px) !important}
  wishlist-product-card .wk-price{font-size:clamp(15px,calc(18 * (100vw / 428)),17px) !important}
  wishlist-product-card .wk-input{font-size:clamp(14px,calc(16 * (100vw / 428)),16px) !important}
  wishlist-product-card .wk-cta-label{font-size:clamp(14px,calc(16 * (100vw / 428)),16px) !important}
  wishlist-product-card .wk-option-select option{font-size:clamp(14px,calc(16 * (100vw / 428)),16px) !important}
}
@media screen and (min-width:749px){
  wishlist-product-card .wk-text-link{font-size:1.25vw !important}
  wishlist-product-card .wk-price{font-size:1.25vw !important}
  wishlist-product-card .wk-input{font-size:1.063vw !important}
  wishlist-product-card .wk-cta-label{font-size:1.063vw !important}
  wishlist-product-card .wk-option-select option{font-size:1.063vw !important}
}