/* ==========================================================
   Artist Merch Astra Child - WooCommerce CSS
   v10 FULL FIXED VERSION

   Goal:
   - Keep Astra/WooCommerce pages contained, not edge-to-edge.
   - Keep custom merch hero/banner full-width if used.
   - Hide duplicate WooCommerce archive title.
   - Fix shop result count + sorting layout.
   - Keep product cards in a clean responsive grid.
   - Keep single product pages contained with smaller title sizing.
   ========================================================== */

/* ----------------------------------------------------------
   Base WooCommerce page styling
---------------------------------------------------------- */

.artist-merch-woo-active .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .site-content,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .site-content,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .site-content,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .site-content,
.artist-merch-theme.artist-merch-store-contained.single-product .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-cart .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account .site-content {
    background: #faf8f3;
}

.artist-merch-theme .woocommerce-products-header {
    display: none !important;
}

.artist-merch-theme.woocommerce-shop .woocommerce-products-header,
.artist-merch-theme.woocommerce-shop .woocommerce-products-header__title,
.artist-merch-theme.woocommerce-shop .page-title,
.artist-merch-theme.post-type-archive-product .woocommerce-products-header,
.artist-merch-theme.post-type-archive-product .woocommerce-products-header__title,
.artist-merch-theme.post-type-archive-product .page-title,
.artist-merch-theme.tax-product_cat .woocommerce-products-header,
.artist-merch-theme.tax-product_cat .woocommerce-products-header__title,
.artist-merch-theme.tax-product_cat .page-title,
.artist-merch-theme.tax-product_tag .woocommerce-products-header,
.artist-merch-theme.tax-product_tag .woocommerce-products-header__title,
.artist-merch-theme.tax-product_tag .page-title {
    display: none !important;
}

.artist-merch-shop-hero-mini {
    padding: clamp(34px, 5vw, 68px) 0;
    background:
        radial-gradient(circle at 15% 0%, rgba(217,164,65,.20), transparent 30%),
        linear-gradient(135deg, var(--artist-merch-bg, #07070a), #14141e);
    color: var(--artist-merch-text, #f7f2ea);
}

.artist-merch-shop-hero-mini h1 {
    margin: 12px 0 8px;
    color: var(--artist-merch-text, #f7f2ea);
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1;
    letter-spacing: -0.045em;
}

.artist-merch-shop-hero-mini p {
    max-width: 660px;
    margin: 0;
    color: var(--artist-merch-muted, #c9c2b8);
    font-size: 18px;
}

.artist-merch-theme .woocommerce-breadcrumb {
    font-size: 13px;
    font-weight: 800;
    color: #777;
}

.artist-merch-theme .woocommerce-breadcrumb a {
    color: #111;
    text-decoration: none;
}

.artist-merch-theme .woocommerce-result-count,
.artist-merch-theme .woocommerce-ordering select {
    font-weight: 800;
}

.artist-merch-theme .woocommerce-ordering select,
.artist-merch-theme .quantity .qty,
.artist-merch-theme .input-text,
.artist-merch-theme select,
.artist-merch-theme textarea {
    border-radius: 14px;
    border-color: rgba(0,0,0,.12);
}

.artist-merch-theme .woocommerce-notices-wrapper .woocommerce-message,
.artist-merch-theme .woocommerce-notices-wrapper .woocommerce-info,
.artist-merch-theme .woocommerce-notices-wrapper .woocommerce-error,
.artist-merch-theme .woocommerce-message,
.artist-merch-theme .woocommerce-info,
.artist-merch-theme .woocommerce-error {
    border-radius: 18px;
    border-top: 0;
    box-shadow: 0 14px 34px rgba(0,0,0,.08);
}

.artist-merch-theme .woocommerce-message::before,
.artist-merch-theme .woocommerce-info::before {
    color: var(--artist-merch-accent, #d9a441);
}

.artist-merch-theme nav.woocommerce-pagination ul {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.artist-merch-theme nav.woocommerce-pagination ul li {
    border: 0;
}

.artist-merch-theme nav.woocommerce-pagination ul li a,
.artist-merch-theme nav.woocommerce-pagination ul li span {
    min-width: 42px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: #111;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    font-weight: 900;
}

.artist-merch-theme nav.woocommerce-pagination ul li span.current,
.artist-merch-theme nav.woocommerce-pagination ul li a:hover {
    background: var(--artist-merch-accent, #d9a441);
    color: #111;
}

.artist-merch-theme .woocommerce table.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.artist-merch-theme .woocommerce table.shop_table th {
    background: #111117;
    color: #fff;
    font-weight: 900;
}

.artist-merch-theme .cart_totals,
.artist-merch-theme .woocommerce-checkout-review-order,
.artist-merch-theme .woocommerce-MyAccount-navigation,
.artist-merch-theme .woocommerce-MyAccount-content {
    border-radius: 24px;
}

/* ----------------------------------------------------------
   Astra page foundation for contained store pages
---------------------------------------------------------- */

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.single-product .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.woocommerce-cart .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout .site-content .ast-container,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account .site-content .ast-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop #primary,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product #primary,
.artist-merch-theme.artist-merch-store-contained.single-product #primary,
.artist-merch-theme.artist-merch-store-contained.woocommerce-cart #primary,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout #primary,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account #primary {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop #secondary,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat #secondary,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag #secondary,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product #secondary,
.artist-merch-theme.artist-merch-store-contained.single-product #secondary,
.artist-merch-theme.artist-merch-store-contained.woocommerce-cart #secondary,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout #secondary,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account #secondary {
    display: none !important;
}

/* ----------------------------------------------------------
   Contained wrappers
---------------------------------------------------------- */

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop #primary .ast-woocommerce-container,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary .ast-woocommerce-container,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary .ast-woocommerce-container,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product #primary .ast-woocommerce-container {
    width: min(1320px, calc(100% - 32px));
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.artist-merch-theme.artist-merch-store-contained.single-product #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.single-product #primary .ast-woocommerce-container {
    width: min(1240px, calc(100% - 32px));
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-cart #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.woocommerce-cart #primary .ast-woocommerce-container,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout #primary .ast-woocommerce-container,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account #primary .ast-woocommerce-container {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/* Reset older full-width child rules inside contained store layout. */
.artist-merch-theme.artist-merch-store-contained .woocommerce-breadcrumb,
.artist-merch-theme.artist-merch-store-contained .woocommerce-notices-wrapper,
.artist-merch-theme.artist-merch-store-contained .woocommerce-result-count,
.artist-merch-theme.artist-merch-store-contained .woocommerce-ordering,
.artist-merch-theme.artist-merch-store-contained .woocommerce-products-header,
.artist-merch-theme.artist-merch-store-contained .woocommerce-pagination,
.artist-merch-theme.artist-merch-store-contained .artist-merch-shop-trust,
.artist-merch-theme.artist-merch-store-contained .woocommerce .products,
.artist-merch-theme.artist-merch-store-contained .woocommerce div.product,
.artist-merch-theme.artist-merch-store-contained .woocommerce-cart-form,
.artist-merch-theme.artist-merch-store-contained .cart-collaterals,
.artist-merch-theme.artist-merch-store-contained .woocommerce-checkout,
.artist-merch-theme.artist-merch-store-contained .woocommerce-order,
.artist-merch-theme.artist-merch-store-contained .woocommerce-MyAccount-navigation,
.artist-merch-theme.artist-merch-store-contained .woocommerce-MyAccount-content {
    max-width: 100%;
}

/* ----------------------------------------------------------
   Shop/archive layout
   Important: do NOT make .woocommerce display:flex/grid.
   WooCommerce toolbar works cleaner using normal document flow.
---------------------------------------------------------- */

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product #primary .woocommerce {
    display: block !important;
    padding-top: clamp(28px, 4vw, 54px);
    padding-bottom: clamp(46px, 6vw, 86px);
}

.artist-merch-theme.artist-merch-store-contained .woocommerce-breadcrumb {
    display: block;
    width: 100%;
    margin: 0 0 22px !important;
}

.artist-merch-theme.artist-merch-store-contained .artist-merch-shop-trust {
    display: grid;
    width: 100% !important;
    margin: 22px 0 28px !important;
}

/* Toolbar: count left, sorting right. */
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-result-count,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-result-count,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-result-count,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-result-count {
    float: left !important;
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    max-width: none !important;
    min-height: 48px;
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #17233a;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-ordering,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-ordering,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-ordering,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-ordering {
    float: right !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-ordering select,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-ordering select,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-ordering select,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-ordering select {
    width: 260px !important;
    min-width: 230px;
    max-width: 100%;
    min-height: 48px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(17,17,23,.12);
    border-radius: 999px;
    background-color: #fff;
    color: #17233a;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
    font-size: 14px;
    font-weight: 800;
}

/* Product grid clears the floated toolbar. */
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products {
    clear: both !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products::before,
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products::after,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products::before,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products::after,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products::before,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products::after,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products::before,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products::after {
    content: none !important;
    display: none !important;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products li.product,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products li.product,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products li.product,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products li.product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.artist-merch-theme ul.products li.product .woocommerce-loop-product__title,
.artist-merch-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-pagination,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-pagination,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-pagination,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-pagination {
    clear: both;
    width: 100% !important;
    margin-top: 28px !important;
}

/* ----------------------------------------------------------
   Single product layout
---------------------------------------------------------- */

.artist-merch-theme.single-product .site-content {
    background: #faf8f3;
}

.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 56px);
    align-items: start;
    padding-top: clamp(28px, 4vw, 54px);
    padding-bottom: clamp(46px, 6vw, 86px);
}

.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product div.images,
.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product .woocommerce-tabs,
.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product .related.products,
.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product .upsells.products,
.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product .artist-merch-sticky-product-bar,
.artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product > section {
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: 100% !important;
}

.artist-merch-theme.single-product div.product .woocommerce-product-gallery {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0,0,0,.08);
}

.artist-merch-theme.single-product div.product .woocommerce-product-gallery img {
    border-radius: 20px;
}

.artist-merch-theme.single-product div.product .summary {
    padding: clamp(18px, 3vw, 34px);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0,0,0,.06);
}

.artist-merch-theme.single-product .product_title,
.artist-merch-theme.single-product div.product .product_title,
.artist-merch-theme.single-product div.product .summary .product_title {
    max-width: 680px;
    margin-bottom: 14px;
    font-size: clamp(30px, 3.4vw, 46px) !important;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.artist-merch-theme.single-product .summary .price {
    margin-top: 8px;
    color: #111117;
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 900;
}

.artist-merch-theme.single-product .summary form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 18px;
}

.artist-merch-theme.single-product .quantity .qty {
    min-height: 50px;
    border-radius: 999px;
    font-weight: 900;
}

.artist-merch-theme.single-product .single_add_to_cart_button {
    min-height: 52px;
    padding-inline: 28px;
}

.artist-merch-theme.single-product .woocommerce-tabs {
    clear: both;
    padding-top: clamp(28px, 5vw, 64px);
}

.artist-merch-theme.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin-bottom: 16px;
}

.artist-merch-theme.single-product .woocommerce-tabs ul.tabs::before,
.artist-merch-theme.single-product .woocommerce-tabs ul.tabs li::before,
.artist-merch-theme.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.artist-merch-theme.single-product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.artist-merch-theme.single-product .woocommerce-tabs ul.tabs li.active {
    background: #111117;
}

.artist-merch-theme.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products,
.artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products::before,
.artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products::after,
.artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products::before,
.artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products::after {
    content: none !important;
    display: none !important;
}

.artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products li.product,
.artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

/* ----------------------------------------------------------
   Wishlist compatibility
---------------------------------------------------------- */

.artist-merch-card-wishlist,
.artist-merch-single-wishlist {
    margin-top: 10px;
}

.artist-merch-theme .yith-wcwl-add-to-wishlist,
.artist-merch-theme .yith-wcwl-add-button,
.artist-merch-theme .yith-wcwl-wishlistaddedbrowse,
.artist-merch-theme .yith-wcwl-wishlistexistsbrowse {
    margin: 0;
}

.artist-merch-theme .yith-wcwl-add-to-wishlist a,
.artist-merch-theme .add_to_wishlist,
.artist-merch-theme a.delete_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.artist-merch-theme .products .yith-wcwl-add-to-wishlist a {
    width: 100%;
}

.artist-merch-theme .yith-wcwl-add-to-wishlist a:hover,
.artist-merch-theme .add_to_wishlist:hover {
    background: #111117;
    color: #fff;
}

/* ----------------------------------------------------------
   PayPal / checkout / shipping compatibility
---------------------------------------------------------- */

.artist-merch-theme .ppc-button-wrapper,
.artist-merch-theme .wc-ppcp-product-payments,
.artist-merch-theme .wc-ppcp-cart-payments,
.artist-merch-theme .wc-ppcp-checkout-container {
    margin-top: 14px;
    max-width: 100%;
}

.artist-merch-theme .ppc-button-wrapper iframe,
.artist-merch-theme .wc-ppcp-product-payments iframe,
.artist-merch-theme .wc-ppcp-cart-payments iframe,
.artist-merch-theme .wc-ppcp-checkout-container iframe {
    border-radius: 999px;
}

.artist-merch-theme #shipping_method,
.artist-merch-theme .woocommerce-shipping-methods,
.artist-merch-theme .wc_payment_methods {
    list-style: none;
    margin-left: 0;
}

.artist-merch-theme #shipping_method li,
.artist-merch-theme .woocommerce-shipping-methods li,
.artist-merch-theme .wc_payment_methods li {
    padding: 10px 0;
}

.artist-merch-theme #shipping_method label,
.artist-merch-theme .woocommerce-shipping-methods label,
.artist-merch-theme .wc_payment_method label {
    font-weight: 900;
}

.artist-merch-theme .woocommerce-shipping-destination,
.artist-merch-theme .woocommerce-shipping-calculator,
.artist-merch-theme .woocommerce-privacy-policy-text,
.artist-merch-theme .payment_box {
    font-size: 14px;
    line-height: 1.55;
}

/* ----------------------------------------------------------
   Responsive fixes
---------------------------------------------------------- */

@media (max-width: 1180px) {
    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products,
    .artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products,
    .artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .artist-merch-theme.artist-merch-store-contained.single-product .woocommerce div.product {
        display: block;
        width: 100% !important;
    }

    .artist-merch-theme.artist-merch-store-contained.single-product .woocommerce-product-gallery {
        position: static;
        margin-bottom: 22px !important;
    }
}

@media (max-width: 760px) {
    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-ordering,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-ordering,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-ordering,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-ordering {
        float: none !important;
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-result-count,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-result-count {
        min-height: auto;
        margin-bottom: 12px !important;
        text-align: center;
    }

    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-ordering,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-ordering,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-ordering,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-ordering {
        margin-bottom: 22px !important;
    }

    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop .woocommerce-ordering select,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat .woocommerce-ordering select,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag .woocommerce-ordering select,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product .woocommerce-ordering select {
        width: 100% !important;
        min-width: 0;
    }

    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products,
    .artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products,
    .artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artist-merch-theme.single-product .product_title,
    .artist-merch-theme.single-product div.product .product_title,
    .artist-merch-theme.single-product div.product .summary .product_title {
        font-size: clamp(28px, 8vw, 38px) !important;
    }
}

@media (max-width: 520px) {
    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.single-product #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-cart #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-checkout #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-account #primary .woocommerce,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.single-product #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-cart #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-checkout #primary .ast-woocommerce-container,
    .artist-merch-theme.artist-merch-store-contained.woocommerce-account #primary .ast-woocommerce-container {
        width: min(100% - 20px, 100%);
    }

    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products,
    .artist-merch-theme.artist-merch-store-contained.single-product .related.products ul.products,
    .artist-merch-theme.artist-merch-store-contained.single-product .upsells.products ul.products {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   v11 Breadcrumb + footer spacing polish
   Unknown Persona Merch
   ========================================================== */

/* Give WooCommerce pages breathing room before the footer */
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop .site-content,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product .site-content,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat .site-content,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag .site-content,
.artist-merch-theme.artist-merch-store-contained.single-product .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-cart .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-checkout .site-content,
.artist-merch-theme.artist-merch-store-contained.woocommerce-account .site-content {
    padding-bottom: clamp(72px, 8vw, 130px);
}

/* Cleaner breadcrumb row */
.artist-merch-theme.artist-merch-store-contained .woocommerce-breadcrumb {
    width: min(1320px, calc(100% - 32px)) !important;
    max-width: 1320px !important;
    margin: clamp(20px, 3vw, 36px) auto 22px !important;
    padding: 0 !important;
    color: #6f675d !important;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
}

/* Breadcrumb links */
.artist-merch-theme.artist-merch-store-contained .woocommerce-breadcrumb a {
    color: #111117 !important;
    font-weight: 950;
    text-decoration: none;
}

.artist-merch-theme.artist-merch-store-contained .woocommerce-breadcrumb a:hover {
    color: var(--artist-merch-accent) !important;
}

/* Keep trust strip from sitting too tight under breadcrumb */
.artist-merch-theme.artist-merch-store-contained .artist-merch-shop-trust {
    margin-top: 0 !important;
    margin-bottom: clamp(30px, 4vw, 46px) !important;
}

/* Better spacing between toolbar and products */
.artist-merch-theme.artist-merch-store-contained.woocommerce-shop ul.products,
.artist-merch-theme.artist-merch-store-contained.post-type-archive-product ul.products,
.artist-merch-theme.artist-merch-store-contained.tax-product_cat ul.products,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag ul.products {
    margin-top: 10px !important;
    margin-bottom: clamp(54px, 7vw, 100px) !important;
}

/* Product category pages with only one item should still feel intentional */
.artist-merch-theme.artist-merch-store-contained.tax-product_cat #primary .woocommerce,
.artist-merch-theme.artist-merch-store-contained.tax-product_tag #primary .woocommerce {
    padding-bottom: clamp(76px, 8vw, 130px) !important;
}

/* Single product bottom breathing room */
.artist-merch-theme.artist-merch-store-contained.single-product #primary .woocommerce {
    padding-bottom: clamp(80px, 8vw, 140px) !important;
}

/* Mobile cleanup */
@media (max-width: 760px) {
    .artist-merch-theme.artist-merch-store-contained .woocommerce-breadcrumb {
        width: min(100% - 24px, 100%) !important;
        margin-top: 18px !important;
        margin-bottom: 18px !important;
        font-size: 12px;
    }

    .artist-merch-theme.artist-merch-store-contained .artist-merch-shop-trust {
        margin-bottom: 26px !important;
    }

    .artist-merch-theme.artist-merch-store-contained.woocommerce-shop .site-content,
    .artist-merch-theme.artist-merch-store-contained.post-type-archive-product .site-content,
    .artist-merch-theme.artist-merch-store-contained.tax-product_cat .site-content,
    .artist-merch-theme.artist-merch-store-contained.tax-product_tag .site-content,
    .artist-merch-theme.artist-merch-store-contained.single-product .site-content {
        padding-bottom: 88px;
    }
}