﻿

.product-item.item-horizontal {
    flex-direction: column !important;
    border-radius: 10px;
    border: solid 1px #ecf0f4;
    background-color: #fafafa;
}

.item-horizontal .product__wrapper {
    display: flex;
    padding: 4px;
}

.labels-wrapper {
    position: relative;
}

.product-horizontal {
    width: 100%;
    margin-bottom: 12px;
    background: #F5F5F5;
    border-radius: 8px;
}

.item-horizontal .product-item__info {
    background-color: inherit;
}

.item-horizontal .product-item__info {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 6px;
}

.product-item__info {
    text-align: left;
    background-color: #fff;
    color: #000;
    padding: 10px 12px;
    border-radius: 10px;
    line-height: normal;
    max-width: 96%;
    margin: 0 auto 2%;
    width: 100%;
}

.product-item__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    position: relative;
}

.product-horizontal span.metafeild-label.label--highlight.custom-label.label.ui-2 {
    max-width: 100% !important;
    left: 0;
    border: 0;
    border-radius: 0 0 8px 8px !important;
}

.two-point-o span.metafeild-label.label--highlight.custom-label.ui-2 {
    bottom: -1dvh;
}

.two-point-o span.metafeild-label.label--highlight.custom-label.ui-2 {
    justify-content: center !important;
    max-width: 70% !important;
    border: 1px solid white;
    bottom: -7px;
    top: unset;
    left: 15%;
    z-index: 1;
    border-radius: 10px !important;
    padding: 18px 10px !important;
    font-size: 12px;
    font-weight: 700;
    background: #fcc50b;
    color: #000;
    text-align: center;
}

.product-horizontal .label--highlight.custom-label {
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    max-width: 100%;
    padding: 0 !important;
    z-index: 1;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: end;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 4px !important;
    line-height: normal;
}

.product-item__image-wrapper, .shop-the-look, .shop-the-look__item {
    position: relative;
    display: block;
    overflow: hidden;
}

.two-point-o.item-horizontal:has(.ui-2) .product-item__primary-image {
    border-radius: 8px 8px 0 0;
}

.aspect-ratio {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-item__image-wrapper {
    margin-top: 0;
    background-color: transparent;
}

.aspect-ratio img, .aspect-ratio svg, .aspect-ratio video {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.position-relative {
    position: relative !important;
}

.product-facet__product-list .item-horizontal a.product-item-meta__title.tile-title {
    min-height: 44px !important;
}

.item-horizontal a.product-item-meta__title.tile-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.64px;
    color: #1a2024;
    display: flex;
    line-height: 1.38;
    min-height: 60px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.tile-title, h1.product-meta__title.heading.h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.two-point-o.item-horizontal .product-item-meta__price-list-container {
    padding-top: 4px;
    min-height: 100px;
}

product-list .price-list.price-list--centered {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    width: 100%;
    position: relative;
}

.price-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    width: 100%;
    gap: 30%;
    position: relative;
}

.price--highlight {
    color: #1A2024;
}

.price.price--highlight, .product-item-meta__title, .product-meta__title {
    font-weight: 700 !important;
}

.two-point-o span.price.price--highlight.product-card-price {
    font-size: 16px;
    letter-spacing: -0.64px;
}

[dir=ltr] .price-list:not(.price-list--stack) > .price:not(:last-child) {
    margin-right: 4px;
}



.two-point-o .price--compare {
    color: #b2b9bf;
    letter-spacing: -0.48px;
    font-size: 12px;
}

.price--compare, p.inclusive {
    font-weight: 500;
    color: #616161;
    line-height: 17px;
    letter-spacing: -.045em;
    font-size: 10px;
}

.line-through {
    text-decoration: line-through;
}

.product-list__inner .off {
    font-size: 12px;
    font-weight: bold;
    color: #12b985;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: 4px !important;
    overflow: hidden;
    /*height: 1.5rem;*/
}


    .features-list.only-horizontal span.feature {
        font-size: 10px;
        border-radius: 12px;
        padding: 5px 8px 4px;
        background-color: #eff4f7;
        line-height: 1.1;
        letter-spacing: -0.4px;
        color: #1a2024;
        border: 0;
    }

.two-point-o.item-horizontal .product-item__quick-form {
    padding: 6px 0;
    position: static;
    transform: none;
    width: 100%;
}

.two-point-o .product-item__info .product-item__quick-form button, #notifyMe_trigger {
    background: #1A2024;
    border: 1px solid #1A2024;
    padding: 12px;
    border-radius: 10px !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.product-name {
    color: #000;
}

    .product-name:hover {
        color: #e71212;
    }

.product-item__info .product-item__quick-form button {
    line-height: normal;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
