/* Krizovy predaj pozadie, orig zelena: 82c500 */
.tp-cross-sale-product .container {
    background-color: #ebece4;
  	padding-top: 20px;
  	border-radius: 15px;
}
/* Krizovy predaj bol zarovnany na lavo, teraz je na stred */
.tp-product-cross-sale-slider .swiper-wrapper {
    justify-content: center;
    align-items: center;
}
/* Odrazky boli zle posunute pri popise */
.tp-product-details-description ul {
    padding-left: 20px; 
    margin-left: 0;
}
/* Rychle odoslanie */
.rychle-odoslanie {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ffb347, #ff8c42);
    color: #2c1810;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 140, 66, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.rychle-odoslanie:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 66, 0.4);
}

.rychle-odoslanie-icon {
    font-size: 16px;
    color: #2c1810;
    flex-shrink: 0;
}

.rychle-odoslanie-text {
    line-height: 1.2;
}

.rychle-odoslanie-highlight {
    color: #8b2f00;
    font-weight: 700;
}

/* TLACIDLO INFO DOKUMETACIA PRI PRODUKTE */
.tlacidlo-pri-produkte {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #ffffff;
    color: #6b7280;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tlacidlo-pri-produkte:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #4b5563;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.tlacidlo-pri-produkte .pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #ef4444;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}