.pgr-shop-sizes {
	background: #eeeff7;
	overflow: hidden;
}

.pgr-shop-sizes__inner {
	display: grid;
	gap: 6.65vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1636px;
	padding: clamp(72px, 7.55vw, 151px) clamp(24px, 2.75vw, 55px) clamp(70px, 6.55vw, 131px);
	width: 91%;
}

.pgr-size-card {
	aspect-ratio: 744 / 1177;
	background: #fff;
	border-radius: clamp(28px, 3.6vw, 72px);
	box-shadow: 0 16px 32px rgb(33 40 50 / 20%);
	overflow: hidden;
	position: relative;
}

.pgr-size-card__brand {
	align-items: center;
	display: flex;
	gap: 2.8%;
	left: 13.3%;
	position: absolute;
	top: 5.45%;
	width: 74.5%;
}

.pgr-size-card__brand img {
	height: auto;
	width: 61.5%;
}

.pgr-size-card__brand h2 {
	color: #212832;
	font-size: clamp(25px, 3.15vw, 63px);
	font-weight: 800;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.pgr-size-card__image {
	height: 58%;
	left: 5.8%;
	object-fit: contain;
	position: absolute;
	top: 13.9%;
	width: 88.4%;
}

.pgr-size-card__price {
	color: #212832;
	font-size: clamp(58px, 5.4vw, 108px);
	font-style: italic;
	font-weight: 800;
	left: 0;
	letter-spacing: -.035em;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 75.1%;
	width: 100%;
}

.pgr-size-card__price ins {
	text-decoration: none;
}

.pgr-size-card__price del {
	font-size: .5em;
	opacity: .5;
}

.pgr-size-card__price-decimals {
	display: inline-block;
	font-size: .52em;
	line-height: 1;
	margin-left: .04em;
	vertical-align: super;
}

.pgr-size-card__button {
	align-items: center;
	background: #008bc8;
	color: #fff;
	display: flex;
	font-size: clamp(16px, 1.35vw, 27px);
	font-weight: 600;
	height: 7%;
	justify-content: center;
	left: 33%;
	letter-spacing: .04em;
	position: absolute;
	text-decoration: none;
	top: 88.4%;
	width: 34%;
}

.pgr-size-card__button:hover,
.pgr-size-card__button:focus-visible {
	background: #0075aa;
	color: #fff;
}

@media (max-width: 780px) {
	.pgr-shop-sizes__inner {
		gap: 2rem;
		grid-template-columns: 1fr;
		padding: 4rem 1.25rem;
		width: min(100%, 38rem);
	}

	.pgr-size-card__brand h2 {
		font-size: clamp(30px, 9vw, 52px);
	}

	.pgr-size-card__price {
		font-size: clamp(62px, 18vw, 100px);
	}

	.pgr-size-card__button {
		font-size: clamp(16px, 4.8vw, 24px);
	}
}
