

/* Start:/local/components/mamapizza/menu.catalog/templates/.default/style.css?17419342283793*/
.product-list__item-footer__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-list__item-footer__buttons a {
    position: relative;
    z-index: 11;
}

a.btn__delivery .btn__icon-delivery {
    display: none;
}

@media (max-width: 768px) {
    a.btn__delivery {
        display: flex;
        height: 32px;
        width: 36px;
        justify-content: center;
        align-items: center;
    }

    a.btn__delivery .btn__icon-arrow,
    a.btn__delivery .btn__text {
        display: none;
    }

    a.btn__delivery .btn__icon-delivery {
        display: inline-block;
    }
}

/* for modal */

.modal__content-delivery {
    display: flex;
    justify-content: center;
}

.delivery-active_modal::before {
    display: none;
}

.product-list__item-footer-wrapper_delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-list__item-footer-wrapper_delivery .product-list__item-footer-wrapper {
    margin: 0;
}

/* styles for stock */

.product-list__item.product-list__item--promotion {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}

.product-list__item.product-list__item--promotion > a {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-decoration: none;
}

.product-list__item.product-list__item--promotion > a.btn {
    width: 100%;
    margin-bottom: 0;
}

.product-list__item-more-info.js-product-modal.hidden-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.product-list__item {
    #background-image: url(/images/card_desktop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-list__item-footer {
    margin-top: 18px;
}

.product-list__item-footer-wrapper {
    padding-right: 15px;
}

@media (max-width: 768px) {
    .product-list__item-footer-wrapper {
        display: flex;
        align-items: center;
    }
}

 .product-list__item-price {
    font-size: 22px;
    color: #181710;
}

.product-list__item-weight {
    font-size: 18px;
    text-wrap: nowrap;
}

@media (max-width: 768px) {
    .product-list__item-weight, .product-list__item-price {
        font-size: 18px !important;
    }
}

.product-list__item-footer-wrapper > :not(:last-child) {
  margin-right: 8px;
    font-family: Arial, "Helios Cond", sans-serif;
}

@media (max-width: 768px) {
    .product-list__item-footer-wrapper > :not(:last-child) {
        margin-right: 8px;
    }
}


.product-list__item-footer-wrapper > :not(:first-child)::before {
  margin-right: 8px;
    line-height: 18px;
    font-size: 17px;
    border-color: #181710;
}

@media (max-width: 768px) {
    .product-list__item-footer-wrapper > :not(:first-child) {
        display: flex;
        align-items: center;
    }

    .product-list__item-footer-wrapper > :not(:first-child)::before {
        margin-right: 8px;
        font-size: 15px;
        line-height: 15px;
        height: 15px;
    }
}

.product-list__item-title {
    font-size: 24px;
    line-height: 36px;
}

@media (max-width: 768px) {
    .product-list__item-title {
        font-size: 18px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
    }
}

@media only screen and (max-width: 400px) {
    .product-list {
        grid-template-columns: 1fr;
    }
}

/* End */
/* /local/components/mamapizza/menu.catalog/templates/.default/style.css?17419342283793 */
