Ladybugs Aerial Spinner (3 Pack)
/* Hide the element by default (mobile first) */
.desktop-only {
display: none;
}
/* Show it only on screens wider than 1024px (desktop) */
@media (min-width: 1024px) {
.desktop-only {
display: flex;
align-items: center;
gap: 4px;
font-size: 12px;
font-weight: 500;
color: black;
}
}
Shop now, pay later with

in-store.
Ladybugs Aerial Spinner (3 Pack)
/* Show by default (mobile first) */
.not-desktop {
display: flex;
align-items: center;
gap: 4px;
font-size: 12px;
font-weight: 500;
color: black;
padding-left: 10pt;
}
/* Hide on desktop screens 1024px and wider */
@media (min-width: 1024px) {
.not-desktop {
display: none;
}
}
Shop now, pay later with

in-store.