@font-face {
	font-family: 'Cormorant-Bold';
	src: url('../fonts/CormorantGaramond-Bold.ttf');
}
@font-face {
	font-family: 'Cormorant-Regular';
	src: url('../fonts/CormorantGaramond-Regular.ttf');
}
@font-face {
	font-family: 'Cormorant-Light';
	src: url('../fonts/CormorantGaramond-Light.ttf');
}
@font-face {
	font-family: 'Outfit-Bold';
	src: url('../fonts/Outfit-Bold.ttf');
}
@font-face {
	font-family: 'Outfit-Regular';
	src: url('../fonts/Outfit-Regular.ttf');
}
@font-face {
	font-family: 'Outfit-Light';
	src: url('../fonts/Outfit-Light.ttf');
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
	font-weight: 100;
}

p {
    line-height: 24px;
	letter-spacing: 1px;
}

ul,h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
}
ul li{
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
	font-family: 'Outfit-Regular';
}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
	margin: 0;
	font-family: 'Outfit-Regular';
	background-color: #F9F9F9;
}
button {
	font-family: 'Outfit-Regular';
}
img {
	width: 100%;
	height: 100%;
}
.gform_validation_errors {
    display: none;
}
/* header */
.pre-header-bar {
	background-color: #814E31;
	padding: 5px 0;
	text-align: center;
}
.pre-header-bar p {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Outfit-Light';
	font-size: 15px;
}
header {
	width: 100%;
	z-index: 999;
	background-color: #fff;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.header-wrapper {
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.main-logo {
	width: 170px;
}
.menu-pages {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.header-right-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 170px;
	justify-content: flex-end;
}
/* Mega Menu */
.mega-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mega-menu-item {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.mega-menu-item > a {
	font-family: 'Outfit-Regular';
	color: #814E31;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	height: 100%;
}
.mega-menu-item > a:hover {
	color: #2A1F19;
}
.mega-menu-dropdown {
	display: none;
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	width: 100vw;
	background-color: #fff;
	padding: 30px 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.mega-menu-item:hover .mega-menu-dropdown {
	display: block;
}
.mega-menu-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
.mega-menu-links {
	width: 60%;
}
.mega-menu-links h3 {
	color: #2A1F19;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 900;
}
.mega-menu-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(3, auto);
	column-gap: 40px;
	row-gap: 8px;
	grid-auto-flow: column;
}
.mega-menu-links li {
	padding: 0;
	margin: 0;
}
.mega-menu-item:not(:nth-child(3)) .mega-menu-links li:nth-child(1) {
	display: none;
}
.mega-menu-item:not(:nth-child(3)) .mega-menu-links li:nth-child(2),
.mega-menu-item:not(:nth-child(3)) .mega-menu-links li:nth-child(5) {
	border-top: 1px solid rgba(78, 54, 41, 0.3);
	padding-top: 15px;
}
.mega-menu-item:nth-child(3) .mega-menu-links li:nth-child(1),
.mega-menu-item:nth-child(3) .mega-menu-links li:nth-child(4) {
	border-top: 1px solid rgba(78, 54, 41, 0.3);
	padding-top: 15px;
}
.mega-menu-links a {
	color: #2A1F19;
	text-decoration: none;
	font-size: 15px;
	padding: 8px 0;
	display: block;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
}
.mega-menu-links a:hover {
	color: #c3b7ab;
	padding-left: 10px;
}
.mega-menu-image {
	width: 30%;
}
.mega-menu-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
/* search */
.search-form {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
}
.search-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}
.search-content {
    position: absolute;
    width: 100%;
    padding: 80px 0;
    background-color: #814E31;
    z-index: 10000;
    top: 90px;
}
.search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
.search-close span {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    line-height: 1;
}
.search-icon {
    cursor: pointer;
}
.search-icon i {
    font-size: 18px;
    color: #2A1F19;
    font-weight: 500;
    transition: color 0.3s ease;
}
.search-icon:hover i {
    color: #814E31;
}
/* Mini Cart Icon */
.mini-cart-icon {
    position: relative;
    cursor: pointer;
}
.mini-cart-icon > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A1F19;
    transition: color 0.3s ease;
}
.mini-cart-icon:hover > span {
    color: #814E31;
}
.mini-cart-icon i {
    font-size: 20px;
    font-weight: 500;
}
.mini-cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #CC7A33;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit-Regular';
}

/* Mini Cart Sidebar */
.mini-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mini-cart-sidebar.active {
    opacity: 1;
    pointer-events: all;
}
.mini-cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.mini-cart-content {
    position: absolute;
    top: 0;
    right: -450px;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background-color: #F7F4F1;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    overflow: hidden;
    z-index: 99;
}
.mini-cart-sidebar.active .mini-cart-content {
    right: 0;
}
.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #EFE9E4;
    background-color: #F7F4F1;
}
.mini-cart-header h3 {
    color: #2A1F19;
    font-size: 22px;
    margin: 0;
    letter-spacing: 1px;
}
.mini-cart-close {
    font-size: 35px;
    color: #2A1F19;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
    font-weight: 100;
}
.mini-cart-close:hover {
    color: #814E31;
}
.mini-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: #F7F4F1;
}
.mini-cart-body .woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}
.mini-cart-body .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: #857066;
    font-size: 16px;
    padding: 40px 30px;
}
.wc-block-cart__empty-cart__title {
    font-size: 30px !important;
    color: #85746A;
    margin-bottom: 30px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: transparent !important;
    content: "\f07a" !important;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300 !important;
    font-size: 80px !important;
    color: #85746A !important;
    display: block !important;
    height: auto !important;
    margin: 0 auto 30px !important;
    mask-image: none !important;
    mask-position: unset !important;
    mask-repeat: unset !important;
    mask-size: unset !important;
    width: auto !important;
}
a.continue-buying {
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: #814E31;
    color: #fff;
    margin-bottom: 50px;
    padding: 10px 50px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}
.mini-cart-body .woocommerce-mini-cart-item {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    grid-template-rows: auto auto;
    gap: 15px;
    padding: 25px 20px !important;
    border-bottom: 1px solid #E5DDD5;
    background-color: #F7F4F1;
    position: relative;
}
.mini-cart-item-image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    background-color: #F9F9F9;
    grid-row: 1 / 3;
    grid-column: 1;
}
.mini-cart-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    max-width: none !important;
}
.mini-cart-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.mini-cart-item-details {
    display: contents;
}
.mini-cart-item-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    grid-column: 2;
    grid-row: 1;
}
.mini-cart-item-info a {
    font-size: 15px;
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
    font-weight: 100 !important;
    color: #2A1F19;
}
.mini-cart-item-name {
    color: #2A1F19;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
    line-height: 1.4;
    font-family: 'Outfit-Regular';
}
.mini-cart-item-name:hover {
    color: #814E31;
}
.mini-cart-item-variation {
    color: #857066;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    font-family: 'Outfit-Light';
}
.woocommerce-mini-cart-item .remove {
    position: absolute !important;
    top: 25px;
    right: 20px;
    color: #857066 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    flex-shrink: 0;
}
.woocommerce-mini-cart-item .remove i {
    font-weight: 300 !important;
}
.woocommerce-mini-cart-item .remove:hover {
    color: #2A1F19 !important;
}
.mini-cart-item-bottom {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
}
.mini-cart-quantity {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #E5DDD5;
    background-color: #F7F4F1;
}
.mini-cart-quantity button {
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #857066;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart-quantity button:hover {
    background-color: #F9F9F9;
    color: #2A1F19;
}
.mini-cart-quantity input {
    width: 32px;
    height: 32px;
    border: none;
    text-align: center !important;
    font-size: 13px;
    color: #2A1F19;
    font-family: 'Outfit-Regular';
    background-color: #F7F4F1;
    line-height: 32px;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    box-sizing: border-box;
}
.mini-cart-quantity input::-webkit-outer-spin-button,
.mini-cart-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.mini-cart-quantity input:focus {
    outline: none;
}
.mini-cart-item-price {
    color: #2A1F19;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    grid-column: 3;
    grid-row: 2;
    text-align: right;
    padding-right: 25px;
    align-self: center;
}
.woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background-color: #F7F4F1;
    border-top: 1px solid #E5DDD5;
}
.woocommerce-mini-cart__total strong {
    color: #2A1F19;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Outfit-Regular';
    font-weight: 400;
}
.woocommerce-mini-cart__total .subtotal-amount {
    color: #2A1F19;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-mini-cart__shipping-notice {
    padding: 15px 30px;
    margin: 0;
    font-size: 11px;
    color: #857066;
    text-align: left;
    background-color: #fff;
    font-family: 'Outfit-Light';
    border-bottom: 1px solid #E5DDD5;
}
.woocommerce-mini-cart__buttons {
    padding: 25px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #F7F4F1;
}
.woocommerce-mini-cart__buttons a,
.woocommerce-mini-cart__buttons .button {
    display: block !important;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-family: 'Outfit-Regular';
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-weight: 400 !important;
    width: 100%;
    box-sizing: border-box;
    line-height: unset !important;
    border-radius: unset !important;
}
.woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
    background-color: transparent;
    color: #2A1F19;
    border: 1px solid #2A1F19;
    order: 1;
}
.woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover,
.woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
    background-color: #2A1F19;
    color: #fff;
}
.woocommerce-mini-cart__buttons a.checkout,
.woocommerce-mini-cart__buttons .button.checkout {
    background-color: #814E31;
    border: 1px solid #814E31;
    color: #fff;
    order: 2;
}
.woocommerce-mini-cart__buttons a.checkout:hover,
.woocommerce-mini-cart__buttons .button.checkout:hover {
    background-color: #CC7A33;
    border-color: #CC7A33;
}
.search-form input {
    width: 100%;
	font-family: 'Outfit-Light';
	letter-spacing: 1.2px;
    padding: 10px 15px 10px 45px;
    font-size: 18px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
}
.search-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.search-form input:focus-visible {
    outline: none !important;
}
.search-form input:focus {
    border-bottom-color: rgba(255, 255, 255, 0.6);
}
.search-form input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.search-form form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.search-form form::before {
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    pointer-events: none;
}
#searchsubmit {
    display: none !important;
}
.main.search-results {
    padding: 50px 0;
}
.main.search-results .search-title h1 {
	padding-bottom: 20px;
	color: #2A1F19;
	font-family: 'Cormorant-SemiBold';
}
.content-wrap.search-results .items .search-box h2 {
    color: #2A1F19;
    font-family: 'Outfit-Light';
    text-align: center;
}
.content-wrap.search-results .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-top: 50px;
}
.content-wrap.search-results .items .search-box img {
    width: 350px;
    height: 280px;
    object-fit: cover;
}
.content-wrap.search-results .items .search-box {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 10px;
    text-align: center;
}
.content-wrap.search-results .items .search-box span {
    padding-top: 10px;
    text-decoration: underline;
    display: block;
}
/* end header */

/* home */
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.banner-slider {
	position: relative;
	width: 100%;
}
.banner-image {
	position: relative;
	width: 100%;
	height: 80vh;
}
.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.7);
}
.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 100%;
	max-width: 900px;
}
.banner-text p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'Outfit-Light';
	margin: 0;
}
.banner-text h6 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Outfit-Regular';
}
.banner-text h1 {
	font-size: 72px;
	line-height: 1.3;
	margin: 0;
	letter-spacing: 1px;
}
.home .banner-text h1 {
    font-size: 90px;
    line-height: 1.3 !important;
}
.banner-text a.button {
	display: inline-block;
	padding: 12px 35px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-family: 'Outfit-Light';
	transition: all 0.3s ease;
	margin-top: 5px;
}
.banner-text a.button:hover {
	background-color: #fff;
	color: #2A1F19;
}
.banner-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 40px);
	left: 20px;
	display: flex;
	justify-content: space-between;
	z-index: 3;
}
.banner-slider .owl-nav button.owl-prev,
.banner-slider .owl-nav button.owl-next {
	background: transparent !important;
	color: #fff !important;
	font-size: 40px !important;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 0;
}
.banner-slider .owl-nav button.owl-prev:hover,
.banner-slider .owl-nav button.owl-next:hover {
	opacity: 0.7;
}
.banner-slider .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	gap: 8px;
}
.banner-slider .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6) !important;
	transition: width 0.3s ease;
}
.banner-slider .owl-dots .owl-dot.active span {
	width: 50px;
	border-radius: 10px;
	background-color: #fff !important;
}

/* infinity bar */
.infinity-bar-holder {
	background-color: #814E31;
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
}
.infinity-bar-wrapper {
	display: flex;
	width: 100%;
}
.infinity-bar-track {
	display: flex;
	animation: scroll 30s linear infinite;
	white-space: nowrap;
}
.infinity-bar-item {
	display: flex;
	align-items: center;
	padding: 0 40px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Outfit-Light';
}
.infinity-bar-item::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-right: 15px;
	flex-shrink: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.infinity-bar-item:nth-child(1)::before {
	content: '\f043';
}
.infinity-bar-item:nth-child(2)::before {
	content: '\f004';
}
.infinity-bar-item:nth-child(3)::before {
	content: '\f762';
}
.infinity-bar-item:nth-child(4)::before {
	content: '\f132';
}
.infinity-bar-item:nth-child(5)::before {
	content: '\f185';
}
.infinity-bar-item:nth-child(6)::before {
	content: '\f06c';
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.four-blocks-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
	padding: 50px 0 0 0;
}
.four-blocks {
	position: relative;
	overflow: hidden;
}
.four-blocks a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.four-blocks img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	filter: brightness(0.7);
	transition: all 0.5s ease;
	display: block;
}
.four-blocks a:hover img {
	transform: scale(1.08);
}
.four-blocks-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	z-index: 2;
}
.four-blocks-content p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Outfit-Light';
	margin: 0;
}
.four-blocks-content h3 {
	font-size: 28px;
	margin: 0;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
}
.four-blocks-content h3::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.four-blocks a:hover .four-blocks-content h3::after {
	width: 50px;
}

/* Bestseller Section */
.bestseller-section {
	padding: 80px 0;
}
.bestseller-section .container {
	position: relative;
}
.bestseller-text {
	margin-bottom: 15px;
}
.bestseller-text h5 {
	color: #CC7A33;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Outfit-Light';
	margin: 0 0 10px 0;
}
.bestseller-text h3 {
	color: #2A1F19;
	font-size: 48px;
}
.bestseller-slider.owl-carousel .owl-nav {
	position: absolute;
	top: -80px;
	right: 0;
	display: flex;
	gap: 10px;
}
.bestseller-slider.owl-carousel .owl-nav button.owl-prev,
.bestseller-slider.owl-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
    border-radius: 50%;
	background-color: transparent !important;
	border: 1px solid #E2D9D1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	color: #2A1F19;
}
.bestseller-slider.owl-carousel .owl-nav button.owl-prev:hover,
.bestseller-slider.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #2A1F19 !important;
	color: #fff;
}
.bestseller-slider.owl-carousel .owl-nav button span {
	font-size: 16px;
	line-height: 1;
}
.bestseller-slider .owl-stage-outer {
    padding-bottom: 20px;
}

/* Hide view cart notice after adding to cart */
.woocommerce-message,
.woocommerce-info,
a.added_to_cart {
	display: none !important;
}

/* Force consistent mini-cart styling on all pages including single product */
body.single-product .mini-cart-body,
body.single-product .mini-cart-header,
body.single-product .mini-cart-content {
	background-color: #F7F4F1 !important;
}
body.single-product .mini-cart-body .woocommerce-mini-cart-item {
	padding: 25px 20px !important;
	background-color: #F7F4F1 !important;
	border-bottom: 1px solid #E5DDD5 !important;
}
/* Remove WooCommerce default ::before and ::after on mini-cart items */
.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-mini-cart-item::before,
.woocommerce-mini-cart-item::after {
	content: none !important;
	display: none !important;
}
body.single-product .mini-cart-item-info a {
	font-size: 15px !important;
	font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif' !important;
	font-weight: 100 !important;
	color: #2A1F19 !important;
	text-decoration: none !important;
}
body.single-product .mini-cart-item-info a:hover {
	color: #814E31 !important;
}
body.single-product .woocommerce-mini-cart__total {
	background-color: #F7F4F1 !important;
	border-top: 1px solid #E5DDD5 !important;
	padding: 25px 30px !important;
}
body.single-product .woocommerce-mini-cart__buttons {
	background-color: #F7F4F1 !important;
	padding: 25px 30px 30px 30px !important;
}
body.single-product .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
body.single-product .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	background-color: transparent !important;
	color: #2A1F19 !important;
	border: 1px solid #2A1F19 !important;
	text-decoration: none !important;
}
body.single-product .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover,
body.single-product .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
	background-color: #2A1F19 !important;
	color: #fff !important;
}
body.single-product .woocommerce-mini-cart__buttons a.checkout,
body.single-product .woocommerce-mini-cart__buttons .button.checkout {
	background-color: #814E31 !important;
	border: 1px solid #814E31 !important;
	color: #fff !important;
	text-decoration: none !important;
}
body.single-product .woocommerce-mini-cart__buttons a.checkout:hover,
body.single-product .woocommerce-mini-cart__buttons .button.checkout:hover {
	background-color: #CC7A33 !important;
	border-color: #CC7A33 !important;
}

.chicc-promise-holder {
	background-color: #EFE9E4;
	padding: 80px 0;
}
.chicc-promise-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}
.chicc-promise-top-text {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.chicc-promise-top-text h4 {
	color: #CC7A33;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Outfit-Light';
	margin: 0;
}
.chicc-promise-top-text h3 {
	color: #2A1F19;
	font-size: 48px;
	line-height: 1.2;
	margin: 0;
}
.chicc-promise-top-text p {
	color: #857066;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
.chicc-promise-top-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.chicc-promise-top-text ul li {
	color: #000;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	font-family: 'Outfit-Light';
	line-height: 1.6;
}
.chicc-promise-top-text ul li::before {
	content: '\f058';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;
	color: #CC7A33;
	font-size: 16px;
}
.chicc-promise-top-image {
	width: 50%;
	position: relative;
}
.chicc-promise-top-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.chicc-promise-top-image p {
	position: absolute;
	left: -15px;
	bottom: -10px;
	width: 100px;
	height: 100px;
	background-color: #CC7A33;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chicc-promise-bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.chicc-promise-block {
	background-color: #fff;
	padding: 30px;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.chicc-promise-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.chicc-promise-block::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: #EFE9E4;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #2A1F19;
	transition: all 0.3s ease;
}
.chicc-promise-block:hover::before {
	background-color: #2A1F19;
	color: #fff;
}
.chicc-promise-block:nth-child(1)::before {
	content: '\f801';
}
.chicc-promise-block:nth-child(2)::before {
	content: '\f4cb';
}
.chicc-promise-block:nth-child(3)::before {
	content: '\f017';
}
.chicc-promise-block:nth-child(4)::before {
	content: '\f043';
}
.chicc-promise-block h3 {
	color: #2A1F19;
	font-size: 18px;
	letter-spacing: 0.8px;
}
.chicc-promise-block p {
	color: #2A1F19;
	font-size: 15px;
}

/* Instagram Section */
.chicc-instagram-holder {
	padding: 60px 0;
	background-color: #fff;
}
.chicc-instagram-text {
	text-align: center;
	margin-bottom: 50px;
}
.chicc-instagram-text a {
	color: #CC7A33;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: 'Outfit-Light';
	display: block;
    width: fit-content;
    margin: 0 auto;
	position: relative;
	padding-left: 25px;
}
.chicc-instagram-text a::before {
	content: '\f16d';
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}
.chicc-instagram-text h3 {
	color: #2A1F19;
	font-size: 48px;
	margin: 0;
}
.chicc-instagram-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	width: 95%;
	margin: 0 auto;
}
.chicc-instagram-block {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.chicc-instagram-block a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.chicc-instagram-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}
.instagram-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(42, 31, 25, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.4s ease;
}
.instagram-overlay i {
	color: #fff;
	font-size: 40px;
	transform: scale(0.8);
	transition: all 0.4s ease;
}
.chicc-instagram-block:hover .instagram-overlay {
	opacity: 1;
}
.chicc-instagram-block:hover .instagram-overlay i {
	transform: scale(1);
}

/* o nama */
.banner-about {
	position: relative;
	width: 100%;
}
.banner-about .banner-image {
	height: 60vh;
}
.banner-about .desktop-image {
	display: block;
	width: 100%;
	height: 100%;
}
.banner-about .mobile-image {
	display: none;
}
.about-content-holder {
	padding: 80px 0;
}
.about-content-holder h4 {
	color: #2A1F19;
	font-size: 36px;
	text-align: center;
	line-height: 1.1;
	max-width: 900px;
	margin: 0 auto 100px auto;
}
.about-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.about-content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.about-content-image {
	width: 50%;
}
.about-content-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.about-content-text {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-content-text h5 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #857066;
	font-family: 'Outfit-Light';
	margin: 0 0 15px 0;
}
.about-content-text h3 {
	color: #2A1F19;
	font-size: 48px;
	margin: 0 0 20px 0;
	position: relative;
	padding-bottom: 20px;
}
.about-content-text h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #CC7A33;
}
.about-content-text p {
	color: #857066;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	padding-top: 20px;
}
.about-content-block:nth-child(even) {
	flex-direction: row-reverse;
}
.about-value-holder {
	background-color: #EFE9E4;
	padding: 80px 0;
}
.about-value-holder h5 {
	color: #CC7A33;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Outfit-Light';
	margin: 0;
	text-align: center;
	font-weight: 300;
    margin-bottom: 10px;
}
.about-value-holder h3 {
	color: #2A1F19;
	font-size: 48px;
	margin: 0 0 60px 0;
	text-align: center;
	letter-spacing: 1px;
}
.about-value-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.about-value-block {
	background-color: #fff;
	padding: 40px 30px;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	gap: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.about-value-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.about-value-block::before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 10px auto;
	background-color: #EFE9E4;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 28px;
	color: #CC7A33;
	transition: all 0.3s ease;
}
.about-value-block:hover::before {
	background-color: #CC7A33;
	color: #fff;
}
.about-value-block:nth-child(1)::before {
	content: '\f132';
}
.about-value-block:nth-child(2)::before {
	content: '\f890';
}
.about-value-block:nth-child(3)::before {
	content: '\f559';
}
.about-value-block:nth-child(4)::before {
	content: '\f004';
}
.about-value-block h4 {
	color: #2A1F19;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0;
	line-height: 1.3;
}
.about-value-block p {
	color: #857066;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}
.about-ready-wrapper {
	background-color: #F9F9F9;
	padding: 80px 0;
	text-align: center;
}
.about-ready-wrapper h3 {
	color: #2A1F19;
	font-size: 48px;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}
.about-ready-wrapper p {
	color: #857066;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 40px 0;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.about-ready-links {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}
.about-ready-links a.button {
	display: inline-block;
	padding: 15px 40px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Outfit-Regular';
	transition: all 0.3s ease;
	text-decoration: none;
}
.about-ready-links a.button:first-child {
	background-color: #814E31;
	color: #fff;
	border: 2px solid #814E31;
}
.about-ready-links a.button:first-child:hover {
	background-color: #6B3D25;
	border-color: #6B3D25;
}
.about-ready-links a.button:last-child {
	background-color: transparent;
	color: #814E31;
	border: 2px solid #814E31;
}
.about-ready-links a.button:last-child:hover {
	background-color: rgba(129, 78, 49, 0.1);
}

/* Category */
.banner-category {
	position: relative;
	width: 100%;
}
.banner-category .banner-image {
	height: 40vh;
}
.banner-category .banner-image img {
	filter: brightness(0.6);
}
.banner-category .desktop-image {
	display: block;
	width: 100%;
	height: 100%;
}
.banner-category .mobile-image,
.product-add-to-cart .stock {
	display: none;
}
.banner-category .banner-text h1 {
	font-size: 60px;
}
.banner-category .banner-text p {
	letter-spacing: unset;
	font-size: 16px;
	text-transform: unset;
}
.woocommerce-products-wrapper {
	padding-bottom: 50px;
	background-color: #F7F4F1;
}
.woocommerce-products-wrapper .search-results-header {
	padding: 50px 0 30px 0;
	text-align: center;
}
.woocommerce-products-wrapper .search-results-header h1 {
	color: #2A1F19;
	font-size: 44px;
	margin: 0;
	letter-spacing: 1px;
}
.woocommerce-products-wrapper .search-no-results {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.woocommerce-products-wrapper .search-no-results p {
	color: #857066;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.6;
}
.woocommerce-products-wrapper .search-no-results .search-form {
	max-width: 500px;
	margin: 0 auto;
}
.woocommerce-products-wrapper .search-no-results .search-form form {
	max-width: 100%;
	display: flex;
	gap: 10px;
}
.breadcrumb-wrapper {
	padding: 50px 0;
	font-size: 14px;
	color: #857066;
	font-family: 'Outfit-Light';
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.breadcrumb-wrapper a {
	color: #2A1F19;
	text-decoration: none;
	transition: color 0.3s ease;
}
.breadcrumb-wrapper a:hover {
	color: #814E31;
}
.breadcrumb-wrapper > span:last-child {
	color: #857066;
}
.breadcrumb-wrapper span span {
	margin: 0 5px;
	color: #857066;
}
.woocommerce-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
    border-bottom: 1px solid #E5DDD5;
	margin-bottom: 40px;
}
.woocommerce-result-count {
	font-size: 14px;
	color: #2A1F19;
	font-family: 'Outfit-Light';
}
.woocommerce-ordering select {
	padding: 10px 35px 10px 15px;
	border: 1px solid #EFE9E4;
	background-color: #fff;
	font-size: 14px;
	color: #2A1F19;
	font-family: 'Outfit-Light';
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232A1F19' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
.woocommerce-ordering select:focus {
	outline: none;
	border-color: #814E31;
}
.woocommerce-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.product-item {
	position: relative;
	background-color: #fff;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.product-item:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.product-image-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.product-image {
	position: relative;
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	display: block;
}
.product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.5s ease;
}
.product-item:hover .product-image img {
	transform: scale(1.05);
}

.add-to-cart-btn {
	position: absolute;
	bottom: -70px;
	left: 0;
	width: 100%;
	padding: 18px 20px;
	background-color: #2A1F19;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
    box-sizing: border-box;
	font-family: 'Outfit-Regular';
	text-decoration: none;
	transition: bottom 0.4s ease;
	border: none;
	cursor: pointer;
	z-index: 3;
}
.product-item:hover .add-to-cart-btn {
	bottom: 0;
}
.add-to-cart-btn:hover {
	background-color: #814E31;
}
.product-item:hover .product-title a {
    color: #814E31;
}
.add-to-cart-btn i {
	margin-right: 8px;
}
.product-info {
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
}
.product-title a {
	color: #2A1F19;
	text-decoration: none;
	transition: color 0.3s ease;
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
    font-weight: 900;
}
.product-excerpt {
	color: #857066;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	font-family: 'Outfit-Light';
    height: 40px;
}
.product-title {
    height: 47px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-excerpt {
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-price {
	font-size: 16px;
	color: #2A1F19;
	font-weight: 600;
	margin-top: auto;
	display: flex;
	flex-direction: row-reverse;
    justify-content: start;
	align-items: center;
	gap: 10px;
}
.product-price ins {
	color: #2A1F19;
	font-weight: 600;
	text-decoration: none;
}
.product-price del {
	font-size: 14px;
	color: #857066;
	font-weight: 400;
}
.single-product .product-price del {
    font-size: 20px;
}
.product-price .screen-reader-text {
	display: none;
}
.woocommerce img, .woocommerce-page img {
	width: 100%;
	height: 100% !important;
}
.woocommerce span.onsale {
    display: none;
}
/* CART PAGE STYLES */
.woocommerce-cart .container h1 {
    padding: 50px 0;
    font-size: 44px;
    color: #2A1F19
}
.wc-block-cart-items__header-image {
    text-align: left;
}
.wc-block-cart-item__image {
    vertical-align: middle !important;
    padding-left: 0 !important;
}
.wc-block-cart-item__image a {
    width: 120px;
    height: 120px;
    display: block;
}
.wc-block-cart-item__product,
.wc-block-cart-item__total {
    padding: 20px 0 20px 20px !important;
}
.wc-block-cart-item__quantity {
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px;
}
.wc-block-components-product-name,
.wc-block-cart-item__prices,
.wc-block-components-product-metadata {
    margin-bottom: 7px !important;
}
.wc-block-components-product-name {
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
    font-weight: 900;
    color: #2A1F19;
    font-size: 18px !important;
    line-height: 26px !important;
}
.wc-block-cart-item__prices .price {
    font-family: 'Outfit-Light';
    color: #2A1F19;
}
.wc-block-components-product-metadata__description p {
    font-family: 'Outfit-Regular';
    letter-spacing: 0.5px;
    color: #814E31;
    font-size: 14px;
}
.wc-block-components-quantity-selector {
    margin-bottom: 0 !important;
    height: 35px;
    border: 1px solid #E2D9D1 !important;
}
.wc-block-components-quantity-selector input {
    border-left: 1px solid #E2D9D1 !important;
    border-right: 1px solid #E2D9D1 !important;
}
.wc-block-components-quantity-selector__button {
    transition: all 0.3s ease !important;
}
.wc-block-components-quantity-selector__button:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #5a3a26 !important;
}
.wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector__button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.wc-block-components-formatted-money-amount,
.wc-block-cart-items__header-total,
.wc-block-cart-items__header-image {
    font-size: 16px;
}
.wc-block-components-sidebar {
    padding: 30px !important;
    background-color: #F1EBE6 !important;
    box-sizing: border-box;
}
.wp-block-woocommerce-cart-order-summary-block h2 {
    font-size: 24px !important;
    color: #2A1F19 !important;
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif' !important;
    font-weight: 100 !important;
    text-transform: capitalize !important;
    padding: 10px 10px 10px 0 !important;
}
.wc-block-cart__submit-container a.wc-block-cart__submit-button {
    display: block;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Outfit-Regular';
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    background-color: #814E31;
    border: 1px solid #814E31;
    color: #fff;
}
.wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
    background-color: #CC7A33;
    border: 1px solid #CC7A33;
}
.wc-block-components-sidebar a.wc-continue-shopping {
    display: block;
    padding: 10px 20px !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Outfit-Regular';
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    color: #2A1F19;
    border: 1px solid #2A1F19;
}
.wc-block-components-sidebar a.wc-continue-shopping:hover {
    background-color: #2A1F19;
    color: #fff;
}
.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-family: 'Outfit-Regular' !important;
    color: #814E31 !important;
    font-size: 14px !important;
}

/* CHECKOUT PAGE STYLES */
#wc-guest-checkout-notice {
    display: none;
}
.woocommerce-checkout .container h1 {
    padding: 50px 0;
    font-size: 40px;
    color: #2A1F19;
}
/* Hide product images on checkout */
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
    display: none !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
    padding-left: 0 !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 15px !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item:last-child {
    border-bottom: none !important;
}
body.woocommerce-checkout .wc-block-components-product-name {
    font-size: 16px !important;
    font-weight: 500 !important;
}
body.woocommerce-checkout .wc-block-components-product-metadata {
    font-size: 14px !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
    font-size: 15px !important;
}
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value {
    font-size: 17px !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h2 {
    font-size: 28px !important;
}
body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title {
    font-size: 28px !important;
}
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-checkout-form label {
    font-size: 15px !important;
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox input,
body.woocommerce-checkout .wc-block-checkout-form input,
body.woocommerce-checkout .wc-block-checkout-form select {
    font-size: 15px !important;
}
body.woocommerce-checkout .wc-block-components-main span,
body.woocommerce-checkout .wc-block-components-main .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-main .wc-block-components-radio-control__secondary-label,
body.woocommerce-checkout .wc-block-components-main .wc-block-components-checkbox__label,
body.woocommerce-checkout .wc-block-components-main address,
body.woocommerce-checkout .wc-block-components-address-card__address-section,
body.woocommerce-checkout .wc-block-components-address-card__edit,
body.woocommerce-checkout .wc-block-components-main .wc-block-components-payment-method-label,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
body.woocommerce-checkout .wc-block-components-main .wc-blocks-components-select__label {
    font-size: 16px !important;
}
body.woocommerce-checkout .wc-block-components-payment-method-label::before {
    content: "\f555";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 15px;
    font-size: 18px;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
    font-size: 16px;
}
.wc-block-checkout__main {
    padding-right: 40px;
}
.wc-block-components-checkout-step__title,
.wc-block-components-title {
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif' !important;
    font-weight: 100 !important;
    color: #2A1F19 !important;
    font-size: 24px !important;
}
.wc-block-components-text-input label,
.wc-block-components-combobox label,
.wc-block-checkout-form label {
    font-family: 'Outfit-Regular';
    color: #2A1F19;
    font-size: 14px;
}
.wc-block-components-text-input input,
.wc-block-components-combobox input,
.wc-block-components-combobox .components-form-token-field__input-container,
.wc-block-checkout-form input,
.wc-block-checkout-form select,
.wc-block-checkout-form textarea {
    border: 1px solid #E2D9D1 !important;
    font-family: 'Outfit-Light';
    color: #2A1F19;
}
.wc-block-components-text-input input:focus,
.wc-block-components-combobox input:focus,
.wc-block-checkout-form input:focus,
.wc-block-checkout-form select:focus,
.wc-block-checkout-form textarea:focus {
    border-color: #814E31 !important;
    outline: none !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
    font-family: 'Outfit-Regular';
    color: #2A1F19;
    font-size: 16px;
}
.wc-block-components-panel__button {
    font-size: 16px;
}
.wc-block-components-order-summary-item__quantity {
    font-family: 'Outfit-Light';
    color: #857066;
}
.wc-block-checkout__actions button,
.wc-block-components-checkout-place-order-button {
    background-color: #814E31 !important;
    border: 1px solid #814E31 !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    font-family: 'Outfit-Regular' !important;
    text-transform: uppercase !important;
    padding: 15px 30px !important;
    transition: all 0.3s ease !important;
}
.wc-block-checkout__actions button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #CC7A33 !important;
    border-color: #CC7A33 !important;
}
.wp-block-woocommerce-checkout-order-summary-block h2 {
    font-size: 24px !important;
    color: #2A1F19 !important;
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif' !important;
    font-weight: 100 !important;
    text-transform: capitalize !important;
}
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 150px !important;
    height: auto !important;
    flex-shrink: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image img {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    box-sizing: border-box;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-left: 20px !important;
}
.wc-block-components-chip .wc-block-components-chip__remove {
    appearance: none !important;
    border: 0 !important;
    border-radius: 25px !important;
    height: 16px !important;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 16px !important;
}
body.woocommerce-checkout span.wc-block-components-chip__text  {
    font-size: 14px !important;
}
.wc-block-components-chip .wc-block-components-chip__remove {
    background: #F1EBE6 !important;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #2A1F19 !important;
}

/* CHECKOUT EMPTY STATE - MATCH CART EMPTY STATE */
.wc-block-checkout-empty {
    text-align: center;
    padding: 80px 20px !important;
    box-sizing: border-box;
}

.wc-block-checkout-empty__image {
    display: none !important;
}

.wc-block-checkout-empty::before {
    content: "\f07a" !important;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300 !important;
    font-size: 120px !important;
    color: #85746A !important;
    display: block !important;
    margin: 0 auto 30px !important;
}

.wc-block-checkout-empty__title {
    display: block;
    font-size: 24px !important;
    color: #85746A !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif' !important;
}

.wc-block-checkout-empty__description {
    display: none !important;
}

.wc-block-checkout-empty__description + .wp-block-button {
    margin-top: 20px;
}

.wc-block-checkout-empty .wp-block-button__link,
.wc-block-checkout-empty + .wp-block-button .wp-block-button__link {
    background-color: #9B8B7E !important;
    color: white !important;
    padding: 12px 40px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    letter-spacing: 1.5px !important;
    font-family: 'Outfit-Regular' !important;
}
/* ORDER RECEIVED / THANK YOU PAGE STYLES */
.woocommerce-order-received .container h1,
.woocommerce-order .container h1 {
    padding: 50px 0 20px 0;
    font-size: 40px;
    color: #2A1F19;
    text-align: center;
}
.woocommerce-order-received .woocommerce-notice,
.woocommerce-order .woocommerce-notice {
    background-color: #EFE9E4;
    border-left: 4px solid #814E31;
    padding: 20px 30px;
    margin-bottom: 40px;
    font-family: 'Outfit-Regular';
    color: #2A1F19;
    font-size: 16px;
}
.woocommerce-order-received .woocommerce-order,
.woocommerce-order .woocommerce-order {
    background-color: #F7F4F1;
    padding: 0;
}
.woocommerce-order-overview {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #E2D9D1;
}
.wc-block-components-checkout-step__description {
    font-size: 16px !important;
}
.woocommerce-order-overview__order,
.woocommerce-order-overview__date,
.woocommerce-order-overview__email,
.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
    text-align: center;
    flex: 1;
    min-width: 150px;
}
.woocommerce-order-overview li strong {
    display: block;
    font-family: 'Outfit-Regular';
    color: #857066;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.woocommerce-order-overview li {
    font-family: 'Outfit-Light';
    color: #2A1F19;
    font-size: 16px;
}
.woocommerce-order-details,
.woocommerce-customer-details {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #E2D9D1;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
    font-weight: 100;
    color: #2A1F19;
    font-size: 28px;
    margin-bottom: 20px;
}
.woocommerce-table {
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-table th {
    font-family: 'Outfit-Regular';
    color: #2A1F19;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-table td {
    font-family: 'Outfit-Light';
    color: #2A1F19;
    padding: 15px;
}
.woocommerce-table .product-name a {
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
    font-weight: 100;
    color: #2A1F19;
    font-size: 16px;
    text-decoration: none;
}
.woocommerce-table .product-name a:hover {
    color: #814E31;
}
.woocommerce-table tfoot th,
.woocommerce-table tfoot td {
    font-family: 'Outfit-Regular';
    border-top: 1px solid #E2D9D1 !important;
    padding-top: 20px;
}
.woocommerce-customer-details address {
    font-family: 'Outfit-Light';
    color: #2A1F19;
    font-size: 15px;
    line-height: 1.8;
    font-style: normal;
}
.woocommerce-order p {
    padding: 0 0 20px 20px;
}

/* SINGLE PRODUCT PAGE STYLES */
body.single-product .single-product-wrapper {
    padding: 60px 0;
    background-color: #F7F4F1;
}
body.single-product .single-product-layout {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 80px;
}
body.single-product .single-product-gallery {
    position: relative;
}

/* WooCommerce Product Gallery with Slider Plugin */
.wpgs-nav .slick-slide {
    border: none !important;
}
.single-product-info {
    width: 50%;
}
.single-product .woocommerce-product-gallery {
    width: 50%;
    max-width: 600px;
    position: relative;
}
.single-product .woo-product-gallery-slider {
    position: relative;
}
.single-product .woo-product-gallery-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.single-product .wpgs-for .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.single-product .wpgs-for img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.wpgs-lightbox-icon {
    width: 100%;
}
.single-product .woo-product-gallery-slider .product-sticker {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 10;
}
.single-product .wpgs-for .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 10;
    background: #814E31 !important;
    color: #fff;
    border: none !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.single-product .wpgs-for:hover .slick-arrow {
    opacity: 1;
}
.single-product .wpgs-for .slick-arrow:before {
    color: #fff;
    font-size: 14px;
}
.single-product .wpgs-for .flaticon-back {
    left: 20px;
}
.single-product .wpgs-for .flaticon-right-arrow {
    right: 20px;
}
.single-product .wpgs-for .slick-disabled {
    opacity: 0 !important;
    cursor: not-allowed;
}
.flaticon-back:before,
.flaticon-right-arrow:before {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.flaticon-back:before {
    content: "\f053" !important;
}
.flaticon-right-arrow:before {
    content: "\f054" !important;
}
/* Enable dragging/swiping */
.single-product .wpgs-for {
    cursor: grab;
}
.single-product .wpgs-for:active {
    cursor: grabbing;
}
/* Thumbnails styling */
.single-product .wpgs-nav {
    margin-top: 15px;
}
.single-product .wpgs-nav .slick-slide {
    padding: 0 7.5px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    outline: none !important;
}
.single-product .wpgs-nav .slick-slide:hover,
.single-product .wpgs-nav .slick-slide.slick-current {
    opacity: 1;
}
.single-product .wpgs-nav .slick-slide img {
    width: 100%;
    height: auto;
    border: 3px solid transparent !important;
    transition: border-color 0.3s ease;
    outline: none !important;
}
.single-product .wpgs-nav .slick-slide.slick-current img {
    border-color: #2A1F19 !important;
}
.single-product .wpgs-nav .slick-slide:focus {
    outline: none !important;
}
.single-product .wpgs-nav .slick-slide:focus img {
    outline: none !important;
}
.wpgs-lightbox-icon::before {
    display: none !important;
}
.zoomImg {
    display: none !important;
    opacity: 0 !important;
}
.single-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    background-color: #fff;
    padding: 40px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.single-product .summary {
    flex: 1;
    max-width: 600px;
}
body.single-product .product-badge-bestseller {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #CC7A33;
    color: #fff;
    padding: 8px 20px;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: 'Outfit-Regular';
    text-transform: uppercase;
    z-index: 2;
}
body.single-product .product-main-image {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.single-product .product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.single-product .product-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
body.single-product .product-thumbnail {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.single-product .product-thumbnail:hover,
body.single-product .product-thumbnail.active {
    border-color: #814E31;
}
body.single-product .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.single-product .single-product-info h1 {
    color: #2A1F19;
    font-size: 36px;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
body.single-product .product-description {
    color: #857066;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: 'Outfit-Light';
}
body.single-product .product-price {
    font-size: 32px;
    color: #2A1F19;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2D9D1;
    font-family: 'ui-serif, Georgia, Cambria, "Times New Roman", Times, serif';
    font-weight: 100;
}

/* Hide WooCommerce tabs */
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
body.single-product .product-quantity-label {
    margin-bottom: 15px;
}
body.single-product .product-quantity-label label {
    color: #857066;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Outfit-Regular';
    text-transform: uppercase;
}
body.single-product .product-add-to-cart {
    margin-bottom: 20px;
}
body.single-product .product-add-to-cart form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
}
body.single-product .product-add-to-cart .quantity {
    display: flex;
    align-items: center;
    border: 1px solid #E2D9D1;
    background-color: #fff;
}
body.single-product .product-add-to-cart .quantity .qty-btn {
    width: 40px;
    height: 50px;
    border: none;
    background-color: transparent;
    color: #857066;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.single-product .product-add-to-cart .quantity .qty-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #2A1F19;
}
body.single-product .product-add-to-cart .quantity .qty-btn:focus {
    outline: none;
}
body.single-product .product-add-to-cart .quantity input[type="number"] {
    width: 80px;
    height: 50px;
    border: none;
    border-left: 1px solid #E2D9D1;
    border-right: 1px solid #E2D9D1;
    text-align: center;
    font-size: 16px;
    color: #2A1F19;
    font-family: 'Outfit-Regular';
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
body.single-product .product-add-to-cart .quantity input::-webkit-outer-spin-button,
body.single-product .product-add-to-cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.single-product .product-add-to-cart .quantity input:focus {
    outline: none;
}
body.single-product .product-add-to-cart button[type="submit"] {
    flex: 1;
    height: 50px;
    background-color: #2A1F19;
    color: #fff;
    border: none;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Outfit-Regular';
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
body.single-product .product-add-to-cart button[type="submit"]::before {
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 16px;
}
body.single-product .product-add-to-cart button[type="submit"]:hover {
    background-color: #814E31;
}
body.single-product .product-share {
    margin-bottom: 30px;
}
body.single-product .product-share .share-button {
    color: #857066;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Outfit-Light';
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
body.single-product .product-share .share-button:hover {
    color: #814E31;
}
body.single-product .product-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
body.single-product .product-feature {
    background-color: #EFE9E4;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
body.single-product .product-feature i {
    font-size: 28px;
    color: #814E31;
}
body.single-product .product-feature .feature-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
body.single-product .product-feature strong {
    color: #2A1F19;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Outfit-Regular';
}
body.single-product .product-feature span {
    color: #857066;
    font-size: 12px;
    font-family: 'Outfit-Light';
}
body.single-product .product-tabs {
    padding-top: 30px;
}
body.single-product .tab-buttons {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #E2D9D1;
    margin-bottom: 15px;
}
body.single-product .tab-button {
    padding: 15px 30px;
    background-color: transparent;
    border: none;
    color: #857066;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-family: 'Outfit-Regular';
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    position: relative;
    bottom: -1px;
}
body.single-product .tab-button:hover {
    color: #2A1F19;
}
body.single-product .tab-button.active {
    color: #2A1F19;
    border-bottom-color: #814E31;
}
body.single-product .tab-contents {
    position: relative;
}
body.single-product .tab-content {
    display: none;
    color: #857066;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Outfit-Regular';
}
body.single-product .tab-content.active {
    display: block;
}
body.single-product .tab-content p {
    margin-bottom: 15px;
}
body.single-product .tab-content strong {
    color: #2A1F19;
    font-weight: 600;
}
body.single-product .tab-content ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: custom-counter;
}
body.single-product .tab-content ol li {
    counter-increment: custom-counter;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: baseline;
}
body.single-product .tab-content ol li::before {
    content: "0" counter(custom-counter);
    font-family: 'Cormorant-Regular';
    font-size: 22px;
    font-weight: 400;
    color: #CC7A33;
    flex-shrink: 0;
}
body.single-product .tab-content ul {
    padding-left: 30px;
    margin: 15px 0;
}
body.single-product .tab-content ul li {
    margin-bottom: 10px;
    list-style: disc;
}
body.single-product .related-products-section {
    background: #F7F4F1;
}
body.single-product .related-products-section .container {
    padding: 50px 0;
    border-top: 1px solid #E2D9D1;
}
body.single-product .related-products-title {
    color: #2A1F19;
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-align: center;
}
body.single-product .related-products-section .product-price {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Outfit-Regular';
    margin: 0;
    padding: 0;
    border: none;
}
/* spray tan */
.what-is-spray-tan-holder {
	padding: 80px 0;
}
.what-is-spray-tan-wrapper {
	display: flex;
	align-items: center;
	gap: 80px;
}
.what-is-spray-tan-text {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.what-is-spray-tan-text h5 {
	color: #CC7A33;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Outfit-Light';
	margin: 0;
}
.what-is-spray-tan-text h3 {
	color: #2A1F19;
	font-size: 48px;
	line-height: 1.2;
	margin: 0;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.what-is-spray-tan-text h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #CC7A33;
}
.what-is-spray-tan-text p {
	color: #857066;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}
.what-is-spray-tan-text .button {
	display: inline-block;
	padding: 15px 40px;
	background-color: #2A1F19;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: 'Outfit-Regular';
	transition: all 0.3s ease;
	margin-top: 10px;
	align-self: flex-start;
}
.what-is-spray-tan-text .button:hover {
	background-color: #814E31;
}
.what-is-spray-tan-image {
	width: 50%;
}
.what-is-spray-tan-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Spray Tan Page - Value Block Icons */
body.page-template-template-sprej-ten .about-value-block:nth-child(1)::before {
	content: '\f890';
}
body.page-template-template-sprej-ten .about-value-block:nth-child(2)::before {
	content: '\f132';
}
body.page-template-template-sprej-ten .about-value-block:nth-child(3)::before {
	content: '\f75c';
}
body.page-template-template-sprej-ten .about-value-block:nth-child(4)::before {
	content: '\f185';
}

/* Samopotamnjivanje Page - Value Block Icons */
body.page-template-template-samopotamnjivanje .about-value-block:nth-child(1)::before {
	content: '\f53f';
}
body.page-template-template-samopotamnjivanje .about-value-block:nth-child(2)::before {
	content: '\f017';
}
body.page-template-template-samopotamnjivanje .about-value-block:nth-child(3)::before {
	content: '\f004';
}
body.page-template-template-samopotamnjivanje .about-value-block:nth-child(4)::before {
	content: '\f256';
}

/* Individualne Edukacije Page - Value Block Icons */
body.page-template-template-individualne-edukacije .about-value-block:nth-child(1)::before {
	content: '\f007';
}
body.page-template-template-individualne-edukacije .about-value-block:nth-child(2)::before {
	content: '\f017';
}
body.page-template-template-individualne-edukacije .about-value-block:nth-child(3)::before {
	content: '\f559';
}
body.page-template-template-individualne-edukacije .about-value-block:nth-child(4)::before {
	content: '\f140';
}

/* Grupne Edukacije Page - Value Block Icons */
body.page-template-template-grupne-edukacije .about-value-block:nth-child(1)::before {
	content: '\f0c0';
}
body.page-template-template-grupne-edukacije .about-value-block:nth-child(2)::before {
	content: '\f133';
}
body.page-template-template-grupne-edukacije .about-value-block:nth-child(3)::before {
	content: '\f51e';
}
body.page-template-template-grupne-edukacije .about-value-block:nth-child(4)::before {
	content: '\f140';
}

/* Education Program Section */
.education-program-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.education-program-block {
	background-color: #EFE9E4;
    border: 1px solid #E7DFD8;
	padding: 40px 30px;
	position: relative;
	display: flex;
	gap: 20px;
    text-align: left;
}
.education-program-block:hover {
    background-color: #E7DFD8;
    border: 1px solid #CC7A33;
}
.education-program-block::before {
	content: '';
	width: 45px;
	height: 45px;
	min-width: 45px;
	min-height: 45px;
	background-color: rgba(204, 122, 51, 0.1);
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #CC7A33;
	line-height: 45px;
	text-align: center;
}
.education-program-block:nth-child(1)::before {
	content: '\f5dc';
}
.education-program-block:nth-child(2)::before {
	content: '\f890';
}
.education-program-block:nth-child(3)::before {
	content: '\f5bd';
}
.education-program-block:nth-child(4)::before {
	content: '\f53f';
}
.education-program-block:nth-child(5)::before {
	content: '\f675';
}
.education-program-block:nth-child(6)::before {
	content: '\f336';
}
.education-program-block:nth-child(7)::before {
	content: '\f06b';
}

/* Grupne Edukacije Page - Education Program Block Icons */
body.page-template-template-grupne-edukacije .education-program-block:nth-child(7)::before {
	content: '\f132';
}

.education-program-block h4 {
	color: #2A1F19;
	font-size: 18px;
    margin: 5px 0;
}
.education-program-block p {
    color: #857066;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

body.page-template-template-samopotamnjivanje .spray-tan-category-wrapper {
	grid-template-columns: repeat(3, 1fr);
}
body.page-template-template-samopotamnjivanje .spray-tan-category-block {
	height: 450px;
}

.spray-tan-category-holder {
	padding: 80px 0;
	text-align: center;
}
.spray-tan-category-holder h5 {
	color: #CC7A33;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Outfit-Light';
	margin: 0 0 10px 0;
}
.spray-tan-category-holder h3 {
	color: #2A1F19;
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 50px 0;
}
.spray-tan-category-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.spray-tan-category-block {
	position: relative;
	overflow: hidden;
	height: 350px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.spray-tan-category-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
	filter: brightness(0.7);
}
.spray-tan-category-block:hover img {
	transform: scale(1.08);
}
.spray-tan-category-text {
    text-align: left;
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	z-index: 2;
}
.spray-tan-category-text h4 {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.spray-tan-category-text p {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 15px 0;
	font-family: 'Outfit-Light';
}
.spray-tan-category-text .button {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: 'Outfit-Regular';
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.spray-tan-category-text .button::after {
	content: '→';
	font-size: 18px;
	transition: transform 0.3s ease;
}
.spray-tan-category-text .button:hover::after {
	transform: translateX(5px);
}

/* Spray Tan Equipment Section */
.spray-tan-equipment-holder {
	position: relative;
	height: 450px;
	overflow: hidden;
}
.spray-tan-equipment-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: brightness(0.6);
}
.spray-tan-equipment-block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	text-align: center;
	color: #fff;
	z-index: 2;
	display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.spray-tan-equipment-block.wow {
	transform: translate(-50%, -50%) !important;
}
.spray-tan-equipment-block h3 {
	color: #fff;
	font-size: 48px;
	line-height: 1.2;
}
.spray-tan-equipment-block p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Outfit-Light';
}
.spray-tan-equipment-block .button {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: 'Outfit-Regular';
	transition: all 0.3s ease;
	display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 40px;
    background-color: #CC7A33;
}
.spray-tan-equipment-block .button::after {
	content: '→';
	font-size: 18px;
	transition: transform 0.3s ease;
    margin-left: 10px;
}
.spray-tan-equipment-block .button:hover::after {
	transform: translateX(5px);
}

/* FAQ Section */
.faq-holder {
    padding: 80px 0;
    background-color: #fff;
}
.faq-wrapper {
    max-width: 1200px;
}
.faq-section {
    margin-bottom: 60px;
}
.faq-section:last-child {
    margin-bottom: 0;
}
.faq-section-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #2A1F19;
    text-transform: uppercase;
}
.faq-questions {
    display: flex;
    flex-direction: column;
}
.faq-item {
    border-bottom: 1px solid #c0b0a2;
    padding: 20px 0;
}
.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    transition: color 0.3s ease;
}
.faq-question p {
    font-size: 22px;
    font-weight: 400;
    color: #2A1F19;
}
.faq-icon {
    font-size: 30px;
    font-weight: 300;
    color: #2A1F19;
    transition: transform 0.3s ease;
    text-align: center;
}
.faq-answer {
    padding-top: 15px;
}
.faq-answer p {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #814E31;
}
.faq-answer p:last-child {
    margin-bottom: 0;
}
/* Blog Page */
.featured-blog-holder {
    padding: 80px 0;
    background-color: #F9F6F3;
}
.featured-blog-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}
.featured-blog-image {
    width: 50%;
}
.featured-blog-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.featured-blog-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #CC7A33;
    margin-bottom: 20px;
}
.featured-blog-content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2A1F19;
    margin-bottom: 25px;
    line-height: 1.3;
    transition: color 0.3s ease;
}
.featured-blog-content a:hover h2 {
    color: #CC7A33;
}
.featured-blog-excerpt {
    font-size: 15px;
    line-height: 1.8;
    color: #857066;
    margin-bottom: 25px;
}
.featured-blog-meta {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #857066;
    font-size: 14px;
}
.featured-blog-meta i {
    color: #857066;
}
.featured-blog-date {
    font-size: 14px;
    color: #857066;
}
.featured-blog-content .button {
    align-self: flex-start;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.featured-blog-content .button::after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.blog-tabs-wrapper {
    padding: 50px 0 30px;
    border-bottom: 1px solid #E7DFD8;
}
.blog-tabs {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blog-tab {
    padding: 10px 25px;
    background-color: #EFE9E4;
    border: none;
    color: #857066;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.blog-tab:hover {
    background-color: #2A1F19;
    color: #fff;
}
.blog-tab.active {
    background-color: #2A1F19;
    color: #fff;
}
.blog-grid-holder {
    padding: 60px 0 80px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-card {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}
.blog-card-image {
    width: 100%;
    overflow: hidden;
}
.blog-card-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}
.blog-card-content {
    padding: 20px 5px 0 5px;
    box-sizing: border-box;
}
.blog-card-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #CC7A33;
    margin-bottom: 15px;
}
.blog-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2A1F19;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.blog-card:hover h3 {
    color: #814E31;
}
.blog-card-excerpt {
    font-size: 14px;
    line-height: 1.7;
    color: #857066;
    margin-bottom: 15px;
}
.blog-card-meta {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #857066;
}
.blog-card-meta i {
    color: #857066;
}
.blog-card-date {
    font-size: 13px;
    color: #857066;
}
.blog-card.hidden {
    display: none;
}
/* Single Blog Post Styles */
.single-post-wrapper {
    padding: 60px 0;
}
.single-post-wrapper .breadcrumbs {
    font-size: 14px;
    color: #857066;
    font-family: 'Outfit-Light';
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.single-post-wrapper .breadcrumbs a {
    color: #2A1F19;
    text-decoration: none;
    transition: color 0.3s ease;
}
.single-post-wrapper .breadcrumbs a:hover {
    color: #814E31;
}
.single-post-wrapper .breadcrumbs span {
    color: #857066;
}
.single-post-wrapper .post-category {
    font-size: 14px;
    color: #814E31;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.single-post-wrapper h1 {
    font-size: 48px;
    font-weight: 300;
    color: #2A1F19;
    margin-bottom: 20px;
    line-height: 1.3;
}
.single-post-wrapper .post-meta {
    font-size: 14px;
    color: #2A1F19;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.single-post-wrapper .post-meta span {
    display: inline-block;
}
.single-post-wrapper .post-featured-image {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}
.single-post-wrapper .post-featured-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.single-post-wrapper .post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #3A2E2A;
}
.single-post-wrapper .post-content p {
    margin-bottom: 20px;
}
.single-post-wrapper .post-content h2,
.single-post-wrapper .post-content h3,
.single-post-wrapper .post-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2A1F19;
    font-size: 24px;
    font-weight: 900;
}
.single-post-wrapper .post-content ul,
.single-post-wrapper .post-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.single-post-wrapper .post-content li {
    margin-bottom: 10px;
}

/* Single Post Layout with Sidebar */
.single-post-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.single-post-main {
    width: 70%;
}
.single-post-sidebar {
    width: 30%;
    position: sticky;
    top: 110px;
    align-self: flex-start;
}
.sidebar-sticky {
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.sidebar-title {
    font-size: 24px;
    color: #2A1F19;
    margin-bottom: 25px;
}
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.recent-post-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-decoration: none;
    transition: transform 0.3s ease;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5DDD5;
}
.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.recent-post-item:hover {
    transform: translateX(5px);
}
.recent-post-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
}
.recent-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent-post-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.recent-post-date {
    font-size: 12px;
    color: #857066;
    font-family: 'Outfit-Light';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.recent-post-title {
    font-size: 15px;
    line-height: 1.4;
    color: #2A1F19;
    font-weight: 400;
    margin: 0;
    transition: color 0.3s ease;
}
.recent-post-item:hover .recent-post-title {
    color: #814E31;
}

/* Contact Page */
.contact-holder {
    padding: 80px 0;
    background-color: #F7F4F1;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.contact-left h3,
.contact-right h3 {
    font-size: 44px;
    color: #2A1F19;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}
.contact-right h3::after,
.contact-left h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #CC7A33;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 10px 15px !important;
    background-color: #FFFFFF;
    border: 1px solid #E2D9D1;
    border-radius: 0;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 16px;
    color: #2A1F19;
    transition: border-color 0.3s ease;
}
.contact-form textarea {
    height: 150px !important;
    resize: none;
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form textarea::placeholder {
    color: #857066;
    opacity: 1;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #CC7A33;
}
.contact-form button[type="submit"],
.contact-form input[type="submit"] {
    background-color: #814E31;
    color: #FFFFFF;
    border: none;
    padding: 15px 40px;
    margin-top: 20px;
    font-family: 'Outfit-Regular', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: fit-content;
    text-transform: uppercase;
}
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
    background-color: #2A1F19;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper .gfield_required {
    color: #2A1F19 !important;
    font-weight: 100 !important;
}
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-info-block {
    display: flex;
    gap: 20px;
}
.contact-info-block::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: #EFE9E4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #CC7A33;
}
.contact-info-block:nth-child(1)::before {
    content: '\f3c5';
}
.contact-info-block:nth-child(2)::before {
    content: '\f879';
}
.contact-info-block:nth-child(3)::before {
    content: '\f0e0';
}
.contact-info-block:nth-child(4)::before {
    content: '\f017';
}
.contact-info-block h4 {
    font-size: 24px;
    font-weight: 400;
    color: #2A1F19;
    margin: 0 0 10px 0;
}
.contact-info-block p {
    font-size: 16px;
    color: #857066;
    margin: 0;
    line-height: 1.6;
}
.contact-info-block a {
    font-size: 16px;
    color: #857066;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-info-block a:hover {
    color: #CC7A33;
}
.contact-info-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info-block ul li {
    font-size: 16px;
    color: #857066;
    line-height: 1.8;
    display: flex;
    gap: 10px;
}
.contact-map-embed {
    padding-top: 100px;
}
.contact-map-embed iframe {
    width: 100%;
}


/* Newsletter Section */
.newsletter-holder {
	background: #814E31;
	padding: 80px 0;
}
.newsletter-wrapper {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.newsletter-wrapper h2 {
	color: #fff;
	font-size: 48px;
	margin: 0 0 10px 0;
}
.newsletter-wrapper > p {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 40px 0;
	font-family: 'Outfit-Light';
    padding: 0 20px;
}
.newsletter-form {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.newsletter-form form {
	display: flex;
	width: 100%;
	max-width: 650px;
	gap: 10px;
}
.newsletter-form .gform_body {
	flex: 1;
}
.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	font-size: 15px;
	font-family: 'Outfit-Light';
	border-radius: 0;
}
.newsletter-form input[type="email"]::placeholder,
.newsletter-form input[type="text"]::placeholder {
	color: rgba(255,255,255,0.7);
}
.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="text"]:focus {
	outline: none;
	border-color: rgba(255,255,255,0.6);
	background-color: rgba(255,255,255,0.15);
}
.gform_wrapper.gravity-theme .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}
.newsletter-form input[type="submit"],
.newsletter-form button[type="submit"] {
	padding: 0 50px !important;
	background-color: #CC7A33 !important;
	color: #fff !important;
	border: none !important;
	font-size: 13px !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: 'Outfit-Regular';
	cursor: pointer !important;
	transition: all 0.3s ease;
	border-radius: 0 !important;
	height: 50px;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield input.large {
	height: 50px;
	padding: 15px !important;
}
.newsletter-form input[type="submit"]:hover,
.newsletter-form button[type="submit"]:hover {
	background-color: #2A1F19;
}
/* Footer */
footer {
	background-color: #2A1F19;
}
.footer-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
	gap: 40px;
	align-items: start;
	padding: 50px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo {
	width: 170px;
	margin-bottom: 20px;
}
.footer-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.footer-column h3 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 20px 0;
	letter-spacing: 3px;
}
.footer-column h4 {
	color: #D4955B;
	font-size: 13px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.footer-column p {
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	line-height: 1.8;
}
.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-menu li {
	margin-bottom: 15px;
}
.footer-menu a {
	color: rgba(255,255,255,0.7);
	font-size: 15px;
	text-decoration: none;
	transition: color 0.3s ease;
	font-family: 'Outfit-Light';
}
.footer-menu a:hover {
	color: #D4955B;
}
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}
.footer-contact li {
	margin-bottom: 15px;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-contact li i {
	color: rgba(255,255,255,0.7);
	font-size: 16px;
}
.footer-contact a {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	transition: color 0.3s ease;
	font-family: 'Outfit-Light';
}
.footer-contact a:hover {
	color: #D4955B;
}
.footer-social {
	display: flex;
	gap: 15px;
}
.footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0.7);
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.footer-social a:hover {
	color: #D4955B;
}
.footer-social a.tiktok-icon {
	padding-top: 2px;
}
.footer-copy {
	background-color: #2A1F19;
	padding: 25px 0;
	text-align: center;
}
.footer-copy p {
	color: rgba(255,255,255,0.5);
	font-size: 13px;
	margin: 0;
	font-family: 'Outfit-Light';
}

/* Page Content Info */
.page-content-info {
	padding: 50px 0;
}
.page-content-info h3 {
	font-size: 36px;
	color: #2A1F19;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
}
.page-content-info h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background-color: #CC7A33;
}
.page-content-info h4 {
	font-size: 24px;
	color: #2A1F19;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Outfit-Regular';
}
.page-content-info p {
	color: #857066;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.page-content-info ul {
	list-style: none;
	margin: 0 0 30px 0;
    padding-left: 20px;
}
.page-content-info ul li {
	color: #857066;
	font-size: 18px;
	line-height: 1.8;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.page-content-info ul li::before {
	content: '\f054';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 7px;
	color: #CC7A33;
	font-size: 12px;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
}
.mobile-menu .icon-bar {
    width: 100%;
    height: 3px;
    background-color: #2A1F19;
    transition: all 0.3s ease;
}
.mobile-menu .icon-bar:nth-child(2) {
    margin: 5px 0;
}
.mobile-menu.open .top-bar {
    transform: rotate(45deg) translateY(11px);
}
.mobile-menu.open .middle-bar {
    opacity: 0;
}
.mobile-menu.open .bottom-bar {
    transform: rotate(-45deg) translateY(-11px);
}
/* responsive */
@media (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .home .banner-text h1 {
        font-size: 72px;
    }
    .four-blocks-content {
        bottom: 20px;
        left: 20px;
    }
    .four-blocks img {
        height: 350px;
    }
    .four-blocks-content h3 {
        font-size: 24px;
    }
    .bestseller-text h3,
    .chicc-promise-top-text h3,
    .chicc-instagram-text h3,
    .newsletter-wrapper h2,
    .what-is-spray-tan-text h3,
    .about-value-holder h3,
    .spray-tan-category-holder h3,
    .spray-tan-equipment-block h3,
    .about-ready-wrapper h3,
    .about-content-text h3,
    .contact-left h3,
    .contact-right h3,
    .woocommerce-cart .container h1 {
        font-size: 44px;
    }
    .product-title {
        font-size: 17px;
    }
    body.single-product .single-product-wrapper {
        padding-top: 30px;
    }
    body.single-product .single-product-layout {
        gap: 50px;
    }
}
@media (max-width: 1250px) {
    .container {
        max-width: 991px;
    }
    .home .banner-text h1,
    .banner-text h1,
    .banner-category .banner-text h1 {
        font-size: 56px;
    }
    .main-logo {
        width: 150px;
    }
    .header-right-actions {
        width: 100px;
    }
    .four-blocks img {
        height: 300px;
    }
    .four-blocks-content h3 {
        font-size: 20px;
    }
    .four-blocks-content p {
        letter-spacing: 1px;
    }
    .bestseller-text h3,
    .chicc-promise-top-text h3,
    .chicc-instagram-text h3,
    .newsletter-wrapper h2,
    .what-is-spray-tan-text h3,
    .about-value-holder h3,
    .spray-tan-category-holder h3,
    .spray-tan-equipment-block h3,
    .about-ready-wrapper h3,
    .about-content-text h3,
    .contact-left h3,
    .contact-right h3,
    .single-post-wrapper h1,
    .woocommerce-products-wrapper .search-results-header h1,
    .woocommerce-cart .container h1,
    .woocommerce-checkout .container h1 {
        font-size: 38px;
    }
    .bestseller-section {
        padding-bottom: 50px;
    }
    .what-is-spray-tan-text h3,
    .faq-section-title {
        margin-bottom: 10px;
    }
    .faq-section-title {
        font-size: 26px;
    }
    .faq-question p {
        font-size: 20px;
    }
    .featured-blog-content h2 {
        font-size: 30px;
    }
    .blog-card h3 {
        font-size: 18px;
    }
    .woocommerce-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    body.single-product .single-product-info h1,
    body.single-product .product-price {
        font-size: 28px;
    }
    body.single-product .product-feature {
        padding: 15px;
    }
    body.single-product .product-feature strong {
        font-size: 12px;
    }
    body.single-product .tab-content ol li {
        margin-bottom: 0;
    }
}
@media (min-width: 1025px) {
    body.overflow-hidden::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
}
@media (max-width: 1024px) {
    body.overflow-hidden::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 997;
    }
    .container {
        max-width: 95%;
    }
    .mega-menu-item:not(:nth-child(3)) .mega-menu-links li:nth-child(1) {
        display: block;
    }
    /* Mobile Header Layout */
    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .mobile-menu {
        display: flex;
        order: 1;
    }
    .main-logo {
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-right-actions {
        order: 3;
        width: auto;
        margin-left: auto;
    }
    .mobile-menu-overlay {
        order: 4;
    }
    /* Mobile Menu Styles */
    .menu-main {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: calc(100vh - 90px);
        background-color: #f7f4f1;
        display: flex;
        flex-direction: column;
        padding: 0;
        overflow-y: auto;
        z-index: 998;
        -webkit-overflow-scrolling: touch;
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
        pointer-events: none;
    }
    .menu-main.active-mob {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }
    .menu-main.closing {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }
    .mega-menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .mega-menu-item {
        width: 100%;
        display: block;
        border-bottom: 1px solid #E2D9D1;
        height: auto;
    }
    .mega-menu-item > a {
        padding: 18px 30px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        letter-spacing: 2px;
        color: #857066;
        text-transform: uppercase;
        font-family: 'Outfit-Light', sans-serif;
        height: auto;
    }
    /* Plus/Minus icons for dropdown */
    .mega-menu-item:has(.mega-menu-dropdown) > a::after {
        content: '+';
        font-size: 20px;
        font-weight: 300;
        color: #857066;
    }
    .mega-menu-item.open > a::after {
        content: '−';
    }
    /* Dropdown styles */
    .mega-menu-dropdown {
        position: static;
        width: 100%;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
        display: none;
        top: auto;
    }
    .mega-menu-item:hover .mega-menu-dropdown {
        display: none;
    }
    .mega-menu-item.open .mega-menu-dropdown {
        display: block;
    }
    .mega-menu-content {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    .mega-menu-links {
        width: 100%;
        padding: 0;
    }
    .mega-menu-links h3 {
        display: none;
    }
    .mega-menu-links ul {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr;
        padding: 0;
        margin: 0;
    }
    .mega-menu-links li {
        border: none !important;
        padding: 0;
        border-top: none !important;
        padding-top: 0 !important;
    }
    .mega-menu-links li a {
        padding: 10px 30px 10px 50px !important;
        font-size: 14px;
        color: #857066;
        text-transform: none;
        letter-spacing: 0.5px;
        background-color: transparent;
    }
    .mega-menu-image {
        display: none;
    }
    /*  end mobile menu  */
    .chicc-instagram-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .bestseller-text h3,
    .chicc-promise-top-text h3,
    .chicc-instagram-text h3,
    .newsletter-wrapper h2,
    .what-is-spray-tan-text h3,
    .about-value-holder h3,
    .spray-tan-category-holder h3,
    .spray-tan-equipment-block h3,
    .about-ready-wrapper h3,
    .about-content-text h3,
    .contact-left h3,
    .contact-right h3,
    .single-post-wrapper h1,
    .woocommerce-products-wrapper .search-results-header h1,
    .woocommerce-cart .container h1,
    .woocommerce-checkout .container h1 {
        font-size: 34px;
    }
    .four-blocks-content {
        bottom: 10px;
        left: 10px;
    }
    .about-value-holder h3 {
        margin-bottom: 30px;
    }
    .about-value-block h4 {
        font-size: 18px;
    }
    .about-value-block,
    .education-program-block {
        padding: 20px;
    }
    .spray-tan-category-block {
        height: 300px;
    }
    body.page-template-template-samopotamnjivanje .spray-tan-category-block {
        height: 350px;
    }
    .spray-tan-category-text h4 {
        font-size: 22px;
    }
    .spray-tan-category-text {
        bottom: 10px;
        left: 10px;
    }
    .spray-tan-category-text p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .education-program-wrapper,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-content-holder h4 {
        font-size: 28px;
    }
    .wc-block-components-product-name {
        font-size: 16px !important;
    }
    .wc-block-components-totals-item__label,
    .wc-block-components-totals-item__value,
    .wc-block-components-panel__button {
        font-size: 14px;
    }
    body.single-product .tab-button {
        padding: 15px 20px;
    }
    body.single-product .product-features {
        gap: 15px;
    }
    .sidebar-sticky {
        padding: 15px;
    }
    .recent-post-item {
        gap: 10px;
    }
    .footer-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .banner-text h6 br,
    .spray-tan-equipment-block p br {
        display: none;
    }
    .banner-text,
    .spray-tan-equipment-block {
        width: 80%;
    }
    .product-item .add-to-cart-btn {
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #fff;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    .product-item:hover .add-to-cart-btn {
        bottom: auto;
    }
    .add-to-cart-btn i {
        margin-right: 0;
        color: #2A1F19;
        font-size: 18px;
    }
    .add-to-cart-btn span {
        display: none;
    }
    .add-to-cart-btn:hover {
        background-color: #814E31;
    }
    .add-to-cart-btn:hover i {
        color: #fff;
    }
    .four-blocks-content {
        bottom: 20px;
        left: 20px;
    }
    .bestseller-section,
    .chicc-promise-holder,
    .chicc-instagram-holder,
    .newsletter-holder,
    .what-is-spray-tan-holder,
    .about-value-holder,
    .spray-tan-category-holder,
    .about-ready-wrapper,
    .about-content-holder,
    .contact-holder,
    .faq-holder,
    .featured-blog-holder,
    .blog-grid-holder,
    .single-post-wrapper {
        padding: 50px 0;
    }
    .four-blocks-wrapper,
    .about-value-wrapper,
    .woocommerce-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-content-wrapper {
        gap: 50px;
    }
    .chicc-promise-top,
    .what-is-spray-tan-wrapper,
    .about-content-block,
    .featured-blog-wrapper,
    body.single-product .single-product-layout,
    .single-post-layout {
        flex-wrap: wrap;
        gap: 30px;
    }
    .chicc-promise-top-text,
    .chicc-promise-top-image,
    .what-is-spray-tan-text,
    .what-is-spray-tan-image,
    .about-content-image,
    .about-content-text,
    .featured-blog-image,
    .featured-blog-content,
    .single-product .woocommerce-product-gallery,
    .single-product-info,
    .single-post-main,
    .single-post-sidebar {
        width: 100%;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar {
        width: 100% !important;
    }
    .single-post-sidebar {
        position: static;
    }
    .single-product .woocommerce-product-gallery {
        max-width: unset;
    }
    .chicc-promise-top-image p {
        bottom: 4px;
        left: 0;
    }
    .chicc-instagram-text,
    .spray-tan-category-holder h3 {
        margin-bottom: 30px;
    }
    .contact-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .footer-copy {
        padding: 10px 0;
    }
    .infinity-bar-item {
        padding: 0 20px;
    }
    .about-value-block {
        gap: 10px;
    }
    .spray-tan-equipment-holder {
        height: 350px;
    }
    .about-content-text h3 {
        margin-bottom: 5px;
    }
    .about-content-holder h4 {
        margin-bottom: 60px;
        font-size: 24px;
    }
    .contact-map-embed {
        padding-top: 50px;
    }
    .contact-left h3,
    .contact-right h3 {
        margin-bottom: 20px;
    }
    .contact-info-block h4 {
        font-size: 20px;
    }
    .home .banner-text h1,
    .banner-text h1,
    .banner-category .banner-text h1 {
        font-size: 48px;
    }
    .faq-question p {
        font-size: 18px;
    }
    .faq-answer p {
        font-size: 16px;
    }
    .blog-tabs-wrapper {
        padding: 0 0 30px 0;
    }
    .wc-block-components-sidebar-layout.wc-block-cart {
        flex-wrap: wrap;
        gap: 10px;
    }
    .breadcrumb-wrapper,
    body.single-product .related-products-section .container {
        padding-top: 30px;
    }
    body.single-product .single-product-wrapper,
    .woocommerce-checkout .container h1 {
        padding-bottom: 30px;
    }
    body.woocommerce-checkout .wc-block-components-checkout-step__title,
    body.woocommerce-checkout .wc-block-components-title,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h2 {
        font-size: 24px !important;
    }
    .wc-block-components-form .wc-block-components-checkout-step {
        margin: 0 0 35px !important;
    }
    .single-post-wrapper .post-featured-image img {
        height: auto;
    }
    .single-post-wrapper .post-meta {
        margin-bottom: 15px;
    }
    .page-content-info {
        padding: 30px 0;
    }
    .page-content-info h3 {
        font-size: 28px;
    }
    .page-content-info h4 {
        font-size: 20px;
    }
    .page-content-info ul {
        padding-left: 10px;
    }
    .page-content-info p,
    .page-content-info ul li {
        font-size: 16px;
    }
    .page-content-info ul li::before {
        top: 5px;
    }
    .wc-block-checkout-empty::before {
        font-size: 80px !important;
        margin-bottom: 20px !important;
    }
    .wc-block-checkout-empty {
        padding: 60px 20px !important;
    }
    .wc-block-checkout-empty__title {
        font-size: 20px !important;
    }
}
@media (max-width: 737px) {
    .is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
    .is-medium table.wc-block-cart-items .wc-block-cart-items__header,
    .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
    .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
    .is-small table.wc-block-cart-items .wc-block-cart-items__header,
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        display: table-row !important;
    }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
    .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        padding-right: 0 !important;
    }
    .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
    .wc-block-cart-item__total .wc-block-components-sale-badge {
        display: block !important;
    }
    .wc-block-cart__main .wc-block-cart-items td {
        border-top: 1px solid hsla(0, 0%, 7%, .11) !important;
    }
}
@media (max-width: 736px) {
    .woocommerce-checkout .wc-block-components-sidebar {
        display: none;
    }
}
@media only screen and (max-width: 641px) {
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: unset !important;
        min-height: unset !important;
    }
}
@media (max-width: 600px) {
    .spray-tan-category-wrapper,
    body.page-template-template-samopotamnjivanje .spray-tan-category-wrapper,
    .education-program-wrapper,
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-grid {
        gap: 50px;
    }
    body.page-template-template-samopotamnjivanje .spray-tan-category-block,
    .contact-map-embed iframe {
        height: 300px;
    }
    .about-ready-links {
        flex-direction: column;
    }
    .about-ready-wrapper p {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .about-ready-links a.button {
        width: 300px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .blog-tab {
        padding: 10px 15px;
    }
    .featured-blog-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .single-post-wrapper .post-content h2,
    .single-post-wrapper .post-content h3,
    .single-post-wrapper .post-content h4 {
        margin-top: 15px;
    }
    .single-post-wrapper .post-featured-image {
        margin-bottom: 20px;
    }
    .is-medium table.wc-block-cart-items .wc-block-cart-items__header,
    .is-small table.wc-block-cart-items .wc-block-cart-items__header,
    .is-mobile table.wc-block-cart-items .wc-block-cart-items__header {
        display: none !important;
    }
    .woocommerce-cart .container h1 {
        padding: 30px 0;
    }
    .wc-block-cart-items__row {
        border-top: 1px solid hsla(0, 0%, 7%, .11) !important;
    }
    .wc-block-cart__main .wc-block-cart-items td {
        border-top: none !important;
    }
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
        display: flex !important;
        flex-wrap: wrap;
        align-items: start;
    }
    .wc-block-cart-item__image {
        display: flex;
        align-items: center;
    }
    .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__total {
        width: 100%;
        justify-content: center !important;
        padding: 20px 0 10px 0 !important;
    }
    .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
        font-size: 20px !important;
    }
    .wc-block-cart-item__product {
        width: 60%;
        padding: 0 0 10px 20px !important;
    }
    .wc-block-components-product-name,
    .wc-block-components-product-metadata__description p {
        height: 50px;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .woocommerce-checkout .wc-block-components-product-name,
    .woocommerce-checkout .wc-block-components-product-metadata__description p {
        height: unset;
        text-overflow: unset;
        display: unset !important;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
    }
    .wc-block-components-product-name,
    .wc-block-cart-item__prices,
    .wc-block-components-product-metadata {
        margin-bottom: 10px !important;
    }
    .wc-block-cart-item__quantity {
        gap: 10px;
    }
    .wc-block-components-sidebar {
        padding: 20px !important;
    }
    .search-form input {
        font-size: 16px;
    }
    .search-close {
        top: 5px;
        right: 15px;
    }
    .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
        font-size: 60px;
        margin-bottom: 15px !important;
    }
    .wc-block-cart__empty-cart__title {
        font-size: 24px !important;
    }
    body.woocommerce-checkout .wc-block-components-text-input label,
    body.woocommerce-checkout .wc-block-components-text-input input,
    body.woocommerce-checkout .wc-block-components-combobox input,
    body.woocommerce-checkout .wc-block-checkout-form input,
    body.woocommerce-checkout .wc-block-checkout-form select {
        font-size: 16px !important;
    }
    body.woocommerce-checkout .wc-block-components-product-name {
        margin: 0 !important;
    }
    body.woocommerce-checkout .wc-block-components-order-summary-item__description {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .pre-header-bar p {
        font-size: 12px;
    }
    .home .banner-text h1,
    .banner-text h1,
    .banner-category .banner-text h1 {
        font-size: 40px;
    }
    .banner-text h1,
    .banner-category .banner-text h1 {
        line-height: 1.6;
    }
    .banner-text h6,
    .product-title {
        font-size: 16px;
    }
    .product-title {
        height: 42px;
    }
    .four-blocks-wrapper {
        padding-top: 15px;
    }
    .bestseller-section {
        padding-bottom: 10px;
    }
    .newsletter-form form {
        flex-direction: column;
        gap: 20px;
        width: 300px;
    }
    .newsletter-form input[type="submit"],
    .newsletter-form button[type="submit"] {
        width: 100%;
    }
    .mini-cart-content {
        max-width: 98%;
    }
    .bestseller-text h3,
    .chicc-promise-top-text h3,
    .chicc-instagram-text h3,
    .newsletter-wrapper h2,
    .what-is-spray-tan-text h3,
    .about-value-holder h3,
    .spray-tan-category-holder h3,
    .spray-tan-equipment-block h3,
    .about-ready-wrapper h3,
    .about-content-text h3,
    .contact-left h3,
    .contact-right h3,
    .single-post-wrapper h1,
    .woocommerce-products-wrapper .search-results-header h1,
    .woocommerce-cart .container h1,
    .woocommerce-checkout .container h1 {
        font-size: 28px;
    }
    .four-blocks-content {
        bottom: 10px;
        left: 10px;
    }
    .four-blocks-content p {
        letter-spacing: 0.3px;
    }
    .four-blocks-content h3 {
        font-size: 17px;
    }
    .chicc-instagram-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-value-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .newsletter-wrapper > p {
        margin-bottom: 20px;
    }
    .four-blocks img {
        height: 250px;
    }
    .header-wrapper,
    body.single-product .product-features {
        gap: 10px;
    }
    .main-logo {
        width: 130px;
    }
    .mini-cart-item-image {
        width: 90px;
        height: 90px;
    }
    .mini-cart-body .woocommerce-mini-cart-item,
    .product-info {
        padding: 20px 10px !important;
    }
    .woocommerce-products-grid {
        gap: 15px;
    }
    body.single-product .single-product-wrapper {
        padding-top: 10px;
    }
    .breadcrumb-wrapper {
        padding: 30px 0 50px 0;
    }
    body.single-product .product-feature {
        padding: 15px 5px;
    }
    body.single-product .product-add-to-cart .quantity input[type="number"] {
        width: 50px;
    }
    .home .banner-image {
        height: 70vh;
    }
    .product-price {
        flex-direction: column;
        align-items: start;
        font-size: 17px;
        gap: 5px;
    }
}
@media (max-width: 372px) {
    .wc-block-cart-item__product {
        width: 55%;
        padding: 0 0 10px 10px !important;
    }
}