/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}

.ReleaseCard__releaseCard--3-LYE {
  display: block;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  transition: box-shadow 0.5s, transform 0.5s;
  overflow: hidden;
  outline: none;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy {
  box-shadow: none;
  background-color: #fafafa;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy:hover,
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy:active {
  box-shadow: none;
  transform: none;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy:hover .ReleaseCard__coverBg--1soow,
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy:active .ReleaseCard__coverBg--1soow {
  opacity: 0;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy .ReleaseCard__info--34scj {
  padding: 5px 10px 10px;
  background-color: #fafafa;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy .ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb {
  align-items: flex-start;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy .ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh .ReleaseCard__year--2ca10 {
  line-height: 14px;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy .ReleaseCard__price--GC7Fo {
  height: 31px;
  line-height: 31px;
  min-width: 51px;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy .ReleaseCard__releaseTitle--1AFXc {
  font-size: 14px;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy .ReleaseCard__releaseTitle--1AFXc a {
  width: 100%;
}
.ReleaseCard__releaseCard--3-LYE.ReleaseCard__light--1QyTy h4 {
  font-weight: bold;
  color: #f26118;
}
.ReleaseCard__releaseCard--3-LYE:hover,
.ReleaseCard__releaseCard--3-LYE:active {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0, -2px);
}
.ReleaseCard__releaseCard--3-LYE:hover .ReleaseCard__coverBg--1soow,
.ReleaseCard__releaseCard--3-LYE:active .ReleaseCard__coverBg--1soow {
  opacity: 0.7;
}
.ReleaseCard__releaseCard--3-LYE:hover .ReleaseCard__releaseTitle--1AFXc a,
.ReleaseCard__releaseCard--3-LYE:active .ReleaseCard__releaseTitle--1AFXc a {
  color: #f26118;
}
.ReleaseCard__coverLink--2Txr6 {
  width: 100%;
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 100%;
}
.ReleaseCard__coverLink--2Txr6 .ReleaseCard__coverBg--1soow {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s;
  background-image: linear-gradient(314deg, #ff5147, #ee8514);
}
.ReleaseCard__cover--2K6El {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
}
.ReleaseCard__info--34scj {
  margin-bottom: 5px;
  padding: 10px;
  height: 120px;
  display: flex;
  flex-direction: column;
}
.ReleaseCard__info--34scj.ReleaseCard__noArtist--w17rd {
  height: 90px;
}
.ReleaseCard__info--34scj .ReleaseCard__releaseTitle--1AFXc {
  color: #4a4a4a;
  max-height: 36px;
  font-weight: bold;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.ReleaseCard__info--34scj .ReleaseCard__releaseTitle--1AFXc a {
  color: #4a4a4a;
  width: 100%;
}
.ReleaseCard__info--34scj .ReleaseCard__artistName--aAEwM {
  display: inline-block;
  color: #4a4a4a;
  width: 100%;
}
.ReleaseCard__info--34scj .ReleaseCard__price--GC7Fo {
  display: block;
  min-width: 60px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  background-color: #30b8e9;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin-left: auto;
  padding: 0 5px;
}
.ReleaseCard__info--34scj .ReleaseCard__price--GC7Fo strong {
  font-weight: 700;
}
.ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  margin-right: 5px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh .ReleaseCard__sep--34-a- {
  width: 4px;
  height: 4px;
  background-color: rgba(74, 74, 74, 0.4);
  border-radius: 4px;
  flex: 0 0 auto;
  display: block;
  margin: 0 7px;
}
@media only screen and (max-width: 577px) {
  .ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh .ReleaseCard__sep--34-a- {
    display: none;
  }
}
.ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh .ReleaseCard__genre--EPbvD {
  opacity: 0.4;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 577px) {
  .ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh .ReleaseCard__genre--EPbvD {
    display: none;
  }
}
.ReleaseCard__info--34scj .ReleaseCard__bottomInfo--2s4Mb .ReleaseCard__bottomInfoContent--1PxPh .ReleaseCard__year--2ca10 {
  color: #4a4a4a;
  opacity: 0.4;
  font-size: 14px;
}
.ReleaseCard__actions--3p_pA {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.ReleaseCard__priceWrapper--2tjYX {
  text-align: right;
}

.Pagination__container--1kW7l {
  width: 100%;
  margin-top: 15px;
  align-items: center;
  flex-direction: column;
}
.Pagination__pagination--1fKX2 {
  align-self: center;
  margin: 34px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 577px) {
  .Pagination__pagination--1fKX2 {
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 577px) {
  .Pagination__pagination--1fKX2:after {
    display: none;
  }
}
.Pagination__pagination--1fKX2 .ant-pagination-item {
  color: #30b8e9;
  width: auto;
  height: 30px;
  min-width: 30px;
  border: 0;
  border-radius: 3px;
  background-color: #fafafa;
  margin-right: 22px;
}
.Pagination__pagination--1fKX2 .ant-pagination-item a {
  color: #30b8e9;
  padding: 0 6px;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.Pagination__pagination--1fKX2 .ant-pagination-item a:hover {
  color: #30b8e9;
}
@media only screen and (max-width: 577px) {
  .Pagination__pagination--1fKX2 .ant-pagination-item {
    margin-right: 0;
  }
}
@media only screen and (min-width: 578px) and (max-width: 992px) {
  .Pagination__pagination--1fKX2 .ant-pagination-item {
    margin-right: 16px;
  }
}
.Pagination__pagination--1fKX2 .ant-pagination-prev {
  margin-right: 45px;
}
@media only screen and (max-width: 577px) {
  .Pagination__pagination--1fKX2 .ant-pagination-prev {
    margin-right: 0;
  }
}
@media only screen and (min-width: 578px) and (max-width: 992px) {
  .Pagination__pagination--1fKX2 .ant-pagination-prev {
    margin-right: 24px;
  }
}
.Pagination__pagination--1fKX2 .ant-pagination-next {
  margin-left: 23px;
}
@media only screen and (max-width: 577px) {
  .Pagination__pagination--1fKX2 .ant-pagination-next {
    margin-left: 0;
  }
}
@media only screen and (min-width: 578px) and (max-width: 992px) {
  .Pagination__pagination--1fKX2 .ant-pagination-next {
    margin-left: 8px;
  }
}
.Pagination__pagination--1fKX2 .ant-pagination-next,
.Pagination__pagination--1fKX2 .ant-pagination-prev,
.Pagination__pagination--1fKX2 .ant-pagination-jump-prev,
.Pagination__pagination--1fKX2 .ant-pagination-jump-next {
  height: 30px;
  width: 30px;
  min-width: 30px;
}
@media only screen and (max-width: 577px) {
  .Pagination__pagination--1fKX2 .ant-pagination-next,
  .Pagination__pagination--1fKX2 .ant-pagination-prev,
  .Pagination__pagination--1fKX2 .ant-pagination-jump-prev,
  .Pagination__pagination--1fKX2 .ant-pagination-jump-next {
    margin-right: 0;
  }
}
.Pagination__pagination--1fKX2 .ant-pagination-next a,
.Pagination__pagination--1fKX2 .ant-pagination-prev a {
  display: flex;
  line-height: 30px;
  height: 30px;
  align-items: center;
  width: 30px;
  justify-content: center;
}
.Pagination__pagination--1fKX2 .ant-pagination-item-active {
  background-color: #f26118;
  color: #ffffff;
}
.Pagination__pagination--1fKX2 .ant-pagination-item-active a {
  color: #ffffff;
}
.Pagination__pagination--1fKX2 svg {
  fill: #30b8e9;
}
.Pagination__pagination--1fKX2 .ant-pagination-disabled svg {
  fill: #d7d7d7;
}
.Pagination__loadMore--2F7Z8 {
  text-align: center;
}
.Pagination__loadMore--2F7Z8 .ant-btn {
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #fafafa;
  width: 100%;
  color: #4a4a4a;
  font-size: 13px;
  max-width: 300px;
  border: none;
  height: 36px;
  line-height: 36px;
}
.Pagination__loadMore--2F7Z8 .ant-btn:hover {
  background-color: #eaeaea;
  color: #999;
}

.RecommendedReleases__hidden--1PpeY {
  display: none;
}
.RecommendedReleases__releaseListContainer--3G7-m {
  margin: 0 -5px;
}
@media (min-width: 576px) {
  .RecommendedReleases__releaseListContainer--3G7-m {
    margin: 0 -8px;
  }
}
@media (min-width: 768px) {
  .RecommendedReleases__releaseListContainer--3G7-m {
    margin: 0 -10px;
  }
}
.RecommendedReleases__releaseListContainer--3G7-m > div[class*="ant-col"] {
  padding: 0 5px;
}
@media (min-width: 576px) {
  .RecommendedReleases__releaseListContainer--3G7-m > div[class*="ant-col"] {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .RecommendedReleases__releaseListContainer--3G7-m > div[class*="ant-col"] {
    padding: 0 10px;
  }
}


/*# sourceMappingURL=4839c56935b001adfbb1.css.map*/