/** Shopify CDN: Minification failed

Line 149:2 Unexpected "{"
Line 149:3 Expected identifier but found "%"
Line 149:33 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:poker-tael-hero (INDEX:64, SCOPED:FALSE) */
.poker-table-hero__image-placeholder {
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
    border-radius: 8px;
    text-align: center;
  }
  .poker-table-hero {
    background-color: #000;
    color: #fff;
    /* Base styles only - actual padding values come from inline styles */
  }
  .poker-table-hero__logo img {
      width: 32px;
      height: auto;
  }
  .poker-table-hero__container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
    /* Gap and margins come from inline styles */
  }

  /* Layout swap: Reversed layout */
  .poker-table-hero--reversed .poker-table-hero__container {
    flex-direction: row-reverse;
  }

  .poker-table-hero__content {
    flex: 1;
    z-index: 1;
    /* Padding values come from inline styles */
  }

  .poker-table-hero__heading {
    font-size: 58px;
    color: #ffff00;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .poker-table-hero__description {
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .poker-table-hero__description span.highlight {
    color: #ffff00;
  }

  .poker-table-hero__cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .poker-table-hero__cta {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
  }

  .poker-table-hero__cta--primary {
    background-color: #F0E000;
    color: #000;
    font-weight: bold;
  }

  .poker-table-hero__cta--secondary {
    background-color: #000;
    color: #fff;
    border: 1px solid #F0E000;
  }

  .poker-table-hero__play-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }

  .poker-table-hero__logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .poker-table-hero__logo-link {
    display: inline-block;
    transition: opacity 0.3s ease;
  }

  .poker-table-hero__logo-link:hover {
    opacity: 0.7;
  }

  .poker-table-hero__image-container {
    flex: 1;
    position: relative;
    /* Margins and padding come from inline styles */
  }

  /* Apply different styles based on layout */
  .poker-table-hero--reversed .poker-table-hero__content {
    text-align: right;
  }

  .poker-table-hero--reversed .poker-table-hero__cta-group {
    justify-content: flex-end;
  }

  .poker-table-hero--reversed .poker-table-hero__logos {
    justify-content: flex-end;
  }

  .poker-table-hero__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* Animation for layout and spacing transitions */
  .poker-table-hero,
  .poker-table-hero__container,
  .poker-table-hero__content,
  .poker-table-hero__image-container {
    transition: all 0.3s ease-in-out;
  }

  {% comment %}Responsive Styles{% endcomment %}
  @media screen and (max-width: 1024px) {
    .poker-table-hero__container,
    .poker-table-hero--reversed .poker-table-hero__container {
      flex-direction: column;
      text-align: center;
    }

    .poker-table-hero__heading {
      font-size: 2.5rem;
    }

    .poker-table-hero__cta-group,
    .poker-table-hero--reversed .poker-table-hero__cta-group {
      justify-content: center;
    }

    .poker-table-hero__logos,
    .poker-table-hero--reversed .poker-table-hero__logos {
      justify-content: center;
    }

    .poker-table-hero--reversed .poker-table-hero__content {
      text-align: center;
    }
  }

  @media screen and (max-width: 768px) {
    .poker-table-hero__heading {
      font-size: 2rem;
    }

    .poker-table-hero__cta-group {
      flex-direction: column;
    }

    .poker-table-hero__logos {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
/* END_SECTION:poker-tael-hero */

/* START_SECTION:pokertabel-hero-section (INDEX:65, SCOPED:FALSE) */
.poker-table-hero__image-placeholder {
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
    border-radius: 8px;
    text-align: center;
  }
  .poker-table-hero {
    background-color: #000;
    color: #fff;
  }
  .poker-table-hero__logo-img {
      width: 32px;
      height: auto;
  }
  .poker-table-hero__container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-direction: row;
  }

  .poker-table-hero--reversed .poker-table-hero__container {
    flex-direction: row-reverse;
  }

  .poker-table-hero__content {
    flex: 1;
    z-index: 1;
  }

  .poker-table-hero__heading {
    font-size: 58px;
    color: #ffff00;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .poker-table-hero__description {
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .poker-table-hero__description span.highlight {
    color: #ffff00;
  }

  .poker-table-hero__cta-group {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .poker-table-hero__cta {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
  }

  .poker-table-hero__cta--primary {
    background-color: #F0E000;
    color: #000;
    font-weight: bold;
  }

  .poker-table-hero__cta--secondary {
    background-color: #000;
    color: #fff;
    border: 1px solid #F0E000;
  }

  .poker-table-hero__cta--secondary:hover {
    background-color: #F0E000;
    color: #000;
  }

  .poker-table-hero__play-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }

  .poker-table-hero__logos {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .poker-table-hero__logo-link {
    display: inline-block;
    transition: opacity 0.3s ease;
  }

  .poker-table-hero__logo-link:hover {
    opacity: 0.7;
  }

  .poker-table-hero__image-container {
    flex: 1;
    position: relative;
  }

  .poker-table-hero--reversed .poker-table-hero__content {
    text-align: right;
  }

  .poker-table-hero--reversed .poker-table-hero__cta-group {
    justify-content: flex-end;
  }

  .poker-table-hero--reversed .poker-table-hero__logos {
    justify-content: flex-end;
  }

  .poker-table-hero__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    /* FIX LCP: Force immediate visibility */
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transition: none !important;
    display: block;
  }

  /* Added video style */
  .poker-table-hero__video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
  }

  .poker-table-hero,
  .poker-table-hero__container,
  .poker-table-hero__content,
  .poker-table-hero__image-container {
    transition: all 0.3s ease-in-out;
  }

  @media screen and (max-width: 1024px) {
    .poker-table-hero__container,
    .poker-table-hero--reversed .poker-table-hero__container {
      flex-direction: column;
      text-align: center;
    }

    .poker-table-hero__heading {
      font-size: 2.5rem;
    }

    .poker-table-hero__cta-group,
    .poker-table-hero--reversed .poker-table-hero__cta-group {
      justify-content: center;
    }

    .poker-table-hero__logos,
    .poker-table-hero--reversed .poker-table-hero__logos {
      justify-content: center;
    }

    .poker-table-hero--reversed .poker-table-hero__content {
      text-align: center;
    }
  }

  @media screen and (max-width: 768px) {
    .poker-table-hero__heading {
      font-size: 2rem;
    }

    .poker-table-hero__cta-group {
      flex-direction: column;
    }

    .poker-table-hero__logos {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
/* END_SECTION:pokertabel-hero-section */