.video-grid-page{--video-orange:#ff6b00;min-height:100vh;padding:48px 0 80px;background:#f6f7f9;font-family:Cabin,sans-serif}
.video-grid-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px;padding:36px 40px;border-radius:25px;color:#fff;background:radial-gradient(circle at 88% 5%,rgba(119,76,255,.3),transparent 32%),radial-gradient(circle at 8% 100%,rgba(255,107,0,.22),transparent 30%),#111216}
.video-grid-page__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#ffab70;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.video-grid-page__header h2{margin:0;color:#fff;font-size:clamp(30px,4vw,52px);line-height:1.04;letter-spacing:-.03em}.video-grid-page__header h2 em{color:#ff8c3a;font-family:inherit;font-style:normal}.video-grid-page__header p{margin:12px 0 0;color:rgba(255,255,255,.62);font-size:15px}.video-grid-page__count{flex:none;padding:10px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;font-size:13px;font-weight:700;background:rgba(255,255,255,.07)}
.video-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.video-product-card{min-width:0;overflow:hidden;border:1px solid #e7e8ec;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(16,18,24,.07);transition:transform .25s ease,box-shadow .25s ease}.video-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(16,18,24,.13)}
.video-product-card__media{position:relative;display:block;aspect-ratio:9/13;overflow:hidden;background:#1b1c20}.video-product-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.video-product-card:hover .video-product-card__media>img{transform:scale(1.05)}.video-product-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),transparent 35%,transparent 60%,rgba(0,0,0,.46))}
.video-product-card__number,.video-product-card__discount{position:absolute;z-index:2;top:15px;padding:7px 10px;border-radius:999px;color:#fff;font-size:11px;font-weight:700;backdrop-filter:blur(12px)}.video-product-card__number{left:15px;letter-spacing:.08em;background:rgba(10,10,12,.52)}.video-product-card__discount{right:15px;background:var(--video-orange)}
.video-product-card__play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(255,255,255,.65);border-radius:50%;color:#fff;background:rgba(10,10,12,.32);backdrop-filter:blur(12px);transform:translate(-50%,-50%);transition:.25s ease}.video-product-card__play i{margin-left:3px}.video-product-card:hover .video-product-card__play{border-color:var(--video-orange);background:var(--video-orange);transform:translate(-50%,-50%) scale(1.08)}
.video-product-card__body{padding:15px}.video-product-card__product{display:flex;align-items:center;gap:11px;min-width:0}.video-product-card__thumb{flex:none;width:58px;height:58px;overflow:hidden;border:1px solid #eceef1;border-radius:11px;background:#f7f7f8}.video-product-card__thumb img{width:100%;height:100%;object-fit:contain}.video-product-card__product>div{min-width:0}.video-product-card__product p{margin:0 0 4px;color:var(--video-orange);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.video-product-card__product h3{margin:0;font-size:14px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-product-card__product h3 a{color:#17191e;text-decoration:none}
.video-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:15px;padding-top:14px;border-top:1px solid #eceef1}.video-product-card__price{display:flex;flex-direction:column}.video-product-card__price del{color:#9699a1;font-size:12px}.video-product-card__price strong{color:#17191e;font-size:18px}.video-product-card__footer button{flex:none;display:grid;place-items:center;width:43px;height:43px;border:0;border-radius:12px;color:#fff;background:var(--video-orange);box-shadow:0 9px 18px rgba(255,107,0,.24);transition:.2s}.video-product-card__footer button:hover{background:#e75f00;transform:translateY(-2px)}.video-product-card__footer button:disabled{color:#ddd;background:#85878d;box-shadow:none;cursor:not-allowed}
.video-grid-page__empty{display:grid;place-items:center;min-height:420px;padding:50px;text-align:center;border:1px solid #e7e8ec;border-radius:24px;background:#fff}.video-grid-page__empty i{margin-bottom:15px;color:var(--video-orange);font-size:48px}.video-grid-page__empty h2{margin:0 0 8px}.video-grid-page__empty p{margin:0;color:#757982}
@media(max-width:1199px){.video-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.video-grid-page{padding:22px 0 50px}.video-grid-page__header{align-items:flex-start;flex-direction:column;padding:28px 24px;margin-bottom:22px}.video-grid-page__header h2{font-size:32px}.video-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.video-product-card{border-radius:15px}.video-product-card__body{padding:11px}.video-product-card__thumb{width:46px;height:46px}.video-product-card__product h3{font-size:12px}.video-product-card__price strong{font-size:15px}.video-product-card__footer button{width:38px;height:38px}.video-product-card__play{width:48px;height:48px}}
@media(max-width:390px){.video-product-grid{grid-template-columns:1fr}.video-product-card__media{aspect-ratio:9/12}}
@media(prefers-reduced-motion:reduce){.video-product-card,.video-product-card__media>img,.video-product-card__play{transition:none}}
