/** Shopify CDN: Minification failed

Line 137:0 Unexpected "}"

**/
.did-know__bg img {
	width: 100%;
	max-width: 100%;
	display: block;
}
@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
  .did-know__bg img {
   transform: scale(1.01);
  }
}
.did-know__bg {
	position: relative;
	  transform: translateZ(0);
  -webkit-transform: translateZ(0);
   overflow: hidden;
   z-index: 9;
}

.comman-title {
	text-align: center;
	margin-bottom: 30px;
}

.did-know .comman-title p {
	color: #000;
	max-width: 954px;
	margin: 0 auto;
	color:#0028C7;
	font-weight:600;
}

.did-know {
	background: url(/cdn/shop/files/bg-Did-You-Know.svg?v=1756983100) no-repeat center / cover;
	padding-bottom:0;
}

.did-know .comman-title h2 {
	color: #000;
	background: initial;
	-webkit-text-fill-color: #000;
}

.did-know-wrap {
	display: grid;
	position: relative;
	justify-content: center;
	align-items: center;
}

.did-know-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	left: -20px;
	top: 80px;
}

.did-know-middle {
	display: flex;
	flex-direction: column;
	background: url(/cdn/shop/files/3_Cans_3.webp?v=1762145639) no-repeat center / cover;
	width: 864px;
	height: 500px;
    margin: 0 auto;
    text-align: center;
    background-position: top;
}

.did-know-right {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: -20px;
	top: 80px;
	gap: 20px;
}

.did-know-right .did-know-box img {
	margin-right: auto;
	margin-left: 0;
}

.did-know-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.did-know-box img {
	width: 198px;
	margin-left: auto;
}

.did-know-box-wrap {
	display: flex;
	gap: 20px;
	justify-content: end;
}

.did-know-box-wrap img {
	width: 100%;
	max-width: 100%;
}
.did-know__bg{margin-bottom:-76px;}
@media (max-width: 1500px) {
	.did-know-middle {
		width: 784px;
		height: 510px;
	}

	.did-know-right {
		right: 0;
	}

	.did-know-left {
		left: 0;
	}
	.did-know__bg {
    height: 69px;
    bottom: -63px;
}
.did-know__bg{margin-bottom:0px;}
}

@media (max-width: 1400px) {
	.did-know-box img {
		width: 150px;
	}
	
}
}

@media (max-width: 1100px) {
	.did-know-middle {
		width: 544px;
		height: 400px;
	}

	.did-know-box img {
		width: 140px;
	}

	.did-know-right {
		order: 3;
		position: initial;
	}

	.did-know-middle {
		order: 1;
	}

	.did-know-left {
		order: 2;
		position: initial;
	}

	.did-know-left,
	.did-know-box,
	.did-know-right {
		flex-direction: initial;
		justify-content: center;
	}

	.did-know-wrap {
		gap: 20px;
	}

	.did-know {
		padding-bottom: 80px;
	}
		.did-know-middle {
		width: 100%;
	}
	
}

@media (max-width: 1024px) {
	.did-know__bg{bottom: -69px;height: 50px;}
	.did-know {
		padding-bottom: 20px;
	}
	.did-know-box img{width:100px;}
	
}
@media (max-width: 480px) {
	    .did-know__bg {
        bottom: -35px;
		    height: 19px;
    }
}