:root{--font-prim:Bodoni;--font-secondary:Poppins;--color-bg-prim:#fffbf5;--color-bg-secondary:#3a1f10;--color-dark:#211815}*{box-sizing:border-box;margin:0;padding:0}img{max-width:100%}input,textarea{box-shadow:none;appearance:none;border:none;outline:none}a{text-decoration:none}.section-title{font-family:var(--font-prim);color:#63473f;font-size:clamp(2.5rem,1.5vw + 1rem,8rem);font-weight:300;line-height:1.1}.section-title-med{font-family:poppins;font-size:clamp(1.25rem,.5vw + 1rem,3rem);line-height:1.1}h2{font-size:clamp(1.5rem,.75vw + 1rem,3rem)}h2.section-title{max-width:42ch}h3{font-family:var(--font-secondary);font-size:clamp(1.5rem,1vw + .5rem,2.25rem);font-weight:300}h4{font-family:var(--font-secondary);font-size:clamp(.5rem,.8vw + .5rem,1rem);font-weight:300}.section-para{font-family:var(--font-secondary);color:var(--color-bg-secondary);font-size:clamp(1rem,.5vw + .5rem,1.25rem);font-weight:300;line-height:1.4}button{touch-action:manipulation}.button{width:100%;font-family:var(--font-secondary);background-color:var(--color-bg-prim);color:#4c2a10;touch-action:manipulation;border:none;border-radius:150rem;padding:1.25rem 1.5rem;font-size:1rem;transition:background-color .1s cubic-bezier(.075,.82,.165,1)}a,a:visited{text-decoration:none}.prop-bg-stroke-left{z-index:-1;opacity:.4;pointer-events:none;background-image:url(/images/ui/stroke.png);background-repeat:no-repeat;background-size:contain;width:35rem;height:35rem;display:none;position:absolute;top:90%;left:-50%}.prop-bg-stroke-right{z-index:-1;opacity:.4;pointer-events:none;background-image:url(/images/ui/stroke.png);background-repeat:no-repeat;background-size:contain;width:35rem;height:30rem;display:none;position:absolute;top:1rem;left:50%}.prop-mod-top{top:0%;bottom:0}.prop-mod-bottom{top:90%}.scale-inverted-x{transform:scaleX(-1)translateY(90%)}.util-flex-order-first{order:-1}.hero-section-title{z-index:2;width:80%;font-family:var(--font-prim);color:#ffffffbd;text-align:center;text-shadow:1px 1px 5px #ffffffac;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}html{scroll-behavior:smooth;height:100%}body{height:100%;color:var(--color-bg-prim);background-color:var(--color-bg-prim);scroll-behavior:smooth;flex-direction:column;align-items:center;display:flex}body.noScroll,body.noScroll main{overflow:hidden}main{scroll-behavior:smooth;flex-direction:column;width:100%;height:100dvh;display:flex;position:relative;overflow-x:clip}body,main{scrollbar-width:thin;scrollbar-color:#1e140e #fffbf5}body::-webkit-scrollbar{width:8px}main::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#fffbf5}main::-webkit-scrollbar-track{background:#fffbf5}body::-webkit-scrollbar-thumb{background:#1e140e;border-radius:10px}.main::-webkit-scrollbar-thumb{background:#1e140e;border-radius:10px}header,.header_fake{width:100%;min-height:5rem;padding:var(--spacing-2xl)var(--spacing-3xl);z-index:50;background-color:#201c1c;justify-content:space-between;align-items:center;gap:2rem;margin:auto;display:flex;position:relative;top:0}header{width:100%;max-width:none;min-height:4rem;box-shadow:1px 1px 10px rgba(39,41,38,0.);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background-color:#1c1515bf;position:fixed;left:50%;transform:translate(-50.02%)}.logo{z-index:1;justify-content:center;width:7rem;margin:0 1.5rem;display:flex}.logo:hover{cursor:pointer}.logo img{object-fit:cover;opacity:.9;filter:brightness(2)contrast(2)drop-shadow(0 2px .1rem #a347152d);width:auto;height:auto}.nav-icon-social{justify-content:start;margin:0;display:flex}.social-icon{border-radius:3rem;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin-right:.25rem;padding:.25rem;display:flex}.social-icon a{text-align:center;place-self:center;display:flex}.social-icon img{filter:invert();opacity:.8;object-fit:contain}#social-icon-whatsapp{cursor:pointer;background-color:#57814e}#social-icon-insta{cursor:pointer;background-color:#b44158}#social-icon-fb{cursor:pointer;background-color:#1877f2}.nav-contact{z-index:1;justify-content:center;align-items:center;margin-left:.75rem;display:flex;position:relative}.nav-contact h3{color:#000;margin-bottom:0;font-family:poppins;font-size:.75rem;font-weight:300}.nav-contact:before{content:"";z-index:-1;background-color:#cbd1d0;border-radius:3rem;width:120%;height:2.25rem;position:absolute}.nav-icon-social img{width:80%;height:80%;position:relative}.nav-button-conatiner{z-index:2;justify-content:end;height:5rem;display:flex}.hamburger_menu-btn{width:2rem;height:2.5rem;margin:1rem 1.25rem;padding:.25rem 0;position:relative}.hamburger_menu-btn span{background-color:#fff;width:2.25rem;height:.1rem;max-height:1.5px;transition:all .1s ease-out;position:absolute;top:30%;left:0%;transform:translateY(-50%)}.hamburger_menu-btn span:first-child{top:60%;transform:translateY(-50%)}.hamburger_menu-btn span:nth-child(3){top:90%;transform:translateY(-50%)}.hamburger_menu-btn.active span{top:60%;transform:translateY(-50%)rotate(45deg)}.hamburger_menu-btn.active span:first-child{opacity:0}.hamburger_menu-btn.active span:nth-child(3){top:60%;transform:translateY(-50%)rotate(-45deg)}.nav-menu{flex-direction:column;justify-content:start;align-items:stretch;width:100%;max-width:500px;height:calc(100dvh - 4rem);display:none;position:fixed;inset:4rem 0 0}.nav-menu.active{background-color:#201c1c;width:100vw;height:100vh;min-height:fit-content;display:flex;top:100%;left:100%;transform:translate(-100%)}header.active{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#201c1c}.nav-menu-ul{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:start;align-items:start;height:fit-content;margin-bottom:0;padding:3rem;display:flex;overflow-y:auto}.nav-menu-ul a img{width:1rem;height:1rem}.nav-menu li{justify-content:center;align-items:center;margin:1rem 0;list-style-type:none;display:flex;position:relative}.nav-menu-li .dropdown_list a{color:var(--color-bg-secondary)}.nav-menu .nav-menu-li a:after{content:"";background:#c6773b;width:0;height:2px;transition:width .35s cubic-bezier(.215,.61,.355,1);position:absolute;top:100%;left:0}.nav-menu .no-hover a:after{content:none}.nav-menu a{font-family:var(--font-secondary);letter-spacing:0;-webkit-user-select:none;user-select:none;color:var(--color-bg-prim);font-size:1.25rem;font-weight:300}.nav-menu-li .dropdown{justify-content:center;align-items:center;height:100%;display:flex}.nav-menu-li .dropdown_list{position:absolute;top:100%}.nav-menu-li .btn-dropdown{border:none;margin:0;padding:0}.nav-menu-li .btn-dropdown img{filter:invert();pointer-events:none}.nav-menu-li .dd_item{height:4rem;margin:0}.dropdown{position:relative}.dropdown .dropdown_list{-webkit-backdrop-filter:blur(10rem);backdrop-filter:blur(10rem);background-color:#27211d00;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;padding-left:0;display:none;top:100%;left:0%;overflow-y:scroll;box-shadow:inset 0 8px 5px -9px #00000059}.btn-dropdown{height:4.5rem;font-family:var(--font-secondary);color:var(--color-bg-secondary);border-bottom:1px solid #000;justify-content:space-between;align-items:center;padding:0 .75rem;font-size:1.25rem;font-weight:300;display:flex}.btn-dropdown img{opacity:.6;width:1.25rem;height:1.25rem;margin-top:3px;margin-left:8px}.dropdown_list.active{z-index:2;background-color:#bab4b2;display:flex}.btn-dropdown li:after{content:"";z-index:2;background-color:#131d0c;width:20px;height:2px;transition:width .1s ease-out 20ms;position:absolute;top:100%}.dropdown_list{flex-direction:column;justify-content:center;align-items:center;display:flex;overflow-y:scroll}.dropdown_list li{width:100%;height:4.5rem;font-family:var(--font-secondary);color:var(--color-bg-secondary);border-bottom:1px solid #000;justify-content:start;align-items:center;margin:0;padding:0 .75rem;font-size:1.25rem;font-weight:300;display:flex;position:relative}.dropdown_list li:after{content:"";width:0}.dropdown_list a{display:flex}.btn-dropdown h3{font-family:var(--font-secondary);align-self:center;margin-left:1rem;margin-right:auto;font-size:.5em;font-weight:300}#footer{scroll-snap-align:end;background-color:#211815;width:100%;height:70px;min-height:650px;padding-bottom:15rem;display:flex}.footer-about{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.footer-headline{justify-content:start;align-items:center;width:100%;display:flex}.footer-headline img{width:8rem;height:auto}.footer-headline h2{font-family:var(--font-secondary);letter-spacing:1px;place-self:center;margin-left:3rem;font-size:.8rem;font-weight:300;position:relative}.footer-headline h2:before{content:"";background-color:#fff;width:1px;height:200%;position:absolute;top:-0%;left:-1.5rem;transform:translateY(-25%)}#footer .section-para{width:100%;font-size:.9rem;font-family:var(--font-secondary);color:var(--color-bg-prim)s;margin:1.75rem 0;font-weight:300}.footer-nav{width:100%;height:100%;font-family:var(--font-secondary);color:var(--color-bg-prim);justify-content:center;align-items:start;display:flex;overflow-y:visible}.footer-lists{justify-content:center;align-items:start;width:100%;margin:auto 0;display:flex}.footer-nav ul{height:auto;margin:0 1.25rem}.footer-nav h3{letter-spacing:2px;margin-bottom:.35rem;font-family:Poppins;font-size:1rem;font-weight:900}.footer-nav li{list-style:none}.footer-nav a{color:var(--color-bg-prim);text-decoration:none}.page-section{scroll-snap-align:start;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100%;animation:.35s fadein;display:flex;position:relative}.section_divider_graphic,.section_divider_graphic_inverted{display:none}.col{z-index:0;flex-direction:column;justify-content:space-evenly;align-items:center;width:95%;max-width:1400px;height:100%;margin-left:auto;margin-right:auto;display:flex}.row{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem 0;display:flex}.invalid-page{font-family:var(--font-secondary);color:var(--color-bg-secondary);flex-direction:column;gap:.5rem;margin-bottom:10rem;display:flex}.invalid-page h2{font-size:2rem}.invalid-page p{max-width:64ch;font-size:1.25rem}.invalid-page a{color:#f2b418;background-color:#221b1b;width:fit-content;margin-top:.5rem;padding:1rem 1.25rem;transition:all .25s cubic-bezier(.165,.84,.44,1)}.invalid-page a:hover{cursor:pointer;color:#f2b418;background-color:#000;transform:scale(1.02);box-shadow:1px 1px 5px #25160c94}#section-banner{z-index:0;width:100%;max-width:none;height:clamp(575px,55svh,1100px);position:relative;overflow:hidden}#section-banner .col{width:100%;max-width:none}#section-banner .row{align-items:start;max-width:none;margin:auto;padding:0}.hero_img{width:100%;height:100%;display:flex}.hero_img img{object-fit:cover;z-index:0;filter:sepia(.4)contrast(.9)saturate(1.2);width:100%;height:auto}.scrolly-content{min-width:100%;min-height:100%;position:relative;left:-3%;overflow:visible hidden}#scrolly-infoCards .scrolly-content{z-index:auto;flex-direction:column;min-width:140%;display:flex}.scrolly-infoCards img{object-fit:cover;opacity:0;height:100%;inset:0}#section-banner .col:after{content:"";pointer-events:none;z-index:1;background-color:#120c3153;width:100%;height:100%;position:absolute;overflow:hidden}#section-banner .col:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000004d 0%,#ffffff26 50%,#01010100 100%);width:110%;height:100%;position:absolute;overflow:hidden}.content-hero{z-index:2;flex-direction:column;justify-content:center;align-items:start;max-width:900px;height:100%;padding:1rem;display:flex;position:absolute}#section-banner .section-title{text-align:left;pointer-events:none;color:#fffcf0;text-shadow:1px 1px 10px #201d1d81;font-size:clamp(2.75rem,2vw + 1rem,8rem);font-weight:300;transition:opacity .5s cubic-bezier(.075,.82,.165,1)}#section-banner .section-title-med{font-size:1.25rem;font-weight:300;font-family:var(--font-secondary);color:#eae8e0;text-shadow:1px 1px 10px #201d1d81;margin-left:.5rem;padding:1rem 0;transition:opacity .5s cubic-bezier(.075,.82,.165,1)}.content-hero .button{max-width:15ch;margin:1rem 0;padding:.75rem}#section-banner .section-title.active{opacity:1}.info-popup-container{z-index:2;width:100%;min-height:100%;position:absolute;top:0;left:0;overflow:visible hidden}.btn-popup{width:4rem;height:4rem;position:absolute;top:0;left:0}#btn-info-1{top:40%;left:17%}#btn-info-2{top:40%;left:40%}#btn-info-3{top:40%;left:80%}.info-card{aspect-ratio:4/3;letter-spacing:1px;background-image:url(/images/ui/card.png);background-repeat:no-repeat;background-size:contain;width:240px;padding:1rem;line-height:1.2;display:flex;overflow:visible}.info-card-container{flex-direction:column;width:90%;height:90%;display:flex}.info-card .section-title-med{margin-bottom:1rem;margin-left:1rem;font-family:poppins;font-size:1rem;font-weight:900}.info-card .section-para{font-family:var(--font-secondary);color:var(--color-bg-prim);margin-left:1rem;font-size:.8rem}.btn-info-card{width:4rem;height:2rem}#section-features .col{width:100%;max-width:none;margin:0;padding:0}#section-features .row{width:100%;margin:0;padding:0}.feature-card{width:100%;height:clamp(300px,40svh,300px);display:flex;position:relative;overflow:hidden}.feature-card button{align-self:flex-end}.feature-card:before{content:"";filter:sepia(.1)saturate(.9)brightness(70%);z-index:1;pointer-events:none;background:0 0;width:100%;height:100%;position:absolute}.feature-card-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.fCard-content{z-index:2;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;margin:0%;padding:3rem 1rem;display:flex;position:relative}.fCard-content h2{font-family:var(--font-secondary);text-align:left;color:var(--color-bg-prim);text-shadow:1px 2px 5px #241e1e40;align-self:flex-start;font-weight:300;line-height:1.2}.fCard-content .button{width:fit-content;min-width:15rem;font-family:var(--font-secondary);background-color:var(--color-bg-prim);border:none;justify-content:center;place-self:flex-end end;align-items:center;display:flex}.fCard-content .btn_explrService a,.fCard-content .btn_explrService{color:var(--color-bg-secondary)}#section-services{height:fit-content;color:var(--color-bg-secondary);padding:clamp(2rem,5vw,6rem) 2rem}#section-services .col{justify-content:space-between}.service-txt-container{flex-direction:column;align-items:start;width:100%;height:100%;display:flex}.service-txt-container h2{text-align:left;width:100%;max-width:none}.service-txt-container h3{text-align:center;margin:1rem auto}.service-txt-container .section-para{text-align:left;margin:1rem 0}.btn_explrService{background-color:var(--color-bg-secondary);min-width:12rem;min-height:4rem;font-family:var(--font-secondary);color:var(--color-bg-prim);justify-content:center;align-items:center;align-self:left;border:none;border-radius:15rem;font-size:1rem;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;overflow:hidden}.btn_explrService.active{white-space:nowrap;color:#f5deb300;font-size:0}#section-services .btn_explrService{max-width:10rem}.btn_explrService a{text-align:left;width:100%;height:100%;font-family:var(--font-secondary);color:var(--color-bg-prim);justify-content:center;align-items:center;font-size:1rem;text-decoration:none;transition:background-color .1s cubic-bezier(.23,1,.32,1);display:flex}.gallery{grid-gap:1rem;grid-template-columns:repeat(2,9rem);grid-auto-rows:13rem;display:grid}.gallery-item{width:100%;height:100%;position:relative}.gallery .image{border-right:0;width:100%;height:100%;overflow:hidden}.gallery img{object-position:50% 25%;object-fit:cover;filter:hue-rotate(-5deg)contrast(.9)brightness(.9);width:100%;height:100%;transition:all 1s cubic-bezier(.165,.84,.44,1)}.gallery-item{background:linear-gradient(145deg,#2a2a2a,#383838);transition:all .5s cubic-bezier(.165,.84,.44,1)}.service-title{letter-spacing:2px;color:#f3f3f3;text-shadow:0 1px 5px #24222066;z-index:2;font-family:poppins;font-size:1.75rem;font-weight:300;position:absolute;top:80%;left:50%;transform:translate(-50%)}.txt-white{color:#fff}.g-margin{margin-top:2rem}.g-sml{height:240px}#section-treatments{width:100%;margin:clamp(6rem,5dvh,8rem) 0;padding:clamp(2rem,5vw,4rem) 2rem}#section-treatments .row{height:fit-content;padding:0}#section-inHouseProduct{background-color:#3d3a37;height:fit-content}#section-inHouseProduct .col{flex-direction:column;width:100%;max-width:none}#section-inHouseProduct .row{padding:0}#section-inHouseProduct .row-50{width:100%}.inHouseProduct-txt-container{height:100%;color:var(--color-bg-prim);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.inHouseProduct-txt-container .section-title{color:#f0e1de;margin:1.5rem 0}#section-inHouseProduct .section-para{color:#b59f75;width:100%;max-width:400px;line-height:1.5}.btn_explrProd{text-align:center;max-width:15rem;margin-top:2rem}.btn_explrProd a{width:100%;height:100%}.inHouseProduct-img{max-width:1500px;display:flex;position:relative;overflow:hidden}.inHouseProduct-img:before{content:"";filter:blur(10px);z-index:0;background-image:url(/images/products.webp);background-position:0;background-size:cover;width:110%;height:100%;position:absolute;top:0;left:0}.inHouseProduct-img img{z-index:1;align-self:flex-end;width:100%;height:100%}#section-aboutStore{height:fit-content;padding:clamp(2rem,2vw,4rem) 2rem}.aboutStore-txt-container{flex-direction:column;justify-content:space-evenly;width:100%;height:100%;display:flex}.aboutStore-txt-container .section-title{text-align:left;width:100%;color:var(--color-bg-secondary);margin:3rem 0;line-height:1}.aboutStore-txt-container .button{background-color:var(--color-bg-secondary);align-self:flex-end;width:50%}.btn_bookNow{justify-content:end;width:100%;margin-top:2rem;display:flex}.btn_bookNow .button{width:fit-content;color:var(--color-bg-prim);background:linear-gradient(289deg,#ebc178 0%,#8f6d54 100%);padding:1.25rem 2rem;font-family:poppins;font-size:1.15rem;font-weight:300;transition:all .5s cubic-bezier(.075,.82,.165,1);display:flex}.btn_bookNow .button a{width:100%;height:100%;color:var(--color-bg-prim);flex-grow:1;display:flex}.store-socials{justify-content:center;width:100%;margin-top:2rem;display:flex}.store-socials .social-icon{padding:.35rem}#find-us{z-index:0;width:100%;height:fit-content;padding:5rem 0;display:flex;position:relative;overflow:hidden}.find-us-bg{z-index:0;position:absolute;inset:0}.find-us-bg img{object-fit:cover;filter:sepia(20%);width:100%;height:100%}#find-us:before{content:"";z-index:0;background-size:contain;width:100%;height:100%;position:absolute}#find-us .col{z-index:1;justify-content:end;width:100%;max-width:100%;height:100%;margin:0}#find-us .row{padding:0}.contact-container{width:fit-content;color:var(--color-bg-secondary);z-index:1;background-color:#f3efe8;justify-content:center;align-items:flex-start;padding:2rem;display:flex;position:relative}.contact-form{flex-direction:column;justify-content:space-between;align-self:center;align-items:center;width:fit-content;display:flex;position:relative}.contact-heading{width:100%;font-family:var(--font-primary);color:#1c1818;margin-bottom:1rem;font-size:2.5rem;font-weight:300}.form_tag{letter-spacing:1px;place-self:flex-start start;margin:0 .25rem;font-family:poppins;font-size:1rem;font-weight:900}.contact-input{color:#000;width:100%;max-width:225px;height:2.5rem;font-size:1rem;font-family:var(--font-secondary);background-color:#ddd9c3;margin:.5rem 0;padding:.75rem;font-weight:300}.contact-textarea{color:#000;width:100%;max-width:225px;font-size:1rem;font-family:var(--font-secondary);resize:none;background-color:#ddd9c3;height:5rem;margin:.25rem 0;padding:.5rem;font-size:1rem;font-weight:300;overflow:scroll}.contact-button{width:100%;max-width:150px;color:var(--color-bg-prim);background:linear-gradient(289deg,#ebc178 0%,#8f6d54 100%);place-content:center;align-self:flex-end;margin:1rem 0;padding:1.15rem 3rem;font-family:poppins;font-size:1.15rem;font-weight:300;transition:all .5s cubic-bezier(.455,.03,.515,.955);display:flex;box-shadow:0 2px 2px #4b3c3265}#section-storeHours{color:#27110ab3;justify-content:center;align-items:center;min-height:30dvh;margin-bottom:clamp(2rem,2vw,3rem)}#section-storeHours .col{height:fit-content}.store-clock{justify-content:center;align-self:center;align-items:center;width:100%;min-width:430px;margin-top:5rem;display:flex;position:relative}.info-hours{width:100%;height:100%;font-family:var(--font-secondary);color:#0a0402;flex-direction:column;justify-content:end;align-items:center;margin-bottom:1rem;font-size:.8rem;display:flex;position:absolute}.store-status{display:none}.store-status.active{display:block}.clock{aspect-ratio:1;z-index:0;border:1.5px solid #251f1f;border-radius:50%;width:20%;margin-left:-10%;position:absolute;top:0;left:50%}.hour-hand{transform-origin:2px 2px;background:#4b3a3a;border-radius:15rem;width:4px;height:35%;position:absolute;top:calc(50% - 2px);left:calc(50% - 2px)}.mint-hand{transform-origin:1px 1px;z-index:1;background:#221c1c;border-radius:15rem;width:2px;height:45%;position:absolute;top:calc(50% - 1px);left:calc(50% - 1px)}.sec-hand{transform-origin:0 1px;z-index:1;background:#221c1c;border-radius:15rem;width:1px;height:45%;position:absolute;top:calc(50% - 1px);left:50%}.store-clock img{width:100%;height:auto}.container_storeHours{flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;display:flex}.info-contact,.info-location{flex-direction:column;justify-content:space-between;align-items:center;width:80%;margin:2rem 0;display:flex}.info-contact .section-title{margin:.5rem 0}.info-phone,.info-email{flex-direction:column;justify-content:start;align-items:center;display:flex;position:relative}.info-email .section-title,.info-phone .section-title{font-family:var(--font-secondary);letter-spacing:1px}.info-phone h3:before,.info-email h3:before{content:"";background-color:#a52a2ab3;width:95%;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%)}.info-contact h3{opacity:.9;margin:.25rem 0;font-family:poppins;font-size:.75rem}.info-location .section-title{letter-spacing:3px;text-align:center;max-width:250px;height:fit-content;margin-bottom:3rem;font-size:3rem;font-weight:300}.info-address{text-align:center;width:100%;font-family:var(--font-secondary);color:#ffefe9;background-color:#4f483e;flex-direction:column;justify-content:space-between;align-items:center;display:flex}.address-detail{width:100%;padding:1.5rem}.address-gmap{border-top:1px solid #000;width:100%;padding:.5rem 0;transition:background-color .3s cubic-bezier(.19,1,.22,1)}#section-aboutPage-a{width:100%;height:clamp(fit-content,70dvh,900px);margin-top:clamp(4rem,30dvh,10rem)}#section-aboutPage-a .col{justify-content:center;width:100%;max-width:1900px}.aboutPage-a-img,.aboutPage-b-img{max-width:340px;height:100%;margin:3rem}.aboutPage-a-content,.aboutPage-b-content{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:2rem 0;display:flex}.aboutPage-a-img img,.aboutPage-b-img img{width:auto;height:auto}.aboutPage-a-txt-container{flex-direction:column;justify-content:center;max-width:600px;height:100%;display:flex}.aboutPage-a-txt-container .section-title{text-align:center;max-width:none;margin-bottom:2rem;line-height:.8}.aboutPage-a-txt-container .section-para{text-align:center;max-width:none;line-height:1.6}#section-aboutPage-b{height:clamp(fit-content,50dvh,700px);margin-bottom:clamp(2rem,3dvw,3rem)}#section-aboutPage-b .col{justify-content:center}.aboutPage-b-txt-container{flex-direction:column;height:fit-content;display:flex}.aboutPage-b-txt-container .section-title{text-align:center;margin-bottom:2rem;font-size:3.25rem;line-height:.9}.aboutPage-b-txt-container .section-para{text-align:center;max-width:600px;line-height:1.7}@media screen and (min-width:720px){html{font-size:17px}.prop-bg-stroke-right{width:40%;height:40%;top:0%;left:auto;right:-15%;transform:translate(25%)}.prop-bg-stroke-left{width:40%;height:40%;top:90%;left:-10%;transform:translate(-25%)}.prop-mod-top{top:-10%;bottom:0}.prop-mod-bottom{top:80%}#footer{height:70dvh;display:flex}#footer .section-para{text-align:left}.footer-about{justify-content:start;align-items:start}.page-section{justify-content:space-around}.col{flex-direction:row;justify-content:space-between;width:90%}.row{width:fit-content;height:100%;padding:2rem 0}.row-100{width:100%;display:flex}.row-70{width:70%;display:flex}.row-50{width:50%;display:flex}.row-30{width:33%;display:flex}.util-flex-order-first{order:0}.hero-section-title{font-size:4rem}#section-banner .col:before{background:linear-gradient(-90deg,#01010100 0%,#ffffff59 50%,#00000080 100%);width:100%}#section-banner .section-title{text-align:left;align-self:auto;max-width:25ch;font-size:clamp(4rem,2vw + 1rem,8rem);font-weight:300}.scrolly-content{width:100%;height:100%;bottom:auto;left:auto;overflow:hidden}#scrolly-infoCards .scrolly-content{min-width:100%}.info-popup-container{margin-left:0}.feature-card{height:clamp(600px,90vh,800px)}.feature-card:before{filter:sepia(.1)saturate(.9)brightness(90%)}.fCard-content .button{align-self:center;width:50%;min-width:13rem}.fCard-content h2{text-align:center;color:var(--color-bg-secondary);text-shadow:1px 1px 10px #a99f9fa5;align-self:center}#section-services{padding:2rem}#section-treatments{height:fit-content;min-height:275px;padding:0}#section-treatments .row{padding:1rem 2rem}#section-treatments .section-para{text-align:right}.g-margin{margin-top:2rem}.g-sml{height:260px}#section-services .col{justify-content:space-evenly}#section-treatments .section-title{text-align:left;max-width:24ch;line-height:1.2}.service-txt-container{width:80%;height:80%;margin-bottom:15rem}.service-txt-container .section-para{text-align:left;align-self:flex-start;max-width:20ch}.service-txt-container h2{text-align:left;align-self:flex-start;width:100%}.service-txt-container h3{text-align:center;margin:1rem auto}.btn_explrService{align-self:flex-start}#section-inHouseProduct{max-height:600px}.inHouseProduct-txt-container{align-items:start;width:90%}.inHouseProduct-txt-container .section-title,.inHouseProduct-txt-container .section-para{max-width:60ch}.inHouseProduct-img img{object-fit:contain;width:100%;height:100%}.btn_explrService{min-width:none}.aboutStore-txt-container{width:100%}.aboutStore-txt-container .section-title{text-align:center;margin:auto auto 3rem}.aboutStore-txt-container .section-para{margin:auto}.contact-container{width:fit-content}.info-hours{margin-bottom:1.75rem;font-size:1rem}.store-status{margin:.25rem 0}#section-storeHours .col{width:clamp(700px,50%,1200px)}.info-contact,.info-location{flex-direction:row;width:90%}.info-location .section-title{text-align:start;margin-bottom:0}.info-address{width:fit-content}.aboutPage-a-content,.aboutPage-b-content{flex-direction:row;width:90%;height:100%}.store-socials{justify-content:end;margin-top:1rem}.aboutPage-a-txt-container .section-title,.aboutPage-b-txt-container .section-title,.aboutPage-a-txt-container .section-para,.aboutPage-b-txt-container .section-para{text-align:start}}@media screen and (min-width:920px){html{font-size:18px}header{height:fit-content}.nav-menu{top:auto}.btn-dropdown{font-size:1.3em}.btn-dropdown h3{font-family:var(--font-secondary);align-self:center;margin-left:1rem;margin-right:auto;font-size:.75em;font-weight:300}.col{width:85%}.fCard-content .button{width:60%}.gallery{grid-gap:2rem;grid-template-columns:repeat(2,9rem);grid-auto-rows:12rem;display:grid}.g-sml{height:340px}#section-inHouseProduct .col{flex-direction:row}#section-inHouseProduct .row-50{width:50%}.content-hero{margin-left:clamp(10rem,12dvw,25rem)}.contact-input,.contact-textarea{max-width:15rem}.contact-input{height:2.1rem}#section-aboutPage-a .col{justify-content:center;width:90%;max-width:1300px}.aboutPage-a-img,.aboutPage-b-img{max-width:400px;height:100%}}@media screen and (min-width:1500px){.hamburger_menu-btn{display:none}.logo{justify-content:center;margin:0 1.5rem;display:flex}.nav-menu{flex-direction:row;justify-content:center;align-items:center;max-width:100%;height:auto;display:flex;position:relative;overflow:visible}.nav-menu.active{width:100%;height:auto;min-height:fit-content;display:flex;top:0;left:0;transform:translate(0%)}.nav-menu-ul{flex-direction:row;justify-content:end;align-items:center;width:100%;margin-top:0;margin-left:0;padding:0;overflow-y:visible}.nav-menu li{margin:0}.nav-menu-ul li{margin:0 1rem}.nav-menu li:after{width:0%;height:1px}.nav-menu a{text-align:center;justify-content:center;align-items:center;width:100%;height:fit-content;margin:0;font-size:.8rem;font-weight:300;position:relative}.prop-bg-stroke-left{top:10%;left:-20%}.prop-mod-bottom{top:70%}.col{flex-direction:row;width:95%;max-width:1200px}#section-services{padding:4rem}#section-inHouseProduct{height:fit-content}#section-inHouseProduct .inHouseProduct-txt-container{width:fit-content}.btn_explrProd{align-self:flex-start}.info-contact,.info-location{width:100%}.social-icon a{text-align:center;place-self:center;width:100%;height:100%;display:flex}}@media screen and (min-width:1920px){html{font-size:20px}.feature-card{height:clamp(600px,90vh,1100px)}.gallery{grid-gap:2.5rem;grid-template-columns:repeat(2,17rem);grid-auto-rows:21rem;display:grid}#section-inHouseProduct{max-height:900px}}@media screen and (min-width:3840px){html{font-size:24px}.col{max-width:2000px}.prop-bg-stroke-right{width:50%;height:50%;left:auto}.prop-bg-stroke-left{width:50%;height:50%}.fCard-content h2{font-size:2.75rem}.fCard-content .button{width:50%;height:7rem}#section-treatments{min-height:600px}#section-aboutStore{height:60dvh;min-height:600px}#section-features{height:80dvh;max-height:900px}.aboutPage-a-img,.aboutPage-b-img{max-width:685px;height:100%}.social-icon a{text-align:center;place-self:center;width:100%;height:100%;display:flex}}@media (hover:hover){.button:hover{cursor:pointer;color:var(--color-bg-secondary);background-color:#dc9f66;box-shadow:1px 1px 12px #ffc6a246}body::-webkit-scrollbar-thumb:hover{background:#1e140e}.main::-webkit-scrollbar-thumb:hover{background:#1e140e}.hamburger_menu-btn .hamburger_menu-btn:hover{cursor:pointer}.hamburger_menu-btn:hover span{background-color:#fbffdb}.nav-menu .nav-menu-li:hover a:after{width:100%}.nav-menu a:hover{cursor:pointer}.dd_item:hover{cursor:pointer;background-color:#dedad6}.btn-dropdown:hover{-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#bab4b2}.btn_explrService:hover{white-space:nowrap;color:#f5deb300;font-size:0}.nav-menu-li .btn-dropdown:hover{background-color:#0000}.fCard-content .btn_explrService a:hover{color:var(--color-bg-secondary);background-color:#dc9f66}.btn_explrService a:hover{background-color:#dfb25fec}.gallery img:hover{transform:scale(1.25)}.gallery-item:hover{transform:scale(1.1)skew(-1deg);box-shadow:2px 2px 15px #3c2a2250}.footer-nav a:hover{cursor:pointer;color:#875e41}.btn_bookNow .button:hover{cursor:pointer;color:#fbe7b3;background:#dfb25fec;scale:1.05;box-shadow:1px 1px 22px #ffc6a2}.address-gmap:hover{cursor:pointer;background-color:#8d8079ed}}
@font-face{font-family:Bodoni;src:url(../media/test.911729dc.ttf)}@font-face{font-family:Poppins;src:url(../media/Poppins-Regular.59d7d3d1.ttf);font-weight:600}@font-face{font-family:Poppins;src:url(../media/Poppins-Bold.af020122.ttf);font-weight:900}@font-face{font-family:Jomolhari Regular;font-style:normal;font-weight:400;src:local(Jomolhari Regular),url(../media/Jomolhari-Regular.20e25aa3.woff)format("woff")}:root{--font-prim:Bodoni;--font-secondary:Poppins;--color-bg-secondary:#3a1f10;--color-dark:#211815;--color-bg-prim:#f8f1e9!important}.pagination{--bs-pagination-color:var(--color-bg-secondary);--bs-pagination-bg:var(--color-bg-prim);--bs-pagination-border-color:#3a1f101f;--bs-pagination-hover-color:var(--color-bg-prim);--bs-pagination-hover-bg:#3a1f1066;--bs-pagination-hover-border-color:#3a1f1024;--bs-pagination-active-color:var(--color-bg-prim);--bs-pagination-active-bg:var(--color-bg-secondary);--bs-pagination-active-border-color:var(--color-bg-secondary);--bs-pagination-disabled-color:#00000059;--bs-pagination-disabled-bg:var(--color-bg-prim);--bs-pagination-disabled-border-color:#0000000f;--bs-pagination-border-radius:0rem}.pagination .page-link{color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:1px solid var(--bs-pagination-border-color);border-radius:var(--bs-pagination-border-radius)}.pagination .page-link:hover{color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.pagination .page-item.active .page-link{color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.pagination .page-link:disabled,.pagination .page-item.disabled .page-link{color:var(--bs-pagination-disabled-color);background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.pager-wrap .page-btn{background:var(--bs-pagination-bg);color:var(--bs-pagination-color);border:1px solid var(--bs-pagination-border-color);border-radius:var(--bs-pagination-border-radius);cursor:pointer;padding:6px 10px;font-size:.95rem}.pager-wrap .page-btn:hover:not([disabled]){background:var(--bs-pagination-hover-bg);color:var(--bs-pagination-hover-color);border-color:var(--bs-pagination-hover-border-color)}.pager-wrap .page-btn.active{background:var(--bs-pagination-active-bg);color:var(--bs-pagination-active-color);border-color:var(--bs-pagination-active-border-color)}.pager-wrap .page-btn[disabled]{color:var(--bs-pagination-disabled-color);background:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);opacity:1}.pager-status{color:var(--color-bg-secondary);font-size:.95rem}a{color:initial}
