.custom-model-main {
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity .15s linear,z-index .15;
    -o-transition: opacity .15s linear,z-index .15;
    transition: opacity .15s linear,z-index .15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  /* width: 600px;
                    margin: 30px auto; */
  max-width: 100%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 50px);
  overflow-y: inherit;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: block !important;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: -50px;
  top: -20px;
  cursor: pointer;
  z-index: 99;
  font-size: 60px;
  color: #fff;
  width: 50px;
}


@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

.hide_hover:not(.active) {
  display: none !important;
}
@media screen and (max-width: 670px) {
  .hide_ios{
     display: none !important;
  }
}
.video {
  border-radius: 15px;
  object-fit: cover;
  z-index: 2;
  cursor:pointer;
  position: relative;
  
}
.popup_video {
    max-height: calc(100vh - 72px);
    z-index: 9999;
    height: 100%;
    width: 500px;
}
.video-wrap {
  position: relative;
}
.video-main {
  gap: 10px;
}
.video_title_wrap {
  display: none;
  position: relative;
    z-index: 1;
}
.video_title_wrap.active {
    display: block;
    position: absolute;
    z-index: 2;
    padding: 20px 13px;
    width:100%;
    bottom: 0;
}
.hide {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  width: 0;
  height: 0;
}
.play_button {
  background-color: transparent;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 0px;
  inset: 50% auto auto 50%;
  box-sizing: border-box;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0px !important;
  padding: 10px !important;
}
.play_button .accessible-icon {
  display: block;
  height: 100%;
  width: 100%;
  background: url("https://cdn.shopify.com/s/files/1/0588/8199/9031/files/77caff83ab0bb4c5ae0094bcf82f1390.png?v=1701763186")
    center center / contain no-repeat transparent;
}
.shop_button {
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(64, 64, 64, 0.5);
  height: 40px;
  width: 40px;
}

.custom_button_shop .accessible-icon {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
}

.video_title {
  color: rgb(255, 255, 255) !important;
  padding: 0px;
  /* font-family: "Avenir Next Rounded"; */
  text-overflow: ellipsis;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 4px;
  transition: opacity 0.3s ease 0s;
  font-size: 18px;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0;
  word-break: unset;
}
.video_title_wrap::after {
    bottom: 10px;
    background: linear-gradient(transparent, rgb(0, 0, 0));
    opacity: .7;
    left: 0;
    border-radius: 0 0 15px 15px;
    margin: 0;
    min-height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: '';
   -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.custom_button_shop {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 7%;
  width: 100%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.popup-video-controls {
  position: absolute;
  display: flex;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  padding: 10px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 11111111;
}
.popup-video {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  display:none;
}
.popup-video.active {
  display:block;
}
.popup-video-controls button {
    position: relative;
    background: transparent;
    width: 50px;
    border: none;
    outline: none;
    height: 50px;
    dispay: inline-block;
}
.popup-video-controls button svg {
  color: #ffffff;
  width: 40px;
  height: 40px;
}
.popup-video-controls .close-btn_mobile svg {
    color: #fff;
    width: 35px;
    height: 35px;
}
button.volume_btn.muted::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 65%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 65%;
  height: 2.5px;
  border-radius: 10px;
  background-color: #fff;
  transform-origin: 0 0;
}

.pop-up-title {
  max-width: 80%;
  display: flex;
}

.popup_video_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    font-family: Avenir Next Rounded;
    text-align: left;
    line-height: 1.5;
  text-shadow: rgba(0,0,0,.8) 0px;
}
.content_element {
  display: none;
}
.popup-video .content_element {
  display: block;
}
.shop_now_link {
  display: flex;
  text-decoration: none;
  width: 90%;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 auto;
  padding: 5px;
  background: #e6007e;
  color: #ffffff;
  align-items: center;
  text-align: center;
  font-weight: 500;
  justify-content: center;
  border-radius: 10px;
}
.shop_now_link:hover{
  opacity:0.6;
}
.popup_content {
  position: absolute;
  z-index: 999999;
  bottom: 20px;
  width: 100%;
  display: block;
}
.product_card_main {
  background: #00000099;
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}
.product_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
.popup_product_title {
  margin: 5px 0;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}
.product_price {
  color: #ffffff;
}
.product_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.shop_now_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.shop_now_btn a {
  background: #e6007e;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
}
.product_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_content .quick-add {
  width: 100%;
}

.popup_content
  .card-wrapper
  .card
  .card__content
  .quick-add
  product-form
  form
  .quick-add__submit {
  width: 100%;
}
.popup_content .card__content {
  flex-direction: column;
}
.popup_content .card-wrapper .card .card__content .card__information .card__heading {
    -webkit-line-clamp: 1;
    font-size: 16px;
}
.pro_price{
  font-size:17px;
  font-weight:400;
}
.popup_content
  .card-wrapper
  .card
  .card__content
  .card__information
  .card__heading
  a {
  margin-right: 0px;
  color: #ffffff;
  font-weight: 400;
}
.popup_content .card__media {
  margin: 10px;
  width: 100%;
}
.popup_content
  .card-wrapper
  .card
  .card__content
  .card__information
  .price__sale
  span,
.popup_content
  .card-wrapper
  .card
  .card__content
  .card__information
  .price__sale
  span
  s,
.popup_content .price .price-item {
  color: #ffffff !important;
  font-size: 14px !important;
}
.popup_content .card:not(.ratio) {
    flex-direction: row;
    background-color: #000000d4!important;
    border: 1px solid #b0649c;
    border-radius: 10px;
}
.popup_content .quick-add__submit {
  visibility: visible;
  width: 100%;
  border-radius: 10px !important;
  font-size: 14px;
}
.popup_content .video-wrap , .video_pdp_wrap{
  width: 95%;
  margin:0 auto;
}
.popup_content .card-wrapper {
  margin: 0 0 0 10px !important;
  width: 95% !important;
}
.popup_content .slider__slide {
  scroll-snap-align: center !important;
}
.video-section .slider-button , .custom-model-main .slider-button {
  position: absolute;
  top: 40%;
  z-index: 9;
  background: #ffffff;
  border-radius: 50%;
}
.custom-model-main .slider-button {
  z-index:99999;
    top: 45%;
}
button.slider-button.slider-button--prev {
  left: 5px;
}
button.slider-button.slider-button--next {
  right: 5px;
}
.paused_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.popup-video.paused .paused_icon {
  display: block;
  background: url("https://cdn.shopify.com/s/files/1/0588/8199/9031/files/icons8-play-64.png?v=1701770219")
    center center / contain no-repeat transparent;
  width: 70px;
  height: 70px;
}
.close-btn_mobile {
  display: none;
}
.controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn_mobile svg {
  height: 35px;
  width: 35px;
}
quick-add-modal #draggableDiv{
  display:none;
}
.popup_content .slider--desktop .slider__slide:first-child {
    margin-left: 10px!important;
}
@media (max-width: 768px) {
  .pop-up-content-wrap {
    width: 90vw;
  }
  .popup_video {
    /* max-height: calc(100vh - 38px); */
    width: 100%;
    z-index: 9999;
    height: 90vh;
  }
  .custom-model-main {
    top: 0px;
  }
  .close-btn {
    display: none;
  }
  .close-btn_mobile {
    display: block;
  }
.popup_content .card__heading {
    max-width: 100%!important;
}
 .popup_content  .card__information{
   width:100%;
 }
button.volume_btn.muted:before {
top: 23%;
left: 63%;
width: 65%;
}
@media not all and (min-resolution: 0.001dpcm) {
button.volume_btn.muted:before {
top: 26%;
left: 70%;
width: 65%;
}
    }
}
.popup_content .slider-button {
  position: absolute;
  top: 35%;
  z-index: 14;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (max-width: 374px) {
.popup_content .card__information {
    padding: 0 10px 0 0!important;
    margin-top: 20px!important;
    margin-left: 15px;
}
}