/*
Theme Name: Covenant
Description: Custom WordPress theme for Gibson Ads
Version: 1.0
Author: Krish Patel
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

a {
    outline: none;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #97753c !important;
}

a:focus {
    text-decoration: none;
    outline: none;
}
p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}
img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

iframe {
    max-width: 100%;
    border: 0px;
    width: 100%;
}
.wrapper {
	display: block;
	width: 100%;
	position: relative;
	padding: 60px 0px;
}

.container {
	max-width: 1590px;
}

header .container,
footer .container,.blog .container,.single .container, .wrp-contactus .container,
.woocommerce .container,
.page-template-default .container {
	max-width: 1398px;
}

/* ============================================
   SCROLL ANIMATIONS & TEXT EFFECTS
   ============================================ */

/* Base animation classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(34px);
    transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--animation-delay, 0ms);
	will-change: opacity, transform;
}

.animate-on-scroll.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
	opacity: 0;
	transform: translateX(-34px);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--animation-delay, 0ms);
}

.fade-in-right {
	opacity: 0;
	transform: translateX(34px);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--animation-delay, 0ms);
}

.scale-in {
	opacity: 0;
	transform: scale(0.96);
	transition:
		opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--animation-delay, 0ms);
}

.fade-in-left.animate-in,
.fade-in-right.animate-in,
.scale-in.animate-in {
	opacity: 1;
	transform: translate(0) scale(1);
}

/* Staggered children animation */
.stagger-children>* {
    opacity: 0;
    transform: translateY(26px);
    transition:
		opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.stagger-children.animate-in>*:nth-child(1) {
    transition-delay: 0.1s;
}

.stagger-children.animate-in>*:nth-child(2) {
    transition-delay: 0.2s;
}

.stagger-children.animate-in>*:nth-child(3) {
    transition-delay: 0.3s;
}

.stagger-children.animate-in>*:nth-child(4) {
    transition-delay: 0.4s;
}

.stagger-children.animate-in>*:nth-child(5) {
    transition-delay: 0.5s;
}

.stagger-children.animate-in>*:nth-child(6) {
    transition-delay: 0.6s;
}

.stagger-children.animate-in>*:nth-child(7) {
    transition-delay: 0.7s;
}

.stagger-children.animate-in>*:nth-child(8) {
    transition-delay: 0.8s;
}

.stagger-children.animate-in>*:nth-child(9) {
    transition-delay: 0.9s;
}

.stagger-children.animate-in>*:nth-child(10) {
    transition-delay: 1s;
}

.stagger-children.animate-in>* {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.animate-on-scroll,
	.fade-in-left,
	.fade-in-right,
	.scale-in,
	.stagger-children>* {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}


.social-icons a {
	display: inline-flex;
	background: #fff;
	color: #1e1e1e;
	border-radius: 50%;
	font-size: 25px;
	padding: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0px;
	transition: all 0.3s ease;
	border: 2px solid #1e1e1e;
	font-weight: 700;
}
.social-icons a:first-child {
	margin-left: 0px;
}
.social-icons a:hover {
	background: transparent;
	color: #97753c;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(151, 117, 60, 0.3);
}

.wrp-topbar {
	padding: 15px 0px;
	background: #000;
	color: #fff;
}
.social-icons {
	display: inline-block;
	list-style: none;
    padding: 0px;
	margin: 0px;
}
.social-icons li {
	display: inline-block;
}
.wrp-topbar ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.main-topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrp-topbar ul li {
	display: inline-block;
}

.header-shortcut {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-shortcut a,
.header-shortcut-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.header-shortcut img {
	display: block;
	max-width: 24px;
	max-height: 24px;
	object-fit: contain;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.header-shortcut a:hover img,
.header-shortcut-btn:hover img {
	opacity: 0.75;
	transform: translateY(-1px);
}

.header-cart-count,
.header-wishlist-count {
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background-color: #97753c;
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	pointer-events: none;
}

.product-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 95px 20px 20px;
	background: rgba(0, 0, 0, 0.72);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}

.product-search-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.product-search-panel {
	position: relative;
	width: min(760px, 100%);
	padding: 34px;
	background: #ffffff;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
	transform: translateY(-16px);
	transition: transform 0.3s ease;
}

.product-search-overlay.is-open .product-search-panel {
	transform: translateY(0);
}

.product-search-close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
}

.product-search-form label {
	display: block;
	margin-bottom: 14px;
	color: #111111;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}

.product-search-input-wrap {
	display: flex;
	gap: 12px;
}

.product-search-input-wrap input[type="search"] {
	flex: 1;
	height: 52px;
	border: 1px solid #727270;
	border-radius: 0;
	padding: 0 16px;
	color: #111111;
	font-size: 17px;
}

.product-search-input-wrap button {
	min-width: 130px;
	border: 1px solid #97753c;
	background: #97753c;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.product-search-input-wrap button:hover {
	background: transparent;
	color: #97753c;
}

.product-search-suggestions {
	margin-top: 18px;
	max-height: 430px;
	overflow-y: auto;
}

.product-search-suggestion {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #111111;
	text-decoration: none;
}

.product-search-suggestion:hover {
	color: #97753c;
}

.product-search-suggestion-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	flex: 0 0 68px;
	background: #ededed;
}

.product-search-suggestion-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-search-suggestion-info strong,
.product-search-suggestion-info small {
	display: block;
}

.product-search-suggestion-info strong {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.3;
}

.product-search-suggestion-info small,
.product-search-status {
	margin: 0;
	color: #555555;
	font-size: 14px;
}
.topbar-menu a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	padding: 0px 10px;
}
.header-shortcut a {
	margin: 0px 5px;
}
.main-header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrp-main-navigation {
	padding: 15px 0px;
}
.wrp-footer-coupon {
	background-color: #97753c;
	color: #fff;
	padding: 50px 0px;
}
.wrp-footer-coupon h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}
.footer-form .gform_wrapper form,
.footer-form form {
	display: flex;
	align-items: center;
	gap: 12px;
}

.footer-form .gform_body,
.footer-form .gform_fields,
.footer-form .gfield,
.footer-form .ginput_container,
.footer-form .ginput_container input {
	width: 100%;
}

.footer-form .gform_body {
	flex: 1 1 auto;
}

.footer-form .gform_fields {
	display: block;
	margin: 0;
	padding: 0;
}

.footer-form .gfield {
	margin: 0;
	padding: 0;
}

.footer-form .gfield_label {
	display: none;
}

.footer-form input[type="email"], .footer-form input[type="text"] {
	height: 56px !important;
	border: 0;
	border-radius: 0 !important;
	padding: 0 20px !important;
	font-size: 18px !important;
	color: #1e1e1e !important;
	background: #fff !important;
}
.footer-form .gform-footer {
	margin: 0px !important;
	padding: 0px;
}
.footer-form input[type="email"]::placeholder,
.footer-form input[type="text"]::placeholder {
	font-size: 24px;
	line-height: 30px;
	color: #ababab;
	font-weight: 500;
	opacity: 1;
}

.footer-form .gform_footer,
.footer-form .gform_page_footer {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

.footer-form input[type="submit"],
.footer-form button[type="submit"] {
	height: 56px;
	border: 0;
	border-radius: 0;
	padding: 0 30px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}
.gform-footer .gform_button {
	font-size: 24px !important;
	line-height: 30px !important;
	color: #fff !important;
	font-weight: 500 !important;
	background: #000 !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	padding: 12px 50px !important;
}
@media (max-width: 575px) {
	.footer-form .gform_wrapper form,
	.footer-form form {
		align-items: stretch;
		flex-direction: column;
	}

	.footer-form .gform_footer,
	.footer-form .gform_page_footer,
	.footer-form input[type="submit"],
	.footer-form button[type="submit"] {
		width: 100%;
	}
}

.wrp-footer-coupon p {
	margin: 0px;
	font-size: 20px;
}
.coupon-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wrp-footer {
	background-color: #161616;
	color: #fff;
	padding: 120px 0px 0px 0px;
}
.footer-title {
	font-size: 24px;
	line-height: 1.5;
	color: #97753c;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-nav ul li a {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	font-weight: 400;
	padding: 10px 0px;
	display: block;
}

.footer-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-bottom-cred p {
	margin: 0px;
	padding: 0px;
}
.footer-bottom-cred {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	border-top: 2px solid #97753c;
	margin-top: 100px;
}
.footer-first p{font-size: 16px;}
.footer-bottom-cred a{
    color: #97753c;
}

.back-to-top {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: 2px solid #97753c;
	border-radius: 50%;
	background: linear-gradient(135deg, #97753c 0%, #c59b56 100%);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(151, 117, 60, 0.45);
	transform: translateY(18px) scale(0.85);
	transition: all 0.35s ease;
	animation: backToTopPulse 2s infinite;
	cursor: pointer;
	overflow: visible;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.back-to-top:hover {
	background: #000;
	color: #fff;
	border-color: #97753c;
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(151, 117, 60, 0.14);
	transform: translateY(-5px) scale(1.05);
}

.back-to-top i {
	animation: backToTopArrow 1.4s ease-in-out infinite;
}

@keyframes backToTopPulse {
	0% {
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(151, 117, 60, 0.45);
	}
	70% {
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 0 0 14px rgba(151, 117, 60, 0);
	}
	100% {
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(151, 117, 60, 0);
	}
}

@keyframes backToTopArrow {
	0%, 100% {
		transform: translateY(3px);
	}
	50% {
		transform: translateY(-4px);
	}
}


.black-sec-title {
	font-size: 48px;
	color: #000000;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}

.btn-hero a {
	border-radius: 10px;
	background-color: #97753c;
	border: 5px solid #ffffff;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 30px;
	text-transform: uppercase;
}
.btn-hero {
	margin-top: -100px;
}
.wrp-hero-content {
	padding: 120px 0px 60px;
}
.btn-hero a:hover {
	color: #000 !important;
}

.wrp-shop-new-arrival {
	padding: 100px 0px 80px;
	background: #ededed;
}

.slider-outer-cnt {
	position: relative;
	padding: 0 72px;
}

.new-arrival-slider {
	text-align: left;
}

.new-arrival-item {
	overflow: hidden;
	height: 100%;
}

.new-arrival-img {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1.05;
	background: #f8f6f1;
	overflow: hidden;
}

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

.new-arrival-cnt {
	padding: 22px 18px 24px;
	text-align: center;
}

.new-arrival-cat {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #97753c;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.new-arrival-title {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	margin: 0 0 10px;
}

.new-arrival-title a {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}

.new-arrival-price {
	font-size: 18px;
	line-height: 1.5;
	color: #97753c;
	font-weight: 500;
}

.new-arrival-price ins {
	text-decoration: none;
}

.new-arrival-price del {
	color: #777;
	font-weight: 400;
	margin-right: 8px;
}

.new-arrival-slider.owl-theme .owl-nav {
	margin: 0;
}

.new-arrival-slider.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0 !important;
	background: transparent;
	border-radius: 0;
}

.new-arrival-slider.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}

.new-arrival-slider .owl-prev {
	left: -72px;
}

.new-arrival-slider .owl-next {
	right: -72px;
}

.new-arrival-nav {
	display: block;
	width: 46px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.new-arrival-nav-prev {
	background-image: url('images/left-owl.png');
}

.new-arrival-nav-next {
	background-image: url('images/right-owl.png');
}

@media (max-width: 767.98px) {
	.slider-outer-cnt {
		padding: 0 52px;
	}

	.new-arrival-slider .owl-prev {
		left: -52px;
	}

	.new-arrival-slider .owl-next {
		right: -52px;
	}

	.new-arrival-slider.owl-theme .owl-nav [class*=owl-],
	.new-arrival-nav {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 575.98px) {
	.slider-outer-cnt {
		padding: 0 42px;
	}

	.new-arrival-cnt {
		padding: 18px 14px 20px;
	}

	.new-arrival-title {
		font-size: 18px;
	}

	.new-arrival-price {
		font-size: 16px;
	}

	.new-arrival-slider .owl-prev {
		left: -42px;
	}

	.new-arrival-slider .owl-next {
		right: -42px;
	}
}
.shop-faith{
	background-color: #151515 !important;
}
.shop-faith .black-sec-title,.shop-faith .new-arrival-title a{
	color: #fff !important;
}

.wrp-shop-collection {
	background: #ededed;
}

.collection-item {
	display: block;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}

.collection-item img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #f8f6f1;
	margin-bottom: 18px;
}

.collection-item span {
	display: block;
	line-height: 1.5;
	font-size: 24px;
	color: #000;
	font-weight: 400;
}
.shop-product-type {
	padding-top: 0px;
}

.wrp-home-msg {
	background: #97753c;
	padding: 78px 0;
}

.home-msg-inner {
	align-items: center;
}

.home-msg-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #221f1f;
	min-height: 400px;
}

.home-msg-icon svg,
.home-msg-icon img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	fill: none;
	stroke: #fff;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.home-msg-content {
	padding-left: 60px;
}

.home-msg-content p {
	line-height: 1.22;
	margin: 0 0 44px;
	letter-spacing: 0;
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
}

.home-msg-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	.home-msg-content {
		padding-left: 48px;
	}

	.home-msg-content p {
		font-size: 30px;
	}
}

@media (max-width: 767.98px) {
	.wrp-home-msg {
		padding: 55px 0;
	}

	.home-msg-inner {
		text-align: center;
	}

	.home-msg-icon {
		min-height: auto;
		border-right: 0;
		border-bottom: 2px solid #221f1f;
		padding-bottom: 34px;
		margin-bottom: 34px;
	}

	.home-msg-icon svg,
	.home-msg-icon img {
		width: 120px;
		height: 120px;
	}

	.home-msg-content {
		padding-left: 0;
	}

	.home-msg-content p {
		font-size: 24px;
		line-height: 1.35;
		margin-bottom: 28px;
	}
}

/* ============================================
   POST GRID & CARD STYLES
   ============================================ */
.wrp-main-post {
	padding: 60px 0px;
}

.posts-grid {
	margin-bottom: 40px;
}

.posts-grid-item {
	margin-bottom: 40px;
}

.post-card {
	height: 100%;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.post-card:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.post-card-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.post-card-image {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #f5f5f5;
}

.post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
	transform: scale(1.05);
}

.post-card-image a {
	display: block;
	width: 100%;
	height: 100%;
}

.post-card-content {
	flex-grow: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.post-category {
	display: inline-block;
	background: #97753c;
	color: #000000;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 12px;
	width: fit-content;
	text-transform: capitalize;
}

.post-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 12px;
	line-height: 1.4;
	flex-grow: 0;
}

.post-card-title a {
	color: #000000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-card-title a:hover {
	color: #97753c;
}

.post-card-excerpt {
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
	margin-bottom: 16px;
	flex-grow: 1;
}

.post-card-excerpt p {
	margin: 0;
}

.post-card-meta {
	border-top: 1px solid #e9e9e9;
	padding-top: 12px;
	margin-top: auto;
    text-align: right;
}

.post-date {
	font-size: 12px;
	color: #999999;
	font-weight: 500;
}

/* Pagination */
.pagination-wrapper {
	display: flex;
	justify-content: center;
	padding: 40px 0px 0px 0px;
	margin-top: 40px;
	border-top: 1px solid #e9e9e9;
	padding-top: 40px;
}

.pagination {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.pagination a,
.pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	color: #333333;
	background: #ffffff;
	border: 2px solid #e9e9e9;
}

.pagination a:hover {
	background: #97753c;
	border-color: #97753c;
	color: #ffffff !important;
}

.pagination .current {
	background: #97753c;
	border-color: #97753c;
	color: #ffffff;
	width: 40px;
	height: 40px;
}

.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	width: auto;
	height: auto;
	border: none;
	background: none;
	padding: 0;
	font-size: 18px;
	color: #97753c;
}



.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
	color: #8ab938;
}

.pagination .prev.page-numbers:hover::before,
.pagination .next.page-numbers:hover::before {
	animation: slideArrow 0.3s ease;
}

@keyframes slideArrow {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-3px);
	}
	100% {
		transform: translateX(0);
	}
}
.post-single-content {
	font-size: 18px;
	line-height: 30px;
	color: #2a2a2a;
	font-weight: 400;
}
.portfolio-card-image img {
	width: 100%;
	border-radius: 20px;
}
.post-single-thumbnail {
	text-align: center;
}
.page-main-title-wrapper {
	background: #000;
	text-align: center;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-main-title-wrapper h1 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 400;
	margin: 0px;
	line-height: 1.5;
}
.page-single-bread {
	background: #000;
	text-align: center;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-single-bread h2 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	margin: 0px;
}
.page-single-bread h2 a {
	color: #fff;
}
.single .page-main-title {
	font-size: 60px;
	color: #ffffff;
	font-weight: 400;
}
.page-single-title-wrapper {
	background: #97753c;
	padding: 60px 0px;
}
.page-single-title-wrapper p {
	color: #fff;
}
.wrp-contactus .gform-field-label {
	font-size: 18px !important;
	color: #000 !important;
	font-weight: 400 !important;
}
.wrp-contactus .gform_wrapper input::placeholder,.wrp-contactus  .gform_wrapper textarea::placeholder {
	color: #898989 !important;
	opacity: 1;
}
.wrp-contactus .ginput_container input[type="text"],
.wrp-contactus .ginput_container input[type="email"],
.wrp-contactus .ginput_container input[type="tel"],
.wrp-contactus .ginput_container textarea {
	background-color: #fff !important;
	border: 1px solid #727270 !important;
	border-radius: 0px !important;
	font-size: 20px !important;
	color: #000 !important;
	padding: 10px !important;
	height: 50px !important;
}
.wrp-contactus .gform_footer #gform_submit_button_2 {
	background-color: #97753c !important;
	display: block;
	width: 100%;
	padding: 20px !important;
}

.wrp-woocommerce {
	padding: 80px 0;
}

.woocommerce-titlebar {
	background-color: #000000;
	padding: 42px 0;
	color: #ffffff;
	text-align: center;
}

.woocommerce-titlebar .container {
	max-width: 1398px;
}

.woocommerce-titlebar-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 18px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.woocommerce-titlebar-breadcrumb a,
.woocommerce-titlebar-breadcrumb span {
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-titlebar-breadcrumb a:hover {
	color: #97753c;
}

.woocommerce-titlebar h1 {
	margin: 0;
	color: #ffffff;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 400;
}

.wrp-woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 30px;
}

.shop-archive-layout {
	align-items: flex-start;
}

.shop-archive-sidebar-col {
	padding-right: 35px;
	margin-top: 30px;
}

.shop-archive-products-col .woocommerce-result-count {
	margin: 0 0 35px;
	font-size: 14px;
	color: #111111;
}

.shop-archive-products-col .woocommerce-ordering {
	margin: 0 0 35px;
	float: right;
}

.shop-archive-products-col .woocommerce-ordering select {
	min-width: 190px;
	height: 34px;
	border: 1px solid #8f8f8f;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 14px;
	color: #111111;
	padding: 4px 12px;
}

.shop-archive-filter {
	position: sticky;
	top: 20px;
}

.shop-filter-clear {
	margin-top: 8px;
}

.shop-filter-clear a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	border: 1px solid #97753c;
	background-color: #97753c;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.shop-filter-clear a:hover {
	background-color: transparent;
	color: #97753c;
}

.shop-filter-group {
	margin-bottom: 36px;
}

.shop-filter-group h3 {
	position: relative;
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid #6f6f6f;
	font-size: 18px;
	line-height: 1.2;
	color: #111111;
	font-weight: 700;
}

.shop-filter-toggle {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 36px 0 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.shop-filter-toggle::after {
	content: "-";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 1;
	color: #111111;
	font-weight: 700;
}

.shop-filter-group.is-collapsed .shop-filter-toggle::after {
	content: "+";
}

.shop-filter-list {
	display: flex;
	flex-direction: column;
	gap: 13px;
	overflow: hidden;
}

.shop-filter-option {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #252525;
	font-size: 14px;
	line-height: 1.25;
	text-decoration: none;
}

.shop-filter-option:hover,
.shop-filter-option.is-active {
	color: #97753c;
}

.shop-filter-option span {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	border: 1px solid #4b4b4b;
	background-color: #ffffff;
}

.shop-filter-option.is-active span {
	box-shadow: inset 0 0 0 3px #ffffff;
	background-color: #97753c;
}

.shop-filter-price-list .shop-filter-option {
	gap: 0;
}

.shop-filter-price-list .shop-filter-option span {
	display: none;
}

.shop-archive-products-col ul.products {
	clear: both;
}

.woocommerce ul.products li.product.animate-on-scroll:nth-child(4n+2) {
	transition-delay: 0.08s;
}

.woocommerce ul.products li.product.animate-on-scroll:nth-child(4n+3) {
	transition-delay: 0.16s;
}

.woocommerce ul.products li.product.animate-on-scroll:nth-child(4n+4) {
	transition-delay: 0.24s;
}

.woocommerce nav.woocommerce-pagination.covenant-product-pagination {
	clear: both;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}

.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	border: 0;
}

.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li a,
.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid #97753c;
	border-radius: 50%;
	background-color: #ffffff;
	color: #2f2f2f;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	transition: all 0.3s ease;
}

.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li span.current {
	background-color: #97753c;
	color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination.covenant-product-pagination ul li a.next {
	font-size: 18px;
}

.woocommerce-titlebar-product {
	padding: 44px 0;
}

.woocommerce-titlebar-product .woocommerce-titlebar-breadcrumb {
	margin-bottom: 0;
}

.wrp-woocommerce-product {
	padding: 70px 0 90px;
}

.covenant-single-product-main {
	margin-bottom: 72px;
}

.covenant-single-product-gallery {
	padding-right: 42px;
}

.covenant-single-product-summary {
	padding-left: 28px;
}

.covenant-single-product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
}

.covenant-single-product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.covenant-single-product .woocommerce-product-gallery__image {
	background-color: #d9d9d9;
	border: 1px solid #b9a278;
}

.covenant-single-product .woocommerce-product-gallery__image > a,
.covenant-single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

.covenant-single-product .woocommerce-product-gallery__image:first-child {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.covenant-single-product .woocommerce-product-gallery__image:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.covenant-single-product .flex-viewport {
	margin-bottom: 14px;
	border: 1px solid #b9a278;
	background-color: #d9d9d9;
}

.covenant-single-product .flex-viewport .woocommerce-product-gallery__image {
	border: 0;
}

.covenant-product-gallery-thumbs {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) 24px;
	gap: 8px;
	align-items: stretch;
}

.covenant-single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.covenant-single-product .flex-control-thumbs li {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background-color: #d9d9d9;
	border: 1px solid #b9a278;
}

.covenant-single-product .flex-control-thumbs li:nth-child(n+5) {
	display: none;
}

.covenant-single-product .flex-control-thumbs img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	opacity: 1;
}

.covenant-single-product .flex-control-thumbs img.flex-active {
	outline: 3px solid #97753c;
	outline-offset: -3px;
}

.covenant-gallery-thumb-nav {
	position: relative;
	width: 24px;
	min-height: 100%;
	border: 0;
	background-color: #97753c;
	cursor: pointer;
}

.covenant-gallery-thumb-nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.covenant-gallery-thumb-prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.covenant-gallery-thumb-next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.covenant-gallery-thumb-nav:hover {
	background-color: #111111;
}

.covenant-single-product .summary {
	float: none !important;
	width: 100% !important;
}

.covenant-single-product .product_title {
	margin: 28px 0 10px;
	color: #111111;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
}

.covenant-single-product .price {
	margin: 0 0 18px;
	color: #97753c !important;
	font-size: 22px !important;
	line-height: 1.3;
	font-weight: 700;
}

.covenant-single-product .woocommerce-product-details__short-description {
	margin-bottom: 30px;
	color: #111111;
	font-size: 16px;
	line-height: 1.55;
}

.covenant-single-product .woocommerce-product-details__short-description p {
	margin-bottom: 18px;
}

.covenant-single-product .woocommerce-product-details__short-description ul {
	margin: 0;
	padding-left: 18px;
}

.covenant-single-product form.cart {
	margin-top: 12px;
}

.covenant-single-product table.variations {
	margin-bottom: 18px;
	border: 0;
}

.covenant-single-product table.variations tr {
	display: block;
	margin-bottom: 22px;
}

.covenant-single-product table.variations th,
.covenant-single-product table.variations td {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
}

.covenant-single-product table.variations label {
	display: inline-block;
	margin: 0 14px 12px 0;
	color: #97753c;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.covenant-size-guide-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #97753c;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-transform: uppercase;
	cursor: pointer;
}

.covenant-size-guide-wrap {
	width: 100%;
	margin: -4px 0 8px;
}

.covenant-size-guide-link:hover {
	color: #111111;
}

.covenant-hidden-variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none;
}

.covenant-variation-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.covenant-variation-button {
	min-height: 44px;
	padding: 9px 18px;
	border: 1px solid #6f6f6f;
	background-color: #ffffff;
	color: #111111;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	transition: all 0.25s ease;
}

.covenant-variation-button:hover,
.covenant-variation-button.is-selected {
	border-color: #97753c;
	background-color: #97753c;
	color: #ffffff;
}

.covenant-single-product .reset_variations {
	display: inline-block;
	margin-top: 10px;
	color: #97753c;
	font-weight: 700;
}

.covenant-single-product form.cart:not(.variations_form),
.covenant-single-product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;
	gap: 16px;
	flex-wrap: wrap;
}

.covenant-single-product .quantity {
	float: none !important;
	margin: 0 !important;
}

.covenant-single-product .quantity .qty {
	width: 78px;
	height: 48px;
	border: 1px solid #6f6f6f;
	border-radius: 0;
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.covenant-single-product .single_add_to_cart_button {
	min-width: 240px;
	height: 48px;
	padding: 0 34px !important;
	border: 1px solid #97753c !important;
	border-radius: 0 !important;
	background-color: #97753c !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.covenant-single-product .single_add_to_cart_button:hover {
	background-color: transparent !important;
	color: #97753c !important;
}

.covenant-wishlist-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 180px;
	height: 48px;
	padding: 0 20px;
	border: 1px solid #111111;
	background-color: #ffffff;
	color: #111111;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.25s ease;
}

.covenant-wishlist-button i {
	color: #97753c;
	font-size: 17px;
}

.covenant-wishlist-button:hover,
.covenant-wishlist-button.is-added {
	border-color: #97753c;
	background-color: #97753c;
	color: #ffffff;
}

.covenant-wishlist-button:hover i,
.covenant-wishlist-button.is-added i {
	color: #ffffff;
}

.covenant-wishlist-button.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.covenant-single-product .product_meta {
	clear: both;
	margin-top: 24px;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	margin-bottom:20px;
}

.covenant-single-product .product_meta a {
	color: #97753c;
	text-decoration: none;
}

.covenant-single-product-related .related > h2 {
	margin: 0 0 28px;
	padding: 14px 20px;
	background-color: #000000;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.covenant-single-product-related ul.products {
	margin-bottom: 0;
}

.covenant-single-product-related ul.products li.product {
	text-align: center;
}

.covenant-single-product-related ul.products li.product .woocommerce-loop-product__title {
	margin: 18px auto 8px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
}
.woocommerce ul.products li.product .price{
	text-align: center;
}
.woocommerce-loop-product__title{
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.covenant-single-product-related ul.products li.product .price {
	font-size: 15px !important;
	color: #111111 !important;
}

.modal-backdrop {
	z-index: 10000;
}

.covenant-size-guide-modal {
	z-index: 10010;
	align-items: center;
	justify-content: center;
	padding: 32px 20px;
}

.covenant-size-guide-modal .modal-dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	width: min(100%, 900px);
	max-width: 900px;
	min-height: 0;
	margin: 0;
	transform: translate(-50%, -50%) !important;
	pointer-events: auto;
}

.covenant-size-guide-modal.modal.show {
	display: flex !important;
}

.covenant-size-guide-modal .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	max-height: calc(100vh - 56px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.covenant-size-guide-modal .modal-header {
	padding: 22px 26px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #000000;
	color: #ffffff;
}

.covenant-size-guide-modal .modal-title {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.covenant-size-guide-modal .btn-close {
	filter: invert(1);
	opacity: 1;
}

.covenant-size-guide-modal .modal-body {
	padding: 28px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.covenant-size-guide-modal .table-responsive {
	overflow-x: auto;
}

.covenant-size-guide-table {
	width: 100%;
	margin-bottom: 16px;
	border-collapse: collapse;
}

.covenant-size-guide-table th,
.covenant-size-guide-table td {
	padding: 14px 16px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	color: #111111;
	font-size: 15px;
	line-height: 1.35;
	text-align: left;
}

.covenant-size-guide-table th {
	background-color: #97753c;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.covenant-size-guide-table tbody tr:nth-child(even) td {
	background-color: #fbf8f2;
}

.covenant-size-guide-modal p {
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.5;
}

.covenant-wishlist-page {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding-right: 12px;
	padding-left: 12px;
}

.covenant-wishlist-products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.covenant-wishlist-product {
	position: relative;
	margin: 0 !important;
	width: 100% !important;
	text-align: center;
}

.covenant-wishlist-product img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}

.covenant-wishlist-remove {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #97753c;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.covenant-wishlist-remove:hover {
	color: #111111;
}

.covenant-wishlist-empty {
	margin: 0;
	color: #555555;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

@media (max-width: 991.98px) {
	.covenant-wishlist-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.covenant-wishlist-products {
		grid-template-columns: 1fr;
	}

	.covenant-size-guide-modal {
		padding: 16px;
	}

	.covenant-size-guide-modal .modal-dialog {
		width: calc(100% - 32px);
	}

	.covenant-size-guide-modal .modal-content {
		max-height: calc(100vh - 32px);
	}

	.covenant-size-guide-modal .modal-header {
		padding: 18px 20px;
	}

	.covenant-size-guide-modal .modal-title {
		font-size: 20px;
	}

	.covenant-size-guide-modal .modal-body {
		padding: 20px;
	}
}

.pdp-benefits-bar {
	background-color: #a77d3c;
	padding: 25px 0;
	color: #ffffff;
}

.pdp-benefits-bar .container {
	max-width: 1398px;
}

.pdp-benefit-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	text-align: left;
}

.pdp-benefit-item img {
	width: 54px;
	height: 54px;
	object-fit: contain;
	flex: 0 0 54px;
}

.woocommerce-account .wrp-woocommerce {
	background-color: #f7f7f4;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
	content: none;
	display: none;
}

.covenant-myaccount-layout {
	align-items: flex-start;
}

.covenant-myaccount-nav-col {
	padding-right: 28px;
}

.woocommerce-MyAccount-navigation {
	position: sticky;
	top: 24px;
	float: none !important;
	width: 100% !important;
	background-color: #111111;
	padding: 18px;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation li {
	margin: 0 0 8px;
}

.woocommerce-MyAccount-navigation li:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 12px 14px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
}

.woocommerce-MyAccount-navigation a i {
	width: 20px;
	color: #97753c;
	text-align: center;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
	background-color: #97753c;
	color: #ffffff;
}

.woocommerce-MyAccount-navigation li.is-active a i,
.woocommerce-MyAccount-navigation a:hover i {
	color: #ffffff;
}

.woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	min-height: 420px;
	padding: 38px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.07);
}

.woocommerce-MyAccount-content > p:first-child {
	padding: 22px 24px;
	background: linear-gradient(180deg, #fffdf8 0%, #fbf6ec 100%);
	border-left: 4px solid #97753c;
	color: #111111;
	font-size: 18px;
	line-height: 1.55;
}

.woocommerce-MyAccount-content a {
	color: #97753c;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
	color: #111111;
}

.woocommerce-account .woocommerce table.shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	overflow: hidden;
}

.woocommerce-account .woocommerce table.shop_table th {
	background-color: #111111;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td {
	padding: 16px 18px;
}

.woocommerce-account .woocommerce table.shop_table td {
	color: #111111;
	font-size: 15px;
	vertical-align: middle;
}

.woocommerce-account .woocommerce .button,
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce input.button {
	border: 1px solid #97753c;
	border-radius: 0;
	background-color: #97753c;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.woocommerce-account .woocommerce .button:hover,
.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce input.button:hover {
	background-color: transparent;
	color: #97753c;
}

.woocommerce-account .woocommerce form .form-row label {
	color: #111111;
	font-size: 15px;
	font-weight: 700;
}

.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 18px;
	padding: 0;
}

.woocommerce-account .woocommerce input.input-text,
.woocommerce-account .woocommerce textarea,
.woocommerce-account .woocommerce select {
	min-height: 48px;
	border: 1px solid #727270;
	border-radius: 0;
	padding: 10px 14px;
	color: #111111;
	font-size: 16px;
}

.woocommerce-account .woocommerce fieldset {
	margin-top: 28px;
	padding: 24px;
	border: 1px solid rgba(151, 117, 60, 0.28);
	background-color: #fbf8f2;
}

.woocommerce-account .woocommerce fieldset legend,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
	color: #111111;
	font-weight: 700;
}

.woocommerce-account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.woocommerce-account .woocommerce-Address {
	float: none;
	width: auto;
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fafafa;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address-title h3 {
	margin: 0;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-ResetPassword {
	max-width: 680px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	background-color: #ffffff;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.07);
}

.woocommerce-account .u-columns,
.woocommerce-account .col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
	margin: 0;
}

.woocommerce-account .u-columns::before,
.woocommerce-account .u-columns::after,
.woocommerce-account .col2-set::before,
.woocommerce-account .col2-set::after {
	content: none !important;
	display: none !important;
}

.woocommerce-account .u-columns .col-1,
.woocommerce-account .u-columns .col-2,
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
}

.woocommerce-account #customer_login h2 {
	margin: 0 0 18px;
	color: #111111;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
}

.woocommerce-account #customer_login .woocommerce-form-login,
.woocommerce-account #customer_login .woocommerce-form-register {
	max-width: none;
	height: 100%;
	margin: 0;
}

.wrp-woocommerce-thankyou {
	background-color: #f6f6f4;
}

.wrp-woocommerce-thankyou .woocommerce-order {
	max-width: 1040px;
	margin: 0 auto;
	padding: 54px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.covenant-order-received-hero {
	text-align: center;
	margin-bottom: 36px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.covenant-order-received-icon {
	position: relative;
	display: inline-flex;
	width: 74px;
	height: 74px;
	margin-bottom: 22px;
	border-radius: 50%;
	background-color: #97753c;
}

.covenant-order-received-icon::after {
	content: "";
	position: absolute;
	left: 27px;
	top: 20px;
	width: 19px;
	height: 32px;
	border: solid #ffffff;
	border-width: 0 5px 5px 0;
	transform: rotate(45deg);
}

.wrp-woocommerce-thankyou .woocommerce-thankyou-order-received {
	max-width: 680px;
	margin: 0 auto;
	color: #111111;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 700;
}

.wrp-woocommerce-thankyou .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 18px;
	margin: 0 0 42px !important;
	padding: 0;
	border: 0;
	list-style: none;
	clear: both;
}

.woocommerce ul.order_details::before,
.woocommerce ul.order_details::after {
	content: none !important;
	display: none !important;
}
.woocommerce ul.order_details li{
	padding-left: 10px;
}
.wrp-woocommerce-thankyou .woocommerce-order-overview li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 112px;
	margin: 0;
	padding: 24px 22px;
	border: 1px solid rgba(151, 117, 60, 0.28);
	border-left: 4px solid #97753c;
	background: linear-gradient(180deg, #fffdf8 0%, #fbf6ec 100%);
	color: #97753c;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	overflow-wrap: anywhere;
	float: none;
	width: auto;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.wrp-woocommerce-thankyou .woocommerce-order-overview li strong {
	display: block;
	margin-top: 10px;
	color: #111111;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	word-break: break-word;
}

.wrp-woocommerce-thankyou .woocommerce-order-details,
.wrp-woocommerce-thankyou .woocommerce-customer-details {
	margin-top: 40px;
}

.wrp-woocommerce-thankyou .woocommerce-order-details__title,
.wrp-woocommerce-thankyou .woocommerce-column__title {
	margin-bottom: 18px;
	color: #111111;
	font-size: 26px;
	font-weight: 700;
}

.wrp-woocommerce-thankyou .shop_table {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	overflow: hidden;
}

.wrp-woocommerce-thankyou .shop_table th,
.wrp-woocommerce-thankyou .shop_table td {
	padding: 16px 18px;
}

.wrp-woocommerce-thankyou .button {
	border: 1px solid #97753c;
	background-color: #97753c;
	color: #ffffff;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.wrp-woocommerce-thankyou .button:hover {
	background-color: transparent;
	color: #97753c;
}

@media (max-width: 767.98px) {
	.wrp-woocommerce {
		padding: 55px 0;
	}

	.woocommerce-titlebar {
		padding: 32px 0;
	}

	.woocommerce-titlebar-breadcrumb {
		font-size: 15px;
	}

	.woocommerce-titlebar h1 {
		font-size: 30px;
	}

	.shop-archive-filter {
		position: static;
		margin-bottom: 35px;
	}

	.shop-archive-sidebar-col {
		padding-right: 15px;
	}

	.shop-archive-products-col .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.shop-archive-products-col .woocommerce-ordering select {
		width: 100%;
	}

	.wrp-woocommerce-product {
		padding: 50px 0 65px;
	}

	.covenant-single-product-gallery,
	.covenant-single-product-summary {
		padding-left: 15px;
		padding-right: 15px;
	}

	.covenant-single-product-summary {
		margin-top: 30px;
	}

	.covenant-single-product .product_title {
		margin-top: 0;
		font-size: 22px;
	}

	.covenant-single-product .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}

	.pdp-benefits-bar {
		padding: 28px 0;
	}

	.pdp-benefit-item {
		justify-content: flex-start;
		margin-bottom: 18px;
	}

	.pdp-benefit-item:last-child {
		margin-bottom: 0;
	}

	.covenant-myaccount-nav-col {
		padding-right: 15px;
		margin-bottom: 26px;
	}

	.woocommerce-MyAccount-navigation {
		position: static;
	}

	.woocommerce-MyAccount-content {
		padding: 24px 18px;
	}

	.woocommerce-account .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .u-columns,
	.woocommerce-account .col2-set {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.woocommerce-account .woocommerce-Address {
		padding: 20px;
	}

	.woocommerce-account .woocommerce-form-login,
	.woocommerce-account .woocommerce-form-register,
	.woocommerce-account .woocommerce-ResetPassword {
		padding: 24px 18px;
	}

	.wrp-woocommerce-thankyou .woocommerce-order {
		padding: 28px 18px;
	}

	.wrp-woocommerce-thankyou .woocommerce-thankyou-order-received {
		font-size: 22px;
	}

	.wrp-woocommerce-thankyou .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	.header-shortcut {
		gap: 14px;
	}

	.product-search-overlay {
		padding-top: 70px;
	}

	.product-search-panel {
		padding: 28px 18px;
	}

	.product-search-input-wrap {
		flex-direction: column;
	}

	.product-search-input-wrap button {
		min-height: 48px;
	}
}
