:root {
    --text-primary: #000;
    --text-secondary: #fff;
    --text-accent: #363636;
    --text-light-grey: #757575;

    --btn-primary-bg: #d39f14;
    --btn-primary-text: #000;

    --btn-secondary-bg: #000;
    --btn-secondary-text: #fff;

    --font-primary: "Playfair Display", serif;
    --font-secondary: "Jost", sans-serif;
}

@import url(https://db.onlinewebfonts.com/c/cc6c8a856591a90bf276a260fb6e572a?family=Kayana);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    margin: 0;
}

p,
span,
a,
label {
    font-family: var(--font-secondary);
    margin: 0;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1680px;
}

.btn {
    padding: 20px 40px;
    border-radius: 0;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.primary-btn {
    background-color: var(--btn-primary-bg);
    color: var(--btn-primary-text);
}

.primary-btn:hover {
    background-color: var(--btn-secondary-bg);
    color: var(--btn-secondary-text);
}

.secondary-btn {
    background-color: var(--btn-secondary-bg);
    color: var(--btn-secondary-text);
}

.secondary-btn:hover {
    background-color: var(--btn-primary-bg);
    color: var(--btn-primary-text);
}

.s-padding {
    padding: 80px 0px;
}

/* header CSS starts */

a.nav-link.active {
    color: #f6ae34 !important;
}

header.main-header .navbar-nav {
    gap: 40px;
}

button.navbar-toggler:focus {
    box-shadow: none;
}

header.main-header ul.navbar-nav a.nav-link.active {
    color: #f6ae34;
}

header.main-header ul.navbar-nav a.nav-link:hover {
    color: #f6ae34;
}

a.nav-link.active:before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    background: #f6ae34;
    bottom: -49px;
    left: 0;
    right: 0;
}

a.nav-link {
    position: relative;
    width: fit-content;
    text-transform: uppercase;
}

header.main-header ul.navbar-nav a.nav-link {
    padding: 0;
    color: var(--btn-secondary-text);
    font-family: var(--font-secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.header-icons {
    display: flex;
    gap: 44px;
}

header.main-header a.navbar-brand {
    margin-right: 81px;
    padding: 0;
}

header.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

header.main-header nav.navbar {
    padding: 0px;
}

header.main-header nav.navbar .container {
    border-bottom: 1px solid rgb(255 255 253 / 30%);
    padding-top: 30px;
    padding-bottom: 30px;
}

#mobileMenu {
    max-width: 90%;
}

/* header css ends */

/* hero section starts */
section.hero-section {
    background-image: url(images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 40px;
    height: 850px;
}

.hero-left h1 {
    font-family: var(--font-primary);
    color: var(--btn-primary-text);
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
    line-height: 98px;
    /* text-transform: capitalize; */
}

.hero-left p {
    color: var(--btn-primary-text);
    font-family: var(--font-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.hero-left .btn {
    width: fit-content;
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-image-wrapper2 {
    margin-top: 12px;
}

/* hero section css ends */

/* legacy-section css starts */

h2.legacy-title {
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 98px;
    text-transform: capitalize;
}

p.legacy-subtitle {
    color: var(--text-accent);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-bottom: 20px;
}

h6.product-title {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

span.product-price {
    color: #000;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.explore-btn-wrapper {
    margin-top: 53px;
}

/* legacy section css ends */

/* collection section css starts */

h2.collection-title {
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 98px;
    text-transform: capitalize;
    padding-bottom: 13px;
}

p.collection-subtitle {
    color: var(--text-accent);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

p.collection-tag {
    color: #757575;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
    /* margin-top: 23px; */
}

h6.collection-name {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 23px;
}

span.collection-price {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

span.wishlist-icon {
    position: absolute;
    top: 28px;
    right: 22px;
}

#products-tab .collection-card {
    padding: 16px;
    background: #f5f5f2;
}

.collection-img {
    position: relative;
}

#products-tab .collection-img {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.collection-btn-wrapper {
    margin-top: 48px;
}

section.collection-section.s-padding.the-bare-edit.collection-slider h2.collection-title {
    text-align: center;
}

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

details[open] img {
    transition: all 0.3s ease;
    transform: rotate(180deg);
}

details img {
    transition: all 0.3s ease;
}

/* collection section css ends */

/* brand story section css starts */

section.brand-story-section {
    background-image: url(images/brand-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}

h2.brand-story-title {
    color: var(--text-secondary);
    font-family: var(--font-primary);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 98px;
    text-transform: capitalize;
}

p.brand-story-tagline {
    color: #fff;
    font-style: italic;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

p.brand-story-text {
    color: var(--text-secondary);
    font-family: var(--font-primary);
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 133.4%;
    /* text-transform: capitalize; */
    padding-top: 33px;
}

.brand-story-tagline span {
    font-family: Kayana;
    font-size: 44px;
    font-style: italic;
}

p.feature-text {
    color: var(--text-secondary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-top: 24px;
}

.row.brand-features {
    margin-top: 76px;
}

span.feature-icon img {
    width: 45px;
    height: 45px;
}

.brand-features .col-md-4.col-12:nth-child(2) .feature-item {
    border-left: 1px solid rgba(154, 154, 154, 0.6);
    border-right: 1px solid rgba(154, 154, 154, 0.6);
}

/* brand story section css ends */

/* collection slider css starts */
.collection-slider .collection-card {
    padding: 0 12px;
}

.collection-slider button.slick-next.slick-arrow {
    width: auto;
    position: absolute;
    top: -90px;
    right: 0px;
}

.collection-slider button.slick-prev.slick-arrow {
    width: auto;
    position: absolute;
    top: -90px;
    right: 60px;
}

button.slick-arrow {
    font-size: 0;
    border: 0;
    background: none;
}

button.slick-next.slick-arrow::before {
    content: "";
    background-image: url(images/Next-icon.svg);
    background-size: contain;
    width: 36px;
    height: 20px;
    background-repeat: no-repeat;
    display: block;
    font-size: 36px;
}

button.slick-prev.slick-arrow::before {
    content: "";
    background-image: url(images/Previous-icon.svg);
    background-size: contain;
    width: 36px;
    height: 20px;
    background-repeat: no-repeat;
    display: block;
    font-size: 36px;
}

button.slick-arrow.slick-disabled::before {
    filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(3110%) hue-rotate(83deg) brightness(92%) contrast(92%);
}

#products-tab .collection-card {
    background: #f5f5f2;
    padding: 16px;
    height: 100%;
}

.price-range {
    padding: 0 16px;
}

/* collection slider css ends */

/* testimonial section css starts */
h2.testimonial-heading {
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 98px;
    text-transform: capitalize;
}

p.testimonial-description {
    color: var(--text-accent);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.testimonial-wrapper {
    margin-top: 75px;
}

.testimonial-description,
.testimonial-author {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.testimonial {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    border-bottom: 4px solid #d9d9d9;
    padding-bottom: 25px;
}

.testimonial-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
}

.testimonial-button {
    margin-top: 95px;
}

/* testimonial section css ends */

/* Footer css starts */

footer.footer-section {
    background: url(images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

h6.footer-heading {
    color: #513b33;
    font-family: var(--font-secondary);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: 6.12px;
    text-transform: uppercase;
    margin-top: 10px;
}

p.footer-text {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 25px;
    /* text-transform: capitalize; */
}

form.footer-form.d-flex.justify-content-center {
    max-width: 546px;
    margin: 26px auto 22px;
}

form.footer-form input.form-control {
    background: none;
    border-bottom: 1px solid #000 !important;
    border: 0;
    padding: 0;
    padding-bottom: 11px;
    border-radius: 0;
    font-size: 20px;
    font-family: "Jost";
}

form.footer-form button.form-btn {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    background-color: unset;
    outline: none;
    box-shadow: none;
}

form.footer-form input.form-control::placeholder {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

form.footer-form input.form-control:focus {
    box-shadow: none;
}

p.footer-privacy {
    color: #656565;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

p.footer-privacy a {
    color: #656565;
    text-decoration: underline;
}

ul.footer-links {
    margin-top: 41px;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

li.footer-quick-links a {
    color: #000;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 56px;
    margin-bottom: 31px;
}

p.footer-copy {
    color: #555;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

/* Homepage css ends */

/* About us page css */
section.about-hero {
    background-image: url(/frontend/images/About-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 130px;
    padding-left: 185px;
    padding-right: 185px;
}

section.about-text-section.s-padding {
    max-width: 1396px;
    margin: 0 auto;
}

section.founder-section.s-padding {
    max-width: 1396px;
    margin: 0 auto;
}

.founder-content h2 {
    font-size: 40px;
}

section.our-skills-section.s-padding {
    max-width: 1396px;
    margin: 0 auto;
}

p.about-hero-subheading {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1.about-hero-heading {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-top: 8px;
    margin-bottom: 28px;
}

p.about-hero-text {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 28px;
}

p.about-text {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.about-text.about-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    font-weight: 300;
    font-size: 24px;
}

.video-overlay {
    background:
        linear-gradient(0deg,
            rgba(34, 34, 34, 0.3) 0%,
            rgba(34, 34, 34, 0.3) 100%),
        url(/frontend/images/Founder-img.png) lightgray 50% / cover no-repeat;
    background-blend-mode: normal, luminosity;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bottom-right-image .video-overlay {
    background:
        linear-gradient(0deg,
            rgba(34, 34, 34, 0.3) 0%,
            rgba(34, 34, 34, 0.3) 100%),
        url(/frontend/images/Founder-img2.png) lightgray 50% / cover no-repeat;
}

.founder-video span.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

h3.founder-title {
    color: var(--text-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.founder-description {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    gap: 25px;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}

.founder-highlight {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h2.skills-title {
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* text-transform: capitalize; */
    margin-bottom: 28px;
}

.skill-with-text h5 {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.skill-with-text p {
    color: #444;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

.skill-item {
    margin-bottom: 24px;
    gap: 34px;
}

.skill-icon {
    margin-top: 11px;
}

section.collection-section.s-padding.regal-edition {
    padding-top: 0;
}

section.collection-section.s-padding.essence-collection {
    padding-top: 0;
}

section.collection-section.s-padding.the-bare-edit.collection-slider {
    padding-bottom: 0;
}

/* profile page css  starts */
.profile-sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.profile {
    border-bottom: 1px solid #626262;
    padding-bottom: 18px;
}

p.profile-greeting {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.profile-greeting span {
    font-size: 25px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

h6.profile-menu-title,
a.profile-logout-link {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.profile-menu-item a.profile-menu-link {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

li.profile-menu-item a.profile-menu-link.active {
    color: #f6ae34;
    font-weight: 500;
}

.row.profile-page-wrapper {
    justify-content: space-between;
}

.profile-content-inner {
    padding: 27px 45px 45px 46px;
    border-color: #626262;
}

.profile-content-header {
    border-bottom: 1px solid #626262;
    margin-bottom: 42px;
    padding: 10px 0;
}

h5.profile-content-title {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.col-sm-4.profile-detail-label {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.col-sm-8.profile-detail-value {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    word-break: break-word;
}

label.profile-detail-label {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input.form-control {
    border-bottom: 1px solid #666 !important;
    border: 0;
    border-radius: 0;
    height: 46px;
}

input.form-control:focus {
    box-shadow: none;
}

form.profile-edit-form {
    display: flex;
    flex-direction: column;
    gap: 42px;
    max-width: 600px;
}

.profile-edit-input select.form-select {
    height: 42px;
    border-bottom: 1px solid #666 !important;
    border: 0;
    border-radius: 0;
}

.profile-edit-input select.form-select:focus {
    box-shadow: none;
}

.profile-details {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.orders-search-row {
    max-width: 480px;
    position: relative;
    margin-bottom: 40px;
}

.orders-search-row svg {
    position: absolute;
    left: 20px;
    top: 14px;
}

.orders-search-row input.form-control.orders-search-input {
    border: 1px solid #626262;
    padding: 20px 55px;
}

.order-item {
    padding: 18px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

h6.order-item-title {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.order-item-meta {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.order-item-price {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.order-item-delivery {
    color: #3f9a0d;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p.order-item-delivery span {
    color: #666;
}

a.order-item-review {
    color: #f6ae34;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-top: 30px;
}

.order-item-info {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

button.wishlist-cart-btn {
    padding: 12px 20px;
    font-size: 20px;
    text-transform: none;
}

.profile-edit-form .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}

.wishlist-content {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
}

.wishlist-content {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 20px;
}

h6.wishlist-title {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.wishlist-meta {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a.wishlist-remove {
    color: #c21f10;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a.btn.primary-btn.address-add-btn {
    padding: 12px 20px;
    font-size: 20px;
}

a.btn.primary-btn.address-add-btn:hover svg path {
    stroke: #fff;
    fill: #fff;
}

span.address-tag {
    padding: 12px 18px;
    background: rgba(175, 141, 90, 0.31);
}

.address-content {
    margin-top: 12px;
}

p.address-text {
    color: #626262;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p.address-name {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.address-item {
    padding: 26px 18px;
    background: #f5f5f5;
}

.address-item.address-item-selected {
    border: 2px solid #b9b9b9;
}

.address-wrapper {
    gap: 42px;
}

h5.modal-title {
    color: var(--text-primary);
    font-size: 24px;
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

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

#addAddressModal .modal-body label.form-label {
    font-size: 20px;
}

#addAddressModal .form-check-input:checked {
    background-color: #d39f14;
    border-color: #d39f14;
    box-shadow: none;
}

.address-edit-dropdown .dropdown-item.active,
.address-edit-dropdown .dropdown-item:active {
    background-color: #d39f14;
}

.profile-detail-row.row.profile-photo img {
    width: 110px;
    height: 110px;
    padding: 0;
}

#navsearchModal span.input-group-text {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

#navsearchModal .modal-dialog.modal-dialog-centered.modal-xl {
    max-width: 100%;
    padding: 20px;
}

#navsearchModal label.form-label {
    color: #000;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

#navsearchModal select.form-select {
    padding: 16px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #999;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: capitalize; */
}

#navsearchModal select.form-select:focus {
    border-color: unset;
    box-shadow: none;
}

.search-select-wrapper {
    gap: 24px;
}

.search-select-input {
    flex: 0 0 calc((100% - 96px) / 5);
    max-width: calc((100% - 96px) / 5);
}

#navsearchModal .modal-content {
    padding: 24px;
    gap: 24px;
    border-radius: 4px;
}

#navsearchModal .modal-header.border-0 {
    border-bottom: 1px solid #e8e7e7 !important;
}

/* profile page css  ends */

.coupon-wrapper h5 {
    color: #666;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-group.apply-coupon-input {
    padding: 8px;
    border-radius: 4px;
    background: #ededed;
}

.input-group.apply-coupon-input input {
    padding: 12px 8px;
    border: none !important;
}

button.btn.apply-btn {
    background: #d39f14;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.coupon-wrapper {
    margin-bottom: 30px;
}

div#couponList {
    margin-top: 5px;
}

.loyaltyBox {
    margin-bottom: 30px;
}

.loyaltyBox h5 {
    color: #666;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-dash .product-image {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-dash .card.products-card {
    background: #f5f5f2;
    padding: 16px;
    height: 100%;
}

/* Media queries */

@media (min-width: 992px) and (max-width: 1366px) {
    header.main-header .navbar-nav {
        gap: 16px !important;
        justify-content: space-evenly !important;
    }

    header a.navbar-brand img {
        width: 150px;
    }

    header .header-icons img {
        width: 20px;
    }

    a.nav-link.active:before {
        bottom: -40px;
    }

    header.main-header a.navbar-brand {
        margin-right: 0;
    }

    .header-icons {
        gap: 24px !important;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    header.main-header ul.navbar-nav a.nav-link {
        font-size: 12px !important;
    }
}

@media (max-width: 1600px) {
    header.main-header ul.navbar-nav a.nav-link {
        font-size: 16px;
    }

    header.main-header a.navbar-brand {
        margin-right: 15px;
    }

    .header-icons {
        gap: 30px;
    }

    header.main-header .navbar-nav {
        gap: 40px;
        justify-content: center;
        width: 100%;
        margin-right: 15px;
    }

    p.order-item-price,
    .order-item-delivery,
    .order-item-review {
        font-size: 18px !important;
    }

    .order-item-info {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    h6.order-item-title {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .hero-left h1 {
        font-size: 52px;
        line-height: normal;
    }

    h2.legacy-title,
    h2.collection-title {
        font-size: 48px;
    }

    h2.legacy-title,
    h2.brand-story-title,
    h2.testimonial-heading {
        font-size: 48px;
    }

    /* section.collection-section.s-padding,
    section.testimonial-section.s-padding {
        padding-top: 0px;
    } */

    header.main-header ul.navbar-nav a.nav-link {
        font-size: 14px;
    }

    .btn {
        padding: 12px 24px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    span.navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(61%) sepia(80%) saturate(495%) hue-rotate(4deg) brightness(91%) contrast(89%);
    }

    button.navbar-toggler {
        border-color: #ffc107 !important;
    }

    .navbar-collapse.collapse.show {
        background: black;
        padding: 20px;
    }

    button.wishlist-cart-btn {
        font-size: 16px;
    }

    .search-select-input {
        width: 48%;
        max-width: 48%;
    }

    .search-select-wrapper {
        flex-wrap: wrap;
    }

    .search-select-input.modal-search-btn {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    a.nav-link.active:before {
        bottom: 0;
    }

    .order-item {
        padding: 0;
    }

    .profile-content {
        margin-top: 30px;
    }

    .profile-content-inner {
        padding: 20px;
    }

    .testimonial-rating img {
        width: auto;
    }

    .s-padding {
        padding: 45px 0;
    }

    /* .hero-left h1 {
        font-size: 52px;
        line-height: 60px;
    } */

    .hero-right .row.gx-4.align-items-center {
        gap: 15px;
        margin-top: 24px;
    }

    .testimonial-wrapper .col-lg-3.col-md-6 {
        margin-bottom: 20px;
    }

    .cart-product {
        margin: 0;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    span.wishlist-icon img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .profile-content-header {
        flex-direction: column;
        gap: 10px;
    }

    .orders-search-row input.form-control.orders-search-input {
        padding: 20px 45px;
        font-size: 10px;
    }

    .search-select-input {
        width: 100%;
        max-width: 100%;
    }

    .legacy-card {
        margin-bottom: 20px;
    }

    .legacy-card {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 35px !important;
        line-height: 1.3 !important;
    }

    .founder-description {
        gap: 20px;
    }

    .founder-highlight {
        gap: 20px;
    }

    p {
        font-size: 18px !important;
    }

    .collection-card {
        margin-bottom: 24px;
    }

    .brand-features .col-md-4.col-12:nth-child(2) .feature-item {
        border: 0 !important;
    }

    .row.brand-features {
        margin-top: 38px;
        gap: 20px;
    }

    .testimonial-wrapper {
        margin-top: 37px;
    }

    .testimonial-description,
    .testimonial-author {
        font-size: 18px;
    }

    h6.footer-heading {
        font-size: 24px;
        line-height: 32px;
    }

    form.footer-form input.form-control::placeholder {
        font-size: 16px;
    }

    ul.footer-links {
        margin-top: 20px;
        margin-bottom: 20px;
        flex-direction: column;
        padding: 0;
    }

    .testimonial {
        gap: 5px;
    }

    .testimonial-details {
        gap: 10px;
        justify-content: unset;
    }

    .testimonial-button {
        margin-top: 30px;
    }

    h6.collection-name {
        font-size: 24px;
    }

    span.collection-price,
    span.product-price {
        font-size: 17px;
    }

    header.main-header nav.navbar .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header.main-header a.navbar-brand {
        margin-right: 0px;
    }

    h2.collection-title {
        text-align: center;
    }

    button.slick-prev.slick-arrow {
        position: absolute;
        bottom: -50px;
        left: 40%;
        top: unset !important;
        right: unset !important;
    }

    button.slick-next.slick-arrow {
        right: -50% !important;
        bottom: -50px !important;
        top: unset !important;
        width: 100% !important;
    }

    span.wishlist-icon {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

@media (max-width: 575px) {
    #navsearchModal .modal-dialog.modal-dialog-centered.modal-xl {
        padding: 0px;
    }

    .orders-wrapper .product-card {
        flex-direction: column;
    }

    .orders-wrapper .product-img img.img-fluid {
        height: auto;
    }
}

@media (min-width: 1680px) {
    #navsearchModal .modal-dialog.modal-dialog-centered.modal-xl {
        max-width: 1680px;
    }
}

.cart-product {
    margin: 12px;
}

.order-header span.badge.bg-secondary {
    background: #25d366 !important;
}

/* Contact us page css */

p.contactus_description_center {
    text-align: center;
}

.contact-hero-heading {
    color: var(--text-primary);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 48px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-top: 8px;
    margin-bottom: 28px;
}

.contact-section {
    max-width: 1112px;
    margin: 100px auto;
}

.contact-section h2 {
    font-family: Jost;
    font-weight: 400;
    font-size: 87px;
    line-height: 100px;
    text-transform: uppercase;
}

.contact-section p {
    max-width: 1112px;
    padding-top: 15px;
    margin: 0 auto 25px;
    font-family: Jost;
    font-size: 24px;
    line-height: 32px;
    /* text-transform: capitalize; */
}

.contact-form {
    max-width: 1112px;
    margin: 0 auto;
}

/* .row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.row {
 --bs-gutter-x: 0;
} */

.contact-form .row .form-group {
    flex: 1;
}

.form-group {
    width: 100%;
    text-align: left;
}

.form-group label {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 6px;
    margin-top: 30px;
}

.form-group label span {
    color: red;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #626262;
    outline: none;
    font-size: 16px;
    height: 60px;
}

.contact-textarea {
    height: 130px !important;
}

textarea {
    resize: none;
    height: 120px;
}

.btn-wrapper {
    margin-top: 74px;
}

.btn-submit {
    background: #d39f14;
    border: none;
    color: #000;
    padding: 20px 35px;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
}

.btn-submit:hover {
    background: #b88b00;
}

/* brand story css */

.brand-story {
    background-image: url(images/brand-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

.brand-overlay {
    position: absolute;
    inset: 0;
}

.brand-content {
    position: relative;
    max-width: 900px;
    margin: auto;
    text-align: center;
    z-index: 2;
}

.brand-content h2 {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 64px;
    line-height: 98px;
    /* text-transform: capitalize; */
}

.subtitle {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 25px;
    color: #e6d3a3;
}

.subtitle span {
    font-family: Kayana;
    font-size: 44px;
}

.description {
    font-family: "Playfair Display";
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    line-height: 38px;
    color: #ddd;
    margin-bottom: 40px;
    /* text-transform: capitalize; */
}

/*   features  */

.features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.feature-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
}

.feature-img img {
    width: 45px;
    height: 45px;
}

.feature-img p {
    font-family: Jost;
    padding-top: 20px;
    font-size: 24px;
    text-align: center;
    /* text-transform: capitalize; */
}

/* Divider line */
.feature-img:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(154, 154, 154, 0.6);
}

/* MOBILE RESPONSIVE*/

@media (max-width: 768px) {
    .contact-section {
        margin: 40px 15px;
    }
}

@media (max-width: 767px) {
    .contact-hero-heading h1 {
        font-size: 38px !important;
    }

    .contact-section h2 {
        font-size: 39px !important;
        line-height: 48px;
    }

    .contact-section p {
        font-size: 16px;
        line-height: 22px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .btn-submit {
        font-size: 16px;
        padding: 10px 20px;
    }

    .brand-story {
        padding: 60px 15px;
    }

    .brand-content h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .subtitle {
        font-size: 14px;
    }

    .subtitle span {
        font-size: 26px;
    }

    .description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    /* features */
    .features {
        flex-direction: column;
        gap: 30px;
    }

    .feature-img {
        padding: 10px 0;
    }

    .feature-img img {
        width: 36px;
        height: 36px;
    }

    .feature-img p {
        font-size: 16px;
        padding-top: 12px;
    }

    /* Remove divider on mobile */
    .feature-img:not(:last-child)::after {
        display: none;
    }
}

.product-actions button:active {
    background-color: unset !important;
}

.product-actions .wishlist-btn:hover,
.product-actions .wishlist-btn:active {
    background: #d39f14;
}

.product-actions button.btn.btn-outline-secondary:active {
    background: #d39f14;
}

.single-product-header {
    background-image: url(images/product-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 252px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 40px;
}

header.main-header nav.navbar {
    z-index: 9;
}

.single-product-header::after {
    background: #e4c9b8;
    position: absolute;
    content: "";
    width: 100%;
    content: "";
    height: 120px;
    top: 0;
    z-index: -1;
}

/* .products-img img {
    max-width: 673px;
    max-height: 610px;
    object-fit: cover;
} */

.single-product-title {
    font-size: 42px;
    font-family: var(--font-secondary);
    line-height: 1;
    margin: 12px 0px;
}

.single-product-subtitle {
    font-family: var(--font-secondary);
    font-size: 28px;
    color: #666666;
    margin-bottom: 32px;
    font-weight: 400;
}

.segment {
    font-size: 20px;
    color: #757575;
}

.single-product-desc {
    font-size: 20px;
}

.mb-6 {
    margin-bottom: 32px;
}

.product-dash {
    margin-top: 150px;
}

.s-product-category,
.s-product-price {
    font-size: 22px;
        color: #757575;
}

.s-product-title {
    /* font-size: 28px; */
        color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 23px;
}

.product-dash h2 {
    font-size: 64px;
}

.s-product-price {
    /* font-family: var(--font-secondary); */
        color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-dash {
    margin-bottom: 90px;
}

/* Hide radio input */
.hand-radio {
    display: none;
}

/* Button base */
.hand-btn {
    border: 1px solid #e5e5e5;
    padding: 16px;
    cursor: pointer;
    display: block;
    background-color: #ffffff;
    color: #777;
    transition: all 0.2s ease;
    height: 100%;
    text-align: center;
}

/* Title */

.both-hand-title,
.single-hand-title {
    font-weight: 500;
    font-size: 20px !important;
}

/* Description */
.hand-btn p {
    margin: 0;
    font-size: 14px;
    color: inherit;
}

/* Active (checked) state */
.hand-radio:checked+.hand-btn {
    background-color: #1e1e1e;
    color: #ffffff;
    border-color: #1e1e1e;
}

/* Link color inside active */
.hand-radio:checked+.hand-btn a {
    color: #ffffff;
}

/* 
.sc-hand {
    width: 53%;
}

.f-hand {
    width: 47%;
} */

.f-hand {
    display: flex;
    gap: 15px;
}

@media (max-width: 1024px) {
    .f-hand {
        flex-wrap: wrap;
    }

    .hand-btn {
        width: 100%;
    }

    section.hero-section {
        height: 550px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hand-btn {
        width: 332px;
    }
}


@media (max-width: 1024px) {

    span.carousel-control-next-icon,
    span.carousel-control-prev-icon {
        display: none;
    }

    .f-hand,
    .sc-hand {
        width: 100%;
    }
}

.size-btn {
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 18px;
    color: #626262;
    display: inline-flex;
    width: 73px;
    height: 45px;
    align-items: center;
    justify-content: center;
}

/* Hide actual radio */
.size-radio {
    display: none;
}

/* Active (checked) state */
.size-radio:checked+.size-btn {
    background-color: #f6ae34;
    color: #222222;
    border-color: #f6ae34;
}

.qty-input {
    width: 60px;
    text-align: center;
}

.thumb-img-section {
    max-width: 673px;
    flex-wrap: wrap;
}

.thumb-img {
    width: 76px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #ddd;
    cursor: pointer;
}

.thumb-img.active {
    border: 2px solid #f0ad4e;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 52px;
    height: 52px;
    background-color: #f0e2cc;

    background-image: none;
    /* remove bootstrap svg */
    position: relative;
}

/* Common arrow style */
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
}

/* Left arrow */
.carousel-control-prev-icon::before {
    transform: translate(-40%, -50%) rotate(135deg);
}

/* Right arrow */
.carousel-control-next-icon::before {
    transform: translate(-60%, -50%) rotate(-45deg);
}

/* Position offset */
span.carousel-control-prev-icon {
    position: relative;
    left: -50px;
}

span.carousel-control-next-icon {
    position: relative;
    right: -50px;
}

.products-card {
    border: none;
}

.card.products-card {
    padding: 0px;
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-category {
    font-size: 0.85rem;
    color: #777;
    margin-top: 10px;
}

img.pro-img {
    max-height: 613px;
}

.product-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 2px 0;
}

.product-price {
    font-size: 0.9rem;
    color: #000;
}

.product-image img {
    width: 100%;
}

/* login css & verify otp*/


.left-images img {
    max-width: 80% !important;
    margin: auto !important;
}

.bangles-bg {
    background-color: #e4c9b8;
}

.images-flex {
    display: flex;
}

.left-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.right-image {
    display: flex;
    align-items: center;
}

/* Center image between 1 & 2 */
.center-img {
    position: relative;
}

.login-logo {
    width: 351px;
    margin-bottom: 66px;
}

.l-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    color: #1c293d;
}

.send-otp {
    width: 100%;
    padding: 24px 16px;
    gap: 10px;
    background-color: #d39f14;
    color: black;
    opacity: 1;
    border: none;
    font-size: 26px;
}

.mobile-input {
    background-color: #f6f6f6;
    border-bottom: 1px solid #626262 !important;
    border-radius: 0 !important;
    margin-bottom: 54px;
}

.otp-container {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 35px;
}

.otp-container input {
    max-width: 74px;
    width: auto;
    height: 91px;
    text-align: center;
    background-color: #f6f6f6;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #bcbcbc;
    outline: none;
    transition: border-color 0.3s;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .otp-container input {
        max-width: 50px;
        width: auto;
        height: 70px;
        text-align: center;
        background-color: #f6f6f6;
        font-size: 24px;
        font-weight: bold;
        border: 1px solid #bcbcbc;
        outline: none;
        transition: border-color 0.3s;
    }
}

.otp-container input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.sms-color {
    color: #d39f14;
}

#login_bg {
    background-color: #f6f6f6;
}

span.header-user {
    position: relative;
}

.login-drop {
    position: absolute;
    width: 80px;
    padding: 8px 10px;
    background-color: #d39f14;
    left: 50%;
    transform: translate(-50%, 0);
    top: 39px;
    color: #fff;
    text-align: center;
    display: flex;
    display: none;
    justify-content: center;
}

.login-drop a {
    color: var(--btn-secondary-bg);
    text-align: center;
}

span.header-user:hover .login-drop {
    display: block;
}

.login-drop::before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d39f14;
}

@media (max-width: 1679px) {
    .container {
        width: 100%;
        padding: 0px 30px;
    }
}

@media (min-width: 991px) and (max-width: 1499px) {
    .hero-left h1 {
        font-size: 60px;
        line-height: normal;
    }

    p.brand-story-text,
    p.brand-story-tagline {
        font-size: 24px !important;
    }

    h2.legacy-title,
    h2.brand-story-title,
    h2.testimonial-heading,
    h2.collection-title {
        font-size: 48px;
    }
}

/* Home Mobile view css */
@media (min-width: 320px) and (max-width: 768px) {
    header.main-header a.navbar-brand {
        img {
            width: 220px;
        }
    }
}

@media (min-width: 360px) and (max-width: 768px) {
    .hero-left h1 {
        font-size: 36px;
        line-height: normal;
    }

    h2.brand-story-title {
        line-height: 2 !important;
    }

    h2.collection-title {
        padding: 20px 0px;
    }

    h2.legacy-title,
    h2.collection-title {
        font-size: 32px !important;
    }

    h6.collection-name,
    h6.product-title {
        font-size: 20px;
    }

    .hero-left p {
        font-size: 22px !important;
    }

    button.slick-next.slick-arrow,
    button.slick-prev.slick-arrow {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 1320px) {

    h6.collection-name,
    h6.product-title {
        font-size: 24px;
    }

    p.brand-story-text,
    p.brand-story-tagline {
        font-size: 24px !important;
    }
}

@media (max-width: 1400px) {
    header.main-header .navbar-nav {
        gap: 26px;
        justify-content: center;
    }

    section.about-hero {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Responsive css (Shikha) */

@media (max-width: 1200px) {
    .hero-left h1 {
        font-size: 40px;
        line-height: normal;
    }

    h2.legacy-title,
    h2.brand-story-title,
    h2.testimonial-heading,
    h2.collection-title {
        font-size: 30px;
    }

    h6.collection-name,
    h6.product-title {
        font-size: 20px;
    }

    span.product-price {
        font-size: 20px;
    }

    .explore-btn-wrapper {
        margin-top: 35px;
    }

    .s-padding {
        padding: 50px 0;
    }
}

@media (max-width: 992px) {
    .hero-left h1 {
        font-size: 40px;
    }

    .hero-left p {
        font-size: 25px;
    }

    .hero-right {
        padding-top: 20px;
    }

    p.about-text.about-left {
        line-height: normal !important;
    }

    .founder-content h2 {
        font-size: 32px;
    }

    h2.skills-title {
        font-size: 32px;
    }

    .skill-with-text h5 {
        font-size: 24px;
    }

    .skill-with-text p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {

    .container {
        padding: 0 12px;
    }

    .hero-left h1 {
        font-size: 30px;
        line-height: normal;
    }

    .hero-left p {
        font-size: 18px !important;
    }

    .btn {
        font-size: 15px;
    }

    h2.legacy-title,
    h2.collection-title {
        font-size: 25px !important;
        line-height: 56px;
    }

    p.legacy-subtitle {
        font-size: 18px;
    }

    .hero-image-wrapper3 {
        padding-top: 24px;
    }

    p.brand-story-text {
        font-size: 23px !important;
    }

    p.brand-story-text {
        padding-top: 25px;
    }

    p.feature-text {
        font-size: 20px;
    }

    h1.about-hero-heading {
        font-size: 35px;
    }

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

    h2 {
        font-size: 30px !important;
        line-height: 1.3 !important;
    }

    .skill-with-text h5 {
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
    }
   
    section.about-hero {
        padding-left: 0px;
        padding-right: 0px;
    }

    section.hero-section {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .hero-left h1 {
        font-size: 25px;
        line-height: normal;
    }

    .hero-left p {
        font-size: 15px !important;
    }

    .btn {
        font-size: 15px;
    }

    h2.legacy-title,
    h2.collection-title {
        font-size: 20px !important;
        line-height: 70px;
    }

    p.legacy-subtitle {
        font-size: 15px;
    }

    section.brand-story-section {
        padding: 66px 0;
    }

    h2.collection-title {
        font-size: 22px !important;
    }
}

/* Legacy Sets page css */

@media (max-width: 576px) {
    section.single-collection-hero {
        padding-top: 160px !important;
        padding-bottom: 80px !important;
    }

    .hero-left h1 {
        font-size: 21px;
    }
}

/* Responsive contact page css */
@media (max-width: 576px) {
    section.about-hero {
        padding-top: 175px;
        padding-bottom: 107px;
    }
}

/* Coming Soon Page css */

.cs-section {
    position: relative;
    min-height: 100vh;
    background: url("/frontend/images/comingsoon-bg.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}

.cs-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #171717e6;
    z-index: 1;
}

.cs-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.cs-brand {
    color: #d4af37;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: clamp(14px, 2vw, 20px) !important;
    margin-bottom: 10px;
}

.cs-title {
    color: #f0b100;
    font-size: clamp(42px, 10vw, 96px) !important;
}

.cs-tagline {
    font-size: clamp(24px, 5vw, 48px) !important;
    margin: 26px 0 9px;
}

.cs-text-lg {
    font-size: clamp(16px, 2.5vw, 24px) !important;
    color: #f5f5f5;
}

.cs-text-md {
    font-size: clamp(18px, 3vw, 28px) !important;
    margin-top: 0.5rem;
    color: #d7d7d7;
}

.cs-text-sm {
    font-size: clamp(20px, 3.5vw, 32px) !important;
    margin-top: 0.5rem;
}

.cs-subtext {
    font-size: clamp(11px, 1.5vw, 13px) !important;
    letter-spacing: 1px;
    opacity: 0.85;
    margin-bottom: 6px;
}

.cs-signature {
    font-family: "Playfair Display", serif;
    font-size: clamp(12px, 1.8vw, 14px) !important;
    letter-spacing: 1.5px;
    margin-top: 16px;
}

/* ---------- Social Icons ---------- */

.cs-social {
    margin-top: 24px;
    justify-content: center;
}

.cs-logo {
    width: 351px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cs-tagline {
        line-height: normal !important;
    }
}

@media (max-width: 420px) {
    .cs-logo {
        width: 250px;
    }

    .hero-left {
        gap: 10px;
    }

    section.hero-section {
        height: 350px;
    }
}

/* order page css........................ */
.rate-review a {
    color: #f6ae34;
    cursor: pointer;
}

.text-end {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-text {
    font-family: var(--font-secondary);
}

.desc-mb {
    margin-bottom: 10px;
}

.single-desc {
    font-size: 20px;
    color: #666666;
}

#myBtn {
    color: #222222;
}

.both-bottom {
    margin-bottom: 32px;
}

.btn-add-cart {
    background-color: #d39f14;
    font-size: 20px !important;
    padding: 20px 40px !important;
}

.btn-add-cart:hover {
    background-color: #d39f14 !important;
}

.btn.darkbuy {
    font-size: 20px !important;
    padding: 20px 27px !important;
}

.cart-gaps {
    gap: 45px;
}

.p-section-title {
    font-weight: 400;
    margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .contact-section {
        margin: 80px 30px !important;
    }
}

/* Footer logo css........................ */
img.footer-logoo {
    width: 335px;
    height: 76px;
}

p.text-secondary.mb-4.sign-text {
    font-size: 26px;
}

input#login_mobile {
    /* width: 632px; */
    height: 86px;
    font-size: 26px;
}

.px-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    p.text-secondary.mb-4.sign-text {
        font-size: 23px !important;
    }

    p.l-title.mb-3.loginn-text {
        font-size: 23px !important;
    }

    input#mobile {
        width: 100%;
        font-size: 19px;
    }

    .iti {
        width: 100%;
    }

    .send-otp {
        padding: 12px 24px;
        font-size: 18px;
    }

    .login-logo {
        width: auto;
        margin-bottom: 36px;
    }

    .otp-container {
        margin-top: 36px !important;
    }
}

/* Verify otp css */
p.text-secondary.fs-5.mb-4.verify-otp-text {
    color: #626262 !important;
    font-size: 26px !important;
}

@media (max-width: 768px) {
    p.text-secondary.fs-5.mb-4.verify-otp-text {
        color: #626262 !important;
        font-size: 18px !important;
    }
}

p.text-secondary.fs-4.mb-4.verify-otp-text {
    font-size: 26px !important;
}

@media (max-width: 768px) {
    p.text-secondary.fs-4.mb-4.verify-otp-text {
        font-size: 18px !important;
    }
}

/* whatsapp float button */
.float-whatsapp {
    position: fixed;
    width: 52px;
    height: 52px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}

.my-float-whatsapp {
    margin-top: 12px;
}

.float-whatsapp:hover {
    transform: scale(1.08);
}

.whatsapp-wrapper {
    position: fixed;
    bottom: 40px;
    right: 85px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.whatsapp-text {
    background: #25d366;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.whatsapp-wrapper:hover .whatsapp-text {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1400px) {
    section.about-hero.wishlist-hero.d-flex.align-items-center {

        padding-top: 200px;
        padding-bottom: 90px;


    }

    h1.about-hero-heading.wishlist-heading {
        margin: 0
    }
}

@media (max-width: 1400px) {
    #addressModal .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
        width: 100%;
    }
}

.img_box {
    width: 673px;
    height: 610px;
    overflow: hidden;


}

.products-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {
    .img_box {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    body:has(.mobile-panel.active) {
        overflow: hidden;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .img_box {
        width: 450px;
        height: 350px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .single-product-subtitle {
        font-size: 18px;
    }

    .single-product-title {
        font-size: 22px;
    }

    body:has(.mobile-panel.active) {
        overflow: hidden;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .single-product-subtitle {
        font-size: 24px;
    }

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

}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #f6f6f6 !important;
}

.iti__arrow {
    margin-left: 6px !important;
    width: 0;
    height: 0;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 6px solid #555 !important;
}

.form-control:focus {
    background-color: #f6f6f6;
}

#login_mobile::placeholder {
    font-size: 20px;
}

.col-lg-6.about-left-image {
    border: 1px solid #EFEFEF;
    padding: 16px;
}

.active>.page-link,
.page-link.active {
    background-color: #d39f14 !important;
    border-color: #d39f14 !important;
    color: #ffffff !important;
}

.page-item:last-child .page-link {
    color: #d39f14;
}

.pagination {

    --bs-pagination-color: #d39f14 !important;
    --bs-pagination-hover-color: #d39f14 !important;
    --bs-pagination-focus-color: #d39f14;

}


.page-item.active .page-link {
    background-color: #d39f14 !important;
    border-color: #d39f14 !important;
}


.page-link:focus {

    box-shadow: 0 0 0 0.25rem rgba(211, 159, 20, 0.25) !important;
}


.page-item.disabled .page-link {
    color: #d39f14 !important;

}



.iti {
    width: 100%;
}

.iti input.form-control {
    width: 100% !important;
    padding-left: 100px !important;
    box-sizing: border-box;
}

button.navbar-toggler {
    margin-bottom: 10px !important;
}

.marital-btn {
    padding: 3px 14px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #c08f10;
    color: #c08f10;
    background-color: transparent;
}

.btn-check:checked+.marital-btn {
    background-color: #c08f10;
    color: #fff;
    border-color: #c08f10;
}

.marital-btn:hover {
    background-color: #c08f10;
    color: #fff;
    margin-bottom: 10px !important;
}



/* Segment modal css */
div#segmentModal {
    --bs-modal-width: 700px;
}

h5.modal-title.segmentt-text {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 22px;
    color: var(--text-primary);
    text-transform: capitalize;
}

.modal-header .btn-close {
    width: 30px;
    height: 30px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

/* .segment-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.segment-card {
    background: url("images/Legacy-collection-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    max-width: 450px;
    height: 100px;

    border-radius: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
} */
.segment-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.segment-card {
    background: url("images/Legacy-collection-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* max-width: 300px; */
    height: 100px;
    height: 100px;
    border-radius: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.segment-card h4 {
    margin: 0;
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

button#segment-closebutton {
    cursor: auto;
}

/* Segment modal media query */
@media (max-width: 768px) {

    .segment-wrapper {
        gap: 18px;
    }

    .segment-card {
        height: 95px;
        border-radius: 12px;
    }


    .segment-card h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {

    .segment-wrapper {
        gap: 15px;

    }

    .segment-card {
        height: 85px;
        border-radius: 10px;
    }

    .segment-card h4 {
        font-size: 16px;
        text-align: center;
    }
}

.px-md-5 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

button.btn.btn-outline-secondary.me-2:hover {
    background-color: #d4a017;
}

.hero-left h1 {
    text-align: center;
}

.hero-left p {
    text-align: center;
}

.hero-left .secondary-btn {
    display: block;
    margin: 20px auto 0;
}

@media (max-width: 576px) {
    img.footer-logoo {
        width: 100%;
        height: auto;
    }
}

/* Lucky winner Css */
.luckywinner-section {
    padding: 50px 0px 0px 0px;

}

h2.luckywinner-title {
    color: var(--text-primary);
    font-family: var(--font-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 98px;
    text-transform: capitalize;
    padding-bottom: 13px;
}

h6.lucky-winner-name {
    color: var(--text-primary);
    font-family: var(--font-secondary);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 23px;
    text-align: center;
}

p.lucky-winner-city {
    color: #757575;
    font-family: var(--font-secondary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    /* margin-top: 23px; */
    text-align: center;
}

@media (max-width: 1200px) {
    h2.luckywinner-title {
        font-size: 30px;
    }

    h6.lucky-winner-name {

        font-size: 28px;
    }

}

@media (max-width: 768px) {
    h6.lucky-winner-name {
        font-size: 20px;
    }

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

    p.profile-greeting span {
        /*profile page css*/
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    h6.lucky-winner-name {
        font-size: 20px;
    }

    h2.luckywinner-title {
        font-size: 22px;
    }

    /*profile page css*/
    .profile-sidebar-inner {
        gap: 20px;
    }

    h6.profile-menu-title,
    a.profile-logout-link {
        margin-bottom: 15px;
    }

    .profile {

        padding-bottom: 12px;
    }

    p.profile-greeting span {
        font-size: 20px;
    }

    #profileSidebar {
        width: 90%;
    }
    .s-product-title {

    font-size: 23px;
    }
    .s-product-category{
    font-size: 19px;
    }
    .s-product-price {
    font-size: 20px;
    }
}

/* Marital Form Buttons */
.marital-toggle {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d4a017;
    /* Gold border */
}

.marital-option {
    padding: 4px 7px;
    background-color: #f8f9fa;
    color: #555;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-right: 1px solid #d4a017;
}

.marital-option:last-child {
    border-right: none;
}

/* Hover */
.marital-option:hover {
    background-color: #f1e3c6;
}

/* Active state */
.btn-check:checked+.marital-option {
    background-color: #d4a017;
    /* Your gold */
    color: white;
}


/* Gift Option */
/* Wrapper box */
.gift-wrapper {
    border: 1px solid #e4c46a;
    border-radius: 10px;
    background: #fffdf5;
    transition: 0.3s ease;
}

/* Checkbox style */
.gift-checkbox {
    cursor: pointer;
}

.gift-checkbox:checked {
    background-color: #c79a1b;
    border-color: #c79a1b;
}

/* Highlight wrapper when checked */
.gift-checkbox:checked~label {
    color: #c79a1b;
}

/* Textarea styling */
.gift-textarea {
    border-radius: 8px;
    border: 1px solid #e4c46a;
    transition: all 0.3s ease;
}

.gift-textarea:focus {
    border-color: #c79a1b;
    box-shadow: 0 0 0 0.15rem rgba(199, 154, 27, 0.25);
}

/* Hide by default */
.gift-message-box {
    display: none;
}

.btn-wrapper {
    text-align: center;
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {

    #navsearchModal select.form-select {
        padding: 10px 5px;
        font-size: 13px;
    }

}

/* profile page css */
i.fa.fa-bars.profile-icon {
    font-size: 28px;
    color: var(--text-light-grey);
}

.offcanvas-body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.offcanvas-body::-webkit-scrollbar {
    display: none;
}