/* LOCAL OVERRIDES */

/* TRACKING PREVENTION */
@media only screen and (max-width: 734px) {
	.section-tracking-prevention
		.tile-featured-content
		.typography-password-copy {
		font-size: 33px;
	}
}
@media only screen and (max-width: 350px) {
	.section-tracking-prevention
		.tile-featured-content
		.typography-password-copy {
		font-size: 30px;
	}
}

/* Prevencion de rastreo Tile */
@media only screen and (max-width: 734px) {
	.section-tracking-prevention .tile-featured-content {
		padding: 190px var(--tile-padding);
	}
}

/* Apple Pay tile */

@media only screen and (max-width: 734px) {
	.section-security .section-shopping.section .tile-featured-content {
		padding: 200px 0;
	}
}

.section-security .section-shopping .wallet-icon {
	width: 100px;
}

/* section wallet modal */

@media only screen and (max-width: 734px) and (min-width: 320px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 411px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 402px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 375px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 354px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 130px;
	}
}

@media only screen and (max-width: 350px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 160px;
	}
}

@media only screen and (max-width: 343px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 190px;
	}
}

@media only screen and (max-width: 334px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 210px;
	}
}

@media only screen and (max-width: 322px) and (min-width: 321px) {
	.grid-item.grid-item-shopping .tile-modal {
		margin-bottom: 240px;
	}
}

/* section-security modal */

@media only screen and (max-width: 414px) {
	.section-security .grid-item .section-shopping {
		min-height: 0px;
	}
}

@media only screen and (max-width: 359px) {
	.section-security .grid-item .section-shopping {
		min-height: 0px;
	}
}

@media only screen and (max-width: 320px) {
	.section-security .grid-item .section-shopping {
		min-height: 0px;
	}
}

@media only screen and (max-width: 374px) {
	.section-privacy .grid-item .section-tracking-prevention {
		min-height: 640px;
	}
}
