/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root {
	--lp-bg: #fbf7f4;
	--lp-panel: #fffdfb;
	--lp-text: #111111;
	--lp-muted: #6f6461;
	--lp-accent: #b88783;
	--lp-accent-soft: #ead2cc;
	--lp-line: rgba(184, 135, 131, 0.24);
	--lp-shadow: 0 24px 70px rgba(94, 63, 58, 0.13);
	--lp-heading: "Cardo", "Cormorant Garamond", "Playfair Display", Georgia, serif;
	--lp-body: "Inter", "Montserrat", Arial, sans-serif;
}

.wp-block-template-part{
    margin-top: 0px;
}   
.wp-block-template-part .lp-header{
    padding-block: 0px;
}

body {
	background: var(--lp-bg);
	color: var(--lp-text);
	font-family: var(--lp-body);
}

body:has(.lp-page) {
	overflow: hidden;
}
.lp-header {
	align-items: center;
	background: rgba(251, 247, 244, 0.92);
	border-bottom: 1px solid rgba(184, 135, 131, 0.16);
	box-sizing: border-box;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto;
	left: 0;
	min-height: 84px;
	padding: 22px clamp(20px, 4vw, 56px);
	position: sticky;
	right: 0;
	top: 0;
	z-index: 20;
}

.lp-logo {
	color: var(--lp-text);
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
	width: clamp(198px, 19.5vw, 306px);

}

.lp-logo img {
	display: block;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    object-position: center;
    width: 57%;
}

.lp-nav {
	align-items: center;
	display: flex;
	gap: clamp(22px, 3vw, 46px);
	justify-content: center;
}

.lp-nav a,
.lp-header-actions a {
	color: var(--lp-text);
	text-decoration: none;
}

.lp-nav a {
	font-size: 13px;
	font-weight: 700;
}

.lp-header-actions {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.lp-icon-link {
	border: 0;
	box-shadow: none;
	display: inline-flex;
	height: 36px;
	outline: 0;
	position: relative;
	text-decoration: none;
	width: 36px;
}

.lp-icon-link:focus,
.lp-icon-link:focus-visible,
.lp-icon-link:active {
	border: 0;
	box-shadow: none;
	outline: 0;
}

.lp-icon-link svg {
	/* fill: none;
	height: 36px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 36px; */
    width: 36;
    height: 36;
    fill: currentColor;
    stroke: none;
    display: block;
    color: #003057;
}

.lp-cart-count {
	align-items: center;
	background: #E12E2E;
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	position: absolute;
	right: -10px;
	top: -9px;
	width: 22px;
}

.lp-page {
	background:
		radial-gradient(circle at 18% 26%, rgba(241, 206, 199, 0.64), transparent 27%),
		linear-gradient(110deg, #f7ebe7 0%, var(--lp-bg) 38%, #fffdfb 100%);
	height: calc(100vh - 84px);
	min-height: 0;
	overflow: hidden;
}

.lp-hero {
	box-sizing: border-box;
	display: grid;
	gap: clamp(30px, 5vw, 78px);
	grid-template-columns: minmax(360px, 1.02fr) minmax(470px, 0.98fr);
	height: 100%;
	min-height: 0;
	overflow: hidden;
	padding: clamp(28px, 4vw, 66px) 0 48px clamp(24px, 5vw, 86px);
	position: relative;
        padding-left: 0px;
    padding-top: 0;
}
.lp-logo,
.lp-logo:focus,
.lp-logo:active,
.lp-logo:visited {
  outline: none;
  border: none;
  box-shadow: none;
}

.lp-vertical-word {
	color: rgba(184, 135, 131, 0.13);
    font-family: var(--lp-heading);
    font-size: clamp(96px, 7.5vw, 186px);
    font-weight: 400;
    left: 21px;
    line-height: 0.8;
    position: absolute;
    text-orientation: mixed;
    top: 22px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    z-index: 0;
}
.lp-hero .lp-product-stage{
    padding: 0px 0px;

}

.lp-product-stage {
	align-items: end;
	background: transparent;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
	padding: 0 clamp(10px, 2vw, 28px) 0 0;
	position: relative;
	z-index: 1;
}


.lp-product-image {
    background-color: transparent !important;
    display: block;
    filter: drop-shadow(0 28px 34px rgba(95, 61, 48, 0.18));
    height: auto;
    /* max-height: calc(100vh - 96px); */
    max-width: 100%;
    object-fit: cover;
    transform: translateY(0px);
    width: 100%;
    background-position: top;
}

.lp-content {
	align-self: center;
	box-sizing: border-box;
	max-height: calc(100vh - 84px - 96px);
	max-width: none;
	overflow-y: auto;
	padding-left: 0;
	padding-right: clamp(42px, 7vw, 112px);
	position: relative;
	scrollbar-color: rgba(184, 135, 131, 0.42) transparent;
	scrollbar-width: thin;
	width: 100%;
	z-index: 2;
    
}

.lp-content::-webkit-scrollbar {
	width: 10px;
}

.lp-content::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 999px;
}

.lp-content::-webkit-scrollbar-thumb {
	background: rgba(184, 135, 131, 0.28);
	background-clip: content-box;
	border: 3px solid transparent;
	border-radius: 999px;
}

.lp-content:hover::-webkit-scrollbar-thumb {
	background-color: rgba(184, 135, 131, 0.52);
}

.lp-breadcrumb {
	color: var(--lp-accent);
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 22px;
}

.lp-kicker {
	color: #bb7278 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 0 10px;
    text-transform: uppercase;
    background: linear-gradient(to right, #F5E1DC, transparent);
    padding: 8px 10px;
    font-size: 12px !important;

}

.lp-content h1 {
	color: var(--lp-text);
	font-family: var(--lp-heading);
	font-size: clamp(64px, 7vw, 106px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0 0 26px;
}

.lp-content p {
	color: var(--lp-muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 16px;
}

.lp-purchase-panel {
	display: grid;
	gap: 12px;
	margin: 34px 0 30px;
	max-width: 330px;
}

.lp-purchase-row {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 76px minmax(180px, 1fr);
	white-space: nowrap;
}

.lp-price {
	align-items: baseline;
	display: inline-flex;
	gap: 8px;
	font-family: var(--lp-heading);
	font-size: 25px;
	white-space: nowrap;
}

.lp-price-old {
	color: var(--lp-muted);
	font-size: 0.72em;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.lp-button,
.lp-quantity,
.lp-selector {
	align-items: center;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-flex;
	font-size: 13px;
	height: 50px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
}

.lp-quantity {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid var(--lp-line);
	padding: 0 8px;
}

.lp-quantity-input {
	appearance: textfield;
	background: transparent;
	border: 0;
	color: var(--lp-text);
	font-family: var(--lp-body);
	font-size: 15px;
	font-weight: 700;
	height: 100%;
	outline: 0;
	text-align: center;
	width: 100%;
}

.lp-quantity-input::-webkit-inner-spin-button,
.lp-quantity-input::-webkit-outer-spin-button {
	margin: 0;
}

.lp-button {
	background: #000000;
	color: #ffffff;
	font-family: var(--lp-heading);
	font-size: 16px;
	transition: transform 180ms ease, background 180ms ease;
}

.lp-button:hover {
	background: #2b211f;
	transform: translateY(-1px);
}

.lp-selector {
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid var(--lp-line);
	color: var(--lp-text);
	font-family: var(--lp-body);
	gap: 12px;
	justify-self: start;
	pointer-events: none;
	width: 148px;
	user-select: none;
}

.lp-details {
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	grid-template-columns: 1fr 1.1fr;
	margin-top: 16px;
}

.lp-details h2 {
	border-bottom: 1px solid var(--lp-line);
	font-family: var(--lp-heading);
	font-size: 17px;
	margin: 0 0 14px;
	padding-bottom: 8px;
    font-weight: bold;
}

.lp-details ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lp-details li {
	color: var(--lp-muted);
	font-size: 13px;
	line-height: 1.35;
	padding-left: 25px;
	position: relative;
}

.lp-details li::before {
	align-items: center;
	border: 1px solid var(--lp-accent);
	border-radius: 999px;
	color: var(--lp-accent);
	content: "\2713";
	display: flex;
	font-size: 9px;
	height: 14px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 1px;
	width: 14px;
}

.lp-feature-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 46px;
    margin-bottom: 50px;
}

.lp-card {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(184, 135, 131, 0.16);
	border-radius: 8px;
	box-shadow: var(--lp-shadow);
	overflow: hidden;
}

.lp-card-media {
	aspect-ratio: 1.75 / 1;
	position: relative;
}

.lp-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lp-card-icon {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	bottom: -22px;
	box-shadow: 0 10px 24px rgba(92, 54, 48, 0.16);
	color: var(--lp-accent);
	display: flex;
	font-size: 20px;
	height: 50px;
	justify-content: center;
	left: 18px;
	position: absolute;
	width: 50px;
}

.lp-card-body {
	padding: 32px 20px 22px;
}

.lp-card h3 {
	font-family: var(--lp-heading);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 8px;
}

.lp-card p {
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.lp-social {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: fixed;
	right: clamp(18px, 3vw, 46px);
	bottom: clamp(18px, 3vw, 42px);
	z-index: 9;
}

.lp-social a {
	align-items: center;
	background: rgba(255, 255, 255, 0.52);
	border: 1px solid rgba(184, 135, 131, 0.22);
	border-radius: 999px;
	color: var(--lp-text);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
	width: 38px;
}

.lp-social a:hover {
	background: #ffffff;
	border-color: rgba(184, 135, 131, 0.48);
	transform: translateY(-1px);
}

.lp-social svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

/* .lp-arrow-bar {
	background: linear-gradient(90deg, #cc8d88, #e1b3ac);
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 104px;
	left: 0;
	position: absolute;
	width: min(380px, 28vw);
	z-index: 4;
}

.lp-arrow-bar span {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	color: #ffffff;
	display: flex;
	font-size: 34px;
	justify-content: center;
} */

@media (max-width: 1120px) {
	.lp-header {
		grid-template-columns: 1fr auto;
	}

	.lp-nav {
		gap: 18px;
		justify-content: flex-end;
	}

	.lp-hero {
		grid-template-columns: 1fr;
		padding-right: clamp(24px, 5vw, 64px);
		padding-bottom: 64px;
	}

	.lp-product-stage {
		align-items: center;
		max-height: 38vh;
		padding-right: 0;
	}

	.lp-content {
		justify-self: center;
		max-height: calc(62vh - 74px);
		max-width: 760px;
		padding-right: 18px;
	}
}

@media (max-width: 860px) {
	body:has(.lp-page) {
		overflow: auto;
	}

	.lp-header {
		min-height: 74px;
		padding: 18px 20px;
	}

	.lp-nav {
		display: none;
	}

	.lp-header-actions {
		gap: 14px;
	}

	.lp-page {
		height: auto;
		min-height: calc(100vh - 74px);
		overflow: visible;
	}

	.lp-hero {
		gap: 18px;
		grid-template-rows: auto auto;
		height: auto;
		min-height: auto;
		overflow: visible;
		padding: 24px 18px 42px;
	}

	.lp-vertical-word,
	.lp-social,
	.lp-arrow-bar {
		display: none;
	}

	.lp-product-stage {
		max-height: 32vh;
	}

	.lp-product-image {
		/* max-height: 32vh;
		max-width: 100%;
		transform: translateY(0); */
        background: transparent !important;
        display: block;
        filter: drop-shadow(0 28px 34px rgba(95, 61, 48, 0.18));
        height: auto;
        /* max-height: calc(100vh - 96px); */
        max-width: 100%;
        object-fit: cover;
        transform: translateY(0px);
        width: 100%;
	}

	.lp-content {
		align-self: stretch;
		max-height: none;
		min-height: 0;
		overflow: visible;
		padding-right: 0;
	}

	.lp-content h1 {
		font-size: clamp(52px, 16vw, 78px);
	}

	.lp-details,
	.lp-feature-grid {
		grid-template-columns: 1fr;
	}

	.lp-purchase-panel {
		max-width: none;
	}

	.lp-purchase-row {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.lp-button,
	.lp-selector {
		width: 100%;
	}

	.lp-price {
		font-size: 26px;
	}
    
}

@media (max-width: 520px) {
	.lp-logo {
		margin-left: -8px;
		width: 198px;
	}

	.lp-breadcrumb {
		font-size: 11px;
	}

	.lp-kicker {
		color: var(--lp-accent);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 4px;
        margin: 0 0 10px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        
    }

	.lp-content p {
        color: var(--lp-muted);
        font-size: 15px;
        line-height: 1.7;
        margin: 0 0 16px;
	}

	.lp-card-body {
		padding: 30px 18px 20px;
	}
    
}
