/*------------------------------------*\ 
   LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   END LOCAL SCREENS 
\*------------------------------------*/ 
 
 
 
 
 
 /*------------------------------------*\ 
   SNIPE FIXES 
\*------------------------------------*/ 
 
#plan-gallery button picture img {
   left: 50%;
  position: relative;
  transform: translateX(-50%);
}


/* MAC MINI */
/* ENCLOSURE */

.section-products .tile-enclosure .tile-copy {
	left: 237px;
}

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

@media only screen and (max-width:734px) {
	.section-products .tile-enclosure .tile-copy {
		top: 201px;
		left: 93px;
	}
}

/* SHIPPING */

.section-products .tile-shipping .tile-copy {
	inset:660px 0 0 296px;
}

@media only screen and (max-width: 1068px) {
	.section-products .tile-shipping .tile-copy {
		inset: 600px 0 0 267px;
	}
}
@media only screen and (max-width: 734px) {
	.section-products .tile-shipping .tile-copy {
		inset: 447px 0 0 179px;
	}
}

.overview-card-shipping-text {
	--p-width: 300px;
}
 
@media only screen and (max-width:1068px)and (max-width:1068px) {
	.overview-card-shipping-text {
		--p-width: 263px;
	}
}

@media only screen and (max-width:734px)and (max-width:734px) {
	.overview-card-shipping-text {
		--p-width: 157px;
	}
}

/* APPLE WATCH SERIES 10 */
/* CASE */

@media only screen and (max-width: 1068px) {
    .section-products .tile-case .tile-copy {
        top: 570px;
        left: 285px;
    }
}
@media only screen and (max-width: 734px) {
    .section-products .tile-case .tile-copy {
        top: 435px;
        left: 234px;
    }
}

/* PACKAGE AND SHIP */

@media only screen and (max-width: 734px) {
    .section-products .tile-packaging-shipping .tile-copy {
        inset: 453px 0 0 172px;
    }
}

/* IPHONE 16 */

.overview-card-iphone-text {
    --p-width: 380px;
    --p-height: 196px
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-card-iphone-text {
        --p-width: 300px;
        --p-height: 156px
    }
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-card-iphone-text {
        --p-width: 210px;
        --p-height: 106px
    }
}

/* RECOVERY */
/* FINEWOVEN */ 
 
 /*------------------------------------*\ 
   END SNIPE FIXES 
\*------------------------------------*/


/*------------------------------------*\ 
  LOCAL FIXES 
\*------------------------------------*/ 

@media only screen and (max-width: 734px) {
	.section-products .tile-enclosure .tile-media .overview-card-enclosure {
    	top: 12px;
	}	
}


/*------------------------------------*\ 
  END LOCAL FIXES 
\*------------------------------------*/