/*
Theme Name: FU Corp Theme
Theme URI: https://www.fucorp.sk
Author: FU! Corp
Author URI: https://www.fucorp.sk
Description: Custom streetwear theme for FU Corp
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fucorp
*/

html {
    overflow-x: clip; /* prevents scroll bar without clipping positioned children */
}
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'Corbel', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #272727;
    color: #fff;
    line-height: 1.5;
}

/* Header */
header:not(.woocommerce-products-header) {
    position: sticky;
    top: 0;
    background-color: #000000;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.site-logo img {
    width: 75px;
    height: auto;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
}

nav li {
    margin: 0;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1rem;
    transition: opacity 0.3s;
    white-space: nowrap;
}

nav a:hover {
    opacity: 0.7;
}

.cart-icon {
    cursor: pointer;
}

.cart-icon a {
    color: #fff;
    font-size: 28px;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
}

.cart-icon a:hover {
    color: #ccc;
    transform: scale(1.1);
}

/* Hero Section */
.hero {
    background-image: url("images/billboard city.jpg");
    background-size: cover;
    background-position: top;
    padding: 200px 0;
    text-align: center;
    color: #fff;
}

.hero-content {
    font-size: larger;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.hero h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.shop-now {
    background-color: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    transition: background-color 0.3s;
}

.shop-now:hover {
    background-color: #333;
}

/* Featured Products */
.featured-products {
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.featured-products h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-container {
    background-color: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    max-width: 300px;
}

.product-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 10px;
    display: block;
}

.product-container h3 {
    font-size: 1.5rem;
    margin: 10px 0;
}

.price {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.add-to-cart {
    background-color: #fff;
    color: #111;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.add-to-cart:hover {
    background-color: #ddd;
}

/* Partners Section */
.partners {
    text-align: center;
    padding: 40px 20px;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
}

.partner-logo {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.partner-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* === Force WooCommerce Full Width Layout === */

/* Remove sidebar and make content full width */
.woocommerce-page #content,
.woocommerce-page .content-area,
.woocommerce-page .site-main,
.woocommerce-page .entry-content,
.woocommerce-page main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 20px 40px !important;
    box-sizing: border-box !important;
}

/* Kill any sidebar */
.woocommerce-page .widget-area,
.woocommerce-page .sidebar,
.woocommerce-page aside:not(.fucorp-shop-sidebar),
.woocommerce-page #secondary {
    display: none !important;
    width: 0 !important;
}
/* Show our custom filter sidebar */
.woocommerce-page aside.fucorp-shop-sidebar {
    display: block !important;
    width: 240px !important;
}

/* Remove any two-column layout the theme might apply */
.woocommerce-page #primary {
    width: 100% !important;
    float: none !important;
}

/* Hide breadcrumb, result count, sorting */
.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}

/* Product grid - 3 per row, centered */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    padding: 40px 20px !important;
    list-style: none !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    justify-self: center !important;
    width: 100% !important;
}

.woocommerce ul.products li.product {
    background: transparent !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 !important;
}

/* Product image — fixed 2:3 box, shrink to fit, no crop */
/* The link wraps the image; make it a fixed-ratio container */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    overflow: visible !important;
    aspect-ratio: unset !important;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    background: #1a1a1a !important;
    display: block !important;
    aspect-ratio: 2/3 !important;
}

/* Product name */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product a {
    color: #fff !important;
    text-decoration: none !important;
}

/* Price on shop page */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price span,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    color: #fff !important;
}

/* Buttons on shop page */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
    background-color: #fff !important;
    color: #272727 !important;
    border: none !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 10px !important;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #ccc !important;
}

/* === Single Product Page === */
.woocommerce div.product {
    color: #fff !important;
}

.woocommerce div.product .product_title {
    color: #fff !important;
}

.woocommerce div.product .price,
.woocommerce div.product .price span {
    color: #fff !important;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .description p {
    color: #fff !important;
}

.woocommerce div.product .single_add_to_cart_button {
    background-color: #fff !important;
    color: #272727 !important;
    border: none !important;
    padding: 12px 24px !important;
    cursor: pointer !important;
}

.woocommerce div.product .single_add_to_cart_button:hover {
    background-color: #ccc !important;
}

/* Size dropdown */
.woocommerce div.product table.variations select {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
    padding: 8px !important;
}

.woocommerce div.product table.variations label,
.woocommerce div.product table.variations td {
    color: #fff !important;
}

/* Tabs on product page */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    color: #fff !important;
}

/* === Cart & Checkout === */
.woocommerce table,
.woocommerce table td,
.woocommerce table th,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals {
    color: #fff !important;
    border-color: #444 !important;
}

.woocommerce .checkout,
.woocommerce form.checkout label,
.woocommerce form.checkout input,
.woocommerce form.checkout select {
    color: #fff !important;
}

.woocommerce #place_order {
    background-color: #fff !important;
    color: #272727 !important;
    border: none !important;
    padding: 12px 24px !important;
}
/* Footer */
footer {
    background-color: #000000;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.copyright {
    font-size: 0.95rem;
    margin: 0;
    flex: 1;
    text-align: left;
}

.designed-by {
    font-size: 0.9rem;
    margin: 0;
    color: #ccc;
    flex: 1;
    text-align: right;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-shrink: 0;
}

.social-links li {
    margin: 0;
}

.social-links a {
    color: #fff;
    font-size: 28px;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
}

.social-links a:hover {
    color: #ccc;
    transform: scale(1.1);
}

/* Responsive Footer - Stack on Mobile */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .copyright,
    .designed-by {
        text-align: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    nav ul {
        gap: 20px;
    }
    
    nav a {
        font-size: 1.2rem;
    }
    
    .hero {
        padding: 100px 0;
    }
    
    .hero h2 {
        font-size: 2rem;
    }
    
    .shop-now {
        font-size: 1.5rem;
    }
}


/* === WooCommerce Store Fixes === */

/* Hide breadcrumb */
.woocommerce-breadcrumb {
    display: none !important;
}

/* Hide result count and sorting dropdown */
.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}

/* Hide sidebar widgets */
.widget-area,
.sidebar,
aside#secondary,
.woocommerce-sidebar {
    display: none !important;
}

/* Make content full width */
.content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Center the product grid */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    padding: 40px 20px !important;
    list-style: none !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Product cards */
.woocommerce ul.products li.product {
    background: transparent;
    text-align: center;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

/* Product name */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product a {
    color: #fff !important;
    text-decoration: none;
}

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price span,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price .amount {
    color: #fff !important;
}

/* Select options / Add to Cart button */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
    background-color: #fff !important;
    color: #272727 !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #ccc !important;
}

/* Single product page */
.woocommerce div.product {
    color: #fff;
}

.woocommerce div.product .product_title {
    color: #fff;
}

.woocommerce div.product .price,
.woocommerce div.product .price span {
    color: #fff !important;
}

.woocommerce div.product .cart .button,
.woocommerce div.product .single_add_to_cart_button {
    background-color: #fff;
    color: #272727;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
}

.woocommerce div.product .cart .button:hover {
    background-color: #ccc;
}

/* Variation dropdown */
.woocommerce div.product table.variations select {
    background: #333;
    color: #fff;
    border: 1px solid #555;
    padding: 8px;
}

.woocommerce div.product table.variations label {
    color: #fff;
}

/* Cart and checkout */
.woocommerce table,
.woocommerce table td,
.woocommerce table th {
    color: #fff;
    border-color: #444;
}

/* Hide sidebar on WooCommerce pages */
#sidebar {
    display: none !important;
}

/* === Single Product Page Fixes === */

/* Flexbox layout: image left, details right */
div.type-product {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
}

div.type-product > .woocommerce-product-gallery {
    flex: 0 0 48% !important;
    max-width: 48% !important;
}

div.type-product > .summary.entry-summary {
    flex: 0 0 48% !important;
    max-width: 48% !important;
}

div.type-product > .woocommerce-tabs,
div.type-product > .related.products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Size dropdown dark theme */
div.type-product table.variations select {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
    padding: 10px !important;
    min-width: 150px !important;
}

div.type-product table.variations label,
div.type-product table.variations td {
    color: #fff !important;
}

/* Quantity input */
div.type-product .quantity input.qty {
    background: #333 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
    padding: 10px !important;
    width: 60px !important;
}

/* Add to Cart button */
div.type-product .single_add_to_cart_button {
    background-color: #fff !important;
    color: #272727 !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 1em !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

div.type-product .single_add_to_cart_button:hover {
    background-color: #ccc !important;
}

/* Category, tag, brand links */
div.type-product .product_meta a,
div.type-product .product_meta span {
    color: #fff !important;
}

div.type-product .product_meta a:hover {
    color: #ccc !important;
}

/* Tabs */
div.type-product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
}

div.type-product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border-color: #555 !important;
}

div.type-product .woocommerce-tabs .panel {
    color: #fff !important;
}

/* Related products */
div.type-product .related.products a {
    color: #fff !important;
}

/* Hide Select Options button on shop page */
.woocommerce ul.products li.product .button.product_type_variable {
	    display: none !important;
}
}

/* Size label above buttons */
table.variations,
table.variations tbody,
table.variations tr {
    display: block !important;
    width: 100% !important;
}
table.variations tr {
    margin-bottom: 12px !important;
}
table.variations th.label {
    display: block !important;
    padding: 0 0 8px 0 !important;
    text-align: left !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    width: auto !important;
}
table.variations td.value {
    display: block !important;
    padding: 0 !important;
    width: auto !important;
}






/* Price inline with title, pushed right */
.single-product .summary.entry-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
    row-gap: 0;
    column-gap: 0;
}
.single-product .summary > * {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.single-product .summary .product_title {
    flex: 1 1 auto;
    width: auto;
    margin: 0 !important;
    padding-bottom: 8px !important;
    padding-right: 180px;
    box-sizing: border-box;
}
.single-product .summary .price {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto !important;
    padding-left: 24px;
    font-size: 1.4em !important;
    font-weight: 700 !important;
    white-space: nowrap;
}
.single-product .summary .woocommerce-product-details__short-description {
    padding-bottom: 12px !important;
}

/* WooCommerce shop page header - match other page titles */
.woocommerce-products-header {
    background: transparent !important;
    position: static !important;
    max-width: 1240px;
    margin: 0 auto !important;
    padding: 50px 20px 0px 20px;
    box-sizing: border-box;
}

.woocommerce-products-header__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 21px 0;
}


/* ========================================
   Store layout – CSS grid sidebar
   ======================================== */

/* Grid layout is handled by inline CSS in functions.php fucorp_shop_sidebar_css()
   These are fallback/supplement rules only */

/* Sidebar full height background extends */
.woocommerce-shop .site-main,
.woocommerce-page.tax-product_brand .site-main {
    align-items: stretch !important;
}

/* Sidebar full height */
aside.fucorp-shop-sidebar {
    min-height: 100% !important;
}

/* WC header inside products column */
.woocommerce-products-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* === Checkout blocks: floating labels visible on white input fields === */
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	    color: #888888 !important;
}

}

/* ============================================
   Johnston Photography - Artist Page Styles
   ============================================ */

.page-id-42 h2.wp-block-heading {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.page-id-42 .wp-block-separator {
    border-color: #444 !important;
    margin: 40px 0;
}

.johnston-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0 40px 0;
}

.johnston-portfolio-placeholder {
    background-color: #333333;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px dashed #555555;
}

.johnston-portfolio-placeholder:hover {
    opacity: 0.8;
}

.johnston-contact-block {
    margin: 20px 0 50px 0;
    background: #1e1e1e;
    border: 1px solid #444444;
    border-radius: 4px;
    padding: 30px 40px;
    max-width: 500px;
}

.johnston-contact-item {
    font-size: 1.1rem;
    margin: 0 0 18px 0;
    color: #cccccc;
}

.johnston-contact-item a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #555555;
}

@media (max-width: 768px) {
    .johnston-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .johnston-portfolio-grid { grid-template-columns: 1fr; }
}

/* Johnston Photography - Title row with Contact Me button */
.johnston-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.johnston-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.johnston-contact-btn {
    display: inline-block;
    background-color: #fff;
    color: #272727 !important;
    text-decoration: none !important;
    border: none !important;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.johnston-contact-btn:hover {
    background-color: #ccc !important;
    color: #272727 !important;
}

/* Johnston title row override - button only, pushed right */
.johnston-title-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -15px;
    margin-bottom: 20px;
}

/* Johnston - fix button position: float right next to H1 */
.page-id-42 article {
    position: relative;
}

.page-id-42 .johnston-title-row {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 2.5rem;
}


/* ============================================
   STOKARSKY ZAZNAMNIK - Artistic Collage v2
   (explicit grid placement for tight packing)
   ============================================ */

.sz-collage {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 80px;
    gap: 4px;
    margin: 20px 0;
    width: 100%;
}

.sz-img-placeholder {
    width: 100%;
    height: 100%;
    background-color: #2a2a2a;
    border: 1px solid #3a3a3a;
    display: block;
}

.sz-cell {
    overflow: hidden;
    position: relative;
}

.sz-cell .sz-img-placeholder,
.sz-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.sz-cell:hover img,
.sz-cell:hover .sz-img-placeholder {
    opacity: 0.82;
    transform: scale(1.03);
}

/* --- Explicit placement for all 13 cells --- */

/* Row 1: Big feature left + portrait + two small right */
.sz-cell:nth-child(1)  { grid-column: 1 / 7;  grid-row: 1 / 5; }   /* big landscape */
.sz-cell:nth-child(2)  { grid-column: 7 / 10; grid-row: 1 / 5; }   /* portrait */
.sz-cell:nth-child(3)  { grid-column: 10 / 13; grid-row: 1 / 3; }  /* small */
.sz-cell:nth-child(4)  { grid-column: 10 / 13; grid-row: 3 / 5; }  /* small */

/* Row 2: landscape + tall portrait + two smalls */
.sz-cell:nth-child(5)  { grid-column: 1 / 6;  grid-row: 5 / 8; }   /* landscape */
.sz-cell:nth-child(6)  { grid-column: 6 / 9;  grid-row: 5 / 9; }   /* tall portrait */
.sz-cell:nth-child(7)  { grid-column: 9 / 13; grid-row: 5 / 7; }   /* wide small */
.sz-cell:nth-child(8)  { grid-column: 9 / 13; grid-row: 7 / 9; }   /* wide small */

/* Row 3: small + tall portrait right + two small stacked */
.sz-cell:nth-child(9)  { grid-column: 1 / 6;  grid-row: 8 / 10; }  /* landscape */
.sz-cell:nth-child(10) { grid-column: 6 / 9;  grid-row: 9 / 13; }  /* portrait */
.sz-cell:nth-child(11) { grid-column: 9 / 13; grid-row: 9 / 11; }  /* small */
.sz-cell:nth-child(12) { grid-column: 9 / 13; grid-row: 11 / 13; } /* small */

/* Row 4: big wide bottom left + last small */
.sz-cell:nth-child(13) { grid-column: 1 / 6;  grid-row: 10 / 13; } /* big wide */

/* Responsive */
@media (max-width: 700px) {
    .sz-collage {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 60px;
        gap: 3px;
    }
    .sz-cell:nth-child(1)  { grid-column: 1/5;  grid-row: 1/4; }
    .sz-cell:nth-child(2)  { grid-column: 5/7;  grid-row: 1/4; }
    .sz-cell:nth-child(3)  { grid-column: 1/4;  grid-row: 4/6; }
    .sz-cell:nth-child(4)  { grid-column: 4/7;  grid-row: 4/6; }
    .sz-cell:nth-child(5)  { grid-column: 1/5;  grid-row: 6/8; }
    .sz-cell:nth-child(6)  { grid-column: 5/7;  grid-row: 6/9; }
    .sz-cell:nth-child(7)  { grid-column: 1/3;  grid-row: 8/10; }
    .sz-cell:nth-child(8)  { grid-column: 3/5;  grid-row: 8/10; }
    .sz-cell:nth-child(9)  { grid-column: 1/4;  grid-row: 10/12; }
    .sz-cell:nth-child(10) { grid-column: 4/7;  grid-row: 10/13; }
    .sz-cell:nth-child(11) { grid-column: 1/3;  grid-row: 12/14; }
    .sz-cell:nth-child(12) { grid-column: 3/5;  grid-row: 12/14; }
    .sz-cell:nth-child(13) { grid-column: 1/5;  grid-row: 14/17; }
}

/* ===== ABOUT US PAGE (ID: 33) ===== */
.page-id-33 .fu-about-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  color: #e8e8e8;
}

.fu-about-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}

.fu-about-headline {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 36px;
}

.fu-about-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 20px;
  max-width: 680px;
}

.fu-about-tagline {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  border-left: 3px solid #ffffff;
  padding-left: 14px;
  margin-top: 40px;
}

.fu-about-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 56px;
}

.fu-pillar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 14px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e0e0e0;
}

.fu-pillar-icon {
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .fu-about-pillars {
    gap: 10px;
  }
  .fu-pillar {
    padding: 10px 16px;
    font-size: 0.8rem;
  }
}
/* ===== END ABOUT US PAGE ===== */


/* ===== ABOUT US PAGE (ID: 33) ===== */
.page-id-33 .fu-about-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  color: #e8e8e8;
}

.fu-about-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}

.fu-about-headline {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 36px;
}

.fu-about-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cccccc;
  margin-bottom: 20px;
  max-width: 680px;
}

.fu-about-tagline {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  border-left: 3px solid #ffffff;
  padding-left: 14px;
  margin-top: 40px;
}

.fu-about-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 56px;
}

.fu-pillar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 14px 22px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e0e0e0;
}

.fu-pillar-icon {
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .fu-about-pillars {
    gap: 10px;
  }
  .fu-pillar {
    padding: 10px 16px;
    font-size: 0.8rem;
  }
}
/* ===== END ABOUT US PAGE ===== */


/* ===== OUR WORK SECTION (on About Us page ID: 33) ===== */
.fu-ourwork-section {
  border-top: 1px solid #2a2a2a;
  margin-top: 0;
  padding: 80px 24px 40px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.fu-ourwork-header {
  margin-bottom: 48px;
}

.fu-ourwork-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 12px;
}

.fu-ourwork-subtitle {
  font-size: 1rem;
  color: #888;
  letter-spacing: 0.04em;
}

.fu-work-placeholder {
  border: 1px dashed #333;
  padding: 80px 24px;
  text-align: center;
  margin-bottom: 60px;
}

.fu-work-placeholder-text {
  color: #444;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Instagram feed section */
.page-id-33 #sb_instagram,
.page-id-33 .sbi-load-btn-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.page-id-33 #sb_instagram .sbi_header_text h3,
.page-id-33 #sb_instagram .sbi_header_text p {
  color: #cccccc !important;
}
/* ===== END OUR WORK SECTION ===== */


/* ===== JOIN US CTA BLOCK (About Us page) ===== */
.fu-joinus-cta {
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  padding: 72px 24px;
  text-align: center;
}

.fu-joinus-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}

.fu-joinus-cta-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}

.fu-joinus-cta-headline {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.1;
}

.fu-joinus-cta-body {
  font-size: 1rem;
  line-height: 1.7;
  color: #aaaaaa;
  margin-bottom: 36px;
}

.fu-joinus-cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 40px;
  transition: background 0.2s ease, color 0.2s ease;
}

.fu-joinus-cta-btn:hover {
  background: #000000;
  color: #ffffff;
  outline: 1px solid #ffffff;
}
/* ===== END JOIN US CTA BLOCK ===== */


/* ===== PRODUCT PRICES — ALL PAGES ===== */

/* ---- LISTING PAGES: shop, category, brand, search, related, homepage ---- */
/* Box + size matching product title (24px) */
ul.products li.product .price,
.woocommerce ul.products li.product .price,
.wc-block-grid__product .price,
.woocommerce-loop-product__price,
.home .woocommerce ul.products li.product .price,
.product-container .price,
.wc-block-grid__product-price .price {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 7px 16px;
  font-size: 1.5rem !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 6px;
  line-height: 1.3;
}

/* Sale price inside box on listing pages */
ul.products li.product .price del,
.woocommerce ul.products li.product .price del,
.wc-block-grid__product .price del {
  font-size: 0.7em !important;
  opacity: 0.45;
  margin-right: 8px;
  font-weight: 400;
}
ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins,
.wc-block-grid__product .price ins {
  text-decoration: none;
  font-size: 1em !important;
  font-weight: 800;
}

/* ---- SINGLE PRODUCT PAGE ---- */
/* Make summary relative so we can position price absolutely next to title */
.single-product .summary {
  position: relative;
}

/* Pull price up to sit at the same vertical level as the product title */
.single-product .summary .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 8px 20px;
  font-size: 2rem !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  /* Position alongside the h1 title */
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/* Override: reset price to normal flow in related/upsell sections */
.related.products span.price,
.related.products p.price,
.upsells.products span.price,
.upsells.products p.price {
  position: static;
  top: auto;
  right: auto;
  margin: 10px 0 0 0;
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 7px 16px;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.single-product .summary .price del,
.woocommerce div.product p.price del {
  font-size: 0.65em !important;
  opacity: 0.45;
  margin-right: 8px;
  font-weight: 400;
}
.single-product .summary .price ins,
.woocommerce div.product p.price ins {
  text-decoration: none;
  font-size: 1em !important;
  font-weight: 800;
}

/* ---- CART PAGE ---- */
.woocommerce-cart .cart .product-price .woocommerce-Price-amount,
.woocommerce-cart .cart .product-subtotal .woocommerce-Price-amount,
.cart-totals .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 4px 12px;
  font-size: 1.1rem !important;
  font-weight: 700;
}

/* ---- CHECKOUT PAGE ---- */
.woocommerce-checkout .order-total .woocommerce-Price-amount,
.woocommerce-checkout .cart-subtotal .woocommerce-Price-amount {
  display: inline-block;
  background: #1a1a1a;
  border: 1px solid #333;
  padding: 4px 12px;
  font-size: 1.1rem !important;
  font-weight: 700;
}
/* ===== END PRODUCT PRICES — ALL PAGES ===== */


/* ===== HOMEPAGE FEATURED PRODUCTS — FULL CARD CLICKABLE ===== */
/* Use ::after pseudo-element on container as invisible overlay link trigger */
.product-container {
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.product-container:hover {
  opacity: 0.85;
}

/* The <a> covers the whole card via absolute positioning on its ::after */
.product-container > a:first-child {
  display: contents; /* keep children in normal flow, link itself invisible */
}

/* Pseudo-element overlay covers the entire card */
.product-container > a:first-child::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}

/* Ensure img, title, price sit in normal flow below the overlay */
.product-container img,
.product-container h3,
.product-container .price {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
/* ===== END HOMEPAGE FEATURED PRODUCTS ===== */


/* ===== STOKARSKY ZAZNAMNIK — INSTAGRAM SECTION ===== */
.sz-instagram-section {
  padding: 60px 24px 20px;
  text-align: center;
}

.sz-instagram-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0;
}
/* ===== END SZ INSTAGRAM SECTION ===== */


/* ===== JOIN US FORM - FONT FIX ===== */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  font-family: inherit;
}
/* ===== END JOIN US FORM - FONT FIX ===== */


/* ===== CART PAGE - TEXT SIZE FIX ===== */
/* Table headers */
.wc-block-cart-items__header,
.wc-block-cart-items__header-image,
.wc-block-cart-items__header-product,
.wc-block-cart-items__header-total {
  font-size: 16px !important;
}

/* Product name */
.wc-block-components-product-name {
  font-size: 16px !important;
}

/* Price in cart row */
.wc-block-cart-item__prices,
.wc-block-cart-item__total,
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  font-size: 16px !important;
}

/* Size / variation metadata */
.wc-block-components-product-metadata,
.wc-block-components-product-details,
.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  font-size: 16px !important;
}

/* Quantity input */
.wc-block-components-quantity-selector__input {
  font-size: 16px !important;
}

/* Remove item link */
.wc-block-cart-item__remove-link {
  font-size: 14px !important;
}

/* Cart totals sidebar */
.wp-block-woocommerce-cart-order-summary-heading-block,
.wc-block-components-panel__button,
.wc-block-components-totals-coupon,
.wc-block-components-totals-wrapper,
.wc-block-components-totals-item,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item,
.wp-block-woocommerce-cart-order-summary-coupon-form-block {
  font-size: 16px !important;
}
/* ===== END CART PAGE - TEXT SIZE FIX ===== */


/* ===== CART & CHECKOUT - PRODUCT NAME BOLD + CHECKOUT FONT SIZES ===== */

/* Bold product names on cart AND checkout */
.wc-block-components-product-name {
  font-weight: 700 !important;
}

/* Checkout - Order summary header area */
.wc-block-components-checkout-order-summary__title,
.wc-block-components-checkout-order-summary__title-icon,
.wc-block-formatted-money-amount,
.wc-block-components-checkout-order-summary__content {
  font-size: 16px !important;
}

/* Checkout - form small labels */
.wc-blocks-components-select__label,
.wc-block-components-address-form__address_2-toggle {
  font-size: 15px !important;
}

/* Checkout - totals description */
.wc-block-components-totals-item__description {
  font-size: 16px !important;
}

/* Checkout - Return to Cart + Place Order buttons */
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-button,
.wc-block-components-button__text,
.wc-block-components-checkout-place-order-button__text {
  font-size: 16px !important;
}
/* ===== END CART & CHECKOUT - PRODUCT NAME BOLD + CHECKOUT FONT SIZES ===== */


/* ===== FOOTER POLICY LINKS ===== */
.footer-policy-links {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
}

.footer-policy-links a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-policy-links a:hover {
  color: #fff;
}

.footer-policy-links span {
  color: #555;
  margin: 0 8px;
}
/* ===== END FOOTER POLICY LINKS ===== */

/* ===== CHECKOUT POLICY NOTICE ===== */
.fu-checkout-policy-notice {
  font-size: 13px;
  color: #aaa;
  text-align: center;
  margin-top: 12px;
  line-height: 1.6;
}

.fu-checkout-policy-notice a {
  color: #ccc;
  text-decoration: underline;
}

.fu-checkout-policy-notice a:hover {
  color: #fff;
}
/* ===== END CHECKOUT POLICY NOTICE ===== */


/* ===== CHECKOUT TERMS LINKS - WHITE ===== */
.wc-block-checkout__terms a,
.wc-block-components-checkbox__label a {
  color: #fff !important;
  text-decoration: underline;
}
.wc-block-checkout__terms a:hover,
.wc-block-components-checkbox__label a:hover {
  color: #ccc !important;
}
/* ===== END CHECKOUT TERMS LINKS - WHITE ===== */


/* ===== FOOTER COPYRIGHT LINKS - WHITE ===== */
.copyright a {
  color: #ccc !important;
  text-decoration: none;
}
.copyright a:hover {
  color: #fff !important;
}
/* ===== END FOOTER COPYRIGHT LINKS - WHITE ===== */


/* ===== FOOTER COPYRIGHT - SMALLER FONT TO FIT ONE LINE ===== */
.copyright {
  font-size: 12px !important;
  white-space: nowrap;
}
/* ===== END FOOTER COPYRIGHT - SMALLER FONT ===== */


/* ===== OUR ARTISTS HEADING SIZE ===== */
.partners h2 {
  font-size: 40px !important;
}
/* ===== END OUR ARTISTS HEADING SIZE ===== */


/* ===== SHIPPING & RETURNS TAB CONTENT ===== */
.fucorp-tab-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.fucorp-tab-content h3:first-child {
  margin-top: 0;
}
.fucorp-tab-content p {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 10px;
}
.fucorp-tab-content a {
  color: #fff;
  text-decoration: underline;
}
/* ===== END SHIPPING & RETURNS TAB CONTENT ===== */


/* ===== SIDEBAR COLOR SWATCHES ===== */
.fucorp-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}
.fucorp-color-swatch {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #333;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s;
    text-decoration: none !important;
}
.fucorp-color-swatch:hover {
    border-color: #888;
}
.fucorp-color-swatch.fucorp-swatch-active {
    border-color: #fff !important;
}
.fucorp-color-swatch.fucorp-swatch-active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}
.fucorp-swatch-inner {
    display: block;
    width: 100%;
    height: 100%;
}
/* Color fills */
.fucorp-color-black .fucorp-swatch-inner { background: #111; }
.fucorp-color-white .fucorp-swatch-inner { background: #f5f5f5; border: 1px solid #333; }
.fucorp-color-red .fucorp-swatch-inner { background: #c0392b; }
.fucorp-color-blue .fucorp-swatch-inner { background: #2980b9; }
.fucorp-color-green .fucorp-swatch-inner { background: #27ae60; }
.fucorp-color-yellow .fucorp-swatch-inner { background: #f1c40f; }
.fucorp-color-grey .fucorp-swatch-inner,
.fucorp-color-gray .fucorp-swatch-inner { background: #666; }
.fucorp-color-navy .fucorp-swatch-inner { background: #1a2744; }
.fucorp-color-beige .fucorp-swatch-inner { background: #c9aa7c; }
.fucorp-color-brown .fucorp-swatch-inner { background: #7d4e2d; }
.fucorp-color-pink .fucorp-swatch-inner { background: #e77ab3; }
.fucorp-color-orange .fucorp-swatch-inner { background: #e67e22; }
.fucorp-color-purple .fucorp-swatch-inner { background: #8e44ad; }

/* ===== SIDEBAR SIZE FILTER BUTTONS ===== */
.fucorp-size-filter-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.fucorp-size-filter-btn {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #333;
    background: transparent;
    color: #777;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}
.fucorp-size-filter-btn:hover {
    border-color: #888;
    color: #fff;
}
.fucorp-size-filter-btn.fucorp-size-active {
    border-color: #fff !important;
    color: #fff !important;
    background: transparent;
}
/* ===== END SIDEBAR FILTERS ===== */



/* Related product link — flex column so price shows below title */
.related.products li.product a.woocommerce-loop-product__link,
.upsells.products li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}


/* =============================================
   MOBILE RESPONSIVE — HAMBURGER & LAYOUT FIXES
   ============================================= */

/* --- Header Right: cart + hamburger wrapper --- */
.header-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* --- Hamburger button: hidden on desktop --- */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	width: 36px;
	height: 36px;
}
.hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Animate to X when active */
.hamburger.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* =============================================
   MOBILE BREAKPOINT (<= 768px)
   ============================================= */
/* === Dynamic nav collapse: JS adds .nav-collapsed to header when nav overflows === */
header.nav-collapsed .hamburger {
	display: flex !important;
}
header.nav-collapsed #main-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 999;
	padding: 0;
}
header.nav-collapsed #main-nav.nav-open {
	display: block !important;
}
header.nav-collapsed #main-nav ul {
	flex-direction: column !important;
	gap: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
header.nav-collapsed #main-nav ul li {
	border-bottom: 1px solid #222;
}
header.nav-collapsed #main-nav ul li a {
	display: block;
	padding: 16px 24px !important;
	font-size: 1.1rem !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header.nav-collapsed:not(.woocommerce-products-header) {
	flex-wrap: wrap;
}

@media (max-width: 768px) {

	/* Show hamburger */
	.hamburger {
		display: flex;
	}

	/* Hide desktop nav by default on mobile */
	#main-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #000;
		z-index: 999;
		padding: 0;
	}

	/* Show nav when toggled open */
	#main-nav.nav-open {
		display: block;
	}

	/* Stack nav items vertically */
	#main-nav ul {
		flex-direction: column !important;
		gap: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#main-nav ul li {
		border-bottom: 1px solid #222;
	}
	#main-nav ul li a {
		display: block;
		padding: 16px 24px !important;
		font-size: 1.1rem !important;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	/* Make header relative so nav dropdown positions correctly */
	header:not(.woocommerce-products-header) {
		position: sticky;
		top: 0;
		flex-wrap: wrap;
	}

	/* --- Hero --- */
	.hero {
		padding: 80px 0;
	}
	.hero h2 {
		font-size: 1.8rem;
	}
	.hero p {
		font-size: 1rem;
	}
	.shop-now {
		font-size: 1.2rem;
		padding: 12px 24px;
	}

	/* --- Featured Products: 1 column on mobile --- */
	.product-grid {
		flex-direction: column;
		align-items: center;
	}
	.product-container {
		max-width: 100%;
		width: 90%;
	}

	/* --- WooCommerce product grid: 1 column on mobile --- */
	.woocommerce ul.products {
		grid-template-columns: 1fr !important;
		padding: 20px !important;
		gap: 20px !important;
	}

	/* --- Shop layout: hide sidebar, full width --- */
	aside.fucorp-shop-sidebar {
		display: none !important;
	}

	/* --- Single product: stack image + details --- */
	div.type-product {
		flex-direction: column !important;
	}
	div.type-product > .woocommerce-product-gallery,
	div.type-product > .summary.entry-summary {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	/* Single product price - static on mobile (not absolute positioned) */
	.single-product .summary .price,
	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		position: static !important;
		display: block !important;
		margin: 10px 0 !important;
	}

	/* --- Partners / Artists: 1 column --- */
	.partner-logos {
		flex-direction: column;
		align-items: center;
	}
	.partner-logo {
		width: 200px;
		height: 200px;
	}

	/* --- WooCommerce pages full width --- */
	.woocommerce-page #content,
	.woocommerce-page .content-area,
	.woocommerce-page .site-main,
	.woocommerce-page main {
		padding: 20px 16px !important;
	}

	/* --- Footer --- */
	.footer-content {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
	.copyright,
	.designed-by {
		text-align: center;
		white-space: normal !important;
		font-size: 11px !important;
	}
}

/* =============================================
   SMALL MOBILE (<= 480px)
   ============================================= */
@media (max-width: 480px) {
	.hero h2 {
		font-size: 1.5rem;
	}
	.woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}
	.partner-logo {
		width: 160px;
		height: 160px;
	}
}


/* =============================================
   PRODUCT GALLERY FIX - object-fit: contain
   ============================================= */

/* Hide the zoom magnifier icon */
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Gallery wrapper: full width, block */
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    display: block !important;
}

/* Each gallery slide: block, full width */
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div {
    display: block !important;
    width: 100% !important;
}

/* Hide non-first slides until flexslider inits */
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div:not(:first-child) {
    display: none !important;
}

/* Gallery image container: fixed 2:3 box — images shrink inside, blank dark edges */
.woocommerce-product-gallery .woocommerce-product-gallery__image,
.woocommerce-product-gallery .flex-viewport {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 2 / 3 !important;
    overflow: hidden !important;
    background: #1a1a1a !important;
    box-sizing: border-box !important;
}

/* Images: contain (no crop), centered, dark blank edges */
.woocommerce-product-gallery img.wp-post-image,
.woocommerce-product-gallery .woocommerce-product-gallery__image img,
.woocommerce-product-gallery .wp-post-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important;
}

/* Wrapper anchor: fill container */
.woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* Once flexslider is initialized, restore normal slide display */
.woocommerce-product-gallery .flexslider .woocommerce-product-gallery__wrapper > div {
    display: block !important;
}

/* Flexslider slides fill the viewport */
.woocommerce-product-gallery .flexslider .slides > li {
    width: 100% !important;
    height: 100% !important;
}

/* Custom gallery nav arrows — centred vertically on the image viewport */
.fucorp-gallery-nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    padding: 0 10px;
    box-sizing: border-box;
}

.fucorp-gallery-prev,
.fucorp-gallery-next {
    pointer-events: all;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
    padding: 0;
}

.fucorp-gallery-prev:hover,
.fucorp-gallery-next:hover {
    background: rgba(0,0,0,0.8);
}

.fucorp-gallery-prev.fucorp-nav-disabled,
.fucorp-gallery-next.fucorp-nav-disabled {
    opacity: 0.3;
    cursor: default;
}

/* =============================================
   STORE PAGE MOBILE FIX
   ============================================= */
@media (max-width: 768px) {
    /* Store grid layout - collapse sidebar */
    .woocommerce-shop main,
    .woocommerce-shop .site-main,
    .woocommerce-page main,
    .woocommerce-page .site-main,
    .woocommerce-page.tax-product_cat main,
    .woocommerce-page.tax-product_cat .site-main,
    .woocommerce-page.tax-product_brand main,
    .woocommerce-page.tax-product_brand .site-main,
    .woocommerce-page.tax-product_tag main,
    .woocommerce-page.tax-product_tag .site-main,
    body.tax-product_brand main,
    body.tax-product_cat main,
    body.tax-product_tag main {
        display: block !important;
        grid-template-columns: 1fr !important;
    }

    /* Hide the sidebar filter on mobile - use high specificity to override desktop rules */
    .woocommerce-page aside.fucorp-shop-sidebar,
    .woocommerce-shop aside.fucorp-shop-sidebar,
    body.tax-product_brand aside.fucorp-shop-sidebar,
    body.tax-product_cat aside.fucorp-shop-sidebar,
    body.tax-product_tag aside.fucorp-shop-sidebar,
    .fucorp-shop-sidebar {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        overflow: hidden !important;
    }

    /* Products: 2 col on mobile */
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 16px !important;
        max-width: 100% !important;
    }

    /* Store header row on mobile */
    .fucorp-store-header-row {
        padding: 16px 16px 4px !important;
    }

    /* Hide filter toggle button since sidebar hidden */
    #fucorp-filter-toggle {
        display: none !important;
    }
}

@media (max-width: 480px) {
    /* 1 col on very small screens */
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: 1fr !important;
    }
}


/* =====================================================
   RESPONSIVE BREAKPOINTS - FULL COVERAGE
   1200px | 1024px | 768px (existing) | 480px | 360px
   ===================================================== */

/* --------------------------------------------------
   1200px — Large tablet landscape / small laptop
   Nav starts getting tight, hero can be smaller
   -------------------------------------------------- */
@media (max-width: 1200px) {

    /* Nav: reduce gap and font size */
    nav ul {
        gap: 40px !important;
    }
    nav a {
        font-size: 1.4rem !important;
    }

    /* Hero: reduce padding and font */
    .hero {
        padding: 140px 0 !important;
    }
    .hero h2 {
        font-size: 2.4rem !important;
    }
    .hero p {
        font-size: 1.1rem !important;
    }
    .shop-now {
        font-size: 1.6rem !important;
        padding: 12px 24px !important;
    }

    /* Featured products: 3 across still but tighter */
    .product-grid {
        gap: 15px !important;
        padding: 0 20px !important;
    }
    .product-container {
        max-width: 260px !important;
    }

    /* Store: 3 col product grid tighter */
    .woocommerce ul.products {
        gap: 20px !important;
        padding: 30px 15px !important;
    }

    /* Partners: tighter */
    .partner-logos {
        gap: 15px !important;
    }
    .partner-logo {
        width: 200px !important;
    }
}

/* --------------------------------------------------
   1024px — iPad landscape / 10" tablet / small laptop
   Nav may still fit but needs compression
   -------------------------------------------------- */
@media (max-width: 1024px) {

    /* Nav handled dynamically by JS */
    .site-logo img {
        width: 65px !important;
    }

    /* Hero: reduce more */
    .hero {
        padding: 100px 0 !important;
    }
    .hero h2 {
        font-size: 2rem !important;
    }
    .hero-content {
        padding: 20px 30px !important;
        max-width: 90% !important;
    }

    /* Featured products: 3 across, smaller cards */
    .product-grid {
        gap: 12px !important;
    }
    .product-container {
        max-width: 220px !important;
    }
    .product-container h3 {
        font-size: 1.2rem !important;
    }

    /* Store: 3 col product grid */
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
        padding: 20px 15px !important;
    }

    /* Sidebar: slightly narrower */
    .fucorp-shop-sidebar {
        width: 200px !important;
        padding-left: 20px !important;
    }
    .woocommerce-shop .site-main,
    .woocommerce-page.tax-product_cat .site-main,
    .woocommerce-page.tax-product_brand .site-main,
    .woocommerce-page.tax-product_tag .site-main {
        grid-template-columns: 200px 1fr !important;
    }

    /* Single product: reduce font */
    .woocommerce div.product .product_title {
        font-size: 1.8rem !important;
    }

    /* Partners */
    .partner-logo {
        width: 170px !important;
    }

    /* Footer */
    .footer-content {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }
}

/* --------------------------------------------------
   900px — iPad portrait (between tablet and mobile)
   Switch to 2-col product grid, keep sidebar
   -------------------------------------------------- */
@media (max-width: 900px) {

    /* Nav: getting very tight, reduce more */
    nav ul {
        gap: 16px !important;
    }
    nav a {
        font-size: 1.05rem !important;
    }

    /* Hero */
    .hero {
        padding: 80px 0 !important;
    }
    .hero h2 {
        font-size: 1.7rem !important;
    }

    /* Featured products: 2 across */
    .product-grid {
        gap: 10px !important;
    }
    .product-container {
        max-width: 46% !important;
        min-width: 180px !important;
    }

    /* Store: 2-col product grid */
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 16px 12px !important;
    }

    /* Partners: 2 per row */
    .partner-logo {
        width: 140px !important;
    }
}

/* --------------------------------------------------
   768px — handled by existing mobile rules
   (hamburger, filter drawer, stacked layout)
   -------------------------------------------------- */

/* --------------------------------------------------
   480px — Large phones (already partially handled)
   -------------------------------------------------- */
@media (max-width: 480px) {

    /* Hero: compact */
    .hero {
        padding: 60px 0 !important;
    }
    .hero h2 {
        font-size: 1.5rem !important;
    }
    .hero p {
        font-size: 1rem !important;
    }
    .shop-now {
        font-size: 1.3rem !important;
        padding: 10px 20px !important;
    }

    /* Featured products: 1 per row on small phones */
    .product-grid {
        flex-direction: column !important;
        align-items: center !important;
    }
    .product-container {
        max-width: 90% !important;
        width: 90% !important;
    }

    /* Store: 2 col still works on 480px phones */
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 12px 8px !important;
    }

    /* Store header row */
    .fucorp-store-header-row h1,
    .fucorp-store-header-row h2 {
        font-size: 1.4rem !important;
    }

    /* Single product */
    .woocommerce div.product .product_title {
        font-size: 1.5rem !important;
    }
    .woocommerce div.product p.price {
        font-size: 1.2rem !important;
    }

    /* Partner logos: 2 per row */
    .partner-logo {
        width: 45% !important;
        min-width: 120px !important;
    }

    /* Footer: center everything */
    .copyright {
        font-size: 0.75rem !important;
        text-align: center !important;
    }
}

/* --------------------------------------------------
   360px — Small phones (Galaxy S series, etc.)
   -------------------------------------------------- */
@media (max-width: 360px) {

    /* Header: tighten */
    header:not(.woocommerce-products-header) {
        padding: 12px 10px !important;
    }
    .site-logo img {
        width: 50px !important;
    }

    /* Hero: very compact */
    .hero {
        padding: 40px 0 !important;
    }
    .hero h2 {
        font-size: 1.3rem !important;
    }
    .hero p {
        font-size: 0.9rem !important;
    }
    .shop-now {
        font-size: 1.1rem !important;
        padding: 8px 16px !important;
    }

    /* Store: 1 col on very small phones */
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: 1fr !important;
        padding: 8px !important;
    }

    /* Store header row */
    .fucorp-store-header-row {
        padding: 10px 10px 4px !important;
    }

    /* Partners: 1 per row */
    .partner-logo {
        width: 80% !important;
    }

    /* Footer */
    .copyright {
        font-size: 0.7rem !important;
    }
    .social-links {
        gap: 12px !important;
    }
}


/* =====================================================
   OVERFLOW & RESPONSIVE FIXES (audit pass)
   ===================================================== */

/* Global: prevent any element from causing horizontal scroll */
* {
    box-sizing: border-box;
}

/* Hero content: ensure max-width is percentage-based on small screens */
@media (max-width: 768px) {
    .hero-content {
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px 16px !important;
        box-sizing: border-box !important;
    }
    .hero h2 {
        font-size: 1.6rem !important;
        word-wrap: break-word !important;
    }
    .hero p {
        font-size: 0.95rem !important;
    }
    .shop-now {
        font-size: 1.2rem !important;
        padding: 12px 20px !important;
    }
}

/* =====================================================
   SINGLE PRODUCT PAGE — mobile layout
   ===================================================== */
@media (max-width: 768px) {

    /* Stack gallery and summary vertically */
    .woocommerce div.product,
    div.product {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 12px !important;
    }

    /* Gallery: full width */
    .woocommerce div.product .woocommerce-product-gallery,
    div.type-product > .woocommerce-product-gallery {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Summary: full width */
    .woocommerce div.product .summary.entry-summary,
    div.type-product > .summary.entry-summary {
        max-width: 100% !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }

    /* Add to cart button: full width */
    .single_add_to_cart_button,
    .woocommerce button.button.alt {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Tabs: full width */
    .woocommerce-tabs,
    .wc-tabs-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        padding: 0 12px !important;
    }

    /* Tab content */
    .woocommerce-Tabs-panel {
        padding: 12px 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

/* =====================================================
   RELATED / UPSELL PRODUCTS — fix horizontal scroll
   ===================================================== */
@media (max-width: 768px) {

    /* Related and upsell sections */
    .related.products,
    .upsells.products,
    .cross-sells {
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        padding: 0 12px !important;
    }

    /* Related products grid: 2 columns on mobile */
    .related ul.products,
    .upsells ul.products,
    .cross-sells ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    /* Related products: 1 col on small phones */
    .related ul.products,
    .upsells ul.products {
        grid-template-columns: 1fr !important;
    }
}

/* =====================================================
   STORE / CATEGORY PAGES — fix padding/overflow
   ===================================================== */
@media (max-width: 768px) {

    /* Main product grid */
    .woocommerce ul.products,
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Product items: prevent overflow */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    /* Product images: constrain */
    .woocommerce ul.products li.product img,
    .woocommerce-page ul.products li.product img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 360px) {
    .woocommerce ul.products,
    .woocommerce-page ul.products,
    .related ul.products {
        grid-template-columns: 1fr !important;
        padding: 8px !important;
    }
}

/* =====================================================
   FOOTER — full width fix
   ===================================================== */
@media (max-width: 768px) {
    footer {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding: 20px 16px !important;
    }
    .footer-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }
    .copyright {
        font-size: 0.75rem !important;
        text-align: center !important;
        word-break: break-word !important;
        max-width: 100% !important;
    }
    .social-links {
        justify-content: center !important;
    }
}

/* =====================================================
   HEADER — prevent overflow at all sizes
   ===================================================== */
header:not(.woocommerce-products-header) {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    header:not(.woocommerce-products-header) {
        padding: 14px 16px !important;
    }
    .header-right {
        gap: 12px !important;
    }
}

/* =====================================================
   GENERAL WOOCOMMERCE ELEMENTS — overflow safety
   ===================================================== */
@media (max-width: 768px) {
    /* Forms */
    .woocommerce form,
    .woocommerce-checkout,
    .woocommerce-cart {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* Tables (cart, checkout) */
    .woocommerce table,
    .woocommerce-cart-form table {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    /* Notices */
    .woocommerce-notices-wrapper,
    .wc-block-components-notice-banner {
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 12px !important;
    }

    /* Images */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}


/* Remove content-area side padding on store/woo pages so sidebar can be flush left */
.woocommerce-page .content-area,
.woocommerce-shop .content-area,
body.tax-product_cat .content-area,
body.tax-product_brand .content-area,
body.tax-product_tag .content-area {
    padding: 0 !important;
    margin: 0 !important;
}


/* 1400px - start reducing nav gap to prevent wrapping */
@media (max-width: 1400px) {
    nav ul {
        gap: 40px !important;
    }
    nav a {
        font-size: 1.5rem !important;
    }
}


/* =====================================================
   OUR ARTISTS — INVERTED NAV BUTTON + DROPDOWN PANEL
   ===================================================== */

/* The OUR ARTISTS <li> — white filled box */
#main-nav .menu-item-has-children > a {
  background: #fff;
  color: #000 !important;
  padding: 6px 16px 6px 14px !important;
  font-weight: 800 !important;
  letter-spacing: 2px;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
  position: relative;
}

/* Arrow indicator */
#main-nav .menu-item-has-children > a::after {
  content: '▾';
  font-size: 0.75em;
  line-height: 1;
  display: inline-block;
  transition: transform 0.25s ease;
}

/* Hover state — invert: black bg, white text */
#main-nav .menu-item-has-children > a:hover {
  background: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
  outline: 2px solid #fff;
}

/* Rotate arrow when submenu open (desktop hover) */
#main-nav .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* ---- Desktop sub-menu panel ---- */
#main-nav .menu-item-has-children {
  position: relative;
}

#main-nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 2px solid #fff;
  padding: 6px 0;
  z-index: 1001;
  list-style: none;
  margin: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
}

/* Show on hover (desktop) */
#main-nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Sub-menu items */
#main-nav .sub-menu li {
  border-bottom: none !important;
}

#main-nav .sub-menu li a {
  display: flex !important;
  align-items: center;
  gap: 0;
  padding: 12px 20px !important;
  color: #000 !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  background: #fff;
  border-left: 3px solid transparent;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  opacity: 1 !important;
  white-space: nowrap;
}

#main-nav .sub-menu li a:hover {
  background: #000 !important;
  color: #fff !important;
  border-left-color: #fff;
  opacity: 1 !important;
}

/* =====================================================
   MOBILE — ACCORDION FOR OUR ARTISTS SUB-MENU
   ===================================================== */

@media (max-width: 768px) {

  /* OUR ARTISTS button: full-width white block */
  #main-nav .menu-item-has-children > a {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
    box-sizing: border-box;
    outline: none;
  }

  #main-nav .menu-item-has-children > a:hover {
    background: #e8e8e8 !important;
    color: #000 !important;
    outline: none;
  }

  /* Arrow rotates when accordion open */
  #main-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
  }

  /* Sub-menu: hidden by default, accordion reveal */
  #main-nav .sub-menu {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    background: #111 !important;
    border: none !important;
    border-left: 4px solid #fff !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }

  /* Show when toggled open via JS */
  #main-nav .menu-item-has-children.is-open > .sub-menu {
    display: block !important;
  }

  /* Sub-menu links on mobile */
  #main-nav .sub-menu li a {
    padding: 14px 24px 14px 28px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #ccc !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: 1px solid #1e1e1e !important;
    display: block !important;
  }

  #main-nav .sub-menu li a:hover {
    color: #fff !important;
    background: #1a1a1a !important;
    border-left: none !important;
  }

  #main-nav .sub-menu li:last-child a {
    border-bottom: none !important;
  }
}
/* ===================================================== END OUR ARTISTS STYLES ===================================================== */


/* ===== WC BLOCKS BUTTON STYLES — match site style ===== */

/* Base style for ALL wc-block buttons */
.wc-block-components-button,
.wc-block-components-button.outlined,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    border-radius: 0 !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    transition: background 0.2s, color 0.2s !important;
    border: 2px solid #fff !important;
    box-shadow: none !important;
}

/* Place Order — white bg, black text (primary CTA) */
.wc-block-components-checkout-place-order-button {
    background: #fff !important;
    color: #000 !important;
    padding: 16px 32px !important;
    width: 100% !important;
}
.wc-block-components-checkout-place-order-button:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Proceed to Checkout in cart */
.wc-block-cart__submit-button {
    background: #fff !important;
    color: #000 !important;
    padding: 16px 32px !important;
}
.wc-block-cart__submit-button:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Return to Cart — inverted (outline) */
.wc-block-checkout__actions .wc-block-components-button.wc-block-checkout__return-to-cart-button,
a.wc-block-components-button.wc-block-checkout__return-to-cart-button {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    text-decoration: none !important;
}
.wc-block-components-button.wc-block-checkout__return-to-cart-button:hover {
    background: #fff !important;
    color: #000 !important;
}

/* Apply coupon button */
.wc-block-components-totals-coupon__button {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    padding: 10px 20px !important;
    height: auto !important;
    min-height: unset !important;
}
.wc-block-components-totals-coupon__button:hover {
    background: #fff !important;
    color: #000 !important;
}

/* Coupon input field */
.wc-block-components-totals-coupon__input .wc-block-components-text-input input,
.wc-block-components-totals-coupon .wc-block-components-text-input input {
    border-radius: 0 !important;
    border: 1px solid #555 !important;
    background: #1a1a1a !important;
    color: #fff !important;
    font-family: inherit !important;
}

/* Remove any default blue/purple outlines on focus */
.wc-block-components-button:focus,
.wc-block-components-checkout-place-order-button:focus,
.wc-block-cart__submit-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Spinner inside buttons — keep white */
.wc-block-components-button .wc-block-components-spinner,
.wc-block-components-checkout-place-order-button .wc-block-components-spinner {
    border-color: #fff transparent transparent transparent !important;
}
/* ===== END WC BLOCKS BUTTON STYLES ===== */


/* =============================================
   CONTACT FORM 7 — Full-width responsive forms
   ============================================= */

/* Make all CF7 inputs, textareas, selects full width */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #444;
    padding: 12px 16px;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 0;
    margin-top: 6px;
    margin-bottom: 4px;
    transition: border-color 0.2s;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none;
    border-color: #fff;
}

/* Make the span wrapper full width too */
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Labels */
.wpcf7-form label {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ccc;
    margin-top: 16px;
}

/* Paragraph wrappers */
.wpcf7-form > p,
.wpcf7-form .form-row {
    margin: 0 0 8px 0;
    width: 100%;
}

/* Textarea height */
.wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}

/* Select dropdown */
.wpcf7-form select {
    appearance: auto;
    cursor: pointer;
}

/* Submit button */
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
    width: auto;
    min-width: 180px;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    padding: 14px 32px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    margin-top: 24px;
    transition: background 0.2s, color 0.2s;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover {
    background: transparent;
    color: #fff;
}

/* Validation error messages */
.wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.wpcf7-form .wpcf7-response-output {
    margin-top: 16px;
    padding: 12px 16px;
    border: 1px solid #444;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Page layout: limit content width and center on large screens */
.page-content .wpcf7,
.page-content .wpcf7-form {
    width: 100%;
    max-width: 700px;
}

/* Join Us page — form section */
.join-us-container {
    max-width: 700px;
}

/* Contact page — billing info box */
.contact-billing-info {
    max-width: 400px;
    margin-top: 40px;
}

/* =============================================
   RESPONSIVE — forms on smaller screens
   ============================================= */

@media (max-width: 768px) {
    .page-content .wpcf7,
    .page-content .wpcf7-form,
    .join-us-container {
        max-width: 100%;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form input[type="url"],
    .wpcf7-form input[type="number"],
    .wpcf7-form textarea,
    .wpcf7-form select {
        font-size: 16px; /* prevent iOS zoom on focus */
        padding: 12px 14px;
    }

    .wpcf7-form input[type="submit"],
    .wpcf7-form .wpcf7-submit {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .wpcf7-form label {
        font-size: 12px;
    }

    .wpcf7-form textarea {
        min-height: 120px;
    }
}

/* ── Packeta / Z-Box pickup widget ── */
.form-row.packeta-widget.blocks {
    margin-top: 12px;
}

.packetery-widget-button-row.packeta-widget-button {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    flex-wrap: nowrap !important;
}

.packetery-widget-button-logo {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    min-width: 48px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
}

.packetery-widget-button-row.packeta-widget-button a.button,
.packetery-widget-button-row.packeta-widget-button .wc-block-components-button {
    flex: 1 !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* =============================================================
   THEME TOGGLE BUTTON — in header
   ============================================================= */
.theme-toggle {
  background: none;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  cursor: pointer;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 0;
  transition: border-color 0.2s, background 0.2s;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  width: 56px;
  justify-content: center;
  position: relative;
}
.theme-toggle:hover {
  border-color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.08);
}
.theme-toggle__icon--sun { display: block; font-size: 1.1rem; }
.theme-toggle__icon--moon { display: none; font-size: 1.1rem; }
body.light-mode .theme-toggle__icon--sun { display: none; }
body.light-mode .theme-toggle__icon--moon { display: block; }
body.light-mode .theme-toggle { border-color: rgba(0,0,0,0.3); color: #222; }
body.light-mode .theme-toggle:hover { border-color: rgba(0,0,0,0.7); background: rgba(0,0,0,0.06); }

/* =============================================================
   LIGHT MODE — Full site overrides
   ============================================================= */

body.light-mode { background-color: #ffffff !important; color: #111111 !important; }

body.light-mode header:not(.woocommerce-products-header) { background-color: #f5f5f5 !important; border-bottom: 1px solid #ddd; }
body.light-mode .hamburger span { background: #222 !important; }
body.light-mode nav a { color: #111 !important; }
body.light-mode .cart-icon a, body.light-mode .account-icon a { color: #111 !important; }

body.light-mode .featured-products { color: #111 !important; }
body.light-mode .product-container { background-color: #f0f0f0 !important; color: #111 !important; }
body.light-mode .product-container h3, body.light-mode .product-container .price { color: #111 !important; }
body.light-mode .add-to-cart { background-color: #111 !important; color: #fff !important; }
body.light-mode .add-to-cart:hover { background-color: #333 !important; }
body.light-mode a[href*="join-us"] { background: transparent !important; color: #111 !important; border-color: #111 !important; }

body.light-mode footer { background-color: #f0f0f0 !important; color: #111 !important; border-top: 1px solid #ddd; }
body.light-mode .copyright, body.light-mode .designed-by { color: #444 !important; }
body.light-mode .copyright a { color: #444 !important; }
body.light-mode .copyright a:hover { color: #111 !important; }
body.light-mode .social-links a { color: #111 !important; }
body.light-mode .footer-policy-links a { color: #555 !important; }

body.light-mode .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.light-mode .woocommerce ul.products li.product a { color: #111 !important; }
body.light-mode .woocommerce ul.products li.product .price,
body.light-mode .woocommerce ul.products li.product .price span { color: #111 !important; }
body.light-mode ul.products li.product .price,
body.light-mode .woocommerce ul.products li.product .price { background: #e8e8e8 !important; border: 1px solid #ccc !important; }
body.light-mode .woocommerce ul.products li.product a.woocommerce-loop-product__link { background: #e8e8e8 !important; }
body.light-mode .woocommerce ul.products li.product .button,
body.light-mode .woocommerce ul.products li.product a.button { background-color: #111 !important; color: #fff !important; }
body.light-mode .woocommerce-products-header__title { color: #111 !important; }

body.light-mode .woocommerce div.product,
body.light-mode .woocommerce div.product .product_title,
body.light-mode .woocommerce div.product .price,
body.light-mode .woocommerce div.product .price span { color: #111 !important; }
body.light-mode .woocommerce div.product .single_add_to_cart_button,
body.light-mode div.type-product .single_add_to_cart_button { background-color: #111 !important; color: #fff !important; }
body.light-mode .single-product .summary .price,
body.light-mode .woocommerce div.product p.price { background: #e8e8e8 !important; border: 1px solid #ccc !important; color: #111 !important; }
body.light-mode .woocommerce div.product table.variations select,
body.light-mode div.type-product table.variations select { background: #f0f0f0 !important; color: #111 !important; border: 1px solid #ccc !important; }
body.light-mode .woocommerce div.product table.variations label,
body.light-mode div.type-product table.variations label { color: #111 !important; }
body.light-mode div.type-product .quantity input.qty { background: #f0f0f0 !important; color: #111 !important; border: 1px solid #ccc !important; }
body.light-mode .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.light-mode div.type-product .woocommerce-tabs ul.tabs li a { color: #111 !important; }
body.light-mode .woocommerce div.product .woocommerce-tabs .panel { color: #111 !important; }
body.light-mode .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.light-mode .woocommerce-product-gallery .flex-viewport { background: #f0f0f0 !important; }

body.light-mode .woocommerce table,
body.light-mode .woocommerce table td,
body.light-mode .woocommerce table th { color: #111 !important; border-color: #ccc !important; }

body.light-mode .wc-block-components-checkout-place-order-button,
body.light-mode .wc-block-cart__submit-button { background: #111 !important; color: #fff !important; border: 2px solid #111 !important; }
body.light-mode .wc-block-components-totals-coupon__input .wc-block-components-text-input input { background: #f0f0f0 !important; color: #111 !important; border: 1px solid #ccc !important; }

body.light-mode .wpcf7-form input[type="text"],
body.light-mode .wpcf7-form input[type="email"],
body.light-mode .wpcf7-form input[type="tel"],
body.light-mode .wpcf7-form textarea,
body.light-mode .wpcf7-form select { background: #f0f0f0 !important; color: #111 !important; border: 1px solid #ccc !important; }
body.light-mode .wpcf7-form label { color: #444 !important; }
body.light-mode .wpcf7-form input[type="submit"],
body.light-mode .wpcf7-form .wpcf7-submit { background: #111 !important; color: #fff !important; border: 2px solid #111 !important; }

body.light-mode .page-id-33 .fu-about-wrapper { color: #111 !important; }
body.light-mode .fu-about-label { color: #555 !important; }
body.light-mode .fu-about-headline { color: #000 !important; }
body.light-mode .fu-about-body { color: #333 !important; }
body.light-mode .fu-about-tagline { color: #000 !important; border-left-color: #000 !important; }
body.light-mode .fu-pillar { background: #f0f0f0 !important; border: 1px solid #ddd !important; color: #111 !important; }
body.light-mode .fu-joinus-cta-headline { color: #000 !important; }
body.light-mode .fu-joinus-cta-body { color: #444 !important; }
body.light-mode .fu-joinus-cta-btn { background: #000 !important; color: #fff !important; }

body.light-mode .fucorp-size-filter-btn { border-color: #ccc !important; color: #555 !important; }
body.light-mode .fucorp-size-filter-btn:hover { border-color: #555 !important; color: #111 !important; }
body.light-mode .fucorp-size-filter-btn.fucorp-size-active { border-color: #111 !important; color: #111 !important; }

body.light-mode #main-nav .menu-item-has-children > a { background: #111 !important; color: #fff !important; }
body.light-mode #main-nav .sub-menu { background: #111 !important; border-color: #111 !important; }
body.light-mode #main-nav .sub-menu li a { background: #111 !important; color: #fff !important; }
body.light-mode #main-nav .sub-menu li a:hover { background: #fff !important; color: #111 !important; }

body.light-mode .fucorp-tab-content p { color: #333 !important; }
body.light-mode .fucorp-tab-content a { color: #111 !important; }

/* Light mode hamburger - class-based */
body.light-mode header.nav-collapsed #main-nav { background-color: #f5f5f5 !important; }
body.light-mode header.nav-collapsed #main-nav ul li { border-bottom-color: #ddd !important; }
body.light-mode header.nav-collapsed #main-nav ul li a { color: #111 !important; }
body.light-mode header.nav-collapsed #main-nav .menu-item-has-children > a { background: #111 !important; color: #fff !important; }
body.light-mode header.nav-collapsed #main-nav .sub-menu { background: #e8e8e8 !important; border-left-color: #111 !important; }
body.light-mode header.nav-collapsed #main-nav .sub-menu li a { color: #333 !important; }

@media (max-width: 768px) {
  body.light-mode #main-nav { background-color: #f5f5f5 !important; }
  body.light-mode #main-nav ul li { border-bottom-color: #ddd !important; }
  body.light-mode #main-nav ul li a { color: #111 !important; }
  body.light-mode #main-nav .menu-item-has-children > a { background: #111 !important; color: #fff !important; }
  body.light-mode #main-nav .sub-menu { background: #e8e8e8 !important; border-left-color: #111 !important; }
  body.light-mode #main-nav .sub-menu li a { color: #333 !important; }
  body.light-mode #main-nav .sub-menu li a:hover { color: #111 !important; background: #ddd !important; }
}
/* ===== END LIGHT MODE ===== */


/* =============================================================
   LIGHT MODE — BUG FIXES (batch 2)
   ============================================================= */

/* 1. Cart bubble — invert in light mode */
body.light-mode .cart-count {
  background: #111 !important;
  color: #fff !important;
}

/* 2. Contact page billing info box border */
body.light-mode .billing-info {
  border-color: #111 !important;
}

/* 3. Join Us — portfolio/URL input (specificity fix) */
body.light-mode .wpcf7 input[type="url"],
body.light-mode .wpcf7-form input[type="url"] {
  background: #f0f0f0 !important;
  color: #111 !important;
  border: 1px solid #ccc !important;
}
body.light-mode .wpcf7 input[type="url"]:focus,
body.light-mode .wpcf7-form input[type="url"]:focus {
  border-color: #111 !important;
}

/* 4. Johnston Photography — "CONTACT ME" button */
body.light-mode .johnston-contact-btn {
  background-color: #111 !important;
  color: #fff !important;
}
body.light-mode .johnston-contact-btn:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* 5. Johnston Photography — portfolio placeholder boxes */
body.light-mode .johnston-portfolio-placeholder {
  background-color: #e8e8e8 !important;
  border-color: #aaa !important;
  color: #555 !important;
}

/* =============================================================
   END LIGHT MODE BUG FIXES
   ============================================================= */


/* =============================================================
   LIGHT MODE — BUG FIXES (batch 3)
   ============================================================= */

/* Johnston Photography — contact info bubble */
body.light-mode .johnston-contact-block {
  background: #f0f0f0 !important;
  border-color: #ccc !important;
}
body.light-mode .johnston-contact-item {
  color: #333 !important;
}
body.light-mode .johnston-contact-item a {
  color: #111 !important;
  border-bottom-color: #aaa !important;
}

/* Homepage — SHOP NOW button (invert in light mode) */
body.light-mode .shop-now {
  background-color: #111 !important;
  color: #fff !important;
}
body.light-mode .shop-now:hover {
  background-color: #333 !important;
}

/* =============================================================
   END LIGHT MODE BUG FIXES (batch 3)
   ============================================================= */


/* =============================================================
   LIGHT MODE — STORE FIXES (batch 4)
   ============================================================= */

/* ---- STORE / CATEGORY / ARCHIVE PAGES ---- */

/* Product image link background — all listing pages */
body.light-mode .woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .woocommerce-page ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .wc-block-grid__product-image {
  background: #e8e8e8 !important;
}

/* Product names on listing pages */
body.light-mode .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.light-mode .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: #111 !important;
}

/* Sale badge */
body.light-mode .onsale {
  background-color: #111 !important;
  color: #fff !important;
}

/* Sidebar background, text, links */
body.light-mode aside.fucorp-shop-sidebar,
body.light-mode .fucorp-shop-sidebar {
  background: #f0f0f0 !important;
}
body.light-mode .fucorp-filter-title {
  color: #555 !important;
}
body.light-mode .fucorp-cat-list a,
body.light-mode .fucorp-cat-list li a {
  color: #111 !important;
}
body.light-mode .fucorp-cat-list li.active a {
  color: #000 !important;
  font-weight: 700;
}
body.light-mode .fucorp-sidebar-inner {
  color: #111 !important;
}
body.light-mode .fucorp-shop-sidebar a {
  color: #111 !important;
}

/* Sidebar size filter buttons in light mode */
body.light-mode .fucorp-size-filter-btn {
  border-color: #bbb !important;
  color: #555 !important;
  background: transparent !important;
}
body.light-mode .fucorp-size-filter-btn:hover {
  border-color: #555 !important;
  color: #111 !important;
}
body.light-mode .fucorp-size-filter-btn.fucorp-size-active {
  border-color: #111 !important;
  color: #111 !important;
}

/* ---- SINGLE PRODUCT PAGE ---- */

/* Product title */
body.light-mode .woocommerce div.product .product_title,
body.light-mode .single-product .product_title,
body.light-mode h1.product_title {
  color: #111 !important;
}

/* Short description */
body.light-mode .woocommerce-product-details__short-description,
body.light-mode .woocommerce-product-details__short-description p,
body.light-mode .woocommerce div.product .woocommerce-product-details__short-description,
body.light-mode .woocommerce div.product .woocommerce-product-details__short-description * {
  color: #333 !important;
}

/* Variation size table — td (the actual value cell) */
body.light-mode div.type-product table.variations td,
body.light-mode .woocommerce div.product table.variations td {
  color: #111 !important;
}

/* Tab panel text — all children */
body.light-mode .woocommerce div.product .woocommerce-tabs .panel,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel *,
body.light-mode div.type-product .woocommerce-tabs .panel,
body.light-mode div.type-product .woocommerce-tabs .panel * {
  color: #111 !important;
}

/* Product meta (SKU, category, tags) */
body.light-mode .woocommerce div.product .product_meta,
body.light-mode .woocommerce div.product .product_meta *,
body.light-mode div.type-product .product_meta,
body.light-mode div.type-product .product_meta * {
  color: #555 !important;
}
body.light-mode .woocommerce div.product .product_meta a,
body.light-mode div.type-product .product_meta a {
  color: #111 !important;
}

/* Related & upsell section headings and product names */
body.light-mode .related.products h2,
body.light-mode .upsells.products h2,
body.light-mode .cross-sells h2 {
  color: #111 !important;
}
body.light-mode .related.products .woocommerce-loop-product__title,
body.light-mode .upsells.products .woocommerce-loop-product__title {
  color: #111 !important;
}
body.light-mode .related.products a,
body.light-mode .upsells.products a {
  color: #111 !important;
}
body.light-mode .related.products li.product a.woocommerce-loop-product__link,
body.light-mode .upsells.products li.product a.woocommerce-loop-product__link {
  background: #e8e8e8 !important;
}

/* Gallery image background — single product */
body.light-mode .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.light-mode .woocommerce-product-gallery .flex-viewport,
body.light-mode .woocommerce-product-gallery .flexslider {
  background: #e8e8e8 !important;
}

/* Variation price */
body.light-mode .woocommerce-variation-price .woocommerce-Price-amount,
body.light-mode .woocommerce-variation-price {
  color: #111 !important;
}

/* Breadcrumb */
body.light-mode .woocommerce-breadcrumb,
body.light-mode .woocommerce-breadcrumb a {
  color: #555 !important;
}

/* =============================================================
   END LIGHT MODE STORE FIXES
   ============================================================= */

/* =====================================================================
   LIGHT MODE — ORDER RECEIVED / THANK YOU PAGE FIXES
   ===================================================================== */

body.light-mode .woocommerce-order-overview li {
    color: #333333;
}

body.light-mode .woocommerce-order-overview li strong {
    color: #111111;
}

body.light-mode .woocommerce-thankyou-order-received,
body.light-mode .woocommerce-thankyou-order-received p,
body.light-mode .woocommerce-order-received p {
    color: #555555;
}

body.light-mode .woocommerce-order-details,
body.light-mode .woocommerce-order-details th,
body.light-mode .woocommerce-order-details td,
body.light-mode .woocommerce-order-details tfoot th,
body.light-mode .woocommerce-order-details tfoot td,
body.light-mode .woocommerce-customer-details address {
    color: #333333;
}

body.light-mode .woocommerce-order-overview {
    border-color: #dddddd;
}

body.light-mode .woocommerce-order-overview li {
    border-color: #dddddd;
}



/* =============================================================
   LIGHT MODE — IMAGE BACKGROUND SPECIFICITY FIX (batch 5)
   ============================================================= */

/* Force image link backgrounds on ALL listing pages — background-color !important with high specificity */
body.light-mode .woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .woocommerce-page ul.products li.product a.woocommerce-loop-product__link,
body.light-mode ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .archive ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .tax-product_cat ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .tax-product_brand ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .tax-product_tag ul.products li.product a.woocommerce-loop-product__link,
body.light-mode .woocommerce-shop ul.products li.product a.woocommerce-loop-product__link {
  background-color: #e8e8e8 !important;
  background: #e8e8e8 !important;
}

/* Product names on ALL listing/archive/category pages */
body.light-mode .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.light-mode .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.light-mode ul.products li.product .woocommerce-loop-product__title,
body.light-mode .archive ul.products li.product .woocommerce-loop-product__title,
body.light-mode .tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.light-mode .tax-product_brand ul.products li.product .woocommerce-loop-product__title {
  color: #111 !important;
}

/* =============================================================
   END LIGHT MODE IMAGE BACKGROUND FIX
   ============================================================= */


/* =============================================================
   LIGHT MODE — SINGLE PRODUCT TEXT SPECIFICITY FIX (batch 6)
   Targeting each element individually to beat !important rules
   ============================================================= */

/* Product title — explicit selector */
body.light-mode .woocommerce div.product .product_title,
body.light-mode .woocommerce div.product h1.product_title,
body.light-mode .single-product .product_title {
  color: #111 !important;
}

/* Short description — explicit */
body.light-mode .woocommerce div.product .woocommerce-product-details__short-description,
body.light-mode .woocommerce div.product .woocommerce-product-details__short-description p,
body.light-mode .woocommerce div.product .woocommerce-product-details__short-description li,
body.light-mode .woocommerce div.product .woocommerce-product-details__short-description span {
  color: #333 !important;
}

/* Product meta — explicit */
body.light-mode .woocommerce div.product .product_meta,
body.light-mode .woocommerce div.product .product_meta span,
body.light-mode .woocommerce div.product .product_meta a,
body.light-mode .woocommerce div.product .sku_wrapper,
body.light-mode .woocommerce div.product .sku {
  color: #555 !important;
}
body.light-mode .woocommerce div.product .product_meta a {
  color: #111 !important;
}

/* Tab panel — explicit */
body.light-mode .woocommerce div.product .woocommerce-tabs .panel,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel p,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel li,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel h2,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel h3,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel span,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel td,
body.light-mode .woocommerce div.product .woocommerce-tabs .panel th {
  color: #111 !important;
}

/* Variation size td */
body.light-mode .woocommerce div.product table.variations td,
body.light-mode .woocommerce div.product table.variations td * {
  color: #111 !important;
}

/* Variation price */
body.light-mode .woocommerce div.product .woocommerce-variation-price,
body.light-mode .woocommerce div.product .woocommerce-variation-price .price,
body.light-mode .woocommerce div.product .woocommerce-variation-price .woocommerce-Price-amount {
  color: #111 !important;
}

/* Breadcrumb */
body.light-mode .woocommerce-breadcrumb,
body.light-mode .woocommerce-breadcrumb a,
body.light-mode .woocommerce-breadcrumb span {
  color: #555 !important;
}

/* Related & upsell headings */
body.light-mode .related.products > h2,
body.light-mode .upsells.products > h2,
body.light-mode .related h2,
body.light-mode .upsells h2 {
  color: #111 !important;
}
body.light-mode .related.products .woocommerce-loop-product__title,
body.light-mode .upsells.products .woocommerce-loop-product__title,
body.light-mode .related ul.products li.product .woocommerce-loop-product__title,
body.light-mode .upsells ul.products li.product .woocommerce-loop-product__title {
  color: #111 !important;
}

/* =============================================================
   END LIGHT MODE SINGLE PRODUCT TEXT FIX
   ============================================================= */




/* Sold out overlay on product cards */
li.product.outofstock .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

li.product.outofstock img {
    opacity: 0.5 !important;
}

/* Hide duplicate sold-out button, keep badge only */
.products .product.outofstock .button.disabled {
  display: none !important;
}

/* ============================================================
   TICKETS PAGE — EVENT BANNERS
   ============================================================ */

/* Page wrapper: centred column */
.tickets-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

/* Section headers */
.events-section-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 12px;
  margin: 0 0 32px;
}

.past-events .events-section-title {
  margin-top: 60px;
}

/* Banner card */
.event-banner {
  cursor: pointer;
  margin-bottom: 48px;
  display: block;
}

/* Full-width banner image */
.event-banner-image {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.event-banner-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.event-banner:hover .event-banner-image img {
  opacity: 0.85;
}

/* Info row under the image: left text + right button */
.event-banner-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 0 0;
}

.event-banner-text {
  flex: 1;
  min-width: 0;
}

.event-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
}

.event-description {
  font-size: 13px;
  color: #aaa;
  margin: 0 0 14px;
  line-height: 1.6;
}

.event-meta {
  display: block;
}

.event-date {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.event-location {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #bbb;
  letter-spacing: 0.5px;
}

.event-date i,
.event-location i {
  margin-right: 6px;
  opacity: 0.7;
}

/* Actions — right side, vertically centred */
.event-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* GET TICKETS button — matches checkout style */
.event-tickets-btn,
.event-gallery-btn {
  display: inline-block;
  background: #fff;
  color: #111 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 2px solid #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.event-tickets-btn:hover,
.event-gallery-btn:hover {
  background: transparent;
  color: #fff !important;
}

/* ── PAST EVENTS — greyscale ── */
.event-banner.past .event-banner-image img {
  filter: grayscale(100%);
  opacity: 0.7;
}

.event-banner.past:hover .event-banner-image img {
  opacity: 0.85;
}

/* past event text keeps same colour as upcoming */

.event-gallery-btn {
  border-color: #666;
  background: #666;
  color: #fff !important;
}

.event-gallery-btn:hover {
  background: transparent;
  color: #666 !important;
}


/* ============================================================
   TICKET POPUP
   ============================================================ */
.ticket-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ticket-popup {
  background: #1a1a1a;
  border: 1px solid #333;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.ticket-popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.ticket-popup-close:hover { opacity: 1; }

.ticket-popup-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 24px 24px 20px;
  border-bottom: 1px solid #2a2a2a;
  margin: 0;
  padding-right: 48px;
}

.ticket-popup-body {
  overflow-y: auto;
  flex: 1;
  padding: 8px 0;
}

.ticket-loading,
.ticket-error {
  padding: 40px 24px;
  color: #888;
  text-align: center;
  font-size: 14px;
}

/* Section headers (Standard / VIP) */
.ticket-section { padding: 16px 0 8px; }
.ticket-section + .ticket-section { border-top: 1px solid #2a2a2a; padding-top: 20px; }
.ticket-section-title {
  font-size: 10px;
  letter-spacing: 3px;
  color: #666;
  margin: 0 0 12px;
  padding: 0 24px;
}

/* Individual ticket row */
.ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 16px;
  transition: background 0.15s;
}
.ticket-row:hover { background: #222; }
.ticket-row.ticket-sold-out { opacity: 0.45; }

.ticket-row-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.ticket-row-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}
.ticket-row-desc {
  font-size: 12px;
  color: #777;
}

.ticket-row-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.ticket-row-price {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.ticket-row-soldout {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #555;
}

/* Qty +/- controls */
.ticket-qty-control {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #444;
}
.ticket-qty-control button {
  background: none;
  border: none;
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s;
}
.ticket-qty-control button:hover { background: #333; }
.ticket-qty-val {
  min-width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  height: 32px;
  line-height: 32px;
}

/* Footer add-to-cart button */
.ticket-popup-footer {
  padding: 16px 24px 20px;
  border-top: 1px solid #2a2a2a;
}
.ticket-popup-cart-btn {
  width: 100%;
  background: #fff;
  color: #111;
  border: 2px solid #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ticket-popup-cart-btn:hover {
  background: transparent;
  color: #fff;
}
.ticket-popup-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ── Event Gallery ─────────────────────────────────────────────────────────── */
.event-gallery-section {
    max-width: 1200px;
    margin: 60px auto 40px;
    padding: 0 20px;
}
.event-gallery-title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}
.event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.event-gallery-item {
    display: block;
    overflow: hidden;
    aspect-ratio: 3/2;
}
.event-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}
.event-gallery-item:hover img {
    transform: scale(1.04);
}
@media (max-width: 768px) {
    .event-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }
}
@media (max-width: 480px) {
    .event-gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* -- Event card mobile: stack title above button -- */
@media (max-width: 600px) {
    .event-banner-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .event-banner-text {
        width: 100%;
    }
    .event-name {
        font-size: 20px;
    }
    .event-actions {
        width: 100%;
    }
    .event-tickets-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}


/* ── Gallery Lightbox ──────────────────────────────────────────────────────── */
.fucorp-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fucorp-lightbox.is-open {
    display: flex;
}
.fucorp-lightbox__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    cursor: zoom-out;
}
.fucorp-lightbox__close {
    position: absolute;
    top: 20px;
    right: 28px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 0;
}
.fucorp-lightbox__close:hover {
    opacity: 1;
}
.fucorp-lightbox__img-wrap {
    position: relative;
    z-index: 2;
    max-width: 92vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fucorp-lightbox__img-wrap img {
    max-width: 92vw;
    max-height: 85vh;
    object-fit: contain;
    display: block;
    box-shadow: 0 8px 60px rgba(0,0,0,0.8);
}
.fucorp-lightbox__download {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    color: rgba(255,255,255,0.6);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}
.fucorp-lightbox__download:hover {
    color: #fff;
}

/* === WooCommerce Order Actions - Invoice Button === */
.woocommerce-order .woocommerce-table--order-details a.woocommerce-button,
.woocommerce-order .woocommerce-table--order-details a.button,
.woocommerce-order .order-actions-button,
a.invoice.order-actions-button,
a.woocommerce-button.button.invoice {
    color: #ffffff !important;
    background-color: #272727 !important;
    border: 1px solid #ffffff !important;
    padding: 8px 18px !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    letter-spacing: 1px !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
}

a.invoice.order-actions-button:hover,
a.woocommerce-button.button.invoice:hover {
    background-color: #ffffff !important;
    color: #272727 !important;
}

/* Invoice button fix */
.woocommerce-button.button.invoice {
    background-color: #272727;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block;
    cursor: pointer;
}

.woocommerce-button.button.invoice:hover {
    background-color: #fff;
    color: #272727;
    border-color: #272727;
}

/* ── Product loop hover image swap ── */
.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
    transition: opacity 0.2s ease;
}
.woocommerce-loop-product__link img.is-hover-swapped {
    /* no extra style needed - transition handles it */
}

/* Hide processing fee price on cart/checkout */
.wc-block-components-totals-fees .wc-block-components-totals-item__value { display: none !important; }
