/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/(frontend)/releases/[slug]/page.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.page_container__V502M {
    /* --background-color: #000;
    --text-color: #fff; */
}

.page_panel__so7o5 {
    padding: var(--panel-padding);
    overflow-y: auto;
}

.page_releaseHeader__34w9E {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    flex-grow: 1;
    margin-bottom: 1rem;
    @media (max-width: 480px) {
        flex-direction: column;
    }
    
}

.page_releaseHeader__34w9E > * {
    max-width: 50%;
    min-width: 50%;
    /* On small screens, make the artwork full width */
    @media (max-width: 480px) {
        max-width: 100%;
        min-width: 100%;
    }
}

.page_title__AO2bT {
    font-style: italic;
}

.page_artist__lD1ce {
}

.page_linksList__UuL9e {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page_linksList__UuL9e li {
    margin-bottom: 0.75rem;
}

.page_linksList__UuL9e li:last-child {
    margin-bottom: 0;
}

.page_link__iDiJV {
    color: inherit;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.page_link__iDiJV:hover {
    opacity: 0.7;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Panels/Panels.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Panels_container__SYVnT {
  display: flex;
  flex-direction: row;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100vw;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

.Panels_panel__z4bUy {
    scroll-snap-align: start;
    min-height: 100vh;
    height: 100vh;
    flex-shrink: 0;
    max-width: 50vw;
    min-width: 50vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* Remove scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;

    @media (max-width: 768px) {
        min-width: 100vw;
        max-width: 100vw;
    }

    @media (min-width: 768px) {
        min-width: 50vw;
        max-width: 50vw;
    }

    @media (min-width: 1024px) {
        min-width: 33.33vw;
        max-width: 33.33vw;
    }
}

.Panels_panel__z4bUy::-webkit-scrollbar {
    display: none;
}

.Panels_panel__z4bUy.Panels_active__ImimW {
  
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/PanelsNav/PanelsNav.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.PanelsNav_container__9yhaV {
    position: fixed;
    top: calc(var(--nav-height) - 2.5rem);
    left: var(--padding);
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    @media (max-width: 1024px) {
        gap: 0.5rem;
    }
}

.PanelsNav_navItem__jCytL {
    font-size: 0.8rem;
    cursor: pointer;
    /* @media (min-width: 768px) {
        --panel-width: calc(50%);
    } */
    @media (min-width: 1024px) {
        --panel-width: calc(33.33%);
    }

    min-width: var(--panel-width);
    max-width: var(--panel-width);


    position: relative;
    &::after {
        content: '*';
        opacity: 0;
        display: inline-block;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: left;
        transform: translateY(80%) translateX(-60%);
        font-size: 1rem;
        color: var(--text-color);
        transition: opacity 0.3s ease;
    }

}

.PanelsNav_navItemCurrent__cZBAy {
    /* Show small dot under the current panel */
    &::after {
        opacity: 1;
    }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ReleaseArtwork/ReleaseArtwork.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.ReleaseArtwork_container__dbsfA {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.ReleaseArtwork_image__G4QdR {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: visible;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Skeleton/Skeleton.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.Skeleton_rectangular__H0igZ,
.Skeleton_circular___BBhR,
.Skeleton_text__gKhKJ {
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e0e0e0 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: Skeleton_shimmer__YgKzM 1.5s infinite;
  display: inline-block;
}

.Skeleton_rectangular__H0igZ {
  border-radius: var(--border-radius);
}

.Skeleton_circular___BBhR {
  border-radius: 50%;
}

.Skeleton_text__gKhKJ {
  border-radius: var(--border-radius);
  height: 1em;
}

.Skeleton_line__wWNij {
  margin-bottom: 0.5em;
}

.Skeleton_line__wWNij:last-child {
  margin-bottom: 0;
}

@keyframes Skeleton_shimmer__YgKzM {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}



/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Loader/Loader.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Loader_loaderContainer__7e4hV {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 0.5rem;
}

.Loader_loader__gANhr {
  display: inline-flex;
  align-items: center;
  font-size: inherit;
}

.Loader_dot__X5YhA {
  opacity: 0;
  animation: Loader_fadeInOut__FeiEw 1.4s infinite;
  margin: 0 2px;
}

.Loader_dot__X5YhA:nth-child(2) {
  animation-delay: 0.2s;
}

.Loader_dot__X5YhA:nth-child(3) {
  animation-delay: 0.4s;
}

.Loader_left__SQVQi {
  justify-content: flex-start;
}

.Loader_right__hsuak {
  justify-content: flex-end;
}

@keyframes Loader_fadeInOut__FeiEw {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
} 
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/Login/LoginTrigger.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.LoginTrigger_container__yGUMq {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 24rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.LoginTrigger_title__5iZDR {
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.LoginTrigger_subtitle___HYwt {
  text-align: center;
  margin: 0;
}

.LoginTrigger_form__a9nPF {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.LoginTrigger_input__t1FmM {
  pointer-events: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.75rem 1rem !important;
  border: 1px solid var(--text-color) !important;
  border-radius: var(--border-radius);
  box-shadow: none !important;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: var(--color-white);
  transition: box-shadow 0.2s ease !important;
}

.LoginTrigger_input__t1FmM:focus {
  box-shadow: 0 0 0 2px var(--text-color) !important;
  outline: none;
}

.LoginTrigger_submit__9_oPP {
  width: 100%;
  padding: 0.85rem 1rem;
  background-color: var(--text-color);
  color: var(--color-white);
  border: none;
  border-radius: var(--border-radius);
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  box-shadow: none;
  transition: opacity 0.2s ease, transform 0.05s ease;
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LoginTrigger_submit__9_oPP:hover:not(:disabled) {
  opacity: 0.9;
}

.LoginTrigger_submit__9_oPP:active:not(:disabled) {
  transform: translateY(1px);
}

.LoginTrigger_submit__9_oPP:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.LoginTrigger_error__3bP8H {
  border: 1px solid var(--text-color);
  border-radius: var(--border-radius);
  padding: 0.6rem 0.75rem;
  text-align: center;
}

.LoginTrigger_success__Aj050 {
  border: 1px solid var(--text-color);
  border-radius: var(--border-radius);
  padding: 0.85rem 1rem;
  text-align: center;
  line-height: 1.5;
}

.LoginTrigger_toggle__Emz8V {
  text-align: center;
}

.LoginTrigger_link__tvSbc {
  cursor: pointer;
  text-decoration: underline;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/PaymentForm/PaymentForm.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.PaymentForm_container___lAXl {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem 0;
}

.PaymentForm_form__RLUeg {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.PaymentForm_submit__aw3gf {
    width: 100%;
    padding: 0.85rem 1rem;
    background-color: var(--text-color);
    color: var(--color-white);
    border: none;
    border-radius: var(--border-radius);
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    box-shadow: none;
    transition: opacity 0.2s ease, transform 0.05s ease;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PaymentForm_submit__aw3gf:hover:not(:disabled) {
    opacity: 0.9;
}

.PaymentForm_submit__aw3gf:active:not(:disabled) {
    transform: translateY(1px);
}

.PaymentForm_submit__aw3gf:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.PaymentForm_error__L406J {
    border: 1px solid var(--text-color);
    border-radius: var(--border-radius);
    padding: 0.6rem 0.75rem;
    text-align: center;
}

.PaymentForm_success__D9Ctg {
    border: 1px solid var(--text-color);
    border-radius: var(--border-radius);
    padding: 0.85rem 1rem;
    text-align: center;
    line-height: 1.5;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ReleaseProducts/ReleaseProducts.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.ReleaseProducts_accessProducts__AahDh {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ReleaseProducts_productsList__7Ekxs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ReleaseProducts_productName__WVunS {
}

/* Display arrow right after the product name */
.ReleaseProducts_productName__WVunS::after {
    content: ' →';
}

.ReleaseProducts_productDescription__Y4yEb {
    margin-bottom: 0.75rem;
    opacity: 0.8;
}

.ReleaseProducts_priceButtons__l4IS9 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.ReleaseProducts_priceButton__DRnUH {
    padding: 0.5rem 1rem;
    background-color: var(--text-color);
    color: var(--color-white);
    border: none;
    border-radius: var(--border-radius);
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    box-shadow: none;
    transition: opacity 0.2s ease, transform 0.05s ease;
}

.ReleaseProducts_priceButton__DRnUH:hover {
    opacity: 0.9;
}

.ReleaseProducts_priceButton__DRnUH:active {
    transform: translateY(1px);
}

.ReleaseProducts_owned__FCjZx {
    display: inline-block;
    margin-top: 0.5rem;
    opacity: 0.8;
}

.ReleaseProducts_owned__FCjZx::before {
    content: '✓ ';
}

.ReleaseProducts_signIn__NIfe2 {
    display: inline-block;
    margin-top: 0.5rem;
    cursor: pointer;
    text-decoration: underline;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/ReleaseTracks/ReleaseTracks.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.ReleaseTracks_container__PIudX {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ReleaseTracks_list__NA1N6 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.ReleaseTracks_item__mMLDo {
    cursor: pointer;
}

.ReleaseTracks_index__FjoGs {
    display: inline-block;
    width: 1.5rem;
    text-align: left;
}

.ReleaseTracks_playable__kBD3Y {
    cursor: pointer;
}

.ReleaseTracks_unplayable__4w9EU {
    cursor: default;
}
