/*----------------- Font -----------------*/
@font-face {
  font-family: "LightFont";
  src: url("font/NeurialGrotesk-Light.otf") format("opentype");
}
.light-font,.light-fontall *{
  font-family:"LightFont",Fallback,sans-serif;
}

@font-face {
  font-family: "RegularFont";
  src: url("font/NeurialGrotesk-Regular.otf") format("opentype");
}
.regular-font,.regular-fontall *{
  font-family:"RegularFont",Fallback,sans-serif;
}

@font-face {
  font-family: "MediumFont";
  src: url("font/NeurialGrotesk-Medium.otf") format("opentype");
}
.medium-font,.medium-fontall *{
  font-family:"MediumFont",Fallback,sans-serif;
}

@font-face {
  font-family: "BoldFont";
  src: url("font/NeurialGrotesk-Bold.otf") format("opentype");
}
.bold-font,.bold-fontall *,b{
  font-family:"BoldFont",Fallback,sans-serif;
}
/*----------------- Font -----------------*/

/* ==============================
   GLOBAL
   ============================== */

:root{
    --scalp-dark: #111111;
    --scalp-black: #000000;
    --scalp-text: #242424;
    --scalp-text-light: #666666;
    --scalp-border: #d8d1c8;
    --scalp-soft: #f5f1eb;
    --scalp-soft-2: #efebe5;
    --scalp-white: #ffffff;
}

*{
    box-sizing: border-box;
}

body{
    font-family: "Poppins", sans-serif;
    color: var(--scalp-text);
    background: #efece8;
}


a{
    text-decoration: none;
    transition: 0.3s;
}

.container{
    max-width: 1280px;
}
.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.flogo{
  filter: brightness(0) invert(1);
}
nav.site-navbar{
  background: #efece8;  
}

/* ==============================
   TYPO
   ============================== */

h1,h2,h3,h4{
    color: var(--scalp-dark);
    margin-bottom: 0;
}

.scalp-title{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.scalp-outline-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border: 1px solid var(--scalp-dark);
    border-radius: 999px;
    color: var(--scalp-dark);
}

.scalp-outline-btn:hover{
    background: var(--scalp-dark);
    color: #fff;
}

/* ==============================
   NAVBAR (GLOBAL)
   ============================== */

.scalp-header{
    background: #f7f4ef;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    position: sticky;
    top: 0;
    z-index: 999;
}

.scalp-header .container{
    padding: 16px 0;
}

.scalp-logo{
    max-height: 58px;
}

.scalp-navbar .navbar-nav{
    gap: 10px;
}

.scalp-navbar .nav-link{
    color: var(--scalp-dark);
    font-size: 14px;
    padding: 10px 14px;
}

.scalp-navbar .nav-link:hover,
.scalp-navbar .nav-link.active{
    font-weight: 500;
}

.scalp-nav-cta{
    background: var(--scalp-dark);
    color: #fff;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 13px;
}

.scalp-nav-cta:hover{
    background: transparent;
    color: var(--scalp-dark);
    border: 1px solid var(--scalp-dark);
}

/* ==============================
   HERO
   ============================== */

#shomehero{
    background: #f8f4ee;
}

#shomehero img{
    height: 560px;
    object-fit: cover;
}

/* ==============================
   INTRO
   ============================== */

#shomeintro{
    padding: 80px 0;
    text-align: center;
    background: var(--scalp-soft);
}

#shomeintro h1{
    font-size: 42px;
    margin-bottom: 15px;
}

#shomeintro .sintro-content{
    font-size: 16px;
    line-height: 1.9;
}

/* ==============================
   PRODUCT
   ============================== */
/* ==============================
   Home Product Range Swiper
   ============================== */

#sproductrange{
    padding: 80px 0;
    background: var(--scalp-soft);
}

#sproductrange .sproductrange-swiper-wrap{
    position: relative;
}

#sproductrange .shomeProductSwiper{
    overflow: hidden;
}

#sproductrange .scalp-product-card{
    height: 100%;
}

#sproductrange .scalp-product-image{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ded8ce;
    min-height: 255px;
    padding: 22px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#sproductrange .scalp-product-image:hover{
    opacity: 0.94;
}

#sproductrange .scalp-product-image img{
    width: auto;
    max-height: 188px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

#sproductrange .scalp-product-card:hover .scalp-product-image img{
    transform: scale(1.04);
}

#sproductrange .scalp-product-info{
    padding-top: 10px;
}

#sproductrange .scalp-product-info h3{
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: normal;
}

#sproductrange .scalp-product-info h3 a{
    color: #111111;
    text-decoration: none;
}

#sproductrange .scalp-product-info h3 a:hover{
    opacity: 0.75;
}

#sproductrange .scalp-text-link{
    font-size: 14px;
    color: #111111;
    opacity: 0.8;
}

/* arrows */
#sproductrange .shomeProduct-prev,
#sproductrange .shomeProduct-next{
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

#sproductrange .shomeProduct-prev:hover,
#sproductrange .shomeProduct-next:hover{
    background: #333333;
}

#sproductrange .shomeProduct-prev{
    left: -20px;
}

#sproductrange .shomeProduct-next{
    right: -20px;
}

#sproductrange .shomeProduct-prev i,
#sproductrange .shomeProduct-next i{
    font-size: 18px;
}

/* responsive */
@media (max-width: 1199.98px){
    #sproductrange .scalp-product-image{
        min-height: 230px;
        padding: 18px;
    }

    #sproductrange .scalp-product-image img{
        max-height: 170px;
    }

    #sproductrange .scalp-product-info h3{
        font-size: 17px;
    }
}

@media (max-width: 991.98px){
    #sproductrange{
        padding: 48px 0 60px;
    }

    #sproductrange .scalp-product-image{
        min-height: 215px;
    }

    #sproductrange .scalp-product-image img{
        max-height: 155px;
    }

    #sproductrange .shomeProduct-prev{
        left: -12px;
    }

    #sproductrange .shomeProduct-next{
        right: -12px;
    }
}

@media (max-width: 767.98px){
    #sproductrange{
        padding: 38px 0 50px;
    }

    #sproductrange .scalp-product-image{
        min-height: 180px;
        padding: 16px;
    }

    #sproductrange .scalp-product-image img{
        max-height: 128px;
    }

    #sproductrange .scalp-product-info h3{
        font-size: 15px;
    }

    #sproductrange .shomeProduct-prev,
    #sproductrange .shomeProduct-next{
        width: 38px;
        height: 38px;
    }

    #sproductrange .shomeProduct-prev{
        left: -8px;
    }

    #sproductrange .shomeProduct-next{
        right: -8px;
    }
}

@media (max-width: 575.98px){
    #sproductrange .scalp-product-image{
        min-height: 160px;
        padding: 14px;
    }

    #sproductrange .scalp-product-image img{
        max-height: 112px;
    }

    #sproductrange .scalp-product-info h3{
        font-size: 14px;
    }

    #sproductrange .shomeProduct-prev,
    #sproductrange .shomeProduct-next{
        display: none;
    }
}
.scalp-product-card{
    text-align: center;
}

.scalp-product-image{
    background: #ece7df;
    padding: 20px;
    min-height: 260px;
}

.scalp-product-image img{
    max-height: 200px;
    object-fit: contain;
}

.scalp-product-info h3{
    font-size: 14px;
    margin-top: 10px;
}

/* ==============================
   FEATURE
   ============================== */

#sfeature .sfeature-content{
    padding: 60px;
}

#sfeature h2{
    font-size: 40px;
}

/* ==============================
   COMPLEX
   ============================== */

#scomplex{
    padding: 80px 0;
    background: var(--scalp-soft);
}

.scomplex-item img{
    object-fit: cover;
}

/* ==============================
   BENEFITS
   ============================== */

#sbenefits{
    padding: 80px 0;
    background: var(--scalp-soft);
}

.sbenefit-card{
    background: #e8e1d8;
    padding: 30px;
    text-align: center;
}

/* ==============================
   STORY
   ============================== */

#sstory img{
    object-fit: cover;
}

.sstory-content{
    padding: 60px;
}

/* ==============================
   FOOTER (GLOBAL)
   ============================== */

.scalp-footer{
    background: #000;
    color: #fff;
    padding: 50px 0;
}

.scalp-footer h4{
    font-size: 20px;
    margin-bottom: 15px;
}

.scalp-footer ul{
    list-style: none;
    padding: 0;
}

.scalp-footer li{
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.scalp-footer a{
    color: rgba(255,255,255,0.7);
}

.scalp-footer a:hover{
    color: #fff;
}

.scalp-footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

/* ==============================
   WHATSAPP
   ============================== */

.scalp-whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25d366;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    z-index: 999;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 991px){

    #shomehero img{
        height: 420px;
    }

    #shomeintro h1{
        font-size: 40px;
    }

    .scalp-title{
        font-size: 30px;
    }

    #sfeature .sfeature-content{
        padding: 30px;
    }

    .sstory-content{
        padding: 30px;
    }
}

@media (max-width: 767px){

    #shomehero img{
        height: 300px;
    }

    #shomeintro h1{
        font-size: 30px;
    }

    .scalp-title{
        font-size: 24px;
    }

    .scalp-product-image{
        min-height: 200px;
    }

    .scalp-product-image img{
        max-height: 140px;
    }
}

.scalp-footer{
    background: #000;
    color: #fff;
    padding: 50px 0 20px;
}

.scalp-footer-logo img{
    max-height: 120px;
    object-fit: contain;
}

.scalp-footer-desc{
    margin-top: 18px;
}

.scalp-footer-desc p{
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.scalp-footer-social{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.scalp-footer-social a{
    color: rgba(255,255,255,0.76);
    font-size: 22px;
}

.scalp-footer-social a:hover{
    color: #ffffff;
}

.scalp-footer-box h4{
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}

.scalp-footer-menu,
.scalp-footer-contact{
    list-style: none;
    margin: 0;
    padding: 0;
}

.scalp-footer-menu li,
.scalp-footer-contact li{
    margin-bottom: 10px;
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    line-height: 1.8;
}

.scalp-footer-menu li a,
.scalp-footer-contact li a{
    color: rgba(255,255,255,0.76);
}

.scalp-footer-menu li a:hover,
.scalp-footer-contact li a:hover{
    color: #ffffff;
}

.scalp-footer-contact li{
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.scalp-footer-contact li i{
    font-size: 16px;
    margin-top: 5px;
    flex: 0 0 auto;
}

.scalp-footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 28px;
    padding-top: 18px;
}

.scalp-footer-bottom p{
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    margin-bottom: 0;
}

.scalp-footer-bottom a{
    color: #ffffff;
}

.scalp-footer-bottom a:hover{
    opacity: 0.8;
}
.scomplex-swiper-wrap{
    position: relative;
}

.scomplexSwiper{
    overflow: hidden;
}

.scomplex-prev,
.scomplex-next{
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
}

.scomplex-prev:hover,
.scomplex-next:hover{
    background: #333333;
}

.scomplex-prev{
    left: 5px;
}

.scomplex-next{
    right: 5px;
}

.scomplex-prev i,
.scomplex-next i{
    font-size: 18px;
}

@media (max-width: 991.98px){
    .scomplex-prev,
    .scomplex-next{
        width: 40px;
        height: 40px;
    }

    .scomplex-prev{
        left: -12px;
    }

    .scomplex-next{
        right: -12px;
    }
}

@media (max-width: 767.98px){
    .scomplex-prev,
    .scomplex-next{
        width: 36px;
        height: 36px;
        top: 38%;
    }

    .scomplex-prev{
        left: -8px;
    }

    .scomplex-next{
        right: -8px;
    }

    .scomplex-prev i,
    .scomplex-next i{
        font-size: 16px;
    }
}
/* ==============================
   Our Story Page
   ============================== */

#sourstorypage{
    background: #f3f0eb;
    overflow: hidden;
}

#sourstorypage .container{
    max-width: 1280px;
}

#sourstorypage img{
    display: block;
    width: 100%;
    height: auto;
}

#sourstorypage h1,
#sourstorypage h2{
    color: #111111;
    margin-bottom: 0;
    line-height: 1.06;
}

#sourstorypage p,
#sourstorypage div,
#sourstorypage span,
#sourstorypage li{
    color: #222222;
}

/* intro */
#sourstoryintro{
    padding: 70px 0 55px;
    background: #f3f0eb;
}

#sourstorypage .sourstoryintro-image{
    padding-right: 26px;
}

#sourstorypage .sourstoryintro-image img{
    height: 690px;
    object-fit: cover;
    background: #ddd6ce;
}

#sourstorypage .sourstoryintro-content{
    padding-left: 26px;
    max-width: 560px;
}

#sourstorypage .sourstoryintro-content h1{
    font-size: 38px;
    margin-bottom: 26px;
    letter-spacing: -0.03em;
}

#sourstorypage .sourstoryintro-subtitle{
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 10px;
}

#sourstorypage .sourstoryintro-desc{
    font-size: 17px;
    line-height: 1.9;
}

#sourstorypage .sourstoryintro-desc p:last-child{
    margin-bottom: 0;
}

/* why */
#sourstorywhy{
    padding: 55px 0 90px;
    background: #f3f0eb;
}

#sourstorypage .sourstorywhy-content{
    padding-right: 34px;
    max-width: 600px;
}

#sourstorypage .sourstorywhy-content h2{
    font-size: 38px;
    margin-bottom: 28px;
    letter-spacing: -0.03em;
    max-width: 520px;
}

#sourstorypage .sourstorywhy-desc{
    font-size: 17px;
    line-height: 1.9;
}

#sourstorypage .sourstorywhy-desc p:last-child{
    margin-bottom: 0;
}

#sourstorypage .sourstorywhy-highlight{
    font-size: 22px;
    line-height: 1.5;
    color: #111111;
    margin-top: 36px;
}

#sourstorypage .sourstorywhy-image{
    padding-left: 26px;
}

#sourstorypage .sourstorywhy-image img{
    height: 760px;
    object-fit: cover;
    background: #ddd6ce;
}

/* responsive */
@media (max-width: 1399.98px){
    #sourstorypage .sourstoryintro-content h1{
        font-size: 32px;
    }

    #sourstorypage .sourstorywhy-content h2{
        font-size: 28px;
    }
}

@media (max-width: 1199.98px){
    #sourstorypage .sourstoryintro-image img{
        height: 620px;
    }

    #sourstorypage .sourstorywhy-image img{
        height: 670px;
    }

    #sourstorypage .sourstoryintro-content h1{
        font-size: 50px;
    }

    #sourstorypage .sourstorywhy-content h2{
        font-size: 48px;
    }

    #sourstorypage .sourstoryintro-desc,
    #sourstorypage .sourstorywhy-desc{
        font-size: 16px;
    }
}

@media (max-width: 991.98px){
    #sourstoryintro{
        padding: 55px 0 40px;
    }

    #sourstorywhy{
        padding: 40px 0 70px;
    }

    #sourstorypage .sourstoryintro-image,
    #sourstorypage .sourstorywhy-image{
        padding-left: 0;
        padding-right: 0;
    }

    #sourstorypage .sourstoryintro-content,
    #sourstorypage .sourstorywhy-content{
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
        padding-top: 28px;
    }

    #sourstorypage .sourstoryintro-content h1{
        font-size: 32px;
        margin-bottom: 18px;
    }

    #sourstorypage .sourstorywhy-content h2{
        font-size: 32px;
        margin-bottom: 18px;
        max-width: 100%;
    }

    #sourstorypage .sourstoryintro-image img{
        height: 520px;
    }

    #sourstorypage .sourstorywhy-image img{
        height: 560px;
    }

    #sourstorypage .sourstorywhy-highlight{
        margin-top: 24px;
        font-size: 20px;
    }
}

@media (max-width: 767.98px){
    #sourstoryintro{
        padding: 40px 0 30px;
    }

    #sourstorywhy{
        padding: 30px 0 50px;
    }

    #sourstorypage .sourstoryintro-content h1{
        font-size: 36px;
    }

    #sourstorypage .sourstorywhy-content h2{
        font-size: 34px;
    }

    #sourstorypage .sourstoryintro-subtitle,
    #sourstorypage .sourstoryintro-desc,
    #sourstorypage .sourstorywhy-desc{
        font-size: 15px;
        line-height: 1.85;
    }

    #sourstorypage .sourstorywhy-highlight{
        font-size: 18px;
    }

    #sourstorypage .sourstoryintro-image img{
        height: 380px;
    }

    #sourstorypage .sourstorywhy-image img{
        height: 420px;
    }
}

@media (max-width: 575.98px){
    #sourstorypage .sourstoryintro-content h1{
        font-size: 30px;
    }

    #sourstorypage .sourstorywhy-content h2{
        font-size: 28px;
    }

    #sourstorypage .sourstoryintro-image img{
        height: 300px;
    }

    #sourstorypage .sourstorywhy-image img{
        height: 320px;
    }

    #sourstorypage .sourstorywhy-highlight{
        font-size: 17px;
    }
}
/* ==============================
   Contact Us Page
   ============================== */

#scontactpage{
    background: #f3f0eb;
    overflow: hidden;
}

#scontactpage .container{
    max-width: 1280px;
}

#scontactpage img{
    display: block;
    width: 100%;
    height: auto;
}

#scontactpage h1,
#scontactpage h2{
    color: #111111;
    margin-bottom: 0;
}

/* banner */
#scontactbanner{
    background: #f3f0eb;
}

#scontactpage .scontactbanner-wrap{
    position: relative;
    overflow: hidden;
}

#scontactpage .scontactbanner-wrap img{
    width: 100%;
    height: 680px;
    object-fit: cover;
}

#scontactpage .scontactbanner-content{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
}

#scontactpage .scontactbanner-content h1{
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

/* form section */
#scontactformsection{
    padding: 70px 0 90px;
    background: #f3f0eb;
}

#scontactpage .scontact-heading{
    margin-bottom: 34px;
}

#scontactpage .scontact-heading h2{
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
}

#scontactpage .scontact-desc{
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #222222;
}

#scontactpage .scontact-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 22px;
}

#scontactpage .scontact-social a{
    color: #111111;
    font-size: 28px;
    line-height: 1;
}

#scontactpage .scontact-social a:hover{
    opacity: 0.7;
}

#scontactpage .scontact-form-wrap{
    margin-top: 10px;
}

#scontactpage .scontact-form .form-control{
    height: 62px;
    border: 1px solid #a9a39b;
    border-radius: 999px;
    background: transparent;
    box-shadow: none !important;
    color: #111111;
    font-size: 16px;
    padding: 12px 22px;
}

#scontactpage .scontact-form textarea.form-control{
    height: 180px;
    border-radius: 18px;
    padding-top: 18px;
    resize: none;
}

#scontactpage .scontact-form .form-control::placeholder{
    color: #8a867f;
    opacity: 1;
}

#scontactpage .scontact-form .form-control:focus{
    border-color: #111111;
    background: transparent;
}

#scontactpage .scontact-submit-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 28px;
    border: none;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    text-transform: lowercase;
    transition: all 0.3s ease;
    margin-top: 8px;
}

#scontactpage .scontact-submit-btn:hover{
    background: #222222;
    transform: translateY(-1px);
}

/* responsive */
@media (max-width: 1399.98px){
    #scontactpage .scontactbanner-content h1{
        font-size: 34px;
    }

    #scontactpage .scontact-heading h2{
        font-size: 30px;
    }
}

@media (max-width: 1199.98px){
    #scontactpage .scontactbanner-wrap img{
        height: 600px;
    }

    #scontactpage .scontactbanner-content{
        top: 56px;
    }

    #scontactpage .scontactbanner-content h1{
        font-size: 34px;
    }

    #scontactpage .scontact-heading h2{
        font-size: 30px;
    }
}

@media (max-width: 991.98px){
    #scontactpage .scontactbanner-wrap img{
        height: 500px;
    }

    #scontactpage .scontactbanner-content{
        top: 42px;
    }

    #scontactpage .scontactbanner-content h1{
        font-size: 44px;
    }

    #scontactformsection{
        padding: 55px 0 70px;
    }

    #scontactpage .scontact-heading h2{
        font-size: 28px;
    }

    #scontactpage .scontact-desc{
        font-size: 16px;
    }
}

@media (max-width: 767.98px){
    #scontactpage .scontactbanner-wrap img{
        height: 360px;
    }

    #scontactpage .scontactbanner-content{
        top: 28px;
    }

    #scontactpage .scontactbanner-content h1{
        font-size: 34px;
    }

    #scontactformsection{
        padding: 45px 0 55px;
    }

    #scontactpage .scontact-heading{
        margin-bottom: 26px;
    }

    #scontactpage .scontact-heading h2{
        font-size: 34px;
    }

    #scontactpage .scontact-desc{
        font-size: 15px;
        line-height: 1.75;
    }

    #scontactpage .scontact-social a{
        font-size: 24px;
    }

    #scontactpage .scontact-form .form-control{
        height: 56px;
        font-size: 15px;
        padding: 10px 18px;
    }

    #scontactpage .scontact-form textarea.form-control{
        height: 150px;
        border-radius: 16px;
        padding-top: 16px;
    }

    #scontactpage .scontact-submit-btn{
        min-width: 190px;
        padding: 14px 24px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px){
    #scontactpage .scontactbanner-wrap img{
        height: 280px;
    }

    #scontactpage .scontactbanner-content h1{
        font-size: 28px;
    }

    #scontactpage .scontact-heading h2{
        font-size: 28px;
    }

    #scontactpage .scontact-desc{
        font-size: 14px;
    }
}
/* ==============================
   Product Listing Page
   ============================== */

#sproductlistingpage{
    background: #f3f0eb;
    min-height: 100vh;
    overflow: hidden;
}

#sproductlistingpage .container{
    max-width: 1280px;
}

#sproductlistingpage img{
    display: block;
    width: 100%;
    height: auto;
}

#sproductlistingbody{
    padding: 55px 0 70px;
    background: #f3f0eb;
}

#sproductlistingpage .sproductlisting-card{
    height: 100%;
}

#sproductlistingpage .sproductlisting-image{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 255px;
    background: #ded8ce;
    padding: 22px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#sproductlistingpage .sproductlisting-image:hover{
    opacity: 0.94;
}

#sproductlistingpage .sproductlisting-image img{
    width: auto;
    max-height: 260px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

#sproductlistingpage .sproductlisting-card:hover .sproductlisting-image img{
    transform: scale(1.04);
}

#sproductlistingpage .sproductlisting-info{
    padding-top: 10px;
}

#sproductlistingpage .sproductlisting-info h2{
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: normal;
}

#sproductlistingpage .sproductlisting-info h2 a{
    color: #111111;
    text-decoration: none;
}

#sproductlistingpage .sproductlisting-info h2 a:hover{
    opacity: 0.75;
}

/* pagination */
#sproductlistingpage .sproductlisting-pagination-wrap{
    margin-top: 8px;
}

#sproductlistingpage .pagination{
    gap: 8px;
}

#sproductlistingpage .page-item .page-link{
    min-width: 42px;
    height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

#sproductlistingpage .page-item.active .page-link{
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

#sproductlistingpage .page-item.disabled .page-link{
    opacity: 0.45;
    background: transparent;
    color: #111111;
    border-color: #111111;
}

#sproductlistingpage .page-item .page-link:hover{
    background: #111111;
    color: #ffffff;
}

/* responsive */
@media (max-width: 1199.98px){
    #sproductlistingpage .sproductlisting-image{
        min-height: 230px;
        padding: 18px;
    }

    #sproductlistingpage .sproductlisting-image img{
        max-height: 170px;
    }

    #sproductlistingpage .sproductlisting-info h2{
        font-size: 17px;
    }
}

@media (max-width: 991.98px){
    #sproductlistingbody{
        padding: 48px 0 60px;
    }

    #sproductlistingpage .sproductlisting-image{
        min-height: 215px;
    }

    #sproductlistingpage .sproductlisting-image img{
        max-height: 155px;
    }
}

@media (max-width: 767.98px){
    #sproductlistingbody{
        padding: 38px 0 50px;
    }

    #sproductlistingpage .sproductlisting-image{
        min-height: 180px;
        padding: 16px;
    }

    #sproductlistingpage .sproductlisting-image img{
        max-height: 128px;
    }

    #sproductlistingpage .sproductlisting-info h2{
        font-size: 15px;
    }

    #sproductlistingpage .page-item .page-link{
        min-width: 38px;
        height: 38px;
        font-size: 13px;
        padding: 6px 12px;
    }
}

@media (max-width: 575.98px){
    #sproductlistingpage .sproductlisting-image{
        min-height: 160px;
        padding: 14px;
    }

    #sproductlistingpage .sproductlisting-image img{
        max-height: 112px;
    }

    #sproductlistingpage .sproductlisting-info h2{
        font-size: 14px;
    }

    #sproductlistingpage .pagination{
        gap: 6px;
        flex-wrap: wrap;
    }
}

/* ==============================
   Product Info Page
   ============================== */

#sproductinfopage{
    background: #f3f0eb;
    min-height: 100vh;
    overflow: hidden;
}

#sproductinfopage .container{
    max-width: 1280px;
}

#sproductinfopage img{
    display: block;
    width: 100%;
    height: auto;
}

/* main */
#sproductinfo-main{
    padding: 55px 0 120px;
    background: #f3f0eb;
}

#sproductinfopage .sproductinfo-imagebox{
    background: #ded8ce;
    padding: 32px;
}

#sproductinfopage .sproductinfo-mainimg{
    width: 100%;
    height: 620px;
    object-fit: contain;
}

#sproductinfopage .sproductinfo-content{
    max-width: 560px;
    margin-left: auto;
}

#sproductinfopage .sproductinfo-content h1{
    font-size: 32px;
    line-height: 1.15;
    color: #111111;
    margin-bottom: 14px;
}

#sproductinfopage .sproductinfo-shortdesc{
    font-size: 17px;
    line-height: 1.75;
    color: #222222;
    margin-bottom: 24px;
}

#sproductinfopage .sproductinfo-sizeblock{
    margin-bottom: 18px;
}

#sproductinfopage .sproductinfo-label{
    font-size: 18px;
    color: #111111;
    margin-bottom: 10px;
}

#sproductinfopage .sproductinfo-sizewrap{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#sproductinfopage .sproductinfo-sizebadge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    min-width: 72px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1;
}

#sproductinfopage .sproductinfo-whatsappwrap{
    margin-bottom: 28px;
}

#sproductinfopage .sproductinfo-whatsappbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 220px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #59d365;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

#sproductinfopage .sproductinfo-whatsappbtn:hover{
    color: #ffffff;
    opacity: 0.92;
}

#sproductinfopage .sproductinfo-detailgroup{
    margin-top: 6px;
}

#sproductinfopage .sproductinfo-block{
    margin-bottom: 18px;
}

#sproductinfopage .sproductinfo-blocktitle{
    font-size: 24px;
    line-height: 1.3;
    color: #111111;
    margin-bottom: 10px;
}

#sproductinfopage .sproductinfo-blockcontent,
#sproductinfopage .sproductinfo-directiontext{
    font-size: 16px;
    line-height: 1.8;
    color: #222222;
}

#sproductinfopage .sproductinfo-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

#sproductinfopage .sproductinfo-list li{
    position: relative;
    padding-left: 14px;
    margin-bottom: 4px;
}

#sproductinfopage .sproductinfo-list li::before{
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

/* accordion */
#sproductinfopage .sproductinfo-accordion-item{
    border-top: 1px solid #8d8a84;
}

#sproductinfopage .sproductinfo-accordion-item:last-of-type{
    border-bottom: 1px solid #8d8a84;
}

#sproductinfopage .sproductinfo-accordion-head{
    width: 100%;
    background: transparent;
    border: 0;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    line-height: 1.3;
    color: #111111;
    text-align: left;
}

#sproductinfopage .sproductinfo-accordion-icon{
    flex: 0 0 auto;
    font-size: 20px;
}

#sproductinfopage .sproductinfo-accordion-body{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #222222;
    transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
}

#sproductinfopage .sproductinfo-accordion-item.open .sproductinfo-accordion-body{
    max-height: 500px;
    opacity: 1;
    padding: 0 0 16px;
}
#sproductinfopage .sproductinfo-accordion-icon{
    flex: 0 0 auto;
    font-size: 20px;
    transition: transform 0.3s ease;
}

#sproductinfopage .sproductinfo-accordion-item.open .sproductinfo-accordion-icon{
    transform: rotate(180deg);
}
#sproductinfopage .sproductinfo-direction{
    margin-top: 18px;
}

/* icons */
#sproductinfopage .sproductinfo-icons{
    margin-top: 26px;
}

#sproductinfopage .sproductinfo-iconitem{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #222222;
}

#sproductinfopage .sproductinfo-iconcircle{
    width: 30px;
    height: 30px;
    border: 1px solid #8d8a84;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #111111;
    flex: 0 0 auto;
}

/* related */
#sproductinfo-related{
    padding: 0 0 90px;
    background: #f3f0eb;
}

#sproductinfopage .sproductinfo-relatedtitle{
    font-size: 34px;
    line-height: 1.08;
    color: #111111;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
}

#sproductinfopage .sproductinfo-relatedcard{
    height: 100%;
}

#sproductinfopage .sproductinfo-relatedimg{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ded8ce;
    min-height: 280px;
    padding: 22px;
    overflow: hidden;
}

#sproductinfopage .sproductinfo-relatedimg img{
    width: auto;
    max-height: 210px;
    object-fit: contain;
    transition: transform 0.35s ease;
}

#sproductinfopage .sproductinfo-relatedcard:hover .sproductinfo-relatedimg img{
    transform: scale(1.04);
}

#sproductinfopage .sproductinfo-relatedinfo{
    padding-top: 12px;
}

#sproductinfopage .sproductinfo-relatedinfo h3{
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
}

#sproductinfopage .sproductinfo-relatedinfo h3 a{
    color: #111111;
    text-decoration: none;
}

#sproductinfopage .sproductinfo-relatedinfo h3 a:hover{
    opacity: 0.75;
}

/* responsive */
@media (max-width: 1399.98px){
    #sproductinfopage .sproductinfo-relatedtitle{
        font-size: 32px;
    }
}

@media (max-width: 1199.98px){
    #sproductinfopage .sproductinfo-mainimg{
        height: 540px;
    }

    #sproductinfopage .sproductinfo-content h1{
        font-size: 26px;
    }

    #sproductinfopage .sproductinfo-blocktitle,
    #sproductinfopage .sproductinfo-accordion-head{
        font-size: 20px;
    }

    #sproductinfopage .sproductinfo-relatedtitle{
        font-size: 28px;
    }

    #sproductinfopage .sproductinfo-relatedimg{
        min-height: 240px;
    }

    #sproductinfopage .sproductinfo-relatedimg img{
        max-height: 180px;
    }
}

@media (max-width: 991.98px){
    #sproductinfo-main{
        padding: 45px 0 90px;
    }

    #sproductinfopage .sproductinfo-content{
        max-width: 100%;
        margin-left: 0;
    }

    #sproductinfopage .sproductinfo-mainimg{
        height: 460px;
    }

    #sproductinfopage .sproductinfo-content h1{
        font-size: 26px;
    }

    #sproductinfopage .sproductinfo-shortdesc{
        font-size: 16px;
    }

    #sproductinfopage .sproductinfo-relatedtitle{
        font-size: 26px;
        margin-bottom: 28px;
    }

    #sproductinfo-related{
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px){
    #sproductinfo-main{
        padding: 35px 0 70px;
    }

    #sproductinfopage .sproductinfo-imagebox{
        padding: 20px;
    }

    #sproductinfopage .sproductinfo-mainimg{
        height: 340px;
    }

    #sproductinfopage .sproductinfo-content h1{
        font-size: 20px;
    }

    #sproductinfopage .sproductinfo-shortdesc,
    #sproductinfopage .sproductinfo-blockcontent,
    #sproductinfopage .sproductinfo-directiontext,
    #sproductinfopage .sproductinfo-accordion-body{
        font-size: 15px;
        line-height: 1.75;
    }

    #sproductinfopage .sproductinfo-label{
        font-size: 16px;
    }

    #sproductinfopage .sproductinfo-whatsappbtn{
        min-width: 190px;
        font-size: 16px;
        padding: 12px 20px;
    }

    #sproductinfopage .sproductinfo-blocktitle,
    #sproductinfopage .sproductinfo-accordion-head{
        font-size: 18px;
    }

    #sproductinfopage .sproductinfo-relatedtitle{
        font-size: 18px;
    }

    #sproductinfopage .sproductinfo-relatedimg{
        min-height: 190px;
        padding: 16px;
    }

    #sproductinfopage .sproductinfo-relatedimg img{
        max-height: 135px;
    }

    #sproductinfopage .sproductinfo-relatedinfo h3{
        font-size: 16px;
    }
}

@media (max-width: 575.98px){
    #sproductinfopage .sproductinfo-mainimg{
        height: 280px;
    }

    #sproductinfopage .sproductinfo-content h1{
        font-size: 18px;
    }

    #sproductinfopage .sproductinfo-relatedtitle{
        font-size: 20px;
    }

    #sproductinfopage .sproductinfo-relatedimg{
        min-height: 165px;
        padding: 14px;
    }

    #sproductinfopage .sproductinfo-relatedimg img{
        max-height: 110px;
    }

    #sproductinfopage .sproductinfo-relatedinfo h3{
        font-size: 14px;
    }
}
#sproductinfopage .sproductinfo-imagebox{
    background: #ded8ce;
    padding: 32px;
}

#sproductinfopage .sproductinfoMainSwiper{
    overflow: hidden;
}

#sproductinfopage .sproductinfo-mainvisual{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 620px;
}

#sproductinfopage .sproductinfo-mainimg{
    width: 100%;
    height: 620px;
    object-fit: contain;
}

#sproductinfopage .sproductinfo-video-box video{
    width: 100%;
    height: 620px;
    object-fit: contain;
    background: transparent;
}

#sproductinfopage .sproductinfoThumbSwiper{
    margin-top: 16px;
    overflow: hidden;
}

#sproductinfopage .sproductinfo-thumbitem{
    background: rgba(255,255,255,0.35);
    border: 1px solid rgba(0,0,0,0.08);
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#sproductinfopage .sproductinfo-thumbitem:hover{
    border-color: #111111;
}

#sproductinfopage .sproductinfo-thumbimg{
    width: 100%;
    height: 90px;
    object-fit: contain;
}

#sproductinfopage .sproductinfo-thumbvideo video{
    width: 100%;
    height: 90px;
    object-fit: cover;
    background: #000;
}

#sproductinfopage .sproductinfoThumbSwiper .swiper-slide-thumb-active .sproductinfo-thumbitem{
    border-color: #111111;
    background: rgba(255,255,255,0.6);
}

@media (max-width: 1199.98px){
    #sproductinfopage .sproductinfo-mainvisual{
        min-height: 540px;
    }

    #sproductinfopage .sproductinfo-mainimg,
    #sproductinfopage .sproductinfo-video-box video{
        height: 540px;
    }
}

@media (max-width: 991.98px){
    #sproductinfopage .sproductinfo-mainvisual{
        min-height: 460px;
    }

    #sproductinfopage .sproductinfo-mainimg,
    #sproductinfopage .sproductinfo-video-box video{
        height: 460px;
    }
}

@media (max-width: 767.98px){
    #sproductinfopage .sproductinfo-imagebox{
        padding: 20px;
    }

    #sproductinfopage .sproductinfo-mainvisual{
        min-height: 340px;
    }

    #sproductinfopage .sproductinfo-mainimg,
    #sproductinfopage .sproductinfo-video-box video{
        height: 340px;
    }

    #sproductinfopage .sproductinfo-thumbimg,
    #sproductinfopage .sproductinfo-thumbvideo video{
        height: 72px;
    }
}

@media (max-width: 575.98px){
    #sproductinfopage .sproductinfo-mainvisual{
        min-height: 280px;
    }

    #sproductinfopage .sproductinfo-mainimg,
    #sproductinfopage .sproductinfo-video-box video{
        height: 280px;
    }

    #sproductinfopage .sproductinfo-thumbimg,
    #sproductinfopage .sproductinfo-thumbvideo video{
        height: 64px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0px 15px;
    }
}
@media (max-width: 992px) {
    .scalp-footer *{
      text-align: center !important;
      justify-content: center;
    }
    .scalp-footer-logo{
      text-align: center;
    }
    .scalp-footer-logo img{
      max-height: 90px;
    }
    .scalp-footer-social{
    justify-content: center;
    }
}