:root {
    --primary-color: #0f1241;
    --bg-secondary: #010045;
}

.text-pure-dark {
    color: #000000;
}

.font-weight-600 {
    font-weight: 600;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-secondary {
    background: var(--bg-secondary) !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

footer {
    background: var(--primary-color);
}

.header-section-3 {
    background-color: #923030;
    padding: 6px 0px;
}

.header-section-3 p a {

    margin-left: 10px;
}

@media (min-width: 992px) { /* Sirf desktop/large screens par sticky ho */
    .sticky-sidebar {
        position: -webkit-sticky; /* For Safari */
        position: sticky;
        top: 20px; /* Page ke top se kitna gap rakhna hai */
        height: max-content; /* Jitna content hai utni hi height le */
        z-index: 100;
    }
}

.prod-item {
    padding-left: 8px;
    padding-right: 8px;
}

/* Button Dropdown for left right cly sph */
.custom-select {
    position: relative;
    width: 100%;
}

.select-btn {
    width: 100%;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.select-btn:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    width: 180px; /* Adjust as per need */
    border-radius: 4px;
    margin-top: 2px;
}

.custom-select.open .select-dropdown {
    display: block;
}

.option1 {
    padding: 5px 10px;
    cursor: pointer;
}

.option:hover {
    background-color: #f8f9fa;
}

.sign-row {
    display: flex;
}

.sign-row button {
    width: 50%;
    border: none;
    background: #eee;
    padding: 6px;
}

.single {
    text-align: center;
    padding: 6px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: center;
}

.option.selected-active {
    background-color: #e3f2fd !important; /* Light Blue */
    color: #007bff;
    font-weight: bold;
}

/* .options-scroll {
    max-height: 250px;
    overflow-y: auto;
} */

.options-scroll {
    max-height: 180px;
    overflow-y: auto;
}

.option-row {
    display: flex;
}

.option {
    width: 50%;
    text-align: center;
    padding: 6px;
    cursor: pointer;
}

.option:hover {
    background: #f0f0f0;
}

.tw-transform {
    display: inline-flex;     
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth rotation */
    transform-origin: center; 
    
    /* Variables setup */
    --tw-rotate: 0deg;
    transform: rotate(var(--tw-rotate));
}

.tw-rotate-180 {
    --tw-rotate: 180deg;
}

/*Wear The Trend Banner Css*/
.bg-light-gray {
    background-color: #f4f4f4; /* Image ka background color */
}

.banner-section {
    min-height: 300px;
    display: flex;
    align-items: center;
}

.banner-title {
    font-size: 3rem;
    color: #333;
    letter-spacing: -1px;
}

.banner-text {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 500px;
}

.btn-learn-more {
    font-size: 0.9rem;
    text-transform: capitalize;
    border-width: 1px;
    transition: all 0.3s ease;
}

.btn-learn-more:hover {
    background-color: #000;
    color: #fff;
}

/* Floating effect for the glasses image */

.banner-object-fit {
    object-fit: contain; 
    object-position: right center; 
}

.banner-section .row {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 991px) {
    .banner-title { font-size: 2.2rem; }
    .banner-section { text-align: center; }
    .banner-text { margin: 0 auto 1.5rem; }
}

/* Girls Wearing Glasses Banner */
.custom-banner-section {
    background-color: #f3f3f3; 
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


.banner-content-padding {
    padding-left: 10%;
    padding-right: 5%;
}

/* Title Styling */
.make-own-title {
    font-size: 2.8rem;
    color: #333;
    font-weight: 400;
    text-transform: lowercase; 
}

/* Description Styling */
.banner-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    max-width: 500px;
}

.banner-image-fit {
    display: block;
    object-fit: cover;
    height: 100%;
}

/* Learn More Button */
.btn-learn-more {
    font-size: 0.85rem;
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: #333;
    color: #333;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .banner-content-padding {
        padding: 50px 20px;
        text-align: center;
    }
    .banner-description {
        margin: 0 auto 25px;
    }
    .make-own-title {
        font-size: 2rem;
    }
}

/* View Switcher Css*/ 

.view-switcher .btn-view {
    background: transparent !important;
    border: none !important;
    color: #888;
    font-size: 30px;
    padding: 5px 10px;
    position: relative;
    transition: color 0.3s ease;
    outline: none !important;
    box-shadow: none !important;
}

.view-switcher .btn-view:hover {
    color: #333;
}

.view-switcher .btn-view.active {
    color: #000; 
}

/* Active state ke liye neechay wali line (Underline) */
.view-switcher .btn-view.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%; /* Line thori choti icon ke niche */
    width: 70%;
    height: 3px; /* Line ki thickness */
    background-color: #000; /* Black Underline */
    border-radius: 2px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.font-size-12 {
    font-size: 12px;
}

.style-section {
    overflow: hidden;
    border-radius: 8px;
}

.home-sub-cat-table th,
.home-sub-cat-table td {
    padding: 0.5rem 0.2rem;
}

.style-section span {
    background: linear-gradient(0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), radial-gradient(104.07% 139.15% at 50.22% 0, rgba(255, 255, 255, 0.49) 0, rgba(255, 255, 255, 0.28) 100%);
    backdrop-filter: blur(30px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.style-section:hover span a {
    text-decoration: underline;
}

.style-section span a {
    color: #fff;
    font-size: 20px;
}

#home-top-section .cat-dropdown {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #f5f5f5;
    cursor: pointer;

    position: relative;
}

#home-top-section .cat-dropdown .drop-btn .title {
    text-align: center;
    font-weight: 600;
}

#home-top-section .cat-dropdown .dropdown-content {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
}


@media (min-width: 991px) {
    #home-top-section .cat-dropdown:hover .dropdown-content {
        display: block;
    }
}

#home-top-section .cat-dropdown .dropdown-content .sub-cat:hover table {
    background-color: #f4f4f4;
}

#home-top-section .cat-dropdown .dropdown-content .cat-view-all {
    display: block;
    text-align: center;
    font-size: 1.0rem;
    margin: auto;
}

@media (max-width: 1199px) {
    #sidebarHeaderInvoker {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .topbar-left,
    .topbar-right {
        width: 100%;
    }

    .topbar-left ul,
    .topbar-right ul {
        text-align: center;
    }

    .topbar-left ul {
        padding-bottom: 10px !important;
    }
}

.u-slick__arrow-inner--left,
.u-slick__arrow-inner--right {
    font-size: 2.5rem;
    color: #0f1241 !important;
}

@media (max-width: 991px) {
    .u-slick__arrow-inner--left,
    .u-slick__arrow-inner--right {
        font-size: 1.5rem;
    }
}

.custom-swiper-btn {
    background: rgba(255, 255, 255, 0.3) !important;
    padding: 10px 15px;
    border-radius: 50%;
}

.product-container {
    border: 1px solid #EBEBF0;
    border-radius: 8px;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    background-color: #F5F5F5;
}

.product-container:hover {
    transition: box-shadow 0.2s ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 16px 0px;
}

.product-container .rating-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90px;
    padding: 5px 10px;
    background: rgb(255, 255, 255);
    border-radius: 40px;
    font-weight: bold;
    z-index: 10000;
}

.product-container .wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-container .product-price {
    font-weight: 600;
    font-size: 15px;
}

.product-price a {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* sirf 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px){
    .product-container .product-price {
        font-size: 12px;
    }
}

.product-item__title {
    min-height: 48px;
}

.product-item__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* sirf 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-container .second-img,
.product-color-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
}

.product-container a:hover .second-img {
    display: block;
}

.product-container .view-product-btn {
    background-color: #00bac6;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin-top: 8px;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

#product-page .product-image {
    width: 100%;
    border: 1px solid #EBEBF0;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
}

#product-page .product-image img {
    transition: all .5s;
}

#product-page .product-image:hover img {
    transform: scale(1.05);
}

.view-btn-360 {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 100;
    cursor: pointer;
}

#product-page .select-lenses {
    background-color: #00bac6;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 9px 12px;
    font-size: 16px;
    display: block;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer !important;
}


.review-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.review-rating > input {
    display: none;
}

.review-rating > label {
    position: relative;
    width: 1.1em;
    font-size: 2.5rem;
    color: #FFD700;
    cursor: pointer;
}

.review-rating > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.review-rating > label:hover:before,
.review-rating > label:hover ~ label:before {
    opacity: 1 !important;
}

.review-rating > input:checked ~ label:before {
    opacity: 1;
}

.lens-detail-box {
    border: 1px solid rgba(60, 60, 60, 0.23);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 10px 10px;
}

#account-tab {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}

#account-tab a {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 12px 10px;
}

#account-tab a:last-child {
    border-bottom: none;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.lens-category-section {
    display: flex;
    border: 1px solid #d8d8d8;
    padding: 15px 20px;
    cursor: pointer;
    transition: all .5s;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.lens-category-section:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 16px 0px;
}

.lens-details-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lens-category-section .lens-img-section {
    margin-right: 1rem;
}

#select-lens-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 100;
}

#select-lens-spinner .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lens-details-table {
    width: 100%;
    margin-bottom: 1rem;
}

.lens-details-table thead tr {
    background-color: rgb(245, 245, 255);
}

.lens-details-table tr td,
.lens-details-table tr th {
    padding: 6px 0;
    text-align: center;
    font-weight: 600;
}

.cart-items {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
    border-radius: 12px;
    margin-bottom: 1rem;
    padding: 1rem;
    justify-content: space-evenly;
}

.cart-items .cart-img-section {
    max-width: 200px;
    display: flex;
    align-items: center;
}


@media (max-width: 991px) {
    .cart-items {
        flex-direction: column;
    }

    .cart-items .cart-img-section {
        max-width: 100%;
        justify-content: center;
    }

    .cart-items .cart-img-section img {
        max-width: 200px;
    }
}

.cart-items .cart-details {
    padding-right: 1rem;
    padding-top: 1rem;
}

#product-swatch {
    display: flex;
    flex-wrap: wrap;
}

.color-attributes {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    margin-right: .4rem;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.color-attributes.active {
    transform: scale(1.3); /* increase color box size */
    outline: 2px solid #d4af37; /* Set border */
    outline-offset: 1px;
    margin: 0 8px; /* Left and Right padding */
    z-index: 1; 
}

.color-attributes .color {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.checkbox-section {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.lens_power_file {
    background-color: var(--primary-color);
    padding: 5px;
    font-size: 12px;
    color: #fff !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    border-color: #ddd !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.help-support-links {
    overflow: hidden;
}

/*.help-support-links:after {*/
/*    font-size: 8px;*/
/*    line-height: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -1px;*/
/*    margin-left: 7px;*/
/*    content: '...............................................................................';*/
/*    -webkit-transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);*/
/*    transition: all .3s cubic-bezier(0.36, 0.8, 0.41, 1);*/
/*    letter-spacing: .50em;*/
/*    color: inherit;*/
/*}*/

.mobile-modal {
    margin: 0;
    display: flex;
    align-items: baseline;
    height: 100%;
}

.modal.fade.custom-fade .modal-dialog {
    transition: all .5s;
    transform: translate(0, 100px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade.custom-fade .modal-dialog {
        transition: none;
    }
}

.modal.fade.custom-fade .modal-dialog {
    transition: all .5s;
    transform: translate(0, 100px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade.custom-fade .modal-dialog {
        transition: none;
    }
}

.modal.fade.custom-fade.show .modal-dialog {
    transform: translate(0, 0);
}

#home-top-mobile-section {
    padding: 15px 0;
}

#home-top-mobile-section h6 {
    color: #68688f;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#home-top-mobile-section img {
    border-radius: 5px;
    padding: 3px;
    background: #fff;
}

@media (max-width: 1199px) {
    #main-nav {
        display: none;
    }
}

.cat-filter-box {
    border: 1px solid rgba(205, 205, 205, 0.6);
    width: 31.1%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 4px 2px;
    cursor: pointer;
    opacity: .8;
    padding: 4px 2px;
}

.cat-filter-box.active {
    border: 2px solid rgb(28, 187, 180);
}

.cat-filter-box h6 {
    font-size: 10px;
}

.hidden {
    display: none;
}

.color-section {
    display: flex;
    flex-wrap: wrap;
}

.color-section a {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* sirf 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.color-section .color-box {
    display: inline-block;
    width: 20px;   /* change size */
    height: 20px;
    border-radius: 50%; /* rounded boxes */
    cursor: pointer;
    margin: 0 2px; /* Default some gap */
    /* border: 1px solid transparent;  */
    transition: all 0.3s ease;
}

.color-box:hover {
    transform: scale(1.3); /* increase color box size */
    outline: 2px solid #d4af37; /* Set border */
    outline-offset: 1px;
    margin: 0 8px; /* Left and Right padding */
    z-index: 1; 
}

.pre-loader {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fff8e1, #d4af37) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
}

.pre-loader .loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.pre-loader .loader img {
    /*max-width: 80px;*/
    animation: imgPreloader 1.8s infinite;
}

.pre-loader .loader h3 {
    color: #0a1a2f;
    animation: textfade 1.8s infinite;
}

@keyframes textfade {
    0%, 100% {
        opacity: 0.3;
        transform: translateY(5px);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imgPreloader {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(1.05);
    }
}

.search-box {
    padding: 10px 5px 5px;
    border: 2px solid var(--primary-color) !important;
    border-top: none;
    background-color: #fff !important;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    z-index: 1;
}

.search-box .search-item-section {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.search-box .search-item-section:last-child {
    border-bottom: none;
}

.search-box .search-item-section .img-section img {
    border: 1px solid #e8e8e8;
}

.sph_power {
    border: 1px solid #e8e8e8;
    max-height: 180px;
    overflow-x: hidden;
    position: absolute;
    width: 90%;
    background-color: #fff;
}

.sph_power .power-list {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.sph_power .power-list .list-1,
.sph_power .power-list .list-2 {
    cursor: pointer;

}

.sph_power .power-list .list-1:hover,
.sph_power .power-list .list-2:hover {
    background-color: #e8e8e8;

}

.sph_power .power-list .list-1 {
    border-right: 1px solid #e8e8e8;
}

.bottom-section{
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(229, 231, 235, 1);
}

.select-lens-img{
    max-width: 80px;
    min-width: 80px;
    width: 100%;
}

.h-custom-lens-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.h-custom-lens-section h2{
    font-family: "Marcellus", Sans-serif;
    color: #0F1241;
    font-size: 45px;
    font-weight: normal;

}

.h-custom-lens-section p{
    font-family: Cabin, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #363636;
}

.custom-new-btn{
    background-color: #00000000;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 25px;
    font-size: 16px;
}

.h-explore-latest-collection {
    background-attachment: fixed !important;
    background-position: center !important;
}

.marcellus-font {
    font-family: "Marcellus", Sans-serif !important;
}

.were-the-trend p {
    color: #000 !important;
    font-size: 18px;
    margin-bottom: 1rem;
}

.were-the-trend .view-all-trends {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-decoration: underline;
    text-transform: uppercase;
    color: #3e3e3e !important;
}


.h-explore-btn {
    background-color: #0F1241;
    padding: 12px 24px;
    color: #fff;
    border-radius: 3px;
}

.h-explore-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.h-collections .c-box-section {
    overflow: hidden;
    transition: all 1s;
    position: inherit;
}

.h-collections .c-box-section img {
    transition: all 0.45s;
}

.h-collections .c-box-section:hover img {
    transform: scale(1.08);
}

.h-collections .detail-section p {
    font-size: 16px;
    color: #000 !important;
}

.h-collections .detail-section {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color: #000;
}

.h-collections .detail-section a {
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 16px;
}

.h-collections .c-box-section .box-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.20);
}

.product-sale-circle{
    background-color: #DD9933;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight:bold;
}

.try_on_top_btn{
    font-size: 12px;
    font-weight: normal;
    width: 80px;
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
    border-radius: 5px;
    color: #fff !important;
}

.try_on_top_btn:hover{
    box-shadow: none !important;
    background-color: #1B4332 !important;
    border-color: #1B4332 !important;
    color: #fff !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}