@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Prata&family=Princess+Sofia&display=swap");

@font-face {
    font-family: "Miama";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/miama/Miama.ttf") format("truetype");
}

@font-face {
    font-family: "PERTIBD";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/perpetua/PERTIBD.ttf") format("truetype");
}

@font-face {
    font-family: "perpetua-titling-mt-light";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/perpetua2/perpetua-titling-mt-light.ttf")
        format("truetype");
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/helvetica/Helvetica.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/Inter-Regular.otf") format("truetype");
}
@font-face {
    font-family: "Prata-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/fonts/Prata-Regular.ttf") format("truetype");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
}

.mt-6 {
    margin-top: 6rem !important;
}

.miama-text {
    font-family: "Miama" !important;
    position: absolute;
    left: 20%;
    top: 15%;
    font-size: 65px;
}

.perpetua-text {
    font-family: "perpetua-titling-mt-light" !important;
    position: absolute;
    left: 18%;
    top: 42%;
    font-size: 30px;
    color: #ca9722;
}

/* topbar */
.topbar {
    overflow: hidden;
    background: linear-gradient(45deg, #c8962282, #f4f3f2);
    padding: 16px 0;
}

.topbar-flex {
    display: flex;
    gap: 6px;
}

.topbar-flex p {
    font-size: 13px;
    margin-bottom: 0;
    color: #432312;
    font-family: "Helvetica";
}
body {
    background: linear-gradient(90deg, #efe9e3 16.95%, #ffffff 99.64%);
}
/* navbar */
[x-cloak] {
    display: none !important;
}

.SDJ-bg-nav {
    background: linear-gradient(45deg, black, #00000066);
    padding: 10px 0;
}

.logo {
    width: 80%;
}

a.nav-custom-link {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    transition: all 0.5s;
}

a.nav-custom-link i {
    font-size: 15px;
}

a.nav-custom-link:hover {
    color: #ca9722;
}

/* banner */

.banner-text {
    opacity: 0;
    transform: translateY(50px);
}

.h-screen {
    height: 79vh !important;
}

/* Custom Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    width: 42px !important;
    height: 42px !important;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    border: 2px solid #fff;
    z-index: 99999 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgb(202 151 34);
    /* Gold color */
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    width: 10px !important;
    height: 17px !important;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px !important;
}

.swiper-button-prev {
    left: 40% !important;
    top: 90% !important;
}

.swiper-button-next {
    right: 40% !important;
    top: 90% !important;
}

.swiper-button-prev::after {
    background-image: url("left-arrow.svg");
    /* Replace with actual left arrow icon */
}

.swiper-button-next::after {
    background-image: url("right-arrow.svg");
    /* Replace with actual right arrow icon */
}

/* Custom Pagination */
.swiper-pagination {
    bottom: 65px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    /* height: 4px; */
    background-color: #cccccc !important;
    /* Inactive color */
    border-radius: 2px;
    transition: 0.3s ease;
    width: 40px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.swiper-pagination-bullet-active {
    background: #ca9722 !important;
    width: 40px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

/* Category Section */

.category-section {
    padding: 36px 0 60px 0;
}

.category-row {
    row-gap: 24px;
}

.category-img {
    border-radius: 11px;
}

.category-div {
    position: relative;
    transition: all 0.5s;
}

.category-div:hover {
    transform: translateY(-3px);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 11px;
}

.category-div h3 {
    color: #fff;
    position: absolute;
    top: 40%;
    left: 7%;
    font-size: 22px;
    font-family: Prata;
}

/* collection section */

.collection-section {
    padding: 30px 9px 60px 60px;
}

h2.section-header {
    text-align: center;
    font-size: 27px;
    font-family: "Prata";
}

p.section-content {
    text-align: center;
    margin: 6px 0;
    font-size: 17px;
    font-family: "Inter";
}

.collection-row {
    row-gap: 10px;
}

.collection-col-pad-0 {
    padding: 0 6px;
}

.collection-div {
    position: relative;
}

.collection-div .collection-head {
    position: absolute;
    color: #ffffff;
    font-family: "Prata";
    font-size: 19px;
}

.collection-div .collection-p {
    position: absolute;
    color: #ffffff;
    font-family: "Inter";
    font-size: 13px;
}

.collection-div img {
    border-radius: 7px;
}

.coll-head-1 {
    top: 25px;
    right: 26px;
    text-align: center;
}

.coll-p-1 {
    top: 83px;
    right: 15px;
}

.coll-head-4 {
    bottom: 42px;
    text-align: center;
    right: 25px;
}

.coll-p-4 {
    bottom: 17px;
    right: 19px;
}

.coll-head-2 {
    bottom: 39px;
    left: 27px;
    text-align: center;
}

.coll-p-2 {
    bottom: 17px;
    left: 27px;
}

.coll-head-3 {
    bottom: 55px;
    right: 30px;
    text-align: center;
}

.coll-p-3 {
    bottom: 29px;
    right: 19px;
}

/* our collection section */

.our-collection-section {
    padding: 30px 0 60px 0;
}

.our-collection-div {
    position: relative;
}

.slick-image {
    width: 98%;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background: linear-gradient(to top, #3e2110, rgba(255, 255, 255, 0));
    /* White shadow gradient */
    color: black;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ourcoll-head {
    font-size: 23px;
    margin-bottom: 5px;
    font-family: "Prata";
    color: #fff;
}

.ourcoll-p {
    font-size: 14px;
    margin: 0;
    color: #3e2110;
    font-family: "Inter";
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.image-container:hover .text-overlay {
    opacity: 1;
    transform: translateY(0);
}

.image-container:hover .slick-image {
    transform: scale(1.05);
}

/* gold-collection-section */

.gold-collection-section {
    padding: 30px 0 50px 0;
}

/* btn */

.custom-btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}

.custom-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
}

.custom-btn span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    transition: 0.3s;
}

.custom-btn-3 {
    padding: 5px;
}

.custom-btn-3 span {
    color: rgb(255, 255, 255);
    background-color: #ca9722;
    font-family: "Inter";
}

/* ::before and ::after for this button only */
.custom-btn-3.hover-border-3::before,
.custom-btn-3.hover-border-3::after {
    position: absolute;
    content: "";
    background: transparent;
    z-index: 2;
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
}

.custom-btn-3.hover-border-3::before {
    top: 0;
    right: 0;
    border-top: 1px solid #ca9722;
    border-left: 1px solid #ca9722;
}

.custom-btn-3.hover-border-3::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ca9722;
    border-right: 1px solid #ca9722;
}

.custom-btn-3.hover-border-3:hover::before,
.custom-btn-3.hover-border-3:hover::after {
    width: 100%;
    height: 99%;
    opacity: 1;
    transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
}

.custom-btn-3.hover-border-3:focus {
    outline: none;
}

/* Featured-product-section */

.feature-product-section {
    background-color: #f2ece5;
    padding: 100px 0 80px 0;
}

h3.section-header-2 {
    font-family: "Prata";
    font-size: 23px;
}

p.section-content-2 {
    font-family: "Inter";
    font-size: 15px;
    margin-top: 7px;
}

.feature-card {
    height: 100%;
    transition: all 0.5s;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.feature-card:hover {
    box-shadow: rgb(239 208 104) 0px 1px 2px 0px,
        rgb(236 193 78) 0px 2px 6px 2px;
}

.feature-card .card-body {
    background-color: #f9f5f0;
}

.feature-col {
    padding: 0 8px;
}

.feature-p {
    font-family: "Inter";
    font-size: 12px;
}

.feature-rate {
    font-family: "Inter";
    font-size: 15px;
    margin-top: 7px;
    font-weight: 700;
}

.feature-main-col {
    padding: 0 12px;
}

/* Shopby-section */

.shopby-section {
    padding: 100px 0px 30px 45px;
}

.shopby-section h2 {
    font-family: "Princess Sofia", serif;
    color: #432412;
    font-size: 38px;
}

.shopby-section h3 {
    font-family: "Prata";
    color: #ca9722;
    font-size: 46px;
}

.gallery-card {
    width: 18%;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
    background: #f2ece5;
    border: none;
}

.gallery-card .card-body {
    background: #f9f5f0;
    padding: 18px 6px;
    text-align: center;
}

.gallery-p {
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Inter";
}

.gallery-rate {
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter";
}

#filter-buttons li {
    list-style-type: none;
    margin: 30px 0;
}

.gallery-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    font-family: "Inter";
    font-size: 16px;
    transition: all 0.5s;
}

.gallery-btn:hover {
    color: #ca9722;
}

.gallery-btn.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ca9722;
}

.gallery-btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* parallax-section */

.parallax-section {
    background: url("../images/parallel.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    height: 100%;
    background-attachment: fixed;
}

.paralell-content {
    position: relative;
    padding: 230px 0;
}

.paralell-content img {
    position: absolute;
    top: 25%;
    left: 20%;
}

.paralell-content h4 {
    display: block;
    text-align: center;
    margin: 0;
    color: white;
    font-weight: 400;
    font-family: "Helvetica";
    font-size: 19px;
    width: 38%;
    position: absolute;
    top: 52%;
    left: 10%;
}

.custom-btn-2 {
    border: 1px solid #ca9722;
    background: linear-gradient(
        90deg,
        rgba(69, 37, 18, 1) 50%,
        rgba(123, 54, 14, 1) 100%
    );
    color: #fff;
    position: absolute;
    top: 70%;
    left: 25%;
}

/* gift-section */

.gift-section {
    padding: 100px 0;
}

.gift-div {
    position: relative;
}

.gift-div .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gift-div .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background: linear-gradient(to top, #e5dbcf, rgba(255, 255, 255, 0));
    /* White shadow gradient */
    color: black;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gift-div .image-container:hover .text-overlay {
    opacity: 1;
    transform: translateY(0);
}

.gift-div .image-container:hover .slick-image {
    transform: scale(1.05);
}

.gift-head {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Prata";
    color: #3e2110;
}

.gift-p {
    font-size: 14px;
    margin: 0;
    color: #3e2110;
    font-family: "Inter";
}

/* spec-section */

.spec-section {
    background: #f2ece5;
    padding: 100px;
}

.spec-content {
    margin-top: 10px;
}

.spec-content h4 {
    font-family: "Prata";
    color: #3e2110;
    margin-bottom: 10px;
}

.spec-content p {
    font-family: "Inter";
    font-size: 13px;
}

.spec-row {
    row-gap: 75px;
}

/* help-section */

.need-help-section {
    background: #432312;
    padding: 90px 0;
}

.help-div {
    text-align: -webkit-center;
}

.help-div h4 {
    color: #fff;
    font-family: "Inter";
    font-size: 22px;
    margin-top: 22px;
}

.help-div p {
    color: #fff;
    font-family: "Inter";
    margin-top: 40px;
    font-size: 17px;
}

.input-container {
    position: relative;
    width: 300px;
    margin: 45px 0 25px 0;
}

.input-container input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 2px solid transparent;
    /* Transparent default border */
    border-radius: 5px;
    outline: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

/* Apply the gradient border */
.input-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 2px;
    /* Border thickness */
    background: linear-gradient(to right, #785609, #ca9722);
    -webkit-mask: linear-gradient(white 0 0) content-box,
        linear-gradient(white 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #b8860b;
    /* Gold label color */
    transition: 0.3s;
    pointer-events: none;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
    top: -12px;
    left: -4px;
    font-size: 12px;
    background-color: #432312;
    padding: 0 5px;
    color: #fff;
}

button.custom-btn-4 {
    background: #ca9722;
    color: #fff;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 10px 65px;
    outline: none;
}

/* footer-section */

.footer-section {
    background-color: #f6eff6;
    padding: 40px;
}

.footer-head h4 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 21px;
}

.footer-head h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    /* Adjust spacing below text */
    width: 100%;
    height: 2px;
    /* Underline thickness */
    background-color: #cccaca;
    /* Adjust underline color */
}

.footer-list {
    padding-top: 30px;
}

.footer-list li {
    line-height: 30px;
}

.footer-list li a {
    font-family: "Inter";
    color: #432312;
    font-size: 14px;
}

.img-list {
    display: flex;
    align-items: center;
    gap: 7px;
}

.img-list img {
    width: 15%;
    height: 100%;
}

.footer-span1 {
    font-size: 10px;
}

.footer-span2 {
    color: #000;
    font-weight: 700;
}

/* footer-2 */

.footer-section-2 {
    padding: 23px 0;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #b8860b;
    border-radius: 8px;
    font-size: 24px;
    color: #b8860b;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-icon:hover {
    background: #b8860b;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(184, 134, 11, 0.6);
    text-decoration: none;
}

.foot-cards {
    display: flex;
}

.footer-2-flex {
    display: flex;
    justify-content: center;
    gap: 50px;
}

/* footer-section-3 */

.footer-section-3 {
    background: #f6eff6;
    padding: 26px 0;
}

.foot-sec-3-div {
    text-align: center;
}

.foot-sec-3-div p {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
}

.login-container {
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}
.login-logo {
    width: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.form-control {
    border-radius: 8px;
    padding: 12px;
    background-color: #f9f6ff;
    border: none;
}
.btn-login {
    background: linear-gradient(90deg, #ff4cc7, #7b61ff);
    color: white;
    font-weight: bold;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    border: none;
}
.btn-login:hover {
    opacity: 0.9;
}
.social-login {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}
.social-icon img {
    width: 24px;
}
.small-link {
    font-size: 14px;
    margin-top: 15px;
}
.small-link a {
    color: #a24ef7;
    font-weight: 500;
}
.small-link a:hover {
    text-decoration: underline;
}
.terms {
    font-size: 12px;
    margin-top: 15px;
    color: #555;
}
.terms a {
    color: #a24ef7;
}

/* ----Product Page */

.product-banner {
    background: url("/assets/images/product/product-banner.png");
    height: 447px;
}
.product-banner-content {
    display: flex;
    justify-content: end;
}

.product-banner-title h2 {
    font-size: 51px;
    font-family: "Miama";
    font-weight: 400;
    color: #432312;
    line-height: 34px;
    letter-spacing: 0px;
}
.banner-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 46%;
    padding: 41px;
    position: relative;
    top: 50px;
}
.product-banner-sub_title h1 {
    font-family: "perpetua-titling-mt-light";
    color: #ca9722;
    font-size: 51px;
    letter-spacing: 2px;
}
.product-banner-desc p {
    font-family: "Inter";
    font-size: 12px;
}
.category-filters {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

.category-filters button {
    padding: 8px 16px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-filters button:hover {
    background: #f5f5f5;
    border-color: #999;
}

section.filter-section {
    padding: 10px 0;
}
.filter-bar {
    display: flex;
    align-items: center;
    gap: 40px;
}
/* Toggle style */
.filter-bar {
    display: flex;
    align-items: center;
    gap: 30px; /* spacing between filters */
    justify-content: center; /* center all filters on desktop */
    font-size: 14px;
    flex-wrap: wrap; /* allow wrapping if screen is smaller */
}

/* Each filter item */
.filter-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 5px 0;
}

/* Dropdown arrow */
.filter-item .arrow {
    font-size: 12px;
    margin-left: 4px;
}

/* Toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 20px;
    transition: 0.3s;
}

.slider::before {
    position: absolute;
    content: "×"; /* X inside the knob */
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 16px;
    transition: 0.3s;
}

/* Checked state */
.switch input:checked + .slider {
    background-color: #ccc;
}

.switch input:checked + .slider::before {
    transform: translateX(20px);
}

/* Dropdown buttons */
.filter-bar .dropdown-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.filter-bar .dropdown-toggle:focus {
    box-shadow: none;
}
.filter-bar .dropdown-toggle::after {
    margin-left: 6px;
}
/* Dropdown menu */

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle {
    position: relative;
    padding-right: 25px;
    font-family: "Inter";
}

.dropdown-toggle::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 43%;
    transform: translateY(-50%) rotate(45deg);
    border: solid #000000;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::before {
    transform: translateY(-50%) rotate(-135deg);
}

.filter-bar > * {
    margin-right: 40px;
    align-items: baseline;
}
.filter-bar > *:last-child {
    margin-right: 0;
}
.filter-section {
    background: #ffffff;
}
.filter-item span {
    font-family: "Inter";
}
.filter-relavent-filter {
    margin-right: 21px;
}
.filter-count p {
    font-family: "Inter";
}

.filter-count-section {
    padding: 20px;
}

/* Product-section */
.product-card {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-img {
    position: relative;
    text-align: center;
    background: #fafafa;
    padding: 20px;
}
.wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.wishlist-btn i {
    color: #cccccc;
    font-size: 20px;
}
.wishlist-btn i:hover {
    color: #ff0505;
}
.product-info {
    padding: 15px;
}
.color-badge {
    background: #f3f3f3;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
.product-title {
    font-size: 16px;
    font-weight: 600;
    color: #d4a017;
    text-decoration: none;
}
.product-sub {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}
.product-price {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 576px) {
    .product-title {
        font-size: 14px;
    }
    .product-price {
        font-size: 16px;
    }
}
.product-section .row .col-xl-3,
.col-md-3,
.col-sm-6 {
    /* padding-left: unset !important; */
}
button.custom-btn-5 {
    background: #ca9722;
    color: #fff;
    font-family: "Helvetica";
    font-size: 12px;
    padding: 10px;
    outline: none;
    width: 180px;
}

.product-ban-img-title {
    font-size: 16px;
    font-weight: 600;
    color: #595855;
    text-decoration: none;
    font-family: "Inter";
}
.product-ban-img-sub {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "Inter";
}

.product-image-banner-content {
    display: flex;
    justify-content: center;
    padding: 11px;
}
.product-ban-img {
    position: relative;
    text-align: center;
    background: #fafafa;
}

/* ?progresss-bar */

.progress-section {
    text-align: center;
    padding: 40px 20px;
}

.progress-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    font-family: "Inter";
}

.progress-bar {
    width: 100%;
    max-width: 400px;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}

.progress-bar span {
    display: block;
    height: 100%;
    width: 0;
    background: #000;
    transition: width 0.4s ease;
}

.load-more-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s ease;
    width: 150px;
}

.load-more-btn:hover {
    background: #333;
}

/* Responsive */
@media (max-width: 600px) {
    .progress-text {
        font-size: 12px;
    }
    .load-more-btn {
        width: 100%;
        max-width: 200px;
    }
}

.product-bottom-title h2 {
    font-family: Prata-Regular;
    color: #ca9722;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 14px;
}
.product-bottom-content p {
    font-family: "Inter";
    color: #fff;
}
.product-bottom-content {
    background: #3e2110;
}

.product-bottom-wrapper {
    padding: 80px;
}

/* footer */

.call-icon {
    font-size: 19px;
    border: 2px solid;
    padding: 10px;
    border-radius: 54%;
}
.call-watsapp {
    font-size: 48px;
    color: green;
}

/* Single Product Page */

section.single-product {
    display: flex;
    gap: 30px;
    padding: 30px;
    max-width: 1400px;
    margin: auto;
    align-items: flex-start;
    justify-content: space-around;
}

/* Thumbnails on the left */
.single-product .product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.single-product .product-thumbnails img {
    width: 100%;
    /* height: 100px; */
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    object-fit: cover;
    transition: border 0.3s, transform 0.3s;
}

.single-product .product-thumbnails img:hover,
.single-product .product-thumbnails img.active {
    border: 2px solid #d4a017;
    transform: scale(1.05);
}

/* Center Main Image */
.single-product .product-main {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .product-main img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid #ddd;
    object-fit: cover;
}

/* Wishlist Icon */
.single-product .wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background: white;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.single-product .wishlist:hover {
    background: #f5f5f5;
}

/* Right Section (Details) */
.single-product .product-card {
    max-width: 500px;
    background: #f4ede6;
    border-radius: 12px;
    padding: 20px 65px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.single-product .product-card h2 {
    font-size: 18px;
    margin: 10px 0 5px;
    font-weight: 600;
    font-family: "Inter";
}

.single-product .product-card .subtext {
    font-size: 14px;
    color: #666;
    font-family: "Inter";
}

.single-product .product-card .price {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.single-product .section-title {
    font-size: 14px;

    margin-bottom: 8px;
    font-family: "Inter";
    color: #442413;
}

.single-product .delivery-option {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px;
    background: #fafafa;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: "Inter";
    border-radius: 0px;
}

.single-product .delivery-option input {
    margin-right: 10px;
}

.single-product .delivery-option label {
    flex: 1;
    font-size: 14px;
    font-family: "Inter";
}

.single-product .delivery-option small {
    display: block;
    color: green;
    font-size: 12px;
    font-family: "Inter";
}

/* Add to Bag Button */
.single-product .add-to-bag {
    display: block;
    width: 100%;
    background: #d28a00;
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    margin: 15px 0;
    transition: background 0.3s;
}

.single-product .add-to-bag:hover {
    background: #b67500;
}

/* Pincode Box */
.single-product .pincode-box {
    display: flex;
    border: 1px solid #442413;
    border-radius: 8px;
    overflow: hidden;
}

.single-product .pincode-box input {
    flex: 1;
    border: none;
    padding: 12px;
    font-size: 14px;
    outline: none;
}

.single-product .pincode-box button {
    background: none;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    border-left: 1px solid #aaa;
}

/* Note text */
.single-product .note {
    font-size: 12px;
    color: #444;
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Inter";
}

/* Responsive */
@media (max-width: 900px) {
    section.single-product {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .single-product .product-thumbnails {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 15px;
    }

    .single-product .product-main img {
        width: 100%;
        max-width: 350px;
    }

    .single-product .product-card {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .single-product .product-card {
        padding: 15px;
        margin: 10px;
    }

    .single-product .product-card h2 {
        font-size: 16px;
    }

    .single-product .product-card .price {
        font-size: 18px;
    }

    .single-product .add-to-bag {
        font-size: 14px;
        padding: 12px;
    }
}

/* Tabs */
.tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
    overflow-x: auto;
    background: #fff;
}
.tabs button {
    flex: 1;
    padding: 14px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
    font-size: 16px;
    transition: 0.3s;
    white-space: nowrap;
}
.tabs button.active {
    border-bottom: 2px solid #000;
    font-weight: bold;
}

/* Tab content */
.tab-content {
    display: none;
    padding: 20px;
    animation: fadeEffect 0.5s;
}
.tab-content.active {
    display: block;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Description Layout */
.desc-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.desc-text {
    flex: 1 1 300px;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Inter";
}
.desc-info {
    flex: 1 1 250px;
}
.info-box {
    /* background: #fff3ed; */
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.info-box h4 {
    margin: 0 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Inter";
}
.info-box p {
    margin: 5px 0;
    font-size: 14px;
    font-family: "Inter";
    line-height: 35px;
}

/* Footer badges */
.badges {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}
.badges img {
    height: 50px; /* Adjust size */
    display: block;
}

/* Responsive */
@media (max-width: 600px) {
    .tabs button {
        font-size: 14px;
        padding: 10px;
    }
    .desc-wrapper {
        flex-direction: column;
    }
    .badges {
        justify-content: center;
    }
}
.location-img {
    width: 20px;
    height: 17px;
    position: relative;
    top: 14px;
    left: 8px;
}
.pincode-box input::placeholder {
    font-family: "Inter", sans-serif;
    color: #442413;
}
.description-bar {
    padding: 30px;
}
.desc-text p {
    /* width: 500px; */
}

.card-type {
    position: relative;
    top: 31px;
    background: #fff9f5;
    padding: 15px;
    width: 223px;
    height: 212px;
    right: 10px;
}
.description-card-wrapper {
    height: 284px;
    background: #fff3e9;
    padding: 11px;
    width: 689px;
    border-radius: 20px;
}
.discription-card-title h1 {
    font-family: "Inter";
    color: #442413;
    font-weight: 600;
}
.discription-card-title {
    display: flex;
    gap: 11px;
    font-size: 25px;
}
.badge-content {
    font-family: "Inter";
    font-weight: 400;
    text-align: center;
    color: #432312;
}
.badge-image {
    display: flex;
    justify-content: center;
}
.badges {
    display: flex;
    justify-content: end;
    padding: 10px;
}
.bottom-banner-2-section {
    background: url("/assets/images/product/bottom-banner-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.bottom-banner-2 {
    padding: 20px;
    height: 500px;
}

.bottom-banner-wrapper {
    float: inline-end;
    position: relative;
    top: 185px;
    right: 95px;
}
.bottom-banner-2-title h1 {
    font-size: 30px;
    font-family: "Inter";
    color: #442413;
    font-weight: 400;
}
.bottom-banner-2-subtitle p {
    font-weight: 400;
    font-family: "Inter";
    color: #442413;
    margin-inline-start: 5px;
}
.bottom-banner-2-button {
    margin-top: 24px;
}
.bottom-banner-2-button button {
    background: #442413;
    color: #fff;
    border-radius: 0px;
    width: 170px;
}

/* Single Product-bottom  */

.product-bottom-title-2 h2 {
    font-family: Prata-Regular;
    color: #ca9722;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 14px;
}
.product-bottom-content-2 p {
    font-family: "Inter";
    color: #fff;
    width: 425px;
    line-height: 34px;
    text-align: center;
}
.product-bottom-content-2 {
    background: #3e2110;
    display: flex;
    justify-content: center;
}

.product-bottom-wrapper {
    padding: 80px;
}

.rocket {
    gap: 8px;
    margin-top: 12px;
}
.custom-btn-5 :hover {
    background: #432312;
}

/* footer */
.footer-2-wrapper {
    justify-content: center;
}
.footer-2 {
    background: #f7f1ea;
    /* match your screenshot background */
    padding: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #2a1b0f;
    display: flex;
    justify-content: center;
}
.footer-2 .row {
    display: flex;
    justify-content: center;
}
.footer-2-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* spacing between items */
}

.footer-label {
    font-weight: 600;
    margin-right: 10px;
}

.icon-foot-2 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-foot-2 img {
    width: 18px;
    height: 18px;
}

.icon-foot-2 a {
    text-decoration: none;
    color: #2a1b0f;
    font-weight: normal;
}

.icon-foot-2 span {
    font-weight: 600;
    margin-left: 4px;
}

/* cart */

.shopping-title {
    display: flex;
    gap: 10px;
    font-family: "Prata-Regular";
    align-items: anchor-center;
}
.shopping-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-item {
    display: flex;
    align-items: center;
    background: #f3ece5;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.cart-item img {
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin-right: 20px;
}

.cart-details {
    flex: 1;
    min-width: 220px;
}

.cart-details h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.cart-details p {
    margin: 5px 0;
    color: #555;
    font-size: 14px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity button {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
}

.quantity input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
}

.remove {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    align-self: flex-start;
    margin-left: auto;
}

/* Responsive */
@media (max-width: 600px) {
    .cart-item {
        flex-direction: column;
        text-align: center;
    }
    .cart-item img {
        margin: 0 0 15px 0;
    }
    .remove {
        margin: 10px 0 0 0;
        align-self: center;
    }
}

.cart-section {
    padding: 40px;
}
.cart-section-2 {
    padding: 30px 56px;
}
.vert-line {
    height: 400px;
    width: 2px;
    border: 0.1px solid #e5e7eb;
    position: relative;
    top: 3%;
}
.apply-coupon-box {
    display: flex;
    gap: 20px;
    align-items: anchor-center;
    padding: 12px 29px;
    background: #fafafa;
    font-family: "Inter", sans-serif;
}
.coupon-arrow img {
    margin-left: 231px;
}
.coupon-title span {
    font-size: 11px;
}
.cart-total-box {
    background: #fafafa;
    padding: 45px;
    margin-top: 10px;
}
.cart-total-content {
    display: flex;
    justify-content: space-between;
}
.cart-total-content span {
    font-family: "Inter", sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cart-final-total {
    font-weight: 600;
}
.apply-coupon-span {
    color: #ca9722;
}
.place-order-button {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.place-order-button .btn-warning {
    width: 643px;
    background: #d39400;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
    padding: 15px;
}
.cart-payment-title {
    font-family: "Inter", sans-serif;
}
.cart-payment-img {
    display: flex;
    gap: 32px;
}
.cart-payment-img img {
    width: 78px;
    height: 46px;
    border: 1px solid #d1d0ce;
    padding: 12px;
    border-radius: 8px;
}

/* Coupon Modal Styles */
.coupon-modal {
    border-radius: 20px;
    padding: 10px;
    width: 60% !important;
    left: 20% !important;
}

.coupon-input input {
    border-radius: 12px 0 0 12px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.apply-btn {
    border-radius: 0 12px 12px 0;
    background-color: #f8d7f9;
    color: #a600a6;
    font-weight: 600;
    border: none;
}

.offer-card {
    background: #f9f9fb;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.offer-tag {
    background: #afaeb0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 19px 16px;
    border-radius: 8px;
    text-align: center;
    min-width: 105px;
    transform: rotate(-90deg);
    position: relative;
    left: -32px;
    height: 60px;
}
.offer-apply {
    background: #cd9722 !important;
}
.offer-tag::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: rgb(255 255 255);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    top: 1%;
    right: 29%;
    transform: translate(-50%, -50%);
}
.bottom-sp {
    padding-bottom: 15px;
}
.bord {
    border-top: 1px dotted;
    width: 290px;
    position: absolute;
}
.offer-details h6 {
    font-size: 14px;
}

.offer-details p {
    font-size: 15px;
}

.not-applicable {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    white-space: nowrap;
}
.applicable {
    font-size: 12px;
    font-weight: 600;
    color: #ca9722;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }
    .offer-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .offer-tag {
        margin-bottom: 8px;
    }
    .not-applicable {
        align-self: flex-end;
    }
}

/* Modal Base */
.move-modal {
    border-radius: 16px;
    padding: 20px 15px;
    position: relative;
}

/* Close Button */
.custom-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 1rem;
    background: none;
    border: none;
}

/* Product Image */
.product-cart-img img {
    max-width: 170px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 6px;
}

/* Title */
.text-dark-brown {
    color: #4a2b15;
    font-size: 16px;
}

/* Buttons */
.btn-outline-brown {
    border: 1px solid #4a2b15;
    color: #4a2b15;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
}

.btn-outline-brown:hover {
    background: #4a2b15;
    color: #fff;
}

.btn-gold {
    background: #d4a017;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.btn-gold:hover {
    background: #b9890f;
}

/* Responsive */
@media (max-width: 576px) {
    .move-modal {
        margin: 10px;
        padding: 15px;
    }
    .d-flex.gap-3 {
        flex-direction: column;
    }
    .d-flex.gap-3 .btn {
        width: 100%;
    }
}

.product-cart-img {
    display: flex;
    justify-content: center;
}
.product-cart-img img {
    border: 1px solid #d9d8d8;
    padding: 12px;
    border-radius: 12px;
}

/* Checkout Page */

.steps {
    display: flex;
    align-items: center;
    justify-content: normal;
    gap: 40px;
}

.step {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ccc;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.step.active .circle {
    background: goldenrod;
}

.label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.line {
    position: absolute;
    top: 59%;
    left: 100%;
    width: 40px;
    height: 2px;
    background: #ccc;
    transform: translateY(-50%);
}

.step:last-child .line {
    display: none;
}

/* Responsive */
@media (max-width: 600px) {
    .steps {
        flex-direction: column;
        gap: 20px;
    }
    .line {
        width: 2px;
        height: 30px;
        left: 59%;
        top: 100%;
        transform: translateX(-50%);
    }
}
.steps {
    padding-left: 120px;
}
.checkout-form {
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 50px;
}
.checkout-icon {
    display: flex;
    justify-content: center;
}
.checkout-form-sub-title {
    padding: 50px;
}
.checkout-form-title h1 {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
}
.checkout-form-sub-title span {
    font-family: "Inter";
    font-size: 13px;
}
.checkout-form-input input {
    border: 2px solid #d394008a;
    border-radius: 22px;
}
.checkout-form-login button img {
    position: absolute;
    left: 27%;
    margin-top: 4px;
}
.bottom-first span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
}
.bottom-first span a {
    color: #d39400;
    font-size: 12px;
}
.bottom-second p {
    font-family: "Inter", sans-serif;
    font-size: 12px;
}
.bottom-second p a {
    color: #d39400;
    font-size: 12px;
}
.checkout-vertical {
    border: 1px solid #e9e9e9;
    height: 577px;
    width: 2px;
}

.order-summary {
    max-width: 500px;
    margin: auto;
}

.order-summary h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.item img {
    width: 200px;
    height: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    object-fit: contain;
}

.details {
    flex: 1;
    font-size: 14px;
    margin-left: 11px;
    line-height: 25px;
}

.details h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
}

.details p {
    margin: 3px 0;
    font-size: 13px;
    color: #555;
    font-family: "Inter", sans-serif;
}

.details .price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.delivery {
    color: #e67e22 !important;
    font-size: 13px;
    margin-top: 5px;
}

.summary-box {
    background: #fafafa;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0px;
    font-size: 14px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.summary-row:last-child {
    margin-bottom: 0;
}

.summary-row .free {
    color: green;
    font-weight: 600;
}

.summary-row .discount {
    color: #d9534f;
}

.total {
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    font-family: "Inter", sans-serif;
}

.help {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #444;
}

.help a {
    display: block;
    margin-bottom: 5px;
    color: #e6a500;
    text-decoration: none;
    font-size: 12px;
    font-family: "Inter", sans-serif;
}

/* Responsive */
@media (max-width: 600px) {
    .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .item img {
        width: 100px;
    }

    .details {
        text-align: center;
    }
}
.top-order-summery {
    position: relative;
    right: 30%;
    top: 17px;
}
.top-order-summery h2 {
    font-family: "Inter", sans-serif;
}
.check-split {
    display: flex;
    justify-content: space-between;
}

.otp-modal .modal-content {
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    border: none;
}

.otp-modal .modal-header {
    border-bottom: none;
    justify-content: flex-end;
    padding: 0;
}

.otp-modal h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #4a2b1b;
}

.otp-modal p {
    font-size: 14px;
    color: #5a3b2e;
    margin-bottom: 20px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.otp-inputs input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #c58c1c;
    border-radius: 8px;
}

.phone-input {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.phone-input span {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #f3ece6;
    border-radius: 8px;
    font-weight: bold;
    color: #4a2b1b;
}

.phone-input input {
    flex: 1;
    border: none;
    background: #f3ece6;
    border-radius: 8px;
    padding: 10px;
    outline: none;
}

.resend {
    font-size: 13px;
    margin-top: -5px;
}

.resend a {
    color: #c58c1c;
    text-decoration: none;
    font-weight: 600;
    margin-left: 4px;
}

.submit-btn {
    background: #c58c1c;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 576px) {
    .otp-inputs input {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* search model */
.search-modal .modal-content {
    border-radius: 12px;
    padding: 50px;
    border: none;
    max-width: 100%;
    margin: auto;
    border-radius: 0px !important;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
}

.search-sidebar h6 {
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 15px;
    color: #4a2b1b;
}
.search-title {
    font-family: "Prata-Regular";
    color: #4a2b1b;
    font-weight: 600;
}
.search-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.search-sidebar ul li {
    margin-bottom: 14px;
    font-size: 14px;
    color: #0a0a0a;
    cursor: pointer;
}

.search-sidebar ul li:hover {
    text-decoration: underline;
    color: #c58c1c;
}

.search-modal .product-card {
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    background: #fff;
    transition: 0.3s;
}

.search-modal .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.search-modal .product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.search-modal .product-card h5 {
    font-size: 15px;
    font-weight: 600;
    color: #c58c1c;
    margin-bottom: 5px;
}

.search-modal .product-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

@media (max-width: 992px) {
    .search-sidebar {
        margin-bottom: 20px;
    }
}
.search-list li {
    font-family: "Inter", sans-serif;
    color: #4a2b1b;
}
.search-top {
    font-family: "Prata-Regular";
    font-weight: 600;
}

.search-card-img {
    display: flex;
    justify-content: center;
}

/* header-mega-menu */

.mega-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mega-menu .menu-column {
    flex: 1;
    min-width: 180px;
}

.menu-column h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #8b5cf6; /* Purple heading */
}

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

.menu-column ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.menu-column ul li:hover {
    text-decoration: underline;
    color: #8b5cf6;
}

/* Product cards */
.menu-products {
    display: flex;
    gap: 15px;
    flex: 1.5;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mega-menu .product-card {
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
    text-align: center;
    width: 180px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.mega-menu .product-card:hover {
    transform: translateY(-4px);
}

.mega-menu .product-card img {
    width: 100%;
    display: block;
}

.mega-menu .product-card p {
    background: #ede9fe;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4c1d95;
}

/* Responsive */
@media (max-width: 992px) {
    .mega-menu {
        flex-direction: column;
    }
    .menu-products {
        justify-content: center;
    }
    .menu {
        display: none !important;
    }

    .topbar-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

}

/* megamenu */

.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

.menu-item > a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    transition: 0.3s;
    font-family: "Inter";
    text-transform: uppercase;
}

.menu-item > a:hover {
    color: #f3c068;
}

/* Mega menu container */
.mega-menu {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 100%;
    max-width: 1200px;
    background: #fff;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

/* Show on hover */
.menu-item.has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Mega content */
.mega-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mega-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    flex: 2;
}

.mega-col h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #5a2d0c;
}

.mega-col a {
    display: block;
    text-decoration: none;
    color: #444;
    margin-bottom: 22px;
    font-size: 14px;
    transition: 0.3s;
    font-family: "Inter", sans-serif;
}

.mega-col a:hover {
    color: #c18453;
}

/* Mega images */
.mega-images {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.mega-img {
    text-align: center;
}

.mega-img img {
    width: 175px;
    border-radius: 6px;
    transition: transform 0.3s;
}

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

.mega-img p {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
}
.menu-item {
    list-style-type: none;
}

/* wishlist  */

.wishlist-product {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin-left: 10px;
}

.wishlist-product img {
    width: 60%;
    object-fit: contain;
    padding: 20px;
}

.wishlist-product .product-info {
    padding: 15px;
}

.wishlist-product .product-price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.wishlist-product .product-name {
    font-size: 1rem;
    color: #777;
    margin-bottom: 15px;
}

.wishlist-product .product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 20px;
}

.wishlist-product .btn {
    flex: 1;
    background: #b5861f;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.3s;
}

.wishlist-product .btn:hover {
    background: #b5861f;
}

.wishlist-product .cart-btn {
    background: none;
    border: 2px solid #4a2b15;
    border-radius: 8px;
    padding: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.wishlist-product .cart-btn:hover {
    background: #b5861f;
    color: #fff;
}

.wishlist-product .cart-btn i {
    font-size: 1.2rem;
}

@media (max-width: 480px) {
    .wishlist-product {
        max-width: 95%;
    }
    .product-actions {
        flex-direction: column;
        gap: 10px;
    }
    .btn,
    .cart-btn {
        width: 100%;
        margin-left: 0;
    }
}

.close-btn {
    position: relative;
    left: 88%;
    top: 22px;
    right: 0px;
    background: #f5f5f5;
    border: none;
    font-size: 1.2rem;
    color: #555;
    cursor: pointer;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.close-btn:hover {
    background: #e53e3e;
    color: #fff;
}

.wish-img {
    display: flex;
    justify-content: center;
}

.login-content-wrapper {
    padding: 50px;
    text-align: center;
}
.login-description {
    width: 345px;
}
.login-description span {
    font-size: 13px;
    font-family: "Helvetica";
    padding-bottom: 20px;
}

.login-contents h1 {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.login-input {
    border: 1px solid #ca9722 !important;
    font-size: 10px;
    text-align: center;
}
.login-btn button {
    width: 330px;
    padding: 10px;
    background: #ca9722 !important;
    border: none !important;
}
.register-description {
    width: 560px;
}
.register-input {
    font-size: 15px;
}
.register-check {
    font-family: "Inter";
    display: flex;
    gap: 15px;
    justify-content: start;
}
.register-check input {
    width: 20px;
}
.register-below-desc {
    font-size: 14px;
    font-family: "Inter";
    margin-bottom: 20px;
}
.reg-login-link {
    color: #ca9722;
    font-family: "Inter";
}

/* customize */
.metal {
    border-right: 1px solid #c18b25;
    /* height: 54px; */
    padding-left: 15px;
}
.diamond {
    padding-left: 20px;
}
.customize-options {
    border-radius: 10px;
    display: flex;
    border: 1px solid #c18b25;
    /* padding: 11px 7px 6px 7px; */
    align-items: anchor-center;
}
.customize-button {
    background: #c18b25;
    padding: 14px;
    border-radius: 1px 10px 10px 1px;
    color: #fff;
}
.metal small {
    font-size: 10px;
}
.diamond small {
    font-size: 10px;
}
/* Content */
.sidebar-content {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.option-boxes {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    width: 235px;
}

.option {
    flex: 1;
    border: 2px solid #eee;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.option.active {
    border-color: #d28a00;
    background: #f2ebff;
}
.option h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.option span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #777;
    background: #f7f7f7;
    padding: 3px 6px;
    border-radius: 6px;
}

.diamond-guide {
    font-size: 12px;
    color: #e91e63;
    text-align: right;
    margin-bottom: 8px;
    cursor: pointer;
}

/* Footer */
.sidebar-footer {
    padding: 15px;
    background: #d28a00;
    text-align: center;
}
.sidebar-footer button {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    padding: 12px 0;
}
.offcanvas {
    width: 40% !important;
    /* border-radius: 52px 2px 2px 53px !important; */
}
.cus-title {
    position: relative;
    left: 100%;
}
.cus-product-name {
    /* display: flex; */
    font-family: "Inter";
}
.cus-product-name .mrp-price del {
    color: grey !important;
}


.slick-slide{
    margin: 5px;
}

/* --------Checkout Form------- */

  /* Left form */
    .checkout-form {
        flex: 1 1 650px;
        background-color: #fff;
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    .checkout-form h3 {
        margin-bottom: 15px;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .form-group {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
    }
    .form-group input, 
    .form-group select {
        flex: 1 1 100%;
        padding: 12px 10px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 1rem;
    }
    .form-group input:focus {
        border-color: #7b61ff;
        outline: none;
    }

    /* Toggle buttons */
    .toggle-btns {
        display: flex;
        gap: 15px;
        margin-bottom: 20px;
    }
    .toggle-btns button {
        flex: 1;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #7b61ff;
        background-color: #fff;
        color: #7b61ff;
        cursor: pointer;
        font-weight: 500;
    }
    .toggle-btns button.active {
        background-color: #7b61ff;
        color: #fff;
    }

    /* Address type */
    .address-type {
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
    }
    .address-type button {
        flex: 1;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #ccc;
        background-color: #fff;
        cursor: pointer;
    }
    .address-type button.active {
        border-color: #7b61ff;
        background-color: #f3eaff;
    }

    /* Billing address radio */
    .billing-radio {
        margin-bottom: 20px;
    }
    .billing-radio label {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
    }
    .billing-radio input {
        accent-color: #7b61ff;
    }

    .btn-primary {
        width: 100%;
        padding: 15px;
        border-radius: 8px;
        border: none;
        background: linear-gradient(90deg,#a27fff,#7b61ff);
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        cursor: pointer;
    }

    /* Right order summary */
    .order-summary {
        flex: 0 1 300px;
        background-color: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        height: fit-content;
    }
    .order-summary h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .order-item {
        display: flex;
        gap: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .order-item img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
    }
    .order-item-details {
        flex: 1;
    }
    .order-item-details p {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }
    .order-item-details span {
        font-size: 0.85rem;
        color: #7b61ff;
        cursor: pointer;
    }

    .summary-total {
        margin-top: 20px;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }
    .summary-total div {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        font-size: 0.95rem;
    }
    .summary-total div.total {
        font-weight: 600;
        font-size: 1.1rem;
    }

    .contact-options {
        margin-top: 15px;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .contact-options button {
        flex: 1;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        cursor: pointer;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .container {
            flex-direction: column;
        }
        .checkout-form, .order-summary {
            flex: 1 1 100%;
        }
        .form-group {
            /* flex-direction: column; */
        }
    }

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

        .footer-head h4 {
            font-family: "Inter";
            font-weight: 600;
            font-size: 15px;
            position: relative;
            display: inline-block;
            margin-top: 42px;
            padding-bottom: 8px;
        }

        .product-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        padding: 0 8px !important;
    }
    .product-grid .col-md-3,
    .product-grid .col-sm-6 {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .product-img img {
            height: 220px;
            object-fit: cover;
            width: 100%;
        }

        .product-title {
            font-size: 14px;
        }

        .product-price {
            font-size: 16px;
        }

        .menu-item {
            right: 13px;
            position: relative;
            font-size: 35px;
        }
        .menu {
            display: none !important;
        }

        .hidden.md\:flex {
            display: none !important;
        }

        /* Show hamburger button */
        .md\:hidden {
            display: block !important;
        }

        /* Wider drawer for tablet */
        .fixed.left-0.top-0.w-64 {
            width: 320px !important;
        }

    }

    @media (min-width: 1024px) and (max-width: 1366px) {
        .mega-menu {
            top: 10%;
        }

        #floating-whatsapp-btn {
            bottom: 40%;
        }
        
        
    }

    .cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #c00;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Hide badge when count is 0 */
.cart-count-badge:empty,
.cart-count-badge[data-count="0"] {
    display: none;
}

/* ── Floating Button ── */
#floating-cart-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 56px;
    padding: 16px 10px;
    background: #6d310f;
    color: #fff;

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

    border-radius: 14px 0 0 14px;
    border-left:   1px solid rgba(255,255,255,0.08);
    border-top:    1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);

    cursor: pointer;
    z-index: 9997;
    transition: background 0.2s ease;
}

#floating-cart-btn:hover { background: #6d310f; }

#floating-cart-btn i {
    font-size: 20px;
    color: #fff;
}

/* Gold count badge */
#floating-cart-count {
    background: #c9a96e;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 500;
}

/* Vertical "CART" label — add this span inside #floating-cart-btn */
#floating-cart-btn .cart-label {
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

/* ── Cart Drawer ── */
#cart-drawer {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 340px;
    max-height: 580px;
    background: #fff;
    z-index: 9999;
    border-radius: 16px 0 0 16px;
    border: 0.5px solid rgba(0,0,0,0.1);
    box-shadow: -8px 0 40px rgba(0,0,0,0.12);
    overflow: hidden;
    display: none;
    flex-direction: column;
}

#cart-drawer .drawer-header {
    padding: 20px 20px 16px;
    border-bottom: 0.5px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

#cart-drawer .drawer-header h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.3px;
}

#cart-drawer .drawer-header .header-sub {
    font-size: 12px;
    color: #999;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

#drawer-count {
    background: #1a1a1a;
    color: #c9a96e;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-left: 10px;
}

#cart-drawer .drawer-body {
    overflow-y: auto;
    flex: 1;
    max-height: 380px;
    padding: 8px 20px;
    background: #fff;
}

/* Gold category label on each item */
.drawer-item .item-cat {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c9a96e;
    margin-bottom: 3px;
}

#cart-drawer .drawer-footer {
    border-top: 0.5px solid #f0f0f0;
    padding: 16px 20px 20px;
    background: #f9f9f9;
}

#drawer-total {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
}

/* Checkout button */
#cart-drawer .drawer-footer a.btn {
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 13px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

#cart-drawer .drawer-footer a.btn:hover { background: #2c2c2c; }

#cart-drawer .drawer-footer a.btn i { color: #c9a96e; }

#cart-drawer .drawer-body {
    overflow-y: auto;
    height: 185px;     
    max-height: 285px;
    padding: 8px 20px;
    background: #fff;

    /* smooth scroll */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

/* custom slim scrollbar */
#cart-drawer .drawer-body::-webkit-scrollbar {
    width: 4px;
}
#cart-drawer .drawer-body::-webkit-scrollbar-track {
    background: transparent;
}
#cart-drawer .drawer-body::-webkit-scrollbar-thumb {
    background: #c9a96e;
    border-radius: 4px;
}

#cart-drawer {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 340px;

    height: auto;
    max-height: none;

    background: #fff;
    z-index: 9999;
    border-radius: 16px 0 0 16px;
    border: 0.5px solid rgba(0,0,0,0.1);
    box-shadow: -8px 0 40px rgba(0,0,0,0.12);
    overflow: hidden;
    display: none;
    flex-direction: column;
}


  :root {
    --gold: #B8923A;
    --gold-light: #D4AC5A;
    --gold-pale: #F7F0E3;
    --gold-border: #E8D9BC;
    --ink: #1A1714;
    --ink-mid: #4A4540;
    --ink-soft: #8A827A;
    --cream: #FDFAF5;
    --white: #FFFFFF;
    --radius: 4px;
    --radius-lg: 10px;
  }



  /* ── PAGE LAYOUT ── */
  .sp-page { max-width: 1280px; margin: 0 auto; padding: 2rem 1.5rem 4rem; }

  .sp-breadcrumb {
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 12px;
    color: var(--ink-soft);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .sp-breadcrumb a { color: black; text-decoration: none; font-size: 15px; }
  .sp-breadcrumb a:hover { color: var(--gold); }
  .sp-breadcrumb .sep { opacity: .4; }

  /* ── TWO-COLUMN GRID ── */
  .sp-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 3rem;
    align-items: start;
  }

  /* ── LEFT: IMAGE GALLERY ── */
  .gallery-wrap { position: sticky; top: 2rem; }

  .gallery-main {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--white);
    border: 0.5px solid var(--gold-border);
    position: relative;
    margin-bottom: 12px;
  }
  .gallery-main img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
  }
  .gallery-main:hover img { transform: scale(1.03); }

  .gallery-badge {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--gold);
    color: #fff;
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
  }

  .gallery-thumbs { display: flex; gap: 10px; }
  .gallery-thumb {
    flex: 1;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: border-color .2s;
    background: var(--white);
  }
  .gallery-thumb {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: border-color .2s;
    background: var(--white);
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
  .gallery-thumb.active,
  .gallery-thumb:hover { border-color: var(--gold); }

  /* ── RIGHT: PRODUCT INFO ── */
  .sp-info {
    /* font-family: 'DM Sans', sans-serif; */
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .sp-meta { font-size: 15px; color: var(--ink-soft); letter-spacing: .1em; text-transform: uppercase; }

  .sp-title {
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 34px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.15;
  }

  .sp-subtitle {
    font-size: 14px;
    color: var(--ink-mid);
    margin-top: 4px;
  }

  .sp-divider {
    border: none;
    border-top: 0.5px solid var(--gold-border);
    margin: 0;
  }

  /* ── PRICE BLOCK ── */
  .price-block {
    background: var(--white);
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
  }

  .price-label {
    font-size: 11px;
    letter-spacing: .08em;
    color: var(--ink-soft);
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .price-live {
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 36px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1;
    margin-bottom: 4px;
  }

  
  .price-note {
    font-size: 14px;
    /* color: var(--ink-soft); */
    margin-bottom: 12px;
  }

  .price-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--gold);
    background: none;
    border: none;
    cursor: pointer;
    /* font-family: 'DM Sans', sans-serif; */
    padding: 0;
    transition: color .2s;
  }
  .price-toggle:hover { color: var(--gold-light); }
  .price-toggle .chev { transition: transform .25s; display: inline-block; }
  .price-toggle.open .chev { transform: rotate(180deg); }

  .breakdown-wrap {
    margin-top: 14px;
    border-top: 0.5px solid var(--gold-border);
    padding-top: 14px;
    display: none;
  }
  .breakdown-wrap.open { display: block; }

  .breakdown-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }
  .breakdown-table tr td {
    padding: 6px 0;
    color: var(--ink-mid);
    border-bottom: 0.5px solid #F0EBE0;
    font-size: 16px;
    font-weight: 500;
  }
  .breakdown-table tr:last-child td { border-bottom: none; }
  .breakdown-table tr td:last-child {
    text-align: right;
    color: var(--ink);
    font-weight: 500;
  }
  .breakdown-table .subtotal-row td {
    color: var(--ink);
    font-weight: 500;
    border-top: 0.5px solid var(--gold-border);
    border-bottom: none;
    padding-top: 10px;
  }
  .breakdown-table .gst-row td { font-size: 15px; color: var(--ink-soft); }
  .breakdown-table .total-row td {
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 17px;
    font-weight: 500;
    color: var(--gold);
    padding-top: 8px;
    border-top: 0.5px solid var(--gold-border);
  }

  /* ── CUSTOMISE BAR ── */
  .cust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .cust-chip {
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 10px 12px;
    background: var(--white);
  }
  .cust-chip small {
    display: block;
    font-size: 10px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 3px;
  }
  .cust-chip span { font-size: 13px; color: var(--ink); font-weight: 500; }

  .cust-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--gold);
    text-decoration: none;
    margin-top: 8px;
    background: none;
    border: none;
    cursor: pointer;
    /* font-family: 'DM Sans', sans-serif; */
    padding: 0;
  }

  /* ── EXPANDABLE SECTIONS ── */
  .expand-section {
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--white);
  }

  .expand-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    user-select: none;
    transition: background .2s;
  }
  .expand-header:hover { background: var(--gold-pale); }

  .expand-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    color: var(--ink);
  }
  .expand-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--gold-pale);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 14px;
    flex-shrink: 0;
  }
  .expand-chev {
    color: var(--ink-soft);
    font-size: 16px;
    transition: transform .25s;
  }
  .expand-header.open .expand-chev { transform: rotate(180deg); }

  .expand-body {
    display: none;
    padding: 16px;
    border-top: 0.5px solid var(--gold-border);
    background: var(--cream);
  }
  .expand-body.open { display: block; }

  .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }

  .detail-card {
    background: var(--white);
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 10px 12px;
  }
  .detail-card small {
    display: block;
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 4px;
  }
  .detail-card p {
    font-size: 15px;
    color: var(--ink);
    font-weight: 500;
    margin: 0;
  }

  .gem-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
  .gem-pill {
    font-size: 12px;
    background: var(--gold-pale);
    color: var(--gold);
    border: 0.5px solid var(--gold-border);
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 500;
  }

  /* ── DELIVERY ── */
  .delivery-list { display: flex; flex-direction: column; gap: 8px; }
  .delivery-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--ink-mid);
  }
  .delivery-item i { color: var(--gold); font-size: 16px; }
  .delivery-item a { color: var(--gold); text-decoration: none; }

  /* ── ADD TO BAG ── */
  .add-btn {
    width: 100%;
    padding: 16px;
    background: var(--ink);
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s;
  }
  .add-btn:hover { background: var(--gold); }

  /* ── TRUST BADGES ── */
  .trust-row {
    display: flex;
    gap: 0;
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius);
    overflow: hidden;
  }
  .trust-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 6px;
    font-size: 14px;
    color: var(--ink-mid);
    border-right: 0.5px solid var(--gold-border);
    background: var(--white);
    text-align: center;
  }
  .trust-item:last-child { border-right: none; }
  .trust-item i { color: var(--gold); font-size: 15px; }

  /* ── DESCRIPTION TABS ── */
  .desc-section { margin-top: 4rem; }

  .tab-nav {
    display: flex;
    border-bottom: 0.5px solid var(--gold-border);
    gap: 0;
    margin-bottom: 2rem;
  }
  .tab-btn {
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 20px;
    color: var(--ink-soft);
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 12px 20px;
    cursor: pointer;
    transition: color .2s, border-color .2s;
    letter-spacing: .04em;
  }
  .tab-btn:hover { color: var(--ink); }
  .tab-btn.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
    font-weight: 500;
    font-size: 20px;
  }

  .tab-pane { display: none; }
  .tab-pane.active { display: block; }

  .desc-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }

  .desc-text {
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink-mid);
  }

  .spec-group { margin-bottom: 1.5rem; }
  .spec-group-title {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .spec-group-title::after {
    content: '';
    flex: 1;
    height: 0.5px;
    background: var(--gold-border);
  }
  .spec-row {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    padding: 7px 0;
    border-bottom: 0.5px solid #F0EBE0;
    color: var(--ink-mid);
  }
  .spec-row span:last-child { color: var(--ink); font-weight: 500; }

  .badge-row {
    display: flex;
    gap: 12px;
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  .bis-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 8px 14px;
    background: var(--white);
    font-size: 17px;
    color: var(--ink-mid);
  }
  .bis-badge i { color: var(--gold); font-size: 18px; }

  /* ── RELATED PRODUCTS ── */
  .related-section { margin-top: 4rem; }
  .section-heading {
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 28px;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 1.5rem;
  }
  .related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .rel-card { background: var(--white); border: 0.5px solid var(--gold-border); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: transform .25s, box-shadow .25s; }
  .rel-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(184,146,58,.12); }
  .rel-card-img { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--cream); }
  .rel-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
  .rel-card:hover .rel-card-img img { transform: scale(1.05); }
  .wishlist-btn {
    position: absolute;
    top: 10px; right: 10px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    border: none;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: var(--ink-soft);
    font-size: 14px;
    transition: color .2s;
  }
  .wishlist-btn:hover { color: #D4506A; }
  .rel-card-body { padding: 12px 14px; }
  .rel-card-cat { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
  .rel-card-name {  font-size: 16px; color: var(--ink); line-height: 1.3; }
  .rel-card-price { font-size: 13px; color: var(--ink-mid); margin-top: 4px; font-weight: 500; }

  /* ── OFFCANVAS CUSTOMIZE ── */
  /* .offcanvas-title { font-family: 'Cormorant Garamond', serif !important; } */
  .section-title-oc {
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin-bottom: 10px;
    /* font-family: 'DM Sans', sans-serif; */
  }
  .option-box {
    border: 0.5px solid var(--gold-border);
    border-radius: var(--radius);
    padding: 10px 14px;
    cursor: pointer;
    background: var(--white);
    transition: border-color .2s, background .2s;
    /* font-family: 'DM Sans', sans-serif; */
  }
  .option-box h4 { font-size: 13px; font-weight: 500; color: var(--ink); margin: 0 0 2px; }
  .option-box span { font-size: 11px; color: var(--ink-soft); }
  .option-box.active {
    border-color: var(--gold);
    background: var(--gold-pale);
  }
  .option-boxes { display: flex; gap: 8px; flex-wrap: wrap; }
  .diamond-guide { font-size: 11px; color: var(--gold); letter-spacing: .07em; margin-bottom: 8px; cursor: pointer;  }
  .confirm-btn {
    width: 100%;
    padding: 14px;
    background: var(--ink);
    color: #fff;
    border: none;
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background .2s;
  }
  .confirm-btn:hover { background: var(--gold); }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    .sp-grid { grid-template-columns: 1fr; }
    .gallery-wrap { position: static; }
    .desc-layout { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .detail-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 600px) {
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .cust-row { grid-template-columns: 1fr; }
    /* .trust-item span { display: none; } */
  }


  .search-bar input{
    height:60px;
    border-radius:12px;
    font-size:18px;
    padding-left:20px;
}

.product-card{
    transition:0.3s;
}

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

.search-card-img img{
    border-radius:12px;
}

.wishlist-btn-login{
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000;
    text-decoration:none;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.product-card {
    border: 1px solid #eee;
    padding: 15px;
    transition: 0.3s;
    background: #fff;
    overflow: hidden;
}

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

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

.product-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.wishlist-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    z-index: 5;
}

.product-title {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.product-price {
    font-size: 18px;
}

.color-badge {
    font-size: 13px;
    color: #777;
}


@media (min-width: 1280px) {
    .container {
        max-width: 1280px !important;
    }
}

.product-img {
    position: relative;
}

.out-stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #dc3545;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
    text-transform: uppercase;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=Jost:wght@200;300;400&display=swap'); */

.collection-section {
  background: #faf8f5;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-header {
  /* font-family: 'Cormorant Garamond', serif; */
  font-weight: 300;
  font-size: 38px;
  color: #1a1208;
  text-align: center;
  margin-bottom: 10px;
}

.section-content {
  /* font-family: 'Jost', sans-serif; */
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #9a8f82;
  text-align: center;
  margin: 0;
}

.nuwa-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 520px;
}

.nuwa-card-pendant  { grid-column: 1; grid-row: 1 / 3; }
.nuwa-card-ring     { grid-column: 2; grid-row: 1; }
.nuwa-card-necklace { grid-column: 2; grid-row: 2; }

.nuwa-card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 0.5px solid rgba(180, 150, 80, 0.25);
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  background: #ede8e0;
}

.nuwa-card:hover {
  border-color: rgba(180, 150, 80, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(180, 150, 80, 0.12);
}

.nuwa-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.35s ease;
  filter: brightness(0.95) saturate(0.95);
}

.nuwa-card:hover .nuwa-card-img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.05);
}

.nuwa-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,252,245,0.97) 0%, rgba(255,252,245,0.4) 38%, transparent 65%);
}

.nuwa-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 18px 16px;
}

.nuwa-card-pendant .nuwa-info {
  padding: 20px 24px 18px;
}

.nuwa-label {
  display: block;
  /* font-family: 'Jost', sans-serif; */
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b8922a;
  margin-bottom: 4px;
}

.nuwa-name {
  /* font-family: 'Cormorant Garamond', serif; */
  font-weight: 400;
  font-size: 20px;
  color: #1a1208;
  line-height: 1.15;
  margin: 0 0 6px;
}

.nuwa-card-pendant .nuwa-name {
  font-size: 30px;
}

.nuwa-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nuwa-pline {
  width: 16px;
  height: 0.5px;
  background: #c9a84c;
  flex-shrink: 0;
}

.nuwa-card-pendant .nuwa-pline {
  width: 22px;
}

.nuwa-price {
  /* font-family: 'Jost', sans-serif; */
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #7a6f62;
}

/* Corner accent on hover */
.nuwa-corner {
  position: absolute;
  top: 12px; right: 12px;
  width: 18px; height: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.nuwa-corner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 1px; height: 18px;
  background: #c9a84c;
}

.nuwa-corner::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 18px; height: 1px;
  background: #c9a84c;
}

.nuwa-card:hover .nuwa-corner {
  opacity: 1;
}

@media (max-width: 767px) {
  .nuwa-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 200px 200px;
    height: auto;
  }

  .menu-item {
    right: 10px;
    font-size: 25px;
    position: relative;
  }

  /* .swiper.mySwiper,
    .swiper-slide {
        height: auto !important;
        aspect-ratio: 9 / 16;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    } */

  .swiper-button-next {
    right: 130px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
   .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
   }

  .nuwa-card-pendant  { grid-column: 1; grid-row: 1; }
  .nuwa-card-ring     { grid-column: 1; grid-row: 2; }
  .nuwa-card-necklace { grid-column: 1; grid-row: 3; }
}

@media (max-width: 767px) {
    .our-collection-slider-div {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0 12px;
    }

    .footer-head h4 {
        font-family: "Inter";
        font-weight: 600;
        font-size: 15px;
        position: relative;
        display: inline-block;
        margin-top: 42px;
        padding-bottom: 8px;
    }

    .product-bottom-wrapper {
        padding: 25px;
    }

    .our-collection-slider {
        width: 100% !important;
        float: none !important;
    }

    .our-collection-div {
        width: 100%;
    }

    .image-container {
        position: relative;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }

    .image-container .slick-image {
        width: 100%;
        height: 320px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .gallery-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .gallery-card {
        width: 100% !important;
    }

    .spec-section {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .product-banner {
        background: url("/assets/images/product/product-banner.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        aspect-ratio: 20 / 9;
    }

        .tab-nav {
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
        flex-wrap: nowrap;
        gap: 0;
    }

    .tab-nav::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        font-size: 12px;
        padding: 10px 14px;
        flex-shrink: 0;
    }

    .desc-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .coupon-modal {
        width: 100% !important;
        left: 0 !important;
        border-radius: 16px;
        padding: 6px;
    }

    .modal-dialog {
        margin: 12px;
    }

    /* Fix offer card - remove rotated tag layout */
    .offer-card {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 12px 10px;
    }

    /* Fix rotated tag - remove rotation and offset on mobile */
    .offer-tag {
        transform: none;
        position: static;
        left: 0;
        height: auto;
        min-width: 70px;
        font-size: 11px;
        padding: 10px 8px;
        border-radius: 8px;
        text-align: center;
        flex-shrink: 0;
    }

    .offer-tag::before {
        display: none;
    }

    .offer-details h6 {
        font-size: 13px;
    }

    .offer-details p {
        font-size: 11px;
    }

    /* Coupon input full width */
    .coupon-input .form-control {
        font-size: 13px;
    }

    .apply-btn {
        font-size: 12px;
        padding: 8px 14px;
    }

}

/* @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@200;300;400&display=swap'); */

.feature-product-section {
  background: #faf8f5;
  padding: 72px 0;
  /* font-family: 'Jost', sans-serif; */
  overflow: hidden;
}

/* Left image panel */
.fp-left {
  position: relative;
  height: 560px;
  background: linear-gradient(145deg, #f0ebe0, #e8e0d0);
  border-radius: 2px;
  border: 0.5px solid rgba(180, 150, 80, 0.2);
  overflow: hidden;
}

.fp-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.fp-left-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 9px;
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b8922a;
  background: rgba(250, 248, 245, 0.9);
  padding: 6px 12px;
  border: 0.5px solid rgba(180, 150, 80, 0.3);
  border-radius: 1px;
}

.fp-left-rule {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(to right, #c9a84c, transparent);
}

/* Right content */
.fp-eyebrow {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: #b8922a;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.fp-title {
  /* font-family: 'Cormorant Garamond', serif; */
  font-weight: 400;
  font-size: 42px;
  color: #1a1208;
  margin: 0 0 10px;
  line-height: 1.1;
}

.fp-title em {
  font-style: italic;
  color: #b8922a;
}

.fp-rule {
  width: 36px;
  height: 1px;
  background: linear-gradient(to right, #c9a84c, transparent);
  margin-bottom: 16px;
}

.fp-sub {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #9a8f82;
  margin: 0 0 32px;
}

/* Slider */
.fp-slider-wrap {
  overflow: hidden;
}

.fp-slider {
  display: flex;
  gap: 14px;
  transition: transform 0.45s ease;
}

/* Product card */
.fp-card {
  flex: 0 0 200px;
  background: #fff;
  border: 0.5px solid rgba(180, 150, 80, 0.18);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.fp-card:hover {
  border-color: rgba(180, 150, 80, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(180, 150, 80, 0.1);
  text-decoration: none;
}

.fp-card-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #f5f0e8;
  overflow: hidden;
}

.fp-card-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.fp-card:hover .fp-card-img-wrap img {
  transform: scale(1.07);
}

.fp-card-body {
  padding: 12px 14px 14px;
  border-top: 0.5px solid rgba(180, 150, 80, 0.12);
}

.fp-card-name {
  /* font-family: 'Jost', sans-serif; */
  font-size: 15px;
  font-weight: 500;
  color: #2a2015;
  margin: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.03em;
}

.fp-card-price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}

.fp-card-mrp {
  font-size: 11px;
  color: #bbb;
  text-decoration: line-through;
  font-weight: 300;
}

.fp-card-live {
  font-size: 14px;
  font-weight: 400;
  color: #1a1208;
  letter-spacing: 0.02em;
}

.fp-card-off {
  font-size: 10px;
  color: #7a9e5a;
  font-weight: 300;
  letter-spacing: 0.05em;
}

/* Nav arrows */
.fp-nav {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.fp-nav-btn {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(180, 150, 80, 0.4);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, border-color 0.25s ease;
  border-radius: 1px;
  color: #b8922a;
  font-size: 21px;
}

.fp-nav-btn:hover {
  background: rgba(180, 150, 80, 0.08);
  border-color: #c9a84c;
}

/* Divider & CTA */
.fp-divider {
  width: 48px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a84c, transparent);
  margin: 52px auto 36px;
}

.fp-cta {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #b8922a;
  background: transparent;
  border: 0.5px solid rgba(180, 150, 80, 0.5);
  padding: 13px 36px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.fp-cta:hover {
  background: rgba(180, 150, 80, 0.08);
  border-color: #c9a84c;
}


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@200;300;400&display=swap');

.lp-section {
  font-family: 'Jost', sans-serif;
}

/* Layout */
.lp-wrap {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* ── Left panel ── */
.lp-left {
  position: relative;
  background: linear-gradient(145deg, #f5efe3, #ede4d0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 48px;
  overflow: hidden;
  min-height: 560px;
}

.lp-left-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 40% 50%, rgba(212,175,55,0.12), transparent 70%);
}

.lp-left-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  mix-blend-mode: multiply;
}

.lp-left-content {
  position: relative;
  z-index: 2;
}

.lp-left-tag {
  font-size: 9px;
  font-weight: 200;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #9a6f1a;
  margin-bottom: 14px;
  display: block;
}

.lp-left-rule {
  width: 36px;
  height: 1px;
  background: linear-gradient(to right, #c9a84c, transparent);
  margin-bottom: 16px;
}

.lp-left-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 34px;
  color: #2a1f0e;
  line-height: 1.2;
  margin: 0 0 14px;
}

.lp-left-title em {
  font-style: italic;
  color: #9a6f1a;
}

.lp-left-desc {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.08em;
  color: #6a5a3a;
  line-height: 1.8;
  margin: 0;
}

.lp-left-dots {
  position: absolute;
  top: 40px;
  right: 40px;
  display: grid;
  grid-template-columns: repeat(4, 6px);
  gap: 6px;
  opacity: 0.3;
  z-index: 2;
}

.lp-left-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a84c;
  display: block;
}

/* ── Right panel ── */
.lp-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 48px;
  background: #faf8f5;
}

.lp-box {
  width: 100%;
  max-width: 380px;
}

/* Logo */
.lp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}

.lp-logo-diamond {
  width: 10px;
  height: 10px;
  background: #c9a84c;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.lp-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: #1a1208;
  letter-spacing: 0.15em;
}

/* Heading */
.lp-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 32px;
  color: #1a1208;
  margin: 0 0 10px;
  line-height: 1.15;
}

.lp-heading em {
  font-style: italic;
  color: #b8922a;
}

.lp-rule {
  width: 32px;
  height: 1px;
  background: linear-gradient(to right, #c9a84c, transparent);
  margin-bottom: 16px;
}

.lp-sub {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #9a8f82;
  line-height: 1.8;
  margin: 0 0 24px;
}

/* Points badge */
.lp-badge {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(201,168,76,0.07);
  border: 0.5px solid rgba(201,168,76,0.3);
  border-radius: 2px;
  padding: 12px 14px;
  margin-bottom: 28px;
}

.lp-badge-icon {
  width: 8px;
  height: 8px;
  background: #c9a84c;
  transform: rotate(45deg);
  flex-shrink: 0;
  margin-top: 3px;
}

.lp-badge-text {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #7a6020;
  line-height: 1.6;
}

.lp-badge-text strong {
  font-weight: 400;
  color: #9a6f1a;
}

/* Form */
.lp-label {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b8922a;
  display: block;
  margin-bottom: 8px;
}

.lp-input-wrap {
  position: relative;
  margin-bottom: 6px;
}

.lp-input-prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 300;
  color: #9a8f82;
  border-right: 0.5px solid rgba(180,150,80,0.3);
  padding-right: 10px;
  line-height: 1;
}

.lp-input {
  width: 100%;
  padding: 14px 16px 14px 40px;
  background: #fff;
  border: 0.5px solid rgba(180,150,80,0.3);
  border-radius: 2px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #1a1208;
  letter-spacing: 0.05em;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.lp-input:focus {
  border-color: #c9a84c;
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}

.lp-input::placeholder {
  color: #c4b8a8;
  font-weight: 200;
}

.lp-error {
  font-size: 14px;
  color: #c0392b;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 10px;
}

/* Button */
.lp-btn {
  width: 100%;
  padding: 14px;
  background: #c9a84c;
  border: none;
  border-radius: 2px;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 16px;
}

.lp-btn:hover {
  background: #b8922a;
}

/* Footer note */
.lp-footer-note {
  text-align: center;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.08em;
  color: #b8ad9e;
  margin-top: 20px;
  line-height: 1.8;
}

.lp-footer-note a {
  color: #b8922a;
  text-decoration: none;
}

.lp-footer-note a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .lp-wrap {
    grid-template-columns: 1fr;
  }

  .lp-left {
    min-height: 280px;
    padding: 36px;
  }

  .lp-left-title {
    font-size: 26px;
  }

  .lp-right {
    padding: 40px 24px;
  }
}


.purity-selector {
  margin-bottom: 1rem;
}
.purity-label {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.purity-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.purity-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  border: 1px solid var(--gold-border);
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  font-family: 'Cormorant Garamond', serif;
  color: var(--ink);
  transition: all 0.18s;
  white-space: nowrap;
}
.purity-btn:hover {
  border-color: var(--gold);
  background: #fdf9f0;
  color: var(--gold);
}
.purity-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  font-weight: 600;
}


.lp-input-wrap { position: relative; }
.pw-toggle {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    background: none; border: none; cursor: pointer;
    color: #9a8f7a; font-size: 16px; padding: 0; line-height: 1;
    transition: color .2s;
}
.pw-toggle:hover { color: #a37b1e; }


.form-group { position: relative; }
.pw-toggle {
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    background: none; border: none; cursor: pointer;
    color: #9a8f7a; font-size: 16px; padding: 0; line-height: 1;
    transition: color .2s;
}
.pw-toggle:hover { color: #a37b1e; }

@media (max-width: 767px) {
    .product-bottom-title {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e0d9cc;
        padding: 12px 0;
        margin-bottom: 0;
    }
    .product-bottom-title h2 {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
    }
    .product-bottom-title::after {
        content: '\2964';
        font-size: 20px;
        transition: transform 0.3s;
        color: #a37b1e;
    }
    .product-bottom-title.open::after {
        transform: rotate(180deg);
    }
    .product-bottom-content p {
        display: none;
    }
    .product-bottom-title.open + .product-bottom-content p {
        display: block;
    }
}


.input-error {
    border: 1px solid red !important;
    outline: none;
}

.field-error {
    color: red;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}

.lp-password-wrap {
    position: relative;
}
.lp-password-wrap .lp-input {
    padding-right: 42px; /* room for the icon */
}
.lp-toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    font-size: 16px;
    user-select: none;
    transition: color 0.2s;
}
.lp-toggle-password:hover {
    color: #b8860b;
}



#floating-whatsapp-btn {
    position: fixed;
    right: 0px;
    bottom: 32%;   
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 999;
    text-decoration: none;
    transition: transform 0.2s ease;
}
#floating-whatsapp-btn:hover {
    transform: scale(1.08);
    color: #fff;
}


@media (min-width: 768px) and (max-width: 1024px) {
    #floating-whatsapp-btn {
        bottom: 37%;

    }

}


    .cs-premium-section {
        padding: 90px 0;
        background: linear-gradient(180deg, #fdfbf6 0%, #f8f3e9 100%);
    }
    .cs-eyebrow {
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 13px;
        color: #c9a84c;
        font-weight: 600;
        margin-bottom: 6px;
    }

    /* Left info panel */
    .cs-info-panel {
        background: #fff;
        border-radius: 16px;
        padding: 40px 32px;
        height: 100%;
        box-shadow: 0 10px 40px rgba(201, 168, 76, 0.08);
        border: 1px solid rgba(201, 168, 76, 0.15);
    }
    .cs-info-item {
        display: flex;
        gap: 18px;
        align-items: flex-start;
        margin-bottom: 32px;
    }
    .cs-info-item:last-child { margin-bottom: 0; }
    .cs-info-icon {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #f3e6c4, #c9a84c);
        color: #fff;
        font-size: 18px;
    }
    .cs-info-item h5 {
        font-weight: 700;
        margin-bottom: 6px;
        color: #2b2b2b;
    }
    .cs-info-item p {
        color: #777;
        font-size: 14px;
        margin: 0;
        line-height: 1.5;
    }

    /* Form card */
    .cs-form-card {
        background: #fff;
        border-radius: 16px;
        padding: 44px;
        box-shadow: 0 15px 50px rgba(0,0,0,0.06);
        border-top: 3px solid #c9a84c;
        position: relative;
    }

    /* Floating label fields */
    .cs-field {
        position: relative;
        margin-bottom: 22px;
    }
    .cs-field input,
    .cs-field textarea {
        width: 100%;
        border: 1px solid #e2ddd0;
        border-radius: 10px;
        padding: 16px 14px 8px;
        font-size: 15px;
        background: #fcfaf5;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }
    .cs-field textarea { resize: vertical; min-height: 90px; }
    .cs-field input:focus,
    .cs-field textarea:focus {
        border-color: #c9a84c;
        box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
    }
    .cs-field label {
        position: absolute;
        left: 14px;
        top: 16px;
        color: #999;
        font-size: 15px;
        pointer-events: none;
        transition: all .18s ease;
        background: transparent;
    }
    .cs-field input:focus + label,
    .cs-field input:not(:placeholder-shown) + label,
    .cs-field textarea:focus + label,
    .cs-field textarea:not(:placeholder-shown) + label {
        top: -9px;
        left: 10px;
        font-size: 11.5px;
        color: #c9a84c;
        background: #fcfaf5;
        padding: 0 6px;
        font-weight: 600;
        letter-spacing: .3px;
        text-transform: uppercase;
    }
    .cs-optional { color: #bbb; text-transform: none; font-weight: 400; }

    /* Upload widget */
    .cs-upload-wrap {
        border: 2px dashed #d9cda3;
        border-radius: 12px;
        background: #fcfaf5;
        cursor: pointer;
        transition: border-color .2s, background .2s;
        overflow: hidden;
    }
    .cs-upload-wrap.cs-dragover {
        border-color: #c9a84c;
        background: #f8f0da;
    }
    .cs-upload-idle {
        padding: 38px 20px;
        text-align: center;
        color: #8a7d5c;
    }
    .cs-upload-idle i {
        font-size: 30px;
        color: #c9a84c;
        margin-bottom: 10px;
        display: block;
    }
    .cs-upload-idle p { margin: 0 0 4px; font-size: 15px; color: #555; }
    .cs-upload-idle span { font-size: 12.5px; color: #aaa; }

    .cs-upload-preview {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px;
        position: relative;
    }
    .cs-upload-preview img {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #eee;
    }
    .cs-upload-meta { display: flex; flex-direction: column; overflow: hidden; }
    #cs_file_name {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 260px;
    }
    #cs_file_size { font-size: 12px; color: #999; }
    .cs-upload-remove {
        margin-left: auto;
        background: #f2ede1;
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #a15c5c;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
    }

    /* Success / error */
    .cs-success {
        text-align: center;
        padding: 40px 20px;
        border: 1px solid #d4af37;
        border-radius: 14px;
        background: #fdf9ef;
    }
    .cs-success i { font-size: 40px; color: #c9a84c; }
    .cs-success h4 { margin-top: 14px; }
    .cs-success p { color: #555; }
    .cs-error {
        color: #b23b3b;
        background: #fdf1f1;
        border: 1px solid #f3c9c9;
        border-radius: 8px;
        padding: 10px 14px;
        font-size: 14px;
        margin-bottom: 14px;
    }

    /* Submit button */
    .cs-submit-btn {
        width: 100%;
        border: none;
        padding: 16px;
        border-radius: 10px;
        background: linear-gradient(135deg, #d4af37, #b8902c);
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        transition: transform .15s, box-shadow .15s, opacity .15s;
        box-shadow: 0 8px 20px rgba(201, 168, 76, 0.3);
    }
    .cs-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(201, 168, 76, 0.4); }
    .cs-submit-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

    @media (max-width: 991px) {
        .cs-form-card { padding: 28px; }
        .cs-info-panel { padding: 28px 24px; }
    }