/*
Theme Name: Sheshwarz
Theme URI: https://www.sheshwarz.com.au/
Description: Custom wordpress theme Developed by Mandip Luitel for Sheshwarz Website
Author: Mandip Luitel
Author URI: https://mandipluitel.com
Text Domain: sheshwarz
Version: 1.0.1
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
	--primaryColor: #89bce5;
	--secondaryColor: #022169;
	--tertiaryColor: #d8f3ff;
	--accentColor: rgba(183, 128, 240, 0.15);
	--contrastColor: #b780f0;
	--headlineColor: #111111;
	--darkColor: #222222;
	--whiteColor: rgba(255, 255, 255, 1);
	--blackColor: rgba(0, 0, 0, 1);
	--borderColor: #dddddd;
	--primaryFont: "Montserrat", sans-serif; /* 400, 400i, 500, 600, 700 */
	--siteWidth: 1170px;
	--fluidSiteWidth: 1440px;
}
html,
body {
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	writing-mode: horizontal-tb !important;
}
body {
	margin: 0;
	padding: 0;
	clear: both;
	color: var(--darkColor);
	background: var(--whiteColor);
	font-family: var(--primaryFont);
	font-size: 1.025rem;
	font-weight: 400;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: var(--headlineColor);
}
p {
	margin: 0 0 24px;
}
p:last-of-type {
	margin: 0;
}
p:empty {
	display: none;
}
p a,
ul li a,
ol li a {
	color: var(--darkColor);
}
ul,
ol,
ul li,
ol li {
	margin: 0;
	padding: 0;
}
a:link,
a:visited {
	text-decoration: none;
}
::placeholder {
	color: #888888;
}
:-ms-input-placeholder {
	color: #888888;
}
::-ms-input-placeholder {
	color: #888888;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
*,
::after,
::before {
	box-sizing: border-box;
}
.img-fluid {
	height: auto;
	max-width: 100%;
	display: block;
}
.alignleft {
	text-align: left;
	float: left;
	margin-right: 30px;
	margin-bottom: 24px;
	max-width: 100%;
}
.alignright {
	text-align: left;
	float: right;
	margin-left: 30px;
	margin-bottom: 24px;
	max-width: 100%;
}
.aligncenter {
	text-align: center;
	max-width: 100%;
	margin-bottom: 24px;
}
.text-center {
	text-align: center;
}
.mt-0 {
	margin-top: 0rem !important;
}
.mt-1 {
	margin-top: 1rem !important;
}
.mt-2 {
	margin-top: 1.5rem !important;
}
.mt-3 {
	margin-top: 2rem !important;
}
.mt-4 {
	margin-top: 2.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.mb-1 {
	margin-bottom: 1rem !important;
}
.mb-2 {
	margin-bottom: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 2rem !important;
}
.mb-4 {
	margin-bottom: 2.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.pt-0 {
	padding-top: 0rem !important;
}
.pt-1 {
	padding-top: 1rem !important;
}
.pt-2 {
	padding-top: 1.5rem !important;
}
.pt-3 {
	padding-top: 2rem !important;
}
.pt-4 {
	padding-top: 2.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pb-0 {
	padding-bottom: 0rem !important;
}
.pb-1 {
	padding-bottom: 1rem !important;
}
.pb-2 {
	padding-bottom: 1.5rem !important;
}
.pb-3 {
	padding-bottom: 2rem !important;
}
.pb-4 {
	padding-bottom: 2.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.admin-bar .header {
	top: 32px;
}
.d-mobile {
	display: none;
}
.h-mobile {
	display: block;
}
/* site default */
.global-wrapper {
	flex: 1 0 auto;
}
.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.container {
	max-width: var(--siteWidth);
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
h1 {
	font-size: 2.5rem;
	letter-spacing: -1px;
	font-weight: 400;
}
h2 {
	font-size: 2rem;
	letter-spacing: -1px;
	font-weight: 400;
}
h3 {
	font-size: 1.75rem;
	font-weight: 400;
}
h4 {
	font-size: 1.5rem;
	font-weight: 400;
}
h5 {
	font-size: 1.3rem;
	font-weight: 400;
}
h6 {
	font-size: 1.2rem;
	font-weight: 400;
}
.btn-default {
	padding: 16px 45px 18px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	transition: all 0.5s ease;
	z-index: 1;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	background-color: transparent;
	border: 1px solid var(--whiteColor);
	color: var(--whiteColor) !important;
	text-decoration: none !important;
}
.btn-default:hover {
	border-color: var(--secondaryColor);
	background-color: var(--secondaryColor);
}
.headline {
	text-align: center;
}
.headline h2 {
	margin-bottom: 12px;
}
.headline p {
	margin-bottom: 0;
}
.headline span {
	text-transform: uppercase;
	color: var(--secondaryColor);
	letter-spacing: 1px;
	font-size: 0.85rem;
	display: inline-block;
	margin-bottom: 15px;
}
.headline p {
	font-size: 1.2rem;
}
.headline a {
	color: var(--blackColor);
	text-transform: uppercase;
	font-size: 0.9rem;
	text-decoration: underline;
}
.headline a:hover {
	color: var(--darkColor);
	text-decoration: none;
}
.headline-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headline-left {
	text-align: left;
}

/* .header */
.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: inherit;
}
.header-top {
	display: flex;
	align-items: center;
	background-color: var(--primaryColor);
	color: var(--whiteColor);
	height: 36px;
	font-size: 0.813rem;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	z-index: 999;
}
.header-top p {
	margin-bottom: 0;
}
.header-top .top-menu ul {
	display: flex;
	gap: 24px;
	align-items: center;
	list-style: none;
}
.header-top .account-menu ul {
	display: flex;
	gap: 24px;
	align-items: center;
	list-style: none;
}
.header-top .account-menu ul li {
	font-size: 0.813rem;
	font-weight: 500;
}
.header-top .top-menu ul li a,
.header-top .account-menu ul li a {
	color: var(--whiteColor);
}
.header-content {
	padding: 24px 0;
	position: relative;
	z-index: 999;
}
.header-grid {
	width: 100%;
	display: grid;
	grid-template-columns: 5fr 5fr 5fr;
	gap: 20px;
}
.menu-toggle {
	display: flex;
	align-items: center;
}
.hamburger {
	cursor: pointer;
}
.hamburger .line {
	width: 33px;
	height: 3px;
	margin-bottom: 7px;
	background-color: var(--blackColor);
	border-radius: 9px;
	transition: transform 0.15s ease-out;
	-webkit-transition: transform 0.15s ease-out;
}
.hamburger .line:last-child {
	margin-bottom: 0;
	transition: transform 0.15s ease-out;
	-webkit-transition: transform 0.15s ease-out;
}
.hamburger:hover .line {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.hamburger-close {
	position: absolute;
	top: 18px;
	right: 18px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 15px;
	height: auto;
}
.hamburger-close img {
	transition: transform 0.15s ease-out;
	-webkit-transition: transform 0.15s ease-out;
}
.hamburger-close:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.slidemenu {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	color: var(--whiteColor);
	pointer-events: none;
}
.slidemenu--open {
	pointer-events: all;
}
.slidemenu-nav {
	width: 300px;
	background: var(--contrastColor);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateX(100%);
}
.slidemenu--open .slidemenu-nav {
	transform: translateX(0);
}
.slidemenu-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1);
}
.slidemenu--open .slidemenu-overlay {
	opacity: 1;
}
.slidemenu-nav-inner {
	padding: 30px 30px 45px;
}
.slidemenu-nav .mobile-menu ul {
	width: 100%;
	list-style: none;
	margin-top: 30px;
}
.slidemenu-nav .mobile-menu ul li {
	padding: 9px 0;
	position: relative;
	list-style: none !important;
	box-shadow: 0 0.1px 0 #fff;
}
.slidemenu-nav .mobile-menu ul li:last-child {
	box-shadow: none;
}
.slidemenu-nav .mobile-menu ul li a {
	font-size: 1.1rem;
	font-weight: 600;
	color: #ffffff;
	display: inline;
}
.slidemenu-nav .mobile-menu ul li > ul.sub-menu {
	padding: 0 6px;
	display: none;
	margin-top: 6px;
}
.slidemenu-nav .mobile-menu ul li > ul.sub-menu li {
	padding: 9px 0;
}
.slidemenu-nav .mobile-menu ul li > ul.sub-menu li a {
	font-size: 1rem;
	font-weight: 500;
}
.slidemenu-nav .mobile-menu ul li.menu-item-has-children > a {
	font-weight: 600 !important;
}
.slidemenu-nav .mobile-menu ul li > ul.sub-menu li a:before {
	content: url("assets/img/icon-menu-arrow.svg");
	margin-right: 15px;
}
.slidemenu-nav .mobile-menu .plus {
	position: absolute;
	top: 0;
	width: 45px;
	height: 45px;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slidemenu-nav .mobile-menu .plus:before {
	content: "";
	background: url("assets/img/icon-plus.svg");
	background-size: 21px;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
}
.slidemenu-nav .mobile-menu .plus.active:before {
	content: "";
	background: url("assets/img/icon-minus.svg");
	background-size: 21px;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
}

.header-content .logo-hold {
	display: flex;
	justify-content: center;
}
.header-content .logo-hold .logo {
	display: block;
	margin: 0;
	width: 240px;
	height: auto;
}
.cart-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 27px;
}
#searchform input[type="text"] {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	padding: 6px 45px 6px 12px;
	font-size: 0.9rem;
	border: 1px solid var(--borderColor);
	background: var(--whiteColor) url("assets/img/icon-search.svg") no-repeat
		right 15px center;
	background-size: 15px;
	min-width: 240px;
}
ul.shop-menu {
	list-style: none;
	padding-right: 24px;
	margin-top: 6px;
}
ul.shop-menu li.icon-cart a {
	background: url("assets/img/icon-cart.svg") no-repeat center;
	background-size: 20px;
	width: 20px;
	height: 19px;
	position: relative;
	display: block;
}
ul.shop-menu li.icon-cart a.cart-count span {
	width: 24px;
	height: 24px;
	background-color: var(--contrastColor);
	border-radius: 50%;
	color: var(--whiteColor);
	position: absolute;
	top: -18px;
	right: -24px;
	font-size: 0.75rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-navigation {
	background-color: var(--contrastColor);
	height: 48px;
	position: relative;
	z-index: 999;
}
.search-hold {
	display: none;
}
.main-navigation p {
	color: var(--whiteColor);
	font-size: 0.938rem;
	font-weight: 500;
}
.main-navigation .main-menu-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.main-navigation ul.main-menu {
	width: 100%;
	list-style: none;
	height: inherit;
	display: flex;
	justify-content: center;
	gap: 1px;
}
.main-navigation ul.main-menu > li {
	text-transform: uppercase;
	font-size: 0.938rem;
	font-weight: 500;
	width: 100%;
}
.main-navigation ul.main-menu > li > a {
	color: var(--whiteColor);
	padding: 0 21px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.main-navigation ul.main-menu > li:hover > a,
.main-navigation ul.main-menu > li.current-menu-item > a,
.main-navigation ul.main-menu > li.active > a {
	color: var(--primaryColor);
	background-color: var(--whiteColor);
}
.main-navigation ul.main-menu > li:hover .smaller-sub-menu {
	animation: rotateMenu 400ms ease-in-out forwards;
	transform-origin: top center;
}
.main-navigation ul.main-menu > li:hover .mega-menu {
	animation: rotateMenu 400ms ease-in-out forwards;
	transform-origin: top center;
}
@keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg);
	}
	70% {
		transform: rotateX(20deg);
	}
	100% {
		transform: rotateX(0deg);
	}
}
.menu-has-dropdown {
	position: relative;
}
.smaller-sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--whiteColor);
	padding: 36px 0 30px;
	transform: rotateX(90deg);
	transition: transform 0.5s ease-in-out;
	perspective: 1000px;
	z-index: 99;
	list-style: none;
	min-width: 290px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
		rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.double-sub-menu {
	grid-template-columns: 1fr 1fr;
	min-width: 630px;
}
.main-navigation ul.main-menu > li:last-child > .smaller-sub-menu,
.main-navigation ul.main-menu > li:nth-last-child(2) > .smaller-sub-menu {
	left: auto;
	right: 0;
}
.smaller-sub-menu li a {
	padding: 0 30px;
	display: block;
	white-space: nowrap;
}
.smaller-sub-menu li:hover a {
	color: var(--primaryColor);
}
.mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: var(--whiteColor);
	padding: 36px 0 30px;
	transform: rotateX(90deg);
	transition: transform 0.5s ease-in-out;
	perspective: 1000px;
	z-index: 99;
}
.mega-menu-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 45px;
}
.mega-menu-grid .main-sub-menu {
	grid-column: 1/4;
}
.mega-menu-grid .hover-inner-menu {
	grid-column: 4/13;
}
.mega-menu ul.sub-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
}
.mega-menu ul.sub-menu li {
	font-size: 0.938rem;
	margin-bottom: 5px;
}
.mega-menu ul.sub-menu li a {
	color: var(--primaryColor);
	transition: padding 0.3s ease-in-out, background-color 0.3s ease-in-out,
		color 0.3s ease-in-out;
	padding: 8px 0;
	display: block;
	background-color: transparent;
}
.mega-menu ul.sub-menu li:hover a,
.mega-menu ul.sub-menu li a.activelink {
	color: var(--whiteColor);
	padding: 8px 21px;
	background-color: var(--primaryColor);
}
.mega-menu .hover-inner-menu {
	margin-top: 13px;
}
.mega-menu .hover-inner-menu h6 {
	color: var(--primaryColor);
	font-weight: 500;
	font-size: 1rem;
}
.mega-menu ul.inner-sub-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 9px;
	list-style: none;
	margin-top: 18px;
}
.mega-menu ul.inner-sub-menu li {
	font-size: 0.938rem;
}
.mega-menu ul.inner-sub-menu li a {
	color: var(--darkColor);
}
.mega-menu ul.inner-sub-menu li:hover a {
	color: var(--primaryColor);
}
.show {
	display: block;
}
.hide {
	display: none;
}
.mobile-information-block {
	padding: 15px 0;
	background-color: var(--contrastColor);
	margin-top: 15px;
}
.mobile-information-block ul {
	display: flex;
	width: 100%;
	list-style: none;
	gap: 12px;
	justify-content: space-between;
}
.mobile-information-block ul li {
	flex: 0 0 calc(33.33% - 8px);
	line-height: 1.3;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	color: var(--whiteColor);
	text-transform: uppercase;
}
.mobile-information-block ul li:nth-child(1) {
	background-image: url("assets/img/icon-truck.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 27px;
	padding-top: 30px;
}
.mobile-information-block ul li:nth-child(2) {
	background-image: url("assets/img/icon-return.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 18px;
	padding-top: 30px;
}
.mobile-information-block ul li:nth-child(3) {
	background-image: url("assets/img/icon-afterpay.svg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30px;
	padding-top: 30px;
}

/* Banner Block */
.banner-slider {
	background: var(--whiteColor);
}
.carousel-cell {
	width: 100% !important;
	margin-right: 10px;
	counter-increment: gallery-cell;
	display: flex;
	justify-content: center;
}
.resize-div {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.banner-slider .carousel-cell img {
	width: auto;
	display: block;
}
/*.banner-slider .carousel-cell img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	inset: 0;*/
/*    object-fit: cover;*/
/*}*/
.banner-slider .flickity-viewport {
	transition: height 0.5s ease-in-out;
}
.academy-banner-block {
	background: rgb(216, 243, 255);
	background: linear-gradient(
		180deg,
		rgba(216, 243, 255, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}
.academy-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 510px;
}
.banner-block {
	position: relative;
	background-color: #d8f3ff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-block::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9;
}
.banner-grid {
	display: flex;
	padding: 120px 0;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 10;
}
.banner-info {
	width: 80%;
}
.banner-info h1 {
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.1;
	color: var(--whiteColor);
}
.banner-info p {
	margin-bottom: 21px;
	font-size: 1.1rem;
	color: var(--whiteColor);
}
.page-banner {
	margin-left: calc(-50vw + calc(var(--siteWidth) / 2) - 15px);
	margin-right: calc(-50vw + calc(var(--siteWidth) / 2) - 15px);
	padding: 75px 0;
	background: url("assets/img/banner-bg.jpg") no-repeat top center;
	background-size: cover;
	margin-bottom: 75px;
	text-align: center;
}
.page-banner h1 {
	color: var(--headlineColor);
	margin-bottom: 0;
	letter-spacing: 0;
}
.banner-block .btn-hold {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 30px;
}

/* Salong Page Video  */
.salon-hero-block {
	position: relative;
	height: 78vh;
}
.video-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}
.video-bg video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 3;
}
.salon-grid-block {
	margin: 60px 0;
}
.salon-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

/* Salon Block */
.salon-section {
	padding-block-start: 5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.salon-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.salon-block-grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
	padding-block-end: 5rem;
	position: relative;
	z-index: 2;
}
.salon-logo-box img {
	width: 30rem;
}
.salon-buttons {
	display: flex;
	gap: 0.0625rem;
	justify-content: center;
}
.salon-buttons a.btn-colored {
	width: 50%;
	border: none;
	font-size: 4rem;
	font-weight: 200;
}
.salon-buttons a.btn-colored:last-child {
	background-color: var(--blackColor);
}
.salon-buttons a.btn-colored:last-child:hover {
	background-color: var(--secondaryColor);
}

/* Information Block */
.information-block {
	margin: 75px 0;
}
.information-block ul {
	display: flex;
	justify-content: space-between;
	gap: 1px;
	list-style: none;
}
.information-block li {
	background-color: var(--primaryColor);
	display: flex;
	align-items: center;
	padding: 15px 24px 15px 54px;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.5s ease;
	width: 100%;
}
.information-block li span {
	white-space: nowrap;
}
.information-block li:hover {
	background-color: var(--secondaryColor);
	cursor: pointer;
}
.information-block li.shipping {
	background-image: url("assets/img/icon-truck.svg");
	background-repeat: no-repeat;
	background-position: left 21px center;
	background-size: 24px;
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.information-block li.freebies {
	background-image: url("assets/img/icon-tag.svg");
	background-repeat: no-repeat;
	background-position: left 21px center;
	background-size: 23px;
}
.information-block li.return {
	background-image: url("assets/img/icon-return.svg");
	background-repeat: no-repeat;
	background-position: left 21px center;
	background-size: 18px;
}
.information-block li.rangeofsalon {
	background-image: url("assets/img/icon-salon.svg");
	background-repeat: no-repeat;
	background-position: left 21px center;
	background-size: 19px;
}
.information-block li.afterpay {
	background-image: url("assets/img/icon-afterpay.svg");
	background-repeat: no-repeat;
	background-position: left 18px center;
	background-size: 27px;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.information-block li {
	color: var(--whiteColor);
	position: relative;
}
.information-block li.tooltip:before {
	content: attr(data-text);
	position: absolute;
	transform: translatex(-50%);
	z-index: 99;
	left: 50%;
	width: 200px;
	padding: 10px;
	border-radius: 10px;
	background: var(--contrastColor);
	color: #fff;
	text-align: center;
	display: none;
	bottom: calc(100% + 24px);
	opacity: 0;
	transition: 0.3s opacity;
	font-size: 12px;
	line-height: 1.5;
}
.information-block li.tooltip:hover:before {
	opacity: 1;
	display: block;
}
.information-block li.tooltip:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(100% + 4px);
	transform: translateX(-50%);
	border: 10px solid var(--contrastColor);
	border-color: var(--contrastColor) transparent transparent transparent;
	display: none;
	opacity: 0;
	transition: 0.3s;
	z-index: 99;
}
.information-block li.tooltip:hover:after {
	opacity: 1;
	display: block;
}

/* Navigational Block */
.navigational-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.link-box {
	position: relative;
	padding: 75px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 510px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	cursor: pointer;
}
.link-box:before {
	content: "";
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.link-box:after {
	content: "";
	background: linear-gradient(
		180deg,
		rgba(216, 243, 255, 0.6) 0%,
		#1e82c6 100%
	);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s;
}
.link-box:hover:after {
	opacity: 1;
}
.link-box:first-child {
	justify-content: flex-end;
	padding-right: 60px;
}
.link-box:last-child {
	justify-content: flex-start;
	padding-left: 60px;
}
.link-info {
	width: calc(var(--siteWidth) / 2 - 75px);
	position: relative;
	z-index: 1;
	transform: translateY(calc(100% - 42px));
	transition: transform 0.3s;
}
.link-info h2,
.link-info p {
	color: var(--whiteColor);
}
.link-info p {
	opacity: 0;
	margin-bottom: 0;
}
.link-box:hover .link-info {
	overflow: visible;
	height: auto;
	transform: translateY(0);
}
.link-box:hover .link-info p {
	opacity: 1;
	transition: opacity 0.3s linear 0.2s;
}
.link-info h2 {
	margin-bottom: 15px;
}
.link-box img {
	width: 100%;
	height: auto;
	display: block;
}

/* Category Block */
.categories-block {
	margin: 90px 0;
}
.categories-block .headline {
	margin-bottom: 45px;
}
.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.category-grid div:first-child {
	grid-row: 1/3;
}
.category-grid .primary-category-ratio-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(240% + 10px);
}
.view-icon-hold {
	overflow: hidden;
	cursor: pointer;
}
.view-icon-hold:before {
	content: "";
	background-image: url("assets/img/view-category.svg");
	background-size: 45px;
	position: absolute;
	left: 50%;
	top: 24px;
	transform: translate(-50%, -75px);
	z-index: 2;
	width: 45px;
	height: 45px;
	transition: transform 0.3s;
}
.view-icon-hold:hover:before {
	transform: translate(-50%, 0);
}
.view-icon-hold:hover:after {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.view-icon-hold:hover:after {
	opacity: 1;
	transition: opacity 0.3s linear 0.2s;
}
.view-icon-hold span {
	display: block;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	transform: translateY(calc(100% + 30px));
	transition: transform 0.3s;
	color: var(--whiteColor);
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 2;
	text-align: center;
}
.view-icon-hold:hover span {
	transform: translateY(0px);
}
.category-grid .category-ratio-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 120%;
}
.category-grid .primary-category-ratio-box img,
.category-grid .category-ratio-box img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Product Carousel Block */
.product-carousel-block {
	margin: 90px 0;
	overflow-x: hidden;
}
.product-carousel-block h2 {
	margin: 0;
}
.product-carousel {
	margin-top: 45px;
}
.product-carousel .flickity-viewport {
	overflow: visible;
}
.product-carousel .flickity-slider {
	display: flex;
}
.product-carousel .flickity-prev-next-button {
	top: -65px;
	border-radius: 0;
}
.product-carousel .flickity-button {
	background: var(--primaryColor);
	color: var(--whiteColor);
}
.product-carousel .flickity-prev-next-button .flickity-button-icon {
	width: 18px !important;
	left: 27%;
}
.product-carousel .flickity-prev-next-button.previous {
	left: calc((50vw - 44px) + var(--siteWidth) / 2 - 90px);
}
.product-carousel .flickity-prev-next-button.next {
	left: calc((50vw - 44px) + var(--siteWidth) / 2 - 36px);
}

.product-carousel .product {
	list-style: none;
	width: calc((100% - 100px) / 6);
	margin: 0 20px 0 0;
	text-align: center;
}
.search-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 75px 30px;
	list-style: none;
	margin-bottom: 75px;
}
.shop-products .product,
.related.products ul.products .product,
.cross-sells ul.products .product {
	list-style: none;
	text-align: center;
}
.shop-products .product a,
.related.products ul.products .product a,
.cross-sells ul.products .product a {
	position: relative;
	display: block;
}
span.brand-name {
	text-transform: uppercase;
	color: var(--headlineColor);
	font-size: 0.75rem;
	display: inline-block;
	background: var(--accentColor);
	border-radius: 50em;
	padding: 2px 15px;
	margin: 0 5px 5px;
	font-weight: 500;
}
span.brand-name:last-child {
	margin-bottom: 21px;
}
.summary span.brand-name {
	margin: 0 12px 21px 0;
}
span.onsale {
	width: 50px;
	height: 50px;
	background: var(--contrastColor);
	font-weight: 600;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 30;
	color: var(--whiteColor);
	font-size: 0.875rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop-products .product-wrap,
.related.products ul.products .product-wrap,
.cross-sells ul.products .product-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 100%;
	margin-bottom: 27px;
	border: 0.1px solid var(--borderColor);
}
.shop-products .product-wrap img,
.related.products ul.products .product-wrap img,
.cross-sells ul.products .product-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
span.soldout {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	top: 0;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--whiteColor);
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 3px;
}
.shop-products h2,
.related.products ul.products h2,
.cross-sells .product-block ul.products h2 {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6;
	color: var(--headlineColor);
	margin-bottom: 9px;
	letter-spacing: 0.25px;
}
.shop-products a:hover h2,
.related.products ul.products a:hover h2,
.cross-sells .product-block ul.products a:hover h2 {
	color: var(--secondaryColor);
	text-decoration: underline;
}
.shop-products .price,
.related.products ul.products .price,
.cross-sells .product-block ul.products .price {
	font-size: 1rem;
	font-weight: 600;
	color: var(--secondaryColor);
	display: block;
}
.shop-products .price del,
.related.products ul.products.price del,
.cross-sells .product-block ul.products.price del {
	color: var(--darkColor);
}

.button {
	margin: 0 0 21px;
	padding: 5px 30px;
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: 500;
	display: inline-block !important;
	color: var(--secondaryColor);
	background-color: transparent;
	transition: all 0.5s ease;
	cursor: pointer;
	border: 1px solid var(--secondaryColor);
}
.button:hover {
	color: var(--whiteColor);
	background-color: var(--secondaryColor);
}

/* Brand Block */
.default-content {
	margin: 0 0 75px;
}
.main-content h2 {
	color: var(--headlineColor);
	line-height: 1.4;
	margin-bottom: 12px;
}
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	color: var(--headlineColor);
	margin-bottom: 12px;
	line-height: 1.4;
}
.main-content ol,
.main-content ul {
	margin: 24px 0 24px 21px;
}
.main-content ol li,
.main-content ul li {
	color: var(--darkColor);
	margin-bottom: 15px;
}
.blog-content ol li a,
.blog-content ul li a,
.blog-content p a {
	color: var(--headlineColor);
}

/* Intro Block */
.intro-block {
    margin: 90px 0 120px;
    text-align: center;
}
.intro-block h2 {
    margin-bottom: 21px;
}

/* About Salon Block */
.about-salon-block {
	padding: 90px 0;
	background-color: var(--accentColor);
}
.about-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 60px;
}
.about-details {
	grid-column: 1/7;
}
.academy-details {
	grid-column: 1/8;
}
.about-salon-block .headline,
.services-block .headline {
	margin-bottom: 12px;
}
.about-image {
	position: relative;
	grid-column: 8/13;
}
.academy-details ul {
    margin-left: 18px;
    margin-bottom: 21px;
}

/* Video Block */
.youtube-video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.youtube-video-container::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.youtube-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Services Block */
.services-block {
	margin-top: 90px;
}
.floating-box {
	box-shadow: inset 0 -100px 0 var(--accentColor);
}
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 45px;
	padding-bottom: 75px;
}
.service-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 72%;
}
.service-box img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-box span {
	position: absolute;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px 15px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--whiteColor);
	bottom: 20px;
	left: 20px;
	right: 0px;
	z-index: 9;
	font-size: 0.9rem;
	font-weight: 500;
}
.opening-box {
	background-color: var(--whiteColor);
	border-radius: 6px;
	padding: 45px 45px 54px;
	box-shadow: 0px 6px 51px 6px rgba(0, 0, 0, 0.06);
	margin-top: 42px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.opening-box:after {
	position: absolute;
	content: "";
	background-color: var(--primaryColor);
	height: 2px;
	bottom: 54px;
	left: 45px;
	right: 45px;
}
.opening-box .days {
	font-size: 1.2rem;
	text-align: center;
	color: var(--headlineColor);
	padding-bottom: 30px;
	position: relative;
}
.opening-box .days:after {
	content: "";
	background-color: var(--primaryColor);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
}
.opening-box .days:first-child:after {
	left: 0;
	transform: translateX(0%);
}
.opening-box .days:last-child:after {
	left: auto;
	right: 0;
	transform: translateX(0%);
}
.opening-box span {
	display: block;
	font-size: 0.9rem;
	color: var(--darkColor);
}
/* .opening-box div:first-child span,
.opening-box div:last-child span {
	color: #ff0000;
} */

/* Salon Gallery Block */
.salon-gallery-block {
	margin: 90px 0;
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
}
.gallery-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.gallery-img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Academy Form */
.request-form {
	background-color: var(--whiteColor);
	border-radius: 6px;
	padding: 45px 45px 60px;
	box-shadow: 0px 6px 51px 6px rgba(0, 0, 0, 0.06);
	margin-top: -180px;
}
.form-hold {
	margin-top: 30px;
}
.form-hold input[type="text"],
.form-hold input[type="email"],
.form-hold select {
	height: 48px;
	border-radius: 3px;
	padding: 6px 18px;
	font-size: 0.95rem;
	border: 1px solid var(--borderColor);
	width: 100%;
	margin-bottom: 12px;
	appearance: none;
	-webkit-appearance: none;
	color: var(--darkColor);
}
.form-hold select {
	padding-right: 36px;
	background: url("assets/img/icon-caret-select.svg") no-repeat right 15px
		center;
}
.form-hold input[type="submit"] {
	border: none;
	width: 100%;
	margin-top: 15px;
	border-color: var(--secondaryColor);
	background-color: var(--secondaryColor);
}
.request-form .wpcf7-not-valid-tip {
	font-size: 0.9rem;
	margin: -12px 0 6px;
}
.request-form .wpcf7-response-output {
	margin: 0 !important;
	padding: 6px 16px !important;
	font-size: 0.9rem;
}

/* Brand Block */
.brands-holder {
	margin: 30px 0 75px;
}
.brands-holder .brands-grid {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.brands-holder .brands-grid li {
	border: 1px dashed var(--borderColor);
}
.brands-holder .logo-hold {
	padding: 21px 21px 18px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.brands-holder .logo-hold img {
	margin-bottom: 15px;
}
.brands-holder a .logo-hold h4 {
	font-size: 0.8rem;
	color: var(--darkColor);
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
}
.brands-holder a:hover .logo-hold h4 {
	color: var(--secondaryColor);
}

/* Testimonial Block */
.testimonial-block {
	margin: 90px 0;
}
.testimonial-block .testimonial-slide {
	margin-top: 45px;
}
.testimonial-block .praise-hold {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 30px;
	min-height: 330px;
}
.testimonial-block blockquote {
	display: flex;
	justify-content: center;
	margin: 0;
	flex-direction: column;
}
.testimonial-block blockquote p {
	font-size: 1.3rem;
	color: var(--darkColor);
	margin: 0;
	line-height: 1.8;
}
.testimonial-block .icon-review {
	max-width: 100%;
	width: 200px;
	display: block;
	margin-top: 36px;
}
.testimonial-block .praise-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.testimonial-block .img-testimonial {
	width: 250px;
	height: auto;
	display: block;
}
.testimonial-block .flickity-prev-next-button.previous {
	left: -45px;
}
.testimonial-block .flickity-prev-next-button.next {
	right: -45px;
}

/* CTA Block */
.cta-block {
	background: var(--contrastColor);
	padding: 75px 0;
	text-align: center;
}
.cta-block .headline h2,
.cta-block .headline p {
	color: var(--whiteColor);
}
.cta-block .mchimp-form {
	margin: 36px auto 0;
	max-width: 720px;
}
.cta-block .mchimp-form .mchimp-inputfields {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.cta-block .mchimp-form .mc-input {
	background-color: var(--whiteColor);
	padding: 6px 18px;
	color: var(--darkColor);
	font-size: 1rem;
	border: none;
	border-radius: 0;
	height: 48px;
}
.cta-block .mchimp-form .datefield {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.cta-block .mchimp-form .mc-miniinput {
	background-color: var(--whiteColor);
	padding: 6px 18px;
	color: var(--darkColor);
	font-size: 1rem;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 48px;
}
.cta-block .mchimp-form .mc-button {
	margin: 12px 0 0;
	padding: 18px 30px;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 600;
	display: inline-block !important;
	color: var(--whiteColor);
	background-color: transparent;
	transition: all 0.5s ease;
	cursor: pointer;
	border: 1px solid var(--whiteColor);
	grid-column: 1/3;
}
.cta-block .mchimp-form .mc-button:hover {
	color: var(--whiteColor);
	background-color: var(--secondaryColor);
	border: 1px solid var(--secondaryColor);
}

/* Carrot Sun */
.carrotsun-banner-block {
	display: flex;
	justify-content: center;
	padding-block: 1px 90px;
}
.best-sellers-block {
	background: var(--accentColor);
	padding: 60px 0;
}
ul.best-sellers-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 45px;
}
ul.best-sellers-grid li {
	flex: 0 0 calc(25% - 15px);
}
.product-info-block {
	padding: 60px 0;
}
.product-info-banner {
	margin-bottom: 60px;
}
.margin-gap {
	margin-top: 75px;
}
.product-info-block .headline h4 {
	margin-bottom: 0.75rem;
	font-weight: 500;
}
.product-info-block .headline p {
	font-size: 1rem;
}
.how-it-works-pointer-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 45px;
}
.how-it-works-pointer {
	flex: 0 0 calc(33.33% - 13.33px);
	background: var(--accentColor);
}
.how-it-works-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.how-it-works-image img,
.tips-ratio-box img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.how-it-works-info {
	padding: 24px 21px;
}
.how-it-works-info h6 {
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.how-it-works-info p {
	font-size: 0.9rem;
}

.tip-tricks-block {
	margin: 60px 0;
}
.tips-tricks-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 45px;
}
.tips-tricks-pointer {
	flex: 0 0 calc(50% - 10px);
	background: var(--accentColor);
}
.tips-ratio-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.tips-info {
	padding: 2.5rem;
}
.tips-info h3 {
	margin-bottom: 18px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
}
.results-block {
	padding: 60px 0;
}
.results-grid {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: repeat(8, 1fr);
	gap: 16px;
}
.result-img {
	background-color: var(--accentColor);
	position: relative;
	width: 100%;
	padding-top: 75%;
}
.result-img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.result-img:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/6;
}
.result-img:nth-child(2) {
	grid-column: 3/6;
	grid-row: 1/4;
}
.result-img:nth-child(3) {
	grid-column: 6/10;
	grid-row: 1/5;
}
.result-img:nth-child(4) {
	grid-column: 1/3;
	grid-row: 6/9;
}
.result-img:nth-child(5) {
	grid-column: 3/6;
	grid-row: 4/9;
}
.result-img:nth-child(6) {
	grid-column: 6/8;
	grid-row: 5/9;
}
.result-img:nth-child(7) {
	grid-column: 8/10;
	grid-row: 5/7;
}
.result-img:nth-child(8) {
	grid-column: 8/10;
	grid-row: 7/9;
}

/* FAQ */
.faq-block {
	padding-block: 30px;
}
.faq-holder {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-block-start: 45px;
}
.faq-box {
	transition: all 1s ease-in-out;
}
.faq-box:has(h6.ui-state-active) {
	background: var(--tertiaryColor);
}
.faq-box h6 {
	display: block;
	padding: 30px 60px 30px 30px;
	cursor: pointer;
	font-family: var(--primaryFont);
	font-style: normal;
	font-weight: 500;
	font-size: 1.125rem;
	text-transform: none;
	margin-block-end: 0;
	line-height: 1.5;
	background: var(--accentColor);
	position: relative;
}
.faq-box .faq-content {
	padding: 0 30px 30px;
	background: var(--accentColor);
}
.faq-box .faq-content p {
	color: var(--darkColor);
}
.faq-box .faq-content p a {
	color: var(--primaryColor);
}
.ui-icon {
	border: solid var(--headlineColor);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 6px;
	position: absolute;
	right: 35px;
	transition: all 0.3s ease-in-out;
}
.ui-icon-triangle-1-e {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: center;
}
.ui-icon-triangle-1-s {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform-origin: center;
}

/* Error 404 */
.error-404 {
	margin: 0 0 75px;
}

/* Footer */
.footer {
	background-color: var(--blackColor);
	padding-top: 45px;
}
.footer-top {
	padding-bottom: 45px;
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	grid-template-rows: auto;
	gap: 36px 16px;
}
.footer-grid h4 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--whiteColor);
}
.company-info {
	grid-column: 1/6;
}
.footer-logo {
	width: 210px;
	margin: 0 0 30px;
}
.contact-details ul.social {
	margin: 0 0 12px;
}
.contact-details ul.social li {
	padding-left: 24px;
	background-size: 14px !important;
	font-size: 1rem;
	font-weight: 500;
	list-style: none !important;
	display: block;
	margin-bottom: 5px;
}
.contact-details ul.social li a {
	color: var(--whiteColor);
}
.contact-details ul.social li a:hover {
	color: var(--contrastColor);
}
.contact-details ul.social li.email {
	background: url("assets/img/icon-email.svg") no-repeat top 6px left;
}
.contact-details ul.social li.phone {
	background: url("assets/img/icon-phone.svg") no-repeat top 8px left;
}
.contact-details ul.smedia {
	display: flex;
	margin: 27px 0;
	list-style: none;
}
.contact-details ul.smedia li {
	margin-right: 9px;
}
.contact-details ul.smedia li.facebook {
	background: url("assets/img/icon-facebook.svg") no-repeat left center;
	background-size: 9px;
}
.contact-details ul.smedia li.instagram {
	background: url("assets/img/icon-instagram.svg") no-repeat left center;
	background-size: 18px;
}
.contact-details ul.smedia li a {
	width: 21px;
	height: 21px;
	display: block;
}
.office-location {
	grid-column: 6/13;
}
.locations-hold {
	display: flex;
	justify-content: space-between;
}
.locations-hold p {
	color: var(--whiteColor);
	font-size: 1rem;
	line-height: 1.9;
}
.quick-links {
	grid-column: 13/17;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.quick-links ul {
	list-style: none;
	text-align: right;
}
.quick-links ul li {
	margin-bottom: 3px;
	font-size: 1rem;
}
.quick-links ul li a {
	color: var(--whiteColor);
}
.quick-links ul li a:hover {
	color: var(--contrastColor);
}
.footer-bottom {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
}
.footer-bottom p {
	color: var(--whiteColor);
	margin-bottom: 0;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.terms-menu {
	display: flex;
	list-style: none;
}
.terms-menu li {
	margin-left: 45px;
	font-size: 0.9rem;
	text-transform: uppercase;
}
.terms-menu li a {
	color: var(--whiteColor);
}
.terms-menu li a:hover {
	color: var(--contrastColor);
}

/* Grid Category Block */
.grid-category-block {
	margin: 90px 0;
}
.grid-group {
	display: flex;
}
.grid-box {
	display: flex;
	flex: 0 0 50%;
}
.grid-box > div {
	display: flex;
	flex: 0 0 50%;
	position: relative;
}
.grid-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-color: rgba(183, 128, 240, 0.5);
}
.grid-image img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid-group .grid-box .grid-info::before {
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: -16px;
	transform: translateY(-50%);
	border-width: 15px 0 15px 16px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	z-index: 99;
}
.grid-group:nth-child(even) .grid-box .grid-info::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	right: auto;
	transform: translateY(-50%);
	border-width: 15px 16px 15px 0;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
	z-index: 99;
}
.grid-group:nth-child(even) .grid-box {
	flex-direction: row-reverse;
}
.grid-box .grid-info {
	background: var(--whiteColor);
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.grid-info h3 {
	color: var(--contrastColor);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.grid-info span {
	display: inline-block;
	align-self: center;
	background: var(--contrastColor);
	color: var(--whiteColor);
	font-size: 0.7rem;
	font-weight: 600;
	padding: 1px 10px;
	text-transform: uppercase;
}
.black-friday-sale-message {
    margin-bottom: 15px;
    padding: 12px 21px;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    line-height: 1.4;
}

@media (max-width: 1480px) {
	.product-carousel .product {
		width: calc((100% - 80px) / 5);
	}
}
@media (max-width: 1280px) {
	.academy-banner {
		background-size: cover;
	}
}

@media (max-width: 1199px) {
	:root {
		--siteWidth: 970px;
	}
	.header-grid {
		grid-template-columns: 5fr 4fr 5fr;
	}
	.header-navigation ul.main-menu > li {
		font-size: 0.8rem;
		letter-spacing: 0px;
	}
	.header-navigation ul.main-menu > li a {
		padding: 0 14px;
	}
	.header-content .logo-hold .logo {
		max-width: 180px;
	}

	.information-block li {
		width: auto;
		font-size: 0.8rem;
		line-height: 1.5;
	}
	.information-block li span {
		white-space: inherit;
	}
	.product-carousel .product {
		width: calc((100% - 60px) / 4);
	}
	.tips-info {
		padding: 1.5rem;
	}
}
@media (max-width: 991px) {
	:root {
		--siteWidth: 720px;
	}
	.d-mobile {
		display: block;
	}
	.h-mobile {
		display: none;
	}
	.cart-menu #searchform input[type="text"] {
		display: none !important;
	}
	.search-hold {
		width: 100%;
		display: block !important;
	}
	.header-top {
		height: 27px;
	}
	.header-content .logo-hold .logo {
		max-width: 150px;
	}
	.header-navigation {
		background-color: var(--whiteColor);
		height: auto;
		padding-bottom: 0;
	}
	.main-menu {
		display: none !important;
	}
	.banner-grid {
		padding: 90px 0;
	}
	.banner-info {
		width: 100%;
	}
	.about-details {
		grid-column: 1/13;
	}

	.link-box:first-child,
	.link-box:last-child {
		justify-content: center;
		text-align: center;
		padding: 51px 0;
		height: auto;
	}
	.link-info {
		width: calc(var(--siteWidth) / 2 - 30px);
	}
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-carousel .product {
		width: calc((100% - 40px) / 3);
	}
	.brands-holder .brands-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-salon-block,
	.intro-block {
		margin: 75px 0;
	}
	.about-grid {
		gap: 30px;
	}
	.academy-details {
		grid-column: 1/13;
	}
	.about-image {
		grid-column: 1/13;
	}
	.request-form {
		margin-top: 15px;
		padding: 45px;
	}
	.services-block {
		margin: 75px 0;
		padding: 75px 0 0;
	}
	.services-block .opening-hours .headline-column {
		flex-direction: column;
		gap: 36px;
	}
	.services-grid {
		gap: 20px;
		margin-top: 30px;
	}
	.opening-box {
		flex-wrap: wrap;
		justify-content: center;
		padding: 30px;
	}
	.opening-box .days {
		flex: 0 0 33%;
		padding: 15px 0;
	}
	.opening-box .days:first-child:after,
	.opening-box .days:after,
	.opening-box .days:last-child:after,
	.opening-box:after {
		display: none;
	}
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.grid-group {
		flex-direction: column;
	}
	.grid-group .grid-box:last-of-type {
		flex-direction: row-reverse;
	}
	.grid-group:nth-child(even) .grid-box:first-of-type {
		flex-direction: row;
	}
	.testimonial-block {
		margin: 75px 0;
	}
	.company-info {
		grid-column: 1/17;
	}
	.office-location {
		grid-column: 1/8;
	}
	.quick-links {
		grid-column: 9/17;
	}
	.carrotsun-banner-block {
		padding-block: 1px 45px;
	}
	ul.best-sellers-grid li {
		flex: 0 0 calc(33.33% - 13.33px);
	}
	.how-it-works-pointer {
		flex: 0 0 100%;
	}
	.faq-box h6 {
		font-size: 1rem;
	}
	.results-grid {
		gap: 6px;
	}
	.footer-bottom {
		flex-direction: column;
	}
	.terms-menu {
		margin-top: 9px;
	}
	.terms-menu li {
		margin: 0 45px 0 0;
	}
	.footer-top {
		padding-bottom: 9px;
	}
}
@media (max-width: 767px) {
	:root {
		--siteWidth: 540px;
	}
	h2 {
		font-size: 1.75rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	.woocommerce-products-header h1,
	.page-banner h1 {
		font-size: 1.7rem;
	}
	.header-top .container {
		justify-content: center;
	}
	.top-menu,
	.account-menu {
		display: none;
	}
	.testimonial-block .praise-hold {
		grid-template-columns: 1fr;
	}
	.testimonial-block blockquote {
		align-items: center;
		text-align: center;
	}
	.testimonial-block .flickity-button {
		display: none;
	}
	.product-carousel .product {
		width: calc((100% - 20px) / 2);
	}
	.navigational-grid {
		grid-template-columns: 1fr;
		padding: 0 15px;
		gap: 20px;
	}
	.link-info {
		width: calc(var(--siteWidth) - 30px);
	}
	.cta-newsletter {
		flex-direction: column;
		margin: 0;
	}
	.hamburger .line {
		width: 24px;
		height: 2px;
		margin-bottom: 6px;
	}
	.header-content {
		padding: 18px 0;
	}
	.carrotsun-banner-block {
		padding-block: 1px 15px;
	}
	ul.best-sellers-grid li {
		flex: 0 0 calc(50% - 10px);
	}
	.tips-tricks-pointer {
		flex: 0 0 100%;
	}
	.mobile-information-block ul li {
		font-size: 0.78rem;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.services-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 576px) {
	:root {
		--siteWidth: 100%;
	}
	.information-block {
		margin: 15px 0 0;
	}
	.information-block li {
		flex: 0 0 100%;
	}
	.headline-column {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.categories-block,
	.product-carousel-block,
	.testimonial-block,
	.intro-block {
		margin: 60px 0;
	}
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-carousel .flickity-button {
		display: none;
	}
	.cta-block {
		margin: 60px 0 0;
		padding: 60px 0;
	}
	.cta-block .mchimp-form .mchimp-inputfields {
		grid-template-columns: 1fr;
	}
	.cta-block .mchimp-form .mc-button {
		grid-column: 1/2;
	}
	.brands-holder .brands-grid {
		grid-template-columns: 1fr;
	}
	.page-banner {
		margin: 0 0 45px;
	}
	.gallery-grid {
		grid-template-columns: 1fr;
	}
	.grid-box,
	.grid-group .grid-box:last-of-type,
	.grid-group:nth-child(even) .grid-box:first-of-type {
		flex-direction: column !important;
	}
	.grid-group .grid-box .grid-info::before,
	.grid-group:nth-child(even) .grid-box .grid-info::before {
		display: none;
	}
	.grid-group .grid-box .grid-info::after,
	.grid-group:nth-child(even) .grid-box .grid-info::after {
		content: "";
		position: absolute;
		top: auto;
		bottom: -16px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 16px 15px 0 15px;
		border-style: solid;
		border-color: #ffffff transparent transparent transparent;
		z-index: 999;
	}
	.grid-image {
		padding-top: 100%;
	}
	.office-location,
	.quick-links {
		grid-column: 1/17;
	}
	.quick-links {
		align-items: center;
	}
	.quick-links ul {
		text-align: center;
	}
	.footer-grid h4 {
		margin-bottom: 12px;
	}
	.footer-logo {
		margin: 0 auto 45px;
	}
	.contact-details ul.social {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact-details ul.smedia {
		justify-content: center;
	}
	.contact-details ul.smedia li {
		margin: 0 5px;
	}
	.office-location {
		text-align: center;
	}
	.locations-hold {
		justify-content: center;
		text-align: center;
	}
	.footer-bottom {
		text-align: center;
	}
	.terms-menu {
		justify-content: center;
	}
	.payment-icon-block {
		display: flex;
		justify-content: center;
	}
}
