/* Custom Data 2026-01-09 14:51:48: Do not change this file. */

:root{
	/* Page Width */
		--layout__max-width: 1440px;
	
	/* Body Font */
		--font-family-name__base: 'Poppins', sans-serif;
			--font-size__base: 14px;
			--text-weight: 400;
	
	/* Heading Font */
			--heading__font-family__base: 'Poppins', sans-serif;
			--heading__font-weight__base: 400;
		
	/* Menu Font */
			--navigation-level0-item__font-family:  'Poppins', sans-serif;
			--naviation-level0-item__font-size: 18px;
			--navigation-level0-item__font-weight: 700;
			
	/* Other Font */
		--other_font_family: 'Marcellus SC', sans-serif;
	
	/* Theme Colors */
	
	/* Basic Colors */
			--text__color: #878787;
			--heading__color__base: #222222;
			--link__color: #56CFE1;
			--link__hover__color: #F25278;
			
	/* Buttons Colors */
				--button__color: #FFFFFF;
	--button-primary__color: #FFFFFF;
		 
	--button-secondary-bg: #F25278;
	--button__background: #F25278;
	--button-primary__background: #F25278;
			--button__hover__background: #F24063;
	--button-primary__hover__background: #F24063;
			--button__hover__color: #FFFFFF;
	--button-primary__hover__color: #FFFFFF;
		
	/* Custom Sticky Background Color */
	
	/* Custom Header */
				--topbarcolor: #FFFFFF;
			--header-icons-color: #FFFFFF;
			
	/* Custom Footer */
			--footer-title-color: #111111;
			--footer-links-color: #555555;
			--footer__background-color: #FFF5EE;
		
	/* Custom Menu */
			--navigation-level0-item__color: #FFFFFF;
					
	/* Page wraper */
				}
@media (min-width: 1200px){
	.cms-index-index .header-absolute{
							}
	.cms-index-index .header-container:not(.header_scroll_up) .header_light{
								--navigation-level0-item__color: #FFFFFF;
						--navigation-desktop-level0-item__hover__color: var(--navigation-level0-item__color);
										--header-icons-color: #FFFFFF;
						}
}


	body{
		font-weight: var(--text-weight);
	}
	body{
		font-size: var(--font-size__base);
	}
	:root{
	--footer-links-color: #56CFE1;
	}
	footer{
		--footer-links-color: #555555;
		--link__color: #555555;
	}
	.minicart-wrapper .block-content .actions .secondary .action.viewcart:not(:hover){
		--heading__color__base: #FFFFFF;
	}
 
	button, .cart.table-wrapper .actions-toolbar > .action, .action-gift{
		border: 1px solid var(--button__background);
	}
	

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



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


/* Page Wrapper */
.page-wrapper{
	}
.page-wrapper,
.breadcrumbs{
	background-color: ;
}


	/* Main Content Container */
	#maincontent{
			}
	#maincontent{
			}


/* Customization Style */
.checkout-index-index .opc-wrapper .checkout-payment-method .opc-payment .items.payment-methods,
.checkout-index-index .opc-wrapper .checkout-payment-method .opc-payment .items.payment-methods .payment-group {
    display: block !important;
}

@media (max-width: 767px) {
 @supports (-webkit-touch-callout: none) {
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    .block-minicart .actions {
        padding-bottom: calc(45px + env(safe-area-inset-bottom));
    }
  }
}
}

.cms-daily-wear-home .container-elementor-after-page-top {
  display: none;
}






