/** Shopify CDN: Minification failed

Line 1912:38 Unexpected "{"

**/
html, body {
    /* scroll-behavior: smooth; */
}
img {
    width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
.field__input:-webkit-autofill,
.field__input:-webkit-autofill:hover, 
.field__input:-webkit-autofill:focus, 
.field__input:-webkit-autofill:active  {
   transition: background-color 5000s !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: text;
   background-color: transparent !important;
  filter:none;
}
input:-webkit-autofill,
input:-internal-autofill-selected ,
.field__input:-webkit-autofill,
.field__input:-internal-autofill-selected {
   background-color: transparent !important;
   background-clip: content-box !important;
   filter:none;
}
 
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.relative {
  position: relative;
}
.line-height-1-4 {
  line-height: 1.4em;
}
.z-index-1 { 
    z-index: 1;
}
.cursor-pointer,
.productIconShareurl {
  cursor: pointer;
}
.absulate-hidden {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.shareListProductInner {
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 9991;
    /* background: #000000b3; */
    background: #ffffff25;
    transform: translate(-50%, -50%);
    max-width: 480px;
    height: max-content;
}

.shareListProductWrapper {
    max-width: 480px; 
    text-align: center; 
    width: 100%;
    position: relative;
    border-radius: 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #191919;
}
.shareListProductHeader {
    position: relative;
    background-color: #24aae1;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
}
.shareListProductHeader h2 {
    margin: 0;
    position: relative;
    font-size: 20px;
}
.shareListProductContent {
    padding: 20px;
    text-align: left;
}
.shareListProductContent label {
    display: block;
}
input.shareListProduct--input {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 15px 55px 15px 20px ;
    height: 50px;
    width: 100%;
    border-radius: 5px;
}
span.shareListProductClose svg.icon {
    width: 16px;
    height: 16px;
}
span.shareListProductClose {
    display: inline-block;
    cursor: pointer;
}
.labeldiv {
    position: relative;
}
button.shareListcopyButton {
    background-color: #24aae1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    cursor: pointer;
    right: 0;
    bottom: 0;
    border: none;
    height: 50px;
    border-radius: 0px 5px 5px 0px;
    width: 50px;
}
button.shareListcopyButton.is-done .icon--text-copy,
button.shareListcopyButton .icon--text-right {
    display: none;
}

button.shareListcopyButton.is-done .icon--text-right {
    display: block;
}
/* -----downloadListProductInner------- */
.downloadListProduct_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    /* background: #000000b3; */
    background: #ffffff25;
}
.downloadListProductInner {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.downloadListProductWrapper {
    max-width: 420px; 
    text-align: center; 
    width: 100%;
    position: relative;
    border-radius: 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #191919;
}
.downloadListProductWrapper {
    box-shadow: 0px 0px 15px 2px #ffffff25;
    /* box-shadow: 0 7px 8px -4px rgb(255, 255, 255, .15), 0 13px 19px 2px rgb(255, 255, 255, .15), 0 5px 24px 4px rgb(255, 255, 255, .15); */
}
.downloadListProductHeader {
    position: relative;
    background-color: #24aae1;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
}
.downloadListProductHeader h2 {
    margin: 0;
    position: relative;
    font-size: 18px;
}
.downloadListProductHeader h3 {
    margin: 5px 0px 0px;
    text-align: left;
    position: relative;
    font-size: 16px;
}
.downloadListProductContent {
    padding: 20px;
    text-align: left;
    border-radius: 0px 0px 5px 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.downloadListProductContent label {
    display: block;
}
input.downloadListProduct--input {
    background-color: transparent;
    color: #fff;
    /* border: 1px solid rgba(255, 255, 255, .6); */
    border: 1px solid #fff;
    padding: 15px 20px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
}
span.downloadListProductClose svg.icon {
    width: 16px;
    height: 16px;
}
span.downloadListProductClose {
    display: inline-block;
    cursor: pointer;
} 
.invalid_error {
    color: #f3001d;
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.2;
}
.downloadListProductContent form[name="download-form"]:before {
    content: '';
    background-color: #000000b3;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
label.downloadReceive-emailTracks {
    line-height: 1.4em;
    padding-left: 20px;
}
input[type=checkbox] + .downloadReceive-emailTracks:before {
    content: "\2713"; 
    border: 1px solid;
    border-color: #fff;
    width: 18px;
    height: 18px;
    margin-left: -20px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    line-height: normal;
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: unset;
    line-height: 16px;
}
/* input[type=checkbox]:checked + .downloadReceive-emailTracks:before  {
    transition: all .3s ease-in-out;
    background-color: transparent; 
    color: #fff;
} */
input[type=checkbox]:checked + .downloadReceive-emailTracks:after {
    content: '';
    display: table;
    width: 5px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 7.5px;
    left: 6px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=checkbox] + .downloadReceive-emailTracks.is-error:before {
    border-color: #f3001d;
}
.succes--download-emailTracks {
    color: #fff;
    color: green;
    font-size: 16px;
    text-align: center;
    margin: 10px 0px 0px;
    display: block;
    line-height: 1.4;
    font-family: 'Satoshi-Bold';
}
/* -----wave-loading-spinner------- */
.wave-collection__product {
    position: relative;
}
.wave-loading-spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff50;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.wave-loading-spinner .audio__loading--spinner {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center; 
}
.audio__loading--spinner svg.spinner {
   animation: rotator 1.4s linear infinite;
    width: 45px;
    z-index: 1;
    height: 45px;
}
.audio__loading--spinner .path {
    stroke: #24aae1;
    z-index: 1;
  animation: dash 1.4s ease-in-out infinite;
} 

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
/* ------------------- */
.duration_loading {
  display: inline-block !important;
  width: 30px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#48484c 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}
/* ------------ */
.testimonial__title {
    justify-content: center;
}
.testimonial__title .rte {
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    font-size: 14px;
    font-family: Satoshi-Medium;
}
.testimonial-card__image img {
    border-radius: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
span.reviews__icons path {
    fill: rgb(36 170 225);
}
.testimonial-card__image-wrapper {
    box-sizing: border-box;
    position: relative;
    line-height: normal;
    margin-bottom: 30px;
    display: block;
}
.testimonial-card__image {
    line-height: normal; 
    margin: auto;
}
.testimonial_grid-icons {
    position: relative;
    line-height: normal;
    margin-bottom: 25px;
}
.testimonial_grid_author {
    margin-top: 15px;
}
.testimonial_grid_author span.author_name {
    line-height: 1.4em;
    font-size: 20px;
    font-family: Sora-Medium;
    display: block;
}
.testimonial_grid_author span.publish_date,
.testimonial-card__info .rte {
    line-height: 1.3em;
    font-size: 14px;
    line-height: 1.3em;
    font-size: 14px;
    font-family: Satoshi-Medium;
}
.testimonial-card {
    background: linear-gradient(180deg, #191919 0%, rgba(25, 25, 25, 0) 100%);
    border-radius: 5px;
    padding: 30px;
}
.titleWrapper--Header .rte {
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    font-size: 14px;
    font-family: Satoshi-Medium;
}
.contentColumn__title .titleFontTitle {
    width: 100%;
    text-align: center;
}
.contentColumn-card__info li {
    position: relative;
}
.contentColumn-card__info .rte {
    line-height: 1.3em;
    font-size: 14px;
    color: rgba(var(--color-foreground), 0.6);
    font-family: Satoshi-Medium;
}
.contentColumn-card__info li { 
    line-height: 20px;
    padding-left: 15px;
}
.contentColumn--label {
    border-radius: 5px;
    display: flex;
    padding: 14.2px 15px;
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #121212;
    align-items: center;
    justify-content: center;
}
.contentColumn-card__info li:not(:last-child) {
    margin-bottom: 15px; 
}
.contentColumn--label {
    font-family: Sora-Medium;
    font-weight: 500;
    color: rgba(var(--color-foreground), 1);
    font-size: 14px;
    line-height: 1.3em;
}
.contentColumn-label-wrapper {
    position: relative;
    width: 100%;
    margin-block-end: 15px;
}
.contentColumn-card__info {
    padding: 20px;
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #191919;
    border-radius: 5px;
}
.contentColumn-card {
    height: 100%;
}
.contentColumn-card__info {
    height: 100%;
    max-height: calc(100% - 63px);
    display: grid;
    gap: 30px;
}
.contentColumn--button {
    margin-top: auto; 
}
.contentColumn--button .button {
    width: 100%;
}
.contentColumn-card__info ul {
    padding: 0px;
    list-style: none;
}
.contentColumn-card__info ul li:before {
    content: ' \250F';
    display: inline-block;
    vertical-align: middle;
    rotate: 135deg;
    color: rgba(var(--color-button));
    position: absolute;
    left: 0px;
    top: 2px;
}
span.card_icon-share,span.card_icon-download {
    vertical-align: middle;
    line-height: 1;
}
@media screen and (min-width: 990px) {
.testimonial-list.slider.grid--3-col-desktop .slider__slide {
    width: calc(100% - 33%);
    margin-left: 0;
}
  .testimonial-card { 
    padding: 50px;
}

}
@media screen and (min-width: 750px) and (max-width: 989px) {
.testimonial-list.slider.grid--3-col-desktop .slider__slide {
    width: calc(50% - 15px);
    margin-left: 0;
} 
 .contentColumn-list .contentColumn-list__item {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
}
 .multicolumn-list.grid--3-col-desktop .multicolumn-list__item {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.multicolumn-list.grid--3-col-desktop .multicolumn-list__item:last-child {
    width: 100%;
    max-width: 100%;
}
  
}
@media screen and (max-width: 989px) { 
  .testimonial-list.slider--tablet {
    scroll-padding-left: 0px !important;
}
  .testimonial-list.slider--tablet .testimonial-list__item {
    /* width: 100% !important; */
    margin-left: 0px !important;
}
}

@media screen and (max-width: 749px) {
.testimonial-list.slider--tablet .testimonial-list__item {
  width: 100% !important;
  margin-left: 0 !important;
  max-width: 100%;
}
.testimonial_grid_author span.author_name { 
    font-size: 12px; 
}
.contentColumn-list {
    gap: 15px;
    padding: 0 15px;
}

}
/* ================= */
.waveColl__header_grid {  
    width: 100%;
    padding: 30px 30px 20px;
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 150px 1fr 150px;
}
.waveColl__grid_item {
    width: 100%;
    position: relative;
}
.waveColl__logo__image img {
    width: 100%;
}
a.waveColl__login_icon {
    font-family: Sora-Medium;
    font-weight: 500;
    color: rgba(var(--color-foreground), 1);
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none;
}
.waveColl__login {
    position: relative;
    text-align: right;
}
.waveColl__search .field {
    flex-wrap: nowrap;
    align-items: center;
}
.waveColl__search .search__input.field__input {
    line-height: 1.4em;
    font-size: 14px;
    font-family: Satoshi-Bold;
    color: rgba(255, 255, 255, .6);
    padding: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    order: 0;
    min-height: auto;
    height: auto;
}
.waveColl__search .search__input.field__input::placeholder {
     color: rgba(255, 255, 255, .6);
    font-family: 'Satoshi-Medium';
}
.wave__collection .waveColl__search form.search {
    min-width: 200px;
    max-width: 400px;
    margin: 0 auto;
}
.waveColl__search form.search {
  background-color: rgb(28, 28, 28);
  border-radius: 5px;
  border: 1px solid #ffffff1a;
  padding: 10px 20px;
}
.waveColl__search button.field__button {
    position: relative;
    width: auto;
    pointer-events: none;
    height: auto;
}
.waveColl__search .search__button .icon-search {
    width: 20px;
    height: auto;
}
.wave-collection__background-image {
    background-size: cover;
    padding: 0 15px 30px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: unset;
}
.wave-collection_banner_product {
    position: relative;
    width: 100%;
}
.waveColl__product_image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 60px;
}
.waveColl__product_image img { 
    width: 100%; 
}
.waveColl__image_wrapper {
    position: relative;
    width: 100%;
}
.wave-collection_first_product {
    display: grid;
    flex-wrap: wrap;
    align-items: flex-end;
    grid-template-columns: 60px 1fr 1fr;
    gap: 30px;
}
.waveColl__product_title {
    display: grid;
    grid-template-columns: 1fr 30px;
    align-items: center;
    margin-bottom: 10px;
}
span.product_icon-share {
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.waveColl__info_wrapper {
    max-width: 350px;
    width: 100%;
    position: relative;
}
.waveColl__product_title .product_title {
    margin: 0;
    line-height: 1em;
    font-size: 14px; 
}
.product_tag_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product_tag_list li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: Satoshi-Bold;
    line-height: 1.4em;
}
.waveColl__product_form {
    display: grid;
    /* grid-template-columns: 1fr 60px; */
    gap: 20px;
}
.product_buy-buttons .button {
    width: auto;
    text-transform: capitalize;
    margin-left: auto;
}
.waveColl__image_wrapper .play-icons--span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
}
.wave__collection .play-icons--span .icon-play {
    width: 25px;
    height: 25px;
}
.main--product .play-icons--span svg.icon {
    width: 35px;
    height: 35px;
}
.wave__collection .play-icons--span .icon--puase {
    width: 22px;
    height: 22px;
}
.waveColl__product_image img {
    max-width: 100%;
    display: block;
}
/* .play-icons--span svg.icon {
  width: 50px;
  height: 50px;
} */
.play-icons--span.is-active svg.icon-play {
    display: none;
}
.waveColl__product_tags {
    position: relative;
    margin-top: 20px;
}
.play-icons--span svg.icon--puase {
    display: none;
    border: 2px solid;
    border-radius: 100%;
    width: 46px;
    height: 46px;
    padding: 3px;
    margin: auto;
}
.play-icons--span.is-active svg.icon--puase {
    display: block;
}

.product_hiphop_list li:not(:first-child),
.product_tag_list li {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3px 5px;
    font-size: 10px;
}
span.product_icon-share svg {
    width: 20px;
    height: 20px;
}
.product_hiphop_list {
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hiphop-filters__item {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: Satoshi-Bold;
    line-height: 1em;
}
.wave-collection_first_product {
    padding: 0 30px;
    z-index: 2;
}
.wave-collection__filter {
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(28, 28, 28);
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    gap: 0px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ffffff1a;
}
span.wave__filter_icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
span.wave__filter_icon .icon--filter {
    width: 20px;
    color: rgba(255, 255, 255);
    height: auto;
}
.filters__tag_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 30px;
    align-items: center;
}
.filters__tag_list li,.filters__tag_list li a { 
    font-family: Sora-Medium;
    font-weight: 500;
    color: rgba(var(--color-foreground), 1);
    font-size: 14px;
    line-height: 1.3em;
}
.filters__tag_link {
    color: inherit;
    text-decoration: none;
}
span.wave__filter_icon .icon--sort {
    width: 20px;
    height: auto;
    color: rgba(255, 255, 255);
}
select.filters__sort_list {
    font-family: Sora-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255);
    font-size: 14px;
    line-height: 1.3em;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
   padding: 0px 10px;
}
select.filters__sort_list option {
  color: #000;
}
.filters__tag__item {
    position: relative;
}
.filters__tag_link svg.icon {
    width: 10px;
    margin-left: 5px;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}
.filters__tag_link.is-active svg.icon {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
.dropdown__tag_list {
    padding: 15px 20px;
    position: absolute;
    top: 26px;
    width: 100%;
    z-index: 3;
    min-width: 35rem;
    left: -10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #191919;
    border-radius: 3px;
    max-height: 50rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.dropdown__tag_list::-webkit-scrollbar {
  background-color: #1c1c1c; 
  width: 5px;
} 
.dropdown__tag_list::-webkit-scrollbar-track {
  background-color: #1c1c1c;  
} 
.dropdown__tag_list::-webkit-scrollbar-thumb {
  background-color: #48484c;  
}
.dropdown__tag__item {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dropdown__tag_list .dr__item_link {
    line-height: 1.3em;
    transition: all .3s ease-in-out;
    font-size: 14px;
    color: rgba(var(--color-foreground), .6);
    font-family: Satoshi-Medium;
    text-decoration: none;
    line-height: 1;
}
.dropdown__tag_list .dr__item_label:hover,
.dropdown__tag_list .dr__item_link:hover {
    color: #24aae1;
    transition: all .3s ease-in-out;
}
input.dr__item--input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
input.dr__item--input[type=checkbox] + label.dr__item_label:before {
    content: "\2713";
    /* content: "âœ”"; */
    border: 1px solid;
    border-color: rgba(var(--color-foreground), .6);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    line-height: normal;
    color: transparent;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    text-align: center;
    padding: unset;
    line-height: 12px;
}
input.dr__item--input[type=checkbox]:checked + label.dr__item_label:before {
    transition: all .3s ease-in-out;
    background-color: transparent ;
    border-color: rgba(var(--color-foreground), .6);
    color: rgba(var(--color-foreground), .6);
}
label.dr__item_label {
    cursor: pointer;     
    transition: all .3s ease-in-out;
    font-size: 14px;
    color: rgba(var(--color-foreground), .6);
    font-family: Satoshi-Medium;
    text-decoration: none;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    word-break: break-word;
    text-transform: capitalize;
}
li.dropdown__tag__item div {
    position: relative;
    width: 100%;
    overflow: hidden;
    word-break: break-word;
}
.product-form__submit span.add_to_cart_icon { 
    vertical-align: middle;
    margin-left: 5px;
}
span.add_to_cart_icon .icon-cart {
    width: 20px;
    height: 20px;
}
/* ---------grid-css-------- */
.card__information .card__heading {
    margin-bottom: 5px;
    margin-top: 15px;
}
.wave-collection--list {
    display: grid; 
    gap: 10px;
}
.waveColl__product--item .card-wrapper {
    border-radius: 5px;
    background-color: rgb(28, 28, 28);
}
.card-list_type {
    display: grid !important;
    grid-template-columns: 60px auto;
    gap: 10px;
}
.waveColl__product--item .card__inner {
    max-width: 60px;
    width: 100%;
    border-radius: 5px;
}

.card-list_type .card__media,
.card-list_type .card__media .media {
    width: 100%;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
} 
.card_list_wave-bar {
    display: flex;
    align-items: center;
    /* max-width: 300px; */
   position: relative;
}
.card_list_wave-bar img {
    max-height: 45px;    
    height: 45px;
    object-fit: cover;
}
.card_list_share .share-button__button {
    min-height: auto;
    height: auto;
    padding: 0;
    margin-top: 5px;
}
.card-list_type .card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 1rem;
}
.card-list_type .card__heading {
    margin: 0 0 5px;
    line-height: 1.4em;
    font-size: 12px;
    white-space: nowrap;
}
.card-list_type .card__information {
    min-width: 214px;
    overflow: hidden;
}
.card_list_vendor .card__vendor {
    font-family: 'Satoshi-Medium';
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    line-height: 12px;
}
.card_list_text-color-font { 
    font-size: 13px;
    font-family: 'Satoshi-Medium';
    line-height: 1.3em;
    color: rgba(255, 255, 255, 0.6);
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-family: Satoshi-Medium;
    line-height: 1.4em;
    font-size: 14px;
    font-family: 'Satoshi-Bold';
    letter-spacing: 0.08px;
}
.card_list_music-type,
.card_list_bpm { 
    position: relative; 
    min-width: fit-content;
}
.card_list_music-type {
  display: none;
}
.card_list_bpm {
    position: relative;
    min-width: 80px;
    text-align: center;
}
span.card_icon-download .icon, .card_icon-share .icon {
    width: 17px;
    height: 17px;
    margin-right: 0px;
    color: rgba(255, 255, 255);
}
.card-list_type .quick-add { 
    min-width: 100px;
    margin-bottom: 0px;
}
.card-list_type span.card-list_audioPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}
.card-list_audioPlay svg.icon-play {
    width: 26.5px;
    height: 26.5px;
}
.card-list_audioPlay.is-active svg.icon-play {
    display: none;
}
.card-list_audioPlay svg.icon--puase {
    display: none;
    border: 2px solid;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin: auto;
}
.card-list_audioPlay.is-active svg.icon--puase {
    display: block;
}
.card-list_type .full-unstyled-link {
    display: inline-block;
    line-height: 0;
}
.card-list_type .card__heading a { 
    min-width: 100%;
    line-height: normal;
}
.card-list_type .card__heading a:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: calc(100% + 0px);
}
.wave-collection__sticky .waveSticky-page-width { 
    background-color: #282828;
}
.wave-collection__sticky {
    background-color: #282828;
    display: none;
    gap: 10px;
    height: 120px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    padding: 30px 0px;
}
.wave-collection__sticky.is-active {
    display: block;
}
.card-list--wave--audio wave,
.card-list--wave--audio div {
    display: inline-block;
    width: 100%;
}
.card-list--wave--audio {
    max-height: 45px;
    height: 45px;
    width: 100%;
    min-width: 200px;
    /* min-width: 280px; */
}
.product_buy-buttons .quick-add {
    text-align: right;
}
.product_buy-buttons .quick-add__submit {
    min-width: auto;
    max-height: 50px;
    width: auto;
    padding: 15px 25px; 
}

#waveColl__sticky--item .stickycard_list_wave-bar {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.stickycard_list_wave-bar button {
    background: transparent;
    cursor: pointer;
    color: rgb(255, 255, 255);
    outline: none;
    border: none;
    padding: 0;
    line-height: 20px;
}
.stickycard_list_wave-bar button svg.icon {
    vertical-align: bottom;
}
div#waveColl__sticky--item span.card-list_audioPlay,
button.pausePlay-button.is-puase .icon--puase,
button.pausePlay-button .icon-play {
    display: none;
}
button.pausePlay-button.is-puase .icon-play {
    display: inline-block;
} 
button.volumeAudiobutton {
    gap: 5px;   
    position: relative;
    height: min-content;
    justify-content: flex-start;
    /* overflow: hidden; */
    padding: 6.5px 10px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
}
button.volumeAudiobutton.muted:before {
    content: '/';
    position: absolute;
    left: 14px;
    color: #24aae1;
    z-index: 1;
    font-size: 28px;
    transform: rotate(35deg);
    font-weight: 600;
}
.volbox input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #24aae1;
    outline: none;
    cursor: pointer;
    margin: 0;
    border-radius: 30px;
}

.volbox input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 30px;
}

/* Progress Thumb (Handle) */
.volbox input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: #24aae1;
    border: 2px solid #24aae1;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -1px;
    margin-top: -2.5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.volbox input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #24aae1;
    border: 2px solid #24aae1;
    border-radius: 50%;
    cursor: pointer;
}

.volbox input[type="range"]::-moz-range-track {
    height: 5px;
    background: #24aae1;
    border-radius: 30px;
}

/* #waveColl__sticky--item .card__heading, */
/* .card-wrapper.is-active .card__heading {
    animation: scrollingLeft 4.5s linear infinite;
} */
span.sticky_ProductClose .icon-close {
    width: 18px;
    height: 18px;
}
span.sticky_ProductClose {
    position: absolute;
    top: -25px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
}
/* @keyframes scrollingLeft {
0% {
    transform: translate(calc(100%* 1));
}
100% {
    transform: translate(0);
}
} */
.volumeAudiobutton .volbox input {
    width: 100%;
}
.volumeAudiobutton .volbox {
    width: 60px;
    line-height: 1;    
    transition: all .3s ease-in-out;
}

/* button.volumeAudiobutton:hover .volbox {
    display: inline-block; 
    transition: all .3s ease-in-out;
    position: absolute;
    left: 100%;
    background-color: transparent;
    z-index: 1;
    padding-right: 5px;
} */
#waveColl_first_audio canvas#canvas_product {
    width: 100%;
    max-height: 200px;
}
.wave-collection_first_product { 
    position: relative;
}
 #waveColl_first_audio {
    position: absolute;
    line-height: 0;
    width: 100%;
    width: calc(100% + 30px);
    left: -15px; 
    right: 0;
    z-index: 1;
    bottom: -50px;
}
span.card_icon-three-dots .icon--three-dots {
    width: 20px;    
    vertical-align: middle;
    height: 20px;
}
 #waveColl__sticky--item .pause-play-next-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.pausePlay-button svg.icon {
    width: 32px;
    height: 32px;
}
 #waveColl__sticky--item .card_icon-three-dots {
    display: none;
}
  .product_download-buttons .button {
    padding: 15px 18px;
}
.add_to_cart_icon {
    display: inline-flex;
    margin-left: 5px;
}
.collection--productGrid {
    max-height: 850px;
    overflow-y: auto; 
    padding-right: 5px;
    padding-bottom: 20px;
}
.collection--productGrid::-webkit-scrollbar {
  background-color: #1c1c1c; 
  width: 5px;
} 
.collection--productGrid::-webkit-scrollbar-track {
  background-color: #1c1c1c;  
} 
.collection--productGrid::-webkit-scrollbar-thumb {
  background-color: #48484c;  
}

@media screen and (min-width: 1680px) {
span.sticky_ProductClose {
    position: absolute;
    top: 50%;
    right: -15px; 
    transform: translateY(-50%);
}
}
@media screen and (max-width: 1024px) {
  #waveColl__sticky--item .card-list_type .card__information {
      min-width: 140px;
      width: auto;
  }
  .card_list_wave-bar {
      justify-content: center;
      width: 100%;
  }
  .card_list_text-color-font, .card_list_price .price__regular .price-item--regular {
        font-size: 11px;
    }
}
@media screen and (min-width: 990px) {
.waveColl__header_grid { 
    grid-template-columns: auto 1fr auto;
}
  .card-list_type .card__information { 
    width: 100%;
    min-width: 120px;
}
  .card_list_wave-bar {
    width: calc(70% - 160px);
    max-width: 100%;
    justify-content: center;
}
  .card_list_share {
    margin-left: auto;
}
 #waveColl__sticky--item   .card_list_share {
    margin-left: inherit;
}
 #waveColl__sticky--item .card-list_type .card__information {
    width: auto;
    min-width: 160px;
}
 /* #waveColl__sticky--item .card_list_wave-bar {
    width: fit-content;
    max-width: 300px;
} */
}
@media screen and (min-width: 989px) and (max-width: 1280px) {
  .card-list_type .card__content { 
    gap: 15px;
}

}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .waveColl__logo__image {
    max-width: 120px;
}
  .waveColl__header_grid {
    padding: 20px 10px;
    grid-template-columns: 120px 1fr 50px;
}
  .wave-collection_first_product {
    position: relative;
    padding: 0 10px;
    grid-template-columns: 200px auto 1fr;
}
  .waveColl__product_form { 
    /* grid-template-columns: 1fr 60px; */
    gap: 10px;
}
  .product_download-buttons .button {
    padding: 15px 18px;
}
  .card-list_type .card__information {
    min-width: 150px; 
    width: 100%;
}
  .card-list_type .card__content { 
    gap: 10px;
}
  .card-list--wave--audio { 
    min-width: 150px;
}
/* .wave-collection__filter { 
    gap: 60px;
} */
  .filters__tag_list {
    gap: 15px;
}
}
@media screen and (max-width: 749px) {
  .wave-collection_first_product {
    position: relative;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 15px; 
    max-width: 300px;
    margin: auto;
}
.waveColl__header_grid {
    padding: 20px 0px;
    grid-template-columns: auto 1fr auto;
}

  .waveColl__search form.search { 
    padding: 12px 10px;
}
  .product_buy-buttons .button {
    width: 100%;
    margin-left: 0;
}
/* .card-list_type { 
    grid-template-columns: 45px auto;
    gap: 10px;
} */
  .card-list_type .card__content {
    flex-wrap: wrap;
    gap: 10px;
}
  .waveColl__product_image { 
    margin: auto;
    max-width: 150px;
}
  .waveColl__product_title .product_title { 
    font-size: 12px;
}
  span.product_icon-share svg.icon {
    width: 20px;
    height: 20px;
}
.product_download-buttons button.button {
    padding: 15px 20px;
}
  .product_hiphop_list, .product_tag_list {
    justify-content: center;
}
  .waveColl__product_form {
    gap: 15px;
    /* grid-template-columns: 1fr 64px;  */
}
.filters__tag_list {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: flex-start;
}
  .wave-collection__filter {
    grid-template-columns: auto;
    background-color: transparent;
    padding: 20px 0;
} 
  .wave__filters__sort {
    padding: 20px;
    display: inline-flex;
    border-radius: 5px;
}
  .wave__filter_sortlist {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
  select.filters__sort_list {
    width: 100%;
}
  .wave-collection__filter {
    gap: 10px;
}
  span.wave__filter_icon .wave__filter_text {
    display: inline-block !important;
}
  .wave__filter_list .wave__filter_icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    background-color: #1c1c1c;
    padding: 20px;
    cursor: pointer;
    border-radius: 5px;
}
 .wave__filter_list .filters__tag_list { 
  margin-top: 10px;
  /* transition: all .3s ease-in-out; */
  display: none;
}
  li.filters__tag__item:not(:last-child) {
    margin-bottom: 10px;
}
  .wave__filter_list .filters__tag_list.is-active {
    display: inline-flex;
    /* transition: all .3s ease-in-out; */
}
 .filters__tag__item {
  width: 100%;
}
 .filters__tag_list li a {
    width: 100%;
    display: flex;
    background-color: #1c1c1c;
    padding: 15px;
    border-radius: 5px;
    justify-content: space-between;
}
  .dropdown__tag_list {
    position: relative;
    top: 0;
    margin-top: 5px;
}
  .card-list_type .quick-add {
    min-width: auto; 
}
  .card-list_type .card__heading { 
    font-size: 12px;
}
 .quick-add__submit { 
    min-height: 42px;
    padding: 5px 10px;
    max-height: 42px;
}
  .card-list_type .card__information {
    min-width: auto; 
    width: calc(100% - 115px);
    min-width: 30%;  
}
  .waveColl__product--item .card-wrapper { 
    padding: 10px 15px;
}
.card-list_type .full-unstyled-link { 
    line-height: 1.4;
}
  .waveColl__product_title { 
    grid-template-columns: auto auto; 
    justify-content: center;
}
  span.sticky_ProductClose { 
    top: -5px; 
}


.audioPlay_mbloading { 
  width: 26px !important;
  height: auto !important;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#ddd 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
    33%{background-size:calc(100%/3) 0%  ,calc(100%/3) 100%,calc(100%/3) 100%}
    50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%  ,calc(100%/3) 100%}
    66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%  }
}
.wave-collection__product {
    margin-top: 20px;
}
.card-list_type .card__content {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
}
@media screen and (max-width: 449px) { 
  .waveColl__product--item .card-wrapper {
    padding: 10px 10px;
    }
  .card-list_type .card__content { 
      gap: 5px;
    }
  .card-list_type .card__information { 
    width: calc(100% - 115px);  
  }
  .wave-collection_first_product {
    padding: 0 10px; 
}
}
@media screen and (max-width: 749px) {
  /* #waveColl__sticky--item .card_list_duration {
    display: inline-block !important;
} */
 .wave-collection__sticky.is-active { 
    padding: 10px 0;
    gap: 10px; 
    height: auto;
}
  #waveColl__sticky--item .card-list_type {
    display: block !important;
}
#waveColl__sticky--item .card__inner {
    display: none;
}
#waveColl__sticky--item .card__information {
    width: 100%;
    text-align: center;
}
#waveColl__sticky--item .card_list_wave-bar {
    display: flex !important;
    width: calc(100% - 130px);
    justify-content: center;
}

 #waveColl__sticky--item .sticky_ProductClose { 
    top: -5px; 
}
}
@media screen and (max-width: 349px) {
modal-opener .quick-add__submit { 
    font-size: 12px;
}
}
/* ----------------- */
@media screen and (max-width: 1920px) {
body:not(.bodyTemplate-index) main#MainContent {
    min-height: 100vh;
}

}
/* ------------index-license-section--------------- */
.licenseColumn__title .titleFontTitle {
    width: 100%;
    text-align: center;
}
.licenseColumn-card {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #121212;
    border-radius: 5px;
}
.licenseColumn-label-wrapper {
    position: relative;
    width: 100%; 
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.licenseColumn-card__info {
    height: 100%;
    max-height: calc(100% - 65px);
    display: flex; 
    flex-direction: column;
    gap: 30px; 
    padding: 20px;
    position: relative;
    width: 100%;
    /* border: 1px solid rgba(255, 255, 255, .1); */
    /* background-color: #191919; */
    /* border-radius: 5px; */
}
.licenseColumn--button {
    margin-top: auto;
}
.licenseColumn--button .button {
    width: 100%;
}
.licenseColumn--label {
    font-family: Sora-Medium;
    font-weight: 500;
    color: rgba(var(--color-foreground), 1);
    font-size: 14px;
    line-height: 1.3em;
}
.licenseColumn-card__info .rte {
    line-height: 1.3em;
    font-size: 14px;
    color: rgba(var(--color-foreground), .6);
    font-family: Satoshi-Medium;
}
.licenseColumn--label {
    display: flex;
    padding: 14.2px 15px;
    position: relative;
    width: 100%;
    /* border: 1px solid rgba(255, 255, 255, .1); */
    /* background-color: #121212; */
    /* border-radius: 5px; */
    align-items: center;
    justify-content: center; 
    flex-direction: column;
    gap: 5px;
    text-align: center;
}
img.license_icon {
    /* display: inline-block; */
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
span.licenseColumn--subtxt {
    font-size: 12px;
    color: #fff9;
    font-family: Satoshi-Medium;
    line-height: 1em;
    text-transform: uppercase;
}
.licenseColumn-card__info ul {
    padding: 0;
    list-style: none;
}
.licenseColumn-card__info li {
    line-height: 18px;
    position: relative; 
}
.element__list-item { 
    display: grid;
    grid-template-columns: 18px auto;
    align-items: flex-start;
    gap: 5px;
}
.elementIcon {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.elementIcon .icon {
    width: 18px;
    height: 18px;
    color: #24aae1;
}
.elementIcon-icon-right .icon { 
    padding: 3px;
    background-color: #24aae1;
    border-radius: 100%;
    color: #fff;
}
.elementIcon-icon-cross .icon {
    color: #db4f4f;
}
 
.licenseColumn-card__info li:not(:last-child) {
    margin-bottom: 15px;
}
.licenseColumn-card__title h3 { 
    margin: 0;
    font-family: Sora-Bold;
    font-weight: 900;
    font-family: var(--font-heading-family);
    font-size: 31.25px;
    line-height: 1.4em;
    color: #24aae1;
}
span.licenseColumn--txt {
    font-size: 18px;
    line-height: 1.4em;
}
.licenseColumn--label {
    overflow: hidden;
}
span.tag--verticleLabel {
    position: absolute;
    transform: translateY(-50%) translate(-50%) translate(0%) rotate(-45deg);
    left: 8%;
    top: 30%;
    text-align: center;
    font-size: 8px;
    background-color: #24aae1;
    padding: 5px 10px; 
    width: 100%;
    line-height: 1em;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .licenseColumn-list .licenseColumn-list__item {
        width: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

/* product page custom section */  .custom-product_content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
  }
    .custom-product_content .custom-product-left.custom-product_itm {
      background: rgb(28, 28, 28);
      padding: 30px;
      border-radius: 5px;
      max-height: 100%;

  }


    .custom-product_content .title-wrapper h2   {
      font-family: Sora-Medium;

      font-size: 31.25px;
      line-height: 1.4em;
  }

    .custom-product-left-content img {
      width: auto;
  }

  .custom-product-left-content {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
  }


  .custom-product_content .custom-product-left   .title.inline-richtext.h1 {
      font-family: Sora-Medium;
      font-weight: 500;
      justify-content: center;
      font-size: 31.25px;
      line-height: 1.4em;

  }

    .custom-product-left-content h6 , {
      font-size: 16px !important;
      margin: 0;
      color: #ffff;
      font-weight: 500;
    }
    .custom-bundle-total .price {
        opacity: .5;
        text-decoration: line-through;
    }
   .custom-product_content .video-section__media.deferred-media {
      box-shadow: none;
      border: none;
  }
   .custom-product_content .video-section__poster, .video-section__media iframe, .video-section__media video {
      position: absolute;
      width: 100%;
      height: 100%;
  }
   .custom-bundle .bundle-inner {
      display: grid;
      grid-template-columns: 1fr;
      max-width: 80%;
      margin: 0 auto;
      background: #1c1c1c;
      padding: 20px 30px;
      border-radius: 5px;
  }

.custom-bundle-middle, .custom-bundle-bottom, .custom-bundle-top {
    border-bottom: 1px solid #6e6e6e47;
    padding: 20px 0;
 
}
  
  .extra-product-price {
    display: flex;
    justify-content: space-between;   
    font-size: 16px !important;
    font-family: "Satoshi-Medium";
    margin: 0;
    
}
   .extra-product-price p {
     margin: 5px 0;
   }


.custom-bundle-total ,  .bundle_pay_price {
    display: flex;
    justify-content: space-between;
}
 .bundle-inner h3 {
    font-family: Sora-Medium;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;  
    margin: 0;
}
 .bundle-inner .bundle_price { 
    font-size: 20px; 
    margin-top: 15px;
    margin-bottom: 0px; 
}
.compare_price {
    text-decoration: line-through;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}
.custom-product_content .custom-product-left-content h6 {
    font-size: 16px;
    font-family: Sora-Medium;
    font-weight: 500;
    margin: 0;
    color: #ffff;
}
.custom-product_content .video-section__media.deferred-media {
    --ratio-percent: 56% !important;
}
 .bundle-inner #bundle-addToCartBtn{
    width: 100%;
    max-width: 516px;
    margin: 30px auto;
}
  .custom-product-left-content h6.count {
    color: #24aae1 !important;
}

.deferred-media__poster-button {
    background-color: transparent; 
}

.custom-bundle-total {
    margin-bottom: 10px;
    /* display: none; */
}

/*----------- 30/9  */

@media screen and (min-width: 990px) {
 
  .wave-collection__product .card-list_type .card__information { 
    width: 100%;
    min-width: 120px;
}
}



/* ------------  beats-bundles  ---------------- */
.custumize-grid-bundles.wave-collection--list {
    display: flex;   
}
.custumize-grid-bundles .waveColl__product--item .card__inner {
    max-width: unset;
    width: 100%;
   
}

/* .custumize-grid-bundles .card-list_type .card__content {
    display: block;
     text-align: center;
}
 */
/* .custumize-grid-bundles .card-list_type { 
    grid-template-columns:auto;    
} */

.custumize-grid-bundles .waveColl__product--item .card-wrapper {
    border-radius: 0px;
    background-color: unset;
}

/* .custumize-grid-bundles .card-list_type .card__information {
    width:  100%;
    min-width: 120px;
}
 */
.custumize-grid-bundles .card-list_type .card__media ,.custumize-grid-bundles .card-list_type .card__media .media { 
    border-radius: 0px;
}

.custumize-grid-bundles .media {     
    position: static;   
}

.custumize-grid-bundles .card__information{
  text-align: center;
}
.custom-product-left-content h6 b {
    color: #24aae1 !important;
    padding-right: 10px;
    font-weight: 500 !important;
}
.sticky_btn {
    display: none;
}

 

/* 10032025 */
.wave-collection__sticky .card-list_type {
    gap: 0;
}
.wave-collection__sticky .card-list_type .card__content {
    padding-left: 20px;
    padding-right: 20px;
}
.wave-collection__sticky .waveColl__product--item {
    background-color: #000;
    border-radius: 5px;
}
.imageloading img {
    width: 80px;
    margin: 0 auto;
    display: block;
    height: 53px;
}
.wave-collection--list .card_infobar {
    width: 100%;
    overflow: hidden;
}
.wave-collection__sticky .card_progressbar {
    height: 7px;
    position: relative;
    background: #000;
    display: block;
    cursor: pointer;
}
.card_progressbar {
    width: 99%;
    position: relative;
}

.card_progressbar {
    display: none;
}
.card_progressbar input {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #000;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    margin: 0;
    border-radius: 0;
}
/* Progress Bar Fill */
.card_progressbar input::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 0;
}

/* Progress Thumb (Handle) */
.card_progressbar input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: #24aae1;
    border: 3px solid #24aae1;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -1px;
    margin-top: -3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.card_progressbar input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #24aae1;
    border: 3px solid #24aae1;
    border-radius: 50%;
    cursor: pointer;
}

.card_progressbar input::-moz-range-track {
    height: 7px;
    background: #24aae1;
    border-radius: 0px;
}
.wave-collection__product .card_list_wave-bar {
    display: none;
}
.wave-collection__sticky .card_list_wave-bar {
    display: flex ;
}
#waveColl__sticky--item .card-list--wave--audio {
    /* display: none; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

#waveColl__sticky--item .stickycard_list_wave-bar {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
#waveColl__sticky--item .pause-play-next-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}
.quick-add__submit.button {
    font-size: 12px;
    min-height: 40px;
    min-width: 100px;
}
.bar_under_player {
    box-shadow: 0 8px 7px -6px rgb(0 0 0 / 36%);
    background: #24aae1;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
    position: absolute;
    width: 100%;
    bottom: -20px;
    z-index: 1;
    display: block !important;
}
.new_facets.facets-container {
    border: 1px solid #ffffff1a;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-right: 9px;
    align-items: center;
    background: rgb(28, 28, 28);
}
.facet-filters__field select option {
   color: #fff;
}
.new_facets .facets__heading {
    display: flex;
    gap: 7px;
    font-family: 'Sora-SemiBold';
}
.new_facets .facets__heading span svg {
    width: 17px;
    height: 18px;
}
.facet-filters select.facet-filters__sort {
    font-family: Sora-Medium;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    background-color: transparent;
    border: none;
    padding: 0px 10px;
}
.facet-filters select.facet-filters__sort option {
    color: #000;
}
.new_facets .facets__summary {
    margin-bottom: 0;
}
.facets_summ {
    display: flex;
    gap: 5px;
}
.facets_summ span svg {
    width: 17px;
    height: 17px;
}
span.facets__summary-label {
    font-family: 'Sora-SemiBold';
}
.facets__wrapper .facets__header {
    display: none;
}
span.facet-checkbox__text-label {
    text-transform: capitalize;
}
span.wave__filter_icon svg {
    width: 15px;
    height: 15px;
}
a.filters__tag_link {
    display: flex;
    gap: 5px;
    align-items: center;
}
a.filters__tag_link span svg {
    width: 17px;
    height: 17px;
}
.wave__collection .wave__filter_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wave__filter_list h2.facets__heading {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 1.4rem;
    margin: 0 2rem 0 0;
}
.wave_filtersort, .wave__filter_sortlist {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wave_filtersort svg {
    width: 10px;
}
.dropdown__tag__item .facets__label.facet-checkbox {
    padding: 0;
}
.dropdown__tag__item .facets__label.facet-checkbox.disabled {
    opacity: .6;
    pointer-events: none;
}
.wave__collection .mobile_filter {
    padding: 15px;
    border: 1px solid #d6d9dc;
    margin-top: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}
.wave__collection .mobile_filter-collection {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-family: 'Satoshi-Bold';
    font-size: 14px;
}
.wave__collection .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}
.mobile-collection__filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: transparent;
    pointer-events: none;
}
.mobile-collection__filter.open_filter {
   background-color: rgba(var(--color-foreground),.5);
}
.mobile-collection__filter .mobile-facets__inner {
    transform: translate(105vw);
}
.mobile-collection__filter.open_filter .mobile-facets__inner {
    transform: translate(0);
}
.show_filter {
    z-index: 4;
}
div#epb_background {
   z-index: 4 !important;
}
button.close_filter {
    background: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}
button.close_filter svg.icon.icon-close {
    stroke: #fff;
    width: 16px;
    height: 16px;
}
.mobile-collection__filter .dropdown__tag__item {
    padding-bottom: 0px;
    padding-top: 0px;
}
.mobile-collection__filter .dropdown__tag__item .drop_tag_check label {
    padding: 1.2rem 2rem 1.2rem 2.5rem;
}
.mobile_filter-collection svg.icon.icon-filter {
    stroke: #fff;
    width: 18px;
    height: 18px;
}
.waveColl__product--item .card--card,.waveColl__product--item  .card--standard .card__inner {
   border-radius: 5px 0px 0px 5px;
}
.collection_wrap {
    position: relative;
}
.mobile-collection__filter .mobile-facets__main {
    overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  .custumize-grid-bundles.wave-collection--list {     
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
  }
  
  .custumize-grid-bundles .card_list_price.price.x-small-hide {
    display: block!important;
  }
  
  .custumize-grid-bundles .card_list_share {
    display: none;
  } 
  .wave-collection__sticky .addtocart_btn {
    display: none;
  }
  .wave-collection__sticky .sticky_btn {
    display: block;
  }
  .wave-collection__sticky .quick-add__submit {
    max-height: 30px;
  }
  .wave-collection__sticky .card-list_type button svg.icon.icon-cart {
    width: 18px;
    height: 18px;
  }
  .wave-collection__sticky .card-list_type button span {
    width: 18px;
    height: 18px;
    line-height: 1px;
    display: block;
  }
  .stickycard_list_wave-bar button svg.icon {
    width: 22px;
    height: 22px;
  }
  #waveColl__sticky--item .quick-add__submit.button {
    min-width: auto;
  }
  .card-list_type .quick-add {
    min-width: 40px;
  }
  #waveColl__sticky--item .card-list_type .card__information {
    min-width: 70px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
  }
  #waveColl__sticky--item .card-list--wave--audio {
      display: none;
  }
  .card_list_wave-bar {
      max-width: max-content;
  }
  #waveColl__sticky--item .quick-add__submit.button {
    min-height: 30px;
    min-width: auto;
  }
  .wave-collection__sticky .card_progressbar {
    margin-bottom: 15px;
  }
  .wave-collection__sticky .card-list_type .card__content {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .waveColl__product--item .card__inner {
    max-width: 50px;
    height: 100%;
  }
  .card-list_type {
    grid-template-columns: 50px auto;
    align-items: center;
  }
  #waveColl__sticky--item .card_list_duration {
    display: inline-block !important;
  }
  .wave-collection__sticky span.sticky_ProductClose {
    top: -10px;
    right: 8px;
    border-radius: 50%;
    width: 25px;
    border: 1px solid #ddd;
    height: 25px;
    text-align: center;
  }
  span.sticky_ProductClose .icon-close {
    width: 15px;
    height: 15px;
  }
  .facets_summ span {
      width: 17px;
      height: 17px;
      line-height: 20px;
  }
  span#epb_message_one,span#epb_message_two {
    font-size: 14px !important;
    margin: 0 !important;
  }
  .waveColl__logo__image {
        max-width: 100px;
    }
  div#epb_container {
     height: 52px !important;
  }
  .mainColl__search .search__input.field__input {
    font-size: 14px;
  }
  .mobile-facets__wrapper .button-label {
    padding: 0;
    max-height: 0px;
    min-height: 0px;
  }
  .mobile-facets__sort label {
    height: 23px;
  }
  .shareListProductInner {
    min-width: 300px;
  }
  .shareListProductHeader,.shareListProductContent {
    padding: 10px;
  }
  .shareListProductHeader h2 {
    font-size: 14px;
  }
  span.shareListProductClose svg.icon ,span.shareListProductClose{
      width: 14px;
      height: 14px;
  }
  button.shareListcopyButton {
    height: 45px;
    width: 40px;
  }
  input.shareListProduct--input {
    padding: 15px 45px 16px 10px;
    height: 45px;
  }
}
@media screen and (max-width: 449px) {
  .waveColl__header_grid {
    grid-template-areas:
    'logo login'
    'search search';
    column-gap: 0;
  }
  .waveColl__grid_item.logo_mobile {
    grid-area: logo;
  }
  .waveColl__grid_item.searh_m {
    grid-area: search;
  }
  .waveColl__grid_item.login_m {
    grid-area: login;
  }
}