.mlyn-product__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
}

.mlyn-product__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.mlyn-product__details {
    display: flex;
    flex-direction: column;
}

.mlyn-product__packaging,
.mlyn-product__price {
    margin: 0 0 16px;
}

.mlyn-product__actions {
    margin-top: 24px;
}

.mlyn-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.mlyn-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--global-palette6);
    border-radius: 4px;
    overflow: hidden;
}

.mlyn-product-card__image {
    display: block;
}

.mlyn-product-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.mlyn-product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
}

.mlyn-product-card__title {
    margin-top: 0;
}

.mlyn-product-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
}

.mlyn-product-data {
    margin-top: 24px;
}

.mlyn-product-data__section {
    border-bottom: 1px solid var(--global-palette6);
}

.mlyn-product-data__section summary {
    padding: 16px 0;
    cursor: pointer;
    font-weight: 500;
}

.mlyn-product-data__content {
    padding-bottom: 16px;
}

.mlyn-product-data table {
    width: 100%;
    border-collapse: collapse;
}

.mlyn-product-data td {
    padding: 8px 0;
    border-bottom: 1px solid var(--global-palette7);
}

.mlyn-product-data td:last-child {
    text-align: right;
}

@media (max-width: 1024px) {

    .mlyn-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767px) {

    .mlyn-product__main {
        grid-template-columns: 1fr;
    }

    .mlyn-products-grid {
        grid-template-columns: 1fr;
    }

}










.product-image-wrapper img {
	border-radius: 7px;
}
.single-content .product-card {
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {
		margin-top: 0;
	}
}
