/*
Theme Name: ArtCanyon
Template: printspace
Version: 1.0.0
*/

/*---------------------------------
  	Header
------------------------------------*/
.header-logo .elementor-heading-title[class*=elementor-size-] > a {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.3em;
	font-family: "Satoshi";

    &:hover {
        color: #ce6643;
    }
}


/*---------------------------------
  	Footer
------------------------------------*/
.footer-logo .elementor-heading-title[class*=elementor-size-] > a {
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.3em;
	font-family: "Satoshi";

    &:hover {
        color: #ce6643;
    }
}


/*---------------------------------
  	Single product
------------------------------------*/
.widget-woo-layered-nav .swatches-large .filter-swatch>span {
	width: 50px;
	height: 50px;
	border-radius: unset;
}
.widget-woo-layered-nav .swatches-large .filter-swatch>span:after {
	border-radius: unset;
}

/*---------------------------------
  	Product list
------------------------------------*/
.haru-container.haru-container--large {
    max-width: 1898px;
}
.product-thumbnail > a {
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #f5f5f5;
    aspect-ratio: 1 / 1;
}
.product-thumbnail > a img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}