.twcf-mobile-live-price-ticker{display:none}
.twcf-mobile-live-price-ticker__details{display:none}

@media (max-width:768px){
  body.twcf-has-mobile-live-price-ticker .twcf-live-price-source-hidden-mobile,
  body.twcf-has-mobile-live-price-ticker .header-talavest-live-price-time,
  body.twcf-has-mobile-live-price-ticker .twcf-live-price-time,
  body.twcf-has-mobile-live-price-ticker .talavest-live-price-time,
  body.twcf-has-mobile-live-price-ticker .gold-18-price,
  body.twcf-has-mobile-live-price-ticker .gold-995-price,
  body.twcf-has-mobile-live-price-ticker .silver-990-price,
  body.twcf-has-mobile-live-price-ticker .gold-9999-price,
  body.twcf-has-mobile-live-price-ticker .silver-995-price{display:none!important;visibility:hidden!important;max-height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}

  body.twcf-has-mobile-live-price-ticker .twcf-mobile-live-price-ticker{
    --twcf-live-price-gold:var(--tv-gold,#F1C565);
    --twcf-live-price-surface:var(--tv-green,#162e10);
    --twcf-live-price-text:#fff;
    display:flex!important;align-items:stretch!important;direction:rtl!important;
    position:relative!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;
    height:44px!important;min-height:44px!important;overflow:hidden!important;margin:0!important;padding:0!important;
    background:transparent!important;color:var(--twcf-live-price-text)!important;font-size:14px!important;font-weight:800!important;
  }

  .twcf-mobile-live-price-ticker__wallet-slot{display:flex;align-items:center;flex:0 0 auto;max-width:48%;min-width:0;position:relative;z-index:3;background:transparent!important}
  .twcf-mobile-live-price-ticker__wallet{display:flex!important;align-items:center!important;gap:5px!important;max-width:100%;height:44px;padding:0 9px;text-decoration:none!important;white-space:nowrap!important;overflow:hidden!important;border-inline-end:1px solid rgba(241,197,101,.26);color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__wallet-label{flex:0 0 auto;color:var(--twcf-live-price-gold)!important;font-weight:900}
  .twcf-mobile-live-price-ticker__wallet-value{display:inline-flex!important;align-items:baseline!important;flex-direction:row-reverse!important;gap:4px!important;min-width:0;overflow:hidden;text-overflow:ellipsis;direction:ltr!important;unicode-bidi:isolate;font-weight:950;color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__wallet-value b{overflow:hidden;text-overflow:ellipsis;direction:ltr!important;unicode-bidi:isolate!important}
  .twcf-mobile-live-price-ticker__wallet-value small{font-size:10px;font-weight:700;opacity:.78;flex:0 0 auto;color:var(--twcf-live-price-text)!important}

  .twcf-mobile-live-price-ticker__viewport{position:relative;flex:1 1 auto;min-width:0!important;max-width:100%;overflow:hidden!important;direction:ltr!important;cursor:pointer;-webkit-tap-highlight-color:transparent}
  .twcf-mobile-live-price-ticker__viewport:focus-visible{outline:2px solid var(--twcf-live-price-gold);outline-offset:-2px}
  .twcf-mobile-live-price-ticker__track{display:flex!important;align-items:center!important;width:max-content!important;min-width:max-content!important;height:44px;will-change:transform;transform:translate3d(0,0,0);animation:twcf-mobile-live-price-ticker-scroll var(--twcf-mobile-live-price-duration,42s) linear infinite!important;animation-play-state:running!important}
  .twcf-mobile-live-price-ticker.is-expanded .twcf-mobile-live-price-ticker__track{animation-play-state:paused!important}
  .twcf-mobile-live-price-ticker__group{display:flex!important;flex:0 0 auto!important;align-items:center!important;gap:28px!important;padding-inline:18px!important;height:44px}
  .twcf-mobile-live-price-ticker__item{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important;direction:rtl!important;color:var(--twcf-live-price-text)!important;text-decoration:none!important}
  .twcf-mobile-live-price-ticker__label{color:var(--twcf-live-price-gold)!important;opacity:1!important;font-weight:850!important}
  .twcf-mobile-live-price-ticker__value{display:inline-flex!important;align-items:baseline!important;flex-direction:row-reverse!important;gap:4px!important;color:var(--twcf-live-price-text)!important;font-size:15px!important;font-weight:950!important;direction:ltr!important;unicode-bidi:isolate!important}
  .twcf-mobile-live-price-ticker__amount{direction:ltr!important;unicode-bidi:isolate!important}
  .twcf-mobile-live-price-ticker__currency{color:var(--twcf-live-price-text)!important;opacity:.78!important;font-size:10px!important;font-weight:750!important}
  .twcf-mobile-live-price-ticker__item.is-silver .twcf-mobile-live-price-ticker__label{color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__item.is-time{opacity:.9;font-size:12px!important}
  .twcf-mobile-live-price-ticker__item.is-time .twcf-mobile-live-price-ticker__label{color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__item.is-time .twcf-mobile-live-price-ticker__value{color:var(--twcf-live-price-gold)!important}

  /* The details panel is a body-level fixed layer so Woodmart header height/overflow cannot clip it. */
  body>.twcf-mobile-live-price-ticker__details{
    --twcf-live-price-gold:var(--tv-gold,#F1C565);
    --twcf-live-price-surface:var(--tv-green,#162e10);
    --twcf-live-price-text:#fff;
    display:block;position:fixed!important;left:0!important;right:0!important;top:var(--twcf-mobile-live-price-details-top,44px)!important;
    width:100vw!important;max-width:100vw!important;box-sizing:border-box!important;z-index:999999!important;
    background:var(--twcf-live-price-surface)!important;color:var(--twcf-live-price-text)!important;
    border-top:1px solid rgba(241,197,101,.34)!important;border-bottom:1px solid rgba(241,197,101,.24)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.28)!important;overflow:auto!important;overscroll-behavior:contain;
    max-height:min(390px,calc(100vh - var(--twcf-mobile-live-price-details-top,44px) - 12px));
    opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,-10px,0);
    transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;
  }
  body>.twcf-mobile-live-price-ticker__details.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0);transition-delay:0s}
  .twcf-mobile-live-price-ticker__details-inner{padding:10px 14px 12px;direction:rtl;background:transparent!important}
  .twcf-mobile-live-price-ticker__details-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid rgba(241,197,101,.28)}
  .twcf-mobile-live-price-ticker__details-title{font-size:14px;font-weight:900;color:var(--twcf-live-price-gold)!important}
  .twcf-mobile-live-price-ticker__close{display:inline-flex;align-items:center;gap:5px;border:0!important;background:transparent!important;color:var(--twcf-live-price-text)!important;padding:5px 2px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:none!important}
  .twcf-mobile-live-price-ticker__close span[aria-hidden="true"]{font-size:20px;line-height:1;font-weight:500;color:var(--twcf-live-price-gold)!important}
  .twcf-mobile-live-price-ticker__details-list{display:flex;flex-direction:column}
  .twcf-mobile-live-price-ticker__detail-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.11);direction:rtl}
  .twcf-mobile-live-price-ticker__detail-row:last-child{border-bottom:0}
  .twcf-mobile-live-price-ticker__detail-label{font-size:13px;font-weight:850;color:var(--twcf-live-price-gold)!important}
  .twcf-mobile-live-price-ticker__detail-row.is-silver .twcf-mobile-live-price-ticker__detail-label{color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__detail-value{display:inline-flex!important;align-items:baseline!important;flex-direction:row-reverse!important;gap:4px!important;direction:ltr!important;unicode-bidi:isolate;color:var(--twcf-live-price-text)!important;font-size:15px;font-weight:950;white-space:nowrap}
  .twcf-mobile-live-price-ticker__detail-value b{direction:ltr!important;unicode-bidi:isolate!important}
  .twcf-mobile-live-price-ticker__detail-value small{font-size:10px;font-weight:750;opacity:.78;color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__detail-row.is-time{min-height:34px;opacity:.9}
  .twcf-mobile-live-price-ticker__detail-row.is-time .twcf-mobile-live-price-ticker__detail-label{font-size:12px;color:var(--twcf-live-price-text)!important}
  .twcf-mobile-live-price-ticker__detail-row.is-time .twcf-mobile-live-price-ticker__detail-value{font-size:12px;color:var(--twcf-live-price-gold)!important}

  @keyframes twcf-mobile-live-price-ticker-scroll{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(var(--twcf-mobile-live-price-distance,-360px),0,0)}}
  @media (prefers-reduced-motion:reduce){body>.twcf-mobile-live-price-ticker__details{transition:none!important}}
}

@media (max-width:390px){
  .twcf-mobile-live-price-ticker__wallet-slot{max-width:52%}
  .twcf-mobile-live-price-ticker__wallet{padding-inline:7px;gap:4px}
  .twcf-mobile-live-price-ticker__wallet-label{font-size:12px}
  .twcf-mobile-live-price-ticker__wallet-value{font-size:12px}
  .twcf-mobile-live-price-ticker__group{gap:22px;padding-inline:14px}
}

@media (min-width:769px){.twcf-mobile-live-price-ticker{display:none!important}.twcf-mobile-live-price-ticker__details{display:none!important}}
