/*.shahji-sticky-add-to-cart-wrapper {*/
/*	position: fixed;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	background: #fff;*/
/*	box-shadow: 0 -2px 15px rgba(0,0,0,0.15);*/
/*	padding: 10px 20px;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	z-index: 9999;*/
/*	opacity: 0;*/
/*	transform: translateY(100%);*/
/*	transition: all 0.3s ease;*/
/*	font-family: inherit;*/
/*}*/

/*.shahji-sticky-add-to-cart-wrapper.active {*/
/*	opacity: 1;*/
/*	transform: translateY(0);*/
/*}*/

/*.shahji-sticky-add-to-cart-inner {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*	max-width: 1200px;*/
/*	width: 100%;*/
/*	gap: 15px;*/
/*}*/

/*.sticky-product-info {*/
/*	flex: 1;*/
/*	text-align: left;*/
/*}*/

/*.sticky-product-name {*/
/*	display: block;*/
/*	font-weight: 600;*/
/*	font-size: 16px;*/
/*	margin-bottom: 2px;*/
/*	color: #222;*/
/*}*/

/*.sticky-product-price {*/
/*	font-size: 15px;*/
/*	color: #c99a4d;*/
/*	font-weight: 500;*/
/*}*/

/*.sticky-product-actions {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	gap: 10px;*/
/*}*/

/*.sticky-qty-input {*/
/*	width: 60px;*/
/*	height: 40px;*/
/*	text-align: center;*/
/*	border: 1px solid #ccc;*/
/*	border-radius: 6px;*/
/*	font-size: 15px;*/
/*}*/

/*.shahji-sticky-add-to-cart-btn {*/
/*	background-color: #c99a4d;*/
/*	color: #fff;*/
/*	padding: 12px 35px;*/
/*	font-size: 15px;*/
/*	border-radius: 50px;*/
/*	border: none;*/
/*	cursor: pointer;*/
/*	transition: background 0.3s ease;*/
/*}*/

/*.shahji-sticky-add-to-cart-btn:hover {*/
/*	background-color: #b1823c;*/
/*}*/
