body {
    margin: 0px;
    font-family: "Poppins", Arial, sans-serif;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}

* {
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-variant-numeric: inherit;
    font-feature-settings: inherit;
}

html,
body {
    overflow-x: hidden !important;
}

/* "clip" stops sideways scrolling like "hidden" but, unlike it, doesn't turn the page into a
   scroll container, so position: sticky elements (summaries, sidebars) keep working. */
@supports (overflow-x: clip) {
    html,
    body {
        overflow-x: clip !important;
    }
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



/* header start */

.navbar-custom {
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 12px;
    background: transparent;
}

.nav-container {
    min-height: 74px;
    padding: 8px 22px;
    background-color: #ffffff;
    border-radius: 999px;
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav {
    gap: 10px;
}

.navbar-nav .nav-link {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 18px !important;
    transition: 0.3s;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #db5c07;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ecommerce-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    color: #1f1f1f;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
    backdrop-filter: blur(10px);
}

.icon-btn:hover {
    background: #db5c07;
    color: #ffffff;
    transform: translateY(-3px);
}

.icon-btn span {
    position: absolute;
    top: -5px;
    right: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #db5c07;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
    color: #1f1f1f;
    font-size: 20px;
    padding: 0;
}


.offcanvas {
    background: #0c0c0c;
    width: 300px !important;
}

.offcanvas-header {
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-logo {
    height: 45px;
}

.mobile-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu li {
    margin-bottom: 10px;
}

.mobile-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    display: block;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.03);
}

.mobile-menu li a:hover {
    background: #db5c07;
    color: #000000;
}


@media(max-width:432px) {
    .navbar-custom {
        padding: 12px;
    }

    .nav-container {
        min-height: 60px;
        padding: 6px 16px;
    }

    .navbar-brand img {
        height: 27px;
    }

    .icon-btn {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}

/* header end */



/* banner start */


.hero-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    min-height: 100svh;
    padding: 155px 0 110px;

    background:
        linear-gradient(rgba(0, 0, 0, 0.56),
            rgba(0, 0, 0, 0.70)),
        url('../image/banner.jpg') no-repeat center;

    background-size: cover;
}



.hero-shape {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.shape-1 {
    width: 380px;
    height: 380px;
    background: rgba(241, 207, 118, 0.08);
    top: -160px;
    left: -160px;
    filter: blur(25px);
}

.shape-2 {
    width: 330px;
    height: 330px;
    background: rgba(241, 207, 118, 0.06);
    bottom: -150px;
    right: -150px;
    filter: blur(25px);
}



.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}


/* Subtitle */

.hero-subtitle {
    display: inline-block;

    /* background: rgba(241, 207, 118, 0.10); */
    background: rgba(219, 92, 7, 0.10);
    /* border: 1px solid rgba(241, 207, 118, 0.25); */
    border: 1px solid rgba(219, 92, 7, 0.25);

    color: #ffffff;

    padding: 11px 24px;
    border-radius: 50px;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 0.5px;

    margin-bottom: 25px;
}


/* Heading */

.hero-content h1 {
    font-size: 64px;
    line-height: 1.2;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 25px;

    font-family: "Libre Baskerville", serif;
}

.hero-content h1 span {
    color: #db5c07;
}


/* Paragraph */

.hero-content p {
    max-width: 780px;

    margin: 0 auto 32px;

    font-size: 16px;
    line-height: 1.9;

    color: rgba(255, 255, 255, 0.75);
}


.hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    margin-bottom: 45px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #db5c07;
    color: #ffffff;

    padding: 16px 32px;

    border-radius: 50px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 500;

    transition: all 0.3s ease;
}

.theme-btn:hover {
    background: #ffffff;
    color: #000000;

    transform: translateY(-4px);
}


.border-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(219, 92, 7, 0.25);

    color: #ffffff;

    padding: 16px 32px;

    border-radius: 50px;

    text-decoration: none;

    font-size: 15px;

    background: rgba(255, 255, 255, 0.03);

    transition: all 0.3s ease;
}

.border-btn:hover {
    background: #db5c07;
    color: #ffffff;

    border-color: #db5c07;

    transform: translateY(-4px);
}



.hero-features {
    display: flex;

    justify-content: center;
    align-items: center;

    flex-wrap: wrap;

    gap: 40px;
}

.feature-item {
    display: flex;

    align-items: center;

    gap: 12px;

    color: #ffffff;

    font-size: 14px;
}

.feature-item i {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(219, 92, 7, 0.10);

    border: 1px solid rgba(219, 92, 7, 0.25);

    color: #db5c07;

    font-size: 15px;
}



@media (max-width: 991px) {

    .hero-banner {
        padding: 145px 0 90px;
    }

    .hero-content {
        max-width: 750px;
    }

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

    .hero-content p {
        font-size: 15px;
    }

    .hero-features {
        gap: 25px;
    }
}


@media (max-width: 767px) {

    .hero-banner {
        padding: 130px 0 75px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.25;
    }

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

    .hero-btns {
        margin-bottom: 35px;
    }

    .hero-features {
        gap: 15px 25px;
    }

    .feature-item {
        font-size: 13px;
    }

    .feature-item i {
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 576px) {

    .hero-banner {
        padding: 120px 0 60px;
    }

    .hero-content {
        padding: 0 10px;
    }

    .hero-subtitle {
        padding: 9px 18px;

        font-size: 11px;

        margin-bottom: 20px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.3;

        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 13px;

        line-height: 1.8;

        margin-bottom: 25px;
    }

    .hero-btns {
        width: 100%;

        flex-direction: column;

        gap: 12px;

        margin-bottom: 30px;
    }

    .theme-btn,
    .border-btn {
        width: 100%;

        padding: 14px 18px;

        font-size: 13px;
    }

    .hero-features {
        display: none;
    }

    .shape-1 {
        width: 250px;
        height: 250px;

        top: -100px;
        left: -100px;
    }

    .shape-2 {
        width: 220px;
        height: 220px;

        bottom: -100px;
        right: -100px;
    }
}


@media (max-width: 375px) {

    .hero-banner {
        padding: 110px 0 50px;
    }

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

    .hero-content p {
        font-size: 12px;
    }

    .theme-btn,
    .border-btn {
        font-size: 12px;
        padding: 13px 15px;
    }
}

/* banner end */



/* footer start */



.footer-section {
    background: #000000;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

/* Gold Glow */

.footer-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(241, 207, 118, 0.05);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

/* Footer Top */

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

/* Footer Logo */

.footer-logo {
    display: inline-block;
}

.footer-logo img {
    width: 200px;
    margin-bottom: 18px;
}

/* About Text */

.footer-box p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 28px;
}

/* Footer Heading */

.footer-box h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 28px;
    position: relative;
    font-family: "Josefin Sans", sans-serif;
}

/* Gold Line */

.footer-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 38px;
    height: 2px;
    background: #db5c07;
}



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

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

.footer-links li a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
}

.footer-links li a:hover {
    color: #db5c07;
    padding-left: 5px;
}



.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;


    border: 1px solid rgba(255, 255, 255, 0.70);
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #db5c07;
    color: #ffffff;
    border: none;
    transform: translateY(-3px);
}



.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Contact Item */

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Small Icon */

.contact-icon {
    width: 35px;
    height: 35px;
    background-color: #db5c07;

    min-width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon */

.contact-icon i {
    color: #ffffff;
    font-size: 15px;
}

/* Contact Text */

.contact-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
}



.footer-bottom {
    padding: 22px 0;
}

/* Copyright */

.copyright-text {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    margin: 0;
}

/* Powered */

.footer-powered {
    text-align: right;
}

.footer-powered a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-powered a:hover {
    color: #db5c07;
}



@media(max-width:991px) {

    .footer-powered {
        text-align: left;
        margin-top: 10px;
    }

}

@media(max-width:767px) {

    .footer-section {
        padding-top: 55px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-powered {
        text-align: center;
        margin-top: 10px;
    }

}

@media(max-width:576px) {

    .footer-logo img {
        max-width: 150px;
    }

    .footer-box h4 {
        font-size: 19px;
    }

    .footer-box p,
    .footer-links li a,
    .contact-text,
    .copyright-text,
    .footer-powered a {
        font-size: 13px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .contact-item {
        gap: 8px;
    }

    .contact-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .contact-icon i {
        font-size: 11px;
    }

}

/* footer end */








/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 40px;
    height: 40px;
    background: #db5c07;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    z-index: 999;
}

/* end */



.floating-icons {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.float-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    text-decoration: none;

    font-size: 20px;
    color: #fff;

    position: relative;
    transition: .4s ease;
}

.float-icon:hover {
    transform: scale(1.12);
    color: #fff;
}

/* WhatsApp */

.whatsapp-icon {
    background: #25D366;
    box-shadow: 0 10px 25px rgba(37, 211, 102, .35);
}

.whatsapp-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: whatsappPulse 2s infinite;
}

/* Call */

.call-icon {
    background: #db5c07;
    color: #000;
    box-shadow: 0 10px 25px rgba(241, 207, 118, .35);
}

.call-icon:hover {
    color: #000;
}

.call-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: callPulse 2s infinite;
}

/* Animations */

@keyframes whatsappPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .5);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes callPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(241, 207, 118, .5);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(241, 207, 118, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(241, 207, 118, 0);
    }
}

@media(max-width:767px) {

    .floating-icons {
        left: 15px;
        bottom: 20px;
    }

    .float-icon {
        font-size: 18px;
    }
}


/* end */



/* category start */

.product-category-section {
    padding: 30px 0;
    /* background: #f8f8f8; */
    overflow: hidden;
}



.category-heading {
    max-width: 650px;
    margin-bottom: 0px;
    text-align: left;
}



.category-heading h2 {
    margin: 0 0 0px;

    font-family: "Libre Baskerville", serif;

    font-size: 30px;
    line-height: 1.3;

    font-weight: 700;

    color: #151515;
}

.category-heading h2 span {
    color: #db5c07;
}

.category-heading p {
    max-width: 600px;

    margin: 0;

    color: #777;

    font-size: 15px;
    line-height: 1.8;
}



.product-category-card {
    position: relative;

    display: block;

    padding: 30px 15px;

    min-height: 165px;
    /* background-color: #25D366 !important; */

    text-align: center;

    text-decoration: none;

    background: transparent;

    /* border: 1px solid rgba(219, 92, 7, 0.20); */

    border-radius: 12px;

    transition: all 0.4s ease;

    overflow: hidden;
}

/* .product-category-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: #db5c07;

    transform: scaleX(0);

    transform-origin: center;

    transition: 0.4s ease;
} */

.product-category-card:hover {
    transform: translateY(-7px);

    border-color: #db5c07;

    text-decoration: none;
}

/* .product-category-card:hover::before {
    transform: scaleX(1);
} */



.category-icon {
    width: 65px;
    height: 65px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(219, 92, 7, 0.10);

    border: 1px solid rgba(219, 92, 7, 0.25);

    color: #db5c07;

    font-size: 24px;

    transition: all 0.4s ease;
}

.product-category-card:hover .category-icon {
    background: #db5c07;
    color: #ffffff;

    transform: scale(1.08);
}



.product-category-card h4 {
    margin: 0;

    color: #222;

    font-size: 15px;

    font-weight: 400;

    transition: 0.3s ease;
}

.product-category-card:hover h4 {
    color: #db5c07;
}



/* .product-category-slider {
    padding: 5px 3px 20px;
} */

.product-category-slider .owl-stage {
    display: flex;
}

.product-category-slider .owl-item {
    display: flex;
}

.product-category-slider .product-category-card {
    width: 100%;
}


/* Dots */

.product-category-slider .owl-dots {
    display: none !important;
    margin-top: 25px;
}

.product-category-slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;

    background: #ccc !important;

    transition: 0.3s;
}

.product-category-slider .owl-dot.active span {
    width: 25px !important;

    background: #db5c07 !important;
}


/* Hide arrows */

.product-category-slider .owl-nav {
    display: none;
}



@media (max-width: 767px) {

    .product-category-section {
        padding: 30px 0;
        padding-bottom: 0px !important;
    }

    .category-heading {
        margin-bottom: 30px;
        text-align: left;
    }

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

    .category-heading p {
        font-size: 14px;
    }

}


@media (max-width: 576px) {

    .category-heading h2 {
        font-size: 25px;
    }



    .product-category-card {
        min-height: 124px;
        /* padding: 25px 15px; */
        padding: 0px 2px;
    }


    .category-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .product-category-card h4{
        font-size: 10px;
    }

}

/* category end */


/* product start */


.product-section {
    padding: 30px 0;
    background: #000000;
}

.product-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 45px;
}

.product-title-wrap h2 {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

.product-title-wrap h2 span{
    color: #db5c07;
}


.product-filter-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* Search */

.product-search {
    width: 280px;
    height: 48px;
    position: relative;
}

.product-search input {
    width: 100%;
    height: 100%;
    padding: 0 45px 0 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    color: #151515;
    background: #ffffff;
    transition: all .3s ease;
}

.product-search input:focus {
    border-color: #db5c07;
}

.product-search i {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    color: #151515;
    font-size: 15px;
}


/* Category */

.product-category {
    position: relative;
}

.product-category select {
    width: 190px;
    height: 48px;
    padding: 0 40px 0 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #ffffff;
    color: #151515;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-weight: 400 !important;
}

.product-category::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #151515;
}


.product-card {
    height: 100%;
    background: #000000;
    /* border: 1px solid #e9e9e9; */
    border: 1px solid #222;
    overflow: hidden;
    transition: all .35s ease;
}

.product-card:hover {
    border-color: #db5c07;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(21, 21, 21, 0.08);
}


/* Product Link */

.product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


/* Product Image */

.product-image {
    width: 100%;
    height: 270px;
    overflow: hidden;
    background: #f7f7f7;
}

.product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}


/* Product Content */

.product-content {
    padding: 18px 18px 14px;

    background-color: #000000;
}

.product-content h3 {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    /* color: #151515; */
    color: #ffffff;
}

.model-name {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    /* color: #777; */
    color: #c9c5c5;
}


.product-card-bottom {
    padding: 0 18px 18px;
}

.add-cart-btn {
    width: 100%;
    min-height: 44px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    /* background: #151515; */
    background-color: #db5c07;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease;
}

.add-cart-btn:hover {
    background: #db5c07;
    color: #ffffff;
}

.add-cart-btn i {
    font-size: 13px;
}



.product-more-btn {
    text-align: center;
    margin-top: 50px;
}

.product-more-btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 28px;
    background: #db5c07;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #db5c07;
    transition: all .3s ease;
}

.product-more-btn a:hover {
    background: #151515;
    border-color: #151515;
    color: #ffffff;
}

.product-more-btn i {
    transition: transform .3s ease;
}

.product-more-btn a:hover i {
    transform: translateX(5px);
}



@media (max-width: 991px) {

    .product-section {
        padding: 30px 0;
    }

    .product-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .product-filter-wrap {
        width: 100%;
    }

    .product-search {
        flex: 1;
        width: auto;
    }

    .product-category select {
        width: 200px;
    }

    .product-image {
        height: 240px;
    }
}


@media (max-width: 575px) {

    .product-section {
        padding:30px 0;
    }

    .product-title-wrap h2 {
        font-size: 25px;
    }

    .product-section-head {
        margin-bottom: 30px;
        gap: 20px;
    }

    .product-filter-wrap {
        width: 100%;
        gap: 10px;
    }

    .product-search {
        width: 55%;
    }

    .product-category {
        width: 45%;
    }

    .product-category select {
        width: 100%;
        padding-left: 10px;
        padding-right: 30px;
    }

    .product-search input {
        padding-left: 12px;
        padding-right: 35px;
        font-size: 12px;
    }

    .product-search i {
        right: 12px;
    }

    .product-image {
        height: 180px;
    }

    .product-content {
        padding: 12px 12px 10px;
    }

    .product-content h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .model-name {
        font-size: 11px;
    }

    .product-card-bottom {
        padding: 0 12px 12px;
    }

    .add-cart-btn {
        min-height: 38px;
        padding: 8px 5px;
        font-size: 11px;
        gap: 5px;
    }

    .add-cart-btn i {
        font-size: 10px;
    }

    .product-more-btn {
        margin-top: 35px;
    }

    .product-more-btn a {
        padding: 11px 22px;
        font-size: 13px;
    }
}

/* product end */


/* why choose  */


.why-choose-section {
    position: relative;
    padding: 30px 0;
    background: #ffffff;
    overflow: hidden;
}



.why-section-heading {
    text-align: center;
    margin-bottom: 55px;
}

.why-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #db5c07;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.why-section-heading h2 {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #151515;
}

.why-section-heading h2 span {
    color: #db5c07;
}

.why-heading-line {
    width: 55px;
    height: 3px;
    margin: 20px auto 0;
    background: #db5c07;
    position: relative;
}

.why-heading-line::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    right: -16px;
    top: 0;
    background: #151515;
}

.why-choose-card {
    position: relative;
    height: 100%;
    padding: 35px 32px 38px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    overflow: hidden;
    transition: all .4s ease;
}

.why-choose-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #db5c07;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}

.why-choose-card:hover {
    transform: translateY(-8px);
    border-color: rgba(219, 92, 7, .25);
    box-shadow: 0 18px 45px rgba(21, 21, 21, .09);
}

.why-choose-card:hover::before {
    transform: scaleX(1);
}


.why-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}


.why-icon {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #db5c07;
    color: #ffffff;

    border-radius: 50%;
    font-size: 25px;

    /* box-shadow:
        0 10px 25px rgba(219, 92, 7, .20); */

    transition: all .4s ease;
}

.why-icon::before {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(219, 92, 7, .25);
    border-radius: 50%;
    transition: all .4s ease;
}

/* .why-icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: -3px;
    top: 5px;
    background: #151515;
    border-radius: 50%;
} */

.why-choose-card:hover .why-icon {
    transform: translateY(-4px);
    box-shadow:
        0 15px 30px rgba(219, 92, 7, .28);
}

.why-choose-card:hover .why-icon::before {
    inset: -10px;
    border-color: rgba(219, 92, 7, .4);
}


.why-number {
    font-family: "Libre Baskerville", serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #f1f1f1;
    transition: all .4s ease;
}

.why-choose-card:hover .why-number {
    color: rgba(219, 92, 7, .15);
}



.why-content h3 {
    margin: 0 0 15px;
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #151515;
    transition: color .3s ease;
}

.why-choose-card:hover .why-content h3 {
    color: #db5c07;
}

.why-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400;
    color: #666666;
}


.why-choose-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(219, 92, 7, .06);
    border-radius: 50%;
    top: -180px;
    right: -100px;
}

.why-choose-section::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(219, 92, 7, .05);
    border-radius: 50%;
    bottom: -150px;
    left: -100px;
}



@media (max-width: 991px) {

    .why-choose-section {
        padding: 30px 0;
    }

    .why-section-heading {
        margin-bottom: 40px;
    }

    .why-section-heading h2 {
        font-size: 30px;
    }

}


@media (max-width: 575px) {

    .why-choose-section {
        padding: 35px 0;
    }

    .why-section-heading {
        margin-bottom: 35px;
    }

    .why-subtitle {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .why-section-heading h2 {
        font-size: 25px;
    }

    .why-heading-line {
        margin-top: 15px;
    }

    .why-choose-card {
        padding: 28px 24px 30px;
    }

    .why-card-top {
        margin-bottom: 23px;
    }

    .why-icon {
        width: 58px;
        height: 58px;
        font-size: 21px;
    }

    .why-number {
        font-size: 30px;
    }

    .why-content h3 {
        font-size: 17px;
    }

    .why-content p {
        font-size: 13px;
        line-height: 1.8;
    }

}

/* why chose end */


/*  */

.workwear-section {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #111111;
    background-image: url("../image/cta-3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    overflow: hidden;
}


/* Dark overlay */

.workwear-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.20) 35%,
            rgba(0, 0, 0, 0.48) 65%,
            rgba(0, 0, 0, 0.92) 100%
        );
}


/* Container */

.workwear-section .container {
    position: relative;
    z-index: 2;
}


/* Content */

.workwear-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    /* padding: 110px 0 80px; */
    padding: 110px 0 0px;

    text-align: center;
}


/* Heading */

.workwear-content h2 {
    margin: 0;

    font-family: "Libre Baskerville", serif;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;

    letter-spacing: -1px;
    text-transform: uppercase;

    color: #ffffff;

    /* text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35); */
}

.workwear-content h2 span {
    display: block;
    color: #ffffff;
}


/* Heading Line */

.workwear-line {
    width: 90px;
    height: 4px;

    margin: 25px auto 28px;

    background: #db5c07;

    position: relative;
}

.workwear-line::before,
.workwear-line::after {
    content: "";
    position: absolute;
    top: 0;

    width: 20px;
    height: 4px;

    background: #db5c07;
}

.workwear-line::before {
    left: -30px;
}

.workwear-line::after {
    right: -30px;
}


/* Paragraph */

.workwear-content p {
    max-width: 750px;
    margin: 0 auto;

    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 400;

    color: #ffffff;

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}


/* Bottom Decoration */

.workwear-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    margin-top: 38px;
}

.workwear-decoration span {
    width: 42px;
    height: 5px;
    background: #db5c07;
}

.workwear-decoration i {
    width: 9px;
    height: 5px;

    display: block;

    background: #db5c07;

    transform: skewX(-35deg);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .workwear-section {
        min-height: 760px;
    }

    .workwear-content {
        max-width: 900px;
        padding-top: 130px;
    }

    .workwear-content h2 {
        font-size: 72px;
    }

    .workwear-content p {
        font-size: 19px;
    }
}



@media (max-width: 991px) {

    .workwear-section {
        min-height: 650px;

        background-position: center center;
    }

    .workwear-content {
        max-width: 700px;
        padding: 90px 20px 70px;
    }

    .workwear-content h2 {
        font-size: 50px;
    }

    .workwear-content p {
        font-size: 16px;
        line-height: 1.8;
    }
}



@media (max-width: 767px) {

    .workwear-section {
        min-height: 500px;

        background-position: center top;
    }

    .workwear-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.28) 0%,
                rgba(0, 0, 0, 0.42) 35%,
                rgba(0, 0, 0, 0.82) 70%,
                rgba(0, 0, 0, 0.97) 100%
            );
    }

    .workwear-content {
        padding: 100px 15px 55px;
    }

    .workwear-content h2 {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .workwear-line {
        width: 60px;
        height: 3px;
        margin: 18px auto 22px;
    }

    .workwear-line::before,
    .workwear-line::after {
        height: 3px;
        width: 14px;
    }

    .workwear-line::before {
        left: -22px;
    }

    .workwear-line::after {
        right: -22px;
    }

    .workwear-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .workwear-decoration {
        margin-top: 25px;
    }

    .workwear-decoration span {
        width: 30px;
        height: 4px;
    }

    .workwear-decoration i {
        width: 7px;
        height: 4px;
    }
}



@media (max-width: 400px) {

    .workwear-section {
        min-height: 580px;
    }

    .workwear-content {
        padding-top: 90px;
    }

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

    .workwear-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* ed */




/* header top */

.header-top {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #db5c07;
    color: #ffffff;
    padding: 10px 0;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Contact */
.header-contact {
    display: flex;
    align-items: center;
    gap: 28px;
}

.header-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s ease;
}

.header-contact a i {
    font-size: 13px;
}

.header-contact a:hover {
    opacity: 0.75;
}

/* Social */
.header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header-social a:hover {
    transform: translateY(-2px);
    opacity: 0.75;
}



@media (max-width: 767px) {

    .header-top {
        padding: 9px 0;
    }

    .navbar-custom {
        top: 40px;
    }

    .header-top-inner {
        /* flex-direction: column;
        justify-content: center; */
        gap: 7px;
    }

    .header-contact {
        justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
    }

    .header-contact a {
        font-size: 12px;
    }

    .header-social {
        justify-content: center;
    }

    .header-social a {
        width: 27px;
        height: 27px;
        font-size: 12px;
    }
}



@media (max-width: 480px) {

    .header-contact {
        width: 100%;
        gap: 5px 15px;
    }

    .header-contact a {
        font-size: 11px;
    }

    .header-contact a i {
        font-size: 11px;
    }

    .header-social {
        gap: 3px;
    }

    .header-social a {
        width: 25px;
        height: 25px;
        font-size: 11px;
    }
}

/* header end */



/* product detail page */

.product-detail-section {
    padding: 130px 0 90px;
    background: #000000;
    color: #ffffff;
}


/* Breadcrumb */

.product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #777;
}

.product-breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: color .3s ease;
}

.product-breadcrumb a:hover {
    color: #db5c07;
}

.product-breadcrumb i {
    font-size: 8px;
    color: #555;
}

.product-breadcrumb span {
    color: #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 260px;
}


/* Gallery */

.product-detail-gallery {
    width: 100%;
    position: sticky;
    top: 110px;
}

.product-detail-main-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: 600px;
    background: #f5f5f5;
    overflow: hidden;
    border: 1px solid #1d1d1d;
    border-radius: 16px;
}

.product-detail-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity .25s ease, transform .6s ease;
}

.product-detail-main-image:hover img {
    transform: scale(1.04);
}

.product-detail-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 12px;
    border-radius: 30px;
    background: #db5c07;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
}


/* Thumbnails */

.product-detail-slider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.product-thumb-nav {
    width: 38px;
    height: 38px;
    border: 1px solid #2a2a2a;
    background: #111111;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    flex-shrink: 0;
    font-size: 12px;
}

.product-thumb-nav:hover {
    background: #db5c07;
    border-color: #db5c07;
}

.product-detail-thumbnails {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px;
    scroll-behavior: smooth;
    flex: 1;
}

.product-detail-thumbnails::-webkit-scrollbar {
    display: none;
}

.product-thumb {
    width: 82px;
    height: 82px;
    flex: 0 0 auto;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #f5f5f5;
    cursor: pointer;
    overflow: hidden;
    opacity: .55;
    transition: .3s ease;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-thumb:hover,
.product-thumb.active {
    border-color: #db5c07;
    opacity: 1;
}


/* Content */

.product-detail-content {
    padding-left: 25px;
}

.product-detail-category {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border: 1px solid rgba(219, 92, 7, .4);
    border-radius: 30px;
    background: rgba(219, 92, 7, .08);
    color: #db5c07;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.product-detail-content h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}

.product-detail-subline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #1f1f1f;
    font-size: 13px;
}

.product-detail-model {
    color: #888;
}

.product-detail-model strong {
    color: #ddd;
    font-weight: 500;
}

.product-detail-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ccc;
}

.stars {
    color: #db5c07;
    font-size: 12px;
    letter-spacing: 2px;
}


/* Price */

.product-detail-price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 24px 0 18px;
}

.product-detail-price {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.product-detail-price del {
    margin-left: 10px;
    color: #666;
    font-size: 17px;
    font-weight: 400;
}

.product-detail-save {
    padding: 5px 12px;
    border-radius: 30px;
    background: rgba(46, 204, 113, .12);
    color: #2ecc71;
    font-size: 12px;
    font-weight: 600;
}


/* Description */

.product-detail-description {
    margin-bottom: 22px;
}

.product-detail-description p {
    margin: 0 0 10px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.9;
}

.product-detail-description p:last-child {
    margin-bottom: 0;
}


/* Availability */

.product-availability {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

.product-availability .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 20%, transparent);
}

.product-availability.is-in {
    color: #2ecc71;
    background: rgba(46, 204, 113, .1);
}

.product-availability.is-low {
    color: #f39c12;
    background: rgba(243, 156, 18, .1);
}

.product-availability.is-out {
    color: #e74c3c;
    background: rgba(231, 76, 60, .1);
}


/* Purchase box */

.product-purchase-box {
    padding: 22px;
    margin-bottom: 22px;
    border: 1px solid #1f1f1f;
    border-radius: 16px;
    background: #0b0b0b;
}


/* Variants */

.product-variants {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1f1f1f;
}

.product-variants .quantity-label {
    display: block;
    margin-bottom: 12px;
}

.product-variants .quantity-label strong {
    color: #ffffff;
    font-weight: 600;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-option {
    min-width: 64px;
    min-height: 42px;
    padding: 8px 18px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #2a2a2a;
    border-radius: 40px;
    background: #111111;
    color: #dddddd;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    transition: all .25s ease;
}

.variant-option:hover:not(:disabled) {
    border-color: #db5c07;
    color: #ffffff;
}

.variant-option.active {
    border-color: #db5c07;
    background: rgba(219, 92, 7, .15);
    color: #ffffff;
    box-shadow: 0 0 0 1px #db5c07 inset;
}

.variant-option:disabled {
    cursor: not-allowed;
    opacity: .4;
    text-decoration: line-through;
}

.variant-option small {
    font-size: 9px;
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.product-variants.needs-choice .variant-options {
    animation: variant-shake .4s ease;
}

.product-variants.needs-choice .variant-option:not(:disabled) {
    border-color: #e74c3c;
}

@keyframes variant-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-6px); }
    75% { transform: translateX(6px); }
}


/* =========================================
   QUANTITY
========================================= */

.product-quantity-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.quantity-label {
    color: #bbb;
    font-size: 13px;
    font-weight: 500;
}

.quantity-box {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid #2a2a2a;
    border-radius: 40px;
    background: #111111;
}

.quantity-btn {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #1c1c1c;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.quantity-btn:hover {
    background: #db5c07;
}

.quantity-btn i {
    font-size: 11px;
}

.quantity-box input {
    width: 44px;
    height: 36px;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-box input::-webkit-outer-spin-button,
.quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Buttons */

.product-detail-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-add-cart,
.detail-buy-now {
    flex: 1;
    min-height: 52px;
    padding: 13px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
}

.detail-add-cart {
    background: #db5c07;
    color: #ffffff;
    border: 1px solid #db5c07;
}

.detail-add-cart:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.detail-buy-now {
    background: transparent;
    color: #ffffff;
    border: 1px solid #3a3a3a;
}

.detail-buy-now:hover {
    background: #db5c07;
    border-color: #db5c07;
    color: #ffffff;
}

.detail-buy-now i {
    transition: transform .3s ease;
}

.detail-buy-now:hover i {
    transform: translateX(5px);
}


/* Perks */

.product-detail-perks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 22px;
}

.perk-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 8px;
    border: 1px solid #1f1f1f;
    border-radius: 12px;
    text-align: center;
    color: #bbb;
    font-size: 12px;
}

.perk-item i {
    color: #db5c07;
    font-size: 17px;
}


/* =========================================
   PRODUCT META
========================================= */

.product-detail-meta {
    border-top: 1px solid #1f1f1f;
}

.meta-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #1f1f1f;
    font-size: 13px;
}

.meta-item span {
    color: #777;
}

.meta-item strong {
    color: #ddd;
    font-weight: 400;
}


/* =========================================
   PRODUCT INFORMATION
========================================= */

.product-information {
    margin-top: 90px;
    padding-top: 55px;
    border-top: 1px solid #1f1f1f;
}

.product-information-title {
    margin-bottom: 30px;
}

.product-information-title span {
    display: block;
    margin-bottom: 10px;
    color: #db5c07;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.product-information-title h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    font-weight: 400;
}

.product-information-title h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.product-information-content p {
    margin: 0 0 18px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.9;
}


/* Specifications */

.product-specification {
    padding: 24px 26px 10px;
    border: 1px solid #1f1f1f;
    border-radius: 16px;
    background: #0b0b0b;
}

.product-specification h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.specification-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #1f1f1f;
}

.specification-row:last-child {
    border-bottom: 0;
}

.specification-row span {
    color: #888;
    font-size: 13px;
}

.specification-row strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}


@media (max-width: 991px) {

    .product-detail-section {
        padding: 110px 0 70px;
    }

    .product-detail-gallery {
        position: static;
    }

    .product-detail-content {
        padding-left: 0;
    }

    .product-detail-content h1 {
        font-size: 28px;
    }

    .product-information {
        margin-top: 65px;
    }
}


@media (max-width: 575px) {

    .product-detail-section {
        padding: 100px 0 55px;
    }

    .product-breadcrumb {
        margin-bottom: 20px;
        font-size: 11px;
    }

    .product-breadcrumb span {
        max-width: 160px;
    }

    .product-detail-main-image {
        border-radius: 12px;
    }

    .product-detail-slider,
    .product-detail-thumbnails {
        gap: 8px;
    }

    .product-thumb-nav {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .product-thumb {
        width: 62px;
        height: 62px;
        border-radius: 8px;
    }

    .product-detail-content h1 {
        font-size: 23px;
    }

    .product-detail-price {
        font-size: 24px;
    }

    .product-detail-price del {
        font-size: 15px;
    }

    .product-detail-description p {
        font-size: 13px;
    }

    .product-purchase-box {
        padding: 16px;
        border-radius: 14px;
    }

    .product-detail-actions {
        gap: 8px;
    }

    .detail-add-cart,
    .detail-buy-now {
        min-height: 46px;
        padding: 10px 12px;
        font-size: 12px;
        gap: 6px;
    }

    .perk-item {
        padding: 12px 4px;
        font-size: 11px;
    }

    .product-information {
        margin-top: 50px;
        padding-top: 40px;
    }

    .product-information-title h2 {
        font-size: 24px;
    }

    .product-specification {
        padding: 18px 18px 6px;
    }

    .specification-row {
        padding: 12px 0;
    }

    .specification-row span,
    .specification-row strong {
        font-size: 12px;
    }
}


/* =========================================
   CUSTOMER REVIEWS
========================================= */

.product-detail-rating {
    text-decoration: none;
}

.product-detail-rating:hover {
    color: #ffffff;
}

.review-count {
    color: #888;
}

.product-reviews {
    margin-top: 80px;
    padding-top: 55px;
    border-top: 1px solid #1f1f1f;
    scroll-margin-top: 100px;
}

.review-summary {
    padding: 26px;
    border: 1px solid #1f1f1f;
    border-radius: 16px;
    background: #0b0b0b;
}

.review-summary-score {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.review-summary-score > strong {
    color: #ffffff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}

.review-summary-score .stars {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.review-summary-score small {
    color: #888;
    font-size: 12px;
}

.review-bars {
    display: grid;
    gap: 8px;
}

.review-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #aaa;
}

.review-bar > span {
    width: 30px;
    flex-shrink: 0;
}

.review-bar > span i {
    color: #db5c07;
    font-size: 9px;
}

.review-bar em {
    width: 22px;
    flex-shrink: 0;
    font-style: normal;
    text-align: right;
    color: #777;
}

.review-bar-track {
    flex: 1;
    height: 6px;
    border-radius: 6px;
    background: #1c1c1c;
    overflow: hidden;
}

.review-bar-track div {
    height: 100%;
    border-radius: 6px;
    background: #db5c07;
}

.review-summary-empty {
    text-align: center;
    color: #888;
}

.review-summary-empty i {
    font-size: 30px;
    color: #db5c07;
    margin-bottom: 10px;
}

.review-summary-empty p {
    margin: 0;
    font-size: 14px;
}

.review-cta {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #1f1f1f;
}

.review-cta p {
    margin: 0 0 14px;
    color: #aaa;
    font-size: 13px;
    line-height: 1.7;
}

.review-cta p.review-note {
    margin: 0;
    display: flex;
    gap: 8px;
}

.review-cta p.review-note i {
    color: #db5c07;
    margin-top: 4px;
}

.review-btn {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #db5c07;
    border-radius: 40px;
    background: #db5c07;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
}

.review-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}


/* Review form */

.review-form {
    margin-bottom: 24px;
    padding: 26px;
    border: 1px solid rgba(219, 92, 7, .35);
    border-radius: 16px;
    background: #0b0b0b;
}

.review-form[hidden] {
    display: none;
}

.review-form h3 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.review-field {
    margin-bottom: 18px;
}

.review-field > label {
    display: block;
    margin-bottom: 8px;
    color: #ccc;
    font-size: 13px;
    font-weight: 500;
}

.review-field > label small {
    color: #666;
    font-weight: 400;
}

.review-field input[type="text"],
.review-field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    background: #111111;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    transition: border-color .3s ease;
}

.review-field input[type="text"]:focus,
.review-field textarea:focus {
    border-color: #db5c07;
}

.review-field textarea {
    resize: vertical;
    min-height: 120px;
}

.review-error {
    margin-top: 6px;
    color: #e74c3c;
    font-size: 12px;
}

/* Stars are laid out 5..1 and reversed, so "~" highlights the lower ones. */
.star-input {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.star-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.star-input label {
    color: #333;
    font-size: 26px;
    cursor: pointer;
    transition: color .2s ease, transform .2s ease;
}

.star-input label:hover {
    transform: scale(1.1);
}

.star-input input:checked ~ label,
.star-input label:hover,
.star-input label:hover ~ label {
    color: #db5c07;
}

.star-input input:focus-visible + label {
    outline: 2px solid #db5c07;
    outline-offset: 2px;
    border-radius: 4px;
}

.review-form-actions {
    display: flex;
    gap: 12px;
}

.review-form-actions .detail-add-cart,
.review-form-actions .detail-buy-now {
    flex: 0 0 auto;
    min-width: 150px;
    cursor: pointer;
}


/* Review list */

.review-list {
    display: grid;
    gap: 16px;
}

.review-item {
    padding: 22px 24px;
    border: 1px solid #1f1f1f;
    border-radius: 16px;
    background: #070707;
}

.review-item.is-mine {
    border-color: rgba(219, 92, 7, .35);
}

.review-item-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(219, 92, 7, .15);
    color: #db5c07;
    font-weight: 600;
}

.review-author {
    flex: 1;
    min-width: 0;
}

.review-author strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.review-you {
    padding: 2px 8px;
    border-radius: 20px;
    background: #db5c07;
    color: #ffffff;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}

.review-author span {
    color: #2ecc71;
    font-size: 11px;
}

.review-item-head time {
    color: #777;
    font-size: 12px;
    white-space: nowrap;
}

.review-item .stars {
    font-size: 12px;
}

.review-item h4 {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.review-item p {
    margin: 8px 0 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-line;
}

.review-edit-link {
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: none;
    color: #db5c07;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.review-edit-link:hover {
    color: #ffffff;
}

.review-list-empty {
    padding: 40px 24px;
    border: 1px dashed #2a2a2a;
    border-radius: 16px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.review-list-empty strong {
    color: #ddd;
    font-weight: 500;
}

@media (max-width: 575px) {

    .product-reviews {
        margin-top: 50px;
        padding-top: 40px;
    }

    .review-summary,
    .review-form {
        padding: 18px;
    }

    .review-item {
        padding: 18px;
    }

    .review-item-head {
        flex-wrap: wrap;
    }

    .review-item-head time {
        width: 100%;
        padding-left: 54px;
        margin-top: -6px;
    }

    .review-form-actions .detail-add-cart,
    .review-form-actions .detail-buy-now {
        flex: 1;
        min-width: 0;
    }
}


/* detail page end */



/* about page start */

.about-section {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}



.about-image-wrap {
    position: relative;
    padding: 40px 35px 35px 0;
}

.about-image {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
    z-index: 2;
    background: #f5f5f5;
}

.about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.about-image-wrap:hover .about-image img {
    transform: scale(1.04);
}


/* Orange Shape */

.about-image-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 75%;
    background: #db5c07;
    z-index: 1;
}


/* Experience Box */

.about-experience {
    position: absolute;
    left: -15px;
    bottom: 45px;
    z-index: 3;
    min-width: 190px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #000000;
    color: #ffffff;
}

.about-experience strong {
    color: #db5c07;
    font-family: "Libre Baskerville", serif;
    font-size: 38px;
    line-height: 1;
}

.about-experience span {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   CONTENT
========================================= */

.about-content {
    padding-left: 25px;
}

.about-subtitle {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px;
    color: #db5c07;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 1px;
    background: #db5c07;
    transform: translateY(-50%);
}


.about-content h2 {
    max-width: 600px;
    margin: 0 0 25px;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 700;
}

.about-content h2 span {
    color: #db5c07;
}


.about-content p {
    max-width: 600px;
    margin: 0 0 16px;
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
}



.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 30px 0;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.about-feature-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db5c07;
    color: #ffffff;
    font-size: 13px;
}

.about-feature h3 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
}

.about-feature p {
    margin: 0;
    color: #777777;
    font-size: 12px;
    line-height: 1.7;
}


.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding: 14px 25px;
    background: #db5c07;
    border: 1px solid #db5c07;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s ease;
}

.about-btn i {
    transition: transform .3s ease;
}

.about-btn:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.about-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .about-section {
        padding: 75px 0;
    }

    .about-image {
        height: 500px;
    }

    .about-content {
        padding-left: 0;
    }

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

    .about-features {
        max-width: 650px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .about-section {
        padding: 55px 0;
    }

    .about-image-wrap {
        padding: 0 20px 20px 0;
    }

    .about-image {
        height: 400px;
    }

    .about-image-shape {
        width: 65%;
        height: 65%;
    }

    .about-experience {
        left: 0;
        bottom: 30px;
        min-width: 165px;
        padding: 15px 18px;
    }

    .about-experience strong {
        font-size: 30px;
    }

    .about-experience span {
        font-size: 11px;
    }

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

    .about-content p {
        font-size: 13px;
    }

    .about-features {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 25px 0;
    }

    .about-btn {
        padding: 12px 20px;
        font-size: 12px;
    }
}

/* about end */



/* cart page */

.cart-section {
    padding: 130px 0 100px;
    background: #ffffff;
}

.cart-heading {
    margin-bottom: 40px;
}

.cart-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #db5c07;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
}

.cart-heading h2 {
    margin: 0;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

.cart-heading h2 strong {
    color: #db5c07;
    font-weight: 700;
}


/* =========================================
   CART ITEMS
========================================= */

.cart-items-wrap {
    border: 1px solid #e5e5e5;
    background: #ffffff;
}


/* Table Header */

.cart-table-head {
    min-height: 55px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2.5fr 1fr 1.2fr 1fr 35px;
    align-items: center;
    gap: 15px;
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.cart-table-head span:nth-child(2),
.cart-table-head span:nth-child(3),
.cart-table-head span:nth-child(4) {
    text-align: center;
}


/* =========================================
   CART ITEM
========================================= */

.cart-item {
    min-height: 125px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 2.5fr 1fr 1.2fr 1fr 35px;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e8e8e8;
}


/* Product */

.cart-product {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.cart-product-image {
    flex: 0 0 82px;
    width: 82px;
    height: 82px;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}

.cart-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.cart-product-image:hover img {
    transform: scale(1.05);
}


.cart-product-info {
    min-width: 0;
}

.cart-product-info a {
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    color: #111111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s ease;
}

.cart-product-info a:hover {
    color: #db5c07;
}

.cart-product-info span {
    color: #888888;
    font-size: 11px;
}


/* Price */

.cart-price,
.cart-subtotal {
    color: #222222;
    font-size: 13px;
    text-align: center;
}

.cart-subtotal {
    font-weight: 700;
}


/* =========================================
   QUANTITY
========================================= */

.cart-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    height: 38px;
    border: 1px solid #dddddd;
}

.cart-quantity button {
    width: 32px;
    height: 36px;
    padding: 0;
    border: 0;
    background: #ffffff;
    color: #222222;
    cursor: pointer;
    transition: .3s ease;
}

.cart-quantity button:hover {
    background: #db5c07;
    color: #ffffff;
}

.cart-quantity button i {
    font-size: 9px;
}

.cart-quantity input {
    width: 38px;
    height: 36px;
    padding: 0;
    border: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    outline: none;
    background: #ffffff;
    color: #111111;
    font-size: 12px;
    text-align: center;
}


/* Remove input arrows */

.cart-quantity input::-webkit-outer-spin-button,
.cart-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* =========================================
   REMOVE BUTTON
========================================= */

.cart-remove {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #888888;
    cursor: pointer;
    transition: all .3s ease;
}

.cart-remove:hover {
    border-color: #db5c07;
    background: #db5c07;
    color: #ffffff;
}

.cart-remove i {
    font-size: 10px;
}


.cart-bottom {
    min-height: 75px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.continue-shopping,
.update-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease;
}

.continue-shopping {
    color: #111111;
    border: 1px solid #dddddd;
}

.continue-shopping:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.continue-shopping i {
    transition: transform .3s ease;
}

.continue-shopping:hover i {
    transform: translateX(-4px);
}


.update-cart-btn {
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    cursor: pointer;
}

.update-cart-btn:hover {
    background: #000000;
    border-color: #000000;
}


.cart-summary {
    padding: 30px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
}

.cart-summary-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
}

.cart-summary-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #db5c07;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.cart-summary-heading h3 {
    margin: 0;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 22px;
    font-weight: 400;
}

.cart-summary-heading h3 strong {
    color: #db5c07;
}


/* Summary Rows */

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0;
    color: #666666;
    font-size: 13px;
}

.summary-row strong {
    color: #222222;
    font-weight: 600;
}

.summary-divider {
    height: 1px;
    background: #dddddd;
}


/* Total */

.summary-total {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.summary-total span {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
}

.summary-total strong {
    color: #db5c07;
    font-size: 20px;
}


/* =========================================
   COUPON
========================================= */

.cart-coupon {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cart-coupon label {
    display: block;
    margin-bottom: 9px;
    color: #555555;
    font-size: 12px;
}

.coupon-input {
    display: flex;
    height: 42px;
}

.coupon-input input {
    min-width: 0;
    flex: 1;
    padding: 0 12px;
    border: 1px solid #dddddd;
    outline: none;
    background: #ffffff;
    color: #111111;
    font-size: 12px;
}

.coupon-input input:focus {
    border-color: #db5c07;
}

.coupon-input button {
    width: 75px;
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}

.coupon-input button:hover {
    background: #000000;
    border-color: #000000;
}



.checkout-btn {
    min-height: 50px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #db5c07;
    border: 1px solid #db5c07;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    transition: all .3s ease;
}

.checkout-btn:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.checkout-btn i {
    transition: transform .3s ease;
}

.checkout-btn:hover i {
    transform: translateX(5px);
}


/* Secure */

.secure-payment {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 15px;
    color: #888888;
    font-size: 10px;
}

.secure-payment i {
    color: #db5c07;
}



@media (max-width: 991px) {

    .cart-section {
        padding: 100px 0 75px;
    }

    .cart-summary {
        padding: 25px;
    }

    .cart-table-head,
    .cart-item {
        grid-template-columns: 2.3fr 1fr 1.2fr 1fr 30px;
        gap: 10px;
    }

    .cart-product-image {
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
    }

    .cart-product {
        gap: 10px;
    }

    .cart-product-info a {
        font-size: 12px;
    }
}


@media (max-width: 767px) {

    .cart-section {
        padding: 100px 0 60px;
    }

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

    .cart-heading h2 {
        font-size: 24px;
    }


    /* Hide desktop header */

    .cart-table-head {
        display: none;
    }


    /* Mobile Product Item */

    .cart-item {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "product remove"
            "price quantity"
            "subtotal quantity";
        gap: 15px;
        padding: 20px 15px;
    }


    .cart-product {
        grid-area: product;
    }

    .cart-product-image {
        flex: 0 0 75px;
        width: 75px;
        height: 75px;
    }

    .cart-product-info a {
        white-space: normal;
        font-size: 13px;
        line-height: 1.5;
    }


    .cart-price {
        grid-area: price;
        text-align: left;
        font-size: 12px;
    }

    .cart-subtotal {
        grid-area: subtotal;
        text-align: left;
        font-size: 13px;
    }

    .cart-quantity {
        grid-area: quantity;
        align-self: center;
    }

    .cart-remove {
        grid-area: remove;
        justify-self: end;
    }


    /* Bottom */

    .cart-bottom {
        flex-direction: column;
        align-items: stretch;
        padding: 15px;
    }

    .continue-shopping,
    .update-cart-btn {
        width: 100%;
    }


    /* Summary */

    .cart-summary {
        padding: 22px 18px;
    }

    .cart-summary-heading h3 {
        font-size: 20px;
    }
}



@media (max-width: 400px) {

    .cart-product-image {
        flex: 0 0 65px;
        width: 65px;
        height: 65px;
    }

    .cart-product-info a {
        font-size: 12px;
    }

    .cart-product-info span {
        font-size: 10px;
    }

    .cart-quantity {
        height: 34px;
    }

    .cart-quantity button {
        width: 28px;
        height: 32px;
    }

    .cart-quantity input {
        width: 32px;
        height: 32px;
    }

    .cart-item {
        gap: 12px;
    }

    .summary-total strong {
        font-size: 18px;
    }
}

/* cart page end */


/* checkout start */

.checkout-section {
    padding: 130px 0 100px;
    background: #ffffff;
}



.checkout-heading {
    margin-bottom: 45px;
}

.checkout-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #db5c07;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
}

.checkout-heading h1 {
    margin: 0 0 12px;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 400;
}

.checkout-heading h1 strong {
    color: #db5c07;
    font-weight: 700;
}

.checkout-heading p {
    max-width: 600px;
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.8;
}



.checkout-box {
    margin-bottom: 25px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.checkout-box-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.checkout-number {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.checkout-box-title span {
    display: block;
    margin-bottom: 5px;
    color: #db5c07;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.checkout-box-title h2 {
    margin: 0;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 21px;
    font-weight: 400;
}



.checkout-field label {
    display: block;
    margin-bottom: 8px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

.checkout-field label span {
    color: #db5c07;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 12px;
    transition: all .3s ease;
}

.checkout-field input,
.checkout-field select {
    height: 47px;
    padding: 0 14px;
}

.checkout-field textarea {
    padding: 13px 14px;
    resize: vertical;
}

.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus {
    border-color: #db5c07;
}

.checkout-field input::placeholder,
.checkout-field textarea::placeholder {
    color: #aaa;
}



.phone-field {
    display: flex;
}

.phone-field select {
    width: 145px;
    flex: 0 0 145px;
    border-right: 0;
}

.phone-field input {
    flex: 1;
    min-width: 0;
}


.payment-methods {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-method {
    position: relative;
    min-height: 70px;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    cursor: pointer;
    transition: all .3s ease;
}

.payment-method:hover,
.payment-method.active {
    border-color: #db5c07;
}

.payment-method input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-radio {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 1px solid #bbb;
    border-radius: 50%;
    position: relative;
}

.payment-method.active .payment-radio {
    border-color: #db5c07;
}

.payment-method.active .payment-radio::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #db5c07;
}

.payment-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #db5c07;
}

.payment-icon i {
    font-size: 14px;
}

.payment-info {
    flex: 1;
    min-width: 0;
}

.payment-info strong {
    display: block;
    margin-bottom: 4px;
    color: #222222;
    font-size: 12px;
}

.payment-info span {
    display: block;
    color: #888888;
    font-size: 10px;
}

.payment-cards {
    display: flex;
    gap: 4px;
}

.payment-cards span {
    padding: 4px 5px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 8px;
    font-weight: 700;
}

.upi-logo {
    color: #222;
    font-size: 13px;
    font-weight: 800;
}


.payment-details {
    display: none;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eeeeee;
    background: #fafafa;
}

.payment-details.active {
    display: block;
}



.upi-payment-content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.upi-payment-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
}

.upi-payment-content h3,
.bank-payment-info h3,
.cod-info h3 {
    margin: 0 0 5px;
    color: #222222;
    font-size: 14px;
}

.upi-payment-content p,
.bank-payment-info p,
.cod-info p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1.7;
}

.upi-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.upi-options span {
    padding: 5px 9px;
    border: 1px solid #ddd;
    background: #ffffff;
    color: #555;
    font-size: 9px;
}



.bank-payment-info,
.cod-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bank-payment-info > i,
.cod-info > i {
    color: #db5c07;
    font-size: 22px;
}


.checkout-terms {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
    color: #777777;
    font-size: 11px;
    line-height: 1.7;
}

.checkout-terms input {
    margin-top: 3px;
    accent-color: #db5c07;
}

.checkout-terms a {
    color: #db5c07;
    text-decoration: none;
}


.checkout-summary {
    position: sticky;
    top: 25px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
}

.summary-top {
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}

.summary-top > span {
    display: block;
    margin-bottom: 8px;
    color: #db5c07;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.summary-top h2 {
    margin: 0;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 22px;
    font-weight: 400;
}

.summary-top h2 strong {
    color: #db5c07;
}

.checkout-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.checkout-product-image {
    position: relative;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    background: #ffffff;
}

.checkout-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.checkout-product-image span {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #db5c07;
    color: #ffffff;
    font-size: 9px;
}

.checkout-product-info {
    flex: 1;
    min-width: 0;
}

.checkout-product-info h3 {
    margin: 0 0 4px;
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout-product-info span {
    color: #888888;
    font-size: 9px;
}

.checkout-product > strong {
    color: #222222;
    font-size: 13px;
    white-space: nowrap;

    font-weight: 400;
}


.checkout-coupon {
    display: flex;
    height: 42px;
    margin: 20px 0;
}

.checkout-coupon input {
    min-width: 0;
    flex: 1;
    padding: 0 12px;
    border: 1px solid #ddd;
    outline: none;
    background: #ffffff;
    font-size: 11px;
}

.checkout-coupon input:focus {
    border-color: #db5c07;
}

.checkout-coupon button {
    width: 75px;
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}



.checkout-total-list {
    border-top: 1px solid #ddd;
}

.checkout-total-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
}

.checkout-total-list strong {
    color: #222222;
    font-weight: 600;
}

.checkout-grand-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1px solid #ddd;
}

.checkout-grand-total span {
    color: #111111;
    font-size: 14px;
    font-weight: 600;
}

.checkout-grand-total strong {
    color: #db5c07;
    font-size: 21px;
}



.place-order-btn {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s ease;
}

.place-order-btn:hover {
    border-color: #000000;
    background: #000000;
}

.place-order-btn i {
    transition: transform .3s ease;
}

.place-order-btn:hover i {
    transform: translateX(5px);
}


/* =========================================
   SECURITY
========================================= */

.checkout-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 17px;
    color: #888888;
    font-size: 9px;
}

.checkout-security i {
    margin-right: 4px;
    color: #db5c07;
}


/* =========================================
   SUPPORT
========================================= */

.checkout-support {
    margin-top: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.support-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #db5c07;
}

.checkout-support span {
    display: block;
    margin-bottom: 4px;
    color: #db5c07;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
}

.checkout-support h3 {
    margin: 0 0 4px;
    color: #222222;
    font-size: 12px;
}

.checkout-support p {
    margin: 0;
    color: #888888;
    font-size: 10px;
}



@media (max-width: 991px) {

    .checkout-section {
        padding: 110px 0 80px;
    }

    .checkout-summary {
        position: static;
    }

    .checkout-heading h1 {
        font-size: 32px;
    }
}



@media (max-width: 575px) {

    .checkout-section {
        padding: 100px 0 60px;
    }

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

    .checkout-heading h1 {
        font-size: 24px;
    }

    .checkout-heading p {
        font-size: 12px;
    }

    .checkout-box {
        padding: 20px 15px;
    }

    .checkout-box-title {
        gap: 10px;
        margin-bottom: 22px;
    }

    .checkout-number {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        font-size: 10px;
    }

    .checkout-box-title h2 {
        font-size: 18px;
    }

    .phone-field select {
        width: 115px;
        flex-basis: 115px;
        padding-left: 8px;
        padding-right: 5px;
        font-size: 10px;
    }

    .phone-field input {
        font-size: 11px;
    }

    .payment-method {
        padding: 12px 10px;
        gap: 8px;
    }

    .payment-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .payment-info strong {
        font-size: 11px;
    }

    .payment-info span {
        font-size: 9px;
    }

    .payment-cards,
    .upi-logo {
        display: none;
    }

    .upi-payment-content {
        align-items: flex-start;
    }

    .checkout-summary {
        padding: 22px 16px;
    }

    .checkout-security {
        flex-direction: column;
        gap: 7px;
    }

    .checkout-support {
        padding: 16px;
    }
}

/* checkout end */



/* contact page start */


.contact-section {
    padding: 130px 0 100px;
    background: #ffffff;
}



.contact-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.contact-heading > div {
    flex: 1;
}

.contact-heading span {
    display: block;
    margin-bottom: 10px;
    color: #db5c07;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
}

.contact-heading h2 {
    margin: 0;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 32px;
    line-height: 1.35;
    font-weight: 400;
}

.contact-heading h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.contact-heading p {
    max-width: 450px;
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.8;
}



.contact-info-row {
    margin-bottom: 30px;
}

.contact-info-box {
    min-height: 105px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    transition: all .35s ease;
}

.contact-info-box:hover {
    border-color: #db5c07;
    transform: translateY(-4px);
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db5c07;
    color: #ffffff;
    transition: all .3s ease;
}

.contact-info-box:hover .contact-info-icon {
    background: #000000;
    color: #ffffff;
}

.contact-info-icon i {
    font-size: 14px;
}

.contact-info-box span {
    display: block;
    margin-bottom: 4px;
    color: #db5c07;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.contact-info-box h3 {
    margin: 0 0 5px;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
}

.contact-info-box a,
.contact-info-box p {
    display: block;
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.contact-info-box a:hover {
    color: #db5c07;
}



.contact-main {
    overflow: hidden;
    border: 1px solid #e3e3e3;
}


.contact-form-wrap {
    height: 100%;
    padding: 40px;
    background: #f8f8f8;
}

.contact-form-heading {
    margin-bottom: 25px;
}

.contact-form-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #db5c07;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact-form-heading h3 {
    margin: 0 0 10px;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    font-weight: 400;
}

.contact-form-heading h3 strong {
    color: #db5c07;
}

.contact-form-heading p {
    max-width: 480px;
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1.7;
}



.contact-field label {
    display: block;
    margin-bottom: 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
}

.contact-field label span {
    color: #db5c07;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 11px;
    transition: all .3s ease;
}

.contact-field input {
    height: 45px;
    padding: 0 13px;
}

.contact-field textarea {
    padding: 12px 13px;
    resize: vertical;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #aaa;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #db5c07;
}


.contact-submit {
    min-height: 48px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s ease;
}

.contact-submit:hover {
    border-color: #000000;
    background: #000000;
}

.contact-submit i {
    transition: transform .3s ease;
}

.contact-submit:hover i {
    transform: translateX(5px);
}


/* =========================================
   MAP
========================================= */

.contact-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 570px;
    background: #eeeeee;
}

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


/* =========================================
   MAP LOCATION CARD
========================================= */

.map-location-card {
    position: absolute;
    left: 25px;
    bottom: 25px;
    max-width: 280px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .12);
}

.map-card-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db5c07;
    color: #ffffff;
}

.map-card-icon i {
    font-size: 13px;
}

.map-location-card span {
    display: block;
    margin-bottom: 3px;
    color: #db5c07;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1px;
}

.map-location-card h4 {
    margin: 0 0 3px;
    color: #222222;
    font-size: 12px;
    font-weight: 600;
}

.map-location-card p {
    margin: 0;
    color: #888888;
    font-size: 9px;
}


/* =========================================
   BOTTOM NOTE
========================================= */

.contact-bottom {
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #888888;
    font-size: 10px;
}

.contact-bottom i {
    margin-right: 6px;
    color: #db5c07;
}



@media (max-width: 991px) {

    .contact-section {
        padding: 110px 0 80px;
    }

    .contact-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .contact-heading p {
        max-width: 600px;
    }

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

}


@media (max-width: 575px) {

    .contact-section {
        padding: 100px 0 65px;
    }

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

    .contact-heading h2 {
        font-size: 24px;
    }

    .contact-heading p {
        font-size: 11px;
    }


    /* Info */

    .contact-info-row {
        margin-bottom: 20px;
    }

    .contact-info-box {
        min-height: 90px;
        padding: 15px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }


    /* Form */

    .contact-form-wrap {
        padding: 25px 18px;
    }

    .contact-form-heading h3 {
        font-size: 20px;
    }


    /* Map */

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

    .map-location-card {
        left: 15px;
        right: 15px;
        bottom: 15px;
        max-width: none;
    }


    /* Bottom */

    .contact-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

}

/* contact page end */



/* login page  */


.login-section {
    padding: 110px 0 100px;
    background: #ffffff;
}


.login-form-area {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 45px 45px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
}


.login-form-header {
    margin-bottom: 30px;
    text-align: center;
}

.login-form-header > span {
    display: block;
    margin-bottom: 9px;
    color: #db5c07;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.login-form-header h2 {
    margin: 0 0 9px;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
}

.login-form-header h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.login-form-header p {
    margin: 0;
    color: #888888;
    font-size: 11px;
}


.login-field {
    margin-bottom: 20px;
}

.login-field label {
    display: block;
    margin-bottom: 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
}

.login-field label span {
    color: #db5c07;
}



.login-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.login-label-row label {
    margin-bottom: 8px;
}

.login-label-row a {
    margin-bottom: 8px;
    color: #db5c07;
    font-size: 10px;
    text-decoration: none;
}

.login-label-row a:hover {
    text-decoration: underline;
}



.login-input {
    position: relative;
}

.login-input > i:first-child {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #999999;
    font-size: 12px;
}

.login-input input {
    width: 100%;
    height: 48px;
    padding: 0 42px;
    border: 1px solid #dddddd;
    outline: none;
    border-radius: 0;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 11px;
    transition: all .3s ease;
}

.login-input input::placeholder {
    color: #aaa;
}

.login-input input:focus {
    border-color: #db5c07;
}


.password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999999;
    cursor: pointer;
}

.password-toggle:hover {
    color: #db5c07;
}


.login-options {
    margin: 3px 0 22px;
}

.remember-login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #777777;
    font-size: 10px;
    cursor: pointer;
}

.remember-login input {
    width: 13px;
    height: 13px;
    accent-color: #db5c07;
}


.login-submit {
    width: 100%;
    min-height: 49px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s ease;
}

.login-submit:hover {
    border-color: #000000;
    background: #000000;
}

.login-submit i {
    transition: transform .3s ease;
}

.login-submit:hover i {
    transform: translateX(5px);
}


.login-divider {
    position: relative;
    margin: 25px 0;
    text-align: center;
}

.login-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eeeeee;
}

.login-divider span {
    position: relative;
    z-index: 1;
    padding: 0 12px;
    background: #ffffff;
    color: #999999;
    font-size: 8px;
    letter-spacing: 1px;
}



.login-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.login-social button {
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    font-size: 10px;
    cursor: pointer;
    transition: all .3s ease;
}

.login-social button:hover {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
}

.login-social button i {
    font-size: 13px;
}



.login-register {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.login-register span {
    color: #888888;
    font-size: 12px;
}

.login-register a {
    margin-left: 5px;
    color: #db5c07;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.login-register a i {
    margin-left: 4px;
    font-size: 10px;
    transition: transform .3s ease;
}

.login-register a:hover i {
    transform: translateX(4px);
}



@media (max-width: 575px) {

    .login-section {
        padding: 100px 0 60px;
    }

    .login-form-area {
        max-width: 100%;
        padding: 35px 20px;
    }

    .login-form-header h2 {
        font-size: 21px;
    }

    .login-social {
        grid-template-columns: 1fr;
    }

    .login-label-row {
        align-items: flex-start;
    }

}

/* login end */



/* register page */


.register-section {
    padding: 100px 0 100px;
    background: #ffffff;
}


.register-form-area {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 45px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
}



.register-form-header {
    margin-bottom: 30px;
    text-align: center;
}

.register-form-header > span {
    display: block;
    margin-bottom: 9px;
    color: #db5c07;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.register-form-header h2 {
    margin: 0 0 9px;
    color: #111111;
    font-family: "Libre Baskerville", serif;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 400;
}

.register-form-header h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.register-form-header p {
    max-width: 480px;
    margin: 0 auto;
    color: #888888;
    font-size: 11px;
    line-height: 1.7;
}


.register-field {
    margin-bottom: 5px;
}

.register-field label {
    display: block;
    margin-bottom: 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 500;
}

.register-field label span {
    color: #db5c07;
}


.register-input {
    position: relative;
}

.register-input > i:first-child {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: #999999;
    font-size: 12px;
}

.register-input input {
    width: 100%;
    height: 48px;
    padding: 0 42px;
    border: 1px solid #dddddd;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 11px;
    transition: all .3s ease;
}

.register-input input::placeholder {
    color: #aaa;
}

.register-input input:focus {
    border-color: #db5c07;
}


.register-password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999999;
    cursor: pointer;
}

.register-password-toggle:hover {
    color: #db5c07;
}



.register-terms {
    margin-top: 8px;
    margin-bottom: 5px;
}

.register-terms label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #777777;
    font-size: 10px;
    line-height: 1.6;
    cursor: pointer;
}

.register-terms input {
    width: 13px;
    height: 13px;
    margin-top: 2px;
    flex: 0 0 13px;
    accent-color: #db5c07;
}

.register-terms a {
    color: #db5c07;
    text-decoration: none;
}

.register-terms a:hover {
    text-decoration: underline;
}



.register-submit {
    width: 100%;
    min-height: 49px;
    margin-top: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #db5c07;
    background: #db5c07;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s ease;
}

.register-submit:hover {
    border-color: #000000;
    background: #000000;
}

.register-submit i {
    transition: transform .3s ease;
}

.register-submit:hover i {
    transform: translateX(5px);
}



.register-login {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}

.register-login span {
    color: #888888;
    font-size: 12px;
}

.register-login a {
    margin-left: 5px;
    color: #db5c07;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.register-login a i {
    margin-left: 4px;
    font-size: 8px;
    transition: transform .3s ease;
}

.register-login a:hover i {
    transform: translateX(4px);
}



@media (max-width: 767px) {

    .register-section {
        padding: 100px 0 80px;
    }

    .register-form-area {
        max-width: 600px;
    }

}



@media (max-width: 575px) {

    .register-section {
        padding: 100px 0 60px;
    }

    .register-form-area {
        padding: 35px 20px;
    }

    .register-form-header {
        margin-bottom: 25px;
    }

    .register-form-header h2 {
        font-size: 21px;
    }

    .register-form-header p {
        font-size: 10px;
    }

    .register-field label {
        font-size: 13px;
    }

    .register-input input {
        height: 45px;
        font-size: 10px;
    }

    .register-password-toggle {
        height: 45px;
    }

    .register-submit {
        min-height: 46px;
    }

}


/* end */





/* privacy page start*/

.privacy-section{
    padding:120px 0;
    background:#ffffff;
}

.privacy-header{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
}

.privacy-header span{
    display:block;
    margin-bottom:10px;
    color:#db5c07;
    font-size:11px;
    font-weight:700;
    letter-spacing:2px;
}

.privacy-header h2{
    margin:0 0 18px;
    font-family:"Libre Baskerville", serif;
    font-size:42px;
    line-height:1.3;
    color:#111111;
    font-weight:400;
}

.privacy-header h2 strong{
    color:#db5c07;
    font-weight:700;
}

.privacy-header p{
    color:#666666;
    font-size:15px;
    line-height:1.9;
    margin-bottom:20px;
}

.privacy-updated{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border:1px solid #e6e6e6;
    font-size:13px;
    color:#777777;
}

.privacy-updated i{
    color:#db5c07;
}


/* Content */

.privacy-content{
    max-width:900px;
    margin:auto;
}

.privacy-block{
    display:flex;
    gap:22px;
    padding:35px 0;
    border-bottom:1px solid #ececec;
}

.privacy-number{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#000000;
    color:#db5c07;
    font-size:12px;
    font-weight:700;
}

.privacy-text h3{
    margin:0 0 14px;
    font-family:inherit;      /* normal font */
    font-size:24px;
    font-weight:600;
    color:#111111;
}

.privacy-text p{
    margin:0 0 14px;
    color:#666666;
    font-size:15px;
    line-height:1.9;
}

.privacy-text ul{
    list-style:none;
    padding:0;
    margin:18px 0 0;
}

.privacy-text li{
    position:relative;
    padding-left:24px;
    margin-bottom:10px;
    color:#666666;
    font-size:15px;
    line-height:1.8;
}

.privacy-text li::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:8px;
    height:8px;
    background:#db5c07;
}

.privacy-contact{
    border:1px solid #e6e6e6;
    padding:30px;
    margin-top:30px;
}

.privacy-contact-info{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:20px;
}

.privacy-contact-info a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 18px;
    border:1px solid #ddd;
    text-decoration:none;
    color:#333333;
    transition:.3s;
}

.privacy-contact-info a i{
    color:#db5c07;
}

.privacy-contact-info a:hover{
    border-color:#db5c07;
    color:#db5c07;
}


/* Responsive */

@media(max-width:767px){

    .privacy-section{
        padding:105px 0;
    }

    .privacy-header{
        margin-bottom:40px;
    }

    .privacy-header h2{
        font-size:30px;
    }

    .privacy-block{
        flex-direction:column;
        gap:16px;
        padding:28px 0;
    }

    .privacy-number{
        width:40px;
        height:40px;
        flex-basis:40px;
    }

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

    .privacy-text p,
    .privacy-text li{
        font-size:14px;
    }

    .privacy-contact{
        padding:22px;
    }

    .privacy-contact-info{
        flex-direction:column;
    }

    .privacy-contact-info a{
        width:100%;
        justify-content:flex-start;
    }

}

/* privacy end */


/* Terms  Conditions start*/


.terms-section {
    padding: 120px 0;
    background: #ffffff;
}



.terms-header {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
}

.terms-header > span {
    display: block;
    color: #db5c07;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.terms-header h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.3;
    color: #111111;
    margin: 0 0 18px;
}

.terms-header h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.terms-header p {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 auto 20px;
}

.terms-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    color: #666666;
    font-size: 13px;
}

.terms-date i {
    color: #db5c07;
}


/*=========================================
  CONTENT
=========================================*/

.terms-content {
    max-width: 900px;
    margin: 0 auto;
}

.terms-block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8;
}

.terms-block:last-child {
    border-bottom: 0;
}


/*=========================================
  NUMBER
=========================================*/

.terms-number {
    width: 55px;
    height: 55px;
    min-width: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111111;
    color: #db5c07;

    font-size: 14px;
    font-weight: 700;
}


/*=========================================
  TEXT
=========================================*/

.terms-text {
    flex: 1;
}

.terms-text h3 {
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
    margin: 0 0 14px;
}

.terms-text p {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 14px;
}

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


/*=========================================
  LIST
=========================================*/

.terms-text ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.terms-text ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;

    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

.terms-text ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;

    color: #db5c07;
    font-size: 20px;
    line-height: 1;
}


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

.terms-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.terms-contact a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 18px;

    border: 1px solid #dddddd;

    color: #333333;
    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;
}

.terms-contact a i {
    color: #db5c07;
    transition: all 0.3s ease;
}

.terms-contact a:hover {
    background: #db5c07;
    border-color: #db5c07;
    color: #ffffff;
}

.terms-contact a:hover i {
    color: #ffffff;
}


@media (max-width: 768px) {

    .terms-section {
        padding: 105px 0;
    }

    .terms-header {
        margin-bottom: 40px;
    }

    .terms-header h2 {
        font-size: 34px;
    }

    .terms-header p {
        font-size: 14px;
    }

    .terms-block {
        gap: 18px;
        padding: 28px 0;
    }

    .terms-number {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .terms-text h3 {
        font-size: 21px;
    }

    .terms-text p,
    .terms-text ul li {
        font-size: 14px;
    }
}


@media (max-width: 575px) {

    .terms-section {
        padding: 100px 0;
    }

    .terms-header h2 {
        font-size: 29px;
    }

    .terms-header > span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .terms-date {
        font-size: 12px;
        padding: 9px 14px;
    }

    .terms-block {
        flex-direction: column;
        gap: 16px;
        padding: 25px 0;
    }

    .terms-number {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .terms-text h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .terms-text p,
    .terms-text ul li {
        font-size: 14px;
        line-height: 1.8;
    }

    .terms-contact {
        flex-direction: column;
    }

    .terms-contact a {
        width: 100%;
        justify-content: center;
    }
}

/* terms & conditions end */



/* shipping page  */


.shipping-section {
    padding: 120px 0px;
    background: #ffffff;
}



.shipping-header {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
}

.shipping-header > span {
    display: block;
    color: #db5c07;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.shipping-header h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.3;
    color: #111111;
    margin: 0 0 18px;
}

.shipping-header h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.shipping-header p {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 auto 20px;
}

.shipping-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    color: #666666;
    font-size: 13px;
}

.shipping-date i {
    color: #db5c07;
}


/*=========================================
  CONTENT
=========================================*/

.shipping-content {
    max-width: 900px;
    margin: 0 auto;
}

.shipping-block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8;
}

.shipping-block:last-child {
    border-bottom: none;
}


/*=========================================
  NUMBER
=========================================*/

.shipping-number {
    width: 55px;
    height: 55px;
    min-width: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111111;
    color: #db5c07;

    font-size: 14px;
    font-weight: 700;
}


/*=========================================
  TEXT
=========================================*/

.shipping-text {
    flex: 1;
}

.shipping-text h3 {
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
    margin: 0 0 14px;
}

.shipping-text p {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 14px;
}

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


/*=========================================
  LIST
=========================================*/

.shipping-text ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.shipping-text ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;

    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

.shipping-text ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;

    color: #db5c07;
    font-size: 20px;
    line-height: 1;
}


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

.shipping-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.shipping-contact a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 18px;

    border: 1px solid #dddddd;

    color: #333333;
    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;
}

.shipping-contact a i {
    color: #db5c07;
    transition: all 0.3s ease;
}

.shipping-contact a:hover {
    background: #db5c07;
    border-color: #db5c07;
    color: #ffffff;
}

.shipping-contact a:hover i {
    color: #ffffff;
}



@media (max-width: 768px) {

    .shipping-section {
        padding: 105px 0px;
    }

    .shipping-header {
        margin-bottom: 40px;
    }

    .shipping-header h2 {
        font-size: 34px;
    }

    .shipping-header p {
        font-size: 14px;
    }

    .shipping-block {
        gap: 18px;
        padding: 28px 0;
    }

    .shipping-number {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .shipping-text h3 {
        font-size: 21px;
    }

    .shipping-text p,
    .shipping-text ul li {
        font-size: 14px;
    }
}



@media (max-width: 575px) {

    .shipping-section {
        padding: 100px 0px;
    }

    .shipping-header h2 {
        font-size: 29px;
    }

    .shipping-header > span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .shipping-date {
        font-size: 12px;
        padding: 9px 14px;
    }

    .shipping-block {
        flex-direction: column;
        gap: 16px;
        padding: 25px 0;
    }

    .shipping-number {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .shipping-text h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .shipping-text p,
    .shipping-text ul li {
        font-size: 14px;
        line-height: 1.8;
    }

    .shipping-contact {
        flex-direction: column;
    }

    .shipping-contact a {
        width: 100%;
        justify-content: center;
    }
}


/* shipping page end */




/* Return Policy  page */

.return-section {
    padding: 120px 0px;
    background: #ffffff;
}



.return-header {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
}

.return-header > span {
    display: block;
    color: #db5c07;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.return-header h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.3;
    color: #111111;
    margin: 0 0 18px;
}

.return-header h2 strong {
    color: #db5c07;
    font-weight: 700;
}

.return-header p {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 auto 20px;
}

.return-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    color: #666666;
    font-size: 13px;
}

.return-date i {
    color: #db5c07;
}


/*=========================================
  CONTENT
=========================================*/

.return-content {
    max-width: 900px;
    margin: 0 auto;
}

.return-block {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8;
}

.return-block:last-child {
    border-bottom: none;
}


/*=========================================
  NUMBER
=========================================*/

.return-number {
    width: 55px;
    height: 55px;
    min-width: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111111;
    color: #db5c07;

    font-size: 14px;
    font-weight: 700;
}


/*=========================================
  TEXT
=========================================*/

.return-text {
    flex: 1;
}

.return-text h3 {
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    line-height: 1.4;
    margin: 0 0 14px;
}

.return-text p {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin: 0 0 14px;
}

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


/*=========================================
  LIST
=========================================*/

.return-text ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.return-text ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;

    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

.return-text ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;

    color: #db5c07;
    font-size: 20px;
    line-height: 1;
}


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

.return-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.return-contact a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 18px;

    border: 1px solid #dddddd;

    color: #333333;
    text-decoration: none;

    font-size: 14px;

    transition: all 0.3s ease;
}

.return-contact a i {
    color: #db5c07;
    transition: all 0.3s ease;
}

.return-contact a:hover {
    background: #db5c07;
    border-color: #db5c07;
    color: #ffffff;
}

.return-contact a:hover i {
    color: #ffffff;
}

@media (max-width: 768px) {

    .return-section {
        padding: 105px 0px;
    }

    .return-header {
        margin-bottom: 40px;
    }

    .return-header h2 {
        font-size: 34px;
    }

    .return-header p {
        font-size: 14px;
    }

    .return-block {
        gap: 18px;
        padding: 28px 0;
    }

    .return-number {
        width: 48px;
        min-width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .return-text h3 {
        font-size: 21px;
    }

    .return-text p,
    .return-text ul li {
        font-size: 14px;
    }
}




@media (max-width: 575px) {

    .return-section {
        padding: 100px 0px;
    }

    .return-header h2 {
        font-size: 29px;
    }

    .return-header > span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .return-date {
        font-size: 12px;
        padding: 9px 14px;
    }

    .return-block {
        flex-direction: column;
        gap: 16px;
        padding: 25px 0;
    }

    .return-number {
        width: 44px;
        min-width: 44px;
        height: 44px;
    }

    .return-text h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .return-text p,
    .return-text ul li {
        font-size: 14px;
        line-height: 1.8;
    }

    .return-contact {
        flex-direction: column;
    }

    .return-contact a {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
   STICKY HEADER
   The .sticky-scroll class is toggled by the scroll
   script in layouts/app once the page scrolls past 50px.
========================================= */

.navbar-custom.sticky-scroll {
    position: fixed;
    top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    animation: stickyHeaderIn .35s ease;
}

.navbar-custom.sticky-scroll .nav-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12), rgba(27, 31, 35, .15) 0 0 0 1px;
}

@keyframes stickyHeaderIn {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
