.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1000ms;--e-preloader-animation:pulse;--e-preloader-animation-duration:2.5s;--e-preloader-delay:0ms;--e-preloader-width:25%;--e-preloader-max-width:25%;}.elementor-kit-7 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------------------------------------------
   VYLARC HOMEPAGE PRODUCT STYLING
   Elementor Product Loop / Product Grid
   ------------------------------------------ */

/* Product card container */
.elementor-widget-woocommerce ul.products li.product,
.elementor-widget-wc-add-to-cart ul.products li.product {
    background: rgba(20, 20, 30, 0.65);
    border: 1px solid rgba(80, 80, 130, 0.35);
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
}

/* Hover glow effect */
.elementor-widget-woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 22px rgba(90, 60, 255, 0.45),
                0 0 40px rgba(130, 60, 255, 0.25);
}

/* Product images */
.elementor-widget-woocommerce ul.products li.product img {
    border-radius: 14px;
    margin-bottom: 15px;
}

/* Product titles */
.elementor-widget-woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

/* Prices */
.elementor-widget-woocommerce ul.products li.product .price {
    color: #bfbfff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* CENTERED BUTTON (Choose Button) */
.elementor-widget-woocommerce ul.products li.product a.button {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #7c3bff, #4e00ff);
    transition: 0.3s ease;
}

/* Button hover */
.elementor-widget-woocommerce ul.products li.product a.button:hover {
    background: linear-gradient(135deg, #4e00ff, #7c3bff);
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(120, 50, 255, 0.55);
}

/* Ensure product content stays centered */
.elementor-widget-woocommerce ul.products li.product * {
    text-align: center !important;
}


/* Intro overlay style (paste into Site Settings -> Custom CSS) */
#intro-video-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  pointer-events:auto;
}
#intro-video-overlay video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
#intro-overlay-tint{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.55));
  pointer-events:none;
}

/* tap to play fallback */
#vy-tap-to-play{ position: absolute; inset:0; display:flex; align-items:center; justify-content:center; }
#vy-tap-btn{
  background: linear-gradient(90deg,#3b82f6,#a855f7);
  color:#000;
  border:0;
  padding:14px 28px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Prevent controls showing on mobile */
#intro-video::-webkit-media-controls { display:none !important; }

/* small fade out */
.vy-fade-out { animation: vyFadeOut 700ms ease-in forwards; }
@keyframes vyFadeOut { to { opacity:0; visibility:hidden; transform:scale(1.01); } }/* End custom CSS */