/**
* Theme Name: Styler Child
* Description: This is a child theme of Styler.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: styler
* Version: 1.5.2
*/

.styler-loop-product .styler-thumb-wrapper img{
	max-width: none;
	max-height: none;
	height: 100%;
} 

.styler-loop-product .styler-thumb-wrapper{
	display: flex;
    justify-content: center;
}

.subDropdown > svg{
	width: 10px;
	height: 10px;
}

.styler-related-post-area{
	background: #ffffff !important;
}

.styler-page-hero{
	background-color: var(--e-global-color-primary) !important;
}

.styler-thumb-wrapper img{
	width: 300px !important;
	height: 300px !important;
	object-fit: contain !important;
}

@media (width <= 768px){
	.site-content > .header-spacer{
	height: 80px !important;
}
}

.styler-title-block > .styler-product-name span{
	font-size: 10px;
	font-weight: 300;
	line-height: 2;
	align-self: end;
}

.styler-title-block > .styler-product-name{
	display: flex;
	gap: 5px;
}