/*---------------------------header-flash start-----------------------------------------*/

.veloribeauty-section{
  --rb-bg:#fbfaf9;
  --rb-text:#570418;
  --rb-border:#c98ca4;
  --rb-white:#ffffff;
  --rb-title-font: Georgia, "Times New Roman", serif;
  --rb-body-font: Arial, Helvetica, sans-serif;
  width:100%;
  background:var(--rb-bg);
  overflow:hidden;
  position:relative;
}

.veloribeauty-section *{
  box-sizing:border-box;
}

.veloribeauty-section .rb-slider{
  width:100%;
  min-height:760px;
  position:relative;
  background:var(--rb-bg);
  overflow:hidden;
}

/* CENTER STAGE */
.veloribeauty-section .rb-stage{
  width:100%;
  position:relative;
  z-index:2;
  margin-top:87px;
}


@media (max-width: 767px) {
    .veloribeauty-section .rb-stage {
        margin-top: 75px !important;
    }
}


.veloribeauty-section .rb-stage-inner{
  max-width:1120px;
  width:calc(100% - 220px);
  margin:0 auto;
  min-height:760px;
  display:grid;
  grid-template-columns:680px 1fr;
  gap:90px;
  align-items:center;
  position:relative;
}

.veloribeauty-section .rb-main-image{
  width:100%;
  height:610px;
  overflow:hidden;
  background:#ead2c6;
}

.veloribeauty-section .rb-main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.veloribeauty-section .rb-content{
  max-width:440px;
  color:var(--rb-text);
}

.veloribeauty-section .rb-kicker{
  display:inline-block;
  margin-bottom:28px;
  font-size:13px;
  letter-spacing:9px;
  color:var(--rb-text);
  font-family:var(--rb-body-font);
}

.veloribeauty-section .rb-content h2{
  margin:0 0 28px;
  font-size:58px;
  line-height:1.02;
  font-weight:400;
  color:var(--rb-text);
  font-family:var(--rb-title-font);
}

.veloribeauty-section .rb-content p{
  margin:0 0 36px;
  font-size:20px;
  line-height:1.65;
  color:var(--rb-text);
  font-family:var(--rb-body-font);
  letter-spacing:1px;
}

.veloribeauty-section .rb-btn{
  min-width:355px;
  height:56px;
  padding:0 25px;
  border:1px solid var(--rb-border);
  color:var(--rb-text);
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  letter-spacing:6px;
  font-family:var(--rb-body-font);
  text-transform:uppercase;
  background:transparent;
  transition:.3s ease;
}

.veloribeauty-section .rb-btn:hover{
  background:var(--rb-text);
  color:#fff;
  border-color:var(--rb-text);
}

/* SIDE PREVIEWS */
.veloribeauty-section .rb-side-preview{
  position:absolute;
  top:87px;
  width:170px;
  height:610px;
  overflow:hidden;
  z-index:1;
}

.veloribeauty-section .rb-side-preview img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:opacity .35s ease;
}

.veloribeauty-section .rb-side-left{
  left:0;
}

.veloribeauty-section .rb-side-right{
  right:0;
}

.veloribeauty-section .rb-fade-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.veloribeauty-section .rb-fade-left{
  background:linear-gradient(to right, var(--rb-bg) 0%, rgba(243,241,239,.82) 45%, rgba(243,241,239,0) 100%);
}

.veloribeauty-section .rb-fade-right{
  background:linear-gradient(to left, var(--rb-bg) 0%, rgba(243,241,239,.82) 45%, rgba(243,241,239,0) 100%);
}

/* ARROWS */
.veloribeauty-section .rb-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:56px;
  height:56px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:var(--rb-text);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:5;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  padding:0;
}

.veloribeauty-section .rb-arrow svg{
  width:18px;
  height:18px;
}

.veloribeauty-section .rb-prev{
  left:22px;
}

.veloribeauty-section .rb-next{
  right:22px;
}

/* fade animation */
.veloribeauty-section .rb-fade-switch{
  animation: rbFadeIn .45s ease;
}

@keyframes rbFadeIn{
  from{
    opacity:.2;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width:1400px){
  .veloribeauty-section .rb-stage-inner{
    width:calc(100% - 180px);
    grid-template-columns:560px 1fr;
    gap:65px;
  }
  .veloribeauty-section .rb-main-image{
    height:540px;
  }
  .veloribeauty-section .rb-side-preview{
    width:130px;
    height:540px;
  }
  .veloribeauty-section .rb-content h2{
    font-size:48px;
  }
}

@media (max-width:1199px){
  .veloribeauty-section .rb-slider{
    min-height:auto;
    padding:80px 0;
  }
  .veloribeauty-section .rb-stage{
    margin-top:0;
  }
  .veloribeauty-section .rb-stage-inner{
    width:calc(100% - 120px);
    min-height:auto;
    grid-template-columns:1fr 1fr;
    gap:36px;
  }
  .veloribeauty-section .rb-main-image{
    height:480px;
  }
  .veloribeauty-section .rb-side-preview{
    width:72px;
    height:480px;
    top:80px;
  }
  .veloribeauty-section .rb-content h2{
    font-size:40px;
  }
  .veloribeauty-section .rb-content p{
    font-size:17px;
  }
  .veloribeauty-section .rb-btn{
    min-width:260px;
  }
}

/* ===== MOBILE EXACT LAYOUT FIX ===== */
@media (max-width:767px){
  .veloribeauty-section{
    padding:0;
  }

  .veloribeauty-section .rb-slider{
    min-height:auto;
    padding:14px 0 26px;
    overflow:hidden;
  }

  .veloribeauty-section .rb-stage{
    margin-top:0;
  }

  .veloribeauty-section .rb-stage-inner{
    width:100%;
    min-height:auto;
    display:block;
    padding:0 22px;
  }

  .veloribeauty-section .rb-main-image{
    position:relative;
    width:100%;
    height:auto;
    aspect-ratio: 0.88 / 1;
    min-height:360px;
    max-height:none;
    overflow:hidden;
    background:#eadfd6;
  }

  .veloribeauty-section .rb-main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }

  .veloribeauty-section .rb-content{
    max-width:100%;
    text-align:left;
    padding:18px 6px 0;
  }

  .veloribeauty-section .rb-kicker{
    display:block;
    margin-bottom:14px;
    font-size:11px;
    line-height:1.2;
    letter-spacing:7px;
  }

  .veloribeauty-section .rb-content h2{
    margin:0 0 14px;
    font-size:26px;
    line-height:1.08;
    letter-spacing:0;
  }

  .veloribeauty-section .rb-content p{
    margin:0 0 22px;
    font-size:14px;
    line-height:1.55;
    letter-spacing:0;
    max-width:100%;
  }

  .veloribeauty-section .rb-btn{
    width:100%;
    min-width:100%;
    height:44px;
    font-size:10px;
    letter-spacing:4px;
  }

  /* thin side glimpses like screenshot */
  .veloribeauty-section .rb-side-preview{
    display:block;
    top:14px;
    width:14px;
    height:calc(((100vw - 44px) / 0.88));
    max-height:430px;
    min-height:360px;
    z-index:3;
    overflow:hidden;
  }

  .veloribeauty-section .rb-side-left{
    left:0;
  }

  .veloribeauty-section .rb-side-right{
    right:0;
  }

  .veloribeauty-section .rb-side-preview img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .veloribeauty-section .rb-fade-left{
    background:linear-gradient(to right, rgba(251,250,249,1) 0%, rgba(251,250,249,.72) 55%, rgba(251,250,249,0) 100%);
  }

  .veloribeauty-section .rb-fade-right{
    background:linear-gradient(to left, rgba(251,250,249,1) 0%, rgba(251,250,249,.72) 55%, rgba(251,250,249,0) 100%);
  }

  /* mobile me arrows hide */
  .veloribeauty-section .rb-arrow{
    display:none !important;
  }
}

/* extra small phones */
@media (max-width:480px){
  .veloribeauty-section .rb-stage-inner{
    padding:0 18px;
  }

  .veloribeauty-section .rb-main-image{
    aspect-ratio:0.86 / 1;
    min-height:330px;
  }

  .veloribeauty-section .rb-side-preview{
    top:14px;
    width:12px;
    height:calc(((100vw - 36px) / 0.86));
    max-height:400px;
    min-height:330px;
  }

  .veloribeauty-section .rb-content{
    padding:16px 6px 0;
  }

  .veloribeauty-section .rb-content h2{
    font-size:24px;
  }

  .veloribeauty-section .rb-content p{
    font-size:13px;
  }
}
/*---------------------------header-flash end-----------------------------------------*/


/*---------------------------best seller start-----------------------------------------*/

.own-height{
    height: 430px !important;
}


.box-swiper-product {
    
    border: 1px solid #ffe9e9 !important;
    
}

.banner-v05 .bn_image {

    padding-bottom: 0px !important;
}


.ownfont-size{
    font-size: 165px !important;
    line-height: 197px !important;
}



@media (max-width:767px){
    .ownfont-size{
    font-size: 48px !important;
    line-height: 56px !important;
}

.custext{
    font-size: 21px !important;
}

}

.banner-v05 .bn_image {
  
    padding-top: 0px !important;
   
}
/*---------------------------best seller end-----------------------------------------*/



/*---------------------------categories start-----------------------------------------*/
.rb-shopbycat,
.rb-shopbycat *{
  box-sizing:border-box;
}

.rb-shopbycat{
  position:relative;
  width:100%;
  overflow:hidden;
  background:linear-gradient(to bottom, #ffffff 0, #ffffff 188px, #fdf6f0 188px, #fdf6f0 100%);
  margin:0;
  padding:0;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
  color:#000914;
  line-height:1.15;
}

.rb-shopbycat__wrap{
  position:relative;
  max-width:1440px;
  margin:0 auto;
  min-height:1380px;
  padding:0 40px;
}

.rb-shopbycat__head{
  position:absolute;
  left:238px;
  top:272px;
  z-index:10;
}

.rb-shopbycat__head h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:76px;
  line-height:.90;
  font-weight:400;
  letter-spacing:-1.2px;
  color:#570418 !important;
}

.rb-shopbycat__stage{
  position:relative;
  min-height:1380px;
}

.rb-shopbycat__card{
  position:absolute;
  display:block;
  text-decoration:none;
}

.rb-shopbycat__imgbox{
  position:relative;
  overflow:hidden;
  background:#ead8d8;
}

.rb-shopbycat__imgbox img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .45s ease;
}

.rb-shopbycat__card:hover .rb-shopbycat__imgbox img{
  transform:scale(1.015);
}

.rb-shopbycat__label{
  position:absolute;
  left:0;
  display:inline-block;
  white-space:nowrap;
  z-index:5;
  color:#570418;
  font-family:"Snell Roundhand","Brush Script MT","Segoe Script","Lucida Handwriting",cursive;
  font-weight:400;
  line-height:1;
  pointer-events:none;
}

/* DESKTOP */
.rb-shopbycat__card--eye{
  top:108px;
  right:150px;
  width:360px;
  z-index:4;
}
.rb-shopbycat__card--eye .rb-shopbycat__imgbox{
  width:360px;
  height:477px;
}
.rb-shopbycat__label--eye{
  left:20px;
  bottom:-44px;
  font-size:78px;
  transform:rotate(-8deg);
}

.rb-shopbycat__card--lip{
  top:528px;
  left:352px;
  width:360px;
  z-index:3;
}
.rb-shopbycat__card--lip .rb-shopbycat__imgbox{
  width:360px;
  height:479px;
}
.rb-shopbycat__label--lip{
  left:18px;
  bottom:-46px;
  font-size:79px;
  transform:rotate(-8deg);
}

.rb-shopbycat__card--best{
  top:930px;
  left:825px;
  width:302px;
  z-index:2;
}
.rb-shopbycat__card--best .rb-shopbycat__imgbox{
  width:302px;
  height:400px;
}
.rb-shopbycat__label--best{
  left:6px;
  bottom:-37px;
  font-size:55px;
  transform:rotate(-7deg);
}

/* LARGE TABLET */
@media (max-width:1280px){
  .rb-shopbycat{
    background:linear-gradient(to bottom, #ffffff 0, #ffffff 188px, #fdf6f0 188px, #fdf6f0 100%);
  }

  .rb-shopbycat__wrap{
    max-width:1200px;
    min-height:659px;
    padding:0 24px;
  }

  .rb-shopbycat__head{
    left:110px;
    top:230px;
  }

  .rb-shopbycat__head h2{
    font-size:62px;
  }

  .rb-shopbycat__stage{
    min-height:650px;
  }

  .rb-shopbycat__card--eye{
    top:110px;
    right:70px;
    width:320px;
  }
  .rb-shopbycat__card--eye .rb-shopbycat__imgbox{
    width:320px;
    height:424px;
  }
  .rb-shopbycat__label--eye{
    font-size:64px;
    bottom:-36px;
  }

  .rb-shopbycat__card--lip{
    top:535px;
    left:150px;
    width:320px;
  }
  .rb-shopbycat__card--lip .rb-shopbycat__imgbox{
    width:320px;
    height:425px;
  }
  .rb-shopbycat__label--lip{
    font-size:65px;
    bottom:-37px;
  }

  .rb-shopbycat__card--best{
    top:890px;
    left:530px;
    width:265px;
  }
  .rb-shopbycat__card--best .rb-shopbycat__imgbox{
    width:265px;
    height:351px;
  }
  .rb-shopbycat__label--best{
    font-size:49px;
    bottom:-31px;
  }
}

/* TABLET */
@media (max-width:991px){
  .rb-shopbycat{
    background:linear-gradient(to bottom, #ffffff 0, #ffffff 188px, #fdf6f0 188px, #fdf6f0 100%);
  }

  .rb-shopbycat__wrap{
    min-height:659px;
    padding:0 18px;
  }

  .rb-shopbycat__head{
    left:34px;
    top:22px;
  }

  .rb-shopbycat__head h2{
    font-size:44px;
    line-height:.90;
    letter-spacing:-.45px;
  }

  .rb-shopbycat__stage{
    min-height:650px;
  }

  .rb-shopbycat__card--lip{
    left:34px;
    top:154px;
    width:430px;
    z-index:5;
  }
  .rb-shopbycat__card--lip .rb-shopbycat__imgbox{
    width:430px;
    height:535px;
  }
  .rb-shopbycat__label--lip{
    left:18px;
    bottom:-38px;
    font-size:66px;
  }

  .rb-shopbycat__card--eye{
    right:-72px;
    top:214px;
    width:212px;
    z-index:4;
  }
  .rb-shopbycat__card--eye .rb-shopbycat__imgbox{
    width:212px;
    height:312px;
  }
  .rb-shopbycat__label--eye{
    left:14px;
    bottom:-27px;
    font-size:46px;
  }

  .rb-shopbycat__card--best{
    display:none;
  }
}

/* MOBILE SLIDER */
@media (max-width:767px){
  .rb-shopbycat{
    background:linear-gradient(to bottom, #ffffff 0, #ffffff 188px, #fdf6f0 188px, #fdf6f0 100%);
    overflow:hidden;
  }

  .rb-shopbycat__wrap{
    max-width:100%;
    min-height:659px !important;
    padding:0 12px 28px;
    position:relative;
  }

  .rb-shopbycat__head{
    position:absolute;
    left:22px;
    top:26px;
    z-index:20;
  }

  .rb-shopbycat__head h2{
    margin:0;
    font-family:Georgia,"Times New Roman",serif !important;
    font-size:34px;
    line-height:.95;
    font-weight:400;
    letter-spacing:-.4px;
    color:#570418 !important;
  }

  .rb-shopbycat__stage{
    position:relative;
    min-height:650px;
  }

  .rb-shopbycat__card{
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;
    transition:
      transform .55s ease,
      opacity .55s ease,
      filter .55s ease;
    will-change:transform,opacity;
  }

  .rb-shopbycat__card .rb-shopbycat__imgbox{
    background:#d8c1c1;
  }

  .rb-shopbycat__card .rb-shopbycat__imgbox img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
  }

  .rb-shopbycat__card .rb-shopbycat__label{
    transition:opacity .35s ease, transform .35s ease;
  }

  /* active slide */
  .rb-shopbycat__card.is-active{
    position:absolute;
    left:22px !important;
    top:146px !important;
    width:calc(100% - 74px) !important;
    z-index:8;
    opacity:1;
    transform:translateX(0);
    pointer-events:auto;
  }

  .rb-shopbycat__card.is-active .rb-shopbycat__imgbox{
    width:100%;
    height:auto;
    aspect-ratio:1 / 1.33;
    overflow:hidden;
  }

  .rb-shopbycat__card.is-active .rb-shopbycat__label{
    display:block !important;
    left:18px !important;
    bottom:-22px !important;
    font-size:34px !important;
    transform:rotate(-7deg) !important;
    opacity:1;
    color:#570418;
  }

  /* next preview slide */
  .rb-shopbycat__card.is-next{
    position:absolute;
    right:-56px !important;
    top:194px !important;
    width:100px !important;
    z-index:9;
    opacity:1;
    transform:translateX(0);
    pointer-events:none;
  }

  .rb-shopbycat__card.is-next .rb-shopbycat__imgbox{
    width:100px;
    height:410px;
    overflow:hidden;
    background:#8e6a6a;
  }

  .rb-shopbycat__card.is-next .rb-shopbycat__label{
    display:none !important;
    opacity:0;
  }

  /* hidden slides */
  .rb-shopbycat__card.is-hidden{
    position:absolute;
    left:22px !important;
    top:146px !important;
    width:calc(100% - 74px) !important;
    z-index:1;
    opacity:0;
    transform:translateX(-28px);
    pointer-events:none;
  }

  .rb-shopbycat__card.is-hidden .rb-shopbycat__imgbox{
    width:100%;
    height:auto;
    aspect-ratio:1 / 1.33;
  }

  .rb-shopbycat__card.is-hidden .rb-shopbycat__label{
    display:none !important;
    opacity:0;
  }
}
/*---------------------------categories end-----------------------------------------*/

/*---------------------------shade finder start-----------------------------------------*/



 .vf-shadefinder{
    background: white;
    overflow:hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  .vf-shadefinder *,
  .vf-shadefinder *::before,
  .vf-shadefinder *::after{
    box-sizing:border-box;
  }

  .vf-shadefinder__container{
    max-width:1220px;
    margin:0 auto;
    padding:0 22px;
  }

  .vf-shadefinder__content{
    max-width:1020px;
    margin:0 auto;
  }

  .vf-shadefinder__title{
    margin:0;
    color: #570418;
    font-family: Georgia, "Times New Roman", serif;
    font-weight:400;
    line-height:0.86;
    letter-spacing:-1.2px;
    font-size:64px;
  }

  .vf-shadefinder__title span{
    display:block;
  }

  .vf-shadefinder__title em{
    font-style:italic;
    font-weight:400;
    color:#000;
    font-family:"Brush Script MT", "Segoe Script", cursive;
    font-size:1.02em;
    letter-spacing:0;
    position:relative;
    top:2px;
    margin-left:4px;
  }

  .vf-shadefinder__desc{
    margin:24px 0 32px;
    max-width:980px;
    color:#0a0a0a;
    font-size:17px;
    line-height:1.45;
    letter-spacing:1.3px;
    font-weight:400;
  }

  .vf-shadefinder__btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:163px;
    height:36px;
    padding:0 26px;
    border:1px solid #570418;
    text-decoration:none;
    color:#570418;
    background:transparent;
    font-size:11px;
    letter-spacing:4px;
    text-transform:uppercase;
    transition:all .25s ease;
  }

  .vf-shadefinder__btn:hover{
    background:#570418;
    color:#fff;
  }

  .vf-shadefinder__gallery{
    max-width:1040px;
    margin:54px auto 34px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:28px;
  }

  .vf-shadefinder__card{
    overflow:hidden;
    background:#ddd;
    flex:0 0 auto;
  }

  .vf-shadefinder__card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .vf-shadefinder__card--left{
    width:279px;
    height:279px;
    margin-top:71px;
  }

  .vf-shadefinder__card--center{
    width:424px;
    height:422px;
  }

  .vf-shadefinder__card--right{
    width:279px;
    height:279px;
    margin-top:71px;
  }

  .vf-shadefinder__scale{
    max-width:855px;
    margin:0 auto;
  }

  .vf-shadefinder__labels{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:14px;
    margin-bottom:14px;
  }

  .vf-shadefinder__labels span{
    flex:1;
    text-align:center;
    color:#000;
    font-size:10px;
    line-height:1.6;
    letter-spacing:3px;
    text-transform:uppercase;
    display:block;
    min-height:30px;
  }

  .vf-shadefinder__bar{
    height:11px;
    width:100%;
    background:linear-gradient(
      to right,
      #f1d4bf 0%,
      #edc19e 18%,
      #e3a36c 38%,
      #cd7a36 58%,
      #a44c17 79%,
      #6f2f0b 100%
    );
  }

  @media (max-width: 1100px){
    .vf-shadefinder__title{
      font-size:56px;
    }

    .vf-shadefinder__gallery{
      max-width:920px;
      gap:22px;
    }

    .vf-shadefinder__card--left,
    .vf-shadefinder__card--right{
      width:235px;
      height:235px;
    }

    .vf-shadefinder__card--center{
      width:360px;
      height:382px;
    }
  }

  @media (max-width: 767px){
    .vf-shadefinder{
      padding:28px 0 34px;
    }

    .vf-shadefinder__container{
      padding:0 16px;
    }

    .vf-shadefinder__content{
      max-width:100%;
    }

    .vf-shadefinder__title{
      font-size:42px;
      line-height:0.9;
      letter-spacing:-0.8px;
    }

    .vf-shadefinder__title em{
      font-size:1em;
      margin-left:2px;
    }

    .vf-shadefinder__desc{
      margin:20px 0 24px;
      font-size:15px;
      line-height:1.5;
      letter-spacing:.8px;
      max-width:100%;
    }

    .vf-shadefinder__btn{
      min-width:150px;
      height:38px;
      font-size:10px;
      letter-spacing:3px;
    }

    .vf-shadefinder__gallery{
      margin:34px auto 28px;
      gap:12px;
      align-items:flex-start;
    }

    .vf-shadefinder__card--left,
    .vf-shadefinder__card--right{
      width:28%;
      height:130px;
      margin-top:52px;
    }

    .vf-shadefinder__card--center{
      width:44%;
      height:230px;
    }

    .vf-shadefinder__scale{
      max-width:100%;
      overflow-x:auto;
      padding-bottom:2px;
    }

    .vf-shadefinder__labels{
      min-width:640px;
      gap:8px;
      margin-bottom:12px;
    }

    .vf-shadefinder__bar{
      min-width:640px;
      height:10px;
    }

    .vf-shadefinder__labels span{
      font-size:9px;
      letter-spacing:2.4px;
      min-height:28px;
    }
  }
  
  /*---------------------------shade finder end-----------------------------------------*/
  
  .img-won-heigth{
      height: 600px !important;
  }
  
    @media (max-width: 767px){
         .img-won-heigth{
      height: 350px !important;
  }
    }


.padding-own-about{
    padding-top: 162px !important;
      padding-bottom: 20px !important;
}

 @media (max-width: 767px){
        .padding-own-about{
      padding-top: 120px !important;
    padding-bottom: 0px !important;
}
}
    .shop-own-height{
         height: 250px !important;
    }
    
     @media (max-width: 767px){
        .shop-own-height{
         height: 210px !important;
    }
    }
    
     @media (max-width: 767px){
    .tf-grid-layout.tf-col-4 {
    grid-template-columns: repeat(2, 1fr) !important;
}
}



 /* SECTION ONLY */
.founder-section {

  font-family: 'Georgia', serif;
}

/* CONTAINER */
.founder-section .container {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT IMAGE */
.founder-section .image-box {
  width: 45%;
  display: flex;
  justify-content: center;
}

.founder-section .image-box img {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.founder-section .content-box {
  width: 45%;
}

.founder-section .content-box h2 {
  font-size: 48px;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}

.founder-section .content-box h2 span {
  font-style: italic;
  font-weight: 500;
}

/* PARAGRAPH */
.founder-section .content-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  max-width: 420px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .founder-section .container {
    flex-direction: column;
    text-align: center;
  }

  .founder-section .image-box,
  .founder-section .content-box {
    width: 100%;
  }

  .founder-section .image-box img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
  }
}


    .shade-section {
  background: #fffbf9;
  padding: 60px;
  font-family: "Georgia", serif;
}

.shade-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT */
.shade-section .left {
  width: 50%;
}

.shade-section .tabs {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.shade-section .tabs span {
  margin-right: 20px;
  color: #a78d86;
}

.shade-section .tabs .active {
  border-bottom: 1px solid #7a2c2c;
  color: #7a2c2c;
}

.shade-section h1 {
  font-size: 48px;
  color: #7a2c2c;
  font-weight: 400;
  line-height: 1.2;
}

/* Shade bar */
.shade-section .shade-bar {
  display: flex;
  margin: 30px 0;
}

.shade-section .shade {
  width: 60px;
  height: 20px;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.shade:nth-child(1) { background: #f5e3d6; }
.shade:nth-child(2) { background: #e7c3a3; }
.shade:nth-child(3) { background: #d59663; }
.shade:nth-child(4) { background: #c66e3b; }
.shade:nth-child(5) { background: #a34d24; }
.shade:nth-child(6) { background: #6d2a16; }

.shade.active {
  outline: 2px solid #7a2c2c;
}

.shade-section .shade-label {
  color: #7a2c2c;
  letter-spacing: 2px;
  font-size: 12px;
}

.shade-section .shade-label span {
  font-size: 10px;
}

/* Buttons */
.shade-section .buttons {
  margin-top: 40px;
}

.shade-section .btn {
  padding: 15px 60px;
  margin-right: 20px;
  border: 1px solid #7a2c2c;
  background: transparent;
  color: #7a2c2c;
  cursor: pointer;
}

/* RIGHT */
.shade-section .right {
  width: 40%;
}

.shade-section .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.shade-section .grid img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {

  .shade-section {
    padding: 30px 20px;
  }

  .shade-section .container {
    flex-direction: column;
    align-items: center;
  }

  /* FULL WIDTH */
  .shade-section .left,
  .shade-section .right {
    width: 100%;
    text-align: center;
  }

  /* HEADING */
  .vf-shadefinder__title span {
    font-size: 32px !important;
    margin-left: 0 !important;
  }

  .shade-section h2 {
    font-size: 26px !important;
    margin-bottom: 20px;
  }

  /* 👉 IMAGE KO UPPER LAO */
  .shade-section .right {
    order: 2;
    margin: 20px 0;
  }

  /* 👉 LEFT KO SPLIT KARO VISUALLY */
  .shade-section .shade-bar {
    margin-top: 20px;
    justify-content: center;
  }

  /* 👉 BUTTONS */
  .shade-section .buttons {
    margin-top: 20px;
  }

  .shade-section .btn {
    width: 100%;
    margin: 10px 0;
  }

  /* 👉 IMAGE SIZE */
  .shade-section .grid img {
    width: 90%;
    margin: auto;
  }

}

@media (max-width: 768px) {

  .shade-section .container {
    display: flex;
    flex-direction: column;
  }

  /* 👇 IMAGE KO HEADING KE BAAD LAO */
  .shade-section .right {
    order: -1;
    width: 100%;
    margin: 20px 0;
  }

  .shade-section .left {
    width: 100%;
    text-align: center;
  }

}



    .match-section {
  background: white;
  padding: 80px 0;
  font-family: 'Playfair Display', serif;
}

.match-section .container {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match-section .left {
  width: 45%;
}

.match-section .left h1 {
  font-size: 60px;
  color: #7c2f3a;
  line-height: 1.2;
  margin-bottom: 20px;
}

.match-section .left p {
  font-size: 16px;
  color: #7c2f3a;
  margin-bottom: 40px;
  max-width: 420px;
}

.match-section .left button {
  padding: 14px 60px;
  border: 1px solid #7c2f3a;
  background: transparent;
  color: #7c2f3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.match-section .right {
  width: 50%;
}

.match-section .right img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .match-section .container {
    flex-direction: column;
    text-align: center;
  }

  .match-section .right {
    order: -1; /* 👈 This moves image to top */
    width: 100%;
    margin-bottom: 20px;
  }

  .match-section .left {
    width: 100%;
  }

  .match-section .left h2 span {
    display: block;
    margin-left: 0 !important;
  }
}

.banner-why-choose {
   
    background: #fff9f9 !important;
 
}




.shop-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: #000;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.shop-btn img {
  width: 20px;
  height: 20px;
}

  .rare-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;

  font-family: Arial, sans-serif;
}

.rare-container .card {
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  max-width: 460px; /* responsive */
  border-radius: 18px;
  border: 1px solid #f1e7e7;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  text-align: center;
}

.rare-container .logo {
  color: #570418 !important;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 500;
}

.rare-container .title {
  font-size: 22px;
  margin-bottom: 6px;
}

.rare-container .subtitle {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
}

.rare-container .shop-btn {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: black;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 22px;
  font-size: 15px;
}

.rare-container .divider {
  display: flex;
  align-items: center;
  margin: 18px 0;
}

.rare-container .divider span {
  flex: 1;
  height: 1px;
  background: #e5e5e5;
}

.rare-container .divider p {
  margin: 0 12px;
  color: #999;
  font-size: 13px;
}

.rare-container .input {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 18px;
  outline: none;
  font-size: 14px;
  transition: 0.3s;
}

/* focus effect like screenshot */
.rare-container .input:focus {
  border: 1px solid #7a2d3b;
  box-shadow: 0 0 0 2px rgba(122,45,59,0.1);
}

.rare-container .continue-btn {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 12px;
  background: #570418 !important;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 18px;
  font-size: 15px;
}

.rare-container .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 18px;
  line-height: 1.5;
}

.rare-container .checkbox input {
  accent-color: #7a2d3b;
  margin-top: 4px;
}

.rare-container .terms {
  font-size: 12px;
  color: #777;
}

.rare-container .terms a {
  color: #555;
  text-decoration: underline;
}

/* 🔥 MOBILE FIX */
@media (max-width: 480px) {
  .rare-container {
    padding: 15px;
    margin-top: -52px;
        margin-bottom: -71px;
  }

  .rare-container .card {
    padding: 25px 18px;
    border-radius: 14px;
   
  }

  .rare-container .logo {
    font-size: 28px;
  }

  .rare-container .title {
    font-size: 20px;
  }

  .rare-container .shop-btn,
  .rare-container .continue-btn {
    padding: 13px;
    font-size: 14px;
  }

  .rare-container .input {
    padding: 13px;
  }
}



.form-sub .btn-action {
    background: #570418 !important;
}

.form-sub fieldset input {
    border: 1px solid #570418 !important;
}

#userEmail::-webkit-input-placeholder { color: #570418 !important; }
#userEmail:-ms-input-placeholder { color: #570418 !important; }
#userEmail::placeholder { color: #ff0000; #570418 !important;}