*,:after,:before {box-sizing: border-box;}
a {cursor: pointer;}
html {-webkit-text-size-adjust: 100%;}
:root {
  --scrolloffset: 12px;
  --scrolloffset-negative: calc(var(--scrolloffset) * -1);
}

/* html, body { height: 100%;} */
body {
    background-color: white;
    padding: 0;
    margin: 0;
    /* font-family: monospace; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 20px;
    margin: 0 auto;
    line-height: 1.5;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none outside;
}

.wrap {
    max-width: 1240px;
    margin: 10px auto 20px;
    width: 90%;
    padding-bottom: 50px;
}
/* .wrap.single-post {
    max-width: 800px;
    width: 90%;
} */

/* header styles */
header {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 21px 0px;
    display: flex;
    justify-content: space-between;
    place-items: center;
    z-index: 1;
}

.view-cart-group {
    /* position: absolute;
    right: -6px;
    top: 0; */
}

.view-cart-btn {
    display: flex;
    place-content: center;
    place-items: center;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
    font-family: inherit;
    gap: 3px;
    color: black;
    text-decoration: none;
}

.view-cart-btn svg {
    width: 26px;
    height: auto;
    aspect-ratio: 1;
}

.view-cart-btn span {
    display: block;
    padding-top: 4px;
}
.view-cart-btn span:last-child {display: none;}
img {
    max-width: 100%;
    display: block;
}
.wrap.single-post img:not(.item-grid img) {
    max-width: 250px;
    display: block;
    border-radius: 8px;
    margin-bottom: 30px;
    object-fit: cover;
}
.wrap.clothing img:not(.item-grid img) {
    max-width: 480px;
    border-radius: 0;
    margin-bottom: 5px;
    aspect-ratio: 4/5;
    object-fit: cover;
}
@media (max-width: 860px) {
    .wrap.clothing img:not(.item-grid img) {
        max-width: 380px;
    }
}
#logo {
    display: block;
}
#logo_tl {
    max-width: 185px;
    min-height: 25px;
    /* margin: 20px auto 20px; */
    /* margin: 20px 0; */
    display: block;
    width: 100%;
}
.wrap.single-post #logo {
    /* margin: 20px 0 20px; */
}

#logo_tl {
    /* fill: white; */

}


a {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    -webkit-touch-callout: none;
}

audio {
    outline: none;
    width: 100%;
    display: block;
    margin: 20px 0 10px;
    border: 0;
    border-radius: 6px;
    max-height: 40px;
    /* border: 1px solid hsl(0, 0%, 90%); */
}
audio::-webkit-media-controls-enclosure {
    border-radius: 6px;
    /* background: rgba(255, 255, 255, 0.75); */
}

/* home page mixtapes list */
ul.items-list {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 1fr;
    column-gap: 40px;
    row-gap: 8px;
}
ul.items-list.more-items-list {
    /* grid-template-columns: repeat(3, 1fr); */
}
@media (min-width: 680px) and (max-width: 950px) {
    ul.items-list.more-items-list {
        display: grid;
        /* grid-template-columns: repeat(2, 1fr) !important; */
    }
}

ul.items-list li:only-child {
    grid-column: span 2;
}
.digital-mixtapes {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    /* border-bottom: 1px dashed #b3b3b3; */
    border-bottom: 1px solid #dedede;
    margin-bottom: 23px;
    padding-bottom: 5px;
    padding-top: 20px;
}
.items-list a {
    display: block;
    text-decoration: none;
}

.item-list-content {
    display: flex;
    /* min-height: 80px; */
}

.item-list-content img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
    max-width: 45px;
    aspect-ratio: 1;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 14px;
}

.item-list-info {
    flex: 1;
    min-width: 0;
    position: relative;
}

.items-list li {
    margin-bottom: 8px;
    min-width: 0;
    /* padding-right: 15px; */
}

section:has(.show-more-btn) li {
    display: none;
}


.item-list-info > span {
    display: block;
    /* width: 85%; */
    line-height: 1.5;
    font-size: 12px;
    /* color: #009; */
    color: black;
    /* text-decoration: underline; */
}
.items-list li a:hover .item-list-info > span {
    text-decoration: underline;
}
.items-list .description {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #4d4d4d;
    text-decoration: none;
    margin: 4px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
span.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    width: 75%;
}
.items-list span.release-date {
    color: #989898;
    font-size: 11px;
    display: block;
    margin-top: 3px;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    right: 0
}
/* carousel dots */
.carousel_dots {
    display: flex;
    /* pointer-events: none; */
}
.carousel_dots {
    justify-content: center;
    padding: 6px 0 16px;
}
.carousel_dots > span.active {
    background-color: #1c1919 !important;
}
.carousel_dots > span {
    --size: 8px;
    width: var(--size);
    height: var(--size);
    line-height: 0;
    background-color: #dbdbdb;
    display: block;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 100%;
}
/* product styles */
.clothing {
    font-family: monospace;
}
.clothing .product-image {
    flex: 1;
    grid-column: 1;
}
.clothing .product-image {
    scroll-snap-type: x mandatory;
    padding: 6px 0 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    column-gap: 1px;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
}

.wrap.clothing img:not(.item-grid img) {
    max-width: 100%;
    /* height: 320px; */
    border-radius: 0;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: top center;
    scroll-snap-align: center;
    /* aspect-ratio: 1; */
    width: 100%;
    flex: 1;
    cursor: pointer;
}
.clothing-features-list {
    padding-top: 15px;
}
.clothing .product-info {
    flex: 1;
    position: sticky;
    top: 30px;
    align-self: start;
    /* max-width: 470px; */
    grid-column: 2;
    grid-row: 1 / span 2;
    /* justify-self: start; */
}
.clothing-features-list li::before {
    content: "\2014";
    left: 0;
    position: absolute;
}
ul.clothing-features-list li {
    padding-left: 18px;
    position: relative;
    padding-bottom: 1px;
    font-size: 14px;
    line-height: 1.4;
}
.product-content {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
}
.wrap:not(.clothing) .product-info {
    flex: 1;
  }
.clothing .product-image {flex: 1;}
.price {
    display: block;
    padding: 9px 0 14px;
    font-size: 18px;
}
.product-info .description {
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.clothing .product-info .description {
    padding-top: 20px;
    display: block;
}
.product-content h1 {
    font-size: larger;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 0;
}
.clothing .product-content h1 {
    /* text-transform: uppercase; */
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    user-select: none;
    -webkit-user-select: none;
}
th, td {
    padding: 9px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid hsl(0deg 0% 93%);
}
tr td:nth-child(2) {
    max-width: 0;
}
td span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    /* user-select: none; */
}
tr td:first-child {
    width: 34px;
    text-align: right;
    color: #808080;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    padding-right: 5px;
}
th {
    /* background-color: #333;
    color: white; */
    background-color: hsl(0 0% 97% / 1);
    position: relative;
    border-color: hsl(0deg 0% 90%);
}
tr:hover {
    /* background-color: #f5f5f5; */
}
section {
    padding-bottom: 20px;
}
@media (max-width: 960px) {
    ul.clothing-features-list li {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    section {
        padding-bottom: 0;
    }
    .product-content h1 {
        font-size: large !important;
    }
}

#mobileDropdown, .select-dropdown {display: none;}

/* apple music logo */
table th::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%238d8d92" aria-role="presentation" viewBox="0 0 88 22"><path d="M81.95 7.43c3.59 0 5.77 2.33 6.02 5.1h-2.72a3.17 3.17 0 0 0-3.28-2.7c-2.2 0-3.66 1.86-3.66 4.88 0 3.08 1.47 4.87 3.7 4.87 1.75 0 2.9-.97 3.24-2.6H88c-.3 3-2.68 5.02-6.03 5.02-3.98 0-6.58-2.75-6.58-7.29 0-4.46 2.6-7.28 6.56-7.28zm-19.61 0c3.24 0 5.35 1.82 5.44 4.41h-2.69c-.16-1.36-1.15-2.22-2.75-2.22-1.55 0-2.59.77-2.59 1.89 0 .88.64 1.48 2.15 1.83l2.26.52c2.85.66 3.94 1.79 3.94 3.81 0 2.57-2.37 4.33-5.66 4.33-3.48 0-5.57-1.72-5.84-4.4h2.84c.26 1.48 1.25 2.2 3 2.2 1.72 0 2.78-.72 2.78-1.87 0-.91-.51-1.44-2.04-1.8l-2.26-.52c-2.65-.62-3.96-1.9-3.96-3.94 0-2.51 2.17-4.24 5.38-4.24zm-17 .26v8.53c0 2.14 1.01 3.28 2.99 3.28 2.06 0 3.3-1.44 3.3-3.63V7.7h2.87v14.04h-2.74v-2.37h-.07C50.92 21.05 49.5 22 47.37 22c-3.03 0-4.88-2-4.88-5.21v-9.1h2.86zm-33.1-1.65h.3c.66.06 2.57.27 3.79 2.09-.1.08-2.27 1.33-2.24 3.98.02 3.16 2.75 4.21 2.77 4.24-.02.07-.43 1.49-1.42 2.95-.87 1.28-1.76 2.54-3.18 2.57-1.38.02-1.84-.82-3.42-.82-1.58 0-2.08.8-3.38.84-1.38.05-2.42-1.36-3.29-2.64C.4 16.65-.96 11.93.87 8.75c.9-1.6 2.53-2.6 4.28-2.63 1.35-.02 2.6.9 3.41.9.82 0 2.27-1.07 3.98-.97zm11.41-3.57 6.19 15.35h.1l6.18-15.35h3.44v19.26h-2.71V7.56h-.1L31 21.73h-2.2L23.02 7.56h-.1v14.17h-2.7V2.47h3.43zm49.52 5.22v14.04H70.3V7.7h2.86zM12.55 1a4.72 4.72 0 0 1-1.07 3.35c-.74.87-1.92 1.57-3.1 1.47a4.42 4.42 0 0 1 1.1-3.22A4.6 4.6 0 0 1 12.56 1zm59.19 1.32c.91 0 1.64.74 1.64 1.66a1.65 1.65 0 1 1-3.3 0c0-.92.74-1.66 1.66-1.66z"/></svg>');
    display: block;
    content: "";
    width: auto;
    height: 12px;
    aspect-ratio: 4/1;
    position: absolute;
    right: 10px;
    top: 10px;
    /* fill: #8d8d92; */
}

/* modal styles */
.modal-wrapper {position: fixed; z-index: 99999;}
.modal-state:checked+.modal { visibility: visible; opacity: 1;}
.modal { opacity: 0; visibility: hidden;}
.overlay-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.modal-popup {
    color: #1A3035;
    background: #fff;
    text-align: center;
    max-width: max-content;
    width: 90%;
    font-size: 16px;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 102;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    z-index: 1118;
}
.modal-content {
    padding: 40px;
    min-width: 200px;
    min-height: 200px;
}
@media (max-width: 667px) {
    .modal-content {
        padding: 30px 20px;
    }
}
.close-btn:after, .close-btn:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #fff;
}
.close-btn, .close-btn-black {
    cursor: pointer;
    position: absolute;
    width: var(--size);
    height: var(--size);
    --size: 30px;
    display: block;
    top: 12px;
    right: 12px;
}
.close-btn-black:after, .close-btn-black:before {background-color: #000;}
.close-btn:before {transform: rotate(45deg)}
.close-btn:after {transform: rotate(-45deg)}
.close-btn::before, .close-btn::after {height: 2px;}
body:has(.modal-state:checked) {overflow: hidden}
@media (min-width: 1380px) {
    body:has(.modal-state:checked) {margin-right: 15px;}
}

.modal-state{opacity: 0; pointer-events: none;}
.modal-state:checked {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: default;
    background: black;
    opacity: 0.4;
    position: fixed;
    appearance: none;
    pointer-events: auto;
    /* pointer-events: none; */
}
 
/* buy button */
.clothing-size-label {
    display: block;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: bold;
}
.clothing select {
    font-size: 14px;
}
.action-btn, .shopify-buy__btn {
    /* background-color: #000; */
    /* background-color: #009; */
    background-color: #0000EE;
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 16px 0 34px;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    border: 0;
    font-family: inherit;
    width: 100%;
    text-align: center;
}
.action-btn.disabled,
.action-btn.disabled+.action-btn {
    background-color: #e5e5e5;
    color: #a1a1a1;
    pointer-events: none;
}
.clothing .action-btn {
    /* border-radius: 0; */
}
label.action-btn {display: none;}

/* related items */
.related-items-section {
    background-color: #fff;
}

section.related-items-section a {
    color: black;
    text-decoration: none;
}
section.related-items-section a:hover {
    text-decoration: underline;
}
.related-items-section h2 {
    font-size: 23px;
    padding: 29px 5px 15px;
    margin: 0;
}
.related-items-section .item-grid,
.related-items-section-2 .item-grid {
    display: flex;
    gap: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.related-items-section-2 .item-grid {
    gap: 25px;
}

.related-items-section .item,
.related-items-section-2 .item {
    background-color: #f1f1f1;
    padding: 0;
    padding-bottom: 18px;
    text-align: center;
    /* place-content: center;
    place-items: center; */
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}
.related-items-section-2 .item {
    text-transform: none;
    flex: 1;
    padding-bottom: 25px;
    background-color: white;
    max-width: 165px;
    min-width: 153px;
}

.related-items-section .item img {
    max-width: 350px;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.related-items-section .item p {
    margin: -25px auto 10px;
    max-width: 76%;
    line-height: 1.4;
    font-size: 13px;
}

.related-items-section .item span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.related-items-section button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.related-items-section button:hover {
    background-color: #333;
}
.related-items-section img[src*="hat"] {
    transform: scale(0.8)
}
li.item.white {position: relative; background-color: transparent;}

li.item.white::before {
    display: block;
    content: "";
    background: #5f5f5f0a;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}



/* related music section */
.related-items-section-2 img {
    border-radius: 6px;
    /* min-width: 165px; */
    aspect-ratio: 1;
    width: 100%;
}

section.related-items-section-2 a {
    display: block;
    text-align: left;
    font-size: 15px;
    text-decoration: none;
    color: black;
}

section.related-items-section-2 a:hover p {
    text-decoration: underline;
}

section.related-items-section-2 p {
    margin: 8px 0 5px;
    padding: 0;
    font-weight: 500;
}

.ri-year {
    color: grey;
}

.module_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0 17px;
}

.module_header a.see_all_related {
    /* color: blue !important; */
    font-weight: 600 !important;
    text-decoration: underline;
}

section.related-items-section-2 :is(h2, h2 a) {
    font-size: 21px;
    margin: 0;
}
section.related-items-section-2 h2 a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .related-items-section-2 .item-grid {
        gap: 20px;
    }
    .related-items-section-2 .item {
        min-width: 130px;
    }
    section.related-items-section-2 :is(h2, h2 a),
    .related-items-section h2  {
        font-size: 16px;
    }

    section.related-items-section-2 a {
        font-size: 13px;
    }
    section.related-items-section-2 .item a {
        font-size: 12px;
    }

    section.related-items-section-2 {
        padding-bottom: 0px;
    }
    .related-items-section-2 .module_header {
        padding-top: 40px;
    }
}



/* target safari */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
    @media (max-width: 1370px) {
    }
  }

/* load more */
/* #classics-list li, #gunit-list li,
#kanye-list li, #dipset-list li {display: none;} */

/* button.show-more-btn {
    border: 0;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    font-family: inherit;
    margin: auto;
    display: block;
    margin: 39px auto 20px;
    padding: 11px 120px;
    border-radius: 27px;
    user-select: none;
    text-transform: uppercase;
    max-width: 100%;
    cursor: pointer;
} */
button.show-more-btn {
    border: 0;
    background: #f5f5f5;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    font-family: inherit;
    margin: auto;
    display: block;
    margin: 14px auto 0;
    padding: 12px 120px;
    border-radius: 6px;
    user-select: none;
    /* text-transform: uppercase; */
    /* border: 1px solid #dfdfdf; */
    max-width: 100%;
    box-shadow: 0px 1px #d7d7d7;
    cursor: pointer;
    /* text-decoration: underline; */
}
button.show-more-btn:not(.see-all-btn)::after {
    background-repeat: no-repeat;
    background-position: right center;
    aspect-ratio: 1;
    width: 20px;
    margin: -2px 0 0px 4px;
    display: inline-block;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path></svg>');
}
button.show-more-btn.see-all-btn {
    display: block;
    text-align: right;
    text-transform: uppercase;
    /* color: #017aff; */
    color: blue;
    text-decoration: underline;
    font-size: 14px;
    background-color: transparent !important;
    box-shadow: none;
    max-width: none;
    font-weight: normal;
    padding: 12px 0;
    margin: auto;
    /* display: block !important; */
    width: 100%;
    margin-bottom: -25px !important;
}
@media (max-width: 1600px) {
    button.show-more-btn.see-all-btn, button.show-more-btn {font-size: 12px;}
}
@media (max-width: 767px) {
    button.show-more-btn {
        width: 100%;
        font-size: 12px;
        margin: 25px auto 14px;
        padding: 9px 130px;
    }
}

/* paypal btn */ 
.modal-content #desc-label {
    font-size: 18px;
    line-height: 1.7;
}

/* player */
tr.playing, tr.playing td {
    background: hsl(0deg 0% 96%);
    /* color: white; */
    font-weight: 600;
}
tr[data-src]:hover {
    background-color: #f7f7f7;
}
tr[data-src] {
    cursor: pointer;
    pointer-events: auto;
}
tr td {
    position: relative;
    border: 0;
}

tr { pointer-events: none;}

tr.playing:not(.paused) td:first-child::after {
    display: block;
    content: "";
    /* background-image: url('https://open.spotifycdn.com/cdn/images/equaliser-animated-green.f5eb96f2.gif'); */
    background-image: url('/assets/images/icons/equaliser-animated-black.gif');
    background-size: contain;
    position: absolute;
    left: 17px;
    top: 10px;
    width: 14px;
    aspect-ratio: 1;
    background-blend-mode: luminosity;
    /* background-color: #545454; */
}

tr.playing:not(.paused) td:first-child {color: transparent;}

/* section new */
/* .section-grid-new ul.items-list {grid-template-columns: 1fr;} */
 /* .section-grid-new { 
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1fr;
    column-gap: 60px; 
    padding-bottom: 25px;
}  */
.section-grid-new section {
    padding-bottom: 20px;
}
.section-grid-new .item-list-content img {
    /* max-width: 56px; */
}
ul.items-list li.plain-text  span.title {
    /* font-weight: normal; */
}


ul.items-list li.plain-text a::before {
    display: block;
    /* content: ""; */
    width: var(--size);
    height: var(--size);
    position: absolute;
    /* background-image: url(/assets/images/icons/audio-preview-icon.png); */
    top: 0;
    background-size: contain;
    left: 0;
    --size: 39px;
    border-radius: 3px;
}
ul.items-list li.plain-text .item-list-content img {
    max-width: 39px;
    border-radius: 3px !important;
}
ul.items-list li.plain-text {
    /* padding-left: 47px; */
}

.items-list li.plain-text {
    margin-bottom: 3px;
    /* max-width: 650px; */
    position: relative;
}


@media (max-width: 850px) {
    .wrap {
        max-width: none;
    }
    ul.items-list, .section-grid-new {
        display: block;
    }
    .section-grid-new {
        padding-bottom: 0;
    }
    .section-grid-new > section {
        padding-bottom: 10px;
    }
}


/* media queries */
@media (min-width: 1600px) {
    .section-grid-new .item-list-content img {
        /* max-width: 66px; */
    }
    ul.items-list li.plain-text a::before {top: 1px; --size: 46px;}
    ul.items-list li.plain-text .item-list-content img {
        max-width: 45px;
    }
    ul.items-list li.plain-text {
        /* padding-left: 62px; */
        margin-bottom: 12px;
    }
    ul.items-list {
        /* column-gap: 60px; */
    }
    button.show-more-btn:not(.see-all-btn)::after {
        margin-top: -1px;
    }
    .wrap.home {
        /* max-width: 1620px; */
    }
    .related-items-section-2 .item {
        min-width: 175px;
    }
    .product-info .description {
        font-size: 15px;
        display: block;
    }
    .product-content h1 {
        font-size: 21px;
    }
    .items-list span.release-date {
        font-size: 13px;
    }
    .clothing select {
        font-size: 16px;
        min-width: 100px;
    }
    button.show-more-btn {
        /* font-size: 15px; */
        padding: 12px 120px;
        margin-top: 15px;
    }
    .digital-mixtapes {
        font-size: 19px;
    }
    .item-list-content img {
        max-width: 45px;
        margin-right: 15px;
    }
    .item-list-content {
        /* min-height: 100px; */
    }
    .view-cart-btn {
        transform: scale(1.2);
        transform-origin: top right;
    }
    .item-list-info > span {
        font-size: 14px;
    }
    .items-list li {
        /* margin-bottom: 14px; */
    }
    .items-list .description {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 3px;
    }
    .wrap.single-post img:not(.item-grid img, .clothing img) {
        max-width: 320px;
    }
    .related-items-section .item img {
        max-width: 386px;
    }
    th, td {
        padding: 11px;
        font-size: 15px;
    }
    tr td {
        padding: 9px 11px;
    }
    .related-items-section h2 {
        font-size: 21px;
    }
    table th::after {
        right: 12px;
        top: 14px;
    }
    tr td:first-child {
        width: 39px;
    }
    tr.playing:not(.paused) td:first-child::after {
        left: 20px;
        top: 12px;
        width: 14px;
    }
}

@supports (-webkit-touch-callout: none) {
    audio {
        border: 0;
    }
}

@supports (-moz-appearance:none) {
    audio {
        border: 0;
    }

    .bg_image_cover {
        display: none !important;
    }
}

@media (min-width: 900px) and (max-width: 1080px) {
    .wrap {width: 95%; max-width: none;}
}

@media (min-width: 767px) {

    audio::-webkit-media-controls-enclosure {
        border-radius: 0px;
        /* background: rgba(255, 255, 255, 0.75); */
    }
}
@media (max-width: 850px) {
    .related-items-section .item img {
        max-width: 215px;
    }
    .wrap.clothing img:not(.item-grid img) {
        pointer-events: none;
    }
}
@media (min-width: 690px) {
.clothing .product-content {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr min(46%, 470px);
}

.wrap.clothing img:not(.item-grid img) {
    padding: 0 10%;
    object-fit: contain;
    aspect-ratio: auto;
}
}
@media (max-width: 690px) {
    .action-btn.disabled,
    .action-btn.disabled+.action-btn {
        display: none !important;
    }
    .product-image {
        scroll-snap-type: x mandatory;
        padding: 6px 0 0;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        column-gap: 1px;
    }
    /* .action-btn:not(.clothing .action-btn) {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        border-radius: 0;
        padding: 15px 27px;
        z-index: 100;
        font-weight: bold;
    } */
    .action-btn, .shopify-buy__btn {
        /* position: fixed; */
        bottom: 0;
        left: 0;
        margin: 0 0 13px;
        width: 100%;
        /* border-radius: 0; */
        padding: 14px 27px;
        z-index: 100;
        /* font-weight: bold; */
        margin-top: 12px;
        text-transform: uppercase;
    }
    .product-info .description {
        display: block;
    }
    .action-btn, .shopify-buy__btn {
        display: block;
        text-align: center;
    }
    footer {margin-top: 36px;}
    .product-content {
        display: block;
        margin-bottom: 25px;
    }
    .clothing .product-info {
        max-width: none;
    }
    .wrap.single-post img:not(.item-grid img, .clothing img) {
        /* max-width: 100%; */
        max-width: 75%;
        margin: 0 auto 19px;
        border-radius: 10px;
    }
    tr td {
        padding: 6px 9px;
    }
        tr.playing:not(.paused) td:first-child::after {
        left: 12px;
        top: 7px;
        width: 12px;
    }
}
@media (max-width: 550px) {
    .item-list-content {padding-right: 10px;}
    ul.items-list li.plain-text a::before {
        --size: 37px;
    }
    ul.items-list li.plain-text .item-list-content img {
        max-width: 37px;
    }
    header {
        padding: 12px 0;
        position: sticky;
        box-shadow: 0px -30px 0 30px #ffffff;
    }
    table th::after {
        height: 10px;
        right: 10px;
        top: 10px;
        opacity: .85;
    }

    .wrap {
        margin-top: 11px;
        padding-bottom: 12px;
    }
    .digital-mixtapes {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* max-width: 91%; */
        padding-right: 25px;
    }
    .items-list li {
        margin-bottom: 14px;
    }
    .section-grid-new li:not(.plain-text) {
        /* background: red; */
        /* margin-bottom: 25px; */
    }
    .items-list li.plain-text {
        margin-bottom: 12px;
    }
    span.title {
        width: 72%;
    }
    #newmixtapes-list span.title {
        width: 89%;
    }
    .section-grid>section .items-list .description {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 70%;
        display: block;
    }
    .item-list-content img {
        max-width: 38px;
        margin-right: 11px;
        border-radius: 3px;
    }
    .section-grid-new .item-list-content img {
        /* max-width: 54px; */
    }
    .items-list span.release-date {
        margin-top: 2px;
    }
    .item-list-info > p {
        /* width: 95%; */
        line-height: 1.5;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2px !important;
    }
    #logo_tl {
        max-width: 120px;
        /* margin: 20px auto 20px; */
    }
    #logo_tl:not(.single-post #logo_tl) {
        /* margin-bottom: 12px; */
    }

    th, td {
        font-size: 12px;
    }

    tr td:first-child {
        width: 27px;
        padding-right: 3px;
    }
}

@media (max-width: 400px) {
    th, td {
        font-size: 11px;
    }
}



/* homepage styles */
.grid-group {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
.sidebar {
    max-width: 300px;
    position: sticky;
    top: 20px;
    align-self: start;
    /* height: 700px; */
    margin-top: 20px;
    margin-left: 50px;
}
.wrap.single-post .sidebar {max-width: 300px;}
@media (min-width: 1023px) {
    .sidebar {
        width: 300px;
        z-index: 2;
    }
    .home .sidebar {z-index: 1; top: 10px;}
    .clothing header {position: static;}
}
#gtm-banner-placeholder {
    /* border-radius: 10px; */
    overflow: hidden;
}
@media (max-height: 900px) {
    .sidebar {
        align-self: end;
        top: auto;
        bottom: 20px;
        /* z-index: 1; */
    }
    #gtm-banner-placeholder {
        /* width: 137px; */
    }  
}
/* html {scroll-behavior: smooth;} */
.section-grid > section, .section-grid-new > section {
    scroll-margin-top: var(--scrolloffset);
}
.sections-nav a {
    text-decoration: none;
    /* text-transform: uppercase; */
    display: block;
    padding: 1px 37px;
    padding-left: 14px;
    font-size: 14px;
    white-space: nowrap;
    color: inherit;
}


.sections-nav h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sections-nav {
    top: 70.77px;
    position: sticky;
    align-self: start;
    /* height: calc(100vh - 70.77px);
    overflow: auto; */
    margin-bottom: -70.77px;
    scrollbar-width: thin;
}
.sections-nav-inner {
    padding-bottom: 30px;
}

.section-grid {
    border-left: 1px solid #e4e4e4;
    padding-left: 50px;
    min-width: 0;
}
@media (min-width: 1023px) {
   .section-grid {
    overflow: hidden; /* only added because google ADS OVERLAP sidebar */
    z-index: 1;
}
}

.sections-nav a:hover {
    text-decoration: underline;
    background: #f3f3f36b;
}
a.active {font-weight: bold;}
@media (max-width: 1600px) {
    .sections-nav h3 {font-size: 14px;}
    .sections-nav a {
        font-size: 12px;
        padding: 2px 37px;
        padding-left: 14px;
}
}
@media (max-width: 1550px) {
    .section-grid {padding-left: 30px;}
    .sidebar {
        margin-left: 30px;
        background: white;
    }
}
@media (max-width: 1023px) {
    .product-container {
        /* padding-bottom: 25px; */
    }
    .sections-nav {display: none;}
    .section-grid {
        border: 0;
        padding-left: 0;
    }
    .grid-group {display: block;}
    .sidebar {display: none;}
    .product-grid .sidebar {
        display: block;
        position: static;
        margin-left: 0;
        max-width: none;
    }
    .wrap.single-post .sidebar {max-width: none;}
    .product-grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }
    textarea::placeholder {
        font-family: inherit;
        line-height: 1.5;
      }
      .product-grid .submit-form {z-index: 0; padding-top: 10px;}
      .product-grid textarea {height: 100px; font-size: 12px;}
      .product-grid .form-requests > ul {max-height: none; height: 310px; overflow-x: hidden; transition: height 0.15s;}
}


/* section nav */
select.mobile-dropdown-trigger.select-dropdown {
    width: auto;
    pointer-events: none;
    color: transparent;
}
select#mobileDropdown {
    /* opacity: 0; */
    background: transparent;
    color: transparent;
}

@media (max-width: 1023px) {
#mobileDropdown, .select-dropdown {
    appearance: none;
    position: fixed;
    top: 11px;
    z-index: 11;
    right: 13px;
    background: #fff;
    outline: none;
    padding: 8px 13px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 6px;
    border: 0px solid #d5d5d5;
    /* background: #f8f8f8; */
    display: block;
    /* min-width: 130px; */
    width: 108px;
    /* font-weight: bold; */
    font-family: inherit;
    cursor: pointer;
    /* color: #017aff; */
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' fill='none' stroke='%23000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8678 1L8.46425 7L1.96216 1' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    background-position-x: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}
.section-grid > section, .section-grid-new > section  {
    scroll-margin-top: 50px !important;
}
.view-cart-group {position: absolute; right: 0;}
.view-cart-btn span {display: none !important;}
}

.home .view-cart-group {display: none !important;}

/* section nav overflow */
.artists-list, .djs-list {
    max-height: 36.2vh;
    overflow: auto;
    scrollbar-color: #d0d0d0 transparent;
    scrollbar-width: thin;
}
.djs-list {
    max-height: none;
}

@media (max-height: 950px) {
    .artists-list {
        max-height: 36.2vh;
    }
}


@media (max-height: 900px) {
    .artists-list {
        max-height: 31.2vh;
    }
    .djs-list {
        /* max-height: 28vh; */
    }
}


/* .view-cart-group {display: none;} */

/* .wrap.single-post.clothing {font-family: monospace;} */


.form-requests:has(.height-toggle:checked) > ul {
    height: 375px;
    max-height: none;
}
.height-toggle {
    appearance: none;
    display: none;
    background-repeat: no-repeat;
    background-position: right center;
    width: 23px;
    height: 23px;
    /* background-size: contain; */
    margin: 6px auto -12px;
    cursor: pointer;
    position: relative;
    background-image: url('data:image/svg+xml,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"></path></svg>');
}
.height-toggle:checked {
    transform: rotate(180deg);
}
input.height-toggle::after {
    position: absolute;
    display: block;
    content: "";
    /* background: red; */
    /* opacity: .5; */
    top: -5px;
    left: -100px;
    right: -100px;
    bottom: 0;
}

blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
    background: rgb(249, 249, 249);
    border-left: 10px solid rgb(204, 204, 204);
    margin: 14px 15px 24px;
    padding: 17px 15px 15px;
    font-size: 13px;
    line-height: 1.2;
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 6px;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline
}

@media (max-width: 650px) {
    .content-home-ad-container {
        /* display: flex; */
        align-items: center;
        /* margin: 0 9px; */
    }
}
div#sidebar-ad-2 { display: none; margin-top: 15px; }
#sidebar-ad {display: none; background: #f7f7f7;}
@media (min-width: 1023px) {
#sidebar-ad {
    display: block;
    min-height: 600px;
}
}
@media (max-width: 1023px) {
    div#sidebar-ad-2,
    .height-toggle {
        display: block;
    }
}

.download-txt {color: #0000EE; font-weight: 600;}
.discogs-svg {
    display: block;
    aspect-ratio: 1;
    max-width: 320px;
    width: 100%;
    background: #e6eaed;
    padding: 25px;
    fill: #9b9b9b;
    border-radius: 8px;
    margin-bottom: 30px;
}
li .discogs-svg {
    margin-bottom: 0;
    padding: 15px;
}
.discogs-svg.thumb {
    padding: 5px !important;
    border: 1px solid #e0e0e0;
    background: #f0f0f0;
}


details:first-of-type summary::marker,
:is(::-webkit-details-marker) {
 display: none;
}


summary::-webkit-details-marker {
  display: none;
}

details summary::-webkit-details-marker {
  display:none;
}
details > summary {
  list-style: none;
}


details summary::before {
     content: "\25B6";
     margin-right: 3px;
}
details[open] summary::before {
    content: "\25BC";
  /* transform: rotate(90deg); */
}

.artists-featured a::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 7px;
    background-color: #000000;           /* Black */
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8.822.797a2.72 2.72 0 0 1 3.847 0l2.534 2.533a2.72 2.72 0 0 1 0 3.848l-3.678 3.678-1.337 4.988-4.486-4.486L1.28 15.78a.75.75 0 0 1-1.06-1.06l4.422-4.422L.156 5.812l4.987-1.337z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8.822.797a2.72 2.72 0 0 1 3.847 0l2.534 2.533a2.72 2.72 0 0 1 0 3.848l-3.678 3.678-1.337 4.988-4.486-4.486L1.28 15.78a.75.75 0 0 1-1.06-1.06l4.422-4.422L.156 5.812l4.987-1.337z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    vertical-align: middle;
    flex-shrink: 0;
}