@import url(./style.css);


.cart_wrapper .chekoutpage-title{
    font-size: 36px;
    font-family: var(--font);
    font-weight: 600;
    color: var(--blue);
}




/* Cart page Start */
.cart_wrapper .cart-text1{
    font-size: 28px;
    font-family: var(--font);
    color: var(--blue);
    font-weight: 500;
}
.cart_wrapper .main-cart01 a{
    font-size: 20px;
    text-decoration: none;
    color: var(--text-blue);
    font-family: var(--font);
    font-weight: 600;
    transition: 0.5s;
}
.cart_wrapper .main-cart01 a:hover{
    letter-spacing: 3px;
}
.alert{
    background-color: var(--white-blue) !important;
}
 .remove-text{
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.cart_wrapper {
    padding-top: 10px;
}

.cart_wrapper .cart-main-menu {
    border: 2px solid var(--dark-blue);
    padding: 20px;
    border-radius: 50px;
}

.cart_wrapper .cart-menu-text a {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-blue);
    text-transform: capitalize;
    font-weight: 500;
}

.cart_wrapper .cart-menu-text span {
    background-color: var(--white-blue);
    padding: 10px 13px;
    border-radius: 10px;
}

.cart_wrapper .cart-title {
    font-size: 45px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--dark-blue);
}

.cart_wrapper .main-price a {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.cart_wrapper .main-price .pr-price1 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font);
    color: var(--text-gray);
    text-decoration: line-through;
}

.cart_wrapper .main-price .pr-price2 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font);
    color: var(--green);
}

.cart_wrapper .main-price .popover {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font);
    color: var(--text-black);
}

.cart_wrapper .cart-main-text .cart-product-title {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--dark-blue);
    width: 400px;
}

.cart_wrapper .cart-item a {
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--font);
    background-color: var(--dark-blue);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.cart_wrapper .cart-item .cart-num {
    font-size: 18px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}

.cart_wrapper .cart-price {
    font-size: 18px;
    color: var(--text-black);
    font-weight: 600;
    font-family: var(--font);
}

.cart_wrapper .close-btn a {
    font-size: 16px;
    color: var(--text-white);
    background-color: var(--dark-blue);
    padding: 10px;
    border-radius: 10px;
}

.cart_wrapper .mani-product-cart {
    height: 430px;
    overflow-y: auto;
}

.cart_wrapper .cart-cupan-box input {
    padding: 6px;
    outline: none;
    border: none;
    background-color: var(--white-blue);
    color: var(--dark-blue);
    font-size: 16px;
    font-family: var(--font);
    border-radius: 7px;
    width: 200px;
}

.cart_wrapper .cart-price-details .card {
    background-color: var(--white-blue);
}

.cart_wrapper .cart-price-details .cart-p-title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.cart_wrapper .cart-price-details .total-main-price .cart-p-text1 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .cart-price-details .total-main-price a {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
    cursor: pointer;
}

.cart_wrapper .cart-price-details .total-main-price .cart-p-text2 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
}

.cart_wrapper .total-main .cart-p-text3 {
    font-size: 22px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.cart_wrapper .cart-payment-text {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .cart-btn {
    letter-spacing: 3px !important;
    background-color: var(--dark-blue) !important;
    color: hsl(0, 0%, 100%) !important;
}
.cart_wrapper .cart-btn a{
    letter-spacing: 3px !important;
    background-color: var(--dark-blue) !important;
    color: hsl(0, 0%, 100%) !important;
}

.cart_wrapper .cart-btn2 a{
    color: var(--dark-blue) !important;
}

.cart_wrapper .cart-btn2:hover a{
    color: hsl(0, 0%, 100%) !important;
}

.cart_wrapper .cart-payment-img img {
    height: 40px;
}
/* Default styles for step links */
.cart_wrapper .step-link {
    color: black;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart_wrapper .step-link span {
    margin-right: 8px;
}

/* Active styles */
.cart_wrapper .cart-menu-text .active {
    background-color: var(--white-blue) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: scale(1.05);
}
/* Animation on state change */
.cart_wrapper .step-link.active {
    animation: pulse 0.5s ease-in-out;
}

/* Keyframe animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.cart_wrapper .Details-tab label {
    font-size: 16px;
    color: var(--text-blue);
    font-family: var(--font);
    padding-top: 20px;
}

.cart_wrapper .Details-tab input {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--text-gray);
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .Details-tab input::placeholder {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .Details-tab select {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--text-gray);
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .from-chackbox input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cart_wrapper .from-chackbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    border: 3px solid var(--white-blue);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 0px !important;
}

.cart_wrapper .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--dark-blue);
    border-bottom: 1.5px solid var(--dark-blue);
    box-shadow: 0 0 1px var(--white-blue), inset 0 -2.5px 3px var(--dark-blue),
        inset 0 3px 3px rgba(0, 0, 0, 0.34);
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
}

.from-chackbox input:not(:checked)~.checkmark {
    transform: translateY(40px);
    animation: wipeDown 0.6s ease-in-out forwards;
}

.from-chackbox input:checked~.checkmark {
    transform: translateY(-40px);
    animation: wipeUp 0.6s ease-in-out forwards;
}

@keyframes wipeDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
    }
}

@keyframes wipeUp {
    0% {
        transform: translateY(40);
    }

    100% {
        transform: translateY(0px);
    }
}

.cart_wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cart_wrapper .from-chackbox input:checked~.checkmark:after {
    display: block;
}

.cart_wrapper .from-chackbox .checkmark:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.34);
}

input[readonly] {
    background-color: #f0f0f0; /* Light grey background */
    border: 1px solid #ccc; /* Slightly different border */
    color: #888; /* Grey text color */
    cursor: not-allowed; /* Indicate non-editable field */
}

.cart_wrapper .Product-checkout-text .pr-checkout-text1 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .Product-checkout-text .pr-checkout-text2 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    width: 350px;
}

.cart_wrapper .Product-checkout-text .pr-checkout-text2 span {
    font-weight: 600;
}

.cart_wrapper .Product-checkout-text a {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .free-shipping a {
    font-size: 16px;
    font-family: var(--font);
    color: var(--green);
    font-weight: 400;
}

.cart_wrapper .flex {
    display: flex;
}

.cart_wrapper .flex-fill {
    display: flex;
    flex: 1 1;
}

.cart_wrapper .p-sm {
    padding: 0.5em;
}

.cart_wrapper .pl-sm {
    padding-left: 0.5em;
}

.cart_wrapper .pr-sm {
    padding-right: 0.5em;
}

.cart_wrapper .pb-sm {
    padding-bottom: 0.5em;
}

.cart_wrapper .p-md {
    padding: 1em;
}

.cart_wrapper .pb-md {
    padding-bottom: 1em;
}

.cart_wrapper .p-lg {
    padding: 2em;
}

.cart_wrapper .m-md {
    margin: 1em;
}

.cart_wrapper .size-md {
    font-size: 0.85em;
}

.cart_wrapper .size-lg {
    font-size: 1.5em;
}

.cart_wrapper .half-width {
    width: 50%;
}

.cart_wrapper .pointer {
    cursor: pointer;
}

.cart_wrapper .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart_wrapper .payment-title {
    font-size: 24px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--dark-blue);
}

.cart_wrapper .numbers::-webkit-outer-spin-button,
.cart_wrapper .numbers::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_wrapper .bod-3 {
    border-radius: 30px;
}

.cart_wrapper .main-back {
    background: #a2cdff !important;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.cart_wrapper .header {
    padding-bottom: 1em;
}

.cart_wrapper .header .title {
    font-size: 1.2em;
}

.cart_wrapper .header .title span {
    font-weight: 300;
}

.cart_wrapper .card-data>div {
    padding-bottom: 1.5em;
}

.cart_wrapper .card-data>div:first-child {
    padding-top: 1.5em;
}

.cart_wrapper .card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
}

.cart_wrapper .card-property-title strong {
    padding-bottom: 0.5em;
    font-size: 0.85em;
}

.cart_wrapper .card-property-title span {
    color: var(--secondary-text);
    font-size: 0.75em;
}

.cart_wrapper .card-property-value {
    flex: 1 1;
}

.cart_wrapper .card-number {
    background: #fafafa;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
    padding: 0.5em 1em;
}

.cart_wrapper .card-number-field * {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.cart_wrapper .card-number-field input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1rem;
    margin: 0 0.75em;
    border: none;
    color: #888888;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
    box-shadow: none !important;
}

.cart_wrapper .timer span {
    background: #311b92;
    color: #ffffff;
    width: 1.2em;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.cart_wrapper .timer span+span {
    margin-left: 2px;
}

.cart_wrapper .timer em {
    font-style: normal;
}

.cart_wrapper .input-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    overflow: hidden;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
}

.cart_wrapper .input-container input,
.cart_wrapper .input-container i {
    line-height: 1;
}

.cart_wrapper .input-container input {
    flex: 1 1;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--field-border-radius);
    font-family: var(--font);
    font-size: 0.85em;
    box-shadow: none;
    outline: none;
}

.cart_wrapper .input-container input::placeholder {
    color: var(--text-gray);
}

.cart_wrapper .input-container input::-webkit-outer-spin-button,
.cart_wrapper .input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_wrapper .input-container i {
    position: absolute;
    right: 0.5em;
}

.cart_wrapper .purchase-section {
    position: relative;
    overflow: visible;
    padding: 0 1em 1em 1em;
    background: var(--sidebar-color);
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}

.cart_wrapper .purchase-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
}

.cart_wrapper .purchase-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
}

.cart_wrapper .card-mockup {
    position: relative;
    margin: 3em 1em 1.5em 1em;
    padding: 1.5em 1.2em;
    border-radius: 0.6em;
    background: #72a2f7;
    color: #fff;
    box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
}

.cart_wrapper .card-mockup:after {
    content: "";
    position: absolute;
    width: 25%;
    top: -0.2em;
    left: 37.5%;
    height: 0.2em;
    background: var(--accent-color);
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
}

.cart_wrapper .card-mockup:before {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    left: 37.5%;
    height: 0.5em;
    background: #2962ff36;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0 2px 15px 5px #2962ff4d;
}

.cart_wrapper .purchase-props {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}

.cart_wrapper .purchase-props li {
    width: 100%;
    line-height: 2.5;
}

.cart_wrapper .separation-line {
    border-top: 1px dashed #aaa;
    margin: 0 0.8em;
}

.cart_wrapper .total-section {
    position: relative;
    overflow: hidden;

    padding: 1em;
    background: var(--sidebar-color);
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
}

.cart_wrapper .total-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    top: -0.8em;
    background: #ffffff;
}

.cart_wrapper .total-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    top: -0.8em;
    background: #ffffff;
}

.cart_wrapper .payment-subtitle {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 400;
}

.cart_wrapper .payment-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 300;
}

.cart_wrapper .payment-text2 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .payment-text3 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.cart_wrapper .payment-text4 {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.cart_wrapper .total-label {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .payment-text5 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-black);
}

/* Cart page End */


/* Exchange page Start */

.exchange_wrapper {
    padding-top: 80px;
}

.exchange_wrapper .exchange-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.exchange_wrapper label {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    padding-top: 15px;
}

.exchange_wrapper input {
    box-shadow: none !important;
    font-size: 14px;
    font-family: var(--font);
    color: var(--blue);
    padding: 13px;
}
.exchange_wrapper .i-file input{
    padding-left: 25px;
}
.exchange_wrapper select {
    font-size: 14px;
    font-family: var(--font);
    padding: 13px;
    color: #585c5e !important;
}

.exchange_wrapper .back-btn {
    font-size: 34px;
    color: var(--dark-blue);
}

.exchange_wrapper input:focus,
.exchange_wrapper select:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #dee2e6;
}

.exchange_wrapper input::placeholder {
    font-size: 16px;
    font-family: var(--font);
}

.exchange_wrapper .img-thumbs {
    border-radius: 0.25rem
}

.exchange_wrapper .img-thumbs-hidden {
    display: none;
}

/* chackbox */
.exchange_wrapper .from-chackbox input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.exchange_wrapper .from-chackbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    border: 3px solid var(--white-blue);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 0px !important;
}

.exchange_wrapper .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--dark-blue);
    border-bottom: 1.5px solid var(--dark-blue);
    box-shadow: 0 0 1px var(--white-blue), inset 0 -2.5px 3px var(--dark-blue),
        inset 0 3px 3px rgba(0, 0, 0, 0.34);
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
}

.exchange_wrapper .from-chackbox input:not(:checked)~.checkmark {
    transform: translateY(40px);
    animation: wipeDown 0.6s ease-in-out forwards;
}

.exchange_wrapper .from-chackbox input:checked~.checkmark {
    transform: translateY(-40px);
    animation: wipeUp 0.6s ease-in-out forwards;
}

@keyframes wipeDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
    }
}

@keyframes wipeUp {
    0% {
        transform: translateY(40);
    }

    100% {
        transform: translateY(0px);
    }
}

.exchange_wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.exchange_wrapper .from-chackbox input:checked~.checkmark:after {
    display: block;
}

.exchange_wrapper .from-chackbox .checkmark:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.34);
}

.exchange_wrapper .wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.exchange_wrapper .img-preview-thumb {
    background: var(--text-white);
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.exchange_wrapper .remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: var(--text-white);
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

/* services title */
.service_wrapper .services-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.exchange_text {
    margin-top: 80px;
    padding: 40px 0;
}

.ex-bg {
    background-color: var(--white-blue);
}

.exchange_text .ex-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.exchange_text .ex-text1 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}

.exchange_wrapper .hidden {
    display: none;
}

.exchange_wrapper .active-tab {
    font-weight: bold;
}

.exchange_wrapper .main-from {
    background-color: var(--white-blue);
}

/* Exchange page End */

/* Blog details Page Start */

.blogdetails_wrapper .blog-details-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 900;
}

.blogdetails_wrapper .b-details-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--secondary-text);
}

.blogdetails_wrapper .b-details-text2 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.blogdetails_wrapper .p-gap {
    text-indent: 26px;
}

.blogdetails_wrapper .b-details-text2 span {
    font-size: 24px;
    font-weight: 600;
}

.blogdetails_wrapper .b-details-subtitle {
    font-size: 30px;
    font-family: var(--hedfont);
    font-weight: 900;
    color: var(--dark-blue);
}

/* slider css */
.blog-slider .swiper-wrapper {
    height: auto !important;
}

.blog-slider .swiper-wrapper .text-truncate {
    max-width: 300px;
}

.blog-slider a {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background-color: var(--dark-blue);
    color: var(--text-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-slider a:hover {
    background-color: var(--dark-blue);
    color: var(--text-white) !important;
}

.blog-slider a:active {
    background-color: var(--white-blue);
    color: var(--dark-blue) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-slider .blog-slider-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
}
/* Blog details page End */

/* product details page  */

 /* #lens {
    background-color: rgba(233, 233, 233, 0.4);
    display: none; 
    position: absolute; 
    z-index: 10;
    width: 130px;
    height: 130px; 
  }
  
  #result {
    display: none;
    position: absolute;
    z-index: 11;
    border: 1px solid var(--light-grey-2);
    width: 300px;
    height: 300px;
    overflow: hidden; 
  } */
  .product-details-wrapper .details {
    position: relative;

  }
  .product-details-wrapper .thumbnail-container {
    position: relative;
  }

  /* My-account Page start  */

.dashboard_wrapper {
    margin-top: 80px;
}

.dashboard_wrapper .main-side-bar .card {
    background-color: var(--white-blue);
}

.dashboard_wrapper .user-name .de-title {
    font-size: 26px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--dark-blue);
}

.dashboard_wrapper .user-name a {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s;
}

.dashboard_wrapper .overflow {
    width: 100% !important;
    overflow-x: scroll !important;
}

.dashboard_wrapper .user-name a:hover {
    text-decoration: underline;
}

.dashboard_wrapper .main-box {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--dark-blue);
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.dashboard_wrapper .main-box i {
    font-size: 20px;
    color: var(--dark-blue);
    transition: color 0.3s ease;
}


.dashboard_wrapper .main-box a, .dashboard_wrapper .card-body a {
    font-size: 18px;
    font-family: var(--font);
    color: var(--dark-blue);
    transition: color 0.3s ease;
}

.card-body i:hover{
    cursor: pointer;;
}

.card-body .like_red{
    color:red;
    font-weight:600;
}

.like_red{
    color:red;
    font-weight:600;
}

/* Hover effect */
.dashboard_wrapper .main-box:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}

.dashboard_wrapper .active{
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--text-white);
    
}
.dashboard_wrapper .active i,
.dashboard_wrapper .active a {
    color: var(--text-white);
}


.dashboard_wrapper .main-box:hover i,
.dashboard_wrapper .main-box:hover a, 
.dashboard_wrapper .main-box:hover span {
    color: var(--text-white);
}

.dashboard_wrapper .desborrd-main-containet .d-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.dashboard_wrapper .desborrd-main-containet .d-text1 a {
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 600;
    transition: 0.5s;
}

.dashboard_wrapper .desborrd-main-containet .d-text1 a:hover {
    color: var(--text-gray);
}

.dashboard_wrapper .desborrd-main-containet .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.5s;
    border-radius: 15px;
}

.dashboard_wrapper .desborrd-main-containet .card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dashboard_wrapper .desborrd-main-containet .card i {
    font-size: 40px;
    color: var(--dark-blue);
}

.dashboard_wrapper .desborrd-main-containet .card i {
    font-size: 40px;
    color: var(--dark-blue);
}

.dashboard_wrapper .desborrd-main-containet .card .d-cart-title {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
}

.dashboard_wrapper .desborrd-main-containet .main-profile-text input[readonly] {
    background-color: #b6b2b2; /* Optional: Set a light background color for readability */
}

.dashboard_wrapper .desborrd-main-containet .profile-title1 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    padding-top: 20px;
    color: var(--text-blue);
}

.dashboard_wrapper .desborrd-main-containet .profile-title1 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    padding-top: 20px;
    color: var(--text-blue);
}

.dashboard_wrapper .desborrd-main-containet .main-profile-text input,
.dashboard_wrapper .desborrd-main-containet .main-profile-text select {
    background-color: #EBEDF0;
    border: none !important;
    height: 52px;
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.dashboard_wrapper .desborrd-main-containet .form-control:focus,
.dashboard_wrapper .desborrd-main-containet .form-select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.dashboard_wrapper .desborrd-main-containet .d-account-text1 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
    padding-top: 13px;
}

.dashboard_wrapper .desborrd-main-containet .d-account-text2 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.dashboard_wrapper .desborrd-main-containet .dt-length select,
.dashboard_wrapper .desborrd-main-containet .dt-search input {
    background-color: var(--text-white);
    font-family: var(--font);
    font-size: 16px;
    border: 1px solid var(--text-gray);
    color: var(--text-blue);
}

.dashboard_wrapper .desborrd-main-containet .dt-length label,
.dashboard_wrapper .desborrd-main-containet .dt-search label {
    font-family: var(--font);
    font-size: 16px;
    color: var(--text-gray);
}

.dashboard_wrapper .desborrd-main-containet .dt-length select:focus,
.dashboard_wrapper .desborrd-main-containet .dt-search input:focus {
    background-color: var(--text-white);
    font-family: var(--font);
    font-size: 16px;
    border: 1px solid var(--text-gray);
}

.dashboard_wrapper .dt-layout-table {
    margin-top: 30px !important;
}

.dashboard_wrapper .dt-empty-footer th {
    font-size: 16px !important;
    font-family: var(--font);
    color: var(--text-blue);
    text-align: left !important;
}

.dashboard_wrapper .dt-empty-footer td {
    text-align: left !important;
}

.dashboard_wrapper .main-table td a {
    text-decoration: none;
    font-size: 16px;
    background-color: var(--dark-blue);
    color: var(--text-white);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: var(--font);
    cursor: pointer;
}

.dashboard_wrapper .order-info {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.dashboard_wrapper .order-title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--text-blue);
    font-weight: 900;
}

.dashboard_wrapper .d-order-text01 {
    font-size: 26px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.dashboard_wrapper .d-order-text02 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 400;
}

.dashboard_wrapper .d-order-text02 span {
    font-weight: 600;
    color: var(--blue);
}

.dashboard_wrapper .d-order-text03 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}


.dashboard_wrapper .order-address-box1 {
    background-color: var(--sidebar-color);
}

.dashboard_wrapper .order-address-box2 {
    border: 1px solid var(--dark-blue);
}

.dashboard_wrapper .order-add-box {
    padding: 10px;
    border-radius: 8px;
    transition: 0.5s;
}


.dashboard_wrapper .order-address-box1 {
    background-color: var(--sidebar-color);
}

.dashboard_wrapper .order-add-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.dashboard_wrapper .order-add-title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.dashboard_wrapper .order-add-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

#dashboard-row div a {
  text-decoration: none;
}


.dashboard_wrapper .d-order-text04 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}

.dashboard_wrapper .d-wish-title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--text-blue);
    font-weight: 900;
}

.dashboard_wrapper .wish-table td a {
    text-decoration: none;
    color: var(--text-blue);
    cursor: pointer;
}

.dashboard_wrapper .do-title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.downloads_wrappers td a {
    font-size: 20px !important;
    /* Use !important if necessary */
    text-align: center;
    /* This is usually for table cells */
    color: var(--dark-blue) !important;
    background-color: transparent !important;
}

/* My-account Page End  */




/* order confirmation page :start */

.order-confirmation {
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}
.order-confirmation h2 {
    font-size: 28px;
    color: #28a745;
    margin-bottom: 20px;
}
.order-confirmation p {
    font-size: 18px;
    color: #555;
}
.order-summary {
    margin-top: 40px;
}
.order-summary h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
.order-summary .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.summary-item strong {
    color: #000;
}
.continue-btn {
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 18px;
}

/* order confirmation page end */




/* Order page Start */

.order_wrapper {
    margin-top: 20px;
}

.order_wrapper .order-card {
    background-color: var(--white-blue);
    padding: 20px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.order_wrapper .order-card:hover {
    transform: rotateY(180deg);
}

.order_wrapper .order-card i {
    font-size: 30px;
    transition: opacity 0.3s;
}

.order_wrapper .order-card.flipped {
    transform: rotateY(180deg);
}

.order_wrapper .order-card.flipped i {
    opacity: 0;
}

.order_wrapper .order-card .order-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    font-size: 30px;
    color: #000;
}

.order_wrapper .order-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.order_wrapper .order-subtitle {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-description {
    font-size: 16px;
    font-family: var(--font);
    color: var(--secondary-text);
}

.order_wrapper a {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-number {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper span {
    font-weight: 500;
}

.order_wrapper .order-price {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.order_wrapper .order-name {
    font-size: 20px;
    font-family: var(--font);
    color: var(--dark-blue);
}

.order_wrapper .order-item {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-box {
    background-color: var(--sidebar-color);
}

.order_wrapper .main-order-details {
    overflow-y: scroll;
    height: 200px;
}

.order_wrapper .order-bill-subtitle {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
}

.main-order-bill-details {
    background-color: var(--sidebar-color);
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.order_wrapper .order-bill-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-bill-title {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.order_wrapper .order-bill-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.order_wrapper .order-address-box1 {
    background-color: var(--sidebar-color);
}

.order_wrapper .order-address-box2 {
    border: 1px solid var(--dark-blue);
}

.order_wrapper .order-add-box {
    padding: 10px;
    border-radius: 8px;
    transition: 0.5s;
}

.order_wrapper .order-add-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.order_wrapper .order-add-title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.order_wrapper .order-add-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-add-text1 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

/* Order page End */



.cart_wrapper {
    padding-top: 10px;
}

.cart_wrapper .cart-main-menu {
    border: 2px solid var(--dark-blue);
    padding: 20px;
    border-radius: 50px;
}

.cart_wrapper .cart-menu-text a {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-blue);
    text-transform: capitalize;
    font-weight: 500;
}

.cart_wrapper .cart-menu-text span {
    background-color: var(--white-blue);
    padding: 10px 13px;
    border-radius: 10px;
}

.cart_wrapper .cart-title {
    font-size: 45px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--dark-blue);
}

.cart_wrapper .main-price a {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.cart_wrapper .main-price .pr-price1 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font);
    color: var(--text-gray);
    text-decoration: line-through;
}

.cart_wrapper .main-price .pr-price2 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font);
    color: var(--green);
}

.cart_wrapper .main-price .popover {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font);
    color: var(--text-black);
}

.cart_wrapper .cart-main-text .cart-product-title {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--dark-blue);
    width: 400px;
}

.cart_wrapper .cart-item a {
    font-size: 16px;
    color: var(--text-white);
    font-family: var(--font);
    background-color: var(--dark-blue);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.cart_wrapper .cart-item .cart-num {
    font-size: 18px;
    color: var(--dark-blue);
    font-family: var(--font);
    font-weight: 500;
}

.cart_wrapper .cart-price {
    font-size: 18px;
    color: var(--text-black);
    font-weight: 600;
    font-family: var(--font);
}

.cart_wrapper .close-btn a {
    font-size: 16px;
    color: var(--text-white);
    background-color: var(--dark-blue);
    padding: 10px;
    border-radius: 10px;
}

.cart_wrapper .mani-product-cart {
    height: 350px;
    overflow-y: auto;
}

.cart_wrapper .cart-cupan-box input {
    padding: 6px;
    outline: none;
    border: none;
    background-color: var(--white-blue);
    color: var(--dark-blue);
    font-size: 16px;
    font-family: var(--font);
    border-radius: 7px;
    width: 200px;
}

.cart_wrapper .cart-price-details .card {
    background-color: var(--white-blue);
}

.cart_wrapper .cart-price-details .cart-p-title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.cart_wrapper .cart-price-details .total-main-price .cart-p-text1 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .cart-price-details .total-main-price a {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
    cursor: pointer;
}

.cart_wrapper .cart-price-details .total-main-price .cart-p-text2 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
}

.cart_wrapper .total-main .cart-p-text3 {
    font-size: 22px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.cart_wrapper .cart-payment-text {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .pr-btn1 {
    letter-spacing: 3px !important;
    /* background-color: var(--dark-blue) !important; */
    color: hsl(0, 0%, 100%) !important;
}

.cart_wrapper .cart-payment-img img {
    height: 40px;
}

/* Default styles for step links */
.cart_wrapper .step-link {
    color: black;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cart_wrapper .step-link span {
    margin-right: 8px;
}

/* Active styles */
.cart_wrapper .cart-menu-text .step-link:focus {
    background-color: var(--white-blue);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: scale(1.05);
}

/* Animation on state change */
.cart_wrapper .step-link.active {
    animation: pulse 0.5s ease-in-out;
}

/* Keyframe animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.cart_wrapper .Details-tab label {
    font-size: 16px;
    color: var(--text-blue);
    font-family: var(--font);
    padding-top: 20px;
}

.cart_wrapper .Details-tab input {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--text-gray);
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .Details-tab input::placeholder {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .Details-tab select {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--text-gray);
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .from-chackbox input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cart_wrapper .from-chackbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    border: 3px solid var(--white-blue);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 0px !important;
}

.cart_wrapper .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--dark-blue);
    border-bottom: 1.5px solid var(--dark-blue);
    box-shadow: 0 0 1px var(--white-blue), inset 0 -2.5px 3px var(--dark-blue),
        inset 0 3px 3px rgba(0, 0, 0, 0.34);
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
}

.from-chackbox input:not(:checked)~.checkmark {
    transform: translateY(40px);
    animation: wipeDown 0.6s ease-in-out forwards;
}

.from-chackbox input:checked~.checkmark {
    transform: translateY(-40px);
    animation: wipeUp 0.6s ease-in-out forwards;
}

@keyframes wipeDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
    }
}

@keyframes wipeUp {
    0% {
        transform: translateY(40);
    }

    100% {
        transform: translateY(0px);
    }
}

.cart_wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cart_wrapper .from-chackbox input:checked~.checkmark:after {
    display: block;
}

.cart_wrapper .from-chackbox .checkmark:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.34);
}

.cart_wrapper .Product-checkout-text .pr-checkout-text1 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .Product-checkout-text .pr-checkout-text2 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    /* width: 350px; */
    width: 320px;
}

.cart_wrapper .Product-checkout-text .pr-checkout-text2 span {
    font-weight: 600;
}

.cart_wrapper .Product-checkout-text a {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.cart_wrapper .free-shipping a {
    font-size: 16px;
    font-family: var(--font);
    color: var(--green);
    font-weight: 400;
}

.cart_wrapper .flex {
    display: flex;
}

.cart_wrapper .flex-fill {
    display: flex;
    flex: 1 1;
}

.cart_wrapper .p-sm {
    padding: 0.5em;
}

.cart_wrapper .pl-sm {
    padding-left: 0.5em;
}

.cart_wrapper .pr-sm {
    padding-right: 0.5em;
}

.cart_wrapper .pb-sm {
    padding-bottom: 0.5em;
}

.cart_wrapper .p-md {
    padding: 1em;
}

.cart_wrapper .pb-md {
    padding-bottom: 1em;
}

.cart_wrapper .p-lg {
    padding: 2em;
}

.cart_wrapper .m-md {
    margin: 1em;
}

.cart_wrapper .size-md {
    font-size: 0.85em;
}

.cart_wrapper .size-lg {
    font-size: 1.5em;
}

.cart_wrapper .half-width {
    width: 50%;
}

.cart_wrapper .pointer {
    cursor: pointer;
}

.cart_wrapper .ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart_wrapper .payment-title {
    font-size: 24px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--dark-blue);
}

.cart_wrapper .numbers::-webkit-outer-spin-button,
.cart_wrapper .numbers::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_wrapper .bod-3 {
    border-radius: 30px;
}

.cart_wrapper .main-back {
    background: #a2cdff !important;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}

.cart_wrapper .header {
    padding-bottom: 1em;
}

.cart_wrapper .header .title {
    font-size: 1.2em;
}

.cart_wrapper .header .title span {
    font-weight: 300;
}

.cart_wrapper .card-data>div {
    padding-bottom: 1.5em;
}

.cart_wrapper .card-data>div:first-child {
    padding-top: 1.5em;
}

.cart_wrapper .card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
}

.cart_wrapper .card-property-title strong {
    padding-bottom: 0.5em;
    font-size: 0.85em;
}

.cart_wrapper .card-property-title span {
    color: var(--secondary-text);
    font-size: 0.75em;
}

.cart_wrapper .card-property-value {
    flex: 1 1;
}

.cart_wrapper .card-number {
    background: #fafafa;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
    padding: 0.5em 1em;
}

.cart_wrapper .card-number-field * {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.cart_wrapper .card-number-field input {
    width: 100%;
    height: 100%;
    padding: 0.5em 1rem;
    margin: 0 0.75em;
    border: none;
    color: #888888;
    background: transparent;
    font-family: inherit;
    font-weight: 500;
    box-shadow: none !important;
}

.cart_wrapper .timer span {
    background: #311b92;
    color: #ffffff;
    width: 1.2em;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}

.cart_wrapper .timer span+span {
    margin-left: 2px;
}

.cart_wrapper .timer em {
    font-style: normal;
}

.cart_wrapper .input-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    overflow: hidden;
    border: var(--field-border);
    border-radius: var(--field-border-radius);
}

.cart_wrapper .input-container input,
.cart_wrapper .input-container i {
    line-height: 1;
}

.cart_wrapper .input-container input {
    flex: 1 1;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--field-border-radius);
    font-family: var(--font);
    font-size: 0.85em;
    box-shadow: none;
    outline: none;
}

.cart_wrapper .input-container input::placeholder {
    color: var(--text-gray);
}

.cart_wrapper .input-container input::-webkit-outer-spin-button,
.cart_wrapper .input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart_wrapper .input-container i {
    position: absolute;
    right: 0.5em;
}

.cart_wrapper .purchase-section {
    position: relative;
    overflow: visible;
    padding: 0 1em 1em 1em;
    background: var(--sidebar-color);
    border-top-left-radius: 0.8em;
    border-top-right-radius: 0.8em;
}

.cart_wrapper .purchase-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
}

.cart_wrapper .purchase-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    bottom: -0.8em;
    background: #ffffff;
}

.cart_wrapper .card-mockup {
    position: relative;
    margin: 3em 1em 1.5em 1em;
    padding: 1.5em 1.2em;
    border-radius: 0.6em;
    background: #72a2f7;
    color: #fff;
    box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
}

.cart_wrapper .card-mockup:after {
    content: "";
    position: absolute;
    width: 25%;
    top: -0.2em;
    left: 37.5%;
    height: 0.2em;
    background: var(--accent-color);
    border-top-left-radius: 0.2em;
    border-top-right-radius: 0.2em;
}

.cart_wrapper .card-mockup:before {
    content: "";
    position: absolute;
    top: 0;
    width: 25%;
    left: 37.5%;
    height: 0.5em;
    background: #2962ff36;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0 2px 15px 5px #2962ff4d;
}

.cart_wrapper .purchase-props {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}

.cart_wrapper .purchase-props li {
    width: 100%;
    line-height: 2.5;
}

.cart_wrapper .separation-line {
    border-top: 1px dashed #aaa;
    margin: 0 0.8em;
}

.cart_wrapper .total-section {
    position: relative;
    overflow: hidden;

    padding: 1em;
    background: var(--sidebar-color);
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
}

.cart_wrapper .total-section:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    top: -0.8em;
    background: #ffffff;
}

.cart_wrapper .total-section:after {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    top: -0.8em;
    background: #ffffff;
}

.cart_wrapper .payment-subtitle {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 400;
}

.cart_wrapper .payment-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 300;
}

.cart_wrapper .payment-text2 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .payment-text3 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.cart_wrapper .payment-text4 {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.cart_wrapper .total-label {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.cart_wrapper .payment-text5 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-black);
}

/* Cart page End */


/* Exchange page Start */

.exchange_wrapper {
    padding-top: 80px;
}

.exchange_wrapper .exchange-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.exchange_wrapper label {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-blue);
    padding-top: 15px;
}

.exchange_wrapper input {
    box-shadow: none !important;
    font-size: 14px;
    font-family: var(--font);
    color: var(--blue);
    padding: 13px;
}

.exchange_wrapper .i-file input {
    padding-left: 25px;
}

.exchange_wrapper select {
    font-size: 14px;
    font-family: var(--font);
    padding: 13px;
    color: #585c5e !important;
}

.exchange_wrapper .back-btn {
    font-size: 34px;
    color: var(--dark-blue);
}

.exchange_wrapper input:focus,
.exchange_wrapper select:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #dee2e6;
}

.exchange_wrapper input::placeholder {
    font-size: 16px;
    font-family: var(--font);
}

.exchange_wrapper .img-thumbs {
    border-radius: 0.25rem
}

.exchange_wrapper .img-thumbs-hidden {
    display: none;
}

/* chackbox */
.exchange_wrapper .from-chackbox input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.exchange_wrapper .from-chackbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    border: 3px solid var(--white-blue);
    border-radius: 8px;
    overflow: hidden;
    padding-top: 0px !important;
}

.exchange_wrapper .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: var(--dark-blue);
    border-bottom: 1.5px solid var(--dark-blue);
    box-shadow: 0 0 1px var(--white-blue), inset 0 -2.5px 3px var(--dark-blue),
        inset 0 3px 3px rgba(0, 0, 0, 0.34);
    border-radius: 4px;
    transition: transform 0.3s ease-in-out;
}

.exchange_wrapper .from-chackbox input:not(:checked)~.checkmark {
    transform: translateY(40px);
    animation: wipeDown 0.6s ease-in-out forwards;
}

.exchange_wrapper .from-chackbox input:checked~.checkmark {
    transform: translateY(-40px);
    animation: wipeUp 0.6s ease-in-out forwards;
}

@keyframes wipeDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(40px);
    }
}

@keyframes wipeUp {
    0% {
        transform: translateY(40);
    }

    100% {
        transform: translateY(0px);
    }
}

.exchange_wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.exchange_wrapper .from-chackbox input:checked~.checkmark:after {
    display: block;
}

.exchange_wrapper .from-chackbox .checkmark:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.34);
}

.exchange_wrapper .wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.exchange_wrapper .img-preview-thumb {
    background: var(--text-white);
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.exchange_wrapper .remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: var(--text-white);
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

/* services title */
.service_wrapper .services-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.exchange_text {
    margin-top: 80px;
    padding: 40px 0;
}

.ex-bg {
    background-color: var(--white-blue);
}

.exchange_text .ex-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.exchange_text .ex-text1 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}

.exchange_wrapper .hidden {
    display: none;
}

.exchange_wrapper .active-tab {
    font-weight: bold;
}

.exchange_wrapper .main-from {
    background-color: var(--white-blue);
}

/* Exchange page End */

/* Blog details Page Start */

.blogdetails_wrapper .blog-details-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 900;
}

.blogdetails_wrapper .b-details-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--secondary-text);
}

.blogdetails_wrapper .b-details-text2 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.blogdetails_wrapper .p-gap {
    text-indent: 26px;
}

.blogdetails_wrapper .b-details-text2 span {
    font-size: 24px;
    font-weight: 600;
}

.blogdetails_wrapper .b-details-subtitle {
    font-size: 30px;
    font-family: var(--hedfont);
    font-weight: 900;
    color: var(--dark-blue);
}

/* slider css */
.blog-slider .swiper-wrapper {
    height: auto !important;
}

.blog-slider .swiper-wrapper .text-truncate {
    max-width: 300px;
}

.blog-slider a {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background-color: var(--dark-blue);
    color: var(--text-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-slider a:hover {
    background-color: var(--dark-blue);
    color: var(--text-white) !important;
}

.blog-slider a:active {
    background-color: var(--white-blue);
    color: var(--dark-blue) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-slider .blog-slider-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
}

/* Blog details page End */

/* Profile page Start */

.profile_wrapper .main-profile .profile-main-text .pr-title1 {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 600;
    font-weight: 700;
}

.profile_wrapper .main-profile .profile-main-text .profile-main-back a {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
    text-decoration: none;
}

.profile_wrapper .main-profile .profile-main-text .profile-main-back i {
    font-size: 16px;
    color: var(--text-gray);
}

.profile_wrapper .main-profile .profile-main-img {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.profile_wrapper .main-profile .profile-main-img .p-img .profile-img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile_wrapper .main-profile .profile-title1 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    padding-top: 20px;
    color: var(--text-blue);
}

.profile_wrapper .main-profile .main-profile-text input,
.profile_wrapper .main-profile .main-profile-text select {
    background-color: #EBEDF0;
    border: none !important;
    height: 52px;
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.profile_wrapper .main-profile .form-control:focus,
.profile_wrapper .main-profile .form-select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.profile_wrapper .main-profile button {
    width: 110px !important;
    height: 40px !important;
}

/* Profile page End */

/* Bookappointemtn page Start */
.book_wrapper {
    margin-top: 40px;
    padding-bottom: 40px;
}

.booking-intro {
    margin-bottom: 24px;
}

.booking-intro-title {
    font-size: 22px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 700;
    margin-bottom: 6px;
}

.booking-intro-title i {
    color: #b8860b;
}

.booking-intro-text {
    font-size: 15px;
    font-family: var(--font);
    color: var(--text-gray);
    margin-bottom: 0;
}

.booking-iframe-card {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    background: #fff;
}

.booking-help {
    margin-top: 20px;
    padding: 14px 20px;
    background: #f9f8f6;
    border-radius: 8px;
    border: 1px solid #eee;
}

.booking-help-text {
    font-size: 14px;
    font-family: var(--font);
    color: #555;
    margin: 0;
}

.booking-help-text i {
    color: #b8860b;
}

.booking-help-text a {
    color: #b8860b;
    font-weight: 600;
    text-decoration: none;
}

.booking-help-text a:hover {
    text-decoration: underline;
}

.book_wrapper .contact-from-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
    font-weight: 900;
}

.book_wrapper .contact-from-subtitle {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}

.book_wrapper .formbold-mb-5 {
    margin-bottom: 20px;
}

.book_wrapper .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: var(--font);
    font-family: var(--font);
    margin-bottom: 12px;
}

.book_wrapper .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--font);
    font-family: var(--font);
}

.book_wrapper .formbold-form-input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: var(--text-white);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-black);
    outline: none;
    resize: none;
    font-family: var(--font);
}

.book_wrapper .formbold-form-input::placeholder {
    font-size: 16px;
    color: var(--text-gray);
}

.book_wrapper .formbold-form-input:focus {
    border-color: var(--dark-blue);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.book_wrapper .bookap-img {
    background-image: url(../images/boo-img.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.403);
    background-blend-mode: darken;
    padding: 30px 0;
}

.book_wrapper .bookap-img .b-title {
    font-size: 34px;
    font-family: var(--hedfont);
    color: var(--text-white);
    font-weight: 900;
}

.book_wrapper .bookap-img .b-subtitle {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-white);
}

.book_wrapper .bookap-img .b-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-white);
}

.book_wrapper .main-book-form {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}

/* Bookappointemtn page End */


/* My-account Page start  */

.dashboard_wrapper {
    margin-top: 80px;
}

.dashboard_wrapper .main-side-bar .card {
    background-color: var(--white-blue);
}

.dashboard_wrapper .user-name .de-title {
    font-size: 26px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--dark-blue);
}

.dashboard_wrapper .user-name a {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s;
}

.dashboard_wrapper .overflow {
    width: 100% !important;
    overflow-x: scroll !important;
}

.dashboard_wrapper .user-name a:hover {
    text-decoration: underline;
}

.dashboard_wrapper .main-box {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--dark-blue);
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.dashboard_wrapper .main-box i {
    font-size: 20px;
    color: var(--dark-blue);
    transition: color 0.3s ease;
}

.dashboard_wrapper .main-box a {
    font-size: 18px;
    font-family: var(--font);
    color: var(--dark-blue);
    transition: color 0.3s ease;
}

/* Hover effect */
.dashboard_wrapper .main-box:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}

.dashboard_wrapper .main-box:hover i,
.dashboard_wrapper .main-box:hover a {
    color: var(--text-white);
}

.dashboard_wrapper .desborrd-main-containet .d-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.dashboard_wrapper .desborrd-main-containet .d-text1 a {
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 600;
    transition: 0.5s;
}

.dashboard_wrapper .desborrd-main-containet .d-text1 a:hover {
    color: var(--text-gray);
}

.dashboard_wrapper .desborrd-main-containet .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.5s;
    border-radius: 15px;
}

.dashboard_wrapper .desborrd-main-containet .card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dashboard_wrapper .desborrd-main-containet .card i {
    font-size: 40px;
    color: var(--dark-blue);
}

.dashboard_wrapper .desborrd-main-containet .card i {
    font-size: 40px;
    color: var(--dark-blue);
}

.dashboard_wrapper .desborrd-main-containet .card .d-cart-title {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
}

.dashboard_wrapper .desborrd-main-containet .profile-title1 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    padding-top: 20px;
    color: var(--text-blue);
}

.dashboard_wrapper .desborrd-main-containet .profile-title1 {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    padding-top: 20px;
    color: var(--text-blue);
}

.dashboard_wrapper .desborrd-main-containet .main-profile-text input,
.dashboard_wrapper .desborrd-main-containet .main-profile-text select {
    background-color: #EBEDF0;
    border: none !important;
    height: 52px;
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
}

.dashboard_wrapper .desborrd-main-containet .form-control:focus,
.dashboard_wrapper .desborrd-main-containet .form-select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.dashboard_wrapper .desborrd-main-containet .d-account-text1 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
    padding-top: 13px;
}

.dashboard_wrapper .desborrd-main-containet .d-account-text2 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.dashboard_wrapper .desborrd-main-containet .dt-length select,
.dashboard_wrapper .desborrd-main-containet .dt-search input {
    background-color: var(--text-white);
    font-family: var(--font);
    font-size: 16px;
    border: 1px solid var(--text-gray);
    color: var(--text-blue);
}

.dashboard_wrapper .desborrd-main-containet .dt-length label,
.dashboard_wrapper .desborrd-main-containet .dt-search label {
    font-family: var(--font);
    font-size: 16px;
    color: var(--text-gray);
}

.dashboard_wrapper .desborrd-main-containet .dt-length select:focus,
.dashboard_wrapper .desborrd-main-containet .dt-search input:focus {
    background-color: var(--text-white);
    font-family: var(--font);
    font-size: 16px;
    border: 1px solid var(--text-gray);
}

.dashboard_wrapper .dt-layout-table {
    margin-top: 30px !important;
}

.dashboard_wrapper .dt-empty-footer th {
    font-size: 16px !important;
    font-family: var(--font);
    color: var(--text-blue);
    text-align: left !important;
}

.dashboard_wrapper .dt-empty-footer td {
    text-align: left !important;
}

.dashboard_wrapper .main-table td a {
    text-decoration: none;
    font-size: 16px;
    background-color: var(--dark-blue);
    color: var(--text-white);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: var(--font);
    cursor: pointer;
}

.dashboard_wrapper .order-info {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.dashboard_wrapper .order-title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--text-blue);
    font-weight: 900;
}

.dashboard_wrapper .d-order-text01 {
    font-size: 26px;
    font-family: var(--font);
    color: var(--text-blue);
    font-weight: 500;
}

.dashboard_wrapper .d-order-text02 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 400;
}

.dashboard_wrapper .d-order-text02 span {
    font-weight: 600;
    color: var(--blue);
}

.dashboard_wrapper .d-order-text03 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}


.dashboard_wrapper .order-address-box1 {
    background-color: var(--sidebar-color);
}

.dashboard_wrapper .order-address-box2 {
    border: 1px solid var(--dark-blue);
}

.dashboard_wrapper .order-add-box {
    padding: 10px;
    border-radius: 8px;
    transition: 0.5s;
}

.dashboard_wrapper .order-add-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.dashboard_wrapper .order-add-title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.dashboard_wrapper .order-add-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.dashboard_wrapper .order-add-text1 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

.dashboard_wrapper .d-order-text04 {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
    font-weight: 400;
}

.dashboard_wrapper .d-wish-title {
    font-size: 30px;
    font-family: var(--hedfont);
    color: var(--text-blue);
    font-weight: 900;
}

.dashboard_wrapper .wish-table td a {
    text-decoration: none;
    color: var(--text-blue);
    cursor: pointer;
}

.dashboard_wrapper .do-title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.downloads_wrappers td a {
    font-size: 20px !important;
    /* Use !important if necessary */
    text-align: center;
    /* This is usually for table cells */
    color: var(--dark-blue) !important;
    background-color: transparent !important;
}

/* My-account Page End  */

/* Sale page Start */

.sell-steps-section {
    padding: 40px 0 20px;
    background-color: #f8f9fc;
}

.sell-steps-heading {
    font-size: 28px;
    font-family: var(--font);
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 4px;
}

.sell-steps-subheading {
    font-size: 15px;
    font-family: var(--font);
    color: #6c757d;
    margin-bottom: 28px;
}

.sell-step-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 14px 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    height: 100%;
}

.sell-step-number {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background: var(--dark-blue);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font);
}

.sell-step-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    background: rgba(2, 11, 64, 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell-step-icon i {
    font-size: 18px;
    color: var(--dark-blue);
}

.sell-step-card h3 {
    font-size: 15px;
    font-family: var(--font);
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 6px;
}

.sell-step-card p {
    font-size: 13px;
    font-family: var(--font);
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.45;
}

.sell-content-title {
    font-size: 28px;
    font-family: var(--font);
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 12px;
}

.sell-content-subtitle {
    font-size: 22px;
    font-family: var(--font);
    font-weight: 700;
    color: var(--dark-blue);
    margin-top: 30px;
    margin-bottom: 14px;
}

.sell-trust-points {
    margin-top: 20px;
}

.sell-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.sell-trust-item i {
    font-size: 22px;
    color: #28a745;
    margin-top: 2px;
    flex-shrink: 0;
}

.sell-trust-item strong {
    display: block;
    font-size: 15px;
    font-family: var(--font);
    color: var(--dark-blue);
    margin-bottom: 2px;
}

.sell-trust-item span {
    font-size: 14px;
    font-family: var(--font);
    color: #6c757d;
    line-height: 1.4;
}

.sell-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.sell-category-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(2, 11, 64, 0.06);
    color: var(--dark-blue);
    border-radius: 20px;
    font-size: 14px;
    font-family: var(--font);
    font-weight: 500;
    border: 1px solid rgba(2, 11, 64, 0.1);
}

.sell-form-sticky {
    position: sticky;
    top: 100px;
}

.seo-read-more-section {
    margin-top: 24px;
    border-top: 1px solid #e9ecef;
    padding-top: 16px;
}

.seo-read-more-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-family: var(--font);
    font-weight: 600;
    color: var(--dark-blue);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

.seo-read-more-toggle:hover {
    color: #1a237e;
    text-decoration: none;
}

.seo-read-more-toggle i {
    font-size: 12px;
    transition: transform 0.3s;
}

.seo-read-more-section.open .seo-read-more-toggle i {
    transform: rotate(180deg);
}

.seo-read-more-toggle .less-text {
    display: none;
}

.seo-read-more-section.open .seo-read-more-toggle .more-text {
    display: none;
}

.seo-read-more-section.open .seo-read-more-toggle .less-text {
    display: inline;
}

.seo-read-more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.seo-read-more-section.open .seo-read-more-content {
    max-height: 2000px;
}

@media (max-width: 991px) {
    .sell-steps-section {
        padding: 30px 0 10px;
    }
    .sell-steps-heading {
        font-size: 24px;
    }
    .sell-steps-subheading {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .sell-step-card {
        padding: 20px 10px 14px;
    }
    .sell-step-card h3 {
        font-size: 13px;
    }
    .sell-step-card p {
        font-size: 12px;
        line-height: 1.4;
    }
    .sell-step-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
    }
    .sell-step-icon i {
        font-size: 16px;
    }
    .sell-form-sticky {
        position: static;
        margin-top: 30px;
    }
    .sell-content-title {
        font-size: 24px;
    }
}

.sale_wrapper {
    margin-top: 50px;
}

.sale_wrapper .sale-title {
    background-color: var(--dark-blue);
    color: var(--text-white);
    padding: 14px;
    font-family: var(--font);
    font-weight: 500;
    font-size: 26px;
    border-radius: 13px 13px 0 0;
}

.sale_wrapper .card-form {
    background-color: #f8f9fc;
    border-radius: 0 0 13px 13px !important;
    border: 1px solid #e2e6ef;
    border-top: none;
}

.sale_wrapper .card-form .form-group {
    margin-bottom: 14px;
}

.sale_wrapper .card-form input,
.sale_wrapper .card-form textarea {
    padding: 12px 16px;
    background-color: #fff;
    outline: none;
    border: 1.5px solid #d0d5e0;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-family: var(--font);
    color: var(--dark-blue);
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 0 !important;
}

.sale_wrapper .card-form input:focus,
.sale_wrapper .card-form textarea:focus {
    border-color: var(--dark-blue);
    box-shadow: 0 0 0 3px rgba(2, 11, 64, 0.08);
    outline: none;
}

.sale_wrapper .card-form input::placeholder,
.sale_wrapper .card-form textarea::placeholder {
    color: #8d95a7;
    font-weight: 400;
}

.sale_wrapper .card-form textarea {
    min-height: 90px;
    resize: vertical;
}

.sale_wrapper .card-form select {
    padding: 12px 16px;
    background-color: #fff;
    outline: none;
    border: 1.5px solid #d0d5e0;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    color: var(--dark-blue);
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.sale_wrapper .card-form select:focus {
    border-color: var(--dark-blue);
    box-shadow: 0 0 0 3px rgba(2, 11, 64, 0.08);
}

.sale_wrapper .card-form .file-upload-area {
    border: 2px dashed #d0d5e0;
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    background-color: #fff;
}

.sale_wrapper .card-form .file-upload-area:hover {
    border-color: var(--dark-blue);
    background-color: rgba(2, 11, 64, 0.02);
}

.sale_wrapper .card-form .file-upload-area i {
    font-size: 24px;
    color: #8d95a7;
    display: block;
    margin-bottom: 6px;
}

.sale_wrapper .card-form .file-upload-area span {
    font-size: 14px;
    color: #8d95a7;
    font-family: var(--font);
}

.sale_wrapper .card-form .file-upload-area .file-names {
    font-size: 13px;
    color: var(--dark-blue);
    margin-top: 8px;
    font-weight: 500;
}

.sale_wrapper .card-form .btn.button {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sale_wrapper .card-form .text-danger {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.sale_wrapper .sale-title1 {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--text-blue);
}

.sale_wrapper .sale-subtitle {
    font-size: 24px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.sale_wrapper .sale-form-card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.sale_wrapper .sale-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.sale_wrapper .s-cricle {
    height: 60px;
    width: 60px;
    background-color: var(--dark-blue);
    color: var(--text-white);
    border-radius: 50%;
}

.sale_wrapper .s-cricle i {
    font-size: 24px;
}

.sale_wrapper .s-card-text1 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
}

.sale_wrapper .sale-main-text01 {
    background-color: var(--sidebar-color);
    margin-top: 40px;
    padding-bottom: 40px;
}

.bookappointment_wrapper {
    padding-top: 80px;
}

.bookappointment_wrapper .book-title {
    font-size: 36px;
    font-family: var(--hedfont);
    font-weight: 600;
    color: var(--text-blue);
}

.bookappointment_wrapper .book-subtile {
    font-size: 34px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--text-blue);
}

.bookappointment_wrapper .book-subtitle1 {
    font-size: 20px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--text-black);
}

.bookappointment_wrapper .book-text1 {
    font-size: 16px;
    font-family: var(--font);
    font-weight: 400;
    color: var(--text-gray);
    text-align: justify;
}

/* Sale page End */

/* guide-to-buying-pre-owned page Start */

.guide_wrapper {
    padding-top: 80px;
}

.guide_wrapper .guide-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.guide_wrapper .guide-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    text-align: justify;
}

.about_wrapper .ab-main-img {
    transition: transform 0.3s ease-in-out;
    /* Adds smooth scaling */
    transform: scale(0.9);
}

.about_wrapper .ab-main-img:hover {
    transform: scale(1);
}

/* guide-to-buying-pre-owned page End */

/* Our Showroom page start */

.our_wrapper {
    padding-top: 80px;
}

.our_wrapper .s-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.our_wrapper .s-subtitle {
    font-size: 24px;
    font-family: var(--font);
    color: var(--blue);
    font-weight: 500;
}

.our_wrapper .s-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-gray);
    text-align: justify;

}

.shop_wrapper {
    padding-top: 80px;
}

.shop_wrapper .shop-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.shop_wrapper .shop-main-img {
    overflow: hidden;
    border-radius: 50% 50% 0 0;
    border: 2px solid var(--dark-blue);
}

.our-bg {
    background-color: var(--white-blue);
    padding: 80px 0;
    margin-top: 80px;
}

.shop_wrapper .shop-img {
    background-image: url(../images/1700243668_gal_t.jpeg);
    width: 100%;
    height: 500px;
    border-radius: 50% 50% 0 0;
    background-size: cover;
    background-clip: content-box;
    padding: 5px;
    overflow: hidden;
    transition: 0.5s;
    background-position-x: 30%;
}

.shop_wrapper .shop-img:hover {
    transform: scale(1.1);
}

.shop_wrapper .shom-img2 {
    background-image: url(../images/2023-11-25.jpg);
}

.shop_wrapper .shop-img3 {
    background-image: url(../images/shop-img3.jpeg);
}

.shop_wrapper .shop-subtitle {
    font-size: 24px;
    font-family: var(--font);
    font-weight: 500;
    color: var(--dark-blue);
}

.shop_wrapper .shop-text1 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-gray);
}

.shop_wrapper .shop-text2 {
    font-size: 20px;
    font-family: var(--font);
    color: var(--blue);
    font-weight: 600;
}

.shop_wrapper .shop-text3 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.shop-subbanner {
    background-image: url(../images/shop-sub-bg.jpeg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-color: rgba(0, 0, 53, 0.457);
    background-blend-mode: darken;
    margin-top: 80px;
    padding: 100px 0;
}

.shop-subbanner .shop-sub-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--text-white);
}

.shop-subbanner .shop-sub-subtitle {
    font-size: 24px;
    font-family: var(--font);
    color: var(--sidebar-color);
}

.shop-subbanner .shop-sub-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--sidebar-color);
}

/* Our showroom page End */

/* Order page Start */

.order_wrapper {
    margin-top: 80px;
}

.order_wrapper .order-card {
    background-color: var(--white-blue);
    padding: 20px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.order_wrapper .order-card:hover {
    transform: rotateY(180deg);
}

.order_wrapper .order-card i {
    font-size: 30px;
    transition: opacity 0.3s;
}

.order_wrapper .order-card.flipped {
    transform: rotateY(180deg);
}

.order_wrapper .order-card.flipped i {
    opacity: 0;
}

.order_wrapper .order-card .order-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    font-size: 30px;
    color: #000;
}

.order_wrapper .order-title {
    font-size: 36px;
    font-family: var(--hedfont);
    color: var(--dark-blue);
}

.order_wrapper .order-subtitle {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-description {
    font-size: 16px;
    font-family: var(--font);
    color: var(--secondary-text);
}

.order_wrapper a {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-number {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper span {
    font-weight: 500;
}

.order_wrapper .order-price {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.order_wrapper .order-name {
    font-size: 20px;
    font-family: var(--font);
    color: var(--dark-blue);
}

.order_wrapper .order-item {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-box {
    background-color: var(--sidebar-color);
}

.order_wrapper .main-order-details {
    overflow-y: scroll;
    height: 200px;
}

.order_wrapper .order-bill-subtitle {
    font-size: 18px;
    font-family: var(--font);
    color: var(--text-gray);
}

.main-order-bill-details {
    background-color: var(--sidebar-color);
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.order_wrapper .order-bill-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-bill-title {
    font-size: 20px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.order_wrapper .order-bill-text1 {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 500;
}

.order_wrapper .order-address-box1 {
    background-color: var(--sidebar-color);
}

.order_wrapper .order-address-box2 {
    border: 1px solid var(--dark-blue);
}

.order_wrapper .order-add-box {
    padding: 10px;
    border-radius: 8px;
    transition: 0.5s;
}

.order_wrapper .order-add-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.order_wrapper .order-add-title {
    font-size: 24px;
    font-family: var(--font);
    color: var(--dark-blue);
    font-weight: 500;
}

.order_wrapper .order-add-text {
    font-size: 16px;
    font-family: var(--font);
    color: var(--text-black);
}

.order_wrapper .order-add-text1 {
    font-size: 14px;
    font-family: var(--font);
    color: var(--text-gray);
}

/* watch page statr */



@keyframes slides {
    from {
        transform: translateX(0);
    }

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

.logo_wrapper .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.logo_wrapper .logos:before,
.logo_wrapper .logos:after {
/*    position: absolute;*/
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logo_wrapper .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_wrapper .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_wrapper .logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
}

.logo_wrapper .logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_wrapper .logo_items img {
    height: 100px;
    width: 200px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* Full-width iframe container */
.iframe-container {
    width: 100%;
    min-height: 800px;
    height: 80vh;
    border: none;
}

@media (max-width: 768px) {
    .iframe-container {
        min-height: 600px;
        height: 75vh;
    }

    .booking-intro-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .iframe-container {
        min-height: 500px;
        height: 70vh;
    }
}

.branded-page .side-title h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #070d3f;
}

.branded-page .side-title .fa-filter {
    display: none;
}

.branded-page .side-title .branded-filter-icon {
    display: inline-block;
    color: #b8860b;
    font-size: 16px;
}

.branded-page .side-area.product-side {
    background: linear-gradient(180deg, #faf9f6 0%, #fff 100%);
    border-left: 3px solid #b8860b;
    border-radius: 0;
}

.branded-page .accordion-button {
    font-weight: 600;
    color: #070d3f;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.branded-page .accordion-button::after {
    filter: sepia(1) saturate(3) hue-rotate(15deg) brightness(0.7);
}

.branded-page .j-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #b8860b;
    border-color: #b8860b;
}

.branded-page .j-checkbox .checkmark {
    border: 2px solid #c9c0a8;
    transition: all 0.2s ease;
}

.branded-page .j-checkbox:hover .checkmark {
    border-color: #b8860b;
}

.branded-page .jewllery-text {
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    transition: color 0.2s ease;
}

.branded-page .jewllery-type:hover .jewllery-text {
    color: #b8860b;
}

.branded-page .btn-custom-search {
    background: #b8860b;
    border-color: #b8860b;
}

.branded-page .btn-custom-search:hover {
    background: #d4a017;
    border-color: #d4a017;
}

.branded-page .btn-reset-filters {
    color: #b8860b;
    border-color: #b8860b;
}

.branded-page .btn-reset-filters:hover {
    background: #b8860b;
    color: #fff;
}

.branded-page #price-range-slider .range-slider .progress,
.branded-page .range-slider .progress {
    background: linear-gradient(90deg, #b8860b, #d4a017);
}

.branded-page .range-slider .range-input input[type="range"]::-webkit-slider-thumb {
    background: #b8860b;
}

.branded-page .range-slider .range-input input[type="range"]::-moz-range-thumb {
    background: #b8860b;
}


.branded-page .card {
    border: 1px solid #f0ece4 !important;
    transition: all 0.3s ease;
}

.branded-page .card:hover {
    border-color: #d4a017 !important;
    box-shadow: 0 4px 20px rgba(184,134,11,0.1);
}


.branded-page .branded-brands-showcase {
    background: linear-gradient(180deg, #f8f6f1 0%, #fff 100%);
    padding: 40px 0 36px;
    border-bottom: 1px solid #e8e2d6;
}

.branded-page .branded-showcase-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #070d3f;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.branded-page .branded-showcase-title .gold-text {
    color: #b8860b;
}

.branded-page .branded-showcase-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
@media (max-width: 1200px) {
    .branded-page .branded-showcase-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.branded-page .branded-showcase-grid.d-sm-grid {
    display: none;
}

@media (min-width: 576px) {
    .branded-page .branded-showcase-grid.d-sm-grid {
        display: grid;
    }
}

.branded-page .branded-showcase-card {
    display: block;
    background: #fff;
    border: 1px solid #ede8de;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.branded-page .branded-showcase-card:hover {
    border-color: #b8860b;
    box-shadow: 0 6px 24px rgba(184,134,11,0.12);
    transform: translateY(-3px);
}

.branded-page .branded-showcase-card:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(184,134,11,0.15);
}

.branded-page .branded-showcase-img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafaf8;
}

.branded-page .branded-showcase-img-wrap img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    transition: transform 0.3s ease;
    margin: auto;
}

.branded-page .branded-showcase-card:hover .branded-showcase-img-wrap img {
    transform: scale(1.05);
}

.branded-page .branded-showcase-name {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 600;
    color: #070d3f;
    margin: 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .branded-page .branded-showcase-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

.branded-page .branded-showcase-marquee {
    overflow: hidden;
    position: relative;
}

.branded-page .branded-showcase-track {
    display: flex;
    gap: 12px;
    animation: brandMarquee 25s linear infinite;
    width: max-content;
}

.branded-page .branded-showcase-marquee:hover .branded-showcase-track,
.branded-page .branded-showcase-marquee:active .branded-showcase-track {
    animation-play-state: paused;
}

@keyframes brandMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (max-width: 575.98px) {
    .branded-page .branded-brands-showcase {
        padding: 24px 0 20px;
    }
    .branded-page .branded-showcase-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .branded-page .branded-showcase-marquee .branded-showcase-card {
        flex: 0 0 120px;
        min-width: 120px;
        padding: 10px;
    }
    .branded-page .branded-showcase-marquee .branded-showcase-name {
        font-size: 10px;
        letter-spacing: 0.5px;
        color: #1a1a1a;
        font-weight: 700;
    }
}

@media (min-width: 576px) {
    .branded-page .branded-showcase-marquee {
        display: none !important;
    }
}

.branded-page .branded-filter-bar {
    background: #fff;
    border-top: 1px solid #ede8de;
    border-bottom: 1px solid #ede8de;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 90;
    overflow: visible;
}
.branded-page {
    overflow-x: visible !important;
}
.branded-page .branded-filter-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 12px;
    overflow: visible;
}
.branded-page .branded-filter-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
}
.branded-page .branded-filter-scroll::-webkit-scrollbar {
    display: none;
}
.branded-page .branded-filter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
    min-height: 72px;
    padding: 6px 4px 5px;
    background: #fff;
    border: 1px solid #e8e4dc;
    border-left: none;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    gap: 4px;
}
.branded-page .branded-filter-box:first-child {
    border-left: 1px solid #e8e4dc;
    border-radius: 8px 0 0 8px;
}
.branded-page .branded-filter-box:last-child {
    border-radius: 0 8px 8px 0;
}
.branded-page .branded-filter-box:hover {
    background: #faf8f3;
    text-decoration: none;
}
.branded-page .branded-filter-box.active {
    background: #fdf8ee;
    border-color: #b8860b;
    border-left: 2px solid #b8860b;
    box-shadow: inset 0 -2px 0 #b8860b;
}
.branded-page .branded-filter-box.active:first-child {
    border-left: 2px solid #b8860b;
}
.branded-page .branded-box-logo {
    height: 38px;
    max-width: 72px;
    object-fit: contain;
}
.branded-page .branded-box-logo[alt="Van Cleef & Arpels"] {
    transform: scale(1.8);
}
.branded-page .branded-box-logo[alt="Harry Winston"] {
    transform: scale(1.7);
}
.branded-page .branded-box-logo[alt="Tiffany & Co"] {
    transform: scale(1.15);
}
.branded-page .branded-box-logo[alt="Bulgari"] {
    transform: scale(1.15);
}
.branded-page .branded-box-icon {
    font-size: 24px;
    color: #070d3f;
    line-height: 1;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branded-page .branded-filter-box.active .branded-box-icon {
    color: #b8860b;
}
.branded-page .branded-box-name {
    font-family: 'Playfair Display', serif;
    font-size: 10px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 78px;
    text-align: center;
}
.branded-page .branded-filter-box.active .branded-box-name {
    color: #b8860b;
}

@media (max-width: 768px) {
    .branded-page .branded-filter-bar {
        padding: 10px 0;
        position: relative;
    }
    .branded-page .branded-filter-container {
        position: relative;
        padding: 0 12px;
        overflow: visible;
    }
    .branded-page .branded-filter-container::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to right, transparent, #fff);
        pointer-events: none;
        z-index: 2;
    }
    .branded-page .branded-filter-scroll {
        padding-right: 30px;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
    .branded-page .branded-filter-box {
        width: 80px;
        min-height: 66px;
        padding: 5px 3px 4px;
        gap: 3px;
    }
    .branded-page .branded-box-logo {
        height: 32px;
        max-width: 65px;
    }
    .branded-page .mobile-filter-bar {
        border-bottom: none;
        box-shadow: none;
        background: #fafaf8;
        padding: 0;
    }
    .branded-page .mobile-filter-bar .d-flex {
        padding: 8px 12px !important;
    }
    .branded-page .btn-filter-toggle {
        background: #fff;
        color: #070d3f;
        border: 1.5px solid #070d3f;
        padding: 7px 16px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Playfair Display', serif;
        letter-spacing: 0.3px;
        gap: 8px;
    }
    .branded-page .btn-filter-toggle:active {
        background: #070d3f;
        color: #fff;
    }
    .branded-page .btn-filter-toggle .filter-badge {
        background: #b8860b;
        border-radius: 50px;
    }
    .branded-page .mobile-sort-wrap .form-select {
        border: 1.5px solid #070d3f;
        border-radius: 50px;
        font-size: 12px;
        font-family: 'Playfair Display', serif;
        font-weight: 600;
        color: #070d3f;
        padding: 7px 32px 7px 14px;
        letter-spacing: 0.3px;
        background-color: #fff;
    }
}

.branded-page .breadcrumb-main {
    background: #070d3f;
}

.branded-page .breadcrumb-main .category-brea-text,
.branded-page .breadcrumb-main .category-brea-text a {
    color: rgba(255,255,255,0.7);
}

.branded-page .breadcrumb-main .category-brea-text a:hover {
    color: #d4a017;
}

.branded-page .breadcrumb-main .category-brea-text .fa-chevron-right {
    color: #b8860b;
    font-size: 10px;
}

.branded-hero-banner {
    position: relative;
    background: linear-gradient(135deg, #020b40 0%, #0a1654 40%, #070d3f 100%);
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}
.branded-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(184,134,11,0.06) 0%, transparent 70%),
                radial-gradient(ellipse at 70% 50%, rgba(184,134,11,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.branded-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L20 10L10 20L0 10Z' fill='%23ffffff' fill-opacity='0.02'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    pointer-events: none;
}
.branded-hero-content {
    position: relative;
    z-index: 1;
    animation: brandedHeroFadeIn 0.8s ease-out;
}
.branded-hero-label {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 12px;
}
.branded-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    letter-spacing: 1px;
}
.branded-hero-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b8860b, transparent);
    margin: 0 auto 18px;
}
.branded-hero-tagline {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}
@keyframes brandedHeroFadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
    .branded-hero-banner { padding: 40px 20px; }
    .branded-hero-title { font-size: 26px; }
    .branded-hero-label { font-size: 11px; letter-spacing: 3px; }
    .branded-hero-tagline { font-size: 12px; letter-spacing: 2px; }
}
@media (prefers-reduced-motion: reduce) {
    .branded-hero-content { animation: none; }
}

.branded-card-grid {
    background: #f8f7f4;
    padding: 28px 0;
    border-bottom: 1px solid #e8e4dc;
}
.branded-card-grid-inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}
.branded-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 10px;
    background: #fff;
    border: 1.5px solid #e0dbd0;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 110px;
    cursor: pointer;
}
.branded-card:hover {
    border-color: #b8860b;
    background: #fdf8ef;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(184,134,11,0.12);
}
.branded-card.active {
    border-color: #b8860b;
    background: #fdf8ef;
    box-shadow: 0 0 0 1.5px #b8860b;
}
.branded-card-logo {
    max-height: 60px;
    max-width: 85%;
    object-fit: contain;
    width: auto;
}
.branded-card[title="Van Cleef & Arpels"] .branded-card-logo {
    transform: scale(2.4);
}
.branded-card[title="Harry Winston"] .branded-card-logo {
    transform: scale(1.8);
}
.branded-card[title="Tiffany & Co"] .branded-card-logo {
    transform: scale(1.4);
}
.branded-card[title="Bulgari"] .branded-card-logo {
    transform: scale(1.3);
}
.branded-card-icon {
    font-size: 28px;
    color: #070d3f;
    line-height: 1;
}
.branded-card.active .branded-card-icon {
    color: #b8860b;
}
.branded-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-align: center;
    letter-spacing: 0.3px;
}
.branded-card.active .branded-card-name {
    color: #b8860b;
}
.branded-card-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #e0dbd0;
    background: #fff;
    color: #070d3f;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.branded-card-scroll-btn:hover {
    border-color: #b8860b;
    color: #b8860b;
    box-shadow: 0 4px 12px rgba(184,134,11,0.15);
}
.branded-card-scroll-left {
    left: -19px;
}
.branded-card-scroll-right {
    right: -19px;
}

.product-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 8px;
    padding: 10px 14px;
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.5;
    color: #5d4037;
}
.product-disclaimer i {
    color: #f9a825;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}
.product-disclaimer a {
    color: #04155e;
    text-decoration: underline;
    font-weight: 600;
}

.cart-disclaimer {
    font-size: 11.5px;
    color: #8d6e00;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 6px;
    margin-bottom: 2px;
    line-height: 1.4;
}
.cart-disclaimer i {
    color: #f9a825;
    margin-right: 4px;
    font-size: 11px;
}
.cart-disclaimer a {
    color: #04155e;
    text-decoration: underline;
    font-weight: 600;
    font-size: 11px;
}

.checkout-disclaimers {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 8px;
    padding: 12px 14px;
}
.checkout-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.5;
    color: #5d4037;
    padding: 4px 0;
}
.checkout-disclaimer + .checkout-disclaimer {
    border-top: 1px solid #ffe0b2;
    margin-top: 4px;
    padding-top: 8px;
}
.checkout-disclaimer i {
    color: #f9a825;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
}
.checkout-disclaimer-link {
    margin: 8px 0 0;
    font-size: 12px;
    text-align: right;
}
.checkout-disclaimer-link a {
    color: #04155e;
    text-decoration: underline;
    font-weight: 600;
}

.cart-redesign .cart-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 30px 0 10px;
    max-width: 500px;
    margin: 0 auto;
}
.cart-redesign .cart-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
}
.cart-redesign .cart-step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #999;
    background: #fff;
    transition: all 0.3s ease;
}
.cart-redesign .cart-step.active .cart-step-circle {
    background: #020b40;
    border-color: #020b40;
    color: #fff;
}
.cart-redesign .cart-step-label {
    font-size: 12px;
    margin-top: 6px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cart-redesign .cart-step.active .cart-step-label {
    color: #020b40;
    font-weight: 700;
}
.cart-redesign .cart-step-line {
    flex: 1;
    height: 2px;
    background: #ddd;
    margin: 0 12px;
    margin-bottom: 22px;
}

.cart-redesign .cart-title {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #020b40;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
.cart-redesign .cart-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #b8860b;
    margin: 12px auto 0;
    border-radius: 2px;
}

.cart-redesign .cart-item-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    margin-bottom: 14px;
    position: relative;
    transition: box-shadow 0.2s ease;
}
.cart-redesign .cart-item-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.cart-redesign .cart-item-img {
    flex-shrink: 0;
}
.cart-redesign .cart-item-img img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
}
.cart-redesign .cart-item-info {
    flex: 1;
    min-width: 0;
}
.cart-redesign .cart-item-name {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    color: #020b40;
    margin: 0 0 6px;
    line-height: 1.3;
}
.cart-redesign .cart-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #020b40;
    margin: 0 0 8px;
}
.cart-redesign .cart-item-meta {
    font-size: 13px;
    color: #666;
    margin: 0 0 4px;
}
.cart-redesign .cart-item-meta i {
    color: #b8860b;
    margin-right: 3px;
}
.cart-redesign .cart-item-resize-fee {
    color: #020b40;
    font-weight: 600;
}
.cart-redesign .cart-item-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #ccc;
    font-size: 14px;
    transition: color 0.2s;
    text-decoration: none;
}
.cart-redesign .cart-item-remove:hover {
    color: #e04402;
}

.cart-redesign .cart-coupon-toggle {
    padding: 12px 0;
}
.cart-redesign .cart-coupon-toggle a {
    font-size: 13px;
    color: #020b40;
    text-decoration: none;
    font-weight: 500;
}
.cart-redesign .cart-coupon-toggle a:hover {
    color: #b8860b;
}
.cart-redesign .cart-coupon-toggle i {
    color: #b8860b;
    margin-right: 4px;
}
.cart-redesign .cart-coupon-form {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.cart-redesign .cart-coupon-form input {
    flex: 1;
    padding: 10px 14px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}
.cart-redesign .cart-coupon-form input:focus {
    border-color: #b8860b;
}
.cart-redesign .cart-coupon-form button {
    padding: 10px 20px;
    background: #020b40;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.cart-redesign .cart-coupon-form button:hover {
    background: #04155e;
}

.cart-redesign .cart-summary-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 20px;
}
.cart-redesign .cart-summary-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #020b40;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.cart-redesign .cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f5f5f5;
}
.cart-redesign .cart-summary-row span:last-child {
    font-weight: 600;
    color: #333;
}
.cart-redesign .cart-summary-free {
    color: #26a541 !important;
    font-weight: 500 !important;
    font-size: 13px;
}
.cart-redesign .cart-summary-discount span:last-child {
    color: #26a541 !important;
}
.cart-redesign .cart-summary-discount a {
    color: #ccc;
    margin-left: 6px;
    font-size: 12px;
    text-decoration: none;
}
.cart-redesign .cart-summary-discount a:hover {
    color: #e04402;
}

.cart-redesign .cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    margin-top: 4px;
    border-top: 2px solid #020b40;
}
.cart-redesign .cart-summary-total span:first-child {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #020b40;
}
.cart-redesign .cart-summary-total .total-price {
    font-size: 22px;
    font-weight: 800;
    color: #020b40;
}

.cart-redesign .cart-checkout-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}
.cart-redesign .cart-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: #020b40;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}
.cart-redesign .cart-btn-primary:hover {
    background: #04155e;
    box-shadow: 0 4px 16px rgba(2, 11, 64, 0.25);
    transform: translateY(-1px);
    color: #fff;
}
.cart-redesign .cart-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #020b40;
    border: 1.5px solid #020b40;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}
.cart-redesign .cart-btn-secondary:hover {
    background: #020b40;
    color: #fff;
}

.cart-redesign .cart-urgency-text {
    font-size: 12px;
    color: #888;
    font-style: italic;
    text-align: center;
    margin: 16px 0 0;
    padding: 0;
}
.cart-redesign .cart-urgency-text i {
    color: #b8860b;
    margin-right: 4px;
}

.cart-redesign .cart-trust-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    padding: 14px 0;
    margin-top: 12px;
    border-top: 1px solid #f0f0f0;
}
.cart-redesign .cart-trust-row span {
    font-size: 11px;
    color: #888;
    white-space: nowrap;
}
.cart-redesign .cart-trust-row i {
    color: #b8860b;
    margin-right: 3px;
    font-size: 11px;
}

.cart-redesign .cart-payment-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}
.cart-redesign .cart-payment-row img {
    height: 22px;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.cart-redesign .cart-payment-row img:hover {
    opacity: 0.8;
}

.cart-redesign .cart-continue-link {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #888;
    text-decoration: none;
    padding-top: 10px;
    transition: color 0.2s;
}
.cart-redesign .cart-continue-link:hover {
    color: #020b40;
}
.cart-redesign .cart-continue-link i {
    margin-right: 4px;
    font-size: 11px;
}

.cart-redesign .cart-empty-state {
    text-align: center;
    padding: 60px 20px;
}
.cart-redesign .cart-empty-state i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 16px;
}
.cart-redesign .cart-empty-state h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #020b40;
    margin-bottom: 8px;
}
.cart-redesign .cart-empty-state p {
    color: #888;
    font-size: 15px;
    margin-bottom: 24px;
}
.cart-redesign .cart-empty-state .cart-btn-primary {
    display: inline-flex;
    width: auto;
    padding: 12px 32px;
}

@media (max-width: 767px) {
    .cart-redesign .cart-title {
        font-size: 24px;
    }
    .cart-redesign .cart-item-card {
        flex-wrap: wrap;
        gap: 12px;
    }
    .cart-redesign .cart-item-img {
        width: 100%;
        text-align: center;
    }
    .cart-redesign .cart-item-img img {
        width: 140px;
        height: 140px;
    }
    .cart-redesign .cart-item-info {
        text-align: center;
    }
    .cart-redesign .cart-item-remove {
        top: 12px;
        right: 12px;
    }
    .cart-redesign .cart-trust-row {
        justify-content: center;
        gap: 10px;
    }
    .cart-redesign .cart-stepper {
        padding: 20px 10px 5px;
    }
    .cart-redesign .cart-step-circle {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .cart-redesign .cart-step-label {
        font-size: 10px;
    }
    .cart-redesign .cart-summary-card {
        position: static;
        padding: 22px 18px;
    }
}

.about-hero {
    background-image: url(../images/top-view-elegant-wedding-rings-with-copy-space.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(2, 11, 64, 0.75) 0%, rgba(2, 11, 64, 0.5) 100%);
    z-index: 1;
}
.about-hero-title {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}
.about-hero-divider {
    width: 60px;
    height: 2px;
    background: #b8860b;
    margin: 16px auto;
}
.about-hero-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto;
}

.about-intro {
    padding: 70px 0 50px;
    background: #fff;
}
.about-intro-title {
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #020b40;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.about-intro-divider {
    width: 50px;
    height: 2px;
    background: #b8860b;
    margin: 16px auto 20px;
}
.about-intro-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.about-features {
    padding: 30px 0 80px;
    background: #fafafa;
}
.about-feature-row {
    padding: 40px 0;
}
.about-feature-img {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.about-feature-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.5s ease;
}
.about-feature-img:hover img {
    transform: scale(1.03);
}
.about-feature-text {
    padding: 20px 10px 20px 30px;
}
.about-feature-heading {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #020b40;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    position: relative;
}
.about-feature-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #b8860b;
    margin-top: 12px;
}
.about-feature-sub {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    margin-top: 16px;
    margin-bottom: 12px;
}
.about-feature-body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #666;
    line-height: 1.8;
    margin-bottom: 24px;
}
.about-feature-btn {
    display: inline-block;
    padding: 12px 36px;
    background: #020b40;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.about-feature-btn:hover {
    background: #b8860b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
}

.about-feature-row-reverse .about-feature-text {
    padding-left: 10px;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .about-hero {
        padding: 60px 0 50px;
    }
    .about-hero-title {
        font-size: 38px;
    }
    .about-intro {
        padding: 50px 0 30px;
    }
    .about-intro-title {
        font-size: 28px;
    }
    .about-feature-text,
    .about-feature-row-reverse .about-feature-text {
        padding: 24px 0;
    }
    .about-feature-row {
        padding: 20px 0;
    }
    .about-feature-heading {
        font-size: 26px;
    }
    .about-feature-heading::after {
        margin-left: auto;
        margin-right: auto;
    }
    .about-feature-row-reverse .order-lg-1 {
        order: 2;
    }
    .about-feature-row-reverse .order-lg-2 {
        order: 1;
    }
}

.faq-hero {
    background-image: url(../images/FAQs-banner.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.faq-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(2, 11, 64, 0.75) 0%, rgba(2, 11, 64, 0.5) 100%);
    z-index: 1;
}
.faq-hero-title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}
.faq-hero-divider {
    width: 60px;
    height: 2px;
    background: #b8860b;
    margin: 16px auto;
}
.faq-hero-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.faq-content {
    padding: 60px 0 80px;
    background: #fff;
}
.faq-accordion {
    border: none;
}
.faq-item {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0 !important;
    background: transparent;
    margin-bottom: 0;
}
.faq-item:last-child {
    border-bottom: none !important;
}
.faq-question {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #020b40;
    padding: 20px 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: color 0.2s ease;
}
.faq-question:not(.collapsed) {
    color: #b8860b;
    font-weight: 600;
}
.faq-question::after {
    background-size: 14px;
    width: 14px;
    height: 14px;
    opacity: 0.4;
    transition: opacity 0.2s, transform 0.2s;
}
.faq-question:not(.collapsed)::after {
    opacity: 0.8;
}
.faq-question:hover {
    color: #b8860b;
}
.faq-answer {
    padding: 0 8px 20px;
}
.faq-answer p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #555;
    line-height: 1.8;
    margin: 0;
}
.faq-answer a {
    color: #b8860b;
    text-decoration: none;
    font-weight: 500;
}
.faq-answer a:hover {
    color: #020b40;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .faq-hero {
        padding: 60px 0 50px;
    }
    .faq-hero-title {
        font-size: 32px;
    }
    .faq-content {
        padding: 40px 0 60px;
    }
}

.product-side .accordion-body .price-input.cat-price-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap !important;
    margin: 10px 0 15px;
    height: auto;
    flex-direction: row !important;
}
.product-side .accordion-body .cat-price-input input,
.product-side .accordion-body .price-input .field input {
    width: 60px;
    min-width: 0;
    height: 32px;
    padding: 4px 4px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
    color: #333;
    outline: none;
    margin-left: 0;
    -moz-appearance: textfield;
    flex-shrink: 1;
}
.product-side .accordion-body .cat-price-input input:focus {
    border-color: #b8860b;
}
.product-side .accordion-body .cat-price-input input::-webkit-outer-spin-button,
.product-side .accordion-body .cat-price-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-side .accordion-body .cat-price-input .cat-price-text {
    font-size: 13px;
    color: #777;
}
.product-side .accordion-body .sliderNew {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    margin-top: 16px;
}
.product-side .accordion-body .sliderNew .progress {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background: #020b40;
}
.product-side .accordion-body .pin-popup {
    position: absolute;
    font-size: 10px;
    color: #999;
    background: transparent;
    padding: 0;
    white-space: nowrap;
}
.product-side .accordion-body .pin-popup.min-popup {
    left: 0;
    top: 12px;
    transform: none;
}
.product-side .accordion-body .pin-popup.max-popup {
    right: 0;
    left: auto;
    top: 12px;
    transform: none;
}
.product-side .accordion-body .range-input {
    position: relative;
}
.product-side .accordion-body .range-input input[type="range"] {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product-side .accordion-body .range-input input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #020b40;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.product-side .accordion-body .range-input input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #020b40;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.watch-dropdown-menu {
    min-width: 580px !important;
    padding: 0 !important;
    overflow: hidden;
}
.watch-dropdown-inner {
    display: flex;
    min-height: 260px;
}
.watch-dropdown-left {
    width: 200px;
    flex-shrink: 0;
}
.watch-dropdown-hero {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.watch-dropdown-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.watch-dropdown-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 11, 64, 0.3) 0%, rgba(2, 11, 64, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}
.watch-dropdown-hero-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.watch-dropdown-right {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}
.watch-dropdown-heading {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b8860b;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.watch-dropdown-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    flex: 1;
}
.watch-dropdown-brand-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 8px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    background: #fafafa;
}
.watch-dropdown-brand-tile:hover {
    border-color: #b8860b;
    background: #fffdf5;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.1);
    text-decoration: none;
}
.watch-dropdown-brand-logo {
    height: 28px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
}
.watch-dropdown-brand-name {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #666;
    transition: color 0.25s ease;
}
.watch-dropdown-brand-tile:hover .watch-dropdown-brand-name {
    color: #b8860b;
}
.watch-dropdown-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    padding: 8px 16px;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #b8860b;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    align-self: center;
    transition: all 0.25s ease;
}
.watch-dropdown-view-all:hover {
    background: #d4a017;
    color: #fff;
    text-decoration: none;
}

.nav_wrapper .navbar-nav .nav-item .nav-link {
    white-space: nowrap;
    font-size: 13px !important;
    letter-spacing: 0.8px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.header-call {
    display: flex !important;
    align-items: center !important;
}
.header-call a {
    white-space: nowrap !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.header-call a span {
    white-space: nowrap !important;
}
.nav-main-icon {
    align-items: center !important;
    gap: 4px !important;
}
.nav-main-icon .header-utility-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: var(--dark-blue);
}
.nav-main-icon .header-icon-badge {
    top: 0px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    padding: 0 4px;
}

.header-utility-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--dark-blue);
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}
.header-utility-icon:hover {
    color: #b8860b;
    background: rgba(184, 134, 11, 0.08);
    text-decoration: none;
    transform: translateY(-1px);
}
.header-utility-icon i {
    transition: color 0.3s ease;
}
.header-icon-badge {
    position: absolute;
    top: 2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #b8860b;
    border-radius: 9px;
    border: 2px solid #fff;
    font-family: 'Playfair Display', serif;
}

.jewellery-dropdown-menu {
    min-width: 560px !important;
    width: 560px !important;
    padding: 0 !important;
    overflow: hidden;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.jewellery-dropdown-inner {
    display: flex;
    min-height: 280px;
}
.jewellery-dropdown-left {
    width: 200px;
    flex-shrink: 0;
}
.jewellery-dropdown-hero {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.jewellery-dropdown-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewellery-dropdown-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2, 11, 64, 0.3) 0%, rgba(2, 11, 64, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
}
.jewellery-dropdown-hero-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.jewellery-dropdown-right {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}
.jewellery-dropdown-heading {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b8860b;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.jewellery-dropdown-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
    flex: 1;
}
.jewellery-dropdown-category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}
.jewellery-dropdown-category-item:hover {
    background: #fffdf5;
    color: #b8860b;
    text-decoration: none;
    padding-left: 14px;
}
.jewellery-dropdown-caret {
    font-size: 10px;
    color: #b8860b;
    transition: transform 0.2s ease;
}
.jewellery-dropdown-category-item:hover .jewellery-dropdown-caret {
    transform: translateX(3px);
}
.jewellery-dropdown-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 8px 16px;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #b8860b;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    align-self: center;
    transition: all 0.25s ease;
}
.jewellery-dropdown-view-all:hover {
    background: #d4a017;
    color: #fff;
    text-decoration: none;
}

.branded-dropdown-menu {
    min-width: 680px !important;
    width: 680px !important;
    padding: 0 !important;
    overflow: hidden;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
.branded-dropdown-right {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}
.branded-dropdown-heading {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b8860b;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.branded-dropdown-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    flex: 1;
}
.branded-dropdown-brand-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 6px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    background: #fafafa;
    height: 70px;
}
.branded-dropdown-brand-tile:hover {
    border-color: #b8860b;
    background: #fffdf5;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(184, 134, 11, 0.1);
    text-decoration: none;
}
.branded-dropdown-brand-logo {
    height: auto;
    width: 90%;
    max-height: 45px;
    object-fit: contain;
}
.branded-dropdown-brand-tile[title="Tiffany & Co"] .branded-dropdown-brand-logo {
    max-height: none;
    width: 100%;
    transform: scale(1.3);
}
.branded-dropdown-brand-tile[title="De Beers"] .branded-dropdown-brand-logo {
    max-height: none;
    width: 100%;
}
.branded-dropdown-brand-tile[title="Bulgari"] .branded-dropdown-brand-logo,
.branded-dropdown-brand-tile[title="Harry Winston"] .branded-dropdown-brand-logo,
.branded-dropdown-brand-tile[title="Graff"] .branded-dropdown-brand-logo {
    max-height: none;
    width: 100%;
}
.branded-dropdown-brand-tile[title="Van Cleef & Arpels"] .branded-dropdown-brand-logo,
.branded-dropdown-brand-tile[title="Boucheron"] .branded-dropdown-brand-logo,
.branded-dropdown-brand-tile[title="Gucci"] .branded-dropdown-brand-logo {
    max-height: none;
    width: 100%;
    transform: scale(1.2);
}
.branded-dropdown-brand-name {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #666;
    transition: color 0.25s ease;
    text-align: center;
    line-height: 1.3;
}
.branded-dropdown-brand-tile:hover .branded-dropdown-brand-name {
    color: #b8860b;
}
.branded-dropdown-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 8px 16px;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #b8860b;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    align-self: center;
    transition: all 0.25s ease;
}
.branded-dropdown-view-all:hover {
    background: #d4a017;
    color: #fff;
    text-decoration: none;
}

.watch-hero-banner {
    position: relative;
    background: linear-gradient(135deg, #020b40 0%, #0a1654 40%, #070d3f 100%);
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}
.watch-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(184, 134, 11, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(184, 134, 11, 0.06) 0%, transparent 50%);
    pointer-events: none;
}
.watch-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}
.watch-hero-content {
    position: relative;
    z-index: 1;
    animation: watchHeroFadeIn 0.8s ease-out;
}
.watch-hero-label {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 12px;
}
.watch-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px;
    letter-spacing: 1px;
    line-height: 1.2;
}
.watch-hero-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b8860b, transparent);
    margin: 0 auto 18px;
}
.watch-hero-tagline {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}
.watch-hero-brands {
    margin-top: 36px;
}
.watch-hero-brands-label {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(184, 134, 11, 0.6);
    margin-bottom: 20px;
}
.watch-hero-brands-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}
.watch-hero-brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    min-width: 90px;
}
.watch-hero-brand-item:hover {
    border-color: rgba(184, 134, 11, 0.4);
    background: rgba(184, 134, 11, 0.08);
    transform: translateY(-2px);
    text-decoration: none;
}
.watch-hero-brand-logo {
    height: 30px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: all 0.3s ease;
}
.watch-hero-brand-item:hover .watch-hero-brand-logo {
    opacity: 1;
    filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(15deg);
}
.watch-hero-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}
.watch-hero-brand-item:hover .watch-hero-brand-name {
    color: #b8860b;
}

@keyframes watchHeroFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .watch-hero-banner {
        padding: 40px 20px;
    }
    .watch-hero-title {
        font-size: 26px;
    }
    .watch-hero-label {
        font-size: 11px;
        letter-spacing: 3px;
    }
    .watch-hero-tagline {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .watch-hero-brands {
        margin-top: 24px;
    }
    .watch-hero-brands-row {
        gap: 12px;
    }
    .watch-hero-brand-item {
        padding: 8px 10px;
        min-width: 70px;
    }
    .watch-hero-brand-logo {
        height: 22px;
    }
    .watch-hero-brand-name {
        font-size: 8px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .watch-hero-content {
        animation: none;
    }
}

.watch-brand-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    overflow: visible;
}
.watch-brand-filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    min-height: 50px;
    overflow: hidden;
}
.watch-brand-filter-item:hover {
    border-color: #b8860b;
    background: #fdf8ef;
}
.watch-brand-filter-item.active {
    border-color: #b8860b;
    background: #fdf8ef;
    box-shadow: 0 0 0 1px #b8860b;
}
.watch-brand-filter-item .hidden-checkbox {
    display: none;
}
.watch-brand-filter-logo {
    height: 32px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.watch-brand-logo-rolex {
    height: 38px;
}
.watch-brand-filter-text {
    font-size: 12px;
    font-weight: 600;
    color: #020b40;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.Products_wrapper.category-product .card.h-100 > .card-body {
    display: flex;
    flex-direction: column;
}
.Products_wrapper.category-product .card.h-100 > .card-body > .star-price {
    margin-top: auto;
}

.watch-card-header {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
}
.watch-brand-logo {
    height: 30px;
    width: auto;
    object-fit: contain;
    display: block;
}
.watch-brand-label {
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #020b40;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.branded-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    gap: 6px;
}
.branded-product-logo {
    height: 22px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
.branded-card-header img[alt="Boucheron"].branded-product-logo {
    transform: scale(2.2);
    transform-origin: right center;
}
.branded-card-header img[alt="Gucci"].branded-product-logo {
    transform: scale(1.4);
    transform-origin: right center;
}
.branded-product-label {
    font-size: 11px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #020b40;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex-shrink: 0;
}
.branded-sku {
    font-size: 10px;
    color: #999;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.branded-price-block {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.branded-rrp {
    font-size: 11px;
    color: #999;
    font-weight: 400;
}
.branded-rrp-amount {
    text-decoration: line-through;
}
.branded-our-price {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
}
.branded-save-badge {
    display: inline-flex;
    align-items: center;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.watch-spec-line {
    font-size: 12px;
    color: #777;
    padding: 4px 0 2px;
    line-height: 1.4;
}
.watch-spec-dot {
    color: #b8860b;
    font-weight: 700;
    margin: 0 1px;
}

.watch-spec-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #020b40;
    background: #f4f5f9;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: 0.2px;
}
.watch-spec-pill i {
    font-size: 9px;
    color: #b8860b;
    flex-shrink: 0;
}

.watch-filter-panel {
    padding: 0 0 80px;
}
.watch-filter-row {
    border-bottom: 1px solid #e8e8e8;
}
.watch-filter-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.watch-filter-row-header:active {
    background: #f8f8f8;
}
.watch-filter-row-label {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 600;
    color: #070d3f;
    letter-spacing: 0.3px;
}
.watch-filter-row-value {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
.watch-filter-row-value i {
    font-size: 11px;
    transition: transform 0.3s ease;
    color: #bbb;
}
.watch-filter-row.open .watch-filter-row-value i {
    transform: rotate(90deg);
    color: #b8860b;
}
.watch-filter-active-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #b8860b;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 0 5px;
}
.watch-filter-active-text {
    color: #b8860b;
    font-weight: 500;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.watch-filter-row-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 16px;
    background: #fafafa;
}
.watch-filter-row.open .watch-filter-row-content {
    max-height: 400px;
    padding: 12px 16px 16px;
    border-top: 1px solid #f0f0f0;
}
.watch-filter-row.open .watch-filter-row-label {
    color: #b8860b;
}
.watch-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.watch-filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1.5px solid #ddd;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}
.watch-filter-pill:hover {
    border-color: #b8860b;
}
.watch-filter-pill.active {
    border-color: #b8860b;
    background: #fdf8ef;
    color: #070d3f;
    font-weight: 600;
}
.watch-filter-pill .hidden-checkbox {
    display: none;
}
.watch-filter-price-inputs {
    padding: 4px 0;
}
.watch-filter-price-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.watch-filter-price-field {
    flex: 1;
}
.watch-filter-price-field label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #999;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.watch-filter-price-field input {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}
.watch-filter-price-field input:focus {
    border-color: #b8860b;
}
.watch-filter-price-divider {
    font-size: 16px;
    color: #ccc;
    padding-bottom: 10px;
}
.watch-filter-ref-input input {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}
.watch-filter-ref-input input:focus {
    border-color: #b8860b;
}
.watch-filter-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    z-index: 1060;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}
.watch-filter-apply-btn {
    flex: 2;
    padding: 12px;
    background: #070d3f;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
}
.watch-filter-apply-btn:hover {
    background: #0a1a5e;
}
.watch-filter-reset-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
    color: #070d3f;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.watch-filter-reset-btn:hover {
    border-color: #b8860b;
    color: #b8860b;
}
@media(max-width:767px) {
    .watch-hide-mobile-accordion {
        display: none !important;
    }
    .branded-hide-mobile-accordion {
        display: none !important;
    }
}

.branded-filter-panel {
    padding: 0 0 80px;
}
.branded-filter-panel-header {
    text-align: center;
    padding: 20px 16px 16px;
    border-bottom: 1px solid #e8e8e8;
}
.branded-filter-panel-icon {
    font-size: 22px;
    color: #b8860b;
    margin-bottom: 6px;
}
.branded-filter-panel-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #070d3f;
    margin: 0 0 4px;
    letter-spacing: 0.3px;
}
.branded-filter-panel-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #999;
    margin: 0;
}
.branded-filter-row {
    border-bottom: 1px solid #e8e8e8;
}
.branded-filter-row-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.branded-filter-row-header:active {
    background: #f8f8f8;
}
.branded-filter-row-label {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 600;
    color: #070d3f;
    letter-spacing: 0.3px;
}
.branded-filter-row-value {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
.branded-filter-row-value i {
    font-size: 11px;
    transition: transform 0.3s ease;
    color: #bbb;
}
.branded-filter-row.open .branded-filter-row-value i {
    transform: rotate(90deg);
    color: #b8860b;
}
.branded-filter-active-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #b8860b;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 0 5px;
}
.branded-filter-active-text {
    color: #b8860b;
    font-weight: 500;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.branded-filter-row-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 16px;
    background: #fafafa;
}
.branded-filter-row.open .branded-filter-row-content {
    max-height: 500px;
    padding: 12px 16px 16px;
    border-top: 1px solid #f0f0f0;
}
.branded-filter-row.open .branded-filter-row-label {
    color: #b8860b;
}
.branded-filter-search-input input {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}
.branded-filter-search-input input:focus {
    border-color: #b8860b;
}
.branded-brand-filter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.branded-brand-filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 52px;
}
.branded-brand-filter-item:hover {
    border-color: #b8860b;
    background: #fdf8ef;
}
.branded-brand-filter-item.active {
    border-color: #b8860b;
    background: #fdf8ef;
    box-shadow: 0 0 0 1px #b8860b;
}
.branded-brand-filter-item .hidden-checkbox {
    display: none;
}
.branded-brand-filter-logo {
    max-height: 28px;
    max-width: 70px;
    object-fit: contain;
}
.branded-brand-filter-text {
    font-family: 'Playfair Display', serif;
    font-size: 11px;
    font-weight: 600;
    color: #070d3f;
    text-align: center;
    white-space: nowrap;
}
.branded-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.branded-filter-pill-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1.5px solid #ddd;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}
.branded-filter-pill-item:hover {
    border-color: #b8860b;
}
.branded-filter-pill-item.active {
    border-color: #b8860b;
    background: #fdf8ef;
    color: #070d3f;
    font-weight: 600;
}
.branded-filter-pill-item .hidden-checkbox {
    display: none;
}
.branded-filter-price-inputs {
    padding: 4px 0;
}
.branded-filter-price-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.branded-filter-price-field {
    flex: 1;
}
.branded-filter-price-field label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #999;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.branded-filter-price-field input {
    width: 100%;
    padding: 10px 12px;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}
.branded-filter-price-field input:focus {
    border-color: #b8860b;
}
.branded-filter-price-divider {
    font-size: 16px;
    color: #ccc;
    padding-bottom: 10px;
}
.branded-filter-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    z-index: 1060;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}
.branded-filter-apply-btn {
    flex: 2;
    padding: 12px;
    background: linear-gradient(135deg, #b8860b 0%, #d4a017 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
}
.branded-filter-apply-btn:hover {
    background: linear-gradient(135deg, #9a7209 0%, #b8860b 100%);
}
.branded-filter-reset-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
    color: #070d3f;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.branded-filter-reset-btn:hover {
    border-color: #b8860b;
    color: #b8860b;
}

.watch-brand-bar {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 6px;
    position: sticky;
    top: 0;
    z-index: 100;
}
.watch-brand-bar-container {
    position: relative;
    padding: 0 12px;
}
.watch-brand-bar-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to right, transparent, #fff);
    pointer-events: none;
    z-index: 2;
}
.watch-brand-bar-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.watch-brand-bar-scroll::-webkit-scrollbar {
    display: none;
}
.watch-bar-brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
    min-width: 70px;
    padding: 8px 6px;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}
.watch-bar-brand-item:hover {
    border-color: #b8860b;
    background: #fdf8ef;
    text-decoration: none;
}
.watch-bar-brand-item.active {
    border-color: #b8860b;
    background: #fdf8ef;
    box-shadow: 0 0 0 1px #b8860b;
}
.watch-bar-brand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
}
.watch-bar-brand-icon img {
    max-height: 28px;
    max-width: 48px;
    object-fit: contain;
}
.watch-bar-brand-name {
    font-size: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #070d3f;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

@media(min-width:768px) {
    .watch-horizontal-layout #filterSidebar,
    .branded-horizontal-layout #filterSidebar {
        display: none !important;
    }
    .watch-horizontal-layout #productGridColumn,
    .branded-horizontal-layout #productGridColumn {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .watch-horizontal-layout .desktop-sticky-toolbar,
    .branded-horizontal-layout .desktop-sticky-toolbar {
        display: none !important;
    }
}

.branded-desktop-filter-bar {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.watch-desktop-filter-bar {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.wdf-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    gap: 10px;
}
.wdf-filters-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.wdf-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.wdf-dropdown {
    position: relative;
}
.wdf-dropdown-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #fff;
    border: 1.5px solid #d0d0d0;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}
.wdf-dropdown-btn:hover {
    border-color: #b8860b;
    color: #070d3f;
}
.wdf-dropdown-btn.active-filter {
    border-color: #b8860b;
    background: #fdf8ef;
    color: #070d3f;
}
.wdf-chevron {
    font-size: 10px;
    transition: transform 0.2s;
}
.wdf-dropdown.open .wdf-chevron {
    transform: rotate(180deg);
}
.wdf-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #b8860b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 0 4px;
}
.wdf-dropdown-panel {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 200;
    min-width: 280px;
    animation: wdfFadeIn 0.15s ease;
}
@keyframes wdfFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
.wdf-dropdown.open .wdf-dropdown-panel {
    display: block;
}
.wdf-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
}
.wdf-panel-header span {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 600;
    color: #070d3f;
}
.wdf-inline-clear {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    transition: color 0.2s;
}
.wdf-inline-clear:hover {
    color: #b8860b;
}
.wdf-panel-body {
    padding: 16px;
}
.wdf-apply-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    background: #070d3f;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 4px;
}
.wdf-apply-all-btn:hover {
    background: #0a1560;
}
.wdf-apply-all-btn i {
    font-size: 11px;
}
.wdf-brand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
.wdf-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 48px;
}
.wdf-brand-item:hover {
    border-color: #b8860b;
    background: #fdf8ef;
}
.wdf-brand-item.active {
    border-color: #b8860b;
    background: #fdf8ef;
    box-shadow: 0 0 0 1px #b8860b;
}
.wdf-brand-logo {
    max-height: 28px;
    max-width: 70px;
    object-fit: contain;
}
.wdf-brand-logo-rolex {
    max-height: 22px;
}
.wdf-brand-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.wdf-price-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.wdf-price-field {
    flex: 1;
}
.wdf-price-field label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wdf-price-field input {
    width: 100%;
    padding: 8px 10px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}
.wdf-price-field input:focus {
    border-color: #b8860b;
}
.wdf-price-divider {
    color: #ccc;
    font-size: 16px;
    padding-bottom: 8px;
}
.wdf-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.wdf-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border: 1.5px solid #ddd;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.wdf-pill:hover {
    border-color: #b8860b;
    color: #070d3f;
}
.wdf-pill.active {
    border-color: #b8860b;
    background: #fdf8ef;
    color: #070d3f;
    font-weight: 600;
}
.wdf-search-wrap {
    position: relative;
}
.wdf-ref-search {
    padding: 8px 32px 8px 12px;
    border: 1.5px solid #d0d0d0;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    width: 160px;
    outline: none;
    transition: border-color 0.2s;
}
.wdf-ref-search:focus {
    border-color: #b8860b;
}
.wdf-search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 12px;
    cursor: pointer;
}
.wdf-sort-select {
    padding: 8px 30px 8px 14px;
    border: 1.5px solid #d0d0d0;
    border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background: #fff;
    cursor: pointer;
    outline: none;
    appearance: auto;
    min-width: 140px;
    transition: border-color 0.2s;
}
.wdf-sort-select:focus {
    border-color: #b8860b;
}
.wdf-reset-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    color: #b8860b;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}
.wdf-reset-all:hover {
    color: #d4a017;
}


.bdf-brand-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.bdf-brand-grid .wdf-brand-item {
    flex-direction: column;
    gap: 6px;
    padding: 12px 8px;
}
.bdf-brand-grid .wdf-brand-item img {
    max-height: 28px;
    max-width: 70px;
    object-fit: contain;
}
.bdf-brand-grid .wdf-brand-item span {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.branded-desktop-filter-bar .wdf-dropdown-panel[id="wdfPanel-bdf-brands"] {
    min-width: 380px;
}
