@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: 30%;
    font-size: 65px;
}

.perpetua-text {
    font-family: "perpetua-titling-mt-light" !important;
    position: absolute;
    left: 18%;
    top: 42%;
    font-size: 67px;
    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, #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;
}

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

.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: #cfcfcf;
    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: 12px;
}

.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: 350px;
}
.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: 12px;
}

.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;
    }
}

/* 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;
        }
    }