.categoryoffer-card {
	display: flex !important;
    justify-content: center;
    align-items: center;
}

.module-head:not(.module-head--with-eyebrow) {
	justify-content: center;
}

footer .module-head:not(.module-head--with-eyebrow) {
	justify-content: start;
}
.quantity-wrapper-element {
	margin:auto;
}
.information-box {
	gap: 6px;
}
.product-card__price .product-price--regular, .product-card__price .product-price--special, .product-price--postfix {
	font-size: 1.25rem;
}
.product-review-summary__values {
	display: none;
}
@media (min-width: 992px) {
	.location-content-wrapper {
	    padding: 30px 40px;
	}
}

.product-special-price-wrapper {
	flex-direction: row-reverse !important;
	gap: 8px !important;
}

.product-card__item {
    font-size: .8125rem;
    margin: 0;
    text-align: center;
    justify-content: center;
    display: flex;
}
.product-page-tab .product-desc {
	color: black !important;
}
.tab-content__pane-inner {
	font-size: 1rem;
}