.hmix-wrapper {
    background: #0f1117;
}

.hmix-beatstore {
    padding: 30px 20px;
    margin: 0px auto auto;
    background: #0f1117;
    max-width:1400px;
}

/* ================= SORT ================= */

.hmix-store-filters {
    padding:0 20px;
}


.hmix-sort-filters {
    margin: 0!important;
    display: flex;
    align-items: center;
    gap: 12px;
    padding:0 20px 0px;
}



.hmix-sort-label {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.6;
    color: #ffffff;
}

.hmix-sort-select {
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    background: #1a1d26;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}

.hmix-sort-select:focus {
    outline: none;
    border-color: #1f6faa;
}

.hmix-tag-filters{
    margin:40px 0;
}

#hmix-beat-grid {
    margin:0 auto;
}

/* ================= PLAYLIST THUMB ROW ================= */

/* ===============================
   HMIX SECTION HEADER (HIGH CLASS)
=============================== */

.hmix-section-header{
  margin: 48px 0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.hmix-section-header h2, .hmix-section-header p{
  margin:0;
  font-size:20px;
  font-weight:600;
  letter-spacing:.2px;
  color:rgba(255,255,255,.88);
}

/* optional subtle secondary link */
.hmix-section-header a{
  font-size:13px;
  color:rgba(255,255,255,.45);
  text-decoration:none;
  transition:color .2s ease;
}

.hmix-section-header a:hover{
  color:rgba(255,255,255,.8);
}

ul.products li.product {
    height:500px;
}

.hmix-bpm-badge{

background:rgba(10,25,35,.85);

color:#DFF6FF;

padding:8px 14px;

border-radius:40px;

font-size:13px;

font-weight:600;

}

.hmix-playlist-thumbnails {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 10px;
    scroll-snap-type: x mandatory;
}

.hmix-playlist-thumb {
    width: 80px;
    height: 140px;
    cursor: pointer;
    text-align: center;
    background: transparent;
    border-radius: 18px;
    padding: 2px;
    transition: all .25s ease;
    scroll-snap-align: start;
    overflow: visible;
}

.hmix-playlist-thumb:hover {
    transform: translateY(-4px);
}

.hmix-playlist-thumb img {
    width: 100%;
    border-radius: 14px;
    background-color: #1a1d26;
    padding: 2px;
    border:solid #fff5 1px;
}

.hmix-playlist-thumb h4 {
    font-size: 14px;
    margin: 10px 0 3px 0;
    font-weight: 600;
    color: #ffffff;
}

.hmix-playlist-curator {
    font-size: 11px;
    opacity: .6;
    color: rgba(255,255,255,0.6);
}

/* ================= PRODUCT ================= */

.hmix-product-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #1a1d26;
}

.hmix-product-image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmix-preview-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hmix-play-btn {
    background: rgba(255,255,255,0.08) !important;
    color: white !important;
    border: none !important;
    padding: 50px 50px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
    font-weight: bold !important;
}

.hmix-play-btn:hover {
    background: rgba(255,255,255,0.15) !important;
    transform: scale(1.05) !important;
}

.hmix-add-cart svg {
    color: #ffffff;
}

.hmix-add-cart:hover {
    background: rgba(255,255,255,0.1);
}

/* ================= BPM FILTER ================= */

.hmix-producer-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.hmix-producer-chip {
    padding: 8px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    transition: .2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
}

.hmix-producer-chip.justice-hmix { background: #3a506b; }
.hmix-producer-chip.nxtlvl4l { background: #8b1e3f; }
.hmix-producer-chip.youngman { background: #4f772d; }

.hmix-producer-chip:hover {
    transform: translateY(-2px);
}

.hmix-producer-chip.active {
    transform: scale(1.05);
    box-shadow: 0 0 0 2px rgba(31,111,170,.5);
}

/* ================= BPM FILTER ================= */

.hmix-bpm-filter {
    margin-bottom: 40px;
    padding: 30px;
    background: #151822;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.05);
}

.hmix-bpm-filter label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
}

.bpm-values {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(255,255,255,.8);
}

.bpm-track {
    position: absolute;
    height: 6px;
    width: 100%;
    background: #22242d;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.bpm-range {
    position: absolute;
    height: 6px;
    background: #1f6faa;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.bpm-sliders {
    position: relative;
    height: 30px;
}

.bpm-sliders input[type="range"] {
    position: absolute;
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    background: transparent;
    pointer-events: none;
}

.bpm-sliders input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(255,255,255,.3);
    cursor: pointer;
}

/* ================= TAGS ================= */

.hmix-tag-chip {
    padding: 2px 14px;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #1c1f29;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 14px;
}

.hmix-tag-chip:hover {
    background: #262a36;
}

.hmix-tag-chip.active {
    background: #1f6faa;
    border-color: #1f6faa;
}

/* ================= PLAYLIST SECTION ================= */

.hmix-playlist-section {
    padding: 20px;
    border: solid #fff4;
    border-radius: 15px;
    background: #0003;
    position: relative;
}

.hmix-playlist-section::before{
    pointer-events:none;

content:"";

position:absolute;
inset:0;

background:radial-gradient(
circle at 50% 90%,
rgba(63,167,214,.25),
transparent 60%
);

}

/* ===========================
   PLAYLIST HEADER (CLEAN)
=========================== */

.hmix-playlist-header{
  display: grid;
  grid-template-columns: 64px 1fr; /* tight avatar + flexible text */
  gap: 14px;
  align-items: center;

  padding: 16px 16px 10px;
  border-radius: 18px;
}

/* avatar */
.hmix-playlist-header img{
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 35px rgba(0,0,0,.55);
  display: block;
}

/* text block */
.hmix-playlist-header > div{
  min-width: 0; /* lets long titles truncate nicely */
}

.hmix-playlist-header h2{
  color: #fff;
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: .2px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* default subtitle text */
.hmix-playlist-header p{
  margin: 6px 0 0;
  font-size: 14px;
  color: rgba(255,255,255,0.62);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* curated-by line links */
.hmix-playlist-header p a{
  color: #1f6faa;
  text-decoration: none;
  font-weight: 800;
}

.hmix-playlist-header p a:hover{
  text-decoration: underline;
}

/* Mobile tweak (keeps it clean if title wraps) */
@media (max-width: 420px){
  .hmix-playlist-header{
    grid-template-columns: 56px 1fr;
    padding: 14px 14px 8px;
  }

  .hmix-playlist-header h2{
    font-size: 20px;
  }

  .hmix-playlist-header p{
    font-size: 13px;
  }
}

/* ================= WINDOW OVERLAY ================= */

.hmix-window-overlay {
    background: linear-gradient(
        to bottom,
        rgba(18,20,27,0) 0%,
        rgba(18,20,27,0.8) 60%,
        #12141b 100%
    );
    border-bottom: solid rgba(255,255,255,0.5) 1px;
    padding:20px;
    float:right;
    display:none;
}

.hmix-see-more-btn {
    background: #1f6faa;
    color: #fff;
}

.hmix-see-more-btn:hover {
    background: #2b8cd6;
}

.hmix-product-item {
    position: relative;
    width:250px;
    background:#0004;
}

.hmix-product-wrapper {
    position: relative;
    width: 100%;
}

.hmix-product-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f0f0f0;
}

.hmix-product-image-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmix-product-image-container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.products .product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0px;
}

.hmix-preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 50;
    cursor: pointer;
}

.hmix-play-btn {
width:64px;
height:64px;

background:rgba(0,0,0,.65);
backdrop-filter:blur(6px);

color:#fff;

border:none;
border-radius:50%!important;

cursor:pointer;

transition:all .25s ease;

box-shadow:
0 10px 25px rgba(0,0,0,.45);
    padding:0!important;

}

.hmix-play-btn svg{
width:26px;
height:26px;
display:block;
margin-left:20px;
}

.hmix-play-btn:hover{

background:#1f6faa;

transform:scale(1.08);

box-shadow:
0 12px 30px rgba(31,111,170,.45);

}

.hmix-play-btn:active{

transform:scale(.96);

}



.hmix-card-body{
    padding:10px 0;
}

.hmix-title-row {
    display: block;
    /* stops flex from forcing it beside title */
}

.hmix-title-main {

display:block;

font-size:20px;
font-weight:700;

color:#ffffff;

letter-spacing:.5px;

}

.hmix-title-type {

font-size:14px;

color:#9FC6D6;

font-weight:500;

line-height:1.4;

}

.woocommerce-loop-product__title a {
    color: #fff;
}

.hmix-product-item::before{

content:"";

position:absolute;
inset:0;

background:radial-gradient(
circle at 50% 20%,
rgba(63,167,214,.25),
transparent 60%
);

opacity:.6;

pointer-events:none;

}

@media (max-width: 768px) {
    .hmix-wrapper {
        min-height: 80vh;
    }

    .hmix-wrapper::before {
        background-size: contain;
        background-attachment: scroll;
    }

    .hmix-wrapper::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
        filter: contrast(0.9) brightness(0.5);
    }

        .hmix-playlist-grid .products, #hmix-beat-grid.products {
        display: grid !important;
        /* Each card fixed width */
        grid-auto-flow: column;
        grid-auto-columns: 250px;
        /* width of each beat card */
        gap: 12px;
        padding: 0;
        list-style: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
    }
}

.hmix-beatstore ul.products li {

    scroll-snap-align: start;

    height: 500px;

    position: relative;

    border-radius: 12px;

    background: linear-gradient(
        180deg,
        #151515 0%,
        #0e0e0e 100%
    );

    border: 1px solid rgba(255,255,255,0.04);

    box-shadow:
        0 10px 25px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.03);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;

    overflow: hidden;
}

    #hmix-beat-grid.products,
.hmix-playlist-grid .products {

overflow-x: auto;
overflow-y: hidden;

scrollbar-gutter: stable!important;

}

#hmix-beat-grid.products::-webkit-scrollbar,
.hmix-playlist-grid .products::-webkit-scrollbar {

height: 8px;

}

#hmix-beat-grid.products::-webkit-scrollbar-track,
.hmix-playlist-grid .products::-webkit-scrollbar-track {

background: rgba(255,255,255,0.05);
border-radius: 10px;

}

#hmix-beat-grid.products::-webkit-scrollbar-thumb,
.hmix-playlist-grid .products::-webkit-scrollbar-thumb {

background: linear-gradient(
90deg,
#1f6faa,
#3FA7D6
);

border-radius: 10px;

}

#hmix-beat-grid.products::-webkit-scrollbar-thumb:hover {

background: #3FA7D6;

}

#hmix-beat-grid.products,
.hmix-playlist-grid .products {
width:100%;
padding:20px 0!important;

}

#hmix-beat-grid::after {

content:"";
position:absolute;
right:0;
top:0;

height:100%;
width:40px;

background:linear-gradient(
to right,
#0f111700,
#0f1117
);

pointer-events:none;

}

.hmix-loop-producer {
    font-size: 12px;
    color: #7EA6B6;
    margin: 2px 0;
}

.hmix-loop-plays {
    font-size: 12px;
    color: #7EA6B6;
}

.hmix-price-label{
font-size:13px;
color:#9FC6D6;
margin-right:4px;
}

.hmix-price-value{
font-size:22px;
font-weight:700;
color:#DFF6FF;
}

.hmix-sales-line{
font-size:12px;
color:#9FC6D6;
margin-top:4px;
}

.hmix-open-lease-modal{
font-weight:600;
font-size:16px;
}

/* ================= MODAL ================= */

/* ===========================
   HMIX LEASE MODAL
=========================== */

.hmix-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.hmix-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay */
.hmix-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
}

/* Panel */
.hmix-modal-panel {
  position: relative;
  background: #0e0e0e;
  width: 95%;
  max-width: 520px;
  border-radius: 18px;
  padding: 32px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 20px 60px rgba(0,0,0,0.6);
  animation: hmixFadeUp 0.25s ease;
}

.hmix-exclusive-offer{
    margin-top:20px;
    text-align:center;
}

.hmix-exclusive-divider{
    height:1px;
    background:rgba(255,255,255,.08);
    margin:16px 0 20px;
}

.hmix-exclusive-offer{
margin-top:25px;
text-align:center;
}

.hmix-exclusive-divider{
height:1px;
background:#2a2a2a;
margin:25px 0;
}

.hmix-exclusive-title{
font-size:18px;
margin-bottom:15px;
color:#fff;
}

.hmix-offer-form{
display:flex;
flex-direction:column;
gap:12px;
margin:auto;
}

.hmix-offer-form input{
background:#0f0f0f;
border:1px solid #333;
padding:10px;
color:#E7D8A8!important;
border-radius:6px;
font-size:14px;
}

.hmix-offer-form input:focus{
border-color:#1f6faa;
outline:none;
}

.hmix-exclusive-btn{
background:#1f6faa;
color:#fff;
border:none;
padding:10px;
border-radius:6px;
cursor:pointer;
font-weight:600;
transition:0.2s;
}

.hmix-exclusive-btn:hover{
background:#2c82c9;
}

/* EXCLUSIVE OFFER BUTTON */

.hmix-exclusive-btn{

    width:100%;
    padding:14px;

    border-radius:12px;

    border:1px solid #AD9C6A;

    background:linear-gradient(
        180deg,
        rgba(173,156,106,.12),
        rgba(173,156,106,.04)
    );

    color:#E7D8A8;

    font-size:15px;
    font-weight:600;

    cursor:pointer;
    transition:all .2s ease;
    height:54px;

}

/* Hover */

.hmix-exclusive-btn:hover{

    border-color:#C7B27B;

    background:linear-gradient(
        180deg,
        rgba(173,156,106,.22),
        rgba(173,156,106,.08)
    );

    box-shadow:
        0 0 16px rgba(173,156,106,.25),
        0 8px 25px rgba(0,0,0,.5);

}

@keyframes hmixFadeUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Title */
#hmix-modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
}

/* Close */
.hmix-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  color: #aaa;
  cursor: pointer;
}

.hmix-modal-close:hover {
  color: #fff;
}

/* ===========================
   LICENSE OPTIONS
=========================== */

#hmix-license-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hmix-license-tier {
  width: 100%;
  background: #151515;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hmix-license-tier:hover {
  background: #1c1c1c;
  border-color: #1f6faa;
  transform: translateY(-2px);
}

/* Price styling */
.hmix-license-tier .license-price {
  font-weight: 600;
  font-size: 16px;
}

/* Standard (MP3 / WAV) */
.hmix-license-tier.standard:hover {
  box-shadow: 0 0 0 1px #1f6faa;
}

/* Trackouts */
.hmix-license-tier.trackouts {
  border-color: rgba(31,111,170,0.25);
}

.hmix-license-tier.trackouts:hover {
  background: rgba(31,111,170,0.08);
}

/* Exclusive */
.hmix-license-tier.exclusive {
  border-color: rgba(255,80,80,0.3);
}

.hmix-license-tier.exclusive:hover {
  background: rgba(255,80,80,0.08);
  box-shadow: 0 0 15px rgba(255,80,80,0.15);
}

/* Added state */
.hmix-license-tier.added {
  background: #1f6faa;
  border-color: #1f6faa;
}

#hmix-beat-grid .hmix-open-lease-modal {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);

  width: 90%;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: #0003;
  border: 2px solid #1f6faa;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hmix-purchase-btn{
    display:none;
}

.hmix-license-tier bdi{
  color: #fff;
}

.hmix-open-lease-modal:hover {
  background: #155e93;
}

.hmix-hero-content {
    position: relative;
    z-index: 2;
}

.hmix-beatstore-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin:0 0 10px;
}

.hmix-beatstore-hero p {
    color: #aaa;
    font-size: 18px;
    margin:0 0 0px;
}

#hmix-hero-text {
    margin:0 0 30px;
}

/* BUTTON */

.hmix-hero-btn {
    background:#000;
    color:#ffffff;
    padding:14px 32px;
    border:solid 1px #fff;
    border-radius:10px;
    border:;
    text-decoration:none;
    font-weight:600;
}

.hmix-hero-btn:hover {
    color:#fff9;
border:solid 1px #fff9;
}

.hmix-beatstore-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 40px 80px;
    background: radial-gradient( circle at 30% 40%, rgba(31,111,170,.25), transparent 60% ), linear-gradient( 180deg, #0a0a0a 0%, #050505 100% );
}

.hmix-beatstore-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
    opacity: .06;
    pointer-events: none;
}

.hmix-hero-logo {
    position: absolute;
    width: 900px;
    opacity: .06;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    filter: blur(.5px);
    pointer-events: none;
}

.hmix-beatstore-hero h1 {
    font-size: 64px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0 8px 40px rgba(0,0,0,.8);
}

.hmix-hero-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(8px);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .25s ease;
}

.hmix-hero-btn:hover {
    transform: translateY(-2px);
    border-color: #1f6faa;
    box-shadow: 0 10px 30px rgba(31,111,170,.25);
}

.hmix-beatstore-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient( to bottom, transparent, #050505 );
}


/* ==========================================
   HMIX PLAYLIST -> SPOTIFY STYLE TRACKLIST
   (Mobile-first, clean rows, Spotify feel)
========================================== */

/* Make sure the playlist grid is a vertical list */
.hmix-playlist-section .hmix-playlist-grid.hmix-tracklist{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}

/* Track row */
.hmix-playlist-section .hmix-track-row{
  display: grid;
  grid-template-columns: 44px 1fr auto;
  grid-template-areas:
    "play main actions"
    "play meta actions";
  align-items: center;
  gap: 10px 12px;
  padding: 12px 12px;
  border-radius: 14px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.hmix-playlist-section .hmix-track-row{
  position: relative;
  overflow: hidden;        /* keeps glow inside card */
  border-radius: 18px;     /* match your card radius */
}


/* ACTIVE PLAYING TRACK */

.hmix-playlist-section .hmix-track-row{
  box-shadow:
    0 0 0 1px rgba(31,111,170,0),
    0 10px 30px rgba(0,0,0,0);
}

.hmix-playlist-section .hmix-track-row:hover{
  transform: translateY(-1px);
}

/* Play / index button */
.hmix-playlist-section .hmix-track-play{
  grid-area: play;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.35);
  color: #fff;
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* Index visible by default */
.hmix-playlist-section .hmix-track-index{
  font-size: 13px;
  font-weight: 700;
  opacity: .9;
}

/* Play icon shows on hover */
.hmix-playlist-section .hmix-track-icon{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity .12s ease, transform .12s ease;
  font-size: 13px;
}

.hmix-playlist-section .hmix-track-row:hover .hmix-track-index{ opacity: 0; }
.hmix-playlist-section .hmix-track-row:hover .hmix-track-icon{
  opacity: 1;
  transform: translateY(0);
}

/* Main info */
.hmix-playlist-section .hmix-track-main{
  grid-area: main;
  min-width: 0;
}

.hmix-playlist-section .hmix-track-title{
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hmix-playlist-section .hmix-track-meta{
  grid-area: meta;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Badges (optional) */
.hmix-playlist-section .hmix-track-badges{
  display: none; /* Hide on mobile to keep it clean */
}

.hmix-playlist-section .hmix-pill{
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.75);
}

/* Price + actions */
.hmix-playlist-section .hmix-track-price{
  display: none; /* Hide on mobile (Spotify does) */
}

.hmix-playlist-section .hmix-track-actions{
  grid-area: actions;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

/* Buttons */
.hmix-playlist-section .hmix-row-btn{
  padding: 9px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(31,111,170,0.20);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.hmix-playlist-section .hmix-row-btn:hover{
  background: rgba(31,111,170,0.30);
  border-color: rgba(31,111,170,0.60);
  transform: translateY(-1px);
}

.hmix-playlist-section .hmix-row-btn.outline{
  background: rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.16);
  padding: 9px 10px;
  min-width: 40px;
}

/* ==========================================
   Desktop upgrade (Spotify-ish columns)
========================================== */
@media (min-width: 860px){

  .hmix-playlist-section .hmix-track-row{
    grid-template-columns: 52px 1fr auto 110px auto;
    grid-template-areas: "play main badges price actions";
    padding: 12px 14px;
  }

  .hmix-playlist-section .hmix-track-badges{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  .hmix-playlist-section .hmix-track-price{
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    opacity: .9;
    white-space: nowrap;
  }

  .hmix-playlist-section .hmix-track-meta{
    margin-top: 5px;
  }
}

/* ==========================================
   If ANY old Woo "ul.products" styles leak in,
   neutralize them inside playlist sections.
========================================== */
.hmix-playlist-section ul.products,
.hmix-playlist-section ul.products li,
.hmix-playlist-section .product{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hmix-playlist-section ul.products{
  display: contents; /* prevents Woo grid */
}

.hmix-playlist-thumb {
    position: relative;
    transition: all .25s ease;
}

.hmix-playlist-thumb.active {

    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.6),
        0 0 0 1px rgba(255,255,255,.06),
        0 0 20px rgba(31,111,170,.35);

}

/* subtle glow bar under active */
.hmix-playlist-thumb.active::after {

    content:"";
    position:absolute;
    left:20%;
    right:20%;
    bottom:-6px;
    height:2px;

    background:linear-gradient(
        90deg,
        transparent,
        #1f6faa,
        transparent
    );

    opacity:.9;

}

.hmix-seo-text{
position:absolute;
left:-9999px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.hmix-grid-title{
  font-size:48px;
  color:#E7D8A8!important;
}

.hmix-faq{
max-width:900px;
margin:40px auto;
color:#ddd;
}

.hmix-faq-item{
margin-bottom:25px;
padding-bottom:15px;
border-bottom:1px solid #1f1f1f;
}

.hmix-faq-item h3{
font-size:18px;
margin-bottom:6px;
color:#fff;
}

.hmix-faq-item p{
font-size:14px;
line-height:1.6;
color:#aaa;
}