/** Shopify CDN: Minification failed

Line 1278:0 Unexpected "}"
Line 1281:2 Unexpected "0%"
Line 1285:2 Unexpected "16%"
Line 1289:2 Unexpected "20%"
Line 1293:2 Unexpected "36%"
Line 1297:2 Unexpected "40%"
Line 1301:2 Unexpected "56%"
Line 1305:2 Unexpected "60%"
Line 1309:2 Unexpected "76%"
Line 1313:2 Unexpected "80%"
... and 2 more hidden warnings

**/
.poutie-product {
      position: relative;
    z-index: 0;


  .poutie-operater-conatiner {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
  }

  .poutie-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FCE2E7;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .poutie-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }


  .poutie-subtitle p {
    margin: 0;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
    color: #333333;
    letter-spacing: -0.03em;
    text-wrap: nowrap;
  }

  .poutie-subtitle p span{
    display: inline;
  }

  .poutie-subtitle p strong{
    font-weight: 700;
    font-family: 'scale VF regular', sans-serif !important;
  }

  .poutie-subtitle p br {
    display: block;
  }


  .poutie-subtitle p {
    margin: 0;
  }

  @media screen and (min-width: 768px) {
    .poutie-title {
      /* font-size: 20px; */
    }

    .poutie-banner {
      padding-top: 25px;
      padding-bottom: 25px;
    }
  }

  @media screen and (max-width: 768px) {
    .poutie-banner {
      padding: 20px 10px;
    }

    .poutie-content {
      padding: 0;
    }



    .poutie-subtitle p {
      font-size: calc(17px + 2 * (100vw - 375px)/ 38) !important;
      text-wrap: wrap;
      line-height: 1.3;
      white-space: normal;
      /* font-weight: 700; */
    }

    .poutie-subtitle p span {
      display: block;
    }

    .poutie-subtitle p br {
      display: none;
    }
  }

  /* Hero Image Section */
  .poutie-hero-image {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .poutie-hero-container {
    position: relative;
    width: 100%;
  }

  .poutie-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .poutie-hero-sticker {
    position: absolute;
    bottom: 40%;
    right: 23%;
    width: 265px;
  }

  .poutie-hero-sticker-img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Features Section */
  .poutie-features {
    background-color: #FCE2E7;
    margin: 0;
    padding: 40px 20px;
    width: 100%;
  }

  .poutie-features-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .poutie-feature-item {
    flex: 1;
    min-width: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .poutie-feature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .poutie-feature-icon {
    font-size: 24px;
  }

  .poutie-feature-title {
    margin: 0;
    font-family: 'Scale VF Regular', sans-serif !important;
    font-weight: 900;
    font-size: 25px;
    color: #000000;
    line-height: 1.2;
  }

  .poutie-feature-text {
    margin: 0;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800;
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    /* max-width: 260px; */
  }

  .poutie-feature-text span {
    display: block;
    
  }

  @media screen and (max-width: 768px) {
    .poutie-hero-sticker {
    position: absolute;
    bottom: 16%;
    right: 36%;
    width: 125px;
  }

    .poutie-features {
      padding: 30px 20px 40px;
    }

    .poutie-features-grid {
      /* flex-direction: column; */
      align-items: center;
      gap: 35px;
    }

    .poutie-feature-item {
      margin-bottom: 0;
      width: 100%;
    }

    .poutie-feature-title {
      font-size: calc(0px + 17 * (100vw - 1px) / 319) !important;
      font-weight: 800;
    }

    .poutie-feature-header {
      margin-bottom: 0;
    }

    .poutie-feature-text {
      font-size: calc(0px + 12 * (100vw - 1px) / 319) !important;
      /* max-width: 235px; */
      margin: 0 auto;
    }
  }

  /* Smooth Operator Power Players Section */
  .poutie-power-players {
    position: relative;
    width: 100%;
    min-height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto;
    z-index: 0;
  }

  .poutie-power-players::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c23068;
    opacity: 0.7;
    z-index: 2;
    pointer-events: none;
  }

  .poutie-player-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }

  .poutie-player-video-container iframe {
    position: absolute;
    /* width: 200vw; */
    height: 230vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(0%, 0%) rotate(180deg) scale(3);
    pointer-events: none;
    z-index: 0;
  }

  .poutie-player-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
  }

  .poutie-player-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
  }

  .poutie-player-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
  }



  .poutie-player-content {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .poutie-pp-subtitle {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    /* Black */
  }

  .poutie-pp-title {
    font-family: 'Scale VF Regular', sans-serif !important;
    /* Reuse custom font */
    font-weight: 900;
    font-size: 32px;
    margin: 0 0 30px 0;
    color: #ffffff;
    /* Updated color for title */
    line-height: 1.1;
  }

  .poutie-pp-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -20px;
    gap: 40px;
  }

  .poutie-pp-item {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
  }

  .poutie-pp-name {
    font-family: 'Scale VF Regular', sans-serif !important;
    font-weight: 800;
    /* Bold */
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
    letter-spacing: 0;
  }

  .poutie-pp-desc {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    /* max-width: 200px; */
    margin: 0 auto;
  }

  .poutie-pp-desc span {
    display: block;
  }

  @media screen and (max-width: 768px) {
    .poutie-player-content {
      padding-top: 40px;
      padding-bottom: 70px;
      padding-left: 20px;
      padding-right: 20px;
    }

    .poutie-pp-subtitle {
      font-size: calc(-2px + 12 * (100vw - 1px) / 319) !important;
      margin-bottom: 10px !important;
      /* letter-spacing: 0.1em; */
      text-transform: uppercase;
    }

    .poutie-pp-title {
      font-size: calc(0px + 20 * (100vw - 1px) / 319) !important;
      line-height: 1.1 !important;
      margin-bottom: 30px !important;
      padding: 0 10px;
    }

     .poutie-player-video-container iframe{
              height: 167vh;
     }



    .poutie-pp-grid {
      flex-direction: column;
      align-items: center;
      gap: 0px !important;
    }

    .poutie-pp-name {
      margin-bottom: 5px !important;
      font-size: calc(0px + 16 * (100vw - 1px) / 319) !important;
    }

    .poutie-pp-desc {
      font-size: calc(0px + 12 * (100vw - 1px) / 319) !important;
      line-height: 1.4 !important;
    
    }

    .poutie-power-players {
      min-height: 400px;
      width: 100%;
    }

    .poutie-player-video-container {
      min-height: 400px;
    }

    .poutie-player-bg-container {
      min-height: 400px;
    }
  }

  /* Certifications Bar */
  .poutie-certifications-bar {
    width: 100%;
    background: linear-gradient(90deg, #f9b5ca 60%, #34e798 100%);
    padding: 16px 0;
    overflow: hidden;
  }

  .poutie-cert-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .poutie-cert-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 0;
    animation: poutie-marquee 14s linear infinite;
    /* Faster movement */
  }

  .poutie-cert-marquee:hover .poutie-cert-track {
    animation-play-state: paused;
    /* Stop animation on hover */
  }

  .poutie-cert-item {
    font-family: 'Scale VF Regular', sans-serif !important;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    text-transform: lowercase;
    white-space: nowrap;
    padding: 0 80px;
    /* Increased padding for more gap */
    text-align: center;
    flex-shrink: 0;
    position: relative;
  }

  /* Because we loop 10 times in liquid, moving -10% moves exactly one full set of items. 
   When it hits -10%, it snaps back to 0, which looks identical. 
   Calculation: 10 sets. Width = 10 * set_width. 
   Move -1 * set_width = -1/10 * total_width = -10%. 
*/

  @media screen and (max-width: 599px) {
    .poutie-cert-item {
      width: auto;
      padding: 0 30px;
      font-size: 20px;
    }

    .poutie-certifications-bar {
      background: linear-gradient(90deg, #f9b5ca 100%, #34e798 10%);
      padding: 20px 0;
    }
  }

  @media screen and (max-width: 1024px) {
    .poutie-cert-item {
      width: fit-content;
      /* Provide more space for text on smaller screens */
      font-size: 20px;
    }
  }

  /* Smooth Benefits List Section */
  .poutie-benefits-list {
    width: 100%;
    background-color: white;
    /* Pink background matching reference */
    padding: 70px 0;
  }

  .poutie-benefits-grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20px;
  }

  .poutie-benefit-item {
    flex: 1;
    min-width: 280px;
    max-width: 395.12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .poutie-benefit-img-wrapper {
    width: 100%;
    max-width: 395.12px;
    aspect-ratio: 395.12 / 601;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    border-radius: 0;
  }

  .poutie-benefit-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @media screen and (max-width: 768px) {
    .poutie-benefits-list {
      background-color: white;
      padding: 60px 0;
    }

    .poutie-benefits-grid {
      gap: 25px;
      flex-direction: column;
      align-items: center;
      padding: 0;
    }

    .poutie-benefit-item {
      width: 223px;
    }

    .poutie-benefit-img-wrapper {
      width: 280px;
      max-width: 280px;
      aspect-ratio: 280 / 338.36;
      object-fit: cover;
    }

    .poutie-benefit-item:last-child {
      width: 300px;
      margin-left: 0;
    }

    .poutie-benefit-item:last-child .poutie-benefit-img-wrapper {
     max-width: 340px;
            width: 316px;
            aspect-ratio: 300 / 338.36;
            margin-left: 33px;
    }
  }

  .poutie-transparency-section {
    width: 100%;
    overflow-x: hidden;
    background-color: #FCE2E7;
  }

  .poutie-transparency-container {
    max-width: 1300px;
    margin: 65px auto;
    background-color: #ffffff;
    padding: 80px;
    border-radius: 0;
  }

  .poutie-transparency-title {
    font-family: 'Manrope', sans-serif !important;
    font-size: 40px !important;
    font-weight: 800 !important;
    letter-spacing: -0.04em !important;
    line-height: 1em !important;
    text-align: center !important;
    margin-bottom: 50px;
    margin-top: 0;
    color: #000000;
  }

  .poutie-transparency-content {
    display: flex;
    gap: 80px;
  }

  .poutie-transparency-left,
  .poutie-transparency-right {
    flex: 1;
  }

  .poutie-transparency-subtitle {
    font-family: 'Manrope', sans-serif !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1em !important;
    margin-bottom: 10px;
    color: #000000;
  }

  .poutie-transparency-text {
    font-family: 'Manrope', sans-serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.3636363636363635em !important;
    color: #000000 !important;
    margin-bottom: 20px;
  }

  .poutie-transparency-text span {
    display: block;
  }

  .poutie-transparency-bold-text {
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    letter-spacing: 0em !important;
    line-height: 1.3888888888888888em !important;
    text-align: left !important;
    color: #000 !important;
    font-style: normal !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 10px;
  }

  .poutie-transparency-box {
    background: #f4d6d6;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .poutie-transparency-box-labels,
  .poutie-transparency-box-values {
    line-height: 1.8;
    font-family: 'Manrope', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
  }

  .poutie-transparency-box-labels strong,
  .poutie-transparency-box-values strong {
    font-weight: 700;
  }

  .poutie-transparency-mh-number {
    display: block;
    text-align: end;
  }

  .poutie-transparency-checklist {
    list-style: none;
    padding: 0 20px 0 0;
    margin: 20px 0 0 0;
  }

  .poutie-transparency-checklist li {
    list-style: none;
    margin-bottom: 12px;
    font-family: Manrope !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0em !important;
    line-height: 1.3888888888888888em !important;
    text-align: left !important;
    color: #000 !important;
    font-style: normal !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px !important;
  }

  .poutie-transparency-checklist li span {
    display: block;
  }

  .poutie-transparency-checklist li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
  }

  .poutie-transparency-crosslist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
  }

  .poutie-transparency-crosslist li {
    list-style: none;
    font-family: Manrope !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0em !important;
    line-height: 1.3888888888888888em !important;
    text-align: left !important;
    color: #000 !important;
    font-style: normal !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
    padding-left: 25px;
  }

  .poutie-transparency-crosslist li::before {
    content: '✘';
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
  }

  .poutie-transparency-small-heading {
    font-family: 'Manrope', sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: #000000;
  }

  .poutie-transparency-right-heading-2 {
    margin-top: 80px !important;
  }

  .poutie-transparency-right-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    max-width: 440px;
  }

  @media screen and (max-width: 599px) {
    .poutie-transparency-section {
      background-color:white;
    }

    .poutie-transparency-container {
      margin: 30px 15px;
      padding: 25px 15px;
    }

    .poutie-transparency-title {
      font-size: calc(20px + 17 * (100vw - 320px) / 279) !important;
      margin-bottom: 30px;
    }

    .poutie-transparency-content {
      flex-direction: column;
      gap: 5px;
    }

    .poutie-transparency-subtitle {
      font-size: calc(16px + 14 * (100vw - 320px) / 279) !important;
      max-width: 360px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 10px;
    }

    .poutie-transparency-text {
      font-size: calc(12px + 10 * (100vw - 320px) / 279) !important;
      max-width: 265px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 20px;
      color: black;
    }

    .poutie-transparency-text  span {
      display: inline;
    }

    .poutie-transparency-box {
      gap: 0px;
      padding: 12px;
    }

    .poutie-transparency-box-labels,
    .poutie-transparency-box-values {
      font-size: calc(12px + 10 * (100vw - 320px) / 279) !important;
    }

    .poutie-transparency-bold-text {
      font-size: calc(10px + 9 * (100vw - 320px) / 279) !important;
      font-weight: 700 !important;
      text-align: center !important;
    }

    .poutie-transparency-crosslist {
      padding: 0 20px;
      gap: 1px;
    }

    .poutie-transparency-checklist {
      padding: 0 20px;
    }

    .poutie-transparency-checklist li,
    .poutie-transparency-crosslist li {
      font-size: calc(11px + 10 * (100vw - 320px) / 279) !important;
      margin-bottom: 5px !important;
    }

    .poutie-transparency-small-heading {
      font-size: 18px;
      max-width: 220px;
      margin: 0 auto;
      text-align: center;
    }

    .poutie-transparency-right-heading-2 {
      font-size: calc(16px + 14 * (100vw - 320px) / 279) !important;
      max-width: 65% !important;
      margin-top: 20px !important;
    }

    .poutie-transparency-right-heading {
      font-size: calc(16px + 14 * (100vw - 320px) / 279) !important;
      max-width: 95%;
      margin-top: 20px;
    }
  }

  /* Tablet View */
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    /* General */
    .poutie-product .page-width {
      padding: 0 30px;
    }

    .poutie-title {
      font-size: 24px;
    }

    .poutie-subtitle p {
      font-size: 22px;
      margin: 0 auto;
      max-width: 70%;
      text-wrap: wrap;
      white-space: normal;
    }

    .poutie-subtitle p span {
      display: inline;
    }

    /* Banner */
    .poutie-banner {
      padding: 25px 20px;
    }

    /* Hero Sticker */
    .poutie-hero-sticker {
      bottom: 30%;
      right: 20%;
      width: 180px;
    }

    /* Features Section */
    .poutie-features {
      padding: 30px 20px 40px;
    }

    .poutie-features-grid {
      flex-direction: row;
      gap: 15px;
      justify-content: center;
    }

    .poutie-feature-item {
      flex: 1;
      min-width: 180px;
    }

    .poutie-feature-title {
      font-size: 20px;
    }

    .poutie-feature-text {
      font-size: 13px;
    }

    /* Power Players */
    .poutie-player-content {
      padding: 40px 30px 60px;
    }

    .poutie-pp-subtitle {
      font-size: 14px;
    }

    .poutie-pp-title {
      font-size: 26px;
      margin-bottom: 25px;
    }

    .poutie-pp-grid {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 0 20px;
    }

    .poutie-pp-item {
      flex: 1;
      min-width: 180px;
      max-width: 250px;
    }

    .poutie-pp-name {
      font-size: 20px;
    }

    .poutie-pp-desc {
      font-size: 13px;
    }

    /* Benefits List */
    .poutie-benefits-list {
      padding: 50px 0;
      overflow: hidden;
    }

    .poutie-benefits-grid {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0 20px;
      justify-content: center;
    }

    .poutie-benefit-item {
      flex: 1 1 30%;
      max-width: 280px;
      min-width: 0;
    }

    .poutie-benefit-img-wrapper {
      width: 100%;
      max-width: 280px;
      aspect-ratio: 395.12 / 601;
      margin-top: auto;
      overflow: hidden;
      border-radius: 10px;
    }

    .poutie-benefit-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      display: block;
    }

    /* Glassy Section */
    .poutie-glassy-container {
      min-height: 400px;
    }

    .poutie-glassy-content {
      min-height: 400px;
    }

    /* Transparency Section */
    .poutie-transparency-section {
      padding: 0 20px;
    }

    .poutie-transparency-container {
      margin: 30px auto;
      padding: 40px 30px;
      max-width: 100%;
    }

    .poutie-transparency-title {
      font-size: calc(27px + 19 * (100vw - 600px) / 423) !important;
      margin-bottom: 30px;
    }

    .poutie-transparency-content {
      flex-direction: column;
      gap: 30px;
    }

    .poutie-transparency-left {
      text-align: center;
    }

    .poutie-transparency-right {
      text-align: center;
    }

    .poutie-transparency-subtitle {
      font-size: calc(22px + 16 * (100vw - 600px) / 423) !important;
      text-align: center !important;
      margin-bottom: 10px !important;
    }

    .poutie-transparency-text {
      font-size: calc(16px + 11 * (100vw - 600px) / 423) !important;
      max-width: 450px;
      margin: 0 auto 20px;
      text-align: center !important;
    }

    .poutie-transparency-text span {
      display: inline;
    }

    .poutie-transparency-bold-text {
      font-size: calc(15px + 11 * (100vw - 600px) / 423) !important;
      font-weight: 700 !important;
      text-align: center !important;
      margin-bottom: 10px !important;
    }

    .poutie-transparency-box {
      gap: 15px;
      margin: 20px auto 0;
      max-width: 90%;
      padding: 15px 20px;
    }

    .poutie-transparency-box-labels,
    .poutie-transparency-box-values {
      font-size: calc(14px + 8 * (100vw - 600px) / 423) !important;
    }

    .poutie-transparency-checklist {
      margin: 20px auto 0;
      padding: 0 20px;
      max-width: 500px;
    }

    .poutie-transparency-crosslist {
      gap: 5px 30px;
      margin: 15px auto 0;
      padding: 0 20px;
      max-width: 500px;
    }

    .poutie-transparency-checklist li,
    .poutie-transparency-crosslist li {
      font-size: calc(14px + 8 * (100vw - 600px) / 423) !important;
      margin-bottom: 8px !important;
    }

    .poutie-transparency-checklist li span {
      display: inline;
    }

    .poutie-transparency-small-heading {
      font-size: calc(16px + 6 * (100vw - 600px) / 423) !important;
      max-width: 320px;
      margin: 0 auto;
      text-align: center;
    }

    .poutie-transparency-right-heading {
      font-size: calc(20px + 10 * (100vw - 600px) / 423) !important;
      max-width: 90%;
      margin: 20px auto 0;
      text-align: center;
    }

    .poutie-transparency-right-heading-2 {
      margin-top: 25px !important;
    }
  }
}

/* Responsive Image Section */
.poutie-responsive-image-section {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.poutie-responsive-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Marquee animation: move one item, stop, move next, stop */
/* Glassy Section */
.poutie-glassy-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fcebd3;
}

.poutie-glassy-container {
  position: relative;
  width: 100%;
  min-height: 657px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.poutie-glassy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.poutie-glassy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.poutie-glassy-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
}


@media screen and (max-width: 768px) {
  .poutie-glassy-container {
    min-height: 400px;
  }

  .poutie-glassy-content {
    min-height: 553px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .poutie-glassy-container {
    min-height: 400px;
  }

  .poutie-glassy-content {
    min-height: 400px;
  }
}

@keyframes poutie-marquee {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(0);
  }

  12% {
    /* Move to item 1 */
    transform: translateX(-2%);
  }

  22% {
    transform: translateX(-2%);
  }

  24% {
    /* Move to item 2 */
    transform: translateX(-4%);
  }

  34% {
    transform: translateX(-4%);
  }

  36% {
    /* Move to item 3 */
    transform: translateX(-6%);
  }

  46% {
    transform: translateX(-6%);
  }

  48% {
    /* Move to item 4 */
    transform: translateX(-8%);
  }

  58% {
    transform: translateX(-8%);
  }

  60% {
    /* Move to item 5 */
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(-10%);
  }
}
}

@keyframes poutie-marquee {
  0% {
    transform: translateX(0);
  }

  16% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-2%);
  }

  36% {
    transform: translateX(-2%);
  }

  40% {
    transform: translateX(-4%);
  }

  56% {
    transform: translateX(-4%);
  }

  60% {
    transform: translateX(-6%);
  }

  76% {
    transform: translateX(-6%);
  }

  80% {
    transform: translateX(-8%);
  }

  96% {
    transform: translateX(-8%);
  }

  100% {
    transform: translateX(-10%);
  }
}