.option {
    display: none;
    opacity: 0;
    transition: opcacity 150ms ease;
  }
  
  .selected-option {
    opacity: 1;
    display: block;
  }
  
  .c-pivot.custom>[role="tablist"],
  .c-pivot.custom {
    margin-top: 0 !important;
  }
  @media screen and (min-width: 768px) {
    .c-pivot.custom>ul[role="tablist"] {
      display: inline-flex;
    }
  }
  @media screen and (max-width: 767px) {
    .staticHero .c-pivot.custom>[role="tablist"] {
        justify-content: center;
    }
  }
  
  @media screen and (max-width: 1083px) {
    .buyBox .c-pivot.custom>[role="tablist"] {
        justify-content: center;
    }
  }
  
  .c-pivot.custom .color-indicator {
    height: 28px;
    width: 28px;
    border-width: 14px;
    border-style: solid;
    border-radius: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    /*overflow: hidden;*/
  }
  
  .c-pivot.custom li .color-indicator:before {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #aaa;
  }
  
  .c-pivot.custom li.f-active .color-indicator:before {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
  }
  
  @media screen and (max-width: 1083px) {
    .c-pivot.custom .color-indicator {
        height: 24px;
        width: 24px;
        border-width: 12px;
    }
    .c-pivot.custom li.f-active .color-indicator:before {
        width: 32px;
        height: 32px;
    }
  }
  
  .theme-black .c-pivot.custom li.f-active .color-indicator:before,
  .theme-dark .c-pivot.custom li.f-active .color-indicator:before {
    border-color: #fff;
  }
  
  .high-contrast-mode .c-pivot.custom li {
    forced-color-adjust: none;
  }
  
  
  /*
  .c-pivot.custom li.f-active .color-indicator:after {
  content: "";
  font-family: "MWF-MDL2";
  font-size: 18px;
  color: rgba(0,0,0,.8);
  line-height: 28px;
  width: inherit;
  height: inherit;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  }
  */
  
  .c-pivot.custom li:focus .color-indicator:before {
    border-style: dashed;
  }
  
  .c-pivot.custom li.f-active .color-indicator:before,
  .theme-light.c-pivot.custom li.f-active .color-indicator:before {
    border-color: black;
  }
  
  .theme-dark.c-pivot.custom li.f-active .color-indicator:before,
  .theme-black.c-pivot.custom li.f-active .color-indicator:before {
    border-color: white;
  }
  
  .c-pivot.custom:not(.f-disabled)>[role="tablist"]>[role="tab"].f-active:after {
    display: none;
  }
  
  .c-pivot.custom>[role="tablist"]>[role="tab"] {
    line-height: 1;
  }
  
  .c-pivot.custom li:hover p {
    text-decoration: underline;
  }
  
  .c-pivot.custom li,
  .c-pivot.custom li:focus,
  .c-pivot.custom li.f-active:focus,
  .c-pivot.custom li.f-active {
    border: 0 !important;
    background: none !important;
  }
  
  @media screen and (max-width: 540px) {
    .c-pivot.custom li p {
        font-size: 14px;
    }
  }
  
  div.c-pivot.custom {
    bottom: 0;
  }
  
  .selector {
    padding: 12px 0px;
  }
  
  .selector li {
    text-align: center;
  }
  
  .selector li:hover,
  .selector li {
    color: #000 !important;
  }
  
  .theme-dark .selector li:hover,
  .theme-dark .selector li,
  .theme-black .selector li:hover,
  .theme-black .selector li {
    color: #fff !important;
  }
  
  .selector li .color-indicator {
    display: inline-block;
  }
  
  .selector li p {
    font-weight: 700;
    padding-top: 8px;
    border-bottom: 2px solid transparent;
  }
  
  .selector li:focus {
    outline: 1px dashed #000;
    outline-offset: 0;
  }
  
  .theme-dark .selector li:focus,
  .theme-black .selector li:focus {
    outline-color: #fff;
  }
  
  .selector li:focus p,
  .selector li:hover p {
    text-decoration: none !important;
    border-bottom: 2px solid #107c10;
  }

  .theme-dark .selector li:focus p,
  .theme-dark .selector li:hover p,
  .theme-black .selector li:focus p,
  .theme-black .selector li:hover p {
    border-color: #9bf00b;
  }
  
  
  /* MOVE TO appropriate CSS files once localized globally */
  
  
  /* overrides CSS file */
  
  .buyBox .noXaa div#standalonePurch {
    background-color: #fff;
    margin-top: 16px;
    padding-left: 16px;
  }
  
  .staticHero div.c-group {
    margin-top: 16px;
    margin-right: 0 !important;
  }
  
  @media screen and (max-width: 1083px) {
    .c-pivot.custom {
        padding-top: 0;
    }
    .staticHero div.c-group {
        margin-top: 12px;
    }
  }
  
  /* Removal of See All Options CTA
  .staticHero div.c-group:last-of-type {
    margin-top: 0;
  } */
  
  @media screen and (min-width: 768px) and (max-width: 1083px) {
    .staticHero div.c-group {
        padding-top: 8px;
    }
  }
  
  .availableDate {
    padding-top: 12px;
  }
  
  .staticHero .m-hero-item.f-y-top.f-transparent>div>div {
    top: 120px;
  }

  
  @media screen and (max-width: 1279px) {
    .staticHero .m-hero-item p.c-heading-3 {
        font-size: 20px !important;
        line-height: 1.15 !important;
    }
  }
  
  @media screen and (min-width: 768px) and (max-width: 1083px) {
    .staticHero .m-hero-item p.c-heading-3 {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }
    .text-spacing .selector li p, 
    .selector li p[style] {
        font-size: 14px;
    }
  }
  
  
  /* override to make hero flow at mobile */
  
  @media only screen and (max-width: 767px) {
    .custom-hero .m-hero-item:before {
        /* This is what defines the aspect ratio of the hero */
        display: none;
    }
    .custom-hero .m-hero-item>div,
    .custom-hero .m-hero-item>div>div,
    .custom-hero .m-hero-item>picture img,
    .custom-hero .m-hero-item>img,
    .custom-hero .m-hero-item>picture {
        /* Some of these styles are redundant for some of these elements, but it doesn't hurt to pile them up in one place */
        position: relative;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        overflow: visible;
        height: auto;
    }
    .staticHero .custom-hero .m-hero-item>div>div {
        padding-bottom: 48px;
    }
  }
  
  
  .high-contrast-mode.black-on-white .c-pivot.custom p {
    color: #000 !important;
  }
  
  .high-contrast-mode.black-on-white .theme-black .c-pivot.custom li.f-active .color-indicator:before, 
  .high-contrast-mode.black-on-white .theme-dark .c-pivot.custom li.f-active .color-indicator:before {
  border-color: #000;
  }