.pv-details {
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.pv-details {
		padding-top: 4rem;
	}
}

.pv-details {
	position: relative;
	z-index: 1;
	padding: 2.5rem 0 1.75rem;
	background-color: #fff;
}

.pv-details::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, #faf5f1, hsl(0deg 54% 97% / 0%));
}

.pv-details__desc {
	position: relative;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

@media not all and (min-width: 768px) {
	.pv-details__desc {
		flex-direction: column;
	}
}

.pv-details__desc .product-desc {
	width: 50%;
}

@media not all and (min-width: 768px) {
	.pv-details__desc .product-desc {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.pv-details__desc .product-desc {
		padding-left: 4.375rem;
	}
}

.pv-details__desc .product-desc.full-width {
	width: 100%;
}

.pv-details__wrap {
	display: flex;
	flex-wrap: wrap;
}

.pv-details__image {
	width: 100%;
	margin-top: -40px;
	margin-left: -50.4%;
	min-width: 100%;
}

.pv-details__img {
	padding-bottom: 51.28205%;
}

.pv-details__img.ir {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.pv-details__img.ir img {
	display: block;
	width: 100%;
	vertical-align: middle;
	max-width: 100%;
	min-height: 1px;
}

@media (min-width: 768px) {
	.pv-details__img.ir img.phone-only {
		display: none;
	}
}

.pv-details__copy {
	position: relative;
	z-index: 10;
	margin-bottom: 2.125rem;
	font-size: 12px;
	line-height: 20px;
	color: #272424;
}

@media not all and (min-width: 500px) {
	.pv-details__copy {
		padding-top: 2rem;
	}
}

.pv-details__copy ul {
	padding: 0 0 0 2.1875em;
}

.pv-details__copy .desc-title {
	margin-bottom: 1.125rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1.11px;
	text-transform: capitalize;
	color: #000;
}

.pv-details__specs {
	width: 100%;
	padding: 0;
}

.pv-details__trigger {
	position: relative;
	width: 100%;
	padding-bottom: 2.625rem;
	border: 0;
	cursor: pointer;
}

.pv-details__trigger span {
	display: block;
	font-family: var(--font-body-family);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pv-details__trigger .icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.9375rem;
	height: 1.9375rem;
	margin: 0 auto 0 -0.9375rem;
	background-color: #f5f4f2;
	border-radius: 1.875rem;
}

.pv-details__item-title {
	margin-bottom: 0.5rem;
	font-family: var(--font-body-family);
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #221f1f;
}

.pv-details__item-copy {
	margin: 0;
	font-family: var(--font-body-family);
	font-size: 12px;
	line-height: 20px;
	color: #272424;
}

.pv-details__financing {
	margin-top: 1.75rem;
}

.pv-details__item.not-list {
	margin-bottom: 3.375rem;
}

#specs-menu {
	display: none;
}

.zip__content-validation-invalid {
	--tw-text-opacity: 1;

	width: 100%;
	margin-top: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75rem;
	text-align: center;
	color: rgb(226 0 0 / var(--tw-text-opacity, 1));
}

.input-placeholder {
	position: relative;
}

.freeShippingInput {
	position: relative;
	z-index: 2;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 1rem 1.5625rem;
	border-color: #272424;
	background-color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 0.25rem;
	box-shadow: none;
}

.stores-form__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 3.125rem;
	transform: translate3d(-4px, 0, 0);
	transition: all 0.2s ease-in-out;
}

.freeShipping,
.notFreeShipping {
	margin-top: 0.9375rem;
	font-size: 1.125rem;
	text-align: center;
	color: #e20000;
}

#btnAddToBagTextFree {
	display: block;
	width: 100%;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding: 1.0625rem 0.9375rem 1rem;
	border: 1px solid transparent;
	background: #221f1f;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	line-height: 1.125em;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 0.25em;
}
