:root {
    --text-50: hsl(0, 0%, 60%);
    --text-100: hsl(0, 0%, 50%);
    --text-200: hsl(0, 0%, 48%);
    --text-300: hsl(0, 0%, 45%);
    --text-400: hsl(0, 0%, 40%);
    --text-500: hsl(0, 0%, 18%);
    --text-600: hsl(0, 0%, 15%);
    --text-700: hsl(0, 0%, 13%);
    --text-800: hsl(0, 0%, 10%);
    --text-900: hsl(0, 0%, 8%);
    --text-950: hsl(0, 0%, 5%);


--background: hsl(0, 0%, 100%);


--primary-50: hsl(51, 100%, 95%);
--primary-100: hsl(49, 100%, 90%);
--primary-200: hsl(50, 100%, 80%);
--primary-300: hsl(50, 100%, 70%);
--primary-400: hsl(50, 100%, 60%);
--primary-500: hsl(50, 100%, 50%);
--primary-600: hsl(50, 100%, 45%);
--primary-700: hsl(50, 100%, 44%);
--primary-800: hsl(50, 100%, 43%);
--primary-900: hsl(51, 100%, 42%);
--primary-950: hsl(48, 100%, 41%);

--secondary-50: hsl(46, 100%, 95%);
--secondary-100: hsl(46, 100%, 90%);
--secondary-200: hsl(46, 100%, 80%);
--secondary-300: hsl(46, 100%, 70%);
--secondary-400: hsl(46, 100%, 60%);
--secondary-500: hsl(46, 100%, 50%);
--secondary-600: hsl(46, 100%, 40%);
--secondary-700: hsl(46, 100%, 30%);
--secondary-800: hsl(46, 100%, 20%);
--secondary-900: hsl(46, 100%, 10%);
--secondary-950: hsl(46, 100%, 5%);

--accent-50: hsl(0, 0%, 95%);
--accent-100: hsl(0, 0%, 90%);
--accent-200: hsl(0, 0%, 80%);
--accent-300: hsl(0, 0%, 70%);
--accent-400: hsl(0, 0%, 60%);
--accent-500: hsl(0, 0%, 50%);
--accent-600: hsl(0, 0%, 40%);
--accent-700: hsl(0, 0%, 30%);
--accent-800: hsl(0, 0%, 20%);
--accent-900: hsl(0, 0%, 10%);
--accent-950: hsl(0, 0%, 5%);


}


/* Reset default browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

/* Box-sizing for easier layout */
* {
    box-sizing: border-box;
}

/* Set a base font and color */
body {
   font-family: 'Metropolis', sans-serif;
    line-height: 1.6;
    color: var(--text-800);
    scroll-behavior: smooth;
}

li {
    list-style: none;
}


/* Responsive images */
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* Links */
a {
    text-decoration: none;
    color: initial;
}

button {
    padding: 0;
    overflow: visible;
    background: 0 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

button:not(:disabled) {
    cursor: pointer;
}
#services{
    background: #f6faff;
    padding: 8px 0;
}
.main-container {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline:20px;
}

#popupAddToCart {
    margin-top: 20px;
    text-align:center;
   
}
#announcement-bar {
    background-color: var(--accent-100);
    position: relative;
    top: 0;
}
.main-banner-full img{width:100%;}
.main-banner-full,.main-banner-full a{width:100%;display:block;}
.announcement-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
}
.mobile-div-flex{padding-top:15px;}
.mobile-div-flex .swiper-button-next:after, .mobile-div-flex .swiper-button-prev:after{font-size:20px;color:#000;}
.super-sonic-img-wrap{height:232px;overflow:hidden;border-radius:10px;}
.super-sonic-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;}
.announcement-list > a {
    font-size: 12px;
    font-weight:normal;
    color: var(--text-700);
}
#popupDescription{
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-pane .pr-listing-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
#header {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: var(--background);
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-action .item a button svg{width:50px;}
.header-wrapper {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
}

.header-logo {
    display: block;
    max-width: max-content;
    margin: 0;
   
    
}

.header-logo-img {
    max-width: 150px;
}

.header-nav, .header-secondary {
    flex: 1 1 0;
}

.header-linklist {
    row-gap: 12px;
}

.header-link-item {
    flex-shrink: 0;
}

.header-link-item:not(:last-child) {
    margin-right: 30px;
}

.header-link-item .header-item-link {
    display: flex;
    align-items: center;
}

.header-item-link {
    font-size: 16px;
}

.header-item-link > span {
    margin-right: 8px;
    display: inline-block;
}

.link-animate {
    position: relative;
    width: max-content;
}

.header-secondary {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-icon-list {
    display: flex;
    grid-gap: 12px;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    padding: 20px;
    border: 1px solid rgba(var(--text-900),.85);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    background-color: var(--background) !important;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    color: rgb(var(--text-800));
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.nav-dropdown-link {
    display: flex;
}

.header-link-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
}

.desktop-search-input {
    display: flex;
    position: relative;
    width: 100%;
}

.des-search-label {
    position: relative;
    overflow: hidden;
}

.des-search {
    padding: 0;
    min-width: 300px;
    background: 0 0;
    box-shadow: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

.desktop-search-input input {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    border: none;
    color: #000;
    width: 100%;
    border-radius: 2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E")!important;
    text-transform: capitalize;
    background-size: 18px!important;
    background-position-x: 12px!important;
    background-position-y: center!important;
    background-repeat: no-repeat!important;
    padding: 11px 35px;
    outline-offset: -2px;
    -webkit-appearance: none;
    appearance: none;
    background: #f4f4f4;
}



.slideUp {
    animation: slideUp 1s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.search-clear-icon {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 7px;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9;
    color: #000;
}

.search-clear-icon span {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.fixed-nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    opacity: 1;
    /* min-width: 44px; */
}

.cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;

    top: -4px;
    right: -5px;
    background: red!important;
    color: #fff!important;
    background: rgb(var(--header-text-color));
    color: rgb(var(--header-background));
}

.bubble-count {
    /* position: relative; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    
    font-size: 10px;
    height: 18px;
    min-width: 18px;
    line-height: 1;
    border-radius: 21px;
    letter-spacing: 0;
    transition: background .2s ease-in-out,color .2s ease-in-out;
}

.account-modal-header, .account-otp-header {
    text-align: center;

    h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1;
        letter-spacing: -.01em;
        color: #000;
        margin-bottom: 10px;
    }
    p {
        font-weight: 500;
        font-size: 14px;
        
        text-align: center;
        color: #131313;
    }
}

.otp-login-body {
    margin: 25px 0 0;
    padding: 25px 83px 10px 84px;
    border-radius: 10px;
    background-color: #eff4f7;
}

.otp-login-input {
    margin-top: 16px;
    margin-bottom: 20px;
}

.otp-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px 10px;
}

#otp-mobile-no {
    padding-left: 45px;
}

.otp-login-input-container .otp-login-input input {
    border-radius: 10px;
    border: solid 1px #e4eaea;
    background-color: #fcfdff !important;
    height: 54px;
    width: 100%;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
    appearance: none;
}

.otp-prefix {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: 0;
    left: 14px;
    font-size: 14px;
    line-height: 1.86;
    font-weight: 500;
    letter-spacing: normal;
    color: #868c91;
}

.login-error {
    color: #ED1C24;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
}

.resend-otp-container {
    gap: 4px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
}

#resend-otp {
    color: #2F5B96;
    width: max-content;
    max-width: 100%;
    margin: 0;
}

.resend-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -.02em;
    color: #7a7a7a;
    margin: 0;
}

.otp-login-btn, .otp-login-confirm-btn, .otp-login-submit-btn {
    background:#2d66f5;
    color: #fff;
    padding: 0 52px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    margin-top: 8px;
    min-width: 195px;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.06em;
    border-radius: 10px !important;
    cursor: pointer;
}

.otp-login-confirm-btn, .otp-login-submit-btn {
    display: none;
}

.otp-timer-container {
    display: none;
    justify-content: center;
    margin-top: 29px;
}

.resend-text {
    display: none;
}

#timer {
    font-weight: 400;
    cursor: pointer;
}

.otp-privacy-policy {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #878787;
    margin: 20px 5px;
    letter-spacing: 0.15px;
}

.cart-canvas-header {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-600);
}

.please-signin {
    padding: 14px 7px;
    border-radius: 10px;
    border: solid 1px #e8ebed;
    background-color: #eff3f5;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto 20px;
}

.signin-text {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.48px;
}

.signin-btn {
    width: 50%;
    height: 31px;
    padding: 7px 10px;
    border-radius: 6px;
    background-color: #1b2024;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.cart-content {
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
    padding-bottom: 24px;
   
}

.cart-content::-webkit-scrollbar {
    width: 6px; 
  }
  
  .cart-content::-webkit-scrollbar-track {
    background-color: #cfcfcf; 
  }
  
  .cart-content::-webkit-scrollbar-thumb {
    background-color: #766eac; 
    border-radius: 6px; 
  }
  
  .cart-content::-webkit-scrollbar-thumb:hover {
    background-color: #3c337c; 
  }
  
  body::-webkit-scrollbar {
    width: 10px; 
  }
  
  body::-webkit-scrollbar-track {
    background-color: #cfcfcf; 
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #766eac; 
    border-radius: 6px; 
  }
  
  body::-webkit-scrollbar-thumb:hover {
    background-color: #3c337c; 
  }


.cart-content-item {
    border-bottom: 1px solid #eff3f5;
    padding: 0 12px;
    display: flow-root;
}

.item-content-wrapper {
    position: relative;
    display: flex;
    margin-top: 8.5px;
    margin-bottom: 6px;
}

.item-img-wrapper {
    position: relative;
    display: block;
    width: 60px;
    flex: none;
    align-self: flex-start;
    border-radius: 5px;
    background: #f7f9fa;
    border-radius: 10px;
    margin-right: 10px;

}

.cart-item-info {
    position: relative;
    width: 100%;
}

.product-item-name {
    font-size: 14px;
    font-weight: 700;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.discounted-price {
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}

.original-price {
    text-decoration: line-through;
    font-size: 12px !important;
    color: #b2b9bf !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

.cart-remove-icon {
    top: 0;
    right: 6px;
    cursor: pointer;
}

.product-color-att {
    display: flex;
    background: #f7f9fa;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 10px;
    align-items: center;
    height: fit-content;
    justify-self: left;
    font-size: 12px;
    color: var(--text-900);
    font-weight: 600;
    margin-top: 5px;
}

.quantity-selector {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #dadada;
    border-radius: 5px;
    vertical-align: middle;
}

.quantity-selector-button {
    background: #eff3f5;
    color: #1a2024;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    font-weight: 500;
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.quantity-selector-input {
    font-weight: 500;
    padding: 0;
    width: 30px;
    text-align: center;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
}

.cart-numbers-container {
    padding: 10px 12px;
}

.cart-numbers {
    width: 100%;
    padding-bottom: 4px;
}

.cart-numbers span {
    font-size: 16px;
    font-weight: 600;
}

.cart-numbers:nth-child(2) {
    border-bottom: 1px dashed var(--text-400);
    margin-bottom: 5px;
}

.cart-numbers:nth-child(3) {
    border-bottom: 1px dashed var(--text-400);
    margin-bottom: 5px;
}

.cart-numbers:nth-child(3) span {
    font-weight: 700;
    color: var(--secondary-700);
    padding-bottom: 4px;
}


.cart-footer-content {
    padding: 1rem 0.8rem;
}

.cart-footer-text {
    font-size: 12px;
    color: var(--text-700);
    font-weight: 500;
}

.checkout-btn-group {
    width: 60%;
    margin: 0;
}

.checkout-btn > a {
    background: #1a2024;
    width: 270px;
    max-width: 100%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    height: 50px;
}

.checkout-btn > a>span {
    color: var(--background);
    font-weight: 700;
}

.cart-footer-content {
    box-shadow: 0 -10px 10px -10px #878787b8;
}

.cart-footer {
    box-shadow: 0 -10px 10px -10px #878787b8;
    position: absolute;
    bottom: 0%;
    right: 0;
    background-color: var(--background);
}

.hero-slide {
    width: 100%;
    
}

.splide-hero-img {
    width: 100%;
    height:100%;
    object-fit: fill;
}

.cat-best-header {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 0.8rem;
}

.bestseller-container {
   width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 15px 0.5rem 0px 0.5rem;
    margin-bottom: 0;

    
    &::-webkit-scrollbar {
        display: none;
    }

    &:active {
        cursor: grabbing;
    }

    /* Optional: Add a cursor style for the grab handle */
    cursor: grab;
} 

.best-cat-card {
    width: 320px;
    height: auto;
}

.best-cat-img-wrap {
    width: 320px;
    aspect-ratio: 1;
    border-radius: 1rem;
    max-width: 100%;
    height: 320px;
}

.best-cat-img {
    object-fit: cover;
    border-radius: 1rem;
    width: 100%;
    height: 320px;
}

.best-cat-name {
    font-weight: 700;

}

.view-all-btn {
    font-size: 15px;
    font-weight: 600;
    color: var(--accent-600);
}

.section-heading > p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0;
}

.products-card {
    border-radius: 10px;
   
    position: relative;
    
}

.products-container {
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
   -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 15px 0.5rem;
    margin-bottom: 1rem;
    cursor: grab;
}

.product-custom-label {
    justify-content: space-between;
    width: 100% !important;
    bottom: -8px;
    top: unset;
    left: 0;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    padding: 4px 10px !important;
    font-size: 10px;
    font-weight: 700;
    background: #fcc50b;
    display: flex;
    color: #000;
    position: absolute;
}

.offer-label {
    display: flex;
    align-items: center;
    background: black;
    color: white;
    letter-spacing: -0.4px;
    bottom: unset;
    top: 0;
    max-width: max-content !important;
    left: 0;
    transform: translate(0);
    border-radius: 10px 4px 4px 0 !important;
    padding: 2px 8px 3px 3px;
    font-size: 10px;
    z-index: 1;
    position: absolute;
}
.product-img-wrapper {
    position: relative;
    display: block;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
   
    border-radius: 10px;
}

.product-img {
   


}

.product-card-info {
    background-color: #FAFAFA !important;
    padding: 10px 12px;
    border: 1px solid #ECF0F4;
    border-radius: 0 0 10px 10px;
    line-height: normal;
    max-width: unset;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    position: relative;
    width: 100%;
    color: #000;
    text-align: left;
}

.product-item-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
    min-height: 1.8rem;
    font-size: 14px;
}

.product-item-title {
    font-size: 15px;
    letter-spacing: -0.56px;
    text-overflow: ellipsis;
    line-height: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.variants-list {
    display: flex;
    align-items: center;
    max-height: 20px;
}

.switch-circle {
    margin-left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #D0D9DE;
}

.discount-percent {
    font-size: 13px;
    font-weight: 700;
}

.review-text, .review-no {
    font-size: 13px;
    font-weight: 600;
}

.add-to-cart-btn {
    background: #1A2024;
    border: 1px solid #1A2024;
    padding: 12px;
    border-radius: 10px!important;
    color: #fff;
    font-size: 14px!important;
    font-weight: 500!important;
}

.category-section {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    
    overflow: auto;
    flex-wrap: nowrap;
    padding-left: 10px;
    padding-top: 10px;
    min-width: 112px;
}

.category-section-slider {
    
    width: max-content;
    overflow-x: auto;
    display: flex;
    gap: 25px;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

.category-section-slider .single-column {
    width: 95px;
    display: grid;
    max-width: 95px;
    min-width: 95px;
}

.single-column .cat-img-wrapper {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.cat-img-wrapper img {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.single-column .cat-title {
    text-align: center;
    margin-top: 20px;
}

.single-column .cat-title span {
    font-size: 14px;
    font-weight: bold;
    
    color: #1a2024;
    display: block;
}

#footer {
    background-color: #fff;
    color: #000;
}

.footer {
    background: #eff4f7;
    max-width: 98%;
    padding: 0 20px;
    margin: 0 auto;
}

.footer-item-list {
    display: grid;
    grid-gap: 40px;
    gap: 4rem;
    padding-top: 2rem;
    grid-template-columns: 1fr;
}

.footer-item-list {
    gap: 3vw;
}

.footer-item {
    max-width: 525px;
    word-break: break-word;
}

.footer-logo {
    max-width: 200px;
}

.signup-form >span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    opacity: 1;
    color: #293036;
    line-height: normal;
}

.signup-form .input-block {
    display: flex;
    height: 50px;
    padding: 0px;
    border-radius: 10px;
    background-color: white;
    border: solid 1px #e1e6eb;
}

.signup-form .input-block #subscribe_pemail {
    height: 50px;
    background: transparent;
    border: 0;
    width: 88%;
    display: inline-block;
    float: left;
    font-size: 13px;
    padding: 0 12px;
    color: #000;
    text-transform: none;
    position: relative;
    outline:0;
}

.signup-form .input-block #subscribe-btn {
    border-radius: 0;
    color: #000;
    line-height: normal;
    height: 50px;
    width: max-content;
    letter-spacing: 0;
    font-weight: bold;
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    text-align: right;
    background: transparent;
}

.footer-item-heading {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.testimonial-star-rating svg{color:#ffc107;width:15px;fill:#ffc107;}
#footer-item-1 .linklist-ul .linklist-item {
    width: 50%;
    float: left;
    padding-top: 10px;
}

.linklist-ul .linklist-item {
    padding-top: 10px;
}

.linklist-item a {
    word-break: break-word;
    opacity: 1;
    font-size: 13px;
}

.footer-aside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    row-gap: 24px;
    /*margin-top: 16px;*/
    flex-direction: column;
}



.social-media-links  p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #293036;
}

.social-media-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    color: currentColor;
    z-index: 1;
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.footer-aside-navs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px!important;
}

.footer-aside-navs span {
    margin: 0 12px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    position: relative;
}

.footer-aside-navs span:nth-child(2)::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: black;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.footer-copyright {
    font-size: 12px;
    color: var(--text-400);
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.footer-copy {
    font-size: 12px;
    color: #a7afb7;
}

.tab-nav-list {
    display: flex;
    grid-auto-columns: max-content;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
}

.tab-nav-list .tab-btn {
    border-radius: 17px!important;
    background-color: #ecf0f4;
    font-size: 12px!important;
    font-weight: 700!important;
    line-height: 0.88;
    letter-spacing: -0.64px;
    padding: 8px 16px;
    color: #1a2024;
    
}

.tab-btn.tab-btn-item {
    margin: 0 15px;
    padding-bottom: 12px;
    background-color: #f4f4f4;
    opacity: .7;
    transition: opacity .25s ease-in-out;
}

.blog-section .article-list {
    flex-wrap: nowrap;
    grid-gap: 10px;
}


.article-list {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 30px;
    grid-gap: 30px;
    padding: 0;
    width: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 15px 0.5rem;
    margin-bottom: 1rem;
   }

.article-list .article {
    padding: 0!important;
    margin: 0!important;
    width: 25%;
    border: 1px solid #ecf0f4;
    border-radius: 10px;
    background-color: #fafafa;
}

.article .article-inner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
}

.article-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    aspect-ratio: 1/1;
}

.article-details {
    padding: 12px;
    width: 100%;
}

.article-published-at {
    color: #868c91;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: .5rem;
    font-weight: 500;
}

.article-details h3 {
    font-size: 14px;
    margin: 0;
    color: #191e23;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: .5rem!important;
    
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.article-details .user-content {
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem!important;
    color: #4e5358;
}

span.read-more {
    display: block;
    text-align: center;
    border: 1px solid #d0d9de;
    border-radius: 20px;
    padding: 0 6px;
    color: #1a2024;
    font-weight: 700;
    font-size: 12px;
    background: white;
    height: 38px;
    line-height: 38px;
}

.mobile-footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 60px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    padding-bottom: 4px;
    text-align: center;
    z-index: 9;
}

.mobile-nav-row {
    padding: 10px;
    margin: 0;
}

.fixed-nav-item {
    width: 16.6%;
    flex: 0 0 16.6%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.fixed-nav-link {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    opacity: 1;
    /* min-width: 44px; */
}

.fixed-nav-link span {
    font-size: 10px !important;
    letter-spacing: -0.4px;
    color: #1a2024;
    margin-top: 4px !important;
    font-weight: 500;
}

.fixed-nav-link .active-url {
    font-weight: 700 !important;
}

.footer-additional-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.footer-collection-block {
    margin-bottom: 50px;
    width: 100%;
}

p.footer-collection-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2024;
    margin-bottom: 18px;
}

.features-wrapper {
    margin-bottom: 18px;
}

p.footer-collection-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #1a2024;
    margin-bottom: 5px;
}

ul.footer-features-filter-list {
    padding: 0;
}

li.footer-features-filter-item, li.footer-price-filter-item {
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #868c91;
}

.insta-slide {
    max-width: calc(20% - 10px);
    overflow: hidden;
    max-height: 450px;
    border-radius: 1rem;
    width: 100%;
}
.insta-slide >a >video {
    object-fit: cover;
    max-height: 450px;
    width: 100%;
}

.bold-heading {
    font-weight: 700;
}

.ser-text {
    font-size: 12px;
}

.ser-img-wrap {
    
    overflow: hidden;

}

.ser-img {
    width:58px;
    object-fit: contain;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.close-button {
    top: 10px;
    right: 10px;
}

.main-modal-content {
    display: grid;
    padding: 20px;
    border-radius: 10px;
    column-gap: 30px;
    grid-auto-columns: 220px auto;
    grid-template-areas: 'img title'
      'img price'
      'img feature'
      'button variant';
      overflow-x: hidden;
      overflow-y: auto;
      flex-grow: 1;
      padding-bottom: 24px;
    
        background-color: #fff;
        color: #000;
    }

.quick-buy-product {
    grid-area: img;
    justify-content: center;
    margin-top: 1rem;
    overflow: hidden;
}

.quick-buy-product > img {
    aspect-ratio: 1;
    object-fit: fill;
}

.product-meta-title {
    grid-area: title;
    width: 100%!important;
    text-align: start;
    font-size: 24px;
    color: #1a2024;
    margin-top: 0;
    border-bottom: 1px solid #ecf0f2;
    padding-bottom: 8px;
    font-weight: 700;
}

.quick-buy-product-info {
    grid-area: price;
    padding-left: 12px;
    background-color: transparent;
    color: #000;
    padding-right: 12px;
    line-height: normal;
    width: 80%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
}

.custom-percent-off {
    font-size: 12px!important;
    font-weight: bold;
    color: #399a7c;
    margin: 0;
}

.inc-tax {
    font-size: 10px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -0.4px;
    color: #4a5157;
}

.product-feature {
    grid-area: feature;
}

.product-feature {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px;
    background-color: #f7f9fa;
    line-height: 2;
}

.product-feature span {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.48px;
    color: #1a2024;
    
}

.product-feature span::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #1a2024;
    position: absolute;
    left: 0;
    top: 10px;
}

.product-variant-div {
    grid-area: variant;
}

.color-option-selector {
    display: flex;
    gap: 10px;
    padding-block: 8px;
    flex-direction: column;
    margin-top: 4px;
  }

  .color-option-text {
    font-size: 14px;
    color: #1a2024;
    font-weight: bold;
    
  }

  .color-swatch-list {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
  }

  .color-swatch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
  
  }

  .color-swatch label {
    position: relative;
    display: block;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    width: 32px;
    height: 32px;
  }

  .color-swatch >input:checked + label {
    border: 2px solid white;
    box-shadow: 0px 0px 1px 1px #f4c730!important;
  }

 
  .color-swatch.isdisabled {
    opacity: 0.5;
    order: 2;
  }

  .product-modal-buy {
    grid-area: button;
    margin-top: 1rem;
  }

  .product-modal-buy #AddToCart {
    background-image: none;
    width: 100%;
    background-color: #1a2024;
    height: 48px;
    font-size: 14px!important;
    border-radius: 10px!important;
    font-weight: 700;
    line-height: inset;
    color: #fff;
  }

  .product-modal-link {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #2f5b96;
    margin: 20px 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center !important;
  }


@media (max-width: 768px) {
    .category-section {
        flex-wrap: wrap;
    }

    .category-section-slider {
        gap: 10px;
        
        justify-content:left;
    }
    
    .main-container {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline:10px;
}

    .category-section-slider .single-column {
       
        max-width: 75px;
        min-width: 75px;
    }

    .cat-img-wrapper img {
       
        width: 70px;
        border-radius: 8px;
    }

    .single-column .cat-title span {
        font-size: 10px;
        min-height: 22px;
    }

    .splide-hero-img {
       border-radius:12px;
    }
    .section-heading > p {
        margin-bottom: 5px;
    }

    .cart-count {
        right: -4px;
        top: -10px;
    }

    .otp-login-body {
        margin: 25px 0 0;
        padding: 25px 25px 10px 25px;
        border-radius: 10px;
        background-color: #eff4f7;
    }

    .footer-aside {
        row-gap: 5px;
    }

    .insta-slide {
        max-width: 100%;
        overflow: hidden;
        max-height: 450px;
        border-radius: 1rem;
        width: 100%;
    }

    .ser-text {
        font-size: 10px;
        text-align:center;
    }

    .ser-img-wrap {
        width: 60px;
        overflow: hidden;
    
    }

    .ser-img {
        width: 50px;
        object-fit: contain;
    }

    .category-canvas-slider {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        place-items: center;

    }

    .category-canvas-slider .single-column {
        max-width: 72px;
        min-width: 72px;
    }

    .main-modal-content {
        display: grid;
        padding: 20px;
        border-radius: 10px;
        column-gap: auto;
        grid-auto-columns: auto;
        grid-template-areas: 'img'
        'title'
        'price'
        'feature'
        'variant'
        'button';
          overflow-x: hidden;
          overflow-y: auto;
          flex-grow: 1;
          padding-bottom: 24px;
        
            background-color: #fff;
            color: #000;
        }

        .quick-buy-product > img {
            aspect-ratio: 1;
            object-fit: fill;
            max-width: 200px;
        }

        .quick-buy-product {
            margin-inline: auto;
        }

        .product-meta-title { 
            text-align: center;
        }

        
}


@media screen and (min-width: 768px) {
    #desktop-menu-1 {
        width: 94%;
        margin: auto;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        overflow: auto;
    }
    .desktop-hidden {
        display: none !important;
    }

   
    
    #desktop-menu-1 .nav-dropdown-item {
        width: 18vw;
        min-height: 4rem;
        margin-bottom: 6px;
    }

    .article-details .user-content {
        font-size: 14px;
        margin-top: 5px;
        line-height: 18px;
    }

    span.read-more {
        height: 46px;
        line-height: 46px;
    }

    .product-feature span {
        width: 50%;
    }

    .header-icon-list {
    gap: 16px;
    }

    .footer-item-list {
        background: #e7f0f5;
        margin-left: -50px;
        margin-right: -50px;
        margin-top: -50px;
        padding: 50px;
        padding-top: 50px!important;
    }

    .footer .footer-item {
        display: block !important;
        padding-right: 2rem;
    }

    .article-details h3 {
        font-size: 18px;
    }


    #desktop-menu-1 a.nav-dropdown-link.link-faded {
        align-items: center;
        font-size: 16px;
        gap: 8px;
        font-weight: 500;
        letter-spacing: -0.48px;
    }

    .des-search-label { 
        border-radius: 2rem;
        margin: 0;
    }

    .tab-nav-list .tab-btn {
        border-radius: 17px!important;
        background-color: #ecf0f4;
        font-size: 16px!important;
        font-weight: 700!important;
        line-height: 0.88;
        letter-spacing: -0.64px;
        padding: 9px 21px;
        color: #1a2024;
        
    }

    .item-img-wrapper {
        width: 92px;
    }

    .footer-additional-block {
        flex-direction: column;
        max-height: 1260px;
    }

    .footer-collection-block {
        width: 25%;
    }
    }

    .link-faded {
        transition: opacity .25s ease-in-out;
    }


@media screen and (min-width: 1200px) {
.header-logo {
   flex: 0.3 1 0;
   margin-right: 3rem;
}

.header-nav {
    flex: 1 1 auto;
    justify-content: center;
    max-width: max-content;
    margin-inline: 48px;
    margin-left: 0;
}

.footer  {
    padding: 54px 54px 0!important;
    
}

.footer-item-list {
    grid-auto-flow: column;
    grid-template-columns: 1.8fr 1.5fr 1fr 1fr;
}

.footer-aside {
    row-gap: 0px!important;
    background: #e7f0f5;
    margin-left: -54px;
    margin-right: -54px;
    padding-bottom: 15px;
}

.article-published-at {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;

}
}

@media (max-width: 768px) {
    .header-wrapper {
        padding: 1rem 0.6rem;
    }

    .header-logo-img {
        max-width: 130px;
    }

    .mobile-hidden {
        display: none;
    }

    .social-media-links {
        width: 100%;
        margin: 0px;
        padding: 0px;
        justify-content: center;
        padding-bottom: 10px;
        margin-bottom: 0!important;
    }

    .article-list .article { 
        width: 49%;
        min-width: 49%;
        padding: 0 0 10px 0!important;
    }

    .product-img-wrapper {
        width: 100%;
        aspect-ratio: 1;
       
    }

    .products-card {
        width: 100%;
    }

    .product-img {
        height: 100%;
    }

    .add-to-cart-btn {
        font-size: 12px !important;
    }

    .mobile-search-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        padding: 0;
        height: 100%;
        display: none;
        transform: scale(0.8); /* Initial scale, adjust as needed */
        transition: transform 0.3s ease-in-out;
    }

    .mobile-custom-search-input {
        display: flex;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ededed;
       
    }

    .mob-search-label {
        width: 96% !important;
        margin: 8px 10px !important;
    }

    .mobile-search-container.active {
        display: block;
        transform: scale(1);
    }
    
}

/*css writeen by shekhar*/

.product-ranom-rating .rating-reward-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    
   
}

.product-ranom-rating .rating-left {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    
    color: #000;
}

.product-ranom-rating .rating-left .star {
    color: #FFC107;
    font-size: 15px;
}

.product-ranom-rating .rating-left .count {
    color: #666;
    font-weight: normal;
}

.product-ranom-rating .reward-text {
   border: .5px solid #ff6b6b;
    border-radius: 35px;
    padding: 0px 12px;
    font-size: 15px;
    color: #d73334;
    background: #FCF3F3;
}
.pr-more-info small{font-size:14px;color:#4a5157;} 
.srch-box-wrap {
    position: relative;
    width: 100%;
}


.srch-box-label {
    position: relative;
    display: block;
    width: 100%;
}


.srch-box-input {
    width: 100%;
    padding: 12px 44px 12px 44px;
    font-size: 16px;
    font-family: 'Metropolis', sans-serif;
    background: #f6f6f6;
    border-radius: 999px;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
}


.srch-text-rotator {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    pointer-events: none;
    font-size: 16px;
    color: #777;
    font-family: 'Metropolis', sans-serif;
    white-space: nowrap;
    z-index: 1;
}


.srch-text-rotator span {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    white-space: nowrap;
    animation-name: srchVerticalSlide;
    animation-duration: 25s; /* TOTAL cycle */
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


@keyframes srchVerticalSlide {
    0% {
        top: 100%;
        opacity: 0;
    }
    4% {
        top: 0;
        opacity: 1;
    }
    12% {
        top: 0;
        opacity: 1;
    }
    16% {
        top: -100%;
        opacity: 0;
    }
    100% {
        top: -100%;
        opacity: 0;
    }
}





.srch-clear-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    z-index: 3;
}
.only-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: #fff;
    padding: 0px 6px;
    border-radius: 3px;
    font-family: 'Metropolis', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
 .product__spliter {
    grid-area: p_spliter;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 1px;
    border: 1px dashed #e3e3e3;
    margin: 4px 0 10px 0;
}
.ser-card{gap:20px;}
.generic-heading{
    color: #1A2024; 
    font-size: 24px;
    text-align: left;
    margin-bottom: 12px;
    position: relative;
    width:fit-content;
    }
.generic-heading span {
    display: inline-block;
    position: relative;
    width: fit-content;
}
  .generic-heading strong{position: relative;}
  .generic-heading strong::after {
    content: "";
    display: block;
    width:100%;
    height: 2px;
    background: #2c67f4;
    position: absolute;
     bottom: -3px;
    right: 0;
}
.main-banner-full{
    border-radius: 10px; 
    overflow: hidden;
}
#productCategoryTabs{display:flex;gap:20px;align-items:center;}
#productCategoryTabs li{
    font-size: 16px;
    color: #1a2024;
    opacity:.7;
}

#productCategoryTabs li .tab.active{
    background: #ecf0f4;
    padding: 9px 21px;
    border: 0;
    outline: 0;
    border-radius: 21px;
}
.best-seller-video-card{min-width:22%;width:22%;}
.best-seller-video-card video{width:100%;border-radius:12px;} 
#category-section,.tab-sec,#bestseller-category,.shop-by-collection,#blogs,.insta-sec,#products-section,.full-image-section{margin-top:40px;} 
.best-seller-video-name{font-size:16px;color:#000;text-align:center;font-weight:600;margin-top:10px;}
.usecase-section {
   
    background: #fff;
}

.usecase-container {
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.usecase-card {
   
    transition: transform 0.3s ease;
}

.usecase-card:hover {
    transform: translateY(-5px);
}

.img-wrap {
   
}

.img-wrap img {
    width: 100%;
    
    object-fit: cover;
}

.card-content {
    text-align: center;
    padding: 20px;
    padding-bottom:0;
}

.card-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-content a {
    font-size: 14px;
    color: #2f5b96;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.video-grid {
  display: flex;
  gap: 18px;

  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.video-grid::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


.video-grid .card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    min-width: 21%;
    width: 21%;
    border: 1px solid rgb(238, 240, 244);
}

.video-wrap{
  height:auto;
  border-radius: 8px;
  overflow:hidden;
}

.product-video{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.info{
  padding: 14px 10px;
  text-align:center;
  position:relative;
}

.video-grid .icon {
    width: 52px;
    height: 52px;
    /* margin: -28px auto 8px; */
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: -28px;
    left: calc(50% - 10%);
}

.info h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    color: #000;
}

.info .price {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.info .mrp {
    font-size: 14px;
    text-decoration: line-through;
    color: #a8afb6;
    margin-left: 8px;
    font-weight: normal;
}

.info .off {
    color: #12b985;
    font-size: 14px;
    margin-left: 8px;
}
.product-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.product-popup.active {
  display: block;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
.popup-right{position:relative;width:50%}
.popup-left{width:50%;}
.popup-box {
  position: relative;
  max-width: 690px;
  margin: 5vh auto;
  background: #fff;
 
  display: flex;
  gap: 20px;
  max-height:614px;
  z-index: 2;
}

.popup-left video {
    width:100%;
    border-radius: 0px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 9 / 16; 
}

.popup-right img {
    width: 100%;
    margin-bottom: 10px;
    height: 250px;
    object-fit: contain;
}

.popup-right h2 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
    color: #000;
}

.popup-price {
  font-size: 14px;
  font-weight:700;
}

.popup-price #popupMrp {
  margin-left: 10px;
  text-decoration: line-through;
  color: #888;
  font-weight:normal;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 99999;
}
.rating-count {
    display: flex;
    gap: 3px;
    font-size: 12px;
    color: #000;
    align-items: center;
    margin-top:5px;
}
.rating-count span{
    display: flex;
    align-items: center;
}
.rating-count-num{display:flex;align-items: center;gap: 2px;}
.rating-count-num img{width:11px;height:11px;}
@media (max-width: 1200px){
  .video-grid{
    grid-template-columns: repeat(3, 1fr);
  }
 
}

@media (max-width: 768px){
.usecase-container{display:flex;ap: 10px;
    overflow: hidden;
    overflow-x: auto;}
    .announcement-list > a{font-size:10px;}
    .video-grid .card{min-width:47%;width:47%;}
.usecase-card{min-width:47%;width:47%;}
.tab-pane .pr-listing-grid{grid-template-columns: repeat(3, 1fr);gap:7px;}
#productCategoryTabs li{font-size:14px;}
.ser-card {
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
.mobile-scroll{
    overflow: hidden;
    overflow-x: auto;
    justify-content: start !important;
}
.best-seller-video-card {
    min-width: 60%;
    width: 60%;
}
#productCategoryTabs {
    
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
  .video-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .video-wrap{
    
  }
}

@media (max-width: 480px){
  .video-grid{
    grid-template-columns: 1fr;
  }
  .video-wrap{
    
  }
}
.search-img-wrap{width:48px;height:48px;}
.search-img-wrap img{width:100%;height:100%;object-fit:cover;}
.search-results{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
    padding: 40px 10px 20px 0;
    justify-content: center;
    text-align: center;
}
.show-search-results{
    padding: 0 10px;
    font-size: 14px;
}
.search-result-container {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
}
.circle-top {
    position: absolute;
    left: 10px;
    z-index: 99999;
    top: 6px;
}
.form-show-hide input {
    padding-left: 30px;
    width: 312px;
    height: 41px;
    background: #f4f5f7;
    border: 0;
    outline: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:500; 
    font-size:14px; 
}
.search-results .search-item{margin-bottom:15px;}
.search-result-name {
    font-size: 12px;
    color: #000;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height:36px;
    text-overflow: ellipsis;
}
.search-result-cross{
    position: absolute;
    z-index: 9999;
    right: 10px;
    width: 30px;
    top:45px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display:none;
}
.search-result-cross-inner svg{width:20px;}
@media(max-width:767px){
.srch-box-wrap{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
}
}
/*dashboard css start*/
.sidebar-account-wrap {
    border-radius: 8px;
    border: 1px solid #ebebeb; 
    max-width: 244px;
    width: 100%;
    height: max-content;
}

.sticky-top {
    z-index: 50;
    top: 15px;
}

.sidebar-account-wrap .my-account-nav-item.active {
    color:#000;
    background-color: #fff1ef;
}

.sidebar-account-wrap .my-account-nav-item {
    padding: 15px 12px;
    display: block;
    font-size:14px;
}
.footer-default .footer-bottom, .footer-default .footer-top, .footer-wrap, .sidebar-account-wrap li:not(:first-child), .widget-accordion:first-child{border-top:solid 1px #ebebeb;}
.main-content-account .s-title-page h4{font-size:36px;}
.hello-name{
  font-size: 30px;
    line-height: 38px;
}
.account-dashboard .hello-name a, .account-dashboard .hello-name span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.account-orders table thead tr, .sw-brand, .tf-main-success .box-ship-address {
    border: 1px solid #ebebeb;
}
.account-orders table tbody tr:not(:last-child), .footer-default .footer-top, .list-esd .item:not(:last-child), .modal-order-detail .tb-order-detail .order-detail-item:not(:last-child), .modal-order-detail table tbody tr:not(:last-child), .nav-ul-mb .nav-mb-item:not(:last-child), .table-page-cart .tf-cart-item, .widget-accordion {
    border-bottom: 1px solid #ebebeb;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px;
}
.account-dashboard .box-check {
    border-radius: 16px;
    border: 1px solid #ebebeb;
    padding: 45px 15px;
    height: 100%;
    display: block;
}
.tf-btn{border:solid 1px #000;color:#000;}
.account-address-item, .tab-vertical-product-desc .tab-content {
    border-radius: 16px;
    border: 1px solid #ebebeb;
}
.account-address-item .title {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}
.account-address-item, .tab-vertical-product-desc .tab-content {
    border-radius: 16px;
    border: 1px solid #ebebeb;
}
/*dashboard css end*/
.animated-search-text span{display:block;font-size:14px;}
.animated-search-text {
    position: absolute;
    bottom: 10px;
    left: 35px;
    min-height: 20px;
    overflow: hidden;
    pointer-events: none;
    min-width: 312px;
}
.animated-search-text label{margin-right:5px;}
.animated-search-text span {
    position: absolute;
    left: 0;
    bottom: -100%;
    opacity: 0;
 
    color: #777;
    animation: slideUp 2.5s ease-in-out infinite;
}

@keyframes slideUp {
    0% {
        bottom: -100%;
        opacity: 0;
    }
    20% {
        bottom: 0;
        opacity: 1;
    }
    80% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: 100%;
        opacity: 0;
    }
}
/*css writen by shekhar section end*/
.relevant-search-container{padding:20px;}
.brands-drop-down span{width:80px;height:80px;display:block;}
.brands-drop-down span img{width:100%;height:100%;object-fit:contain;}
.brands-drop-down{
    display: flex;
    gap: 30px;
    box-shadow: 0 2px 35px rgba(0, 0, 0, .1);
    padding: 20px;
    position: absolute;
    z-index: 1;
    background: #fff;
}
.brands-drop-down-outer{display:none;}
.brands-drop-down-hover:hover .brands-drop-down-outer{display:block;}
.mt-t-brands{margin-top:40px;}
.brands {
    display: flex;
    gap: 0;
    justify-content: space-around;
    margin-top: 0;
}
.brands-inner{width:150px;height:150px;}
.brands-inner img{width:100%;height:100%;object-fit:contain} 

.testimonial-section {
  padding: 60px 0;
  background: #f7f7f7;
}

.testimonial-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-title {
  font-size:24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-name {
  font-weight: 600;
  font-size: 16px;
}

.testimonial-stars svg {
  width: 16px;
  height: 16px;
  stroke: #ff7a00;
}

.testimonial-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit:cover;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-product {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f1f1f1;
  padding: 12px;
  border-radius: 12px;
}

.testimonial-product img {
  width: 48px;
}
.testimonial-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.view-toggle {
    color: #000;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 8px;
    text-decoration: underline;
    font-size: 12px;
}

.desc-left {
    padding:0 40px;
    background: #ffffff;
    border-radius: 28px;
    height: 100%;
}

.desc-left h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.desc-left p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
}

.desc-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    padding: 40px 0;
    border-radius: 20px;
    align-items: flex-start;
}

.desc-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}
.desc-left li{margin-bottom:15px;}
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-grid img { 
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius:28px;
}

.upsell-card {
    max-width: 425px;
    padding: 10px 0px 10px 15px;
}

.upsell-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.upsell-wrapper {
    
    overflow-y: auto;
    flex-direction: column;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.upsell-wrapper .tf-mini-cart-item {
    min-width: 100%;
    border: solid 1px #ccc;
    border-radius: 10px;
    overflow: hidden;
    gap: 10px;
    padding: 10px;
    margin-bottom:10px;
    width:100%;
}

.tf-mini-cart-image {
    width: 80px;
    min-width: 80px;
}

.on-sale-wrap .on-sale-item {
    background: rgba(6, 135, 67, 0.1);
    font-size: 11px;
    color: rgb(6, 135, 67);
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    padding: 2px 0;
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-mini-cart-info .title{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-mobile-menu-sp{margin-right:15px;}
.price-wrap{display: flex;align-items: center;gap:10px;margin-top:5px;}
.price-wrap .new-price.text-primary{font-size:14px;color:#000 !important;}
.price-wrap .old-price{color:#ccc;font-size:14px;}
.btn-quickview{
    background: #000;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}
.my-rev-star{
    display: flex;
    align-items: center;
    gap: 5px;
}
.my-rev-star svg{width:18px;}
.load_cart_info .cart-product-item {
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    overflow-y: auto;
    padding: 0 15px;
    /* margin-top: 20px; */
    height: 40vh;
}
.top-changing-text {
    background: #2d66f5;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    position: relative;
    width: 100%;
    color:#fff;
    margin-bottom: 10px;
}

#changingText {
    transition: opacity 0.2s ease;
}
.sh-btn-lose{
    position: absolute;
    top: 15px;
    right: 15px;
}
#loginModal{z-index:99999;}
.related-product-section{margin-bottom:20px;overflow:hidden;}
#offcanvasRight .offcanvas-header{padding-bottom:0;}
@media(max-width:767px){
.single-icon-box{min-width:auto !important;} 
.desc-section-inner{grid-template-columns: 1fr;}
.desc-right{order: -1;}
.desc-left{padding:0;}
.related-product-section{overflow:hidden;}
    #services.product-service {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
.desc-section-inner {
   
    margin-top: 20px;
    padding: 0px 0;
   
}
.article-list {
   
}

.brands-inner{height:70px;}
#blog-section{margin-top:20px;}
.brands{gap:15px;}
    .main-image img {
        min-width: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        object-fit: contain !important;
    }
    .popup-right img {
    width: 60px;
    
    height: 60px;
}
#popupDescription{display:none;}
.mobile-div-flex {
    display: flex;
    gap: 10px;
    align-items: center;
  
}
.popup-right {
   
    position: fixed;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
}
#loginModal a.header-logo-link{
    padding: 20px;
    width: 100%;
    justify-content: center;
    display: flex;
}

@media(min-width:767px){
.related-swiper .super-sonic-img-wrap{height:304px;}
.mobile-hero-image{display:none;}
.linklist-ul {
    display: block !important;
  }
  .footer-item-heading::after {
    content: none !important;
  }
.desktop-none{display:none;}
.new-mobile-menu-sp{display:none;}
.top-cat-only-for-mobile{display:none;}
.products-for-mobile{display:none}
.product-feature-sec-mobile{display:none;}
}
@media(max-width:767px){
.desktop-hero-image{display:none;}
#footer-item-1 .linklist-ul .linklist-item{float:none;}
.products-for-mobile .products-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.products-for-desktop{display:none}
#hero-section{padding:10px;}
.super-sonic-img-wrap{height:107px;}
.mobile-none{display:none;}
.single-column .cat-img-wrapper{margin-top:0;}
.featured-icons-row {
   flex-wrap: nowrap !important;
    overflow: hidden;
    overflow-x: auto;
}
.only-rating-badge svg{width:8px;height:8px;}
.only-rating-badge{font-size:7px;max-height:15px;}
.product-custom-label{font-size:8px;align-items: center;}
.product-custom-label{padding:4px 5px !important;}
.offer-label{padding:2px 5px;font-size:8px;}
.product-item-title{font-size:12px;}
.discounted-price{font-size:14px;}
.original-price{font-size:10px;}
.discount-percent{font-size:10px;}
.hidden-product {
    display: none;
}
.product-feature-sec-mobile .products-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}
.view-all-pro {
    cursor: pointer;
    font-weight: 600;
    color: #2f5b96;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}


.view-icon {
    display: flex;
    transition: transform 0.3s ease;
}


.view-all-pro.active .view-icon {
    transform: rotate(180deg);
}
.article-list{grid-gap:8px;}
.top-cat-only-for-desktop{display:none;}
.product-feature-sec-desktop{display:none;}
.video-grid{gap:8px;}
.product-card-info{padding:10px 10px;}
 .linklist-ul {
    display: none;
  }
  .footer-item-heading {
    position: relative;
    cursor: pointer;
    padding-right: 20px; 
  }
  .footer-item-heading::after {
    content: "+"; 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 18px;
    user-select: none;
  }
  .footer-item.open .linklist-ul {
    display: block; 
  }
  .footer-item.open .footer-item-heading::after {
    content: "−";
  }
  .card-content h3{font-size:14px;}
 ul.extra-link-footer li.linklist-item a,ul.extra-link-footer li.linklist-item span {
        font-size: 16px;
        color: #212529;
        padding: 10px 0;
        display: block;
        border-bottom: solid 1px #ccc;
    } 
  .extra-link-footer{padding-left: 15px;}
  .add-to-cart-container{display:none !important;}
  .mobile-barand-sh ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top:15px;
}
.mobile-barand-sh ul li img{}
.mobile-barand-sh ul li a{border-bottom:0px !important;} 
.brand-list {
    display: none; 
    
}

.mobile-barand-sh a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-barand-sh .arrow {
    transition: transform 0.3s;
}

.mobile-barand-sh.active .arrow {
    transform: rotate(180deg); 
}
.related-swiper .super-sonic-img-wrap{height:267px;}
}
.card-click-total .video-wrap{height:530px;} 
.card-click-total .video-wrap video{height:100%;width:100%;object-fit:cover;}
@media(max-width:767px){
.card-click-total .video-wrap{height:300px;}
.load_cart_info .cart-product-item{height:75vh;}
.info h3 {
   font-size:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .info .price, .info .mrp, .info .off {
        font-size: 13px;
        margin-left: 0;
        justify-content: space-between;
        display: flex;
    }
    .popup-left,.popup-right{width:auto;}
    .popup-swiper{display:none;}
    .mt-t-brands {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt-t-brands h1{margin-bottom:30px;}
}
.related-swiper .swiper-pagination{position: static;}