/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 36:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:gift_category (INDEX:27) */
<style>
  .custom-blocks-section {
    padding: 40px 20px;
  }
  .custom-blocks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }
  .custom-block {
    text-align: center;
  }
  .custom-block img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .custom-block a {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
</style>
/* END_SECTION:gift_category */

/* START_SECTION:video_slider (INDEX:76) */
.video-slider-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.video-slide {
  min-width: 100%;
  scroll-snap-align: start;
  padding: 20px;
  box-sizing: border-box;
}
/* END_SECTION:video_slider */