:root{
  --blue:      #0d6efd;
  --blue-dk:   #0a58ca;
  --blue-lt:   #e8f0fe;
  --grad:      linear-gradient(135deg,#1d64ff 10%,#21f32c 94%);
  --green:     #21f32c;
  --red:       #e63946;
  --orange:    #ff6b35;
  --surface:   #f4f6fb;
  --card:      #ffffff;
  --border:    #e2e8f4;
  --text:      #111827;
  --muted:     #6b7280;
  --sh-sm:     0 2px 8px rgba(13,110,253,.09);
  --sh-md:     0 6px 22px rgba(13,110,253,.14);
  --sh-lg:     0 14px 40px rgba(13,110,253,.18);
  --r-s:  8px;
  --r-m:  13px;
  --r-l:  18px;
  --fh:   'Syne',sans-serif;
  --fb:   'DM Sans',sans-serif;
}

body {
	overflow-y: visible;
	overflow-x: hidden;
	margin: 0 auto!important;
	justify-content: center;
	box-sizing: border-box!important;
	transition: transform .2s ease-in-out;
	position: relative
}

* {
	font-weight: 600;
	font-family: sans-serif Arial,Helvetica,sans-serif
}

.title {
	font-size: 36px;
	font-weight: 700!important;
	color: #06f!important
}

.row {
	max-width: 100%;
	justify-content: space-between;
	background-color: #fff!important;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
	overflow-x: hidden;
	z-index: -1
}

.produit {
	margin-top: 1%;
	padding-top: 2%
}

.mkmkmk .flex .pro {
	position: relative
}

.produit {
	width: 100%;
	height: max-content;
	padding: 1.5%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 1%
}

.produit:last-child {
	justify-content: center;
	padding-right: 0
}

.imgages {
	margin-top: -1.3%;
	padding-left: 3%;
	margin-right: 0;
	margin-left: 8%;
	width: 37%;
	max-width: 41%;
	max-height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	position: relative;
	box-sizing: border-box!important
}

@keyframes borderRotate {
	0% {
		background: linear-gradient(135deg,#60a5fa 0,#3b82f6 25%,#2563eb 50%,#1d4ed8 75%,#1e3a8a 100%)
	}

	25% {
		background: linear-gradient(225deg,#60a5fa 0,#3b82f6 25%,#2563eb 50%,#1d4ed8 75%,#1e3a8a 100%)
	}

	50% {
		background: linear-gradient(315deg,#60a5fa 0,#3b82f6 25%,#2563eb 50%,#1d4ed8 75%,#1e3a8a 100%)
	}

	75% {
		background: linear-gradient(45deg,#60a5fa 0,#3b82f6 25%,#2563eb 50%,#1d4ed8 75%,#1e3a8a 100%)
	}

	100% {
		background: linear-gradient(135deg,#60a5fa 0,#3b82f6 25%,#2563eb 50%,#1d4ed8 75%,#1e3a8a 100%)
	}
}

@keyframes glowPulse {
	0%,100% {
		opacity: 0;
		transform: scale(1)
	}

	50% {
		opacity: .3;
		transform: scale(1.02)
	}
}

.services-container {
	max-width: 90%;
	margin: 3%;
	margin-left: 5%!important;
	align-self: center;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
	gap: 25px;
	padding: 0 15px
}

.service-item {
	background: #fff;
	text-align: center;
	padding: 35px 20px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
	transition: all .3s ease;
	border: 1px solid #eaeaea
}

.service-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0,0,0,.1);
	border-color: #d1d1d1
}

.service-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	color: #2a5cbe
}

.service-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.4
}

.service-description {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	max-width: 240px;
	margin: 0 auto
}

.highlight {
	color: #2a5cbe;
	font-weight: 500
}

@keyframes cartFloat {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

.cart-text {
	font-size: 16px;
	margin-left: 8px;
	font-weight: 600;
	display: none;
	opacity: 0;
	transform: translateX(-20px);
	transition: all .3s ease
}

@keyframes bounce {
	0%,100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}
}

@media (max-width:768px) {
	.product-container {
		display: flex
	}

    .ba9ba9 span {
    font-size: 34px !important;
}
	.services-container {
		grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
		gap: 20px
	}

	.service-item {
		padding: 25px 15px
	}

	.service-title {
		font-size: 16px
	}

	.service-description {
		font-size: 13px
	}
}

@media (max-width:480px) {
	.services-container {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 350px
	}

	.service-item {
		padding: 25px
	}
}

@keyframes pulse {
	0%,100% {
		opacity: 1
	}

	50% {
		opacity: .7
	}
}

.imgages #imgpro {
	float: left;
	aspect-ratio: 3/4!important;
	width: 97%;
	height: auto!important;
	max-height: 100%
}

#name_pro {
        background: linear-gradient(135deg, #1d64ff 10%, #21f32c 94%);
        color: #fff;
        border: 2px solid #e3f2fd;
        padding: 8px 29px;
        border-radius: 12px;
        font-size: 1.7rem;
        font-weight: 700;
        transition: all .3s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        text-transform: none;
        letter-spacing: .5px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(25, 118, 210, .25);
        min-width: 200px;
        text-shadow: none;
        width: 100%;
}

.product {
    margin-top: -1%;
    margin-right: 8%;
    width: 41%;
    height: max-content;
    justify-content: center;
    text-align: center;
}
.details {
	padding-top: 5%;
	width: 38%
}


.descriprion:hover {
	box-shadow: 0 8px 30px rgba(0,0,0,.12);
	transform: translateY(-2px)
}

.details::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);
	transition: left .8s
}

.details:hover::before {
	left: 100%
}

.details i {
	font-size: 20px;
	color: #bfdbfe;
	transition: all .3s ease
}

.details:hover i {
	transform: rotate(90deg);
	color: #fff
}

.text {
	display: none;
	padding: 16px 16px;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.8;
	background: #fff;
	position: relative
}

.text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 28px;
	right: 28px;
	height: 1px;
	background: linear-gradient(to right,#e5e7eb,#d1d5db,#e5e7eb)
}

.text-content {
    text-align: start;
    font-weight: 700;
	background: linear-gradient(145deg,#f8fafc,#fff);
	padding: 24px;
	border-radius: 12px;
	border-left: 4px solid #2563eb;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
	transition: all .3s ease
}

.text-content:hover {
	background: linear-gradient(145deg,#fff,#f1f5f9);
	box-shadow: inset 0 2px 8px rgba(0,0,0,.1)
}

.promos {
	display: flex;
	padding: 0;
	border: solid #0d6efd 2px;
	border-radius: 10px;
	flex-direction: column;
	width: 99%;
	height: 40%;
	margin-top: 5%;
	color: #000!important;
	font-family: sans-serif;
	font-weight: 500
}

.descriprion {
	height: fit-content!important
}

.flex {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between!important;
	padding: 1.5%;
}

.details,.titlepromo {
	display: block;
	width: 100%;
	font-size: 150%;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	background-color: #0d6efd;
	margin-bottom: 1%;
	padding: 1.5%;
	margin-right: 2%;
	text-align: center
}

.details {
	margin-bottom: 0!important
}

.pro {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	background-color: #fff!important;
	border: solid #c1c0c0 1px;
	border-radius: 8px;
	width: 70%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 2%;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.pro img {
	width: 70%;
	height: 90px
}

@media (max-width:768px) {
	.imgages {
		min-width: 100%;
		max-width: 100%;
		height: 30%!important;
		padding: 3%;
		margin: 0;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap
	}

	#imgpro {
	    order: 1;
		width: 330px !important
	}

	.produit {
		padding: 0!important;
		margin: 0;
		margin-top: 3%
	}

	.product {
		width: 95%!important;
		flex-direction: column;
		margin-left: 4%!important;
		margin-right: -1%!important;
		margin-right: 0
	}

	.produit {
		width: 100%;
		margin-right: -20%;
		flex-direction: row;
		align-items: center;
		padding-left: 0!important
	}

	.details {
		padding: 3%;
		width: 100%
	}

	.promos {
		max-width: 100%
	}

	.flex {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}

	.pro {
		width: 29%;
		margin-top: 3%;
		padding-top: 5%
	}

	.descriprion {
	    width: 97%;
	    margin-top: 5% ;
		margin-left: 1%;
	}
}

.terms-container {
	margin-top: -9px;
	height: 40px;
	margin-left: 6%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-family: Arial,sans-serif;
	font-size: 14px
}

.terms-checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap
}

.terms-checkbox input[type=checkbox] {
	width: 16px;
	height: 16px;
	accent-color: #007bff;
	cursor: pointer
}

.terms-checkbox label {
	cursor: pointer;
	color: #333
}

.terms-checkbox a {
	color: #007bff;
	text-decoration: none
}

.terms-checkbox a:hover {
	text-decoration: underline
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 2rem 1rem
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center
}

.footer-about {
	font-size: .9rem
}

.footer-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: .5rem;
	color: #007bff
}

.footer-text {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 1rem
}

.social-links {
	margin-top: .5rem
}

.social-title {
	font-size: .9rem;
	font-weight: 700;
	margin-bottom: .5rem;
	color: #007bff
}

.social-icons {
	display: flex;
	gap: 1rem
}

.social-icons i {
	font-size: 1.2rem;
	color: #fff;
	transition: all .3s ease
}

.social-icons a:hover i {
	color: #007bff;
	transform: scale(1.1)
}

.footer-map {
	border: 2px solid #007bff;
	border-radius: 8px;
	overflow: hidden
}

.footer-map iframe {
	width: 100%;
	height: 200px;
	border-radius: 6px
}

.footer-credit {
	text-align: center;
	padding-top: 1rem;
	color: #007bff;
	font-size: .8rem;
	border-top: 1px solid #007bff;
	margin-top: 1rem
}

@media (max-width:768px) {
	.form-container {
		margin: 0!important;
		margin-left: -2%!important
	}
}

@media (max-width:768px) {
	.footer-container {
		grid-template-columns: 1fr;
		text-align: center
	}

	.social-icons {
		justify-content: center
	}
}

.form-container {
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	margin-right: 4%;
	margin-top: 1%;
	margin-bottom: 1%
}

h2 {
	color: #000;
	margin-bottom: 20px;
	font-size: 24px
}

.form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px
}

.form-group {
	flex: 1
}

input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box
}

input::placeholder {
	color: #6c757d
}

.submit-section {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px
}

.submit-button {
	flex: 1;
 background: linear-gradient(135deg, #1d64ff 10%, #21f32c 94%);
	color: #fff;
	border: none;
	padding: 15px;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color .3s
}

.submit-button:hover {
	background-color: #0b5ed7
}

.counter {
	display: flex;
	align-items: center;
	gap: 10px
}

.counter-button {
	background-color: #e9ecef;
	border: 1px solid #dee2e6;
	color: #0d6efd;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.counter-button:hover {
	background-color: #dee2e6
}

.counter-value {
	font-size: 20px;
	min-width: 30px;
	text-align: center;
	color: #212529
}

.tdetails {
margin-bottom: 5%;
	margin-left: 0!important;
	margin-right: 4%
}

.timess {
	width: 97%;
	margin-top: 2%
}

.header {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 50px;
    color: #333;
    font-size: 19px;
    background-color: #fff;
    padding: 22px 26px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}


.stock-alert {

	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	animation: pulse 1.5s infinite
}

.viewers {
	background-color: #06c;
	color: #fff;
	padding: 4px 12px;
	border-radius: 6px;
	font-weight: 700
}

@media screen and (max-width:768px) {
	.stock-alert {
		font-size: 14px;
		margin-bottom: 5px;
		width: 100%;
		text-align: center
	}

	.viewers {
		padding: 3px 8px;
		font-size: 14px;
		margin: 0 auto
	}

	.toggle-btn {
		font-size: 12px;
		padding: 6px 12px;
		right: 5%;
		margin-top: 5%;
		margin-left: auto;
		margin-right: auto;
		background: #000
	}
}

.toggle-btn {
	padding: 8px 16px;
	background-color: #0d6efd;
	position: absolute;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	margin: 10px 0;
	transition: all .3s ease;
	display: inline-block;
	width: auto;
	height: auto;
	margin-top: -2%;
	margin-left: 89%;
	visibility: hidden;
	opacity: 0
}

.toggle-btn:hover {
	background-color: #0b5ed7;
	transform: translateY(-1px);
	box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.toggle-btn:active {
	transform: translateY(0);
	box-shadow: none
}

.promos .flex .pro .proo {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden!important;
	height: 50px!important
}

.promos .flex {
	flex-wrap: wrap;
}

.mkmkmk .flex .pro,.promos .flex .pro {
	width: 18%!important;
	padding-top: 1%!important;
	padding-bottom: 5px !important;
	margin-bottom: 6%;
	text-align: center;
	overflow: hidden!important
}

.promos .flex .pro img {
	width: 170px!important;
	height: 205px!important
}


@media screen and (max-width:768px) {
	.promos .flex .pro {
		width: 48%!important;
		padding-left: 0!important;
		padding-right: 0!important
	}

	.promos .flex .pro img {
		width: 98%!important;
		height: 200px!important
	}

	.promos .flex .pro span {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden!important;
	}
}

.pro {
	transition: box-shadow .3s ease-in-out!important
}

.pro img :hover,.pro:hover {
	box-shadow: 35px 35px 25px rgba(0,0,0,.5)!important;
	cursor: pointer
}

@keyframes rotateBounce {
	0% {
		transform: rotate(0) translateY(0)
	}

	50% {
		transform: rotate(60deg) translateY(0)
	}

	100% {
		transform: rotate(60deg) translateX(7px)
	}
}

.imges {
	padding-top: 5%!important;
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 1000;
	justify-content: space-between;
	align-items: center
}

.imges button {
	display: block!important;
	top: 50%;
	right: 20px;
	background: 0 0;
	border: none;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
	z-index: 1001
}

.imges img {
	width: 30%!important;
	height: 97%!important;
	cursor: grab;
	transition: transform .3s ease;
	transform-origin: center center
}

.imges img:active {
	cursor: grabbing
}

@media screen and (max-width:768px) {
	.imges img {
		min-width: 60%!important;
		min-height: 65%!important;
		max-height: fit-content;
		object-fit: contain
	}

	.imges button {
		margin-top: 20%
	}

	.prev {
		left: -100px!important
	}

	.detailtax {
		padding-right: 10px!important
	}

	.ba9ba9 {
		margin-right: 0!important;
		padding-right: 10px!important
	}

	.ba9ba92 {
		margin-right: 0!important;
		padding-right: 10px!important
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(25,13,255,.5)
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37,211,102,0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37,211,102,0)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37,211,102,.5)
	}

	70% {
		box-shadow: 0 0 0 15px rgba(37,211,102,0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(37,211,102,0)
	}
}

@keyframes ring {
	0% {
		transform: rotate(-15deg)
	}

	50% {
		transform: rotate(15deg)
	}

	100% {
		transform: rotate(-15deg)
	}
}

@keyframes float {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes vibrate {
	0% {
		transform: translate(0)
	}

	20% {
		transform: translate(-2px,2px)
	}

	40% {
		transform: translate(-2px,-2px)
	}

	60% {
		transform: translate(2px,2px)
	}

	80% {
		transform: translate(2px,-2px)
	}

	100% {
		transform: translate(0)
	}
}

@keyframes bounce {
	from {
		transform: scale(1)
	}

	to {
		transform: scale(1.1)
	}
}

@keyframes float {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes shake {
	10%,90% {
		transform: rotate(-10deg)
	}

	20%,80% {
		transform: rotate(10deg)
	}

	30%,50%,70% {
		transform: rotate(-10deg)
	}

	40%,60% {
		transform: rotate(10deg)
	}
}

.price {
	color: #0004ff!important;
	font-weight: 630!important;
	font-size: 19px
}

.detailtax {
	margin-top: -1%!important;
	width: 97%!important
}

.professional-cart-btn {
    background: linear-gradient(135deg, #1d64ff 10%, #21f32c 90%);
    color: #fff;
    border: 2px solid #e3f2fd;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-transform: none;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(25, 118, 210, .25);
    min-width: 200px;
    text-shadow: none;
    width: 97%;
    margin-left: -2%;
    margin-top: 5%;
}

.professional-cart-btn.added {
    background: linear-gradient(135deg, #16a34a 10%, #21f32c 90%);
    box-shadow: 0 4px 20px rgba(22, 163, 74, .45);
    transform: scale(1.03);
}

.professional-cart-btn .btn-text,
.professional-cart-btn .cart-icon {
    transition: all 0.3s ease;
}

.professional-cart-btn.added .btn-text {
    display: none;
}

.professional-cart-btn.added .cart-icon {
    display: none;
}

.cart-count-bump {
    animation: cartBump 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes cartBump {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.6); color: #21f32c; }
    100% { transform: scale(1); }
}
.professional-cart-btn .success-content {
    display: none;
    align-items: center;
    gap: 8px;
    animation: popIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.professional-cart-btn.added .success-content {
    display: inline-flex;
}

@keyframes popIn {
    0%   { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1);   opacity: 1; }
}

/* Ripple effect on click */
.professional-cart-btn .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: rippleEffect 0.55s linear;
    pointer-events: none;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Floating "+1" particle */
.cart-particle {
    position: fixed;
    font-size: 1.2rem;
    font-weight: 700;
    color: #16a34a;
    pointer-events: none;
    animation: floatUp 0.9s ease-out forwards;
    z-index: 9999;
    text-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

@keyframes floatUp {
    0%   { opacity: 1; transform: translateY(0) scale(1); }
    100% { opacity: 0; transform: translateY(-70px) scale(1.4); }
}

















.professional-cart-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
	transition: left .5s ease
}

.professional-cart-btn:hover::before {
	left: 100%
}

.professional-cart-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(25,118,210,.35);
	background: linear-gradient(135deg,#1565c0 0,#1976d2 100%);
	border-color: #bbdefb
}

.professional-cart-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(25,118,210,.3)
}

.cart-icon {
	font-size: 1.2em;
	animation: none;
	filter: none
}

.professional-cart-btn .btn-text {
	position: relative;
	z-index: 2;
	font-weight: 600
}

@media (max-width:768px) {
	.professional-cart-btn {
		padding: 14px 24px;
		font-size: 1.4rem;
		min-width: 180px;
		max-width: 100%
	}
    #name_pro{
        font-size: 1.5rem;
    }
    .header{
    margin-bottom: 25px;
    font-size: 19px;
    padding: 7px 25px;
    }
    .thumbnails {
        max-width:330px;
        align-items: flex-start;
        margin-right: 0% !important;
        padding:0% !important ;
        padding-top: 2px !important;
        gap: 6px !important;
        width: 100%;
        order: 2 !IMPORTANT;
        flex-wrap: wrap !important;
        display: flex !important;
        flex-direction: row !important;
}

.thumbnails img {
	width: 77px !important;
	height: 86px !important;
}

.thumbnails img:hover,
.thumbnails img:active {
    transform: none !IMPORTANT;
    border-color: initial !important;
    box-shadow: none !important;
}
	.cart-icon {
		font-size: 1.1em
	}
}

.ba9ba9 {
	width: 100%;
	padding-right: 38%;
	margin-right: 5%
}

.ba9ba9 span {
	font-size: 37px
}

.over {
	color: green;
	font-weight: 700;
	padding: 4px 8px;
	border: 1px solid green;
	border-radius: 4px;
	background-color: rgba(0,128,0,.1);
	font-family: Arial,sans-serif;
	display: none
}

#jo3 {
	display: none
}

.product-container {
	left: -16%!important;
	width: 100%;
	justify-content: center
}

.thumbnails {
    margin-right: 3%;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 19px;
    padding: 10px;
    height: 100%;
}
.thumbnails img {
	width: 100px;
	height: 120px;
	object-fit: cover;
	border: 2px solid ;
    border-color: #21e9f3;
	cursor: pointer;
	transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease
}

.thumbnails img:hover {
	transform: scale(1.1) rotate(1deg);
	border-color: #007bff;
	box-shadow: 0 4px 12px rgba(0,0,0,.25)
}

.thumbnails img:active {
	transform: scale(.98);
	box-shadow: none
}

        .btn.btn-primary.search-btn {
	width: 42px !important;
	height: 42px !important;
	border-radius: 10px !important;
	border: none !important;
	background: #0066ff !important;
	color: white !important;
	cursor: pointer;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
}

.btn.btn-primary.search-btn:hover {
	background: #0052cc !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.btn.btn-primary.search-btn:active {
	transform: translateY(0) !important;
}

.btn.btn-primary.search-btn i {
	font-size: 16px;
}

        

/* Suggestions List */


        #suggestionsList.suggestions-list {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	right: 0 !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
	max-height: 400px !important;
	overflow-y: auto !important;
	z-index: 10000 !important;
	padding: 6px !important;
}
      
.specs-container {
    padding: 3%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.component {
    position: relative;
    padding: 15px;
    border-left: 4px solid #e1e1e1;
    transition: all 0.2s ease;
    background-color: #f9f9f9;
}

.component:hover {
    background-color: #f2f2f2;
    transform: translateX(5px);
}

.component-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.component-detail {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

.cpu { border-left-color: #ff5252; }
.gpu { border-left-color: #7c4dff !important; }
.ram { border-left-color: #00c853 !important; }
.disque-dur { border-left-color: #2196f3 !important; }
.ecran { border-left-color: #ff4081 !important; }
.batterie { border-left-color: #00bcd4 !important; }
.cpu .component-title { color: #e53935 !important; }
.gpu .component-title { color: #673ab7 !important; }
.ram .component-title { color: #388e3c !important; }
.disque-dur .component-title { color: #1976d2 !important; }
.ecran .component-title { color: #d81b60 !important; }
.batterie .component-title { color: #0097a7 !important; }

#suggestionsList.suggestions-list li {
	padding: 12px 16px !important;
	cursor: pointer !important;
	transition: all 0.15s ease !important;
	border-radius: 8px !important;
	margin-bottom: 2px !important;
	color: #475569 !important;
	font-size: 14px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	border-bottom:3PX #0066ff solid ;
}

#suggestionsList.suggestions-list li:hover {
	background: #f1f5f9 !important;
	color: #0066ff !important;
}
.imges {
    padding-top: 5% !important;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
}

.imges button {
    display: block !important;
    top: 50%; /* Center vertically */
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 50px;
    cursor: pointer;
    z-index: 1001;
}

.imges img {
    width: 30% !important;
    height: 97% !important;
    cursor: grab;
    transition: transform 0.3s ease;
    transform-origin: center center;
}
.promo-price-old {
    display: block;
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.promo-price-new {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
}

.promo-item-price {
    margin: 8px 0;
    text-align: center;
}

.imges img:active {
    cursor: grabbing;
}
.promos .flex .pro .over{
	margin-top: 2%;
	margin-bottom: 2%;
}

/* Add zoom controls container */
.zoom-controls {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 8px;
}

.zoom-controls button {
    background: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    transition: background 0.2s;
}

.zoom-controls button:hover {
    background: #ddd;
}

        


        .container-fluid.bg-light.p-3 {
	background: linear-gradient(100deg, #ffffff80, #00a1ff) !important;
	padding: 10px 40px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #e5e7eb;
	margin: 0 !important;

  position: sticky;
  top: 0; /* This is what you're missing! */
  z-index: 100; /* Optional: keeps it above other content */
}

        

/* Flex Container */


        .d-flex.justify-content-between.align-items-center {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 24px;
	flex-wrap: wrap;
}

        

/* Menu Toggle Button */


        #open-close {
	display: none !important;
	width: 44px;
	height: 44px;
	background: #0066ff;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	transition: all 0.2s ease;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2);
}

#open-close:hover {
	background: #0052cc;
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25);
}

#open-close:active {
	transform: translateY(0);
}

#open-close span {
	width: 20px;
	height: 2px;
	background: white;
	border-radius: 2px;
	transition: all 0.2s ease;
}

        

/* Search Container */


        .input-group.w-50.search-container {
	flex: 1;
	max-width: 580px;
	width: 100% !important;
	position: relative;
}

        

/* Search Wrapper */


        .search-wrapper {
	display: flex;
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px !IMPORTANT;
	padding: 4px 4px 4px 18px;
	transition: all 0.2s ease;
}

.search-wrapper:focus-within {
	background: #ffffff;
	border-color: #0066ff;
	box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

        

/* Search Input */


        #cher.form-control.search-input {
	flex: 1;
	border: none !important;
	background: transparent !important;
	padding: 10px 12px !important;
	font-size: 15px !important;
	outline: none !important;
	color: #1e293b !important;
	box-shadow: none !important;
}

#cher.form-control.search-input::placeholder {
	color: #94a3b8;
}

        

/* Search Button */


        .btn.btn-primary.search-btn {
	width: 42px !important;
	height: 42px !important;
	border-radius: 10px !important;
	border: none !important;
	background: #0066ff !important;
	color: white !important;
	cursor: pointer;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
}

.btn.btn-primary.search-btn:hover {
	background: #0052cc !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.btn.btn-primary.search-btn:active {
	transform: translateY(0) !important;
}

.btn.btn-primary.search-btn i {
	font-size: 16px;
}

        

/* Suggestions List */


        #suggestionsList.suggestions-list {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	left: 0 !important;
	right: 0 !important;
	background: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
	max-height: 400px !important;
	overflow-y: auto !important;
	z-index: 10000 !important;
	padding: 6px !important;
}

#suggestionsList.suggestions-list li {
	padding: 12px 16px !important;
	cursor: pointer !important;
	transition: all 0.15s ease !important;
	border-radius: 8px !important;
	margin-bottom: 2px !important;
	color: #475569 !important;
	font-size: 14px !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

#suggestionsList.suggestions-list li:hover {
	background: #f1f5f9 !important;
	color: #0066ff !important;
}

        

/* Action Buttons Container */


        .fs-4.fw-bold.d-flex.align-items-center.icom {
	display: flex !important;
	gap: 20px;
	align-items: center !important;
}

        

/* Cart Button */


        a.cart-float.action-btn.cart-btn {
	position: relative !important;
	width: 44px !important;
	height: 44px !important;
	background: #ff6b35 !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: white !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 2px 6px rgba(255, 107, 53, 0.2) !important;
	cursor: pointer !important;
}

a.cart-float.action-btn.cart-btn:hover {
	background: #e85a28 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(255, 107, 53, 0.25) !important;
}

a.cart-float.action-btn.cart-btn i {
	font-size: 18px !important;
}

        

/* Cart Text (hidden) */


        .cart-text {
	display: none !important;
}



span.cart-count.badge-count {
	position: absolute !important;
	top: -6px !important;
	right: -6px !important;
	background: #dc3545 !important;
	color: white !important;
	border-radius: 50% !important;
	min-width: 22px !important;
	height: 22px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 2px solid white !important;
	box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3) !important;
}

        

/* Maintenance Button */


        a.whatsapp-float.action-btn.maintenance-btn {
	position: relative !important;
	width: 44px !important;
	height: 44px !important;
	background: #0066ff !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: white !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 2px 6px rgba(0, 102, 255, 0.2) !important;
	cursor: pointer !important;
}

a.whatsapp-float.action-btn.maintenance-btn:hover {
	background: #0052cc !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(0, 102, 255, 0.25) !important;
}

.whatsapp-float-content {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.whatsapp-float-content i {
	font-size: 18px !important;
}

.whatsapp-text {
	display: none !important;
}

        

/* Call Button */


        a.call-float.action-btn.call-btn {
	position: relative !important;
	width: 44px !important;
	height: 44px !important;
	background: #25d366 !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: white !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
	box-shadow: 0 2px 6px rgba(37, 211, 102, 0.2) !important;
	cursor: pointer !important;
}

a.call-float.action-btn.call-btn:hover {
	background: #1fb855 !important;
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25) !important;
}

.call-float-content {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.call-float-content i {
	font-size: 18px !important;
}

.call-text {
	display: none !important;
}
.logo{
    margin-top: -0.5%;
    margin-left: -30%;
}     

/* Scrollbar */


        #suggestionsList.suggestions-list::-webkit-scrollbar {
	width: 6px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}

#suggestionsList.suggestions-list::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

        

/* Responsive Design */


        @media (max-width: 768px) {

.fs-4.fw-bold.d-flex.align-items-center.icom {
	margin: 0%;
	gap: 13px;
}

.d-flex.justify-content-between.align-items-center {
	gap: 12px;
}


.input-group.w-50.search-container {
	order: 3;
	width: 100% !important;
	max-width: 100%;
}

a.cart-float.action-btn.cart-btn,
            a.whatsapp-float.action-btn.maintenance-btn,
            a.call-float.action-btn.call-btn {
	width: 40px !important;
	height: 40px !important;
}

span.cart-count.badge-count {
	min-width: 20px !important;
	height: 20px !important;
	font-size: 10px !important;
}
.logo{
    margin-left: 0%;

}

        }





.buy-now-btn {
	align-self: center;
	background-color: gold;
	color: black;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
	margin-top: 1%;
	z-index: 1;
}




        .comments-section {
            max-width: 90%;
            margin: 3% auto;
            padding: 30px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            border: 2px solid #0d6efd;
        }

        .comments-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e5e7eb;
        }

        .comments-header h2 {
            font-size: 28px;
            color: #1f2937;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .comments-count {
            background: #0d6efd;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
        }

        .rating-summary {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f8fafc;
            padding: 10px 20px;
            border-radius: 8px;
        }

        .average-rating {
            font-size: 24px;
            font-weight: 700;
            color: #0d6efd;
        }

        .stars-display {
            display: flex;
            gap: 3px;
        }

        .stars-display i {
            color: #fbbf24;
            font-size: 18px;
        }

        /* Comment Form */
        .comment-form {
            background: #f8fafc;
            padding: 25px;
            border-radius: 10px;
            margin-bottom: 30px;
            border: 1px solid #e5e7eb;
        }

        .comment-form h3 {
            margin: 0 0 20px 0;
            color: #1f2937;
            font-size: 20px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            color: #374151;
            font-weight: 600;
            font-size: 14px;
        }

        .rating-input {
            display: flex;
            gap: 8px;
            flex-direction: row-reverse;
            justify-content: flex-end;
            font-size: 32px;
        }

        .rating-input input {
            display: none;
        }

        .rating-input label {
            cursor: pointer;
            color: #d1d5db;
            transition: color 0.2s;
        }

        .rating-input label:hover,
        .rating-input label:hover ~ label,
        .rating-input input:checked ~ label {
            color: #fbbf24;
        }

        .comment-textarea {
            width: 100%;
            min-height: 120px;
            padding: 12px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 15px;
            font-family: inherit;
            resize: vertical;
            transition: border-color 0.2s;
        }

        .comment-textarea:focus {
            outline: none;
            border-color: #0d6efd;
            box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
        }

        .submit-comment-btn {
            background: linear-gradient(135deg, #1d64ff 10%, #21f32c 90%);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .submit-comment-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
        }

        .submit-comment-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
            transform: none;
        }

        .login-required-message {
            background: #fef3c7;
            border: 1px solid #fbbf24;
            color: #92400e;
            padding: 15px 20px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
        }

        .login-required-message i {
            font-size: 24px;
            color: #f59e0b;
        }

        .login-required-message a {
            color: #0d6efd;
            font-weight: 600;
            text-decoration: none;
        }

        .login-required-message a:hover {
            text-decoration: underline;
        }

        /* Comments List */
        .comments-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .comment-item {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 10px;
            padding: 20px;
            transition: box-shadow 0.2s;
        }

        .comment-item:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .comment-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 12px;
        }

        .comment-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .author-avatar {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
        }

        .author-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .author-name {
            font-weight: 600;
            color: #1f2937;
            font-size: 16px;
        }

        .comment-date {
            font-size: 13px;
            color: #6b7280;
        }

        .comment-rating {
            display: flex;
            gap: 3px;
        }

        .comment-rating i {
            color: #fbbf24;
            font-size: 14px;
        }

        .comment-text {
            color: #374151;
            line-height: 1.6;
            font-size: 15px;
            margin-top: 10px;
        }

        .comment-actions {
            margin-top: 12px;
            display: flex;
            gap: 10px;
        }

        .delete-comment-btn {
            background: transparent;
            color: #ef4444;
            border: 1px solid #ef4444;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .delete-comment-btn:hover {
            background: #ef4444;
            color: white;
        }

        .no-comments {
            text-align: center;
            padding: 40px;
            color: #6b7280;
            font-size: 16px;
        }

        .no-comments i {
            font-size: 48px;
            color: #d1d5db;
            margin-bottom: 15px;
        }

        .alert {
            padding: 12px 16px;
            border-radius: 8px;
            margin-bottom: 20px;
            display: none;
            animation: slideDown 0.3s;
        }

        .alert-success {
            background: #d1fae5;
            color: #065f46;
            border: 1px solid #a7f3d0;
        }

        .alert-error {
            background: #fee2e2;
            color: #991b1b;
            border: 1px solid #fecaca;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .comments-section {
                padding: 20px;
            }

            .comments-header {
                flex-direction: column;
                gap: 15px;
                align-items: flex-start;
            }

            .comment-form {
                padding: 20px;
            }

            .rating-input {
                font-size: 28px;
            }

            .comment-header {
                flex-direction: column;
                gap: 10px;
            }
        }

















/* Promotions Sidebar */
.promotions-sidebar {
    position: fixed;
    right: 30px;
    top: 80px;
    width: 280px;
    height: calc(100vh - 140px);
    background: #ffffff;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    padding: 0% !important;
}

.promo-toggle-btn {
    position: absolute;
    right: -50px;
    top: 20px;
    width: 50px;
    height: 120px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 2px 0 10px rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.promo-toggle-btn:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    box-shadow: 2px 0 15px rgba(255, 107, 53, 0.5);
    transform: translateX(5px);
}

.promo-toggle-btn i {
    font-size: 24px;
    animation: wiggle 2s infinite;
}

@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

.promo-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.promo-header h3 {
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-header i {
    animation: pulse 2s infinite;
}

.promo-close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.promo-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(180deg);
}

.promo-items {
    flex: 1;
    overflow-y: auto;
	overflow-x: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.promo-items::-webkit-scrollbar {
    width: 6px;
}

.promo-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.promo-items::-webkit-scrollbar-thumb {
    background: #ff6b35;
    border-radius: 3px;
}

.promo-item {
    background: white;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}

.promo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: left 0.5s;
}

.promo-item:hover::before {
    left: 100%;
}

.promo-item:hover {
    border-color: #ff6b35;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2);
    transform: translateY(-3px);
}

.promo-item-img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #f8f9fa;
}

.promo-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: 40px;
}

.promo-item-price {
    display: flex;
    align-items: center;
    justify-content:center ;
}

.promo-price-new {
    font-size: 22px;
    font-weight: 700;
    color: #ff6b35;
}

.promo-price-old {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.promo-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff6b35;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(255, 107, 53, 0.3);
}

.promo-item-btn {
    width: 100%;
    padding: 8px;
    background: linear-gradient(135deg, #1d64ff 10%, #21f32c 90%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.promo-item-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

/* Skeleton Loading */
.promo-item-skeleton {
    background: white;
    border-radius: 10px;
    padding: 12px;
    animation: pulse 1.5s infinite;
}

.skeleton-img {
    width: 100%;
    height: 150px;
    background: #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
}

.skeleton-text {
    height: 40px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
}

.skeleton-price {
    height: 24px;
    width: 60%;
    background: #e0e0e0;
    border-radius: 4px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .promotions-sidebar {
        width: 200px;
        right: 10px;
        top: 80px;
        height: calc(100vh - 100px);
    }
    
    .promo-toggle-btn {
        right: -45px;
        width: 45px;
        height: 100px;
        font-size: 12px;
    }
    
    .promo-toggle-btn i {
        font-size: 20px;
    }
}


.promotions-sidebar {
    position: fixed;
    right: max(20px, calc((100vw - 1900px) / 2 + 20px)) !IMPORTANT;
    bottom: 0;
	top: 90%;
    width: 280px;
    background: #ffffff;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: flex;
    flex-direction: column;
    border-radius: 12px 12px 0 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(calc(100% - 60px));
	    max-height: 9vh;
	        opacity: 0;
    /* Animate after 3s */
    animation: promoShow 0.5s ease-out 3s forwards;

}

@keyframes promoShow {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.promotions-sidebar.open {
    transform: translateY(0); /* Slide up to show full content */
	    max-height: 85vh;
		top: 18%;
}

.promo-toggle-btn {
    height: 60px;
    width: 100%;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0 -2px 10px rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0; /* Prevent button from shrinking */
}

.promo-toggle-btn:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    box-shadow: 0 -2px 15px rgba(255, 107, 53, 0.5);
    transform: translateY(-2px);
}

.promo-toggle-btn i {
    font-size: 24px;
    animation: wiggle 2s infinite;
}

/* Mobile Responsive - REPLACE THE ENTIRE @media SECTION */
@media (max-width: 768px) {
    .promotions-sidebar {
        margin-right:-4% ;
        width: 60vw;
        max-width: 350px;
    }
    .promotions-sidebar.open {
	    width: 60vw;
		top: 14%;
    }
    
    .promo-toggle-btn {
        font-size: 14px;
    }
    
    .promo-toggle-btn i {
        font-size: 20px;
    }
}

.announcement-bar {
    background: linear-gradient(135deg, rgb(255, 166, 61) 0%, rgb(255, 122, 0) 100%);
    color: white;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    animation: slideDown 0.5s ease-out;
}



.announcement-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.announcement-text {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.announcement-icon {
    font-size: 24px;
    animation: bounce 2s infinite;
}

.text-fr, .text-ar {
    display: inline-block;
    padding: 0 10px;
}

.text-ar {
    font-family: 'Arial', sans-serif;
    direction: rtl;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.announcement-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.announcement-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .announcement-bar {
        padding: 10px 15px;
    }
    
    .announcement-text {
        font-size: 10px;
        gap: 0px;
        flex-direction: column;
    }
    
    .announcement-icon {
        font-size: 20px;
    }
    
    .text-ar {
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 8px;
        margin-top: 5px;
    }
    
    .announcement-close {
        width: 28px;
        height: 28px;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 480px) {
    .announcement-text {
        font-size: 10px;
    }
}


.footer {
            background: #000;
            color: #fff;
            margin-top: auto;
        }

        .footer-top {
            background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
            padding: 4rem 2rem;
            border-top: 3px solid #007bff;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.2fr;
            gap: 3rem;
        }

        /* Column 1: About */
        .footer-column h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #007bff;
            position: relative;
            padding-bottom: 0.8rem;
        }

        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: #007bff;
        }
		.footer-column ul {
			padding-left: 1rem !important;
		}

        .footer-about p {
            color: #b0b0b0;
            line-height: 1.8;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
        }

        .brand-info {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .brand-logo {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #007bff, #0056b3);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            font-weight: 900;
            color: black;
        }

        .brand-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: #fff;
        }

        /* Column 2: Services */
        .footer-services ul {
            list-style: none;
        }

        .footer-services li {
            margin-bottom: 1rem;
            padding-left: 1.5rem;
            position: relative;
            color: #b0b0b0;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .footer-services li::before {
            content: '\f105';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #007bff;
        }

        .footer-services li:hover {
            color: #007bff;
            padding-left: 2rem;
        }

        /* Column 3: Liens Rapides */
        .footer-links ul {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 1rem;
        }

        .footer-links a {
            color: #b0b0b0;
            text-decoration: none;
            font-size: 0.95rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .footer-links a i {
            color: #007bff;
            font-size: 0.8rem;
        }

        .footer-links a:hover {
            color: #007bff;
            padding-left: 0.5rem;
        }

        /* Column 4: Contact */
        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .contact-icon {
            width: 40px;
            height: 40px;
            background: rgba(0, 123, 255, 0.1);
            border: 1px solid rgba(0, 123, 255, 0.3);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-icon i {
            color: #007bff;
            font-size: 1.1rem;
        }

        .contact-details {
            flex: 1;
        }

        .contact-label {
            font-size: 0.8rem;
            color: #007bff !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.3rem;
            display: block;
        }

        .contact-value {
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
        }

        .contact-value a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-value a:hover {
            color: #007bff;
        }

        .social-links {
            display: flex;
            gap: 0.8rem;
            margin-top: 1rem;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: #007bff;
            border-color: #007bff;
            transform: translateY(-3px);
        }

        /* Footer Middle - Map */
        .footer-middle {
            background: #0a0a0a;
            padding: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-map {
            width: 100%;
            height: 300px;
            position: relative;
            overflow: hidden;
        }

        .footer-map iframe {
            width: 100%;
            height: 100%;
            border: none;
            transition: filter 0.3s ease;
        }

        .map-overlay {
            position: absolute;
            top: 2rem;
            left: 2rem;
            background: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(10px);
            padding: 1.5rem 2rem;
            border-radius: 12px;
            border: 1px solid rgba(0, 123, 255, 0.3);
            z-index: 10;
        }

        .map-overlay h4 {
            color: #007bff;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .map-overlay p {
            color: #fff;
            font-size: 0.9rem;
            margin: 0;
        }

        /* Footer Bottom */
        .footer-bottom {
            background: #000;
            padding: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .footer-bottom-content {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .copyright {
            color: #666;
            font-size: 0.9rem;
        }

        .copyright a {
            color: #007bff;
            text-decoration: none;
            font-weight: 600;
        }

        .footer-legal {
            display: flex;
            gap: 2rem;
        }

        .footer-legal a {
            color: #888;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-legal a:hover {
            color: #007bff;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .footer-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .footer-top {
                padding: 3rem 1.5rem;
            }

            .footer-container {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }

            .map-overlay {
                position: static;
                margin: 1rem;
            }

            .footer-map {
                height: 250px;
            }

            .footer-bottom-content {
                flex-direction: column;
                text-align: center;
            }

            .footer-legal {
                flex-direction: column;
                gap: 1rem;
            }
        }

        /* WhatsApp Float Button */
.whatsapp-product-float {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.whatsapp-product-float .wa-btn {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.45);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: waPulse 2.5s infinite;
}

.whatsapp-product-float .wa-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.6);
}

.whatsapp-product-float .wa-btn i {
    font-size: 50px;
    color: white;
}

.whatsapp-product-float .wa-tooltip {
    background: #075e54;
    color: white;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    position: relative;
    display: none;
    animation: fadeInLeft 0.3s ease;
    font-family: Arial, sans-serif;
    direction: rtl;
}

.whatsapp-product-float .wa-tooltip::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #075e54;
}

.whatsapp-product-float.show-tip .wa-tooltip {
    display: block;
}

@keyframes waPulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    70%  { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0); }
}
@media (min-width: 769px) and (max-width: 1080px) {
    .logo{
        margin-left: 0% !important ;
    }
}

