.dazeraw-single-product div.product .onsale,
.dazeraw-single-product div.product .product-badge,
.dazeraw-single-product div.product .product-label,
.dazeraw-single-product div.product .product-flash,
.dazeraw-single-product div.product [class*="product-badge"],
.dazeraw-single-product div.product [class*="product-label"] {
	display: none !important;
}

.dazeraw-single-product .woocommerce-product-gallery {
	position: relative;
}

.dazeraw-single-product form.cart .added_to_cart.wc-forward {
	display: none !important;
}

.dazeraw-cart-toast {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-areas:
		'mark copy close'
		'mark actions actions';
	align-items: center;
	column-gap: 14px;
	row-gap: 10px;
	opacity: 0;
	position: fixed;
	z-index: 10000;
	top: auto;
	bottom: 28px;
	right: 28px;
	left: auto;
	width: min(520px, calc(100vw - 56px));
	padding: 16px;
	color: #f5f5f5;
	background: rgba(34, 34, 34, .92);
	-webkit-backdrop-filter: blur(22px) saturate(1.25);
	backdrop-filter: blur(22px) saturate(1.25);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 2px;
	box-shadow: 0 16px 50px rgba(0, 0, 0, .42);
	transform: translate3d(0, 24px, 0) scale(.985);
	transition: opacity .3s ease, transform .38s cubic-bezier(.22, 1, .36, 1);
}

.dazeraw-cart-toast.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.dazeraw-cart-toast.is-leaving {
	pointer-events: none;
}

.dazeraw-cart-toast__mark {
	grid-area: mark;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #111;
	background: #f2f2f2;
	border: 0;
	border-radius: 9px;
	font-size: 12px;
}

.dazeraw-cart-toast__copy {
	grid-area: copy;
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}

.dazeraw-cart-toast__label {
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.dazeraw-cart-toast__product {
	overflow: hidden;
	opacity: .72;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dazeraw-cart-toast__actions {
	grid-area: actions;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dazeraw-cart-toast__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 7px 10px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .35);
	font-size: 10px;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
}

.dazeraw-cart-toast__link:hover,
.dazeraw-cart-toast__link:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .75);
}

.dazeraw-cart-toast__checkout {
	color: #111;
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.dazeraw-cart-toast__checkout:hover,
.dazeraw-cart-toast__checkout:focus-visible {
	color: #111;
	background: #fff;
	border-color: #fff;
}

.dazeraw-cart-toast__close {
	grid-area: close;
	width: 24px;
	height: 24px;
	padding: 0;
	color: #aaa;
	background: transparent;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

.dazeraw-cart-toast__close:hover,
.dazeraw-cart-toast__close:focus-visible {
	color: #fff;
}

.dazeraw-cart-toast.is-error .dazeraw-cart-toast__mark {
	color: #111;
	background: #f2f2f2;
}

.dazeraw-cart-toast.is-error .dazeraw-cart-toast__label {
	font-size: 11px;
	line-height: 1.35;
	letter-spacing: .01em;
	text-transform: none;
}

.dazeraw-single-product div.product .woocommerce-tabs ul.tabs li.active a {
	opacity: 1;
	color: #fff !important;
}

.dazeraw-single-product div.product .woocommerce-tabs ul.tabs li:not(.active) a {
	color: #d6d6d6 !important;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav {
	position: static;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	position: absolute;
	z-index: 5;
	top: 45%;
	width: 42px;
	height: 42px;
	margin: -21px 0 0;
	color: #111;
	background: rgba(255, 255, 255, .88);
	border: 1px solid rgba(0, 0, 0, .18);
	font-size: 0;
	text-indent: 0;
	transform: none;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav a::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev {
	left: 12px;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
	transform: rotate(-135deg);
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav .flex-next {
	right: 12px;
}

.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	.dazeraw-cart-toast {
		grid-template-columns: auto minmax(0, 1fr) auto;
		column-gap: 11px;
		row-gap: 9px;
		top: calc(env(safe-area-inset-top) + 10px);
		bottom: auto;
		right: auto;
		left: 50%;
		width: calc(100vw - 20px);
		padding: 13px 14px;
		border-radius: 18px;
		transform: translate3d(-50%, -24px, 0) scale(.98);
	}

	.dazeraw-cart-toast.is-visible {
		transform: translate3d(-50%, 0, 0) scale(1);
	}

	.dazeraw-cart-toast__actions {
		gap: 6px;
	}

	.dazeraw-cart-toast__link {
		min-height: 30px;
		padding: 6px 8px;
	}

	.dazeraw-single-product .woocommerce-product-gallery .flex-direction-nav a {
		top: 42%;
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dazeraw-cart-toast {
		transition: none;
	}
}
