

/* Start:/local/templates/hockeist/assets/css/delivery.css?17672582032962*/
.page-header {
    margin-bottom: 25px;
}

.page-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}

.delivery-section {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.delivery-info {
    margin: 0;
    padding-left: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 160%;
    letter-spacing: 0px;
    color: #535353;
}

.delivery-info p{
    margin-bottom: 13px;
    color: #535353;
}

.delivery-companies {
    font-weight: 700;
    color: #e74c3c;
}

.delivery-rule {
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
}

.delivery-rule:before {
    content: "•";
    color: #000000;
    font-weight: bold;
    position: absolute;
    left: -15px;
}

.payment-title {
    color: #000000;
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 1px;
    vertical-align: middle;

}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    justify-items: center;
    margin-bottom: 88px;
}

.payment-method {
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 180px;
}

.payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
    border-color: #101BE5;
}

.payment-icon {
    object-fit: cover;
    max-width: 135px;
    max-height: 80px;
    margin-bottom: 20px;
}

.payment-name {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    color: #535353;
}

@media (max-width: 768px) {
    .container {
        padding: 20px 15px;
    }

    .page-title {
        font-size: 2rem;
    }

    .payment-title {
        font-size: 1.75rem;
    }

    .payment-methods {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .delivery-info {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .payment-methods {
        grid-template-columns: 1fr;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .delivery-section {
        padding: 20px;
    }
}
/* End */
/* /local/templates/hockeist/assets/css/delivery.css?17672582032962 */
