.vrl-wrapper-97817975 {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 13px;
}

.vrl-pagination-97817975 {
    display: flex;
    gap: 4px;
    margin: 15px 0;
}

.vrl-pagination-97817975 a,
.vrl-pagination-97817975 span {
    display: inline-block;
    padding: 5px 10px;
    background: #e0e0e0;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
}

.vrl-pagination-97817975 span.current {
    background: #666;
    color: #fff;
}

.vrl-list-97817975 {
    display: flex;
    flex-direction: column;
}

.vrl-item-97817975 {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    gap: 20px;
}

.vrl-col-image-97817975 {
    width: 120px;
    flex-shrink: 0;
    position: relative;
}

.vrl-col-image-97817975 img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    clip-path: none !important;
}

.vrl-col-image-97817975.shape-round img {
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
}

.vrl-col-image-97817975.shape-square img {
    border-radius: 0 !important;
    aspect-ratio: 1/1 !important;
}

.vrl-badge-97817975 {
    position: absolute;
    top: 0;
    right: 0;
    background: #6cba6e;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.vrl-col-info-97817975 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.vrl-header-97817975 {
    margin-bottom: 5px;
}

.vrl-artist-97817975 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.vrl-title-97817975 {
    font-size: 16px;
    color: #f2994a;
}

.vrl-title-97817975 a {
    color: inherit;
    text-decoration: none;
}

.vrl-meta-97817975 {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.vrl-meta-97817975 strong {
    color: #000;
}

.vrl-body-row-97817975 {
    display: flex;
    gap: 20px;
}

.vrl-tracklist-97817975 {
    flex: 1;
    max-width: 50%;
}

.vrl-track-97817975 {
    cursor: pointer;
    padding: 3px 0;
    transition: color 0.2s;
}

.vrl-track-97817975:hover {
    color: #f2994a;
}

.vrl-track-side-97817975 {
    color: #888;
}

.vrl-play-all-97817975 {
    margin-top: 10px;
    color: #666;
    cursor: pointer;
}

.vrl-play-all-97817975 span {
    background: #333;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 11px;
}

.vrl-desc-97817975 {
    flex: 1;
    color: #555;
    line-height: 1.4;
}

.vrl-tags-97817975 {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.vrl-tag-97817975 {
    background: #e0e0e0;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    color: #333;
}

.vrl-col-cart-97817975 {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.vrl-stock-status-97817975 {
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.vrl-stock-status-97817975.in-stock { color: #6cba6e; }
.vrl-stock-status-97817975.out-of-stock { color: #d9534f; }
.vrl-stock-status-97817975.preorder { color: #000; }

.vrl-stock-desc-97817975 {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.3;
}

.vrl-note-input-97817975 {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 11px;
    margin-bottom: 10px;
}

.vrl-add-to-cart-wrapper-97817975 {
    width: 100%;
}

.vrl-qty-wrapper-97817975 {
    margin-bottom: 5px;
}

.vrl-qty-wrapper-97817975 input.qty {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.vrl-price-btn-group-97817975 {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.vrl-price-97817975 {
    background: #e0e0e0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 5px;
}

.vrl-wrapper-97817975 .vrl-btn-97817975.add_to_cart_button {
    background: #000;
    background-color: #000;
    color: #fff !important;
    padding: 5px 15px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Remove forced white colors to allow Elementor control to work */
.vrl-wrapper-97817975 .vrl-btn-97817975.add_to_cart_button i,
.vrl-wrapper-97817975 .vrl-btn-97817975.add_to_cart_button svg,
.vrl-wrapper-97817975 .vrl-btn-97817975.add_to_cart_button::before {
    /* Colors handled by Elementor controls now */
}

.vrl-wrapper-97817975 .vrl-btn-97817975.add_to_cart_button:hover {
    background: #333 !important;
    background-color: #333 !important;
}