/*------------------------------------*\ 
  SNIPE FIXES 
\*------------------------------------*/

/*----- PLAN SNIPES ------*/

#plan-gallery button picture img {
  left: 50%;
 position: relative;
 transform: translateX(-50%);
}

.plan-gallery .plan-item-label-recovery {
	margin-left: calc(var(--plan-circle-width)*-0.40);
}

.overview-text-approach {
    --p-width: 128px;
}

.overview-text-progress {
    --p-width: 195px;
}

.overview-text-approach,.overview-text-progress {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-height: 24px;
}

@media only screen and (max-width:734px) {
	.overview-text-approach,.overview-text-progress {
    	--p-height: 21px;
	}
}

/* RECOVER */


/* DESIGN AND SOURCE */


/* MAKE */


/* PACKAGE AND SHIP */


/* USE */


/*--- END PLAN SNIPES ----*/


/*----- PRRODUCTS SNIPES ------*/

/* IPHONE AIR */

.overview-card-iphone-text {
    --p-width: 292px;
    --p-height: 162px
}

@media only screen and (max-width:1068px)and (max-width:1068px) {
    .overview-card-iphone-text {
        --p-width: 271px;
        --p-height: 150px
    }
}

@media only screen and (max-width:734px)and (max-width:734px) {
    .overview-card-iphone-text {
        --p-width: 188px;
        --p-height: 104px
    }
}


/* PACKAGING AND SHIPPING */

.overview-card-packaging-text {
    --p-width: 246px;
    --p-height: 110px
}

@media only screen and (max-width:1068px)and (max-width:1068px) {
    .overview-card-packaging-text {
        --p-width: 222px;
        --p-height: 99px
    }
}

@media only screen and (max-width:734px)and (max-width:734px) {
    .overview-card-packaging-text {
        --p-width: 157px;
        --p-height: 73px;
		margin-bottom: -10px
    }
}

.section-products .tile-packaging-shipping sup {
	left: -14px
}

@media only screen and (max-width: 1068px) {
	.section-products .tile-packaging-shipping sup {
		left: -12px
	}
}

@media only screen and (max-width: 734px) {
	.section-products .tile-packaging-shipping sup {
		left: -8px;
		top: 11px;
	}
}

.section-products .tile-packaging-shipping .lottie-arrow {
	left: 40px
}

@media only screen and (max-width: 1068px) {
	.section-products .tile-packaging-shipping .lottie-arrow {
		left: 44px
	}
}

@media only screen and (max-width: 734px) {
	.section-products .tile-packaging-shipping .lottie-arrow {
		left: 20px
	}
}


/* RECOVERY */

.overview-card-recover-text {
    --p-width: 266px;
    --p-height: 103px
}

@media only screen and (max-width:1068px)and (max-width:1068px) {
    .overview-card-recover-text {
        --p-width: 243px;
        --p-height: 93px
    }
}

@media only screen and (max-width:734px)and (max-width:734px) {
    .overview-card-recover-text {
        --p-width: 168px;
        --p-height: 66px
    }
}

@media only screen and (min-width: 1069px) {
	.section-products .tile-recovery .lottie-with-picture {
		top: 116px;
	}
}


/* SPORT LOOP */

.overview-card-watch-band-text {
    --p-width: 281px;
    --p-height: 141px
}

@media only screen and (max-width:1068px)and (max-width:1068px) {
    .overview-card-watch-band-text {
        --p-width: 254px;
        --p-height: 130px
    }
}

@media only screen and (max-width:734px)and (max-width:734px) {
    .overview-card-watch-band-text {
        --p-width: 183px;
        --p-height: 89px
    }
}


/* MAC MINI */

.overview-card-mac-mini-text {
    --p-width: 300px;
    --p-height: 97px;
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-card-mac-mini-text {
        --p-width: 226px;
        --p-height:80px
    }
}

.overview-card-mac-mini-illustration {
    --p-width: 319px;
    --p-height: 94px;
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-card-mac-mini-illustration {
        --p-width: 250px;
        --p-height:80px
    }
}


/* ENCLOSURE */

.overview-card-enclosure-text {
    --p-width: 264px;
    --p-height: 140px;
	margin-top: -30px
}

@media only screen and (max-width:1068px)and (max-width:1068px) {
    .overview-card-enclosure-text {
        --p-width: 244px;
        --p-height: 132px;
		margin-top: -25px
    }
}

@media only screen and (max-width:734px)and (max-width:734px) {
    .overview-card-enclosure-text {
        --p-width: 177px;
        --p-height: 94px;
		margin-left: -15px;
		margin-top: -18px;
    }
}

.section-products .tile-enclosure sup {
	left: 2px
}

@media only screen and (max-width: 1068px) {
	.section-products .tile-enclosure sup {
		left: 26px
	}
}

@media only screen and (max-width: 734px) {
	.section-products .tile-enclosure sup {
		left: 19px;
	}
}

/*--- END PRRODUCTS SNIPES ----*/


.overview-text-trade-in {
    --p-width: 427px;
    --p-height: 18px
}

@media only screen and (max-width:1068px)and (max-width:1068px) {
    .overview-text-trade-in {
        --p-width: 196px;
        --p-height: 41px
    }
}




/*------------------------------------*\ 
  END SNIPE FIXES 
\*------------------------------------*/
/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
/*------------------------------------*\ 
 LOCAL FIXES 
\*------------------------------------*/ 

.section-hero .hero-headline {
	max-width: 22ch;
}

@media only screen and (max-width:734px) {
	.section-hero .hero-headline {
		max-width: 12ch;
	}
}

.section-you h2.typography-headline-elevated-tight {
	line-height: 1.1;
}

@media only screen and (max-width:734px) {
    .plan-gallery .plan-item-label-make {
        margin-left: calc(var(--plan-circle-width)*0.325);
    }
}

@media only screen and (max-width:734px) {
    .progress-reports-link {
        max-width: 330px;
    }
}
/*------------------------------------*\ 
 END LOCAL FIXES 
\*------------------------------------*/