/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2026 | 22:27:15 */
/* ==========================================================================
   1. GLOBAL RESETS & THEME OVERRIDES
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background-color: #0d0f12;
    color: #e1e4e8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: #00d2ff;
    text-decoration: none;
}

a:hover {
    color: #33dcfd;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

main {
    flex: 1 0 auto;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   2. HEADER, NAVIGATION & BRANDING
   ========================================================================== */
.site-header {
    padding-top: 100px !important; 
    padding-bottom: 0 !important;
    background-color: #0a0c0e;
    border-bottom: 1px solid #1a1e24;
    position: relative !important;
    z-index: 99999 !important;
}

.storefront-primary-navigation {
    background-color: #111827 !important;
    padding: 12px 0 !important;
    margin-top: 60px !important;
    clear: both;
}

.main-navigation, 
.site-header-cart {
    background: transparent !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 99999 !important;
}

.main-navigation ul.nav-menu a,
.site-header-cart a.cart-contents,
.site-header-cart .amount,
.site-header-cart .count {
    color: #FFD700 !important;
    font-weight: 600;
}

.main-navigation ul.nav-menu a:hover,
nav ul li a:hover {
    color: #00d2ff !important;
}

.site-logo a, .brand-title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-transform: uppercase;
}

.site-logo span, .brand-title span {
    color: #00d2ff;
}

/* Hide Header Search & Default Titles */
.site-header .site-search,
.site-header .widget_product_search,
.home .entry-title,
.page-header-header,
.entry-header,
header.entry-header,
.page .entry-header,
div[class*="page-header"] {
    display: none !important;
}

.site-branding .site-title,
.site-branding .site-description {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Structural Spacing Fixes */
.site-main, #main, #content, .entry-content, .site-content, .content-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.woocommerce-breadcrumb, .storefront-breadcrumb, .breadcrumb, nav.breadcrumb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #8b949e !important;
}

.woocommerce-breadcrumb a {
    color: #c9d1d9 !important;
}

section.page-header, .page-header {
    background-color: #0f1115;
    color: #ffffff;
    padding: 20px 20px !important;
    text-align: center;
    border-bottom: 1px solid #1f242d;
    margin-top: 0 !important;
}

.page-header h1 {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.page-subtitle {
    font-size: 1.15rem;
    color: #9ba3af;
    max-width: 650px;
    margin: 0 auto;
}

/* ==========================================================================
   3. HERO BUTTONS & CARDS
   ========================================================================== */
.wp-block-columns .wp-block-column {
    background-color: #f8fafc;
    padding: 24px !important;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #1e222b !important;
}

.wp-block-column h1, .wp-block-column h2, .wp-block-column h3, .wp-block-column h4 {
    color: #0d0f12 !important;
    font-weight: 700 !important;
}

.wp-block-column p {
    color: #4a5568 !important;
    line-height: 1.6 !important;
}

.wp-block-button__link, a.button, .hero-btn-primary {
    background-color: #00d2ff !important;
    color: #0a0c0e !important;
    font-weight: 700 !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    border: 1px solid #00d2ff !important;
}

.wp-block-button__link:hover, a.button:hover, .hero-btn-primary:hover {
    background-color: #33dcfd !important;
}

.wp-block-button.is-style-outline .wp-block-button__link, .hero-btn-secondary {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #384152 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .hero-btn-secondary:hover {
    border-color: #00d2ff !important;
    color: #00d2ff !important;
}

/* ==========================================================================
   4. BLOG GRID (3 COLUMNS)
   ========================================================================== */
.blog-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}

@media (max-width: 992px) {
    .blog-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .blog-list {
        grid-template-columns: 1fr !important;
    }
}

.blog-card {
    background-color: #1e222b;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #282d38;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    border-color: rgba(0, 210, 255, 0.3);
}

.blog-card-image-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #121419;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.blog-card-image, .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-date {
    font-size: 0.8rem;
    font-weight: 700;
    color: #00d2ff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.blog-card-content h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 12px;
}

.blog-card-content h2 a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.blog-card-content h2 a:hover {
    color: #00d2ff !important;
}

.blog-card-excerpt {
    font-size: 0.95rem;
    color: #a0a6b1;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.details-btn {
    display: inline-block;
    align-self: flex-start;
    padding: 9px 18px;
    background-color: transparent;
    color: #00d2ff;
    border: 1px solid #00d2ff;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
}

.details-btn:hover {
    background-color: #00d2ff;
    color: #0a0c0e;
}

/* ==========================================================================
   5. WOOCOMMERCE SHOP & MINI-BASKET
   ========================================================================== */
.woocommerce-ordering,
.woocommerce-result-count,
.storefront-sorting {
    display: none !important;
}

.woocommerce-products-header .woocommerce-products-header__title.page-title {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

ul.products li.product {
    background-color: #161c24 !important;
    border: 1px solid #2a3441 !important;
    border-radius: 12px !important;
    padding: 1.25rem !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
}

ul.products li.product:hover {
    border-color: #00d4ff !important;
}

ul.products li.product img {
    border-radius: 8px !important;
    margin-bottom: 1rem !important;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
}

ul.products li.product .price,
ul.products li.product .price span,
ul.products li.product .price amount {
    color: #00d4ff !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
}

/* Mini-Basket Dropdown */
.widget_shopping_cart,
.site-header-cart .widget_shopping_cart {
    z-index: 999999 !important;
}

.site-header-cart .widget_shopping_cart,
.site-header-cart .widget_shopping_cart_content {
    background-color: #161c24 !important;
    border: 1px solid #2a3441 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
    padding: 1rem !important;
    min-width: 340px !important;
    width: 340px !important;
}

.site-header-cart .product_list_widget li {
    background-color: transparent !important;
    border-bottom: 1px solid #2a3441 !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

.site-header-cart .product_list_widget li a {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.site-header-cart .product_list_widget li .quantity,
.site-header-cart .widget_shopping_cart .total,
.site-header-cart .widget_shopping_cart .total strong {
    color: #e0e6ed !important;
}

.site-header-cart .widget_shopping_cart .total .amount {
    color: #00d4ff !important;
    font-weight: 700 !important;
}

.site-header-cart .product_list_widget li a.remove {
    color: #ff5555 !important;
}

.site-header-cart .widget_shopping_cart .total {
    background-color: #0f141c !important;
    border-top: 1px solid #2a3441 !important;
    border-bottom: 1px solid #2a3441 !important;
    padding: 0.75rem !important;
    margin: 0.75rem 0 !important;
    border-radius: 6px !important;
}

.site-header-cart .widget_shopping_cart .buttons {
    display: flex !important;
    gap: 10px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.site-header-cart .widget_shopping_cart .buttons a {
    flex: 1 !important;
    text-align: center !important;
    padding: 10px 8px !important;
    margin: 0 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}

/* ==========================================================================
   6. WOOCOMMERCE CART & ACCOUNT PAGES
   ========================================================================== */
.woocommerce-cart-form,
table.shop_table,
table.shop_table tr,
table.shop_table td,
table.shop_table tbody tr td,
.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals table.shop_table tr th,
.cart-collaterals .cart_totals table.shop_table tr td {
    background-color: #161c24 !important;
    color: #ffffff !important;
    border-color: #2a3441 !important;
}

table.shop_table th {
    background-color: #0f141c !important;
    color: #00d4ff !important;
    border-bottom: 1px solid #2a3441 !important;
}

table.shop_table td.product-name a {
    color: #00d4ff !important;
    font-weight: 600 !important;
}

table.shop_table td.product-price,
table.shop_table td.product-price span,
table.shop_table td.product-subtotal,
table.shop_table td.product-subtotal span,
.cart_totals .amount,
.cart_totals td span {
    color: #ffffff !important;
    font-weight: 600 !important;
}

table.shop_table td.actions {
    background-color: #0f141c !important;
}

.woocommerce-cart table.cart input.qty,
.woocommerce-cart #coupon_code {
    background-color: #0a0f18 !important;
    color: #ffffff !important;
    border: 1px solid #2a3441 !important;
    border-radius: 6px !important;
}

.woocommerce-cart table.cart td.actions .button,
.woocommerce-cart table.cart input.button[name="update_cart"] {
    background-color: #2a3441 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    opacity: 1 !important;
}

.woocommerce-cart table.cart td.actions .button:hover {
    background-color: #00d4ff !important;
    color: #0a0f18 !important;
}

/* My Account Layout */
.woocommerce-account h1.entry-title,
.woocommerce-account .page-title,
.woocommerce-MyAccount-content h2 {
    color: #ffffff !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    text-align: left;
    margin-bottom: 30px !important;
    opacity: 1 !important;
}

.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 60px 0;
}

@media (min-width: 769px) {
    .woocommerce-account .woocommerce {
        flex-direction: row;
        align-items: flex-start;
    }
}

.woocommerce-MyAccount-navigation {
    width: 100% !important;
    max-width: 260px !important;
    flex-shrink: 0;
    background-color: #1a1d24 !important;
    border: 1px solid #282d38 !important;
    border-radius: 8px !important;
    padding: 10px !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    color: #c9d1d9 !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #252a35 !important;
    color: #00d2ff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #00d2ff !important;
    color: #0a0c0e !important;
    font-weight: 700 !important;
}

.woocommerce-MyAccount-content {
    flex-grow: 1;
    width: 100% !important;
    background-color: #14171d !important;
    border: 1px solid #242933 !important;
    border-radius: 8px !important;
    padding: 30px !important;
    color: #c9d1d9 !important;
    line-height: 1.7 !important;
}

.woocommerce-MyAccount-content p {
    color: #a0a6b1 !important;
    font-size: 1rem !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content a {
    color: #00d2ff !important;
    text-decoration: underline !important;
}

/* WooCommerce Account Buttons & Notice Boxes */
.woocommerce-account .woocommerce .button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-error .button {
    background-color: #ffcc00 !important;
    color: #000000 !important;
    border: none !important;
    font-weight: bold !important;
    padding: 10px 18px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

.woocommerce-account .woocommerce .button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce-info .button:hover {
    background-color: #e6b800 !important;
    color: #000000 !important;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
    background-color: #1e293b !important;
    color: #ffffff !important;
    border-top-color: #00d2ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    padding: 18px 20px 18px 50px !important;
    position: relative !important;
}

.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
}