.mtn-heading {
  font-family: "MTNBrighterSans-Bold", sans-serif;
}
.mtn-button-text {
  font-family: "WorkSans-Regular", sans-serif;
  text-transform: uppercase;
}
.mtn-subheading {
  font-family: "MTNBrighterSans-Regular", sans-serif;
}
.mtn-page-title {
  font-family: "WorkSans-Bold", sans-serif;
  text-transform: uppercase;
}
.mtn-body-text {
  font-family: "WorkSans-Regular", sans-serif;
}
.mtn-button {
  border-radius: 24px;
  font-family: "WorkSans-Medium", sans-serif;
  text-transform: uppercase;
}
.mtn-section {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 860px) {
  .mtn-section {
    max-width: 90%;
  }
}
.mtn-bold-text {
  font-family: "WorkSans-Bold", sans-serif;
}
.internal-header-block {
  height: 180px;
  width: 100%;
  position: relative;
}
@media (max-width: 860px) {
  .internal-header-block {
    height: 80px;
  }
}
.page-title-container {
  max-width: 1200px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.page-title-container .mtn-page-title {
  font-size: 64px;
  line-height: 64px;
  color: #202020;
  text-transform: capitalize;
}
.breadcrumb-container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.breadcrumb-container .breadcrumb {
  list-style: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
}
.breadcrumb-container .breadcrumb-parent,
.breadcrumb-container .breadcrumb-toplevel {
  text-decoration: none;
  border: solid 1px #E8E8E8;
  border-radius: 4px;
  color: #202020;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "WorkSans-Regular", sans-serif;
}
.breadcrumb-container .breadcrumb-parent:hover,
.breadcrumb-container .breadcrumb-toplevel:hover {
  background-color: #E8E8E8;
}
.breadcrumb-container .active-page-breadcrumb {
  text-transform: uppercase;
  color: #202020;
  font-size: 14px;
  line-height: 125%;
  font-family: "WorkSans-Bold", sans-serif;
}
.icon-card-section {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}
.icon-card-content {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.down-chevron {
  transform: rotate(-90deg);
  margin-left: 20px;
}
@media (max-width: 880px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 880px) {
  .hidden-lg {
    display: none;
  }
}
.product-page {
  max-width: 1200px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 180px;
}
.product-page .product-row {
  display: flex;
  gap: 116px;
}
@media (max-width: 860px) {
  .product-page .product-row {
    display: block;
  }
}
@media (max-width: 860px) {
  .product-page .product-row .product-col {
    width: 100%;
  }
}
.product-page .product-details-col {
  position: relative;
  width: 36%;
}
.product-page .product-details-col .deal-category {
  text-transform: uppercase;
  color: #404040;
  font-size: 14px;
  line-height: 17.5px;
  font-family: "WorkSans-Bold", sans-serif;
  margin-bottom: 0;
}
.product-page .colours-grid {
  background-color: #E8E8E8;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.product-page .colours-grid h5 {
  font-family: "WorkSans-Light", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.product-page .colours-grid .colours-list {
  margin-top: 30px;
}
.product-page .colours-grid .colours-list form {
  display: flex;
  gap: 16px;
}
.product-page .colours-grid .colours-list .colour-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  appearance: none;
  margin: 0;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.product-page .colours-grid .colours-list .colour-button:checked {
  border: solid 2px #ffffff;
  transition: all 0.3s ease-in-out;
}
.product-page .colours-grid .colours-list .colour-button::before {
  content: "";
  border-radius: 50%;
  border: solid 3px transparent;
  width: 33px;
  height: 33px;
  transition: all 0.3s ease-in-out;
}
.product-page .colours-grid .colours-list .colour-button:checked::before {
  border: solid 3px #FFCB05;
  transition: all 0.3s ease-in-out;
}
.product-page .product-extras-col {
  width: 64%;
}
.product-page .product-extras-col .entry-content {
  font-family: "WorkSans-Regular", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 24px;
  color: #202020;
}
.product-page .product-extras-col .entry-content .entry-details {
  font-family: "MTNBrighterSans-Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.product-page .deal__badge-text {
  align-items: center;
  background-color: #FFCB05;
  box-sizing: border-box;
  clip-path: ellipse(50% 50% at 50% 50%);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  font-family: "WorkSans-Bold", sans-serif;
  height: 40px;
  justify-content: center;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0px;
  width: 70px;
  z-index: 2;
}
@media (min-width: 880px) {
  .product-page .deal__badge-text {
    display: none;
  }
}
.prepaid-device .device-title {
  font-family: "MTNBrighterSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 44px;
  color: #202020;
  margin-top: 0;
}
.prepaid-device .device-images {
  width: 100%;
}
.prepaid-device .device-images img {
  width: 100%;
}
.prepaid-device .device-images .slick-slide {
  height: auto;
}
.prepaid-device .device-images .image-slides-nav {
  margin-top: 32px;
}
.prepaid-device .device-images .image-slides-nav .slick-list,
.prepaid-device .device-images .image-slides-nav .draggable {
  padding: 0;
}
.prepaid-device .device-images .image-slides-nav .image-slide img {
  height: 100px;
}
.prepaid-device .device-images .image-slides-nav .slick-slide {
  border: solid 1px transparent;
  border-radius: 8px;
  width: 80px;
}
.prepaid-device .device-images .image-slides-nav .slick-current {
  border: solid 1px #FFCB05;
  border-radius: 8px;
}
.prepaid-device .featured-device-image {
  margin-left: auto;
  margin-right: auto;
}
.prepaid-device .featured-device-image img {
  width: 100%;
}
.prepaid-device .device-feature-grid {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.prepaid-device .device-feature-grid .device-feature-item {
  width: calc(100%/3);
  text-align: center;
}
.prepaid-device .device-feature-grid .device-feature-item .feature-image-section {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}
.prepaid-device .device-feature-grid .device-feature-item .feature-image-section img {
  width: 100%;
}
.prepaid-device .device-feature-grid .device-feature-item p {
  font-family: "WorkSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 16.42px;
  color: #202020;
}
.prepaid-device .device-video {
  width: 100%;
}
.prepaid-device .device-video iframe {
  width: 100% !important;
  max-height: 260px;
  border-radius: 8px;
}
.prepaid-deal .product-row {
  gap: 10px;
}
.prepaid-deal .product-row .product-details-col {
  width: 38%;
}
@media (max-width: 860px) {
  .prepaid-deal .product-row .product-details-col {
    width: 95.32%;
  }
}
.prepaid-deal .device-image {
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
}
.prepaid-deal .device-image img {
  width: 100%;
}
.prepaid-deal .deal-title {
  font-family: "MTNBrighterSans-Bold", sans-serif;
  color: #FFCB05;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 0;
  margin-top: 0;
}
.prepaid-deal .deal-details-section .deal-details-row {
  display: flex;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.prepaid-deal .deal-details-section .deal-details-row .deal-details-col {
  border-left: solid 1px #e8e8e8;
  padding: 0 24px;
}
.prepaid-deal .deal-details-section .deal-details-row .deal-details-col:first-child {
  border-left: none;
  padding-left: 0;
}
.prepaid-deal .deal-details-section .deal-details-row .deal-details-col .feature-type-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #202020;
  font-family: "WorkSans-Regular", sans-serif;
}
.prepaid-deal .deal-details-section .deal-details-row .deal-details-col .deal-detail {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-family: "MTNBrighterSans-Bold", sans-serif;
  color: #202020;
  text-transform: uppercase;
}
.prepaid-deal .features-list .features-list-heading {
  text-transform: uppercase;
  color: #606060;
  font-size: 14px;
  line-height: 16px;
  font-family: "WorkSans-Regular", sans-serif;
  margin-top: 12px;
  margin-bottom: 0;
}
.prepaid-deal .features-list .deal-feature-list {
  list-style: none;
  padding-left: 0;
}
.prepaid-deal .features-list .deal-feature-list .deal-feature {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #202020;
  font-size: 14px;
  line-height: 16px;
  font-family: "WorkSans-Regular", sans-serif;
  margin-bottom: 6px;
}
.prepaid-deal .features-list .deal-feature-list .deal-feature .deal-feature-icon {
  width: 24px;
  height: 24px;
}
.prepaid-deal .features-list .deal-feature-list .deal-feature .deal-feature-icon img {
  height: 100%;
}
.promotion-section {
  background-color: #E8E8E8;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  font-family: "WorkSans-Regular", sans-serif;
}
.promotion-section p {
  margin-top: 0;
}
.promotion-section h4 {
  font-family: "WorkSans-Light", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.promotion-section strong {
  font-family: "WorkSans-Bold", sans-serif;
}
.promotion-section .promotion-description {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
.promotion-section .promotion-description img {
  width: 72px;
  height: auto;
}
.promotion-section .promotion-description p {
  margin-bottom: 0;
}
.bundled-deal .bundle-heading,
.bundled-deal .bundle-option {
  background-color: #FFCB05;
  padding: 24px 20px;
  border-radius: 8px;
}
.bundled-deal .bundle-heading h4,
.bundled-deal .bundle-option h4 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-family: "WorkSans-Regular", sans-serif;
}
.bundled-deal .bundle-heading h4 strong,
.bundled-deal .bundle-option h4 strong {
  font-family: "WorkSans-Bold", sans-serif;
}
.bundled-deal .bundle-heading {
  align-items: center;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 860px) {
  .bundled-deal .bundle-heading {
    padding-bottom: 20px;
    flex-direction: column;
  }
}
.bundled-deal .bundle-heading .bundles-sort-wrapper {
  align-items: center;
  display: flex;
  font-family: "WorkSans-Regular", sans-serif;
  position: relative;
  z-index: 1;
}
.bundled-deal .bundle-heading .bundles-sort-wrapper:after {
  border-radius: 50%;
  border: 2px solid #202020;
  box-sizing: border-box;
  content: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7L7 1L1 7' stroke='%23202020' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: flex;
  height: 24px;
  padding: 0px 3px;
  position: absolute;
  right: 0;
  transform: rotateX(180deg);
  width: 24px;
  z-index: 0;
}
@media (max-width: 860px) {
  .bundled-deal .bundle-heading .bundles-sort-wrapper {
    display: none;
  }
}
.bundled-deal .bundle-heading .bundles-sort-wrapper select.bundles-sort-order {
  appearance: none;
  background: none;
  border: none;
  cursor: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  padding: 0 30px 0 5px;
  z-index: 1;
  grid-template-areas: "select";
  align-items: center;
}
.bundled-deal .bundle-heading .bundles-sort-wrapper select.bundles-sort-order:focus + .focus {
  box-shadow: none;
}
.bundled-deal .bundle-option {
  display: block;
  margin-bottom: 24px;
}
.bundled-deal .bundle-option .bundle-choice {
  margin-top: 20px;
  font-family: "WorkSans-Regular", sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.bundled-deal .bundle-option .bundle-choice .add-bundle-radio {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  appearance: none;
  margin: 0;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: solid 3px #ffffff;
  cursor: pointer;
}
.bundled-deal .bundle-option .bundle-choice .add-bundle-radio:checked {
  transition: all 0.3s ease-in-out;
  border: solid 3px #202020;
}
.bundled-deal .bundle-option .bundle-choice .add-bundle-radio::before {
  content: " ";
  background-color: transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-in-out;
}
.bundled-deal .bundle-option .bundle-choice .add-bundle-radio:checked::before {
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.bundled-deal .hide-bundle {
  display: none;
}
.bundled-deal .bundled-items-container {
  background-color: #E8E8E8;
  border-radius: 8px 8px 0 0;
  color: #202020;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container {
    background-color: transparent;
  }
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .deal-item .price-section {
    justify-content: left;
  }
}
.bundled-deal .bundled-items-container .device-item {
  padding: 20px;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .device-item .price-section {
    justify-content: center;
  }
}
.bundled-deal .bundled-items-container .bundle-items {
  list-style: none;
  padding-left: 0;
  margin-top: 1px;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundle-items {
    margin-top: -5px;
  }
}
.bundled-deal .bundled-items-container .bundle-items .slick-slide {
  height: auto;
}
.bundled-deal .bundled-items-container .bundle-items .slick-dots {
  justify-content: center;
}
.bundled-deal .bundled-items-container .bundle-items .slick-dots button {
  display: block;
  background-color: #909090;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 2px transparent;
  outline: none;
  text-indent: -9999px;
  padding: 0;
  cursor: pointer;
}
.bundled-deal .bundled-items-container .bundle-items .slick-dots li {
  margin-right: 6px;
  margin-left: 6px;
  cursor: pointer;
  outline: none;
  padding: 0px;
  border: solid 2px transparent;
  position: relative;
  width: 10px;
  height: 10px;
}
.bundled-deal .bundled-items-container .bundle-items .slick-dots li.slick-active {
  border-radius: 50%;
  border: solid 2px #FFCB05;
}
.bundled-deal .bundled-items-container .bundle-items .slick-dots li.slick-active button {
  outline: none;
  background-color: #FFCB05;
  border-color: #FFCB05;
  padding: 0;
}
.bundled-deal .bundled-items-container .bundled-item {
  border: solid 2px #E8E8E8;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ffffff;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width: 861px) {
  .bundled-deal .bundled-items-container .bundled-item {
    opacity: 1!important;
  }
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item {
    display: block;
    color: #ffffff;
    background-color: #202020;
    border-radius: 8px;
    border-bottom: solid 4px #FFCB05;
  }
}
.bundled-deal .bundled-items-container .bundled-item:hover {
  background-color: #FFCB05;
  cursor: pointer;
  border-radius: 8px;
  border: solid 2px #E8E8E8;
  box-sizing: border-box;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item:hover {
    background-color: #202020;
  }
}
.bundled-deal .bundled-items-container .bundled-item.selected {
  background-color: #202020;
  color: #ffffff;
  border-radius: 8px;
  border: solid 2px #E8E8E8;
  border-bottom: solid 3px #E8E8E8;
}
.bundled-deal .bundled-items-container .bundled-item.selected .features-section-drop {
  display: block;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-device-details {
  display: flex;
  gap: 16px;
  align-items: center;
  border-left: none;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-device-details {
    display: block;
    text-align: center;
  }
}
.bundled-deal .bundled-items-container .bundled-item .bundled-device-details img {
  width: 72px;
  height: 72px;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-device-details img {
    margin-left: auto;
    margin-right: auto;
  }
}
.bundled-deal .bundled-items-container .bundled-item .features-section-drop {
  width: 100%;
  box-sizing: content-box;
  background-color: #F8F8F8;
  padding: 16px 24px;
  border: solid 2px #E8E8E8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  color: #202020;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .features-section-drop {
    display: none;
  }
}
.bundled-deal .bundled-items-container .bundled-item .features-section-drop .includes-heading {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 12px;
}
.bundled-deal .bundled-items-container .bundled-item .features-section-drop .extra-feature-item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 6px 0px;
  font-size: 14px;
  line-height: 16px;
}
.bundled-deal .bundled-items-container .bundled-item .features-section-drop .extra-feature-item img {
  height: 24px;
  max-width: 24px;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section {
  display: flex;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section {
    margin-bottom: 10px;
  }
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section .top-feature-col {
  display: block;
  padding: 0 20px;
  border-left: solid 2px #ffffff;
}
@media (max-width: 869px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section .top-feature-col {
    border-left: solid 2px #606060;
  }
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section .top-feature-col .top-feature-name {
  margin: 0;
  font-family: "WorkSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section .top-feature-col .top-feature-details {
  margin: 0;
  font-family: "MTNBrighterSans-Regular", sans-serif;
  font-size: 24px;
  line-height: 26.4px;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .top-features-section .top-feature-col:first-child {
  padding-left: 0;
  border-left: none;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .extra-features-section {
  border-top: solid 2px #606060;
}
@media (min-width: 861px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .extra-features-section {
    display: none;
  }
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .extra-features-section .extra-feature-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "WorkSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-deal-details .extra-features-section .extra-feature-item img {
  width: 24px;
  height: 24px;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-section {
  padding: 10px 20px;
  min-height: 80px;
  box-sizing: border-box;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-section {
    border-top: solid 2px #606060;
    padding: 5px 0px;
  }
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-section:first-child {
    border-top: none;
    padding-left: 20px;
  }
}
.bundled-deal .bundled-items-container .bundled-item .bundled-section .bundled-deal-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "WorkSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .bundled-section .bundled-deal-name {
    border-bottom: solid 2px #606060;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.bundled-deal .bundled-items-container .bundled-item .price-section {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (min-width: 861px) {
  .bundled-deal .bundled-items-container .bundled-item .price-section {
    justify-content: flex-end;
  }
}
.bundled-deal .bundled-items-container .bundled-item .price-section .bundled-item-price {
  margin: 0;
  font-family: "WorkSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 40px;
}
.bundled-deal .bundled-items-container .bundled-item .price-section .bundled-item-payment {
  font-family: "WorkSans-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  text-align: right;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .price-section .bundled-item-payment {
    text-align: left;
  }
}
.bundled-deal .bundled-items-container .bundled-item .price-section .bundle-selector {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  appearance: none;
  margin: 0;
  display: grid;
  place-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: solid 3px #909090;
}
.bundled-deal .bundled-items-container .bundled-item .price-section .bundle-selector:checked {
  transition: all 0.3s ease-in-out;
  border: solid 3px #FFCB05;
}
.bundled-deal .bundled-items-container .bundled-item .price-section .bundle-selector::before {
  content: " ";
  background-color: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-in-out;
}
.bundled-deal .bundled-items-container .bundled-item .price-section .bundle-selector:checked::before {
  background-color: #FFCB05;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundled-item .price-section .bundle-selector {
    display: none;
  }
}
.bundled-deal .bundled-items-container .bundled-item .deal-device-brand,
.bundled-deal .bundled-items-container .bundled-item .deal-device-space {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "WorkSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.bundled-deal .bundled-items-container .bundled-item .bundled-item-title {
  font-family: "WorkSans-Bold", sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 860px) {
  .bundled-deal .bundled-items-container .bundle-item {
    margin-top: -5px;
  }
}
