.pdp-atc-cta {
	display: flex;
	flex-direction: column;
	row-gap: 0.75rem;
}

.pdp-atc-cta .pdp-atc-cta__totals__inner > h3 {
	--tw-text-opacity: 1;

	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
	.pdp-atc-cta .pdp-atc-cta__totals__inner > h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

.pdp-atc-cta .pdp-atc-cta__totals__inner > .pdp-atc-cta__totals__label {
	--tw-text-opacity: 1;

	font-size: 14px;
	line-height: 20px;
	color: rgb(121 126 131 / var(--tw-text-opacity, 1));
}

.pdp-atc-cta .pdp-atc-cta__totals {
	column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: flex;
	justify-content: space-between;
}

.pdp-atc-cta .pdp-atc-cta__totals .pdp-atc-cta__totals-price {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: var(--color-base-text-2);
}

@media (min-width: 768px) {
	.pdp-atc-cta .pdp-atc-cta__totals .pdp-atc-cta__totals-price {
		font-size: 24px;
		line-height: 32px;
	}
}

.pdp-atc-cta .pdp-atc-cta__button {
	font-size: 20px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.pdp-atc-cta .pdp-atc-cta__button {
		font-size: 24px;
		line-height: 32px;
	}
}
