 /* TOP HEADER BAR = BLACK */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    background-color: #000000 !important;
}

/* MENU TEXT = WHITE */
.main-navigation .menu > li > a,
.ast-builder-menu .main-header-menu > li > a {
    color: #ffffff !important;
}

/* MENU HOVER = BLUE */
.main-navigation .menu > li > a:hover {
    color: #0099ff !important;
}
 /* TOP HEADER BAR = BLACK */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    background-color: #000000 !important;
}

/* MENU TEXT = WHITE */
.main-navigation .menu > li > a,
.ast-builder-menu .main-header-menu > li > a {
    color: #ffffff !important;
}

/* MENU HOVER = BLUE */
.main-navigation .menu > li > a:hover {
    color: #0099ff !important;
}
.main-header-menu .menu-link {
    color: #ffffff !important;
}
.main-header-menu .menu-item:hover > .menu-link {
    color: #0099ff !important;
}
/* FOOTER TEXT WHITE */
#colophon *,
.site-footer * {
    color: #ffffff !important;
}

/* COPYRIGHT BAR SMALLER */
.ast-footer-copyright {
    padding: 15px 0 !important;
    min-height: auto !important;
}/* NUKE ALL BORDERS + SEPARATORS */
*,
*::before,
*::after {
    border-top: none !important;
    border-bottom: none !important;
}

.site-content,
.site-footer,
#colophon,
.ast-separate-container .ast-article-post,
.ast-separate-container .site-main {
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

/* KILL ASTRA SEPARATOR LINE */
.ast-separator,
hr,
.site-footer:before {
    display: none !important;
    height: 0 !important;
}

/* FORCE FOOTER TO TOUCH CONTENT */
#primary {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
}/* BLUE HEADER + TALLER */
.main-header-bar{background:#1a237e!important;padding:25px 0!important;min-height:90px!important}
.site-title a,.site-title a:hover,.main-header-menu .menu-link{color:#fff!important}
.ast-builder-menu-mobile .main-header-menu{background:#1a237e!important}
.ast-builder-menu-mobile .menu-link{color:#fff!important}
<div style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px;">
  [downloads category="samsung-firmware"]
</div>
.woocommerce-product-gallery__trigger { 
    display: none !important; 
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}
/* Sintha bokosi lonse la category, osati image yokha */
ul.products li.product_cat,
ul.products li.product-category {
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    background: #fff !important;
}

/* Logo ikakunima ikule */
ul.products li.product_cat:hover,
ul.products li.product-category:hover {
    transform: scale(1.05) !important;
}

/* Chotsa padding yoyera kuti logo ikwane */
ul.products li.product_cat img,
ul.products li.product-category img {
    border-radius: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}