.custom__link--desktop {
  background-image: url(/cdn/shop/files/own1.png?v=1747305393) !important;
  background-size: 113px auto !important;
  width: 113px !important;
  padding-top: 40px !important;
}
.custom__link--desktop:hover {
background-image: url(/cdn/shop/files/own2.png?v=1747305393) !important;
}
.custom__link--mobile {
background-image: url(/cdn/shop/files/own-mobile.png?v=1748436126) !important;
background-size: 170px auto !important;
width: 170px !important;
height: 64px;
}
@media screen and (min-width: 1000px) and (max-width:1250px) {
.custom__link--desktop {
background-size: 90px auto !important;
width: 90px !important;
padding-top: 30px !important;
}
}