.product-card:nth-child(5){transform:rotate(-.8deg) translateY(4px)}
.product-card:nth-child(6){transform:rotate(1.1deg) translateY(20px)}

.poster-special{
  min-height:350px;
  background:linear-gradient(180deg,rgba(9,28,31,.02) 18%,rgba(9,28,31,.78) 100%),var(--poster-image) center/cover;
}
.poster-special:before{opacity:.12}
.poster-special .poster-title{color:#fff9ee;font-size:50px;text-shadow:0 3px 16px rgba(0,0,0,.48)}
.poster-subtitle{margin-top:7px;color:rgba(255,249,238,.88);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.55)}
.product-city{background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(48,111,122,.20))}
.product-football{background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(38,112,70,.22))}
.product-city .button{background:linear-gradient(135deg,#ffc360,#4f9296)}
.product-football .button{background:linear-gradient(135deg,#ffc360,#59a56f)}
.product-sticker.sticker-petrol{background:linear-gradient(135deg,#ffc360,#4f9296)}
.product-sticker.sticker-green{background:linear-gradient(135deg,#ffc360,#65b477)}
.special-poster-mark{display:flex;align-items:center;gap:6px;margin-bottom:18px;color:#fff9ee;font-size:9px;font-weight:1000;letter-spacing:.08em}
.special-poster-mark span{padding:5px 7px;border:1px solid rgba(255,255,255,.56);border-radius:7px;background:rgba(8,31,35,.38);backdrop-filter:blur(5px)}
.special-poster-mark i{width:16px;height:1px;background:rgba(255,255,255,.6)}
.football-score{display:flex;align-items:center;gap:8px;width:max-content;margin-bottom:16px;padding:7px 9px;border:1px solid rgba(255,255,255,.5);border-radius:10px;background:rgba(4,30,20,.46);color:#fff9ee;backdrop-filter:blur(7px);font-size:11px;font-weight:1000}
.football-score strong{font-size:17px}
.football-score span:last-child{padding-left:8px;border-left:1px solid rgba(255,255,255,.4);font-size:14px}

@media(max-width:900px){
  .product-card:nth-child(5),.product-card:nth-child(6){transform:none}
  .poster-special{min-height:285px}
}

.product-profile-lock{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1px solid rgba(72,39,31,.13);border-radius:20px;background:linear-gradient(135deg,rgba(255,195,96,.18),rgba(74,139,124,.12))}
.product-profile-lock>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff;font-size:27px;box-shadow:0 10px 24px rgba(72,39,31,.1)}
.product-profile-lock div{display:grid;gap:3px}
.product-profile-lock strong{font:700 20px/1.1 Georgia,serif;color:#321d18}
.product-profile-lock small{color:var(--muted);line-height:1.4}

.products-section .product-card{
  --float-base:0px;
  --float-lift:18px;
  --float-rot:0deg;
  --float-duration:7.4s;
  transform:translate3d(0,var(--float-base),0) rotate(var(--float-rot));
  animation:product-card-float var(--float-duration) ease-in-out infinite;
  will-change:transform,filter,box-shadow;
}
.products-section .product-card:nth-child(1){--float-base:0px;--float-lift:22px;--float-rot:-1.8deg;--float-duration:6.4s;animation-delay:-.5s}
.products-section .product-card:nth-child(2){--float-base:16px;--float-lift:18px;--float-rot:1.25deg;--float-duration:7.1s;animation-delay:-2.1s}
.products-section .product-card:nth-child(3){--float-base:2px;--float-lift:24px;--float-rot:.95deg;--float-duration:6.8s;animation-delay:-1.2s}
.products-section .product-card:nth-child(4){--float-base:20px;--float-lift:20px;--float-rot:-1.35deg;--float-duration:7.4s;animation-delay:-3s}
.products-section .product-card:nth-child(5){--float-base:4px;--float-lift:18px;--float-rot:-.8deg;--float-duration:7s;animation-delay:-1.8s}
.products-section .product-card:nth-child(6){--float-base:20px;--float-lift:23px;--float-rot:1.1deg;--float-duration:7.8s;animation-delay:-3.8s}
.products-section .product-card:hover{
  animation:none;
  transform:translateY(calc(var(--float-base) - 13px)) rotate(0deg) scale(1.016)!important;
  box-shadow:0 36px 76px rgba(78,42,31,.22),0 0 0 1px rgba(255,255,255,.72);
  z-index:3;
}
.products-section .product-card .product-poster{
  animation:product-poster-breathe calc(var(--float-duration) + 1.6s) ease-in-out infinite;
  animation-delay:inherit;
}
.products-section .product-card:hover .product-poster{animation:none}
@keyframes product-card-float{
  0%,100%{transform:translate3d(0,var(--float-base),0) rotate(var(--float-rot));filter:drop-shadow(0 0 0 rgba(78,42,31,0))}
  50%{transform:translate3d(0,calc(var(--float-base) - var(--float-lift)),0) rotate(var(--float-rot));filter:drop-shadow(0 18px 22px rgba(78,42,31,.08))}
}
@keyframes product-poster-breathe{
  0%,100%{filter:saturate(1) brightness(1)}
  50%{filter:saturate(1.06) brightness(1.025)}
}
@media(max-width:900px){
  .products-section .product-card:nth-child(n){--float-base:0px;--float-rot:0deg}
}
@media(prefers-reduced-motion:reduce){
  .products-section .product-card,.products-section .product-card .product-poster{animation:none!important}
  .products-section .product-card:nth-child(n){transform:none!important}
  .products-section .product-card:hover{transform:translateY(-5px)!important}
}
