.text-price {
    font-size: 13px;
    line-height: 17px;
    /* margin-bottom: 40px; */
}

.price-through {
    text-align: end;
    margin-bottom: -20px;
    text-decoration: line-through;
    font-size: 0.7rem;
}

.tx-brand {
    border: 2px solid #fff;
    float: right;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 6px #000000);
    line-height: initial;
}

.tp-price-head h5 {
    font-size: 1.2rem;
    font-weight: 600;
}

.tp-price-head h5 p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.bg-price-add {
    padding: 10px;
    background: #f4f4f4;
}

@media only screen and (min-width: 1024px) {
    .custom-box-price {
        height: 7rem;
        display: grid;
        align-items: center;
    }

    .d-lg-block {
        display: block !important;
    }
}

/* Custom Navbar Style-1 replica */
.nav-graphie {
    display: flex;
    align-items: center;
    min-height: 70px;
    position: relative;
    /* z-index: 100; */
    padding: 0 30px;
    border-bottom: 1px solid #eaecee;
    background-color: #fff;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .navbar.style-1 {
        padding: 0 20px;
        height: 70px;
    }

    .d-lg-block {
        display: none !important;
    }
}

.logo_nav {
    width: 150px !important;
}

@media (max-width: 991px) {
    .logo_nav {
        width: 160px !important;
    }

    .btn-sidebar-graphie::before {
        display: none !important;
    }
}

@media screen and (max-width: 474.98px) {
    .sidebar-menu-graphie {
        max-width: 370px;
        width: 370px;
        padding: 0 20px;
    }

    .custom-py-1
    {
        padding-top: 0 !important;
        padding-bottom: 1rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hero-section {
        padding: 0px 0 !important;
        margin-top: 20px !important;
    }

    .d-lg-none
    {
        display: block !important;
    }

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

.navbar.style-1 .navbar-brand {
    padding-right: 30px;
    height: 100%;
    position: relative;
    /*display: flex;
    align-items: center;*/
}

@media (max-width: 991px) {
    .navbar.style-1 .navbar-brand::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar.style-1 .navbar-collapse {
        /*flex: 1;
        display: flex !important;
        justify-content: center;*/
        /*width: auto;*/
        /*display: flex !important;*/
        /*align-items: center;*/
        display: block !important;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
}

.navbar.style-1 .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    list-style: none;
    justify-content: center;
    /*margin: 0;
    padding: 0;*/
}

.navbar.style-1 .navbar-nav .nav-link {
    position: relative;
    /*display: inline-flex;*/
    overflow: hidden;
    transition: all 0.4s ease;
    padding-right: 18px;
    font-size: 16px;
    line-height: 24px;
}

.navbar.style-1 .navbar-nav .nav-link:hover,
.navbar.style-1 .navbar-nav .nav-link.active {
    color: tomato;
}

.navbar.style-1 .search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #4f5364;
}

.navbar.style-1 .search-btn:hover {
    color: #0e0e0f;
}

.navbar.style-1 .group-btn-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .navbar.style-1 .group-btn-right {
        gap: 15px;
    }
}

/* Yellow Product Sub Nav styling */
.product-sub-nav-wrapper {
    background-color: rgb(251 208 103);
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    position: relative;
    z-index: 98;
}
.product-sub-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.product-sub-nav li a {
    display: inline-block;
    padding: 8px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}
.product-sub-nav li.active a {
    background-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.product-sub-nav li a:hover:not(.active a) {
    background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
    .product-sub-nav-wrapper {
        padding: 5px 0;
    }
    .product-sub-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 5px 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }
    .product-sub-nav::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome/Safari */
    }
    .product-sub-nav li {
        flex: 0 0 auto;
    }
}

#header-sticky {
    margin-bottom: 35px !important;
}
#smooth-wrapper {
    margin-top: 35px !important;
}

@media (max-width: 991px) {
    #header-sticky {
        display: none !important;
    }
    #smooth-wrapper {
        margin-top: 15px !important;
    }
}

/* Theme Toggle Switcher Style */
.dark-light-switcher {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    transition:
        background-color 0.3s,
        transform 0.3s;
}

.dark-light-switcher:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.dark-light-switcher svg {
    transition: transform 0.5s ease;
}

.dark-light-switcher:hover svg {
    transform: rotate(45deg);
}

/* Dark mode overrides for switcher */
.liko-dark-active .dark-light-switcher {
    background-color: rgba(255, 255, 255, 0.1);
}

.liko-dark-active .dark-light-switcher:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Show one icon and hide the other depending on theme */
.dark-light-switcher .svg-white {
    display: block;
}
.dark-light-switcher .svg-dark {
    display: none;
}

.liko-dark-active .dark-light-switcher .svg-white {
    display: none;
}
.liko-dark-active .dark-light-switcher .svg-dark {
    display: block;
}

/* Invert colors of icons/logos marked for inversion in dark mode */
.liko-dark-active .dark-mode-invert {
    filter: invert(1) brightness(2);
}

.liko-dark-active img.dark-mode-invert {
    filter: invert(1) brightness(100);
}

/* Dark mode navbar styling overrides */
.liko-dark-active .navbar.style-1 {
    background-color: var(--tp-common-dark);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.liko-dark-active .navbar.style-1 .navbar-brand::after {
    background-color: rgba(255, 255, 255, 0.08);
}

.liko-dark-active .navbar.style-1 .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.liko-dark-active .navbar.style-1 .navbar-nav .nav-link:hover {
    color: #fff;
}

.liko-dark-active .dropdown-menu {
    background-color: var(--tp-common-dark);
    border-color: rgba(255, 255, 255, 0.1);
}

.liko-dark-active .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
}

.liko-dark-active .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Sidebar/Offcanvas Navigation Menu Styling */
.tp-offcanvas-menu .sidebar-nav {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    /*gap: 20px;*/
}

.tp-offcanvas-menu .sidebar-nav li a {
    font-family: "Poppins", "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.tp-offcanvas-menu .sidebar-nav li a:hover,
.tp-offcanvas-menu .sidebar-nav li a.active {
    color: #f0503c !important; /* Brand orange-red color */
}

.tp-offcanvas-menu .sidebar-nav li a i {
    color: #000000;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.tp-offcanvas-menu .sidebar-nav li a:not(.collapsed) i {
    transform: rotate(180deg);
}

.tp-offcanvas-menu .sidebar-nav .collapse ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.tp-offcanvas-menu .sidebar-nav .collapse ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    padding: 6px 0;
}

.tp-offcanvas-menu .sidebar-nav .collapse ul li a:hover {
    color: #f0503c !important;
}

.liko-dark-active .tp-offcanvas-menu .sidebar-nav li a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.liko-dark-active .tp-offcanvas-menu .sidebar-nav li a:hover,
.liko-dark-active .tp-offcanvas-menu .sidebar-nav li a.active {
    color: #f0503c !important;
}

/* Base Offcanvas and Overlay layout styles */
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

.tp-offcanvas-area {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    z-index: 99999;
    padding: 0px 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    background: #fff;
    overscroll-behavior-y: contain;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    transition:
        transform 0.45s ease-in-out,
        background-color 0.3s;
}

@media (max-width: 767px) {
    .tp-offcanvas-area {
        width: 100%;
    }

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-offcanvas-area {
        width: 450px;
    }
}

.tp-offcanvas-area.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.tp-offcanvas-close-btn {
    background: none;
    border: none;
    padding: 0;
    color: black;
    transition: transform 0.3s ease;
}

.tp-offcanvas-close-btn:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.liko-dark-active .tp-offcanvas-area {
    background-color: var(--tp-common-dark);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.liko-dark-active .tp-offcanvas-footer {
    border-top-color: rgba(255, 255, 255, 0.08) !important;
}

/* Open Sidebar Button visible on desktop and style styled */
.tp-offcanvas-open-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding-left: 2rem;
    margin-left: 1.5rem;
    /*border-radius: 50%;
    transition:
        background-color 0.3s,
        transform 0.3s;
    background-color: rgba(0, 0, 0, 0.05);*/
}

.tp-offcanvas-open-btn:hover {
    /*background-color: rgba(0, 0, 0, 0.1);
    transform: scale(1.05);*/
}

.liko-dark-active .tp-offcanvas-open-btn {
    background-color: rgba(255, 255, 255, 0.1);
}

.liko-dark-active .tp-offcanvas-open-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Fix top spacing for inner page hero areas to prevent overlap with headers */
.tm-hero-area.tm-hero-ptb {
    padding-top: 180px !important;
}

@media (max-width: 767px) {
    .tm-hero-area.tm-hero-ptb {
        padding-top: 100px !important;
    }
}

/* Align sidebar footer to the bottom using Flexbox */
.tp-offcanvas-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(
        100vh - 100px
    ); /* 100vh minus 100px padding (50px top, 50px bottom) */
}

.tp-offcanvas-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tp-offcanvas-footer {
    margin-top: auto !important; /* Pushes footer to the bottom */
}

/* Mega Menu Dropdown Styles */
#mega-menu-container {
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease;
}

#mega-menu-container.show {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
}

.nav-layer-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(251 208 103 / 1);
}

.ul-layer-2 {
    list-style: none;
    display: flex;
    gap: 1rem;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.ul-layer-2 li a {
    display: block;
    padding: 5px 20px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.ul-layer-2 li a:hover {
    background: #fff;
}

.ul-layer-2 li.active a {
    background: #fff;
}

/* Always show navbar-toggler on all screen sizes */
.navbar.style-1 .navbar-toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 15px;
}

/* Tighten sidebar spacing to match reference layout */
.tp-offcanvas-menu .sidebar-nav {
    /*gap: 12px !important;*/
}
.tp-offcanvas-menu .sidebar-nav li {
    margin-bottom: 0 !important;
}
.tp-offcanvas-menu .sidebar-nav .collapse ul {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.tp-offcanvas-menu .sidebar-nav .collapse ul li {
    margin-bottom: 4px !important;
}
.tp-offcanvas-menu .sidebar-nav .collapse ul li a {
    padding: 3px 0 !important;
}

/* Style for dropdown menus inside navbar */
.navbar.style-1 .dropdown-menu {
    border: none !important;
    border-radius: 12px !important;
    padding: 15px 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    margin-top: 10px !important;
    min-width: 220px !important;
    transition: all 0.3s ease !important;
}

.navbar.style-1 .dropdown-menu .dropdown-item {
    font-family: "Open Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4f5364 !important;
    padding: 8px 24px !important;
    transition: all 0.2s ease !important;
}

.navbar.style-1 .dropdown-menu .dropdown-item:hover {
    background-color: #f7f8f9 !important;
    color: tomato !important;
    padding-left: 28px !important;
}

.btn-sidebar-graphie::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eaecee;
    margin-right: 2rem;
}

.navbar-nav .nav-item {
    position: relative;
    padding: 0.5rem 0;
    list-style: none;
    display: inline-flex;
}

.header-graphie
{
    position: relative;
    z-index: 50;
}

.header-graphie * {
    font-family: "Open Sans", sans-serif !important;
    color: #000;
}

span.text-1 {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
    font-weight: 600;
}

span.text-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    font-weight: 600;
}

.link-effect-1:hover span.text-1 {
    transform: translateY(-100%);
}

.link-effect-1:hover span.text-2 {
    transform: translateY(0);
}

.div-logo-graphie {
    display: flex;
    align-items: center;
}

.div-logo-graphie .navbar-brand {
    padding-right: 30px;
    height: 100%;
    position: relative;
    font-size: 28px;
}

.div-logo-graphie .navbar-brand::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #eaecee;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .btn-sidebar-graphie::before {
        display: block !important;
    }
}

#navbarNav .ul-graphie {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding-left: 0;
}

.ul-graphie .li-graphie {
    position: relative;
    padding: 0.5rem 0;
    list-style: none;
    display: inline-flex;
}

.ul-graphie .li-graphie::before {
    content: "";
    height: 62px;
    width: 100px;
    background: transparent;
    opacity: 0;
    margin-left: 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.link-effect-1 {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    transition: all 0.4s ease;
    padding-right: 18px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
}

.link-effect-1:hover span
{
    color: tomato;
}

.link-submenu-graphie {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 2px;
}

.submenu-icon-graphie {
    width: 1rem;
    height: 1rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.ul-graphie .submenu-graphie:hover .ul-child-graphie {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
}

.ul-child-graphie {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1rem;
    width: 14rem;
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border-width: 1px;
    border-color: rgb(243 244 246 / 1);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0.5rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    z-index: 9999;
}

.submenu-graphie .ul-child-graphie {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s ease;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1rem;
}

.submenu-graphie:hover > .ul-child-graphie {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu-graphie {
    position: relative;
    display: flex;
    align-items: center;
}

.ul-child-graphie li
{
    list-style: none;
}

.ul-child-graphie li a {
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: rgb(17 24 39 / 1);
    line-height: 150%;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 224px;
    display: inline-flex;
    font-size: 1rem;
}

.ul-child-graphie li a:hover {
    --tw-translate-x: 2px;
    transform: translate(2px, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.sidebar-logo-graphie {
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    justify-content: flex-end;
    border-bottom: 1px solid rgb(229 231 235 / 1);
}

.color-tomato, .tp-offcanvas-menu .sidebar-nav .collapse ul li a.color-tomato
{
    color: tomato !important;
}

.sidebar-menu-graphie *
{
    font-family: "Open Sans", sans-serif !important;
}

.btn-close-graphie {
    cursor: pointer;
    font-size: 1.875rem;
    line-height: 2.25rem;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-property: transform;
    border: none;
    background: none;
}

.btn-close-graphie:hover
{
    transform: rotate(90deg);
}

.sidebar-menu-graphie.open {
    right: 0;
}

.sidebar-menu-graphie {
    position: fixed;
    top: 0;
    width: 460px;
    right: -460px;
    height: 100vh;
    background: #fff;
    transition: right .3s ease;
    z-index: 99999;
    padding: 0 50px;
}

.sidebar-menu-graphie.opened {
    right: 0;
}

.space
{
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-bottom: calc(1.5rem * 0);
}

@media (max-width: 1024px) {
    .nav-graphie {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.custom-py-1
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.d-lg-none
{
    display: none;
}

.mobile-menu{
    max-height:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    align-items:center;
    transition:max-height .35s ease;
    background:#0f1223;
    color: #fff;
}

.mobile-menu.open{
    max-height:400px;
}

.mobile-menu a{
    color:#fff;
    text-decoration:none;
    font-weight:700;
    padding:18px 0;
}

.mobile-div
{
    padding: 10px 20px;
    background-color: #0f1223;
}

.d-lg-flex
{
    display: flex;
}