.item-card--link,
.item-card--link:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    display: block;
}

.item-card--link:hover {
    text-decoration: none;
}

.item-card--shadow {
		border: 1px solid #e8eaed;
    border-radius: 6px;
    overflow: hidden;
}

.item-card--full {
    cursor: pointer;
    user-select: none;
    padding: 0;
    transition: transform cubic-bezier(0.4, 0, 0.6, 1) 0.1s, box-shadow cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
}

.item-card {
    background-color: white;
    cursor: pointer;
    position: relative;
}

.item-card--shadow .item-card__cover-img {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    overflow: hidden;
    min-height: 185px;
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #e8eaed;
    background: #f5f5f5;
}

.item-card__cover-img {
    margin-bottom: .5rem;
    position: relative;
}

.item-card__cover-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.12);
}

.item-card__lower-padding {
    padding: 1rem;
}

.item-card__text-name {
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.8rem;
    height: 3.5rem;
    font-size: 13px;
    text-transform: uppercase;
}

.item-card--full .item-card__section-price {
    padding: .5rem 0 1.5rem 0;
}

.item-card__section-price {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 2.4rem;
    box-sizing: content-box;
}

.item-card__spacer {
    flex: 1;
}

.item-card__price-gap {
    width: .8rem;
}

.item-card__current-price--free-shipping {
    max-width: calc(100% - 2.6rem);
}

.item-card__original-price {
    color: rgba(0, 0, 0, 0.54);
    text-decoration: line-through;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-card__current-price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #18a786;
    flex-shrink: 0;
    max-width: 100%;
}

.item-card--full .item-card__section-actions {
    display: flex;
}

.item-card--full .item-card__btn-likes, .item-card--full .item-card__btn-comments {
    display: flex;
    align-items: center;
    color: #999999c4;
    cursor: pointer;
    font-size: 1.3rem;
}

.item-card__btn-gap {
    flex: 1;
}

.item-card__badge-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.item-card__btn-likes .icon-like {
    font-size: 1.3rem;
    color: #18a786;
}

.badge--new {
    background-color: rgba(0, 191, 165, 0.85);
    padding-top: 3px;
}

.badge--new__label {
    font-size: 1.2rem;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 31px;
    text-transform: uppercase;
}

.badge--new:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px 19px;
    border-color: transparent rgba(0, 191, 165, 0.85) transparent rgba(0, 191, 165, 0.85);
}

.search-result-page .header-section__header {
    height: 3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 0 0.5rem 0;
}

.search-result-page .header-section__header__title {
    text-transform: none;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2rem;
    margin-bottom: 5px;
}

.search-result-page .search-page__search-result__header-text {
    text-transform: none;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.8);
}

.search-result-page .search-page__search-result__header-text-highlight {
    color: #3b5998;
}

.search-result-page .search-page__search-result__header-text span {
    display: inline-block;
    float: left;
}

.search-result-page .browse-page__result {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0;
}

@media (min-width: 1200px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 768px) {
    
}
@media (max-width: 767px) {
    
}