.woocommerce ul.products li.product.starlight-shop-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	background: #2a2a2a;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	color: #fff;
	list-style: none;
}

.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

.woocommerce ul.products li.product {
	float: none !important;
	width: auto !important;
	min-width: 0;
	max-width: none !important;
	margin: 0 !important;
}

.woocommerce ul.products.columns-1 {
	grid-template-columns: 1fr;
}

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

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

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

.starlight-shop-product-card__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.starlight-shop-product-card__media {
	position: relative;
	background: #fff;
}

.woocommerce ul.products li.product .starlight-shop-product-card__image {
	display: block;
	width: 100%;
	margin: 0;
}

.starlight-shop-product-card__body {
	padding: 15px;
}

.woocommerce ul.products li.product .starlight-shop-product-card__title {
	min-height: 2.6em;
	margin: 0 0 6px;
	padding: 0;
	overflow: visible;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	white-space: normal;
	text-overflow: clip;
}

.starlight-shop-product-card__price {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
}

.woocommerce ul.products li.product .starlight-shop-product-card__description {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #ddd;
	font-size: 15px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.starlight-shop-product-card__terms,
.starlight-shop-product-card__brands {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 15px 10px;
}

.starlight-shop-product-card__tag,
.starlight-shop-product-card__brands a {
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.starlight-shop-product-card__tag {
	background: #f05025;
	text-transform: uppercase;
}

.starlight-shop-product-card__brands a {
	background: #454545;
}

.starlight-shop-product-card__brands strong {
	font-size: 12px;
}

.starlight-shop-product-card__actions {
	margin-top: auto;
	padding: 0 15px 15px;
}

.woocommerce ul.products li.product .starlight-shop-product-card__actions .button {
	width: 100%;
	margin: 0;
	border-radius: 4px !important;
	background-color: #f05025 !important;
	text-align: center;
}

.woocommerce ul.products li.product .starlight-shop-product-card__actions .button:hover,
.woocommerce ul.products li.product .starlight-shop-product-card__actions .button:focus {
	background-color: #d94825 !important;
}

.single-product .single_add_to_cart_button,
.single-product .clickBuyButton {
	border-radius: 4px !important;
	background-color: #f05025 !important;
}

.single-product .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:focus,
.single-product .clickBuyButton:hover,
.single-product .clickBuyButton:focus {
	background-color: #d94825 !important;
}

.single-product .single_add_to_cart_button {
	margin-bottom: 25px !important;
}

.single-product div.product .product_meta {
	margin-top: 15px;
}

.woocommerce .product .onsale {
	background: #09a400 !important;
	color: #fff !important;
}

.single-product div.product .summary .product_title {
	font-size: clamp(24px, 2.3vw, 32px);
	line-height: 1.25;
	overflow: visible;
	overflow-wrap: anywhere;
	text-overflow: clip;
	white-space: normal;
}

.single-product div.product .summary .price {
	font-size: 22px;
	line-height: 1.3;
}

.single-product .starlight-shop-single-description {
	margin: 16px 0 20px;
	color: inherit;
	font-size: 18px;
	line-height: 1.65;
}

.single-product .starlight-shop-single-description > :last-child {
	margin-bottom: 0;
}

.single-product #main.site-main {
	padding-bottom: 40px;
}

.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
	padding: 12px 16px;
	font-size: 16px !important;
	line-height: 1.5;
	vertical-align: top;
}

.single-product .woocommerce-product-attributes td p {
	margin: 0;
	font-size: 16px !important;
	font-style: normal;
	line-height: 1.5;
}

.single-product section.related.products {
	width: 100% !important;
	min-width: 0;
	margin-top: 40px;
}

.single-product section.related.products > h2 {
	margin-bottom: 20px;
}

.single-product section.related.products ul.products {
	margin-bottom: 0 !important;
}

.single-product section.related.products .starlight-shop-product-card__title {
	font-size: 15px !important;
	line-height: 1.3;
	overflow-wrap: anywhere;
	word-break: normal;
}

.single-product section.related.products .starlight-shop-product-card__description {
	font-size: 15px !important;
	line-height: 1.55;
	word-break: normal;
}

.starlight-shop-additional-information {
	display: none;
}

@media (min-width: 1280px) {
	.single-product div.product {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.85fr);
		gap: 32px;
		align-items: start;
	}

	.single-product div.product::before,
	.single-product div.product::after {
		content: none;
	}

	.single-product div.product > .woocommerce-product-gallery,
	.single-product div.product > .summary {
		float: none !important;
		width: auto !important;
		margin: 0 !important;
	}

	.single-product div.product > .woocommerce-product-gallery {
		grid-column: 1;
	}

	.single-product div.product > .summary {
		grid-column: 2;
	}

	.single-product div.product > .starlight-shop-additional-information {
		display: block;
		grid-column: 3;
		padding: 22px;
		background: #2a2a2a;
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
	}

	.starlight-shop-additional-information h2 {
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 1.3;
	}

	.starlight-shop-additional-information table {
		width: 100%;
		margin: 0;
	}

	.starlight-shop-additional-information th,
	.starlight-shop-additional-information td {
		padding: 10px 0;
		border-color: rgba(255, 255, 255, 0.12);
		font-size: 16px !important;
		line-height: 1.4;
		vertical-align: top;
	}

	.starlight-shop-additional-information th {
		width: 46%;
		padding-right: 14px;
		color: #fff;
	}

	.starlight-shop-additional-information td {
		color: #ddd;
	}

	.single-product div.product > .woocommerce-tabs,
	.single-product div.product > .upsells,
	.single-product div.product > .related {
		grid-column: 1 / -1;
		width: 100%;
	}

	.single-product .woocommerce-tabs .additional_information_tab,
	.single-product .woocommerce-tabs #tab-additional_information,
	.single-product .woocommerce-tabs.starlight-shop-tabs-empty {
		display: none !important;
	}
}

@media (max-width: 1279px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 600px) {
	.woocommerce ul.products li.product .starlight-shop-product-card__title {
		font-size: 14px;
	}

	.woocommerce ul.products li.product .starlight-shop-product-card__description {
		font-size: 14px;
	}

	.single-product div.product .summary .product_title {
		font-size: 24px;
	}

	.single-product .starlight-shop-single-description {
		font-size: 16px;
	}
}
