@media (max-width: 767px) {

	.footer-copyright__inner {
		flex-direction: column;
		align-items: center;
		max-width: 100%;
	}



	.footer-links__title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-links__title:after {
		position: relative;
		top: 0;
		content: '';
		display: inline-block;
		border-bottom: 2px solid var(--e-global-color-secondary);
		border-right: 2px solid var(--e-global-color-secondary);
		rotate: -45deg;
		transition: all 0.35s ease-in-out;
		width: 11px;
		height: 11px;
		margin-left: 8px;
	}

	.footer-links__title--active:after {
		rotate: 45deg;
	}
	.footer-reassurance__icon span {
		color: var(--Color-2, #FFF6EB);
		font-size: 19px;
		padding-top:20px;
		font-family: Jost;
	}
	.main-footer__reassurance{
		padding:15% 0;
		max-width: 90%;
		justify-self: center;
	}

}

@media (max-width: 1023px) {

	.main-footer__links-container {
		flex-direction: row;
		display: flex;
		place-content: space-between;
		border-top: solid 1px rgba(255, 255, 255, 0.2)
	}

}

@media (min-width: 768px) {

	.main-footer__links-container {
		display: flex;
		gap: calc(30px + (100 - 30) * ((100vw - 768px) / (1920 - 768)));
		place-content: end;
	}

	.footer-copyright__inner {
		justify-content: center;
		max-width: 50%;
	}

}

@media (min-width: 1024px) {

	.main-footer__container .main-footer__inner {
		display: grid;
		grid-template-columns: 45% auto;
		column-gap: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
		align-items: center;
		max-width: 50%;
		margin: auto;
	}
	.main-footer__container .main-footer__reassurance {
		column-gap: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
		align-items: center;
		max-width: 50%;
		margin: auto;
		padding: 3% 0px;
	}
	.footer-reassurance__item {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
		align-items: center;
		padding: 2rem 0;
	}
	.main-footer__info-container{
		border-right:1px solid #fff;
	}




}



/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.footer-reassurance__item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.footer-reassurance__item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}
	.main-footer__links-container {
		display: flex;
		gap: calc(30px + (100 - 30) * ((100vw - 768px) / (1920 - 768)));
		place-content: center;
	}
	.main-footer__info-container{
		justify-items:  center;
		width: 100%;
	}
	.main-footer__reassurance{
		padding:10% 0;
	}


}

@media (min-width: 1024px) and (max-width: 1025px) {



}


/*mobile and tablet*/
@media (max-width: 1024px) {

	.main-footer__info-container{
		padding-bottom: 100px;
	}
	.main-footer__container::after{
		display: none;
	}
	.floating-cart-button .cart-link {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		text-decoration: none;
		cursor: pointer;
	}
	.floating-cart-button .cart-count-badge {
		position: absolute;
		top: 5px;
		right: 5px;
		min-width: 15px;
		align-content: center;
		height: 20px;
		padding: 0 5px;
		background-color: #F28304;
		color: #ffffff;
		font-size: 11px;
		font-weight: 600;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
		pointer-events: none;
		transform: translate(50%, -50%);
	}

}


/*desktop*/
@media (min-width: 1025px) {


}

/*laptop 1 aka 150%*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.main-footer__container .main-footer__inner {
		display: grid;
		grid-template-columns: 45% auto;
		column-gap: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
		align-items: center;
		max-width: 70%;
		margin: auto;
	}
	.main-footer__container .main-footer__reassurance {
		column-gap: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
		align-items: center;
		max-width: 70%;
		margin: auto;
		padding: 3% 0px;
	}
	.footer-copyright__inner {
		justify-content: center;
		max-width: 70%;
	}
	.main-footer__container {
		color: var(--Color-2, #FFF6EB);
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 235.294% */
		background-size: cover;
	}
	.main-footer__container::after{
		width: 400.275px;
		height: 400.275px;

	}

}

/*laptop 2 aka 125%*/
@media (min-width: 1440px) and (max-width: 1700px) {

	.main-footer__container .main-footer__inner {
		display: grid;
		grid-template-columns: 45% auto;
		column-gap: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
		align-items: center;
		max-width: 70%;
		margin: auto;
	}
	.main-footer__container .main-footer__reassurance {
		column-gap: calc(20px + (100 - 20) * ((100vw - 320px) / (1920 - 320)));
		align-items: center;
		max-width: 70%;
		margin: auto;
		padding: 3% 0px;
	}
	.footer-copyright__inner {
		justify-content: center;
		max-width: 70%;
	}
	.main-footer__container {
		color: var(--Color-2, #FFF6EB);
		font-family: "Poppins", sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px; /* 235.294% */
		background-size: cover;
	}
	.main-footer__container::after{
		width: 500.275px;
		height: 500.275px;
	}

}

/*RESPONSIVE*/



