:root {
    --bottom-nav-height: calc(64px + env(safe-area-inset-bottom));
}

body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !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 */


/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background-color: #fbf5e9;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 130px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav {
    display: flex;
    justify-content: end;

}

.navbar-nav a {
    color: #2a1712 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: "Jost", sans-serif;

    /* transition: color 0.3s ease;
    position: relative; */

    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover {
    /* color: #10002b !important; */
    color: #ac0060 !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #ac0060 !important;
} */




.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}






.header-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;

    border-radius: 50%;
    color: #2a1712;
    font-size: 15px;
    transition: background-color .25s ease, color .25s ease;
}


.header-action:hover {

    color: #ac0060;
    border: none;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ac0060;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}






@media(max-width:992px) {
    .navbar-custom .container {
        position: relative;
    }

    .navbar-toggler {
        margin-left: auto;
        position: relative;
        z-index: 2;
    }

    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-actions {
        display: none;
    }

    .header-actions-mobile {
        display: flex;
        position: absolute;
        top: 50%;
        left: 55%;
        z-index: 1;
        transform: translate(-50%, -50%);
        gap: 8px;
    }

    .header-actions-mobile .header-action {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .header-actions-mobile .cart-count {
        top: -6px;
        right: -6px;
        width: 17px;
        height: 17px;
        font-size: 9px;
    }



    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }


}


@media(max-width:576px) {
    .navbar-brand img {
        width: 110px;
    }
}


@media(max-width:370px) {
    .head-top-cta a {
        font-size: 13px;
    }
}


/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* footer start */


.footer-section {
    position: relative;
    background: #fff;
    padding: 50px 0 25px;
    border-top: 1px solid #eeeeee;
    overflow: hidden;
}



.footer-about {
    padding-right: 40px;
}



.footer-logo {
    display: inline-block;
    margin-bottom: 22px;
    text-decoration: none;
}

.footer-logo img {
    width: 135px;
    height: auto;
    display: block;
}



.footer-about>p {
    color: #777;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;

    max-width: 440px;

    margin: 0 0 28px;
}


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

.footer-social a {
    width: 41px;
    height: 41px;

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

    border: 1px solid #e4e4e4;
    border-radius: 50%;

    color: #ac0060;

    font-size: 14px;

    text-decoration: none;

    transition: all .35s ease;
}

.footer-social a:hover {
    background: #ac0060;
    border-color: #ac0060;
    color: #fff;

    transform: translateY(-4px);
}




.footer-links h4,
.footer-contact h4 {
    position: relative;

    color: #222;

    font-family: "Jost", sans-serif;

    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;

    letter-spacing: .5px;

    margin: 0 0 25px;
    padding-bottom: 13px;
}




.footer-links h4::after,
.footer-contact h4::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 32px;
    height: 2px;

    background: #cd9c2a;
}



.footer-links ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

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

.footer-links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    color: #777;

    font-family: "Jost", sans-serif;

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

    line-height: 1.5;

    text-decoration: none;

    transition: all .3s ease;
}


/* Arrow */

.footer-links a::before {
    content: "\f105";

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    color: #cd9c2a;

    font-size: 10px;

    margin-right: 0;

    width: 0;

    opacity: 0;

    overflow: hidden;

    transition: all .3s ease;
}

.footer-links a:hover {
    color: #ac0060;
    transform: translateX(3px);
}

.footer-links a:hover::before {
    width: 13px;
    margin-right: 6px;
    opacity: 1;
}


/* =====================================================
   CONTACT
===================================================== */

.footer-contact {
    padding-left: 15px;
}


/* Contact Item */

.contact-item {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 19px;

    text-decoration: none;
}


/* Contact Icon */

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

    flex: 0 0 40px;

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

    border: 1px solid #eadfc4;
    border-radius: 50%;

    background: #fff;

    color: #cd9c2a;

    font-size: 13px;

    transition: all .3s ease;
}


/* Content */

.contact-content {
    min-width: 0;
}

.contact-content span {
    display: block;

    color: #999;

    font-family: "Jost", sans-serif;

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

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

    margin-bottom: 3px;
}

.contact-content p {
    margin: 0;

    color: #444;

    font-family: "Jost", sans-serif;

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

    line-height: 1.5;

    transition: .3s;
}


/* Contact Hover */

a.contact-item:hover .contact-icon {
    background: #ac0060;
    border-color: #ac0060;
    color: #fff;
}

a.contact-item:hover .contact-content p {
    color: #ac0060;
}



.footer-bottom {
    display: flex;

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

    gap: 25px;

    margin-top: 18px;

    padding-top: 22px;

    border-top: 1px solid #eeeeee;
}


/* Copyright */

.footer-copy {
    color: #888;

    font-family: "Jost", sans-serif;

    font-size: 15px;
    font-weight: 400;
}

.footer-copy strong {
    color: #555;
    font-weight: 500;
}


/* Powered */

.footer-powered {
    color: #888;

    font-family: "Jost", sans-serif;

    font-size: 15px;

    text-align: right;
}

.footer-powered a {
    color: #888;
    text-decoration: none;
    transition: .3s;
}




@media (max-width: 1199px) {

    .footer-about {
        padding-right: 15px;
    }

    .footer-contact {
        padding-left: 0;
    }

    .footer-logo img {
        width: 125px;
    }

}



@media (max-width: 991px) {

    .footer-section {
        padding: 65px 0 25px;
    }

    .footer-about {
        padding-right: 0;
    }

    .footer-contact {
        padding-left: 0;
    }

    .footer-about>p {
        max-width: 520px;
    }

    .footer-bottom {
        margin-top: 45px;
    }

}



@media (max-width: 767px) {

    .footer-section {
        padding: 55px 0 20px;
    }

    .footer-about>p {
        max-width: 100%;
    }

    .footer-links h4,
    .footer-contact h4 {
        margin-bottom: 20px;
    }

    .footer-bottom {
        flex-direction: column;

        align-items: center;

        text-align: center;

        gap: 10px;
    }

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

}


@media (max-width: 576px) {

    .footer-section {
        padding: 50px 0 20px;
    }


    /* Logo */

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

    .footer-logo img {
        width: 115px;
    }


    /* About */

    .footer-about>p {
        font-size: 15px;
        line-height: 1.8;
    }


    /* Social */

    .footer-social {
        gap: 8px;
    }

    .footer-social a {
        width: 39px;
        height: 39px;
    }


    /* Headings */

    .footer-links h4,
    .footer-contact h4 {
        font-size: 16px;
        margin-bottom: 18px;
    }


    /* Links */

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

    .footer-links a {
        font-size: 15px;
    }


    /* Contact */

    .contact-item {
        gap: 12px;
        margin-bottom: 16px;
    }

    .contact-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 12px;
    }

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


    /* Bottom */

    .footer-bottom {
        margin-top: 35px;
        padding-top: 20px;
    }

    .footer-copy,
    .footer-powered {
        font-size: 15px;
        line-height: 1.7;
    }

}



@media (max-width: 400px) {

    .footer-logo img {
        width: 105px;
    }

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

    .footer-social a {
        width: 37px;
        height: 37px;
    }

}

/* footer end */


/* floating btn */

.floating-buttons {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.floating-buttons a:hover {
    transform: translateY(-5px);
}


.call-btn {
    background-color: #bf9b3d;
}


.whatsapp-btn {
    background-color: #25D366;
}

/* end */




/* banner start */


.victoria-hero {
    position: relative;

    width: 100%;
    min-height: 700px;

    background: #ac0060;

    overflow: hidden;
}



.victoria-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: .13;

    background-image:
        radial-gradient(ellipse 35px 50px at 50% 50%,
            transparent 60%,
            #cd9c2a 61%,
            transparent 64%);

    background-size: 275px 275px;
}


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

.hero-content {
    position: relative;
    z-index: 2;

    min-height: 700px;

    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 80px 7vw 80px 9vw;
}


/* =====================================================
   EYEBROW
===================================================== */

.hero-eyebrow {
    display: flex;
    align-items: center;

    gap: 16px;

    margin-bottom: 30px;
}

.hero-eyebrow span {
    width: 48px;
    height: 1px;

    background: #cd9c2a;

    flex-shrink: 0;
}

.hero-eyebrow p {
    margin: 0;

    color: #cd9c2a;

    font-family: "Jost", sans-serif;

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

    letter-spacing: 4px;

    line-height: 1.5;
}


/* =====================================================
   HEADING
===================================================== */

.hero-content h1 {
    margin: 0;

    color: #fff;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(55px, 5vw, 82px);

    font-weight: 500;

    line-height: .95;

    letter-spacing: -2px;
}

.hero-mobile-title {
    display: none;
}

.hero-content h1 em {
    color: #cd9c2a;

    font-weight: 500;

    font-style: italic;
}



.hero-description {
    max-width: 570px;

    margin: 35px 0 0;

    color: rgba(255, 255, 255, .82);

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

    line-height: 1.85;
}



.hero-buttons {
    display: flex;
    align-items: center;

    gap: 32px;

    margin-top: 42px;
}


/* PRIMARY BUTTON */

.hero-primary-btn {
    display: inline-flex;

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

    min-height: 62px;

    padding: 0 35px;

    background: #cd9c2a;
    border-radius: 50px;

    color: #ffffff;

    font-family: "Jost", sans-serif;

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

    text-decoration: none;

    transition: all .35s ease;
}

.hero-primary-btn:hover {
    background: #fff;

    color: #ac0060;

    transform: translateY(-3px);
}


/* SECONDARY BUTTON */

.hero-secondary-btn {
    position: relative;

    display: inline-flex;

    align-items: center;

    min-height: 45px;

    color: #fff;

    font-family: "Jost", sans-serif;

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

    text-decoration: none;

    transition: all .3s ease;
}

.hero-secondary-btn::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 3px;

    height: 1px;

    background: rgba(255, 255, 255, .5);

    transition: all .3s ease;
}

.hero-secondary-btn:hover {
    color: #cd9c2a;
}

.hero-secondary-btn:hover::after {
    background: #cd9c2a;
}


/* =====================================================
   RIGHT SLIDER
===================================================== */

.hero-slider-wrapper {
    position: relative;

    z-index: 2;

    width: 100%;
    height: 700px;

    overflow: hidden;
}

@media (min-width: 992px) {
    .hero-slider-wrapper {
        height: 600px;
        margin: 50px 0;
    }
}


/* Swiper */

.victoriaHeroSwiper {
    width: 100%;
    height: 100%;
}


/* Slides */

.victoriaHeroSwiper .swiper-slide {
    width: 100%;
    height: 100%;

    overflow: hidden;
}



.hero-slide-image {
    width: 100%;
    height: 100%;

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


    overflow: hidden;
}

.hero-slide-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
    object-position: center;

    transition: transform 1.5s ease;
}


/* Subtle image movement */

.victoriaHeroSwiper .swiper-slide-active img {
    transform: scale(1);
}



.victoriaHeroSwiper .swiper-button-next,
.victoriaHeroSwiper .swiper-button-prev,
.victoriaHeroSwiper .swiper-pagination {
    display: none !important;
}



@media (max-width: 1199px) {

    .victoria-hero {
        min-height: 620px;
    }

    .hero-content {
        min-height: 620px;

        padding: 70px 5vw;
    }

    .hero-slider-wrapper {
        height: 620px;
    }

    .hero-content h1 {
        font-size: clamp(50px, 5vw, 70px);
    }

    .hero-description {
        font-size: 15px;
    }

}



@media (max-width: 991px) {

    .victoria-hero {
        min-height: auto;
    }


    .victoria-hero .col-lg-6 {
        width: 100%;
    }

    .victoria-hero .hero-content {
        display: none;
    }

    .hero-content {
        min-height: auto;
        padding: 64px 8vw;
    }

    .hero-slider-wrapper {
        height: 75vh;
        min-height: 550px;
        max-height: 750px;
    }

}




@media (max-width: 767px) {

    .victoria-hero {
        background: #ac0060;
    }

    .victoria-hero .row {
        position: relative;
    }

    .victoria-hero .row>.col-lg-6:first-child {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .victoria-hero .hero-content {
        display: flex;
        height: 100%;
        min-height: 0;
        align-items: center;
        justify-content: center;
        padding: 70px 24px;
        text-align: center;
    }

    .victoria-hero .hero-content> :not(.hero-mobile-title) {
        display: none;
    }

    .hero-mobile-title {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin: 0;
        color: #cd9c2a !important;
        font-family: "Cormorant Garamond", serif;
        /* font-size: clamp(48px, 13vw, 76px); */
        font-size: 100px !important;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .hero-slider-wrapper {
        position: relative;
        z-index: 2;
        height: 78vh;

        min-height: 500px;
        max-height: 720px;
    }

    .hero-slide-image img {
        object-position: center center;
    }

}



@media (max-width: 576px) {

    .hero-slider-wrapper {
        height: 72vh;

        min-height: 480px;
        max-height: 650px;
    }

}


@media (max-width: 400px) {

    .hero-slider-wrapper {
        height: 68vh;

        min-height: 440px;
    }

}

/* banner end */





/* product section */

.product-section {
    padding: 50px 0;
    background: #faf4e9;
    overflow: hidden;
}

.product-header {
    margin-bottom: 48px;
}

.product-header h2 {
    margin: 0;

    color: #321d1a;

    font-family: "Playfair Display", serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.15;
}

.product-header p {
    max-width: 330px;
    margin: 0 0 5px auto;

    color: #806f68;

    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}


/* =====================================================
   FILTER
===================================================== */

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

    margin-bottom: 40px;
}

.filter-btn {
    border: 1px solid #ddd3c7;
    background: transparent;

    color: #5d4e47;

    padding: 11px 23px;

    border-radius: 30px;

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

    cursor: pointer;

    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #ac0060;
    color: #ac0060;
}

.filter-btn.active {
    background: #ac0060;
    border-color: #ac0060;
    color: #fff;
}


/* =====================================================
   PRODUCT GRID
===================================================== */

.product-grid {
    row-gap: 42px;
}


/* =====================================================
   PRODUCT CARD
===================================================== */

.product-card {
    position: relative;
    height: 100%;
}


/* =====================================================
   PRODUCT IMAGE
===================================================== */

.product-image {
    position: relative;

    width: 100%;
    height: 375px;

    overflow: hidden;

    background: #eee3d5;
}

.product-image-link {
    display: block;

    width: 100%;
    height: 100%;
}

.product-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

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



.product-badge {
    position: absolute;

    top: 12px;
    left: 12px;

    z-index: 3;

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

    min-height: 28px;

    padding: 5px 11px;

    background: #fffaf2;

    color: #ac0060;

    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 400;
}

.product-badge.new {
    color: #cd9c2a;
}



.wishlist-btn {
    position: absolute;

    top: 10px;
    right: 10px;

    z-index: 5;

    width: 34px;
    height: 34px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f9f0e5;

    color: #493b35;

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

    font-size: 13px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.wishlist-btn:hover,
.wishlist-btn.active {
    background: #ac0060;
    color: #fff;
}



.product-content {
    padding-top: 15px;
}


/* CATEGORY */

.product-category {
    display: block;

    margin-bottom: 7px;

    color: #b58a2c;

    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 0.8px;
    text-transform: uppercase;
}


/* TITLE */

.product-content h3 {
    margin: 0 0 12px;

    font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 400;

    line-height: 1.45;
}

.product-content h3 a {
    color: #422e29;
    text-decoration: none;

    transition: color 0.3s ease;
}

.product-content h3 a:hover {
    color: #ac0060;
}



.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;
}


/* PRICE */

.product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;
}

.sale-price {
    color: #261d1a;

    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.product-price del {
    color: #a49a93;

    font-family: "Jost", sans-serif;
    font-size: 11px;
}



.cart-btn {
    flex: 0 0 auto;

    width: 36px;
    height: 36px;

    padding: 0;

    border: 1px solid #cd9c2a;
    border-radius: 50%;

    background: #cd9c2a;
    color: #fff;

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

    font-size: 12px;

    cursor: pointer;

    opacity: 1;
    visibility: visible;
    transform: none;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.cart-btn:hover {
    background: #ac0060;
    border-color: #ac0060;

    transform: translateY(-2px);
}


/* CART ADDED */

.cart-btn.cart-added {
    background: #ac0060;
    border-color: #ac0060;
}



.product-item {
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.product-item.filter-hide {
    display: none;
}

.product-item.filter-show {
    animation: productShow 0.4s ease;
}

@keyframes productShow {

    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}



@media (max-width: 991px) {

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

    .product-header h2 {
        font-size: 40px;
    }

    .product-header p {
        margin: 20px 0 0;
        max-width: 420px;
    }

    .product-image {
        height: 330px;
    }

}

@media (max-width: 767px) {

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


    /* HEADER */

    .product-header {
        margin-bottom: 30px;
    }

    .product-header h2 {
        font-size: 36px;
    }

    .product-header p {
        margin-top: 15px;

        font-size: 13px;
        line-height: 1.6;
    }


    /* FILTER */

    .product-filter {
        flex-wrap: nowrap;

        overflow-x: auto;

        gap: 7px;

        margin-bottom: 30px;

        padding-bottom: 5px;

        scrollbar-width: none;
    }

    .product-filter::-webkit-scrollbar {
        display: none;
    }

    .filter-btn {
        flex: 0 0 auto;

        white-space: nowrap;

        padding: 9px 16px;

        font-size: 12px;
    }


    /* GRID */

    .product-grid {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 32px;
    }


    /* IMAGE */

    .product-image {
        height: 245px;
    }


    /* CONTENT */

    .product-content {
        padding-top: 11px;
    }

    .product-category {
        margin-bottom: 5px;

        font-size: 9px;
    }

    .product-content h3 {
        margin-bottom: 9px;

        font-size: 14px;
        line-height: 1.4;
    }


    /* PRICE */

    .sale-price {
        font-size: 12px;
    }

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


    /* WISHLIST */

    .wishlist-btn {
        top: 7px;
        right: 7px;

        width: 30px;
        height: 30px;

        font-size: 11px;
    }


    /* CART */

    .cart-btn {
        width: 32px;
        height: 32px;

        font-size: 11px;
    }


    /* BADGE */

    .product-badge {
        top: 8px;
        left: 8px;

        min-height: 24px;

        padding: 4px 8px;

        font-size: 8px;
    }

}



@media (max-width: 480px) {

    .product-header h2 {
        font-size: 28px;
    }

    .product-image {
        height: 220px;
    }

    .product-content h3 {
        font-size: 13px;
    }

    .product-bottom {
        gap: 5px;
    }

    .product-price {
        gap: 5px;
    }

    .cart-btn {
        width: 30px;
        height: 30px;

        font-size: 10px;
    }

}


/* product section end */


/* product detail start */


.product-detail-section {
    padding: 50px 0;
    background: #faf4e9;
    overflow: hidden;
}



.product-gallery {
    position: relative;
    width: 100%;
}



.product-main-image {
    position: relative;

    width: 100%;
    height: 650px;

    overflow: hidden;

    background: #eee4d7;
}

.product-main-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 1;

    transition: opacity .25s ease;
}


/* =========================================================
   WISHLIST
========================================================= */

.detail-wishlist {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 5;

    width: 44px;
    height: 44px;

    border: 0;
    border-radius: 50%;

    background: #fff9f0;

    color: #453731;

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

    font-size: 15px;

    cursor: pointer;

    transition: all .3s ease;
}

.detail-wishlist:hover,
.detail-wishlist.active {
    background: #ac0060;
    color: #fff;
}


/* =========================================================
   THUMBNAIL WRAPPER
========================================================= */

.thumbnail-wrapper {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;

    margin-top: 14px;
}


/* =========================================================
   THUMBNAIL SCROLLER
========================================================= */

.product-thumbnails {
    display: flex;
    align-items: center;

    gap: 10px;

    width: 100%;

    overflow-x: auto;

    overflow-y: hidden;

    scroll-behavior: smooth;

    scrollbar-width: none;

    padding: 2px 3px;
}

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


/* =========================================================
   THUMBNAIL
========================================================= */

.thumbnail {
    flex: 0 0 88px;

    width: 88px;
    height: 105px;

    padding: 0;

    border: 1px solid transparent;

    background: #eee4d7;

    overflow: hidden;

    cursor: pointer;

    transition:
        border-color .3s ease,
        opacity .3s ease;
}

.thumbnail img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.thumbnail:hover img {
    transform: scale(1.05);
}

.thumbnail:hover {
    border-color: #cd9c2a;
}

.thumbnail.active {
    border-color: #ac0060;
}


/* =========================================================
   THUMBNAIL ARROWS
========================================================= */

.thumbnail-arrow {
    position: relative;

    z-index: 4;

    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    padding: 0;

    border: 1px solid #d8cec2;
    border-radius: 50%;

    background: #fff9f0;

    color: #453731;

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

    font-size: 11px;

    cursor: pointer;

    transition: all .3s ease;
}

.thumbnail-arrow:hover {
    background: #ac0060;
    border-color: #ac0060;
    color: #fff;
}

.thumbnail-prev {
    margin-right: 9px;
}

.thumbnail-next {
    margin-left: 9px;
}


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

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


/* CATEGORY */

.detail-category {
    display: block;

    margin-bottom: 13px;

    color: #b2872e;

    font-family: "Jost", sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1.2px;
    text-transform: uppercase;
}


/* TITLE */

.product-detail-content h1 {
    margin: 0 0 18px;

    color: #321d1a;

    font-family: "Playfair Display", serif;
    font-size: 44px;
    font-weight: 400;

    line-height: 1.2;
}


/* =========================================================
   RATING
========================================================= */

.detail-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 22px;

    color: #6e6059;

    font-family: "Jost", sans-serif;
    font-size: 12px;
}

.stars {
    display: flex;
    gap: 3px;

    color: #cd9c2a;

    font-size: 11px;
}

.review-count {
    color: #978a83;
}


/* =========================================================
   PRICE
========================================================= */

.detail-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 22px;
}

.current-price {
    color: #241c19;

    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.detail-price del {
    color: #a59a93;

    font-family: "Jost", sans-serif;
    font-size: 13px;
}

.discount {
    padding: 5px 9px;

    background: rgba(172, 0, 96, .08);

    color: #ac0060;

    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 600;
}




.detail-description {
    max-width: 550px;

    margin: 0 0 25px;

    color: #776963;



    font-size: 14px;

    line-height: 1.8;
}


/* DIVIDER */

.detail-line {
    width: 100%;
    height: 1px;

    margin-bottom: 25px;

    background: #e1d8cc;
}


/* =========================================================
   SIZE
========================================================= */

.size-section {
    margin-bottom: 18px;
}

.size-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 13px;
}

.size-heading span {
    color: #342621;

    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.size-heading a {
    color: #ac0060;

    font-family: "Jost", sans-serif;
    font-size: 11px;

    text-decoration: underline;
}

.size-options {
    display: flex;
    flex-wrap: wrap;

    gap: 9px;
}

.size-btn {
    min-width: 50px;
    height: 44px;

    padding: 0 15px;

    border: 1px solid #d8cec1;

    background: transparent;

    color: #493b35;

    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 500;

    cursor: pointer;

    transition: all .3s ease;
}

.size-btn:hover {
    border-color: #ac0060;
    color: #ac0060;
}

.size-btn.active {
    background: #ac0060;
    border-color: #ac0060;

    color: #fff;
}


/* =========================================================
   STOCK
========================================================= */

.stock-status {
    display: flex;
    align-items: center;
    gap: 7px;

    margin: 20px 0;

    color: #3e7654;

    font-family: "Jost", sans-serif;
    font-size: 12px;
}

.stock-status i {
    font-size: 7px;
}


/* =========================================================
   PURCHASE
========================================================= */

.purchase-row {
    display: flex;
    align-items: stretch;

    gap: 10px;

    margin-bottom: 12px;
}


/* QUANTITY */

.quantity-box {
    display: flex;
    align-items: center;

    height: 52px;

    border: 1px solid #d6cbc0;

    background: transparent;
}

.quantity-btn {
    width: 42px;
    height: 100%;

    padding: 0;

    border: 0;

    background: transparent;

    color: #4d3c36;

    font-size: 10px;

    cursor: pointer;

    transition: color .3s ease;
}

.quantity-btn:hover {
    color: #ac0060;
}

.quantity-box input {
    width: 35px;
    height: 100%;

    padding: 0;

    border: 0;
    outline: none;

    background: transparent;

    color: #30221e;

    text-align: center;

    font-family: "Jost", sans-serif;
    font-size: 13px;
}



.add-cart-btn {
    flex: 1;

    height: 52px;

    border: 1px solid #ac0060;

    background: #ac0060;

    color: #fff;
    font-size: 14px;
    font-weight: 400;

    cursor: pointer;

    transition: all .3s ease;
}

.add-cart-btn i {
    margin-right: 8px;
}

.add-cart-btn:hover {
    background: #8d004f;
    border-color: #8d004f;
}

.add-cart-btn.cart-success {
    background: #cd9c2a;
    border-color: #cd9c2a;
}


/* =========================================================
   BUY NOW
========================================================= */

.buy-now-btn {
    width: 100%;
    height: 52px;

    border: 1px solid #cd9c2a;

    background: #cd9c2a;

    color: #fff;

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

    cursor: pointer;

    transition: all .3s ease;
}

.buy-now-btn:hover {
    background: #ac0060;
    border-color: #ac0060;
}


/* =========================================================
   FEATURES
========================================================= */

.product-features {
    margin-top: 32px;

    padding: 22px 0;

    border-top: 1px solid #e1d8cc;
    border-bottom: 1px solid #e1d8cc;
}

.feature-item {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 18px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: rgba(172, 0, 96, .07);

    color: #ac0060;

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

    font-size: 12px;
}

.feature-item strong {
    display: block;

    margin-bottom: 2px;

    color: #3a2924;

    
    font-size: 12px;
    font-weight: 600;
}

.feature-item span {
    display: block;

    color: #8b7d75;

    
    font-size: 11px;
}



.product-info-list {
    margin-top: 22px;
}

.info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 9px 0;

    border-bottom: 1px solid #e8ded3;


    font-size: 11px;
}

.info-row span {
    color: #8b7c74;
}

.info-row strong {
    color: #45352f;
    font-weight: 500;
}



.product-description-area {
    margin-top: 100px;

    border-top: 1px solid #ded4c9;
}

.description-tabs {
    display: flex;
    align-items: center;

    gap: 35px;

    border-bottom: 1px solid #ded4c9;
}

.description-tab {
    position: relative;

    padding: 20px 0;

    border: 0;

    background: transparent;

    color: #84766f;

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

    cursor: pointer;
}

.description-tab.active {
    color: #ac0060;
}

.description-tab.active::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -1px;

    height: 2px;

    background: #ac0060;
}

.description-content {
    max-width: 850px;

    padding-top: 35px;
}

.description-content h3 {
    margin: 0 0 14px;

    color: #392823;
    font-size: 25px;
    font-weight: 400;
}

.description-content p {
    margin-bottom: 12px;

    color: #776963;
    font-size: 13px;
    line-height: 1.8;
}



@media (max-width: 991px) {

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

    .product-main-image {
        height: 560px;
    }

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

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

    .product-description-area {
        margin-top: 75px;
    }

}


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

@media (max-width: 767px) {

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


    /* MAIN IMAGE */

    .product-main-image {
        height: 470px;
    }

    .detail-wishlist {
        top: 12px;
        right: 12px;

        width: 38px;
        height: 38px;
    }


    /* THUMBNAILS */

    .thumbnail-wrapper {
        margin-top: 10px;
    }

    .product-thumbnails {
        gap: 8px;

        padding: 2px;
    }

    .thumbnail {
        flex-basis: 70px;

        width: 70px;
        height: 82px;
    }


    /* ARROWS */

    .thumbnail-arrow {
        flex: 0 0 32px;

        width: 32px;
        height: 32px;

        font-size: 10px;
    }

    .thumbnail-prev {
        margin-right: 6px;
    }

    .thumbnail-next {
        margin-left: 6px;
    }


    /* CONTENT */

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

    .product-detail-content h1 {
        font-size: 32px;
        line-height: 1.25;
    }


    /* PRICE */

    .current-price {
        font-size: 20px;
    }


    /* DESCRIPTION */

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


    /* PURCHASE */

    .purchase-row {
        gap: 8px;
    }

    .quantity-box {
        height: 50px;
    }

    .quantity-btn {
        width: 35px;
    }

    .quantity-box input {
        width: 30px;
    }

    .add-cart-btn {
        height: 50px;
    }

    .buy-now-btn {
        height: 50px;
    }


    /* FEATURES */

    .product-features {
        margin-top: 27px;
    }


    /* DESCRIPTION */

    .product-description-area {
        margin-top: 60px;
    }

    .description-tabs {
        gap: 20px;

        overflow-x: auto;

        scrollbar-width: none;
    }

    .description-tabs::-webkit-scrollbar {
        display: none;
    }

    .description-tab {
        flex: 0 0 auto;

        white-space: nowrap;

        font-size: 11px;
    }

}


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

@media (max-width: 480px) {

    .product-main-image {
        height: 390px;
    }

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


    /* Thumbnail arrows remain visible */

    .thumbnail-arrow {
        flex: 0 0 29px;

        width: 29px;
        height: 29px;
    }

    .thumbnail {
        flex-basis: 62px;

        width: 62px;
        height: 74px;
    }


    /* SIZE */

    .size-btn {
        min-width: 45px;
        height: 42px;

        padding: 0 12px;
    }


    /* PURCHASE */

    .purchase-row {
        flex-wrap: wrap;
    }

    .quantity-box {
        width: 100%;
    }

    .quantity-btn {
        width: 50px;
    }

    .quantity-box input {
        flex: 1;
        width: auto;
    }

    .add-cart-btn {
        width: 100%;
        flex: none;
    }

}

/* detail page end */


/* news letter section */


.newsletter-section {
    position: relative;
    padding: 55px 20px;
    background: #ac0060;
    overflow: hidden;
}

/* Decorative background circles */
.newsletter-section::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    top: -250px;
    left: -170px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}

.newsletter-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -250px;
    bottom: -300px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}


.newsletter-wrapper {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}


.newsletter-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.newsletter-accent span {
    display: block;
    width: 45px;
    height: 1px;
    background: #cd9c2a;
}

.newsletter-accent i {
    color: #cd9c2a;
    font-size: 16px;
}


.newsletter-wrapper h2 {
    margin: 0;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.12;
    /* letter-spacing: -2px; */
}

.newsletter-wrapper h2 br {
    display: block;
}


.newsletter-wrapper p {
    max-width: 610px;
    margin: 25px auto 38px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}


.newsletter-form {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.newsletter-input-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50px;
    /* background: rgba(255, 255, 255, 0.08); */
    transition: all 0.35s ease;
}

.newsletter-input-wrap:focus-within {
    border-color: #cd9c2a;
    /* background: rgba(255, 255, 255, 0.12); */
}


.newsletter-input {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 58px;
    padding: 0 25px;
    border: none;
    outline: none;
    background: transparent;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}


.newsletter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 58px;
    padding: 0 28px;
    border: 1px solid #cd9c2a;
    border-radius: 50px;
    background: #cd9c2a;
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.35s ease;
}

.newsletter-btn i {
    font-size: 12px;
    transition: transform 0.35s ease;
}

.newsletter-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #ac0060;
}

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


@media (max-width: 991px) {
    .newsletter-section {
        padding: 95px 20px;
    }

    .newsletter-wrapper h2 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .newsletter-section {
        padding: 75px 18px;
    }

    .newsletter-section::before {
        width: 280px;
        height: 280px;
        top: -150px;
        left: -150px;
    }

    .newsletter-section::after {
        width: 320px;
        height: 320px;
        right: -180px;
        bottom: -200px;
    }

    .newsletter-accent {
        margin-bottom: 20px;
    }

    .newsletter-accent span {
        width: 30px;
    }

    .newsletter-wrapper h2 {
        font-size: 36px;
        line-height: 1.18;
        
    }

    .newsletter-wrapper h2 br {
        display: none;
    }

    .newsletter-wrapper p {
        margin: 20px auto 30px;
        font-size: 14px;
        line-height: 1.7;
    }

    .newsletter-input-wrap {
        padding: 5px;
    }

    .newsletter-input {
        height: 52px;
        padding: 0 18px;
        font-size: 14px;
    }

    .newsletter-btn {
        height: 52px;
        padding: 0 21px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .newsletter-section {
        padding: 65px 15px;
    }

    .newsletter-wrapper h2 {
        font-size: 30px;
    }

    .newsletter-wrapper p {
        font-size: 13px;
    }

    .newsletter-input-wrap {
        display: flex;
    }

    .newsletter-input {
        padding: 0 14px;
        font-size: 13px;
    }

    .newsletter-btn {
        padding: 0 18px;
    }

    .newsletter-btn i {
        display: none;
    }
}

/* news letter end */




/* product category start*/


.product-category-section {
    width: 100%;
    padding: 50px 0;
    background-color: #ffffff;
}



.product-category-section-block {
    width: 100%;
}

.product-category-section-trending {
    margin-top: 90px;
}



.product-category-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    margin-bottom: 35px;
    padding-bottom: 18px;

}



.product-category-section-label {
    display: block;

    margin-bottom: 8px;

    color: #ac0060;

    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 2px;
    line-height: 1;

    text-transform: uppercase;
}



.product-category-section-title {
    margin: 0;

    color: #222222;

    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 500;

    line-height: 1.2;
}



.product-category-section-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding-bottom: 4px;

    color: #222222;

    /* font-family: "Jost", sans-serif; */
    font-size: 13px;
    font-weight: 500;

    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;

    border-bottom: 1px solid #cd9c2a;

    transition: all 0.3s ease;
}

.product-category-section-link i {
    color: #cd9c2a;

    font-size: 10px;

    transition: transform 0.3s ease;
}

.product-category-section-link:hover {
    color: #ac0060;
}

.product-category-section-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   PRODUCT GRID
========================================================= */

.product-category-section-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 40px;
}


/* =========================================================
   ONLY STYLE EXISTING PRODUCT CARD
========================================================= */

.product-category-section .product-card {
    height: 100%;
    background: #ffffff;
}


/* IMAGE */

.product-category-section .product-image {
    position: relative;
    overflow: hidden;

    background: #fafafa;
}

.product-category-section .product-image-link {
    display: block;
    overflow: hidden;
}

.product-category-section .product-image img {
    display: block;

    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.6s ease;
}

.product-category-section .product-card:hover
.product-image img {
    transform: scale(1.04);
}



.product-category-section .product-badge {
    position: absolute;
    top: 14px;
    left: 14px;

    z-index: 2;

    padding: 7px 11px;

    color: #ffffff;
    background: #ac0060;

    font-family: "Jost", sans-serif;
    font-size: 8px;
    font-weight: 600;

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



.product-category-section .wishlist-btn {
    position: absolute;
    top: 13px;
    right: 13px;

    z-index: 2;

    width: 36px;
    height: 36px;

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

    padding: 0;

    border: none;
    border-radius: 50%;

    color: #222222;
    background: #ffffff;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    cursor: pointer;

    transition: all 0.3s ease;
}

.product-category-section .wishlist-btn:hover {
    color: #ffffff;
    background: #ac0060;
}



.product-category-section .product-content {
    padding-top: 18px;
}

.product-category-section .product-category {
    display: block;

    margin-bottom: 7px;

    color: #999999;

    font-family: "Jost", sans-serif;
    font-size: 10px;
    font-weight: 500;

    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.product-category-section .product-content h3 {
    margin: 0 0 5px;

    font-family: "Playfair Display", serif;
    font-size: 17px;
    font-weight: 400;

    line-height: 1.3;
}

.product-category-section .product-content h3 a {
    color: #222222;
    text-decoration: none;

    transition: color 0.3s ease;
}

.product-category-section .product-content h3 a:hover {
    color: #ac0060;
}



/* =========================================================
   PRODUCT BOTTOM
========================================================= */

.product-category-section .product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 14px;
}

.product-category-section .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    font-family: "Jost", sans-serif;
}

.product-category-section .sale-price {
    color: #222222;

    font-size: 14px;
    font-weight: 600;
}

.product-category-section .product-price del {
    color: #999999;
    font-size: 11px;
}


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

.product-category-section .cart-btn {
    width: 38px;
    height: 38px;

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

    color: #ffffff;
    background: #cd9c2a;

    text-decoration: none;

    transition: all 0.3s ease;
}

.product-category-section .cart-btn:hover {
    background: #ac0060;
    transform: translateY(-2px);
}


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

@media (max-width: 991px) {

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

    .product-category-section-title {
        font-size: 32px;
    }

    .product-category-section-grid {
        --bs-gutter-x: 18px;
        --bs-gutter-y: 35px;
    }

}


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

@media (max-width: 767px) {

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

    .product-category-section-trending {
        margin-top: 60px;
    }


    .product-category-section-head {
        margin-bottom: 25px;
        padding-bottom: 14px;
    }


    .product-category-section-label {
        margin-bottom: 6px;

        font-size: 8px;
        letter-spacing: 1.5px;
    }


    .product-category-section-title {
        font-size: 26px;
    }


    .product-category-section-link {
        gap: 6px;

        font-size: 10px;
        letter-spacing: 0.8px;
    }


    .product-category-section-grid {
        --bs-gutter-x: 14px;
        --bs-gutter-y: 32px;
    }


    .product-category-section .product-content {
        padding-top: 13px;
    }


    .product-category-section .product-category {
        margin-bottom: 5px;
        font-size: 9px;
    }


    .product-category-section .product-content h3 {
        margin-bottom: 4px;
        font-size: 15px;
    }


    .product-category-section .product-bottom {
        margin-top: 10px;
    }


    .product-category-section .sale-price {
        font-size: 12px;
    }


    .product-category-section .product-price del {
        font-size: 10px;
    }


    .product-category-section .product-badge {
        top: 9px;
        left: 9px;

        padding: 5px 7px;

        font-size: 7px;
    }


    .product-category-section .wishlist-btn {
        top: 8px;
        right: 8px;

        width: 30px;
        height: 30px;
    }


    .product-category-section .wishlist-btn i {
        font-size: 11px;
    }


    .product-category-section .cart-btn {
        width: 32px;
        height: 32px;
    }


    .product-category-section .cart-btn i {
        font-size: 11px;
    }

}


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

@media (max-width: 480px) {

    .product-category-section {
        padding: 45px 0;
    }

    .product-category-section-trending {
        margin-top: 45px;
    }

    .product-category-section-title {
        font-size: 23px;
    }

    .product-category-section-grid {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 28px;
    }

    .product-category-section .product-content h3 {
        font-size: 13px;
    }

 
    

    .product-category-section .sale-price {
        font-size: 12px;
    }

    .product-category-section .cart-btn {
        width: 30px;
        height: 30px;
    }

}

/* product category end */



/* flot menu bottom strat */

.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--bottom-nav-height);
    background: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    gap: 6px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px -4px 12px;
    z-index: 999;
}

@media (max-width: 768px) {
    body {
        padding-bottom: var(--bottom-nav-height);
    }

    .header-actions-mobile {
        display: none !important;
    }

    .bottom-nav {
        display: flex;
    }
}

.bottom-nav a {
    text-decoration: none;
    /* color: #a0a0a0; */
    color: #222222;
    text-align: center;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 1;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.bottom-nav i {
    display: block;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0;
}

.bottom-nav span {
    display: block;
    max-width: 100%;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-nav .active {
    color: #ac0060;
}


.floating-cart {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    background: #ac0060;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(195, 77, 5, .35);
}

.floating-cart span {
    position: absolute;
    top: -6px;
    right: -6px;
    background:#ac0060;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media(max-width:432px) {
    .bottom-nav i {
        font-size: 14px;
    }
}

/* flot end */





/* cart page section  */

.cart-page-section {
    position: relative;

    padding: 50px 0 50px;

    background: #ffffff;

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



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

    text-align: center;
}


.cart-page-subtitle {
    display: block;

    margin-bottom: 13px;

    color: #ac0060;

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

    letter-spacing: 5px;
}


.cart-page-heading h2 {
    margin: 0;

    color: #000000;

    font-family: "Playfair Display", serif;

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

    line-height: 1.2;
}


.shopping-cart-box {
    width: 100%;

    overflow: hidden;

    background: #ffffff;

    border-radius: 24px;

    border: 1px solid #f0ece6;
}


/* =========================================
   TABLE HEADER
========================================= */

.shopping-cart-table-head {
    display: grid;

    grid-template-columns:
        minmax(300px, 1.8fr)
        130px
        150px
        120px
        50px;

    align-items: center;

    min-height: 84px;

    padding: 0 28px;

    background: #ffffff;

    border-bottom: 1px solid #ebe7e1;

    color: #222222;

    font-size: 14px;
    font-weight: 600;
}


.shopping-cart-price-head,
.shopping-cart-total-head {
    text-align: center;
}


.shopping-cart-quantity-head {
    text-align: center;
}


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

.shopping-cart-item {
    display: grid;

    grid-template-columns:
        minmax(300px, 1.8fr)
        130px
        150px
        120px
        50px;

    align-items: center;

    min-height: 205px;

    padding: 24px 28px;

    border-bottom: 1px solid #ebe7e1;

    transition: opacity .3s ease,
                transform .3s ease;
}


.shopping-cart-item:last-child {
    border-bottom: 0;
}


.shopping-cart-product {
    display: flex;
    align-items: center;

    gap: 20px;

    min-width: 0;
}



.shopping-cart-image {
    width: 120px;
    height: 145px;

    flex: 0 0 120px;

    overflow: hidden;

    border-radius: 15px;

    background: #f4f1eb;
}


.shopping-cart-image a {
    display: block;

    width: 100%;
    height: 100%;
}


.shopping-cart-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}


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



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

    display: flex;
    flex-direction: column;

    gap: 10px;
}


.shopping-cart-product-name {
    color: #000000;
    font-size: 15px;
    font-weight: 500;

    line-height: 1.35;

    text-decoration: none;

    transition: color .3s ease;
}


.shopping-cart-product-name:hover {
    color: #ac0060;
}


.shopping-cart-product-color {
    color: #777777;

    font-size: 14px;
    font-weight: 400;
}


.shopping-cart-product-color strong {
    color: #555555;

    font-weight: 500;
}


/* =========================================
   PRICE / TOTAL
========================================= */

.shopping-cart-price,
.shopping-cart-total {
    color: #222222;

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

    text-align: center;

    white-space: nowrap;
}


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

.shopping-cart-quantity {
    display: flex;
    justify-content: center;
}


.shopping-cart-quantity-box {
    width: 156px;
    height: 56px;

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

    padding: 0 7px;

    background: #ffffff;

    border: 1px solid #ddd9d2;

    border-radius: 50px;
}


.shopping-cart-minus,
.shopping-cart-plus {
    width: 42px;
    height: 42px;

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

    border: 0;

    border-radius: 50%;

    background: transparent;

    color: #222222;

    font-size: 12px;

    cursor: pointer;

    transition: all .3s ease;
}


.shopping-cart-minus:hover,
.shopping-cart-plus:hover {
    background: #f8eff4;

    color: #ac0060;
}


.shopping-cart-quantity-value {
    min-width: 25px;

    color: #000000;

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

    text-align: center;
}


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

.shopping-cart-remove {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.shopping-cart-remove-btn {
    width: 38px;
    height: 38px;

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

    border: 0;

    border-radius: 50%;

    background: transparent;

    color: #ac0060;

    font-size: 17px;

    cursor: pointer;

    transition: all .3s ease;
}


.shopping-cart-remove-btn:hover {
    background: #f9edf3;

    transform: scale(1.08);
}


/* =========================================
   ORDER SUMMARY
========================================= */

.shopping-cart-summary {
    padding: 45px 42px 38px;

    background: #ffffff;

    border: 1px solid #f0ece6;

    border-radius: 28px;

    box-shadow:
        0 15px 45px rgba(0, 0, 0, 0.035);
}


/* =========================================
   SUMMARY HEADING
========================================= */

.shopping-cart-summary-heading {
    margin-bottom: 36px;
}


.shopping-cart-summary-heading span {
    display: block;

    margin-bottom: 10px;

    color: #ac0060;

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

    letter-spacing: 3px;
}


.shopping-cart-summary-heading h3 {
    margin: 0;

    color: #000000;

    font-size: 20px;
    font-weight: 400;

    line-height: 1.2;
}



.shopping-cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 68px;

    border-bottom: 1px solid #e9e5df;
}


.shopping-cart-summary-row span {
    color: #555555;

    font-size: 17px;
    font-weight: 400;
}


.shopping-cart-summary-row strong {
    color: #333333;

    font-size: 17px;
    font-weight: 500;
}


.shopping-cart-summary-row .shopping-cart-free {
    color: #cd9c2a;

    font-weight: 600;
}


.shopping-cart-summary-row .shopping-cart-discount {
    color: #ac0060;

    font-weight: 500;
}


/* =========================================
   FINAL TOTAL
========================================= */

.shopping-cart-final-total {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 80px;

    margin-bottom: 19px;

    border-bottom: 1px solid #e9e5df;
}


.shopping-cart-final-total span {
    color: #000000;

    font-size: 19px;
    font-weight: 600;
}


.shopping-cart-final-total strong {
    color: #000000;

    font-size: 22px;
    font-weight: 600;
}



.shopping-cart-checkout-btn {
    width: 100%;
    min-height: 30px;

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

    gap: 13px;

    padding: 15px 25px;

    background: #cd9c2a;

    border: 1px solid #cd9c2a;

    border-radius: 50px;

    color: #ffffff;

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

    text-decoration: none;

    transition: all .35s ease;
}


.shopping-cart-checkout-btn i {
    font-size: 13px;

    transition: transform .35s ease;
}


.shopping-cart-checkout-btn:hover {
    background: #ac0060;

    border-color: #ac0060;

    color: #ffffff;
}


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


/* =========================================
   CONTINUE SHOPPING
========================================= */

.shopping-cart-continue-link {
    display: block;

    margin-top: 22px;

    color: #222222;

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

    text-align: center;

    text-decoration: none;

    transition: color .3s ease;
}


.shopping-cart-continue-link:hover {
    color: #ac0060;
}


/* =========================================
   SECURE
========================================= */

.shopping-cart-secure {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 26px;

    color: #999999;

    font-size: 11px;
}


.shopping-cart-secure i {
    color: #cd9c2a;

    font-size: 12px;
}


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

@media (max-width: 1199px) {

    .shopping-cart-table-head,
    .shopping-cart-item {
        grid-template-columns:
            minmax(260px, 1.8fr)
            95px
            130px
            100px
            40px;

        padding-left: 20px;
        padding-right: 20px;
    }


    .shopping-cart-image {
        width: 95px;
        height: 120px;

        flex: 0 0 95px;
    }


    .shopping-cart-product {
        gap: 15px;
    }


    .shopping-cart-product-name {
        font-size: 18px;
    }


    .shopping-cart-quantity-box {
        width: 135px;
    }


    .shopping-cart-summary {
        padding: 38px 28px 32px;
    }


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

}


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

@media (max-width: 991px) {

    .cart-page-section {
        padding: 70px 0 80px;
    }


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


    .shopping-cart-summary {
        margin-top: 5px;
    }

}


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

@media (max-width: 767px) {

    .cart-page-section {
        padding: 55px 0 65px;
    }


    .cart-page-subtitle {
        font-size: 10px;
        letter-spacing: 3px;
    }


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


    .shopping-cart-box {
        border-radius: 18px;
    }


    /* HIDE TABLE HEADER */

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


    /* MOBILE CART ITEM */

    .shopping-cart-item {
        position: relative;

        display: grid;

        grid-template-columns:
            95px
            minmax(0, 1fr);

        gap: 0 16px;

        min-height: auto;

        padding: 20px 20px 22px;

        border-bottom: 1px solid #ebe7e1;
    }


    .shopping-cart-product {
        display: contents;
    }


    .shopping-cart-image {
        grid-row: span 2;

        width: 95px;
        height: 125px;

        flex: none;

        border-radius: 13px;
    }


    .shopping-cart-product-info {
        padding-right: 35px;
        gap: 7px;
    }


    .shopping-cart-product-name {
        font-size: 18px;
    }


    .shopping-cart-product-color {
        font-size: 12px;
    }


    /* REMOVE */

    .shopping-cart-remove {
        position: absolute;

        top: 14px;
        right: 12px;
    }


    .shopping-cart-remove-btn {
        width: 34px;
        height: 34px;

        font-size: 14px;
    }


    /* PRICE + QUANTITY + TOTAL */

    .shopping-cart-price,
    .shopping-cart-quantity,
    .shopping-cart-total {
        position: absolute;
    }


    .shopping-cart-price {
        left: 131px;
        bottom: 26px;

        font-size: 13px;
    }


    .shopping-cart-quantity {
        left: 225px;
        bottom: 18px;
    }


    .shopping-cart-quantity-box {
        width: 120px;
        height: 45px;
    }


    .shopping-cart-minus,
    .shopping-cart-plus {
        width: 35px;
        height: 35px;

        font-size: 10px;
    }


    .shopping-cart-quantity-value {
        font-size: 13px;
    }


    .shopping-cart-total {
        display: none;
    }


    /* SUMMARY */

    .shopping-cart-summary {
        padding: 32px 24px 28px;

        border-radius: 22px;
    }


    .shopping-cart-summary-heading {
        margin-bottom: 22px;
    }


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


    .shopping-cart-summary-row {
        min-height: 58px;
    }


    .shopping-cart-summary-row span,
    .shopping-cart-summary-row strong {
        font-size: 15px;
    }


    .shopping-cart-final-total {
        min-height: 72px;
    }


    .shopping-cart-final-total span {
        font-size: 16px;
    }


    .shopping-cart-final-total strong {
        font-size: 20px;
    }


    .shopping-cart-checkout-btn {
        min-height: 58px;

        font-size: 15px;
    }


    .shopping-cart-continue-link {
        font-size: 14px;
    }

}


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

@media (max-width: 480px) {

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


    .shopping-cart-item {
        grid-template-columns:
            78px
            minmax(0, 1fr);

        padding: 17px 15px 70px;
    }


    .shopping-cart-image {
        width: 78px;
        height: 105px;
    }


    .shopping-cart-product-name {
        font-size: 15px;
    }


    .shopping-cart-product-color {
        font-size: 11px;
    }


    .shopping-cart-price {
        left: 15px;
        bottom: 24px;

        font-size: 13px;
    }


    .shopping-cart-quantity {
        right: 15px;
        left: auto;

        bottom: 14px;
    }


    .shopping-cart-quantity-box {
        width: 115px;
        height: 43px;
    }


    .shopping-cart-summary {
        padding: 27px 18px 25px;
    }


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


    .shopping-cart-summary-row span,
    .shopping-cart-summary-row strong {
        font-size: 14px;
    }


    .shopping-cart-final-total strong {
        font-size: 20px;
    }

}


/* cart page end */


/* featured section */

.featured-collection-section {
    padding: 50px 0 50px;
    background: #f8f3eb;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.featured-collection-header {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 48px;
}

.featured-collection-heading h2 {
    margin: 0;
    color: #222222;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1px;
}

.featured-collection-description {
    padding-bottom: 8px;
}

.featured-collection-description p {
    max-width: 320px;
    margin: 0;
    color: #716b66;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   GRID
========================================================= */

.featured-collection-grid {
    display: grid;

    grid-template-columns:
        2fr
        1fr
        1fr;

    grid-template-rows:
        267px
        267px;

    gap: 22px;
}


/* =========================================================
   FEATURED CARD
========================================================= */

.featured-card {
    position: relative;

    display: block;

    overflow: hidden;

    min-width: 0;

    border-radius: 4px;

    text-decoration: none;

    isolation: isolate;

    transition: transform .4s ease;
}


/* =========================================================
   CARD IMAGE
========================================================= */

.featured-card-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    z-index: -3;

    transition:
        transform .7s cubic-bezier(.2,.65,.25,1);
}



.featured-card-overlay {
    position: absolute;

    inset: 0;

    display: block;

    z-index: -2;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .05) 0%,
            rgba(0, 0, 0, .15) 30%,
            rgba(0, 0, 0, .55) 65%,
            rgba(0, 0, 0, .88) 100%
        );
}



.featured-card-large .featured-card-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(172, 0, 96, .05) 0%,
            rgba(80, 0, 45, .16) 38%,
            rgba(18, 0, 11, .90) 100%
        );
}


/* =========================================================
   GOLD OVERLAY
========================================================= */

.featured-card-gold .featured-card-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(205, 156, 42, .08) 0%,
            rgba(95, 65, 8, .20) 40%,
            rgba(18, 12, 2, .88) 100%
        );
}


/* =========================================================
   MAGENTA OVERLAY
========================================================= */

.featured-card-magenta .featured-card-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(172, 0, 96, .08) 0%,
            rgba(94, 0, 53, .22) 40%,
            rgba(30, 0, 17, .90) 100%
        );
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.featured-card-dark .featured-card-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .08) 0%,
            rgba(0, 0, 0, .42) 45%,
            rgba(0, 0, 0, .92) 100%
        );
}


/* =========================================================
   HOVER
========================================================= */

.featured-card:hover {
    transform: translateY(-5px);
}

.featured-card:hover .featured-card-image {
    transform: scale(1.08);
}


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

.featured-card-content {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 30px;

    z-index: 5;
}

.featured-card-label {
    display: block;

    margin-bottom: 12px;

    color: #cd9c2a;

    font-family: "Poppins", sans-serif;

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

    line-height: 1.4;

    letter-spacing: 1.5px;
}

.featured-card h3 {
    margin: 0;

    color: #ffffff;

    font-family: "Playfair Display", serif;

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

    line-height: 1.2;
}


/* =========================================================
   LARGE CARD
========================================================= */

.featured-card-large {
    grid-column: 1;
    grid-row: 1 / 3;
}

.featured-card-large h3 {
    font-size: 32px;
}


/* =========================================================
   SMALL CARDS
========================================================= */

.featured-card-gold {
    grid-column: 2;
    grid-row: 1;
}

.featured-card-magenta {
    grid-column: 3;
    grid-row: 1;
}

.featured-card-dark {
    grid-column: 2;
    grid-row: 2;
}


/* =========================================================
   ARROW
========================================================= */

.featured-card-arrow {
    width: 38px;
    height: 38px;

    display: flex;

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

    margin-top: 23px;

    border: 1px solid rgba(255, 255, 255, .85);

    border-radius: 50%;

    color: #ffffff;

    font-size: 10px;

    transition: all .35s ease;
}

.featured-card-arrow i {
    transition: transform .35s ease;
}

.featured-card:hover .featured-card-arrow {
    background: #cd9c2a;
    border-color: #cd9c2a;
}

.featured-card:hover .featured-card-arrow i {
    transform: translateX(4px);
}


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

@media (max-width: 991px) {

    .featured-collection-section {
        padding: 85px 0 95px;
    }

    .featured-collection-header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 35px;
    }

    .featured-collection-heading h2 {
        font-size: 42px;
    }

    .featured-collection-grid {
        grid-template-columns: 1fr 1fr;

        grid-template-rows:
            430px
            250px
            250px;
    }

    .featured-card-large {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .featured-card-gold {
        grid-column: 1;
        grid-row: 2;
    }

    .featured-card-magenta {
        grid-column: 2;
        grid-row: 2;
    }

    .featured-card-dark {
        grid-column: 1;
        grid-row: 3;
    }
}


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

@media (max-width: 767px) {

    .featured-collection-section {
        padding: 65px 0 75px;
    }

    .featured-collection-heading h2 {
        font-size: 34px;
        line-height: 1.3;
        letter-spacing: -.5px;
    }

    .featured-collection-description p {
        font-size: 12px;
    }

    .featured-collection-grid {
        grid-template-columns: 1fr;

        grid-template-rows:
            370px
            220px
            220px
            220px;

        gap: 14px;
    }

    .featured-card-large,
    .featured-card-gold,
    .featured-card-magenta,
    .featured-card-dark {
        grid-column: 1;
    }

    .featured-card-large {
        grid-row: 1;
    }

    .featured-card-gold {
        grid-row: 2;
    }

    .featured-card-magenta {
        grid-row: 3;
    }

    .featured-card-dark {
        grid-row: 4;
    }

    .featured-card-content {
        left: 23px;
        right: 23px;
        bottom: 23px;
    }

    .featured-card-large h3 {
        font-size: 29px;
    }

    .featured-card h3 {
        font-size: 23px;
    }

    .featured-card-arrow {
        width: 36px;
        height: 36px;
    }
}


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

@media (max-width: 480px) {

    .featured-collection-section {
        padding: 55px 0 65px;
    }

    .featured-collection-heading h2 {
        font-size: 29px;
    }

    .featured-collection-grid {
        grid-template-rows:
            330px
            200px
            200px
            200px;

        gap: 12px;
    }

    .featured-card-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .featured-card-label {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .featured-card-large h3 {
        font-size: 26px;
    }

    .featured-card h3 {
        font-size: 21px;
    }
}


/* featured section */


/* checkout page */


.buy-now-section {
    padding: 50px 0 50px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}



.buy-now-header {
    max-width: 760px;
    margin: 0 auto 65px;
    text-align: center;
}

.buy-now-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    color: #ac0060;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.buy-now-header h2 {
    margin: 0 0 18px;

    color: #000000;

    font-family: "Playfair Display", serif;

    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

.buy-now-header p {
    max-width: 650px;
    margin: auto;

    color: #777777;

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



.buy-now-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(380px, 0.8fr);
    gap: 35px;
    align-items: start;
}

.buy-now-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}



.buy-now-card,
.buy-now-summary {
    background: #ffffff;
    border: 1px solid #e7e7e7;

    padding: 35px;

    border-radius: 15px;

    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}



.buy-now-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 25px;

    border-bottom: 1px solid #eeeeee;
}

.buy-now-card-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.buy-now-step {
    width: 44px;
    height: 44px;

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

    background: #f8edf4;
    color: #ac0060;

    border-radius: 10px;

    font-size: 12px;
    font-weight: 600;
}

.buy-now-card-title h3 {
    margin: 0 0 5px;

    color: #000000;

    font-size: 20px;
    font-weight: 600;
}

.buy-now-card-title p {
    margin: 0;

    color: #888888;

    font-size: 12px;
}

.buy-now-card-header > i {
    color: #ac0060;
    font-size: 19px;
}


/* =========================================
   FORM
========================================= */

.buy-now-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 23px 20px;

    padding-top: 30px;
}

.buy-now-form-group {
    width: 100%;
}

.buy-now-form-group.buy-now-full {
    grid-column: span 2;
}


/* FORM LABEL */

.buy-now-form-group label,
.buy-now-upi-id label {
    display: block;

    margin-bottom: 9px;

    color: #222222;

    font-size: 13px;
    font-weight: 500;
}


/* =========================================
   INPUT
========================================= */

.buy-now-input {
    width: 100%;
    height: 55px;

    display: flex;
    align-items: center;

    border: 1px solid #dcdcdc;

    background: #ffffff;

    border-radius: 10px;

    transition: all 0.3s ease;
}

.buy-now-input:hover {
    border-color: #c8c8c8;
}

.buy-now-input:focus-within {
    border-color: #ac0060;

    box-shadow: 0 0 0 3px rgba(172, 0, 96, 0.06);
}

.buy-now-input i {
    width: 50px;

    flex: 0 0 50px;

    text-align: center;

    color: #999999;

    font-size: 15px;
}

.buy-now-input input,
.buy-now-input select,
.buy-now-input textarea {
    width: 100%;
    height: 100%;

    padding: 0 16px 0 0;

    border: none;
    outline: none;

    background: transparent;

    color: #222222;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 400;
}


/* PLACEHOLDER */

.buy-now-input input::placeholder,
.buy-now-input textarea::placeholder {
    color: #999999;

    opacity: 1;

    font-size: 13px;
    font-weight: 400;
}


/* SELECT */

.buy-now-input select {
    cursor: pointer;

    color: #555555;
}


/* TEXTAREA */

.buy-now-textarea {
    height: 115px;

    align-items: flex-start;
}

.buy-now-textarea i {
    padding-top: 20px;
}

.buy-now-textarea textarea {
    padding-top: 17px;

    resize: none;

    line-height: 1.6;
}


/* =========================================
   PAYMENT
========================================= */

.buy-now-payment-methods {
    padding-top: 28px;
}

.buy-now-payment-option {
    position: relative;

    min-height: 78px;

    display: flex;
    align-items: center;

    gap: 14px;

    padding: 15px 17px;

    margin-bottom: 12px;

    border: 1px solid #e1e1e1;

    background: #ffffff;

    border-radius: 10px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.buy-now-payment-option:hover {
    border-color: #cfa7bd;
}

.buy-now-payment-option.active {
    border-color: #ac0060;

    background: #fdf8fb;
}

.buy-now-payment-option input {
    position: absolute;
    opacity: 0;
}

.buy-now-radio {
    flex: 0 0 auto;

    width: 20px;
    height: 20px;

    border: 1px solid #cccccc;

    border-radius: 50%;

    position: relative;
}

.buy-now-payment-option.active .buy-now-radio {
    border-color: #ac0060;
}

.buy-now-payment-option.active .buy-now-radio::after {
    content: "";

    position: absolute;

    top: 4px;
    left: 4px;

    width: 10px;
    height: 10px;

    background: #ac0060;

    border-radius: 50%;
}


/* PAYMENT ICON */

.buy-now-payment-icon {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

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

    border-radius: 10px;

    font-size: 15px;
}

.upi-icon {
    background: #f4edf8;
    color: #673ab7;
}

.card-icon {
    background: #f7f2e6;
    color: #cd9c2a;
}

.cod-icon {
    background: #f1f7f3;
    color: #368557;
}


/* =========================================
   PAYMENT TEXT
========================================= */

.buy-now-payment-content {
    display: flex;
    flex-direction: column;

    gap: 4px;

    flex: 1;
}

.buy-now-payment-content strong {
    color: #222222;

    font-size: 13px;
    font-weight: 600;
}

.buy-now-payment-content small {
    color: #888888;

    font-size: 11px;
}


/* =========================================
   PAYMENT LOGOS
========================================= */

.buy-now-payment-logos {
    display: flex;
    gap: 6px;
}

.payment-mini-logo {
    width: 34px;
    height: 27px;

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

    border: 1px solid #eeeeee;

    background: #ffffff;

    color: #555555;

    font-size: 10px;
    font-weight: 600;

    border-radius: 6px;
}


/* CARD LOGOS */

.buy-now-small-payment-icons {
    display: flex;
    gap: 6px;
}

.buy-now-small-payment-icons span {
    padding: 6px 7px;

    border: 1px solid #eeeeee;

    color: #777777;

    font-size: 8px;
    font-weight: 600;

    border-radius: 5px;
}


/* =========================================
   UPI BOX
========================================= */

.buy-now-upi-box {
    margin: -2px 0 14px;

    padding: 22px;

    background: #fafafa;

    border: 1px solid #e7e7e7;

    border-radius: 10px;
}

.buy-now-upi-title {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 17px;
}

.buy-now-upi-title span {
    color: #222222;

    font-size: 13px;
    font-weight: 600;
}

.buy-now-upi-title small {
    color: #999999;

    font-size: 10px;
}


/* =========================================
   UPI APPS
========================================= */

.buy-now-upi-apps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    margin-bottom: 20px;
}

.buy-now-upi-app {
    min-height: 85px;

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

    gap: 8px;

    background: #ffffff;

    border: 1px solid #e1e1e1;

    color: #444444;

    font-family: "Poppins", sans-serif;

    border-radius: 10px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.buy-now-upi-app:hover,
.buy-now-upi-app.active {
    border-color: #ac0060;

    color: #ac0060;
}

.buy-now-upi-app > span:last-child {
    font-size: 10px;
    font-weight: 500;
}

.upi-app-image {
    width: 36px;
    height: 36px;

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

    border-radius: 9px;

    font-size: 13px;
}

.phonepe {
    background: #eee6f9;
    color: #673ab7;
}

.gpay {
    background: #edf4fc;
    color: #4285f4;
}

.paytm {
    background: #e8f6fa;
    color: #008cc9;
}

.other {
    background: #f3f3f3;
    color: #555555;
}



.buy-now-summary {
    position: sticky;
    top: 25px;
}

.buy-now-summary-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding-bottom: 24px;

    border-bottom: 1px solid #eeeeee;
}

.buy-now-summary-heading > div > span {
    color: #ac0060;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 1.5px;
}

.buy-now-summary-heading h3 {
    margin: 6px 0 0;

    color: #000000;

    font-size: 24px;
    font-weight: 600;
}

.buy-now-item-count {
    padding: 7px 13px;

    background: #f8edf4;

    color: #ac0060;

    font-size: 10px;

    border-radius: 8px;
}



.buy-now-product {
    display: flex;
    gap: 16px;

    padding: 22px 0;

    border-bottom: 1px solid #eeeeee;
}

.buy-now-product-image {
    width: 90px;
    height: 108px;

    flex: 0 0 auto;

    background: #f6f6f6;

    overflow: hidden;

    border-radius: 10px;
}

.buy-now-product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.buy-now-product-details {
    display: flex;
    flex-direction: column;

    flex: 1;
}

.buy-now-product-details h4 {
    margin: 0 0 8px;

    color: #222222;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.5;
}

.buy-now-product-details span {
    color: #888888;

    font-size: 11px;

    margin-bottom: 4px;
}

.buy-now-product-details strong {
    margin-top: auto;

    color: #000000;

    font-size: 15px;
    font-weight: 600;
}



.buy-now-coupon {
    display: grid;
    grid-template-columns: 1fr 90px;

    gap: 9px;

    padding: 24px 0;

    border-bottom: 1px solid #eeeeee;
}

.buy-now-coupon .buy-now-input {
    height: 50px;
}

.buy-now-coupon button {
    height: 50px;

    border: 1px solid #ac0060;

    background: #ffffff;

    color: #ac0060;

    font-family: "Poppins", sans-serif;

    font-size: 11px;
    font-weight: 600;

    border-radius: 10px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.buy-now-coupon button:hover {
    background: #ac0060;
    color: #ffffff;
}


.buy-now-price-details {
    padding: 23px 0 12px;
}

.buy-now-price-details > div {
    display: flex;
    justify-content: space-between;

    margin-bottom: 14px;
}

.buy-now-price-details span {
    color: #777777;

    font-size: 13px;
}

.buy-now-price-details strong {
    color: #222222;

    font-size: 13px;
    font-weight: 500;
}

.buy-now-price-details strong.discount {
    color: #ac0060;
}

.buy-now-price-details strong.free {
    color: #398252;
}



.buy-now-total {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 0;

    border-top: 1px solid #dddddd;
}

.buy-now-total span {
    color: #000000;

    font-size: 15px;
    font-weight: 600;
}

.buy-now-total strong {
    color: #ac0060;

    font-size: 20px;
    font-weight: 600;
}


.buy-now-place-order {
    width: 100%;
    height: 58px;

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

    gap: 12px;

    border: 1px solid #cd9c2a;

    background: #cd9c2a;
    color: #ffffff;

    font-family: "Poppins", sans-serif;

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

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

    border-radius: 50px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.buy-now-place-order:hover {
    background: #ac0060;
    border-color: #ac0060;
}



.buy-now-secure {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding-top: 20px;
}

.buy-now-secure i {
    color: #398252;

    font-size: 13px;
}

.buy-now-secure span {
    color: #888888;

    font-size: 10px;
}



@media (max-width: 1199px) {

    .buy-now-layout {
        grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
        gap: 25px;
    }

    .buy-now-card,
    .buy-now-summary {
        padding: 28px;
    }

}


@media (max-width: 991px) {

    .buy-now-section {
        padding: 80px 0 90px;
    }

    .buy-now-header {
        margin-bottom: 45px;
    }

    .buy-now-header h2 {
        font-size: 44px;
    }

    .buy-now-layout {
        grid-template-columns: 1fr;
    }

    .buy-now-summary {
        position: relative;
        top: auto;
    }

}


@media (max-width: 767px) {

    .buy-now-section {
        padding: 65px 0 75px;
    }

    .buy-now-header h2 {
        font-size: 38px;
    }

    .buy-now-header p {
        font-size: 13px;
    }

    .buy-now-card,
    .buy-now-summary {
        padding: 24px;
    }

    .buy-now-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .buy-now-form-group.buy-now-full {
        grid-column: span 1;
    }

    .buy-now-upi-apps {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 575px) {

    .buy-now-section {
        padding: 50px 0 60px;
    }

    .buy-now-header {
        margin-bottom: 35px;
    }

    .buy-now-header h2 {
        font-size: 32px;
    }

    .buy-now-header p {
        font-size: 12px;
    }

    .buy-now-card,
    .buy-now-summary {
        padding: 20px 16px;

        border-radius: 12px;
    }

    .buy-now-card-title h3 {
        font-size: 16px;
    }

    .buy-now-card-title p {
        font-size: 10px;
    }

    .buy-now-form-group label,
    .buy-now-upi-id label {
        font-size: 12px;
    }

    .buy-now-input {
        height: 53px;

        border-radius: 10px;
    }

    .buy-now-input input,
    .buy-now-input select,
    .buy-now-input textarea {
        font-size: 12px;
    }

    .buy-now-input input::placeholder,
    .buy-now-input textarea::placeholder {
        font-size: 12px;
    }

    .buy-now-payment-content strong {
        font-size: 12px;
    }

    .buy-now-payment-content small {
        font-size: 10px;
    }

    .buy-now-payment-logos,
    .buy-now-small-payment-icons {
        display: none;
    }

    .buy-now-upi-box {
        padding: 16px;
        border-radius: 10px;
    }

    .buy-now-product-image {
        width: 75px;
        height: 90px;
    }

    .buy-now-product-details h4 {
        font-size: 12px;
    }

    .buy-now-product-details span {
        font-size: 10px;
    }

    .buy-now-product-details strong {
        font-size: 14px;
    }

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

    .buy-now-total span {
        font-size: 14px;
    }

    .buy-now-total strong {
        font-size: 23px;
    }

    .buy-now-place-order {
        height: 56px;

        border-radius: 10px;

        font-size: 12px;
    }

}


/* checkout page  end*/


/* login page */


.login-section {
    padding: 50px 0 50px;
    background: #fbf5e9;
    font-family: "Poppins", sans-serif;
}



.login-wrapper {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}


.login-header {
    text-align: center;
    margin-bottom: 38px;
}

.login-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: #ac0060;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
}

.login-header h2 {
    margin: 0 0 15px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

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



.login-box {
    padding: 45px;
    background: #ac0060;
    border-radius: 20px;
}


.login-form-group {
    margin-bottom: 23px;
}

.login-form-group > label,
.login-label-row label {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}


/* =========================================================
   LABEL ROW
========================================================= */

.login-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-label-row a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.login-label-row a:hover {
    color: #cd9c2a;
}


/* =========================================================
   TRANSPARENT INPUT
========================================================= */

.login-input {
    position: relative;

    width: 100%;
    height: 56px;

    display: flex;
    align-items: center;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50px;

    transition: 0.3s ease;
}

.login-input:hover {
    border-color: #ffffff;
}

.login-input:focus-within {
    border-color: #cd9c2a;

    box-shadow:
        0 0 0 3px rgba(205, 156, 42, 0.15);
}


/* =========================================================
   INPUT ICON
========================================================= */

.login-input > i:first-child {
    width: 52px;
    flex: 0 0 52px;

    text-align: center;

    color: #ffffff;
    font-size: 14px;
}


/* =========================================================
   INPUT FIELD
========================================================= */

.login-input input {
    width: 100%;
    height: 100%;

    padding: 0 52px 0 0;

    border: none;
    outline: none;

    background: transparent;

    color: #ffffff;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.login-input input::placeholder {
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    font-size: 12px;
}


/* Chrome autofill */

.login-input input:-webkit-autofill,
.login-input input:-webkit-autofill:hover,
.login-input input:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #ac0060 inset;
    transition: background-color 5000s ease-in-out 0s;
}


/* =========================================================
   PASSWORD TOGGLE
========================================================= */

.login-password-toggle {
    position: absolute;
    right: 14px;
    top: 50%;

    width: 34px;
    height: 34px;

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

    transform: translateY(-50%);

    border: none;
    background: transparent;

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

    font-size: 14px;

    cursor: pointer;
}

.login-password-toggle:hover {
    color: #cd9c2a;
}


/* =========================================================
   REMEMBER ME
========================================================= */

.login-options {
    margin: 3px 0 25px;
}

.login-remember {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 12px;

    cursor: pointer;
}

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

.login-checkmark {
    width: 18px;
    height: 18px;

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

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.login-remember input:checked + .login-checkmark {
    background: #cd9c2a;
    border-color: #cd9c2a;
}

.login-remember input:checked + .login-checkmark::after {
    content: "\f00c";

    color: #ffffff;

    font-family: "Font Awesome 6 Free";
    font-size: 9px;
    font-weight: 900;
}



.login-submit-btn {
    width: 100%;
    height: 57px;

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

    gap: 12px;

    border: 1px solid #ffffff;
    border-radius: 50px;

    background: #ffffff;
    color: #ac0060;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;

    letter-spacing: 0.8px;

    cursor: pointer;

    transition: 0.3s ease;
}

.login-submit-btn:hover {
    background: #cd9c2a;
    border-color: #cd9c2a;
    color: #ffffff;

    transform: translateY(-2px);
}

.login-submit-btn i {
    transition: 0.3s ease;
}

.login-submit-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   DIVIDER
========================================================= */

.login-divider {
    display: flex;
    align-items: center;

    gap: 15px;

    margin: 30px 0 22px;
}

.login-divider span {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
}

.login-divider p {
    margin: 0;

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

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

    letter-spacing: 1.2px;

    white-space: nowrap;
}


/* =========================================================
   SOCIAL BUTTONS
========================================================= */

.login-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.login-social-btn {
    height: 52px;

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

    gap: 10px;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;

    cursor: pointer;

    transition: 0.3s ease;
}

.login-social-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #ac0060;

    transform: translateY(-2px);
}

.login-social-btn i {
    font-size: 14px;
}


/* =========================================================
   REGISTER
========================================================= */

.login-register {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    margin-top: 28px;
    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.25);

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

    font-size: 12px;

    text-align: center;
}

.login-register a {
    color: #ffffff;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}

.login-register a:hover {
    color: #ffffff;
}



.login-security {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 22px;

    color: #888888;

    font-size: 10px;

    text-align: center;
}

.login-security i {
    color: #cd9c2a;
}



@media (max-width: 767px) {

    .login-section {
        padding: 40px 0 40px;
    }

    .login-header {
        margin-bottom: 30px;
    }

    .login-header h2 {
        font-size: 35px;
    }

    .login-header p {
        font-size: 12px;
    }

    .login-box {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .login-input {
        height: 53px;
    }

    .login-submit-btn {
        height: 54px;
    }

    .login-social-btn {
        height: 50px;
    }

}


@media (max-width: 400px) {

    .login-header h2 {
        font-size: 25px;
    }

    .login-box {
        padding: 27px 16px;
    }

    .login-social {
        grid-template-columns: 1fr;
    }

    .login-divider {
        gap: 10px;
    }

}

/* login page end */



/* register page */


/* =========================================================
   REGISTER SECTION
========================================================= */

.register-section {
    padding: 50px 0 50px;
    background: #fbf5e9;
    font-family: "Poppins", sans-serif;
}


/* =========================================================
   REGISTER WRAPPER
========================================================= */

.register-wrapper {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}


/* =========================================================
   REGISTER HEADER
========================================================= */

.register-header {
    text-align: center;
    margin-bottom: 38px;
}

.register-eyebrow {
    display: inline-block;
    margin-bottom: 15px;

    color: #ac0060;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;
}

.register-header h2 {
    margin: 0 0 15px;

    color: #000000;

    font-family: "Playfair Display", serif;

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

    line-height: 1.2;
}

.register-header p {
    max-width: 450px;

    margin: 0 auto;

    color: #777777;

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


/* =========================================================
   REGISTER BOX
========================================================= */

.register-box {
    padding: 45px;

    background: #ac0060;

    border-radius: 20px;
}


/* =========================================================
   FORM GROUP
========================================================= */

.register-form-group {
    margin-bottom: 23px;
}

.register-form-group > label {
    display: block;

    margin-bottom: 10px;

    color: #ffffff;

    font-size: 13px;
    font-weight: 500;
}


/* =========================================================
   TRANSPARENT INPUT
========================================================= */

.register-input {
    position: relative;

    width: 100%;
    height: 56px;

    display: flex;
    align-items: center;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.65);

    border-radius: 50px;

    transition: 0.3s ease;
}

.register-input:hover {
    border-color: #ffffff;
}

.register-input:focus-within {
    border-color: #cd9c2a;

    box-shadow:
        0 0 0 3px rgba(205, 156, 42, 0.15);
}


/* =========================================================
   INPUT ICON
========================================================= */

.register-input > i:first-child {
    width: 52px;
    flex: 0 0 52px;

    text-align: center;

    color: #ffffff;

    font-size: 14px;
}


/* =========================================================
   INPUT FIELD
========================================================= */

.register-input input {
    width: 100%;
    height: 100%;

    padding: 0 52px 0 0;

    border: none;
    outline: none;

    background: transparent;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
}

.register-input input::placeholder {
    color: rgba(255, 255, 255, 0.70);

    opacity: 1;

    font-size: 12px;
}


/* =========================================================
   CHROME AUTOFILL
========================================================= */

.register-input input:-webkit-autofill,
.register-input input:-webkit-autofill:hover,
.register-input input:-webkit-autofill:focus {

    -webkit-text-fill-color: #ffffff;

    -webkit-box-shadow:
        0 0 0 1000px #ac0060 inset;

    transition:
        background-color 5000s ease-in-out 0s;
}


/* =========================================================
   PASSWORD TOGGLE
========================================================= */

.register-password-toggle {
    position: absolute;

    right: 14px;
    top: 50%;

    width: 34px;
    height: 34px;

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

    transform: translateY(-50%);

    border: none;

    background: transparent;

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

    font-size: 14px;

    cursor: pointer;
}

.register-password-toggle:hover {
    color: #cd9c2a;
}


/* =========================================================
   TERMS
========================================================= */

.register-options {
    margin: 3px 0 25px;
}

.register-terms {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 12px;

    cursor: pointer;
}

.register-terms input {
    position: absolute;

    opacity: 0;

    pointer-events: none;
}

.register-checkmark {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

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

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.7);

    border-radius: 5px;
}

.register-terms input:checked + .register-checkmark {
    background: #cd9c2a;

    border-color: #cd9c2a;
}

.register-terms input:checked + .register-checkmark::after {
    content: "\f00c";

    color: #ffffff;

    font-family: "Font Awesome 6 Free";

    font-size: 9px;
    font-weight: 900;
}

.register-terms a {
    color: #ffffff;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}

.register-terms a:hover {
    color: #cd9c2a;
}


/* =========================================================
   REGISTER BUTTON
========================================================= */

.register-submit-btn {
    width: 100%;
    height: 57px;

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

    gap: 12px;

    border: 1px solid #ffffff;

    border-radius: 50px;

    background: #ffffff;

    color: #ac0060;

    font-family: "Poppins", sans-serif;

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

    letter-spacing: 0.8px;

    cursor: pointer;

    transition: 0.3s ease;
}

.register-submit-btn:hover {
    background: #cd9c2a;

    border-color: #cd9c2a;

    color: #ffffff;

    transform: translateY(-2px);
}

.register-submit-btn i {
    transition: 0.3s ease;
}

.register-submit-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   DIVIDER
========================================================= */

.register-divider {
    display: flex;
    align-items: center;

    gap: 15px;

    margin: 30px 0 22px;
}

.register-divider span {
    flex: 1;

    height: 1px;

    background: rgba(255, 255, 255, 0.30);
}

.register-divider p {
    margin: 0;

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

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

    letter-spacing: 1.2px;

    white-space: nowrap;
}


/* =========================================================
   SOCIAL BUTTONS
========================================================= */

.register-social {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;
}

.register-social-btn {
    height: 52px;

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

    gap: 10px;

    background: transparent;

    border: 1px solid rgba(255, 255, 255, 0.65);

    border-radius: 50px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

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

    cursor: pointer;

    transition: 0.3s ease;
}

.register-social-btn:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #ac0060;

    transform: translateY(-2px);
}

.register-social-btn i {
    font-size: 14px;
}


/* =========================================================
   LOGIN LINK
========================================================= */

.register-login {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    margin-top: 28px;
    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.25);

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

    font-size: 12px;

    text-align: center;
}

.register-login a {
    color: #ffffff;

    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}

.register-login a:hover {
    color: #cd9c2a;
}


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

.register-security {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    margin-top: 22px;

    color: #888888;

    font-size: 10px;

    text-align: center;
}

.register-security i {
    color: #cd9c2a;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .register-section {
        padding: 40px 0 40px;
    }

    .register-header {
        margin-bottom: 30px;
    }

    .register-header h2 {
        font-size: 35px;
    }

    .register-header p {
        font-size: 12px;
    }

    .register-box {
        padding: 30px 20px;

        border-radius: 18px;
    }

    .register-input {
        height: 53px;
    }

    .register-submit-btn {
        height: 54px;
    }

    .register-social-btn {
        height: 50px;
    }

}



@media (max-width: 400px) {

    .register-header h2 {
        font-size: 25px;
    }

    .register-box {
        padding: 27px 16px;
    }

    .register-social {
        grid-template-columns: 1fr;
    }

    .register-divider {
        gap: 10px;
    }

}

/* register page end */



/* about page */


.about-section {
    padding: 70px 0;
    background: #fbf5e9;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}


.about-image-wrap {
    position: relative;
    width: 100%;
    padding-right: 25px;
    padding-bottom: 25px;
}


.about-image {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 8px;
    background: #e9dfd0;
}

.about-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(0, 0, 0, 0.20)
    );

    pointer-events: none;
}

.about-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.8s ease;
}

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


.about-experience {
    position: absolute;

    left: -20px;
    bottom: 55px;

    z-index: 3;

    min-width: 190px;

    padding: 20px 24px;

    display: flex;
    align-items: center;

    gap: 15px;

    background: #ac0060;

    color: #ffffff;

    border-radius: 5px;

    box-shadow:
        0 15px 35px rgba(172, 0, 96, 0.25);
}

.about-experience strong {
    color: #cd9c2a;

    font-family: "Playfair Display", serif;

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

    line-height: 1;
}

.about-experience span {
    color: #ffffff;

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

    line-height: 1.5;

    letter-spacing: 0.5px;
}


/* =========================================================
   IMAGE DETAIL
========================================================= */

.about-image-detail {
    position: absolute;

    right: 0;
    bottom: 0;

    z-index: 4;

    display: flex;
    align-items: center;

    gap: 10px;

    padding: 12px 17px;

    background: #ffffff;

    border-radius: 4px;
}

.about-image-detail span {
    width: 25px;
    height: 2px;

    display: block;

    background: #cd9c2a;
}

.about-image-detail p {
    margin: 0;

    color: #555555;

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

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


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

.about-content {
    max-width: 570px;
    padding-left: 15px;
}

.about-eyebrow {
    display: inline-block;

    margin-bottom: 14px;

    color: #ac0060;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 3px;
}

.about-content h2 {
    margin: 0;

    color: #000000;

    font-family: "Playfair Display", serif;

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

    line-height: 1.22;
}

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



.about-line {
    width: 65px;
    height: 2px;

    margin: 22px 0 25px;

    background: #cd9c2a;
}



.about-intro {
    margin: 0 0 15px;

    color: #333333;

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

    line-height: 1.85;
}

.about-description {
    margin: 0 0 14px;

    color: #777777;

    font-size: 14px;

    line-height: 1.9;
}



.about-features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 27px;
}


.about-feature {
    display: flex;
    align-items: flex-start;

    gap: 12px;
}

.about-feature-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

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

    background: #ac0060;

    color: #ffffff;

    border-radius: 50%;

    font-size: 13px;
}

.about-feature-content h3 {
    margin: 0 0 5px;

    color: #222222;

    font-family: "Poppins", sans-serif;

    font-size: 12px;
    font-weight: 600;
}

.about-feature-content p {
    margin: 0;

    color: #888888;

    font-size: 10px;

    line-height: 1.6;
}



@media (max-width: 991px) {

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

    .about-image-wrap {
        max-width: 650px;
        margin: 0 auto;
    }

    .about-content {
        max-width: 650px;
        margin: 0 auto;
        padding-left: 0;
    }

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

}


@media (max-width: 767px) {

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

    .about-image-wrap {
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .about-image {
        height: 400px;
        border-radius: 6px;
    }

    .about-experience {
        left: 0;
        bottom: 40px;

        min-width: 165px;

        padding: 16px 18px;

        gap: 11px;
    }

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

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

    .about-image-detail {
        padding: 10px 13px;
    }

    .about-image-detail p {
        font-size: 8px;
    }

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

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

    .about-intro {
        font-size: 13px;
    }

    .about-description {
        font-size: 13px;
    }

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

}



@media (max-width: 400px) {

    .about-image {
        height: 350px;
    }

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

    .about-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .about-experience {
        min-width: 150px;
    }

}

/* about end */


/* contact page start */

.contact-section {
    padding: 60px 0;
    background: #fbf5e9;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}



.contact-header {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.contact-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #ac0060;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
}

.contact-header h2 {
    margin: 0;
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

.contact-header h2 span {
    color: #ac0060;
}

.contact-line {
    width: 70px;
    height: 2px;
    margin: 24px auto 25px;
    background: #cd9c2a;
}

.contact-header p {
    max-width: 650px;
    margin: 0 auto;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}



.contact-wrapper {
    overflow: hidden;
    background: #ac0060;
    border-radius: 12px;
    /* box-shadow: 0 25px 70px rgba(0, 0, 0, 0.10); */
}



.contact-info {
    height: 100%;
    padding: 60px 50px;
    background: #ac0060;
}

.contact-info-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #cd9c2a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.contact-info h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
}

.contact-info h3 strong {
    display: block;
    color: #cd9c2a;
    font-weight: 500;
}

.contact-info-text {
    max-width: 420px;
    margin: 0 0 40px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
}


/* =========================================================
   CONTACT INFO ITEM
========================================================= */

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;

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

    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;

    color: #cd9c2a;
    font-size: 14px;

    transition: all 0.3s ease;
}

.contact-info-item:hover .contact-icon {
    background: #cd9c2a;
    border-color: #cd9c2a;
    color: #fff;
    transform: translateY(-3px);
}

.contact-info-content span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.contact-info-content a,
.contact-info-content p {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
}

.contact-info-content a {
    transition: color 0.3s ease;
}

.contact-info-content a:hover {
    color: #cd9c2a;
}


/* =========================================================
   CONTACT SOCIAL
========================================================= */

.contact-social {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-social a {
    width: 40px;
    height: 40px;

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

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;

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

    text-decoration: none;

    transition: all 0.3s ease;
}

.contact-social a:hover {
    background: #cd9c2a;
    border-color: #cd9c2a;
    color: #fff;
    transform: translateY(-3px);
}


/* =========================================================
   CONTACT FORM BOX
========================================================= */

.contact-form-box {
    height: 100%;
    padding: 60px 55px;
    background: #fff;
}


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

.contact-form-heading span {
    display: block;
    margin-bottom: 10px;
    color: #ac0060;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-form-heading h3 {
    margin: 0;
    color: #111;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3;
}

.contact-form-heading h3 strong {
    color: #ac0060;
    font-weight: 500;
}



.contact-form-group {
    margin-bottom: 23px;
}

.contact-form-group label {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}


/* =========================================================
   INPUT
========================================================= */

.contact-input {
    position: relative;

    width: 100%;
    height: 58px;

    display: flex;
    align-items: center;

    background: #fff;
    border: 1px solid #ded9d0;
    border-radius: 6px;

    transition: all 0.3s ease;
}

.contact-input:hover {
    border-color: #c9c0b5;
}

.contact-input:focus-within {
    border-color: #ac0060;
    box-shadow: 0 0 0 3px rgba(172, 0, 96, 0.07);
}

.contact-input > i {
    width: 55px;
    flex: 0 0 55px;

    text-align: center;

    color: #ac0060;
    font-size: 14px;
}

.contact-input input {
    width: 100%;
    height: 100%;

    padding: 0 17px 0 0;

    border: none;
    outline: none;

    background: transparent;

    color: #222;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.contact-input input::placeholder {
    color: #aaa;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 400;
    opacity: 1;
}


/* =========================================================
   TEXTAREA
========================================================= */

.contact-textarea {
    position: relative;

    width: 100%;

    display: flex;
    align-items: flex-start;

    background: #fff;
    border: 1px solid #ded9d0;
    border-radius: 6px;

    transition: all 0.3s ease;
}

.contact-textarea:hover {
    border-color: #c9c0b5;
}

.contact-textarea:focus-within {
    border-color: #ac0060;
    box-shadow: 0 0 0 3px rgba(172, 0, 96, 0.07);
}

.contact-textarea > i {
    width: 55px;
    flex: 0 0 55px;

    padding-top: 19px;

    text-align: center;

    color: #ac0060;
    font-size: 14px;
}

.contact-textarea textarea {
    width: 100%;
    min-height: 145px;

    padding: 17px 17px 17px 0;

    border: none;
    outline: none;

    resize: vertical;

    background: transparent;

    color: #222;

    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

.contact-textarea textarea::placeholder {
    color: #aaa;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 400;
    opacity: 1;
}


.contact-submit-btn {
    width: 100%;
    height: 58px;

    margin-top: 7px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    background: #ac0060;
    border: 1px solid #ac0060;
    border-radius: 50px;

    color: #fff;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.contact-submit-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover {
    background: #cd9c2a;
    border-color: #cd9c2a;
    color: #fff;
    transform: translateY(-2px);
}

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


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

@media (max-width: 991px) {

    .contact-section {
        padding: 60px 0;
    }

    .contact-header {
        margin-bottom: 50px;
    }

    .contact-header h2 {
        font-size: 44px;
    }

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

    .contact-info {
        padding: 50px 40px;
    }

    .contact-info h3 {
        font-size: 35px;
    }

    .contact-form-box {
        padding: 50px 40px;
    }

}



@media (max-width: 767px) {

    .contact-section {
        padding: 60px 0;
    }

    .contact-header {
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .contact-eyebrow {
        margin-bottom: 13px;
        font-size: 11px;
        letter-spacing: 2.5px;
    }

    .contact-header h2 {
        font-size: 35px;
        line-height: 1.25;
    }

    .contact-line {
        margin: 20px auto;
    }

    .contact-header p {
        font-size: 13px;
        line-height: 1.8;
    }


    /* LEFT */

    .contact-info {
        padding: 40px 25px;
    }

    .contact-info-label {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .contact-info h3 {
        margin-bottom: 17px;
        font-size: 32px;
    }

    .contact-info-text {
        margin-bottom: 32px;
        font-size: 13px;
    }

    .contact-info-item {
        gap: 14px;
        margin-bottom: 21px;
    }

    .contact-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

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

    .contact-info-content a,
    .contact-info-content p {
        font-size: 13px;
    }


    /* SOCIAL */

    .contact-social {
        margin-top: 30px;
        padding-top: 25px;
    }

    .contact-social a {
        width: 37px;
        height: 37px;
        font-size: 11px;
    }


    /* FORM */

    .contact-form-box {
        padding: 40px 25px;
    }

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

    .contact-form-heading span {
        font-size: 10px;
    }

    .contact-form-heading h3 {
        font-size: 30px;
    }

    .contact-form-group {
        margin-bottom: 21px;
    }

    .contact-form-group label {
        margin-bottom: 9px;
        font-size: 13px;
    }

    .contact-input {
        height: 55px;
    }

    .contact-input > i {
        width: 50px;
        flex-basis: 50px;
        font-size: 13px;
    }

    .contact-input input {
        padding-right: 14px;
        font-size: 13px;
    }

    .contact-input input::placeholder {
        font-size: 10px;
    }


    /* TEXTAREA */

    .contact-textarea > i {
        width: 50px;
        flex-basis: 50px;
        padding-top: 18px;
        font-size: 13px;
    }

    .contact-textarea textarea {
        min-height: 135px;
        padding: 15px 14px 15px 0;
        font-size: 13px;
    }

    .contact-textarea textarea::placeholder {
        font-size: 10px;
    }


    /* BUTTON */

    .contact-submit-btn {
        height: 55px;
        font-size: 12px;
    }

}


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

@media (max-width: 400px) {

    .contact-section {
        padding: 50px 0;
    }

    .contact-header {
        margin-bottom: 35px;
    }

    .contact-header h2 {
        font-size: 30px;
    }

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

    .contact-info {
        padding: 35px 20px;
    }

    .contact-info h3 {
        font-size: 28px;
    }

    .contact-info-text {
        font-size: 13px;
    }

    .contact-form-box {
        padding: 35px 20px;
    }

    .contact-form-heading h3 {
        font-size: 22px;
    }

    .contact-input > i,
    .contact-textarea > i {
        width: 47px;
        flex-basis: 47px;
    }

    .contact-input input,
    .contact-textarea textarea {
        font-size: 12px;
    }

    .contact-input input::placeholder,
    .contact-textarea textarea::placeholder {
        font-size: 10px;
    }

}