.store-theme-tiktok [hidden] {
    display: none !important;
}

.store-theme-tiktok .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.store-theme-tiktok .price {
    white-space: nowrap;
}

.store-theme-tiktok .aspect-ratio {
    position: relative;
    display: block;
    width: 100%;
}

.store-theme-tiktok .aspect-ratio::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.store-theme-tiktok .aspect-ratio > img,
.store-theme-tiktok .aspect-ratio > a,
.store-theme-tiktok .aspect-ratio > video {
    position: absolute;
    inset: 0;
}

.store-theme-tiktok .tiktok-description img,
.store-theme-tiktok .tiktok-description video,
.store-theme-tiktok .tiktok-description iframe {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 8px;
}
