/** Shopify CDN: Minification failed

Line 301:23 The "+" operator only works if there is whitespace on both sides

**/
/**
 * Trade-In
 * PDP
 * Learn More Modal
 * Trade-In Modal
 * Trade-In Cart
 **/

/**
 * PDP
 **/
.trade-in .trade-in__pdp .trade-in__learn-more-trigger {
  font-family: var(--font-body-family);
  cursor: pointer;
  font-size: 14px;
  color: #0071e3;
  font-weight: 600;
}

.trade-in .trade-in__pdp .product-form__input--trade-in {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  margin-top: 12px;
}

.trade-in .trade-in__pdp .product-form__input input[type="radio"]+label {
  margin-bottom: 12px;
}

.trade-in .trade-in__pdp .product-form__input--trade-in legend {
  height: 0px;
  visibility: hidden;
}

.trade-in .trade-in__pdp-description {
  font-size: 16px;
  line-height: 20px;
}

.trade-in .trade-in__pdp-success {
  font-size: 15px;
}

.trade-in .trade-in__pdp-success svg,
.trade-in__cart-success svg {
  height: 16px;
  top: 2px;
  position: relative;
}

/**
 * Learn More Modal
 **/
.trade-in__learn-more-modal-content {
  text-align: left;
}

.trade-in__learn-more-modal-content .title {
  font-size: 32px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0px;
}

.trade-in__learn-more-modal-content .content {
  margin-top: 16px;
  color: #000000;
}

.trade-in__learn-more-modal-content .actions {
  display: flex;
  flex-flow: row nowrap;
  gap: 32px;
  margin-top: 32px;
}

.trade-in__learn-more-modal-content .content ol {
  margin-left: 23px;
}

.trade-in__learn-more-modal-content .content h3 {
  margin: 30px 0 15px;
}

.trade-in__learn-more-modal-content .disclaimer {
  border-top: 1px solid #D0D0D0;
  padding-top: 12px;
  margin-top: 32px;
  font-size: 11px;
  line-height: 16px;
  color: #000;
}

.trade-in__learn-more-modal-content .disclaimer p {
  margin-bottom: 10px;
}

.select-spinner {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  border-top: 2px solid #0071e3 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: select-spin 1s linear infinite;
  background: none !important;
  color: transparent !important;
  padding: 0 !important;
  margin: 14px !important;
}
.button-spinner {
  color: transparent;
  position: relative;
}

.button-spinner:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: select-spin 1s ease infinite;
}

@keyframes select-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**
 * Trade-In Modal
 **/
.trade-in__modal-content {
  text-align: left;
  color: #000000;
}

.trade-in__modal-content .add-to-product,
.trade-in__modal-content .add-cart-trade-in {
  margin-top: 48px;
}

.trade-in__modal-content .description {
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.002px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.trade-in__modal-content .radio:not(:last-child) {
  margin-bottom: 12px;
}

.trade-in__modal-content .radio input {
  font-size: 16px;
  line-height: 20px;
}

.trade-in__modal-content .radio-options-label {
  font-size: 20px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin-top: 32px;
  margin-bottom: 8px;
}

.trade-in__modal-content .trade-in__modal-radio-options-details li {
  font-size: 16px;
  line-height: 20px;
}

.trade-in__modal-content .trade-in__modal-content-select {
  border: 1.2px solid #D9D9D9;
  border-radius: 4px;
  padding-right: 16px;
  margin-top: 12px;
}

.trade-in__modal-content .select {
  border: none;
  border-radius: none;
  padding: 0;
  margin: 0;
  appearance: none;
  background-image: url(/down_arrow.gif);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}

.trade-in__modal-content .select-label {
  font-size: 20px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}

.trade-in__modal-content-text {
  margin-top: 20px;
}

.trade-in__modal-content-text span {
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.trade-in__modal-content .title {
  font-size: 32px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
}

.trade-in__modal-content .trade-in__modal-radio-options-details {
  position: relative;
  left: 25px;
}

.trade-in__modal-content .value-description {
  color: #595959;
}

.trade-in__modal-content .value-title {
  font-size: 20px;
  font-family: var(--font-body-family);
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: #000000;
  margin-top: 32px;
  margin-bottom: 10px;
}

.trade-in__modal-content .disclaimer {
  border-top: 1px solid #D0D0D0;
  padding-top: 12px;
  margin-top: 32px;
  font-size: 11px;
  line-height: 16px;
  color: #000;
}

.trade-in__modal-content .disclaimer p {
  margin-bottom: 10px;
}

/* Added by Ematic */
.trade-in__modal-content .quoted-price {
  font-size: 4.8rem;
  font-weight: 600;
}
.trade-in__modal-content small {
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}
.trade-in__modal-content .summary {
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.002px;
  margin-top: 16px;
  letter-spacing: -.4px;
}
.trade-in__modal-content input[type=text] {
  -webkit-appearance: none;
  appearance: none;
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  border-radius: var(--variant-pills-radius);
  font-size: 1.6rem;
  line-height: 20px;
  padding: 1.5rem;
  margin-top: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width)* 2);
  min-width: calc(7rem +(var(--inputs-border-width)* 2));
  position: relative;
}
.trade-in__modal-content input[type=text]:focus-visible {
  outline: .2rem solid #0071e3;
  outline-offset: 0;
  box-shadow: none;
  border: none;
}

.trade-in__modal-form-step,
#personalDetailsForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trade-in__modal-form-step ol {
  margin-left: 23px;
}
.trade-in__modal-form-step ol > li:marker {
  font-size: 16px;
  font-weight: var(--font-heading-weight);
}
.trade-in__modal-form-step h4 {
  font-size: 16px;
}

.trade-in__modal-form-button {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

.trade-in__modal-options {
  display: grid;
  column-gap: 16px;
  margin-top: 20px !important;
}
.trade-in__modal-options input[type=radio],
.trade-in__modal-options input[type=checkbox] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.trade-in__modal-options input[type=radio]+label,
.trade-in__modal-options input[type=checkbox]+label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  border-radius: var(--variant-pills-radius);
  display: inline-block;
  margin: 0 .5rem 1.6rem 0;
  padding: 15px 20px;
  font-size: 16px;
  letter-spacing: .1rem;
  line-height: 20px;
  text-align: left;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}
.trade-in__modal-options input[type=radio]+label,
.trade-in__modal-options input[type=checkbox]+label {
  display: grid;
  font-family: var(--font-body-family);
  font-weight: 500;
  letter-spacing: -.02em;
  height: auto;
}
.trade-in__modal-options input[type=radio]:checked+label,
.trade-in__modal-options input[type=checkbox]:checked+label {
  color: #000;
  font-weight: 500;
  border: 2px solid #0071E3;
  line-height: 20px;
  font-family: var(--font-body-family);
}
.trade-in__modal-options input[type=radio]+label:hover,
.trade-in__modal-options input[type=checkbox]+label:hover{
  border-color: #0071e3;
}
.trade-in__modal-options label[for=lcd_screen-7] {
  padding: 5px 10px !important;
}
.trade-in__modal-options input[type="checkbox"]:disabled+label {
  color: rgba(var(--color-foreground),.6);
  background: #f7f7f7b3;
  border: 1px dashed #4a4c4c;
  border-radius: 8px;
  cursor: not-allowed !important;
}
.trade-in__modal-content input[type=text]:disabled {
  color: rgba(var(--color-foreground),.6);
  background: #f7f7f7;
}

.pickup-dropoff .trade-in__modal-options {
  grid-template-columns: repeat(2, 1fr);
}
.pickup-dropoff .trade-in__modal-options input[type=radio]+label {
  height: 99px;
  text-align: center;
  gap: 10px;
  align-content: center;
}

@media only screen and (min-width: 1100px) {
  .single-choice .trade-in__modal-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .multiple-choice .trade-in__modal-options {
    max-width: 66%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .trade-in__modal-options input[type=radio]+label,
  .trade-in__modal-options input[type=checkbox]+label {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .trade-in__modal-options input[type=radio]+label, 
  .trade-in__modal-options input[type=checkbox]+label {
    margin: 0;
    font-size: 14px;
  }

  .trade-in__modal-content small {
    line-height: 16px;
  }

  .trade-in__modal-options {
    row-gap: 16px;
    margin-bottom: 20px;
  }
}
/* End of Added by Ematic */

/**
 * Trade-In Cart
 **/
.trade-in__card-property {
  font-family: var(--font-body-family);
  font-weight: 600;
  color: #333333;
}

.trade-in__card-value {
  font-weight: 400;
  color: #333333;
}

.trade-in__card-title {
  font-size: 14px;
  line-height: 16px !important;
  margin-bottom: 0 !important;
}

.trade-in__card-information {
  color: #333333 !important;
  font-size: 14px !important;
  letter-spacing: normal;
  font-weight: 400 !important;
  line-height: 16.71px !important;
  padding: 8px 0;
  margin: 0 !important;
}

.trade-in__card-item-quantity-change {
  padding: 8px;
}

.trade-in__show-desktop .trade-in__spacer {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-style: none solid solid none;
  border: solid 1px #F2F2F2;
  border-left: none;
}

.trade-in__show-desktop {
  background: #f7f7f7;
  margin-bottom: 40px;
}

.trade-in__show-desktop td {
  padding-top: 0 !important;
}

.trade-in__show-desktop td:first-child,
td:nth-child(2) {
  background: white;
}

.trade-in__show-desktop .apple-care-price-box-n {
  text-align: right;
  vertical-align: middle;
  padding-right: 8px;
}

.trade-in__card-products-on-cart {
  border-radius: 8px;
  padding: 23px;
}

.trade-in__card-products-on-cart .four-not-added .care-btn {
  font-family: var(--font-body-family);
  width: auto !important;
  font-weight: 500 !important;
}

.trade-in__card-products-on-cart .four-not-added .care-btn i {
  display: none;
}

.trade-in__card-products-on-cart.applecare-products-on-cart .trade-in__card-trigger {
  font-weight: 600 !important;
  min-height: auto !important;
}

.trade-in__modal-trigger-secondary:not([href]) {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .trade-in .trade-in__pdp .product-form__input--trade-in {
    gap: 16px;
  }

  .trade-in .trade-in__pdp .product-form__input--trade-in label {
    justify-content: center;
  }

  .trade-in__show-desktop {
    display: none;
  }

  .trade-in__show-mobile .applecare-products-on-cart {
    grid-auto-rows: auto;
    gap: 0px;
  }

  .trade-in__show-mobile .trade-in__card-item-title {
    margin-bottom: 0px;
  }

  .trade-in__card-products-on-cart .four-not-added .seedkit-component-standalone {
    width: 100%;
  }

  .trade-in__card-products-on-cart .four-not-added .btn {
    width: 100%;
    margin-bottom: 0px;
  }

  .trade-in__learn-more-modal-content .actions {
    display: flex;
    flex-flow: column wrap;
    gap: 12px;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
  }

  .trade-in__learn-more-modal-content .actions .ac-modal-trigger {
    justify-content: center;
  }

  .trade-in__learn-more-modal-content .seedkit-component-standalone:not(.modal) {
    width: 100%;
  }

  .trade-in__card-products-on-cart .four-not-added .care-btn {
    width: 100% !important;
  }
}

@media screen and (max-width: 1023px) {
  .spacer {
    display: none;
  }
}