/*----------------- Font -----------------*/
@font-face {
  font-family: 'LightFont';
  src: url('font/Graphik-Light.otf')  format('opentype');
}
.light-font,.light-fontall *{
  font-family: 'LightFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'RegularFont';
  src: url('font/Graphik-Regular.otf')  format('opentype');
}
.regular-font,.regular-fontall *{
  font-family: 'RegularFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'MediumFont';
  src: url('font/Graphik-Medium.otf')  format('opentype');
}
.medium-font,.medium-fontall *{
  font-family: 'MediumFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'SemiBoldFont';
  src: url('font/Graphik-SemiBold.otf')  format('opentype');
}
.semibold-font,.semibold-fontall *{
  font-family: 'SemiBoldFont', Fallback, sans-serif;
}
@font-face {
  font-family: 'BoldFont';
  src: url('font/Graphik-Bold.otf')  format('opentype');
}
.bold-font,.bold-fontall *,b{
  font-family: 'BoldFont', Fallback, sans-serif;
}
/*----------------- Font -----------------*/

/*----------------- Navbar -----------------*/
.home-navbar.fixed-top{
  position: absolute !important;
}

.home-navbar .logo{
  max-width: 180px;
}
.home-navbar.fixed-top .logo{
  filter: brightness(0) invert(1);
}
.home-navbar{margin-top: 15px;}
.home-navbar .navbar-nav li{
  margin: 0 5px;
}
.home-navbar .navbar-nav>.nav-item>a{
  color: black;
  padding: 3px 15px !important;
}
.home-navbar.fixed-top .navbar-nav>.nav-item>a{
  color: white;
}
.home-navbar .navbar-nav li:last-child a{
  color: black;
}
.home-navbar.fixed-top .navbar-nav li:last-child a{
  color: white;
  background-color: black;
  border-radius: 100px;
}

/*----------------- Navbar -----------------*/

/*----------------- Banner -----------------*/
#slideShow .overlay-text{
  letter-spacing: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
#slideShow .btn-cta{
  background-color: white;
  color: black;
  border-radius: 100px;
  padding: 5px 20px;
}
/*----------------- Banner -----------------*/

/*----------------- Product -----------------*/
.prodInfo .ext-color {
    display: none;
}
.prodInfo .list-inline input:checked + label{
  color: white !important;
  background-color: black !important;
}
.prodInfo .ext-colorpicker2{
  border-radius: 100px;
    margin-right: 2px;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
    padding: 2px 15px;
}
/*----------------- Product -----------------*/

/*----------------- Common Section -----------------*/
.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;
}
.haboutus .subtitle,.haboutus2 .subtitle{
  color: #8c8e90 !important;
}
.haboutus .img-section h4{
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 80%;
}
.haboutus .img-section img{
  transition: 0.5s;
}
.haboutus .img-section img:hover{
  transform: scale(1.01);
}

.hproject .input-group input, .hproject .input-group .btn,.hportfolio .input-group input, .hportfolio .input-group .btn{
  border-radius: 100px;
}

.hproject .clientSwiper img{
  text-align: center;
  height: 48px;
  object-fit: contain;
}
.hstart .btn{
  background-color: white !important;
  color: black;
  border-radius: 100px;
}
.hstart h3{
  color: #faefea !important; 
  letter-spacing: 2px; 
}
/*----------------- Common Section -----------------*/

/*----------------- Footer Section -----------------*/
#footer{
  background-image: url(/mem_module/library/image/footerbackground.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;  
}
#footer .logo{
  max-width: 220px;
  filter: brightness(0) invert(1);
}
#footer .grey-text{color: #a7a9ac !important;}
#footer h4{font-size: medium !important;}
#footer p{font-size: small !important;}
#footer .copyright{font-size: small !important;}

/*----------------- Footer Section -----------------*/

/*----------------- Less Than -----------------*/
@media only screen and (max-width: 1200px){ /* col-xl */
 .menuwrap.xs-display{
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #e8ddcd !important;
    padding-block: 8px;
    justify-content: space-around ;
    z-index: 999;
  }
  .menuwrap.show{
    display: flex !important;
  }
    .site-nav-icons .nav-icon-link{
        color: #2c2c2c !important;
        border: 1px solid rgba(0,0,0,0.08) !important;
    }
.btn-whatsapp {
    bottom: 75px !important;
  }
}
@media only screen and (max-width: 992px){ /* col-lg */
  .home-navbar{
    margin-top: 10px;
  }
  .home-navbar,.home-navbar.fixed-top{
    position: relative !important;
    flex-wrap: wrap;
  }
  .home-navbar .logo{
    filter: brightness(0) invert(0) !important;
    max-width: 160px !important;
  }  

  .home-navbar .navbar-nav>.nav-item>a{
    color: black !important;
    text-align: center !important;
    margin-top: 5px;
    font-size: 14px !important;
  }
  .home-navbar .navbar-nav li:last-child a{
    color: white !important;
    background-color: black;
    border-radius: 100px;
  }  
  .navbar-expand-sm .navbar-collapse{
    justify-content: space-evenly;
  }
  .hwhy .icon{
    height: 80px;
  }
  #slideShow .overlay-text{
    width: 90%;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 768px){ /* col-md */
}
@media only screen and (max-width: 576px){ /* col-sm */
  
.btn-whatsapp{
    width: 46px;
    height: 46px;
    bottom: 30px;
    right: 20px;
    font-size: 32px;
}
.home-navbar.fixed-top{
  position: relative !important;
}  
.home-navbar .logo{
  filter: brightness(0) invert(0) !important;
  max-width: 130px !important;
}
.home-navbar .navbar-toggler{
  font-size: small;
  margin-top: 20px;
  margin-right: 5px;  
}
.home-navbar .navbar-nav>.nav-item>a{
  color: black !important;
  text-align: center !important;
  margin-top: 5px;
}
.home-navbar .navbar-nav li:last-child a{
  color: white !important;
  background-color: black;
  border-radius: 100px;
}
  #footer .logo{
    max-width: 160px !important;
  }
  .hwhy .icon{
    height: 60px;
  }  
  #slideShow .overlay-text {
    width: 96% !important;
  }
  #slideShow .overlay-text *{
    font-size: larger !important;
    margin-bottom: 5px;
  }
  #slideShow .overlay-text .btn-cta{
    font-size: 13px !important;
  }  
}
/*----------------- Less Than -----------------*/

/*----------------- Greater Than -----------------*/
@media only screen and (min-width: 1200px){ /* col-xl */

}
@media only screen and (min-width: 992px){ /* col-lg */
#footer .mt-lg-cust{
  margin-top: 115px;
}

}
@media only screen and (min-width: 768px){ /* col-md */
  .blog-content{
    border-right: 1px solid black;
  }
}
@media only screen and (min-width: 576px){ /* col-sm */

}



/*----------------- Greater Than -----------------*/

/*----------------- Between -----------------*/
@media  (min-width:992px) and (max-width:1200px) {

}
@media  (min-width:768px) and (max-width:992px) {
  .home-navbar .logo-div{
    text-align: center !important;
  }
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }
}
@media  (min-width:576px) and (max-width:768px) {
  .container, .container-sm {
    max-width: 90% !important;
  }
  .home-navbar .logo-div{
    text-align: center !important;
  }  
  .home-navbar .navbar-nav{
    margin-top: 10px;
  }  
}

/*----------------- Between -----------------*/

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

html, body{
    overflow-x: hidden;
}

body{
    margin: 0;
    padding: 0;
    color: #2c2c2c;
    background-color: #ffffff;
}

img{
    max-width: 100%;
    height: auto;
    display: block;
}

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

.display-none{
    display: none !important;
}

/* =========================================================
   GLOBAL HEADER OVERLAY + STICKY
========================================================= */

.site-header-wrap{
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.35s ease;
}
.site-header-wrap.relative{
    position: relative;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.site-header-wrap.header-overlay{
    background: transparent;
}

.site-header-wrap.header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.site-header-wrap.header-scrolled .logo, .site-header-wrap.relative .logo{
    filter: invert(1) brightness(0);
}

/* =========================
   TOPBAR
========================= */

.topbar{
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    transition: all 0.35s ease;
    background-color: #f1ece6;
}

.topbar p{
    font-size: 14px;
    color: #231f20;
    letter-spacing: 0.2px;
}

.site-header-wrap.header-scrolled .topbar{
    background-color: #f7f1ea;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 8px 0;
}

.site-header-wrap.header-scrolled .topbar p{
    color: #6b5748;
}

/* =========================
   NAVBAR
========================= */

.site-navbar{
    padding: 0px 0;
    transition: all 0.35s ease;
}

.site-navbar .logo{
    max-height: 72px;
    width: auto;
    transition: all 0.35s ease;
}

.site-navbar .navbar-brand{
    margin-bottom: 0;
}

.site-navbar .navbar-nav .nav-item{
    margin: 0 8px;
    position: relative;
}

.site-navbar .navbar-nav .nav-link{
    font-size: 15px;
    color: #ffffff;
    padding: 10px 8px !important;
    transition: all 0.3s ease;
}

.site-navbar .navbar-nav .nav-link:hover,
.site-navbar .navbar-nav .nav-link.active,.dropdown-item.active, .dropdown-item:active{
    color: #f0d2bb !important;
    background: transparent;
}

.site-navbar .dropdown-menu{
    border: none;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
    padding: 10px 0;
    min-width: 220px;
    margin-top: 10px;
}

.site-navbar .dropdown-item{
    font-size: 14px;
    color: #2c2c2c;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.site-navbar .dropdown-item:hover{
    background-color: #f7f2ec;
    color: #c59672;
}

.site-nav-icons{
    margin-right: 22px;
    gap: 12px;
}

.site-nav-icons .nav-icon-link{
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-nav-icons .nav-icon-link:hover{
    background-color: #c59672;
    border-color: #c59672;
    color: #fff;
}

/* scroll 後 */
.site-header-wrap.header-scrolled .site-navbar{
    padding: 0px 0px 15px 0px;
}

.site-header-wrap.header-scrolled .site-navbar .logo{
    max-height: 62px;
}

.site-header-wrap.header-scrolled .site-navbar .navbar-nav .nav-link,.site-header-wrap.relative .site-navbar .navbar-nav .nav-link{
    color: #2c2c2c;
}

.site-header-wrap.header-scrolled .site-navbar .navbar-nav .nav-link:hover,
.site-header-wrap.header-scrolled .site-navbar .navbar-nav .nav-link.active{
    color: #c59672;
}

.site-header-wrap.header-scrolled .site-nav-icons .nav-icon-link,.site-header-wrap.relative .site-nav-icons .nav-icon-link{
    border: 1px solid rgba(0,0,0,0.08);
    color: #2c2c2c;
    background-color: transparent;
}

.site-header-wrap.header-scrolled .site-nav-icons .nav-icon-link:hover,.site-header-wrap.relative .site-nav-icons .nav-icon-link:hover{
    background-color: #c59672;
    border-color: #c59672;
    color: #fff;
}

.site-navbar .navbar-toggler{
    border: none;
    padding: 4px 8px;
    box-shadow: none !important;
}
/*
.site-header-wrap:not(.header-scrolled) .site-navbar .navbar-toggler{
    filter: brightness(0) invert(1);
}
*/
.site-header-wrap.header-scrolled .site-navbar .navbar-toggler{
    filter: none;
}

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

.contact-hero{
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.contact-hero-img{
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.contact-hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0.20) 55%, rgba(0,0,0,0.10) 100%);
}

.contact-hero .container{
    position: absolute;
    inset: 0;
    z-index: 2;
}

.contact-hero-content{
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
    padding-top: 90px;
}

.contact-hero-subtitle{
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    color: #f2dfcf;
}

.contact-hero-content h1{
    font-size: 54px;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #ffffff;
}

.contact-hero-content p{
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.92);
    max-width: 620px;
    margin-bottom: 0;
}

/* =========================================================
   CONTACT INFO SECTION
========================================================= */

.contact-info-section{
    background-color: #f8f6f2;
    padding: 90px 0;
}

.contact-info-left{
    padding-right: 30px;
}

.contact-info-left h2{
    font-size: 42px;
    color: #1f1f1f;
    margin-bottom: 18px;
}

.contact-intro{
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 35px;
    max-width: 620px;
}

.contact-card{
    margin-bottom: 34px;
}

.contact-card:last-child{
    margin-bottom: 0;
}

.contact-card-title{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.contact-card-title i{
    font-size: 24px;
    color: #c59672;
}

.contact-card-title h3{
    font-size: 28px;
    margin-bottom: 0;
    color: #c59672;
}

.contact-card p{
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 0;
}

.contact-hours-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-hours-list li{
    font-size: 17px;
    line-height: 1.9;
    color: #333;
}

.contact-line{
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 0;
}

.contact-btn-wrap{
    margin-top: 22px;
}

.contact-main-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background-color: #c59672;
    color: #fff;
    border: 1px solid #c59672;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-main-btn:hover{
    background-color: #b18361;
    border-color: #b18361;
    color: #fff;
}

.contact-map-wrap{
    height: 100%;
}

.contact-map-box{
    width: 100%;
    min-height: 680px;
    overflow: hidden;
    background-color: #e9e9e9;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.contact-map-box iframe{
    width: 100%;
    min-height: 680px;
    display: block;
    border: 0;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer{
    background-color: #e8ddcd;
    padding: 70px 0 25px;
    color: #2a2a2a;
}

.footer-top{
    padding-bottom: 35px;
}

.footer-logo{
    max-width: 100px;
    margin-bottom: 24px;
}

.footer-company-info h3{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #1f1f1f;
}

.footer-company-info h4{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.footer-company-info p{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.footer-company-info i{
    margin-right: 8px;
    color: #8b684d;
}

.footer-social-wrap{
    margin-top: 28px;
}

.footer-social-wrap p{
    font-size: 20px;
    color: #c59672;
    margin-bottom: 14px;
}
.footer-social-wrap img{
  height: 20px;
}
.footer-social-links{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-social-links a{
    font-size: 28px;
    color: #111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-links a:hover{
    color: #c59672;
}

.footer-links-wrap h5{
  font-size: 15px;
    margin-bottom: 18px;
    color: #1f1f1f;
}

.footer-links{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li{
    margin-bottom: 10px;
}

.footer-links li a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links li a:hover{
    color: #c59672;
}

.footer-business-hour{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-business-hour li{
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-business-hour .day{
    min-width: 90px;
    color: #1f1f1f;
}

.footer-business-hour .time{
    color: #333;
    text-align: right;
}

.footer-bottom{
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 22px;
}

.footer-bottom p{
    font-size: 15px;
    color: #333;
}

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

.btn-whatsapp{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.28);
    z-index: 99999;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover{
    color: #fff;
    transform: translateY(-3px);
}

/* =========================================================
   GENERIC BANNER SUPPORT
========================================================= */

.inner-banner,
.page-banner,
.common-banner{
    position: relative;
    overflow: hidden;
}

.inner-banner img,
.page-banner img,
.common-banner img{
    width: 100%;
    object-fit: cover;
    display: block;
}

.banner-content,
.inner-banner-content,
.page-banner-content{
    position: relative;
    z-index: 2;
    padding-top: 140px;
    padding-bottom: 80px;
}

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

@media (max-width: 1199px){
    .contact-hero-content h1{
        font-size: 46px;
    }
    .site-navbar .navbar-collapse{
        background: rgba(255,255,255,0.98);
        margin-top: 14px;
        padding: 15px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }    
    .site-navbar .navbar-nav .nav-link{
        color: #2c2c2c;
    }    
}

@media (max-width: 991px){
    .topbar{
        padding: 8px 0;
    }

    .topbar p{
        font-size: 12px;
    }

    .site-navbar{
        padding: 12px 0;
    }

    .site-navbar .logo{
        max-height: 58px;
    }





    .site-nav-icons{
        margin-left: 0;
        margin-top: 12px;
    }



    .contact-hero,
    .contact-hero-img{
        min-height: 520px;
        height: 520px;
    }

    .contact-hero-content{
        padding-top: 145px;
    }

    .contact-hero-content h1{
        font-size: 40px;
    }

    .contact-info-section{
        padding: 70px 0;
    }

    .contact-info-left{
        padding-right: 0;
    }

    .contact-map-box,
    .contact-map-box iframe{
        min-height: 500px;
    }

    .banner-content,
    .inner-banner-content,
    .page-banner-content{
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px){
    .site-navbar .logo{
        max-height: 52px;
    }

    .contact-hero,
    .contact-hero-img{
        min-height: 460px;
        height: 460px;
    }

    .contact-hero-content{
        padding-top: 130px;
    }

    .contact-hero-content h1{
        font-size: 32px;
    }

    .contact-hero-content p{
        font-size: 15px;
        line-height: 1.8;
    }

    .contact-info-left h2{
        font-size: 32px;
    }

    .contact-intro,
    .contact-card p,
    .contact-hours-list li,
    .contact-line{
        font-size: 15px;
    }

    .contact-card-title h3{
        font-size: 23px;
    }

    .site-footer{
        padding: 55px 0 20px;
    }

    .footer-company-info h3{
        font-size: 20px;
    }

    .footer-company-info h4{
        font-size: 22px;
    }

    .footer-links-wrap h5{
        font-size: 21px;
    }

    .footer-business-hour li{
        justify-content: flex-start;
        gap: 20px;
    }

    .banner-content,
    .inner-banner-content,
    .page-banner-content{
        padding-top: 105px;
        padding-bottom: 50px;
    }

    .btn-whatsapp{
        width: 56px;
        height: 56px;
        font-size: 28px;
        right: 18px;
        bottom: 18px;
    }
}
/* =========================================================
   ATOZ STORY PAGE
========================================================= */

.atozstory-banner{
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.atozstory-banner-img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.atozstory-banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.16) 45%, rgba(0,0,0,0.18) 100%);
}

.atozstory-banner-row{
    min-height: 520px;
}

.atozstory-banner-content{
    position: relative;
    z-index: 2;
    padding-top: 90px;
}

.atozstory-banner-content h1{
    font-size: 54px;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 0;
}

.atozstory-intro-section{
    background-color: #f7f7f5;
    padding: 80px 0 40px;
}

.atozstory-intro-wrap h2{
    font-size: 52px;
    line-height: 1.2;
    color: #1f1f1f;
    margin-bottom: 26px;
}

.atozstory-intro-text{
    font-size: 17px;
    line-height: 1.9;
    color: #333333;
}

.atozstory-intro-text p{
    margin-bottom: 22px;
}

.atozstory-intro-text p:last-child{
    margin-bottom: 0;
}

.atozstory-intro-image-wrap{
    margin-top: 48px;
    overflow: hidden;
}

.atozstory-intro-image{
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.atozstory-commitment-section{
    background-color: #eceae4;
    padding: 70px 0 80px;
}

.atozstory-commitment-head h2{
    font-size: 48px;
    line-height: 1.2;
    color: #1f1f1f;
    margin-bottom: 12px;
}

.atozstory-commitment-head p{
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 0;
}

.atozstory-commitment-row{
    margin-top: 38px;
    margin-bottom: 38px;
}

.atozstory-commitment-card{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 8px;
}

.atozstory-commitment-icon{
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c9a7d;
    font-size: 34px;
    line-height: 1;
}

.atozstory-commitment-text h3{
    font-size: 24px;
    line-height: 1.4;
    color: #d09b7f;
    margin-bottom: 8px;
}

.atozstory-commitment-text p{
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 0;
}

.atozstory-closing p{
    font-size: 26px;
    line-height: 1.5;
    color: #1f1f1f;
    margin-bottom: 0;
}

@media (max-width: 1199px){
    .atozstory-banner-content h1{
        font-size: 46px;
    }

    .atozstory-intro-wrap h2,
    .atozstory-commitment-head h2{
        font-size: 42px;
    }

    .atozstory-closing p{
        font-size: 22px;
    }
}

@media (max-width: 991px){
    .atozstory-banner,
    .atozstory-banner-row,
    .atozstory-banner-img{
        min-height: 460px;
        height: 460px;
    }

    .atozstory-banner-content{
        padding-top: 80px;
    }

    .atozstory-banner-content h1{
        font-size: 40px;
    }

    .atozstory-intro-section{
        padding: 70px 0 35px;
    }

    .atozstory-intro-wrap h2,
    .atozstory-commitment-head h2{
        font-size: 38px;
    }

    .atozstory-intro-text{
        font-size: 16px;
    }

    .atozstory-commitment-card{
        margin-bottom: 18px;
    }

    .atozstory-closing p{
        font-size: 20px;
    }
}

@media (max-width: 767px){
    .atozstory-banner,
    .atozstory-banner-row,
    .atozstory-banner-img{
        min-height: 400px;
        height: 400px;
    }

    .atozstory-banner-content{
        padding-top: 70px;
    }

    .atozstory-banner-content h1{
        font-size: 30px;
    }

    .atozstory-intro-section{
        padding: 55px 0 25px;
    }

    .atozstory-intro-wrap h2,
    .atozstory-commitment-head h2{
        font-size: 30px;
    }

    .atozstory-intro-text{
        font-size: 15px;
        line-height: 1.85;
    }

    .atozstory-intro-image-wrap{
        margin-top: 32px;
    }

    .atozstory-commitment-section{
        padding: 55px 0 60px;
    }

    .atozstory-commitment-head p{
        font-size: 16px;
    }

    .atozstory-commitment-text h3{
        font-size: 20px;
    }

    .atozstory-commitment-text p{
        font-size: 14px;
    }

    .atozstory-closing p{
        font-size: 17px;
        line-height: 1.6;
    }
}
/* =========================================================
   PRODUCT LISTING PAGE
========================================================= */

.prodlisting-banner .category-hero-img{
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}
.prodlisting-banner {
    position: relative;
    min-height: 620px;
    overflow: hidden;
}

.prodlisting-banner-bg{
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 35%, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.08) 22%, rgba(255,255,255,0) 40%),
        linear-gradient(90deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.03) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.prodlisting-banner-row{
    min-height: 430px;
    position: relative;
    z-index: 2;
}

.prodlisting-banner-content{
    padding-top: 160px;
    color: #ffffff;
}

.prodlisting-banner-subtitle{
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: rgba(255,255,255,0.88);
    margin-bottom: 14px;
}

.prodlisting-banner-content h1{
    font-size: 56px;
    line-height: 1.12;
    margin-bottom: 18px;
    color: #ffffff;
}

.prodlisting-banner-content p{
    font-size: 17px;
    line-height: 1.85;
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255,255,255,0.90);
}

.prodlisting-section{
    padding: 80px 0 70px;
    background-color: #f6f5f2;
}

.prodlisting-heading{
    margin-bottom: 35px;
}

.prodlisting-heading h2{
    font-size: 40px;
    line-height: 1.2;
    color: #1f1f1f;
    margin-bottom: 0;
}

.prodlisting-card{
    background-color: transparent;
}

.prodlisting-link{
    display: block;
    text-decoration: none;
    color: #222222;
}

.prodlisting-image-wrap{
    position: relative;
    overflow: hidden;
    background-color: #ebe7e1;
    margin-bottom: 12px;
}

.prodlisting-image{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.prodlisting-link:hover .prodlisting-image{
    transform: scale(1.03);
}

.prodlisting-badge{
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background-color: #c69071;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.3px;
}

.prodlisting-card-body{
    padding: 0 6px 6px;
}

.prodlisting-card-body h3{
    font-size: 17px;
    line-height: 1.5;
    color: #4f4f4f;
    margin-bottom: 4px;
    min-height: 28px;
}

.prodlisting-price-wrap{
    min-height: 30px;
}

.prodlisting-price{
    font-size: 18px;
    line-height: 1.4;
    color: #1f1f1f;
}

.prodlisting-oldprice{
    color: #999999;
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 15px;
}

.prodlisting-newprice{
    color: #1f1f1f;
    font-weight: 600;
    margin-right: 8px;
}
.prodlisting-discountprice{
    color: #ed1c24 !important;
    font-weight: 600;
    margin-right: 8px;
}

.prodlisting-pagination{
    padding-top: 38px;
    margin-bottom: 0;
    gap: 8px;
}

.prodlisting-pagination .page-item{
    margin: 0;
}

.prodlisting-pagination .page-link{
    width: 42px;
    height: 42px;
    border-radius: 100% !important;
    border: none;
    background-color: transparent;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-size: 15px;
}

.prodlisting-pagination .page-item.active .page-link{
    background-color: #c69071;
    color: #ffffff;
}

.prodlisting-pagination .page-link:hover{
    background-color: #ead7ca;
    color: #7a543d;
}

@media (max-width: 1199px){
    .prodlisting-banner-content h1{
        font-size: 46px;
    }
}

@media (max-width: 991px){
    .prodlisting-banner,.category-hero-img{
        min-height: 360px;
    }

    .prodlisting-banner-row{
        min-height: 360px;
    }

    .prodlisting-banner-content{
        padding-top: 140px;
    }

    .prodlisting-banner-content h1{
        font-size: 38px;
    }

    .prodlisting-section{
        padding: 65px 0 60px;
    }

    .prodlisting-heading h2{
        font-size: 34px;
    }

    .prodlisting-card-body h3{
        font-size: 16px;
        min-height: 48px;
    }
}

@media (max-width: 767px){
    .prodlisting-banner,
    .category-hero-img{
        min-height: 460px;
        height: 460px;
    }  
    .prodlisting-banner{
        min-height: 300px;
    }

    .prodlisting-banner-row{
        min-height: 300px;
    }

    .prodlisting-banner-content{
        padding-top: 160px;
    }

    .prodlisting-banner-subtitle{
        font-size: 13px;
    }

    .prodlisting-banner-content h1{
        font-size: 30px;
    }

    .prodlisting-banner-content p{
        font-size: 15px;
        line-height: 1.75;
    }

    .prodlisting-section{
        padding: 50px 0 50px;
    }

    .prodlisting-heading{
        margin-bottom: 24px;
    }

    .prodlisting-heading h2{
        font-size: 28px;
    }

    .prodlisting-card-body h3{
        font-size: 15px;
        min-height: auto;
    }

    .prodlisting-price{
        font-size: 16px;
    }

    .prodlisting-oldprice{
        font-size: 14px;
    }

    .prodlisting-pagination .page-link{
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* =========================================================
   PRODUCT INFO PAGE
========================================================= */

.productinfo-section{
    padding: 55px 0 70px;
    background-color: #f7f6f3;
}

.productinfo-breadcrumb{
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 36px;
}

.productinfo-breadcrumb a{
    color: #9b9b9b;
    text-decoration: none;
}

.productinfo-breadcrumb a:hover,
.productinfo-breadcrumb .active{
    color: #2c2c2c;
}

.productinfo-breadcrumb span{
    margin: 0 8px;
}

.productinfo-main-row{
    align-items: flex-start;
}

.productinfo-gallery-wrap{
    position: sticky;
    top: 120px;
}

.productinfo-main-image-box{
    background-color: #e9e6e1;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.productinfo-main-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfo-video-box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfo-thumb-box{
    background-color: #e9e6e1;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.productinfo-thumb-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbSwiper{
    margin-top: 16px;
}

.thumbSwiper .swiper-slide{
    cursor: pointer;
    opacity: 0.85;
    transition: all 0.3s ease;
}

.thumbSwiper .swiper-slide-thumb-active{
    opacity: 1;
}

.productinfo-note{
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.8;
    color: #666666;
}

.productinfo-content-wrap{
    max-width: 560px;
}

.productinfo-title{
    font-size: 28px;
    line-height: 1.15;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.productinfo-code{
    font-size: 14px;
    color: #666666;
    margin-bottom: 22px;
}

.productinfo-code span{
    color: #2c2c2c;
    margin-left: 6px;
}

.productinfo-desc{
    font-size: 15px;
    line-height: 1.9;
    color: #444444;
    margin-bottom: 28px;
}

.productinfo-price-box{
    margin-bottom: 28px;
}

.productinfo-offer-label{
    font-size: 14px;
    color: #c69071;
    margin-bottom: 6px;
}

.productinfo-price{
    line-height: 1.2;
    color: #1f1f1f;
    margin-bottom: 0;
}

.productinfo-oldprice{
    color: #9a9a9a;
    text-decoration: line-through;
    margin-right: 12px;
    font-size: 26px;
}

.productinfo-newprice{
    color: #1f1f1f;
    margin-right: 12px;
}

.productinfo-option-group{
    margin-bottom: 28px;
}

.productinfo-option-group h4{
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 14px;
}

.productinfo-color-list,
.productinfo-size-list{
    padding-left: 0;
    margin-bottom: 0;
}

.productinfo-color-list li,
.productinfo-size-list li{
    margin-right: 10px;
    margin-bottom: 10px;
}

.productinfo-color-list input,
.productinfo-size-list input{
    display: none;
}

.productinfo-option-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 12px 18px;
    border: 1px solid #d2a98f;
    color: #7f624d;
    background-color: transparent;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.productinfo-option-btn:hover,
.productinfo-option-btn.active,
.productinfo-color-list input:checked + .productinfo-option-btn,
.productinfo-size-list input:checked + .productinfo-option-btn{
    background-color: #d2a98f;
    color: #ffffff;
}

.productinfo-qty-group{
    margin-bottom: 32px;
}

.productinfo-qty-group h4{
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 14px;
}

.productinfo-quantity-box{
    max-width: 160px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.productinfo-quantity-box .btn{
    width: 44px;
    height: 44px;
    border: none;
    background-color: #ffffff;
    color: #1f1f1f;
    border-radius: 0;
    font-size: 20px;
    box-shadow: none;
}

.productinfo-quantity-box input{
    border: none;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    height: 44px;
    font-size: 16px;
}

.productinfo-cart-box{
    margin-bottom: 36px;
}

.productinfo-addcart-btn,
.productinfo-whatsapp-btn{
    min-width: 220px;
    padding: 14px 26px;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    font-size: 16px;
}

.productinfo-addcart-btn{
    background-color: #c69071;
    color: #ffffff;
}

.productinfo-addcart-btn:hover{
    background-color: #b67d5d;
    color: #ffffff;
}

.productinfo-details-box{
    padding-top: 6px;
}

.productinfo-details-box h4{
    font-size: 22px;
    color: #1f1f1f;
    margin-bottom: 14px;
}

.productinfo-details-content{
    font-size: 15px;
    line-height: 1.95;
    color: #444444;
}

.productrelated-section{
    padding: 20px 0 80px;
    background-color: #f7f6f3;
}

.productrelated-heading{
    margin-bottom: 30px;
}

.productrelated-heading h2{
    font-size: 56px;
    line-height: 1.15;
    color: #111111;
    margin-bottom: 0;
}

.productrelated-card{
    background-color: transparent;
}

.productrelated-link{
    display: block;
    text-decoration: none;
    color: #222222;
}

.productrelated-image-wrap{
    background-color: #ebe7e1;
    overflow: hidden;
    margin-bottom: 12px;
}

.productrelated-image{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.productrelated-link:hover .productrelated-image{
    transform: scale(1.03);
}

.productrelated-body h3{
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 4px;
}

.productrelated-oldprice{
    color: #999999;
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 14px;
}

.productrelated-newprice{
    color: #1f1f1f;
    font-size: 20px;
}

@media (max-width: 1199px){
    .productinfo-title{
        font-size: 44px;
    }

    .productrelated-heading h2{
        font-size: 46px;
    }
}

@media (max-width: 991px){
    .productinfo-section{
        padding: 40px 0 60px;
    }

    .productinfo-gallery-wrap{
        position: relative;
        top: 0;
        margin-bottom: 35px;
    }

    .productinfo-title{
        font-size: 38px;
    }

    .productinfo-price{
        font-size: 34px;
    }

    .productrelated-heading h2{
        font-size: 40px;
    }

    .productinfo-content-wrap{
        max-width: 100%;
    }
}

@media (max-width: 767px){
    .productinfo-breadcrumb{
        font-size: 12px;
        margin-bottom: 24px;
    }

    .productinfo-section{
        padding: 30px 0 50px;
    }

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

    .productinfo-desc,
    .productinfo-details-content{
        font-size: 14px;
    }

    .productinfo-price{
        font-size: 28px;
    }

    .productinfo-oldprice{
        font-size: 18px;
    }

    .productinfo-option-btn{
        min-width: 100px;
        padding: 10px 14px;
        font-size: 14px;
    }

    .productinfo-addcart-btn,
    .productinfo-whatsapp-btn{
        width: 100%;
        min-width: 100%;
    }

    .productrelated-section{
        padding: 10px 0 55px;
    }

    .productrelated-heading h2{
        font-size: 32px;
    }

    .productrelated-newprice{
        font-size: 18px;
    }
}
.productinfo-date-group,
.productinfo-time-group{
    margin-bottom: 28px;
}

.productinfo-date-group h4,
.productinfo-time-group h4{
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 14px;
}

.productinfo-date-wrap{
    max-width: 260px;
    position: relative;
}

.productinfo-date-input{
    height: 50px;
    border: 1px solid #d2a98f;
    border-radius: 6px;
    background-color: transparent;
    color: #1f1f1f;
    font-size: 15px;
    box-shadow: none !important;
    padding: 10px 14px;
}

.productinfo-date-input:focus{
    border-color: #c69071;
    box-shadow: none;
}

.productinfo-time-list{
    padding-left: 0;
    margin-bottom: 0;
}

.productinfo-time-list li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.productinfo-time-radio{
    display: none;
}

.productinfo-time-btn{
    min-width: 250px;
    justify-content: center;
    text-align: center;
}

.productinfo-time-radio:checked + .productinfo-time-btn{
    background-color: #d2a98f;
    color: #ffffff;
}

@media (max-width: 767px){
    .productinfo-date-wrap{
        max-width: 100%;
    }

    .productinfo-time-btn{
        min-width: 100%;
        width: 100%;
    }

    .productinfo-time-list li{
        display: block !important;
        width: 100%;
        margin-right: 0;
    }
}

/* =========================================================
   HOMEPAGE
========================================================= */

.homepage-banner-section{
    position: relative;
    overflow: hidden;
}

.homepage-banner-item{
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.homepage-banner-img,
.homepage-banner-video{
    width: 100%;
    height: 720px;
    object-fit: cover;
    display: block;
}

.homepage-banner-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.10) 45%, rgba(0,0,0,0.05) 100%);
    z-index: 1;
}

.homepage-banner-row{
    min-height: 720px;
    position: relative;
    z-index: 2;
}

.homepage-banner-content{
    color: #ffffff;
    padding-top: 110px;
}

.homepage-banner-content h1{
    font-size: 58px;
    line-height: 1.12;
    margin-bottom: 16px;
    color: #ffffff;
}

.homepage-banner-content p{
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 22px;
    color: rgba(255,255,255,0.92);
    max-width: 560px;
}

.homepage-banner-btn{
    background-color: #ffffff;
    color: #1f1f1f;
    border-radius: 40px;
    padding: 12px 28px;
    border: none;
    box-shadow: none;
}

.homepage-banner-btn:hover{
    background-color: #f3e8df;
    color: #1f1f1f;
}

.homepage-banner-pagination{
    bottom: 25px !important;
}

.homepage-banner-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background: rgba(255,255,255,0.55);
    opacity: 1;
}

.homepage-banner-pagination .swiper-pagination-bullet-active{
    background: #ffffff;
}

/* =========================
   CATEGORY
========================= */

.homepage-category-section{
    padding: 70px 0 50px;
    background-color: #f7f6f3;
}

.homepage-section-title h2{
    font-size: 42px;
    color: #1f1f1f;
    margin-bottom: 35px;
}

.homepage-category-card{
    margin-bottom: 24px;
}

.homepage-category-link{
    text-decoration: none;
}

.homepage-category-img-wrap{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
    background-color: #ece7df;
}

.homepage-category-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-category-card h3{
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 0;
}

.homepage-category-prev,
.homepage-category-next, .swiper-arrow-prev, .swiper-arrow-next{
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #7c5e4a;
    font-size: 22px;
}

.homepage-category-prev,.swiper-arrow-prev{
    left: -10px;
}

.homepage-category-next,.swiper-arrow-next{
    right: -10px;
}

/* =========================
   PRODUCT BLOCK
========================= */

.homepage-product-section{
    padding: 15px 0 20px;
    background-color: #f7f6f3;
}

.homepage-product-title-row{
    margin-bottom: 18px;
}

.homepage-product-title h2{
    font-size: 38px;
    color: #1f1f1f;
    margin-bottom: 0;
}

.homepage-viewall-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 10px 24px;
    border: 1px solid #5a2430;
    border-radius: 40px;
    color: #5a2430;
    text-decoration: none;
    background-color: transparent;
}

.homepage-viewall-btn:hover{
    background-color: #5a2430;
    color: #ffffff;
}

.homepage-product-card{
    margin-bottom: 28px;
}

.homepage-product-link{
    display: block;
    text-decoration: none;
    color: #1f1f1f;
}

.homepage-product-img-wrap{
    overflow: hidden;
    background-color: #ece7df;
    margin-bottom: 10px;
}

.homepage-product-img{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.homepage-product-link:hover .homepage-product-img{
    transform: scale(1.03);
}

.homepage-product-info h3{
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 3px;
}

.homepage-product-info p{
    font-size: 22px;
    line-height: 1.4;
    color: #1f1f1f;
    margin-bottom: 0;
}

.homepage-promo-price{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.homepage-promo-oldprice{
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 16px;
}

.homepage-promo-newprice{
    color: #b0222e;
    font-size: 22px;
    font-weight: 600;
}

/* =========================
   ABOUT
========================= */

.homepage-about-section{
    padding: 75px 0 80px;
    background-color: #ecebe4;
}

.homepage-about-main-row{
    margin-bottom: 40px;
}

.homepage-about-content h2{
    font-size: 34px;
    line-height: 1.2;
    color: #444823;
    margin-bottom: 10px;
}

.homepage-about-subtitle{
    font-size: 20px;
    line-height: 1.5;
    color: #444823;
    margin-bottom: 14px;
}

.homepage-about-text{
    font-size: 17px;
    line-height: 1.95;
    color: #333333;
    margin-bottom: 22px;
    max-width: 680px;
}

.homepage-about-image-wrap{
    overflow: hidden;
}

.homepage-about-image{
    width: 100%;
    object-fit: cover;
}

.homepage-about-btn{
    background-color: #1c1c1c;
    color: #ffffff;
    border-radius: 30px;
    padding: 11px 24px;
    border: none;
    box-shadow: none;
}

.homepage-about-btn:hover{
    background-color: #444823;
    color: #ffffff;
}

/* =========================
   COMMITMENT
========================= */

.homepage-commitment-row{
    margin-top: 10px;
}

.homepage-commitment-card{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.homepage-commitment-icon{
    width: 50px;
    min-width: 50px;
}

.homepage-commitment-icon-img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.homepage-commitment-text h3{
    font-size: 22px;
    line-height: 1.4;
    color: #d09b7f;
    margin-bottom: 8px;
}

.homepage-commitment-text p{
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 0;
}

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

@media (max-width: 1199px){
    .homepage-banner-item,
    .homepage-banner-img,
    .homepage-banner-video,
    .homepage-banner-row{
        min-height: 620px;
        height: 620px;
    }

    .homepage-banner-content h1{
        font-size: 48px;
    }

    .homepage-about-content h2{
        font-size: 44px;
    }

    .homepage-about-subtitle{
        font-size: 24px;
    }
}

@media (max-width: 991px){
    .homepage-banner-item,
    .homepage-banner-img,
    .homepage-banner-video,
    .homepage-banner-row{
        min-height: 560px;
        height: 560px;
    }

    .homepage-banner-content{
        padding-top: 85px;
    }

    .homepage-banner-content h1{
        font-size: 40px;
    }

    .homepage-banner-content p{
        font-size: 17px;
    }

    .homepage-category-img-wrap{
        width: 145px;
        height: 145px;
    }

    .homepage-section-title h2,
    .homepage-product-title h2{
        font-size: 34px;
    }

    .homepage-about-section{
        padding: 65px 0 70px;
    }

    .homepage-about-content{
        margin-bottom: 30px;
    }

    .homepage-about-content h2{
        font-size: 38px;
    }

    .homepage-about-subtitle{
        font-size: 22px;
    }

    .homepage-category-prev,
    .homepage-category-next{
        display: none;
    }
}

@media (max-width: 767px){
    .homepage-banner-item,
    .homepage-banner-img,
    .homepage-banner-video,
    .homepage-banner-row{
        min-height: 460px;
        height: 460px;
    }

    .homepage-banner-content{
        padding-top: 70px;
    }

    .homepage-banner-content h1{
        font-size: 30px;
    }

    .homepage-banner-content p{
        font-size: 15px;
        line-height: 1.75;
    }

    .homepage-category-section{
        padding: 50px 0 30px;
    }

    .homepage-section-title h2,
    .homepage-product-title h2{
        font-size: 28px;
    }

    .homepage-category-img-wrap{
        width: 120px;
        height: 120px;
    }

    .homepage-viewall-btn{
        min-width: auto;
        padding: 8px 18px;
        font-size: 13px;
    }

    .homepage-product-info h3{
        font-size: 14px;
    }

    .homepage-product-info p,
    .homepage-promo-newprice{
        font-size: 18px;
    }

    .homepage-promo-oldprice{
        font-size: 14px;
    }

    .homepage-about-content h2{
        font-size: 30px;
    }

    .homepage-about-subtitle{
        font-size: 18px;
    }

    .homepage-about-text{
        font-size: 15px;
        line-height: 1.85;
    }

    .homepage-commitment-card{
        gap: 12px;
    }

    .homepage-commitment-text h3{
        font-size: 19px;
    }

    .homepage-commitment-text p{
        font-size: 14px;
    }
}

/* =========================
   SEARCH MODAL
========================= */

.search-modal .modal-content{
    background: transparent;
    border: none;
    box-shadow: none;
}

.search-modal .modal-dialog{
    max-width: 720px;
}

.search-modal .modal-body{
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 40px 50px;
    position: relative;
}

.search-close{
    position: absolute;
    right: 18px;
    top: 18px;
    border: none;
    box-shadow: none;
}

.search-modal-inner h3{
    font-size: 28px;
    color: #1f1f1f;
}

.search-input-group{
    position: relative;
    margin-top: 20px;
}

.search-input{
    height: 58px;
    border-radius: 40px;
    padding: 0 60px 0 24px;
    border: 1px solid #ddd;
    font-size: 16px;
    box-shadow: none;
}

.search-input:focus{
    border-color: #c69071;
    box-shadow: none;
}

.search-btn{
    position: absolute;
    right: 6px;
    top: 6px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: #c69071;
    color: #fff;
    border: none;
}

.search-btn:hover{
    background-color: #b67d5d;
}

/* 背景变暗高级感 */
.search-modal.fade .modal-dialog{
    transform: scale(0.95);
    transition: all 0.25s ease;
}

.search-modal.show .modal-dialog{
    transform: scale(1);
}

.modal-backdrop.show{
    opacity: 0.6;
}
.productinfo-time-list li.delivery-hide{
    display:none !important;
}