/*Wholesale*/
.wholesale-tag{
	display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C8506A;
  margin-bottom: 32px;
}
.wholesale-tag:before{
	content: '';
  width: 32px;
  height: 1px;
  background: #C8506A;
}
.wholesale-title{
	font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.wholesale-title em{
	color:#C8506A;
}
.wholesale-sub{
	font-size: 16px;
  line-height: 1.8;
  color: #6B5C56;
  max-width: 450px;
  margin-bottom: 48px;
}
h1.wholesale-title{
	font-size: clamp(52px, 5.5vw, 88px);
}
h2.wholesale-title{
	font-size: clamp(38px, 4vw, 60px);
}
.wholesale-stats{
	display: flex;
  gap: 48px;
  margin-bottom: 52px;
}
.wholesale-stats .stat-item{
	display: flex;
  flex-direction: column;
  gap: 4px;
}
.wholesale-stats .stat-num{
	font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: #1C1410;
  line-height: 1;
}
.wholesale-stats .stat-label{
	font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6B5C56;
}
.wholesale-actions{
	display: flex;
  gap: 16px;
  align-items: center;
}
.wholesale-actions .btn-primary{
	padding: 16px 40px;
  background: #1C1410;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #1C1410;
}
.wholesale-actions .btn-ghost{
	padding: 16px 32px;
  color: #1C1410;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.wholesale-head-right{
	display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wholesale-visual{
	width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 5;
  background: linear-gradient(145deg, #FAF1F4 0%, #F5E8EC 100%);
  position: relative;
  overflow: hidden;
}
.wholesale-visual:before{
	content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23E58A9C' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.wholesale-visual .float-badge{
	position: absolute;
  top: 40px;
  right: -20px;
  background: #8B2D42;
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(201, 169, 110, 0.4);
}
.wholesale-visual .float-badge-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
}
.wholesale-visual .hero-visual-inner{
	position: absolute;
  inset: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.wholesale-visual .hero-visual-inner .nail-card{
	background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  padding: 20px 24px;
  border-left: 3px solid #8B2D42;
}
.wholesale-visual .hero-visual-inner .nail-card-label{
	font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C8506A;
  margin-bottom: 6px;
}
.wholesale-visual .hero-visual-inner .nail-card-val{
	font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #1C1410;
}
.wholesale-marquee-wrap .col{
	padding:0px;
}
.wholesale-marquee-wrap .marquee-track{
	display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.wholesale-marquee-wrap .marquee-track .marquee-item{
	display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 0 40px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C8506A;
}
.wholesale-marquee-wrap .marquee-track .marquee-item .marquee-dot{
	width: 4px;
  height: 4px;
  background: #C8506A;
  border-radius: 50%;
  flex-shrink: 0;
}
.wholesale-why-cards .col-inner{
	background: #fff;
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}
.wholesale-why-card .why-icon{
	width: 52px;
  height: 52px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAF1F4;
  color: #C8506A;
  font-size: 22px;
}
.wholesale-why-card .why-num{
	font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  color: #C8506A;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.wholesale-why-card .why-heading{
	font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.2;
}
.wholesale-why-card .why-text{
	font-size: 14px;
  line-height: 1.8;
  color: #6B5C56;
}
.wholesale-why-cards .col-inner:after{
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #8B2D42;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.wholesale-why-cards .col-inner:hover:after{
	transform: scaleX(1);
}
.wholesale-fotd .wholesale-process-steps{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 72px;
  position: relative;
}
.wholesale-fotd .wholesale-process-steps:before{
	content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C8506A, transparent);
}
.wholesale-fotd .wholesale-process-steps .process-step{
	padding: 0 32px;
  text-align: center;
  position: relative;
}
.wholesale-fotd .wholesale-process-steps .process-step .step-num{
	width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #C8506A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #C8506A;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
  background: #1C1410;
}
.wholesale-fotd .wholesale-process-steps .process-step .step-title{
	font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #fff;
}
.wholesale-fotd .wholesale-process-steps .process-step .step-text{
	font-size: 13px;
  line-height: 1.8;
  color: rgba(250, 247, 242, 0.55);
}
.wholesale-trust-strip{
	padding: 80px 60px !important;
}
.wholesale-trust-strip .trust-item .col-inner{
	padding: 48px 40px;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  transition: background 0.3s;
}
.wholesale-trust-strip .trust-item .trust-num{
	font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: white;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.wholesale-trust-strip .trust-item .trust-label{
	font-size: 13px;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.wholesale-git{
  padding:50px;	
}
.wholesale-contact-channels{
	display: flex;
  flex-direction: column;
  gap: 20px;
}
.wholesale-contact-channels .channel-btn{
	display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 32px;
  background: white;
  text-decoration: none;
  color: #1C1410;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.wholesale-contact-channels .channel-btn:before{
	content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #C8506A;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
.wholesale-contact-channels .channel-btn:hover:before{
	transform: scaleY(1);
}
.wholesale-contact-channels .channel-icon{
	width: 44px;
  height: 44px;
  background: #F5E8EC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wholesale-contact-channels .channel-info{
	flex:1;
}
.wholesale-contact-channels .channel-info .channel-name{
	font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6B5C56;
  margin-bottom: 4px;
}
.wholesale-contact-channels .channel-info .channel-val{
	font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
}
.wholesale-contact-channels .channel-arrow{
	color: #C8506A;
  font-size: 18px;
}
.wholesale-git-right .col-inner{
	background: white;
  padding: 56px 48px;
  border-top: 3px solid #C8506A;
  box-shadow: 0 32px 80px rgba(26, 20, 16, 0.06);
}
.wholesale-git-right .form-title{
	font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 36px;
}
.wholesale-git-right .form-row{
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wholesale-git-right .form-group{
	margin-bottom: 20px;
	display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1C1410;
	font-weight:300;
}
.wholesale-git-right .form-group span{
	margin-top:10px;
}
.wholesale-git-right .form-group span input{
	width: 100%;
  height:48px;
  background: rgb(251, 248, 245);
  border: 1px solid transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #1C1410;
  outline: none;
  transition: border-color 0.3s ease;
  appearance: none;
	box-shadow:none;
}
.wholesale-git-right .form-group span input:focus{
	border-color:#C8506A;
}
.wholesale-git-right .form-group span select{
	width: 100%;
  height:48px;
  background: rgb(251, 248, 245);
  border: 1px solid transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #1C1410;
  outline: none;
  transition: border-color 0.3s ease;
  appearance: none;
	box-shadow:none;
}
.wholesale-git-right .form-group span select:focus{
	border-color:#C8506A;
}
.wholesale-git-right .form-group span textarea{
	width: 100%;
  padding: 14px 16px;
  background: rgb(251, 248, 245);
  border: 1px solid transparent;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #1C1410;
  outline: none;
  transition: border-color 0.3s ease;
  appearance: none;
	box-shadow:none;
}
.wholesale-git-right .form-group span textarea:focus{
	border-color:#C8506A;
}
.wholesale-git-right .wpcf7-spinner{
	display:none;
}
.wholesale-git-right .wpcf7-submit{
	width: 100%;
  padding: 16px;
  background: #1C1410;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 8px;
}
.wholesale-git-right .wpcf7-submit:hover{
	background: #C8506A;
}
.wholesale-git-right .form-note p{
	font-size: 12px;
  color: #6B5C56;
  text-align: center;
  margin-top: 0px;
  line-height: 1.6;
}
.wholesale-git-right .wpcf7-form{
	margin-bottom:0px;
}
/*End Wholesale*/