.product-select-buttons {
    width:100%;
    @media(max-width: 749px) {
        align-items: column;
    }
}
.product__modal-opener--image .product__media-toggle:hover {
    cursor: default !important;
}
.nav-anchor-link svg{
    margin-bottom: -3px;
}
.product-form__input {
    margin: 0;
    max-width: 100% !important;
}
#select-new-experience {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding: var(--md, 16px) 0px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px var(--xs, 12px);
    align-self: stretch;
}
#select-new-experience .button-group--cells .swatch-element {
    width: min-content;
}

.related-product-item .product-main-info .price {
    align-items: center;
}
.related-product-item .product-main-info .money {
    color: var(--Greys-900, #181818) !important;
    font-family: FreightSansProBook-Regular;
    font-size: var(--3xl, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.related-product-item .product-main-info .btn span{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #fff;
    border-radius: 7px;
    padding-top: 11px;
    box-shadow: none !important;
    margin-top: 25px
}

.related-product-item .product-main-info .product-single__price .price{
    display:contents !important;
    @media (max-width: 749px){
        display:contents !important;
    }
}
.product-new-experience-single__price .money { 
    font-size: var(--5xl, 40px); 
}

.swatch-new-experience-element-item input {
    width: min-content;
}
.left-product-grid-new-experience-item h6 {
    font-weight: 400;
}
.swatch-element {
    .tooltip {
        text-align: center;
        background: gray;
        color: #fff;
        position: absolute;
        bottom: 24px;
        left: -36px;
        padding: 10px;
        display: block;
        width: 100px;
        line-height: 1.5;
        margin-bottom: 15px;
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        z-index: 10000;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: none;
    }
    .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%
    }
    .tooltip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid gray 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0
    }
    label:hover .tooltip {
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}
#new-experience-colors {
  display: grid;
  grid-template-columns: repeat(20, 32px);
  @media only screen and (max-width:749px) {
      grid-template-columns: repeat(6, 32px);
  }
}
#new-experience-colors label{
  width: 24px;
  height: 24px;
  background: white;
  position: relative;
}
#new-experience-colors input[type='radio']+label {
  padding: 0;
  margin: 0;
}
#new-experience-colors input[type='radio']+label {
  border: 1px solid var(--Greys-400, #282828) !important;
  outline: 3px double rgb(var(--color-background)) !important;
}
#new-experience-colors input[type='radio']:checked+label {
  border: 1px solid var(--Greys-400, #282828) !important;
  outline: 3px double var(--Greys-400, #282828) !important;
}

[class*="product-template-bundle"]:not(.bundle-power-pack) #select-new-experience {
  display: grid;
  grid-template-columns: repeat(20, 32px);
  @media only screen and (max-width:749px) {
      grid-template-columns: repeat(6, 32px);
  }
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}
[class*="product-template-bundle"]:not(.bundle-power-pack) #select-new-experience label{
  width: 24px;
  height: 24px;
  background: white;
  position: relative;
}
[class*="product-template-bundle"]:not(.bundle-power-pack) #select-new-experience input[type='radio']+label {
  padding: 0;
  margin: 0;
}
[class*="product-template-bundle"]:not(.bundle-power-pack) #select-new-experience input[type='radio']+label {
  border: 1px solid var(--Greys-400, #282828) !important;
  outline: 3px double rgb(var(--color-background)) !important;
}
[class*="product-template-bundle"]:not(.bundle-power-pack) #select-new-experience input[type='radio']:checked+label {
  border: 1px solid var(--Greys-400, #282828) !important;
  outline: 3px double var(--Greys-400, #282828) !important;
}

[class*="product-template-bundle"].bundle-power-pack #select-new-experience {
  padding-top: 0;
}



[class*="product-template-bundle"] .no-colors #new-experience-colors {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: var(--md, 16px) 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px var(--xs, 12px);
  align-self: stretch;
}
[class*="product-template-bundle"] .no-colors #new-experience-colors label{
  width: auto;
  height: auto;
  background: white;
  position: relative;
}
[class*="product-template-bundle"] .no-colors #new-experience-colors input[type='radio']+label {
  border: 1px solid var(--Greys-400, #282828);
  border-radius: 4px;
  outline: 2px solid rgb(var(--color-background)) !important;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: .7rem .5rem .2rem 0;
  padding: 1rem 2rem;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  font-size: var(--md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -.16px;
}
[class*="product-template-bundle"] .no-colors #new-experience-colors input[type='radio']+label {
  border: 1px solid var(--Greys-400, #282828) !important;
  outline: 2px solid rgb(var(--color-background)) !important;
}
[class*="product-template-bundle"] .no-colors #new-experience-colors input[type='radio']:checked+label {
  outline: 2px solid rgb(var(--color-foreground)) !important;
}

[class*="product-template-bundle"] .no-colors #new-experience-colors {
  padding-top: 0;
}

[class*="product-template-bundle"] .product-form__input h6 {
  font-size: 16px;
  color: #282828;
}

[class*="product-template-bundle"] .product_swatch .product-form__input {
  flex: 0 0 100%;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px var(--xs, 12px);
  align-self: stretch;
}