@font-face { font-family: "TikTok Text"; src: url("/fonts/tiktok-text-regular.otf") format("opentype"); font-display: swap; font-weight: 400; }
@font-face { font-family: "TikTok Text"; src: url("/fonts/tiktok-text-bold.otf") format("opentype"); font-display: swap; font-weight: 700; }
:root { --home-width: 420px; --pink: #fe2c55; --teal: #16b9ad; --surface: #1d1d1f; --muted: #96969d; --line: #262629; color-scheme: dark; font-family: "TikTok Text", Arial, sans-serif; }
* { box-sizing: border-box; }
html { background: #efefef; scroll-behavior: smooth; }
body { margin: 0; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.home-page { min-width: 320px; background: #efefef; }
.storefront { width: min(100%,var(--home-width)); min-height: 100vh; margin: 0 auto; overflow-x: clip; background: #000; color: #f3f3f4; }

.store-hero { position: relative; height: 292px; overflow: hidden; background: #073244; }
.store-hero::before { position: absolute; top: -43px; left: 91px; color: rgba(110,169,189,.16); content: "CZ"; font-size: 186px; font-weight: 700; line-height: 1; transform: skewX(-12deg); }
.store-hero::after { position: absolute; top: -18px; right: 32px; width: 82px; height: 132px; background: rgba(3,25,36,.42); content: ""; transform: skewX(-24deg); }
.store-hero--live { height: auto; padding-top: 66.667%; background: #000; }
.store-hero--live::before, .store-hero--live::after { content: none; }
.store-live-video { position: absolute; inset: 0 0 auto; width: 100%; aspect-ratio: 1.5; background: #000; object-fit: cover; }
.store-hero--live .store-toolbar { position: absolute; top: 0; left: 0; width: 100%; }
.store-hero--live .store-card { margin-top: -8px; }
.store-live-sound { position: absolute; z-index: 4; top: calc(min(100vw, var(--home-width)) * .34); right: 12px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.store-live-sound img { width: 38px; height: 38px; object-fit: contain; }
.store-live-link { position: absolute; z-index: 4; top: calc(min(100vw, var(--home-width)) * .667 - 42px); left: 50%; display: flex; height: 30px; align-items: center; gap: 7px; color: white; font-size: 13px; font-weight: 700; text-shadow: 0 1px 3px rgba(0,0,0,.8); transform: translateX(-50%); white-space: nowrap; }
.store-live-link i { display: flex; height: 14px; align-items: flex-end; gap: 2px; }
.store-live-link i b { display: block; width: 2px; border-radius: 2px; background: currentColor; transform-origin: bottom; animation: store-live-signal 900ms ease-in-out infinite alternate; }
.store-live-link i b:nth-child(1) { height: 7px; }
.store-live-link i b:nth-child(2) { height: 11px; animation-delay: 180ms; }
.store-live-link i b:nth-child(3) { height: 9px; animation-delay: 360ms; }
@keyframes store-live-signal {
  0% { opacity: .45; transform: scaleY(.35); }
  55% { opacity: 1; transform: scaleY(1); }
  100% { opacity: .7; transform: scaleY(.62); }
}
@media (prefers-reduced-motion: reduce) {
  .store-live-link i b { animation: none; }
}
.store-toolbar { position: relative; z-index: 2; display: flex; height: 70px; align-items: center; justify-content: space-between; padding: 8px 15px; }
.store-toolbar a, .store-toolbar button { border: 0; background: transparent; cursor: pointer; }
.store-toolbar__back { position: relative; width: 34px; height: 40px; }
.store-toolbar__back span { position: absolute; top: 13px; left: 9px; width: 13px; height: 13px; border-bottom: 3px solid white; border-left: 3px solid white; transform: rotate(45deg); }
.store-toolbar nav { display: flex; align-items: center; gap: 16px; }
.store-toolbar nav > * { display: grid; width: 32px; height: 40px; place-items: center; padding: 0; }
.store-toolbar__search span { position: relative; display: block; width: 20px; height: 20px; border: 3px solid white; border-radius: 50%; }
.store-toolbar__search span::after { position: absolute; right: -7px; bottom: -5px; width: 9px; height: 3px; border-radius: 2px; background: white; content: ""; transform: rotate(48deg); }
.store-toolbar__share img, .store-toolbar__cart > img { width: 29px; height: 29px; object-fit: contain; filter: brightness(0) invert(1); }
.store-toolbar__share img { width: 32px; height: 32px; }
.store-toolbar__cart { position: relative; }
.store-toolbar__cart > span { position: absolute; top: 0; right: -4px; display: grid; min-width: 17px; height: 17px; place-items: center; padding: 0 4px; border-radius: 10px; background: var(--pink); color: white; font-size: 10px; font-weight: 700; }

.store-card { position: relative; z-index: 2; margin: 4px 10px 0; padding: 13px 13px 12px; border-radius: 7px; background: #1d1d1f; box-shadow: 0 1px 7px rgba(0,0,0,.25); }
.store-card__profile { display: grid; grid-template-columns: 65px minmax(0,1fr) 94px; gap: 11px; align-items: center; }
.store-card__logo { width: 65px; height: 65px; border: 1px solid #aab1b4; border-radius: 50%; object-fit: cover; }
.store-card__identity { min-width: 0; }
.store-card__identity h1 { margin: 0; overflow: hidden; color: #d6d6da; font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.store-card__identity h1 span { color: #929297; font-size: 21px; }
.store-card__identity p { display: flex; align-items: center; gap: 5px; margin: 4px 0 2px; }
.store-card__identity p b { padding: 2px 5px; border-radius: 2px; background: #ffe3a8; color: #3e2d14; font-size: 11px; }
.store-card__identity p em { padding: 2px 5px; border-radius: 2px; background: #17644f; color: #a5ead1; font-size: 11px; font-style: normal; }
.store-card__identity small { color: #c2c2c5; font-size: 13px; }
.store-card__actions { display: grid; gap: 7px; }
.store-card__actions button, .store-card__actions a { display: grid; height: 28px; place-items: center; border: 0; border-radius: 16px; background: #3a3a3d; color: #ddd; cursor: pointer; font-size: 12px; font-weight: 700; }
.store-card__actions button { background: var(--pink); color: white; }
.store-card__actions button.is-following { background: #3a3a3d; }
.store-card__actions .store-card__message { background: #3a3a3d; color: #ddd; }
.store-card__actions .store-card__message:disabled { cursor: default; opacity: .65; }
.store-card__metrics { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 13px; color: #cdcdcf; font-size: 11px; white-space: nowrap; }
.store-card__metrics span { display: flex; min-width: 0; align-items: center; gap: 3px; }
.store-card__metrics i { position: relative; width: 14px; height: 11px; border: 1.5px solid #d5a52c; border-radius: 50%; }
.store-card__metrics i::after { position: absolute; bottom: -4px; left: 2px; width: 4px; height: 4px; border-left: 1.5px solid #d5a52c; content: ""; transform: skewX(-30deg); }
.store-card__metrics img { width: 16px; height: 16px; object-fit: contain; }
.store-card__metrics b { font-weight: 700; }
.store-card__voucher { position: relative; display: flex; height: 62px; align-items: center; justify-content: space-between; margin-top: 14px; padding: 0 12px; overflow: hidden; border: 1px solid #185256; border-radius: 7px; background: #143437; }
.store-card__voucher::before, .store-card__voucher::after { position: absolute; top: 25px; width: 9px; height: 13px; border-radius: 50%; background: #1d1d1f; content: ""; }
.store-card__voucher::before { left: -6px; }
.store-card__voucher::after { right: -6px; }
.store-card__voucher span { display: flex; min-width: 0; flex-direction: column; }
.store-card__voucher strong { color: #e8e8ea; font-size: 15px; font-weight: 400; }
.store-card__voucher small { margin-top: 1px; color: #c0c0c4; font-size: 12px; }
.store-card__voucher > b { flex: 0 0 auto; margin-left: 10px; color: #157b77; font-size: 12px; }

.store-tabs { position: sticky; top: 0; z-index: 30; display: grid; height: 53px; grid-template-columns: repeat(3,minmax(0,1fr)); border-bottom: 1px solid #1e1e20; background: #000; color: #737378; }
.store-tabs a { position: relative; display: grid; place-items: center; font-size: 16px; }
.store-tabs a.is-active { color: #ededee; }
.store-tabs a.is-active::after { position: absolute; bottom: 0; left: 50%; width: 112px; height: 2px; background: white; content: ""; transform: translateX(-50%); }
.product-filters { position: sticky; top: 53px; z-index: 29; display: flex; height: 42px; align-items: center; overflow-x: auto; border-bottom: 1px solid #1a1a1d; background: #000; box-shadow: 0 5px 8px rgba(0,0,0,.28); scrollbar-width: none; white-space: nowrap; }
.product-filters::-webkit-scrollbar { display: none; }
.product-filters button { position: relative; height: 23px; flex: 0 0 auto; padding: 0 14px; border: 0; border-right: 1px solid #252529; background: transparent; color: #8d8d93; cursor: pointer; font-size: 13px; }
.product-filters button.is-active { color: white; }
.product-filters button i { display: inline-block; width: 0; height: 0; margin: 0 0 2px 3px; border-right: 4px solid transparent; border-bottom: 5px solid #777; border-left: 4px solid transparent; }
.product-filters button.is-descending i { border-top: 5px solid #ddd; border-bottom: 0; }
.product-filters .product-filters__view { position: sticky; right: 0; width: 42px; margin-left: auto; padding: 0; border-right: 0; background: #000; box-shadow: -7px 0 8px #000; }
.product-filters__view img { width: 24px; height: 24px; margin: auto; object-fit: contain; }

.product-feed { padding: 7px 6px 10px; background: #000; }
.product-row { display: grid; min-height: 154px; grid-template-columns: 144px minmax(0,1fr); gap: 9px; }
.product-row + .product-row { margin-top: 8px; }
.product-row__media { position: relative; width: 144px; height: 144px; align-self: start; overflow: hidden; border-radius: 6px; background: #171719; }
.product-row__media > img { width: 100%; height: 100%; object-fit: cover; }
.product-row__media > span { position: absolute; bottom: 3px; left: 3px; padding: 2px 3px; border-radius: 2px; background: #16c7b6; color: white; font-size: 7px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.product-row__content { display: flex; min-width: 0; min-height: 144px; flex-direction: column; padding: 2px 0 0; }
.product-row__title { display: block; overflow: hidden; color: #d0d0d4; font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.product-row__badges { display: flex; min-width: 0; align-items: center; gap: 5px; margin-top: 5px; overflow: hidden; white-space: nowrap; }
.product-row__badges span { display: inline-flex; height: 19px; align-items: center; gap: 3px; padding: 0 5px; border-radius: 3px; background: #07534f; color: #8ce5da; font-size: 10px; }
.product-row__badges span img { width: 12px; height: 12px; object-fit: contain; }
.product-row__badges span i { font-style: normal; }
.product-row__badges b { overflow: hidden; padding: 3px 5px; border-radius: 2px; background: #2b0710; color: #ff5571; font-size: 10px; font-weight: 400; text-overflow: ellipsis; }
.product-row__social { display: flex; min-width: 0; align-items: center; gap: 3px; margin: 7px 0 0; overflow: hidden; color: #8e8e94; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.product-row__social strong { color: white; font-size: 10px; letter-spacing: 0; }
.product-row__social i { color: #555; font-style: normal; }
.product-row__purchase { display: flex; align-items: flex-end; justify-content: space-between; gap: 5px; margin-top: auto; padding-bottom: 2px; }
.product-row__purchase > div { min-width: 0; }
.product-row__purchase > div > strong { display: block; color: #ff3b61; font-size: 20px; font-weight: 700; line-height: 1; white-space: nowrap; }
.product-row__purchase del { display: block; margin-top: 5px; color: #5f5f64; font-size: 12px; }
.product-row__purchase > span { display: grid; width: 112px; height: 33px; flex: 0 0 112px; grid-template-columns: 40px 72px; overflow: hidden; border-radius: 4px; }
.product-row__cart, .product-row__buy { display: grid; place-items: center; }
.product-row__cart { background: #29050d; }
.product-row__cart img { width: 21px; height: 21px; object-fit: contain; filter: invert(32%) sepia(93%) saturate(3272%) hue-rotate(328deg) brightness(103%); }
.product-row__buy { background: var(--pink); color: white; font-size: 15px; }
.product-feed__empty { padding: 50px 20px; color: #888; text-align: center; }
.product-feed__loader { display: grid; min-height: 54px; place-items: center; }
.product-feed__loader[hidden] { display: none; }
.product-feed__loader > span { width: 23px; height: 23px; border: 2px solid #3b3b3f; border-top-color: var(--pink); border-radius: 50%; animation: product-feed-spin 700ms linear infinite; }
.product-feed__loader:not(.is-loading) > span { visibility: hidden; animation: none; }
.product-feed__loader button { padding: 7px 18px; border: 1px solid #4a4a4e; border-radius: 4px; background: #171719; color: #ddd; cursor: pointer; }
@keyframes product-feed-spin { to { transform: rotate(360deg); } }

@media (max-width: 365px) {
  .store-card { margin-inline: 6px; padding-inline: 9px; }
  .store-card__profile { grid-template-columns: 56px minmax(0,1fr) 80px; gap: 8px; }
  .store-card__logo { width: 56px; height: 56px; }
  .store-card__metrics { font-size: 9px; }
  .product-row { grid-template-columns: 132px minmax(0,1fr); }
  .product-row__media { width: 132px; height: 132px; }
  .product-row__purchase > span { width: 96px; flex-basis: 96px; grid-template-columns: 36px 60px; }
  .product-row__purchase > div > strong { font-size: 18px; }
}
@media (min-width: 421px) { .storefront { box-shadow: 0 0 24px rgba(0,0,0,.14); } }
