
@media only screen and (min-width: 1400px) {
    .container{
            margin-left: auto;
            margin-right: auto;
            max-width: 1400px;
    }
}
.slider-section {
    width: 100%;
}
.sticky-header {
    background: #ff005e !important;
}


.logo span {
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
}

.navLink ul li a {
    color: #fff;
    display: block;
    margin-right: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.navLink ul li {
    display: inline-block;
}
.sliderMain {
    margin-top: 9px;
}


.cartnavbar li a i {
    color: #fff !important;
    font-size: 16px !important;
}

.cartnavbar li a {
    display: block;
    color: #fff !important;
    margin-right: 10px;
    border-right: 1px solid #ffff;
    padding-right: 15px;
}
/* Remove border from the last li a */
.cartnavbar li:last-child a {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.cartnavbar li a span {
    color: #fff;
}





.topSaleBadg {
        background: #ff005e;
    display: inline-flex
;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding: 3px 10px;
    left: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.topSaleBadgText p {
        color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: 10px;
}

.topSaleBadgText small {
    color: #fff;
    display: block;
    font-size: 12px;
}
.topSaleBadgText {
    margin-left: 5px;
}

.topSaleBadgIcon i {
    color: #fff;
}


.categoryFillterSidebar {
    margin-top: 30px;
    background: #fbfbfb;
    padding: 15px;
    height: 100vh;
    width: 100%;
}
.ctgFillterList {
    margin-bottom: 20px;
}
.ctgFillterList ul li {
    margin-bottom: 10px;
}

.ctgFillterList p {
    margin: 0;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

 .slider-container {
      position: relative;
      width: 100%;
    }
    .slider {
      position: absolute;
      width: 100%;
      pointer-events: none;
      height: 0;
    }
    .slider input[type=range] {
      pointer-events: all;
      -webkit-appearance: none;
      position: absolute;
      width: 100%;
      background: transparent;
    }
    input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #007bff;
      cursor: pointer;
      margin-top: -7px;
      position: relative;
      z-index: 2;
    }
    input[type=range]::-moz-range-thumb {
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #007bff;
      cursor: pointer;
      position: relative;
      z-index: 2;
    }
    .track {
      position: absolute;
      height: 4px;
      background: #ddd;
      left: 0;
      right: 0;
      border-radius: 3px;
      z-index: 1;
    }
    .range {
      position: absolute;
      height: 4px;
      background: #007bff;
      top: 0;
      border-radius: 3px;
      z-index: 1;
    }
.pRangeValue {
    margin-top: 30px;
    font-size: 14px;
}


/* Main Container */
.homePageCategoryMain {
    padding: 20px 0;
    font-family: "Poppins", sans-serif;
}

/* Category Sidebar Wrapper */
.category-wrapper {
    max-width: 300px;
    height: 385px;
    overflow-y: auto; /* Enable scrolling */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
    background: #fff;
    box-shadow: 0px 2px 15px 2px #eae3e3;
}

/* Hide scrollbar for Chrome, Safari, Opera */
.category-wrapper::-webkit-scrollbar {
    display: none;
}

.category-name {
    font-weight: 200;
    font-size: 14px;
}

.category-wrapper::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 10px;
}

.category-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Sidebar Title */
.sidebar-title {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    padding: 12px;
    border-bottom: 2px solid #f1f1f1;
    background: #ff005e;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Category List */
.category-list {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

/* Each Category Item */
.category-item {
    margin-bottom: 12px;
}

/* Category Link */
.category-item a {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: #000;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e5e5e5;
}

/* Hover Effect */


/* Category Left Side (Icon + Name) */

.category-left {
    display: flex;
    align-items: center;
    position: relative; 
}

/* Category Icon */
.category-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 9px;
    transition: transform 0.3s ease;
}

/* Icon Hover Animation */
.category-item a:hover .category-icon {
    transform: scale(1.05);
}

/* Category Name */
.category-name {
    font-weight: 500;
}

/* Right-Side Arrow */
.category-arrow {
        font-size: 16px;
    color: #000;
    transition: transform 0.3s ease;
}

.skeleton-category {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.lazy-category {
    width: 50px;
    height: 50px;
    object-fit: cover;
    opacity: 0; /* Start hidden */
    transition: opacity 0.5s ease-in-out;
    position: relative;
    z-index: 2;
}


.cartButton .btn {
    display: block;
    background: #ff005e;
    color: white;
    margin-top: 5px;
}









/* Skeleton Loader */
.skeleton-loader {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Skeleton Animation */
@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Initially hide images */
.product-image {
    display: block;
    max-width: 100%;
    height: auto;
}






.slider-image-wrapper {
    position: relative;
    width: 100%;
    height: 400px; /* Set slider height */
    overflow: hidden;
}

.skeleton-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 6px;
    z-index: 1;
}

.lazy-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}




.footerLogoAria {
    display: flex;
    align-items: center;
}

.footerLogoAria img {
    width: 100px;
    height: 100%;
    border-radius: 5px;
}
.footerLogoText {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    margin-left: 7px;
    line-height: 46px;
}
.footerSocialLink ul li a {
    width: 45px;
    height: 45px;
    background: unset;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerSocialLink ul li a i {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerContactUs {
    display: flex;
    align-items: center;
}

.footerCIcon i {
    color: #fff;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 20px;
}

.cuponBox {
    width: 250px;
    background: #dcfce7;
    padding: 6px;
    border: 1px solid lightgray;
    margin-bottom: 20px;
    border-radius: 5px;
}
.cartBoxpart li a {
    color: #000 !important;
}
.cuponBox p {
    color: #444;
    font-size: 14px;
    margin: 0;
}


  .copy-container {
      display: flex;
      align-items: center;
      gap: 10px;
      max-width: 400px;
    }
    .copy-btn {
         background-color: #44ceb0;
        color: white;
        font-size: 14px;
        padding: 1px 10px;
    }
    .copy-btn:hover {
      background-color: #0056b3;
      color: white;
    }
 .copy-container .form-control {
    padding: 5px;
    height: 25px;
    font-size: 12px;
    width: 160px;
    border: none;
}
.mobileHeader {
    background: #ff005e;
}
.navLink {
    display: block;
}
.mobileLogo a span {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.homePageCategoryMain {
    display: block;
}
.homePageCategoryMains {
    display: none;
}
.categoryFillterSidebar {
    display: block;
}
.mobileCtgFillerHead p {
    margin: 0;
}

.mobileCtgFillerHead {
     opacity: 0;
    display: none;
    
}

.mobileCtgFillerHead .btn-primary {
    color: #fff;
    background-color: #ff005e !important;
    border-color: #ff005e !important;
}
.modal-header {
    border-bottom: none !important;
}

.productRow{
  margin:0 -10px;
}
.productRow .col-6{
  padding:10px;
}


/* Responsive Design */
@media screen and (max-width: 768px) {
    .mobileCtgFillerHead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        opacity: 1;
    }
    .productRow{
          margin:0 -5px;
      }
      .productRow .col-6{
          padding:5px;
      }
    .categoryFillterSidebar {
        display: none;
    }
    .homePageCategoryMains {
        padding: 20px 0;
        display: block;
    }
   .homePageCategoryMain {
        display: none;
    }
    .navLink {
        display: none;
    }
    .category-wrapper {
        max-width: 100%;
    }
    .mobileLogo a img {
        width: 40px;
        border-radius: 5px;
    }
}