/** Shopify CDN: Minification failed

Line 29:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:featured-product-carousel (INDEX:25) */
.fpc.section{
  position: relative;
  overflow-x: clip;
}
.flowers{
    right: -20%;
    top: 100px;
    position: absolute;
    transform: rotate(29deg);
}
@media(max-width:1200px){
  .flowers{
    display:none;
  }
}
/* END_SECTION:featured-product-carousel */

/* START_SECTION:japan-items-collection-list (INDEX:37) */
@import url('https://cdn.jsdelivr.net/npm/@splidejs/splide/dist/css/splide.min.css');
.splide{
  display:flex;
  height:100%;
}
  .splide__track {
    padding: 0 !important;
  }

  .splide__list {
    margin: 0;
    padding: 0;
  }

  .splide__slide {

  }

  .splide__arrows {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .splide__arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .splide__arrow svg {
    width: 24px;
    height: 24px;
  }

  .collection-list-item {
    position: relative;
    height: auto;
    aspect-ratio: 1;
  }

  .collection-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .collection-list-item-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.3s ease-in-out;
  }

  .collection-list-item:hover .collection-list-item-image {
    opacity: 0;
  }

  .collection-list-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
  }

  .collection-list-item:hover .collection-list-item-video {
    display: block;
  }

  .collection-list-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: oklch(0 0 0 / 0.39);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
  }

  .collection-list-item:hover .collection-list-item-overlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .collection-list-item-title {
    color: white;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    font-size: var(--font-body-family);
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .collection-card.placeholder {
    aspect-ratio: 1 / 1;
  }
/* END_SECTION:japan-items-collection-list */

/* START_SECTION:slideshow (INDEX:63) */
.next-section-link{
  position: absolute;
    bottom: 17%;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
 }
 .next-section-link img{
  width:fit-content;
 }
/* END_SECTION:slideshow */