.watvideo__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.watvideo__item{position:relative;aspect-ratio:9/16;border-radius:12px;overflow:hidden;cursor:pointer}.watvideo__thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease;z-index:2;border-radius:8px}.watvideo__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;border-radius:8px}.watvideo__item--playing .watvideo__thumb{opacity:0}.watvideo__flexlayout{width:100%;height:100%;position:relative}.watvideo__des{position:absolute;bottom:0;left:0;right:60px;z-index:10;pointer-events:none;width:100%;padding-left:10px;padding-right:10px;background:linear-gradient(to top,rgba(0,0,0,.7) 20%,transparent 100%);padding-bottom:15px}.watvideo__des-product{display:inline-flex;align-items:center;gap:4px 8px;background:rgba(0,0,0,.45);border-radius:8px;padding:6px 10px;margin-bottom:10px;pointer-events:auto;flex-wrap:wrap;flex-direction:column}.watvideo__des-product *{color:#fff;text-decoration:none;font-size:13px}.watvideo__des-product-url{display:flex;gap:5px;flex-direction:row;align-items:center;max-width:100%}.watvideo__des-product-buy{padding:4px 6px;background-color:#fc7600;border-radius:4px;width:100%;text-align:center}.watvideo__des-product-price{font-weight:600;color:#fc7600}.watvideo__des-product-img{width:55px;height:55px;border-radius:6px;object-fit:cover}.watvideo__des-product-name{font-size:13px;font-weight:500}.watvideo__des-author{color:#fff;font-size:16px;font-weight:600;margin:0 0 6px}.watvideo__des-name{color:hsla(0,0%,100%,.9);font-size:14px;margin:0}.watvideo__des::after{background:linear-gradient(transparent 0%,rgba(0,0,0,.4) 30%,rgba(0,0,0,.85) 100%);opacity:0}