
body{
font-family:'Poppins', sans-serif;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
background:#ffffff;
}



.topbar{
background:black;
color:white;
padding:6px 0;
overflow:hidden;
}


/* Marquee Animation */

.marquee{
width:100%;
overflow:hidden;
white-space:nowrap;
}

.marquee-content{
display:inline-block;
padding-left:100%;
animation:scroll 60s linear infinite;
letter-spacing:1px;
font-weight:500;
}

@keyframes scroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-100%);
}

}


.logo{
font-size:24px;
font-weight:600;
text-decoration:none;
color:#000;
}

.header-search{
max-width:280px;
}



.thumbnail-col{
display:flex;
flex-direction:column;
gap:10px;
}

.thumb {
    width: 100%;
    height: 80px;  /* fixed height */
    cursor: pointer;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 2px solid transparent;
    object-fit: cover;
    opacity: 0.7;
    transition: all 0.2s ease;
}

.active-thumb {
    border: 2px solid #000;
    opacity: 1;
}

.thumb:hover {
    opacity: 1;
    border: 2px solid #555;
}


.product-title{
font-size:28px;
font-weight:600;
}

.rating{
color:#1abc54;
margin-bottom:10px;
}

.review-count{
color:#555;
margin-left:8px;
}

.price-box{
display:flex;
align-items:center;
gap:10px;
margin-bottom:5px;
}

.price{
font-size:24px;
font-weight:600;
}

.old-price{
text-decoration:line-through;
color:#888;
}

.discount{
color:#1abc54;
font-weight:500;
}

.tax{
font-size:13px;
color:#888;
margin-bottom:20px;
}

.quantity-box{
display:flex;
gap:5px;
margin-bottom:20px;
}

.qty-btn{
width:40px;
border:1px solid #ddd;
background:#fff;
}

.qty-input{
width:50px;
text-align:center;
border:1px solid #ddd;
}

.pincode-box{
display:flex;
margin-bottom:20px;
}

.pincode-box input{
flex:1;
border:1px solid #ddd;
padding:8px;
}

.btn-check{
border:1px solid #ddd;
padding:8px 15px;
background:#f5f5f5;
}

.add-cart{
padding:12px;
font-weight:600;
}


/* RESPONSIVE */

@media(max-width:768px){

.thumbnail-col{
flex-direction:row;
overflow-x:auto;
}

.thumb{
width:70px;
}

}

.account-dropdown{
min-width:180px;
padding:6px 0;
border-radius:8px;
border:1px solid #eee;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.account-dropdown li a{
font-size:13px;
padding:8px 16px;
color:#333;
display:block;
}

.account-dropdown li a:hover{
background:#f8f8f8;
color:#000;
}


/* header */
.border-set{ border-top: 1px solid #ccc ; margin-top: 10px;}


/* Sticky Header */

.header{

z-index:999;

}



/* Header Layout */

.header-row{

padding:12px 0;

}



/* Logo */

.logo{

font-size:24px;

font-weight:700;

letter-spacing:2px;

}

.logo{
flex:1;
text-align:center;
font-size:20px;
font-weight:600;
}

/* Balance left & right */
.left-section,
.right-section{
flex:1;
}

/* Search */
.header-search{
max-width:220px;
border-radius:20px;
font-size:14px;
padding:6px 12px;
}

/* Icons */
.right-section a{
font-size:20px;
color:#000;
text-decoration:none;
}

.right-section a:hover{
color:#555;
}

/* Navbar */
.navbar-nav{
gap:20px;
}

.navbar-nav .nav-link{
font-size:15px;
font-weight:500;
color:#333;
}

/* Mobile Fix */
@media(max-width:991px){

.header-search{
display:none;
}

.logo{
font-size:18px;
}

}



/* Search */

.search-wrapper input{

border-radius:30px;

padding:10px 20px;

border:1px solid #ddd;

}



/* Icons */

/* HEADER ICON CONTAINER */
.logo{
width:220px; height: auto;
text-decoration:none;
color:#000;
}


.header-search{
max-width:280px;
}

.header-icons a{
margin-left:12px;
font-size:20px;
color:#000;
text-decoration:none;
}

.header-icons a:hover{
opacity:0.7;
}

/* PROFILE DROPDOWN */
.profile-dropdown {
    position: relative;
    margin-top: 6px;
}

/* DROPDOWN MENU */
.dropdown-menu-custom {
    position: absolute;
    top: 30px;
    right: 0;
    background: white;
    width: 180px;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    padding: 10px 0;
}

/* DROPDOWN LINKS */
.dropdown-menu-custom a {
    padding: 10px 18px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5;
}

/* SHOW DROPDOWN */
.profile-dropdown:hover .dropdown-menu-custom {
    display: block;
}
.logo{
font-size:20px;
font-weight:600;
color:#000;
}

.header-search{
border-radius:20px;
font-size:14px;
padding:8px 15px;
}

.header-icons a{
font-size:16px;
color:#000;
margin-left:0px;
text-decoration:none;
}

.header-icons a:hover{
color:#555;
}

.navbar-nav{
gap:22px;
}

.navbar-nav .nav-link{
font-size:15px;
font-weight:500;
color:#333;
}

.navbar-nav .nav-link:hover{
color:#000;
}

/* Mobile menu */
.offcanvas-body .nav-link{
font-size:16px;
padding:10px 0;
}

.offcanvas-body .dropdown-menu{
border:none;
padding-left:10px;

}

.dropdown-menu li a{
font-size:13px;
padding:6px 14px;
color:#333;
text-decoration:none;
display:block;
}


.dropdown-menu li a:hover{
background:#f5f5f5;
color:#000;
}

.account-dropdown li a{
font-size:13px;
padding:6px 0px;
}

.account-dropdown li a:hover{
background:#f5f5f5;
}




/* Mobile Design */

@media(max-width:768px){

.search-wrapper{

margin-top:10px;

}

.logo{

font-size:20px;

}

.header-icons span{

font-size:20px;

margin-left:15px;

}

}

.search-box{
width:300px;
margin-left:40px;
}


.icons span{
margin-left:20px;
font-size:20px;
cursor:pointer;
}



/* menu */

/* Navigation */

.nav-custom{

background:#ffffff;

padding:8px 0;

border-top:1px solid #eee;

border-bottom:1px solid #eee;

}



/* Navbar spacing */

/* Navbar spacing */

.navbar-nav{
gap:22px;
align-items:center;
}

/* Nav links */

.navbar-nav .nav-link{
font-size:15px;
font-weight:500;
color:#333;
padding:10px 6px;
transition:color 0.3s ease;
}

/* Hover effect */

.navbar-nav .nav-link:hover{
color:#b31111;
}

/* Active menu */

.navbar-nav .nav-link.active{
color:#000;
font-weight:600;
}

/* Keep dropdown arrow visible */

.navbar-nav .dropdown-toggle::after{
margin-left:6px;
vertical-align:middle;
}



/* Dropdown menu */

.dropdown-menu{
border:1px solid #eee;
border-radius:6px;
padding:8px 0;
margin-top:8px;

}

/* Dropdown items */

.dropdown-item{
font-size:14px;
padding:8px 18px;
color:#333;
}

.dropdown-item:hover{
background:#f5f5f5;
color:#000;
}






/* Desktop Hover */

@media(min-width:992px){

.dropdown:hover .dropdown-menu{

display:block;

margin-top:0;

}

}



/* Mobile */

@media(max-width:991px){

.nav-custom .navbar-nav{

gap:5px;

text-align:center;

}

}


.profile-icon{
font-size:20px;
color:#000;
text-decoration:none;
}

.profile-icon:hover{
color:#333;
}

.account-dropdown{
min-width:180px;
border:1px solid #eee;
border-radius:6px;
padding:6px 0;
}

.account-dropdown .dropdown-item{
font-size:14px;
padding:8px 16px;
}

.account-dropdown .dropdown-item:hover{
background:#f5f5f5;
}

/* hero */

/* Section */

.hero-section{

background:black;

padding:50px 0;

overflow:hidden;

}


/* Container */

.hero-container{

width:100%;

overflow:hidden;

position:relative;

}



/* Track */

.hero-track{

display:flex;

gap:30px;

/* Start from center */

transform:translateX(-35%);

animation:heroSlide 18s ease-in-out infinite;

}



/* Banner Card */

.hero-card{

flex:0 0 70%;

position:relative;

border-radius:25px;

overflow:hidden;

}



.hero-card img{

width:100%;

height:420px;

object-fit:cover;

border-radius:25px;

}



/* Center Text */

.hero-text{

position:absolute;

top:50%;

left:50%;

transform:translate(-50%,-50%);

color:white;

text-align:center;

}



.hero-text h2{

font-size:42px;

font-weight:400;

}



.hero-text button{

margin-top:20px;

padding:10px 30px;

border:1px solid white;

}



/* Animation */

@keyframes heroSlide{


/* Center Banner */

0%{
transform:translateX(-20%);
}

20%{
transform:translateX(-55%);
}


/* Slide Next */

40%{
transform:translateX(-105%);
}

60%{
transform:translateX(-105%);
}


/* Slide Back */

80%{
transform:translateX(-35%);
}

100%{
transform:translateX(-35%);
}

}

.set-border{ margin: 0px; padding-bottom:50px; border-bottom: 1px solid #ccc;}


/* Indicators */

.hero-dots{

text-align:center;

margin-top:15px;

}

.order-table th{
font-size:14px;
font-weight:600;
}

.order-table td{
vertical-align:middle;
}

.order-img{
width:60px;
height:60px;
object-fit:cover;
border-radius:6px;
margin-right:12px;
}

.product-info h6{
font-size:14px;
font-weight:500;
}

.table tbody tr:hover{
background:#fafafa;
}


.hero-dots span{

display:inline-block;

width:7px;

height:7px;

background:#777;

border-radius:50%;

margin:5px;

}


.hero-dots .active{

background:white;

}



/* Mobile */

@media(max-width:768px){

.hero-card{

flex:0 0 90%;

}

.hero-card img{

height:260px;

}

.hero-track{

transform:translateX(-45%);

}

}

/* categories */

.category{
    margin: 0px auto;
    padding: 0px 0px  40px 0px;
    border-bottom: 1px solid rgb(143, 143, 143);
}

.category img{

width:140px;
height:140px;
border-radius:100%;
object-fit:cover;

}

.category p{
text-align: center;
padding: 10px 0px 0px 0px;

}



/* products */

.jewellery-section{

padding:40px 0;

background:white;

font-family:Arial;

}


.container{

width:100%;

margin:auto;

}



/* HEADER */

.section-header{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:30px;

flex-wrap:wrap;

}


/* LEFT SIDE */

.header-left{

display:flex;

align-items:center;

gap:15px;

flex-wrap:wrap;

}


/* TITLE */

.section-title{

font-size:28px;

font-weight:600;

margin:0;

}


/* DIVIDER */

.divider{

width:1px;

height:40px;

background:rgb(172, 172, 172);

}


/* TEXT */

.section-text{

color:#666;

font-size:18px;

margin:0;

}


/* RIGHT BUTTON */

.view-more{

border:1px solid black;

padding:8px 18px;

border-radius:25px;

text-decoration:none;

color:black;

font-size:14px;

}


.view-more:hover{

background:black;

color:white;

}



/* PRODUCT GRID */


.product-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

}


/* PRODUCT CARD */


.product-card{
    padding:10px;
    border-radius:10px;
    transition:.3s;
    background:white;
    height:100%;
    display:flex;
    flex-direction:column;
}

.product-card:hover{

transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);

}

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

/* IMAGE */

.image-box{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    height:320px;
}

.image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
    display:block;
}



/* OFFER TAG */

.offer-tag{

position:absolute;

top:10px;

left:10px;

background:red;

color:white;

font-size:12px;

padding:5px 10px;

border-radius:5px;

}



/* INFO */

.product-info{
    padding:10px 5px 10px 0px;
    flex-grow:1;
}

.product-details{

padding:10px 5px 10px 20px;

}


.stars{

color:orange;

font-size:14px;

margin-bottom:5px;

}


.product-info h3{

font-size:15px;

margin-bottom:8px;

font-weight:500;

}



/* PRICE */


.price{

display:flex;

gap:10px;

align-items:center;

}


.new{

font-size:18px;

font-weight:bold;

}


.old{

text-decoration:line-through;

color:gray;

font-size:14px;

}


.category-section{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:30px;
padding:40px 60px;
text-align:center;
}

.category-item{
text-decoration:none;
color:#333;
transition:0.3s ease;
}

.category-item img{
width:160px;
height:160px;
border-radius:50%;
object-fit:cover;
transition:0.3s ease;
}

.category-item p{
margin-top:12px;
font-size:18px;
font-weight:500;
}

/* Hover Effect */

.category-item:hover img{
transform:scale(1.08);
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.category-item:hover p{
color:#ff4d6d;
}

/* Responsive */

@media (max-width:768px){

.category-section{
justify-content:center;
gap:20px;
padding:30px;
}

.category-item img{
width:120px;
height:120px;
}

.category-item p{
font-size:16px;
}

}

.plp-toolbar{
padding:20px;
}

/* Button */

.filter-sort{
position:relative;
display:inline-flex;
align-items:center;
gap:10px;
border:1px solid #bbb;
padding:8px 22px;
border-radius:10px;
font-size:16px;
font-weight:500;
cursor:pointer;
background:#fff;
}

/* Dropdown */

.filter-dropdown{
position:absolute;
top:110%;
left:0;
width:220px;
background:#fff;
border:1px solid #ddd;
border-radius:8px;
list-style:none;
padding:10px 0;
margin:0;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
z-index: 100;

opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:0.3s;
}

/* Dropdown item */

.filter-dropdown li a{
display:block;
padding:10px 18px;
text-decoration:none;
color:#333;
font-size:16px;
}

.filter-dropdown li a:hover{
background:#f5f5f5;
}

/* Hover open */

.filter-sort:hover .filter-dropdown{
opacity:1;
visibility:visible;
transform:translateY(0);
}

/* banners */

.banner1{

background:url('images/b1.jpg');

height:200px;

border-radius:10px;

color:white;

padding:30px;

background-size:cover;

}



.banner2{

background:url('images/b2.jpg');

height:200px;

border-radius:10px;

color:white;

padding:30px;

background-size:cover;

}

/* SECTION */
.dual-banner {
    padding: 30px 0;
    background: #ffffff;
}

/* CONTAINER */
.dual-banner .container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* BANNER ITEM */
.banner-item {
    position: relative;
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* OVERLAY CONTENT */
.banner-content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    color: #fff;
}

.banner-content h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}

/* BUTTON */
.banner-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.banner-btn:hover {
    background: #000;
    color: #fff;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .dual-banner .container {
        grid-template-columns: 1fr;
    }

    .banner-content {
        left: 30px;
    }

    .banner-item img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .banner-content h2 {
        font-size: 24px;
    }

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

    .banner-item img {
        height: 300px;
    }
}


/* SECTION */
.about-text-section {
    background: #ffffff;
    padding: 70px 0;
    border: 1px solid #ccc;
}

/* CONTAINER */
.about-container {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

/* TEXT */
.about-container p {
    font-size: 14px;
    line-height: 1.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #222;
    margin: 0;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .about-container {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .about-text-section {
        padding: 40px 0;
    }

    .about-container p {
        font-size: 13px;
        line-height: 1.8;
    }
}

.usp-section {
    background: #e6dede;
    padding: 40px 0;
}

.usp-container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    gap: 20px;
}

.usp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.usp-item i {
    font-size: 32px;
    margin-bottom: 12px;
    color: #000;
}

.usp-item p {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
    .usp-container {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
}

@media (max-width: 576px) {
    .usp-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .usp-item i {
        font-size: 26px;
    }

    .usp-item p {
        font-size: 11px;
    }
}


.custom-design-link{
font-size:14px;
color:#333;
text-decoration:underline;
}

.custom-design-link:hover{
color:#000;
}

.quantity-box{
display:flex;
gap:5px;
}

.qty-btn{
width:40px;
height:40px;
border:1px solid #ddd;
background:#fff;
font-size:18px;
}

.qty-input{
width:50px;
text-align:center;
border:1px solid #ddd;
}



.delivery-section{
margin-bottom:20px;
}

.delivery-label{
font-size:14px;
font-weight:500;
display:block;
margin-bottom:8px;
color:#333;
}

.pincode-group{
border:1px solid #ddd;
}

.pincode-input{
border:none;
padding:10px;
font-size:14px;
}

.pincode-input:focus{
box-shadow:none;
}

.check-btn{
background:#f5f5f5;
border-left:1px solid #ddd;
font-size:13px;
font-weight:600;
padding:10px 20px;
}

.check-btn:hover{
background:#eee;
}

/* Image container */
.main-image-box{
position:relative;
background:#f6f6f6;
padding:0px;
}

/* Icon container */
.product-icons{
position:absolute;
top:15px;
right:15px;
display:flex;
flex-direction:column;
gap:10px;
z-index:5;
}

/* Icon button */
.icon-btn{
width:40px;
height:40px;
border-radius:50%;
border:none;
background:white;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
cursor:pointer;
box-shadow:0 2px 8px rgba(0,0,0,0.15);
transition:all 0.2s ease;
}

/* Hover effect */
.icon-btn:hover{
transform:scale(1.08);
}

/* Wishlist active state */
.wishlist-btn.active{
color:red;
}


.product-accordion .accordion-button{
font-weight:500;
font-size:15px;
}

.product-accordion .accordion-button:not(.collapsed){
background:#f8f8f8;
color:#000;
}

.product-accordion .accordion-item{
border:1px solid #eee;
margin-bottom:0px;
border-radius:6px;
overflow:hidden;
}

.feature-wrapper{
border:1px dashed #cfd6dd;
border-radius:6px;
padding:20px 20px;
background:#f6f8fb;
}

.feature-item{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

.feature-icon{
font-size:26px;
margin-bottom:12px;
color:#4a5568;
}

.feature-item p{
font-size:14px;
color:#4a5568;
font-weight:500;
line-height:1.4;
margin:0;
}

.reviews-section{
font-family: Arial, sans-serif;
}

/* Title */

.review-title{
font-size:32px;
font-weight:600;
}

/* Write Review Button */

.write-review-btn{
border:1px solid #000;
border-radius:30px;
padding:10px 25px;
background:white;
font-weight:500;
}

.write-review-btn:hover{
background:#000;
color:white;
}

/* Rating summary */

.rating-score{
display:flex;
align-items:end;
gap:5px;
}

.score{
font-size:48px;
font-weight:700;
}

.out-of{
font-size:18px;
color:#777;
}

.stars{
color:#21b573;
font-size:18px;
margin:5px 0;
}

.review-count{
font-size:14px;
color:#777;
}

/* Rating bars */

.rating-bar{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
}

.rating-bar span{
font-size:14px;
}

.progress{
flex:1;
height:6px;
background:#eee;
}

.progress-bar{
background:#000;
}

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

/* Review card */

.review-card{
padding:10px 0;
}

.review-user{
margin:8px 0;
}

.verified{
color:#7d8fa6;
font-size:14px;
margin-left:8px;
}

.review-text{
color:#555;
font-size:15px;
line-height:1.6;
}

.review-images img{
width:90px;
height:90px;
object-fit:cover;
margin-right:10px;
border-radius:4px;
margin-top:10px;
}

.review-helpful{
margin-top:10px;
font-size:14px;
color:#777;
}

.like,.dislike{
margin-left:10px;
cursor:pointer;
}

.review-date{
color:#8a9bb0;
font-size:14px;
}

/* Responsive */

@media(max-width:768px){

.review-title{
font-size:24px;
}

.score{
font-size:36px;
}

.review-images img{
width:70px;
height:70px;
}

}



.cart-page h2{
font-weight:600;
}

/* Cart Item */

.cart-item{
border:1px solid #eee;
padding:15px;
margin-bottom:15px;
border-radius:6px;
gap:20px;
}

.cart-img{
width:80px;
height:80px;
object-fit:cover;
}

/* Product details */

.cart-details h5{
margin:0;
font-size:16px;
}

.price{
font-weight:600;
}

/* Quantity */

.qty-box{
display:flex;
align-items:center;
border:1px solid #ddd;
}

.qty-box input{
width:40px;
text-align:center;
border:none;
}

.qty-btn{
border:none;
background:#f5f5f5;
width:30px;
height:30px;
}

/* Remove */

.remove-btn{
border:none;
background:none;
font-size:18px;
color:#888;
cursor:pointer;
}

/* Cart summary */

.cart-summary{
border:1px solid #eee;
padding:25px;
border-radius:6px;
}

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

.total{
font-weight:600;
font-size:18px;
}

.checkout-btn{
background:#000;
color:#fff;
padding:12px;
margin-top:15px;
}

.checkout-btn:hover{
background:#333;
}

/* footer */

.footer-icons{

background:#eee;

padding:20px;

}



.footer{

background:#fff;

padding:40px 0;

margin-top:20px;

}

.footer-bottom{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 40px;
margin-top: 20px;
background:#ffffff;
flex-wrap:wrap;
border-top: 1px solid #c7c7c7;
}

.footer-social a{
margin-left:15px;
font-size:20px;
color:#000;
text-decoration:none;
transition:0.3s;
}

.footer-social a:hover{
color:#ff4d6d;
transform:scale(1.1);
}

/* Responsive */

@media (max-width:768px){

.footer-bottom{
flex-direction:column;
gap:10px;
text-align:center;
}

.footer-social a{
margin:0 8px;
}

}

.checkout-card,
.summary-card{
background:#fff;
border:1px solid #eee;
border-radius:18px;
padding:28px;
}

.checkout-title{
font-size:22px;
font-weight:600;
margin-bottom:25px;
}

.checkout-input{
height:52px;
border-radius:12px;
border:1px solid #ddd;
padding:12px 16px;
font-size:14px;
}

.checkout-input:focus{
box-shadow:none;
border-color:#000;
}

.address-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.new-address-card{
border:1px solid #e5e5e5;
border-radius:16px;
padding:18px;
cursor:pointer;
transition:0.3s;
height:100%;
}

.new-address-card:hover{
border-color:#000;
transform:translateY(-2px);
}

.address-input{
display:none;
}

.address-input:checked + .new-address-card{
border-color:#000;
box-shadow:0 4px 18px rgba(0,0,0,0.08);
}

.address-top{
display:flex;
justify-content:space-between;
margin-bottom:14px;
}

.address-badge{
font-size:12px;
font-weight:600;
background:#f5f5f5;
padding:5px 12px;
border-radius:30px;
display:inline-block;
margin-bottom:10px;
}

.new-address-card h6{
font-size:16px;
font-weight:600;
margin-bottom:10px;
}

.new-address-card p{
font-size:14px;
color:#666;
line-height:1.6;
margin-bottom:10px;
}

.new-address-card span{
font-size:14px;
font-weight:500;
}

.edit-address{
font-size:15px;
cursor:pointer;
color:#777;
}

.address-add-btn{
border:none;
background:#000;
color:#fff;
padding:10px 18px;
border-radius:30px;
font-size:13px;
}

.payment-box{
display:flex;
gap:18px;
align-items:flex-start;
padding:18px;
background:#fafafa;
border-radius:14px;
}

.payment-icon{
width:45px;
height:45px;
border-radius:50%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #eee;
}

.place-order-btn{
width:100%;
height:54px;
border:none;
border-radius:14px;
background:#000;
color:#fff;
font-weight:600;
font-size:15px;
}

.summary-product{
display:flex;
align-items:center;
gap:15px;
padding-bottom:18px;
margin-bottom:18px;
border-bottom:1px solid #f1f1f1;
}

.summary-product img{
width:70px;
height:70px;
border-radius:12px;
object-fit:cover;
}

.summary-product-info{
flex:1;
}

.summary-product-info h6{
font-size:15px;
font-weight:600;
margin-bottom:5px;
}

.summary-product-info p{
font-size:13px;
color:#777;
margin:0;
}

.summary-price{
font-weight:600;
font-size:15px;
}

.coupon-box{
display:flex;
gap:10px;
margin:25px 0;
}

.coupon-box input{
flex:1;
height:48px;
border:1px solid #ddd;
border-radius:12px;
padding:0 15px;
}

.coupon-box button{
width:110px;
border:none;
border-radius:12px;
background:#000;
color:#fff;
}

.summary-line{
display:flex;
justify-content:space-between;
margin-bottom:16px;
font-size:15px;
color:#555;
}

.summary-line.total{
font-size:20px;
font-weight:600;
color:#000;
padding-top:20px;
margin-top:20px;
border-top:1px solid #eee;
}

@media(max-width:768px){

.address-grid{
grid-template-columns:1fr;
}

.summary-card{
margin-top:20px;
}

}

/* My Profile section - no card, original flat layout */
.profile-page-section {
    background: #fff;
    padding: 38px 0 48px;
}

.profile-page-section .center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.profile-page-section form > .row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

/* Heading row */
.profile-page-section .login {
    padding-left: 0;
}

.profile-page-section .login h1 {
    margin: 0;
    padding-bottom: 14px;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    border-bottom: 1px solid #ddd;
}

.profile-page-section .login + .col-lg-3 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 0;
}

.profile-page-section .login + .col-lg-3 .btn {
    margin-left: 0 !important;
    margin-top: 2px;
    background: #ffc849 !important;
    border: 1px solid #ffc849 !important;
    color: #111 !important;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
}

/* Inner rows */
.profile-page-section form > .row > .row {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.profile-page-section form > .row > .row:first-of-type {
    margin-top: 12px;
}

.profile-page-section .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.profile-page-section .clb {
    display: none;
}

.profile-page-section .top-10 {
    margin-top: 20px;
}

.profile-page-section .top-20 {
    margin-top: 22px;
}

.profile-page-section .top-30 {
    margin-top: 20px;
}

/* Labels */
.profile-page-section label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

/* Inputs */
.profile-page-section .form-control,
.profile-page-section .input-box,
.profile-page-section select,
.profile-page-section textarea {
    width: 100%;
    min-height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    padding: 10px 12px;
    font-size: 14px;
    color: #222;
    box-shadow: none;
}

.profile-page-section textarea {
    min-height: 112px;
    resize: vertical;
}

.profile-page-section .form-control:focus,
.profile-page-section .input-box:focus,
.profile-page-section select:focus,
.profile-page-section textarea:focus {
    border-color: #ffc849;
    box-shadow: 0 0 0 3px rgba(255, 200, 73, 0.16);
}

.profile-page-section input[readonly] {
    background: #f8f8f8;
    color: #666;
}

/* Upload photo area */
.profile-page-section input[type="file"] {
    padding: 9px 12px;
}

.profile-page-section span[style*="color:blue"] {
    display: block;
    margin-top: 6px;
    color: #666 !important;
    font-size: 12px;
    line-height: 1.5;
}

.profile-page-section img[width="100px;"] {
    display: block;
    width: 86px !important;
    height: 86px !important;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px;
    margin-top: 10px;
    background: #fff;
}

/* Gender */
.profile-page-section input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    accent-color: #ffc849;
}

.profile-page-section input[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 14px;
}

/* Submit button */
.profile-page-section .col-md-3.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.profile-page-section .login-btn {
    height: 45px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.profile-page-section .login-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

/* Modal related to profile */
.profile-page-section .modal-dialog {
    max-width: 460px;
    width: calc(100% - 30px) !important;
}

.profile-page-section .modal-content {
    border-radius: 6px;
    border: 1px solid #eee;
}

.profile-page-section .modal-header {
    padding: 18px 22px;
    border-bottom: 1px solid #eee;
}

.profile-page-section .modal-title {
    font-size: 18px;
    font-weight: 600;
}

.profile-page-section .modal-body {
    padding: 22px;
}

.profile-page-section .modal-body .top-10 {
    margin-top: 0;
    margin-bottom: 14px;
}

.profile-page-section .modal-body .btn-secondary,
.profile-page-section .modal-body .login-btn {
    min-width: 86px;
    height: 42px;
    border-radius: 4px;
    padding: 0 18px;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 767px) {
    .profile-page-section {
        padding: 28px 0 40px;
    }

    .profile-page-section .login h1 {
        font-size: 25px;
    }

    .profile-page-section .login + .col-lg-3 {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .profile-page-section .login + .col-lg-3 .btn {
        width: 100%;
    }

    .profile-page-section form > .row > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .profile-page-section .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:576px){
    .jewellery-section .col-6{
        flex:0 0 100%;
        max-width:100%;
    }

    .jewellery-section .image-box{
        height:360px;
    }
}

@media (max-width: 767px) {

    .mobile-sticky-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
        margin: 0;
    }

    .mobile-sticky-cart .col-6 {
        padding: 0 5px;
    }

    .mobile-sticky-cart .btn {
        height: 50px;
        font-weight: 600;
    }

    /* Prevent content from hiding behind sticky buttons */
    body {
        padding-bottom: 80px;
    }
}