{"version":3,"sources":["file:///Users/jakubfreisler/Projects/vuestorefront/sfui2/packages/sfui/frameworks/sass/components/VsfNavigationTop.scss","../../sass/components/VsfNavigationTop.scss"],"names":[],"mappings":"AACE,oBAAA,mEAAA,CAAA,qGAAA,CAAA,kGAAA,CAAA,YAAA,CAAA,sBAAA,CAAA,mBAAA,CAAA,iBAAA,CAAA,0BAAA,oBAAA,qBAAA,CAAA,CAIE,6BAAA,YAAA,CAAA,QAAA,CAAA,qBAAA,CAAA,qBAAA,CAAA,gBAAA,CAAA,iBAAA,CAAA,kBAAA,CAAA,UAAA,CAAA,0BAAA,6BAAA,UAAA,CAAA,mBAAA,CAAA,oBAAA,CAAA,CAGE,mCAAA,+BAAA,CAGF,qCAEE,iCCDN,CDII,qCAEE,iCCFN,CDOI,2BAAA,iBAAA,CAAA,WAAA,CAAA,SAAA","file":"VsfNavigationTop.css","sourcesContent":[".vsf-navigation-top {\n  @apply shadow-large p-4 px-6 xl:p-6 xl:px-10 flex justify-center relative;\n\n  &__wrapper {\n    // TODO: use css-variable instead of 1536px\n    @apply justify-items-stretch gap-4 xl:gap-6 px-4 xl:px-6 grid grid-flow-col max-w-[1536px] w-full;\n\n    &--auto {\n      @apply auto-cols-fr;\n    }\n\n    &--half-3 {\n      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */\n      grid-auto-columns: 50% 1fr 1fr 1fr;\n    }\n\n    &--3-half {\n      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */\n      grid-auto-columns: 1fr 1fr 1fr 50%;\n    }\n  }\n\n  &__close {\n    @apply absolute top-2 right-2;\n  }\n}\n",".vsf-navigation-top {\n  @apply shadow-large p-4 px-6 xl:p-6 xl:px-10 flex justify-center relative;\n}\n.vsf-navigation-top__wrapper {\n  @apply justify-items-stretch gap-4 xl:gap-6 px-4 xl:px-6 grid grid-flow-col max-w-[1536px] w-full;\n}\n.vsf-navigation-top__wrapper--auto {\n  @apply auto-cols-fr;\n}\n.vsf-navigation-top__wrapper--half-3 {\n  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */\n  grid-auto-columns: 50% 1fr 1fr 1fr;\n}\n.vsf-navigation-top__wrapper--3-half {\n  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */\n  grid-auto-columns: 1fr 1fr 1fr 50%;\n}\n.vsf-navigation-top__close {\n  @apply absolute top-2 right-2;\n}"]}