@font-face {
    font-family: Merriweather Sans;
    src: url(/fonts/MerriweatherSans.ttf)
}

@font-face {
    font-family: Merriweather Sans Bold;
    src: url(/fonts/MerriweatherSans-Bold.ttf)
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.ttf)
}

.product-card_text-overflow__tV_kV {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-card_text-gradient__9jUr6 {
    background-image: -webkit-gradient(linear, 37.219838% 34.532506%, 36.425669% 93.178216%, from(#29cdff), to(#0a60ff), color-stop(.37, #148eff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.product-card_background-hover__QzdPh {
    transition: all .3s ease-out
}

.product-card_background-hover__QzdPh:hover {
    background-color: #00a1f1
}

.product-card_prd-card__mhqS4 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.product-card_prd-card__mhqS4 .prd-thumb {
    cursor: pointer
}

.product-card_prd-card__mhqS4 .prd-thumb img {
    transition: all .3s ease-in-out;
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:450px) {
    .product-card_prd-card__mhqS4 .prd-thumb img {
        height: 180px
    }
}

.product-card_prd-card__mhqS4 .prd-thumb:hover img {
    transform: scale(101%)
}

.product-card_prd-card__mhqS4 .no-of-images {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 11px;
    z-index: 0
}

@media screen and (max-width:450px) {
    .product-card_prd-card__mhqS4 .no-of-images {
        font-size: 10px
    }
}

.product-card_prd-card__mhqS4 .prd-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 2px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 40px;
    background-image: linear-gradient(180deg, #9a9a9a00 0, #292929);
    z-index: 1;
    cursor: pointer
}

.product-card_prd-card__mhqS4 .prd-info .prd-name {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    text-transform: capitalize
}

@media screen and (max-width:450px) {
    .product-card_prd-card__mhqS4 .prd-info {
        bottom: 32px
    }

    .product-card_prd-card__mhqS4 .prd-info .prd-name {
        font-size: 11px
    }
}

.product-card_prd-card__mhqS4 .prd-button {
    position: absolute;
    top: calc(100% - 40px);
    width: 100%;
    display: flex;
    justify-content: space-around
}

.product-card_prd-card__mhqS4 .prd-button .ant-btn.primary,
.product-card_prd-card__mhqS4 .prd-button .ant-btn.secondary {
    width: 100%;
    border-radius: 0;
    border: none
}

@media screen and (max-width:450px) {
    .product-card_prd-card__mhqS4 .prd-button {
        top: calc(100% - 32px)
    }

    .product-card_prd-card__mhqS4 .prd-button .ant-btn.primary,
    .product-card_prd-card__mhqS4 .prd-button .ant-btn.secondary {
        min-height: 32px;
        height: 32px;
        padding: 2px;
        font-size: 9px
    }

    .product-card_prd-card__mhqS4 .prd-button .ant-btn.primary .ant-btn>span+.anticon,
    .product-card_prd-card__mhqS4 .prd-button .ant-btn.primary .anticon+span,
    .product-card_prd-card__mhqS4 .prd-button .ant-btn.secondary .ant-btn>span+.anticon,
    .product-card_prd-card__mhqS4 .prd-button .ant-btn.secondary .anticon+span {
        margin-left: 2px
    }
}

.product-card_prd-card__mhqS4 .label-wrapper {
    position: absolute;
    right: auto;
    left: 0;
    top: 5px;
    display: flex;
    flex-direction: column;
    z-index: 1
}

.product-card_prd-card__mhqS4 .label-wrapper .label-wrapper-digital,
.product-card_prd-card__mhqS4 .label-wrapper .label-wrapper-price {
    color: #fff;
    background-color: #e8c400;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 13px;
    margin-bottom: 5px
}

@media screen and (max-width:450px) {

    .product-card_prd-card__mhqS4 .label-wrapper .label-wrapper-digital,
    .product-card_prd-card__mhqS4 .label-wrapper .label-wrapper-price {
        font-size: 10px;
        margin: 1px 0
    }
}

.product-card_prd-card__mhqS4 .label-wrapper .label-wrapper-digital {
    background-color: #00a1f1
}