/** Shopify CDN: Minification failed

Line 133:0 Unexpected "}"

**/
.stl-section{
      background:var(--stl-bg,#f4f3f1);
        color:var(--stl-ink,#1a1a1a);
          padding:48px 0;
            font-family:inherit;
            }
            .stl-header{
              text-align:center;
                margin-bottom:32px;
                  padding:0 20px;
                  }
                  .stl-header h2{
                    font-size:2.1rem;
                      font-weight:600;
                        margin:0 0 8px;
                          letter-spacing:-0.5px;
                          }
                          .stl-header p{
                            margin:0;
                              opacity:0.65;
                                font-size:0.95rem;
                                }
                                .stl-rail{
                                  display:flex;
                                    gap:18px;
                                      overflow-x:auto;
                                        padding:8px 5vw 24px;
                                          scroll-snap-type:x mandatory;
                                            scrollbar-width:none;
                                            }
                                            .stl-rail::-webkit-scrollbar{display:none;}
                                            .stl-card{
                                              flex:0 0 auto;
                                                width:210px;
                                                  scroll-snap-align:start;
                                                    background:#fff;
                                                      border-radius:16px;
                                                        overflow:hidden;
                                                          box-shadow:0 1px 3px rgba(0,0,0,0.06);
                                                          }
                                                          .stl-media{
                                                            position:relative;
                                                              display:block;
                                                                width:100%;
                                                                  aspect-ratio:9/16;
                                                                    background:#000;
                                                                      overflow:hidden;
                                                                      }
                                                                      .stl-img,
                                                                      .stl-media img{
                                                                        width:100%;
                                                                          height:100%;
                                                                            object-fit:cover;
                                                                              display:block;
                                                                              }
                                                                              .stl-placeholder{
                                                                                width:100%;
                                                                                  height:100%;
                                                                                    background:#111;
                                                                                    }
                                                                                    .stl-placeholder-svg{
                                                                                      width:100%;
                                                                                        height:100%;
                                                                                          opacity:0.5;
                                                                                          }
                                                                                          .stl-tag{
                                                                                            position:absolute;
                                                                                              top:10px;
                                                                                                left:10px;
                                                                                                  background:rgba(0,0,0,0.55);
                                                                                                    color:#fff;
                                                                                                      font-size:11px;
                                                                                                        font-weight:600;
                                                                                                          padding:6px 10px;
                                                                                                            border-radius:20px;
                                                                                                            }
                                                                                                            .stl-icons{
                                                                                                              position:absolute;
                                                                                                                top:10px;
                                                                                                                  right:10px;
                                                                                                                    display:flex;
                                                                                                                      gap:6px;
                                                                                                                      }
                                                                                                                      .stl-icon-btn{
                                                                                                                        width:26px;
                                                                                                                          height:26px;
                                                                                                                            border-radius:50%;
                                                                                                                              background:rgba(0,0,0,0.5);
                                                                                                                                display:flex;
                                                                                                                                  align-items:center;
                                                                                                                                    justify-content:center;
                                                                                                                                    }
                                                                                                                                    .stl-icon-btn svg{
                                                                                                                                      width:13px;
                                                                                                                                        height:13px;
                                                                                                                                          stroke:#fff;
                                                                                                                                            fill:none;
                                                                                                                                            }
                                                                                                                                            .stl-info{
                                                                                                                                              padding:14px 14px 16px;
                                                                                                                                              }
                                                                                                                                              .stl-info h3{
                                                                                                                                                margin:0 0 12px;
                                                                                                                                                  font-size:0.92rem;
                                                                                                                                                    font-weight:600;
                                                                                                                                                      line-height:1.3;
                                                                                                                                                        color:var(--stl-ink,#1a1a1a);
                                                                                                                                                        }
                                                                                                                                                        .stl-btn{
                                                                                                                                                          display:block;
                                                                                                                                                            width:100%;
                                                                                                                                                              text-align:center;
                                                                                                                                                                padding:10px 0;
                                                                                                                                                                  border:none;
                                                                                                                                                                    border-radius:24px;
                                                                                                                                                                      background:#1a1a1a;
                                                                                                                                                                        color:#fff;
                                                                                                                                                                          font-size:0.85rem;
                                                                                                                                                                            font-weight:600;
                                                                                                                                                                              text-decoration:none;
                                                                                                                                                                                transition:opacity .15s ease;
                                                                                                                                                                                }
                                                                                                                                                                                .stl-btn:hover{opacity:0.85;}

                                                                                                                                                                                @media (max-width: 480px){
                                                                                                                                                                                  .stl-card{width:160px;}
                                                                                                                                                                                  }
}