/*!
Theme Name: Sin Skin
Theme URI: http://sinskin.com
Author: Sin Skin
Author URI: http://sinskin.com
Description: Sin SKin Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sinskin

based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.hero-animated-carousel .slick-track,
.hero-animated-carousel .slick-list {
	height: 100% !important;
}

.product-archive-badge {
	position: absolute;
    display: block;
    height: 70px;
    width: 70px;
    background: #1eb772;
    border-radius: 20000px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 80%;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 1.2;
}

@media (min-width: 768px) {
	
	.woocommerce-product-gallery img {
		display: block;
		position: relative;
		object-fit: contain;
		mix-blend-mode: multiply;
		max-height: 35rem;
	}
	.woocommerce-product-gallery img:before {
		display: block;
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		background: #fefefe;
	}
	
}