/*
Theme Name: Claue Child
Theme URI: http://www.janstudio.net/claue
Author: JanStudio
Author URI: http://www.janstudio.net
Description: The best woocommerce theme for online fashion store, furniture store, handemade store, organic store, wordpress personal portfolio, personal blog.
Template: claue
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: claue
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


.badge span {
	width: auto;
	padding: 0 10px;
    border-radius: 5px;
    font-weight: 700;
}

.badge span.onsale{
    background-color: #f44336;
}

.badge .onsale + .new {
    top: 45px;
}

.roaya-yacout-landing {
	background: #fff;
	color: #25211f;
	font-size: 16px;
	line-height: 1.55;
}

body.page-id-6466 .page-head {
	display: none;
}

body.page-id-6466 .header__top {
	display: none;
}

body.page-id-6466 .jas-icon-cart {
	display: none;
}

body.page-id-6466 #jas-header,
body.page-id-6466 .header__mid {
	height: auto;
	min-height: 0;
}

body.page-id-6466 .header__mid .jas-row {
	padding-top: 8px;
	padding-bottom: 8px;
}

body.page-id-6466 .jas-page > .jas-col-md-12.jas-col-xs-12.mt__60 {
	margin-top: 0;
}

.roaya-yacout-landing * {
	box-sizing: border-box;
}

.roaya-yacout-landing img {
	display: block;
	width: 100%;
	height: auto;
}

.roaya-yacout-sticky-cta {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 22px;
	background: #2f2824;
	color: #fff;
	box-shadow: 0 12px 30px rgba(47, 40, 36, 0.24);
	text-decoration: none;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.roaya-yacout-sticky-cta:hover,
.roaya-yacout-sticky-cta:focus {
	color: #fff;
}

.roaya-yacout-sticky-cta__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.roaya-yacout-sticky-cta__label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.roaya-yacout-sticky-cta__timer {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1;
}

.roaya-yacout-sticky-cta__timer.is-expired .roaya-yacout-sticky-cta__countdown {
	opacity: .6;
}

.roaya-yacout-sticky-cta__timer-label {
	opacity: .72;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.roaya-yacout-sticky-cta__countdown {
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.roaya-yacout-sticky-cta__pricing {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.roaya-yacout-sticky-cta__pricing .amount {
	color: #fff;
}

.roaya-yacout-sticky-cta__pricing del {
	opacity: .64;
	font-size: 12px;
	font-weight: 500;
}

.roaya-yacout-sticky-cta__pricing del .amount {
	color: rgba(255,255,255,.72);
}

.roaya-yacout-sticky-cta__pricing ins {
	text-decoration: none;
}

.roaya-yacout-sticky-cta.is-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
}

.roaya-yacout-section {
	padding: 34px 18px;
}

.roaya-yacout-inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.roaya-yacout-hero {
	position: relative;
	min-height: 86vh;
	display: flex;
	align-items: flex-end;
	padding: 26px 18px;
	background: #e8f4f7;
	overflow: hidden;
}

.roaya-yacout-hero__image {
	position: absolute;
	inset: 0;
}

.roaya-yacout-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.roaya-yacout-hero__image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.88));
}

.roaya-yacout-hero__content {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	margin: 0 auto;
	text-align: center;
}

.roaya-yacout-kicker,
.roaya-yacout-ar {
	margin: 0 0 10px;
	color: #7a5a43;
	font-weight: 600;
}

.roaya-yacout-ar {
	direction: rtl;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
}

.roaya-yacout-hero h1,
.roaya-yacout-title {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 8vw, 64px);
	line-height: 1.04;
	font-weight: 500;
	color: #3b2c25;
}

.roaya-yacout-lead {
	margin: 0 0 20px;
	font-size: 18px;
	color: #4f4a47;
}

.roaya-yacout-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 8px;
	background: #a87959;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.roaya-yacout-button:hover {
	background: #2f2824;
	color: #fff;
}

@media (max-width: 767px) {
	.roaya-yacout-kicker {
		margin-top: 18px;
	}

	.roaya-yacout-hero .roaya-yacout-ar {
		text-align: center;
	}
}

.roaya-yacout-benefits,
.roaya-yacout-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.roaya-yacout-benefit,
.roaya-yacout-trust__item {
	position: relative;
	padding: 56px 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.roaya-yacout-benefit:before,
.roaya-yacout-trust__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	transform: translateX(-50%);
	background-color: #806a58;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: 32px 32px;
	mask-size: 32px 32px;
	opacity: 0.92;
}

.roaya-yacout-benefit strong,
.roaya-yacout-trust__item strong {
	display: block;
	color: #2f2824;
	font-size: 14px;
}

.roaya-yacout-benefit span,
.roaya-yacout-trust__item span {
	display: block;
	margin-top: 4px;
	color: #6a625e;
	font-size: 13px;
}

.roaya-yacout-benefit:nth-child(1):before {
	-webkit-mask-image: url("assets/icons/lucide/droplets.svg");
	mask-image: url("assets/icons/lucide/droplets.svg");
}

.roaya-yacout-benefit:nth-child(2):before {
	-webkit-mask-image: url("assets/icons/lucide/shield.svg");
	mask-image: url("assets/icons/lucide/shield.svg");
}

.roaya-yacout-benefit:nth-child(3):before {
	-webkit-mask-image: url("assets/icons/lucide/feather.svg");
	mask-image: url("assets/icons/lucide/feather.svg");
}

.roaya-yacout-benefit:nth-child(4):before {
	-webkit-mask-image: url("assets/icons/lucide/ruler.svg");
	mask-image: url("assets/icons/lucide/ruler.svg");
}

.roaya-yacout-trust__item:nth-child(1):before {
	-webkit-mask-image: url("assets/icons/lucide/truck.svg");
	mask-image: url("assets/icons/lucide/truck.svg");
}

.roaya-yacout-trust__item:nth-child(2):before {
	-webkit-mask-image: url("assets/icons/lucide/badge-dollar-sign.svg");
	mask-image: url("assets/icons/lucide/badge-dollar-sign.svg");
}

.roaya-yacout-trust__item:nth-child(3):before {
	-webkit-mask-image: url("assets/icons/lucide/refresh-cw.svg");
	mask-image: url("assets/icons/lucide/refresh-cw.svg");
}

.roaya-yacout-trust__item:nth-child(4):before {
	-webkit-mask-image: url("assets/icons/lucide/messages-square.svg");
	mask-image: url("assets/icons/lucide/messages-square.svg");
}

.roaya-yacout-story {
	background: #fbf7f2;
}

.roaya-yacout-grid,
.roaya-yacout-colors,
.roaya-yacout-details {
	display: grid;
	gap: 12px;
}

.roaya-yacout-grid {
	grid-template-columns: 1fr;
	align-items: center;
}

.roaya-yacout-card,
.roaya-yacout-detail,
.roaya-yacout-order {
	border-radius: 0px;
	/* background: #fff; */
	/* box-shadow: 0 8px 28px rgba(47, 40, 36, 0.08); */
	overflow: hidden;
}

.roaya-yacout-card__body,
.roaya-yacout-order__content {
	padding: 22px;
}

.roaya-yacout-card h2,
.roaya-yacout-section h2 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 6vw, 44px);
	line-height: 1.12;
	color: #3b2c25;
	font-size: 34px;
}

.roaya-yacout-card p,
.roaya-yacout-section p {
	margin: 0 0 12px;
}

.roaya-yacout-colors-wrap {
	max-width: 1360px;
	margin: 0 auto;
}

.roaya-yacout-colors-wrap .roaya-yacout-title {
	margin-bottom: 24px;
	text-align: center;
}

.roaya-yacout-colors-wrap .roaya-yacout-title:after {
	content: "";
	display: block;
	width: 56px;
	height: 3px;
	margin: 10px auto 0;
	border-radius: 999px;
	background: #d6c4b4;
}

.roaya-yacout-colors {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 4px 0 12px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.roaya-yacout-colors::-webkit-scrollbar {
	display: none;
}

.roaya-yacout-colors.slick-initialized {
	display: block;
	overflow: visible;
	padding-bottom: 0;
}

.roaya-yacout-colors .slick-list {
	margin: 0 -7px;
}

.roaya-yacout-colors .slick-slide {
	padding: 0 7px;
}

.roaya-yacout-color {
	flex: 0 0 min(44vw, 190px);
	scroll-snap-align: start;
	margin: 0;
	background: transparent;
}

.roaya-yacout-color img {
	display: block;
	width: 100%;
	aspect-ratio: 0.72;
	object-fit: cover;
	border-radius: 6px;
	background: #eee;
}

.roaya-yacout-color figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 12px;
	color: #2f2824;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.roaya-yacout-color__dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid rgba(47, 40, 36, 0.12);
	background: var(--swatch, #d3c0b0);
	flex: 0 0 14px;
}

.roaya-yacout-details {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 4px 0 12px;
	margin-top: 34px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.roaya-yacout-details::-webkit-scrollbar {
	display: none;
}

.roaya-yacout-detail {
	flex: 0 0 min(68vw, 240px);
	scroll-snap-align: start;
	margin-top: 34px;
	padding: 0;
	text-align: center;
	background: transparent;
}

.roaya-yacout-detail img {
	display: block;
	width: 100%;
	aspect-ratio: 1.05;
	object-fit: cover;
	border-radius: 50% !important;
	background: #eee;
}

.roaya-yacout-detail__body {
	padding: 10px 6px 0;
}

.roaya-yacout-detail strong {
	display: block;
	margin-bottom: 4px;
	color: #2f2824;
	font-size: 14px;
	line-height: 1.2;
}

.roaya-yacout-detail span {
	display: block;
	color: #6a625e;
	font-size: 14px;
	line-height: 1.35;
}

.roaya-yacout-order {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
}

.elementor-element-roaya-yacout-widget-2 {
	display: none;
}

.roaya-yacout-order__mount > .elementor-element-roaya-yacout-widget-2.is-mounted {
	display: block;
}

.roaya-yacout-order__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.roaya-yacout-order__mount,
.roaya-yacout-order__mount .elementor-widget-container {
	height: 100%;
}

.roaya-yacout-order .price {
	font-size: 24px;
	font-weight: 800;
	color: #a87959;
}

.roaya-yacout-order .price del,
.woocommerce ul.products li.product .price del,
.single-product .entry-summary .price del,
.woocommerce-variation-price .price del {
	opacity: .48;
	margin-right: 8px;
	font-size: .78em;
	font-weight: 500;
}

.roaya-yacout-order .price del .amount,
.woocommerce ul.products li.product .price del .amount,
.single-product .entry-summary .price del .amount,
.woocommerce-variation-price .price del .amount {
	color: #8c837e;
}

.roaya-yacout-order .price ins,
.woocommerce ul.products li.product .price ins,
.single-product .entry-summary .price ins,
.woocommerce-variation-price .price ins {
	text-decoration: none;
}

.roaya-yacout-order .price ins .amount,
.woocommerce ul.products li.product .price ins .amount,
.single-product .entry-summary .price ins .amount,
.woocommerce-variation-price .price ins .amount {
	color: #a87959;
	font-weight: 800;
}

.roaya-fast-order__submit {
	display: block;
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.roaya-yacout-sticky-cta {
		display: none;
	}

	.roaya-yacout-section {
		padding: 58px 28px;
	}

	.roaya-yacout-hero {
		align-items: center;
		padding: 42px 28px;
	}

	.roaya-yacout-hero__image img {
		object-position: 78% center;
	}

	.roaya-yacout-hero__image:after {
		background: linear-gradient(90deg, rgba(255, 250, 244, 0.94) 0%, rgba(255, 250, 244, 0.88) 34%, rgba(255, 250, 244, 0.38) 62%, rgba(255, 250, 244, 0.08) 100%);
	}

	.roaya-yacout-hero__content {
		max-width: min(460px, 44%);
		margin-inline-start: 0;
		margin-inline-end: auto;
		text-align: start;
	}

	.roaya-yacout-benefits,
	.roaya-yacout-trust {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.roaya-yacout-grid,
	.roaya-yacout-order {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.roaya-yacout-order {
		align-items: start;
	}

	.roaya-yacout-color {
		flex-basis: auto;
	}

	.roaya-yacout-colors-wrap {
		max-width: 1480px;
	}

	.roaya-yacout-colors .slick-slide {
		padding: 0 9px;
	}

	.roaya-yacout-details {
		display: grid;
		grid-template-columns: repeat(5, minmax(180px, 220px));
		justify-content: center;
		gap: 16px;
		overflow: visible;
		padding-bottom: 0;
		scroll-snap-type: none;
	}

	.roaya-yacout-detail {
		flex-basis: auto;
	}
}

@media (max-width: 767px) {
	body.page-id-6466 {
		padding-bottom: 84px;
	}
}

.roaya-yacout-landing .roaya-fast-order__panel {
    border: 0;
    padding: 0;
    box-shadow: none;
}

input:not([type="submit"]):not([type="checkbox"]), textarea, select{
	border-radius: 4px;
}
.roaya-fast-order__actions p{
	font-size: 12px;
	margin-top: 10px;
}
.variations .value{
	display: none;
}
