	/*
	theme name: lava cake
	author: ldl
	version: 1.0
	*/

	*,
	*::before,
	*::after {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	a{
	  color: inherit;
	}

	/*header navigation*/

	#menu-header-navigation{
		list-style-type: none;
		display: flex;
		gap: 65px;
		background: var(--e-global-color-659a664);
		padding: 28px 42px;
		border-radius: 84px;
		box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	}

	#menu-header-navigation li{
		position: relative;
		z-index: 0;
	}

	#menu-header-navigation li a{
		font-family: var(--e-global-typography-secondary-font-family);
		color: var(--e-global-color-e5388d9);
		font-size: 14px;
		letter-spacing: -4%;
	}

	#menu-header-navigation li.current-menu-item a{
		color: var(--e-global-color-659a664);
		font-weight: bold;
	}

	#menu-header-navigation li.current-menu-item a::before{
		content: "";
		background: var(--e-global-color-6d1fbe3);
		position: absolute;
		inset: -20px -32px;
		z-index: -1;
		border-radius: 93px;
	}

	/*header-cart*/

	.header-cart-link{
		display: flex;
		align-items: center;
		gap: 15px;
		padding: 30px 40px; 
		background: var(--e-global-color-659a664);
		border-radius: 44px;
		font-family: var(--e-global-typography-secondary-font-family);
		font-size: 16px;
		cursor: pointer;
		box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1) !important;
	}


	.header-cart-link::before{
		content: "";
		display: inline-block;
		background: url("/wp-content/uploads/2026/05/cart-icon.svg");
		width: 20px;
		height: 17px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	/*white header*/

	.white-main-header #menu-header-navigation{
		background: #fff;
	}

	.white-main-header .header-cart-link{
		background: #fff;
	}

	/*hero*/

	.hero-block{
		position: relative;
		overflow: hidden;
	}

	.hero-block::after{
		content: "";
		position: absolute;
		inset: 0;
		pointer-events: none;
		z-index: 1;
		opacity: 0.25;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.45' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
		mix-blend-mode: overlay;
		filter: contrast(150%) brightness(0%);
	}

	.hero-cake{
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.4));
	}


	/*absolute fixed*/

	.restricted-elementor{
		margin: auto;
		max-width: 1920px !important;
		position: relative;
		padding: 0 clamp(10px,5%,100px);
		overflow: hidden;
	}

	.main-cta-break1 {
	  background-image: url("/wp-content/uploads/2026/05/purple-filling.webp");
	  border-radius: 80px;
	  width: 200px;
	  height: 84px;
	  display: inline-block;
	  background-size: cover;
	}

	.main-cta-break2 {
	  background-image: url("/wp-content/uploads/2026/05/default-filling.webp");
	  border-radius: 80px;
	  width: 100px;
	  height: 84px;
	  display: inline-block;
	  background-size: cover;
	}

	.main-cta-break3 {
	  background-image: url("/wp-content/uploads/2026/05/red-choco-filling.webp");
	  border-radius: 80px;
	  width: 160px;
	  height: 84px;
	  display: inline-block;
	  background-size: cover;
	}

	/*sliders*/

	.main-page-slider .swiper-button-next{
		right: 10px;
		top: -100px;
	}

	.main-page-slider .swiper-button-prev{
		right: 280px;
		left: auto;
		top: -100px;
	}

	.main-page-slider .swiper-button-prev, .main-page-slider .swiper-button-next{
		height: 64px !important;
		width: 64px !important;
		background: var(--e-global-color-6d1fbe3);
		padding: 27px;
		border-radius: 50%;
	}

	.main-page-slider .swiper-button-prev path, .main-page-slider .swiper-button-next path{
		fill: #fff;
	}

	.main-page-slider .swiper-pagination{
		position: absolute;
		bottom: auto !important;
		top: -67px  !important;
		display: flex;
		right: 110px;
		left: auto  !important;
		width: 140px !important;
	}

	.main-page-slider .swiper-pagination-bullet{
		border-radius: 0;
		margin: 0 !important;
		padding: 0;
		width: 100%;
		height: 3px;
		translation: all .3s;
	}

	.main-page-slider .swiper-pagination-bullet-active{
		background: var(--e-global-color-e0817ac);	
	}

	.slide{
		overflow: hidden;
	}

	.swiper-page-count {
		position: absolute;
		top: -45px;
		width: 100%;
		font-family: "Inter", Sans-serif;
		font-size: 33px;
		color: var(--e-global-color-e0817ac);
	}

	/*post-header*/

	.post-header{
		height: 500px;
		padding: 50px clamp(10px,5%,100px) !important;
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 20px;
		background: linear-gradient(51deg, #A3B8A2, #6C816B);
		color: white;
		font-family: "Inter", Sans-serif;
		letter-spacing: -4%;
	}

	.post-header::before {
		content: "";
		position: absolute;
		inset: 0;
		background: url("/wp-content/uploads/2026/05/ornament.svg") top/cover;
		opacity: .5;
		max-height: 500px;
		max-width: 1920px;
		margin: 0 auto;
		z-index: 1;
	}

	.post-header-name{
		display: inline-block;
		width: 600px;
		font-size: 100px;
		line-height: 90%;
		z-index: 2;
	}

	.post-header-desc{
		display: inline-block;
		width: 360px;
		font-size: 33px;
		z-index: 2;
	}

	.post-header-navigation{
		display: flex;
		justify-content: space-between;
		padding: 35px clamp(10px,5%,100px) !important;
		border-bottom: solid 1px #170F0711;
		align-items: center;
	}

	/*breadcrumbs*/

	.breadcrumbs a{
		opacity: 35%;
		text-decoration: none;
	}

	.breadcrumbs a:not(:last-child)::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-left: 10px;
		background: url("/wp-content/uploads/2026/05/breadcrumb-arrow.svg") no-repeat center;
		background-size: contain;
	}

	/*archive-product*/

	.shop-page{
		max-width: 1920px;
		margin: auto;
		background: var(--e-global-color-46c759b);
	}

	.shop-page > div{
		padding: 0px clamp(10px,5%,100px);
	}

	.shop-products{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 50px 2%;
		padding: 50px clamp(10px,5%,100px) !important;
	}

	.product{
		width: 32%;
		background: #fff;
		display: flex;
		flex-direction: column;
		gap: 25px;
		border-radius: 30px;
		text-decoration: none;
		font-family: "Inter", Sans-serif;
	}

	.product .product-image{
		width: 100%;
		aspect-ratio: 1.2;
		border-radius: 30px;
		object-fit: cover;
	}

	.product .product-info{
		display: flex;
		flex-direction: column;
		padding: 0px 50px 50px 50px;
		gap: 25px;
	}

	.product .product-name{
		width: 100%;
		min-height: 40px;
		font-size: 33px;
		font-weight: 500;
	}

	.product .product-short-description{
		width: 100%;
		min-height: 50px;
		font-size: 18px;
		opacity: .35;
	}

	.product .product-essentials{
		width: 100%;
		min-height: 90px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.product .product-price{
		color: #6C816B;
		font-size: 33px;
		font-weight: 500;
		width: 50%;
	}

	.product .product-price .number{
		font-weight: 700;
	}

	.product .product-price .currency{
		font-size: 18px;
	}

	.product .product-link{
		width: 50%;
		padding: 42px 0px;
		text-align: center;
		background: linear-gradient(51deg, #C8A271, #D4B690);
		color: #fff;
		border-radius: 90px;
		font-size: 16px;
		font-weight: 700;
	}

	/*skeleton*/

	.product-skeleton  .product-image,
	.product-skeleton  .product-name,
	.product-skeleton  .product-short-description,
	.product-skeleton .product-essentials{
		background: #eee;
		border-radius: 30px;
	}

	.product.loading{
		position: relative;
		overflow: hidden;
		opacity: 1;
	}

	.product.loading::after{
		content: '';
		position: absolute;
		top: 0;
		left: -50%;
		height: 100%;
		width: 50%;
		background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
		animation: shimmer 2s infinite;
	}

	@keyframes shimmer {
	  0% {
		left: -50%;
	  }
	  100% {
		left: 100%;
	  }
	}

	/*filters*/

	.generic-filter{
		width: 250px;
		min-height: 60px;
		padding: 20px;
		border: none;
		border-radius:30px;
		padding-left: 45px;
		position: relative;
		background: #fff;
	}

	/*search-filter*/

	.search-filter .generic-filter{
		color: #575757;
		font-size: 16px;
		font-weight: 500;
	}

	.search-filter{
		position: relative;
	}

	.search-filter::before{
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		left: 20px;
		top: 23px;
		background: url('/wp-content/uploads/2026/05/search-icon.svg');
		z-index: 1;
	}

	.generic-filter:focus{
		outline: none;
	}

	.shop-filters{
		display: flex;
		gap: 10px;
	}

	/*category-filter and sort-filter*/

	.category-filter, .sort-filter{
		font-family: "Inter", Sans-serif;
		user-select: none;
		cursor: pointer;
	}

	.category-filter::before, .sort-filter::before {
		content: '';
		position: absolute;
		width: 15px;
		height: 15px;
		left: 20px;
		top: 23px;
		background: url('/wp-content/uploads/2026/05/select-arows.svg');
		z-index: 1;
	}

	.selected-option{
		background-color: #fff;
		color: #000;
		cursor: pointer;
		position: relative;
		display: flex;
		gap: 5px;
	}

	.selected-option span{
		max-width: 40%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		opacity: .35;
	}

	.selected-option::after {
		content: '';
		position: absolute;
		right: 0px;
		top: 11px;
		width: 6px;
		height: 6px;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		transform: translateY(-50%) rotate(-135deg);
		pointer-events: none;
	}

	.category-options, .sort-options {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		opacity: 0;
		pointer-events: none;
		z-index: 100;
		transition: all .1s;
	}

	.category-options div, .sort-options div{
		padding: 12px 15px;
		cursor: pointer;
		color: #000;
	}

	.category-options div:hover, .sort-options div:hover{
		background: #eee;
	}

	.generic-filter.active .category-options, .generic-filter.active .sort-options {
		opacity: 1;
		pointer-events: auto;
	}

	/*single-product*/

	.product-navigation{
		padding-top: 200px !important;
	}

	.product-inner{
		padding: 50px clamp(10px,5%,100px) !important;
		color: #4D3221;
		font-family: "Inter", Sans-serif;
		display: flex;
		gap: 64px;
		flex-direction: column;
	}

	.product-inner .product-info{
		display: flex;
		justify-content: space-between;
	}

	.product-inner .product-info .info-sub, .product-inner .product-info .info-main{
		width: 50%;
		display: flex;
		flex-direction: column;
		gap: 30px;
		justify-content: space-between;
	}

	.product-inner .product-info .info-sub{
		width: 25%;
	}

	.product-inner .info-name{
		font-size: 100px;
		line-height: 84%;
	}

	.product-inner .info-description{
		font-size: 18px;
		line-height: 140%;
	}

	.product-inner .info-price{
		font-size: 80px;
		line-height: 140%;
	}

	.product-inner .info-price .info-hint{
		font-size:16px;
		opacity: .45;
		line-height: 18px;
		display: block;
		margin-top: 20px;
	}

	.product-inner .info-add-to-cart-link{
		width: 100%;
		padding: 42px 0px;
		text-align: center;
		background: linear-gradient(51deg, #C8A271, #D4B690);
		color: #fff;
		border-radius: 90px;
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}

	.product-display{
		display: flex;
		justify-content: center;
	}

	.product-display .solo-image{
		width: 800px;
		height: 600px;
		object-fit: cover;
		border-radius: 30px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}

	.product-alike {
		margin-top: 60px;
		display: flex;
		flex-direction: column;
		gap: 80px;
	}

	.product-alike .alike-text{
		font-size: 100px;
	}

	.product-page{
		max-width: 1920px;
		margin: auto;
	}

	/*cart*/

	.cart-popup{
		position: fixed;
		width: 100%;
		height: 100%;
		display: flex;
		top: 0;
		right: 0;
		background: #0005;
		z-index: 9999;
		opacity: 0;
		pointer-events: none;
		transition: all .1s;
		color: #4D3221;
	}

	.cart-popup.active{
		opacity: 1;
		pointer-events: auto;
	}

	.cart-popup .cart-inner{
		background: #fff;
		width: 60%;
		max-width: 1720px;
		height: 80%;
		max-height: 800px;
		margin: auto;
		border-radius: 30px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
		padding: 30px;
		font-family: "Inter", Sans-serif;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.cart-header{
		padding-bottom: 20px;
		border-bottom: solid 1px #0001;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cart-content{
		height: 100%;
		overflow-y: scroll;
	}

	.cart-inner .cart-title{
		font-size: 32px;
		font-weight: 500;
	}

	.cart-inner .cart-close{
		width: 24px;
		height: 24px;
		cursor: pointer;
		background: url('/wp-content/uploads/2026/05/cross.svg');
		background-size: cover;
	}

	.cart_product{
		display: flex;
		padding: 20px;
		gap: 40px;
		position: relative;
	}

	.cart_product .product_image{
		width: 200px;
		height: 200px;
		border-radius: 30px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		object-fit: cover;
	}
	.cart_product .product_info{
		display: flex;
		flex-direction: column;
		gap: 15px;
		justify-content: center;
	}

	.cart_product .product_name{
		font-size: 32px;
		font-weight: 500;
	}

	.cart_product .product_short_description{
		font-size: 18px;
		font-weight: 400;
	}

	.cart_product .product_price{
		font-size: 32px;
		font-weight: 500;
	}

	.cart_product .delete-item {
		width: 24px;
		height: 24px;
		position: absolute;
		right: 20px;
		top: 20px;
		background: url("/wp-content/uploads/2026/05/trash-can-solid-full.svg");
		background-size: cover;
		cursor: pointer;
	}

	.cart_order{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.cart_order .cart-order-link{
		width: 50%;
		max-width: 300px;
		padding: 42px 0px;
		text-align: center;
		background: linear-gradient(51deg, #C8A271, #D4B690);
		color: #fff;
		border-radius: 90px;
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		text-decoration: none;
	}

	.cart-price-hint{
		font-size: 18px;
		font-weight: 500;
		opacity: .35;
		max-width: 500px;
	}

	body.no-scroll{
		overflow:hidden;
	}

	/*checkout*/

	.checkout-inner{
		display: flex;
		flex-direction: column;
		gap: 20px;
		font-family: var(--e-global-typography-secondary-font-family);
		color: #4D3221;
	}

	.checkout-inputs{
		display: flex;
		flex-direction: row;
		gap: 30px;
		justify-content: space-between;
	}

	.checkout-inner .checkout-title{
		font-size: 70px;
		border-bottom: solid 1px #0001;
	}

	.checkout-inputs > div{
		display: flex;
		width:33%;
		flex-direction: column;
		padding: 40px;
		background: #fff;
		border-radius: 20px;
		gap: 10px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}

	.checkout-inputs .chekout-sub-title{
		font-size: 32px;
		margin-bottom: 30px;
	}

	.checkout-inputs label{
		font-size: 18px;
	}

	.checkout-inputs label span{
		margin-left: 10px;
		color: #C8A271;
	}

	.checkout-inputs input,.checkout-inputs textarea,.checkout-inputs select{
		font-size: 18px;
		border: solid 1px #1111;
		border-radius: 20px;
		outline: none !important;
		font-family: var(--e-global-typography-secondary-font-family);
		line-height: 140%;
		padding: 10px;
	}

	.checkout-order-link{
		width: 100%;
		padding: 42px 0px;
		text-align: center;
		background: linear-gradient(51deg, #C8A271, #D4B690);
		color: #fff;
		border-radius: 90px;
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		text-decoration: none;
	}

	.checkout-order-info{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}

	input.incorect {
		border-color: red;
	}

	/*adaptive*/

	@media (max-width: 767px){
		.post-header::before{
			content: none;
		}
		.elementor-element-02d1eff{
			position: unset;
		}
		.main-page-slider .swiper-pagination{
			right: calc(50% - 70px);
			top: 340px;
		}
		.main-page-slider .swiper-button-next{
			right: 0px;
			top: 310px;
		}
		.main-page-slider .swiper-button-prev{
			right: calc(100% - 64px);
			top: 310px;
		}
		.slider1 .swiper-pagination{
			top: 340px !important;
		}
		.slider2 .swiper-pagination{
			top: 470px !important;
		}
		.slider2 .swiper-button-next{
			top: 440px;
		}
		.slider2 .swiper-button-prev{
			top: 440px;
		}
		
		.slider3 .swiper-pagination{
			top: 370px !important;
		}
		.slider3 .swiper-button-next{
			top: 340px;
		}
		.slider3 .swiper-button-prev{
			top: 340px;
		}
		.main-cta-break1,.main-cta-break2,.main-cta-break3{
			display: none;
		}
		/*arris adapt*/
		.product{
			width:100%
		}
		.shop-filters{
			display: flex;
			width: 100%;
			flex-direction: column;
			gap: 20px;
		}
		.generic-filter{
			width:100%;
			padding-top: 5px;
			padding-bottom: 5px;
			display: flex;
    		align-items: center;
		}
		.search-filter{
			width:100%;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.selected-option{
			width: 100%;
		}
		.shop-pagination{
			display: flex;
		  	gap: 10px;
			align-items: center;
			width: 100%;
			justify-content: space-evenly;
		}
		.breadcrumbs{
			display:none;
		}
		.post-header{
			display:block;
			height: 400px;
		}
		.post-header-name{
			display:block;
			width:100%;
		}
		span.post-header-name{
			margin-top: 90px;
			margin-bottom: 50px;
			font-size: 40px;
			width:70%;
		}
		span.post-header-desc{	
			font-size: 20px;
			width:70%;
		}
		.product-inner .product-info{
			gap: 30px;
    		display: flex;
   		 	flex-direction: column;
		}
		.info-main{
			display:block!important;
			width: 100%!important;
		}
		.product-inner .product-info .info-sub{
			width:100%!important;
			padding-left: 0px;
			border-radius: 20px;
		}
		.info-sub{
			width:100%!important;
			padding-left: 10px;
		}
		.info-name{
			font-size: 33px!important;
			display:block;
			padding-bottom: 20px!important;
		}
		.product-inner .info-price {
			font-size: 40px!important;
		}
		.info-add-to-cart-link{
			padding: 15px;
		}
		.product-alike-wrapper{
			flex-direction: column !important;
		}

		.alike-text{
			font-size: 35px!important;
			display:block;
			padding-bottom: 10px!important;
		}
		.product .product-link{
			border-radius: 200px;
		}
		.product-display .solo-image{
			width: 100%!important;
			height: 240px;
		}
		
		/**/
		
		.cart-popup .cart-inner{
			width: 95%;
			height: auto;
			padding: 15px;
		}
		.cart_product{
			padding:0;
		}
		.cart-inner .cart-title{
			font-size: 16px;
		}
		.cart-inner .cart-close{
			width: 16px;
			height: 16px;
		}
		.cart_product .product_image{
			width: 100px;
			height: 100px;
			border-radius: 10px;
		}
		.cart_product .product_info{
			width: 50%;
		}
		.cart_product .delete-item{
			width: 16px;
			height: 16px;
			top: 0px;
		}
		.cart_product .product_info{
			gap: 5px;
		}
		.cart_product .product_name{
			font-size: 18px;
		}
		.cart_product .product_short_description{
			font-size: 16px;
		}
		.cart_product .product_price{
			font-size: 14px;
		}
		.cart-price-hint{
			font-size: 12px;
			max-width: 40%;
		}
		.cart_order .cart-order-link{
			padding: 22px 0px;
		}
		/**/
		.checkout-inner .checkout-title{
			font-size: 20px;
		}
		.checkout-inputs{
			flex-direction: column;
		}
		.checkout-inputs > div{
			width: 100%;
			padding: 20px;
		}
		.checkout-inputs .chekout-sub-title{
			font-size: 20px;
			margin-bottom: 20px;
		}
		.checkout-inputs label{
			font-size: 14px;
		}
		.checkout-inputs input, .checkout-inputs textarea, .checkout-inputs select{
			font-size: 14px;
		}
		.checkout-order-link{
			padding: 20px 0;
		}
		/**/
		.total-pagination-text{
			display: none;
		}
		.product .product-info{
			padding: 0px 30px 30px 30px;
			gap: 15px;
		}
		.product .product-name{
			min-height: 20px;
			font-size: 18px;
		}
		.product .product-short-description{
			min-height: 34px;
			font-size: 14px;
		}
		.product .product-price{
			font-size: 20px;
		}
		.product .product-link{
			width: 60%;
			padding: 25px 0px;
		}
		.product-navigation{
			padding-top: 100px !important;
		}
		.product-inner .info-name{
			font-size: 33px;
		}
		.product-inner .info-description{
			font-size: 14px;
		}
		/**/
		.product-inner .info-sub{
			background: white;
			padding: 24px !important;
		}
		.product-inner .info-add-to-cart-link{
			padding: 32px 0px;
		}
		.product-main-slider .swiper-slide{
			width: 90% !important;
			height: 210px !important;
		}
		#gallery-slides .swiper-button-next, #gallery-slides .swiper-button-prev{
			width: 50px !important;
			height: 50px !important;
		}
		.gallery-slider .swiper-button-next{
			right: 25% !important;
		}
		.gallery-slider .swiper-button-prev{
			left: 25% !important;
		}
		#gallery-slides .swiper-pagination{
			width: 50px !important;
  			height: 50px !important;
			left: calc(50% - 25px) !important;
		}
		#gallery-slides .swiper-page-count{
			font-size: 14px;
		}
		.product-main-slider .swiper-wrapper {
		  padding-bottom: 70px !important;
		}
		.swiper-attribute div.swiper-pagination{
			top: 390px !important;
		}
		.swiper-attribute div.swiper-button-next, .swiper-attribute div.swiper-button-prev{
			top: 340px !important;
		}
		.swiper-attribute .swiper-wrapper{
			padding-bottom: 170px;
		}
		.swiper-attribute:has(.swiper-button-lock) .swiper-wrapper{
			padding-bottom: 0px;
		}
		.product-inner{
			gap: 32px;
		}
	}

.checkout-order-products{
	margin-bottom: 20px;
}

	.mobile-burger{
		width: 42px;
		height: 42px;
		display: flex;
		flex-direction: column;
		background: #D4AC79;
		border-radius: 50%;
		gap: 4px;
		justify-content: center;
		align-items: center;
	}

	.mobile-burger span{
		display: block;
		background: white;
		width: 16px;
		height: 2px;
	}

	.mobile-navigation{
		opacity: 0;
		max-height: 0;
		height: 700px;
		position: absolute;
		pointer-events: none;
		position: absolute;
		background: #FFF6F0;
		width: 100vw;
		left: 0;
		right: auto;
		font-family: "Inter";
		top: 92px;
		transition: 0.1s all;
	}

	.mobile-header-cart-link{
		background: #EDDEC1;
		position: relative;
		width: 42px;
		height: 42px;
		display: block;
		border-radius: 50%;
	}

	.mobile-header-cart-link span{
		width: 12px;
		height: 12px;
		position: absolute;
		background: white;
		font-size: 8px;
		text-align: center;
		border-radius: 50%;
		right: 8px;
		top: 8px;
		padding-top: 1px;
		z-index: 3;
		font-family: var(--e-global-typography-secondary-font-family);
	}

	.mobile-header-cart-link::before {
	  content: "";
	  display: inline-block;
	  background: url("/wp-content/uploads/2026/05/cart-icon.svg");
		background-repeat: repeat;
		background-size: auto;
		width: 20px;
		height: 17px;
		background-size: cover;
		background-repeat: no-repeat;
		top: calc(0% + 12px);
		position: absolute;
		left: 25%;
	}



/*gallery-slider*/

.gallery-slider{
	max-width: 1920px;
	overflow: hidden;
}

.gallery-slider .swiper-slide{
	transform: scale(.8);
	transition: .3s all;
	opacity: 0;
}
.gallery-slider .swiper-slide img{
	filter: brightness(120%) contrast(50%);
}

.gallery-slider .swiper-slide.swiper-slide-active{
	transform: scale(1.0);
	z-index: 3;
	opacity: 1;
	transition: 0 all;
}
.gallery-slider .swiper-slide.swiper-slide-active img{
	filter: brightness(100%) contrast(100%);
}

.gallery-slider .swiper-slide.swiper-slide-prev {
	transform: scale(.8) translateX(70%);
	z-index: 2;
	opacity: 1;
}

.gallery-slider .swiper-slide.swiper-slide-next {
	transform: scale(.8) translateX(-70%);
	z-index: 2;
	opacity: 1;
}

.gallery-slider .swiper-slide.swiper-slide-next + .swiper-slide{
	transform: scale(.7) translateX(-170%);
	z-index: 1;
	opacity: 1;
}

.gallery-slider .swiper-slide:has(+ .swiper-slide-prev) {
	transform: scale(.7) translateX(170%);
	z-index: 1;
	opacity: 1;
}

.gallery-slider .swiper-button-prev{
	left: 35%;
	bottom: 0%;
	top: auto;
}

.gallery-slider .swiper-button-next{
	right: 35%;
	bottom: 0%;
	top: auto;
}

/*burgir*/

.mobile-navigation.active{
	opacity: 1;
	max-height: 700px;
	pointer-events: auto;
}

.mobile-navigation ul{
	list-style: none;
}

.mobile-header-wrapper .elementor-element, .mobile-header-wrapper .e-con-inner{
	position: unset;
}

.mobile-navigation .menu-item{
	padding: 30px 25px;
	border-bottom : solid 1px #170F070a;
	border-top : solid 1px #170F070a;
}

.product-main-slider .swiper-wrapper{
	padding-bottom: 130px;
}

.product-main-slider .swiper-slide{
	width: 885px;
  height: 640px;
	border-radius: 30px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.product-main-slider .swiper-slide img{
	width: 100%;
  height: 100%;
	object-fit: cover;
	user-select: none;
}

.product-main-slider .swiper-pagination{
	z-index: 0;
}

/**/

.product-main-slider .swiper-pagination{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/**/

.swiper-attribute .swiper-slide{
	aspect-ratio: 1 / 1;
}
.swiper-attribute .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: 1;
	aspect-ratio: 1;
	object-fit: cover;
}

.swiper-attribute .swiper-slide{
	position: relative;
}

.swiper-attribute .img-wrapper{
	display: flex;
}

.swiper-attribute .img-wrapper::after{
	content: '';
	transition: opacity .1s;
	opacity: 0;
}

.swiper-attribute .swiper-slide:has(input:checked) .img-wrapper::after{
	content: '';
	background: url("/wp-content/uploads/2026/05/checkmark.svg") bottom center / 100% no-repeat, #D4AC7980;
    background-position-x: center, 0%;
    background-position-y: bottom, 0%;
    background-size: 100% auto, auto;
	position: absolute;
	inset: 0;
	background-size: 30%;
	background-position: center;
	border-radius: 30px;
	z-index: 3;
	opacity: 1;
}

.swiper-attribute .swiper-slide input{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.swiper-attribute .img-wrapper{
	position: relative;
}

/**/

#gallery-slides .swiper-pagination {
    position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	left: calc(50% - 55px);
	bottom: 0px !important;
}

#gallery-slides .swiper-pagination-bullet {
    position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	opacity: 1;
	left: 0;
	top: 0;
	background: #0000;
}

#gallery-slides .swiper-pagination-bullet-active {
    border: solid 2px #6C816B;
	border-right: 0;
}

#gallery-slides .swiper-page-count{
	position: absolute;
	  font-family: "Inter", Sans-serif;
	  font-size: 18px;
	  color: var(--e-global-color-e0817ac);
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	top: 0;
	user-select: none;
}

#gallery-slides .swiper-button-next, #gallery-slides .swiper-button-prev {
  background-color: #D4AC79B8;
	background-image: url('/wp-content/uploads/2026/05/navigation-arrow.svg') !important;
  background-size: 10%;
	background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0;
}
#gallery-slides .swiper-button-prev {
	transform: rotate(180deg);
}


#gallery-slides .swiper-button-next svg, #gallery-slides .swiper-button-prev svg{
	display: none;
}

#gallery-slides .swiper-button-next::after, #gallery-slides  .swiper-button-prev::after{
	content: none !important;
}

.swiper-pa_vaga img{
	object-fit: contain !important;
}

.swiper-attribute .swiper-wrapper{
	padding-top: 100px !important;
}


.swiper-attribute .swiper-pagination{
	top: 60px !important;
}

.swiper-attribute .swiper-button-next, .swiper-attribute .swiper-button-prev{
	top: 10px !important;
}

.swiper-attribute .swiper-button-next::after, 
.swiper-attribute .swiper-button-prev::after{
	content: none !important;
}

.swiper-attribute .swiper-button-next,.swiper-attribute .swiper-button-prev {
  background-color: #D4AC79B8;
	background-image: url('/wp-content/uploads/2026/05/navigation-arrow.svg') !important;
  background-size: 10%;
	background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0;
}
.swiper-attribute .swiper-button-prev {
	transform: rotate(180deg) !important;
}

.shop-pagination .shop-nav-prev, .shop-pagination .shop-nav-next{
	  background-color: #D4AC79B8;
	background-image: url('/wp-content/uploads/2026/05/navigation-arrow.svg') !important;
  background-size: 10%;
	background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.shop-pagination .shop-nav-prev{
	transform: rotate(180deg);
}
.shop-pagination {
display: flex;
  gap: 10px;
  align-items: center;
}

.shop-page-navigation{
	display: flex;
  justify-content: space-between;
  padding-top: 10px !important;
	font-family: 'Inter';
	align-items: center;
}

.shop-pagination span{
	font-size: 14px;
	cursor: pointer;
}

.shop-pagination span.active{
	font-weight: 600;
	color: #D4AC79;
}

.shop-pagination div{
	opacity: .5;
}

.shop-pagination div.active{
	opacity: 1;
}

.second-page-navigation{
	padding-bottom: 20px !important;
}

.variations-wrapper > span{
	font-size: 33px;
	font-weight: 500;
	position: absolute;
	padding-top: 30px;
}

.slide-card > span{
	font-size: 16px;
	color: #4D322188;
}

.slide-card{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product-alike-wrapper{
	display: flex;
	flex-direction: row;
	gap: 40px;
}