@keyframes yts-card-reveal {
  from {
    opacity: 0;
    transform: translateY(6px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  /* line 21, view.scss */
  .shorts-gallery .yts-card {
    opacity: 0; }

  /* line 25, view.scss */
  .shorts-gallery.is-ready .yts-card {
    animation: yts-card-reveal 0.2s ease both; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(1) .yts-card {
    animation-delay: 0s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(3) .yts-card {
    animation-delay: 0.025s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(5) .yts-card {
    animation-delay: 0.05s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(7) .yts-card {
    animation-delay: 0.075s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(9) .yts-card {
    animation-delay: 0.1s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(11) .yts-card {
    animation-delay: 0.125s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(13) .yts-card {
    animation-delay: 0.15s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(15) .yts-card {
    animation-delay: 0.175s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(17) .yts-card {
    animation-delay: 0.2s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(19) .yts-card {
    animation-delay: 0.225s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(21) .yts-card {
    animation-delay: 0.25s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(23) .yts-card {
    animation-delay: 0.275s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(25) .yts-card {
    animation-delay: 0.3s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(27) .yts-card {
    animation-delay: 0.325s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(29) .yts-card {
    animation-delay: 0.35s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(31) .yts-card {
    animation-delay: 0.375s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(33) .yts-card {
    animation-delay: 0.4s; }

  /* line 33, view.scss */
  .shorts-gallery.is-ready .shorts-grid > [class*="col-"]:nth-child(35) .yts-card {
    animation-delay: 0.425s; } }
/* line 64, view.scss */
.shorts-gallery .shorts-filter {
  text-align: center;
  margin-bottom: 24px; }
/* line 69, view.scss */
.shorts-gallery .shorts-filter-label {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #e20613;
  font-size: 1rem;
  margin: 0 0 14px 0; }
/* line 76, view.scss */
.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; }
  /* line 86, view.scss */
  .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; }
  /* line 88, view.scss */
  .shorts-gallery .shorts-pill.active {
    background: #e20613;
    color: #faf7ec;
    border-color: #e20613; }
/* line 96, view.scss */
.shorts-gallery .shorts-filter-dropdown {
  display: inline-block; }
  /* line 99, view.scss */
  .shorts-gallery .shorts-filter-dropdown .dropdown-menu {
    padding: 6px 0;
    border: 1.5px solid #e20613;
    background: #cae1c3; }
  /* line 105, view.scss */
  .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; }
    /* line 114, view.scss */
    .shorts-gallery .shorts-filter-dropdown .shorts-dropdown-item input[type="checkbox"] {
      accent-color: #e20613; }
    /* line 118, view.scss */
    .shorts-gallery .shorts-filter-dropdown .shorts-dropdown-item:hover {
      background: rgba(226, 6, 19, 0.08); }
/* line 122, view.scss */
.shorts-gallery .shorts-filter-count {
  margin-left: 4px; }
/* line 127, view.scss */
.shorts-gallery .shorts-sidebar {
  align-self: flex-start;
  position: sticky;
  top: 24px;
  padding-top: 1rem; }
  /* line 133, view.scss */
  .shorts-gallery .shorts-sidebar .shorts-filter-label {
    text-align: left;
    margin-top: 0; }
/* line 139, view.scss */
.shorts-gallery .shorts-filter-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  /* line 145, view.scss */
  .shorts-gallery .shorts-filter-vertical .shorts-pill {
    width: 100%;
    text-align: center;
    padding: 7px 14px; }
/* line 153, view.scss */
.shorts-gallery .yts-card {
  background: #cae1c3;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%; }
  /* line 160, view.scss */
  .shorts-gallery .yts-card .yts-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1; }
/* line 169, view.scss */
.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; }
/* line 179, view.scss */
.shorts-gallery .yts-image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden; }
  /* line 184, view.scss */
  .shorts-gallery .yts-image-wrap .yts-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
/* line 193, view.scss */
.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; }
/* line 206, view.scss */
.shorts-gallery .yts-card:hover .yts-blur {
  opacity: 1; }
/* line 209, view.scss */
.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; }
/* line 217, view.scss */
.shorts-gallery .yts-card:hover .yts-play-icon {
  transform: scale(1); }
/* line 220, view.scss */
.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; }
  /* line 230, view.scss */
  .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; }
/* line 250, view.scss */
.shorts-gallery .shorts-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 32px 0 8px 0; }
  /* line 257, view.scss */
  .shorts-gallery .shorts-pagination .shorts-pagination-btn {
    min-width: 44px;
    padding: 8px 14px;
    font-size: 0.85rem;
    text-align: center; }
  /* line 264, view.scss */
  .shorts-gallery .shorts-pagination .shorts-pagination-btn[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none; }
/* line 272, view.scss */
.shorts-gallery .shorts-empty {
  background: #faf7ec;
  border: 1.5px solid #e20613;
  padding: 24px 20px;
  text-align: center;
  margin: 24px 0; }
  /* line 279, view.scss */
  .shorts-gallery .shorts-empty p {
    font-family: "copperplate", serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #e20613;
    margin: 0 0 12px 0; }
  /* line 285, view.scss */
  .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; }

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

@media screen and (min-width: 768px) and (min-height: 800px) {
  /* line 328, view.scss */
  .yts-modal .modal-dialog {
    max-width: 450px; }
  /* line 331, view.scss */
  .yts-modal iframe {
    width: 450px;
    height: 800px; } }

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