.top-2px {
    top: 2px;
}

.top-4px {
    top: 4px;
}

.top-6px {
    top: 6px;
}

.top-10px {
    top: 10px;
}

.top-15px {
    top: 15px;
}

.top-20px {
    top: 20px;
}

.top-25px {
    top: 25px;
}

.top-30px {
    top: 30px;
}

.top-35px {
    top: 35px;
}

.top-40px {
    top: 40px;
}

.top-50px {
    top: 50px;
}

.top-100px {
    top: 100px;
}




.pt-1px {
    padding-top: 1px;
}

.pt-2px {
    padding-top: 2px;
}

.pt-3px {
    padding-top: 3px;
}

.pt-4px {
    padding-top: 4px;
}

.pt-5px {
    padding-top: 5px;
}

.pt-6px {
    padding-top: 6px;
}

.pt-8px {
    padding-top: 8px;
}

.pt-9px {
    padding-top: 9px;
}

.pt-10px {
    padding-top: 10px;
}

.pt-11px {
    padding-top: 11px;
}

.pt-12px {
    padding-top: 12px;
}

.pt-13px {
    padding-top: 13px;
}




.text-23px {
    font-size: 23px !important;
}

.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}



.h-10px {
    height: 10px;
}

.h-20px {
    height: 20px;
}

.h-30px {
    height: 30px;
}

.h-40px {
    height: 40px;
}

.h-50px {
    height: 50px;
}

.h-60px {
    height: 60px;
}

.h-70px {
    height: 70px;
}

.h-80px {
    height: 80px;
}

.h-90px {
    height: 90px;
}

.h-100px {
    height: 100px;
}


.w-10px {
    width: 10px;
}

.w-20px {
    width: 20px;
}

.w-30px {
    width: 30px;
}

.w-40px {
    width: 40px;
}

.w-50px {
    width: 50px;
}

.w-60px {
    width: 60px;
}

.w-70px {
    width: 70px;
}

.w-80px {
    width: 80px;
}

.w-90px {
    width: 90px;
}

.w-100px {
    width: 100px;
}



.inner-hover-items {
    height: unset;
    gap: 15px;
}

.parent-category-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--darkColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 0px;
}

.parent-category-item.active,
.parent-category-item:hover {
    color: var(--skinColor);
}

.mega-subDrop-wrap {
    left: 190px;
}

.image-100 {
    min-width: 100px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-80 {
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-50 {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-45 {
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-40 {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-35 {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-30 {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}


/* Start Ellipsis text lines */
.ellipsis-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* End Ellipsis text lines */



/*Border Radius*/
.radius-1px {
    border-radius: 1px !important;
}

.radius-2px {
    border-radius: 2px !important;
}

.radius-3px {
    border-radius: 3px !important;
}

.radius-4px {
    border-radius: 4px !important;
}

.radius-5px {
    border-radius: 5px !important;
}

.radius-6px {
    border-radius: 6px !important;
}

.radius-7px {
    border-radius: 7px !important;
}

.radius-8px {
    border-radius: 8px !important;
}

.radius-9px {
    border-radius: 9px !important;
}

.radius-10px {
    border-radius: 10px !important;
}

.radius-11px {
    border-radius: 11px !important;
}

.radius-12px {
    border-radius: 12px !important;
}

.radius-13px {
    border-radius: 13px !important;
}

.radius-14px {
    border-radius: 14px !important;
}

.radius-15px {
    border-radius: 15px !important;
}

.radius-16px {
    border-radius: 16px !important;
}

.radius-17px {
    border-radius: 17px !important;
}

.radius-18px {
    border-radius: 18px !important;
}

.radius-19px {
    border-radius: 19px !important;
}

.radius-20px {
    border-radius: 20px !important;
}

/*End Border Radius*/

/* Rating start */
.form-check-label-checkbox {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--grayColor);
    cursor: pointer;
}

.filter-rating-select .form-checkbox:not(:last-child) {
    margin-bottom: 12px;
}

.filter-rating-select .mcheck-label {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

/* Rating end */


.grid-pagination-sm .page-link {
    height: 28px !important;
    width: 28px !important;
    font-size: 12px;
}

@media all and (max-width: 575px) {
    .grid-pagination-sm .page-link {
        height: 28px !important;
        width: max-content !important;
        font-size: 12px;
    }

    .grid-pagination-sm .page-item:last-child .page-link,
    .grid-pagination .page-item:first-child .page-link {
        font-size: 12px !important;
    }
}


@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    .print-d-none {
        display: none !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}


.text-primary {
    color: #3A837E !important;
}

.text-success {
    color: #17C653 !important;
}

.text-success-20 {
    color: #17c65420 !important;
}

.text-success-30 {
    color: #17c65430 !important;
}

.text-success-40 {
    color: #17c65440 !important;
}

.text-success-50 {
    color: #17c65450 !important;
}

.text-success-60 {
    color: #17c65460 !important;
}

.text-success-70 {
    color: #17c65470 !important;
}

.text-success-80 {
    color: #17c65480 !important;
}

.text-success-90 {
    color: #17c65490 !important;
}

.text-warning {
    color: #FB9927 !important;
}

.text-danger {
    color: #F8285A !important;
}

.text-light {
    color: #D8DCE7 !important;
}

.text-dark {
    color: #0A1017 !important;
}




.bg-primary {
    background-color: #3A837E !important;
}

.bg-success {
    background-color: #17C653 !important;
}

.bg-success-20 {
    background-color: #17c65420 !important;
}

.bg-success-30 {
    background-color: #17c65430 !important;
}

.bg-success-40 {
    background-color: #17c65440 !important;
}

.bg-success-50 {
    background-color: #17c65450 !important;
}

.bg-success-60 {
    background-color: #17c65460 !important;
}

.bg-success-70 {
    background-color: #17c65470 !important;
}

.bg-success-80 {
    background-color: #17c65480 !important;
}

.bg-success-90 {
    background-color: #17c65490 !important;
}

.bg-warning {
    background-color: #FB9927 !important;
}

.bg-danger {
    background-color: #F8285A !important;
}

.bg-light {
    background-color: #D8DCE7 !important;
}

.bg-dark {
    background-color: #0A1017 !important;
}


/* Manage Hover */
.show-me {
    display: none;
}

.hover-me:hover .show-me {
    display: inline-block;
}

/* Manage Hover End */


/* Payment gateway */
.payment-gateway-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D3DCDD;
    border-radius: 6px;
    padding: 10px;
    min-width: 220px;
    max-width: 300px;
    cursor: pointer;
    margin-bottom: 6px;
}

.selector.selected,
.selector:hover {
    border: 1px solid #17C653 !important;
}

.payment-gateway-selector.selected,
.payment-gateway-selector:hover {
    border: 1px solid #17C653 !important;
}

.payment-gateway-selector img {
    object-fit: contain;
    width: 100px;
    height: 30px;
}

.payment-gateway-selector i {
    color: #D3DCDD;
}

.payment-gateway-selector.selected i,
.payment-gateway-selector:hover i {
    color: #17C653;
}

.btn-payment {
    background-color: #17C653;
    padding: 14px 0px !important;
    width: 100%;
    color: #fff;
    border: 0px;
}

.btn-payment:hover {
    background-color: #0f9940;
    color: #fff;
}

/* Payment gateway end*/

/* Shipping address status */
.up-badge-info {
    border: none;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
    background: #D8DCE7;
    color: #0A1017;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 12px */
}

.up-badge-dark {
    border: none;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
    background: #0A1017;
    color: #fff;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 12px */
}

.up-badge-yellow {
    border: none;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
    background: rgba(255, 198, 0, 0.12);
    color: #E9B500;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 12px */
}

/* Pagination */
.fsh-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.fsh-page-link {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: var(--lightColor2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkColor);
    text-align: center;
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    transition: .3s;
}

.fsh-page-link.active,
.fsh-page-link:hover {
    background: var(--darkColor);
    color: var(--whiteColor);
}

.fsh-page-link path {
    stroke: var(--darkColor);
    transition: .3s;
}

.fsh-page-link.active path,
.fsh-page-link:hover path {
    stroke: var(--whiteColor);
}

.fsh-page-link.disable {
    opacity: .5;
    pointer-events: none;
}

/* invoice */

.invoice-table-header {
    position: relative;
}

.involice-list-item {
    color: var(--darkColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.involice-list-item:not(:last-child) {
    margin-bottom: 12px;
}

/* Responsive */
@media all and (max-width: 991px) {

    /* Invoice */
    .invoice-table-header {
        padding-right: 34px;
    }
}

.modal-footer .ol-btn-secondary {
    background-color: #e8e7ee;
}

.modal-footer .confirm-btn {
    border-radius: 8px;
    background: #242D47;
    padding: 11px 24px;
    border: none;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    color: var(--whiteColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.added .select2-container .select2-selection--single {
    height: auto;
    padding: .375rem .75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.added .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}

/* PWA */
.commonDivHidden {
    display: none;
}

.smallDeviceShow {
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    background: #141414bf;
    border-radius: 16px;
    bottom: 5px;
    box-shadow: 0 8px 24px #0000004d;
    display: flex;
    justify-content: space-around;
    left: 50%;
    max-width: 700px;
    padding: 8px 12px;
    position: fixed;
    text-align: center;
    transform: translate(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: calc(100% - 32px);
    z-index: 99;
    color: #fff;

}

.smallDeviceShow li a {
    align-items: center;
    background: transparent;
    border: none;
    color: #ddd;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    outline-offset: 4px;
    padding: 6px 0;
    position: relative;
    transition: .5s;
}

/* .smallDeviceShow li a:hover{
    color: var(--skinColor);
} */
.smallDeviceShow li a i {
    font-size: 18px;
}




/* New Css Add */
.gallery-images-grid {
    gap: 25px;
}

.dtBtn {
    gap: 6px;
}

.fsh-tab-link::after {
    bottom: 0;
}

.product-additional-info .al-title-16px {
    line-height: 140%;
}

/* Global Font Override */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
select,
textarea,
.al-title-18px,
.al-title-16px,
.al-title-14px,
.fsh-mixitup-btn,
.product-card-btn,
.wc-btn-outline-dark,
.ft-nav-title,
.ba-btn-outline-dark,
.mv-title-40px,
.category-title,
.ba-banner-title,
.benefit-title,
.blog-list-title,
.newsletter-card-title,
.al-title-42px,
.footer-nav-title,
.seasonal-product-title,
.testimonial-comment,
.alert-signup-btn,
.product-card-title,
.section-title,
.product-served-badge-title {
    font-family: 'Barlow Condensed', sans-serif !important;
}

/* --- CLEAN PRODUCT CARD STYLES --- */
.clean-product-card {
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: #f4f4f4 !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

.clean-product-image-box {
    width: 100% !important;
    aspect-ratio: 3 / 4 !important; /* Uniform tall aspect ratio like Picture 2 */
    background-color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    border-radius: 0 !important;
}

.clean-product-slider {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    will-change: transform !important;
}

.clean-product-slider img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important; /* Edge-to-edge cover like reference */
    flex-shrink: 0 !important;
    display: block !important;
    padding: 0 !important;
}

/* Hover Preview: Only trigger if no manual navigation has occurred */
.clean-product-card.is-previewing .clean-product-slider {
    transform: translateX(-100%) !important;
}

/* Nav Arrows - Show only on hover */
.slider-nav {
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 8px !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.clean-product-card:hover .slider-nav {
    opacity: 1 !important;
}

.slider-arrow {
    background: #fff !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
    color: #000 !important;
    transition: all 0.2s ease !important;
}

.slider-arrow:hover {
    background: #000 !important;
    color: #fff !important;
}

.slider-arrow svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

/* Quick Add Button */
.quick-add-btn {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 6px 14px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    border-radius: 25px !important;
    text-transform: uppercase !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 15 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.clean-product-card:hover .quick-add-btn {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.quick-add-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

/* Text Details - row layout: name left, price right */
.clean-product-details {
    padding: 15px 12px 20px !important;
    background: #fff !important;
    border-top: none !important;
}

.clean-product-info-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 4px !important;
}

.clean-product-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    margin: 0 !important;
    line-height: 1.1 !important;
    color: #000 !important;
    flex: 1 !important;
}

.clean-product-price {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #000 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.clean-product-summary {
    font-size: 12px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-family: 'Albert Sans', sans-serif !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* ===== EDITORIAL GRID LAYOUT ===== */
.editorial-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* Force 3 columns ALWAYS */
    gap: 0 !important;
    border-top: 1px solid #f0f0f0 !important;
    border-left: 1px solid #f0f0f0 !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.editorial-grid .editorial-item {
    display: block !important;
    width: 100% !important;
    border-right: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

/* Override bootstrap col padding inside editorial grid */
.editorial-grid > [class*='col-'],
.editorial-grid .editorial-item > div {
    padding: 0 !important;
}

/* Responsive */
@media (max-width: 767px) {
    .editorial-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .editorial-grid {
        grid-template-columns: 1fr !important;
    }
}
