.impekkable-container { display: flex; flex-direction: column; gap: 2.5em;padding-right: 260px; }
.category-group { display: flex; flex-direction: column; gap: 10px; }

.info {
	display: flex;
	flex: 2;
}
.flex-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 20px;
}
.catbox {
	background: #fff;
    padding: 20px;
}
.category-title {font-family:"avenirheavy";font-size:40px;color:#1A1A3D;}
.product-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; }
.product-item img {
    width: 152px;
    height: 64px !important;
    margin-right: 10px;
    object-fit: contain;
    object-position: left;
}
.product-item .title { 
	font-family:"avenirheavy", Sans-serif;
	font-size:24px;
	color:#1A1A3D;
	background: url(https://www.impekkable.com/wp-content/uploads/2025/09/Line-40.png);
    background-repeat: repeat-x;
    background-position: 55px 24px; }
.product-item .price {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A3D;
    flex: 0.5;
    background: #fff;
    padding: 0 0 0 8px;
    position: relative;
    top: -7px;
}
.qty-control { display: flex;width: 174px;}
.qty-control button {
    background: #001aff;
    color: #fff;
    border: none;
    width: 58px;
    height: 47px;
    border-radius: 5px;
}
.qty-control button:hover, .qty-control button:focus {
    background: #001aff;
}
.qty-control input[type=text] {
    width: 48px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #101026E5;
    font-weight: 700;
}
.impekkable-summary {
    border: 1px solid #1A1A3D;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    right: 6px;
    top: 200px;
    bottom: auto;
    padding-top: 12px;
    width: 315px;
	z-index: 10;
}
.summary-total {
    display: flex;
    justify-content: space-between;
	background: url(https://www.impekkable.com/wp-content/uploads/2025/09/Line-40.png);
    background-repeat: repeat-x;
    background-position: 55px 16px;
	margin-top: 20px;
}
.summary-line {
    display: flex;
    justify-content: space-between;
	background: url(https://www.impekkable.com/wp-content/uploads/2025/09/Line-40.png);
    background-repeat: repeat-x;
    background-position: 55px 16px;
}
.summary-total strong {background: #fff;padding: 0 8px 0 0;font-family:Helvetica;font-size:20px;font-weight:700;color:#1A1A3D;}
.impekkable-order { display: block; text-align: center; background: #001aff; color: #fff; padding: 10px; margin-top: 10px; border-radius: 16px; text-decoration: none;font-family:"avenirheavy", Sans-serif;font-size:24px; }
.impekkable-order:hover { color: #fff; }
.qty-control.zero button {
  background: #0000FF33;
  color:#1A1A3D;
}
.total-price {font-family:Helvetica;font-size:16px;font-weight:700;color:#5A597A;background: #fff;padding: 0 0 0 8px;}
.summary-line .produit {font-family:Helvetica;font-size:16px;font-weight:700;color:#5A597A;background: #fff;padding: 0 8px 0 0;}
.summary-line .prix-produit {font-family:Helvetica;font-size:16px;font-weight:700;color:#5A597A;background: #fff;padding: 0 0 0 8px;}
.bgti {
	background: #fff;
    padding: 10px 10px 0 0;
}
.summary-items {
	max-height: 33vh;
	overflow-y: scroll;
}
@media (max-width: 992px) {
	.impekkable-summary {
		bottom: 0;
		top: auto;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 2;
		border-radius: 20px 20px 0 0;
	}
	.impekkable-container {
		padding-right: 0;
	}
	.product-item .title {
		font-size: 15px;
		background-position: 55px 24px;
	}
	.product-item .price {
		font-size: 15px;
		top: 0;
	}
	.qty-control button {
		width: 30px;
		padding: 0;
		height: 30px;
	}
	.qty-control input[type=text] {
		width: 30px;
		font-size: 16px;
	}
	.qty-control {
		width: 104px;
	}
	.actions {
		margin-right: 0;
	}
	.category-title {
		font-size: 26px;
	}
	.product-item img {
		width: 40px;
		height: 64px !important;
		margin-right: 4px;
	}
	.flex-column {
		margin-left: 8px;
		align-self: center;
	}
	.catbox {
		padding: 10px;
	}
	.product-item {
		padding: 10px 0;
	}
	.desc {
		font-size: 13px;
	}
	.summary-line .produit {
		font-size: 16px;
	}
	.product-item .title {
		background:none;
	}
	.bgti {
		background: none;
		padding: 0;
	}
	.summary-items {
		max-height: 35vh;
	}
}

.summary-items::-webkit-scrollbar {
  width: 3px;
}

.summary-items::-webkit-scrollbar-track {
  background: transparent; /* correction ici */
  border-radius: 3px;
}

.summary-items::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.summary-items::-webkit-scrollbar-corner {
  background: transparent;
}

.summary-items::-webkit-scrollbar-thumb {
  background: #001aff; /* bleu */
  border-radius: 3px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

/* Firefox */
.summary-items {
  scrollbar-width: thin;
  scrollbar-color: #001aff transparent;
}
