.beautysociety-product-listing-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.beautysociety-product-listing-products {
    min-height: 450px;
    padding-bottom: 48px;
    border-bottom: 1px solid #B6B6B6;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.beautysociety-product-listing-filters {
    margin-bottom: 24px;
}

.beautysociety-product-listing-product-container {
    width: 100%;
    margin-bottom: 28px;
}

.beautysociety-product-listing-product-container::before {
    content: '';
    display: block;
    padding-top: 130%;
}

.beautysociety-product-listing-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.beautysociety-product-listing-product-container {
    position: relative;
}

.beautysociety-product-listing-product-image {
    position: relative;
    margin-bottom: 10px;
    height: 85%;
    overflow: hidden;
}

.beautysociety-product-listing-product-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.beautysociety-product-listing-product-image:hover > a > img,
.beautysociety-product-listing-product-image:hover > a > div > img {
    transform: scale(1.1);
}

.beautysociety-product-listing-product-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 56px;
    padding-left: 10px;
    padding-right: 10px;
}

.beautysociety-product-listing-product-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.beautysociety-product-listing-product-title-text {
    font-family: 'FeatureDisplay-Light';
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

.beautysociety-product-listing-product-title-sub-text {
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
}

.beautysociety-product-listing-product-price-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-family: 'SuisseIntl-Light';
    font-size: 16px;
    font-weight: 300;
}

.beautysociety-product-listing-product-price-old {
    text-decoration: line-through;
    color: #939393;
}

.beautysociety-product-listing-product-column {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.beautysociety-product-listing-product-rewards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-family: 'SuisseIntl-Light';
    font-size: 11px;
    font-weight: 300;
    color: #B8987D;
}

.beautysociety-product-listing-product-rewards-text {
    font-family: 'SuisseIntl-Light';
    font-size: 11px;
    font-weight: 300;
}

.beautysociety-product-listing-product-image-add-to-cart-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 0 !important;
    background-color: #FDFDFD;
    z-index: 999;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0;
}

.beautysociety-product-listing-product:hover .beautysociety-product-listing-product-image-add-to-cart-icon {
    opacity: 1 !important;
}

.beautysociety-product-listing-product-image-add-to-cart-icon:disabled {
    background-color: #E5E5E5;
    cursor: not-allowed;
    opacity: 0.6;
}

.beautysociety-product-listing-product-image-add-to-cart-icon:disabled svg {
    opacity: 0.5;
}

.beautysociety-product-listing-product-image-add-to-wishlist-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    z-index: 999;
}

.beautysociety-product-listing-product-image-add-to-wishlist-icon-list {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

.beautysociety-product-listing-product-list-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B6B6B6;
}

.beautysociety-product-listing-product-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.beautysociety-product-listing-product-list-item-image-and-content {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.beautysociety-product-listing-product-list-item-image {
    position: relative;
    width: 130px;
    height: 130px;
}

.beautysociety-product-listing-product-list-item-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beautysociety-product-listing-product-list-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 13px;
}

.beautysociety-product-listing-product-list-item-content-title {
    font-family: 'FeatureDisplay-Light';
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.beautysociety-product-listing-product-list-item-content-sub-title {
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
}

.beautysociety-product-listing-product-list-item-content-rewards {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    color: #B8987D;
}

.beautysociety-product-listing-product-list-item-content-rewards-text {
    font-family: 'SuisseIntl-Light';
    font-size: 11px;
    line-height: 11px;
    font-weight: 300;
}

.beautysociety-product-listing-product-list-item-content-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.beautysociety-product-listing-product-list-item-content-price-text {
    font-family: 'SuisseIntl-Light';
    font-size: 18px;
    font-weight: 300;
}

.beautysociety-product-listing-product-list-item-content-price-button {
    width: 130px;
}

.beautysociety-product-listing-product-list-item-no-products {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 350px;
}

.beautysociety-product-listing-product-list-item-no-products-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-family: 'SuisseIntl-Light';
    font-size: 20px;
}

.beautysociety-pagination-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 81px;
}

.beautysociety-pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.beautysociety-pagination-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'SuisseIntl-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #999;
    transition: all 0.2s ease;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.beautysociety-pagination-btn:hover:not(:disabled) {
    color: #333;
}

.beautysociety-pagination-btn.active {
    color: #151514;
    font-weight: 500;
}

.beautysociety-pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.beautysociety-pagination-nav {
    color: #666 !important;
    padding: 6px;
}

.beautysociety-pagination-nav:hover:not(:disabled) {
    color: #151514 !important;
}

.beautysociety-pagination-nav:disabled {
    opacity: 0.3;
    color: #ccc !important;
}

.beautysociety-pagination-dots {
    padding: 0 8px;
    color: #ccc;
    font-family: 'SuisseIntl-Light';
    font-size: 16px;
    letter-spacing: 2px;
}

.product-listing-badges-container {
    position: absolute;
}

.product-listing-badge-item {
    width: 125px !important;
    height: auto !important;
    max-height: 60px;
    object-fit: contain !important;
    display: block;
    margin-bottom: 5px;
    opacity: 1;
    transition: opacity 0.8s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
    pointer-events: none;
}

.product-listing-badge-item.badge-hidden {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(-10px);
}

.product-listing-badge-item.badge-active {
    opacity: 1;
    position: relative;
    transform: translateY(0);
}

.product-listing-product-of-the-month-badge-image-grid {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 125px !important;
    height: unset !important;
    object-fit: unset !important;
    z-index: 999;
}

.product-listing-product-of-the-month-badge-image-list {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px !important;
    height: 40px !important;
}

.product-listing-add-to-wishlist-svg {
    opacity: 0;
    transform: translateY(0);
    transition: all 0.1s ease;
    cursor: pointer;
}

.beautysociety-product-listing-product:hover .product-listing-add-to-wishlist-svg {
    opacity: 1 !important;
}

.lazy-loading {
    opacity: 1;
    filter: blur(10px);
    transform: scale(1.1);
    transition: all 0.6s ease;
}

.lazy-loaded {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
    transition: all 0.6s ease;
}

.lazy-error {
    background-color: #f5f5f5;
    opacity: 0.6;
    filter: blur(0px);
    transition: all 0.3s ease;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

