:root {
    --font-header: "Plus Jakarta Sans";
    --font-body: "Plus Jakarta Sans";
    --color-primary: #018C81;
    --color-primary-2: #A8E304;
    --accent-1: #000;
    --color-hover: #091242;
    --bg-primary: #fff;
}

.row {
    margin: 0 -20px;
}

.row.content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 0 20px;
}

body {
    background-size: 100%;
    font-family: var(--font-body);
    text-align: center;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.lb-new {
    display: inline-block;
    background-color: #00a86b;
    color: white;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 12px;
}

a {
    outline: none;
}

h2,
h3,
h4,
h4,
h5,
h6 {
    font-weight: 400;
    color: #343434;
    text-transform: uppercase;
    font-family: var(--font-1);
}

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

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.btn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    min-width: 180px;
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-outline {
    background: #193a43;
    border-color: #193a43;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    border-radius: 4px;
}

.btn-outline:hover {
    color: #fff;
}


/* Header */

.header {
    width: 100%;
    z-index: 99;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.topnav-flex {
    position: relative;
}

.right-topnav {
    position: static;
}

.logo {
    padding: 30px 0;
}


.megamenu {
    background: none;
    border: none;
    margin: 0px;
}

.megamenu .navbar-nav>li>a {
    font-family: var(--font-header);
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 25px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.megamenu .navbar-nav>li>a:hover {
    color: var(--color-hover);
}

.megamenu .navbar-nav>.active>a {
    color: var(--accent-1);
}

.megamenu .navbar-nav>.active>a:hover,
.megamenu .navbar-nav>.active>a:focus {
    background: none;
    color: var(--color-hover);
}

.megamenu .navbar-toggle {
    float: left;
    background: var(--bg-primary);
    position: relative;
    z-index: 999;
}

.megamenu .navbar-collapse {
    box-shadow: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: white;
}

.slideshow {
    color: #f37600;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    text-align: center;
}

.slideshow img.hfe-site-logo-img{
    width: 140px;
    margin-bottom: 15px;
}

.slideshow img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.sub-text {
    padding: 45px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
}

.sub-text span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
}

.sub-text div {
    color: var(--color-primary);
    display: inline-block;
    padding: 0 30px;
    font-family: var(--font-2);
    min-width: 120px;
}

.sub-text div:first-child {
    padding-left: 0;
}

.block-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .sub-text div {
        padding: 0;
    }
}

@media (min-width: 1300px){
    .header{
        overflow: hidden;
    }
}


/* Content */

.top-column {
    background: #99cd4e;
    min-height: 250px;
}

#page-demo {
    padding-top: 50px;
}

#page-demo .vote {
    margin-top: 20px;
    margin-bottom: 85px;
}

#page-demo .vote h4 {
    color: #f37600;
    font-family: "deadhead_scriptitalic";
    font-size: 72px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 20px;
}

#page-demo .heading-top .title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -2px;
    text-transform: capitalize;
    margin-top: 0;
    font-family: var(--font-header);
}

#page-demo .heading-top .subtitle {
    display: inline-block;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 102px;
    letter-spacing: -3px;
    text-transform: capitalize;
    font-family: var(--font-header);
}

.heading-top {
    margin-bottom: 50px;
}

.header-content {
    max-width: 1710px;
    width: auto;
    margin: auto;
    padding: 0 15px;
}

.heading-top .title {
    color: #000;
    font-family: var(--font-header);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-top: 0;
}
.heading-top .title span{
    color: #B88768;
}

.heading-top .desc-block {
    color: #444;
    font-weight: 300;
    font-size: 18px;
}

.image-bg {
    display: block;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.2);
    overflow: hidden;
}

.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 170px;
    left: 50px;
    position: absolute;
    background-size: 100% auto;
    top: 12px;
    width: 270px;
}

.image-bg .image-shop-scroll:before {
    background-color: rgba(56, 61, 64, 0.8);
    bottom: -100%;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.image-bg:hover .image-shop-scroll:before {
    bottom: 0;
}

.image-bg .image-shop-scroll {
    overflow: hidden;
}

.image-bg:hover .btn-view {
    bottom: 105px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.image-bg:hover .btn-view2 {
    bottom: 120px;
}

.btn-view {
    background: #193a43;
    border-radius: 2px;
    font-weight: 500;
    bottom: 50px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.btn-view2 {
    background: #111;
    margin-left: -102px;
}

.btn-arrow-right {
    padding: 10px 20px 10px 60px;
}

.btn-arrow-right:before {
    content: "\f06e";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 20px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.btn-arrow-right:after {
    content: "";
    position: absolute;
    left: 46px;
    width: 1px;
    height: 20px;
    background: #3c724e;
}

.text-heading {
    margin-bottom: 50px;
    margin-top: 20px;
}

.slideshow a {
    position: relative;
    display: block;
    min-height: 900px;
    /* background-color: #fff7f2; */
    background-image: url(https://cdn.shopify.com/s/files/1/0750/9003/4908/files/01_Prevew_590x300_168fc9d1-1ad0-4e6c-ac00-de460ef4074d.jpg?v=1747619726);
    background-size: cover;
}

.slideshow svg{
    margin-bottom: 25px;
}

@media (min-width: 1200px){
    .slideshow svg{
        height: 150px;
        width: 200px;
    }
    .commingsoon{
        height: 360px;
    }
}
@media (max-width: 1199px){
    .slideshow a {
        background-size: cover;
        background-repeat: no-repeat;
    }

}

.text-inside {
    position: absolute;
    top: 7%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .text-inside {
        top: 10%;
    }
}

.text-heading a {
    font-size: 18px;
    font-family: var(--font-header);
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.text-heading a:hover {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-inside .larger {
    color: #fff;
    font-family: var(--font-header);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -3px;
    text-transform: capitalize;
}

@media (max-width: 320px){
    .text-inside .larger{
        padding-top: 0!important;
    }

    .slideshow a{
        min-height: 550px!important;
    }

    #page-featured .featured-info p{
        font-size: 14px!important;
        line-height: 1.2!important;
    }
}

.logo svg {
    width: 150px;
}

#detail-product{
    background: #f4f4f4;
    padding-top: 40px;
}

#detail-product .heading-top .title{
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: 44px;
}

#detail-product  .heading-top .desc-block{
    /* color: white; */
}

#detail-product .text-heading a{
    color: #000;
}

#detail-product .text-heading a:hover{
    color: var(--color-primary);
}
@media (min-width: 992px){
    #detail-product {
        padding-top: 100px;
    
    }
}

@media (max-width: 767px) {
    .text-inside .larger {
        font-size: 36px;
        line-height: normal;
        text-align: left;
        letter-spacing: 0;
    }
}

#page-featured {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F1F2F8;
}

#page-featured .featured-item {
    margin: 20px 0px 40px;
    padding: 55px;
    height: 290px;
    border-radius: 20px;
    background: #FFF;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

#page-featured .featured-item:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    
}

#page-featured .featured-info p {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#page-featured .featured-item img {
    display: inline-block;
    margin-bottom: 10px;
}

#page-featured .featured-item h5 {
    color: var(--color-hover);
    font-family: var(--font-header);
    font-size: 16px;
    font-weight: 600;
}

#page-reviews {
    padding-top: 100px;
}

#page-reviews .heading-top {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

#page-reviews .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

#page-supports {
    text-align: left;
    padding-top: 100px;
}

#page-supports .heading-top .title {
    color: #2f353f;
    font-size: 48px;
}

#page-supports .description {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #333333;
}

#page-supports .description a {
    color: #f7c1c1;
}

#page-supports .description a:hover {
    color: #f37600;
}


/* Footer */

.footer-link {
    background-image: url(https://cdn.shopify.com/s/files/1/0750/9003/4908/files/i_2e7dfe72-71af-43e8-9482-6e844695e0f8.png?v=1747621944);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 90px 0px;
}

.footer-link .text-footer {
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
    color: white;
    margin-bottom: 60px;
    font-family: var(--font-header);
}

.footer-link .btn-grabit {
    background: #000;
    border-color: #000;
    color: #f3c7bc;
    min-width: 250px;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 70px;
    height: 70px;
}

.footer-link .btn-grabit:hover {
    border-radius: 38px;
}


/* Back to top */

#back-top {
    text-align: center;
    position: fixed;
    cursor: pointer;
    right: 50px;
    bottom: 20px;
    z-index: 99;
}

#back-top a {
    width: 45px;
    height: 45px;
    background: #B88768;
    color: white;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
}

#back-top a:hover {
    background-color: #666666;
}

.container {
    max-width: 1430px;
    width: 100%;
    margin: auto;
}


/* Responsive */

@media (max-width: 1199px) {
    .megamenu .navbar-nav>li>a {
        padding: 25px 12px;
    }
    #page-supports {
        text-align: center;
    }
    #page-supports img {
        display: inline-block;
    }
    #page-supports .description {
        margin: 0 auto;
    }
    .detail-item {
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
    }
    .heading-top {
        margin-bottom: 60px;
    }
    .heading-top .desc-block {
        width: 66%;
        margin: auto;
    }
    #page-demo {
        padding-top: 200px;
    }
    .text-heading {
        margin-bottom: 80px;
    }
    #page-featured {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .topnav-flex {
        display: -webkit-flex;
        display: flex;
    }
    .topnav-flex>[class*="col-"] {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .topnav-flex .center-topnav {
        -webkit-justify-content: right;
        justify-content: right;
        flex: 1;
    }
    .topnav-flex .right-topnav {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.detail-item {
    height: 100%;
}

@media (max-width: 999px){
    .topnav-flex{
        display: flex;
        align-items: center;
    }
    .navbar-header{
        float: right;
    }
    .navbar-collapse.aos-init.aos-animate{
        position: absolute;
        right: 20px;
        top: 50px;
        background: #fff;
        box-shadow: 0 1px 5px #0000001a;
    }
    .text-inside svg{
        display: none;
    }
}
@media (max-width: 999px){
    .text-inside {
        top: 20%;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .slideshow {

    }
    .logo {
        text-align: left;
    }
    .logo img {
        display: inline-block;
    }
    .right-topnav {
        position: relative;
    }
    .featured-box>.row>div:nth-child(2n + 1) {
        clear: both;
    }
    .right-topnav,
    .center-topnav {
        margin-bottom: 10px;
    }
    .right-topnav {
        text-align: right;
    }
    .megamenu .navbar-nav>li>a {
        padding: 15px 12px;
    }
    .col-landing:nth-child(2n + 1) {
        clear: both;
    }
    #detail-page>[class*="col-"]:nth-child(4n + 1) {
        clear: both;
    }

}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #fff;
        min-width: 200px;
        text-align: left;
    }
    .megamenu .navbar-nav>li>a {
        padding: 15px 12px;
        color: #000;
    }
    .footer-link .text-footer {
        letter-spacing: 0px;
    }
    .heading-top .title {
        font-size: 30px;
    }
}

.detail-item .img_detail img {
    border-radius: 10px;
    box-shadow: 0px 30px 9px -19px rgba(0, 0, 0, 0.1);
    border: 8px solid #fff;
}

.footer-link h4 {
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#detail-page {
    padding: 120px 0 70px;
    background-color: #f4f4f4;
}

#detail-collection {
    padding: 120px 0 70px;
}

#detail-collection .detail-item .img_detail img,
#detail-blog .detail-item .img_detail img {
    border-color: #ddd;
}

#detail-lookbook {
    padding: 0px 0 100px;
}

#detail-header .text-heading a {
    color: #262613;
}

#detail-lookbook {
    color: #000;
}



#detail-lookbook .heading-top .desc-block {
    color: #000;
}

#detail-header .heading-top .title {
    color: #262613;
}

#detail-header .heading-top .desc-block {
    color: #262613;
}

.detail-s,
.detail-menu {
    padding: 70px 30px 40px;
    background-color: #f3f7f9;
}

#detail-header h4 {
    color: #262613;
}

.pl-0 {
    padding-left: 0 !important;
}

.passwordinput {
    border: 2px solid #ccc;
    padding: 12px 12px;
    display: inline-block;
    font-weight: bold;
    border-radius: 8px;
    font-size: 16px;
    min-width: 150px;
}

@media (min-width: 768px) {
    .passwordinput {
        min-width: 350px;
    }
}

.btn-copy {
    background-color: #008060;
    border-radius: 4px;
    border-color: #008060;
}

.btn-copy:hover {
    background-color: #004c3f;
    border-color: #004c3f;
}

.box-pass {
    padding: 50px;
}

.border-x {
    border: 2px solid #eee;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.sticky-button {
    text-align: center;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #B88768;
    color: white;
    padding: 17px 31px;
    z-index: 999;
    text-transform: uppercase;
    padding: 15px 38px;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px; 
    letter-spacing: 1.04px;
    border-radius: 50px;
}

.sticky-button img {
    margin: -3px 0 0 4px;
}

.sticky-button:hover {
    background: var(--color-hover);
    color: white;
}

.start-button {
    top: 70px;
}
@media (max-width: 999px){
    .start-button {
    top: 130px!important;
    }
}
@media (max-width: 767px){
    .navbar-collapse.aos-init.aos-animate{
        position: absolute;
    }
}

.footer-button{
    text-align: center;
    background-color: #B88768!important;
    border-radius: 50px;
    color: #fff!important;
    padding: 24px 40px;
    text-transform: uppercase;
    border: none!important;
    display: flex;
    gap: 55px;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;

    font-size: 16px;
    font-weight: 700;
    line-height: 20px; 
    text-transform: capitalize;
}

.footer-button:hover{
    background-color: var(--color-hover)!important;
}
.larger.aos-init.aos-animate {
    text-align: center;
}

.slide-img {
    position: absolute;
    display: none;
}


.start-button {
    top: 45px;
}

.logo a {
    display: block;
}

@media (min-width: 992px) {
    .slide-img {
        display: block;
    }
    .slide-img-1 {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0%;
    }
    .slide-img-2 {
        left: 5%;
        bottom: 25%;
        width: 21%;
    }
    .slide-img-3 {
        right: 5%;
        bottom: 25%;
        width: 21%;
    }
}

@media (max-width: 991px) {
    .larger.aos-init.aos-animate {
        padding: 35px 0;
    }
    .slideshow a {
        min-height: 600px;
    }
}

@media (max-width: 767px) {
    .larger.aos-init.aos-animate {
        padding: 35px 0;
    }
    .sub-text {
        padding: 0px 0;
    }
    .slideshow a {
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .slideshow a {
        height: 350px;
    }
    .text-inside {
        padding: 0 15px;
    }
    .slideshow a {
        min-height: 500px;
    }
}