.dastchin-aali.woocommerce,
.dastchin-aali.woocommerce-page {
	--ast-global-color-0: #04372b;
	--ast-global-color-1: #03281f;
	--wc-primary: #04372b;
	--wc-primary-text: #ffffff;
	background: #fafafa;
	font-family: Dana, Tahoma, sans-serif;
}

.dastchin-aali.woocommerce .site-content,
.dastchin-aali.woocommerce-page .site-content,
.dastchin-aali.woocommerce .site-content > .ast-container,
.dastchin-aali.woocommerce-page .site-content > .ast-container {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fafafa;
}

.dastchin-aali-woo-primary,
.dastchin-aali.woocommerce #primary,
.dastchin-aali.woocommerce-page #primary {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding: 8px 16px 64px;
}

.dastchin-aali.woocommerce .woocommerce-breadcrumb,
.dastchin-aali.woocommerce-page .woocommerce-breadcrumb {
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #ffffff;
	color: #333333;
	font-size: 15px;
}

.dastchin-aali.woocommerce .woocommerce-breadcrumb a,
.dastchin-aali.woocommerce #primary a,
.dastchin-aali.woocommerce-page #primary a {
	color: #04372b;
	text-decoration: none;
}

.dastchin-aali.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 28px;
	padding: 24px;
	border-radius: 16px;
	background: #ffffff;
}

.dastchin-aali.woocommerce div.product .woocommerce-product-gallery,
.dastchin-aali.woocommerce div.product .summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.dastchin-aali.woocommerce div.product .product_title {
	margin: 0 0 12px;
	color: #04372b;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}

.dastchin-aali.woocommerce div.product .price {
	margin: 0 0 16px;
	color: #04372b;
	font-size: 18px;
}

.dastchin-aali.woocommerce div.product .woocommerce-product-details__short-description,
.dastchin-aali.woocommerce div.product .summary p {
	color: #073830;
	font-size: 15px;
	line-height: 1.9;
}

.dastchin-aali.woocommerce div.product .cart,
.dastchin-aali.woocommerce div.product .quantity,
.dastchin-aali.woocommerce .ast-on-card-button,
.dastchin-aali.woocommerce .ast-woo-product-category,
.dastchin-aali.woocommerce .ast-shop-product-out-of-stock {
	display: none !important;
}

.dastchin-aali.woocommerce .dastchin-order-btn {
	margin-top: 8px;
	border-radius: 10px;
	background: #04372b;
	font-family: Dana, Tahoma, sans-serif;
}

.dastchin-aali.woocommerce .woocommerce-tabs,
.dastchin-aali.woocommerce .woocommerce-tabs.wc-tabs-wrapper,
.dastchin-aali.woocommerce #reviews,
.dastchin-aali.woocommerce .woocommerce-Reviews,
.dastchin-aali.woocommerce .comment-respond,
.dastchin-aali.woocommerce #respond.comment-respond {
	display: none !important;
}

.dastchin-aali.woocommerce .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0 16px;
	border: 0;
}

.dastchin-aali.woocommerce .woocommerce-tabs ul.tabs li {
	border: 0;
	background: transparent;
}

.dastchin-aali.woocommerce .woocommerce-tabs ul.tabs li a {
	color: #04372b;
	font-weight: 600;
}

.dastchin-aali.woocommerce .woocommerce-tabs ul.tabs li.active a {
	color: #03281f;
}

.dastchin-aali.woocommerce .related.products,
.dastchin-aali.woocommerce .upsells.products {
	grid-column: 1 / -1;
	margin: 12px 0 0;
}

.dastchin-aali.woocommerce .related.products > h2,
.dastchin-aali.woocommerce .upsells.products > h2 {
	margin: 0 0 16px;
	color: #04372b;
	font-size: 20px;
}

.dastchin-aali.woocommerce ul.products,
.dastchin-aali.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dastchin-aali.woocommerce ul.products::before,
.dastchin-aali.woocommerce ul.products::after,
.dastchin-aali.woocommerce-page ul.products::before,
.dastchin-aali.woocommerce-page ul.products::after {
	display: none;
}

.dastchin-aali.woocommerce ul.products li.product,
.dastchin-aali.woocommerce-page ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 14px;
	border-radius: 16px;
	background: #ffffff;
	text-align: right;
}

.dastchin-aali.woocommerce ul.products li.product img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 12px;
}

.dastchin-aali.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin: 12px 0 10px;
	color: #04372b;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
}

.dastchin-aali.woocommerce ul.products li.product .price {
	margin: 0 0 10px;
	color: #04372b;
}

.dastchin-aali.woocommerce ul.products li.product .button,
.dastchin-aali.woocommerce-page ul.products li.product .button {
	display: none !important;
}

.dastchin-aali.woocommerce ul.products li.product .dastchin-order-btn {
	width: 100%;
	margin-top: 4px;
}

.dastchin-aali.woocommerce span.onsale,
.dastchin-aali.woocommerce-page span.onsale {
	background: #04372b !important;
	color: #ffffff !important;
}

.dastchin-aali.woocommerce a.button,
.dastchin-aali.woocommerce button.button,
.dastchin-aali.woocommerce input.button,
.dastchin-aali.woocommerce #respond input#submit,
.dastchin-aali.woocommerce-page a.button,
.dastchin-aali.woocommerce-page button.button {
	background: #04372b !important;
	border-color: #04372b !important;
	color: #ffffff !important;
}

.dastchin-aali.woocommerce a.button:hover,
.dastchin-aali.woocommerce button.button:hover,
.dastchin-aali.woocommerce-page a.button:hover {
	background: #03281f !important;
	border-color: #03281f !important;
	color: #ffffff !important;
}

.dastchin-aali.woocommerce nav.woocommerce-pagination ul li a,
.dastchin-aali.woocommerce nav.woocommerce-pagination ul li span {
	color: #04372b;
}

.dastchin-aali.woocommerce nav.woocommerce-pagination ul li span.current,
.dastchin-aali.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #04372b !important;
	color: #ffffff !important;
}

.dastchin-aali.woocommerce .woocommerce-ordering select,
.dastchin-aali.woocommerce .woocommerce-result-count {
	color: #04372b;
}

@media (max-width: 1024px) {
	.dastchin-aali.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.dastchin-aali.woocommerce ul.products,
	.dastchin-aali.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.dastchin-aali.woocommerce ul.products,
	.dastchin-aali.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}

	.dastchin-aali.woocommerce div.product .product_title {
		font-size: 22px;
	}
}
