/* Themify Customize Styling */
#headerwrap {	
	background-color: transparent;background-image: url(https://triggered.wtf/wp-content/uploads/2026/02/Untitled-design_20260208_175829_0000.jpg);
	background-size: cover;
	margin-top: -0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px; 
}
#headerwrap #header {	
	background-color: transparent;background-image: url(https://triggered.wtf/wp-content/uploads/2026/01/20260123_170211_0000.png); 
}
#header {	
	height: 100%; 
}
.header-classic .navbar-wrapper, .header-magazine .navbar-wrapper {	background: none;
	background-color: #0cf010; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	
	background-color: transparent;background-image: none;
	background-size: cover; 
}
#site-logo {	
	margin-top: 0px; 
}
#site-description {	display: none; 
}
#main-nav {	
	background-color: transparent; 
}
#main-nav a {	
	background-color: transparent;
	color: #1c1717;	text-align:right; 
}
#main-nav a:hover {	
	background-color: transparent;
	color: #171111; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	background-color: transparent;
	color: #0a0808; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	background-color: transparent; 
}
#main-nav .highlight-link > a {	
	background-color: transparent;
	color: #141111; 
}
#main-nav li > .sub-menu {	
	background-color: transparent;background-image: none; 
}
#main-nav ul a {	
	background-color: transparent;
	color: #120e0e; 
}
#main-nav ul a:hover {	
	background-color: transparent; 
}
#main-nav .sub-menu > .current_page_item > a, #main-nav .sub-menu > .current-menu-item > a {	
	background-color: transparent; 
}
#footer-logo a {	display: none; 
}
#footer-logo a img {	
	height: 100px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#footer-logo a img {	
	height: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#footer-logo a img {	
	height: 100px; 
}
 }@media(max-width: 680px) { /* Themify Customize Styling */
#footer-logo a img {	
	height: 100px; 
}
 }.mobile-menu-visible.header-slide-out .sidemenu-on, .mobile-menu-visible.header-overlay #headerwrap, .mobile_menu_active.header-leftpane #headerwrap, .mobile_menu_active.header-rightpane #headerwrap, .header-minbar .sidemenu-on, .mobile_menu_active #headerwrap .sidemenu-on { background: none;
	background-color: #3b3b3b;background-image: none;background-attachment: fixed; }
/* Themify Custom CSS */
/* =========================================
   Shop Page Replacement – DARK MODE
   Neon Streetwear / Mobile First
   Text: Light Grey
   ========================================= */

/* Root Container */
.streetwear-shop-block {
    background-color: #0e0e0e;
    color: #d6d6d6; /* light grey text */
    padding: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

/* Section spacing */
.streetwear-shop-block section {
    margin-bottom: 2.5rem;
}

/* Headings */
.streetwear-shop-block h2,
.streetwear-shop-block h3 {
    color: #ededed;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    border-bottom: 2px solid #222;
    padding-bottom: 0.5rem;
}

/* Product cards */
.streetwear-shop-block .product {
    background: #151515;
    border: 2px solid #222;
    border-radius: 10px;
    padding: 0.75rem;
    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

/* Neon hover effect */
.streetwear-shop-block .product:hover {
    transform: translateY(-6px);
    border-color: #ff6600;
    box-shadow:
        0 0 12px rgba(255, 102, 0, 0.6),
        0 0 30px rgba(255, 102, 0, 0.25);
}

/* Product titles */
.streetwear-shop-block .woocommerce-loop-product__title {
    color: #e2e2e2;
    font-weight: 700;
    font-size: 1rem;
}

/* Prices */
.streetwear-shop-block .price {
    color: #ff6600;
    font-weight: 800;
}

/* Sale badge */
.streetwear-shop-block .onsale {
    background: #ff0033;
    color: #fff;
    border-radius: 6px;
    padding: 0.25rem 0.5rem;
    font-weight: 900;
    text-transform: uppercase;
}

/* Buttons */
.streetwear-shop-block a.button,
.streetwear-shop-block button {
    background: #ff6600;
    color: #111;
    font-weight: 800;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

/* Button hover */
.streetwear-shop-block a.button:hover,
.streetwear-shop-block button:hover {
    background: #ff7a1a;
    box-shadow: 0 0 12px rgba(255, 102, 0, 0.6);
}

/* Category cards */
.streetwear-shop-block .product-category {
    background: #151515;
    border: 2px solid #222;
    border-radius: 10px;
    padding: 1rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.streetwear-shop-block .product-category:hover {
    border-color: #00ffcc;
    box-shadow:
        0 0 12px rgba(0, 255, 204, 0.5),
        0 0 24px rgba(0, 255, 204, 0.2);
}

/* Category titles */
.streetwear-shop-block .product-category h2 {
    color: #d6d6d6;
}

/* Pagination dots / bullets (if swiper added later) */
.swiper-pagination-bullet {
    background: #ff6600;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Mobile tweaks */
@media (max-width: 640px) {
    .streetwear-shop-block {
        padding: 0.75rem;
    }

    .streetwear-shop-block h2 {
        font-size: 1.3rem;
    }
}

/* Tablet+ */
@media (min-width: 768px) {
    .streetwear-shop-block {
        padding: 2rem;
    }
}