.saleassist-video-shorts-root-container *,
.saleassist-video-shorts-modal-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif !important;
}

:root {
    --saVideoTilePosition: auto 15px 15px auto;
    --sa-color-light: #fbfbfb;
    --sa-color-dark: #393939;
}

a {
    text-decoration: none;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

#video .video-place-holder-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sa_shorts_parentSwiper .sa_shorts_video-wrapper {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
        rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    cursor: pointer;
}

#sa_shorts_modal-wrapper {
    width: 100vw;
    height: 100vh;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999999999;
    display: none;
    place-content: center;
    place-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sa_shorts_relative {
    position: relative;
}

.sa_shorts_parent-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    cursor: pointer;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
    display: flex;
}

.sa_shorts_controls-btn {
    cursor: pointer;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
    display: flex;
}

.sa_shorts_hidden {
    display: none;
}

/* .sa_shorts_block {
  display: block;
} */

.sa_shorts_invisible {
    visibility: hidden;
}

.sa_shorts_cta {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 150px;
    z-index: 50;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.sa_shorts_like-share {
    display: flex;
    flex-direction: column;
    gap: 24px;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
}

.sa_shorts_like-share img {
    width: 28px;
    cursor: pointer;
}

.sa_shorts_parentSwiper .sa_shorts_products-wrapper {
    bottom: 5px;
}

.sa_shorts_parentSwiper .sa_shorts_video-shorts-product {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 6px;
    width: 170px;
    /* R_inner = R_outer x (W_inner / W_outer) */
    /* here 18px and 240px is the border radius and width of parent video container  */
    border-radius: calc(18px * (170 / 240));
    margin: 5px auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
        rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.sa_shorts_products-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}

.sa_shorts_carouselSwiper .sa_shorts_carousel_video_productSwiper .swiper-slide:first-child {
    margin-left: 7.5px;
}

.sa_shorts_carouselSwiper .sa_shorts_carousel_video_productSwiper .swiper-slide:last-child {
    margin-right: 7.5px;
}

.sa_shorts_carouselSwiper .sa_shorts_video-shorts-product {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding-left: 8px;
    margin: 10px 7.5px;
    width: 272px !important;
    max-width: 272px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
        rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.sa_shorts_parentSwiper .sa_shorts_product-image {
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 8px;
}

.sa_shorts_parent_video_productSwiper .swiper-slide,
.sa_shorts_carousel_video_productSwiper .swiper-slide {
    background: none !important;
}

.sa_shorts_product-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
}

.sa_shorts_product-image-wrapper {
    width: 55px !important;
    height: 55px !important;
    border-radius: 8px !important;
    margin-right: 4px !important;
    background: transparent;
}

.sa_shorts_carouselSwiper .sa_shorts_product-image-wrapper {
    width: 72px !important;
    height: 72px !important;
}

.sa_shorts_parentSwiper .sa_shorts_product-details {
    font-size: 9.5px;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.sa_shorts_parentSwiper .sa_shorts_product-details .name,
.sa_shorts_carouselSwiper .sa_shorts_product-details .name {
    /* margin-bottom: 4px; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #000 !important;
}

.sa_shorts_product-details {
    font-size: 12px;
    font-weight: 700;
    color: black;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    margin: 0 8px;
    flex: 1;
}

.sa_shorts_product-details p {
    margin: 0;
    line-height: normal;
    font-weight: 400;
    font-size: 12px;
}

.sa_shorts_carouselSwiper .sa_shorts_product-details p {
    font-size: 13px;
}

@media (max-width: 448px) {
    .sa_shorts_product-details {
        font-size: 10px;
    }
}

.sa_shorts_video-shorts-price {
    text-decoration: line-through;
    padding-left: 4px;
}

.sa_shorts_video-shorts-discount-price {
    color: #000 !important;
}

.sa_shorts_parentSwiper .sa_shorts_add-cart-btn {
    font-size: 9px;
    padding: 2px 10px;
}

.sa_shorts_add-cart-btn {
    margin-top: 4px;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    line-height: normal;
}

.sa_shorts_product-available {
    background: #753f6a;
    cursor: pointer;
}

/* .sa_shorts_product-not-available {
  background: #aaa;
  cursor: not-allowed;
} */

.sa_shorts_offer-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    background: #f0daeb;
    padding: 8px 12px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sa_shorts_discount-percentage {
    font-size: 13px;
    font-weight: 700;
    color: #000 !important;
}

.sa_shorts_off-text {
    font-size: 14px;
    font-weight: 700;
    color: green;
}

.sa_shorts_video-caption {
    display: flex;
    column-gap: 4px;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 8px;
    /* place-items: center; */
    /* gap: 5px; */
    width: calc(100% - 30px);
}

.sa_shorts_parentVideo-caption {
    display: flex;
    column-gap: 4px;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 4px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    width: calc(100% - 90px);
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
}

.sa_shorts_parentVideo-caption p {
    overflow: hidden;
    /* display: -webkit-box; */
    display: none;
    /* hiding the video caption for current requirement */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 8));
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.sa_shorts_video-caption p {
    font-size: 16px;
    color: white;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 8));
    display: none;
    /* hiding the video caption for current requirement */
}

.carousel-video-count-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #00000070 !important;
    color: #fff !important;
    font-weight: 500;
    padding: 4px 10px !important;
    border-radius: 6px;
}

.carousel-video-views-count {
    color: #fff !important;
    font-weight: 500 !important;
    display: -webkit-box !important;
}

@media (max-width: 768px) {
    .parent-video-count-wrapper {
        display: none;
    }

    .sa_shorts_parentSwiper .sa_shorts_video-shorts-product {
        width: 150px;
        border-radius: 8px;
    }
}

.sa_shorts_video-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
}

.sa_shorts_video-controls img {
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
}

.sa_shorts_cta-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    padding: 6px 16px;
    border-radius: 14px;
    cursor: pointer;
    color: #753f6a;
    line-height: normal;
    background: #fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    gap: 10px;
    width: max-content;
    place-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
        rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.sa_shorts_whatsapp-me-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.live-streaming-modal-video-cta-wrapper .sa_shorts_whatsapp-me-btn-wrapper {
    position: relative;
}

.sa_shorts_whatsapp-me-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00a82d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.live-streaming-modal-video-cta-wrapper .sa_shorts_whatsapp-me-btn {
    width: 36px;
    height: 36px;
}

.sa_shorts_whatsapp-me-btn .sa_shorts_whatsapp-me-btn-icon {
    width: 24px !important;
    height: 24px !important;
    margin-left: 2px;
}

.sa_shorts_whatsapp-me-btn-wrapper .sa_shorts_whatsapp-me-btn-text {
    font-size: 11px;
    color: white;
    font-weight: 700;
}

.live-streaming-modal-video-cta-wrapper .sa_shorts_whatsapp-me-btn-text {
    position: absolute;
    top: 110%;
    width: max-content !important;
}

.sa_shorts_cta-btn svg {
    display: none !important;
}

.sa_shorts_carouselSwiper .sa_shorts_cta-btn {
    font-size: 16px;
    padding: 6px 12px;
}

.sa_shorts_carousel-action-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
}

.sa_shorts_carouselSwiper .sa_shorts_carousel_video_productSwiper .swiper-slide .sa_shorts_video-shorts-product {
    width: 100%;
    height: 105px !important;
}

.swiper.sa_shorts_parentSwiper {
    padding: 20px;
}

.swiper-slide.sa_shorts_video-wrapper {
    border-radius: 18px;
    overflow: hidden;
}

.saleassist-video-shorts-root-container .swiper,
#sa_shorts_modal-wrapper .swiper {
    width: 100% !important;
}

.saleassist-video-shorts-floating-tile .swiper {
    /* height: auto !important; */
    height: 100%;
    width: 100%;
}

.sa_shorts_swiper-button-white {
    color: white !important;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
    text-rendering: auto;
}

.sa_shorts_carousel-video-overlay {
    width: 100%;
    height: 100%;
    background: hwb(0deg 0% 100% / 50%);
    position: absolute;
    z-index: 100;
    display: block;
}

.sa_shorts_modal-swiper .swiper-slide-active .sa_shorts_carousel-video-overlay {
    display: none;
}

.sa_shorts_parentSwiper .swiper-button-prev::after,
.sa_shorts_parentSwiper .swiper-button-next::after {
    content: "";
}

.sa_shorts_parentSwiper .swiper-button-prev svg,
.sa_shorts_parentSwiper .swiper-button-next svg {
    font-size: 40px;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
    color: white !important;
}

@media (max-width: 500px) {
    .sa_shorts_carouselSwiper .sa_shorts_video-shorts-product {
        width: 280px !important;
        max-width: 280px;
    }
}

@media (max-width: 599px) {

    .saleassist-video-shorts-root-container .swiper,
    #sa_shorts_modal-wrapper .swiper {
        height: 100%;
    }

    .sa_shorts_carouselSwiper .sa_shorts_video-wrapper {
        border-radius: 0px;
    }

    .sa_shorts_video-caption {
        width: calc(100% - 118px);
    }

    .sa_shorts_video-controls {
        top: 60px;
        right: 12px;
    }

    .sa_shorts_carousel-action-btn {
        flex-direction: row-reverse;
    }

}

.sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper.sa_shorts_landscape {
    display: flex;
    place-items: center;
    place-content: center;
    background: #000;
}

/* @media (min-width: 600px) {
  .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper {
    width: 100vw;
    max-width: 56.25vh;
    height: 177.78vw;
    max-height: 100vh;
  }

  .sa_shorts_carouselSwiper
    .swiper-slide.sa_shorts_video-wrapper.sa_shorts_landscape {
    width: 100%;
    max-width: 80%;
    height: auto;
    max-height: 90vh;
  }
} */

/* bounce effect */
.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.saleassist-video-shorts-floating-tile {
    width: calc(180px + 10px);
    height: calc(320px + 10px);
    position: fixed;
    z-index: 999999999;
    inset: var(--saVideoTilePosition);
}

.saleassist-video-shorts-floating-tile.sa-floating-tile-landscape {
    width: calc(320px + 10px);
    height: calc(180px + 10px);
}

.saleassist-video-shorts-floating-tile .sa_shorts_parentSwiper {
    padding: 5px;
    height: 100%;
    width: 100%;
}

.sa_shorts_parentSwiper .swiper-wrapper .swiper-slide-active {
    box-shadow: none !important;
}

.sa_shorts_parentSwiper .sa-shorts-parent-video-container {
    width: fit-content;
}

.sa_shorts_parentSwiper .swiper-wrapper .swiper-slide.sa_shorts_video-wrapper:last-child {
    margin-right: 0px !important;
}

/* .saleassist-video-shorts-floating-tile .sa_shorts_video-wrapper {
  width: 180px;
  height: 320px;
  margin-right: 0px !important;
} */

.saleassist-video-shorts-floating-tile.sa-floating-tile-landscape .sa_shorts_video-wrapper {
    width: 320px;
    height: 180px;
}

.saleassist-video-shorts-floating-tile #sa_shorts_modal-wrapper .sa_shorts_carouselSwiper .sa_shorts_products-wrapper {
    display: block !important;
}

.saleassist-video-shorts-floating-tile #pip-mode-btn {
    display: none !important;
}

#saleassist-video-shorts-floating-tile-close-btn {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
    color: white;
    font-size: 12px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    place-items: center;
    place-content: center;
    display: flex;
    padding: 5px;
    border-radius: 50%;
}

@media (max-width: 599px) {
    /* .saleassist-video-shorts-floating-tile .sa_shorts_video-wrapper {
    width: 100%;
  } */

    .saleassist-video-shorts-floating-tile {
        width: calc(90px + 10px);
        height: calc(150px + 10px);
    }

    .saleassist-video-shorts-floating-tile.sa-floating-tile-landscape {
        width: calc(240px + 10px);
        height: calc(135px + 10px);
    }

    /* .saleassist-video-shorts-floating-tile .sa_shorts_video-wrapper {
    width: 135px;
    height: 240px;
    margin-right: 0px !important;
  } */

    .saleassist-video-shorts-floating-tile.sa-floating-tile-landscape .sa_shorts_video-wrapper {
        width: 240px;
        height: 135px;
    }

    .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper.sa_shorts_landscape #video {
        /* height: auto; */
        height: 100%;
    }

    .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper.sa_shorts_landscape #video video {
        position: absolute;
        inset: 0;
        object-fit: cover;
    }
}

.cta-link {
    text-decoration: none !important;
}

.saleassist-video-shorts-modal-wrapper .non-products-cta-link {
    position: relative !important;
    bottom: 16px !important;
    width: auto !important;
}

#sa_shorts_modal-wrapper .sa_shorts_carousel_video_productSwiper .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;

    .sa_shorts_video-shorts-product {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.sa_shorts_swipe-up-arrow-animation {
    position: absolute;
    bottom: 156px;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(180deg);
    z-index: 99999;
    cursor: pointer;
    display: none;
    animation: hideArrow 0s forwards;
    animation-delay: 4s;
}

.saleassist-video-shorts-floating-tile .sa_shorts_swipe-up-arrow-animation {
    display: none !important;
}

.sa_shorts_parent-video-play-btn img {
    width: 50px;
}

@media (max-width: 599px) {
    .sa_shorts_swipe-up-arrow-animation {
        display: block;
    }

    .sa_shorts_parent-video-play-btn img {
        width: 36px;
    }
}

.sa_shorts_swipe-up-arrow-animation span {
    display: block;
    width: 24px;
    height: 24px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: arrow-animation 2s infinite;
}

.sa_shorts_swipe-up-arrow-animation span:nth-child(2) {
    animation-delay: -0.2s;
}

.sa_shorts_swipe-up-arrow-animation span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes arrow-animation {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes hideArrow {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.sa_shorts_open-share-shorts-popup-btn,
.sa_shorts_open-lead-capture-form-popup-btn {
    cursor: pointer;
}

.sa_shorts_share-shorts-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
}

.sa_shorts_mute-unmute-parent-video {
    position: absolute;
    top: 44px;
    right: 10px;
    z-index: 999;
    /* display: none; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sa_shorts_mute-unmute-parent-video svg {
    width: 24px;
    height: 24px;
}

.sa_shorts_parent-video-unmute-icon {
    display: none;
}

.muted .sa_shorts_parent-video-mute-icon {
    display: none;
}

#saleassist-video-shorts-floating-tile .sa_shorts_share-shorts-btn svg,
#saleassist-video-shorts-floating-tile .sa_shorts_mute-unmute-parent-video svg {
    width: 20px;
    height: 20px;
}

#saleassist-video-shorts-floating-tile .sa_shorts_share-shorts-btn {
    top: 32px;
    right: 6px;
}

#saleassist-video-shorts-floating-tile .sa_shorts_mute-unmute-parent-video {
    top: 60px;
    right: 6px;
}

#saleassist-video-shorts-floating-tile-close-btn {
    top: 10px;
    right: 10px;
    font-size: 9px;
}

.muted .sa_shorts_parent-video-unmute-icon {
    display: block;
}

.sa_shorts_mute-unmute-parent-video .sa_shorts_unmute-animation {
    margin-top: 8px;
    padding: 4px 6px;
    border-radius: 5px;
    background: #222;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    animation: fadeInOut 10000ms ease-in-out;
    display: block;
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sa_shorts_inquiry-btn-wrapper {
    /* display: flex; */
    display: none;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    animation-name: bottomFadeOut;
    animation-duration: 3s;
}

.sa_shorts_inquiry-btn,
.sa_shorts_close-inquiry-btn {
    display: flex;
    align-items: center;
    background: #111827;
    color: white;
    filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.6));
    cursor: pointer;
}

.sa_shorts_inquiry-btn {
    gap: 2px;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.sa_shorts_close-inquiry-btn {
    border-radius: 4px;
    margin-left: auto;
}

@keyframes bottomFadeOut {
    0% {
        position: absolute;
        bottom: -5rem;
        opacity: 0;
    }

    60% {
        position: absolute;
        bottom: -5rem;
        opacity: 0;
    }

    100% {
        position: absolute;
        bottom: 20%;
        opacity: 1;
    }
}

@media (min-width: 600px) {
    .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper {
        width: 100vw;
        max-width: 56.25vh;
        height: 177.78vw;
        max-height: 100vh;
    }

    .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper.productSectionIncluded {
        max-width: 112.5vh;
        /*earlier it was 56.25vh, now made it double which is now 112.5vh. the width is incresed as the new interface is created to show the products section along with each video tile. */
        display: flex;
    }

    .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper.sa_shorts_landscape {
        width: 100%;
        max-width: 80%;
        height: auto;
        max-height: 90vh;
    }

    .saleassist-video-shorts-floating-tile.sa-floating-tile-landscape .sa_shorts_carouselSwiper .swiper-slide.sa_shorts_video-wrapper {
        width: 100%;
        max-width: 80%;
        height: auto;
        max-height: 90vh;
    }
}

.sa-saleassist-expanded-floating-tile-resize-modal .swiper-slide.sa_shorts_video-wrapper {
    width: 100%;
    height: 100%;
}

.sa-saleassist-expanded-floating-tile-resize-modal .swiper-slide.sa_shorts_video-wrapper .sa_shorts_video-controls {
    top: 60px;
    right: 12px;
}

/* scroll customization */
::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 5px;
    margin: 15px 18px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a1a1a1;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}




.sa_shorts_share-shorts-popup-container {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2147483647;
}

.sa_shorts_share-shorts-popup-inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 70%;
    padding: 28px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2147483647;
    background-image: linear-gradient(120deg,
            #fdfbfb 0%,
            #ebedee 100%) !important;
}

.sa_shorts_parentSwiper .sa_shorts_share-shorts-popup-inner-container {
    padding: 20px;
}

.sa_shorts_share-shorts-popup-container-heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sa_shorts_share-shorts-popup-btn-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sa_shorts_share-shorts-popup-btn-container svg,
.sa_shorts_share-shorts-popup-btn-container img {
    cursor: pointer;
}

.sa_shorts-close-share-widget-popup-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    width: auto;
}

.sa_shorts_btn_wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sa_shorts_like_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
}

.sa_shorts_like_wrapper p {
    color: white;
    font-size: 14px;
}

.sa_shorts_open-lead-capture-form-popup-btn {
    display: none;
}

.sa_shorts_share-shorts-popup-on-twitter,
.sa_shorts_share-shorts-popup-on-linkedin,
.sa_shorts_share-shorts-popup-on-gmail {
    display: none !important;
}

.sa_shorts-copy-shorts-page-url-btn-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
    position: absolute;
    top: 10px;
    right: 14px;
    transform: translateX(1500px);
    transition: all 500ms ease-in-out;
}

.sa_shorts-copy-shorts-page-url-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 4px;
}

.sa_shorts-copy-shorts-page-url-btn svg {
    fill: #fff;
}



#video-controls-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

#video-controls-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    width: 100%;
    aspect-ratio: 6 / 1;
    z-index: -1;
    pointer-events: none;
    max-height: 56px;
}

#video-controls-container .video-controls-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.timeline-container {
    height: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.timeline {
    background-color: rgba(100, 100, 100, 0.5);
    height: 3px;
    width: 100%;
    position: relative;
}

/* grey section */
.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(100% - var(--preview-position) * 10%);
    background-color: rgb(150, 150, 150);
    display: none;
}

/* red section */
.timeline::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(100% - var(--progress-position) * 10%);
    background-color: red;
}

.timeline .thumb-indicator {
    --scale: 0;
    position: absolute;
    transform: translateX(-50%) scale(var(--scale));
    height: 200%;
    top: -50%;
    left: calc(var(--progress-position) * 10%);
    background-color: red;
    border-radius: 50%;
    transition: transform 150ms ease-in-out;
    aspect-ratio: 1 / 1;
}

.video-container.scrubbing .timeline::before,
.timeline-container:hover .timeline::before {
    display: block;
}

.video-container.scrubbing .thumb-indicator,
.timeline-container:hover .thumb-indicator {
    --scale: 1;
}

.video-container.scrubbing .timeline,
.timeline-container:hover .timeline {
    height: 100%;
}

.duration-container {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.tagged-products-indicator {
    position: absolute;
    transform: translateX(-50%) scale(var(--scale));
    height: 100%;
    width: 2px;
    background-color: white;
    transition: transform 150ms ease-in-out;
    aspect-ratio: 1 / 1;
    z-index: 1;
    transform: translateX(5px);
}