.bundle-purchase-component {
  max-width: 1200px;
  margin: 2rem auto 3px auto;
    .paragraph-content{
			margin-bottom: 1rem;
  }
  h2:not(.product-name) {
    font-family: "RazerF5", "Roboto", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
			line-height: 1;
    text-align: center;
    padding: 0 1rem;
			margin-bottom: 1rem;
  }
    button.add-devices{
		min-width: 120px;
		scroll-margin: 200px 0;
  }
     li:has(button[aria-current="true"]){
	border: 1px solid var(--cx-color-primary);
  }
  @media (max-width: 450px) {
    h2:not(.product-name) {
      font-size: 1.75rem !important;
    }
  }
  .tablist {
    margin: 0 auto 1rem auto;
    width: fit-content;
    font-family: "RazerF5", "Roboto", Arial, sans-serif;
  }
  @media (max-width: 450px) {
    .tablist {
      text-align: center;
    }
  }
    .add-to-cart-btn.loading, .add-devices.loading{
	animation: flash 2s infinite;
  }
  .tab {
    background: 0;
    border: 0;
    margin: 0;
    padding: 10px 20px;
    color: white;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
  }
  .tab:not(:last-child):after {
    content: "";
    display: inline-block;
    border: 1px solid white;
    height: 50%;
    position: absolute;
    right: -2px;
  }
  @media (max-width: 450px) {
    .tab {
      font-size: 12px;
    }
  }
  /** Focus state */
  .tab:focus {
    outline-offset: -4px;
    text-decoration: none;
  }
  /** Selected state (tabpanel visible) */
  .tab[aria-selected="true"],
  .tab[aria-selected="true"]:focus {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--cx-color-primary);
  }
  /** Disabled state */
  .tab[disabled="true"] {
    cursor: not-allowed;
    text-decoration: line-through;
  }
  /**
  Tab panels
*/
  .tabpanel {
    display: none;
    padding: 0px;
    background-color: transparent;
  }
  .tabpanel.is-visible {
    display: block;
  }
  .tabpanel h2 {
    margin-top: 0;
  }
  	.additional{
		font-size: 13px;
   line-height: 1.4;
   color: #999;
		margin: 0 0 2rem 0;
				h3{
			color: #fff;
			font-size: .875rem;
    font-weight: 400;
		}
	}
		.view-devices{
		margin-bottom: 0;
		padding: 0 1rem;
	}
  .view-devices,
  .view-add-to-cart {
    scroll-margin-top: 200px;
  }
    .view-devices .paragraph{
	text-align: center;
	font: normal 1.125rem / 1.5rem Roboto;
    color: #9a9a9a;
  }
  .choose-devices {
    display: grid;
	display: none;
    row-gap: 1rem;
    column-gap: 1rem;
    padding-top: 1rem;
  }
    @media (min-width: 1200px) {
    .choose-devices {
		grid-auto-columns: minmax(288px, 288px);
		grid-auto-flow: column;
		width: fit-content;
		margin: 0 auto;
    }
  }
  .choose-devices > li {
    background: #222;
    border-radius: 0;
    padding: 0;
    min-height: 176px;
    font-family: "Roboto", Arial, sans-serif;
		.card{
		background-color: #111;
		color: #898989;
		border: none;
	}
	    img {
      height: auto;
      width: auto;
      max-width: 288px;
      transition: scale linear .25s;
    }
		.product-image-block{
		text-align: center;
		background: #111;
	}
		img.swatch{
		height: auto;
		margin: 50px auto;
	}
    > div {
      color: white;
      background: transparent;
      border: none;
      font-weight: 500;
      line-height: 1.2;
      scroll-margin-top: 200px;
    }
		.product-content-block{
		display: grid;
		gap: 1rem;
		background: transparent;
		padding: 1rem;
	}
		.title {
		font-size: 1.125rem;
		line-height: 25px;
		font-weight: 400;
		color: #eee;
		font-family: "Roboto", Arial, sans-serif;
	}
		ul{
	  list-style: disc;
	  line-height: 1.3;
	  font-size: .875rem;
	  font-weight: 300;
	  font-family: "Roboto", Arial, sans-serif;
	  color: #898989;
	  list-style-position: outside;
      margin-left: 1rem;
	  margin-right: 1rem;
	  	  li{
		margin-bottom: .5rem;
	  }
	  	  li:last-child{
		margin-bottom: 0;
	  }
	}
  }
  @media (max-width: 1200px) {
    .choose-devices {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (max-width: 600px) {
    .choose-devices {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 360px) {
    .choose-devices {
      grid-template-columns: 1fr;
    }
  }
  .return-view {
    text-align: center;
    padding: 2rem 0;
    button {
      border: none;
      background: transparent;
      color: var(--cx-color-primary);
      &:hover {
        border-bottom: 1px solid var(--cx-color-primary);
      }
      span:first-child:before {
        content: "<";
        margin: 0 .25rem 0 0;
      }
    }
  }
  .backdrop {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    z-index: 4;
    padding: .5rem;
    justify-content: center;
    align-items: start;
  }
  @media (max-width: 769px) {
    .backdrop {
      z-index: 9999;
    }
  }
  .backdrop.is-visible {
    display: flex;
  }
  .view-add-to-cart {
    position: absolute;
	top: 100px;
    width: 100%;
    max-width: 1000px;
    height: fit-content;
    padding: 0;
    background-color: black;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .7);
    border-radius: 10px;
    border: 1px solid var(--cx-color-primary);
    margin: 7rem 0 0 0;
  }
  .close-view button {
    position: absolute;
    top: 10px;
    right: 10px;
    scroll-margin-top: 200px;
    background: none;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    z-index: 2;
    span:first-child:before {
      content: '\2715';
      display: block;
      color: white;
      font-weight: 600;
      font-size: 1rem;
    }
    &:hover span:first-child:before {
      color: var(--cx-color-primary);
    }
  }
  .content-view {
    display: grid;
    grid-template-columns: 66% 1fr;
    column-gap: 1rem;
    margin: 1rem;
	align-items: center;
  }
  @media (max-width: 1200px) {
    .content-view {
      display: block;
    }
  }
  .bundle {
    position: relative;
    background: #222;
	color: #999;
	font-size: .875rem;
	line-height: 1.125;
	height: fit-content;
    border-radius: 5px;
  }
    .bundle ul{
	padding: 0 1rem;
	margin: 0;
  }
    .bundle ul li{
	display: grid;
    grid-auto-columns: 78px 1fr 120px;
    grid-auto-flow: column;
    grid-column-gap: 1rem;
	border-top: 1px solid #666;
	padding: 1rem 0;
  }
    .bundle ul li:first-child{
	border-top: none;
  }
    .bundle ul li:first-child img{
	width: 100%;
	height: auto;
  }
    .bundle ul li > div{
	padding: 1rem 0;
  }
    .bundle ul li > div:first-child{
	padding: 0;
	align-content: center;
  }
    .bundle ul li > div:first-child img{
	width: 100%;
	height: auto;
  }
    .bundle .title{
	font-size: 1.125rem;
	color: #fff;
  }
    .addon-price-label {
    font-size: 13px;
    line-height: 1.4;
    color: #999;
    margin: 0;
  }
    .bundle .detail{
	margin-top: .5rem;
  }
    .bundle div:has(.final-qty){
	color: #fff;
	padding: 1.25rem 0;
  }
    .bundle div:has(.title){
	display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
    .bundle span.pnx-link-arrow:after {
    content: ">";
    display: inline;
    font-size: inherit;
   }
   	@media (max-width: 1200px) {
			.view-add-to-cart {
				max-width: 600px;
			}
		  .bundle ul {
			padding: 0 .5rem;
		   }
			  .bundle ul li{
			grid-auto-columns: minmax(30px, 10%) 1fr minmax(70px,20%);
			grid-column-gap: .5rem;
		  }
		  		  .bundle .title{
			font-size: .875rem;
		  }
		  		  .bundle ul li > div:has(.final-qty){
			font-size: .775rem;
		  }
	}
  .info-panel {
    margin-top: 20px;
	align-self: start;
  }
  .was-price-container {
    display: inline;
  }
  .paragraph h4 {
    font-size: .875rem;
    color: #999;
	margin-top: 1rem;
	padding: 0;
	font-weight: bold;
  }
    .paragraph ul {
    list-style: disc;
    margin-left: 1rem;
    font-size: .875rem;
    margin-top: 0rem;
    padding-bottom: 0.25rem;
    line-height: 1.4;
    color: #999;
  }
  .coverage {
    color: #fff;
    margin: 0 0 2rem 0;
    legend {
      font-size: .875rem;
    }
    label {
      display: grid;
      width: 100%;
      max-width: 320px;
      height: 50px;
      border: 1px solid #fff;
      border-radius: 3px;
      grid-template-columns: 1fr 50px;
      cursor: pointer;
      position: relative;
      &:focus-visible {
        outline: 1px solid #fff;
      }
      span {
        vertical-align: middle;
        align-content: center;
        padding: 0 .5rem;
      }
      input {
        vertical-align: middle;
        align-content: center;
        position: absolute;
        right: 0;
        margin: .9rem;
        width: 20px;
        height: 20px;
        appearance: none;
		border: none;
		background: transparent;
        &:after {
		  outline: 2px solid #fff;
          outline-offset: 4px;
          background-color: transparent;
          left: 5px;
          top: 5px;
        }
        &:checked:after {
          background-color: var(--cx-color-primary);
		  outline: 2px solid var(--cx-color-primary);
          outline-offset: 4px;
        }
      }
    }
  }
  .glide__slide img {
    width: 100%;
    height: auto;
  }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1;
    &.hide {
      opacity: 0;
    }
    &.glide__arrows-previous {
      left: 0;
      padding-left: 1rem;
    }
    &.glide__arrows-next {
      right: 0;
      padding-right: 1.5rem;
    }
    @media (max-width: 1200px) {
      &.glide__arrows-previous {
        left: 0;
        padding-left: 0;
        scale: 0.5;
      }
      &.glide__arrows-next {
        right: 0;
        padding-right: 0;
        scale: 0.5;
      }
    }
    .slider__arrow {
      background: none;
      border: 0;
      cursor: pointer;
      svg {
        filter: drop-shadow(0px 0px 1px black);
      }
    }
    .arrow-previous {
      left: 0;
    }
    .arrow-next {
      right: 0;
    }
  }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    line-height: 0;
    @media (max-width: 1200px) {
      bottom: -20px;
    }
    ul {
      padding: 0;
      margin: 0;
    }
    li {
      padding: 0;
      margin: 0;
      display: inline-block;
    }
    .glide__bullet {
      width: 12px;
      height: 12px;
      padding: 0;
      border-radius: 50%;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      line-height: 0;
      margin: 0 18px;
      background-color: #CCC;
      box-shadow: 0 0 0 1px #222;
      border: none;
      @media (max-width: 375px) {
        margin: 0 12px;
      }
      &:after {
        content: "";
        width: 48px;
        height: 48px;
        display: inline-block;
        border: none;
        position: relative;
        left: -18px;
        top: -18px;
      }
    }
    button.glide__bullet--active,
    .glide__bullet--active .glide__bullet {
      background-color: #44d62c;
    }
  }
    .carousel-board-glide.only-one{
		.screen-reader-only-pnx.glide__sr, .glide__bullets, .glide__arrows{
			display:none;
		}
  }
    .alt-header-text{
    font-family: RazerF5, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.1em;
	margin-bottom: .5rem;
   }
      h3.body-text{
	line-height: normal;
   }
      .description:empty{
   display:none;
   }
}
.bundle-purchase-component .hidden {
  display: none;
}
@keyframes flash {
	0% {background-color: #44d62c;}
	50% {background-color: #3a8e2d;}
	100% {background-color: #44d62c;}
}