
.single-product__title {
	color: var(--c-black);
	font-size: 44px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 12px;
}

.single-product__rating {
	margin-bottom: 32px;
}

.single-product__chips {
	margin-bottom: 12px;
}

.single-product__genetics {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--c-black);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.single-product__gen-image {
	width: 21px;
	height: 21px;
}

.single-product__desc {
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 24px;
}

.single-product__desc p {
	margin-bottom: 1em;
}

.product-cart-wrapper {
	padding: 20px 16px 16px;
	border-radius: 9px;
	box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, .08);
	margin-bottom: 32px;
}

.in-stock {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 8px 5px 5px;
	border-radius: 30px;
	border: 2px solid var(--c-primary);
	color: var(--c-black);
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: .24px;
	text-transform: uppercase;
}

.in-stock-mobile {
	display: none;
}

.product-images .in-stock {
	display: none;
}

.in-stock::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: var(--c-black);
	-webkit-mask-image: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-007939d/cannabizseed.com/wp-content/themes/flatsome-child/img/icons/task_alt.svg");
	mask-image: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-007939d/cannabizseed.com/wp-content/themes/flatsome-child/img/icons/task_alt.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
}

.product-cart-form {
	margin: 0;
}

.product-variations legend {
	color: var(--c-black);
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-transform: none;
	border: unset;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.product-variations .variation__option {
	padding: 12px;
	height: auto;
}

.product-variations .variation__option {
	flex-direction: column;
	gap: 6px;
}

.product-variations .variation__name {
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}

.product-variations .variation__name_extra {
	color: #d73a3b;
}

.product-variations .variation__value {
	color: var(--c-black);
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

.product-count {
	padding: 0 !important;
	display: flex;
	gap: 10px;
}

.product-summary .quantity {
	margin: 0 !important;
	max-width: 110px;
}

.product-cart-wrapper .price {
	font-size: 32px;
	margin: 24px 0 12px !important;
}

.product-cart-wrapper .woocommerce-Price-currencySymbol {
	font-size: 32px;
}

.safe-checkout {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 10px;
}

.safe-checkout__li {
	margin: 0 !important;
}

.growers {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}

.growers a {
	color: var(--c-black) !important;
}

.growers__link_main {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 9px;
	border: 1px solid #4a932d;
	margin-bottom: 32px;
}

.growers__pros {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 0;
}

.growers__li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 9px;
	border: 1px solid var(--c-gray);
	margin: 0 !important;
}

.growers__img {
	height: 32px;
	width: auto;
}

.single-product__meta {
	color: #777;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.single-product__meta-hr {
	width: 100%;
	height: 1px;
	border: unset;
	background-image: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-007939d/cannabizseed.com/wp-content/themes/flatsome-child/woocommerce/single-product/img/dash.svg");
	background-repeat: repeat-x;
	background-size: 4px 1px;
	opacity: 1;
	margin: 8px 0;
}

.single-product__meta-hr.nitro-lazy {
	background-image: none !important;
}

.single-product__meta-hr:first-of-type {
	margin-top: 0 !important;
}

.product-summary .share-icon {
	width: 32px;
	height: 32px;
}

/* .product-summary .social-icons {
    display: flex;
    gap: 10px;
}

.product-summary .social-icons .icon {
    margin: 0 !important;
    width: 32px;
    height: 32px;
    min-width: unset;
    min-height: unset;
    border: unset !important;
}

.product-summary .social-icons .icon i {
    top: unset;
} */

/* .product-summary .social-icons .icon i::before {
    content: '';
}

.product-summary .social-icons .icon-facebook {
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/flatsome-child/img/share/facebook.svg);
}

.product-summary .social-icons .icon-twitter {
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/flatsome-child/img/share/twitter.svg);
}

.product-summary .social-icons .icon-envelop {
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/flatsome-child/img/share/mail.svg);
}

.product-summary .social-icons .icon-pinterest {
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/flatsome-child/img/share/pinterest.svg);
}

.product-summary .social-icons .icon-linkedin {
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/flatsome-child/img/share/linkedin.svg);
} */
.product-gallery-mobile {
	display: none;
}

@media (max-width: 756px) {
	.product-gallery {
		margin-bottom: 26px;
	}
	
	.product-gallery-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 26px;
	}
	
	.product-gallery-mobile .slide {
		border-radius: 6px;
		border: 1px solid #f4f4f4;
		width: 40px;
		height: 40px;
		overflow: hidden;
	}
	
	.product-gallery-mobile .slide img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.single-product__title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 8px;
	}
	
	.single-product__rating {
		margin-bottom: 26px;
	}
	
	.single-product__chips, .single-product__genetics {
		margin-bottom: 8px;
	}
	
	.single-product__chips .chips {
		padding-top: 0;
	}
	
	.single-product__desc {
		margin-bottom: 26px;
	}
	
	.product-cart-wrapper {
		background-color: var(--c-lightgray);
		border-radius: 0;
		margin-left: -15px;
		margin-right: -15px;
		padding: 14px 14px 20px;
		box-shadow: unset;
	}
	
	.product-cart-wrapper .in-stock {
		display: none;
	}
	
	.in-stock-mobile {
		display: inline-flex;
		margin-bottom: 26px;
	}
	
	.product-images .in-stock {
		display: inline-flex;
	}
	
	.product-cart-wrapper .product-variations {
		margin-top: 0;
		grid-template-columns: 1fr 1fr;
		gap: 6px;
		padding-top: 8px;
	}
	
	.product-variations .variation__option {
		flex-direction: row;
		background-color: white;
		border: 2px solid white;
		padding: 11px 6px;
		justify-content: space-between;
	}
	
	.product-cart-wrapper .price {
		font-size: 30px;
		line-height: 36px;
		margin: 16px 0 12px !important;
	}
	
	.product-cart-wrapper .woocommerce-Price-currencySymbol {
		font-size: 30px;
		line-height: 36px;
	}
	
	.product-variations legend {
		font-size: 18px;
	}
	
	.product-cart-form :is(.btn[type=submit], .card-submit) {
		flex-grow: 1;
	}
	
	.safe-checkout {
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 15px;
	}
	
	.growers {
		gap: 8px;
		font-size: 12px;
		line-height: 14px;
	}
	
	.growers__pros {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin-bottom: 8px;
	}
	
	.growers__li:first-child {
		grid-column: 1/3;
	}
	
	.growers__pros span {
		display: block;
		width: min-content;
		flex-grow: 0;
	}
}
