.container-oferte {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.titlu-oferte {
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    padding-bottom: 0 !important;
    background: linear-gradient(to right, #9c5929, #bf7333);
    background-size: cover;
    background-position: center;
    text-shadow: 2px 2px 6px #0007;
    margin-bottom: 0;
    line-height: 2;
    padding-bottom: 0;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.titlu-oferte h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.imagine-oferte-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.imagine-oferte {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem !important;
}

.imagine-principala {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/21;
    margin-bottom: 2rem !important;
}

.preturi {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pret-oferte-overlay-stanga {
    position: absolute;
    bottom: 30px;
    left: 10px;
    text-align: left;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    word-wrap: break-word;
}

.pret-nou-oferta {
    display: inline-block;
    background: #000;
    color: #f1c40f;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 2px 6px;
    margin-right: 0.3rem;
}

.pret-vechi-oferta {
    display: inline-block;
    background: #000;
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2px 6px;
    position: relative;
}

.pret-vechi-oferta::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 50%;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
}

.descriere-produs {
    margin-top: 0.2rem;
    background: #000;
    color: #ffffff;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 6px;
    display: inline-block;
}

.container-2oferte {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
}

.container-2oferte .imagine-oferte-box {
    flex: 1 1 0;
    max-width: 48%;
    aspect-ratio: 3/4 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-2oferte .imagine-oferte {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imagine-oferte-box-1 {
    position: relative;
}

.pret-overlay-1 {
    position: absolute;
    bottom: 18px !important;
    left: 4px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.preturi-1 {
    display: flex;
    align-items: center;
    gap: 0.1rem !important;
    margin-bottom: 2px !important;
}

.pret-nou-1 {
    background: #000;
    color: #f1c40f;
    font-size: 1.0rem;
    font-weight: 900;
    padding: 2px 6px;
    white-space: nowrap;
}

.pret-vechi-1 {
    background: #000;
    color: #e74c3c;
    position: relative;
    font-size: 1rem;
    padding: 2px 6px;
    white-space: nowrap;
}

.pret-vechi-1::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 50%;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
}

.descriere-1 {
    margin-top: 0;
    line-height: 1;
    background: #000;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    white-space: nowrap;
    display: inline-block;
    margin: 10px 0 0 0;
}

/* Imagine 2 */
.imagine-oferte-box-2 {
    position: relative;
}

.pret-overlay-2 {
    position: absolute;
    bottom: 18px !important;
    left: 4px;
    text-align: left;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.preturi-2 {
    display: flex;
    align-items: center;
    gap: 0.1rem !important;
    margin-bottom: 2px !important;
}

.pret-nou-2 {
    background: #000;
    color: #f1c40f;
    font-size: 1rem;
    font-weight: 900;
    padding: 2px 6px;
    white-space: nowrap;
}

.pret-vechi-2 {
    background: #000;
    color: #e74c3c;
    position: relative;
    font-size: 1rem;
    padding: 2px 6px;
    white-space: nowrap;
}

.pret-vechi-2::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 50%;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
}

.descriere-2 {
    margin-top: 0;
    line-height: 1;
    background: #000;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    white-space: nowrap;
    display: inline-block;
}

.pret-overlay-4 {
    position: absolute;
    bottom: 30px;
    left: 10px;
    text-align: left;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    word-wrap: break-word;
}

.pret-nou-4 {
    display: inline-block;
    background: #000;
    color: #f1c40f;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 2px 6px;
    margin-right: 0.3rem;
}

.pret-vechi-4 {
    display: inline-block;
    background: #000;
    color: #e74c3c;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 2px 6px;
    position: relative;
}

.pret-vechi-4::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 50%;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
}

.descriere-4 {
    margin-top: 0.2rem;
    background: #000;
    color: #ffffff;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 6px;
    display: inline-block;
}

[data-link] img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

[data-link]:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}