   /* =========================================
   VIVICA CUSTOMER VIDEO SECTION
========================================= */

.vivica-customer-videos {
   position: relative;
   background: #fff;
   overflow: hidden;
}

.vivica-customer-videos .container-fluid {
   max-width: 1480px;
   position: relative;
}


/* =========================================
   HEADING
========================================= */

.vivica-videos-heading {
   margin-left: 8px;
   margin-bottom: 25px;
}

.vivica-heading-icon {
   width: 45px;
   height: 45px;
   border: 2px solid #111;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 5px;
}

.vivica-heading-icon span {
   color: #111;
   font-size: 28px;
   line-height: 1;
}

.vivica-videos-heading h2 {
   color: #111;
   font-size: 27px;
   line-height: 1.2;
}

.vivica-videos-heading h2 strong {
   font-weight: 700;
}


/* =========================================
   SLIDER
========================================= */

.vivica-video-slider {
   width: 100%;
   padding: 0 8px 5px !important;
}

.vivica-video-slider .swiper-wrapper {
   align-items: stretch;
}

.vivica-video-slider .swiper-slide {
   width: 240px;
   height: auto;
}


/* =========================================
   VIDEO CARD
========================================= */

.vivica-video-card {
   position: relative;
   height: 100%;
   background: #fff;
   border: 1px solid #e1e4e8;
   border-radius: 9px;
   overflow: visible;
   transition: .3s ease;
}

.vivica-video-card:hover {
   box-shadow: 0 8px 25px rgba(0,0,0,.08);
}


/* =========================================
   VIDEO
========================================= */

.vivica-video-box {
   position: relative;
   width: 100%;
   height: 410px;
   overflow: hidden;
   border-radius: 8px 8px 0 0;
   background: #eee;
   cursor: pointer;
}

.vivica-video-box video {
   width: 100%;
   height: 100%;
   display: block;
   object-fit: cover;
}

.vivica-video-overlay {
   position: absolute;
   inset: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background: rgba(0,0,0,0);
   opacity: 0;
   transition: .3s ease;
}

.vivica-video-box:hover .vivica-video-overlay {
   opacity: 1;
   background: rgba(0,0,0,.12);
}

.vivica-video-overlay span {
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background: rgba(142,0,67,.9);
   color: #fff;
   font-size: 18px;
   padding-left: 3px;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.vivica-product-image {
   position: absolute;
   z-index: 5;
   left: 50%;
   top: 380px;
   transform: translateX(-50%);
   width: 54px;
   height: 54px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #fff;
   border: 1px solid #e0e0e0;
   border-radius: 3px;
   overflow: hidden;
}

.vivica-product-image img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   padding: 4px;
}


/* =========================================
   PRODUCT CONTENT
========================================= */

.vivica-product-content {
   display: block;
   min-height: 128px;
   padding: 45px 12px 14px;
   color: #111;
   text-decoration: none;
   text-align: center;
}

.vivica-product-content:hover {
   color: #111;
}

.vivica-product-content h3 {
   min-height: 42px;
   margin: 0 0 2px;
   color: #111;
   font-size: 14px;
   line-height: 1.35;
   font-weight: 700;

   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.vivica-product-price {
   color: #111;
   font-size: 17px;
   font-weight: 700;
}

.vivica-product-price del {
   margin-left: 5px;
   color: #999;
   font-size: 13px;
   font-weight: 400;
}

.vivica-product-price span {
   margin-left: 4px;
   color: #8e0043;
   font-size: 13px;
   font-weight: 600;
}


/* =========================================
   SLIDER ARROWS
========================================= */

.vivica-slider-prev,
.vivica-slider-next {
   position: absolute;
   z-index: 10;
   top: 53%;
   width: 40px;
   height: 40px;
   border: 0;
   border-radius: 50%;
   background: #fff;
   color: #8e0043;
   box-shadow: 0 3px 12px rgba(0,0,0,.15);
   font-size: 30px;
   line-height: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .3s ease;
}

.vivica-slider-prev {
   left: -5px;
}

.vivica-slider-next {
   right: -5px;
}

.vivica-slider-prev:hover,
.vivica-slider-next:hover {
   background: #8e0043;
   color: #fff;
}


/* =========================================
   VIVICA VIDEO POPUP
========================================= */

.vivica-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.vivica-popup.active {
    display: flex;
}


/* =========================================
   DARK BACKGROUND
========================================= */

.vivica-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}


/* =========================================
   MAIN POPUP
========================================= */

.vivica-popup-container {
    position: relative;
    z-index: 2;

    width: 595px;
    max-width: calc(100vw - 80px);

    height: 530px;
    max-height: calc(100vh - 100px);

    display: flex;

    background: #fff;

    overflow: hidden;

    box-shadow: 0 10px 50px rgba(0,0,0,.4);
}


/* =========================================
   VIDEO SIDE
========================================= */

.vivica-popup-video {
    position: relative;

    width: 50%;
    height: 100%;

    background: #000;

    overflow: hidden;
}

.vivica-popup-video video {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================
   SOUND BUTTON
========================================= */

.vivica-popup-sound {
    position: absolute;

    top: 10px;
    right: 10px;

    width: 38px;
    height: 38px;

    border: 0;
    border-radius: 3px;

/*    background: rgba(0,0,0,.8);*/

    color: #fff;

    font-size: 16px;

    cursor: pointer;
}


/* =========================================
   PRODUCT SIDE
========================================= */

.vivica-popup-product {
    width: 50%;
    height: 100%;

    background: #fff;

    overflow-y: auto;

    scrollbar-width: thin;
}

.vivica-popup-product::-webkit-scrollbar {
    width: 6px;
}

.vivica-popup-product::-webkit-scrollbar-thumb {
    background: #aaa;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.vivica-popup-product-image {
    display: block;

    width: 100%;
    height: 205px;

    border-bottom: 1px solid #eee;

    overflow: hidden;
}

.vivica-popup-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}


/* =========================================
   PRODUCT INFO
========================================= */

.vivica-popup-product-info {
    padding: 10px 13px 12px;
}

.vivica-popup-product-info h3 {
    margin: 0 0 5px;

    color: #111;

    font-size: 14px;
    line-height: 1.35;

    font-weight: 700;
}

.vivica-popup-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vivica-popup-price strong {
    color: #111;

    font-size: 14px;
}

.vivica-popup-price del {
    color: #888;

    font-size: 12px;
}

.vivica-popup-discount {
    color: #8e0043;

    font-size: 11px;
    font-weight: 600;
}


/* =========================================
   DIVIDER
========================================= */

.vivica-popup-divider {
    height: 1px;

    margin: 10px -13px;

    background: #eee;
}


/* =========================================
   SIZE
========================================= */

.vivica-popup-size strong {
    display: block;

    margin-bottom: 7px;

    color: #222;

    font-size: 12px;
}

.vivica-size-options {
    display: flex;
    gap: 7px;
}

.vivica-size-options button {
    width: 80px;
    height: 30px;

    border: 1px solid #555;

    border-radius: 4px;

    background: #fff;

    color: #222;

    font-size: 11px;

    cursor: pointer;
}

.vivica-size-options button.active {
    border-color: #8e0043;

    background: #8e0043;

    color: #fff;
}


/* =========================================
   DESCRIPTION
========================================= */

.vivica-popup-description strong {
    display: block;
    margin-bottom: 10px;
}

.vivica-popup-description p {
    display: block !important;
    margin: 0;
    color: #222;
    font-size: 13px;
    line-height: 1.6;
    visibility: visible;
    opacity: 1;
}


/* =========================================
   BUTTONS
========================================= */

.vivica-popup-buttons {
    display: flex;

    gap: 7px;

    margin-top: 12px;
}

.vivica-more-info,
.vivica-add-cart,
.vivica-cart-icon {
    height: 35px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;

    cursor: pointer;
}

.vivica-more-info {
    width: 105px;

    border: 1px solid #333;

    color: #222;

    background: #fff;
}

.vivica-more-info:hover {
    color: #222;
}

.vivica-add-cart {
    flex: 1;

    border: 1px solid #8e0043;

    background: #8e0043;

    color: #fff;
}

.vivica-cart-icon {
    width: 40px;

    border: 1px solid #333;

    background: #fff;

    color: #222;
}


/* =========================================
   CLOSE BUTTON
========================================= */

.vivica-popup-close {
    position: absolute;

    z-index: 5;

    top: 18px;
    right: 20px;

    width: 34px;
    height: 34px;

    border: 0;

    border-radius: 50%;

    background: rgba(0,0,0,.8);

    color: #fff;

    font-size: 22px;

    line-height: 1;

    cursor: pointer;
}


/* =========================================
   LEFT / RIGHT ARROWS
========================================= */

.vivica-popup-arrow {
    position: absolute;

    z-index: 5;

    top: 50%;

    transform: translateY(-50%);

    width: 56px;
    height: 56px;

    border: 0;

    border-radius: 50%;

    background: rgba(255,255,255,.15);

    color: #fff;

    display: flex;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: .25s ease;
}

.vivica-popup-arrow:hover {
    background: #8e0043;
}

.vivica-popup-arrow span {
    font-size: 42px;

    font-weight: 300;

    line-height: 1;
}

.vivica-popup-prev {
    left: 20px;
}

.vivica-popup-next {
    right: 20px;
}


/* =========================================
   POWERED
========================================= */

.vivica-popup-powered {
    position: absolute;

    z-index: 3;

    bottom: 12px;

    left: 0;
    right: 0;

    text-align: center;

    color: #fff;

    font-size: 10px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .vivica-popup-container {
        width: calc(100vw - 30px);

        max-width: none;

        height: auto;
        max-height: calc(100vh - 80px);

        flex-direction: column;
    }

    .vivica-popup-video {
        width: 100%;

        height: 52vh;
    }

    .vivica-popup-product {
        width: 100%;

        max-height: 45vh;
    }

    .vivica-popup-product-image {
        height: 0px;
    }

    .vivica-popup-arrow {
        width: 42px;
        height: 42px;
    }

    .vivica-popup-prev {
        left: 8px;
    }

    .vivica-popup-next {
        right: 8px;
    }

    .vivica-popup-close {
        top: 8px;
        right: 8px;
    }
}
/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

   .vivica-video-slider .swiper-slide {
      width: 230px;
   }

   .vivica-video-box {
      height: 380px;
   }

   .vivica-product-image {
      top: 350px;
   }
}


@media (max-width: 767px) {

   .vivica-videos-heading {
      margin-left: 5px;
      margin-bottom: 20px;
   }

   .vivica-videos-heading h2 {
      font-size: 21px;
   }

   .vivica-heading-icon {
      width: 38px;
      height: 38px;
   }

   .vivica-heading-icon span {
      font-size: 23px;
   }

   .vivica-video-slider .swiper-slide {
      width: 220px;
   }

   .vivica-video-box {
      height: 350px;
   }

   .vivica-product-image {
      top: 320px;
   }

   .vivica-slider-prev,
   .vivica-slider-next {
      display: none;
   }

   .vivica-product-content {
      min-height: 120px;
   }
}


@media (max-width: 575px) {

   .vivica-video-slider {
      padding-left: 5px !important;
   }

   .vivica-video-slider .swiper-slide {
      width: 205px;
   }

   .vivica-video-box {
      height: 325px;
   }

   .vivica-product-image {
      top: 295px;
   }

   .vivica-product-content h3 {
      font-size: 13px;
   }

   .vivica-product-price {
      font-size: 16px;
   }
}  

ins {
    text-decoration: none !important;
}
.vivica-popup-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
}

.vivica-popup-keyword {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 13px;
    border-radius: 30px;
    background: #f8d7e6;
    color: #8e0043;
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 767px) {
    img#vivicaPopupProductImage {
    display: none !important;
}
}