.product-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff0d;border-radius:25px;flex-direction:column;width:280px;padding:35px 30px;display:flex}.product-card .title{justify-content:center;align-items:center;gap:5px;font-size:14px;font-weight:800;display:flex}.product-card .title span{color:var(--accent)}.product-card .subtitle{color:#ffffff80;justify-content:center;align-items:center;gap:8px;margin-top:15px;font-weight:500;display:flex}.product-card .subtitle>:empty{background-color:#ffffff4d;border-radius:100%;width:4px;height:4px}.product-card .price{text-align:center;white-space:nowrap;margin-top:10px;font-size:clamp(22px,2vw,28px);font-weight:800;line-height:1.05}.product-card .price span{color:var(--accent);text-shadow:0 0 100px var(--accent);font-size:clamp(42px,4vw,54px)}.product-card .price span.price-free{font-size:clamp(32px,3vw,38px)}.product-card .styled-button{margin-top:25px;margin-bottom:15px}.product-card .line{background-color:#ffffff1a;height:1px;margin-top:20px;margin-bottom:30px}.product-card ul{text-align:left;flex-direction:column;gap:10px;margin:0;padding-left:30px;font-weight:500;line-height:1.45;list-style:none;display:flex}.product-card ul li{position:relative}.product-card ul li .bullet{background-color:color-mix(in srgb, var(--accent) 20%, transparent);width:16px;height:16px;color:var(--accent);border-radius:5px;position:absolute;top:3px;left:-30px}.product-card ul li .bullet svg{position:absolute;top:-2px;right:-2px}@media (max-width:699px){.product-card{width:calc(50% - 10px);padding:25px 20px}.product-card .subtitle{flex-direction:column;gap:0}.product-card .subtitle>:empty{display:none}.product-card .price{font-size:22px}.product-card .price span{font-size:40px}}@media (max-width:499px){.product-card{width:100%;padding:35px 30px}}
.tickets-switch{gap:10px;display:flex}.tickets-product-cards{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}
