/*
 Theme Name:  Storefront Child
 Theme URI:   https://shop.lightly-salted.com/
 Description: Child theme for Storefront (WooCommerce)
 Author:      Matthew Blum
 Template:    storefront
 Version:     1.0.0
*/

/* Your custom styles here */
.site-info {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 1em;
}

.ls-backtotop:hover {
    background: #2c2c2c;
    filter: brightness(1.15);
}
.single-product .related {
    display: none !important;
}
.single-product .site-main {
    margin-bottom: 2em;
}

/* Remove margin below header */
.site-header {
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
}

/* Default desktop/tablet footer – no padding */
.site-footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Tighten site-info spacing */
.site-info {
    margin: 0 !important;
    padding: 1 !important;
}

/* Hide the entry header site-wide */
.entry-header { 
  display: none; 
}

/* Add padding only on small screens (mobile) */
@media (max-width: 768px) {
    .site-footer {
        padding-bottom: 40px !important;
    }
}
