@keyframes yts-card-reveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .shorts-gallery .yts-card {
    opacity: 0;
  }
  .shorts-gallery.is-ready .yts-card {
    animation: yts-card-reveal 0.4s ease both;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(1) .yts-card {
    animation-delay: 0s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(3) .yts-card {
    animation-delay: 0.05s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(5) .yts-card {
    animation-delay: 0.1s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(7) .yts-card {
    animation-delay: 0.15s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(9) .yts-card {
    animation-delay: 0.2s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(11) .yts-card {
    animation-delay: 0.25s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(13) .yts-card {
    animation-delay: 0.3s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(15) .yts-card {
    animation-delay: 0.35s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(17) .yts-card {
    animation-delay: 0.4s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(19) .yts-card {
    animation-delay: 0.45s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(21) .yts-card {
    animation-delay: 0.5s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(23) .yts-card {
    animation-delay: 0.55s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(25) .yts-card {
    animation-delay: 0.6s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(27) .yts-card {
    animation-delay: 0.65s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(29) .yts-card {
    animation-delay: 0.7s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(31) .yts-card {
    animation-delay: 0.75s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(33) .yts-card {
    animation-delay: 0.8s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(35) .yts-card {
    animation-delay: 0.85s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(37) .yts-card {
    animation-delay: 0.9s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(39) .yts-card {
    animation-delay: 0.95s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(41) .yts-card {
    animation-delay: 1s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(43) .yts-card {
    animation-delay: 1.05s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(45) .yts-card {
    animation-delay: 1.1s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(47) .yts-card {
    animation-delay: 1.15s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(49) .yts-card {
    animation-delay: 1.2s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(51) .yts-card {
    animation-delay: 1.25s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(53) .yts-card {
    animation-delay: 1.3s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(55) .yts-card {
    animation-delay: 1.35s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(57) .yts-card {
    animation-delay: 1.4s;
  }
  .shorts-gallery.is-ready .shorts-grid > [class*=col-]:nth-child(59) .yts-card {
    animation-delay: 1.45s;
  }
}
.shorts-gallery .shorts-filter {
  text-align: center;
  margin-bottom: 32px;
}
.shorts-gallery .shorts-filter-label {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #e20613;
  font-size: 1.05rem;
  margin: 0 0 14px 0;
}
.shorts-gallery .shorts-filter-pills {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.shorts-gallery .shorts-pill {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.06) 100%), #cae1c3;
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1.5px solid #e20613;
  color: #e20613;
  padding: 6px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.shorts-gallery .shorts-pill:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 55%, rgba(226, 6, 19, 0.08) 100%), #cae1c3;
}
.shorts-gallery .shorts-pill.active {
  background: #e20613;
  color: #faf7ec;
  border-color: #e20613;
}
.shorts-gallery .shorts-filter-dropdown {
  display: inline-block;
}
.shorts-gallery .shorts-filter-dropdown .dropdown-menu {
  padding: 6px 0;
  border: 1.5px solid #e20613;
  background: #cae1c3;
}
.shorts-gallery .shorts-filter-dropdown .shorts-dropdown-item {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #e20613;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.shorts-gallery .shorts-filter-dropdown .shorts-dropdown-item input[type=checkbox] {
  accent-color: #e20613;
}
.shorts-gallery .shorts-filter-dropdown .shorts-dropdown-item:hover {
  background: rgba(226, 6, 19, 0.08);
}
.shorts-gallery .shorts-filter-count {
  margin-left: 4px;
}
.shorts-gallery .yts-card {
  background: #cae1c3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shorts-gallery .yts-card .yts-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.shorts-gallery .border-frame {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  z-index: 4;
  pointer-events: none;
  border: 28px solid transparent;
  border-image: url(/packages/theme_poons_london/themes/poons_london/css/images/frame-red-light_bg.png) 35% round;
}
.shorts-gallery .yts-image-wrap {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.shorts-gallery .yts-image-wrap .yts-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shorts-gallery .yts-blur {
  position: absolute;
  inset: 0;
  background: rgba(107, 172, 163, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shorts-gallery .yts-card:hover .yts-blur {
  opacity: 1;
}
.shorts-gallery .yts-play-icon {
  color: #faf7ec;
  font-size: 4rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transform: scale(0.85);
  transition: transform 0.25s ease;
}
.shorts-gallery .yts-card:hover .yts-play-icon {
  transform: scale(1);
}
.shorts-gallery .yts-title {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.06) 100%), #cae1c3;
  flex: 1 1 auto;
  text-align: center;
  padding: 14px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e20613;
}
.shorts-gallery .yts-title h5 {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #e20613;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shorts-gallery .shorts-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 32px 0 8px 0;
}
.shorts-gallery .shorts-pagination .shorts-pagination-btn {
  min-width: 44px;
  padding: 8px 14px;
  font-size: 0.85rem;
  text-align: center;
}
.shorts-gallery .shorts-pagination .shorts-pagination-btn[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.shorts-gallery .shorts-empty {
  background: #faf7ec;
  border: 1.5px solid #e20613;
  padding: 24px 20px;
  text-align: center;
  margin: 24px 0;
}
.shorts-gallery .shorts-empty p {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #e20613;
  margin: 0 0 12px 0;
}
.shorts-gallery .shorts-empty .shorts-empty-link {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: none;
  border: 0;
  color: #e20613;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.yts-modal .modal-content.yts-frame {
  background: #faf7ec;
  border: 2px solid #e20613;
  padding: 0;
}
.yts-modal .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}
.yts-modal .yts-modal-title {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  color: #e20613;
  padding: 12px 16px;
}
.yts-modal iframe {
  display: block;
  width: 100%;
  height: 90vh;
}

@media screen and (min-width: 768px) and (min-height: 800px) {
  .yts-modal .modal-dialog {
    max-width: 450px;
  }
  .yts-modal iframe {
    width: 450px;
    height: 800px;
  }
}

/*# sourceMappingURL=view.css.map */
