* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Mobile popup positioning fix - MAXIMUM SPECIFICITY */
@media (max-width: 768px) {
	.fancybox-wrap{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) !important;width:95% !important;max-width:95% !important;z-index:1002;}
}

@font-face {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),local('Lato-Regular'),url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'),local('Lato-Regular'),url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'),local('Lato-Bold'),url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family: 'Lato-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'),local('Lato-Bold'),url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
    font-family: 'Lato-Light';
    src: url(/B2CTheme/css/Lato-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light-Italic';
    src: url(/B2CTheme/css/Lato-Light-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Hai';
    src: url(/B2CTheme/css/Lato-Hai.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'script-s721-two-regular';
    src: url(/B2CTheme/css/script-s721-two-regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: 'Manrope', sans-serif;
    font-family: 'Marcellus', serif;*/
    font-family: 'Lato-Regular';
    overflow-x: hidden;
    line-height: initial;
}

a {
    text-decoration: none;
    cursor: pointer;
}
.container {
    width: 100% !important;
    margin: 0 auto !important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

.mobile-view {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.mobile-viewtab {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*Add By Vishal C*/
.add-to-cart-drop ul > li:hover > a {
    color: #fff;
}
    ul > li:hover > a {
        color: #008BC1;
    }

    ul > li:hover a > svg > path {
        fill: #008BC1;
    }

img {
    max-width: 100%;
}


.global-text {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}

.global-sub-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    padding-top: 10px;
}




.global-btn {
    padding: 4px 12px;
    width: 147px;
    background: #FFFFFF;
    border: 1px solid #D2CDCC;
    border-radius: 100px;
    height: 30px;
    color: #31383B;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

ul > li:hover > a {
    color: #008BC1;
}



/* ===============top======header======= */


.top-discount {
    background: #E4E4E4;
    text-align: center;
    height: 30px;
}

    /*.top-discount p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #55585C;
        padding: 6px 0px;
    }*/

    .top-discount p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #000000;
        padding: 6px 0px;
        width: fit-content;
    }

.top-head {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D2CDCC;
    padding: 6px 0px;
}

.top-ul > li,
.contect-top > li {
    padding: 0px 12px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/* Remove extra padding on tablet widths (992-1199px) - gap: 20px handles spacing */
@media (min-width: 992px) and (max-width: 1199px) {
    .top-ul > li,
    .contect-top > li {
        padding: 0px !important;
    }
}

    .top-ul > li > a {
        color: #31383B;
        font-size: 15px;
    }

    .contect-top > li > a {
        color: #31383B;
        font-size: 15px;
    }

ul.contect-top li a {
    display: flex;
    align-items: center;
}

.icons-head > li > a > svg {
    margin-right: 4px;
    vertical-align: middle;
}

.contect-top > li > a > svg {
    margin-right: 4px;
    vertical-align: middle;
}

/* ===============top======header======= */


.header-sec-wrp {
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    width: 100%;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


.links {
    padding: 0px 12px;
}

    .links > a {
        font-family: 'Marcellus';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #31383B;
    }

    .links:hover > a {
        text-decoration: none;
        color: #008BC1;
    }

.nab-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    position: relative;
}

.search-box {
    justify-content: flex-end;
    align-items: center;
}

.brand {
    width: 15%;
    position: relative;
}

    .brand > a > img {
        max-width: 140px;
    }

    .brand::after {
        position: absolute;
        right: 5px;
        top: 50%;
        content: "";
        background: url(../images/Divider.png);
        width: 1px;
        height: 26px;
        transform: translateY(-50%);
    }

.textbox {
    border: 1px solid #D2CDCC;
    border-radius: 6px;
    width: 100%;
    padding: 8px 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #969798;
}

    .textbox:focus,
    input:focus {
        outline: none;
    }

span.search-icon {
    position: absolute;
    right: 5%;
    top: 20%;
}

.search {
    position: relative;
    margin-right: 12px;
}

.searchtab {
    position: relative;
    margin-right: 12px;
}




/* =======mega===nemu===== */


.mega-menu-dropdown {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 100%;
    padding: 20px;
    margin: 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    left: 0;
    right: 100%;
    top: 55px;
}

    .mega-menu-dropdown .title {
        border-bottom: 0 solid #ccc;
        font-size: 13px;
        color: #000;
        height: 20px;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
    }



.diamond_list li {
    width: 48%;
    vertical-align: middle;
    padding: 2px 0;
}

.row.padiing-left-5 {
    padding: 0 20px;
}

.list-unstyleds {
    padding-top: 0;
}

    .list-unstyleds > li > a {
        font-size: 13px;
        color: #656565;
        display: block;
        line-height: 23px;
    }

ul.list-unstyleds > li {
    display: flex;
    justify-content: start;
    align-items: center;
}

.list-unstyleds > li:hover a {
    color: #008BC1;
}

.images-mega {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .images-mega img {
        width: 100%;
    }

.block {
    display: none;
}

.col-lg-12, .col-lg-3, .col-lg-4, .col-sm-12 {
    position: relative;
    min-height: 1px;
    /*    padding-right: 0 !important;
    padding-left: 0 !important;*/
}

.col-lg-3 {
    width: 25%;
}

.img2 {
    background-position: 0 35.82131%;
}

.img3 {
    background-position: 0 41.345094%;
}

.img4 {
    background-position: 0 46.444322%;
}

.img5 {
    background-position: 0 52.263835%;
}


.hidden-xs > ul > li > a {
    display: flex;
    justify-content: inherit;
    align-items: center;
    color: #656565;
}

.serach_diamond {
    width: 95px;
    padding: 0;
    display: inline-flex;
}


.hidden-xs > ul > li > a > div.icon1 {
    background-position: -307px -9px !important;
}

.hidden-xs > ul > li > a > div.icon2 {
    background-position: -376px -9px !important;
}

.hidden-xs > ul > li > a > div.icon3 {
    background-position: -441px -9px !important;
}

.hidden-xs > ul > li > a > div.icon4 {
    background-position: -477px -9px !important;
}

.hidden-xs > ul > li > a > div.icon5 {
    background-position: -512px -9px !important;
}

.hidden-xs > ul > li > a > div.icon6 {
    background-position: -547px -9px !important;
}

.hidden-xs > ul > li > a > div.icon7 {
    background-position: -583px -9px !important;
}

.hidden-xs > ul > li > a > div.icon8 {
    background-position: -618px -9px !important;
}

.hidden-xs > ul > li > a > div.icon9 {
    background-position: -412px -9px !important;
}

.hidden-xs > ul > li > a > div.icon10 {
    background-position: -342px -9px !important;
}

.hidden-xs > ul > li > a > div {
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url(../images/mega-menu.png) top left no-repeat;
    vertical-align: middle;
}









/* =======mega===nemu===== */



/* =================.hamburger=========== */


.hamburger {
    display: none;
    cursor: pointer;
    margin-left: 15px;
    min-width: 35px;
    min-height: 35px;
    padding: 8px;
}

.bar {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
}

    .bar:last-child {
        margin-bottom: 0;
    }


/* =================.hamburger=====btn====== */



/* ===========slider-banner===== */

.banner-wrpr {
    width: 100%;
    /*background: #000;*/
    background: #ffffff;
}

    .banner-wrpr .item {
        background: linear-gradient(270deg, #ffffff 46.27%, rgba(0, 0, 0, 0) 58.09%); /*, url(../images/bg.png);*/
        background-size: cover;
        background-position: center center;
    }

/* ============================================================ */
/* CAROUSEL PICTURE ELEMENT SUPPORT - Modern Responsive Images */
/* ============================================================ */

/* Ensure picture elements display properly */
.owl-carousel .owl-item picture {
    display: block;
    width: 100%;
}

.owl-carousel .owl-item picture img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

/* Aspect ratio containers to prevent layout shift */
.banner-wrpr .owl-carousel .owl-item {
    position: relative;
}

.banner-wrpr .owl-carousel .owl-item picture {
    position: relative;
    display: block;
    width: 100%;
}

/* Desktop: 1900x500 = 3.8:1 aspect ratio */
@media (min-width: 1200px) {
    .banner-wrpr .owl-carousel .owl-item {
        min-height: 380px;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture {
        aspect-ratio: 3.8 / 1;
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* Tablet: 1600x500 dimensions */
@media (min-width: 768px) and (max-width: 1199px) {
    .banner-wrpr .owl-carousel .owl-item {
        min-height: 320px;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* Mobile Large: 420x250 dimensions */
@media (min-width: 361px) and (max-width: 767px) {
    .banner-wrpr .owl-carousel .owl-item {
        min-height: 250px;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* Mobile Small: 320x250 dimensions */
@media (max-width: 360px) {
    .banner-wrpr .owl-carousel .owl-item {
        min-height: 250px;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .banner-wrpr .owl-carousel .owl-item picture img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* ============================================================ */

.owl-carousel .owl-item .timeless-wrpr img {
    width: auto;
    margin: 0 auto;
}

.banner-wrpr .owl-theme .owl-dots {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.owl-nav {
    display: none;
}

.timeless-wrpr {
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
    width: 100%;
}

.content-slider {
    width: 50%;
}

.slider-img {
    width: 50%;
}


.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 12px;
    margin: 5px 7px;
    background: url(../images/Vector.png);
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: url(../images/d-full.png);
}

button.owl-dot.active {
    border: none;
    outline: none;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    background: #000;
    border-radius: 20px;
    padding-bottom: 32px;
}


.content-slider h5 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 0px 0px 10px 0px;
}

.content-slider h3 {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    color: #FFFFFF;
    max-width: 586px;
}


.labnow-inner {
    padding: 24px 0px;
}


    .labnow-inner > span {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        padding-left: 5px;
        color: #fff;
    }

    .labnow-inner > p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #F4F2F2;
        margin-top: 10px;
    }

.Diamond-wpr {
    /*padding: 40px 0px;*/
    padding: 10px 0px; /*change by vishal C*/
    display: flex; /*Add by vishal C*/
}

.diamond-inner {
    /*padding: 0px 50px;*/
    padding: 0px 0px;
}

ul.diamond-ul {
    justify-content: space-between;
    align-items: center;
}


.engage-box {
    justify-content: flex-start; /* Changed from space-between to allow text to use full allocated width */
    align-items: center;
    /*padding: 24px;*/ /*change by vishalC*/
    padding: 8px; /* Optimized from 10px for height reduction */
    gap: 8px; /* Controlled spacing between image and text */
    background: #F4F2F2;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    cursor: pointer;
}

    .engage-box::before {
        position: absolute;
        content: "";
        width: 168px;
        height: 168px;
        left: -20px;
        bottom: -70px;
        background: rgba(210, 205, 204, 0.6);
        border-radius: 50%;
    }

.engagemant-ring {
    width: 20%; /* Reduced from 25% to decrease height (image: 139x152px) */
    z-index: 99;
}

    .engagemant-ring img {
        width: 100%;
    }

.design-wrp {
    width: 78%; /* Increased from 74% to utilize freed space from smaller image */
    position: relative;
}

.row-latest-desgin-wrapper {
    align-items: center;
}

.design-wrp h4 {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px; /* Optimized from 30px for height reduction */
    color: #001219;
    margin-bottom: 4px; /* Optimized from 6px for height reduction */
}

.design-wrp > p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; /* Optimized from 22px for height reduction */
    color: #31383B;
}

.design-btn {
    background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
    border: 1px solid #006699 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    margin-top: 12px; /* Optimized from 16px for height reduction */
    text-align: center;
    will-change: transform;
}

    .design-btn:hover {
        background: linear-gradient(180deg, #28A745 0%, #218838 100%) !important;
        border: 1px solid #1E7E34 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;
    }

        .design-btn:hover a {
            color: #FFFFFF !important;
        }

.Preset-btn:hover {
    background: linear-gradient(180deg, #28A745 0%, #218838 100%) !important;
    border: 1px solid #1E7E34 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;
}

    .Preset-btn:hover a {
        color: #FFFFFF !important;
    }

.width-200 {
    width: 200px;
}

/* Mobile responsive width adjustment */
@media (max-width: 768px) {
    .width-200 {
        width: 140px !important;
        min-width: 140px !important;
    }
}

.design-btn > a {
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Ensure spans inside flex buttons display correctly */
.design-btn > a > span,
.btn-black > a > span {
    display: inline;
}

/* <!-- =================== Custom Jewelry=====section=============== --> */

.custom-sec {
    /*padding: 40px 0px;*/ /*Change by Vishal C*/
    /*padding: 10px 0px;*/
    padding-top: 10px;
}

.custom-wrp {
    padding: 24px;
    background: #001219;
    border-radius: 12px;
    width: 100%;
    min-height: 100%;
    cursor:pointer;
}

.compare-inner {
    width: 100%;
    background: url(https://b2cimages.s3.amazonaws.com/generalimage/HomePageWebpImages/girl2x.webp);
    /*background: url(../images/girl2x.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Preset-btn {
    background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
    border: 1px solid #006699 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    margin-top: 10px;
    will-change: transform;
}

    .Preset-btn > a {
        color: #FFFFFF !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

.staeted-ul {
    justify-content: space-between;
    align-items: center;
    /*padding: 24px 0px 0px 0px;*/
    padding: 10px 0px 0px 0px;
}

li.star-li {
    width: 30%;
}

    li.star-li img {
        width: 100%;
        border-radius: 8px; /*border radius add by vishal*/
        object-fit: contain !important; /* Prevent image stretching - maintain aspect ratio */
    }

    li.star-li > img {
        width: 100%;
        border-radius: 8px; /*border radius add by vishal*/
        max-height: 225px;
        object-fit: contain !important; /* Prevent image stretching - maintain aspect ratio */
    }



.compare-try {
    position: relative;
    margin-top: -175px;
    right: -30px;
    top: 24px;
}

    .compare-try img {
        border-radius: 20px;
        max-width: 486px;
    }


/* <!-- =================== Latest Collection=====section=============== --> */

.ml {
    margin-left:20px; /*Add by Vishal C*/
}

h2.black {
    color: #001219;
    padding: 0px 0px 16px;
}

.text-left {
    text-align: left;
    color: #001219;
    padding: 0px 0px 16px;
}


.collection {
    width: 100%;
}

    /*.collection > img {
        width: 100%;
    }*/


    .collection img {
        width: 100%;
        /*min-height: 436px;*/
    }

    .collection > img {
        /*max-height: 468px;*/
        max-height: 400px;
    }

.latest-wpr > p {
    padding-bottom: 24px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #31383B;
}

.view-bottom {
    background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
    border: 1px solid #006699 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    color: #FFFFFF !important;
    will-change: transform;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

    .view-bottom:hover {
        background: linear-gradient(180deg, #28A745 0%, #218838 100%) !important;
        border: 1px solid #1E7E34 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;
        color: #FFFFFF !important;
    }

.protection .global-text {
    text-align: center;
}

/* <!-- =================== Wedding & Anniversary Rings=====section=============== --> */

.wedding-sec {
    /*padding: 40px 0px 60px 0;*/
    padding: 10px 0px 15px 0; /*Add By vishal C*/
}

.wedding-wrp h6 {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #001219;
    /*padding-top: 24px;*/
    padding-top: 10px; /*Add By vishal C*/
    padding-bottom: 8px;
}


.wedd-img {
    width: 100%;
    cursor:pointer;
}

    .wedd-img img {
        width: 100%;
        /*min-height: 436px;*/
        /*min-height: 350px;*/ /* Removed to prevent vertical stretching beyond natural aspect ratio */
        border-radius: 8px;
        object-fit: cover !important; /* Prevent stretching, fill container completely */
    }

    .wedd-img > img {
        /*max-height: 468px;*/
        max-height: 400px;
        object-fit: cover !important; /* Prevent stretching, fill container completely */
    }

/* High-specificity overrides for wedding section images */
.wedding-wrp .wedd-img img {
    object-fit: contain !important; /* Changed from cover to contain to prevent stretching in narrow containers */
    max-height: 300px !important; /* Limit height to prevent excessive stretching */
    width: auto !important; /* Let width adjust to maintain aspect ratio */
}

.wedding-wrp .wedd-img > img {
    object-fit: contain !important; /* Changed from cover to contain to prevent stretching in narrow containers */
    max-height: 300px !important; /* Limit height to prevent excessive stretching */
    width: auto !important; /* Let width adjust to maintain aspect ratio */
}

/* Button alignment fix */
.wedding-wrp .ml {
    width: 100% !important;
    text-align: center !important;
}

.wedding-wrp .view-bottom {
    display: inline-block !important;
}

/* Center images within their containers */
.wedding-wrp .wedd-img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* <!-- ===================Proposal stories=====section=============== --> */


.Proposal-section {
    /*background: url(../images/bg-22x.jpg);*/
    background: url(https://b2cimages.s3.amazonaws.com/generalimage/HomePageWebpImages/bg-22x.webp);
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    min-height: 280px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.proposal-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stories {
    padding-left: 40%;
}

    .stories h5 {
        font-family: 'Marcellus';
        font-style: normal;
        font-weight: 400;
        font-size: 44px;
        line-height: 52px;
        color: #FFFFFF;
    }

    .stories > p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #FFFFFF;
        padding-top: 5px;
    }



.trust-inner {
    align-items: center;
    justify-content: center;
    /*padding: 44px 0px;*/
    padding: 15px 0px;
}


.contect {
    padding: 0px 24px;
}


    .contect h5 {
        font-family: 'Marcellus';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 42px;
        color: #001219;
        padding-bottom: 5px;
    }

    .contect > p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #31383B;
    }


/* <!-- =======section============Enjoy B2C Jewels, No Risk, No Obligation, Unconditional Protection=============== --> */


.protection {
    background: #F4F2F2;
    width: 100%;
}

.protection-wpr {
    /* padding: 40px 0px;*/
    padding: 20px 0px;  /*Add BY vishal C*/
}


ul.protect-ul {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.video-wrapper-cstm img {
    width: 100%;
}

li.protect-li {
    text-align: center;
}

    li.protect-li > p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #001219;
        max-width: 95px;
        padding-top: 15px;
    }


/* <!-- =======section============Video Testimonial=============== --> */

.testimonial-sec {
    /*padding: 40px 0px;*/
    padding: 10px 0px;
}

.testimonial-inner h2 {
    color: #001219;
    padding-bottom: 8px;
}

.testimonial-inner > p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #31383B;
    padding-bottom: 10px;
    /*padding-bottom: 24px;*/
}

.video-wrapper-cstm {
    position: relative;
}

.a-play, .popup-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




.modal-content.modal-wpr-video {
    width: 650px;
    border-radius: 12px
}

.cust-modal {
    padding: 10px 10px 0px 10px;
    border: 0;
    margin-right: 10px;
}



.video {
    width: 100%;
    min-height: 347px;
    margin: auto;
    display: block;
    border: none;
    border-radius: 10px;
}



button:focus {
    outline: none;
    border: 0;
}





/* <!-- =======Financing Available============Financing Available=============== --> */

.finacing-sec {
    background: #F4F2F2;
    margin-bottom: 10px;
}

.finacing-inner {
    padding: 14px 24px 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor:pointer;
}

.finacing-contect {
    padding-bottom: 0;
    padding-left: 15px;
}

.finacing-wrp {
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.finacing-contect h2 {
    color: #001219;
    margin-bottom: 8px;
}


.finacing-contect > p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #31383B;
}

.btn-black {
    background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
    border: 1px solid #006699 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    margin-top: 16px;
    will-change: transform;
}

    .btn-black > a {
        color: #FFFFFF !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .btn-black:hover {
        background: linear-gradient(180deg, #28A745 0%, #218838 100%) !important;
        border: 1px solid #1E7E34 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;
    }

        .btn-black:hover a {
            color: #FFFFFF !important;
        }



/* <!-- =======Personal diamond shopper============ --> */


.shopper-sec {
    /*background: url(../images/shopper2x.jpg);*/
    background: url(https://b2cimages.s3.amazonaws.com/generalimage/HomePageWebpImages/shopper2x.webp);
    background-position: center;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 180px;
    cursor: pointer;
}


.shopper-inner {
    padding: 40px 0px;
}


    .shopper-inner h3 {
        font-family: 'Marcellus';
        font-style: normal;
        font-weight: 400;
        font-size: 44px;
        line-height: 52px;
        color: #FFFFFF;
    }

    .shopper-inner h6 {
        padding-top: 16px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
    }

.shopper-btn {
    background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
    border: 1px solid #006699 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    margin-top: 90px;
    will-change: transform;
}

    .shopper-btn:hover {
        background: linear-gradient(180deg, #28A745 0%, #218838 100%) !important;
        border: 1px solid #1E7E34 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;
    }

        .shopper-btn:hover a {
            color: #FFFFFF !important;
        }

    .shopper-btn > a {
        color: #FFFFFF !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

a:hover {
    text-decoration: none;
}


/* <!-- =======Customer Service====footer section======== --> */

.footer-inner {
    /*padding: 40px 0px;*/
    padding: 20px 0px;
    border-bottom: 1px solid #D2CDCC;
}

.f-logo {
    /*padding-bottom: 32px;*/
    padding-bottom: 15px;
}

.f-service > h6 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #001219;
    padding-bottom: 12px;
}

ul.f-ul {
    align-items: center;
}

    ul.f-ul > li {
        padding-right: 24px;
    }

        /* ul.f-ul>li:first-child{
    padding: 0px;
} */

        ul.f-ul > li > a {
            color: #31383B;
            font-family: 'Manrope';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
        }

        ul.f-ul > li:hover a {
            color: #0D528D;
        }

.f-service.p-24 {
    /*padding-top: 24px;*/
    padding-top: 10px;
}

    .f-service.p-24 > h6 > a {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #001219;
        padding-bottom: 12px;
    }

.exclusives {
    /*padding: 40px 0px;*/
    padding: 15px 0px;
    border-bottom: 1px solid #D2CDCC;
}

.exclusive-wpr > h4 {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #0D528D;
    padding-bottom: 16px;
}

.exclusive-wpr > p {
    max-width: 368px;
    padding-bottom: 20px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #31383B;
}

.exc-inner input {
    padding: 8px 16px;
    width: 280px;
    height: 40px;
    border: 1px solid #D2CDCC;
    border-radius: 6px;
    margin-right: 16px;
    font-size: initial; /*add by vishal c*/
}

.exc-inner > a {
    padding: 8px 14px;
    width: 85px;
    height: 40px;
    background: #001219;
    border-radius: 6px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F4F2F2;
    transition: all 0.3s;
}


    .exc-inner > a:hover {
        border: 1px solid #000;
        background: transparent;
        color: #000;
    }

ul.f-contect-ul {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    font-size: 14px;
}

    ul.f-contect-ul > li > a {
        font-size: 14px;
        color: #31383B;
    }

    ul.f-contect-ul li:hover a {
        color: #008BC1;
    }

ul.media-ul > li {
    padding-left: 32px;
}

    ul.media-ul > li:first-child {
        padding: 0;
    }

    ul.media-ul > li:hover a svg path {
        fill: #0D528D;
    }

/* ===========.copy-right ======section */

.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 16px 0px 12px 0px;*/
    padding: 5px 0px 5px 0px;
}

    .copy-right > p {
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #31383B;
    }







.links.menu-open-wrap .mega-menu-dropdown {
    display: block;
}














.links a.title-ar {
    color: #008bc1;
}



/** media start here **/










@media screen and (min-device-width:992px) and (max-device-width: 1199px) {

    .engage-box::before {
        position: absolute;
        content: "";
        width: 145px !important;
        height: 145px !important;
        left: -25px !important;
        bottom: -70px;
        background: rgba(210, 205, 204, 0.6);
        border-radius: 50%;
    }

    .design-wrp h4 {
        font-family: 'Marcellus';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #001219;
    }

    .compare-try img {
        border-radius: 20px;
        max-width: 430px !important;
    }

    .compare-try {
        position: relative;
        margin-top: -174px !important;
        right: 1px !important;
        top: 24px;
    }




    h2.black {
        color: #001219;
        padding: 0px 0px 16px;
        text-align: center;
    }

    .header-inner {
        width: calc(100% - 320px);
    }

    .search-box {
        /*width: 320px;*/
        width: 345px;
    }

    .header-sec-wrp {
        padding-left: 0;
        padding-right: 0;
    }

    .global-sub-text {
        font-size: 16px;
    }

    .wedd-img img {
        /*min-height: 341px;*/ /* Removed to prevent vertical stretching beyond natural aspect ratio */
        object-fit: cover !important; /* Prevent stretching, fill container completely */
    }

    /*.wedd-img > img {
        height: 468px;
    }*/
}








@media (max-width:991px) {

    .top-header {
        display: none;
    }

    /* header==section=== */

    .header-sec-wrp {
        padding: 15px 0px;
    }

    .logo img {
        max-width: 180px;
        z-index: 99999;
    }

    .nav-ul {
        flex-direction: column;
        align-items: left;
        /* justify-content: center; */
        margin-top: 100px;
    }

    .nav-ul {
        margin: 40px 0;
        padding-left: 30px;
    }

    .links {
        padding: 0px 15px 15px 15px;
        transition: all ease 0.5s;
        font-size: 15px;
        text-align: center;
    }

    .nav-ul .links a {
        color: #313131;
        text-align: left;
        font-size: 15px;
    }

    .nab-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color: #fff;
        width: 100%;
        text-align: left;
        transform: 0.3s;
        height: 100vh;
        transition: all 0.3s ease-in-out;
        /* align-items: center;
        justify-content: center; */
        padding-left: 20px;
        padding-top: 45px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    }

    .nab-menu {
        display: inherit;
        justify-content: stretch;
        align-items: baseline;
    }

        .nab-menu.open {
            /* transform: translateX(0%); */
            left: 0;
        }



    .add-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .hamburger.rotate {
        color: #fff;
        margin-top: -10px;
    }

        .hamburger.rotate .bar:nth-child(1) {
            transform: rotate(45deg) translate(10px, 9px);
            z-index: 999;
            color: #fff;
        }

        .hamburger.rotate .bar:nth-child(3) {
            transform: rotate(-45deg) translate(1px, 0px);
            color: #fff;
            z-index: 999;
        }

        .hamburger.rotate .bar:nth-child(2) {
            opacity: 0;
        }

    .mobile-view {
        display: inherit;
    }

    .mobile-viewtab {
        display: inherit;
    }

    .mobile-icon {
        display: none;
    }


    .hamburger {
        display: block;
        z-index: 9999;
        min-width: 35px;
        min-height: 35px;
        padding: 8px;
    }

        .hamburger.active.bar:nth-child(2) {
            opacity: 0;
        }




    /* <!-- ===========header=======section======== --> */

    .brand::after {
        display: none;
    }

    .brand {
        z-index: 9999;
        width: 50%;
    }



    .shopping-cart {
        justify-content: space-around;
        align-items: center;
    }

    .search {
        display: none;
    }

    .search-box {
        justify-content: flex-end;
        align-items: center;
    }



    .content-slider h3 {
        font-size: 35px;
        line-height: 45px;
        max-width: 436px;
    }

    .timeless-wrpr {
        padding: 0px 0px;
    }

    .labnow-inner {
        padding: 20px 0px;
    }

        .labnow-inner > span {
            font-size: 11px;
            line-height: 20px;
            padding-left: 5px;
        }

    .content-slider h5 {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 0px 10px 0px;
    }

    .owl-theme .owl-dots, .owl-theme .owl-nav {
        text-align: center;
        background: #000;
        border-radius: 20px;
        padding-bottom: 20px;
    }


    /* <!-- ===================imgs=====section=============== --> */
    .Diamond-wpr {
        /*padding: 35px 0;*/
        padding: 5px 0; /* change By Vishal */
    }

    .diamond-inner {
        padding: 0px 0px;
    }


    .engage-box {
        /* margin-bottom: 15px;*/
        margin-bottom: 5px; /* change By Vishal */
    }

    /* <!-- =================== Custom Jewelry=====section=============== --> */


    .custom-wrp {
        /*margin-bottom: 15px;*/
        margin-bottom: 05px; /* change By Vishal */
        padding: 14px;
        /*min-height: 300px;*/
        min-height: 265px;
    }

    .staeted-ul {
        justify-content: space-between;
    }

    .star-li img {
        max-width: 100%;
    }

    .global-text {
        font-size: 26px;
        line-height: 36px;
    }

    .global-sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    .Preset-btn {
        width: 110px;
    }

        .Preset-btn > a {
            color: #001219;
            font-size: 14px;
            line-height: 24px;
        }

    .compare-try {
        position: relative;
        margin-top: -48px;
        right: -25px;
        top: 24px;
    }

        .compare-try img {
            border-radius: 20px;
            max-width: 395px;
        }

    /* <!-- =================== Latest Collection=====section=============== --> */



    .latest-wpr > p {
        padding-bottom: 10px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #31383B;
    }

    .wedding-wrp {
        /*margin: 20px 0px;*/
        /*margin: 10px 0px;*/
        margin: 0px;
    }

        .wedding-wrp h6 {
            font-size: 26px;
            line-height: 30px;
            color: #001219;
            /*padding-top: 20px;*/
            padding-top: 10px;
            padding-bottom: 8px;
        }

    .wedd-img img {
        width: 100%;
        /*min-height: 275px;*/ /* Removed to prevent vertical stretching beyond natural aspect ratio */
        object-fit: cover !important; /* Prevent stretching, fill container completely */
    }


    /* <!-- ===================Proposal stories=====section=============== --> */

    .Proposal-section {
        min-height: 190px;
    }







    .stories h5 {
        font-size: 30px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .stories > p {
        font-size: 15px;
        line-height: 25px;
        color: #FFFFFF;
        padding-top: 5px;
    }

    /* <!-- ===================18 years of trust=====section=============== --> */

    .contect h5 {
        font-size: 30px;
        line-height: 30px;
        color: #001219;
        padding-bottom: 5px;
    }

    .contect > p {
        font-size: 15px;
        line-height: 20px;
        color: #31383B;
    }

    /* <!-- =======section============Enjoy B2C Jewels, No Risk, No Obligation, Unconditional Protection=============== --> */



    h2.black {
        color: #001219;
        padding: 0px 0px 10px;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }



    ul.protect-ul {
        justify-content: space-between;
        align-items: center;
        padding-top: 20px;
        max-width: 100%;
        margin: 0 auto;
    }



    /* <!-- =======section============Video Testimonial=============== --> */

    .modal-content.modal-wpr-video {
        width: 490px;
        border-radius: 12px;
    }

    .video {
        min-height: 257px;
    }




    /* <!-- =======Financing Available============Financing Available=============== --> */




    .finacing-wrp {
        margin-right: 0px;
        width: 20%;
    }


    .finacing-contect {
        padding-left: 10px;
    }

    /* <!-- =======Personal diamond shopper============ -- */



    .shopper-sec {
        min-height: 180px;
    }



    .shopper-inner h3 {
        font-size: 30px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .shopper-inner h6 {
        padding-top: 15px;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .shopper-inner {
        padding: 30px 0px;
    }

    .shopper-btn {
        background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
        border: 1px solid #006699 !important;
        border-radius: 8px !important;
        padding: 8px 24px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
        position: relative !important;
        overflow: hidden !important;
        min-width: 200px !important;
        height: 38px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        border: 2px solid transparent !important;
        background-clip: padding-box !important;
        margin-top: 50px;
        will-change: transform;
    }

        .shopper-btn > a {
            color: #FFFFFF !important;
            font-weight: 600 !important;
            font-size: 16px !important;
            text-transform: uppercase !important;
            letter-spacing: 0.5px !important;
            text-decoration: none !important;
            font-family: 'Lato', Arial, sans-serif !important;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        }



    /* <!-- =======Customer Service====footer section======== --> */

    ul.f-ul > li {
        padding-right: 24px;
        line-height: 25px;
    }

    ul.f-contect-ul > li {
        line-height: 25px;
    }



    .exc-inner input {
        padding: 8px 16px;
        width: 225px;
        height: 40px;
        border: 1px solid #D2CDCC;
        border-radius: 6px;
        margin-right: 8px;
    }

    .exclusive-wpr > p {
        max-width: 368px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        color: #31383B;
    }

    .exclusive-wpr > h4 {
        font-size: 20px;
        line-height: 28px;
        color: #0D528D;
        padding-bottom: 10px;
    }

    ul.media-ul > li {
        padding-left: 20px;
    }

    .media-ul > li > a > svg {
        width: 22px;
    }

    .links {
        text-align: left;
    }

    .design-wrp h4 {
        font-size: 20px;
        line-height: 24px;
    }

    /* Tablet: Progressive image/text sizing for engagement section */
    .engagemant-ring {
        width: 25%; /* Balanced for tablet visibility */
    }

    .design-wrp {
        width: 73%; /* Balanced text space for tablet */
    }

    .latest-blog .global-text {
        padding-bottom: 8px;
    }

    .view-bottom {
        font-size: 14px;
        line-height: 24px;
    }

    .video-wrapper-cstm .a-play img {
        max-width: 50px;
    }

    .header-sec {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        width: 100%;
    }
    /*.banner-wrpr {padding-top: 64px;}*/ /*Comment ruby vishal form Movile view Black Top*/
    .banner-wrpr {
        padding-top: 0px;
    }

    body.hidden-menu {
        overflow: hidden;
    }


    .mega-menu-dropdown {
        position: relative;
        top: 0;
        left: 0;
        border: 0;
        background: #eee;
        padding: 10px 20px;
        margin-top: 5px;
    }

    .nav-ul {
        padding: 0;
        margin-left: 0;
    }

    .mega-menu-dropdown .row.padiing-left-5 {
        padding: 0;
        margin: 0;
        padding-right: 20px;
    }

    .mega-menu-dropdown .row > div {
        width: 100%;
        padding-top: 15px;
    }

    .list-unstyleds > li {
        border-bottom: 1px solid #eee;
    }

        .list-unstyleds > li > a {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .nav-ul ul.list-unstyleds > li > a {
        font-size: 14px;
    }

    ul.list-unstyleds > li:last-child {
        border-bottom: 0;
    }

    li.open .mega-menu-dropdown {
        display: block;
    }

    .nav-ul {
        width: 100%;
        padding: 0 15px;
        margin: 15px 0 0 0;
    }

    ul.list-unstyleds > li > br {
        display: none;
    }

    .links {
        padding: 10px 15px 10px 15px;
        transition: all ease 0.5s;
        font-size: 15px;
        text-align: left;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
}

/* iPad Pro & Small Desktop: Wider text container to prevent wrapping */
@media (min-width: 992px) and (max-width: 1199px) {
    .engagemant-ring {
        width: 18%; /* Reduced from base 20% for more text space */
    }

    .design-wrp {
        width: 80%; /* Increased from base 78% to fit text on one line */
    }
}

@media (min-width:768px) and (max-width:991px) {
    .nav-ul {
        max-width: 760px;
        margin: 0 auto;
        margin-top: 40px;
    }

    /* Personal Shopper - Tablet */
    .shopper-sec {
        min-height: 180px;
    }
}

@media (max-width:767px) {

    /*.mobile-viewtab {
        display: none;
    }*/


    .global-text {
        font-size: 24px;
        line-height: 30px;
    }

    .global-sub-text {
        font-size: 14px;
        line-height: 20px;
    }


    .links {
        padding: 10px 15px 10px 15px;
        transition: all ease 0.5s;
        font-size: 15px;
        text-align: left;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .nav-ul .links a {
        color: #313131;
        text-align: left;
        font-size: 15px;
    }

    .nab-menu {
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color: #fff;
        width: 100%;
        text-align: left;
        transform: 0.3s;
        height: calc(100% - 64px);
        transition: all 0.3s ease-in-out;
        padding-left: 0;
        box-shadow: none;
        margin-top: 64px;
        padding-top: 0;
        overflow: auto;
    }




    .brand {
        /*width: 70%;*/
        width: 65%;
    }

    .icons-head > li > a > svg {
        margin-right: 0px;
        /*width: 25px;*/
        width: 32px;
    }

    .hamburger {
        cursor: pointer;
        margin-left: 5px;
        min-width: 35px;
        min-height: 35px;
        padding: 8px;
    }

        .hamburger.rotate {
            color: #fff;
            margin-top: -15px;
        }


    .slider-img {
        width: auto;
        display: block;
        position: absolute;
        z-index: 1;
        opacity: 0.3;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-wrpr .owl-theme .owl-dots {
        padding-bottom: 0;
    }

    .labnow-inner > p {
        font-size: 13px;
    }

    .global-btn {
        padding: 5px 12px;
        font-size: 13px;
    }

    .content-slider {
        width: 100%;
        padding: 40px 10px;
        position: relative;
        z-index: 2;
    }

    .owl-carousel .owl-item .timeless-wrpr img {
        width: auto;
        margin: 0 auto;
        max-width: 120px;
        margin: 0 auto;
        display: block;
    }

    .content-slider h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .owl-theme .owl-dots, .owl-theme .owl-nav {
        text-align: center;
        background: #000;
        border-radius: 20px;
        padding-bottom: 10px;
    }


    li.diamond-li {
        padding: 10px 0px;
        width: 20%;
    }

    .diamond-inner {
        padding: 0;
        max-width: 320px;
        margin: 0 auto;
    }


    /* <!-- =================== Engagement Rings=====section=============== --> */



    .engage-box {
        /* padding: 14px;*/
        padding: 10px; /* change By Vishal */
        position: relative;
        overflow: hidden;
    }

        .engage-box::before {
            position: absolute;
            content: "";
            width: 130px;
            height: 130px;
            left: -30px;
            bottom: -50px;
            background: rgba(210, 205, 204, 0.6);
            border-radius: 50%;
        }

    .engagemant-ring {
        /*width: 25%;*/
        width: 30%; /*Optimized for mobile visibility and height reduction*/
        z-index: 9;
    }

    .design-wrp {
        /*width: 75%;*/
        width: 68%; /*Optimized for mobile text space and height reduction*/
    }

    .design-btn {
        padding: 6px 8px;
        width: 130px;
        height: 36px;
    }

    .width-200 {
        width: 180px;
    }


    .design-wrp h4 {
        font-family: 'Marcellus';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        color: #001219;
        padding-bottom: 2px;
    }


    .compare-try img {
        max-width: 290px !important;
    }

    .compare-try {
        position: relative;
        margin-top: -130px;
        right: -40px;
        top: 14px;
    }


    .custom-sec {
        padding: 0px 0px;
    }

    .latest-wpr {
        /*margin: 20px 0px;
        text-align: left;
        margin-bottom: 0;*/ /*Comment and add by vishal C*/
        margin: 0px 0px;
        text-align: left;
        margin-bottom: 05px;
    }

    .wedding-sec {
        /*padding: 20px 0px;*/
        padding: 0px 0px; /* change By Vishal */
    }

    .wedding-wrp h6 {
        font-size: 24px;
        line-height: 30px;
        /*padding-top: 15px;*/
        padding-top: 10px; /* change By Vishal */
    }

    .Diamond-wpr {
        /*padding: 30px 0px;*/
        padding: 5px 0; /* change By Vishal */
    }

    .mt-20 {
        /*margin-bottom: 20px;*/
        margin-bottom: 5px; /* change By Vishal */
    }

    .wedd-img {
        width: 100%;
    }

        .wedd-img img {
            width: 100%;
            min-height: auto;
            object-fit: cover !important; /* Prevent stretching, fill container completely */
        }

    /* <!-- ===================Proposal stories=====section=============== -->*/

    .stories h5 {
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .stories {
        text-align: center;
        padding-left: 0;
    }

        .stories > p {
            font-size: 14px;
            line-height: 20px;
            color: #FFFFFF;
            padding-top: 5px;
        }

    .contect {
        padding: 10px 24px;
        text-align: center;
    }

        .contect h5 {
            font-size: 24px;
            line-height: 24px;
            color: #001219;
            padding-bottom: 10px;
        }

    /* <!-- =======section============Enjoy B2C Jewels, No Risk, No Obligation, Unconditional Protection=============== --> */

    h2.black {
        color: #001219;
        padding: 0px 0px 10px;
        text-align: center;
        font-size: 20px;
    }

    li.protect-li > p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #001219;
        max-width: 95px;
        padding-top: 10px;
        margin: 0 auto;
    }


    li.protect-li {
        text-align: center;
        padding-bottom: 20px;
        width: 45%;
    }

    .protection-wpr {
        /*padding: 30px 0px;*/
        padding: 10px 0px;
    }

    .testimonial-inner {
        text-align: center;
    }


    .video-wrapper-cstm {
        position: relative;
        /*margin-bottom: 20px;*/
        margin-bottom: 05px;
    }

    .close-btn img {
        max-width: 30px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .a-play.popup-btn img {
        max-width: 40px;
    }




    .video {
        width: 100%;
        min-height: 225px;
        margin: auto;
        display: block;
        border: none;
    }



    .finacing-contect {
        order: 1;
    }

    .finacing-wrp {
        margin-right: 0px;
        width: 40%;
        order: 2;
    }



    .btn-black > a {
        color: #FFFFFF !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    }


    .testimonial-sec {
        /*padding: 30px 0px 20px 0px;*/
        padding: 10px 0px 05px 0px;
    }


    .shopper-sec {
        min-height: 200px;
    }


    .shopper-inner h3 {
        font-size: 25px;
        line-height: 25px;
        color: #FFFFFF;
        text-align: center;
    }

    .shopper-inner h6 {
        padding-top: 15px;
        text-align: center;
        padding-top: 10px;
    }

    .shopper-btn {
        background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
        border: 1px solid #006699 !important;
        border-radius: 8px !important;
        padding: 8px 24px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
        position: relative !important;
        overflow: hidden !important;
        min-width: 200px !important;
        height: 38px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        border: 2px solid transparent !important;
        background-clip: padding-box !important;
        margin: 20px auto;
        will-change: transform;
    }

    .exclusive-wpr {
        margin-top: 10px;
    }


    .exclusives {
        padding: 20px 0px;
        border-bottom: 1px solid #D2CDCC;
    }

    .footer-inner {
        /*padding: 30px 0px;*/
        padding: 10px 0px;
        border-bottom: 1px solid #D2CDCC;
    }

    ul.f-contect-ul > li {
        margin-right: 20px;
    }

    ul.f-contect-ul {
        justify-content: initial;
        align-items: center;
        padding-bottom: 20px;
    }

    .m-20 {
        margin-top: 20px;
    }


    .latest-wpr > p {
        text-align: left;
    }

    .finacing-contect h2 {
        text-align: center;
    }

    .finacing-contect > p {
        font-size: 14px;
        text-align: center;
    }

    .btn-black {
        background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
        border: 1px solid #006699 !important;
        border-radius: 8px !important;
        padding: 8px 24px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        cursor: pointer !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
        position: relative !important;
        overflow: hidden !important;
        min-width: 200px !important;
        height: 38px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        font-family: 'Lato', Arial, sans-serif !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
        border: 2px solid transparent !important;
        background-clip: padding-box !important;
        margin: 0 auto;
        margin-top: 10px;
        will-change: transform;
    }

    .finacing-contect {
        margin-bottom: 10px;
    }

    .media-ul > li > a > svg {
        width: 18px;
        max-height: 18px;
    }

    .exc-inner > a {
        font-size: 14px;
        justify-content: center;
        align-items: center;
    }

    .protection .global-text {
        line-height: 30px;
    }

    ul.protect-ul {
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .testimonial-inner > p {
        font-size: 14px;
    }

    ul.diamond-ul {
        justify-content: space-between;
        align-items: center;
        max-width: 320px;
        margin: 0 auto;
    }
    .mobile-viewtab {
        display: flex;
        gap: 5px;
    }

    .textbox {
        padding: 5px 10px 5px 5px;
        line-height: 16px;
    }

    span.search-icon {
        top: 5%;
    }

    .icons-head > li > a > svg {
        width: 26px !important;
    }

    .searchtab {
        max-width: 110px;
        margin-right: 2px;
    }

    .brand {
        /*width: 70%;*/ /*ChangeByVishalC*/
        width: auto;
    }
}



/* ==========================new-sub===menu==== */




.nav li a {
    display: block;
    color: #333;
    background-color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}


    /* .nav li a:hover, .nav li a.dropdown-toggle.active {
    background-color: #289dcc;
    color: #fff;
} */

    .nav li a:hover span, .nav li a.dropdown-toggle.active span {
        color: #fff;
    }


/* =================mega menu===== */


h3.tab_drawer_heading {
    display: none;
}


.tab_content {
    position: absolute;
    margin-top: 30px;
    width: 66%;
    background: #fff;
    border-radius: 10px;
    display: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/*Added By Vishal For Banner*/


/*.img-responsive {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

    .img-responsive.tablet {
        display: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }

    .img-responsive.mobile1 {
        display: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }

    .img-responsive.mobile2 {
        display: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }

@media (min-width:375px) and (max-width:812px) and (orientation : landscape) {

    .img-responsive {
        display: none;
    }

    .img-responsive.tablet {
        display: block;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }

    .img-responsive.mobile1 {
        display: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }

    .img-responsive.mobile2 {
        display: none;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width:800px) {

    .img-responsive {
        display: none;
        width: 100%;
        background-repeat: no-repeat;
    }

        .img-responsive.tablet {
            display: block;
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
        }

        .img-responsive.mobile1 {
            display: none;
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
        }

        .img-responsive.mobile2 {
            display: none;
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
        }
}

@media (min-width:321px) and (max-width:480px) {
    .img-responsive {
        display: none;
    }


        .img-responsive.tablet {
            display: none;
            height: 100%;
            width: 100%;
        }

        .img-responsive.mobile1 {
            display: none;
            height: 100%;
            width: 100%;
        }

        .img-responsive.mobile2 {
            display: block;
            height: 100%;
            width: 100%;
        }
}

@media (max-width:320px) {

    .img-responsive {
        display: none;
    }

        .img-responsive.tablet {
            display: none;
            height: 100%;
        }

        .img-responsive.mobile1 {
            display: block;
            height: 100%;
        }

        .img-responsive.mobile2 {
            display: none;
        }
}*/



/*--------------------------*/

/* header Tool TIP --------------------------*/

.top_pop {
    background: url(https://b2cimages.s3.amazonaws.com/generalimage/top_bar.png) no-repeat;
    padding-top: 6px !important;
    position: absolute;
    /*  left: 0 ;
    top: 22px ;*/
    width: 300px;
    z-index: 999999;
}

    /* .top_pop .dvlife {
    left: 300px !important;
    top: 57px !important;
}*/

    .top_pop p {
        background: #fff;
        border-style: none solid solid;
        border-width: 0 1px 1px;
        border-color: #63aef2;
        text-align: left;
        font-family: 'Manrope';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #31383B;
        margin: 0;
        padding: 5px;
    }

    .top_pop a {
        font-family: 'Manrope';
        float: right;
        color: #30a8dc;
        font-size: 14px;
    }


.displayNone {
    display: none;
}

.trust-inner.flex .trust-img > img {
    max-width: 210px;
}


.diamond-li > img {
    /*max-width: 48px;*/
    max-width: 68px;
}

.diamond-li > a > img {
    /*max-width: 48px;*/
    max-width: 68px;
}

.f-logo > img {
    max-width: 164px;
}


.custom_fc_frame {
    bottom: 70px !important;
}

.chat-fc-form-outer {
    max-width: 450px !important;
    font-family: Lato-Regular;
    font-size: initial;
}

.fc-form ul li label {
    position: initial !important;
    top: -15px;
    font-weight: lighter;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0px 3px;
    background-color: white;
    border-radius: 3px;
}

.fc-header {
    background-image: url(https://fc-use1-00-pics-bkt-00.s3.amazonaws.com/ae7418501c5f90e50c365868c190e36344cdf128ddcc784ac12de6ccf4585d50/f_marketingpicFull/u_cb8f1cd69ef20a08ea482d9e65c7ff0341495c9494c315a5829eefcf289dca4d/img_p77s5u10d7_56fde3455d3b255c4592f8a0ea73a1a40be64925959ca359e6789788ff207c6f.png);
    background-repeat: no-repeat;
    padding: 22px 15px !important;
    background-size: 50px 50px;
}



@media (min-width:280px) and (max-width:540px) {
    .diamond-li > a > img {
        max-width: 48px;
    }
}

/*--------------------------*/
.exc-inner .btnsubmits {
    background: linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important;
    border: 1px solid #006699 !important;
    border-radius: 8px !important;
    padding: 8px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(48, 168, 220, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: 'Lato', Arial, sans-serif !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    border: 2px solid transparent !important;
    background-clip: padding-box !important;
    color: #FFFFFF !important;
    will-change: transform;
}

.exc-inner .btnsubmits:hover {
    background: linear-gradient(180deg, #28A745 0%, #218838 100%) !important;
    border: 1px solid #1E7E34 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4) !important;
    color: #FFFFFF !important;
}

.ds-shape{width:100%;float:left;}
.ds-shape-icon{width:10%;float:left;text-align:center;}
.ds-shape-icon a{font-size:18px;color:#515151;text-decoration:none;}
.ds-shape-icon a img{background:url(https://b2cimages.s3.amazonaws.com/generalimage/diamond-search-icon.png) no-repeat left top;width:60px;height:53px;margin:0 auto 0;}
.ds-shape-icon a img.icon1{background-position:0 0;}
.ds-shape-icon a img.icon1:hover{background-position:0 -60px;}
.ds-shape-icon a img.icon2{background-position:-60px 0;}
.ds-shape-icon a img.icon2:hover{background-position:-60px -60px;}
.ds-shape-icon a img.icon3{background-position:-120px 0;}
.ds-shape-icon a img.icon3:hover{background-position:-120px -60px;}
.ds-shape-icon a img.icon4{background-position:-180px 0;}
.ds-shape-icon a img.icon4:hover{background-position:-180px -60px;}
.ds-shape-icon a img.icon5{background-position:-240px 0;}
.ds-shape-icon a img.icon5:hover{background-position:-240px -60px;}
.ds-shape-icon a img.icon6{background-position:-300px 0;}
.ds-shape-icon a img.icon6:hover{background-position:-300px -60px;}
.ds-shape-icon a img.icon7{background-position:-360px 0;}
.ds-shape-icon a img.icon7:hover{background-position:-360px -60px;}
.ds-shape-icon a img.icon8{background-position:-420px 0;}
.ds-shape-icon a img.icon8:hover{background-position:-420px -60px;}
.ds-shape-icon a img.icon9{background-position:-480px 0;}
.ds-shape-icon a img.icon9:hover{background-position:-480px -60px;}
.ds-shape-icon a img.icon10{background-position:-540px 0;}
.ds-shape-icon a img.icon10:hover{background-position:-540px -60px;}
.ds-shape-icon a:hover{color:#058dc8;}

@media (max-width:900px){
    .ds-shape-icon{width:18%;margin: 0px 1%;}
    .ds-shape-icon a{font-size:15px;}

    /*.ds-shape{display:none;}*/
}

@media (max-width:399px) {
    .ds-shape-icon a {
        font-size: 12px;
    }
}

.hp-diamond-count{ text-align:center; margin:10px 0 18px; }
.hp-diamond-count .count{ color:#0088CC; font-size:24px; font-weight:700; line-height:1.1; margin-right:6px; white-space:nowrap; }
.hp-diamond-count .label{ color:#6f6f6f; font-size:14px; letter-spacing:.5px; text-transform:uppercase; white-space:nowrap; }
.hp-diamond-count .hp-cta{ 
  display:inline-flex !important; 
  align-items:center !important; 
  justify-content:center !important; 
  background:linear-gradient(180deg, #0099DD 0%, #0077BB 100%) !important; 
  border:1px solid #006699 !important; 
  border-radius:8px !important; 
  padding:8px 24px !important; 
  min-height:38px !important; 
  color:#FFFFFF !important; 
  font-weight:600 !important; 
  font-size:16px !important; 
  text-transform:uppercase !important; 
  letter-spacing:0.5px !important; 
  text-decoration:none !important; 
  box-shadow:0 4px 12px rgba(48,168,220,0.3) !important; 
  transition:all .3s cubic-bezier(0.4,0,0.2,1) !important; 
  border:2px solid transparent !important; 
  background-clip:padding-box !important; 
  white-space:nowrap !important; 
  overflow:hidden !important; 
  text-overflow:ellipsis !important; 
  margin-top:8px;
}
.hp-diamond-count .hp-cta:hover{ 
  background:linear-gradient(180deg, #28A745 0%, #218838 100%) !important; 
  border:1px solid #1E7E34 !important; 
  transform:translateY(-2px) !important; 
  box-shadow:0 4px 12px rgba(40,167,69,0.4) !important; 
}
@media (max-width:900px){ .hp-diamond-count .count{ font-size:20px; } .hp-diamond-count .label{ font-size:12px; } }
@media (max-width:768px){ 
  .hp-diamond-count .hp-cta{ 
    min-width:140px !important; 
    height:36px !important; 
    padding:6px 16px !important; 
    font-size:12px !important; 
  } 
}

.p-r5-l10 {
    padding: 0 5px 0 10px;
}
.p-r10-l5 {
    padding: 0 10px 0 5px;
}
.p-r5-l5 {
    padding: 0 5px 0 5px;
}

@media (max-width:991px) {
    .p-r5-l10 {
        padding: 0 5px 0 10px;
    }

    .p-r10-l5 {
        padding: 0 10px 0 5px;
    }
    .collection > img {
        /*max-height: 468px;*/
        min-height: auto;
    }
	
}

@media (max-width:767px) {
    .p-r5-l10 {
        padding: 0 5px 0 5px;
    }

    .p-r10-l5 {
        padding: 0 5px 0 5px;
    }

    .trust-inner {
        align-items: center;
        justify-content: center;
        /* padding: 44px 0px; */
        padding: 5px 0px;
    }
    .collection > img {
        /*max-height: 468px;*/
        min-height: auto;
    }
    .wedding-wrp {
        margin-top:0px;
        margin-bottom:10px;
    }

    .custom-wrp {
        /* margin-bottom: 15px; */
        margin-bottom: 5px;
        padding: 14px;
        min-height: 255px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 96%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-device-width: 1023px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-device-width:1024px) and (max-device-width: 1199px) {
    .header-inner {
        width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-device-width: 358px) {
    .brand {
        width: 60%;
    }
}

@media (max-device-width: 300px) {
    .brand {
        width: 60%;
    }
    .ds-shape-icon {
        width: 22%;
    }
    .custom-wrp {
        margin-bottom: 15px;
        margin-bottom: 5px;
        padding: 14px;
        min-height: 235px;
    }
    .width-200 {
        width: 165px;
    }
    .design-btn > a {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


    /*.links.menu-block .mega-menu-dropdown {
    display: block !important;
}*/

dt {
    font-weight: initial;
}
body .uwy.userway_p1 .uai {
    top: 93% !important;
    right: auto;
    bottom: auto;
    left: calc(99vw - 21px) !important;
    transform: translate(-100%);
}

.uwaw-app {
    overflow: scroll !important;
}

@media (min-width:280px) and (max-width:540px) {
    body .uwy.userway_p1 .uai {
        top: 55% !important;
        bottom: auto !important;
        left: calc(99vw - 21px) !important;
        transform: translate(-100%) !important;
    }
}
main.uwaw {
    left: 0 !important;
    right: unset !important;
}


/* ============================================================ */
/* Diamond Icon Selection Visual Feedback */
/* Added: 2025-10-14 - Expert Panel Recommendation (Option B) */
/* Purpose: Show hover preview + persistent selection state */
/* CORRECTED: Added to B2CNewTheme (production file) */
/* ============================================================ */

/* Base styling for all diamond shape icons - INCREASED SPECIFICITY */
.diamond_icon img.diamondshape,
ul[id*='ulShape'] img.diamondshape {
    border: 2px solid transparent;
    background-color: transparent;
    transition: all 0.2s ease;
    padding: 2px;
    cursor: pointer;
    border-radius: 4px;
}

/* Hover state - TEMPORARY preview (desktop only) */
.diamond_icon img.diamondshape:hover,
ul[id*='ulShape'] img.diamondshape:hover {
    border-color: #30a8dc; /* Brand blue */
    background-color: rgba(48, 168, 220, 0.05); /* 5% blue tint */
}

/* Selected state - PERSISTENT (after click/tap) */
.diamond_icon img.diamondshape.selected,
ul[id*='ulShape'] img.diamondshape.selected {
    border-color: #30a8dc; /* Brand blue */
    background-color: rgba(48, 168, 220, 0.1); /* 10% blue tint - darker than hover */
}

/* Hover on selected - STRONGEST feedback */
.diamond_icon img.diamondshape.selected:hover,
ul[id*='ulShape'] img.diamondshape.selected:hover {
    background-color: rgba(48, 168, 220, 0.15); /* 15% blue tint */
}

/* Focus state (keyboard navigation - accessibility) */
.diamond_icon img.diamondshape:focus,
ul[id*='ulShape'] img.diamondshape:focus {
    outline: 2px solid #30a8dc;
    outline-offset: 2px;
}

/* Mobile optimization - larger touch targets */
@media (max-width: 768px) and (min-width: 480px) {
    .diamond_icon img.diamondshape,
    ul[id*='ulShape'] img.diamondshape {
        padding: 4px;
        margin: 2px;
    }
}

/* Mobile <480px - fit 10 icons in one line */
@media (max-width: 480px) {
    .diamond_icon img.diamondshape,
    ul[id*='ulShape'] img.diamondshape {
        padding: 3px;
        margin: 0px;
        box-sizing: border-box !important; /* Width includes padding + border */
    }
}

/* End Diamond Icon Selection Visual Feedback */
/* ============================================================ */

/* ============================================================ */
/* HOMEPAGE BUTTON RESPONSIVE OPTIMIZATIONS - PDP STYLE */
/* ============================================================ */

/* Mobile optimization - larger touch targets and responsive sizing */
@media (max-width: 768px) {
    .design-btn,
    .Preset-btn,
    .btn-black,
    .shopper-btn,
    .btnsubmits,
    .view-bottom {
        min-width: 140px !important;
        height: 36px !important;
        padding: 6px 16px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    .design-btn > a,
    .Preset-btn > a,
    .btn-black > a,
    .shopper-btn > a {
        font-size: 12px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* Touch target compliance - WCAG 2.1 AA */
@media (max-width: 768px) {
    .design-btn,
    .Preset-btn,
    .btn-black,
    .shopper-btn,
    .btnsubmits,
    .view-bottom {
        min-height: 44px !important;
        min-width: 44px !important;
    }
}

/* Focus states for accessibility */
.design-btn:focus,
.Preset-btn:focus,
.btn-black:focus,
.shopper-btn:focus,
.btnsubmits:focus,
.view-bottom:focus {
    outline: 2px solid #006699 !important;
    outline-offset: 2px !important;
}

/* ============================================================ */
/* RESPONSIVE VISIBILITY UTILITIES (Bootstrap 3-style) */
/* HIGH SPECIFICITY - Overrides .design-btn > a > span (0,0,3) */
/* ============================================================ */

/* Hidden on extra small (mobile) screens */
@media (max-width: 767px) {
    .design-btn > a > span.hidden-xs,
    .btn-black > a > span.hidden-xs,
    .Preset-btn > a > span.hidden-xs,
    .shopper-btn > a > span.hidden-xs,
    span.hidden-xs,
    .hidden-xs {
        display: none !important;
    }
}

/* Hidden on small (tablet) screens */
@media (min-width: 768px) and (max-width: 991px) {
    .design-btn > a > span.hidden-sm,
    .btn-black > a > span.hidden-sm,
    .Preset-btn > a > span.hidden-sm,
    .shopper-btn > a > span.hidden-sm,
    span.hidden-sm,
    .hidden-sm {
        display: none !important;
    }
}

/* Hidden on medium (desktop) screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .design-btn > a > span.hidden-md,
    .btn-black > a > span.hidden-md,
    .Preset-btn > a > span.hidden-md,
    .shopper-btn > a > span.hidden-md,
    span.hidden-md,
    .hidden-md {
        display: none !important;
    }
}

/* Hidden on large (large desktop) screens */
@media (min-width: 1200px) {
    .design-btn > a > span.hidden-lg,
    .btn-black > a > span.hidden-lg,
    .Preset-btn > a > span.hidden-lg,
    .shopper-btn > a > span.hidden-lg,
    span.hidden-lg,
    .hidden-lg {
        display: none !important;
    }
}

/* ============================================================ */
/* CAROUSEL OVERFLOW FIX - iPad Pro (1024px) Width */
/* ============================================================ */

/* Fix horizontal overflow caused by Owl Carousel at tablet breakpoint */
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-wrpr,
    .owl-stage-outer {
        overflow-x: hidden !important;
    }
    
    /* Prevent body overflow */
    body {
        overflow-x: hidden !important;
    }
}

