.other-personal-gifts {
    padding: 68px 0;
    background: #f7f6f3;
}

.other-personal-gifts * {
    box-sizing: border-box;
}

.opg-head {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.opg-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.opg-head h2 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 800;
}

.opg-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.opg-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.opg-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.opg-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.opg-card:hover {
    transform: translateY(-4px);
    border-color: rgba(155, 122, 53, 0.28);
    box-shadow: 0 16px 38px rgba(32, 40, 56, 0.11);
}

.opg-card-dark {
    border-color: rgba(32, 40, 56, 0.16);
}

.opg-img {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ebe8df;
    text-decoration: none;
}

.opg-img {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f1f0ec;
    text-decoration: none;
}

/* Прибираємо штучно задану висоту */
.opg-img:before {
    display: none;
}

.opg-img img {
    position: static;
    display: block;
    width: 100%;
    height: auto !important;
    object-fit: initial;
    object-position: initial;
    transition: transform 0.28s ease;
}

.opg-card:hover .opg-img img {
    transform: scale(1.035);
}

.opg-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 6px 10px;
    background: rgba(32, 40, 56, 0.92);
    color: #ffffff;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.opg-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 18px 20px;
}

.opg-body h3 {
    margin: 0 0 9px;
    color: #202838;
    font-size: 19px;
    line-height: 1.24;
    font-weight: 800;
}

.opg-body p {
    margin: 0 0 15px;
    color: #606978;
    font-size: 14px;
    line-height: 1.48;
}

.opg-best-for {
    margin-top: auto;
    margin-bottom: 16px;
    padding: 13px 14px;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.07);
    border-radius: 12px;
}

.opg-best-for strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.opg-best-for span {
    display: block;
    color: #606978;
    font-size: 12px;
    line-height: 1.4;
}

.opg-btn,
.opg-btn:hover,
.opg-btn:visited,
.opg-btn:active {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    width: 100%;
    padding: 0 14px;
    background: #202838;
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.opg-btn:hover {
    background: #151c29;
    color: #ffffff;
}



@media (max-width: 991.98px) {
    .other-personal-gifts {
        padding: 54px 0;
    }

    .opg-head {
        margin-bottom: 30px;
    }

    .opg-head h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .other-personal-gifts {
        padding: 42px 0;
    }

    .opg-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .opg-head h2 {
        font-size: 26px;
    }

    .opg-head p {
        font-size: 14px;
        line-height: 1.5;
    }

    .opg-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .opg-col {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .opg-card {
        border-radius: 14px;
    }

    .opg-body {
        padding: 16px 14px 16px;
    }

    .opg-body h3 {
        font-size: 17px;
    }

    .opg-body p {
        font-size: 13px;
        line-height: 1.45;
    }

    .opg-best-for {
        padding: 12px 12px;
    }

    .opg-btn,
    .opg-btn:hover,
    .opg-btn:visited,
    .opg-btn:active {
        min-height: 40px;
        font-size: 12px;
    }
}