/* 
Theme Name: Cupere
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: cupere
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Button Primary */
.elementor-button-primary .elementor-button {
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-3b12e9b );
}
.elementor-button.sold-out-button, .button.sold-out-button {
    width: 100%;
    opacity: 0.8;
	pointer-events: none;
}
.hide-sold-out .sold-out-button {
    display: none;
}
.e-loop-add-to-cart-form-container a.button {
    min-width: 250px;
}
/* Outline Black */
.elementor-button-outline-dark .elementor-button {
    background-color: transparent;
    border: 1px solid var(--e-global-color-4dd13df);
	color: var(--e-global-color-4dd13df);
}
.elementor-button-outline-dark .elementor-button:hover {
    background-color: var(--e-global-color-4dd13df);
    border: 1px solid var(--e-global-color-4dd13df);
	color: var(--e-global-color-3b12e9b);
}
/* Outline Light */
.elementor-button-outline-light .elementor-button {
    background-color: transparent;
    border: 1px solid var(--e-global-color-3b12e9b);
	color: var(--e-global-color-3b12e9b);
}
.elementor-button-outline-light .elementor-button:hover {
    background-color: var(--e-global-color-3b12e9b);
    border: 1px solid var(--e-global-color-3b12e9b);
	color: var(--e-global-color-4dd13df);
}
/* Outline Primary */
.elementor-button-outline-primary .elementor-button {
    background-color: transparent;
    border: 1px solid var( --e-global-color-primary );
	color: var( --e-global-color-primary );
}
.elementor-button-outline-primary .elementor-button:hover {
    background-color: var( --e-global-color-primary );
    border: 1px solid var( --e-global-color-primary );
	color: var(--e-global-color-3b12e9b);
}
/* Light */
.elementor-button-light .elementor-button {
    background-color: var(--e-global-color-3b12e9b);
    border: 1px solid var(--e-global-color-3b12e9b);
	color: var(--e-global-color-4dd13df);
}
.elementor-button-light .elementor-button:hover {
    opacity: 0.8
}

.wp-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1.5% 0;
    backdrop-filter: blur(10px);
    mix-blend-mode: screen;
    isolation: isolate;
    z-index: 2;
    height: 115px;
    display: flex;
    align-items: center;
}

.wp-marquee-track {
    display: flex;
    width: max-content;
    align-items: center;
}

.wp-marquee-track span {
    white-space: nowrap;
    padding-right: 3rem;
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Collection Pages */
.collection-products .elementor-add-to-cart * {
    transition: all 0.5s ease-in-out;
}
.collection-products .cart.e-loop-add-to-cart-form {
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-3b12e9b);
}
.collection-products .cart.e-loop-add-to-cart-form:hover {
	opacity: 0.8;
}
.collection-products .e-loop-add-to-cart-form-container a {
	--button-height: 55px;
	background-color: transparent;
	color: inherit;
	font-size: 14px;
	font-weight: 400;
	max-height: calc(var(--button-height) - 5);
	height: var(--button-height);
	line-height: var(--button-height);
    padding: 0;
	text-transform: uppercase;
	border-radius: 0;
}
.collection-products .e-loop-add-to-cart-form-container a:hover {
	background-color: transparent;
	color: inherit;
}

/* Global Fade In Up for all Elementor elements */
/* .elementor-element {
    animation: fadeInUp linear;
	animation-timeline: view();
	animation-range: entry 0% cover 20%;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
} */

/* Plus Minus */
.woocommerce input.qty::-webkit-inner-spin-button,
.woocommerce input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.woocommerce input.qty {
    -moz-appearance: textfield;
}
.quantity {
    position: relative;
    width: 120px;
}

.quantity input.qty {
    width: 100%;
    text-align: center !important;
    padding-left: 36px !important;
	padding-right: 36px !important;
	width: 100% !important;
    min-height: 50px !important;
}

.qty-inside-btn {
    position: absolute;
    top: 0;
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    font-size: 24px;
    color: #000;
}

.qty-minus {
    left: 0;
}

.qty-plus {
    right: 0;
}

/*  */
/* Hide Elementor video widget if iframe is missing */
.elementor-widget-video .elementor-video:empty {
    display: none;
}

/* Also hide the parent wrapper */
.elementor-widget-video:has(.elementor-video:empty) {
    display: none;
}


.postid-484 .accordians-items .e-n-accordion-item-title-text {
	visibility: hidden;
	font-size: 0 !important;
}
.postid-484 .accordians-items .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-text:after {
	content: var(--ac-title);
	visibility: visible;
	font-size: var(--n-accordion-title-font-size);
    letter-spacing: 0.24em;
	line-height: 1.4em;
}
.postid-484 .accordians-items .e-n-accordion .e-n-accordion-item:nth-child(1) .e-n-accordion-item-title-text::after {
	--ac-title: "INFRARED LIGHT – deep repair and wrinkle reduction";
}
.postid-484 .accordians-items .e-n-accordion .e-n-accordion-item:nth-child(2) .e-n-accordion-item-title-text::after {
	--ac-title: "RED LIGHT – Firming and texture renewal";
}
.postid-484 .accordians-items .e-n-accordion .e-n-accordion-item:nth-child(3) .e-n-accordion-item-title-text::after {
	--ac-title: "ORANGE LIGHT – Brightening and radiance boost";
}
.postid-484 .accordians-items .e-n-accordion .e-n-accordion-item:nth-child(4) .e-n-accordion-item-title-text::after {
	--ac-title: "BLUE LIGHT – Clarity and blemish control";
}

/* .e-n-accordion {
    width: 80%;
    margin: 40px auto;
} */


.home-devi-infomanin h4.elementor-heading-title {
    min-height: 60px;
}
.p-info-main {
    min-height: 80px;
}
/* Main centralized wrapper */
.light-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #2b2b2b;
}

/* Top headline */
.light-hero-text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #6f6f6f;
  margin-bottom: 60px;
}

/* Horizontal divider */
.light-divider {
      width: 70%;
    max-width: 600px;
    margin: 60px auto !important;
    border: none;
    border-top: 1px solid #d1c6c6;
}

/* Text sections */
.light-text-block {
  max-width: 700px;
  margin: 0 auto;
}

/* Section titles */
.light-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #000;
}

/* Paragraph text */
.light-description {
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
}

/* Specs alignment tweak */
.light-specs {
  text-align: center;
}

.light-text-block.text-left,.light-text-block ul {
    text-align: left;
}
.light-text-block.light-specs.text-right{
    text-align: right;
}

#content .page-header {
	margin-top: 120px;
}
#content .page-header .entry-title {
    font-size: var( --e-global-typography-bd32977-font-size );
}
.woocommerce-cart .coupon-col-start input {
    border-bottom: 1px solid #2c4a6d !important;
    border-radius: 3px;
    padding: 12px 20px !important;
    width: 100% !important;
}


/* Responsive */
@media (max-width: 768px) {
  .light-hero-text {
	  font-size: 18px;
	}
	.light-text-block.light-specs.text-right{
		text-align: left;
	}
}











/*********** menu css *********/

/* MOBILE ONLY */

/* === MOBILE NAV SUBMENU FIX === */
@media (max-width: 1024px) {

    /* Force dropdown stacking correctly */
    .elementor-nav-menu .menu-item-has-children > .sub-menu {
        position: absolute !important
        display: none;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 9999 !important;
        background: #fff; /* optional */
    }

    /* When active (SmartMenus sets display:block inline) */
    .elementor-nav-menu .menu-item-has-children > .sub-menu[style*="display: block"] {
        display: block !important;
    }

    /* Make links full width */
    .elementor-nav-menu .sub-menu .elementor-sub-item {
        display: block;
        padding: 12px 15px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    /* Highlight parent item when open (for UX) */
    .elementor-nav-menu .elementor-item.highlighted {
        font-weight: 600;
        background: #f9f9f9;
    }
	
	/* default right arrow */
.elementor-nav-menu .has-submenu .sub-arrow svg {
  transition: transform 0.3s ease;
}

/* rotate to down on open */
.elementor-nav-menu .has-submenu[aria-expanded="true"] .sub-arrow svg,
.elementor-nav-menu .elementor-item.highlighted .sub-arrow svg {
  transform: rotate(90deg);
}
	
	
	
}


/*********** end *********/








