/** Shopify CDN: Minification failed

Line 52:4 All "@import" rules must come first

**/
    @font-face {
    font-family: 'Founders Grotesk';
    src: url('/cdn/shop/files/FoundersGrotesk-Medium.eot?v=1786773683');
    src: url('/cdn/shop/files/FoundersGrotesk-Medium.eot?v=1786773683?#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/FoundersGrotesk-Medium.woff2?v=1786773682') format('woff2'),
    url('/cdn/shop/files/FoundersGrotesk-Medium.woff?v=1786773682') format('woff'),
    url('/cdn/shop/files/FoundersGrotesk-Medium.ttf?v=1786773683') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: 'Founders Grotesk';
    src: url('/cdn/shop/files/FoundersGrotesk-Regular.eot?v=1786773683');
    src: url('/cdn/shop/files/FoundersGrotesk-Regular.eot?v=1786773683?#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/FoundersGrotesk-Regular.woff2?v=1786773682') format('woff2'),
    url('/cdn/shop/files/FoundersGrotesk-Regular.woff?v=1786773682') format('woff'),
    url('/cdn/shop/files/FoundersGrotesk-Regular.ttf?v=1786773683') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

    @font-face {
    font-family: 'Founders Grotesk';
    src: url('/cdn/shop/files/FoundersGrotesk-Semibold.eot?v=1786773683');
    src: url('/cdn/shop/files/FoundersGrotesk-Semibold.eot?v=1786773683?#iefix') format('embedded-opentype'),
    url('/cdn/shop/files/FoundersGrotesk-Semibold.woff2?v=1786773682') format('woff2'),
    url('/cdn/shop/files/FoundersGrotesk-Semibold.woff?v=1786773682') format('woff'),
    url('/cdn/shop/files/FoundersGrotesk-Semibold.ttf?v=1786773683') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }
    @font-face {
    font-family: 'Futura Cyrillic Book';
    src: url('/cdn/shop/files/FuturaCyrillicBook.eot?v=1787901827');
    src: url('/cdn/shop/files/FuturaCyrillicBook.eot?v=1787901827?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/FuturaCyrillicBook.woff2?v=1787901827') format('woff2'),
        url('/cdn/shop/files/FuturaCyrillicBook.woff?v=1787901827') format('woff'),
        url('/cdn/shop/files/FuturaCyrillicBook.ttf?v=1787901827') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    .header__menu-item {
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 19.82px;
    letter-spacing: -0.4px;
    }
    .header-shop-btn a {
    background: #CF48AA;
    color: #fff;
    text-decoration: none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    border-radius: 100px;
    padding: 16px 26px;
    font-family: "Sen", sans-serif;
    font-weight: 600;
    font-size: 19.51px;
    line-height: 19.51px;
    letter-spacing: -0.98px;
    text-transform: uppercase;
    transition:.2s linear;
    }
    @media screen and (max-width: 1400px) {
    .header__menu-item {
    font-size: 16px;
    padding: 1rem;
    }
    .header-shop-btn a {
    padding: 16px;
    font-size: 16px;
    }
    }
    @media screen and (max-width:1166px){
    .header__heading-logo-wrapper {
    max-width: 140px;
    }
    .header-shop-btn a {
    font-size: 16px;
    gap:10px;
    }
    .header-shop-btn a svg {
    width: 18px;
    height: 18px;
    }
    }
    @media screen and (max-width:600px){
    .header-shop-btn a {
    font-size: 13px;
    padding: 12px;
    }
    }