/* Custom Data 2025-12-03 09:47:02: Do not change this file. */

:root{
	/* Page Width */
		--layout__max-width: 1440px;
	
	/* Body Font */
		--font-family-name__base: 'Inter', sans-serif;
			--font-size__base: 16px;
			--text-weight: 400;
	
	/* Heading Font */
			--heading__font-family__base: 'Plus Jakarta Sans', sans-serif;
			--heading__font-weight__base: 700;
		
	/* Menu Font */
			--navigation-level0-item__font-family:  'Inter', sans-serif;
			--naviation-level0-item__font-size: 16px;
			--navigation-level0-item__font-weight: 500;
			
	/* Other Font */
		--other_font_family: 'Inter', sans-serif;
	
	/* Theme Colors */
	
	/* Basic Colors */
		
	/* Buttons Colors */
		
	/* Custom Sticky Background Color */
	
	/* Custom Header */
			--topbarbg: #000000;
			--topbarcolor: #FFFFFF;
				
	/* Custom Footer */
			--footer-title-color: #FFFFFF;
			--footer-links-color: #C0C0C0;
			
	/* Custom Menu */
	
	/* Page wraper */
	}
@media (min-width: 1200px){
	.cms-index-index .header-absolute{
			}
	.cms-index-index .header-container:not(.header_scroll_up) .header_light{
										}
}


	body{
		font-weight: var(--text-weight);
	}
	body{
		font-size: var(--font-size__base);
	}
	footer{
		--footer-links-color: #C0C0C0;
		--link__color: #C0C0C0;
	}
	

/* Custom Header */
header.page-header{
	}



/* Custom Footer */
footer.page-footer{
	}






/* Customization Style */
:root{
    --bls_elementor-static-menu-title--font-size: 1.4rem;
    --button__font-size: 1.4rem;
    --button__font-weight: 500;
    --headings__font-weight-secondary: 600;
    --button__text_transform: uppercase;
    --product_item-size: 1.4rem;
    --navigation-level0-item__text-transform: uppercase;
    --fluid-container-width: 1750px;
    --product_detail_title-font-size: 2.6rem;
    --product-name-text-transform: capitalize;
}
[id] {
    scroll-margin-top: 90px;
}
.page-title-wrapper .page-title{
    max-width: 960px;
    margin: 0 auto;
}
.hero-img,
.section-img {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 24px auto;
  border-radius: 12px;
}
.video-wrapper {
  max-width: 720px;
  margin: 20px auto; 
}
.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9; 
  height: auto;
  display: block;
  border: 0;
  border-radius: 12px;
  background: #000; 
}
.mageworx-swatch-option.image{
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.header-container {
    --fluid-container-width: 1900px;
}
.color-chart-gallery figcaption{
    margin-top: 10px;
    line-height: 1.5;
}
.widget-category-thumbnail-image{
    --category_item_title-text-transform: uppercase;
}
.products-grid .product-item-name{
    text-transform: uppercase;
    letter-spacing: 1px;
    --headings__font-weight-secondary: 600;
}
[data-content-type="newsletter"]{
    --border-color: transparent;
    --form-subscribe-background: transparent;
    --button__background:  transparent;
    border-bottom: 2px solid #000;
}
.elementor-newsletter-wrapper .actions-subscribe button{
    padding: 0;
    font-size: 14px;
    background: transparent;
    box-shadow: none !important;
    color: #000;
    border: 0;
}
[data-content-type="newsletter"] button:after{
    display: none;
}
.elementor-newsletter-wrapper .field-newsletter{
    padding-left: 0;
}
.elementor-newsletter-wrapper .field-newsletter:before{
    display: none;
}
.elementor-newsletter-wrapper .field-newsletter input{
    padding-left: 0;
    font-size: 16px;
}
.post-title{
    --post_item_title-size: 1.8rem;
    --headings__font-weight-secondary: 700;
    text-transform: uppercase;
    text-align: center;
}
.post-info{
    text-align: center;
}
.toc{
    background: #fafafa;
    padding: 20px;
    border-radius: 6px;
    margin: 15px 0;
}
ul>li, ol>li{
    margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
    .custom-mobile-col .pagebuilder-column {
        max-width: 50%;
    }
    .top-header-banner-image-cms-page{
        padding: 0px 15px;
    }
    h1 { font-size: 26px; }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    h4 { font-size: 18px; }
    .contact-us > div:nth-of-type(2) {
        order: -1;
        margin-bottom: 3rem;
    }
}

