/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



@font-face {
	font-display: swap;
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/inter-v20-latin-500.woff2') format('woff2');
}

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

.container {
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	padding: 0px 32px;
}

a:hover {
	color: #d4a5a5;
}

/* section.main-hero-sec {
height: 85vh;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: flex;
align-items: center;
background-color: #fffbf7;
} */

h1.hero-title {
	font-family: 'Cormorant Garamond';
	font-size: 72px;
	line-height: 72px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: -1.8px;
}

.hero-text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	max-width: 447px;
	margin-bottom: 32px;
}

.hero-btn a {
	font-family: 'Inter';
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 24px 48px;
	color: #2c2c2c;
	background-color: #FFFFFF;
	display: inline-block;
	transition: .3s;
}

.hero-btn a:hover {
	background-color: #ffffffe6;
}

.category-sec {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	max-width: 800px;
	margin: 0 auto;
}

.category-img img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	transition: .7s;
}

.category-img {
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

.category-title,
.our-value-title {
	font-family: 'Cormorant Garamond';
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 12px;
}

.category-description {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 12px;
}

.category-link {
	text-align: center;
}

.category-link {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #d4a5a5;
	text-align: center;
	transition: .5s;
}

.category-link:hover {
	color: #ddb7b7;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.category-item:hover .category-img img {
	transform: scale(105%);
}

section.main-category-sec {
	margin: 60px 0px;
}

h2.sec-title {
	font-family: 'Cormorant Garamond';
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 16px;
	color: #2c2c2c;
}
h1.sec-title {
	font-family: 'Cormorant Garamond';
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 16px;
	color: #2c2c2c;
}
.sec-text {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	max-width: 672px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	color: #8b7f7f;
}

.category-img::after {
	content: '';
	height: 100%;
	width: 100%;
	background-color: #0000001A;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transition: .5s;
}

.category-item:hover .category-img::after {
	opacity: 1;
}

 .watch-buy-main {
	padding: 80px 0px;
}
.watch-buy-main .sec-title {
    margin-bottom: 40px;
}
.main-product-sec {
	padding: 80px 0px;
	background-color: #fcfaf7;
}
.product-img {
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
	padding-top: 150%;
}

.product-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
	transition: .6s;
	position: absolute;
	top: 0;
	left: 0;
}

.product-category {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8b7f7f;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 8px;
}

h3.product-title {
	font-family: 'Cormorant Garamond';
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #2c2c2c;
	margin-bottom: 8px;
}

.product-price span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #d4a5a5;
}
.product-sec .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.product-item {
    max-width: 300px;
}
.product-img .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.product-img:hover .main-img {
    opacity: 0;
}
.product-img:hover .hover-img {
    opacity: 1;
}

.product-btn a {
	font-family: 'Inter';
	color: #d4a5a5;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 48px;
	background: #fefdfb;
	display: inline-flex;
	height: 40px;
	align-items: center;
	border: 1px solid #d4a5a5;
	transition: .5s;
}
.product-btn {
	text-align: center;
	margin-top: 64px;
}
.product-btn a:hover {
	background-color: #d4a5a5;
	color: #FFFFFF;
}
.product-quick-btn {
	padding: 0px 12px;
	background-color: #FFFFFF;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	border-radius: 4px;
	color: #2c2c2c;
	position: absolute;
	bottom: 20px;
	right: 50%;
	transform: translateX(50%);
	opacity: 0;
	transition: .5s;
}
.product-item a:hover .product-quick-btn {
	opacity: 1;
}
.festive-sec {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

section.main-festive-sec {
	padding: 128px 0px;
	background-color: #faf6f2;
}

.limited-badge {
	border: 1px solid #d4a5a5;
	display: inline-block;
	font-family: 'Inter';
	font-size: 12px;
	line-height: 16px;
	color: #d4a5a5;
	letter-spacing: 1.2px;
	padding: 8px 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.festive-title {
	font-family: 'Cormorant Garamond';
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	color: #2c2c2c;
	margin-bottom: 24px;
}

.festive-subtext {
	font-family: 'Inter';
	font-size: 18px;
	line-height: 29.25px;
	color: #8b7f7f;
	max-width: 576px;
	margin-bottom: 32px;
}

.festive-btn-flex {
	display: flex;
	align-items: center;
	gap: 16px;
}

.festive-shop-btn a {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	padding: 0px 40px;
	background-color: #d4a5a5;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 2px;
	transition: .3s;
}

.learn-shop-btn a {
	font-family: 'Inter';
	font-size: 14px;
	line-height: 40px;
	padding: 0px 40px;
	background-color: #fefdfb;
	display: inline-block;
	color: #2c2c2c;
	border-radius: 2px;
	border: 1px solid #2c2c2c;
	font-weight: 500;
	transition: .3s;
}

.festive-shop-btn a:hover {
	background-color: #d8aeae;
}

.learn-shop-btn a:hover {
	background-color: #2c2c2c;
	color: #fefdfb;
}

section.main-newsletter-sec {
	border-top: 1px solid #d4a5a559;
}

h3.newsletter-title {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 24px;
}

.newsletter-text {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	color: #8b7f7f;
	margin-bottom: 24px;
}

.newsletter-form {
	max-width: 448px;
	margin: 0 auto;
}

.newsletter-form .newsletter-flex {
	display: flex;
	gap: 12px;
	align-items: center;
}

span.wpcf7-spinner {
	display: none;
}

.newsletter-form .newsletter-input input {
	padding: 4px 12px !important;
	min-height: 36px;
	border: none;
	background-color: #fefdfb;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #2c2c2c !important;
	border: 1px solid #fefdfb;
}

.newsletter-form .newsletter-input input:focus {
	box-shadow: 0 0 0 3px #ead2d2;
	outline: none;
	border-radius: 2px;
	border-color: #d4a5a5;
}

.newsletter-sec {
	padding: 64px 0px;
	border-bottom: 1px solid #d4a5a559;
}

.newsletter-form .newsletter-submit input {
	padding: 8px 32px;
	height: 36px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
}

.newsletter-form .newsletter-input p,
.newsletter-form .newsletter-submit p {
	margin: 0;
}

.newsletter-form .newsletter-submit input:hover {
	background-color: #d8aeae;
}

div#site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.center-menu #site-navigation-wrap {
	position: inherit !important;
	left: 0;
	transform: translateX(0px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.after-header-content {
	order: 3;
}

div#footer-widgets {
	background-color: #faf6f2;
	padding: 64px 0px;
}

.col-1 figure.wp-block-image img {
	margin: 0;
}

.col-1 .widget_text p {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	color: #8b7f7f;
	margin-bottom: 24px;
	max-width: 320px;
}

.col-1 figure.wp-block-image {
	margin-bottom: 24px;
}

#footer-widgets .footer-box li.wp-social-link a {
	height: 36px;
	width: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer-widgets .footer-box li.wp-social-link .footer-widget ul {
	gap: 16px;
}

#footer-widgets .footer-box li.wp-social-link a svg {
	fill: #2c2c2c;
	height: 20px;
	width: 20px;
}

#footer-widgets .footer-box li.wp-social-link a:hover {
	background-color: #e8d5c4;
	height: 36px;
	width: 36px;
}

#footer-widgets .footer-box li.wp-social-link a:hover svg {
	fill: #d4a5a5;
	height: 20px;
	width: 20px;
}

#footer-widgets .footer-box h4.widget-title {
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #2c2c2c;
	letter-spacing: 0.4px;
	margin-bottom: 16px;
	padding: 0;
	border: 0;
}

#footer-widgets .footer-box ul.menu li.menu-item a {
	color: #8b7f7f;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

#footer-widgets .footer-box ul.menu li.menu-item {
	border: 0;
	padding: 0;
	margin-bottom: 16px;
}

#footer-widgets .footer-box.col-1 {
	width: 40%;
}

#footer-widgets .footer-box.col-2,
#footer-widgets .footer-box.col-3,
#footer-widgets .footer-box.col-4 {
	width: 20%;
}

body .oceanwp-row .span_1_of_4 {
	padding: 0 !important;
}

#footer-widgets .footer-box ul.menu li.menu-item a:hover {
	color: #2c2c2c;
}

#footer-widgets .footer-box.col-1,
#footer-widgets .footer-box.col-2,
#footer-widgets .footer-box.col-3,
#footer-widgets .footer-box.col-4 {
	margin: 0;
}

.copyright-text {
	color: #8b7f7f;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.copyright-link a {
	color: #8b7f7f !important;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.copyright-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0px;
	border-top: 1px solid #d4a5a559;
}

.copyright-link {
	display: flex;
	align-items: center;
	gap: 24px;
}

.copyright-link a:hover {
	color: #2c2c2c !important;
}

#footer-widgets .footer-box ul.menu li.menu-item:last-child {
	margin: 0;
}

a.my-account img {
	height: 21px;
	width: 21px;
	min-width: 21px;
}

.header-icons {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-icons .wcmenucart-cart-icon .wcmenucart-count {
	border: 0;
	padding: 0;
	width: 36px;
	height: 36px;
}

.header-icons .wcmenucart-cart-icon .wcmenucart-count:after {
	display: none;
}

.wcmenucart-cart-icon .wcmenucart-count {
	background-image: url('https://zypacinfotech.com/anzevia/wp-content/uploads/2025/10/svgviewer-png-output-10.png');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	height: 36px;
	width: 36px;
	padding: 0;
}

span.count-item {
	height: 16px;
	width: 16px;
	display: flex;
	background-color: #d4a5a5;
	align-items: center;
	justify-content: center;
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	transition: .5s;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	right: -4px;
}

.header-icons .wcmenucart-cart-icon .wcmenucart-count:hover,
.bag-style:hover .wcmenucart-cart-icon .wcmenucart-count {
	background-color: #e8d5c4 !important;
}

.current-shop-items-dropdown {
	border-top-color: #e8d5c4 !important;
}

a:focus {
	text-decoration: none;
	outline: none !important;
	border: none !important;
}

div#mobile-dropdown {
	left: -100%;
	top: 100%;
	display: block !important;
	height: calc(100vh - 80px) !important;
	transition: .5s !important;
}

body:has(a.mobile-menu.opened) #mobile-dropdown {
	left: 0%;
}


section.main-contact-sec {
	margin: 128px 0px;
}

.main-contact-form {
	max-width: 969px;
	margin: 40px auto;
}

.contact-flex {
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

p {
	margin: 0;
}

.contact-input input,
.contact-message textarea {
	background-color: #FFFFFF !important;
	font-family: 'Inter';
	font-size: 16px !important;
	font-weight: 400;
	line-height: 20px !important;
	color: #2c2c2c !important;
	border: 1px solid #2c2c2c !important;
	width: 100% !important;
	max-width: 100%;
	height: 50px;
}

.contact-input {
	width: 100%;
}

.contact-input input::placeholder,
.contact-message textarea::placeholder {
	color: #2c2c2c;
}

.contact-message textarea {
	height: 100px;
	padding: 15px 12px;
}

.contact-submit input {
	font-family: 'Inter';
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 48px;
	background: #fefdfb;
	display: inline-flex;
	height: 40px;
	align-items: center;
	border: 1px solid #d4a5a5 !important;
	transition: .5s;
}

.contact-submit {
	text-align: center;
}

.contact-submit input:hover {
	background-color: #d4a5a5;
	color: #FFFFFF;
}

.main-contact-info {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 60px;
}

.contact-info-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.contact-info-link a img {
	height: 36px;
	width: 36px;
	object-fit: contain;
}

.contact-us-title {
	margin-top: 80px;
}

.contact-info-title {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #2c2c2c;
}

.contact-info-item:nth-child(2) {
	border-right: 2px solid #d4a5a559;
	border-left: 2px solid #d4a5a559;
}

.header-transparent {
	background-color: rgba(254, 253, 251, 0.6) !important;
}

header#site-header {
	position: sticky;
	top: 0;
	border-bottom: 1px solid #d4a5a559 !important;
}

header#site-header:has(a.mobile-menu.opened) {
	background-color: #fff !important;
}

.woocommerce div.product .product_title {
	font-family: 'Cormorant Garamond';
	font-size: 48px !important;
	line-height: 48px !important;
	font-weight: 400;
	color: #2c2c2c;
	padding: 0;
	margin: 30px 0 16px !important;
	border: 0;
}

.woocommerce div.product p.price .amount bdi {
	font-size: 30px;
	line-height: 30px;
	color: #d4a5a5;
	font-family: 'Inter';
}

.woocommerce div.product form.cart {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.woocommerce div.product form.cart .variations label {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	text-align: center;
	color: #2c2c2c !important;
	margin: 0;
	margin-bottom: 12px;
	text-transform: capitalize;
}

table th,
table td {
	padding: 0;
	border: 0;
}

.woocommerce div.product p.price {
	margin: 0 !important;
	margin-bottom: 32px !important;
}

ul.variable-items-wrapper {
	margin: 0 !important;
	border: 0 !important;
	gap: 12px;
}

ul.variable-items-wrapper li.variable-item.color-variable-item {
	margin: 0 !important;
	padding: 0 !important;
	height: 52px !important;
	width: 52px !important;
	background: transparent;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

ul.variable-items-wrapper li.variable-item.color-variable-item .variable-item-contents {
	height: 36px !important;
	width: 36px !important;
	border-radius: 50% !important;
}

ul.variable-items-wrapper li.variable-item.color-variable-item span.variable-item-span {
	height: 36px !important;
	width: 36px !important;
	border-radius: 50%;
}

ul.variable-items-wrapper li.variable-item.color-variable-item.selected {
	border-radius: 50% !important;
	border: 2px solid #d4a5a5 !important;
	outline: none !important;
}

.variable-item-contents::before {
	display: none !important;
}

section.main-about-hero-sec {
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: center;
	position: relative;
}

.about-hero-sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-hero-sec h1.hero-title {
	max-width: 768px;
	text-align: center;
}

.about-hero-sec .hero-text {
	text-align: center;
	max-width: 610px;
	margin: 0;
}

section.main-about-hero-sec::after {
	content: '';
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, #00000000 0%, #00000000 50%, rgb(253 253 253 / 50%) 80%, #fefdfb 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}
.woocommerce .related.products h2 {
	font-size: 48px;
	font-family: 'Cormorant Garamond';
	font-weight: 100;
	text-align: center;
}
.story-lebal {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #8b7f7f;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 10px 24px;
	background-color: rgba(245, 237, 228, 0.5);
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-radius: 60px;
	margin-bottom: 30px;
}

.our-story-sec {
	margin: 112px 0px;
	text-align: center;
}

.our-story-sec h2.sec-title {
	margin-bottom: 32px;
}

.our-story-sec .sec-text,
.our-promise-sec .sec-text {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 767px;
	margin-bottom: 0;
}

.main-our-value-sec {
	padding: 80px 0px;
	background-color: #fcfaf7;
}

.main-our-value-sec h2.sec-title,
.our-promise-sec h2.sec-title,
.founder-info h2.sec-title {
	font-size: 48px;
	line-height: 48px;
}

.main-our-value-sec .sec-text {
	font-size: 16px;
}

.our-value-repeater {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	max-width: 1152px;
	margin: 0 auto;
}

.our-value-item {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px #0000001a;
	border-radius: 2px;
}

.our-value-icon {
	height: 64px;
	width: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fbf6f6;
	border-radius: 50%;
	margin-bottom: 24px;
}

.our-value-icon img {
	height: 32px;
	width: 32px;
}

.our-value-text {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #8b7f7f;
}

.our-promise-sec {
	max-width: 1024px;
	margin: 0 auto;
	padding: 64px;
	background-color: rgba(232, 213, 196, 0.3);
	border-radius: 16px;
	border: 1px solid rgba(232, 213, 196, 0.3);
}

section.main-our-promise-sec {
	margin: 112px 0px;
}

.our-promise-icon {
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: rgba(212, 165, 165, 0.1);
	border-radius: 50%;
	margin-bottom: 20px;
}

.our-promise-icon img {
	height: 40px;
	width: 40px;
}

.our-promise-list {
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #d4a5a5;
	margin-top: 48px;
	flex-wrap: wrap;
	justify-content: space-evenly;
	text-align: center;
}
.our-promise-sec h2.sec-title {
	margin-bottom: 32px;
}

.founder-sec {
	max-width: 1024px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 48px;
	align-items: center;
}

section.main-founder-sec {
	padding: 112px 0px;
	background: rgba(245, 237, 228, 0.3);
}

.founder-info .story-lebal {
	color: #d4a5a5;
	margin-bottom: 24px;
}

.founder-info h2.sec-title {
	text-align: left;
	margin-bottom: 24px;
}

.founder-info .sec-text {
	text-align: left;
	display: flex;
	flex-direction: column;
	margin: 0;
}

.founder-info .sec-text p {
	margin-bottom: 24px;
}

.founder-name {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #2c2c2c;
	letter-spacing: 0.4px;
	padding-top: 16px;
}

.founder-postion-text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #8b7f7f;
}

.founder-img img {
	width: 100%;
	height: 507px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

.faq-heding-sec {
	padding: 112px 0px;
}

.faq-heding-sec {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.faq-heding-sec .story-lebal {
	color: #d4a5a5;
}

.main-faq-sec {
	background: linear-gradient(0deg, #00000000 50%, #fefdfb 100%);
}

.faq-heding-sec h1.hero-title {
	color: #2c2c2c;
	max-width: 767px;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.faq-heding-sec .hero-text {
	color: #8b7f7f;
	text-align: center;
	max-width: 658px;
}

.faq-sec {
	padding: 80px 0px;
	max-width: 896px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.faq-title {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	color: #2c2c2c;
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #d4a5a559;
}

.faq-according {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq-according-item {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #d4a5a559;
	border-radius: 4px;
}

.faq-according-title {
	font-family: 'Inter';
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #2c2c2c;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
}

.faq-according-text {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #8b7f7f;
	padding: 0px 24px 24px;
}

.faq-according-title svg {
	height: 20px;
	width: 20px;
	stroke: #8b7f7f;
	transition: .3s;
}

.faq-according-title.at-title.active svg {
	transform: rotate(180deg);
}

section.contact-info-sec {
	background-color: rgba(245, 237, 228, 0.3);
	padding: 80px 0px;
	border-radius: 4px;
}

.contact-info-sec h2.sec-title {
	font-size: 48px;
	line-height: 48px;
}

.contact-detail {
	max-width: 796px;
	margin: 0 auto;
	gap: 32px;
}

.contact-item {
	padding: 32px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
	transition: .3s;
}

.contact-item:hover {
	box-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
}

.contact-detail-logo {
	height: 56px;
	width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(212, 165, 165, 0.1);
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 16px;
}

.contact-detail-logo img {
	height: 28px;
	width: 28px;
}

h3.contact-detail-title {
	font-family: 'Cormorant Garamond';
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #2c2c2c;
	margin-bottom: 8px;
	text-align: center;
}

.contact-text {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #8b7f7f;
	text-align: center;
	margin-bottom: 16px;
}

.contact-link a {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #d4a5a5;
	text-align: center;
	transition: .3s;
}

.contact-link {
	text-align: center;
}

.contact-link a:hover {
	text-decoration: underline;
}

.woocommerce div.product form.cart .variations span.woo-selected-variation-item-name {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #8b7f7f;
	text-transform: capitalize;
}

ul.variable-items-wrapper li.variable-item.color-variable-item.selected .variable-item-contents {
	height: 40px !important;
	width: 40px !important;
}

ul.variable-items-wrapper li.variable-item.color-variable-item.selected span.variable-item-span {
	height: 40px !important;
	width: 40px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
	border: 1px solid #d4a5a559 !important;
	height: 50px !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 12px 16px !important;
	border-radius: 40px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:hover {
	border-color: #d4a5a5 !important;
	text-align: left;
}

.woo-variation-swatches .variable-items-wrapper .variable-item span.variable-item-span {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	text-align: left;
	color: #2c2c2c !important;
	padding: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	/* display: flex; */
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper li.variable-item.selected {
	background: #d4a5a5 !important;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper li.variable-item.selected span.variable-item-span {
	color: #FFFFFF !important;
}

.woocommerce-variation-add-to-cart.variations_button {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	align-items: center;
}
button.size-guide-btn {
	background-color: #fff;
	background#fff: ;
	border: 1px solid #d5a5a5;
	border-radius: 30px;
	padding: 0px 24px;
	line-height: 50px;
	margin-left: auto;
	font-family: inter;
	letter-spacing: 0.1em;
	color: #000;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

button.size-guide-btn:hover {color: #fff;background-color: #d5a5a5;}
.woocommerce div.product form.cart div.quantity {
	border: 1px solid #d4a5a559 !important;
	border-radius: 40px;
	width: fit-content;
	order: -1;
}

.woocommerce div.product form.cart div.quantity a.minus,
.woocommerce div.product form.cart div.quantity a.plus {
	width: 48px;
	height: 50px;
	border: 0 !important;
	font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-minus h-4 w-4' aria-hidden='true' bis_size='%7B%26quot%3Bx%26quot%3B:841 %26quot%3By%26quot%3B:711 %26quot%3Bw%26quot%3B:16 %26quot%3Bh%26quot%3B:16 %26quot%3Babs_x%26quot%3B:841 %26quot%3Babs_y%26quot%3B:800%7D'%3E%3Cpath d='M5 12h14' bis_size='%7B%26quot%3Bx%26quot%3B:844 %26quot%3By%26quot%3B:719 %26quot%3Bw%26quot%3B:9 %26quot%3Bh%26quot%3B:0 %26quot%3Babs_x%26quot%3B:844 %26quot%3Babs_y%26quot%3B:808%7D'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.woocommerce div.product form.cart div.quantity a.minus:hover,
.woocommerce div.product form.cart div.quantity a.plus:hover {
	background-color: #f5f0ec;
}

.woocommerce div.product form.cart div.quantity a.plus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-plus h-4 w-4' aria-hidden='true' bis_size='%7B%26quot%3Bx%26quot%3B:949 %26quot%3By%26quot%3B:711 %26quot%3Bw%26quot%3B:16 %26quot%3Bh%26quot%3B:16 %26quot%3Babs_x%26quot%3B:949 %26quot%3Babs_y%26quot%3B:800%7D'%3E%3Cpath d='M5 12h14' bis_size='%7B%26quot%3Bx%26quot%3B:952 %26quot%3By%26quot%3B:719 %26quot%3Bw%26quot%3B:9 %26quot%3Bh%26quot%3B:0 %26quot%3Babs_x%26quot%3B:952 %26quot%3Babs_y%26quot%3B:808%7D'%3E%3C/path%3E%3Cpath d='M12 5v14' bis_size='%7B%26quot%3Bx%26quot%3B:957 %26quot%3By%26quot%3B:714 %26quot%3Bw%26quot%3B:0 %26quot%3Bh%26quot%3B:9 %26quot%3Babs_x%26quot%3B:957 %26quot%3Babs_y%26quot%3B:803%7D'%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce div.product form.cart div.quantity input {
	height: 50px;
	width: 60px;
	border: 0;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 24px;
	text-align: center;
	color: #2c2c2c !important;
	padding: 0 !important;
}

.woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button {
	height: 65px;
	background-color: #d4a5a5;
	border-radius: 40px;
	font-family: 'Inter' !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 28px !important;
	letter-spacing: 0 !important;
	text-transform: capitalize !important;
	width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button:hover {
	background-color: rgba(212, 165, 165, 0.9) !important;
}

.single_variation_wrap {
	border: 0 !important;
}

.product_meta {
	font-family: 'Inter';
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px;
	color: #2c2c2c !important;
	margin: 0;
	margin-bottom: 12px;
	border: 0 !important;
}

.sku_wrapper span {
	font-size: 14px;
}

span.sku_wrapper,
span.posted_in {
	display: flex;
	align-items: center;
	gap: 5px;
}


.product_meta .posted_in a {
	font-size: 14px;
}

.product_meta .posted_in a:hover {
	color: #d4a5a5 !important;
}

.size-chart-sec {
	display: flex;
	gap: 15px;
	justify-content: center;
	min-width: 1390px;
	padding-bottom: 15px;
}
ol.flex-control-nav.flex-control-thumbs {
	display: flex;
}
ol.flex-control-nav.flex-control-thumbs li {
	margin: 0 !important;
}
figure.woocommerce-product-gallery__wrapper {
	column-count: 2;
	gap: 15px;
}

.woocommerce-product-gallery__image {
	margin-bottom: 15px;
}
.woocommerce-product-gallery__image:first-child {
	column-span: all;
}
.size-chart-title {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	color: #2c2c2c;
	padding-top: 15px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d4a5a5;
	text-align: center;
}

.size-chart-top {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: flex-end;
	text-align: center;
}

.size-chart-bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-end;
	text-align: center;
}

.size-title {
	border-bottom: 1px solid #d4a5a5;
	padding: 20px 12px;
	font-family: 'Inter';
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #2c2c2c;
}

.size-number {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 29.25px;
	color: #2c2c2c;
	padding: 10px 0px;
	border-bottom: 1px solid #d4a5a5;
	height: 50px;
}

.size-count span {
	font-size: 16px;
	line-height: 29.25px;
	font-family: 'Inter';
	font-weight: 700;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 6px 18px;
	background-color: #fff5f5;
	text-align: center;
	border-radius: 60px;
	margin: 0px auto;
	border: 1px solid #d4a5a5;
	max-width: 100px;
	width: 100%;
	height: 40px;
}

.size-count:nth-child(even) span {
	background-color: #FFFF;
}

.size-count:nth-child(1) {
	display: none;
}

section.main-size-chart-sec {
	background-color: rgba(245, 237, 228, 0.3);
	padding: 80px 0px;
}


.size-chart-flex {
	border: 1px solid #d4a5a559;
	box-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
	background-color: #FFFFFF;
	padding-bottom: 2px;
}

.size-number:last-child {
	border: 0;
}

.size-number:nth-child(even) {
	background-color: #fff5f5;
}

.size-count {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #d4a5a5;
}

.size-count:nth-child(even) {
	background-color: #fff5f5
}

.size-count:last-child {
	border: 0;
}

form.woocommerce-cart-form {
	margin: 80px 0px 40px;
}

.woocommerce table.shop_table tr th {
	background-color: rgba(245, 237, 228, 0.3);
	border-bottom: 1px solid #d4a5a5;
	padding: 10px;
	font-family: 'Inter';
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #2c2c2c;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	border: 1px solid #d4a5a5;
}

.woocommerce table.shop_table td a {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 29.25px;
	color: #2c2c2c;
}

td.product-subtotal span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #2c2c2c;
	font-weight: 700;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 4px 12px !important;
	min-height: 36px !important;
	border: none;
	background-color: #fefdfb;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px !important;
	color: #2c2c2c !important;
	border: 1px solid #fefdfb;
	margin: 0 !important;
}

.woocommerce table.shop_table td {
	background-color: #faf6f2;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	box-shadow: 0 0 0 3px #ead2d2;
	outline: none;
	border-radius: 2px;
	border-color: #d4a5a5;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	gap: 12px;
	align-items: center;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
	font-family: 'Inter';
	color: #d4a5a5;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 48px;
	background: #fefdfb;
	display: inline-flex;
	height: 40px;
	align-items: center;
	border: 1px solid #d4a5a5;
	transition: .5s;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button:hover {
	background-color: #d4a5a5;
	color: #FFFFFF;
}

.woocommerce-cart table.cart td.actions .coupon button.button {
	padding: 8px 32px;
	height: 36px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
}

.woocommerce-cart table.cart td.actions .coupon button.button:hover {
	background-color: #d8aeae !important;
}

.woocommerce table.shop_table td .quantity a.minus,
.woocommerce table.shop_table td .quantity a.plus {
	width: 35px;
	height: 40px;
	border: 0 !important;
	font-size: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-minus h-4 w-4' aria-hidden='true' bis_size='%7B%26quot%3Bx%26quot%3B:841 %26quot%3By%26quot%3B:711 %26quot%3Bw%26quot%3B:16 %26quot%3Bh%26quot%3B:16 %26quot%3Babs_x%26quot%3B:841 %26quot%3Babs_y%26quot%3B:800%7D'%3E%3Cpath d='M5 12h14' bis_size='%7B%26quot%3Bx%26quot%3B:844 %26quot%3By%26quot%3B:719 %26quot%3Bw%26quot%3B:9 %26quot%3Bh%26quot%3B:0 %26quot%3Babs_x%26quot%3B:844 %26quot%3Babs_y%26quot%3B:808%7D'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}

.woocommerce table.shop_table td .quantity a.plus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-plus h-4 w-4' aria-hidden='true' bis_size='%7B%26quot%3Bx%26quot%3B:949 %26quot%3By%26quot%3B:711 %26quot%3Bw%26quot%3B:16 %26quot%3Bh%26quot%3B:16 %26quot%3Babs_x%26quot%3B:949 %26quot%3Babs_y%26quot%3B:800%7D'%3E%3Cpath d='M5 12h14' bis_size='%7B%26quot%3Bx%26quot%3B:952 %26quot%3By%26quot%3B:719 %26quot%3Bw%26quot%3B:9 %26quot%3Bh%26quot%3B:0 %26quot%3Babs_x%26quot%3B:952 %26quot%3Babs_y%26quot%3B:808%7D'%3E%3C/path%3E%3Cpath d='M12 5v14' bis_size='%7B%26quot%3Bx%26quot%3B:957 %26quot%3By%26quot%3B:714 %26quot%3Bw%26quot%3B:0 %26quot%3Bh%26quot%3B:9 %26quot%3Babs_x%26quot%3B:957 %26quot%3Babs_y%26quot%3B:803%7D'%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce table.shop_table td .quantity input {
	height: 40px;
	width: 40px;
	border: 0;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500 !important;
	line-height: 24px;
	text-align: center;
	color: #2c2c2c !important;
	padding: 0 !important;
	border-right: 1px solid #d4a5a5;
	border-left: 1px solid #d4a5a5;
}

.woocommerce table.shop_table td .quantity {
	border: 1px solid #d4a5a5;
	border-radius: 40px;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
	background-color: rgba(245, 237, 228, 0.3);
	border-bottom: 1px solid #d4a5a5;
	margin: 0;
	font-family: 'Inter';
	font-size: 18px;
	line-height: 28px;
	color: #2c2c2c !important;
}

.woocommerce-page .cart-collaterals .cart_totals {
	border: 1px solid #d4a5a5 !important;
	padding: 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	margin: 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
	background-color: rgba(245, 237, 228, 0.3);
	border-bottom: 1px solid #d4a5a5 !important;
	padding: 10px !important;
	font-family: 'Inter';
	font-size: 18px;
	line-height: 28px !important;
	color: #2c2c2c !important;
	border-right: 1px solid #d4a5a5 !important;
	vertical-align: middle !important;
	padding: 10px !important;
	text-align: center;
}

.woocommerce-cart .cart-collaterals tr td span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #2c2c2c !important;
	font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
	vertical-align: middle;
	padding: 10px !important;
	border-bottom: 1px solid #d4a5a5 !important;
	text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 10px 32px;
	font-family: 'Inter';
	font-size: 16px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #d4a5a5;
}

.woocommerce-page .cart-collaterals {
	margin-bottom: 80px;
}

.xoo-wsc-pname a {
	font-family: 'Cormorant Garamond';
	font-size: 20px !important;
	line-height: 20px !important;
	font-weight: 600 !important;
	text-align: center;
	margin-bottom: 16px;
	color: #2c2c2c !important;
}

dl.variation {
	font-family: 'Inter';
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	text-align: center;
	color: #2c2c2c !important;
}

dt.variation-Size {
	font-style: normal !important;
}

dd.variation-Size {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #8b7f7f;
	font-style: normal !important;
}

dl.variation {
	display: flex !important;
	align-items: center;
}

.xoo-wsc-qty-price {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 20px;
	font-style: normal !important;
	color: #2c2c2c;
	margin: 6px 0px;
}

.xoo-wsc-qty-price>span {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #2c2c2c;
	font-style: normal !important;
}

.xoo-wsc-psavings {
	border: 1px solid #d4a5a5;
	display: inline-block;
	font-family: 'Inter';
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1.2px;
	padding: 6px 16px;
	text-transform: uppercase;
}

span.xoo-wsc-psavlabel {
	color: #d4a5a5;
}

.xoo-wsc-body .xoo-wsc-products .xoo-wsc-psavings span.amount bdi {
	color: #d4a5a5;
}

.xoo-wsc-body .xoo-wsc-products .xoo-wsc-psavings span.amount bdi span.woocommerce-Price-currencySymbol {
	color: #d4a5a5;
}


.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-label {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #2c2c2c;
}

span.xoo-wsc-ft-amt-label {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

.xoo-wsc-footer .xoo-wsc-ft-amt-savings .amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c;
}

.xoo-wsc-ft-amt-value span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #2c2c2c;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
	font-family: 'Inter';
	font-size: 14px;
	line-height: 40px;
	padding: 0px 40px;
	background-color: #fefdfb;
	display: inline-block;
	color: #2c2c2c;
	border-radius: 2px;
	border: 1px solid #2c2c2c;
	font-weight: 700;
	transition: .3s;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover,
.xoo-wsc-container .xoo-wsc-btn:hover {
	background-color: #2c2c2c;
	color: #fefdfb;
	border: 1px solid #2c2c2c;
}

.woocommerce-billing-fields h3 {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-size: 36px !important;
	line-height: 36px !important;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 24px;
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper span.select2-selection {
	background-color: #FFFFFF !important;
	font-family: 'Inter';
	font-size: 14px !important;
	font-weight: 400;
	line-height: 20px !important;
	color: #2c2c2c !important;
	border: 1px solid #2c2c2c !important;
	width: 100% !important;
	max-width: 100%;
	height: 45px !important;
}

.woocommerce-billing-fields__field-wrapper input::placeholder {
	color: #2c2c2c !important;
}

label.required_field {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c !important;
}

h3#order_review_heading {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-size: 36px !important;
	line-height: 36px !important;
	color: #2c2c2c;
	text-align: center;
}

.woocommerce-info {
	font-family: 'Inter';
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 20px;
	color: #2c2c2c !important;
	text-transform: capitalize !important;
	margin: 0 !important;
	border: 1px solid #d4a5a5 !important;
}

.woocommerce-info:before {
	color: #d4a5a5 !important;
}

.woocommerce-privacy-policy-text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #2c2c2c;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-info a.showcoupon {
	color: #2c2c2c;
}

.woocommerce-checkout .woocommerce-info a.showcoupon:hover {
	color: #d4a5a5;
}

.product-name-info{
	display:flex;
}
.product-name-info .p-image{
	display:block;max-width:50px;margin-right:8px;
}

.woocommerce-checkout form.checkout_coupon .form-row-first input {
	padding: 4px 12px !important;
	min-height: 40px !important;
	border: none;
	background-color: #fefdfb;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px !important;
	color: #2c2c2c !important;
	border: 1px solid #fefdfb;
	margin: 0 !important;
}

.woocommerce-checkout form.checkout_coupon {
	background-color: #faf6f2;
	margin-top: 30px !important;
}

.woocommerce-checkout form.checkout_coupon p.form-row.form-row-first {
	margin: 0 !important;
}

.woocommerce-checkout form.checkout_coupon .form-row-last button.button {
	padding: 8px 8px;
	height: 40px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	max-width: 200px !important;
	width: 100%;
}

.woocommerce .form-row-first {
	margin-right: 15px !important;
}

.woocommerce-billing-fields__field-wrapper span.select2-selection {
	appearance: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #2c2c2c;
}

.woocommerce #order_review table.shop_table thead tr th {
	border-bottom: 1px solid #d4a5a5;
	background-color: rgba(245, 237, 228, 0.3);
	padding: 10px 20px;
}

.woocommerce #order_review table.shop_table {
	border: 1px solid #d4a5a5;
}

.woocommerce #order_review table.shop_table tr.cart_item td {
	background: rgba(245, 237, 228, 0.3) !important;
}

.woocommerce #order_review table.shop_table tr.cart_item td.product-name {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 29.25px;
	color: #2c2c2c;
}

.woocommerce #order_review table.shop_table tr.cart_item td span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #d4a5a5;
	font-weight: 500;
}

.woocommerce #order_review table.shop_table tr.cart-subtotal span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #2c2c2c;
	font-weight: 500;
}

.woocommerce #order_review table.shop_table tr.order-total span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #2c2c2c;
	font-weight: 700;
}

.woocommerce-checkout .form-row.place-order button#place_order {
	padding: 8px 32px;
	height: 45px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
}

.woocommerce-checkout .form-row.place-order button#place_order:hover {
	background-color: #d8aeae !important;
}

.woocommerce .woocommerce-form-coupon-toggle {
	margin: 40px 0px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 10px;
}

article.single-page-article.clr .woocommerce {
	margin-bottom: 50px;
}

.woocommerce-billing-fields__field-wrapper p {
	margin-bottom: 10px;
}

.woocommerce #order_review table.shop_table tr.cart_item td.product-total {
	background-color: #faf6f2 !important;
}

.woocommerce-MyAccount-navigation ul li a::before {
	color: #d4a5a5 !important;
	font-size: 20px !important;
}

.woocommerce-MyAccount-navigation ul li a {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 29.25px;
	color: #2c2c2c;
}

.woocommerce-MyAccount-tabs .oceanwp-user-profile .user-info .name {
	font-family: 'Inter' !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color: #2c2c2c !important;
	margin: 0 !important;
}

.woocommerce-MyAccount-tabs .oceanwp-user-profile .user-info .logout {
	font-family: 'Inter';
	font-size: 13px;
	line-height: 22px;
	color: #2c2c2c;
}

.woocommerce-MyAccount-tabs .oceanwp-user-profile .user-info .logout:hover {
	color: #d4a5a5;
}

.woocommerce-MyAccount-tabs .oceanwp-user-profile {
	margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content p {
	font-family: 'Inter';
	font-size: 16px;
	line-height: 29.25px;
	color: #2c2c2c;
}

.woocommerce-info a.woocommerce-Button.wc-forward.button {
	padding: 8px 32px;
	height: 36px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
	margin-left: auto;
}

.woocommerce-MyAccount-content .woocommerce-info {
	display: flex;
	align-items: center;
}

.woocommerce-MyAccount-content h2 {
	margin: 0;
	font-family: 'Inter';
	font-size: 18px !important;
	line-height: 28px;
	font-weight: 500 !important;
	color: #2c2c2c;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
	padding: 8px 15px !important;
	height: 36px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
	display: flex;
	position: initial !important;
}

.woocommerce-MyAccount-content .woocommerce-Address .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d4a5a5 !important;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address address {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c !important;
}

form.woocommerce-EditAccountForm.edit-account input {
	background-color: #FFFFFF !important;
	font-family: 'Inter';
	font-size: 14px !important;
	font-weight: 400;
	line-height: 20px !important;
	color: #2c2c2c !important;
	border: 1px solid #2c2c2c !important;
	width: 100% !important;
	max-width: 100%;
	height: 45px !important;
}

form.woocommerce-EditAccountForm.edit-account label {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c !important;
}

form.woocommerce-EditAccountForm.edit-account p {
	margin-bottom: 10px;
}

form legend {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #2c2c2c !important;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
	padding: 12px 32px;
	height: 45px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
	display: flex !important;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
	background-color: #d8aeae !important;
}

form.woocommerce-EditAccountForm.edit-account {
	margin-bottom: 80px;
}

span#account_display_name_description {
	font-size: 14px;
}

.woocommerce-info a.woocommerce-Button.wc-forward.button:hover,
.woocommerce-MyAccount-content .addresses .woocommerce-Address .title a:hover {
	background-color: #d8aeae !important;
}

.woocommerce-cart table.cart td.actions {
	border-top: 1px solid #d4a5a5 !important;
}

.woocommerce table.shop_table td .quantity a.minus:hover,
.woocommerce table.shop_table td .quantity a.plus:hover {
	background-color: #d4a5a5 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-minus h-4 w-4' aria-hidden='true'%3E%3Cpath d='M5 12h14'%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce table.shop_table td .quantity a.plus:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-plus h-4 w-4' aria-hidden='true'%3E%3Cpath d='M5 12h14'%3E%3C/path%3E%3Cpath d='M12 5v14'%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce table.shop_table td .quantity a.plus {
	background-size: 14px;
}

.xoo-wsc-product {
	margin: 15px !important;
}

ul.products.oceanwp-row.clr.grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0;
}

ul.products.oceanwp-row.clr.grid li.entry.has-media.has-product-nav {
	width: 100% !important;
	padding: 0;
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image a img {
	width: 100%;
}

.woocommerce span.onsale {
	font-family: 'Inter';
	font-weight: 500 !important;
	font-size: 12px !important;
	line-height: 17px !important;
	letter-spacing: 0.7px !important;
	padding: 5px 14px !important;
	background-color: #d4a5a5 !important;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF !important;
	top: 12px !important;
}

.woocommerce ul.products li.product li.category a {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8b7f7f;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 8px;
	font-style: normal;
	text-align: left;
}

.woocommerce ul.products li.product .woo-entry-inner li h2 a {
	font-family: 'Cormorant Garamond';
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #2c2c2c;
	text-align: left;
}

.woocommerce ul.products li.product .woo-entry-inner li {
	text-align: left;
	margin: 0;
}

.woocommerce ul.products li.product .woo-entry-inner li.title h2 {
	margin: 0;
}

.woocommerce ul.products li.product .woo-entry-inner li.title {
	margin-bottom: 8px;
}

.woocommerce ul.products li.product li.category {
	margin-bottom: 8px;
}

.woocommerce ul.products li.product .price ins span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #d4a5a5;
}

.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 16px;
	color: #8b7f7f !important;
}

.woocommerce ul.products li.product .woo-entry-inner li.price-wrap {
	margin-bottom: 15px;
}

.woocommerce ul.products li.product .woo-entry-inner li.btn-wrap.clr a {
	padding: 8px 32px;
	font-family: 'Inter';
	font-size: 14px;
	background-color: #d4a5a5 !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 20px;
	border-radius: 2px;
	letter-spacing: 0;
	color: #FFFFFF !important;
	border: 0;
}

.woocommerce ul.products li.product .woo-entry-inner li.btn-wrap.clr a:hover {
	background-color: #d8aeae !important;
}

.owp-floating-bar .left {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.owp-floating-bar p.selected {
	margin: 0px !important;
}

.owp-floating-bar .right span.woocommerce-Price-amount.amount bdi {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

a#scroll-top {
	bottom: 120px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 15px 2px #0000001a;
}

a#scroll-top i.fa.fa-angle-up {
	color: #000000;
	font-size: 20px;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

a#scroll-top:hover {
	background-color: #FFFFFF;
}

a#scroll-top:hover i.fa.fa-angle-up {
	transform: translateY(-10px);
}

.banner-sec {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	gap: 30px;
}

section.main-banner-sec {
	padding: 150px 0px;
	background-color: #fffbf7;
}

.banner-img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
}

.banner-img img {
	height: 500px;
	width: 100%;
	object-fit: contain;
	z-index: 1;
}

.banner-img img:nth-child(1) {
	transform: translateY(-50px);
}

.banner-subtitle {
	border: 1px solid #d4a5a5;
	display: inline-block;
	font-family: 'Inter';
	font-size: 12px;
	line-height: 16px;
	color: #d4a5a5;
	letter-spacing: 1.2px;
	padding: 8px 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.banner-title {
	font-family: 'Cormorant Garamond';
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 40px;
	color: #2c2c2c;
}

.banner-text {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin-bottom: 40px;
	color: #8b7f7f;
}

.banner-btn {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	padding: 0px 40px;
	background-color: #d4a5a5;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 2px;
	transition: .3s;
	cursor: pointer;
}

.banner-btn:hover {
	background-color: #d8aeae;
	color: #FFFFFF;
}

.banner-img img:nth-child(2) {
	transform: translateY(50px);
}

.banner-content {
	max-width: 520px;
	position: relative;
}

.main-banner-sec .container {
	max-width: 1430px;
}

.Pattern-bg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23d4a5a5' fill-opacity='0.4'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
	height: 160px;
	width: 160px;
	position: absolute;
	top: -100px;
	left: -49px;
	background-color: transparent;
}

.Pattern-bg.Pattern-bg-2 {
	top: inherit;
	bottom: -100px;
	left: initial;
	right: -50px;
}

.banner-content .Pattern-bg {
	top: inherit;
	bottom: -73px;
	left: initial;
	right: 0px;
	height: 60px;
	width: 191px;
}

.page-template-default p {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin-bottom: 38px;
	color: #8b7f7f;
}

.page-template-default h2 {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	color: #2c2c2c;
	margin-bottom: 20px;
}
.hero-banner {
	min-height: 90vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	background-position: center 20%;
	background-repeat: no-repeat;
	padding: 200px 10%;
	background-color: rgb(0 0 0 / 40%);
	background-blend-mode: multiply;
}
.hero-subtitle {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Inter';
	letter-spacing: 0.5em;
}

.hero-title {
	font-size: 120px;
	font-family: 'Cormorant Garamond';
	color: #fff;
	max-width: 800px;
	line-height: 1;
	margin-bottom: 30px;
}

a.hero-btn {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	padding: 0px 40px;
	background-color: #d4a5a5;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 2px;
	transition: .3s;
	cursor: pointer;
}
div#site-logo-inner {
	text-align: center;
}
svg.dgwt-wcas-ico-magnifier-handler path {
	fill: #2c2c2c;
}
.our-promise-list > div:before {
	content: "";
	display: flex;
	width: 100%;
	height: 40px;
	background-image: url(https://anzevia.com/wp-content/uploads/2025/11/svgviewer-png-output-17.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

.our-promise-list > div {
	max-width: 260px;
}
.wc-archive-hero-banner {
	padding: 40px 0 8%;
	background-position: center 10%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #00000080;
	background-blend-mode: multiply;
}
.term-kids .wc-archive-hero-banner {
	background-position: center;
}
.wc-archive-hero-title {
	text-align: center;
	font-size: 120px;
	color: #fff;
	margin: 0;
	padding-top: 8%;
	font-family: 'Inter';
	font-weight: 100;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.wc-archive-breadcrumbs .site-breadcrumbs {
	position: relative;
	color: #fff;
}

.wc-archive-breadcrumbs a {
	font-weight: 700;
	color: #fff;
}
.wc-archive-description {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.term-description {
	display: none;
}
a.am-wishlist-header {
	width: 22px;
	min-width: 22px;
	position: relative;
	line-height: 1 !important;
	margin-top: 5px;
}
.am-wishlist-count {
	position: absolute;
	right: -8px;
	bottom: 12px;
	line-height: 1;
	background-color: #000;
	color: #fff;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 30px;
}
button.yith-wcwl-add-to-wishlist-button {
	background-color: #fff !important;
	width: 42px;
	border-radius: 30px !important;
}
.single-product-top {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.summary.entry-summary {
	position: sticky;
	top: 60px;
}


.xoo-wsc-basket {
	width: 50px;
	height: 50px;
	margin-right: 0;
	right: 20px;
}
.xoo-wsc-items-count {
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.xoo-wsc-bki {
	font-size: 25px;
	line-height: 25px;
}
.woocommerce-product-gallery__wrapper img {
	width: 100%;
}
.oceanwp-off-canvas-close {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wc-block-product-filters__overlay .wc-block-product-filters__overlay-content h2.wp-block-heading {
	font-family: 'Cormorant Garamond' !important;
	font-size: 30px !important;
	line-height: 30px !important;
	font-weight: 500;
	margin-bottom: 16px !IMPORTANT;
	color: #2c2c2c;
}

.sidebar-box .widget-title, .sidebar-box.widget_block h3.wp-block-heading {
	font-family: 'Cormorant Garamond' !important;
	font-size: 22px !important;
	line-height: 22px !important;
	font-weight: 500;
	margin-bottom: 16px !IMPORTANT;
	color: #2c2c2c;
}

.wc-block-product-filters__overlay .wp-block-woocommerce-product-filter-checkbox-list {
	margin-bottom: 20px;
}
.wp-block-woocommerce-product-filter-clear-button button.has-text-align-center.wp-element-button {
	font-family: 'Inter';
	color: #d4a5a5;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 48px !important;
	background: #fefdfb;
	display: inline-flex;
	height: 40px;
	align-items: center;
	border: 1px solid #d4a5a5;
	transition: .5s;
	margin: 15px 0;
}
.wp-block-woocommerce-product-filter-clear-button button.has-text-align-center.wp-element-button:hover{
	background-color: #d4a5a5;
	color: #FFFFFF;
}
p.scroller-status__message.infinite-scroll-last {
	margin-bottom: 22px;
	font-family: 'Cormorant Garamond';
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	color: #2c2c2c;
}
.woocommerce ul.products li.product .price .amount {
	color: #d4a5a5 !important;
}
ul.owp-product-nav li a.owp-nav-link {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}
ul.owp-product-nav li a.owp-nav-link:hover{
	background-color: #d4a5a5;
	border-color: #d4a5a5;
}
.festival-img img {
	border-radius: 550px;
}
.oceanwp-toolbar .oceanwp-off-canvas-filter i.icon-menu:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_247_1838)'%3E%3Cpath d='M19.0003 8.34143H15.293' stroke='%232C2C2C' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M13.9024 8.34143H0' stroke='%232C2C2C' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M6.95117 1.85364H19' stroke='%232C2C2C' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M0 1.85364H5.56098' stroke='%232C2C2C' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M5.56055 3.70732V0' stroke='%232C2C2C' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M13.9023 10.1951V6.48779' stroke='%232C2C2C' stroke-width='0.926829' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_247_1838'%3E%3Crect width='19' height='10.1951' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	width: 16px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 11px;
}

.oceanwp-toolbar .oceanwp-off-canvas-filter i.icon-menu {
	margin: 0;
}

.oceanwp-toolbar a.oceanwp-off-canvas-filter {
	position: relative;
	width: 88px;
	padding: 0 4px !important;
	transition: 0.4s;
}

.oceanwp-toolbar span.off-canvas-filter-text {
	padding-left: 21px;
}

.oceanwp-toolbar a.oceanwp-off-canvas-filter:hover {
	background: #d4a5a5;
	border-color: #d4a5a5;
	color: #FFFFFF;
}

.oceanwp-toolbar a.oceanwp-off-canvas-filter:hover i.icon-menu:before {
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_247_1838)'%3E%3Cpath d='M19.0003 8.34143H15.293' stroke='%23FFFFFF' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M13.9024 8.34143H0' stroke='%23FFFFFF' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M6.95117 1.85364H19' stroke='%23FFFFFF' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M0 1.85364H5.56098' stroke='%23FFFFFF' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M5.56055 3.70732V0' stroke='%23FFFFFF' stroke-width='0.926829' stroke-linejoin='round'/%3E%3Cpath d='M13.9023 10.1951V6.48779' stroke='%23FFFFFF' stroke-width='0.926829' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_247_1838'%3E%3Crect width='19' height='10.1951' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.anzevia-accordion-tabs {
	margin-top: 30px;
	border-top: 1px solid #eee;
}
.anzevia-accordion-tabs .anzevia-accordion-item {
	border-bottom: 1px solid #eee;
}
.anzevia-accordion-header {
	padding: 15px 40px 15px 0px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	font-family: 'Cormorant Garamond';
	color: #000;
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.anzevia-accordion-header svg {
	width: 24px;
	height: 24px;
}

.anzevia-accordion-header span {
	display: flex;
}
.anzevia-accordion-header:after {
	content: '';
	position: absolute;
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M9.207 8.5l6.646 6.646-0.707 0.707-6.646-6.646-6.646 6.646-0.707-0.707 6.646-6.646-6.647-6.646 0.707-0.707 6.647 6.646 6.646-6.646 0.707 0.707-6.646 6.646z' fill='%23000000' /%3E%3C/svg%3E");
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	transform: rotate(45deg);
	transition: 0.3s;
}
.anzevia-accordion-content {
	display: none;
	padding: 10px 0 20px;
}
.anzevia-accordion-header.active:after {transform: rotate(-90deg);}
.yith-wcwl-add-to-wishlist-button {
	font-size: 14px;
}
.woocommerce div.product form.cart .variations .reset_variations {
	position: absolute;
	top: 0;
	right: 0;
}
td.value.woo-variation-items-wrapper {
	padding-right: 70px !important;
}
.size-guide-popup {
	position: fixed;
	top: 5%;
	right: -800px;
	background-color: #FFF;
	height: 90%;
	z-index: 9999999;
	width: 100%;
	max-width: 550px;
	overflow: auto;
	transition: 0.5s;
	border-radius: 10px;
}
.size-guide-popup.active-size {
	right: 20px;
}
.size-guide-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999998;
	opacity: 0.5;
	display: none;
}
.size-guide-popup .size-chart-sec {
	flex-direction: column;
	min-width: auto;
}

.size-guide-popup .size-title {
	font-size: 14px;
	padding: 5px;
	line-height: 20px;
}

.size-guide-popup .size-count span {
	font-size: 14px;
}

.size-guide-popup .size-number {
	font-size: 14px;
}

.close-size-guide-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-flex;
	background-color: transparent;
}
.close-size-guide-popup svg {
	width: 24px;
	height: 24px;
}

.close-size-guide-popup:hover {
	background-color: transparent;
}
.size-chart-table h2 {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-size: 48px;
	line-height: 48px;
	color: #2c2c2c;
	padding-top: 15px;
	padding-bottom: 16px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.size-guide-popup section.main-size-chart-sec {
	padding: 50px 0px 10px;
}
.size-guide-popup .size-chart-table h2 {
	font-size: 32px;
	line-height: 32px;
}
.size-guide-popup .size-chart-title {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}
.size-guide-popup .main-size-chart-sec .container {
	padding: 0px 15px;
}
.size-guide-popup .size-count span {
	padding: 6px 11px;
	width: 70%;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.size-guide-popup .size-count {
	height: 45px;
}
.size-guide-popup .size-number {
	height: 45px;
}
.size-guide-popup .size-title {
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.size-guide-popup::-webkit-scrollbar{
	width: 3px;
}
.size-guide-popup::-webkit-scrollbar-thumb{
	background: #d4a5a5;
	border-radius: 10px;
}
.size-guide-popup::-webkit-scrollbar-track{
	background: #00000033;
}
.woocommerce-cart ul#shipping_method {
	padding-bottom: 0;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
	position: relative !important;
	transform: translate(0, 0) !important;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay {
	position: relative !important;
	top: initial !important;
	pointer-events: all !important;
	width: 100%;
}
header.wc-block-product-filters__overlay-header  , button.wc-block-product-filters__open-overlay {
	display: none;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer {
	box-shadow: none !important;
	padding: 0 !important;
}
:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
	padding: 0;
}
.wp-block-woocommerce-product-filter-clear-button button.has-text-align-center.wp-element-button {
	justify-content: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c;
	margin-bottom: 20px;
}
.woocommerce-order-received  ul.woocommerce-order-overview.order_details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	background-color: #f7f7f7;
	padding: 30px 40px;
	flex-wrap: wrap;
	gap: 30px;
}

.woocommerce-order-received ul.woocommerce-order-overview.order_details li{
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #2c2c2c;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 0;
	margin: 0;
}

.woocommerce-order-received ul.woocommerce-order-overview.order_details li strong{
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c;
	margin-top: 5px;
}

.woocommerce-order-received td.woocommerce-table__product-total.product-total bdi,.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot span.woocommerce-Price-amount.amount{
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c;
	background-color: #f7f7f7;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td,.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th{
	background-color: rgba(245, 237, 228, 0.3) !important;
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td.woocommerce-table__product-name.product-name {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td.woocommerce-table__product-total.product-total {
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th.woocommerce-table__product-name.product-name {
	border-right: 1px solid #eaeaea;
}

.woocommerce-order-received small {
	font-size: 90%;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: #2c2c2c;
}

.woocommerce-order-received h2.woocommerce-order-details__title {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.woocommerce-order-received header.woocommerce-Address-title.title h2 {
	margin: 0;
}

.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--billing-address h2.woocommerce-column__title,.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--shipping-address h2.woocommerce-column__title{
	border-bottom: 1px solid #d4a5a5 !important;
	padding: 20px;
	font-size: 22px;
}

.woocommerce-order-received .woocommerce-column--billing-address,.woocommerce-order-received .woocommerce-column--shipping-address {
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--billing-address  address,.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--shipping-address  address{
	padding: 0px 20px 20px;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c !important;
	margin: 0;
	height: 100%;
	flex-grow: 1;
}

.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--billing-address  address .page-template-default p {
	margin: 0;
}

.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--billing-address  address p.woocommerce-customer-details--phone,.woocommerce-order-received section.woocommerce-customer-details .woocommerce-column--billing-address  address p.woocommerce-customer-details--email {
	margin: 0;
	color: #2c2c2c;
}

.woocommerce-order-received .woocommerce-columns--addresses {
	display: flex;
	gap: 50px;
}

.woocommerce-order-received section.woocommerce-order-details {
	margin-bottom: 50px;
}
.woocommerce-order-received ul.woocommerce-order-overview.order_details li bdi {
	color: #2c2c2c;
}

.woocommerce-order-received .woocommerce-columns--addresses::after {
	display: none;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view {
	color: #FFFFFF !important;
	padding: 10px;
	line-height: 16px !important;
	text-transform: capitalize;
	letter-spacing: 0.64;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2c2c2c !important;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td span.woocommerce-Price-amount.amount {
	color: #2c2c2c;
}
header.woocommerce-Address-title.title h2 {
	margin: 0;
}
.woocommerce-checkout-review-order p.form-row  {
	margin-bottom: 10px;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr td,.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr th{
	padding: 5px 20px !important 
}
.woocommerce-checkout-review-order ul#shipping_method li {
	text-align: right;
	padding: 0 !important;
}
.woocommerce-checkout-review-order ul#shipping_method{
	padding: 0 !important;
}

.woocommerce-checkout div#footer-widgets {
	display: none;
}
.woocommerce-checkout #payment ul.payment_methods li img {
	float: none !important;
}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {
	padding-left: 0 !important;
	padding-bottom: 0;
}
.watch-buy-item {
    max-width: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.watch-buy-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.watch-buy-item-inner {
    padding-top: 175%;
}
.voi-price * {
    color: #d4a5a5;
    font-weight: 700;
}
.video-overlay-info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
    background-color: rgb(0 0 0 / 40%);
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    direction: ltr;
}

.video-overlay-info img {
    max-width: 80px;
    border-radius: 6px;
}

.voi-title {color: #fff;font-size: 20px;line-height: 1.4;}
.wb-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
}
.wb-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    cursor: pointer;
}
.wb-lightbox-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wb-video-wrap {
    position: relative;
    height: 90%;
    width: auto;
}
.wb-product-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    background-color: rgb(0 0 0 / 40%);
    width: calc(100% - 20px);
    display: grid;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
    border-radius: 10px;
    grid-template-columns: 70px 1fr;
}
.wb-product-thumb {
    grid-row: 2 span;
}
.wb-product-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
}
button.mute-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    background: transparent;
    border: none;
}
.mute-btn svg.icon-muted { display: none; }
.mute-btn.is-muted svg.icon-muted { display: inline-block; }
.mute-btn.is-muted svg.icon-unmuted { display: none; }

.mute-btn.is-unmuted svg.icon-unmuted { display: inline-block; }
.mute-btn.is-unmuted svg.icon-muted { display: none; }
button.mute-btn:hover {
    background: transparent;
}
video.wb-video {
    height: 100%;
    border-radius: 8px;
    width: 100%;
}
button.mute-btn svg {
    fill: #fff;
    filter: drop-shadow(2px 4px 6px black);
    width: 28px;
    height: 28px;
}

button.wb-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    color: #fff;
    border: none;
    transition: 0.3s;
    display: flex;
    z-index: 1;
}
button.wb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 30px;
    display: flex;
    border-radius: 60px;
    background-color: #fff;
    color: #000;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: none;
    z-index: 9;
}
button.wb-nav.wb-next {
    right: 30px;
    left: inherit;
    transform: translateY(-50%) rotate(0deg);
}
.wb-product-add {grid-column: 2 span;}

button.wb-close:hover {
    background: transparent;
    transform: scale(1.2);
}

button.wb-close svg {
    width: 45px;
    height: 45px;
}

.wb-product-add .add_to_cart_button {
    width: 100%;
    border: none;
    margin-top: 10px;
    border-radius: 10px;
    padding: 14px;
    font-size: 12px;
}

.wb-product-price * {
    color:#d4a5a5;
    font-weight: 700;
    font-size: 16px;
}
.share-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    font-family: Arial, sans-serif;
}

.share-title {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.share-icons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    background: #000;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.share-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.share-btn:hover {
    background: #333;
}

.copy-message {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}
.copy-message.active {
    opacity: 1;
}
.product-video-wrapper {
    position: fixed;
    width: 180px;
    display: flex;
    left: 20px;
    bottom: 20px;
    z-index: 999999;
}

#productMainVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.pv-btn {
    position: absolute;
    z-index: 999;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pv-play {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}
.pv-close {
    top: 10px;
    right: 10px;
}
.product-video-wrapper.hidden {
    display: none;
}
.popup-show .product-video-wrapper-bg {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;z-index: 0;opacity: 0.8;}
.product-video-wrapper.popup-show {
    width: 100%;
    height: 100%;
    left: 0;: 0;
    bottom: 0;
}
.product-video-wrapper.popup-show #productMainVideo {
    width: auto;
    height: calc(100% - 60px);
    margin: auto;
}
.product-video-wrapper.popup-show .pv-close , .product-video-wrapper.popup-show .pv-play {
    display: none;
}
.product-video-wrapper.popup-show .pv-close-popup {
    display: flex;
}
.pv-close-popup {
    top: 30px;
    right: 30px;
    display: none;
}
.entry-content li h2 {
    margin-bottom: 0;
}

.entry-content li {
    margin-bottom: 20px;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
span.xoo-wsc-bki {
    animation: bounce 2s ease infinite;
}
@media(min-width: 768px) {
	.woocommerce-product-gallery {
		padding-right: 40px;
	}
}
@media(max-width: 1375px) {
	.main-size-chart-sec .size-chart-table {
		overflow-x: scroll;
	}

	.main-size-chart-sec .size-chart-table::-webkit-scrollbar {
		height: 5px;
	}

	.main-size-chart-sec .size-chart-table::-webkit-scrollbar-thumb {
		background: #d4a5a5;
		border-radius: 10px
	}

	.main-size-chart-sec .size-chart-table::-webkit-scrollbar-track {
		background: #fff5f5;
	}
}

@media(max-width: 1024px) {

	.wc-archive-hero-title {
		font-size: 60px;
	}

	.owp-product-nav-wrap {
		width: 100%;
	}
	.product-quick-btn {
		width: 80%;
		text-align: center;
	}
	.festive-sec {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.festive-content {
		order: 2;
	}

	.festival-img {
		max-height: 900px;
		height: 100%;
	}

	.festival-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.festive-title {
		font-size: 48px;
		line-height: 48px;
	}

	.footer-widgets-inner.container {
		display: flex;
	}

	.founder-sec {
		grid-template-columns: 40% 1fr;
	}


	.banner-sec {
		grid-template-columns: 1fr 1fr;
	}

	.banner-img {
		grid-template-columns: 1fr;
	}

	.banner-img img {
		height: 100%;
		width: 100%;
	}

	.banner-img img:nth-child(2) {
		display: none;
	}

	.banner-img img:nth-child(1) {
		transform: translateY(0px);
	}

	.Pattern-bg {
		display: none;
	}
}

@media(max-width: 969px) {
	body.default-breakpoint .center-logo #site-logo {
		width: 100%;
	}

	a.search-icon-overlay,
	span.oceanwp-text,
	span.oceanwp-close-text {
		display: none !important;
	}

	a.mobile-menu {
		height: 36px;
		width: 36px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 20px !important;
	}
	.body.default-breakpoint .oceanwp-mobile-menu-icon i.fa.fa-bars {
		font-size: 16px;
	}

	body.default-breakpoint .center-logo #site-logo {
		position: inherit;
		left: 0;
		transform: translateX(0px);
	}

	.after-header-content {
		display: block !important;
	}

	h3#order_review_heading {
		margin-top: 30px !important;
	}
}

@media(max-width: 921px) {
	.container {
		max-width: 767;
		padding: 0px 24px;
	}

	h1.hero-title {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -1.5px;
	}
}

@media(max-width: 767px) {
	.watch-buy-item {
    max-width: 200px;
}
.video-overlay-info {
    gap: 10px;
    width: calc(100% - 10px);
    left: 5px;
    bottom: 5px;
}
.video-overlay-info img {
    max-width: 40px;
}
.voi-title {
    font-size: 14px;
}
	.product-sec .product-item {
    max-width: 180px;
}
	.wc-archive-hero-title {
		font-size: 60px;
	}

	.wc-archive-description {
		font-size: 14px;
	}
	.category-sec {
		gap: 12px;
	}
	#footer-widgets .footer-box.col-1,
	#footer-widgets .footer-box.col-2,
	#footer-widgets .footer-box.col-3,
	#footer-widgets .footer-box.col-4 {
		width: calc(50% - 16px);
		margin: 0;
	}

	.footer-widgets-inner.container {
		flex-wrap: wrap;
		gap: 32px;
	}

	.contact-info-sec h2.sec-title {
		font-size: 36px;
		line-height: 36px;
	}
	h1.sec-title {
		font-size: 36px;
		line-height: 36px;
	}
	.contact-detail {
		grid-template-columns: 1fr;
	}

	.contact-info-sec .sec-text {
		margin-bottom: 48px;
	}

	.woocommerce table.shop_table .product-remove {
		display: flex !important;
		justify-content: flex-end;
	}

	td.product-name a {
		justify-content: center;
	}

	td.product-quantity {
		vertical-align: middle;
	}

	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
		justify-content: center;
	}

	.woocommerce-cart table.cart td.actions .coupon button.button {
		padding: 8px 0px;
	}

	.woocommerce-cart table.cart td.actions .coupon.coupon {
		gap: 8px;
	}

	.woocommerce-page .cart-collaterals {
		margin-bottom: 50px;
	}

	form.woocommerce-cart-form {
		margin-top: 50px;
	}

	form.woocommerce-EditAccountForm.edit-account {
		margin-bottom: 40px;
	}

	.woocommerce-MyAccount-tabs.clr {
		margin: 50px 0px 40px;
	}

	.single-product.woocommerce .has-product-nav span.onsale {
		top: 12px !important;
		left: 12px !important;
	}

	ul.products.oceanwp-row.clr.grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin: 0px;
	}

	.banner-sec {
		grid-template-columns: 100%;
		gap: 100px;
	}

	.banner-img {
		order: 1;
	}

	.banner-content {
		order: 2;
		max-width: 100%;
	}

	section.main-banner-sec {
		padding: 60px 0px;
	}

	.banner-img img {
		height: 500px;
		width: 100%;
		object-fit: cover;
	}

	.banner-title {
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 24px;
	}

	.banner-text {
		font-size: 16px;
	}
a.hero-btn {
    padding: 0 24px;
}
	.hero-banner {
    padding: 40px 20px;
    min-height: auto;
    background-position: center;
    background-size: cover;
}
	.banner-img {
		grid-template-columns: 1fr 1fr;
	}

	.banner-img img:nth-child(2) {
		display: block;
	}
	.hero-title {font-size: 34px;max-width: 250px;margin-bottom: 10px;}

	.hero-subtitle {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.size-guide-popup {
		width: 95%;
	}

	.size-guide-popup.active-size {
		right: 2.5%;
		top: 2.5%;
		height: 97.5%;
	}

	.size-guide-popup .size-chart-table h2 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.size-guide-popup .size-count span {
		width: 85%;
	}

	.size-guide-popup .size-title {
		font-size: 12px;
	}

	.size-guide-popup .main-size-chart-sec .container {
		padding: 0px 10px;
	}

	.size-guide-popup .size-chart-title {
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0px;
	}

	.size-guide-popup .size-number {
		font-size: 13px;
	}

	.size-guide-popup section.main-size-chart-sec {
		padding: 25px 0px 0px;
	}

	.close-size-guide-popup svg {
		height: 16px;
		width: 16px;
	}

	.woocommerce div.product .product_title {
		font-size: 36px !important;
		line-height: 36px !important;
	}

	.woocommerce div.product p.price .amount bdi {
		font-size: 24px;
		line-height: 24px;
	}

	.anzevia-accordion-header {
		font-size: 18px;
	}

	.woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button {
		height: 50px;
		font-size: 16px !important;
		margin-top: 20px;
	}

	.woocommerce-variation-add-to-cart.variations_button {
		gap: 0;
	}

	.woocommerce .related.products h2 {
		font-size: 28px;
		line-height: 34px;
	}

	a.owp-nav-text.prev-text , a.owp-nav-text.next-text{
		font-family: 'Inter' !important;
		font-size: 12px !important;
		font-weight: 400 !important;
		line-height: 28px !important;
	}

	.owp-product-nav li.prev-li,.owp-product-nav li.next-li{
		gap: 4px;
	}

	.woocommerce-order-received .woocommerce-columns--addresses {
		flex-direction: column;
		gap: 30px;
	}

	.woocommerce-order-received ul.woocommerce-order-overview.order_details li {
		border: 0 !important;
	}

	.woocommerce-order-received ul.woocommerce-order-overview.order_details {
		padding: 30px;
	}

	.woocommerce-order-received .woocommerce-column--billing-address, .woocommerce-order-received .woocommerce-column--shipping-address {
		margin: 0 !important;
	}
}

@media(max-width: 691px) {
	.festival-img {max-width: 240px;}
	.container {
		max-width: 640px;
		padding: 0px 24px;
	}

	.our-value-repeater {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.founder-sec {
		grid-template-columns: 1fr;
	}

	.founder-img img {
		height: 700px;
	}
}

@media(max-width: 576px) {
	button.wb-close {
    top: 10px;
    right: 10px;
    background-color: #000;
    border-radius: 30px;
    padding: 10px;
}
button.wb-close svg {
    width: 24px;
    height: 24px;
}
button.mute-btn svg {
    width: 24px;
    height: 24px;
    filter: none;
}
	.wb-video-wrap {
    height: 100%;
    width: 100%;
}
video.wb-video {
    object-fit: cover;
    border-radius: 0;
}
.wb-lightbox-content {
    width: 100%;
}
button.mute-btn {
    right: initial;
    left: 10px;
    background-color: #000;
    border-radius: 30px;
    padding: 10px;
}
	.container {
		padding: 0px 16px;
	}

	h1.hero-title {
		font-size: 48px;
		line-height: 48px;
		letter-spacing: -1.2px;
	}

	.hero-text {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 32px;
	}

	h3.category-title {
		font-size: 24px;
		line-height: 24px;
	}

	.category-img img {
		height: 400px;
	}

	section.main-category-sec {
		margin: 80px 0px;
	}

	h2.sec-title {
		font-size: 48px;
		line-height: 48px;
	}

	.festive-title {
		font-size: 36px;
		line-height: 36px;
	}

	.festive-btn-flex {
		flex-direction: column;
	}

	.festive-shop-btn a,
	.learn-shop-btn a {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.festive-shop-btn,
	.learn-shop-btn {
		width: 100%;
	}

	section.main-festive-sec {
		padding: 80px 0px;
	}

	h3.newsletter-title {
		font-size: 30px;
		line-height: 30px;
	}

	.newsletter-form .newsletter-flex {
		flex-direction: column;
	}

	.newsletter-form .newsletter-submit input,
	.newsletter-submit {
		width: 100%;
	}

	.copyright-flex {
		flex-direction: column;
		gap: 16px;
	}

	.contact-flex {
		flex-direction: column;
		gap: 15px;
	}

	.contact-form {
		gap: 15px;
	}

	section.main-contact-sec {
		margin: 80px 0px;
	}

	.contact-info-link a img {
		height: 24px;
		width: 24px;
	}

	.main-contact-info {
		margin-top: 30px;
	}

	.contact-us-title {
		margin-top: 40px;
	}

	.contact-info-title {
		font-size: 14px;
		line-height: 18px;
	}

	.hero-btn a {
		padding: 16px 48px;
	}

	.our-story-sec,
	section.main-our-promise-sec {
		margin: 80px 0px;
	}

	.our-promise-sec {
		padding: 48px;
	}

	section.main-founder-,
	.faq-heding-sec {
		padding: 80px 0px;
	}

	.faq-according-title {
		font-size: 16px;
	}

	.faq-according-text {
		font-size: 14px;
	}

	.banner-img {
		grid-template-columns: 1fr;
	}

	.banner-img img:nth-child(2) {
		display: none;
	}

	.banner-sec {
		gap: 30px;
	}

	.banner-img img {
		height: 100%;
	}
	a#scroll-top , .xoo-wsc-basket{
		right: 10px;
	}
	button.wb-nav {
    width: 44px;
    height: 44px;
    padding: 13px;
}
.share-box {
    flex-direction: column;
}
.copy-message {
    bottom: 100px;
}
.product-video-wrapper {
    bottom: 60px;
    width: 120px;
}

.pv-btn.pv-close {
    width: 32px;
    height: 32px;
    font-size: 15px;
}
}

@media(max-width: 420px) {
	.woocommerce div.product form.cart div.quantity a.minus, .woocommerce div.product form.cart div.quantity a.plus {
    width: 32px;
    height: 44px;
}

.woocommerce div.product form.cart div.quantity input {
    height: 44px;
    width: 50px;
}

button.size-guide-btn {
    line-height: 44px;
    padding: 0 18px;
}
	h2.sec-title {
		font-size: 36px;
		line-height: 36px;
	}

	.footer-widgets-inner.container {
		flex-direction: column;
	}

	#footer-widgets .footer-box.col-1,
	#footer-widgets .footer-box.col-2,
	#footer-widgets .footer-box.col-3,
	#footer-widgets .footer-box.col-4 {
		width: 100%;
	}

	a.search-icn {
		display: none !important;
	}

	#site-header-inner {
		padding: 0px 16px !important;
	}

	#site-logo #site-logo-inner a img {
		max-width: 100px !important;
	}
	.main-our-value-sec h2.sec-title,
	.our-promise-sec h2.sec-title,
	.founder-info h2.sec-title {
		font-size: 36px;
		line-height: 36px;
	}

	.founder-img img {
		height: 400px;
	}
	ul.products.oceanwp-row.clr.grid {
		grid-template-columns: 1fr;
	}

}