body {
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}


.breadcrumb-wrapper {
    background: #e6f2ff;
    margin-bottom: 40px;
}

.breadcrumb-wrapper .container {
    padding-block: 60px;
    font-size: 14px;
}

.breadcrumb-wrapper-left a {
    color: #0a3d91;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s, font-weight 0.3s;
}

.breadcrumb-wrapper-left .fa-angle-right {
    color: #0a3d91;
    font-size: 12px;
    margin: 0 4px;
}

.breadcrumb-wrapper-left .current {
    color: #0073e6;
    font-weight: normal;
}

.breadcrumb-wrapper-left a:hover {
    color: #0073e6;
}

.product-wrapper {
    gap: 40px;
    padding-bottom: 60px;
}

.product-image {
    flex: 1;
    max-width: 500px;
}

.product-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 0;
}



.thumbnails img {
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: border 0.3s, opacity 0.3s;
}

.single-product-name {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 36px;
}

.single-product-price {
    font-size: 24px;
    font-weight: 600;
}

.single-product-description {
    font-size: 18px;
    max-width: 650px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnails img.active {
    border: 1px solid #0073e6;
    opacity: 1;
}

.product-details {
    flex: 1;
}

.price {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
}

.product-details .description,
.tabs .tab-content p {
    color: black !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

i {
    cursor: pointer;
}

.add-to-cart-btn {
    border: 0;
    border-radius: 64px;
    padding: 15px 40px;
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #212529;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.add-to-cart-btn:hover {
    background-color: #343a40;
}

.qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    border-radius: 50px;
    overflow: hidden;
    padding: 15px 10px;

}

.qty-btn {
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: inherit;
}

.qty-btn i {
    font-size: 12px;
}

.qty-wrapper .qty {
    width: 50px;
    height: 16px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    outline: none;
}

.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty[type=number] {
    -moz-appearance: textfield;
}

.btn {
    padding: 10px 20px;
    background: black;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.sku-line {
    font-size: 12px;
    color: #999999;
    font: 600;
}

.categories-line {
    font-size: 14px;
}

.categories-line .categories-label {
    font-weight: 600;
}

.categories-line .categories-item {
    color: #0073e6;
}

.categories-line .comma {
    color: black;
    margin-right: 2px;
}

.tabs {
    /* max-width: 1200px; */
    /* margin: 0 auto 30px auto; */
    /* border-bottom: 1px solid #ddd; */
    /* padding: 0 50px; */
}

.tab-buttons {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
}

.tab-buttons button {
    background: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.5;
}

.tab-buttons button.active {
    background: #fff;
    border-bottom: 2px solid #0073e6;
    font-weight: bold;
    opacity: 1;
}

.tab-content {
    padding: 20px 0;
    font-size: 14px;
    background: #fff;
}

.clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}


.product-breadcrumb-wrapper {
    background: #e6f2ff;
    margin-bottom: 40px;
}

.product-breadcrumb-wrapper .container {
    padding-block: 40px;
    font-size: 14px;
}

.product-breadcrumb-wrapper-left a {
    color: #0a3d91;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s, font-weight 0.3s;
}

.product-breadcrumb-wrapper-left .fa-angle-right {
    color: #0a3d91;
    font-size: 12px;
    margin: 0 4px;
}

.product-breadcrumb-wrapper-left .current {
    color: #0073e6;
    font-weight: normal;
}

.product-breadcrumb-wrapper-left a:hover {
    color: #0073e6;
}

.main-wrapper {
    padding-block: 32px;
}


.drop-down-btn {
    border: none;
    background-color: transparent;
    font-size: 16px;
}

/* .drop-down-btn::after {
    display: none !important;
} */

.showing-results {
    color: #999999;
    font-size: 16px;
}

.product-details-wrapper {
    /* padding-inline: 16px; */
}

.dropdown-item {
    padding: 0px 6px;
}

.is-sale {
    max-width: 40px;
    top: 5px;
    left: 5px;
    z-index: 100;
}

.product-img {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.product-img:hover {
    transform: scale(1.05);
}

.product-category {
    color: #999999;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* ✅ Add this (or any width you want) */
}


.product-name {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 48px;
    max-width: 250px;
}

.is-discount {
    color: #999999;
    text-decoration: line-through;
    font-weight: 600;
}

.product-price {
    color: #1E90FF;
    font-weight: 600;
}

.discounted-price {
    color: #FF0000;
}


.product-category,
.product-name,
.is-discount,
.product-price,
.discounted-price {
    font-size: 16px;
}

.accordion-button::after {
    background-image: none !important;
    /* removes default SVG */
    display: none !important;
}

.accordion-button .fa-plus {
    display: inline;
}

.accordion-button .fa-minus {
    display: none;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
    /* hide plus when open */
}

.accordion-button:not(.collapsed) .fa-minus {
    display: inline;
    /* show minus when open */
}

.category {
    font-size: 15px;
    font-weight: 600;
}

.sub-category {
    font-size: 14px;
}

.filters-border-top {
    padding-top: 16px;
}

.filters-border-bottom {
    padding-bottom: 40px;
    border-bottom: 1px solid #999999;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-connect {
    background-color: #1E90FF;
}

.noUi-handle:after,
.noUi-handle:before {
    background: transparent;
}

.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.price-ranges {
    color: #999999;
    font-size: 14px;
}

.price-filter-btn {
    border: 0;
    border-radius: 64px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #212529;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.price-filter-btn:hover {
    background-color: #343a40;
}

.form-check-input {
    border: 1px solid black;
    margin-top: 0;
    width: 14px;
    height: 14px;
}

.form-check-label {
    line-height: 100%;
    font-weight: 600;
}

.avaliable-filters {
    font-size: 14px;
    color: #999999;
}

.cat-heading {
    font-size: 20px;
}

.filter-heading {
    padding-bottom: 24px;
    font-size: 20px;
}

.filters-btn {
    border: 0;
    border-radius: 64px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: #212529;
    color: white;
    cursor: pointer;
    max-width: 150px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.dropdown-toggle::after {
    display: none;
}

.fa-chevron-down {
    font-size: 14px;
}

.filters-btn:hover {
    background-color: #343a40;
}

ul {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    padding-inline-start: 0 !important;
}

/* Mobile hidden by default */
.categories-and-filters-wrapper {
    transition: transform 0.3s ease;
}















/* Slider card styling */

/* 
.right-arrow-svg {
    max-width: 20px;
    max-height: 72px;
    height: auto;
}

.realted-products-slider {
    position: relative;
}

.slick-prev,
.slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background-color: black;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    z-index: 2;
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-prev:hover,
.slick-next:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
} */



/*new style for all pages*/
/*solitaire rings css starts*/




/**solitaire rings styles* ends*/










@media (max-width: 1024px) {
    .filter-heading {
        font-size: 18px;
    }

    .cat-heading {
        font-size: 18px;
    }
}

@media(max-width:768px) {

    .breadcrumb-wrapper {
        background: #e6f2ff;
        margin-bottom: 30px;
    }

    .product-image {
        max-width: 100%;
    }

    .thumbnails img {
        width: 23%;
    }

    .breadcrumb-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .breadcrumb-wrapper-right {
        margin-top: 5px;
    }
}

/* Mobile styles */
@media (max-width: 767.98px) {

    .product-category,
    .product-name,
    .is-discount,
    .product-price,
    .discounted-price {
        font-size: 14px;
    }

    .product-name {
        min-height: 42px;
    }

    .product-details-wrapper {
        /* padding-inline: 8px; */
    }

    .drop-down-btn {
        font-size: 14px;
    }

    .showing-results {
        font-size: 14px;
    }

    .categories-and-filters-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 436px;
        background: #fff;
        z-index: 1050;
        padding: 20px;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transform: translateX(-100%);
    }

    .cat-heading {
        margin-top: 20px;
    }

    #filterClose {
        position: absolute;
        top: 15px;
        /* adjust as needed */
        right: 20px;
        /* adjust as needed */
        font-size: 22px;
        cursor: pointer;
        color: #333;
        /* or your theme color */
        z-index: 10;
    }

    /* Overlay background */
    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1040;
        display: none;
    }

    /* Active state */
    .categories-and-filters-wrapper.active {
        transform: translateX(0);
    }

    .filter-overlay.active {
        display: block;
    }

    /* Prevent body scroll when sidebar is open */
    body.sidebar-open {
        overflow: hidden;
    }
}

@media (max-width: 575px) {
    .categories-and-filters-wrapper {
        width: 90vw;
    }
}

/* Overlay background */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    /* semi-transparent white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    display: none;
    /* hidden by default */
}

/* Circular Loader */
.loader-circle {
    width: 70px;
    height: 70px;
    border: 6px solid #e5c07b;
    /* golden jewelry shade */
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite, shine 2s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(229, 192, 123, 0.7);
}

/* Rotation */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Shining Glow Effect */
@keyframes shine {
    0% {
        box-shadow: 0 0 10px rgba(229, 192, 123, 0.4);
    }

    50% {
        box-shadow: 0 0 30px rgba(229, 192, 123, 1);
    }

    100% {
        box-shadow: 0 0 10px rgba(229, 192, 123, 0.4);
    }
}

.no-products {
    text-align: center;
    font-size: 20px;
    padding-top:40px;
}