/*
Theme Name: Royal Elementor Kit Child
Description: Child Theme for Royal Elementor Kit
Author: Your Name
Template: royal-elementor-kit
Version: 1.0
Text Domain: royal-elementor-kit-child
*/
:root {
    --ivory: #F6F1E8;
    --rose: #EAD7D1;
    --sage: #C9D6C5;
    --haldi: #F2E3B3;
    --brown: #3A2F2A;
    --sand: #E5DED3;
    --muted-brown: #7A6A62;
    --deep-sage: #8FA689;
    --accent-gold: #C8A96E;
}
body{
	font-family: 'Jost', sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.2;
}

a{
	color: var(--brown);
}
.category-info{
	border-bottom: 1px solid var(--rose);
}
.text-green{
	color: var(--deep-sage) !important;
}
.text-theme{
	color: var(--brown) !important;
}
.text-gold{
	color: var(--accent-gold) !important;
}
.italic{
	font-style: italic;
}
.text-left,
.text-left .elementor-button,
.text-left .elementor-button-content-wrapper{
	text-align: left !important;
	justify-content: start;
}
.w-100 .elementor-button{
	width: 100% !important;
}
.buttons-list .elementor-icon-list-item{
    padding: 8px 20px !important;
    border: 1px solid rgba(246,241,232,0.25);
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(246,241,232,0.75);
	margin-bottom: 10px !important;
}
.buttons-list-2 .elementor-icon-list-item .elementor-icon-list-text{
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    color: var(--muted-brown);
    padding: 6px 14px !important;
    background: var(--sand);
}
.full-box-link .wpr-promo-box-btn:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.wpr-sub-icon-plus .wpr-mobile-nav-menu .menu-item-has-children.wpr-mobile-sub-open>a:after{
	content: "\f068";
}
.wpc-filter-title{
    text-transform: uppercase;
}
.wpc-filters-main-wrap li.wpc-term-item label,
.wpc-filters-main-wrap li.wpc-term-item label a{
	color: var(--muted-brown);
	font-size: 14px;
}
.wpc-widget-close-container .wpc-icon-html-wrapper{
	background: var(--brown) !important;
}
.wpc-widget-close-container .wpc-icon-html-wrapper > span{
	background: var(--ivory) !important;
	height: 2px !important;
}
.wpc-filters-main-wrap.is-active{
	opacity: 1 !important;
}
.custom-page-template{
	padding: 0 20px;
}
.custom-page-template .inner-container{
	margin: 0 36px;
	max-width: 1240px;
}
.shop-info-container{
	padding: 0 15px;
}
.category-banner{
	min-height: 200px;
	display: flex;
	align-items: center;
}
.category-description{
	max-width: 600px;
}
.woocommerce-ordering select.orderby{
	font-size: 12px;
    background: var(--ivory);
    color: var(--brown);
    border-color: var(--rose);
}
.shop-layout{
    display:flex;
    gap:30px;
    max-width:1400px;
    margin:0 auto;
    padding:0px 15px;
}
.shop-layout > *{
	padding-top: 30px;
	padding-bottom: 30px;
}
.shop-sidebar{
    width:280px;
    flex-shrink:0;
}

.shop-products{
    flex:1;
}
.shop-layout .shop-sidebar{
	border-right: 1px solid var(--rose);
}
.woocommerce ul.products li.product .onsale{
	display: none;
}
.woocommerce ul.products li.product .button {
    background: transparent;
    font-weight: 400;
    border-bottom: 1px solid var(--rose);
    padding: 5px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.woocommerce ul.products li.product .button:hover{
	border-color: var(--brown);
}
.wpc-filters-section{
	margin-bottom: 10px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce ul.products li.product .price del{
	color: var(--muted-brown) !important;
}
.woocommerce ul.products li.product .price ins{
	color: var(--deep-sage);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}
@media(max-width:768px){
	.custom-page-template .inner-container{
		margin: 0 0px;
	}
    .shop-layout{
        flex-direction:column;
    }

    .shop-sidebar,
	.shop-products{
        width:100%;
		padding: 0px;
    }
	.woocommerce .woocommerce-result-count,
	.wpc-widget-popup-title{
		display: none !important;
	}
	.wpc_show_bottom_widget .wpc-filters-open-button-container,
	.wpc_show_open_close_button .wpc-filters-open-button-container{
		position: absolute;
		padding-top: 28px;
		z-index: 2;
	}
	body .wpc-filters-open-button-container a.wpc-filters-open-widget,
	body .wpc-filters-open-button-container a.wpc-open-close-filters-button{
		margin-bottom: 0px;
		border-color: var(--rose) !important;
	}
	.shop-widget .wpc-filters-widget-content{
		position: fixed;
		top: 0;
		z-index: 99;
		left: 0;
		background: var(--ivory);
		width: 100%;
		padding: 20px;
		height: calc(100vh - 40px);
		overflow-y: auto;
	}
	.wpc-widget-close-container {
		display: flex !important;
		justify-content: end;
		position: absolute !important;
		right: 20px;
	}
}

.woocommerce-accordion {
    margin-top: 30px;
}

.wc-accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.wc-accordion-header{
    width: 100%;
    border: 0;
    background: transparent;
    padding: 5px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
	color: var(--e-global-color-2bfe924);
}
.wc-accordion-header:hover,
.wc-accordion-header:active,
.wc-accordion-header:focus{
	background: transparent !important;
	color: var(--e-global-color-b467589);
}
.wc-accordion-header:after {
    content: "+";
    float: right;
    font-size: 24px;
}

.wc-accordion-header.active:after {
    content: "-";
}

.wc-accordion-content {
    display: none;
    padding: 0 0 20px;
}
.wc-accordion-content ul{
	padding-left: 30px;
}
.phulkari-top {
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(
      90deg, #C8A96E 0px, #C8A96E 4px,
      transparent 4px, transparent 8px,
      #8FA689 8px, #8FA689 12px,
      transparent 12px, transparent 16px
    );
    opacity: 0.4;
}
.before-after-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.before-after-wrapper > div{
	width: 50%;
}
.before-after-wrapper > div img{
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1/1;
}
.main-image-gallery-box{
	position: sticky;
	position: -webkit-sticky;
	top: 110px;
}
.wpr-mini-cart-toggle-wrap .wpr-mini-cart-toggle-btn{
	flex-direction: column-reverse;
}
[class*="wpr-grid-slider-columns-"] .slick-slider .wpr-grid-image-wrap img {
	object-fit: cover;
    aspect-ratio: 1 / 1;
}
.wpr-add-to-cart-layout-column .wpr-product-add-to-cart .stock{
	display: none;
}

.pills-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0px;
}
.pills-list li{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px;
	border: 1px solid #E5DED3;
	width: calc(50% - 5px);
}
.pills-list.ingredient-list li{
	padding: 6px 14px;
	width: auto;
	background: #C9D6C5;
	border: none;
	font-weight: 400;
}
.section-title{
    font-size:1.5rem;
	font-family: 'Playfair Display', serif;
    font-weight:400;
    position:relative;
}

.section-title:after{
    content:'';
    display:block;
    width:48px;
    height:1px;
    background:#C8A96E;
    margin-top:24px;
}
.section-title.line-center:after{
	margin: 24px auto;
}
.section-title.text-green{
	color: var(--deep-sage) !important;
}
.ritual-list{
    list-style:none;
    margin:0;
    padding:0;
    counter-reset:ritual-counter;
}

.ritual-list li{
    counter-increment:ritual-counter;
    display:grid;
    grid-template-columns:50px 1fr;
    gap:20px;
    padding:24px 0;
}
.ritual-list li + li{
    border-top:1px solid #e5ded3;
}
.ritual-list li::before{
    content:counter(ritual-counter, decimal-leading-zero);
    color:#E5DED3;
    font-size:32px;
    font-family:serif;
    line-height:1;
}
.product-metrics{
    padding:30px;
    background:#F2E3B3;
}

.metric-row{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:20px;
}

.metric-label{
    width:120px;
    font-size:14px;
}

.metric-bar{
    flex:1;
    height:2px;
    background:var(--sand);
    position:relative;
}

.metric-fill{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    background:var(--deep-sage);
}

.metric-value{
    width:100px;
    text-align:right;
    font-size:14px;
}
.metrics-intro{
	font-size: 0.82rem;
    font-style: italic;
    line-height: 1.7;
}
.metrics-footer{
	font-size: 0.82rem;
    font-style: italic;
    line-height: 1.7;
	margin: 30px 0 0;
}
.ingredients-answered .faq-item{
	border-bottom: 1px solid var(--sand);
    padding: 25px 0;
}
.ingredients-answered .faq-item .faq-question{
    background: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    border: none;
	padding: 0px;
	margin-bottom: 10px;
    color: var(--brown);
	font-family: 'Playfair Display', serif;
    font-size: 1rem;
}
.ingredients-answered .faq-answer{
    display:none;
}
.d-flex{
	display: flex;
	gap: 50px;
}
.d-flex .width-50{
	width: 50%;
}
@media screen and (max-width: 768px){
	.d-flex{
		flex-wrap: wrap;
	}
	.d-flex .width-50{
		width: 100%;
	}
}
.dark-section > div *{
	color: #fff !important;
}

.wpr-product-add-to-cart .variations_form table.variations th,
.wpr-product-add-to-cart .variations_form table.variations td{
	background: transparent !important;
}
.wpr-product-add-to-cart .variations_form table.variations th.label{
	display: flex;
	align-items: center;
}
.wpr-product-add-to-cart .variations_form table.variations th.label label{
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.wpr-product-add-to-cart .variations_form table.variations .reset_variations{
	display: none !important;
}
.wpr-product-add-to-cart .variations_form .woocommerce-variation-price{
	display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item{
    padding: 8px 18px !important;
    border: 1px solid var(--sand) !important;
    color: var(--muted-brown) !important;
	box-shadow: none !important;
	background: transparent !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.selected{
	border-color: var(--brown) !important;
    color: var(--brown) !important;
    background: var(--haldi) !important;
}
.star-icon-title{
	color: var(--accent-gold) !important;
    font-family: 'Jost', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.25em;
}
.ivory-light-color,
.ivory-light-color > div{
	color: rgba(246,241,232,0.45) !important;
}

.bg-list .elementor-icon-list-item{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(246,241,232,0.7);
}
.bg-list .elementor-icon-list-item + .elementor-icon-list-item{
	margin-top: 15px;
}
.woocommerce-button,
input[type="submit"] {
    background-color: var(--brown) !important;
    text-transform: uppercase;
    color: var( --ivory ) !important;
    border-color: var( --brown ) !important;
    padding: 15px 35px 15px 35px !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 300 !important;
}
.category-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease;
}

.category-description.expanded {
    display: block;
}

.description-toggle {
    background: none;
    border: none;
    color: var(--brown);
    cursor: pointer;
    padding: 0;
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
}

.description-toggle:hover,
.description-toggle:focus,
.description-toggle:active{
	background: none;
	color: var(--brown);
}
@media screen and (min-width: 769px){
	.single-product .woocommerce-variation-add-to-cart.sticky-btn {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
		min-width: 300px;
		box-shadow: 0 5px 20px rgba(0,0,0,.2);
		width: 100%;
		background: var(--ivory);
		padding: 20px;
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 768px){
	#search-bar{
		display: none;
	}
	.single-product .wpr-buttons-layout-row .woocommerce-variation-add-to-cart{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999;
		min-width: 300px;
		box-shadow: 0 5px 20px rgba(0,0,0,.2);
		width: 100%;
		background: var(--ivory);
		padding: 20px;
		display: flex;
		justify-content: center;
	}
	.woocommerce table.shop_table_responsive tr.cart_item,
	.woocommerce-page table.shop_table_responsive tr.cart_item{
		position: relative;
	}
	.woocommerce table.shop_table_responsive tr.cart_item td,
	.woocommerce-page table.shop_table_responsive tr.cart_item td{
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive tr.cart_item td.product-remove {
		position: absolute;
		right: 2px;
		border: 0px !important;
		top: 2px;
		padding: 2px !important;
	}
	.woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail{
		display: table-cell;
		width: 50px;
		padding: 5px !important;
	}
	.woocommerce table.shop_table_responsive tr.cart_item td.product-name a{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		transition: all .3s ease;
	}
	.woocommerce table.shop_table_responsive tr.cart_item td{
		display: table-cell;
		padding: 40px 5px !important;
	}
	.woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail:before,
	.woocommerce table.shop_table_responsive tr.cart_item td.product-name:before,
	.woocommerce table.shop_table_responsive tr.cart_item td.product-quantity:before{
		display: none;
	}
}
.offer-form .d-flex{
	display: flex;
	align-items: start;
    gap: 10px;
	flex-wrap: nowrap;
}
.offer-form .d-flex input[type="submit"]{
	background: #000;
    color: #fff;
    border: none;
	padding: 10px 30px !important;
}
.offer-form .wpcf7-spinner{
	position: absolute;
}
.free-delivery,
.free-delivery > .elementor-image-box-wrapper{
	display: flex;
	align-items: center;
	gap: 10px;
}
.woocommerce-cart .cart_totals{
	padding: 10px !important;
}
.elementor-995 .elementor-element.elementor-element-7075d67 .cart_totals{
	padding: 10px !important;
}
.woocommerce-message a.wc-forward{
	display: none;
}
.woocommerce table.shop_table_responsive tr td.product-quantity .quantity{
	display: flex;
	gap: 2px;
}
.woocommerce table.shop_table_responsive tr.cart_item td.product-quantity .quantity > * {
	padding: 5px 10px !important;
}
.qty-btn,
.qty-btn:hover,
.qty-btn:focus,
.qty-btn:active{
	color: var(--brown);
	border-color: var( --e-global-color-b695aa0 );
	background: transparent;
	border-radius: 6px;
}