.sticky-buy-bar{width:min(650px,calc(100% - 24px));height:64px;gap:12px}
.sticky-product-info{display:flex!important;flex-direction:column;min-width:130px}
.sticky-actions{display:flex!important;flex-direction:row!important;gap:7px}
.sticky-actions button{height:44px;padding:0 20px;border-radius:12px;font-size:12px;font-weight:900;cursor:pointer}
.sticky-actions button:disabled{cursor:wait;opacity:.7}
.sticky-add{border:1px solid var(--purple);background:#fff;color:var(--purple)}
.sticky-order{border:1px solid var(--purple);background:var(--purple);color:#fff}
@media(max-width:760px){
  .sticky-buy-bar{height:60px;padding-left:12px;gap:7px}
  .sticky-product-info{min-width:92px}
  .sticky-buy-bar small{font-size:6px}
  .sticky-buy-bar b{font-size:14px}
  .sticky-actions{gap:5px}
  .sticky-actions button{height:40px;padding:0 10px;font-size:10px}
}

.short-videos-head{max-width:680px;margin-bottom:34px}
.short-videos-head h2{margin:14px 0 16px;font-size:clamp(42px,5vw,64px);line-height:.98;letter-spacing:-2px}
.short-videos-head h2 em{color:#a99aff;font-family:Georgia,serif;font-weight:400}
.short-videos-head p{color:#b9b2cc;line-height:1.6}
.short-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.short-video-card{padding:10px 10px 22px;border:1px solid #ffffff1c;border-radius:20px;background:#ffffff0a}
.short-video-media{overflow:hidden;aspect-ratio:9/16;border-radius:14px;background:#05040a}
.short-video-media video{display:block;width:100%;height:100%;object-fit:cover}
.short-video-card>span{display:block;margin:16px 6px 7px;color:#a99aff;font-size:9px;font-weight:900;letter-spacing:2px}
.short-video-card h3{margin:0 6px 7px;color:#fff;font-size:17px}
.short-video-card p{margin:0 6px;color:#aaa3ba;font-size:11px;line-height:1.5}
@media(max-width:760px){
  .short-videos-head h2{font-size:42px}
  .short-video-grid{display:flex;overflow-x:auto;gap:10px;margin-right:-12px;padding-right:12px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .short-video-grid::-webkit-scrollbar{display:none}
  .short-video-card{min-width:82%;scroll-snap-align:start}
}

.micro-trust{display:grid!important;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px!important}
.micro-trust span{display:flex;align-items:center;justify-content:center;gap:6px;min-height:42px;padding:8px;border:1px solid #e8e5ef;border-radius:10px;background:#f8f7fb;color:#393541!important;font-size:11px!important;font-weight:800;text-align:center}
.micro-trust span b{font-size:15px;line-height:1}
@media(max-width:760px){
  .micro-trust{grid-template-columns:1fr 1fr;gap:7px}
  .micro-trust span{min-height:40px;font-size:10px!important}
}
