@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    transition: 0.7s ease;
}


.w90vw {
    width: 90vw;
}
.mw1400 {
    max-width: 1385px;
    margin: auto;
}
.mw1600 {
    max-width: 1550px;
    margin: auto;
}
.mw1800 {
    max-width: 1800px;
    margin: auto;
}



body {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #eee;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #fff;
}

/* .products-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 0;
} */
/* .product, .cart-item {
    width: min-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
} */
.product img, .cart-item img {
    width: 100%;
    height: auto;
}
.btn {
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}
.cart-container {
    display: none;
    margin: 20px;
}
.search-input {
    margin: 20px;
    padding: 10px;
    font-size: 16px;
}

img.logoimgbg {
    max-width: 150px;
}

.webnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 15px 40px;
    padding-top: 20px;
}

.useracc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mainmenu {
    background: #1c1d1f;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}

a.navitm {
    color: #eee;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.opa02 {
    opacity: 0.2;
}

.accbtn {
    background: #fff;
    color: #0d0d0d;
    border-radius: 400px;
    padding: 7px 20px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    padding-bottom: 8px;
}

.othermitms {
    display: flex;
    align-items: center;
    gap: 15px;
}

.webcart {
    background: #0000;
    color: #ffffff;
    border-radius: 400px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.cartcounter {
    background: #fff;
    color: #0d0d0d;
    min-width: 15px;
    height: 15px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -5px;
    right: -5px;
}


.mainheader {
    padding: 10px;
    display: flex;
    gap: 100px;
}

.mvid5 {
    max-height: 60vh;
    min-height: 60vh;
    object-fit: cover;
    border-radius: 30px;
}

.headermaindatahldr {
    width: 25%;
}

.headersecdatahldr {
    width: 70%;
    min-height: 60vh;
    position: relative;
    height: 100%;
}

div#tprod {
    display: inline-block;
}


.vspace10 {
    height: 10px;
}
.vspace20 {
    height: 20px;
}
.vspace50 {
    height: 50px;
}
.vspace100 {
    height: 100px;
}

a.trendsappitm {
    background: #eeeeee3d;
    backdrop-filter: blur(10px);
    background-color: #00000000;
    border: solid 1px #ffffff42;
    color: #ffffffa6;
    padding: 1px 10px;
    padding-bottom: 2px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
}

a.trendsappitm:hover {
    background: #eeeeee;
    background-color: #ffffffed;
    color: #0d0d0d;
    transition: 0.1s;

}



.trendsappitms {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.trendsappttl {
    font-size: 14px;
    margin-bottom: 15px;
}


.xxttl {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
}


.mhttl {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.mhdesc {
    font-size: 14px;
    color: #bfbfbf;
}

img.carticn {
    max-width: 25px;
}


img.navitmicn {
    max-width: 14px;
}


img.hdrproductimgone {
    max-width: 100px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 400px;
}

.hdrproducthldr {
    display: flex;
    align-items: center;
    gap: 15px;
    /* position: absolute;
    bottom: 40px;
    left: 50px; */
    backdrop-filter: blur(10px);
    background-color: #0000002b;
    padding: 20px;
    border-radius: 25px;
    padding-right: 30px;
}

.hdrproductttl {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.hdrproductdesc {
    font-size: 13px;
    color: #bfbfbf;
    margin-top: 5px;
}

.hdrproducthldrdata {
    display: flex;
    flex-direction: column;
    margin-top: -4px;
}

/* .prehdrproducthldr {
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(10px);
    background-color: #0000002b;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
} */

.prehdrproducthldr {
    display: flex;
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(10px);
    background-color: #0000002b;
    padding: 7px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
    /* transform: rotate(-7deg); */
    margin-bottom: 5px;
    margin-left: 5px;
    z-index: 9;
}

.headervidnotesdata {
    display: flex;
    gap: 3px;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
    align-items: center;
}

.leftsec {
    display: flex;
    flex-direction: column;
}

.headervidnotesdatahldr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding: 40px 50px;
}

img.toolsmenuimg {
    filter: invert(1);
    max-width: 20px;
    cursor: pointer;
}

.toolsmenuimgapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

img.nexticn {
    filter: invert(1);
    max-width: 20px;
}

.nxtbtnhldr {
    backdrop-filter: blur(10px);
    background-color: #0000;
    border-radius: 400px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: powderblue;
    padding: 5px;
    cursor: pointer;
}

.nxttxt {
    font-size: 12px;
    color: #bfbfbf;
    text-transform: capitalize;
    margin-right: 0px;
    cursor: pointer;
}

.accbtnn {
    font-size: 14px;
    cursor: pointer;
}

img.productimg {
    /* max-height: 250px; */
    object-fit: contain;
    border-radius: 5px;
}

.product {
    cursor: pointer;
    position: relative;
}

.productttl {
    position: absolute;
    width: 85%;
    bottom: 17px;
    left: 20px;
    font-size: 12px;
    color: #b5b5b5;
    text-transform: capitalize;
    z-index: 99999;
    opacity: 0;
}

.productttl {
    background: #111111b3;
    font-weight: 500;
    border-radius: 7px;
    padding: 3px 10px;
    max-width: 75%;
    width: max-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.hover-overlay {
    background: #111111ad;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    opacity: 0;
        pointer-events: none;
}

.product:hover * .hover-overlay {
    opacity: 1;
    transition: 0.5s ease;
}
.product:hover * .productttl {
    opacity: 1;
    transition: 0.5s ease;
}







div#products-container {
    display: flex;
}

/* Styles for shimmer loading effect */
.shimmer-box {
    width: 100%;
    height: 250px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    margin-bottom: 20px;
    border-radius: 5px;
    opacity: 0.22;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.product-column {
    flex: 1;
    padding: 10px;
}

.product {
    margin-bottom: 20px;
    /* background-color: #333; */
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s;
}

.product:hover {
    transform: translateY(-5px);
}

.productimg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

span#pageInfo {
    font-size: 13px;
    color: #8b8b8b;
    margin-left: 10px;
}


.sidebarcont {
    position: sticky;
    top: 100px;
}

.category-slider {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
  }
  
  .category-slider button {
    padding: 0px;
    border: none;
    background: #0000;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
  }
 

  .productdeschldr * u {
    background: #161616;
    color: #ffffffb8;
    border: solid 1px #333;
    border-radius: 400px;
    padding: 1px 10px;
    padding-bottom: 2px;
    display: inline-flex
;
    margin-right: 2px;
    margin-bottom: 8px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}


.productdeschldr > u {
    background: #161616;
    color: #ffffffb8;
    border: solid 1px #333;
    border-radius: 400px;
    padding: 1px 10px;
    padding-bottom: 2px;
    display: inline-flex
;
    margin-right: 2px;
    margin-bottom: 8px;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}


.prdctdescattrhldr {
    width: 100%;
    color: #9b9b9b;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}


h3.prdctdescattrhldrbxttl {
    margin-bottom: 20px;
}

strong.prdctdescattrhldronettl {
    color: #fff;
}


.prdctdescattrhldrone {
    font-size: 14px;
}


  .category-slider {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  
  .category-slider::-webkit-scrollbar {
    display: none; 
  }
  
  .category-slider.dragging {
    cursor: grabbing;
    user-select: none;
  }
  


  img.cat-thumb {
    max-width: 280px;
    border-radius: 10px;
}


.shimmer-text {
    display: inline-flex !important;
    width: 100px;
    height: 15px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f6f6f6 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    color: transparent;
    border-radius: 4px;
    align-items: center;
}
  
  @keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  


  img.productmainimg {
    border-radius: 20px;
    height: 400px;
}



.productimghldr {
    min-height: 100%;
    width: 50vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}

.productonedetailsmain {
    width: 50vw;
}

.productonedetails {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

img.productmainimg:hover {
    transform: scale(1.5);
    transition: 1.5s ease;
}

h1.mainproductttl {
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 30px;
}

img.relatedprodimg {
    max-height: 140px;
    border-radius: 10px;
}

.related-products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

button.relatedprodone {
    border: 0 !important;
    background: #0000;
    cursor: pointer;
}


.filterpgsearcapp {
    display: flex
;
    padding: 10px 15px;
    border-radius: 11px;
    margin-bottom: 30px;
    border: solid 1px #3333337d;
        align-items: center;
        justify-content: space-between;
}

.filterpgsearcinput {
    border: 0;
    background: #0000;
    border-left: solid 1px #333;
    padding-left: 10px;
    margin-left: 10px;
    outline: 0;
    color: #fff;
}

option.searchbxlistone {
    background: #fff;
    padding: 20px;
}

img.filtersrchicn {
    max-width: 19px;
    filter: invert(1);
}





.sidebar { width: 250px; padding: 20px;  }
    .main { flex: 1; padding: 20px; }
    .product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
    .pagination {text-align: left; }
    .pagination button { margin: 0 5px; padding: 5px 10px; }
    .mainfindpg{display: flex;}


    .pagination button {
        margin: 1px 0px;
        background: #b261e7;
        color: #ffffff;
        border: 0;
        border-radius: 1000px;
        padding: 1px 10px;
        cursor: pointer;
        font-size: 11px;
    }

    
    h2#totalCount {
        font-size: 14px;
        color: #8b8b8b;
    }

    .category-dropdown {
        position: relative;
        width: 100%;
        max-width: 250px;
      }
      
      .dropdown-toggle {
        cursor: pointer;
      }
      
      .dropdown-menu {
        display: none;
        position: absolute;
        width: 100%;
        max-height: 250px;
        overflow-y: auto;
        border: 1px solid #3333334d;
        border-radius: 4px;
        z-index: 99;
        margin-top: 4px;
        top: 40px;
        left: 0;
        background: #0000;
    }

    input#categorySearchInput {
        outline: 0;
        border-radius: 400px;
        background: #0000;
        border: solid 1px #33333300;
        color: #fff;
    }
      
      .dropdown-menu input {
        width: 90%;
        margin: 10px auto;
        display: block;
        padding: 6px;
      }
      
      .category-options button {
        display: block;
        width: 100%;
        padding: 8px 12px;
        border: none;
        background: #0000;
        color: #a7a7a7;
        text-align: left;
        cursor: pointer;
    }

    div#dropdownMenu {
        background: #161616;
        border-radius: 8px;
    }
      
      .category-options button:hover {
        background: #2867cc;
      }

      img.filterttlicn {
        max-width: 15px;
    }

    .filterttl {
        display: flex
    ;
        align-items: center;
        gap: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 700;
    }

    .fltrline {
        border-bottom: solid 1px #33333361;
        margin: 18px 0px;
    }

    h3.filtersercttl {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .category-dropdown {
        position: relative;
        max-width: 250px;
        border: solid 1px #3333335c;
        padding: 9px 0px;
        width: max-content;
        min-width: 93%;
        border-radius: 10px;
        font-size: 14px;
        color: #a5a5a5;
        padding-left: 13px;
    }

    select#sortSelect {
        position: relative;
        border: solid 1px #3333335c;
        padding: 9px 0px;
        width: 100%;
        border-radius: 10px;
        font-size: 14px;
        color: #a5a5a5;
        padding-left: 13px;
        background: #0000;
        outline: 0;
    }

    option {
        background: #161616;
        box-shadow: none;
    }

    select {
        -webkit-appearance: none;  /* Safari/Chrome */
        -moz-appearance: none;     /* Firefox */
        appearance: none;          /* Standard */
        background: transparent;
        padding-right: 20px; /* Make space for custom arrow if needed */
        border: 1px solid #ccc; /* Optional styling */
      }
      
      /* Optional: hide the default arrow in Edge/IE */
      select::-ms-expand {
        display: none;
      }



      .product-grid {
        display: flex;
        gap: 20px;
      }
      
      .product-grid .column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
      }
      
      .productonefilterhldr {
        position: relative;
    }

    h4.productonefilterttl {
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        bottom: 0px;
        /* left: 15px;
        max-width: 82%; */
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .product-masonry {
        column-count: 4;
        column-gap: 20px;
        margin-bottom: 100px;
      }
      
      .product {
        break-inside: avoid;
        border-radius: 8px;
        overflow: hidden;
      }
      @media (max-width: 1024px) {
        .product-masonry {
          column-count: 2;
        }
      }
      
      @media (max-width: 600px) {
        .product-masonry {
          column-count: 1;
        }
      }
            
      


      #loadingShimmerGrid {
        column-count: 4;
        column-gap: 20px;
        margin-bottom: 40px;
      }
      
      .shimmer-box {
        height: 220px;
        width: 100%;
        border-radius: 8px;
        margin-bottom: 20px;
        background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
        background-size: 200% 100%;
        animation: shimmer 1.2s infinite linear;
      }
      
      @keyframes shimmer {
        0% { background-position: -200% 0; }
        100% { background-position: 200% 0; }
      }
      

      .main {
        position: relative;
    }


    div#loadingShimmer {
        background: #111111c7;
        height: 57vw;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        z-index: 999;
        backdrop-filter: blur(4px);
        top: 0;
        left: 0;
    }



    h4.productonefilterttl {
        opacity: 0;
        text-transform: capitalize;
        background: #ffffff8c;
        backdrop-filter: blur(10px);
        color: #000;
        font-weight: 400;
        padding: 6px;
        border-radius: 7px;
        text-transform: capitalize;
    }


    .productonefilterhldr:hover > h4.productonefilterttl {
        opacity: 1;
        
    }





    .searchbxlisthldr {
        border: 0;
        background: #fff;
        margin: 0;
        outline: 0;
        min-width: 95px;
        padding: 10px;
    }


    .custom-select-wrapper {
        position: relative;
        
      }
      
      .custom-select-trigger {
        display: flex
    ;
        gap: 6px;
        cursor: pointer;
        font-size: 13px;
        align-items: center;
    }
      
    .custom-options {
        display: none;
        position: absolute;
        top: 37px;
        left: -10px;
        z-index: 100;
        background: #111111;
        border: 1px solid #333333a8;
        border-radius: 6px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        font-size: 13px;
        min-width: 150px;
    }
      
      .custom-option {
        padding: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
      }
      
      .custom-option:hover {
        background: #000000;
      }
      

      a.producttagone {
        background: #161616;
        color: #ffffffb8;
        border: solid 1px #333;
        border-radius: 400px;
        padding: 1px 10px;
        padding-bottom: 2px;
        display: inline-flex
    ;
        font-size: 12px;
        font-weight: 200;
        text-transform: capitalize;
        margin-bottom: 6px;
        margin-right: 5px;
    }


    a.producttagonee {
        color: #1b8df1;
    }

    .tagsline {
        border-top: solid 1px #3333334f;
        margin-top: 15px;
        margin-bottom: 15px; }




        video#bg-video {
            max-width: 40vw;
            height: 80vh;
            object-fit: cover;
            border-radius: 47px;
        }

        .flx {
            display: flex
        ;
            align-items: center;
            justify-content: center;
            gap: 130px;
            flex-wrap: wrap;
            height: 100vh;
        }

        button.loginbtn {
            border-radius: 10px;
            width: 97.5%;
            margin-top: 20px;
            border: 0;
            background: #b261e7;
            color: #fff;
            padding: 12px;
            background: linear-gradient(15deg, #7c53ff, #f796ff) !important;
            font-weight: 600;
        }

        p#message {
            position: fixed;
            bottom: 0;
            background: #232323;
            width: 100%;
            left: 0;
            text-align: center;
            padding: 10px 0px;
            font-size: 14px;
            color: #c3c3c3;
        }

        h1.loginttl {
            margin-bottom: 25px;
            font-size: 30px;
            text-transform: capitalize;
        }

        .lloginprtemailone, .lloginprtpassone {
            font-size: 14px;
            color: #818181;
            margin-bottom: 5px;
            margin-top: 10px;
            text-transform: capitalize;
        }

        .emailinput, .passwordinput {
            background: #0000;
            border: solid 1px #333;
            padding: 8px 12px;
            border-radius: 9px;
            color: #fff;
            width: 93%;
            outline: 0;
            margin-bottom: 10px;
        }


        .lloginprt {
            width: 25vw;
        }


        img.gglloginicn {
            max-width: 25px;
        }

        button.gglloginbtn {
            display: flex
        ;
            align-items: center;
            border-radius: 7px;
            width: 97.5%;
            justify-content: center;
            padding: 6px;
            border: 0;
            gap: 10px;
        }

        .pricingoptionshldr {
            display: flex
        ;
            align-items: center;
            justify-content: center;
            margin-top: 50px;
            text-align: center;
            gap: 50px;
        }   


        .pricingoptionshldrone {
            border: solid 1px #333;
            border-radius: 10px;
            padding: 40px;
        }

        .pricingoptionshldronettl {
            font-size: 26px;
            text-transform: capitalize;
            font-weight: 800;
        }

       
        .packagepricedollar {
            font-size: 25px;
            font-weight: 800;
        }


        .packagepricecreidt {
            font-size: 25px;
            font-weight: 800;
        }

        div#onetimepackageprice {
            display: flex
        ;
            align-items: flex-start;
            justify-content: center;
            gap: 10px;
            flex-direction: column;
        }


        div#onetimepackagepricechanger, div#subscriptionpackageprice {
            margin-top: 20px;
            margin-bottom: 20px;
        }


        .packagenote {
            font-size: 13px;
            color: #676767;
        }


        div#subscribebtnonetime {
            cursor: pointer;
            background: #7c53ff;
            border-radius: 400px;
            padding: 5px 11px;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            width: max-content;
            align-items: center;
            justify-content: center;
            text-align: center;
            display: inline-block;
            min-width: 200px;
            margin-bottom: 10px;
            width: 100%;
        }


        
        
        .pricevalues {
            display: flex
        ;
            flex-wrap: wrap;
            gap: 7px;
            text-align: center;
            align-items: center;
            justify-content: flex-start;
            margin-top: 10px;
        }


        div#onetimepackagepricechanger, div#subscriptionpackageprice {
            display: flex
        ;
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #676767;
            flex-direction: column;
            align-items: flex-start;
        }

        .oneprice {
            cursor: pointer;
            background: #7c53ff;
            border-radius: 400px;
            padding: 5px 11px;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
        }


        button.btn {
            border-radius: 10px;
            border: 0;
            background: #b261e7;
            color: #fff;
            padding: 12px;
            background: linear-gradient(15deg, #7c53ff, #f796ff) !important;
            font-weight: 600;
        }

        .userdataprofile {
            display: flex
        ;
            align-items: center;
            gap: 20px;
        }

        h2.accountdtattl {
            margin-bottom: 22px;
        }

        .userdatadetails {
            display: flex
        ;
            flex-direction: column;
            gap: 7px;
        }


        .info-row.balance-row {
            display: flex
        ;
            align-items: center;
            justify-content: center;
            background: #1c1d1f;
            margin-top: 40px;
            margin-bottom: 20px;
            border-radius: 10px;
            color: #000;
            gap: 15px;
            padding: 15px;
            padding: 15px;
            color: #fff;
        }


        p.pricingdesc {
            font-size: 14px;
            color: #636363;
            text-align: center;
        }

        .pricingoptionshldronedesc {
            text-align: left;
            margin-top: 9px;
            margin-bottom: 28px;
            font-size: 14px;
            color: #9d9d9d;
        }



        h1.pricinttl {
            font-size: 29px;
            text-transform: capitalize;
            margin-bottom: 6px;
            text-align: center;
        }

        .orderdownhldr {
            margin-top: 20px;
            border: solid 1px #3333338a;
            border-radius: 10px;
            padding: 25px;
        }

        strong.orderid {
            font-size: 14px;
            color: #797979;
        }

        em.orderdate {
            font-size: 14px;
            color: #797979;
            font-style: normal;
        }

        a.filename {
            color: #359bf5;
            cursor: pointer;
        }


        strong.prodname {
            font-size: 15px;
            margin-bottom: 5px;
            display: block;
            margin-left: 3px;
            font-weight: 500;
        }
        input#avatarInput {
            display: flex
        ;
            margin-top: 12px;
        }

        .info-row {
            font-size: 15px;
        }

.sociallgnttl {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #737373;
}


.oneprice {
    cursor: pointer;
    background: #7c53ff00;
    border: solid 1px #7c53ff5c;
    border-radius: 400px;
    padding: 5px 11px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}



.pricingoptionshldrone {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}



div#subscriptionpackageprice {
    color: #fff;
}

div#subscriptionpackagepricechanger {
    display: flex
;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #676767;
    flex-direction: column;
    align-items: flex-start;
}

.pricingoptionshldrone {
    min-height: 370px;
}


.mainmenu {
    z-index: 9999999999;
}


div#webnav {
    z-index: 999999999999;
    position: relative;
}


img.primg {
    max-width: 50px;
    border-radius: 7px;
}

.prdataone {
    display: flex
;
    gap: 10px;
}

.productsareahm {
    position: relative;
}



.smoreare {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 135px;
    display: flex
;
    align-items: flex-start;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(to top, #111111 25%, #111111cf 50%, #11111199 75%, rgb(17 17 17 / 0%) 100%);
    padding-top: 100px;
    justify-content: center;
    backdrop-filter: blur(1px);
}

button#show-more-btn {
    cursor: pointer;
    background: #0000;
    border: 0;
    color: #adadad;
}


button#show-more-btn {
    cursor: pointer;
    border: 0;
    color: #ffffff;
    font-style: normal;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(15deg, #7c53ff, #f796ff);
    border-radius: 400px;
    padding: 6px 14px;
    padding-top: 4px;
    box-shadow: 0px -30px 100px 20px rgba(0, 0, 0, 1);
    transition: 0.5s ease;
}

button#show-more-btn:hover {
    box-shadow: 0px -50px 100px 20px rgb(247 150 255 / 46%);
}

.prehdrproducthldr {
    transform: rotate(-7deg);
    left: -17px;
    bottom: -20px;
    position: relative;
        /* border: solid 1px #ffffff42; */
}

.catsldlst {
    position: absolute;
    right: -40px;
    width: 130px;
    /* height: 100%; */
    background: #11111194;
    border-radius: 20px;
    backdrop-filter: blur(7px);
    transition: 0.5s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 4px;
    padding: 8px;
    border: solid 1px #33333385;
    box-shadow: -40px 0px 100px 20px rgba(0, 0, 0, 1);
}



.catsldlst:hover {
    right: -50px;
    transition: 0.4s ease;
        box-shadow: -40px 0px 100px 20px rgb(247 150 255 / 46%)   
}

.catsld {
    position: relative;
}


.scrolltxt {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}


img.scrollicn {
    filter: invert(1);
    max-width: 20px;
    bottom: -1px;
    position: relative;
    opacity: 0.6;
}


section.mainsec.w90vw.mw1600.catsld {
    display: flex
;
    align-items: center;
    justify-content: center;
}



.producttype * img {
    filter: invert(1);
}

.producttype {
    position: absolute;
    top: 10px;
    left: 16px;
    background: #1111114a;
    border-radius: 400px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 5px;
}


.type-icon-wrapper {
    display: flex
;
    align-items: center;
    justify-content: center;
}

.type-icon-wrapper {
  position: relative;
  /* display: inline-block; */
}

.custom-tooltip {
    visibility: hidden;
    background-color: #11111170;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 4px 8px;
    position: absolute;
    bottom: 0;
    left: 60px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.type-icon-wrapper:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}



.hdrproductdesc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 30vw; */
}


img.hash {
    filter: invert(1);
    max-height: 17px;
}

img.favorite-icon {
    position: absolute;
    right: 13px;
    top: 15px;
    max-width: 23px;
    cursor: pointer;
}


.favourites-popup {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.favourites-popup-overlay.show .favourites-popup {
  opacity: 1;
  transform: scale(1);
}


.megameuuhldr {
    position: relative;
}




.mmitems {
    background: #1c1d1f;
    position: absolute;
    top: 40px;
    right: 10px;
    padding: 5px 0px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    min-width: 100px;
    box-shadow: 0px -30px 100px 20px rgb(0 0 0 / 20%);
    /* gap: 6px; */
    flex-direction: column;
        overflow: hidden;
        transition: 0.5s ease;

}


.mmitems:hover {
    box-shadow: -20px 0px 100px 20px rgb(247 150 255 / 11%);
    transition: 0.8s ease;
}

div#showfavs {
    display: flex
;
    align-items: center;
    gap: 7px;
    text-transform: capitalize;
    cursor: pointer;
    border: 0;
}

img.navfavorite-icon {
    max-width: 20px;
}



.mmitm {
    display: flex
;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
    width: max-content;
    color: #ffffff;
    width: 100%;
    min-width: max-content;
    border-top: solid 1px #7272722f;
    padding: 10px 20px;
}

.navfavtxt {
    padding-right: 10px;
}




.mmitm:hover {
    opacity: 1;
    transition: 0.5s ease;
}
.mmitm {
    opacity: 0.6;
    transition: 0.5s ease;
}








 

.favourites-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000de;
      backdrop-filter: blur(3px);
  z-index: 9999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.favourites-popup {
    background: #111;
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-header button {
  font-size: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.favourites-columns {
  display: flex;
  gap: 20px;
}



.favorite-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* Shimmer */
.shimmer-wrapper {
  display: flex;
  gap: 20px;
}
.shimmer-box {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 8px;
}
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}


.shimmer-box {
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #a5a5a5 25%, #a5a5a5c2 50%, #a5a5a5 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    border-radius: 8px;
    opacity: 0.1;
}


.fav-tabs {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
  flex-wrap: wrap;
}
.fav-tab {
    background: #111111;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    border: solid 1px #636363;
    color: #919191;
    font-size: 14px;
}
.fav-tab.active {
    background: #ffffff;
    color: #111111;
}


button.clsfavpp {
    filter: invert(1);
}

div#collectionOptions {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}




img.addtoclooecicn {
    max-width: 20px;
    background: #ffffff7a;
    border-radius: 400px;
    padding: 1px;
}

button.usercollec {
    width: max-content;
    background: #7c53ff;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #333;
    font-size: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
    cursor: pointer;
    transition: 0.5s ease;
}

button.usercollec:hover {
    background: #eeeeee;
    color: #000;
    transition: 0.5s ease;
}


input#newCollectionName {
    background: #0000;
    border: solid 1px #333;
    border-radius: 10px;
    padding: 10px 14px;
    max-width: 90%;
    margin-bottom: 15px;
    outline: 0;
    color: #fff;
}


button.prubbtn {
    cursor: pointer;
    border: 0;
    color: #111111;
    font-style: normal;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    /* background: linear-gradient(15deg, #7c53ff, #f796ff); */
    border-radius: 400px;
    padding: 6px 14px;
    padding-top: 4px;
    transition: 0.5s ease;
}

button.whitbtn {
    cursor: pointer;
    border: 0;
    color: #b9b9b9;
    font-style: normal;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    background: #0000;
    border-radius: 400px;
    padding: 6px 9px;
    padding-top: 4px;
    transition: 0.5s ease;
}


.favppdesc {
    color: #8f8f8f;
    font-size: 13px;
    text-transform: capitalize;
    max-width: 70%;
}

.space20 {
    height: 20px;
}

h3.favppttl {
    margin-bottom: 10px;
}



.favttlmain {
    font-size: 30px;
}


span#secondaryPageInfo {
    font-size: 13px;
    color: #8b8b8b;
    margin-left: 10px;
}

div#secondaryPagination {
    text-align: center;
}




.collecttl {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 800;
}

.addtoclooectxt {
        opacity: 0.7;
}

/* width */
.favourites-popup::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.favourites-popup::-webkit-scrollbar-track {
  background: #0000;
}

/* Handle */
.favourites-popup::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 400px;
}

/* Handle on hover */
.favourites-popup::-webkit-scrollbar-thumb:hover {
  background: #555;
}






div#imageSearchLoader {
    font-size: 13px;
    margin-left: 20px;
    opacity: 0.5;
    display: flex
;
    align-items: center;
    gap: 7px;
    box-shadow: -20px 0px 100px 20px rgb(247 150 255 / 29%);
    transition: 0.8s ease;
    background: #f796ff1a;
}

img.loaderanalyimg {
    max-width: 16px;
    border-radius: 400px;
}


label#imageSearchBtn {
    font-size: 13px;
    display: flex
;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

img.srchbarimg {
    max-width: 20px;
    filter: invert(1);
}
    



.filterpgsearcapp {
    background: linear-gradient(rgb(17 17 17 / 91%), rgb(17 17 17 / 90%)), url(https://vz-6e347745-6df.b-cdn.net/9f4f2d82-58dc-4f07-8a7d-2adf9b679734/preview.webp);
    
    background-size: cover;
    background-position: center;
}

.blackoxsearchappinput {
    display: flex
;
    align-items: center;
    width: 85%;
}


div#imageSearchLoader {
    min-width: max-content;
}

label#imageSearchBtn {
    min-width: max-content;
}



div#accountDropdown {
    z-index: 9999999999;
    right: 5%;
    box-shadow: 0px -30px 100px 20px rgb(0 0 0 / 20%);
    background: #1c1d1f;
}

.usermenuname {
    font-weight: 700;
    font-size: 15px;
}

.usermenuemail {
    font-size: 12px;
    color: #9b9b9b;
}

img.rechargebtnicn {
    max-width: 20px;
}

a.rechargebtn {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-top: 12px;
    font-size: 13px;
    gap: 4px;
    filter: sepia(1);
}



.usermenuuserplan {
    font-size: 13px;
    color: #9b9b9b;
}

.usermenuuserbalance {
    font-size: 13px;
    color: #9b9b9b;
}

strong.bldvluu {
    color: #fff;
    text-transform: capitalize;
        font-size: 12px;
}

.userdata {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}


hr.liner {
    opacity: 0.04;
    margin: 20px 0px;
}

.usermenuother {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    padding: 0px 5px;
    padding-bottom: 10px;
}


.mmuseravatar {
    border-radius: 10px;
}


.usermenuuserplan > strong.bldvluu {
    text-transform: uppercase;
}


@keyframes shimmerAnim {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}



.accbtnn, .accbtn {
  display: none;
}

.avatar-shimmer {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eeeeee 25%, #dddddd 50%, #eeeeee 75%);
  background-size: 200% 100%;
  animation: shimmerAnim 1.2s infinite;
  display: block;
}

@keyframes shimmerAnim {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}




.useravatar-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  background: #3333335e;
    border-radius: 10px;
}

.avatar-hover-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.avatar-hover-container:hover .avatar-overlay {
  opacity: 1;
}

.avatar-overlay img {
  width: 35px;
  margin-bottom: 4px;
}



.account-box * .avatar-shimmer {
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.form-group {
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    border: 1px solid #cccccc24;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s;
    display: flex
;
    flex-direction: column;
    gap: 3px;
    padding-bottom: 7px;
}

 
 label.form-label {
    font-size: 12px;
    color: #5b5b5b;
}

.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #7c53ff;
}


button.acccbtn {
    background: #0000;
    border: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
}

.accbtns {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}

.logoutbtnacc {
    padding: 6px 12px;
    border-radius: 5px;
    background: #1c1d1f !important;
}



div#useraccnamettl {
    font-size: 22px;
    border-bottom: solid 1px #33333336;
    padding-bottom: 15px;
    margin-bottom: 25px;
}


.accountdtattl {
    margin-bottom: 40px;
    color: #8f8f8f;
    text-transform: capitalize;
}

.lodngtxt {
    padding: 10px 0px;
}





.subrowvalue {
    text-transform: capitalize;
    font-weight: 700;
}





.accountdtattll {
    color: #8f8f8f;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.subscription-box {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}

.liner {
    border-bottom: solid 1px #33333330;
    margin: 40px 0px;
}


.planfeature {
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
}

.planfeatures {
    display: flex
;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 25px;
}

.packagepricedollarann {
    font-size: 14px;
    color: #979797;
    margin-bottom: 20px;
}

.accbtn > a {
    color: #000;
}

