/* FONTS */
.typography-headline-standalone:lang(ar),
.typography-headline-reduced:lang(ar),
.typography-headline-reduced,
.typography-headline:lang(ar),
.modal .violator:lang(ar),
.section-tiles-grid .violator:lang(ar),
#ac-globalfooter .ac-gf-buystrip-info-title:lang(ar),
#ac-localnav .ac-ln-title a {
  font-family: "SF Pro AR Display", "SF Pro Gulf", "SF Pro Display",
    "SF Pro Icons", Helvetica Neue, Helvetica, Arial, sans-serif;
}

p,
.typography-body-semibold:lang(ar),
.violator-reduced:lang(ar),
.icon-copy:lang(ar),
#ac-globalfooter .ac-gf-buystrip-info-copy:lang(ar),
.ac-gf-buystrip-info-copy:lang(ar),
#ac-globalfooter a.ac-gf-block .ac-gf-block-link:lang(ar),
#ac-globalfooter .ac-gf-sosumi li:lang(ar),
#ac-globalfooter *,
#ac-globalfooter *:before,
#ac-globalfooter *:after,
#ac-localnav .ac-ln-menu-link {
  font-family: "SF Pro AR Text", "SF Pro Gulf", "SF Pro Display", "SF Pro Icons",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* END FONTS */

.selection-highlight {
  right: inherit;
  left: 0;
  width: 155px;
}
@media only screen and (max-width: 1068px) {
  .selection-highlight {
    width: 130px;
  }
}
@media only screen and (max-width: 734px) {
  .selection-highlight {
    width: 80px;
  }
}

.selection-highlight:before {
	right: -9px;
	left: unset;
}

.selection-highlight:after {
	left: -9px;
	right: unset;
}

.section-discover-more .shared-apple {
	margin-right: -6px;
	margin-left: auto;
}

.section-hero .subhead {
  line-height: 1.35;
}

@media only screen and (max-width: 734px) {
  .selection-highlight:before {
    right: -3px;
  }
  .selection-highlight:after {
    left: -3px;
  }
  .section-hero .subhead {
    max-width: 38ch;
  }
}

.modal-next-button .svg{
  transform: rotate(180deg);
}

.section-hero .subhead {
  margin-left: 0;
  margin-right: 78px;
}

@media only screen and (max-width: 734px) {
  .section-hero .subhead {
    margin-left: 45.5px;
    margin-right: 45.5px
  }
}

@media only screen and (min-width: 735px) {
  .section-hero .subhead {
    max-width: 38ch;
  }
}

.section-tiles-grid .grid-container .modal-trigger {
  left:0;
  right: auto;
}

.section-tiles-grid .section-content .hardwares {
  padding-right: 0px;
}

.card{
  padding:var(--tile-padding) var(--tile-padding)  var(--tile-padding) calc(var(--tile-padding) + 10px)
}

@media only screen and (max-width: 734px) {
  .typography-headline-reduced {
      line-height: 1.2428571429;
  }
  .text-content .card-subhead {
    line-height: 1.25;
  }
}