/* Local Overrides */

/* Apple Music Summer ribbon */
@media only screen and (max-width: 350px) {
	.ribbon-content.row .column.large-12.large-centered {
		margin: 0 15px;
	}
}

/* Tiger buttons */

@media only screen and (max-width: 330px) {
	#ac-localnav .ac-ln-action-button .ac-ln-button.custom-ac-ln {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (max-width: 330px) {
	.section-hero .hero-content-cta-wrapper .hero-cta.custom-button-music {
		--sk-button-padding-horizontal: 16px;
	}
}

/* Tiger ribbon */

@media only screen and (max-width: 834px) {
	.section-ribbon .custom-width {
		max-width: 363px;
	}
}
@media only screen and (max-width: 433px) {
	.section-ribbon .custom-width {
		max-width: 247px;
	}
}

/* hero offers */
@media only screen and (max-width: 1919px) and (min-width: 1069px) {
	.section-hero
		.offers-wrapper
		.offers-container
		.offer-item
		.custom-padding {
		padding-top: 36px;
	}
	.section-hero .offers-wrapper .offers-container .offer-item:nth-of-type(2) {
		padding-top: 36px;
	}
	.offers-container .offer-badge {
		top: 0;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 927px) {
	.section-hero
		.offers-wrapper
		.offers-container
		.offer-item
		.custom-padding {
		padding-top: 32px;
	}
	.section-hero .offers-wrapper .offers-container .offer-item:nth-of-type(2) {
		padding-top: 32px;
	}
	.offers-container .offer-badge {
		top: 0;
	}
}
@media only screen and (max-width: 941px) and (min-width: 927px) {
	.section-hero
		.offers-wrapper
		.offers-container.custom_padding
		.offer-item
		.custom-padding {
		padding-top: 64px;
	}
	.section-hero
		.offers-wrapper
		.offers-container.custom_padding
		.offer-item:nth-of-type(2) {
		padding-top: 64px;
	}
	.section-hero
		.offers-wrapper
		.offers-container.custom_padding
		.offer-item:nth-of-type(3) {
		padding-top: 32px;
	}
	.offers-container .offer-badge {
		top: 0;
	}
}

/* flex offer */
@media only screen and (max-width: 1919px) and (min-width: 1069px) {
	.section-hero
		.offers-wrapper
		.offers-container
		.offer-item.custom_offer-eyebrow:nth-of-type(2) {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 927px) {
	.section-hero
		.offers-wrapper
		.offers-container
		.offer-item.custom_offer-eyebrow:nth-of-type(2) {
		padding-top: 0px;
	}
}

/* Apple music links */
.desktop {
	display: inline-block;
}

.mobile {
	display: none !important;
}

.ac-ln-button.listen-link.mobile {
	display: none !important;
	visibility: hidden;
	position: absolute;
}

@media only screen and (max-width: 734px) {
	.mobile {
		display: inline-block !important;
	}

	.ac-ln-button.listen-link.mobile {
		display: inline-block !important;
		visibility: unset;
		position: unset;
	}

	.desktop {
		display: none !important;
	}

	.ac-ln-button.listen-link.desktop {
		display: none !important;
		visibility: hidden;
		position: absolute;
	}
}

.offer-middle {
	margin-top: 7px;
}

/* apple-music active offer - section-subscription-offers */
@media only screen and (min-width: 1069px) {
	.custom-offer-active {
		margin-bottom: 48px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.custom-offer-active {
		margin-bottom: 38px;
	}
}

/* subscription offer */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-subscription-offers .offers-container .button-music {
		min-width: 140px;
		min-height: 40px;
	}

	.section-subscription-offers .offer-item:nth-child(2) a {
		line-height: 40px;
		margin-top: 18px !important;
	}

	.section-subscription-offers .offer-item:nth-child(3) a,
	.section-subscription-offers
		.offer-item:nth-child(2)
		a[data-analytics-title="try it free - apple music 3 month trial"] {
		margin-top: 43px !important;
	}
}

@media only screen and (min-width: 1069px) {
	.custom-offer-active {
		margin-top: 0px;
		margin-bottom: 47px;
	}

	.section-subscription-offers .offer-item:nth-child(2) a {
		margin-top: 7px !important;
	}
}

/* subscription offer - 3 months offer */
@media only screen and (min-width: 1069px) {
	.section-subscription-offers
		.offers-container.customized-offers
		.offer-item:nth-child(3)
		.typography-offers-eyebrow {
		max-width: 250px;
	}

	.section-subscription-offers
		.offers-container.customized-offers
		.offer-item:nth-child(3)
		.offer-item-copy {
		min-width: 200px;
	}
}

/* Ribbon */
@media only screen and (max-width: 350px) {
	.ribbon-content {
		width: 295px;
	}
}

/* Apple One section */
@media only screen and (max-width: 422px) {
	.links-inline li:last-child {
		margin-left: 0;
		margin-top: 4px;
		display: block;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.links-inline li:last-child {
		margin-left: 0;
		margin-top: 4px;
		display: block;
	}
}

/* Apple One tile */
@media only screen and (max-width: 1068px) {
	.card-apple-one-offer .links-inline li {
		display: block;
		margin: 0 0em;
	}
}

@media only screen and (max-width: 1068px) {
	.card-apple-one-offer .links-inline li:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.card-apple-one-offer .links-inline li:last-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 440px) {
	.card-apple-one-offer .links-inline li {
		display: inline;
		margin: 0 0.4em;
	}
}

@media only screen and (max-width: 422px) {
	.card-apple-one-offer .links-inline li {
		display: block;
		margin: 0 0em;
	}
}

@media only screen and (max-width: 422px) {
	.card-apple-one-offer .links-inline li:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 422px) {
	.card-apple-one-offer .links-inline li:last-child {
		margin-right: 0;
	}
}

/* Compare */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-plans .columnheader-copy {
		font-size: 16px;
	}
}

/* Menu Button */
@media only screen and (max-width: 365px) {
	.ac-ln-menu .ac-ln-action-button .ac-ln-button {
		font-size: 10px !important;
		margin-top: 0 !important;
	}
}

/* Hero */
html .hero-lyrics-video {
	display: none;
}

/*Cards tile-music-live */
@media only screen and (max-width: 480px) {
	.section-cards .cards-container .tile-music-live .tile-headline {
		font-size: 43px;
	}
}

/*Cards tile-music-sing */
@media only screen and (min-width: 1069px) {
	.section-cards .cards-container .tile-music-sing .tile-content {
		padding-inline-end: 148px;
	}
}

@media only screen and (max-width: 350px) {
	.section-cards .cards-container .tile-music-live .tile-headline {
		font-size: 35px !important;
	}
}

@media only screen and (max-width: 350px) {
	.section-cards .cards-container .tile-headline {
		font-size: 42px !important;
	}
}
@media only screen and (min-width: 1069px) {
	.offers-container .offer-item.theme-dark .offer-item-copy {
		width: 106%;
	}

	.offers-container .offer-item.theme-dark:nth-child(1) .offer-item-copy {
		width: 113%;
	}
}

@media only screen and (min-width: 927px) and (max-width: 970px) {
	.offers-container .offer-item.theme-dark .offer-item-copy {
		width: 106%;
	}
}

@media only screen and (min-width: 927px) and (max-width: 1068px) {
	.offers-container .offer-item.theme-dark .offer-item-copy.alt {
		margin-top: 23px;
	}
}

/* width for animated text */
@media only screen and (max-width: 734px) {
	.section-cards .cards-container .tile-headline {
		width: 380px;
	}
}
@media only screen and (max-width: 430px) {
	.section-cards .cards-container .tile-headline {
		width: 300px;
	}
}

@media only screen and (max-width: 372px) {
	.section-cards .cards-container .tile-headline {
		width: 215px;
	}
}

/* Individual plan eyebrow */
.section-plans .typography-caption.custom-eyebrow {
	padding-bottom: 2.3px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: -0.01em;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background: linear-gradient(
			90deg,
			rgb(255, 77, 195) -10%,
			rgb(250, 35, 59) 10%,
			rgb(192, 0, 32) 80%,
			rgb(89, 25, 98) 120%
		)
		text rgb(0, 0, 0);
}

/*Local images*/

/*boc images*/

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="0"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_puropop_playlist__fb3mq8zlc96y_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="0"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_puropop_playlist__fb3mq8zlc96y_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="0"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_puropop_playlist__fb3mq8zlc96y_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="0"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_puropop_playlist__fb3mq8zlc96y_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="0"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_puropop_playlist__fb3mq8zlc96y_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="0"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_puropop_playlist__fb3mq8zlc96y_small_2x.jpg");
		width: 123px;
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="1"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_chill_playlist__cxohgb8l18om_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="1"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_chill_playlist__cxohgb8l18om_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="1"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_chill_playlist__cxohgb8l18om_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="1"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_chill_playlist__cxohgb8l18om_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="1"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_chill_playlist__cxohgb8l18om_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="1"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_chill_playlist__cxohgb8l18om_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="2"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_discoverystation_radio_station__cuxiwpgn7ymq_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="2"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_discoverystation_radio_station__cuxiwpgn7ymq_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="2"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_discoverystation_radio_station__cuxiwpgn7ymq_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="2"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_discoverystation_radio_station__cuxiwpgn7ymq_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="2"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_discoverystation_radio_station__cuxiwpgn7ymq_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="2"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_discoverystation_radio_station__cuxiwpgn7ymq_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="3"] {
	display: none;
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="4"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_getupmix_playlist__di7etz17f88y_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="4"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_getupmix_playlist__di7etz17f88y_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="4"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_getupmix_playlist__di7etz17f88y_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="4"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_getupmix_playlist__di7etz17f88y_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="4"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_getupmix_playlist__di7etz17f88y_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="4"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_getupmix_playlist__di7etz17f88y_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="5"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_elnuevoorden_playlist__furqwryhjq6i_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="5"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_elnuevoorden_playlist__furqwryhjq6i_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="5"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_elnuevoorden_playlist__furqwryhjq6i_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="5"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_elnuevoorden_playlist__furqwryhjq6i_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="5"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_elnuevoorden_playlist__furqwryhjq6i_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="5"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_elnuevoorden_playlist__furqwryhjq6i_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="6"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_laoficial_playlist__c99eq18dzqy6_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="6"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_laoficial_playlist__c99eq18dzqy6_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="6"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_laoficial_playlist__c99eq18dzqy6_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="6"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_laoficial_playlist__c99eq18dzqy6_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="6"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_laoficial_playlist__c99eq18dzqy6_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="6"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_laoficial_playlist__c99eq18dzqy6_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="7"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_daleduro_flowcase__ezxp1ro4f32a_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="7"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_daleduro_flowcase__ezxp1ro4f32a_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="7"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_daleduro_flowcase__ezxp1ro4f32a_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="7"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_daleduro_flowcase__ezxp1ro4f32a_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="7"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_daleduro_flowcase__ezxp1ro4f32a_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="7"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_daleduro_flowcase__ezxp1ro4f32a_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="8"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_unanocheenelsur_playlist__cgcxqdjmk76u_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="8"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_unanocheenelsur_playlist__cgcxqdjmk76u_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="8"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_unanocheenelsur_playlist__cgcxqdjmk76u_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="8"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_unanocheenelsur_playlist__cgcxqdjmk76u_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="8"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_unanocheenelsur_playlist__cgcxqdjmk76u_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="8"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_unanocheenelsur_playlist__cgcxqdjmk76u_small_2x.jpg");
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="9"] {
	background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_newmusicmix_playlist__dflpdjk55zsm_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="9"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_newmusicmix_playlist__dflpdjk55zsm_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="9"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_newmusicmix_playlist__dflpdjk55zsm_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="9"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_newmusicmix_playlist__dflpdjk55zsm_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="9"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_newmusicmix_playlist__dflpdjk55zsm_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards
		.cards-container
		.tile-music-discovery
		.tile-boc
		.marquee-item[data-i="9"] {
		background-image: url("/mx/apple-music/images/overview/discovery/boc/mu_newmusicmix_playlist__dflpdjk55zsm_small_2x.jpg");
		width: 123px;
	}
}

.section-cards
	.cards-container
	.tile-music-discovery
	.tile-boc
	.marquee-item[data-i="10"] {
	display: none;
}

/* Music discovery */

.section-cards .cards-container .tile-music-discovery {
	background-size: cover;
	background-image: url("/mx/apple-music/images/overview/discovery/static_fallback_discovery__cibzy835smuu_large.jpg");
}

@media (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.section-cards .cards-container .tile-music-discovery {
		background-size: cover;
		background-image: url("/mx/apple-music/images/overview/discovery/static_fallback_discovery__cibzy835smuu_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-cards .cards-container .tile-music-discovery {
		background-size: cover;
		background-image: url("/mx/apple-music/images/overview/discovery/static_fallback_discovery__cibzy835smuu_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-cards .cards-container .tile-music-discovery {
		background-size: cover;
		background-image: url("/mx/apple-music/images/overview/discovery/static_fallback_discovery__cibzy835smuu_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.section-cards .cards-container .tile-music-discovery {
		background-size: cover;
		background-image: url("/mx/apple-music/images/overview/discovery/static_fallback_discovery__cibzy835smuu_small.jpg");
	}
}

@media only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-cards .cards-container .tile-music-discovery {
		background-size: cover;
		background-image: url("/mx/apple-music/images/overview/discovery/static_fallback_discovery__cibzy835smuu_small_2x.jpg");
	}
}

/* Apple Music para estudiantes */

.section-offers .card-apple-tv-offer .card-copy {
	padding-top: 12px;
}

/* */
@media only screen and (max-width: 734px) {
	.section-devices .devices-apple .devices-item.device-carplay {
		flex-basis: 50%;
		max-width: 50%;
	}
}

/*discovery boc*/

@media screen and (min-width: 501px) and (max-width: 734px) {
	#content-toggle-music-discovery .tile-boc-copy {
		font-size: 15px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-cards .cards-container .tile-music-discovery .tile-boc {
		--image-width: 377px;
	}
}

@media only screen and (min-width: 1171px) {
	.section-cards .cards-container .tile-music-discovery .tile-boc {
		--image-width: 359px;
	}
}

@media only screen and (max-width: 734px) {
	.section-cards .cards-container .tile-listening-experience .tile-headline {
		max-width: 21rem;
	}
}

@media only screen and (max-width: 734px) {
	.section-cards .cards-container .tile-music-sing .tile-media {
		margin-top: 42px;
	}
}

@media only screen and (max-width: 424px) {
	.section-cards .cards-container .tile-music-sing .tile-media {
		margin-top: 90px;
	}
}

@media only screen and (max-width: 374px) {
	.section-cards .cards-container .tile-music-sing .tile-media {
		margin-top: 125px;
	}
}

/* section-get-started CTA */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-get-started .gallery .gallery-item .tile-cta {
		font-size: 15px;
	}
}

/* section-plans CTA */
@media only screen and (max-width: 1068px) {
	.section-plans #apple-one .tile-cta-container {
		flex-direction: column;
	}
}
