/** Shopify CDN: Minification failed

Line 190:16 Expected identifier but found "."
Line 291:1 Unexpected "2.modal-opens"
Line 432:0 Unexpected "}"

**/
/* custom */
.howitwork_flex{
  display:flex;

}

.suffix-player-dashboard .product{
  padding-top: 3rem;
}

.product__ttl__wrapper h1 {
  font-family: 'Teko';
}
.name__card__wrapper{
  position: relative;
  display: flex;
/*   margin-bottom: 3rem; */
/*   align-items: center; */
  
}
.product__img__wrapper {
/*   display: flex; */
/*   align-items: center;
  justify-content: center; */
}
.video-thumbnail img {
  max-height: 220px;
  margin: auto;
}
.product__img__wrapper img {
  border: 3px solid #891e20;
  border-radius: 50%;
  object-fit: cover;
  width: 90px;
  height: 90px;
  position:relative;
  top:8%;
}
.product__share__wrapper{
	padding-top:17px;
}
.product__ttl__wrapper {
  display: flex;
  flex-direction: column;
  width: 88%;
  padding: 0 1rem;
}
.product__ttl__wrapper .product__ttl__innr_wrapper {
  display: flex;
  justify-content: space-between;
}
.product__ttl__wrapper .product__ttl__innr_wrapper > * {
  margin: 0;
}
.product__ttl__wrapper > * {
  margin: 0;
}
.share__btn__wrapper{
  border: 1px solid #891e20;
  border-radius: 1px;
}
.share__btn__wrapper .share-button{
  padding: 2px;
}
button.share-button__button {
    font-size: 10px;
}
.share-button__button {
  font-size: 1.7rem;
}
.share-button__button img{
  width:10px;
  margin-right: 10px;
}

/* Dashboard Card Styles Starts */

.dashboard__cards__outerwrapper{

}
.product-recommendations .full-unstyled-link, .product-recommendations span.money {
  color: #000000;
}


.dashboard__card__wrapper{
  background-color: #131313;
  /*   display: flex; */
  padding: 2rem;
  align-items: center;
  border-radius: 15px;
  margin: 1rem 0;
  cursor: pointer ;
}
.dashboard__card__wrapper.active {
  border: 1px solid #891e20;
}

.personal__icn__wrapper {
  /*   width: 50px;
  height: 50px; */
  margin-right: 1rem;
}

.personal__icn__wrapper img {
  width: 100%;
  object-fit: contain;
}

/* .variant__ttl__wrapper {
display: flex;
flex-direction: column;
width: 70%;
padding-right: 2rem;
cursor: pointer ;
} */

.variant__ttl__wrapper .variant__ttl__innr_wrapper {
  display: flex;
  justify-content: space-between;
}

.variant__ttl__wrapper .variant__ttl__innr_wrapper h3 {
  opacity: 0.7;
}

.variant__ttl__wrapper .variant__ttl__innr_wrapper > * {
  margin: 0;
}

.variant__ttl__wrapper > * {
  margin: 0;
}

/* .price__tag__wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 18%;
} */

.price__tag__wrapper h2{
  font-weight: 700;
}

.howitwork__wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

span.howitwork {
  font-size: 3rem;
  font-family: 'Teko';
  letter-spacing: 3px;
}
.howitwork_des.toggled{
height:auto!important;
}
.howitwork_des{
  display: none;
  opacity: 0.7;
}

.add__icn__wrapper{
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
}

img.more__icn {
  height: 30px;
  width: 100%;
  object-fit: cover;
  transition: .3s all;
}

.howitwork__card__wrapper{
  background-color: #131313;
  /* display: flex; */
  padding: 2rem;.pop-up-wrapper form input
  /* align-items: center; */
  border-radius: 15px;
/*   margin: 1rem 0; */
}
div#DeliveryModal {
  background: #000;
  position: fixed;
  z-index: 999999;
  width: 100%;
  max-width: 100%;
  top: 50%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto ;
}
.pop-up-wrapper {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 25px;
}
.pop-up-wrapper h1 {
  font-family: Teko;
  font-size: 32px;
  margin: 0;
  display: block;
  line-height: 30px;
}
.pop-up-wrapper h3 {
  margin: 0;
  display: block;
  font-size: 14px;
}
.video_shoutout_customfields form input::placeholder{
    font-family: Poppins;
}
.pop-up-wrapper .product__img__wrapper {
  margin: 0 auto 15px;
}
.video_shoutout_customfields form input {
  width: 100%;
  max-width: 100%;
  background: #80808012;
  border: none;
  padding: 20px 10px 16px;
  margin: 10px 0;
  color: white ;
}
.video_shoutout_customfields form input::placeholder {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.video_shoutout_customfields form input {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  /*   text-align: center; */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.video_shoutout_customfields form input[type="button"]
{
  cursor: pointer ;
}

.video_shoutout_customfields form {
  padding: 30px 0 36px;
}
.video_shoutout_customfields a.save-send-btn {
  background: linear-gradient(90deg,#D22727 0%,#300000 100%);
  display: block;
  padding: 10px 10px;
  font-family: 'Eurostile LT Std';
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}
.video_shoutout_customfields form input:focus-visible{
  outline: none !important;
}
.video_shoutout_customfields form textarea{
  display: none;
  width: 100%;
  padding: 10px;
  margin: 30px 0 0;
  font-size: 20px;
  text-align: left;
}2.modal-opens {
  overflow: hidden;
}
.cross-icon {
  width: 100%;
  max-width: 20px;
  margin:20px 20px 0 auto;
  cursor: pointer;
  position: relative ;
  z-index: 999 ;
}
.video_shoutout_customfields a:hover {
  background: linear-gradient(178deg,#D22727 0%,#300000 100%);
  transition: all 200ms linear;
}

.cross-icon img{
  width: 100%;
}
@media only screen and ( max-width: 900px){
  .product__ttl__wrapper h1{
    font-size: 2.5rem;
  }
  .variant__ttl__wrapper .variant__ttl__innr_wrapper h3, .howitwork_des p, .product__ttl__innr_wrapper h3, .share-button__button{
    font-size: 1.3rem;
  }
  .share-button__button img{
    width: 10px;
  }
  .variant__ttl__wrapper h2,.price__tag__wrapper h2{
    font-size: 1.6rem;
  }
  .personal__icn__wrapper{
    /*     width: 35px; */
  }
  span.howitwork {
    font-size: 2rem;
  }
  img.more__icn {
    height: 22px;
  }
  .add__icn__wrapper{
    width: 22px;
    height: 22px;
  }
}
.variant__ttl__wrapper h2 {
  font-family: 'Poppins';
}
.variant__ttl__innr_wrapper h3 {
  font-family: MYRIADPRO;
}
h3.card-information__text.h5 a {
  font-family: 'Poppins';
}
.media--transparent{
  border-radius: 5px !important;
}
.suffix-player-dashboard .product-form__buttons button{
  padding: 20px;
}
.video video{
  /*   height: 500px; */
  object-fit: cover;
  aspect-ratio: 1 / 1.2;
}
@media screen and (max-width: 1025px) 
{
  .sticky_button{
  position:sticky;
    bottom:2%;
    margin-bottom:6%;
  }
  .card-wrapper-data {
    padding: 22px 14px 10px;
  }
  .suffix-player-dashboard .product-form__buttons button{
    padding: 5px;
  }
  .price__regular span.money {
    font-family: 'Poppins';
    font-size: 16px;
  }
  h3.card-information__text.h5 a {
    font-family: 'MYRIADPRO';
    font-size: 13px !important;
  }
  .variant__ttl__innr_wrapper h3 {
    font-size: 9px !important;
  }
  .variant__ttl__wrapper h2 {
    font-size: 15px;
    line-height:1.2;
  }
  .qck-btn-wrapper form {
    display: none;
  }
  .product-grid .grid__item {
    padding-bottom: 0rem;
  }
  .product__ttl__wrapper {
    position: relative;
  }
  .share__btn__wrapper {
/*     position: absolute;
    left: 27% !important;
    top: 55px; */
}
  }
  .product__ttl__wrapper h1 {
    font-size: 28px !important;
  }
  
  .video-slider-left {
    display: none;
  }
  .video-slider-right
  {
    width: 100% !important ;
  }
  .video-slider-right hr
  {
/*     display: none ; */
  }
  .video video {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
  }
  .video-slider-right .slick-list {
    padding-left: 0 !important;
  }
  .footer__blocks-wrapper {
    margin-top: 0 !important;
  }
  .footer-block.grid__item{
    padding-top: 0;
  }
  .footer__content-top {
    /*     margin-top: -155px; */
  }
}

@media screen and (max-width: 480px) 
{
  .product__img__wrapper{
  width:20%;
  }
  .product__img__wrapper img{
  height:75px;
    width:75px;
  }
  .product__ttl__wrapper{
  width:65%;
  }
  .product__share__wrapper{
  width:15%;
  }
  .suffix-player-dashboard .product {
    padding-top: 0;
  }
  .product-form__buttons span, .shopify-payment-button__button {
    FONT-WEIGHT: 500;
    font-size: 18px;
  }

  .spaced-section:last-child {
    padding-bottom: 1rem;
    padding-top:10px;
  }
  .spaced-section {
/*     padding-top: 1rem; */
  }

  .footer__content-top {
    padding-top: 1rem;
  }

  .video video {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
  }
  .video{
      padding-top:0!important;

  }
  

}
.shoutout_wrapper {
  display: flex;
  align-items: center;
}
.dashboard__cards__outerwrapper-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.shoutout-type{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.price__tag__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
input[type="radio"] {
  appearance: none;
  background-color: #891E20;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #891E20;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
/* input[type="radio"]:checked {
  background: #891E20;
  position:relative;
} */
/* [type="radio"]:checked:after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 13px;
  line-height: 0.8;
  color: #fff !important;
  transform: translate(-50%, -50%);
} */
input[type='radio']::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  /* base64 encoded to make things easier to show 
  	normally you would use an image or a font
  */
  background-image: url("/cdn/shop/files/checkmark-16.png?v=1655301194");
}
input[type='radio']:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
[name="shoutoutcheckbox"]{
position:relative;
}

@media only screen and (max-width: 1025px){
  .suffix-player-dashboard .product{
  padding-top: 0rem;
  }
  .shoutout-type{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
  .variant__ttl__innr_wrapper p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }
}
/* Dashboard Card Styles Ends */
