@charset "utf-8";
.delivery-pay-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
}

.delivery-pay-col {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-height: 82px;
    padding: 12px;
    border: 1px solid #ead7bf;
    border-radius: 10px;
    background: #fffaf3;
}

.delivery-pay-col h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
    color: #2f7e1f;
    font-weight: 800;
}

.delivery-pay-col p {
    margin: 0;
    color: #3f3026;
    font-size: 13px;
    line-height: 1.35;
}

.product-box--delivery {
    padding: 18px;
    border-radius: 14px;
}

.product-box--delivery h2 {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d8c68a;
    color: #ef6500;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.delivery-pay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ead7bf;
    border-radius: 50%;
    background: #fff;
    color: #ef6500;
}

.delivery-pay-icon svg {
    width: 20px;
    height: 20px;
    fill: #ffe1a5;
    stroke: #2f2f2f;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-box--text h2 {
    margin-top: 28px;
    margin-bottom: 16px;
    color: #2f9c45;
}

.product-box--text h2:first-child {
    margin-top: 0;
}

.product-box--text p {
    margin: 0 0 14px;
}

.product-box--text ul {
    margin: 0 0 18px;
    padding-left: 22px;
}

.product-box--text li {
    margin-bottom: 5px;
    line-height: 1.2;
}

.product-text-image {
    margin: 10px 0 18px;
}

.product-text-image--right {
    float: right;
    margin: 6px 0 16px 20px;
    max-width: 280px;
}

.product-inline-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* кошик */

.product-anchor-section {
    scroll-margin-top: 120px;
}
.product-box + .product-anchor-section,
.product-anchor-section + .product-anchor-section,
.product-anchor-section + .reviews-section {
    margin-top: 24px;
}
/* app.css only adds decorative gallery states; geometry stays in critical.css. */
.product-gallery__thumb {
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible {
    border-color: #2f9c45;
    box-shadow: 0 8px 18px rgba(47, 156, 69, .12);
    transform: translateY(-1px);
    outline: none;
}
.product-preorder-message {
    color: #9a5b00;
    font-weight: 600;
}
