/** Shopify CDN: Minification failed

Line 7:3 Unexpected "<"
Line 70:4 Unexpected "<"

**/
   <style>
        .in-the-press {
            padding: 20px 0 10px;
        }

@media screen and (min-width: 768px){
     .in-the-press{
        display: none !important;
    }
}
 .in-the-press .swiper-wrapper a {
   color:#000;
   text-decoration:none;
   display: inline-block;
}
      
.in-the-press .swiper-wrapper a span {
    font-size: 10px;
    font-weight: 600;
    line-height: 8px;
    letter-spacing: 0.01em;
    text-align: center;
    display: block;
    padding: 2px 0 5px 0;
}
        .in-the-press img {
            width: 100%;
            max-width:58px;
        }

        .in-the-press .swiper-wrapper img {
            width: 100%;
            border: 1px solid #bfa537;
            border-radius: 50%;
            padding: 2px;
        }

        .in-the-press h2 {
            text-align: center;
            margin-top: 0px;
        }

        .in-the-press .swiper-pagination-bullet {
            background: #000 !important;
        }

        @media screen and (max-width:786px) {
            .in-the-press {
                padding: 10px 0 0;
            }

            .in-the-press .swiper-wrapper {
                text-align: center;
            }

            .in-the-press .swiper-wrapper img {
                width: 100%;
            }

            .in-the-press .swiper-pagination {
                position: relative;
            }
        }
    </style>