<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fvp-featured-item-wrap{
    position:relative;
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    z-index: 0;
    overflow: hidden;
}

.fvp-featured-poster{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.fvp-video-layer{
    pointer-events: none;
}

.fvp-featured-item-direct-embed{
    transition: opacity 500ms ease-out;
    transition-delay: 1s;
    position: relative;
    width: 100%;
}

.fvp-featured-item-direct-embed .fvp-video{
    max-width: 100%!important;
    visibility: visible!important;
    position: relative!important;
    display: block!important;
}
/*
.fvp-direct-replace .fvp-video{
    top: 50%;
    transform: translateY(-50%);
}*/

.fvp-direct-onload {
    position: relative;
}
.fvp-direct-onload iframe {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}

.fvp-direct-iframe{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    max-width: none!important;
    max-height: none!important;
   
}

.fvp-video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: auto;*/
    transition: opacity 350ms ease-out;
    overflow: hidden;
    
}
.fvp-video-wrap-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fvp-featured-item-wrap .fvp-video{
    visibility: visible!important;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: none!important;
    min-width: 100%;
    display: block;
}

.fvp-featured-item-direct-embed .fvp-video-wrap{
    position: relative!important;
    height: auto!important;
}

.fvp-featured-item-direct-embed .fvp-video{
    position: relative!important;
    top: 0!important;
    left:0!important;
    transform:none!important;
}

/*
.fvp-direct-replace_ar .fvp-video-wrap{
    position: relative!important;
    height: auto!important;
}*/

/*
.fvp-featured-item-direct-embed.fvp-is-product-item .fvp-video{
    height: auto!important;
}*/


.fvp-featured-item-wrap:hover .fvp-product-icon{
    display: none;
}


.fvp-direct-audio{
    position: absolute!important;
    bottom: 10px!important;
    left: 10px!important;
    width: calc(100% - 20px)!important;
    visibility: visible;
}

.fvp-audio{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    visibility: visible;
}

.fvp-iframe{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	background: #222;
	transition: opacity 350ms ease-out;
	opacity: 0;
    max-width: none!important;
}
/*
.fvp-featured-item-wrap img{
    min-width: 100%!important;
    height: auto!important;
}*/

.fvp-yt-clean{
    position: absolute!important;
    width: 132%!important;
    height: 200%!important;
    top: -50%!important;
    left: -16%!important;
    max-width: none!important;
}

.fvp-blocker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}
.fvp-video-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.fvp-is-product-tag-item[data-permalink] .fvp-blocker,
.fvp-is-product-category-item[data-permalink] .fvp-blocker,
.is_shop[data-permalink] .fvp-blocker{
    cursor: pointer;
}*/




/*
.fvp-featured-item-active{
    z-index: 30;
}*/
.fvp-featured-image-lightbox{
    position: relative;
}
.fvp-featured-image-lightbox:hover .fvp-controls{
    opacity: 1;
}


.fvp-product-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: auto !important; 
    max-width:100%!important;
    pointer-events: none;
   
}




/* tooltip */

.fvp-video-tooltip{
    position: absolute;
    max-width: 600px;
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #fff;
    pointer-events: none;
    padding: 10px;
    z-index: 99999999;
    display: none;
    opacity: 0;
    transition: opacity .35s ease-out;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 12%);
}

.fvp-video-tooltip .fvp-video-wrap{
    position:relative;
}

.fvp-video-tooltip-img{
    width: 100%;
    max-width: none;
    display: block;
    opacity: 0;/*keep ratio, we dont need image*/
}
.fvp-video-tooltip-visible{
    opacity: 1;
}
.fvp-video-tooltip .fvp-media{
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    background: #111;
}
.fvp-video-tooltip .fvp-video{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height: auto;
    min-height:100%;
    object-fit: cover;
    transition: opacity 500ms ease-out;
    visibility: visible!important;
    vertical-align: top;
}
@media (max-width: 400px) { 
    .fvp-video-tooltip{
        padding: 10px;
    }
}


/* cart popup */
.fvp-product-popup{
    background: #fff;
}
.fvp-product-popup-data{
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.fvp-product-popup-header,
.fvp-product-popup-header-exist{
    font-weight: 600;
    font-size: 2rem;
}
.fvp-product-popup-added-notice,
.fvp-product-popup-added-notice-exist{
    font-size: 16px;
    margin: 5px 15px;
    color: #aaa;
}
.fvp-product-popup-select-options-btn,
.fvp-product-popup-add-to-cart-btn,
.fvp-product-popup-go-to-cart-btn{
    font-size: .7rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 300;
    transition: all .5s ease;
    color: #fff;
    background: #3d98ff;
    cursor: pointer;
    padding: 15px 40px;
    text-decoration: none;
    margin: 20px 15px 20px 0;
    transition: all .5s ease;
    white-space: nowrap;
}

.fvp-product-cart-popup .fvp-product-popup-go-to-cart-btn{
    margin: 20px;
}


.fvp-product-popup-select-options-btn,
.fvp-product-popup-add-to-cart-btn{
    background: #96588a;
}
.fvp-product-popup-add-to-cart-btn:hover,
.fvp-product-popup-go-to-cart-btn:hover{
    opacity: 0.9;
}
.fvp-product-popup-continue-shopping-btn{
    text-decoration: none;
    color: #3d98ff!important;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .5s ease;
}
.fvp-product-popup-continue-shopping-btn:hover{
    text-decoration: underline;
}



/* product popup */

.fvp-product-popup-btn{
    padding: 10px 15px;
    background: #96588a;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
}
.fvp-product-popup-btn:hover{
    opacity: 0.9;
}
.fvp-product-popup-wrap{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.25);
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.fvp-product-popup-visible{
    opacity: 1;
}
.fvp-product-popup{
    display: inline-flex;
    padding: 10px;
    flex-direction: row;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    background: #fff;
}
.fvp-popup-visible{
    opacity: 1;
}
.fvp-product-popup-media{
    position: relative;
    /*min-width: 50%;*/
    width: 100%;
}
.fvp-product-popup-media .fvp-video{
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.fvp-product-popup-media img{
    display: block;
}
.fvp-product-popup-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fvp-product-popup-data{
    margin: 10px;
}
.fvp-product-popup-cart-data{
    align-items: center;
}
.fvp-product-popup-cart-data2{
    align-items: left;
}
.fvp-product-popup-title{
    font-size: 30px;
    color: #28303d;
}
.fvp-product-popup-description{
    font-size: 16px;
    color: #aaa; 
}
.fvp-product-popup-actions{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fvp-product-popup-price{
    font-size: 16px;
    color: #28303d;
}
.fvp-product-popup-cart-btn{
    background: #96588a;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease-out;
}
.fvp-product-popup-cart-btn:hover{
    opacity: 0.9;
}
.fvp-product-popup-close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.fvp-product-popup-close svg{
    height: 22px;
    top: 50%;
    position: absolute;
    color: #aaa;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media (max-width: 500px) { 
    .fvp-product-popup{
        flex-direction: column;
        width: 100%;
    }
}



/* zoom */
.fvp-featured-item-zoom{
    transform: scale(1.2);
    transition: all .5s ease;
    transition-delay: .5s;
    z-index: 100;
}

.fvp-product-buy-btn{
    position: absolute;
    color: #fff;
    font-weight: 400;
    bottom: 0;
    left: 0;
    padding: 20px 20px 20px 30px;
    opacity: 0;
    transition: opacity .5s ease;
    border: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase!important;
    z-index: 10;
    font-size: 14px;
}
.fvp-product-buy-btn:hover{
    text-decoration: underline;
}
.fvp-product-volume-btn{
    position: absolute;
    color: #fff;
    font-weight: 400;
    bottom: 0;
    right: 0;
    padding: 20px 20px 20px 30px;
    opacity:  0;
    transition: opacity .5s ease;
    border: none;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none!important;
    z-index: 10;
    display: flex;
    align-content: center;
    justify-content: center;
}
.fvp-product-volume-btn-inner{
    position: absolute;
}
.fvp-volume-icon{
    display: block;
    width: 22px;
}
.fvp-volume-icon-unmute{
    display: none;
}


.fvp-btn-visible-delay{
    transition-delay: 0.8s;
}
.fvp-btn-visible{
    opacity: 1;
}


.woocommerce-product-gallery__image .avada-product-gallery-lightbox-trigger{
    display: none!important;
}



/* icons */

.fvp-controls{
    position: absolute;
    display: flex;
    flex-wrap:nowrap;
    z-index: 11;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.fvp-featured-item-active .fvp-controls,
.fvp-featured-item-direct-embed:hover .fvp-controls{
    opacity: 1;
}
.fvp-controls-tl.fvp-controls{
    top:0;
    left:0;
}
.fvp-controls-tr.fvp-controls{
    top:0;
    right:0;
}
.fvp-controls-bl.fvp-controls{
    bottom:0;
    left:0;
}
.fvp-controls-br.fvp-controls{
    bottom:0;
    right:0;
}
.fvp-controls-c.fvp-controls{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.fvp-contr-btn{
    background: rgba(40,40,40,0.25);
    width:45px;
    height:45px;
    box-shadow: none!important;
    border:none!important;
    outline:none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fvp-contr-btn:hover img{
    opacity:1 !important;
}
.fvp-contr-btn img{
    display: block!important;
    margin: 0!important;
    opacity: 0.9;
    width: auto!important;
    min-width: 0!important;
    box-shadow: none !important;
    border: none!important;
}

.fvp-hidden {
	opacity: 0; 
}
.fvp-visible {
    opacity: 1; 
}

.fvp-no-download{
   pointer-events:none;  
}

.woocommerce-product-video{
    margin:10px auto;
}




.fvp-contains .et_overlay,
.fvp-contains .mask,
.fvp-contains .woo-product-overlay{
    pointer-events: none!important;
    opacity: 0!important;
}

.fvp-preview-tooltip-btn{
    padding: 10px 15px;
    background: #9e9e9e;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
}

/*.product.fvp-contains a,*/
.product.fvp-contains a.woocommerce-LoopProduct-link{
    width: 100%;
}


.aptbox-container {
    z-index: 99999999;
}



/* shop lightbox icon */
.fvp-shop-lightbox-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1111;
    cursor: pointer;
}
.fvp-shop-lightbox-icon img{
    display: block;
}
.fvp-shop-lightbox-icon:hover{
    opacity: 0.9;
}

/* video loader */

#fvp-loader-preview{
    position: relative;
    width: 100px;
    height: 100px;
    background: #2271b1;
}

.fvp-spinner{
    position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
    background-color: #fff;
    -webkit-animation: fvp-sk-rotateplane 1.2s infinite ease-in-out;
    animation: fvp-sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes fvp-sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes fvp-sk-rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* image spinner */
.fvp-loader-img{
    display: block;
    width: 40px;
    height: auto;
}
.fvp-image-spinner{
    background-color: rgba(0,0,0,0);
}



.fvp-sk-chase {
    position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
    animation: fvp-sk-chase 2.5s infinite linear both;
}
.fvp-sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: fvp-sk-chase-dot 2.0s infinite ease-in-out both; 
}
.fvp-sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: fvp-sk-chase-dot-before 2.0s infinite ease-in-out both; 
}
.fvp-sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.fvp-sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.fvp-sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.fvp-sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.fvp-sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.fvp-sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.fvp-sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.fvp-sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.fvp-sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.fvp-sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.fvp-sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.fvp-sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
@keyframes fvp-sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes fvp-sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes fvp-sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}


.fvp-bounce {
   position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
}
.fvp-double-bounce1, .fvp-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fvp-sk-bounce 2.0s infinite ease-in-out;
  animation: fvp-sk-bounce 2.0s infinite ease-in-out;
}
.fvp-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes fvp-sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes fvp-sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.fvp-spinner-cube {
  position:absolute;
    top:50%;
    left:50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    pointer-events:none;
}
.fvp-spinner-cube1, .fvp-spinner-cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fvp-sk-cubemove 1.8s infinite ease-in-out;
  animation: fvp-sk-cubemove 1.8s infinite ease-in-out;
}
.fvp-spinner-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes fvp-sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}
@keyframes fvp-sk-cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}



.fvp-sk-cube-grid {
  position:absolute;
    top:50%;
    left:50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    pointer-events:none;
}
.fvp-sk-cube-grid .fvp-sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: fvp-sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: fvp-sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.fvp-sk-cube-grid .fvp-sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.fvp-sk-cube-grid .fvp-sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.fvp-sk-cube-grid .fvp-sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.fvp-sk-cube-grid .fvp-sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.fvp-sk-cube-grid .fvp-sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.fvp-sk-cube-grid .fvp-sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.fvp-sk-cube-grid .fvp-sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.fvp-sk-cube-grid .fvp-sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.fvp-sk-cube-grid .fvp-sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes fvp-sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}
@keyframes fvp-sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}






</pre></body></html>