/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 52:0 Unexpected "<"

**/
/* START_SECTION:modular-tiles (INDEX:109) */
<style>
.ptf-tile {
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 12px;
  background: #fafafa;
}

/* Scrollable Cards */
.ptf-scroll-wrapper {
  overflow-x: auto;
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.ptf-scroll-wrapper img {
  width: 390px;
  height: auto;
  border-radius: 19px;
  box-shadow: 0 10px 21px rgba(0,0,0,0.15);
}


/* Video */
.ptf-video {
  position: relative;
  padding-top: 56.25%;
}
.ptf-video iframe,
.ptf-video video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Tile 1 Background */
.ptf-bg-tile {
  background-size: cover;
  background-position: center;
  padding: 1rem;
}
</style>
/* END_SECTION:modular-tiles */
