.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.bg-brand {
    background-color: #ad914f !important;
}

.btn-brand {
    background-color: #ad914f !important;
    border-color: #a4894c !important;
    color: white !important;
    font-weight: bold;
}

.tooltip {
    z-index: 999999 !important;
}

.navbar {
    background-color: white;
}

.navbar .navbar-brand {
    color: #ad914f;
    font-weight: bold;
}

.navbar .navbar-brand img {
    max-height: 90px;
}

.navbar .nav-link {
    color: #333 !important;
    font-weight: 500;
}

.navbar .nav-icon {
    font-size: 1.2rem;
    color: #333;
    margin-left: 1rem;
    position: relative;
}

.navbar .badge-custom {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ad904e;
    color: white;
    font-size: 0.7rem;
}

.navbar .offcanvas-start {
    width: 260px;
}

.navbar,
.navbar .container,
.d-flex {
    overflow: visible !important;
}

.navbar .container {
    height: 58px;
}

.navbar .dropdown-submenu>.navbar .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar .dropdown-menu {
    z-index: 999999 !important;
    position: relative;
}

.navbar .dropdown-menu input {
    border-radius: 4px 0 0 4px;
}

.navbar .dropdown-menu button {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.navbar .nav-icon-size {
    width: 1.5rem !important;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 360px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
}

.cart-sidebar.open {
    right: 0;
}

.cart-sidebar .btn-close {
    font-size: 1rem;
}

@media (max-width: 991px) {
    .navbar .center-logo {
        order: 0 !important;
    }

    .navbar .nav-link {
        border-bottom: 1px solid #ddd;
    }

    .navbar .dropdown-item.dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar .dropdown-item.dropdown-toggle::after {
        transform: rotate(-90deg);
        /* Right-facing arrow */
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .navbar .center-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* PRODUCT PROMOTION SECTION */
.product-promotion {
    background-color: #ececec;
    padding: 1rem 0;
}

.promo-wrapper {
    display: block;
    overflow: hidden;
    height: 665px;
    position: relative;
}

.promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps image proportionate while filling space */
    transition: transform 0.4s ease-in-out;
}

.promo-img:hover {
    transform: scale(1.1);
}


.promo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
    font-size: 3.6rem;
    z-index: 2;
    text-shadow: 0px 0px 94px rgba(0, 0, 0, 0.87);
    color: white;
    text-decoration: none;
}

.promo-button.unique-button {
    border: 5px solid #ad914f;
    padding: 16px 32px;
}

.promo-button.common-button {
    padding: 12px 24px;
    color: #FFFFFF;
}

.promo-button.unique-button:hover {
    border: 5px solid #f1f1f1;
}

.promo-button:hover {
    border: 1px solid #f1f1f1;
}


/* VIDEO-INTRO-SECTION */
.video-intro-section {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Full screen height */
    overflow: hidden;
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    /* Disable interaction if needed */
}


.homepage.hero-section {
    min-height: 100vh;
}

.homepage .bg-banner.position-relative,
.homepage .bg-banner.position-relative {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-size: cover;
    height: 100vh;
}

.homepage .overlay-text h1 {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.homepage .btn-light {
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: bold;
}