/** Shopify CDN: Minification failed

Line 30:0 All "@import" rules must come first

**/
.audio-product-grid {
    border-bottom: 4px solid var(--gradient-button-background-1);
    max-height: 850px;
    overflow-y: auto;
    padding-right: 5px;
    padding-bottom: 20px;
}

.audio-product-grid .audio-card {
    display: grid;
    grid-template-columns: 0fr 16fr 1fr 0fr 0fr 0fr;
    gap: 24px;
    align-items: center;
    padding: 0 15px 0 0;
    margin-bottom: 1rem;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;

}
.music_info * {
    margin: 0;
    font-family: "Faculty Glyphic", sans-serif;
    font-weight: 500; 
}
@import url('https://fonts.googleapis.com/css2?family=Faculty+Glyphic&display=swap');


.music_info h2 {
    line-height: 1.9em;
    font-size: 13px;
    white-space: nowrap;
}

.music_info p {
    font-size: 10px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.6);
}
.audio-card {
  padding: 16px;
  text-align: center;
  border: 1px solid #78828c4d;
}
.thumb_img {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.audio-card .play-pause {
  font-size: 10px;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  box-shadow: rgb(255 255 255 / 20%) 0px 7px 29px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
}
.track-meta {

  font-size: 14px;
  color: #777;
}
.price {
  font-weight: bold;

}
.audio-filter {
  margin-bottom: 20px;
  position:relative;
  padding: 15px;
  border-radius: 5px;
  background-color: var(--gradient-button-background-1);
  /* color: #000; */
  border: 1px solid #78828c4d;
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  /* gap: 120px; */
  align-items: center; 
  margin-top: 15px;
  margin-bottom: 15px;
}
label.dr__item_label {
    cursor: pointer;     
    transition: all .3s ease-in-out;
    font-size: 14px;
    color: rgba(var(--gradient-base-background-1), .6);
    text-decoration: none;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    word-break: break-word;
    text-transform: capitalize;
    width: 100%;
}
.music_info {
    text-align: left;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

/* Track Fill Before Thumb (for WebKit/Blink browsers) */
input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    background: #cd3231;
    border-radius: 5px;
}

/* Thumb (for WebKit/Blink browsers) */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #cd3231;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px; /* Centers thumb vertically */
    border: 2px solid white;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

/* Firefox */
input[type=range]::-moz-range-track {
    height: 6px;
    background: #cd3231;
    border-radius: 5px;
}

input[type=range]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #cd3231;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}

/* Edge/IE */
input[type=range]::-ms-track {
    height: 6px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #cd3231;
    border-radius: 5px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 5px;
}

input[type=range]::-ms-thumb {
    height: 18px;
    width: 18px;
    background: #cd3231;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}
.ajax-add-to-cart button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    white-space: nowrap;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    transition: all 0.3s linear;
    font-family: var(--font-heading-family);
    font-weight: 600;
    transition: all var(--duration-default) linear;
    text-transform: capitalize;
    padding:8px 15px;
}
.track-meta span+span {
    margin-left: 2rem;
}
.section-audio-grid {
    padding:6rem 0;
}
.audio-filter label {
    margin-right: 2rem;
}
.audio-filter label svg {
 width: 17px;
    height: 17px;
    vertical-align: middle;
}
.filters__tag_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 30px;
    align-items: center;
    position:relative;
}
.filters__tag_list li, .filters__tag_list li a {
    font-weight: 500;
    color: rgba(var(--color-foreground), 1);
    font-size: 14px;
    line-height: 1.3em;
}
a.filters__tag_link {
    display: flex;
    gap: 5px;
    align-items: center;
}
.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 #78828c4d;
    background-color: #1c1c1c;
    list-style: none;
    color: #000;
    border-radius: 3px;
    max-height: 50rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.dropdown__tag__item {
    padding-bottom: 10px;
    padding-top: 10px;
}
.button.quick-add__submit.loading>.loading__spinner .path {
    stroke: #000;
}
.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: #fbb41f;
    transition: all .3s ease-in-out;
}
input.dr__item--input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    top: .7rem;
    left: -.4rem;
}
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);
}
li.dropdown__tag__item div {
    position: relative;
    width: 100%;
    overflow: hidden;
    word-break: break-word;
}
.dr__item_label span {
    padding-right: 5px;
}
a.filters__tag_link span svg {
    width: 17px;
    height: 17px;
}
.share-popup {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
  z-index: 9999;
}
.share-popup-content {
    color: #fff;
    border-radius: 5px;
    background-color: #191919;
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    width: 25%;
}
span#closePopup svg {
    width: 16px;
    height: 16px;
}
.share-popup-content input {
  background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 15px 55px 15px 15px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
}
button#copyLink {
    background-color: var(--gradient-base-accent-3);
    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;
}
.inp_share {margin: 20px;position: relative;}
.close {
  position: absolute; top: 13px; right: 20px; cursor: pointer; font-size: 20px;z-index:9;
}
.share svg,.sharee svg {
    cursor: pointer;
    vertical-align: middle;
}
.share-popup-content p {
    margin: 0;
    position: relative;
    background-color:var(--gradient-base-accent-3);
    border-radius: 5px 5px 0px 0px;
    padding: 20px;
    font-size: 20px;
}
.inp_share span {
    display: block;
    font-size: 18px;
}

.NewWarpper .controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: fit-content;
    margin: auto;
}

.NewWarpper {
    position: relative;
}


div#audio-bar .audio-card {
    display: grid;
    grid-template-columns: 0fr 3fr 8fr 1fr 0fr 0fr 0fr;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    padding: 0 15px 0 0;
    background-color: #101010;
    border-radius: 5px;
}
.NewWarpper .controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    color:#fff;
}
div#waveform div {
    display: block !important;
}
.audio-bar {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #282828;
  color: white;
  padding: 30px 0px;
  box-sizing: border-box;
  transition: bottom 0.4s ease;
  z-index: 1000;
}
.audio-bar.active {
  bottom: 0;
}
button#close_btm_pop {
    position: absolute;
    background-color: transparent;
    border: 0;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
     cursor: pointer;
}

button#close_btm_pop svg {
    color: #fff;
    width: 18px;
    height: 18px;
   
}
