/*
 Theme Name: Infinite Photography Child
 Theme URI: https://greghalpern.com
 Description: Child theme for Infinite Photography
 Author: Greg Halpern
 Template: infinite-photography
 Version: 1.0.0
 Text Domain: infinite-photography-child
*/
/* Empty Cart Styling */
.gh-empty-cart {
    text-align: center;
    padding: 4rem 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.gh-empty-cart h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.gh-empty-cart p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.gh-explore-link {
    background: none;
    color: #000;
    padding: 0.5rem 0;
    border-bottom: 1px solid #000;
    text-decoration: none;
    font-size: 1.1rem;
}

.gh-explore-link:hover {
    opacity: 0.7;
}

.gh-empty-cart-suggestions {
    margin-top: 4rem;
    text-align: center;
}

.gh-empty-cart-suggestions h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.gh-empty-cart-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gh-empty-cart-suggestions li {
    margin: 0.5rem 0;
}

.gh-empty-cart-suggestions a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid transparent;
}

.gh-empty-cart-suggestions a:hover {
    border-bottom: 1px solid #000;
}
