/* Glowtech Product Dynamic Sections CSS - Fixed */

:root {
  --glowtech-primary: #B8336A;    /* Brand primary color */
  --glowtech-secondary: #221E20;  /* Dark text color */
  --glowtech-text: #221E20;       /* Main text color */
  --glowtech-background: #FFFFFF;
  --glowtech-accent: #AB8D42;     /* Gold accent */
  --glowtech-light-bg: #FFEDF2;   /* Light pink background */
  --glowtech-border: #E0E0E0;
}

/* Wrapper */
.glowtech-dynamic-sections-wrapper {
    margin: 0;
}

/* Base Section Styles */
.glowtech-dynamic-sections-wrapper .glowtech-product-section {
    padding: 100px 0;
    margin-bottom: 80px; /* Spacing between sections */
    position: relative;
    overflow: hidden;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section .glowtech-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.glowtech-dynamic-sections-wrapper .glowtech-main-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.2;
    color: var(--glowtech-primary);
}

.glowtech-dynamic-sections-wrapper .glowtech-subtitle {
    font-size: 1.4rem;
    margin-bottom: 35px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--glowtech-text);
}

/* Section 1 - AI Technology */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech {
    background: var(--glowtech-light-bg);
    padding: 100px 0;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-ai-tech-content {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Text left, device right */
    gap: 80px;
    align-items: center;
    position: relative;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-text-content {
    order: 1; /* Text on left */
    padding-right: 40px;
}


@media (max-width: 600px) {
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-ai-tech-content,
	.glowtech-dynamic-sections-wrapper .glowtech-product-section-nail-detect .glowtech-nail-detection-content{
		grid-template-columns: none !important;
    	gap: 0px !important;
    }
	.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-text-content{
		padding-right:0px;
	}
	h2 img{ width: 100%; }
	.glowtech-product-section-dual-images .glowtech-comparison-image{
		height: auto !important;
	}
	.glowtech-product-section-social-videos .glowtech-video-item{
		flex: none !important;
	}
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-device-display {
    order: 2; /* Device on right */
    position: relative;
    text-align: center;
    max-width: 550px;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-main-title {
    color: var(--glowtech-primary);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-subtitle {
    color: var(--glowtech-text);
    font-size: 1.8rem !important;
    line-height: 1.5;
    margin-bottom: 30px;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-device-frame {
    position: relative;
    display: inline-block;
}

/* Single image - no screen overlay */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-device-bg {
    width: 100%;
    max-width: inherit; /* Larger image */
    height: auto;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: block;
}

/* Hide screen content - we want single image only */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-screen-content {
    display: none;
}

/* Bottom text frame positioned below device on right side */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-bottom-text-frame {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 12px 25px;
    border: 2px solid var(--glowtech-text);
    border-radius: 25px;
    background: white;
    font-weight: 500;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    line-height: 1.3;
    text-align: center;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-description-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 10px;
    display: inline-block;
}

/* Section 2 - Nail Detection */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-nail-detect {
    background: white;
    padding: 100px 0;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-nail-detect .glowtech-nail-detection-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.glowtech-product-section-nail-detect .glowtech-main-title {
    color: var(--glowtech-text); /* Black color */
    font-size: 3.5rem; /* Larger */
    font-weight: 700;
    margin-bottom: 15px;
}

.glowtech-product-section-nail-detect .glowtech-subtitle {
    color: var(--glowtech-text); /* Black color */
    font-size: 2.5rem; /* Larger */
    font-weight: 700;
    margin-bottom: 30px;
}

.glowtech-product-section-nail-detect .glowtech-hand-demo {
    width: 100%; /* Full 50% width */
}

.glowtech-product-section-nail-detect .glowtech-hand-container {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.glowtech-product-section-nail-detect .glowtech-hand-image {
    width: 100%; /* Full width of container */
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.glowtech-product-section-nail-detect .glowtech-light-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 40%, var(--glowtech-light-color) 0%, transparent 70%);
    mix-blend-mode: screen;
    opacity: 0.8;
    border-radius: 20px;
    animation: glowPulse 3s ease-in-out infinite;
}

/* Section 3 - LED Array */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-led-array {
    background: white; /* No dark background */
    color: var(--glowtech-text);
    padding: 100px 0;
}

.glowtech-dynamic-sections-wrapper .glowtech-product-section-led-array .glowtech-led-array-content {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Text left, image right */
    gap: 80px;
    align-items: center;
}

.glowtech-product-section-led-array .glowtech-text-content {
    order: 1; /* Text on left */
    padding-right: 40px;
}

.glowtech-product-section-led-array .glowtech-led-image {
    order: 2; /* Image on right */
}

.glowtech-product-section-led-array .glowtech-main-title {
    color: var(--glowtech-primary);
    font-size: 3.5rem !important;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.glowtech-product-section-led-array .glowtech-subtitle {
    color: var(--glowtech-text);
    font-size: 1.3rem;
    margin-bottom: 40px;
    line-height: 1.4;
}

/* Hide performance highlight - no percentage text needed */
.glowtech-product-section-led-array .glowtech-performance-highlight {
    display: none;
}

.glowtech-product-section-led-array .glowtech-led-array-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(184, 51, 106, 0.2);
}

.glowtech-product-section-led-array .glowtech-additional-info {
    color: var(--glowtech-text);
    line-height: 1.6;
    font-size: 1.1rem;
}

/* Section 4 - Dual Images */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-dual-images {
    background: var(--glowtech-light-bg);
    padding: 100px 0;
}

.glowtech-product-section-dual-images .glowtech-section-description {
    text-align: center;
    margin-bottom: 60px;
    font-size: 1.3rem;
    color: var(--glowtech-text);
}

.glowtech-product-section-dual-images .glowtech-dual-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
}

.glowtech-product-section-dual-images .glowtech-image-item {
    text-align: center;
    position: relative;
}

.glowtech-product-section-dual-images .glowtech-comparison-image {
    width: 100%;
    height: 450px; /* Larger images */
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glowtech-product-section-dual-images .glowtech-comparison-image:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.glowtech-product-section-dual-images .glowtech-image-caption {
    margin-top: 25px;
    font-size: 1.3rem; /* Larger caption */
    color: var(--glowtech-text);
    line-height: 1.4;
    font-weight: 700; /* Bolder text */
    padding: 0 20px;
}

/* Section 5 - Social Videos Slider */
/* Section 5 - Social Videos Slider */
.glowtech-dynamic-sections-wrapper .glowtech-product-section-social-videos {
    background: var(--glowtech-light-bg);
    padding: 100px 0;
}

.glowtech-product-section-social-videos .glowtech-section-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 3rem;
    font-weight: 700;
    color: var(--glowtech-primary);
    position: relative;
}

.glowtech-product-section-social-videos .glowtech-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(45deg, var(--glowtech-primary), var(--glowtech-accent));
    border-radius: 2px;
}

/* Slider Container - UPDATED */
.glowtech-dynamic-sections-wrapper .glowtech-video-slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px; /* Space for arrows */
}

.glowtech-dynamic-sections-wrapper .glowtech-video-slider {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

/* .glowtech-product-section-social-videos .glowtech-video-grid {
    display: flex !important; 
    gap: 20px;
    transition: transform 0.3s ease;
    will-change: transform;
} */

.glowtech-product-section-social-videos .glowtech-video-item {
    /* flex: 0 0 calc((100% - 100px) / 6);  */
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    /* min-width: 180px; */
    /* width: auto !important; */

}

.glowtech-product-section-social-videos .glowtech-video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.glowtech-product-section-social-videos .glowtech-video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 120px;
    background: #f0f0f0;
}

.glowtech-product-section-social-videos .glowtech-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.glowtech-product-section-social-videos .glowtech-video-thumbnail:hover .glowtech-thumbnail-image {
    transform: scale(1.05);
}

.glowtech-product-section-social-videos .glowtech-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    opacity: 0;
}

.glowtech-product-section-social-videos .glowtech-video-thumbnail:hover .glowtech-play-overlay {
    opacity: 1;
}

.glowtech-product-section-social-videos .glowtech-play-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.glowtech-product-section-social-videos .glowtech-play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid #333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 2px;
}

.glowtech-product-section-social-videos .glowtech-video-title {
    padding: 10px 12px 5px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.glowtech-product-section-social-videos .glowtech-video-description {
    padding: 0 12px 10px;
    color: #666;
    font-size: 0.7rem;
    line-height: 1.4;
    margin: 0;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Slider Navigation Arrows */
.glowtech-dynamic-sections-wrapper .glowtech-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border: 2px solid var(--glowtech-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.glowtech-dynamic-sections-wrapper .glowtech-slider-nav:hover {
    background: var(--glowtech-primary);
    transform: translateY(-50%) scale(1.1);
}

.glowtech-dynamic-sections-wrapper .glowtech-slider-nav:hover::after {
    border-left-color: white;
    border-right-color: white;
}

.glowtech-dynamic-sections-wrapper .glowtech-slider-nav.prev {
    left: -25px;
}

.glowtech-dynamic-sections-wrapper .glowtech-slider-nav.next {
    right: -25px;
}

.glowtech-dynamic-sections-wrapper .glowtech-slider-nav.prev::after {
    content: '';
    width: 0;
    height: 0;
    border-right: 12px solid var(--glowtech-primary);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-right: 2px;
}

.glowtech-dynamic-sections-wrapper .glowtech-slider-nav.next::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid var(--glowtech-primary);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 2px;
}

/* Fixed video modal close button */
.glowtech-video-modal-close {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    background: white !important;
    border: 1px solid rgb(244, 67, 54) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 17px !important;
    cursor: pointer !important;
    z-index: 999999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgb(244, 67, 54) !important;
    font-weight: bold !important;
    transition: 0.2s !important;
}

.glowtech-product-section .slick-prev{left: 10px; width: 40px; height: 40px; border-radius: 50%; z-index: 1; border: 2px solid #B8336A;
background-image: url(../images/arrow_left.svg); background-position: center center; background-color: var(--glowtech-background); background-position: center center; background-repeat: no-repeat; }
.glowtech-product-section .slick-prev:hover{background-color: var(--glowtech-primary); background-image: url(../images/arrow_left-white.svg); }

.glowtech-product-section .slick-next{right: 10px; width: 40px; height: 40px; border-radius: 50%; z-index: 1; border: 2px solid #B8336A; 
background-image: url(../images/arrow_right.svg); background-position: center center; background-color: var(--glowtech-background); background-position: center center; background-repeat: no-repeat; }
.glowtech-product-section .slick-next:hover{background-color: var(--glowtech-primary); background-image: url(../images/arrow_right-white.svg); }

.glowtech-product-section .slick-slide{margin: 0 5px;}
/* .glowtech-product-section-social-videos .glowtech-video-item{min-width: inherit !important;} */

.glowtech-dynamic-sections-wrapper .product_cart_details .title_main{color: #121212; }

.glowtech-product-section-led-array .glowtech-text-content{padding-left: 30px !important; }
.glowtech-dynamic-sections-wrapper .product_cart_area .row .col-lg-6:last-child{ padding-right: 3rem; }
.glowtech-dynamic-sections-wrapper .product .product-single-img{padding-right: 12px !important; width: 50% !important;}
/* .product_cart_area .product_cart_details .product_cart_btns .increase_decrease{height: 5rem;} */

.glowtech-dynamic-sections-wrapper .product-single-img .slider-nav .slick-list{margin: 0; }
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-prev{left: 0;}
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-next{right: 0;}
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav{padding: 0 30px;}
/* .product-single-img .synce_slider .slider-nav .product_cart_img_nav{width: auto !important; height: auto !important; } */

.glowtech-product-section-social-videos .glowtech-container{max-width: inherit;}
.glowtech-product-section-ai-tech .glowtech-main-title{font-size: 3.5rem !important;}

.glowtech-product-section-nail-detect .glowtech-main-title{font-size: 4rem !important; font-weight: 700 !important; }

.glowtech-product-section-led-array .glowtech-main-title{color: var(--glowtech-primary) !important; }

.glowtech-dynamic-sections-wrapper .product_cart_area .product_cart_details .product_cart_btns{padding-top: 0; }
.glowtech-dynamic-sections-wrapper .product_cart_btns::before{display: none;}

/*  Product slider left to right */

.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider{flex-direction: row !important; align-items: flex-start; justify-content: space-between; }
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-single{max-width: calc(100% - 160px); }
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav{max-width: 140px; padding: 25px 0 0 0; margin-top: 0;}
/*
.product-single-img .slider-nav .slick-track{display: block; }
*/

.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-prev{bottom: auto; left: calc(50% - 10px); right: auto; top: 0; transform: none; }
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-prev img{transform: rotate(90deg); }
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-next{bottom: -26px; left: 0; right: calc(50% - 10px); top: auto; transform: none; }
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-next img{transform: rotate(90deg);}
.glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-slide{margin: 0 0 10px 0;}




.glowtech-dynamic-sections-wrapper .synce_slider .slider-single .product_badge p{line-height: 1;}

.glowtech-dynamic-sections-wrapper .product-warranty-btn{padding:30px 0 0 0; display: flex; justify-content: center; }

/* .glowtech-product-section-social-videos .glowtech-video-grid .slick-list{width: 100%;} */
/* .glowtech-product-section-social-videos .glowtech-video-grid .slick-list .slick-track{width: 100%;} */

/* Animations */
@keyframes glowPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.glowtech-device-bg {
    animation: float 4s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 992px) {
    .glowtech-product-section-ai-tech .glowtech-ai-tech-content,
    .glowtech-product-section-nail-detect .glowtech-nail-detection-content,
    .glowtech-product-section-led-array .glowtech-led-array-content,
    .glowtech-product-section-dual-images .glowtech-dual-images-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .glowtech-product-section-ai-tech .glowtech-text-content,
    .glowtech-product-section-led-array .glowtech-text-content {
        order: 2;
        padding-right: 0;
    }
    
    .glowtech-product-section-ai-tech .glowtech-device-display,
    .glowtech-product-section-led-array .glowtech-led-image {
        order: 1;
    }
    
    .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 calc((100% - 40px) / 3);
    }
}

@media (max-width: 768px) {
    .glowtech-product-section {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    
    .glowtech-main-title {
        font-size: 2.2rem;
    }
    
    .glowtech-subtitle {
        font-size: 1.2rem;
    }
    
    .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 calc((100% - 20px) / 2);
    }
    
    .glowtech-slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .glowtech-slider-nav.prev {
        left: -20px;
    }
    
    .glowtech-slider-nav.next {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .glowtech-product-section {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    
    .glowtech-product-section .glowtech-container {
        padding: 0 15px;
    }
    
    .glowtech-main-title {
        font-size: 1.9rem;
    }
    
    .glowtech-subtitle {
        font-size: 1.1rem;
    }
    
    .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 100%;
    }
}

.glowtech-performance-highlight {
    justify-content: center;
}


.glowtech-product-section-led-array .glowtech-performance-number {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(45deg, #b8336a, #ee4088) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.glowtech-product-section-led-array .glowtech-performance-label {
    font-size: 1.5rem;
    color: #373737;
    font-weight: 400;
}


section.glowtech-product-section.glowtech-product-section-led-array.three-block {
    background-color: #EFEFEF !important;
}

.glowtech-image-item {
    background: #F6F6F6 !important;
}


.glowtech-product-section-dual-images .glowtech-image-item {
    padding: 3rem !important;
    padding-top: 3.5rem !important;
    background: #EFEFEF !important;
}



/* Slider Navigation Arrows - Created by JavaScript */
.glowtech-dynamic-sections-wrapper .slider-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: white !important;
    border: 2px solid var(--glowtech-primary) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    z-index: 10 !important;
    font-size: 16px !important;
    color: var(--glowtech-primary) !important;
}

.glowtech-dynamic-sections-wrapper .slider-arrow:hover {
    background: var(--glowtech-primary) !important;
    color: white !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.glowtech-dynamic-sections-wrapper .slider-arrow:disabled,
.glowtech-dynamic-sections-wrapper .slider-arrow[style*="opacity: 0.5"] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

@media (max-width: 1599px) {
    .glowtech-dynamic-sections-wrapper .product .product-single-img{padding-left: 30px !important;}
}

@media (max-width: 1499px) {
    .glowtech-dynamic-sections-wrapper .single-product .product_area{overflow: hidden;}
    .glowtech-dynamic-sections-wrapper .single-product .product_cart_area{overflow: hidden;}
    .glowtech-dynamic-sections-wrapper .single-product .product_cart_area .container{padding-left: 15px; padding-right: 15px; }

}

@media (max-width: 1399px) {
   .glowtech-dynamic-sections-wrapper  .glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle{font-size: 30px !important; }
    .glowtech-dynamic-sections-wrapper .single-product .title_lg, .glowtech-section-title{font-size: 30px !important; }
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav{max-width: 110px; }
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-single{max-width: calc(100% - 130px);}
}


/* Responsive updates for slider */
@media (max-width: 1200px) {
    /* .glowtech-video-slider-container {
        padding: 0 60px;
    } */
    
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 calc((100% - 80px) / 5);
    }
   .glowtech-dynamic-sections-wrapper  .product .product-single-img{padding-left: 20px !important; }
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-nail-detect h2.glowtech-main-title, .glowtech-product-section-nail-detect h3.glowtech-subtitle{font-size: 24px !important; }
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-led-array{padding: 50px 0;}
    .glowtech-dynamic-sections-wrapper .three-block .glowtech-subtitle{font-size: 20px; }
    .glowtech-dynamic-sections-wrapper .synce_slider .slider-single .product_cart_img img{object-fit: cover;}    
}

@media (max-width: 600px) {
	.glowtech-dynamic-sections-wrapper .glowtech-product-section-nail-detect h2.glowtech-main-title,
	.glowtech-product-section-nail-detect h3.glowtech-subtitle{
		font-size: 18px !important;
	}
}
@media (max-width: 1023px) {
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav{max-width: 90px; }
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-single{max-width: calc(100% - 100px);}
}

@media (max-width: 992px) {
    /* .glowtech-video-slider-container {
        padding: 0 50px;
    } */
    
    .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 calc((100% - 40px) / 3);
    }
    .glowtech-dynamic-sections-wrapper .single-product .synce_slider .slider-single .slick-list{margin: 0 auto 30px auto !important; width: auto;}
   /* .glowtech-dynamic-sections-wrapper .synce_slider .slider-single .product_cart_img{height: auto;}*/
   /* .glowtech-dynamic-sections-wrapper .synce_slider .slider-single .product_cart_img img{height: 400px;}*/
    .glowtech-product-section-ai-tech .glowtech-device-display{max-width: inherit;}
}

@media (max-width: 991px) {
    .glowtech-dynamic-sections-wrapper .single-product .product_cart_area .row .col-lg-6:last-child{padding: 0;}
    .glowtech-dynamic-sections-wrapper .product .product-single-img{width: 100% !important; }
    .glowtech-dynamic-sections-wrapper .synce_slider .slider-nav .product_cart_img_nav img{height: auto; }
    .glowtech-dynamic-sections-wrapper .single-product .synce_slider .slider-single{margin-bottom: 0;}

}   

@media (max-width: 768px) {
    /* .glowtech-video-slider-container {
        padding: 0 40px;
    } */
    
    .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 calc((100% - 20px) / 2);
        min-width: 200px;
    }
    
    .glowtech-dynamic-sections-wrapper .slider-arrow {
        width: 45px !important;
        height: 45px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .glowtech-product-section-led-array .glowtech-led-image{padding: 0 5px; }
    .glowtech-dynamic-sections-wrapper .single-product .product .product-single-img{padding:0 0px !important;}
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-main-title{font-size: 2.5rem !important;}
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-led-array .glowtech-main-title{font-size: 2.5rem !important; }
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-dual-images .glowtech-image-item{padding: 2rem !important;}
    .glowtech-dynamic-sections-wrapper .single-product .has-post-thumbnail{margin-bottom: 25px; }
    .glowtech-dynamic-sections-wrapper .product_cart_area .main-row{padding-top: 0;}
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-ai-tech .glowtech-bottom-text-frame{position: static;}

    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-single{max-width: 100%;}
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider{flex-direction: column-reverse !important;}
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav{max-width: inherit; padding: 0 20px 0px 20px; max-width: 100%; }
  /*   .glowtech-dynamic-sections-wrapper .product-single-img .slider-nav .slick-track{display: flex;} */
    /* .synce_slider .slider-nav .product_cart_img_nav img{height: auto !important;} */
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-slide{margin: 0 3px; }    
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-next img{transform: none;}
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-next{left: auto; right: 0; bottom: calc(50% - 10px);}
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-prev img{transform: none;}
    .glowtech-dynamic-sections-wrapper .product-single-img .synce_slider .slider-nav .slick-prev{left: 0; right: auto; bottom: calc(50% - 10px); top: auto;}
    
}

@media (max-width: 480px) {
    /* .glowtech-video-slider-container {
        padding: 0 30px;
    } */
    
    .glowtech-dynamic-sections-wrapper .glowtech-product-section-social-videos .glowtech-video-item {
        flex: 0 0 calc(100% - 10px);
        min-width: 250px;
    }
    
    .glowtech-dynamic-sections-wrapper .slider-arrow {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px !important;
    }
}

/************MY STYLE HERE********/
.glowtech-dynamic-sections-wrapper  .title_main{font-size: 24px !important; font-weight:400 !important; padding-bottom:1.5rem !important;}

.glowtech-dynamic-sections-wrapper  .product_price .price, .glowtech-dynamic-sections-wrapper .product_price .price span {
    font-size: 18px !important;
    font-weight: 400;
}
.glowtech-dynamic-sections-wrapper  .product_price .price{    margin: 1.5rem 0;}


.glowtech-dynamic-sections-wrapper  .increase_decrease button {
    width: 4rem;
    height: 4rem;
    background: #b8336a00 !important;
    border: 0;
	border-radius: 0px !important;}

.glowtech-dynamic-sections-wrapper  .product_cart_area .product_cart_details .accordion2 .accordion-item {
    border: 0 !important;
	padding: 1.5rem 0 !important;
    border-bottom: 0.1rem solid #bebfba;
}

.glowtech-dynamic-sections-wrapper  .product_cart_area .product_cart_details .accordion2 .accordion-item .accordion_button{    padding: 1.5rem 0 !important; font-size: 16px; color:#1a1a1a}

.glowtech-dynamic-sections-wrapper .increase_decrease{color: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 14rem;          
  display: flex;
	background:transform;
  border-radius: 6px;    
  min-height: 4.5rem;border: 1px solid #7d7d7d;}


/************MY STYLE END********/