@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/* ===========================================================
   Better Beauty Solution — Online Store
   Palette: porcelain + ink plum + red-light coral + gold trace
   =========================================================== */

:root{
  --porcelain:#FBF5F2;
  --porcelain-dim:#F3E6E1;
  --ink:#2A1420;
  --ink-soft:#5B3A48;
  --coral:#FF4D5E;
  --coral-soft:#FFB4B4;
  --clay:#C89B86;
  --gold:#E3A857;
  --line: rgba(42,20,32,0.12);
  --shadow: 0 20px 50px rgba(42,20,32,0.10);

  --font-display:'Fraunces', serif;
  --font-body:'Manrope', sans-serif;
  --font-mono:'Space Mono', monospace;
}

*{ box-sizing:border-box; margin:0; padding:0; }

html{ scroll-behavior:smooth; }

body{
  background:var(--porcelain);
  color:var(--ink);
  font-family:var(--font-body);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; }
}

.container{
  max-width:1280px;
  margin:0 auto;
  padding:0 clamp(15px, 3vw, 32px);
    position: relative;
}

a{ color:inherit; text-decoration:none; }

svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

p, h1,h2,h3,h4, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
.position {
	position: relative;
}
.forMob,.forTab{ display:none ;}
.dsplay {
	width: 100%;
	float: left;
}
.bdfont {
	font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

h1,h2,h3,h4,h5{
  font-family:var(--font-display);
  font-weight:500;
  letter-spacing:-0.01em;
}


/************************************/
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: var(--line);
    backdrop-filter: blur(10px);
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: clamp(14px, 3vw, 16px);
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: var(--porcelain);
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
    }
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
    }
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    }
.pop-up-left-txt span{
	font-weight: 700;
    font-size: clamp(20px, 3vw, 24px);
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: var(--porcelain)}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: var(--porcelain);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: var(--ink);
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;    
}
.no-btn {background:var(--coral);}
.yes-btn {}
/*==========Header==============*/

	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:clamp(51px, 6vw, 79px);
	}
.header{	}
.fixed-nav .site-header{
	position: fixed;
    z-index: 11;
    top: 0;
    -webkit-transition: margin .3s ease-out;
    margin-top: 0;
	}

.logo{
    float: left;
    max-width: clamp(140px, 20vw, 230px);
    margin-right: -110px;
}
a.header-btn{ 
	float:right; 
	width:220px;
	font-size:18px;
	color:#ffffff;
	height:50px;
	line-height:50px;
	margin-top:14px;
	background:#c3a472;
	}
	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	}
ul.mainMenu li{
	float:left;
    padding:0 15px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
    font-size: 15px;
    line-height: 25px;
    color: #1c2a25;
    opacity: .75;
    font-weight: 500;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{opacity:1;color:#1c2a25; }



/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position: static;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background:var(--coral);
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:var(--coral);
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:var(--coral);
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:120px;
	background:var(--ink-soft);
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	    float: left;
    width: 100%;
    padding: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--porcelain);
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
.mobilemenu li:last-child a{ }

/**************************/

.eyebrow{
  font-family:var(--font-mono);
  font-size:clamp(11px, 2vw, 12px);
  letter-spacing:clamp(0.07em, 0.1vw, 0.14em);
  text-transform:uppercase;
  color:var(--coral);
  margin-bottom:14px;
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 28px;
  border-radius:999px;
  font-family:var(--font-body);
  font-weight:600;
  font-size:15px;
  border:1px solid transparent;
  cursor:pointer;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, background .3s ease, color .3s ease;
    justify-content: center;
    text-transform: uppercase;
}
.btn-primary{
  background:var(--ink);
  color:var(--porcelain);
}
.btn-primary:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(42,20,32,0.25);
}
.btn-ghost{
  border-color:var(--ink);
  color:var(--ink);
  background:transparent;
}
.btn-ghost:hover{
  background:var(--ink);
  color:var(--porcelain);
  transform:translateY(-3px);
}

/* ============ HEADER ============ */
.site-header{
    position: relative;z-index: 50;
    background: rgba(251, 245, 242, 0.85);backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);width: 100%;float: left;
    height: clamp(50px, 6vw, 79px);top: clamp(50px, 6vw, 79px);
    margin-top: clamp(-79px, -6vw, -50px);
    display: flex;justify-content: space-between;
    flex-wrap: wrap;align-items: center;
}
.header-inner{
    display:flex;align-items:center;
    justify-content:space-between;
    width: 100%;
}
.logo{
  
}
.logo-text em{
  font-style:italic;
  color:var(--coral);
  font-weight:500;
}
.logo-pulse{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--coral);
  box-shadow:0 0 0 0 rgba(255,77,94,0.5);
  animation:pulseDot 2.4s ease-out infinite;
  flex-shrink:0;
}
@keyframes pulseDot{
  0%{ box-shadow:0 0 0 0 rgba(255,77,94,0.45); }
  70%{ box-shadow:0 0 0 9px rgba(255,77,94,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,77,94,0); }
}

.main-nav{
    display:flex;
    gap:36px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.main-nav a{
  position:relative;
  padding-bottom:4px;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0; right:100%;
  bottom:0;
  height:1.5px;
  background:var(--coral);
  transition:right .3s ease;
}
.main-nav a:hover::after{ right:0; }

.header-icons{ display:flex; align-items:center; gap:14px; }
.icon-btn{
  position:relative;
  width:38px; height:38px;
  border-radius:50%;
  border:1px solid var(--line);
  background:transparent;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:background .25s ease, transform .25s ease;
}
.icon-btn svg{ width:17px; height:17px; }
.icon-btn:hover{ background:var(--ink); color:var(--porcelain); transform:translateY(-2px); }
.cart-count{
  position:absolute;
  top:-4px; right:-4px;
  width:16px; height:16px;
  border-radius:50%;
  background:var(--coral);
  color:#fff;
  font-size:9px;
  font-family:var(--font-mono);
  display:flex; align-items:center; justify-content:center;
}

/* ============ HERO ============ */
.hero{
    position:relative;
    overflow:hidden;
    padding:clamp(40px, 9vw, 120px) 0 clamp(40px, 10vw, 140px);
    background:radial-gradient(ellipse at 78% 30%, var(--porcelain-dim) 0%, transparent 55%),var(--porcelain);
    float: left;
    width: 100%;
    z-index: 1;
}
.hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left 30%;
    z-index: -1;
}

.hero-glow{
    position:absolute;
    top: -33%;
    left: 32%;
    width: 320px;
    height: 320px;
    pointer-events:none;
    z-index: -1;
}
.hero-glow .ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:1px solid rgba(255,77,94,0.35);
  animation:ripple 4.5s ease-out infinite;
}
.hero-glow .r2{ animation-delay:1.1s; border-color:rgba(227,168,87,0.35); }
.hero-glow .r3{ animation-delay:2.2s; border-color:rgba(255,77,94,0.22); }

@keyframes ripple{
  0%{ transform:scale(0.55); opacity:0; }
  15%{ opacity:1; }
  100%{ transform:scale(1); opacity:0; }
}
.ring-core{
  position:absolute;
  top:50%; left:50%;
  width:120px; height:120px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  
    background: radial-gradient(circle at 35% 30%, #ffffff, var(--porcelain) 55%, #ffffff 100%);
  box-shadow:0 0 90px rgba(255,77,94,0.45), inset 0 0 40px rgba(255,255,255,0.25);
  animation:breathe 3.6s ease-in-out infinite;
}
@keyframes breathe{
  0%,100%{ transform:translate(-50%,-50%) scale(1); }
  50%{ transform:translate(-50%,-50%) scale(1.06); }
}

.hero-inner{ position:relative; z-index:2;  }
.hero-title{
    font-size: clamp(46px, 6vw, 72px);
    line-height: 1.02;
    margin-bottom: clamp(14px, 3vw, 24px);
    text-transform: capitalize;
}
.hero-title em{
  font-style:italic;
  color:var(--coral);
}
.hero-copy{
    font-size: clamp(15px, 3vw, 17px);
    line-height: clamp(24px, 3vw, 28px);
    color: var(--ink-soft);
    max-width: 480px;
    margin-bottom: clamp(25px, 4vw, 36px);
}
.hero-actions{ display:flex; gap:16px; flex-wrap:wrap; }

.hero-slides{
  position:relative;
  z-index:2;
  display:flex;
  gap:8px;
  margin-top:72px;
}
.dot{
  width:26px; height:3px;
  background:var(--line);
  border-radius:2px;
}
.dot.active{ background:var(--coral); }

/* ============ SECTION HEAD ============ */

.section-head{ max-width:560px; margin-bottom:clamp(25px, 5vw, 56px); width: 100%}
.section-head h2{ font-size:clamp(28px,3.6vw,42px); text-transform: capitalize;line-height: clamp(42px, 4.5vw, 55px);}
.section-head h2 em{font-style: italic;color: var(--coral);}
p.lead {
    font-size: clamp(15px, 3vw, 17px);
    line-height: clamp(24px, 3vw, 28px);
    color: var(--ink-soft);
    max-width: 560px;
    letter-spacing: 0.02em;
    width: 100%;
}

.section-head.row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  max-width:none;
}
.link-arrow{
  font-family:var(--font-mono);
  font-size:13px;
  letter-spacing:0.03em;
  border-bottom:1px solid var(--ink);
  padding-bottom:2px;
  white-space:nowrap;
}

section, .cont-sec1,.tems_bg{ padding:clamp(40px, 9vw, 110px) 0; float: left;    width: 100%;}

/* ============ CONCERN GRID ============ */
.concern-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.concerns .section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: fit-content;
    align-items: center;
    gap: clamp(25px, 5vw, 60px);
}
.concern-card{
  background:var(--porcelain);
  padding:clamp(25px, 5vw, 44px) clamp(25px, 5vw, 32px);
  transition:background .35s ease, transform .35s ease;
  cursor:pointer;
}
.concern-card:hover{
  background:var(--ink);
  color:var(--porcelain);
  transform:translateY(-2px);
}
.concern-icon{
  width:48px; height:48px;
  color:var(--coral);
  margin-bottom:28px;
  transition:transform .4s ease;
}
.concern-card:hover .concern-icon{ transform:rotate(8deg) scale(1.05); }
.concern-tag{
    font-family:var(--font-mono);
    font-size:11px;
    letter-spacing:0.1em;
    color:var(--clay);
    margin-bottom:10px;
    text-transform: uppercase;
}
.concern-card:hover .concern-tag{ color:var(--coral-soft); }
.concern-card:hover p.lead {
    color: var(--porcelain);
}
.concern-card h3{ font-size: clamp(17px, 3vw, 21px);font-weight: 500;margin-bottom: 16px;text-transform: capitalize; }

/* ============ REPORT / SPEC SHEET ============ */
.report{ background:var(--porcelain-dim); }
.report-grid{
  display:grid;
  grid-template-columns:1fr 0.85fr;
  gap:clamp(30px, 7vw, 80px);
  align-items:center;
}
.report-grid p.lead {
    margin-top: 20px;
}
.report-copy h2{ font-size:clamp(28px,3.4vw,40px); margin-bottom:24px; }
.report-copy p{ color:var(--ink-soft); margin-bottom:18px; max-width:460px; }
.report-copy .btn{ margin-top:12px; }

.report-sheet{
    border-radius: clamp(12px, 2vw, 18px);
    aspect-ratio: 3 / 3;
    overflow: hidden;
}
.report-sheet img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sheet-header{
  display:flex;
  justify-content:space-between;
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--coral-soft);
  border-bottom:1px solid rgba(251,245,242,0.15);
  padding-bottom:18px;
  margin-bottom:18px;
}
.sheet-list li{
    display:flex;
    align-items:baseline;
    gap:8px;
    padding:12px 0;
    border-bottom:1px dashed rgba(251,245,242,0.14);
    font-size:clamp(12px,3vw, 14.5px);
    text-transform: capitalize;
}
.sheet-list li span{ color:rgba(251,245,242,0.65); white-space:nowrap; }
.sheet-list li i{ flex:1; border-bottom:1px dotted rgba(251,245,242,0.25); transform:translateY(-4px); }
.sheet-list li b{ font-weight:600; white-space:nowrap; }
.sheet-footer{
  margin-top:20px;
  font-family:var(--font-mono);
  font-size:11px;
  color:rgba(251,245,242,0.45);
}

/* ============ PRODUCT GRID ============ */
.product-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}
.product-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}
.product-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow);
}
.product-thumb{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  color:#fff;
}
.product-thumb svg{ width:56px; height:56px; stroke:rgba(255,255,255,0.9); }
.thumb-1{ background:linear-gradient(135deg,#FF7A7A,#C43A47); }
.thumb-2{ background:linear-gradient(135deg,#E3A857,#B9782C); }
.thumb-3{ background:linear-gradient(135deg,#FF4D5E,#5B3A48); }
.thumb-4{ background:linear-gradient(135deg,#C89B86,#5B3A48); }
.wish-btn{
  position:absolute;
  top:12px; right:12px;
  width:32px; height:32px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,0.85);
  color:var(--ink);
  font-size:15px;
  cursor:pointer;
  transition:transform .25s ease, background .25s ease;
}
.wish-btn:hover{ transform:scale(1.12); background:#fff; }

.product-card .product-tag{
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--coral);
  padding:18px 20px 4px;
}
.product-card h3{
  font-size:16.5px;
  font-weight:500;
  padding:0 20px;
  margin-bottom:16px;
}
.product-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px 22px;
}
.price{ font-family:var(--font-mono); font-weight:700; font-size:  15px; }
.btn-add{
  font-family:var(--font-body);
  font-size:13px;
  font-weight:600;
  padding:9px 16px;
  border-radius:999px;
  border:1px solid var(--ink);
  background:transparent;
  cursor:pointer;
  transition:background .3s ease, color .3s ease, transform .3s ease;
}
.btn-add:hover{ background:var(--ink); color:var(--porcelain); transform:translateY(-2px); }

/* ============ TRUST STRIP ============ */
.trust{ padding:clamp(40px, 6vw, 70px) 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}
.trust-item{ text-align:left; }
.trust-item img {
    width: clamp(30px, 4vw, 40px);
    margin-bottom: 5px;
}
.trust-item svg{ width:30px; height:30px; color:var(--coral); margin-bottom:16px; }
.trust-item h4{ font-size:clamp(17px, 3vw, 18px); margin-bottom:6px; font-weight:600; text-transform: capitalize;}
.trust-item p{ color:var(--ink-soft); font-size:14px; }

/* ============ FOOTER ============ */
.site-footer{ background:var(--ink); color:var(--porcelain); padding:clamp(40px, 5vw, 80px) 0 30px; float: left;width: 100%;}
.footer-grid{
    display:grid;
    grid-template-columns:1fr 0.6fr 1.7fr 1.2fr;
    gap: clamp(20px, 3vw, 40px);
    padding-bottom: clamp(30px, 4vw, 50px);
    border-bottom:1px solid rgba(251,245,242,0.12);
}
.footer-brand .logo img {
    filter: brightness(0) invert(1);
}
.footer-brand p{ margin-top:16px; color:rgba(251,245,242,0.6); font-size:clamp(12px, 3vw, 14px); max-width:240px; }
.footer-brand .logo-text em{ color:var(--coral-soft); }
.footer-col h5{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:var(--coral-soft);
  margin-bottom:18px;
  font-weight:400;
}
.footer-col a{ display:block; font-size:clamp(12px, 3vw, 14px); color:rgba(251,245,242,0.75); margin-bottom:12px; transition:color .2s ease; }
.footer-col a:hover{ color:#fff; }
.footer-col p{ font-size:clamp(12px, 3vw, 14px); color:rgba(251,245,242,0.6); margin-bottom:10px; }
.payment-marks{ font-family:var(--font-mono); letter-spacing:0.05em; font-size:12px; }

.footer-bottom{
  padding-top:26px;
  font-size:12.5px;
  color:rgba(251,245,242,0.45);
    text-align: center;
}

/* ============ SCROLL REVEAL ============ */
.concern-card, .product-card, .trust-item{
  opacity:0;
  transform:translateY(18px);
  animation:reveal .7s ease forwards;
}
@keyframes reveal{ to{ opacity:1; transform:translateY(0); } }
.concern-card:nth-child(1){ animation-delay:.05s; }
.concern-card:nth-child(2){ animation-delay:.1s; }
.concern-card:nth-child(3){ animation-delay:.15s; }
.concern-card:nth-child(4){ animation-delay:.2s; }
.concern-card:nth-child(5){ animation-delay:.25s; }
.concern-card:nth-child(6){ animation-delay:.3s; }
.product-card:nth-child(1){ animation-delay:.05s; }
.product-card:nth-child(2){ animation-delay:.12s; }
.product-card:nth-child(3){ animation-delay:.19s; }
.product-card:nth-child(4){ animation-delay:.26s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px){
  .main-nav{ display:none; }
  .report-grid{ grid-template-columns:1fr; }
  .hero-glow{ opacity:0.5; }
      .concern-grid{ grid-template-columns:repeat(2, 1fr); }
  .product-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px){
    .pop-up-left-txt{text-align: center;}
    .hero-bg{object-position: 30% 0%;opacity: 0.2;}
    .hero-glow{display: none}
    .ring-core{width: 80px;height: 80px;}
    .btn{width:100%}
    
  .wrap{ padding:0 20px; }
  .concern-grid, .concerns .section-head{ grid-template-columns:1fr; }
  .trust-grid{ grid-template-columns:1fr; }
  .product-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .hero{ }
 
  .section-head.row{ flex-direction:column; align-items:flex-start; gap:16px; }


}





/*======================= start footer ===================*/
/*===========================
SHOP_PAGE
===========================*/
.shop-section{
	float:left;
	width:100%;
	padding:40px 0 50px;
	background:#fff;
	}
.prod-sec-left {
    float: left;
    width: 26%;
    border: 1px solid #10b3f0;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
	display:none;
	}
.prodNameHdng{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#2a6f91;
	font-weight:bold;
	text-align:left;
	padding:15px;
	background:#f1f7fb;
	border-bottom:1px solid #10b3f0;
	}
ul.prodName-list{
	float:left;
	width:100%;
	}
ul.prodName-list li{
	float: left;
    width: 100%;
    padding: 30px 15px 21px 115px;
    font-size: 20px;
    line-height: 24px;
    color: #2a6f91;
    font-weight: 500;
    border-bottom: 1px solid #a9d1e3;
    text-align: left;
    cursor: pointer;
    position: relative;
	}

ul.prodName-list li:last-child{ border:none;}
ul.prodName-list li.active{
	background:#f1f7fb;
	}
ul.prodName-list li img{
	position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    background: #fff;
    padding: 5px;
    border-right: 1px solid #e7e7e7;
}
ul.prodName-list li:hover img{
	border-right: 1px solid #f1f7fb;
}

.prod-sec-right{
	float: right;
    width: 100%;
    text-align: left;
	}
.prod-row{
	float:left;
	width:100%;
	}
.prodct-name{
	float:left;
	width:100%;
	font-size:30px;
	line-height:35px;
	color: #333;
	position:relative;
	padding-bottom:15px;
	}
.prodct-name:after {
    position: absolute;
    left: 5px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #d2ddf1;
    content: "";
	}
.mrgn15{ margin-top:15px;}
.prod-subHdng{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color: #2a6f91;
	margin-top:25px;
	}
.shop-pg, .thank-pg {
    float: left;
    width: 100%;
}
.product-wrap{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 30px;
	}
.prod-col{
	float: left;
	width: 24%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 11px 15px;
	transition: all 0.3s;
	position: relative;
}

.shop-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	transition:all 0.3s;
}
.prod-col:hover .shop-prod{}
.shop-prd-name{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #1d2c4c;
    text-transform: capitalize;
	}
.size {
    line-height: 25px;
    font-size: 16px;
    width: 100%;
    margin: 0px 0 0;
    display: inline-block;
    font-weight: 600;
}	
.shop-prd-prc{
	float: left;
    width: 100%;
    font-size: 22px;
	    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-top: 6px;
    letter-spacing: 0.3px;
	}
.shop-prd-btn{
	display: inline-block;
    vertical-align: middle;
   	width: 140px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    color: #2a6f91;
    border: 1px solid #2a6f91;
    margin-top: 20px;
    text-align: center;
	cursor:pointer;
	}
.prod-col:hover a.shop-prd-btn{
	background:#009bf6;
	color:#fff;
	border:1px solid #009bf6;
	}
/*============mail-strip============*/
.mail-strip{
	float:left;
	width:100%;
	background:linear-gradient(45deg, #333, #767676);
	padding:60px 0;
	}
.signupHdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
	}
.signup-para{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
	margin-top:15px;
	}
.mail-field {
	display:inline-block;
	vertical-align:middle;
    width:100%;
	max-width:650px;
	border:1px solid #d2ddf1;
	background:#fff;
	border-radius:5px;
    height: 65px;
	margin-top: 40px;
	overflow:hidden;
	padding:8px;
	position:relative;
	}
.mail-field input {
    float: left;
    width: 70%;
    border: none;
    outline: none;
    color: #000;
    font-size:20px;
    height:100%;
    padding: 0 20px;
	background:#fff;
	font-family:inherit;
	}
.signUp {
	position: absolute;
	width: 180px;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	top: 6px;
	right: 5px;
	padding: 7px 0;
	}
a.signUp  img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px -15px 0 15px;
    width: 9px;
	}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	}
.ftr-txt{
	font-size: 15px;
    line-height: 25px;
    color: rgba(251, 249, 244, .7);
    float: left;
    width: 100%;
    padding: 20px 0 0;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
	}
.ftr-txt a{color: #C2AEC1; margin:0 5px;}
/*=============================================
			 START PRODUCT PAGE
==============================================*/
.inner-menu {
	padding: 20px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--ink);
}
ul.inmnu-list {
	text-align: left;
}
ul.inmnu-list li {
	    display: inline-block;
    margin: 0 13px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: var(--ink);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
ul.inmnu-list li:last-child {
   color: var(--ink-soft);
	margin-right:0;
}
ul.inmnu-list li a {
	color: var(--coral-deep);
}
ul.inmnu-list li:last-child a{}
.disc {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #787878;
	margin: 0 0 2px 0;
}
/*===============product sec1================*/
.prd-sec1 {
	padding: 20px 0 100px 0;
	background: url(../images/prd-s1bg.jpg) left top repeat-x;
}

/*=============================================
		  START PRODUCT DETAIL PAGE
==============================================*/
.prddtl-sec1 {
	padding: clamp(40px, 9vw, 110px) 0;
	float:left;
	width:100%;
}
.prddtl-sec1 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 5vw, 60px);
}
.prddtls1-lft {
    width: 100%;
    background: #f2ede2;
    padding: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prddtls1-rgt {
	float: left;
	width: 100%;
}

.prddtl-sec1-img{
    width: calc(100% - 100px);
}

.slide-img {
	margin: 10px auto;
	display: block;
}
.prddtls1-rgthding1 {
	color: #c9a961;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
	text-align:left;
}
.prddtls1-rgthding2 {
    font-size:36px;
    font-weight: 400;
    line-height: 1.1;
    color: #1c2a25;
    letter-spacing: -.01em;
	text-align:left;
}
.prddtls1-rgttxt {
	font-size: clamp(15px, 3vw, 17px);
    line-height: clamp(24px, 3vw, 28px);
    color: var(--ink-soft);
    letter-spacing: 0.02em;
    padding: 15px 0 0 0;
}
ul.prddtls1-rgtlist {
	float: left;
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 14px;
}
.other-prd {
    float: right;
    width: 48%;
}
.other-prod .prod-col {
    width: 49%;
}
.other-prod ul.s3-prdcts-list{ float: left; width:100%;}
.other-prod ul.s3-prdcts-list li{width:100% !important;}
.s2-mdl-box2{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top:30px;
}
.s2-mdl-box2 .s2-prodBx-col {
	width: 49%;
	margin: 0;
	padding: 15px 13px;
}
ul.prddtls1-rgtlist li {
    padding: 0px 0 0 21px;
    font-size: 12px;
    line-height: 25px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
ul.prddtls1-rgtlist li:first-child {
}
ul.prddtls1-rgtlist li:before {
   content: "\2726";
    position: absolute;
    top: 0px;
    left: 0;
    height: 10px;
    width: 9px;
    color: #c9a961;
    font-size: 19px;
}
ul.prddtls1-rgtlist li:first-child:before {
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 4px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #97d0f1;
}
ul.prddtls1-rgtlist li span{
    display: inline-block;
    font-weight: 600;
}
ul.prddtls1-rgtlist li span span{
	float:right;
	width: auto;
	}
ul.prddtl-prclist {
	border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 22px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.prddtl-prclist li {
	float: left;
    width: 50%;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #010101;
    text-align: left;
    padding: 15px 0;
}
ul.prddtl-prclist li:nth-child(2) {}
ul.prddtl-prclist li span {
	    font-weight: bold;
    font-size: 28px;
    color: #333;
	margin-top:5px;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.prddtl-prclist.dsplay {
        float: left;
    width: 100%;
    border: 1px solid var(--coral-soft);
    border-radius: clamp(15px, 3vw, 20px);
    margin-top: clamp(25px, 3vw, 30px);
    padding: clamp(15px, 3vw, 20px);
}
.prd-strength-row{
	float: left;
    width: 100%;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: var(--ink);
    font-weight: 600;
    font-family: var(--font-display);
}
.option-field1{
	float: left;
    width: 100%;
    margin-top: 20px;
}

.option-field1 li.option {
	z-index: 1;
    padding: 15px 30px 15px 20px;
    display: none;
    float: left;
    width: 100%;
    background: var(--porcelain-dim);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.option-field1 li:first-child:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/s2-prc-arw.png) no-repeat center right;
    width: 24px;
    height: 15px;
    filter: brightness(0.5);
    transform: translateY(-50%);
    background-size: 10px;
}

.option-field1 li.option span {
    float: right;
}
.option-field1 li.option:hover {
  background: var(--coral-soft);
}

.option-field1 li:first-child {
  display: block;
}
.option-field1 .price{
    float: left;
    width: 100%;
    color: #1c2a25;
    font-size: 30px;
    font-weight:400;
	margin-top:10px;
}	
.size-guide-box {
	position: absolute;
	top: 1px;
	right: 90px;
	font-size: 16px;
}
.size-guide-box a {
    color: #b7953a;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.select-size .inner {
    float: left;
    width: 100%;
}
.select-size .inner a {
        float: left;
    border: 1px solid #ccc;
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 1px 0;
    margin-right: 10px;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner a.active {background: #009bf6;}
.select-size .inner a span { font-size: 18px; line-height: 27px; margin:0;}
.select-size .inner a.active span{color:#fff;}

.inpg-dvdr {
	height: 1px;
	background: #f1f1f1;
	margin: 72px auto 60px auto;
	display: block;
}
.tab-txt1, .tab-txt2 {
	float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}
.prod-desc {
    max-width: 160px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.tab-txt2 {
	padding: 10px 0 0;
}
ul.prddtl-tablist {
	float: left;
	width: 100%;
}
ul.prddtl-tablist li {
	background: url(../images/bullet.png) left 6px no-repeat;
	padding: 0 0 0 22px;
	font-size: 18px;
	line-height: 24px;
	margin: 11px 0 0 0;
}

/*===============product detail sec2================*/
.prddtl-s2 {
	background: #f9f9f9;
    padding: 60px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    overflow: hidden;
}
ul.prddtl-s2list {
	padding: 20px 60px 0 60px;
}
ul.prddtl-s2list li {
	float: left;
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 3%;
}
ul.prddtl-s2list li p {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #082f51;
	text-align: center;
	text-transform: uppercase;
}
.prddtls2l-imgbox {
	float: left;
    width: 100%;
    margin-bottom: 20px;
}
.softgel, .oildrop, .sleeppatch {
	margin: 0 auto;
	display: block;
}
.softgel {
	width: 300px;
}
.oildrop {
	width: 101px;
}
.sleeppatch {
	
}

/*==============================================
				START CART PAGE
===============================================*/
.cart-sec1, .chk-sec1 {
	padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
	float:left;
	width:100%;
}
.cart-txt1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #2d2d2d;
	text-align: left;
}
.cart-box1 {
    background: var(--ink);
    font-family: inherit;
    font-weight: 500;
    font-size: clamp(12px, 2vw, 14px);
    color: var(--porcelain);
    float: left;
    width: 100%;
    padding: clamp(15px, 3vw, 30px) 10px;
    border-radius: 10px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}
.one, .two, .three, .four {
	float: left;
	display: inline-block;
	width: 64%;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.two{display:none;}
.one {
	padding: 0 0 0 20px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 15px 0 0;
}
.odrsmry-icon {
	margin: 0 5px -4px 0;
}
.cart-box2 .one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.cart-box2, .card-box3, .card-box4 {
	border-bottom: 1px solid var(--coral-soft);
	padding: clamp(10px, 2vw, 20px) 0;
	float: left;
	width: 100%;
	    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
    flex-wrap: nowrap;
}
.card-box3 {
	padding: 30px 0;
	
}
.card-box4{
	border:none;
	padding-bottom:0;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
    padding-top: 40px;
	}
.cart-prdname {
	padding: 0;
    font-size: clamp(11px, 2vw, 13px);
    float: left;
    width: 100%;
    text-transform: capitalize;
    text-align: left;
}
.cart-prdname span.span1 {
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.cart-prdname .span2 {
	display: block
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	    border: 1px solid #dcdcdc;
    width: 120px;
    float: left;
    position: relative;
}
.cart-prd1 img, .cart-prd2 img, .cart-prd3 img, .cart-prd4 img {
	margin: 0 auto;
	display: block;
	padding: 10px;
}
.cart-prd4 img {
}
.unit-price, .sub-total, .qtybox {
	font-family: inherit;
	color: #292929;
	text-align: center;
	float: left;
	width: 100%;
    font-size: clamp(11px, 2vw, 13px);
}
.sub-total {
	text-align: right;
}
.card-box3lft, .card-box3rgt {
	float: left;
	display: inline-block;
	width: 60%;
	box-sizing: border-box;
}
.card-box3rgt {
	width: 50%;
    background: var(--ink);
    padding: clamp(15px, 3vw, 30px);
    border-radius: clamp(15px, 3vw, 20px);
}
.promo-fld {
	float: left;
	margin: 0;
	display: none;
}
.promo-fld label, .promo-fld input, .apply {
	float: left;
	display: inline-block;
}
.promo-fld label {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	color: #292929;
	text-align: left;
	margin: 0 15px 0 0;
}
.promo-fld input {
	width: 200px;
	border: 1px solid #c2c2c2;
	height: 37px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 6px;
	margin: 0 5px 0 0;
}
.apply {
	width: 60px;
	height: 35px;
	background: #009bf6;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
    border-bottom: 1px solid var(--clay);
    font-size: clamp(12px, 2vw, 14px);
    text-align: left;
    padding: clamp(15px, 3vw, 20px) 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
ul.cart-prclist li:first-child {padding-top: 0;}
ul.cart-prclist li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
ul.cart-prclist li span.span1 {
	width: 100px;
	float: right;
	text-align: right;
}
ul.cart-prclist li span.span2 {
	font-weight: bold;
}
#cartBox{
	float:left;
	width:100%;
	}
#cartBox p{}
#cartBox #browse{margin-top: 10px;}
.continue-shpbtn, .proceed-chkbtn {}
.proceed-chkbtn {}
/*==============================================
			 START CHECKOUT PAGE
===============================================*/
.chk-sec1 {}
.chk-lft, .chk-rgt {
	float: left;
	display: inline-block;
	width: 49%;
	margin: 0 0 0 0;
}
.chk-rgt {
	width: 47.72%;
	margin: 0;
	float: right;
}
.frm1, .frm2 {
	display: inline-block;
	padding: 0 0 34px 0;
}
.frm2 {
	margin: 23px 0 0 0;
}
.shp-hding, .pmt-hding {
    font-weight: 400;
    font-size: clamp(12px, 2vw, 14px);
    color: var(--porcelain);
    text-align: left;
    text-transform: uppercase;
    padding: clamp(15px, 3vw, 30px) 10px clamp(15px, 3vw, 30px) 50px;
    background: var(--ink) url(../images/ship-icon.png) 15px center no-repeat;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    letter-spacing: 0.05em;
    border-radius: 10px;
}
.pmt-hding {
	background:var(--ink) url(../images/pmt-icon.png) 15px center no-repeat;
}
/*----------form start------------*/
.frm-inner {
    float: left;
    width: 100%;
    
}
.frmElmnts {
	float: left;
	margin: clamp(10px,2vw, 20px) 0 0 0;
	width: 100%;
	display: flex;
    align-items: center;
}
.frmfld, .frmfld-short1, .frmfld-short2, .frmfld-short3 {
	float: left;
	display: inline-block;
}
.frmElmnts label, .weaccept {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
    padding: clamp(15px,3vw, 20px);
    border-radius: 10px;
    font-size: 12px;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: var(--porcelain-dim);
}
.frmElmnts label {
	width: 100%;
	margin: 0;
	line-height: 30px;
}
.cards {
	float: right;
}
.sameas {
	    font-size: 12px;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 28px;
    text-align: left;
    position: relative;
    margin: 13px 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
}
.chkbx {
    width: 13px;
    height: 13px;
    background: url(../images/chkbx.png) left top no-repeat;
    appearance: normal;
    -webkit-appearance: none;
}
.chkbx:checked {
	background: url(../images/chkbx-checked.png) left top no-repeat
}
.topmar2 {
	margin-top: 10px;
}
.frmfld {
        width: 100%;
    height: 60px;
    border: 1px solid var(--line);
    box-sizing: border-box;
    padding: 0 0px 0 50px;
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.frmfld-short1, .frmfld-short2, .frmfld-short3 {
	width: 48.5%;
}
.frmfld-short1, .frmfld-short3 {
	margin-right: 3%;
}
.frmfld input, .frmfld select {
	    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.frmfld select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-fldbg.png) 98% center no-repeat;
	padding-left:5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #818080;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #818080;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #818080;
}
:-moz-placeholder { /* Firefox 18- */
 color: #818080;
}
.icon {
	position: absolute;
	left: 15px;
	top: 50%;
    transform: translateY(-50%);
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
a.what {
	    font-size: 13px;
    color: var(--coral);
    text-align: left;
    text-decoration: underline;
}
.trm {
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
    font-size: clamp(12px, 3vw, 14px);
    line-height: 25px;
    color: var(--ink-soft);
}
.trm a{color: var(--ink-soft);}
.agreetxt {
    margin: 20px 0 20px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    text-align: left;
    position: relative;
    width: 100%;
    float: left;
}
.agreetxt a {
	color: #071eff;
	text-decoration: underline;
}
/*----------right side--------------*/
.smry-box {
	    padding: 20px;
    background: var(--ink);
    border-radius: 20px;
}
.smry-box #cartBox p{
	margin-top:0;
	}
.smry-box #browse{
	margin-top:10px;
    color: var(--porcelain);
    border-color: var(--porcelain);
	}
.smry-box .cart-box1{
    padding: 0 0 clamp(10px, 2vw, 20px);
    border-bottom: 1px solid var(--porcelain);
    border-radius: 0;
}
.smry-box .one{
	padding:0;
	width:70%;
	}
.smry-box .odrsmry-icon{
	display:none;
	}
.smry-box .cart-box1 .two{width:40%; text-align:right}
.smry-box .cart-box1 .three{
	display:none;
	} 
.smry-box .cart-box2 .cart-prd1{
	display:none;
	}
.smry-box .cart-box2 .cart-prdname{
	padding:0;
	}
.smry-box .cart-box2 .cart-prdname .span2{
	display:none;
	}
.smry-box .cart-box2 .cart-prdname .span1, .smry-box .four .sub-total, ul.cart-prclist li{
    color: var(--porcelain);
	}
.smry-box .two .unit-price, .smry-box .three .qtybox{
	display:none;
	}
.smry-box .four{
	float: right;
	padding: 0;
	width: 33%;
	
	}
.smry-box .four .sub-total{
	padding:0;
	text-align:right;
	}
.smry-box .cart-box2 .one{
	padding-bottom:0;
	}
.smry-box .cart-remv

 {
    filter: brightness(0) invert(1);
}
.smry-box .cart-box2 .two, .smry-box .cart-box2 .three{display:none;}
.smry-box .card-box3 {
    padding: 15px 0 0;
	border-bottom:none;
    flex-wrap: wrap;
}
.smry-box .card-box3lft .promo-fld{
	display:none;
	}
.smry-box .card-box3rgt{
	width: 100%;
    padding: clamp(15px, 3vw, 20px);
    background: var(--ink-soft);
    border-radius: 20px;
	}
.smry-box .card-box3rgt ul.cart-prclist li{
	padding:10px 0;
	border:none;
	}
.smry-box .card-box3rgt ul.cart-prclist li:last-child{
	    background: var(--ink);
    padding: clamp(15px, 3vw, 30px) 20px;
    font-weight: bold;
    margin-top: clamp(10px, 2vw, 15px);
    border-radius: 10px;
	}
.smry-box .card-box4{
	display:none;
	}



.chkqtbox {
	border: 1px solid #ededed;
	margin: 77px auto 0 auto;
	position: relative;
}
.chkqt {
	position: absolute;
	left: 0;
	right: 0;
	margin: -40px auto 0 auto;
	display: block;
}
.chkqt-txt {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 50px 25px 0 25px;
}
.chkqt-txt2 {
	padding: 22px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #018abd;
	text-align: center;
	text-transform: uppercase;
}
.chkqt-txt3 {
	font-size: 18px;
	text-align: center;
	padding: 0 20px 30px 20px;
}
.chkqt-txt3 span {
	color: #018abd;
}
.chkrgt-subhding {
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
	padding: 42px 10px 0 10px;
}
.chkrgt-subhding span {
	font-weight: bold;
	font-size: 35px;
}
ul.chk-nohidlist {
	padding: 35px 0 0 0;
	text-align: center;
}
ul.chk-nohidlist li {
	display: inline-block;
	margin: 0 8px;
}
ul.chk-nohidlist li img {
	width: 102px;
}
.chk-hding {
}

/*==============================
	START CONTACT PAGE
===============================*/
.cont-sec1 {text-align: center;}
.cont-sec1 .section-head {margin: 0 auto clamp(25px, 5vw, 56px);}
.cont-mid-lft, .cont-mid-rgt {
	display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(30px, 6vw, 60px);
    position: relative;
    align-items: center;
}
.cont-mid-rgt {
	position: relative;
	width: 47.69%;
	background: #f7f6f6;
	float:right;
}
.cont-div {
    display: grid;
    grid-template-columns: clamp(60px, 6vw, 80px) 0.45fr 1fr;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.cont-div:last-child{margin-bottom: 0px;}
.cont-p1 {
	font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 0;
    font-weight: 400;
    color: #1c2a25;
}
.cont-p2 {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #272727;
	margin: 30px 0 0 0;
}
.cont-p2-1, .cont-p2-2, .cont-p2-3, .cont-p2-4 {
    font-size: clamp(17px, 3vw, 21px);
    text-transform: capitalize;
    text-align: left;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}
.cont-div span {
    display: flex;
    width: clamp(60px, 6vw, 80px);
    height: clamp(60px, 6vw, 80px);
    background: var(--ink);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: var(--shadow);
}
.cont-p2-2 {
	
}
.cont-p2-3 {
	
}
.cont-p2-4 {
	
}
.cont-p3 {
    font-size: clamp(15px, 2.5vw, 17px);
    line-height: clamp(24px, 3vw, 28px);
    color: var(--ink-soft);
    letter-spacing: 0.02em;
    text-align: left;
    width: 100%;
    max-width: 490px;
}
.cot-brd {
	border-bottom: 1px solid #f2f2f2;
	margin:18px 0 0 0;
}
.cont-arw {
	position: absolute;
	top: 79px;
	left: -26px;
}
.contct-model{
	width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2.5;
    border-radius: 20px;
    box-shadow: var(--shadow);
	}
/*==========right=======================*/
.cont-frm {
	width: 77.06%;
	margin: 0 auto 0 auto;
	padding: 35px 0 35px 0;
}
.cot-rgt-p1 {
	font-size: 28px;
	line-height: 40px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}
.cont-frmElmnts {
	float: left;
	width: 100%;
	margin: 12px 0 0 0;
	display: block;
	position: relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea {
	width: 100%;
	background: #fff;
	height: 54px;
	border: 1px solid #d2cfcc;
	box-sizing: border-box;
	padding: 0 10px 0 57px;
	font-family:inherit;
	font-size: 16px;
	color: #000;
	border-radius: 6px;
	text-align: left;
}
.cont-frmElmnts textarea {
	height: 215px;
	width: 99.83%;
	padding: 14px 10px 0 20px;
	border: 1px solid #d2cfcc;
	resize: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #8b8b8b;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #8b8b8b;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
 color: #8b8b8b;
}
.fldicon, .fldicon2 {
	position: absolute;
	left: 14px;
	top: 18px;
}
.fldicon2 {
	top: 13px;
}
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	background: var(--porcelain-dim);
}
.trm-bx {
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #333;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #333;
    padding-bottom: 5px;
}
.trm-bx h3 {
    line-height: clamp(22px, 3vw, 28px);
    text-align: left;
    font-size: clamp(17px, 3vw, 20px);
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: var(--porcelain);
    font-weight: 500;
    background: var(--ink);
    padding: clamp(10px, 2vw, 20px) 15px;
    border-radius: 10px;
}
.trm-bx li {
	margin-top: 10px;
	font-size: clamp(13px, 3vw, 16px);
    line-height: clamp(23px, 3vw, 26px);
    color: var(--ink-soft);
    letter-spacing: 0.02em;
	float: left;
	width: 100%;
}
.term-prod-lst, .trm-bx ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.term-prod-lst li {
    list-style: decimal;
    margin: 0;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
    float: left;
    width: 100%;
}
.trm-bx span {
	text-transform: uppercase;
	display:block;
	font-weight:700;
}
.trm-bx p {
	font-size: clamp(13px, 3vw, 16px);
    line-height: clamp(23px, 3vw, 26px);
    color: var(--ink-soft);
    letter-spacing: 0.02em;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx p:last-child{margin-bottom:0;}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
	text-align:left;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.card-error {
    width: clamp(100px, 20vw, 260px);
    margin: 0px 0 15px;
}