﻿.custom-button__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.core-stock.is-in-stock .core-stock-indicator {
    background-color: #28cd52;
}

.core-stock .core-stock-indicator {
    width: .8rem;
    height: .8rem;
    border-radius: 100rem;
}

@media (max-width: 991.98px) {
	.custom-button__wrapper_cart {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
		align-items: center;
	}

	.custom-button__wrapper_cart > .btn-secondary {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-self: center;
	}

	.custom-button__wrapper_cart > .swift_cartbackbutton {
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
	}

	.custom-button__wrapper_cart > *:last-child {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
	}
}

@media (max-width: 767.98px) {
	.custom-info-group {
		margin-top: 1.25rem;
	}

	.custom-info-group h6 {
		margin-bottom: .5rem !important;
	}

	.custom-info-line {
		display: grid;
		grid-template-columns: 4.5rem 1fr;
		column-gap: .5rem;
		margin-bottom: .35rem !important;
		align-items: baseline;
	}

	.custom-info-label {
		display: block !important;
		margin-bottom: 0 !important;
		color: var(--bs-gray-600);
	}

	.custom-info-line p,
	.custom-info-line {
		margin-bottom: .25rem !important;
	}

	
}