#omp_wrapper .omp-landing-block--title {
    padding: 0 var(--omp-space-x3);
    font-weight: 500;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--omp-space-x3);
}

[id^=OMP_FLASH_SALE] .omp-landing-block--title .block-name {
    font-weight: bold;
    color: var(--omp-orange);
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.omp-landing-block--title .block-name {
    font-size: 1rem;
}

.omp-landing-block--title .block-see-more {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    font-weight: normal !important;
}

#omp_wrapper .omp-landing-block--content {
    width: 100%;
    background-color: #fff;
}

[id^=OMP_VERTICAL_PRODUCT] .omp-wp__vertical-product,
#OMP_ALL_PRODUCTS .omp-wp__vertical-product {
    width: 100%;
    padding: calc(var(--omp-space-x3) / 2);
}

[id^=OMP_FLASH_SALE] .omp-landing-block--content,
[id^=OMP_HORIZONTAL_PRODUCT] .omp-landing-block--content,
[id^=OMP_RELATED_PRODUCT] .omp-landing-block--content,
[id^=OMP_VERTICAL_PRODUCT] .omp-landing-block--content,
[id^=OMP_ALL_COLLECTION] .omp-landing-block--content,
#OMP_ALL_PRODUCTS .omp-landing-block--content {
    overflow-x: auto;
}

[id^=OMP_FLASH_SALE] .omp-wp__flash-sale,
[id^=OMP_RELATED_PRODUCT] .omp-wp__related-product,
[id^=OMP_HORIZONTAL_PRODUCT] .omp-wp__horizontal-product,
[id^=OMP_ALL_COLLECTION] .omp-wp__all-collection {
    display: flex;
    display: -webkit-flex;
    max-height: max-content;
    width: max-content;
    padding: calc(var(--omp-space-x3) / 2);
    overflow-y: hidden;
}

[id^=OMP_ALL_COLLECTION] .omp-wp__all-collection {
    padding: 1.5rem 0 1rem 0;
    overflow-x: auto;
}

@media (max-width: 800px) {
    #omp_wrapper .omp-landing-block--title {
        padding: 0 var(--omp-space-x2) !important;
        margin-top: var(--omp-space-x2) !important;
    }

    [id^=OMP_FLASH_SALE] .omp-wp__flash-sale,
    [id^=OMP_RELATED_PRODUCT] .omp-wp__related-product,
    [id^=OMP_HORIZONTAL_PRODUCT] .omp-wp__horizontal-product,
    [id^=OMP_VERTICAL_PRODUCT] .omp-wp__vertical-product,
    #OMP_ALL_PRODUCTS .omp-wp__all-product {
        padding: var(--omp-space) !important;
    }

    [id^=OMP_FLASH_SALE] .omp-product-wrapper,
    [id^=OMP_HORIZONTAL_PRODUCT] .omp-product-wrapper,
    [id^=OMP_RELATED_PRODUCT] .omp-product-wrapper,
    [id^=OMP_VERTICAL_PRODUCT] .omp-product-wrapper,
    #OMP_ALL_PRODUCTS .omp-product-wrapper {
        padding: var(--omp-space) !important;
    }

    [id^=OMP_ALL_COLLECTION] .omp-wp__all-collection {
        padding: 1rem 0 0.75rem 0;
    }
}

[id^=OMP_ALL_COLLECTION] .omp-wp__all-collection .collection-item {
    width: var(--omp-collection-image-width);
    margin: 0 var(--omp-space-x2);
    cursor: pointer;
    color: var(--omp-btn-secondary-text-color);
    text-decoration: none !important;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

[id^=OMP_ALL_COLLECTION] .omp-wp__all-collection img {
    width: calc(var(--omp-collection-image-width) - 1rem);
    height: calc(var(--omp-collection-image-width) - 1rem);
    margin-bottom: var(--omp-space-x3);
}

[id^=OMP_ALL_COLLECTION] .omp-wp__all-collection .collection-name {
    text-align: center;
    font-weight: 500;
}

@media (max-width: 567px) {
    [id^=OMP_ALL_COLLECTION] .omp-wp__all-collection .collection-item {
        width: calc(var(--omp-collection-image-width) + 1rem);
    }

    [id^=OMP_ALL_COLLECTION] .omp-wp__all-collection img {
        width: var(--omp-collection-image-width);
        height: var(--omp-collection-image-width);
        margin-bottom: var(--omp-space-x3);
    }

    [id^=OMP_ALL_COLLECTION] .omp-wp__all-collection .collection-name {
        font-size: 0.8rem;
    }
}

.single-vertical-product-wrapper {
    --add-cart-btn-size: 32px;
    --line-height: calc(var(--add-cart-btn-size) / 2 - 1px);
}

.single-vertical-product-wrapper .product-with-cart {
    bottom: 5px;
    right: 5px;
}

.product-with-cart .button-addToCart--normal,
.product-with-cart .product-totalInCart {
    width: var(--add-cart-btn-size);
    height: var(--add-cart-btn-size);
    border-radius: 50%;
}

.product-with-cart .button-addToCart--normal {
    color: var(--omp-color-primary);
    background-color: hsl(var(--omp-color-primary-hs), 80%);
}

.product-with-cart .product-totalInCart {
    border: 1px solid var(--omp-color-primary);
    color: var(--omp-color-primary);
    background-color: #ffffff;
    line-height: var(--line-height) !important;
}

.product-with-cart .button-addToCart--quantity {
    border: 1px solid var(--omp-color-primary);
    background-color: #ffffff;
    height: var(--add-cart-btn-size);
    width: var(--add-cart-btn-size);
    border-radius: 20px;
    transition: width 250ms ease-out;
}

.product-with-cart .button-addToCart--quantity.show-changeQuantityBtn {
    width: calc(var(--add-cart-btn-size) * 3);
}

.product-with-cart .button-addToCart--quantity .total-quantity,
.product-with-cart .button-addToCart--quantity .quantity-minus,
.product-with-cart .button-addToCart--quantity .quantity-plus {
    height: 100%;
    width: var(--add-cart-btn-size);
}

.product-with-cart .button-addToCart--quantity .total-quantity {
    line-height: var(--line-height) !important;
    color: var(--omp-color-primary);
}

.product-with-cart .button-addToCart--quantity .quantity-plus {
    color: var(--omp-color-primary);
}

.product-with-cart .button-addToCart--quantity .quantity-minus {
    color: #4f4f4f;
}

/*--------------------------------------- PRODUCT ITEM STYLE ---------------------------------*/
[id^=OMP_FLASH_SALE] .omp-product-wrapper,
[id^=OMP_HORIZONTAL_PRODUCT] .omp-product-wrapper,
[id^=OMP_RELATED_PRODUCT] .omp-product-wrapper {
    width: var(--omp-product-width);
}

[id^=OMP_FLASH_SALE] .omp-product-wrapper,
[id^=OMP_HORIZONTAL_PRODUCT] .omp-product-wrapper,
[id^=OMP_RELATED_PRODUCT] .omp-product-wrapper,
[id^=OMP_VERTICAL_PRODUCT] .omp-product-wrapper,
#OMP_ALL_PRODUCTS .omp-product-wrapper {
    padding: calc(var(--omp-space-x3) / 2);
}

@media (max-width: 800px) {
    [id^=OMP_FLASH_SALE] .omp-product-wrapper,
    [id^=OMP_HORIZONTAL_PRODUCT] .omp-product-wrapper,
    [id^=OMP_RELATED_PRODUCT] .omp-product-wrapper,
    [id^=OMP_VERTICAL_PRODUCT] .omp-product-wrapper,
    #OMP_ALL_PRODUCTS .omp-product-wrapper {
        padding: var(--omp-space) !important;
    }
}

.omp-product-card {
    display: block !important;
    text-decoration: none !important;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(159 168 184 / 6%) 0 1px 8px 0;
}

@media (min-width: 700px) {
    .omp-product-card {
        box-shadow: rgb(159 168 184 / 10%) 0 1px 8px 0;
    }
}

.omp-product-card.omp-product-seemore {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--omp-text-hint);
}

.omp-product-card.omp-product-seemore > * {
    margin-bottom: var(--omp-space-x3) !important;
}

[id^=OMP_ALL_PRODUCTS] .omp-product-card,
[id^=OMP_VERTICAL_PRODUCT] .omp-product-card {
    height: var(--omp-product-height);
    overflow: hidden;
}

.omp-product-card .omp-product-card__top {
    max-height: var(--omp-product-list-img-height);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.omp-product-card__top .product-card--discount-tag {
    --sale-text-height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--omp-orange-light);
}

.product-card--discount-tag .sale-text {
    padding: 0 4px;
    text-align: center;
    color: #ffffff;
    height: var(--sale-text-height);
}

.product-card--discount-tag .sale-text p {
    margin-bottom: 0;
}

.product-card--discount-tag .sale-text p:first-child {
    font-size: 12px;
}

.product-card--discount-tag .sale-text p:not(:first-child) {
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.product-card--discount-tag .sale-text:after {
    content: "";
    width: 0;
    height: 0;
    right: 100%;
    top: 0;
    position: absolute;
    border-color: transparent var(--omp-orange-light) transparent transparent;
    border-style: solid;
    border-width: calc(var(--sale-text-height) / 2);
}

.omp-product-card .omp-product-card__top .product-card--tag {
    position: absolute;
    padding: 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    background-color: var(--omp-orange-light);
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.product-card--tag.tag-top-left {
    top: 0;
    left: 0;
    border-bottom-right-radius: 6px;
}

.product-card--tag.tag-top-right {
    top: 0;
    right: 0;
    border-bottom-left-radius: 6px;
}

.product-card--tag.tag-bottom-right {
    bottom: 0;
    right: 0;
    border-top-left-radius: 6px;
}

.product-card--tag.tag-bottom-left {
    bottom: 0;
    left: 0;
    border-top-right-radius: 6px;
}

.omp-product-card .omp-product-card__top img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.omp-product-card .omp-product-card__bottom {
    padding: calc(var(--omp-space) * 2);
}

@media (min-width: 415px) {
    .omp-product-card .omp-product-card__bottom {
        padding: var(--omp-space);
    }
}

.omp-product-card .omp-product-card__bottom .omp-product-card--name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(30, 30, 35);
    max-width: 100%;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    margin-bottom: var(--omp-space);
}

.omp-product-card .omp-product-card__bottom .product--rating-stars {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.product--rating-stars svg {
    margin-right: calc(var(--omp-space) / 2);
    color: var(--omp-yellow-darken);
    width: 14px !important;
    height: 14px !important;
}

.omp-product-card .omp-product-card__bottom .omp-product-card--price {
    font-size: 0.9rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.omp-flash-sale-card .omp-product-card__bottom .omp-product-card--price {
    margin: var(--omp-space-x2) 0;
    height: max-content;
}

.omp-product-card .omp-product-card__bottom .omp-product-card--price p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05px;
    color: var(--omp-orange-light);
}

.omp-wp__flash-sale .omp-product-card--price p {
    font-size: 1rem;
}

.omp-product-card .omp-product-card__bottom .omp-product-card--price small {
    font-style: normal;
    letter-spacing: 0.05px;
    color: rgb(184, 184, 184);
    line-height: 1.6rem !important;
}

.omp-product-card .omp-product-card__bottom .omp-product-card--sold {
    font-size: 12px;
    color: var(--omp-normal-text-color);
}

.omp-product-card__bottom .omp-product-card--selling-status {
    width: 90%;
    text-align: center;
    position: relative;
    background-color: var(--omp-silver-darken);
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;
    height: 20px;
    margin: var(--omp-space) auto;
}

.omp-product-card--selling-status span {
    position: relative;
    z-index: 2;
    line-height: 22px;
}

.omp-product-card--selling-status .number-product-sold {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.omp-product-card .omp-product-card__listImg {
    --smallImage-size: 2rem;
}

.omp-product-card .omp-product-card__listImg .display-flex::-webkit-scrollbar {
    display: none !important;
}

.omp-product-card .omp-product-card__listImg .display-flex img {
    width: var(--smallImage-size);
    height: var(--smallImage-size);
}

.products-btnNextBack-wrapper {
    --product-nextBack-btn-size: 25px;
    --smallImage-size: 2rem;
    position: relative;
}

.products-btnNextBack-wrapper .products-btnBack,
.products-btnNextBack-wrapper .products-btnNext {
    position: absolute;
    width: var(--product-nextBack-btn-size);
    height: var(--product-nextBack-btn-size);
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - var(--product-nextBack-btn-size) / 2);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s ease-out;
}

.products-btnNextBack-wrapper:hover .products-btnBack:not(.hidden),
.products-btnNextBack-wrapper:hover .products-btnNext:not(.hidden) {
    transform: scale(1);
    opacity: 1;
}

.products-btnNextBack-wrapper .products-btnBack {
    left: 0;
}

.products-btnNextBack-wrapper .products-btnNext {
    right: 0;
}
