/* ---------- */

.gtn-body-atcpp-shown
{
	overflow: hidden;
}

.gtn-added-to-cart-product-popup-overlay
{
	position: fixed;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #38353599;
	backdrop-filter: blur(12px);
	width: 100%;
	height: 100%;
	z-index: 10000;
	
	transition: all .2s ease-in-out 0s;
	transform-origin: right;
	transform: translateX(100%);
}

.gtn-body-atcpp-shown .gtn-added-to-cart-product-popup-overlay
{
	display: block;
	transform: translateX(0);
}

.gtn-added-to-cart-product-popup
{
	background-color: #000;
	padding: 40px;
	max-height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	right: 0;
	width: 50%;
	min-width: 300px;
}

.gtn-atcpp-close span
{
	position: relative;
	width: 25px;
	display: block;
	outline: transparent solid 1px;
	height: 25px;
	cursor: pointer;
}

.gtn-atcpp-close span::before 
{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 2px;
	top: 4px;
	transform: translateY(8px) rotate(45deg);
	width: 100%;
}

.gtn-atcpp-close span::after 
{
	content: "";
	position: absolute;
	background-color: #fff;
	height: 2px;
	top: 4px;
	transform: translateY(8px) rotate(-45deg);
	width: 100%;
}

.gtn-atcpp-top-row
{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.gtn-atcpp-top-row h3
{
	margin: 0;
	font-weight: 700;
	font-size: 24px;
}

.gtn-atcpp-prod
{
	display: grid;
	gap: 20px;
	grid-template-columns: 2fr 2fr 1fr;
	width: 100%;
	margin-top: 50px;
}

.gtn-atcpp-img img
{
	width: 100%;
	height: auto;
}

.gtn-atcpp-name
{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}

.gtn-atcpp-sku
{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.gtn-atcpp-price
{
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
}

.gtn-atcpp-cnt
{
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.gtn-atcpp-cnt-minus,
.gtn-atcpp-cnt-plus
{
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 25px;
}

.gtn-atcpp-cnt-minus svg,
.gtn-atcpp-cnt-plus svg
{
	width: 100%;
}

.gtn-atcpp-cnt input
{
	width: 52px;
	text-align: center;
	background-color: #202020;
	border: 1px solid #FFF6;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}

.gtn-atcpp-cnt input:focus
{
	color: #fff;
}

.gtn-atcpp-action-btns
{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}

.gtn-atcpp-action-continue-shopping-btn
{
	color: #fff;
	margin-right: auto;
	border: 1px solid #fff;
	padding: 15px 25px;
	line-height: 1;
	font-weight: 600;
	font-size: 16px;
	font-family: Roboto;
	letter-spacing: 0.4px;
}

.gtn-atcpp-action-continue-shopping-btn:hover
{
	color: #fff;
}

.gtn-atcpp-action-go-to-cart-btn
{
	border: 1px solid #fff;
	padding: 15px 45px;
	line-height: 1;
	font-weight: 600;
	font-size: 16px;
	font-family: Roboto;
	letter-spacing: 0.4px;
	color: #000;
	background-color: #fff;
}

.gtn-atcpp-action-go-to-cart-btn:hover
{
}

.gtn-atcpp-action-buy-now-btn
{
	border: 1px solid #F72E30;
	padding: 15px 45px;
	line-height: 1;
	font-weight: 600;
	font-size: 16px;
	font-family: Roboto;
	letter-spacing: 0.4px;
	color: #fff;
	background-color: #F72E30;
}

.gtn-atcpp-action-buy-now-btn:hover
{
	color: #fff;
}

.gtn-atcpp-benefits
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 50px;
}

.gtn-atcpp-benefit-box
{
	background-color: #111;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.gtn-atcpp-benefit-box img
{
	width: 34px;
	margin-bottom: 15px;
}

.gtn-atcpp-benefit-box span
{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.gtn-atcpp-also-like
{
	margin-top: 70px;
}

.gtn-atcpp-also-like-top
{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}

.gtn-atcpp-also-like-arrows
{
	display: flex;
	gap: 20px;
	align-items: center;
}

.gtn-atcpp-also-like-arrows .owl-prev,
.gtn-atcpp-also-like-arrows .owl-next
{
	display: flex;
	align-items: center;
	cursor: pointer;
}

.gtn-atcpp-also-like-items
{
	margin-top: 20px;
}

.gtn-atcpp-also-like-items .owl-stage
{
	margin-top: 20px;
	display: flex;
}

.gtn-atcpp-also-like-item
{
	border-right: 1px solid transparent;
	padding: 12px;
	height: 100%;
}

.owl-item.active:not(:nth-last-child(1 of .active)) .gtn-atcpp-also-like-item
{
	border-right: 1px solid #333;
}

.gtn-atcpp-also-like-item h5
{
	margin-bottom: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
}