@charset "UTF-8";

.woocommerce .products ul, .woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
}

.woocommerce .products ul li, .woocommerce ul.products li {
	list-style: none outside;
}

.woocommerce ul.products li.product {
	overflow: hidden;
}

.woocommerce ul.products li.product .entry-content-wrap {
	padding: 1rem 1rem 1.5rem;
	position: relative;
	margin: 0 .5em;
	border-radius: .25rem;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.17, .67, .35, .95);
	transition: -webkit-transform .3s cubic-bezier(.17, .67, .35, .95);
	transition: transform .3s cubic-bezier(.17, .67, .35, .95);
	transition: transform .3s cubic-bezier(.17, .67, .35, .95), -webkit-transform .3s cubic-bezier(.17, .67, .35, .95);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: .5rem 0;
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title a, .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce ul.products li.product h3 a {
	-webkit-transition: none;
	transition: none;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
	color: inherit;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce ul.products li.product .price {
	color: inherit;
	display: block;
	font-weight: 500;
	margin-bottom: .3em;
	font-size: .857em;
}

.woocommerce ul.products.woo-archive-btn-button li.product .price {
	margin-bottom: 0;
}

.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap {
	-webkit-transform: translateY(-2rem);
	transform: translateY(-2rem);
}

@media screen and (max-width:767px) {
	.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap {
		-webkit-transform: none;
		transform: none;
	}
}

.products.align-buttons-bottom li.product, .products.align-buttons-bottom li.product .entry-content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.products.align-buttons-bottom li.product .entry-content-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.woocommerce-page img, .woocommerce img {
	height: auto;
	max-width: 100%;
}

.woocommerce-page ul.products, .woocommerce ul.products {
	clear: both;
}

.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
	position: relative;
}

form.woocommerce-product-search {
	position: relative;
}

form.woocommerce-product-search button[type=submit] {
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	color: transparent;
	background: transparent;
	z-index: 2;
	width: 55px;
	border: 0;
	padding: 8px 12px 7px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	overflow: hidden;
}

form.woocommerce-product-search input[type=search] {
	padding: .2em 40px .2em .8em;
	width: 100%;
}

form.woocommerce-product-search .base-search-icon-wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 55px;
	padding: 0;
	text-align: center;
	background: 0 0;
	z-index: 3;
	cursor: pointer;
	pointer-events: none;
	color: var(--global-palette6);
	text-shadow: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

form.woocommerce-product-search button[type=submit]:hover~.base-search-icon-wrap {
	color: var(--global-palette4);
}

.products:not(.woo-archive-image-hover-none) li.product a {
	overflow: hidden;
}

@font-face {
	font-family: star;
	font-display: block;
	src: url("/wp-content/themes/avanam/assets/css/../fonts/star.woff2?gmcsp2") format("woff2"), url("/wp-content/themes/avanam/assets/css/../fonts/star.ttf?gmcsp2") format("truetype"), url("/wp-content/themes/avanam/assets/css/../fonts/star.woff?gmcsp2") format("woff"), url("/wp-content/themes/avanam/assets/css/../fonts/star.svg?gmcsp2#star") format("svg");
	font-weight: 400;
	font-style: normal;
}

.base-header-cart .header-cart-button, .base-header-cart.header-navigation .header-cart-button {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1rem;
	position: relative;
	text-align: inherit;
}

.base-header-cart .header-cart-button:hover, .base-header-cart.header-navigation .header-cart-button:hover {
	background: transparent;
	color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-cart-button .base-svg-iconset {
	font-size: 1.25em;
}

.header-cart-button .header-cart-content {
	padding-left: 5px;
}

.header-cart-button .header-cart-content>span {
	display: block;
	line-height: normal;
}

.header-cart-button .header-cart-content:empty {
	padding-left: 0;
}

.header-cart-wrap .header-cart-empty-check {
	display: none;
}

.header-cart-button .header-cart-total {
	font-size: .8em;
	height: 1.6em;
	line-height: 1;
	background: var(--global-palette7);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1.6em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: var(--global-palette3);
	margin-left: -.3em;
	margin-top: -1em;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#cart-drawer.popup-drawer .drawer-inner {
	max-width: 400px;
	background: var(--global-palette9);
	color: var(--global-palette4);
	overflow: unset;
}

@media screen and (max-width:1024px) {
	#cart-drawer.popup-drawer .drawer-inner {
		max-width: 300px;
	}
}

#cart-drawer h2.side-cart-header {
	font-size: 1em;
}

#cart-drawer.popup-drawer .drawer-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--global-palette7);
	border-bottom: 1px solid var(--global-gray-400);
	height: 50px;
	z-index: 500;
}

#cart-drawer.popup-drawer .drawer-header .cart-toggle-close {
	margin-right: 0;
}

#cart-drawer.popup-drawer .drawer-content {
	position: relative;
}

#cart-drawer.popup-drawer .drawer-content .base-mini-cart-refresh, #cart-drawer.popup-drawer .woocommerce-mini-cart__empty-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	margin-top: 50px;
}

#cart-drawer.popup-drawer .woocommerce-mini-cart__empty-message {
	text-align: center;
	margin-top: -50px;
	padding: 30px;
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.clear {
	clear: both;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
	display: block !important;
}