/*
    Theme Name: Storefront Child
    Theme URI: https://woocommerce.com/storefront/
    Author: Your Name
    Author URI: https://yourwebsite.com
    Template: storefront
    Version: 1.0.0
*/

@import url("../storefront/style.css");

.brands-logo img.swiper-slide-image {
    max-width: 180px;
    max-height: 80px;
}
.home .footer-width-fixer {
    padding-top: 100px;
    background: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
/* 3-column grid layout */
ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.products li.product {
    background: #E0E0E0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 15px 15px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
ul.products li.product img {
    border-radius: 10px;
    margin-bottom: 15px;
    max-height: 250px;
    object-fit: contain;
    background: #fff;
}
ul.products li.product .product_cat {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #c0392b; /* red tone */
    text-transform: uppercase;
    margin-bottom: 5px;
}
ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    color: #A00E15;
    margin-bottom: 10px;
}
/* Request a Quote button */
ul.products li.product a.button {
    background: black;
    background-image: linear-gradient(90deg, #8B0309 0%, #D70510 100%);
    border: solid 2px #F4000C;
    color: white;
    border-radius: 25px;
    padding: 10px 35px;
    font-weight: 500;
    transition: background 0.3s ease;
    text-transform: none;
    display: inline-block;
    min-width: 180px;
}
ul.products li.product a.button:hover {
    background: #333;
        background-image: linear-gradient(90deg, #125632 0%, #017F3C 100%);
        border-color: #009230;
}
/* Remove default sale badge for clean look */
ul.products li.product .onsale {
    display: none;
}

/* Responsive for mobile */
@media (max-width: 768px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    ul.products {
        grid-template-columns: 1fr;
    }
}
ul.products li.product .price {
    color: #000;
    font-size: 24px;
}
ul.products::before {
    display: none;
}
.product-image-wrap {
    width: 100%;
    background: #fff;
    border-radius: 10px;
}
ul.products li.product > a:first-child {
    width: 100%;
}
.product-category a {
    font-size: 18px;
    font-weight: 700;
}

/* listing page */
.page-banner {
    position: relative;
}
.inner-title {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}
.inner-title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.page-banner .storefront-breadcrumb {
    margin-bottom: 0;
    padding: 0;
    color: #d1d1d1;
}
.container {
    width: 100%;
    max-width: 1522px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden;
}
body:not(.home) .site-content {
    background: url(images/bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    background-image: linear-gradient(#62090D, #060E05, #0A3013);
    position: relative;
}
body:not(.home) .site-content:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 700px;
    content: '';
    background: url(images/shape-right.png) no-repeat right 0 ;
     background-size: contain;
    opacity: 0.5;
    z-index: 0;
}
body:not(.home) .site-content:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 700px;
    content: '';
    background: url(images/shape-left.png) no-repeat left 0 ;
    background-size: contain;
    opacity: 0.5;
    z-index: 0;
}
.col-fullwidth {
    position: relative;
    z-index: 1;
}
.woocommerce-shop-page .col-fullwidth {
    max-width: 1522px;
    margin: 0 auto;
}
.site-main ul.products.columns-3 li.product {
    width: 100%;
}
.site-main ul.products.columns-3 li.product {
    width: 100%;
}
.storefront-sorting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.woocommerce-notices-wrapper {
    width: 100%;
}
.storefront-sorting::before, .storefront-sorting::after {
    display: none;
}
.woocommerce-shop-page header.woocommerce-products-header {display: none;}
.storefront-sorting select {
    padding: 8px 10px;
    border-radius: 5px;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search__inside-wrapper input#wp-block-search__input-3 {
    width: 100%;
    border-radius: 5px;
    background: #303030;
}
button.wp-block-search__button.wp-element-button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
}
.wp-block-search__inside-wrapper input#wp-block-search__input-3::placeholder {
    color: #fff;
}
h4.wp-block-heading {
    margin-bottom: 0;
}
.widget-area .widget {
    margin-bottom: 0;
}
div#block-9 {
    background: #232323;
    border-radius: 5px;
    padding: 12px;
}
li.wc-block-product-categories-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #595959;
}
li.wc-block-product-categories-list-item a {
    text-decoration: none;
}
li.wc-block-product-categories-list-item a:hover {
    color: #8B0309;
}
.widget-area li.wc-block-product-categories-list-item a {
    text-decoration: none;
    font-weight: 400;
}
h1.wp-block-heading.has-text-align-center.has-cardo-font-family {
    color: #fff;
}
p.has-text-align-center.has-inter-font-family {
    color: #fff;
}

/* detail page */
.single-product .col-fullwidth {
    max-width: 1522px;
    margin: 0 auto;
}
.woocommerce-product-gallery__wrapper a {
    background: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.single-product div.product .woocommerce-product-gallery img {
    margin: 0 auto;
}
.entry-summary h1.product_title.entry-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-product div.product p.price span.woocommerce-Price-amount.amount {
    color: #fff;
   
}
.woocommerce-product-details__short-description {
    color: #fff;
}
.entry-summary button.single_add_to_cart_button.button {
    min-width: 150px;
     border: 2px solid #F4000C;
}
.entry-summary button.single_add_to_cart_button.button:hover {
        background-image: linear-gradient(90deg, #125632 0%, #017F3C 100%);
    border-color: #009230;
}
.single-product div.product .product_meta {
    color: #ffffffa1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: row;        /* horizontal */
    justify-content: flex-start;
    border-bottom: 1px solid #dddddd3d;
    margin-bottom: 20px;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #ffffff33;
    margin-right: 5px;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #a00e15;
    border-top: 0px solid #96588a; /* Storefront accent color */
    border-bottom: 1px solid #fff; /* merge with content */
    color: #ffffff;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 0 solid #ddd;
    padding: 0;
    background: transparent;
    width: 100%;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #fff;
}
div#respond {
    padding: 20px;
}
.products +.storefront-sorting {
    margin-top: 40px;
    margin-bottom: 0;
}
.woocommerce-shop-page .site-main {
    margin-bottom: 0;
}
.woocommerce-tabs ul.tabs li.active::after {
    display: none;
}
.woocommerce-shop-page .col-fullwidth {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.left-sidebar .content-area {
    order: 1;
}
/* cart */
.storefront-align-wide.storefront-full-width-content .wp-block-woocommerce-cart.alignwide {
    margin: 0 !important;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-image: linear-gradient(90deg, #8B0309 0%, #D70510 100%);
    border: solid 2px #F4000C;
    color: white;
    border-radius: 25px;
}
.wc-block-cart__submit-container {
    background: none;
}
.woocommerce-checkout.storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
    margin: 0 !important;
}
/* my account */
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a br {
    display: none;
}
.form-row input, .form-row textarea, .form-row select {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 5px;
    background: #f3f3f3;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    background: #f3f3f3;
    line-height: 45px;
}
.select2-container .select2-selection--single {
    height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 11px;
}
.sticky-nav .marmo-header {
    background: #000;
}
.single-product div.product {
    padding: 0 20px;
}
@media (min-width: 768px) {
    .sticky-nav .marmo-header img.hfe-site-logo-img {
        width: 150px !important;
    }
}
@media (max-width: 768px) {
    div#secondary {
        width: 100%;
        margin-bottom: 30px;
    }
    .page-banner img {
        min-height: 250px;
        object-fit: cover;
    }
    .inner-title h1 {
        font-size: 20px;
    }
    .single-product .inner-title h1 {
        display: none;
    }
}
@media (min-width: 768px) {
    .storefront-full-width-content .content-area {
        clear: both;
        float: none;
    }
    
}
@media (max-width: 500px) {
     .page-banner img {
        min-height: 200px;
        object-fit: cover;
    }
     .inner-title h1 {
        font-size: 16px;
    }
}

