/*
Theme Name: storefront-child
Author: Rishabh
Description: blacknote
Version: 1.0.0.4
Template: storefront

This is the child theme for Storefront theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
    font-family: "Cormorant Garamond";
    src: url("fonts/cormorantgaramond-300-normal.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "hankenGrotesk-semi";
    src: url("fonts/HankenGrotesk-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: "Jost";
    src: url("fonts/jost-300-normal.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-400-Book.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/



/* @font-face {
    font-family: "Playfair Display";
    src: url("fonts/PlayfairDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
    font-family: "Playfair-Bold";
    src: url("fonts/PlayfairDisplay-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: "Playfair-semi";
    src: url("fonts/PlayfairDisplay-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --cream: #f2ece2;
    --cream-dd: #E3DBCA;
    --bn-paper: #F7F3EB;
    --bn-ink: #171311;
    --black: #0C0C0A;
    --muted: #6B5F4F;
    --text-dark: #2A2A2A;
    --bn-red: #d93f3f;
    --charcoal: #1A1A16;
    --bn-vermillion: oklch(0.55 0.195 27);
    --bn-vermillion-fb: #d63a2a;
    --gold: #C4964A;
    --gold-l: #D4AA62;
    --gold-d: #A67C38;
    --bg-dark: #121212;
    --bg-light: #F4EFEA;
    --bg-card-light: #FAF7F4;
    --text-light: #A5A5A5;
    --text-dark: #2A2A2A;
    --accent-gold: #C59B27;
    --border: rgba(12, 12, 10, .09);
    --border-d: rgba(12, 12, 10, .16);
    --playfair: "Playfair Display", serif;
    --cormorant: 'Cormorant Garamond', serif;
    --jost: "Jost", sans-serif;
}

body.single-product {
    padding-top: 110px;
}


.text-uppercase {
    text-transform: uppercase;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.light-bg {
    background: var(--bn-paper);
}

.primary-bg2 {
    background: #EDE6D8;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.my-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.text-black {
    color: #000;
}

.redtext {
    color: var(--bn-red)
}

.text-center {
    text-align: center;
}

h1,
h2,
h3 {
    font-family: var(--playfair);
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.justify-content-between {
    justify-content: space-between;
}

a {
    transition: all 0.4s;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-md-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

@media(max-width:768px) {

    .col-md-6,
    .col-md-3,
    .col-md-2,
    .col-md-8,
    .col-md-4,
    .col-md-7,
    .col-md-5,
    .col-md-9,
    .col-md-12 {
        width: 100%;
    }

    .col-sm-6 {
        width: 50%;
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.light-bg {
    background: var(--bn-paper);
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.my-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.text-black {
    color: #000;
}

.redtext {
    color: var(--bn-red)
}

.text-center {
    text-align: center;
}

h1,
h2,
h3 {
    font-family: var(--playfair);
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.justify-content-between {
    justify-content: space-between;
}

a {
    transition: all 0.4s;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 16.6%;
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-md-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-md-10 {
    flex: 0 0 auto;
    width: 80%
}

.col-md-12 {
    flex: 0 0 auto;
    width: 100%
}

@media(max-width:768px) {

    .col-md-6,
    .col-md-3,
    .col-md-2,
    .col-md-8,
    .col-md-4,
    .col-md-7,
    .col-md-5,
    .col-md-9,
    .col-md-12 {
        width: 100%;
    }

    .col-sm-6 {
        width: 50%;
    }
}

body {
    font-family: var(--playfair);
    font-weight: 300;
    background: #FAF6EE;
    font-size: 15px;
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.storefront-sorting {
    margin: 24px 0px;
    border-top: 1px solid #ede0cb;
    padding-top: 20px;
}

.header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 0px 50px;
    transition: ease all 0.4s;
    border-bottom: 1px solid transparent;

}

.header.scroll {
    background: #1a1512;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-nav .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.desktop-nav .nav-links>li {
    position: relative;
}

.desktop-nav .nav-links .navlink.active {
    font-weight: 500;
}

.desktop-nav .nav-links .navlink {
    display: block;
    padding: 0 18px;
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #171311;
    transition: opacity .2s;
    white-space: nowrap;
    font-family: "Jost", sans-serif;
}

.home.scroll .desktop-nav .nav-links .navlink {
    color: var(--bn-paper);
}

.header.in-page {
    background-color: #1a1512;
}


.in-page .desktop-nav .nav-links .navlink {
    color: var(--bn-paper);
}


.desktop-nav .nav-links .navlink::after {
    content: '';
    position: absolute;
    bottom: 33px;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    height: 2px;
    background: rgb(203, 62, 42);
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.desktop-nav .nav-links .navlink:hover::after {
    transform: scaleX(1);

}

.desktop-nav .nav-links .navlink span {
    display: inline-block;
    transition: ease all 0.4s;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
}

.desktop-nav .nav-links .navlink:hover span,
.desktop-nav .nav-links .navlink.active span {
    transform: translateY(-9px);
}

.desktop-nav .nav-links .navlink.active::after,
.desktop-nav .nav-links .navlink:hover::after {
    content: '';
    position: absolute;
    bottom: 43px;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    height: 2px;
    background: rgb(203, 62, 42);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.desktop-submenu {
    position: fixed;
    margin: 0;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: var(--bn-paper);
    list-style: none;
    padding: 2rem 0;
    opacity: 0;
    background: rgba(245, 240, 232, .97);
    backdrop-filter: blur(20px);
    visibility: hidden;
    box-shadow: 0 18px 48px -12px rgba(12, 12, 10, .2);
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 101;
}

.desktop-submenu li a {
    font-size: 0.75rem;
    letter-spacing: 1px;
    display: block;
}

.desktop-nav .has-submenu:hover .desktop-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.hamburger-btn {
    display: none;
    background: none;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    cursor: pointer;
}

.mega .mc-label {
    color: rgba(23, 19, 17, .55) !important;
    opacity: 1 !important
}

.mega .ml {
    color: var(--bn-ink) !important
}

.mega .mc-feat-name {
    color: var(--bn-ink) !important
}

.mega .mc-feat-artist {
    color: var(--bn-vermillion-fb) !important;
    color: var(--bn-vermillion) !important
}

.mc {
    padding: 0 28px;
    border-right: 1px solid var(--border);
}

.mc:first-child {
    padding-left: 0
}

.mc:last-child {
    border-right: none
}

.mc-label {
    font-family: var(--jost);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.mq-row .mq-item--serif {
    font-family: var(--playfair);
    font-style: italic;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(196, 150, 74, .65);
}


.mc-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 6px;
    transition: background .15s;
    text-decoration: none !important;
}

.mc-feat:hover {
    background: var(--cream-dd);
    text-decoration: none !important;
}

.mc-feat-art {
    width: 52px;
    height: 52px;
    border-radius: 3px;
    flex-shrink: 0;
    overflow: hidden
}

.mc-feat-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.mc-feat-name {
    font-family: var(--cormorant);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black)
}

.mc-feat-artist {
    font-family: var(--jost);
    font-size: .76rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2px
}

.mc-feat-price {
    font-family: var(--jost);
    font-size: .78rem;
    font-weight: 300;
    color: var(--muted)
}

.mc-accent {
    background: var(--charcoal);
    color: white;
    border-radius: 3px;
    padding: 20px
}

.mc-accent .mc-label {
    color: rgba(255, 255, 255, .3);
    border-bottom-color: rgba(255, 255, 255, .1)
}

.ml {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid var(--border-d);
    cursor: pointer;
    font-family: var(--cormorant);
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--black);
    transition: color .15s
}

.ml:last-child {
    border-bottom: none
}

.ml:hover {
    color: var(--gold-d)
}

.ml-arr {
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .15s, transform .15s;
    font-size: .8rem
}

.ml:hover .ml-arr {
    opacity: 1;
    transform: none
}

.rw {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 12px;
}

.rcircle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: radial-gradient(circle at 50%, #2a1505, #0d0800);
    flex-shrink: 0;
    border: 2px solid rgba(196, 150, 74, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--playfair);
    font-style: italic;
    font-size: 1rem;
    color: var(--gold-l);
}

.rtitle {
    font-family: var(--playfair);
    font-size: 1.15rem;
    line-height: 1;
    margin-bottom: 2px;
}

.rcount {
    font-family: var(--jost);
    font-size: .6rem;
    color: var(--gold);
    letter-spacing: .08em;
    text-transform: uppercase;
}



.in-page .logo-container img,
.home.scroll .logo-container img,
.scroll .hamburger-btn img,
.in-page .hamburger-btn img {
    filter: brightness(0) invert(1);
}

.in-page .scroll .logo-container img {
    filter: unset;
}

.bn-auth-wrapper {
    margin-top: 100px;
}

.cms-container {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
}

.cms-container p {
    line-height: 32px
}

.footenote {
    background: #fff;
    padding: 17px 19px;
    border-left: 3px solid var(--gold);
    margin-bottom: 20px;
}

.footenote>h2 {
    font-size: 18px;
    font-weight: 500;
}

.footenote>p {
    margin-bottom: 0px
}

.policy-updated {
    font-family: var(--jost);
    font-size: 16px;
}

.cms-container h3,
.cms-container h2 {
    margin-top: 0;
}

/* --- Mobile Drawer Navigation Menu --- */
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 998;
}

.drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

.woocommerce ul.products {
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    grid-template-columns: unset;
    gap: 25px;
}

.woocommerce ul.products li.product {
    margin: 0;
    padding: 0;
    width: 18.5% !important;
    float: none !important;
    margin-right: 0 !important;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--cream);
    text-align: left;
}

.product-card__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.product-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 16px;
    background: var(--bn-paper);
}

.product-card__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}


.products.columns-4.card-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

ul.products::before,
ul.products::after {
    display: none;
}

.discogs-filter-title {
    font-weight: 600 !important;
    font-family: var(--jost);
    color: rgb(27, 23, 20);
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 12px;
}

.product-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(12, 12, 10, 0.88);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-family: var(--jost);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card__label {
    font-family: "hankenGrotesk-semi";
    font-size: 10.5px;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(154, 142, 126)
}

.product-card__title {
    font-family: var(--playfair);
    font-size: 18px;
    line-height: 1.3;
    color: rgb(27, 23, 20);
    margin: 0 0 auto 0;
    padding-bottom: 9px;
}

.product-card__price {
    font-family: var(--playfair);
    font-size: 16px;
    line-height: 1.3;
    color: rgb(27, 23, 20);
}

.product-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.product-shorting {
    background: var(--cream);
    border-bottom: 1px solid #e9ddcb;
    position: sticky;
    top: 101px;
    padding: 10px 0px;
    z-index: 12;
}

.bn-filts {
    display: flex;
    align-items: center;
    gap: 10px;
}



.product-toolbar .woocommerce-result-count {
    margin: 0;
    font-family: var(--jost);
    color: var(--muted);
}

.product-toolbar .woocommerce-ordering {
    margin: 0;
}

.product-toolbar .woocommerce-ordering select,
.storefront-sorting select {
    border: 1px solid var(--border-d);
    padding: 8px 10px;
    border-radius: 4px;
    font-family: var(--jost);
    font-size: 15px;
    color: var(--black);
    background: var(--cream);
}

.storefront-sorting .woocommerce-result-count {
    margin-top: 9px;
}

@media (max-width: 992px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .product-toolbar .woocommerce-ordering select,
    .storefront-sorting select {
        width: 122px;
    }

}

.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: var(--cream);
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.05);
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow-y: auto;
}

.mobile-drawer.open {
    right: 0;
}

.drawer-header {
    position: sticky;
    top: 0;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.drawer-brand {
    font-family: var(--playfair);
    color: var(--black);
    font-style: italic;
    font-size: 1.45rem;
    letter-spacing: -.01em;
}

.close-btn,
.status-icon {
    background: none;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-d);
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
}

.status-icon {
    width: 30px;
    height: 30px;
    line-height: 0;
}

.drawer-body {
    padding: 22px 24px;
}

/* Drawer Input Box */
.mdrawer-search {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    background: rgba(12, 12, 10, .04);
    border: 1px solid var(--border-d);
    border-radius: 4px;
    cursor: pointer;
    color: var(--muted);
    font-family: var(--jost);
    font-size: .72rem;
    letter-spacing: .04em;
}

.mdrawer-search svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}


/* Accordion Structuring Rules */
.drawer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-item {
    border-bottom: 1px solid var(--border-d);
    padding: 1rem 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-family: var(--playfair);
    color: var(--black);
}

.submenu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, margin-top 0.3s ease;
}

.submenu li {
    padding: 0.5rem 0;
}

.submenu li a {
    font-family: var(--cormorant);
    font-size: 18px;
    font-weight: 400;
    padding: 9px 0;
    color: var(--charcoal);
    text-decoration: none;
}

.accordion-item.active .submenu {
    max-height: 300px;
    margin-top: 1rem;
}

.hamburger-btn {
    display: none;
    background: none;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: var(--bn-ink);
    cursor: pointer;
    padding: 5px;
}

.mdrawer-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mdr-act--primary {
    display: block;
    background: var(--black);
    color: var(--cream);
    text-align: center;
    padding: 16px 18px;
    border-radius: 3px;
    border: none;
    margin: 22px 0px;
    letter-spacing: .18em
}

.mdr-act {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    font-family: var(--jost);
    font-size: .68rem;
    font-weight: 300;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--charcoal);
    border: none;
    background: transparent;
    text-decoration: none;
    border-bottom: 1px solid var(--border-d);
}

.footer {
    background: #0C0C0A;
    color: white;
    padding: 80px 52px 38px;
    width: 100%;
}

.ft-top {
    margin-bottom: 38px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.ft-logo--brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px
}

.bn-mark {
    font-family: var(--playfair);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.bn-mark--ft .bn-mark__word {
    font-size: 1.5rem;
    color: #F7F3EB;
}

.bn-mark__tag {
    font-family: var(--jost);
    font-size: .55rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(23, 19, 17, .6);
    margin-top: 8px;
    font-weight: 400
}

.bn-mark--ft .bn-mark__tag {
    color: rgba(247, 243, 235, .5);
}

.ft-tagline {
    font-family: var(--cormorant);
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, .35);
    font-weight: 300;
}

.ft-soc {
    display: flex;
    gap: 22px;
}

.ft-soc a {
    font-family: var(--jost);
    font-size: .68rem;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .26);
    transition: color .2s;
    cursor: pointer
}

.ft-col h4 {
    font-family: var(--jost);
    font-size: .80rem;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .28);
    margin-bottom: 20px
}

.ft-col a {
    font-family: var(--cormorant);
    font-size: 1.05rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .56);
    transition: color .2s;
    cursor: pointer
}

.ft-col a:hover {
    color: #fff;
}

.ft-col ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.ft-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--jost);
    font-weight: 300;
    letter-spacing: .1em;
    font-size: 13px;
    color: rgb(133 133 133);
}

.woocommerce-checkout .catalog-banner h1 {
    color: #fff;
}



.ft-soc {
    display: flex;
    gap: 22px
}

.ft-soc a {
    font-family: var(--jost);
    font-size: .68rem;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .26);
    transition: color .2s;
    cursor: pointer
}

.ft-soc a:hover {
    color: rgba(255, 255, 255, .7)
}

.hero {
    height: 100vh;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: var(--cream);
    padding: 0 40px;
}

.hero-bg-vinyl {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    display: block;
    overflow: hidden;
    line-height: 0;
    border-radius: 0;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.banner-hero-section {
    height: 100vh;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #f2ede3;
    padding: 0 40px;
}

.hero-bg-vinyl {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    display: block;
    overflow: hidden;
    line-height: 0;
    border-radius: 0;
    will-change: transform;
}

.hero-bg-vinyl::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, var(--cream) 0%, rgba(245, 240, 232, .85) 30%, rgba(245, 240, 232, .4) 60%, transparent 100%);
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero-content-home {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero-h1 {
    font-family: var(--playfair);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.03em;
    font-style: normal;
    margin-bottom: 35px;
    font-size: clamp(3.4rem, 7vw, 7.7rem);
    color: #000;
}

.eyebrow {
    font-family: var(--jost);
    font-size: .78rem;
    font-weight: 300;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--muted);
}

.bn-dot {
    display: inline-block;
    padding: 0 20px;
}

.bn-dot-red {
    color: var(--bn-red);
}

.mq-row {
    display: flex;
    padding: 15px 0;
}

.mq-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.mq-track {
    display: inline-flex;
    gap: 56px;
    white-space: nowrap;
}

.mq-track--fwd {
    animation: marquee 30s linear infinite;
}

.mq-track--rev {
    animation: marquee 38s linear infinite reverse;
}

.mq-wrap {
    overflow: hidden;
    background: var(--charcoal);
}

.mq-item {
    font-family: var(--jost);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .36);
    display: flex;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}

.mq-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(196, 150, 74, .45);
    flex-shrink: 0;
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

.section-head h2 {
    font-family: var(--playfair);
    font-weight: 500;
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    line-height: 1.02;
    letter-spacing: -.028em;
    color: var(--bn-ink);
}

.bn-about h3 {
    font-family: var(--playfair);
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--bn-ink);
    margin: 0 0 14px;
    letter-spacing: -.015em;
    line-height: 1.1;
}

.pressing-foot {
    border-top: 1px solid #dbdbdb;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.pressing-foot a {
    font-family: var(--jost);
    font-size: .7rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--bn-ink);
    text-decoration: none;
    border-bottom: 1px solid var(--bn-ink);
    padding-bottom: 3px;
    font-weight: 700;
}

.primary-bg {
    background: #f5f0e8;
}

.exp-sub {
    position: relative;
    margin-bottom: 20px;
}

.exp-sub span {
    background: #f5f0e8;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    font-family: var(--jost);
    font-size: .78rem;
    font-weight: 300;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.exp-sub:before {
    width: 100%;
    height: 1px;
    background: #d1c4af;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
}

.bn-about p {
    font-size: 17px;
    font-family: var(--jost);
    font-weight: 400;
}

.music-card {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
}

.music-card img {
    width: 100%;
    height: 100%;
    transition: ease all 0.4s;
}

.gc-cta {
    opacity: 0;
    bottom: 50%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transition: ease all 0.4s;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.gc-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 22px 22px;
    background: linear-gradient(to top, rgba(8, 8, 6, .95) 0%, rgba(8, 8, 6, .7) 55%, transparent 100%);
}

.gc-count span {
    font-family: var(--jost);
    font-size: .66rem;
    font-weight: 500;
    letter-spacing: .2em;
    color: var(--gold-l, #c4964a);
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 6px;
}

.gc-count h3 {
    font-family: var(--playfair);
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
}

.music-card:hover img {
    scale: 1.1;
}

.music-card:hover .gc-cta {
    opacity: 1;
}

/* Carousel Styles */
.carousel-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.products-carousel {
    margin: 0;
    padding: 0;
}

.products-carousel ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-carousel li.product {
    margin: 0;
    padding: 0 15px;
}

.products-carousel .slick-slide {
    padding: 0 15px;
}

.products-carousel .slick-track {
    display: flex;
    align-items: stretch;
}

.carousel-bottom-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}

.carousel-nav-btn {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-d);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-nav-btn:hover {
    border-color: var(--black);
    background: var(--cream-dd);
}

.carousel-nav-btn svg {
    width: 18px;
    height: 18px;
}

/* Slick Carousel Overrides */
.slick-dots {
    display: none !important;
}

.slick-prev::before,
.slick-next::before {
    display: none !important;
}

.new-arrival-products .products-carousel li.product {
    margin: 0;
    padding: 0 0px;
}


@media (max-width: 768px) {
    .carousel-bottom-nav {
        margin-top: 20px;
        padding-top: 20px;
    }

    .carousel-nav-btn {
        width: 38px;
        height: 38px;
    }
}


.music-card .gc-cta span {
    background: #fff;
    color: #111;
    padding: 7px 14px;
    display: inline-block;
    border-radius: 5px;
}

.split-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 72vh;
    overflow: hidden
}

.story-sec {
    background: var(--warm);
    padding: 110px 52px
}

.story-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 72px;
    align-items: center
}

.story-vinyl-d {
    display: none
}



.story-cap-n {
    font-family: var(--playfair);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--gold-l)
}

.split-img-bg {
    position: absolute;
    inset: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    will-change: transform
}

.split-copy {
    display: flex;
    align-items: center;
    padding: 80px 72px;
    background: var(--cream)
}

.split-copy-inner {
    max-width: 460px
}

.q-cite {
    font-family: var(--jost);
    font-size: .62rem;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--gold-l)
}

.story-sec {
    background: var(--warm);
    padding: 110px 52px
}

.story-inner {
    max-width: var(--max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 72px;
    align-items: center
}

.story-img {
    position: relative
}

.story-main {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 4px;
    overflow: hidden;
    background: url('https://www.blacknote.co.in/wp-content/themes/waxworks/assets/img/story-img.jpg') center center / cover no-repeat
}

.story-vinyl-d {
    display: none
}

.story-cap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--black);
    color: white;
    padding: 18px 22px;
    border-radius: 3px
}

.story-cap-n {
    font-family: var(--playfair);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--gold-l)
}

.story-cap-l {
    font-family: var(--jost);
    font-size: .66rem;
    font-weight: 300;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .42);
    margin-top: 3px
}

.story-copy h2 {
    font-family: var(--playfair);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: -.02em;
    margin-bottom: 24px;
    color: var(--black);
}

.story-copy h2 em {
    font-style: italic
}

.story-copy p {
    font-family: var(--cormorant);
    font-size: 1.15rem;
    line-height: 1.85;
    color: var(--muted);
    margin-bottom: 20px;
    font-weight: 300
}

.sec-sell h2 {
    margin-top: 0;
    font-family: var(--playfair);
    font-size: clamp(2.2rem, 5vw, 4rem);
    color: white;
    font-weight: 400;
    letter-spacing: -.02em;
    margin-bottom: 14px;
    line-height: .95;
}


.btn-line {
    display: inline-flex;
    color: var(--black);
    align-items: center;
    gap: 14px;
    font-family: var(--jost);
    font-size: .64rem;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black);
    padding-bottom: 3px;
    transition: letter-spacing .3s var(--ease-s), gap .3s var(--ease-s);
    cursor: pointer
}



.btn-solid {
    display: block;
    width: fit-content;
    padding: 14px 36px;
    color: white;
    font-family: var(--jost);
    font-size: 0.74rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1.5px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

.btn-solid.gold {
    background: var(--gold);
    border-color: var(--gold)
}

.btn-solid.gold:hover {
    background: var(--gold-d)
}


@media (max-width: 1024px) {

    .desktop-nav,
    .desktop-only {
        display: none !important;
    }

    .hamburger-btn {
        display: inline-block !important;
    }

    .header {
        padding: 5px;
    }

    .navbar {
        padding: 1rem 1.5rem;
    }
}


/* ==========================================
 * Custom Single Product Page Layout & Design
 * ========================================== */
body.single-product {
    background-color: var(--cream) !important;
}

body.single-product #content,
body.single-product #main,
body.single-product .site-content,
body.single-product .site-header,
body.single-product .col-full {
    background-color: var(--cream) !important;
}

body.single-product #primary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.custom-vinyl-product-page,
.custom-hardware-product-page {
    max-width: 1270px;
    margin: 8px auto;
    padding: 0 20px;
    font-family: var(--jost);
    color: var(--black);
}


.custom-product-main {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
}

.custom-product-left {
    flex: 1;
    min-width: 300px;
    max-width: 580px;
}

.custom-product-right {
    flex: 1;
    min-width: 300px;
}

.main-content {
    margin: 105px 0 0 0;
}

.storefront-breadcrumb .col-full {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.woocommerce-breadcrumb {
    font-size: 10px !important;
    font-weight: 400;
}


@media (max-width: 900px) {
    .custom-product-main {
        flex-direction: column;
        gap: 30px;
    }

    .custom-product-left,
    .custom-product-right {
        max-width: 100%;
    }
}

/* Album Cover + Sliding Vinyl Record Animation */
.album-cover-container {
    width: 100%;
    padding-right: 15%;
    box-sizing: border-box;
    position: relative;
}

.album-cover-img {
    position: relative;
    z-index: 3;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(12, 12, 10, 0.15);
    background: #eaeaea;
}

.album-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vinyl-disc {
    position: absolute;
    top: 5%;
    right: 5%;
    /* Peeks out from behind the cover */
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, #3a3a3a 0%, #111 50%, #000 100%);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.05), 0 8px 25px rgba(0, 0, 0, 0.35);
    z-index: 2;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), right 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    transform: rotate(0deg);
    pointer-events: none;
    /* Make clicks pass through to container */
}

.vinyl-grooves {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0.8) 2px, rgba(255, 255, 255, 0.05) 3px, rgba(0, 0, 0, 0.8) 4px);
    opacity: 0.8;
}

.vinyl-label {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vinyl-center-hole {
    position: absolute;
    top: 47.5%;
    left: 47.5%;
    width: 5%;
    height: 5%;
    border-radius: 50%;
    background-color: var(--cream);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

/* Hover micro-interactions */
.album-cover-container:hover .vinyl-disc {
    right: -7%;
    transform: rotate(180deg);
}

/* Custom Breadcrumbs styling */
.custom-breadcrumbs {
    margin-bottom: 30px;
    font-family: var(--jost);
    font-size: 11px;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(4 4 4 / 30%);
}

.archive .custom-breadcrumbs {
    color: rgba(255, 255, 255, .3);
}

.archive .custom-breadcrumbs a {
    color: rgba(255, 255, 255, .3);
}

.custom-breadcrumbs a {
    color: rgb(4 4 4 / 30%);
    text-decoration: none;
}

.bn-pro-head .custom-breadcrumbs a:hover {
    color: #fff;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    color: #181717;
}

.bn-pro-head .woocommerce-breadcrumb .breadcrumb-separator {
    color: #fff;
}


.woocommerce-breadcrumb {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

/* Product Header and Price */
.custom-badge-used,
.custom-badge-new {
    display: inline-block;
    background: var(--black);
    color: var(--cream);
    font-family: var(--jost);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.custom-meta-string {
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 8px;
}

.custom-product-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--bn-ink);
    margin: 0 0 25px 0;
    font-family: "Playfair-semi";
}

.custom-product-artist {
    font-family: var(--jost);
    font-size: 17px;
    color: var(--gold);
    margin-bottom: 17px;
    font-weight: 500;
}

.custom-product-price {
    margin-bottom: 20px;
    border-left: 2px solid var(--gold);
    padding-left: 15px;
    line-height: 1.1;
}

.custom-product-price .price,
.custom-product-price .amount {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: var(--black) !important;
    font-family: var(--playfair)
}

.custom-product-price del {
    font-size: 1.1rem;
    color: var(--muted);
    margin-right: 10px;
}

.custom-product-price ins {
    text-decoration: none;
}

.single-product div.product table.variations select {
    max-width: 100% !important;
    width: 72% !important;
    border-radius: 30px;
    padding: 11px !important;
    background: no-repeat !important;
    border: 1px solid #a9a9a9 !important;
    margin-top: 6px;
}

.single-product div.product .variations_button {
    padding-top: 3px !important;
    display: flex;
    gap: 6px;
    align-items: center;
}

.single-product div.product form.cart .quantity {
    float: left;
    margin-right: 0;
}

.single-product .quantity .qty {
    width: 65px;
    height: 50px;
    text-align: center;
    border: 1px solid #b5b5b5 !important;
    border-radius: 8px;
    font-family: var(--jost);
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    outline: none;
    background: transparent;
    margin-right: 12px;
}

.single-product .quantity .qty:focus {
    border-color: var(--bn-red) !important;
}

/* Condition Details styling */
.custom-condition-section {
    margin-bottom: 10px;
}

.condition-label {
    font-family: var(--jost);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 8px;
}

.condition-buttons-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px;
}

.condition-value-box {
    display: inline-block;
    border: 1px solid #afafaf;
    color: #242424;
    background: transparent;
    padding: 2px 15px;
    font-family: var(--jost);
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 0;
    transition: all 0.25s ease;
}

/* Highlight available (in-stock) conditions */
.condition-value-box.is-in-stock {
    border-color: var(--bn-ink);
    color: var(--bn-ink);
}

/* Grey out out-of-stock conditions */
.condition-value-box.is-out-of-stock {
    border-color: #d8d3c9;
    color: #9d968b;
    opacity: 0.6;
    background-color: rgba(12, 12, 10, 0.02);
}

.condition-value-box:hover,
.condition-value-box.active {
    border-color: var(--gold);
    color: #111;
    background: var(--gold);
}

.grading-guide-link {
    font-family: var(--jost);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: var(--muted);
    text-decoration: none;
    border-bottom: 1px solid var(--muted);
    padding-bottom: 2px;
}

.grading-guide-link:hover {
    color: var(--black);
    border-bottom-color: var(--black);
}

.woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 38px;
    font-family: 'Playfair-semi';
}

.artist-bio-wraps h1 {
    font-size: 50px;
    margin-bottom: 15px;
    font-family: var(--playfair);
    font-weight: 500;
    color: #fff;
}

.discogs-active-filters-bar {
    margin-bottom: 0px !important;
}

.real-name {
    font-family: var(--jost);
    color: var(--gold);
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.artist-bio-wraps .artist-bio {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.6;
    max-height: 100px;
    overflow: hidden;
    position: relative;
    font-family: var(--jost);
}

/* Actions Form (Add to Cart / Buy Now) styling */
.custom-add-to-cart-section {
    margin-bottom: 20px;
}


.custom-add-to-cart-section form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-bottom: 0 !important;
}

.custom-add-to-cart-section form.cart .single_add_to_cart_button,
.custom-add-to-cart-section form.cart .buy-now-btn {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    height: 50px;
    font-family: var(--jost) !important;
    font-size: 0.76rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.custom-add-to-cart-section form.cart .single_add_to_cart_button {
    background: transparent !important;
    color: var(--black) !important;
    border: 1px solid #b5b5b5 !important;
    padding: 0 !important;
    margin-right: 10px;
}

.custom-add-to-cart-section form.cart .single_add_to_cart_button:hover {
    background: var(--black) !important;
    color: white !important;
}

.custom-add-to-cart-section form.cart .buy-now-btn {
    background: var(--bn-red) !important;
    color: white !important;
    border: 1px solid var(--bn-red) !important;
}

.custom-add-to-cart-section form.cart .buy-now-btn:hover {
    background: #b52c2c !important;
    border-color: #b52c2c !important;
}

/* Wishlist layout styling */
.custom-wishlist-box {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    max-width: 100%;
}

.add-to-wishlist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    border: 1px solid var(--border-d);
    background: transparent;
    color: var(--muted);
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.add-to-wishlist-btn:hover {
    color: var(--black);
    border-color: var(--black);
    background: rgba(12, 12, 10, 0.02);
}

.heart-icon {
    font-size: 1.15rem;
}

/* Metadata Grid 2x2 styling */
.custom-metadata-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 100%;
}

.metadata-box {
    background: rgba(12, 12, 10, 0.04);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 18px 24px;
}

.meta-box-label {
    font-family: var(--jost);
    font-size: 0.58rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin-bottom: 6px;
    text-transform: uppercase;
}

.meta-box-value {
    font-family: var(--playfair);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--black);
}

/* Interactive minimalist Tabs styling */
.custom-product-tabs {
    margin-top: 60px;
    border-top: 1px solid var(--border-d);
    padding-top: 13px;
}

.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 15px;
}


.custom-product-tabs table:not(.has-background) th {
    background-color: #f2ece3;
    border-top: 1px solid rgb(12 12 10 / 8%);
    font-family: var(--jost);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.custom-product-tabs table:not(.has-background) tbody tr:nth-child(2n) td,
.custom-product-tabs fieldset,
fieldset legend {
    background-color: #f2ece3;
}

.custom-product-tabs table:not(.has-background) tbody td {
    background-color: #f2ece3;
    border-top: 1px solid rgb(12 12 10 / 8%);
    font-family: var(--jost);
    font-size: 14px;
    color: #000;
}

.tab-btn {
    background: transparent;
    border: 1px solid var(--border-d);
    color: var(--muted);
    padding: 10px 24px;
    font-family: var(--jost);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.16em;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    color: var(--black);
    border-color: var(--black);
}

.tab-btn.active {
    background: var(--black);
    border-color: var(--black);
    color: var(--cream);
}

.product-tab-content {
    display: none;
    animation: tabFadeIn 0.4s ease forwards;
    font-family: var(--cormorant);
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--muted);
}

.product-tab-content.active {
    display: block;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Technical Details Table styling */
.technical-details-table {
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.technical-details-table th,
.technical-details-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

.technical-details-table th {
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black);
    width: 30%;
}

.technical-details-table td {
    font-family: var(--cormorant);
    font-size: 1.1rem;
    color: var(--muted);
}

/* Shipping Policy Grid styling */
.shipping-policy-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.shipping-policy-icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}

.shipping-policy-text strong {
    font-family: var(--jost);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--black);
    display: block;
    margin-bottom: 5px;
}

.shipping-policy-text p {
    font-family: var(--jost);
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

.custom-product-tabs {
    font-family: var(--jost);
}

/* Wishlist Toast Notification */
.wishlist-toast {
    position: fixed;
    bottom: 30px;
    right: -350px;
    background-color: var(--black);
    color: var(--cream);
    padding: 15px 25px;
    border-radius: 3px;
    font-family: var(--jost);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.wishlist-toast.show {
    right: 30px;
}

/* In Wishlist button active state */
.add-to-wishlist-btn.in-wishlist {
    background-color: rgba(217, 63, 63, 0.05) !important;
    border-color: var(--bn-red) !important;
    color: var(--bn-red) !important;
}

.add-to-wishlist-btn.in-wishlist .heart-icon {
    color: var(--bn-red) !important;
}

/* Wishlist page layout styling */
.product-card__image-wrapper {
    position: relative;
}

.wishlist-remove-item {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    color: #d93f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0;
}

.wishlist-remove-item:hover {
    background: #d93f3f;
    color: #fff;
    border-color: #d93f3f;
    transform: scale(1.1);
}

/* Header Wishlist Badge Styling */
.wishlist-btn {
    position: relative;
}

.wishlist-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--bn-red);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bn-paper);
    font-family: var(--jost);
    padding: 0 2px;
    box-sizing: border-box;
}

.woocommerce-page .content-area {
    width: 80%;
}

.woocommerce-page #secondary {
    width: 17%;
    margin-right: 0;
}

.catalog-banner {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-color: #1a1512;
    padding: 36px 0;
}

.archive .catalog-banner {
    padding: 30px 0;
}



.catalog-banner .custom-breadcrumbs {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.catalog-banner .storefront-breadcrumb {
    margin-bottom: 0 !important;
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: none !important;
}

.shop-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 50px;
    line-height: 1.1;
    text-align: left !important;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
    font-family: var(--playfair);
    font-weight: 500;
}

.shop-title span {
    color: #f2ece2;
}

/* Main Heading Typography */
.bn-pro-head h1 {
    color: var(--gold);
    font-size: unset;
    margin: 0;
    font-family: unset;
    line-height: unset;
    font-style: italic;
    letter-spacing: unset;

}

.cart-page-head h1 {
    z-index: 2;
    position: relative;
    font-size: 64px;
    line-height: 1.1;
    font-family: "Playfair-semi";
    color: #f2ece2;
}

.catalog-banner

/* Serif Italic Accent Style */
.catalog-banner h1 em {
    font-style: italic;
    color: #c5a880;
    /* Subtle muted gold tone */
    font-weight: 400;
    padding-left: 4px;
}

/* Bottom Metadata Row */
.meta-info {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--jost);
}

b,
strong {
    font-weight: 500;
}

.meta-info .separator {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #7c7267;
    border-radius: 50%;
    opacity: 0.6;
}

/* Massive Background Accent Text */
.bg-watermark-text {
    position: absolute;
    right: 50px;
    bottom: -76px;
    font-family: var(--playfair);
    font-style: italic;
    color: rgba(255, 255, 255, .022);
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11vw;
}

.product-components {
    display: flow-root;
    background: var(--cream);
}

/* Header Right Actions Styling */
.header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bn-ink);
    position: relative;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.nav-action-btn:hover {
    opacity: 0.7;
    color: var(--gold);
}

.nav-action-btn svg {
    display: block;
    stroke: var(--bn-ink);
}


.scroll .logo-container svg,
.in-page .logo-container svg,
.svg-white {
    filter: brightness(0) invert(1);
}

.in-page .nav-action-btn svg,
.home.scroll .nav-action-btn svg {
    stroke: var(--bn-paper);
}

.in-page .scroll .nav-action-btn svg,
.home.scroll .nav-action-btn svg {
    stroke: var(--bn-paper);
}

.nav-action-btn:hover svg {
    stroke: var(--gold);
}

/* Cart Badge Styling */
.cart-btn {
    position: relative;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--gold);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bn-paper);
    font-family: var(--jost);
    padding: 0 2px;
    box-sizing: border-box;
}

/* Sign Up Button Styling (Matches header mockup) */

.in-page .btn-signup,
.home.scroll .btn-signup {
    border: 1px solid var(--bn-paper);
    color: var(--bn-paper);
}

.btn-signup {
    background: transparent;
    border: 1px solid var(--bn-ink);
    color: var(--bn-ink);
    font-family: var(--jost);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    padding: 10px 24px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    line-height: 1;
}

.btn-signup:hover {
    background: var(--bn-ink);
    color: var(--bn-paper);
    border-color: var(--bn-ink);
}

/* Fullscreen Search Overlay Styling */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 12, 10, 0.97);
    /* Rich dark background */
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.search-overlay.open {
    opacity: 1;
    visibility: visible;
}

.search-overlay-content {
    width: 90%;
    max-width: 680px;
    text-align: center;
}

.search-overlay-form {
    position: relative;
    width: 100%;
}

.search-overlay-input {
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(244, 241, 234, 0.2) !important;
    color: #f4f1ea !important;
    font-family: var(--cormorant) !important;
    font-size: 2.2rem !important;
    font-style: italic !important;
    padding: 10px 0 !important;
    text-align: center !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
}

.search-overlay-input:focus {
    border-bottom-color: var(--gold) !important;
}

.search-overlay-tip {
    margin-top: 15px;
    font-family: var(--jost);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(244, 241, 234, 0.4);
}

.search-close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    background: transparent;
    border: none;
    color: #f4f1ea;
    font-size: 3.5rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.search-close-btn:hover {
    opacity: 1;
    color: var(--gold);
}

/* WooCommerce Blocks Cart & Checkout Premium Styling */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    font-family: var(--jost), sans-serif !important;
    max-width: 1270px !important;
    margin: 40px auto !important;
    padding: 0 15px !important;
    color: var(--bn-ink) !important;
}


/* Table columns & item headers */
.wc-block-cart__table-header,
.wc-block-cart-items__header {
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    border-bottom: 2px solid var(--bn-ink) !important;
    padding-bottom: 10px !important;
    color: var(--muted) !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    top: 2px !important;
}

/* Product names */
.wc-block-components-product-name,
.wc-block-components-totals-item__label {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: var(--bn-ink) !important;
    text-decoration: none !important;
    font-family: var(--jost) !important;
}

.wc-block-components-totals-wrapper {
    font-size: 17px !important;
}

.wc-block-components-formatted-money-amount {
    font-size: 17px !important;
    font-weight: 500;
}

/* Prices */
.wc-block-components-formatted-money {
    font-family: var(--jost), sans-serif !important;
    font-weight: 500 !important;
}

/* Main Checkout Button */
.wc-block-cart__submit-button,
.wc-block-components-checkout-step__submit-button,
.wc-block-cart__submit-button *,
.wc-block-components-checkout-step__submit-button *,
.wc-block-components-button,
.wc-block-components-button * {
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-step__submit-button,
.wc-block-components-button {
    background-color: var(--bn-ink) !important;
    color: var(--bn-paper) !important;
    border: 1px solid var(--bn-ink) !important;
    border-radius: 0px !important;
    padding: 18px 30px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-step__submit-button:hover,
.wc-block-components-button:hover {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: #ffffff !important;
}

/* Form controls & inputs */
.wc-block-components-text-input input,
.wc-block-components-text-input textarea,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-combobox input {
    border-radius: 0px !important;
    border: 1px solid rgba(12, 12, 10, 0.15) !important;
    font-family: var(--jost), sans-serif !important;
    font-size: 0.85rem !important;
    padding: 12px 15px !important;
    background-color: #fff !important;
}

.wc-block-components-text-input input:focus {
    border-color: var(--gold) !important;
}

/* Sidebar Box / Summary Panel */
.wc-block-cart__sidebar,
.wc-block-checkout__sidebar {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(12, 12, 10, 0.05) !important;
    padding: 30px !important;
}

.track-artist a {
    color: var(--gold);
    font-weight: 500;
    font-family: var(--jost);
}

/* Sidebar Titles */
.wc-block-cart__sidebar-title,
.wc-block-checkout__sidebar-title {
    font-family: var(--playfair), serif !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 1px solid rgba(12, 12, 10, 0.1) !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

/* Totals styling */
.wc-block-components-totals-item {
    font-size: 0.9rem !important;
    padding: 0 10px !important;
}

.wc-block-components-totals-item__label {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.wc-block-components-totals-item.wc-block-components-totals-footer {
    border-top: 1px solid rgba(12, 12, 10, 0.1) !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
}

.wc-block-components-totals-footer .wc-block-components-totals-item__label {
    font-family: var(--jost), sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: var(--bn-ink) !important;
    text-transform: uppercase !important;
}

.wc-block-components-totals-footer .wc-block-formatted-money,
.wc-block-components-totals-footer .wc-block-components-formatted-money {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: var(--gold) !important;
}

table td,
table th {
    vertical-align: middle !important;
}

.woocommerce table.shop_table {
    border-collapse: collapse !important;
    border: 1px solid #ede8e8 !important;
    border-radius: 0 !important;
}

.woocommerce table.shop_table thead th {
    font-size: 16px !important;
    padding: 10px 10px !important;
}

.woocommerce table.shop_table thead th.product-total {
    text-align: right !important;
}

.woocommerce table.shop_table td.woocommerce-orders-table__cell {
    text-align: left !important;
}

.woocommerce-column__title,
.woocommerce-order-details__title {
    font-family: 'Playfair-semi';
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--bn-ink);
}

.woocommerce table.shop_table th {
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #111 !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 11px !important;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(12, 12, 10, 0.08) !important;
    padding: 9px 12px !important;
    text-align: right;
    color: var(--bn-ink);
}

.woocommerce-cart-form__cart-item .product-name a {
    font-family: var(--playfair), serif !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: var(--bn-ink) !important;
}

.woocommerce-cart-form__cart-item .product-name a:hover {
    color: var(--gold) !important;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-family: var(--jost), sans-serif !important;
    font-weight: 500 !important;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #order_review {
    background-color: #faf8f5 !important;
    border: 1px solid rgba(12, 12, 10, 0.05) !important;
    padding: 30px !important;
}

.woocommerce-cart .cart-collaterals h2,
.woocommerce-checkout #order_review_heading {
    font-family: var(--playfair), serif !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 1px solid rgba(12, 12, 10, 0.1) !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
    background-color: var(--bn-ink) !important;
    color: var(--bn-paper) !important;
    border: 1px solid var(--bn-ink) !important;
    border-radius: 0px !important;
    padding: 18px 30px !important;
    font-family: var(--jost), sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    display: block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #place_order:hover {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: #ffffff !important;
}

/* Custom Toast Notifications styling */
#bn-toast-container {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    width: 90%;
    max-width: 450px;
}

.bn-toast {
    background-color: var(--black, #171311);
    color: var(--cream, #F7F3EB);
    padding: 12px 28px;
    border-radius: 30px;
    font-family: var(--jost), sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto;
    text-align: center;
    line-height: 1.4;
}

.bn-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.bn-toast.hide {
    opacity: 0;
    transform: translateY(-20px);
}

/* Specific styling for error/success colors on the pill text */
.bn-toast.bn-toast-error {
    border: 1px solid rgba(217, 63, 63, 0.3);
}

/* Hide default storefront notifications everywhere */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.wc-block-components-notice,
.woocommerce-NoticeGroup-updateSession {
    display: none !important;
}

.bn-hidden-notice {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-section {
    background-color: var(--bg-dark);
    color: #fff;
    margin: 100px 0 21px 0;
    position: relative;
    padding-top: 21px;
}

.hero-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hero-content {
    max-width: 500px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
}

.hero-content h1 .highlight {
    color: var(--accent-gold);
    font-style: italic;
}

.hero-content p {
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 300;
    font-family: var(--playfair)
}

.hero-content.text-left {
    text-align: left;
}

.hero-bg-text {
    font-size: 10rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03);
    position: absolute;
    right: 5%;
    font-family: var(--playfair);
    bottom: 10px;
    pointer-events: none;
    line-height: 1;
}


.stats-section {
    background-color: var(--bg-light);
    border-bottom: 1px solid var(--border-light);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.stat-item {
    display: flex;
    padding: 40px 20px;
    gap: 20px;
}

.stat-item:not(:last-child) {
    border-right: 1px solid var(--border-light);
}

.stat-number {
    font-family: var(--playfair);
    font-size: 3rem;
    color: var(--accent-gold);
    line-height: 1;
}

.stat-desc strong {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 2px;
    color: #000;
    font-weight: 500;
}

.stat-desc p {
    font-size: 0.8rem;
    color: #666;
}

/* --- MANIFESTO SECTION --- */
.manifesto-section {
    background-color: var(--bg-dark);
    color: #fff;
    padding: 120px 0;
    text-align: center;
}

.manifesto-content {
    max-width: 950px;
}

.section-tag {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--text-light);
    display: block;
    margin-bottom: 30px;
}

.section-tag.dark-text {
    color: #666;
}

.manifesto-section blockquote {
    font-family: var(--playfair);
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
}

.manifesto-section cite {
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: var(--accent-gold);
    font-style: normal;
    text-transform: uppercase;
}

/* --- PILLARS SECTION --- */
.pillars-section {
    background-color: var(--bg-card-light);
    border-bottom: 1px solid var(--border-light);
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.pillar-card {
    padding: 60px 30px;
}

.pillar-card:not(:last-child) {
    border-right: 1px solid var(--border-light);
}

.pillar-meta {
    color: var(--accent-gold);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.pillar-card h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 15px;
}


/* --- CONTACT SECTION --- */
.contact-section {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.contact-section h2 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 50px;
}

.contact-section h2 .italic {
    font-style: italic;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fff;
    border: 1px solid var(--border-light);
}

.contact-box {
    padding: 40px;
}

.contact-box:not(:last-child) {
    border-right: 1px solid var(--border-light);
}

.box-label {
    font-size: 0.7rem;
    color: #999;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.contact-box p,
.contact-box a {
    font-size: 19px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 400;
    font-family: var(--playfair);
}

.contact-box a:hover {
    color: var(--accent-gold);
}

/* --- CHANNELS STYLE --- */
.channel-list {
    display: flex;
    flex-direction: column;
}

.channel-item {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.channel-item:first-child {
    padding-top: 0;
}

.custom-tech-specs h3 {
    font-size: 17px;
    color: var(--bn-ink);
    font-family: 'Playfair-semi';
}

.tech-specs-values {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    padding: 0
}

.tech-specs-values li {
    font-family: var(--jost);
    font-weight: 500;
    background: rgb(233, 225, 211);
    border: 1px solid rgb(220, 211, 196);
    border-radius: 8px;
    padding: 8px 16px;
}

.tech-specs-values li strong {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgb(154, 142, 126);
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.channel-icon-badge {
    width: 44px;
    height: 44px;
    background-color: rgb(255 228 191);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    flex-shrink: 0;
}

.channel-info {
    display: flex;
    flex-direction: column;
}

.channel-label {
    margin-bottom: 4px;
    font-weight: 500;
    font-family: var(--jost);
    font-size: 12px;
}

.channel-link {
    font-family: var(--playfair);
    font-size: 1.3rem;
    color: var(--text-primary);
    text-decoration: none;
    margin-bottom: 2px;
    transition: color 0.2s ease;
}

.discogs-filter-option {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    margin: 2px -8px;
    border-radius: 6px;
    color: rgb(58, 53, 46);
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    font-family: var(--jost);
    font-size: 14px;
}

.channel-meta {
    font-size: 0.75rem;

}

/* --- CONTACT FORM STYLE --- */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.65rem;
    letter-spacing: 1.5px;

    font-weight: 500;
}

.contact-page-container .form-group input,
.contact-page-container .form-group textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    font-family: var(--playfair);
    font-size: 14px;
    color: #111;
    border-radius: 2px;
    transition: border-color 0.2s ease;
}

.contact-page-container .form-group input:focus,
.contact-page-container .form-group textarea:focus {
    outline: none;
    border-color: var(--text-primary);
}

.contact-page-container h2 {
    font-size: 32px;
    margin-bottom: 33px;
}

/* Placeholder adjustments to mimic active entry look */
.contact-page-container .form-group input::placeholder,
.contact-page-container .form-group textarea::placeholder {
    color: #B2AFA9;
    font-style: normal;
}

.submit-button {
    background-color: #333;
    color: #FFFFFF;
    border: none;
    padding: 18px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    transition: opacity 0.2s ease;
}

.submit-button:hover {
    opacity: 0.9;
    background-color: #000;
    color: #fff;
}

.artist-tabs-filter {
    padding: 30px 0px;
    border-bottom: 1px solid #efe2cc;
}

button:focus,
input[type="text"]:focus {
    outline: none;
}

.search-artists {
    position: relative;
}

.search-artists input[type=text] {
    padding: 10px 20px 10px 37px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    font-size: 16px;
    background-color: #fff;
    width: 100%;
}

/* --- ARTIST CARDS --- */
.artist-card {
    background: #fffcf7;
    border-radius: 8px;
    padding: 30px 15px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: inherit !important;
    border: 1px solid #f3ebeb;
}

.artist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.artist-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f1f5f9;
    margin-bottom: 15px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 32px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.artist-name {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 5px;
    line-height: 1.2;
}

.artist-count {
    font-family: var(--jost);
    font-size: 11px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.2;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: rgb(154, 142, 126);
}


/* --- BOTTOM OFFICE LOCATIONS GRID --- */
.office-locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 60px;
}

.location-card {
    display: flex;
    flex-direction: column;
}

.location-card:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 40px;
}

.location-tag {
    letter-spacing: 1.5px;
    color: #B58A55;
    font-weight: 500;
    margin-bottom: 7px;
    font-family: var(--jost);
    font-size: 12px;
}

.location-card h3 {
    font-family: var(--playfair);
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.location-card p {
    line-height: 1.7;
    margin-bottom: 16px;
    font-weight: 300;
}

.location-phone {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-family: var(--jost);
    font-weight: 500;
}


/* --- RESET & VARIABLES --- */
.hero-section.request {
    padding: 30px 0 30px 0;
}

.request .hero-grid {
    align-items: center;
}

.benefits-container {
    background-color: #363636;
    color: #fff;
    width: 50%;
    padding: 36px 45px;
    border-radius: 4px;
}

.benefits-container h2 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    color: #fff;
}

.benefits-list {
    list-style: none;
    margin: 0;
}

.benefits-list li {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 7px 0 10px 46px;
    border-bottom: 1px solid #626262;
    position: relative;
}

.benefits-list li:first-child {
    padding-top: 0;
}

.benefits-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.benefits-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 11px;
    width: 26px;
    height: 26px;
    background-color: var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-dark);
    font-size: 0.85rem;
    font-weight: 700;
}


/* --- TEXT STYLE --- */
.benefits-list h3 {
    color: #fff;
    font-size: 16px;
    font-family: var(--jost);
    font-weight: 500;
    margin: 0;
}

.benefits-list p {
    color: #999595;
    font-weight: 400;
    font-family: var(--jost);
    margin: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
    padding: .6180469716em;
    background-color: #ffffff;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ccc;
    box-shadow: none;
}

.tsfield {
    padding: .6180469716em;
    background-color: #ffffff;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ccc;
    box-shadow: none;
}

.tsfield:focus {
    box-shadow: none;
    outline: none;
}


.smp-text {
    text-align: center;
    margin: 11px 0 0 0;
    font-family: var(--jost);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
}

.enquiry-form-container .submit-button {
    width: 100%;
    margin-top: 20px;
}

.enquiry-form-container .form-lbl {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--jost);
    width: 100%;
    display: block;
    margin-bottom: 6px;
    margin-top: 16px;
}

.bn-p {
    font-family: var(--jost);
    font-size: 18px;
    margin-bottom: 25px;
}

.enquiry-form-container {
    margin: 60px auto 0 auto;
    max-width: 500px;
}

.app-form-box {
    padding: 0 0 50px 0px;
}

.process-list {
    list-style: none;
    display: flex;
    margin: 0;
    counter-reset: process-counter;
}

.process-list li {
    flex: 1;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.process-list li:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

/* --- GENERATE GIANT NUMBERS DYNAMICALLY VIA CSS --- */
.process-list li::before {
    counter-increment: process-counter;
    /* Format number counter output with leading zeros (01, 02, etc.) */
    content: "0" counter(process-counter);

    font-family: var(--playfair);
    font-size: 5rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.04);
    font-weight: 400;
    margin-bottom: 25px;
    display: block;
}

.step-meta {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    font-family: var(--jost);
}

.process-list h3 {
    font-family: var(--playfair);
    font-size: 1.65rem;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.process-list p {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.7;
}

.story-section {
    position: relative;
}

/* Hide default variation availability text at the bottom to avoid duplicate display */
.single_variation_wrap .woocommerce-variation-availability {
    display: none !important;
}

/* Hide default variation price text at the bottom to avoid duplicate display */
.single_variation_wrap .woocommerce-variation-price,
.single_variation_wrap .woocommerce-Price-amount,
.single_variation .price,
.woocommerce-variation-price {
    display: none !important;
}

/* Hide out-of-stock condition boxes from product page if rendered */
.condition-value-box.is-out-of-stock {
    display: none !important;
}

/* Custom condition availability styles */
.custom-condition-availability .stock {
    font-family: var(--jost);
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0;
}

.product-credits-section>div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-credits-section .discogs-credits,
.product-credits-section .discogs-companies {
    width: 47%;
}


.product-credits-section ul {
    padding: 0px !important;
    margin: 0px;
}

.product-credits-section ul li {
    font-size: 16px !important;
}

.section-header h2 {
    font-size: 39px;
    margin-bottom: 10px;
    color: var(--black);
}

.section-header h2 span {
    color: var(--gold);
    font-style: italic;
}

.section-header p {
    font-family: var(--jost);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.section-header {
    margin-bottom: 40px;
    position: relative;
}

.arrow-control button {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    position: relative;
}

.arrow-control button:focus {
    outline: none;
}

.arrow-control button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    position: absolute;
    top: 50%;
}

._center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Left Arrow */
.arrow-control button.custom-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 56%;

}

/* Right Arrow */
.arrow-control button.custom-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 49%;
}

.product-slides .slick-slide {
    padding: 0px 10px;
}

.ph_head {
    margin-top: 20px;
}

.btn-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #111;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
    transition: ease all 0.4s;
    cursor: pointer;
    width: 108px;
    height: 108px;
    color: #111;
    font-family: var(--jost);
}

.btn-circle:hover {
    background: #111;
    color: #fff;
}

.hero-cta-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ph_head h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #000;
    font-family: var(--playfair);
}

.ph_head span {
    font-size: 16px;
    font-family: var(--jost);
    font-weight: 500;
    color: var(--black);
}

.bn-control {
    display: flex;
    align-items: center;
    gap: 17px;
}

.bn-control a {
    color: var(--black);
    font-family: var(--jost);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid rgb(12 12 10);
    padding-bottom: 3px;
    transition: ease all 0.4s;
}

.bn-control a:hover {
    letter-spacing: 2.5px;
}

.artist {
    font-family: "hankenGrotesk-semi";
    font-size: 10.5px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(154, 142, 126);
    margin: 14px 0 4px;
}



.post-list figure img {
    width: 100%;
}

.post-list figure {
    height: 300px;
    overflow: hidden;
}

.post-list-head {
    margin-top: 25px;
}

.post-list-head .post-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--jost);
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--gold);
}

.post-list-head h3 a {
    color: #000;
    font-size: 23px;
    display: block;
}

.post-list-head h3 a:hover {
    color: var(--gold);
}

.post-list-head .meta {
    font-family: var(--jost);
    margin-bottom: 12px;
    font-weight: 500;
    color: #000000;
}

.artist-tab-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 27px;
}

.artist-tab-list ul li {
    align-items: center;
    padding: 7px 0px;
}

.artist-tab-list ul li a {
    font-size: 14px;
    color: rgb(58, 53, 46);
    font-family: var(--jost);
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.artist-tab-list ul li a:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgb(201, 163, 94);
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
}

.product-credits-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-credits-section ul li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 7px 0px;
    font-size: 14px !important;
    color: rgb(58, 53, 46);
    font-family: var(--jost);
    font-weight: 400;
    border-bottom: 1px solid rgb(220, 211, 196);
}

.product-credits-section ul li a {
    font-size: 14px;
    color: var(--gold);
    font-family: var(--jost);
    font-weight: 500;
}

.product-credits-section ul li span.credit-role,
.product-credits-section ul li span.company-type {
    color: #626262;
}

.product-credits-section ul li span.credit-name,
.product-credits-section ul li span.company-name {
    color: #000;
}

.discogs-credits-heading,
.discogs-companies-heading {
    font-size: 20px;
    font-family: 'Playfair-semi';
    color: #000;
}


.discogs-notes p {
    font-family: var(--jost);
    font-size: 14px;
}

.discogs-filter-section,
.discogs-filters-header {
    border-bottom: 1px solid #1111111a !important;
}

.discogs-layout-switcher button:focus {
    outline: none !important;
}


@media screen and (max-width:767px) {

    .product-credits-section .discogs-credits,
    .product-credits-section .discogs-companies {
        width: 100%;
    }

    .products.columns-4.card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid,
    .pillars-grid,
    .contact-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-box {
        padding: 13px 0;
        text-align: center;
    }

    .footer {
        padding: 20px 15px;
        width: 100%;
    }

    .contact-section {
        padding: 40px 0;
        text-align: center;
    }

    .contact-section h2 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .section-tag {
        margin-bottom: 11px;
    }

    .hero-section {
        padding: 40px 0 40px 0;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .stat-number {
        font-size: 33px;
    }

    .stat-item {
        padding: 14px 20px;
    }

    .manifesto-section {
        padding: 30px 0;
    }

    .manifesto-section blockquote {
        font-size: 29px;
        padding: 0;
    }

    .pillar-card {
        padding: 20px 0 0 0px;
    }

    .featured-post {
        display: flex !important;
        flex-wrap: wrap;
    }

    .featured-post .card h2 a {
        font-size: 28px !important;
    }

    .single-hero {
        padding: 40px 22px !important;
    }

    .single-feature,
    .single-content,
    .author-box,
    .single-nav,
    .cms-container {
        padding: 0 20px;
    }

    .hero-grid {
        flex-wrap: wrap;
    }

    .benefits-container {
        width: 100%;
        padding: 25px;
        border-radius: 4px;
    }

    .process-list {
        flex-wrap: wrap;
    }

    .process-list li:not(:last-child) {
        border-right: 0;
    }

    .process-list li {
        flex: auto;
        padding: 0;
    }

    .grading-guide-container {
        padding: 0 20px !important;
    }

    .process-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0px !important;
    }

    .process-section {
        margin-bottom: 20px !important;
    }

    .office-locations-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding-top: 20px;
        text-align: center;
    }

    .bg-watermark-text {
        display: none;
    }

    .woocommerce-page .content-area {
        width: 100%;
    }

    .woocommerce ul.products li.product {
        width: 46% !important;
    }

    .woocommerce-page.archive #secondary {
        position: fixed !important;
        background: #fff;
        z-index: 9999;
        height: 100%;
        width: 280px !important;
        top: 0px !important;
        padding: 10px;
        transition: ease all 0.4s;
        left: 0;
    }

    .archive .discogs-filters-form {
        height: 80vh;
        overflow-x: scroll;
        padding-right: 12px;
    }

    .vinyl-disc,
    .bn-auth-hero-subtitle,
    .bn-auth-features,
    .bn-auth-footer {
        display: none !important;
    }

    .custom-product-main {
        flex-direction: row;
        gap: 30px;
    }

    .album-cover-container {
        padding-right: 0;
    }

    .bn-auth-left {
        flex: 1 1 188px !important;
    }

    .bn-auth-value-prop .bn-auth-hero-title {
        font-size: 38px !important;
        margin-bottom: 0px !important;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .story-copy {
        margin-top: 30px;
    }
}

/* Artist Spotlight Mega Menu Styling */
.spotlight-col {
    padding: 0 15px;
}

.spotlight-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.spotlight-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--bn-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    font-family: var(--playfair);
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
}

.spotlight-title-group {
    display: flex;
    flex-direction: column;
}

.spotlight-name {
    font-family: var(--playfair);
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.2;
    color: var(--bn-ink);
}

.spotlight-count {
    font-family: var(--jost);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 2px;
}

.spotlight-products {
    margin-bottom: 20px;
}

.spotlight-product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    text-decoration: none;
}

.spotlight-product-item:hover .spotlight-prod-title {
    color: var(--gold-d);
}

.spotlight-prod-img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    object-fit: cover;
    background: #e3dbca;
}

.spotlight-prod-details {
    display: flex;
    flex-direction: column;
}

.spotlight-prod-title {
    font-family: var(--cormorant);
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--bn-ink);
    line-height: 1.2;
    transition: color 0.15s;
}

.spotlight-prod-price {
    font-family: var(--jost);
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--muted);
    margin-top: 2px;
}

.spotlight-more-link {
    display: inline-block;
    font-family: var(--jost);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bn-ink);
    border-bottom: 1px solid var(--bn-ink);
    padding-bottom: 2px;
    text-decoration: none;
    transition: all 0.15s;
}

.spotlight-more-link:hover {
    color: var(--gold-d);
    border-color: var(--gold-d);
}

.drawer-direct-item {
    border-bottom: 1px solid var(--border-d);
    padding: 1rem 0;
}

.drawer-direct-link {
    font-size: 1.5rem;
    font-family: var(--playfair);
    color: var(--black);
    text-decoration: none;
    display: block;
}

/* ==========================================================================
   Shop Filters Toggle & Mobile Panel Styles
   ========================================================================== */

/* Toggle Button Styling */
.discogs-toggle-filters-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    border: 1px solid var(--border-d);
    color: var(--bn-ink);
    padding: 8px 16px;
    font-family: var(--jost);
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
}

.discogs-toggle-filters-btn:hover {
    border-color: var(--bn-ink);
    background-color: rgba(23, 19, 17, 0.04);
}

.discogs-toggle-filters-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    display: block;
}

/* Toolbar Toggle Button (Show/Hide Filters) - Always Visible in the Toolbar */
.toolbar-toggle-btn {
    display: inline-flex !important;
    margin-left: 0;
}

body.discogs-filters-hidden .toolbar-toggle-btn {
    display: inline-flex !important;
}

/* Sidebar Toggle Button - Hidden since we use the Toolbar button exclusively */
.sidebar-toggle-btn,
.discogs-sidebar-toggle-wrapper {
    display: none !important;
}

/* Desktop Styles: Toggle Sidebar and Content Area */
@media (min-width: 768px) {
    body.discogs-filters-hidden #primary {
        width: 100% !important;
        float: none !important;
    }

    body.discogs-filters-hidden #secondary {
        display: none !important;
    }
}

/* Hide close button on desktop */
.discogs-close-filters-btn {
    display: none;
}

/* Mobile Styles: Transitions & Toggle Panel */
@media (max-width: 767px) {
    .woocommerce-page.archive #secondary {
        position: fixed !important;
        background: #fdfcfa;
        /* off-white/cream background matching drawer */
        z-index: 10000 !important;
        height: 100% !important;
        width: 290px !important;
        top: 0px !important;
        padding: 20px 15px !important;
        transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
        left: 0 !important;
        /* Open by default on page load */
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.08);
        border-right: 1px solid var(--border-d);
    }

    .discogs-close-filters-btn {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 28px;
        line-height: 1;
        color: var(--charcoal);
        cursor: pointer;
        padding: 5px;
        z-index: 10002;
    }

    .woocommerce-page.archive.discogs-filters-hidden #secondary {
        left: -310px !important;
        /* Hide sidebar offscreen */
    }

    /* Layout cleanups for mobile scroll */
    .archive .discogs-filters-form {
        height: calc(100vh - 80px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-bottom: 40px !important;
        margin-top: 25px !important;
    }
}

/* Hide standard pagination on shop pages */
.woocommerce-pagination,
.woocommerce-pagination.page-numbers {
    display: none !important;
}

/* Spinner for infinite scroll loader */
.discogs-infinite-scroll-loader {
    margin-top: 15px;
    margin-bottom: 30px;
    clear: both;
}

/* Layout Switcher */
.discogs-layout-switcher {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-d);
    border-radius: 30px;
    padding: 2px;
    background-color: transparent;
}

.discogs-layout-switcher .layout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: var(--muted);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    margin: 0;
}

.discogs-layout-switcher .layout-btn:hover {
    color: var(--bn-ink);
}

.discogs-layout-switcher .layout-btn.active {
    background-color: var(--bn-ink);
    color: var(--cream);
}

.discogs-layout-switcher svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    display: block;
}

/* List View Style overrides */
ul.products.discogs-view-list {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
}

ul.products.discogs-view-list li.product {
    width: 100% !important;
    margin-bottom: 0 !important;
}

ul.products.discogs-view-list li.product .product-card__link {
    text-decoration: none;
    display: block;
}

ul.products.discogs-view-list li.product .product-card {
    flex-direction: row !important;
    align-items: center !important;
    gap: 24px !important;
    background: #f3f0e8;
    border: 1px solid var(--border-d);
    padding: 16px !important;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
}

ul.products.discogs-view-list li.product .product-card:hover {
    border-color: var(--bn-ink);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 19, 17, 0.06);
}

ul.products.discogs-view-list li.product .product-card__image-wrapper {
    width: 120px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
}

ul.products.discogs-view-list li.product .product-card__content {
    text-align: left !important;
    padding: 0 !important;
}

ul.products.discogs-view-list li.product .product-card__title {
    margin: 0 0 8px 0 !important;
    padding-bottom: 0 !important;
}

ul.products.discogs-view-list li.product .product-card__price {
    margin-top: auto;
}

/* Responsive adjustments for list view on mobile */
@media (max-width: 575px) {
    ul.products.discogs-view-list li.product .product-card {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
        text-align: center !important;
    }

    ul.products.discogs-view-list li.product .product-card__image-wrapper {
        width: 100% !important;
        max-width: 180px;
        margin: 0 auto !important;
    }

    ul.products.discogs-view-list li.product .product-card__content {
        text-align: center !important;
    }
}

/* Short Description default (hidden in grid view) */
.product-card__short-description {
    display: none;
}

/* Short Description styling in list view */
ul.products.discogs-view-list li.product .product-card__short-description {
    display: block !important;
    margin-top: 12px !important;
    font-family: var(--jost);
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: var(--muted) !important;
}

a:focus {
    outline: none !important;
}

/* User Account Icon Dropdown Menu */
.user-menu-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 140px;
    background: #FAF7F4;
    border: 1px solid var(--border);
    box-shadow: 0 10px 30px rgba(12, 12, 10, 0.08);
    border-radius: 6px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 1000;
}

.user-menu-wrapper:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown a {
    display: block !important;
    padding: 8px 16px !important;
    color: var(--bn-ink) !important;
    font-family: var(--jost) !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    line-height: normal !important;
    height: auto !important;
}

.user-dropdown a:hover {
    background: var(--cream-dd) !important;
    color: var(--bn-vermillion) !important;
}

.hamburger-btn img {
    width: 23px;
}

.genre-item {
    position: relative;
    margin: 0 0px;
    border-radius: 8px;
    height: 320px;
    overflow: hidden;
}

.genre-item img,
.product_card_list figure img {
    width: 100%;
    transition: 0.5s all ease-in-out;
    display: block;
}

.genre-item:hover img,
.product_card_list:hover figure img {
    scale: 1.05;
    opacity: 0.6;

}

.product_card_list figure {
    overflow: hidden;
}

.genre-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media (min-width: 992px) {
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
}

.genre-item .badge,
.genre-slider .badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gold);
    color: #000000;
    padding: 4px 14px 2px;
    border-radius: 10px;
    font-size: 11px;
    z-index: 2;
    font-family: var(--jost);
    font-weight: 500;
    letter-spacing: 1.1px;
}

.logo-container {
    width: 223px;
}

.genre-item .content,
.genre-slider .content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(359deg, black, transparent);
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.genre-item .content h3,
.genre-slider .content h3 {
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-family: var(--playfair);
    font-weight: 600;
}

/* Hardware Specific Layout Overrides */
.album-cover-container.hardware-image-container {
    padding-right: 0 !important;
}

.album-cover-container.hardware-image-container .album-cover-img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
    background: transparent !important;
}

.album-cover-container.hardware-image-container .album-cover-img img {
    object-fit: contain !important;
    max-height: 500px;
    width: 100%;
}

/* Hardware Specific Gallery Styles */
.custom-hardware-gallery {
    width: 100%;
    position: relative;
}

.custom-hardware-gallery .main-image-container {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faf9f6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.custom-hardware-gallery .main-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.custom-hardware-gallery .gallery-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-hardware-gallery .thumb-item {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: #faf9f6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease;
}

.custom-hardware-gallery .thumb-item.active,
.custom-hardware-gallery .thumb-item:hover {
    border-color: var(--bn-vermillion);
}

.custom-hardware-gallery .thumb-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width:575px) {
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:768px) {
    .ft-bot {
        flex-direction: column;
    }

    .logo-container img {
        max-height: 42px;
        width: auto;
    }

    .navbar {
        padding: .8rem;
    }

    .split-sec {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .split-img {
        min-height: 56vw;
        clip-path: inset(0 0% 0 0)
    }

    .split-copy {
        padding: 52px 32px
    }

    .genre-slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-actions {
        gap: 7px;
    }

    .banner-hero-section {
        padding: 0 10px;
    }

    .bn-dot {
        padding: 0 0px;
    }

    .py-5 {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .story-cap {
        bottom: 0;
        right: 0;
    }

    .catalog-banner {
        margin-top: 93px;
    }

    .shop-title {
        font-size: 32px;
    }

    .product-shorting {
        top: 91px;
    }

    .genre-item {
        height: 200px;
    }
}