/* ŠTYLY PRE PRODUKTOVÝ POPIS - Verzia pre Shoptet s vyššou prioritou */
/* Vysoká špecificita pre prepísanie Shoptet štýlov */
.ds-product-content-wrapper {
    font-family: 'Source Sans 3', sans-serif !important;
    background-color: #f8f9fa !important;
    color: #303030 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
    padding: 40px 20px !important;
    margin: 30px 0 !important;
    border-radius: 16px !important;
    border: 2px solid #e0e0e0 !important;
}

.ds-product-content-wrapper * {
    box-sizing: border-box !important;
}

.ds-product-content-wrapper .ds-section {
    padding: 50px 30px !important;
    margin-bottom: 40px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    border: 1px solid #e0e0e0 !important;
}

@media (max-width: 768px) {
    .ds-product-content-wrapper .ds-section {
        padding: 35px 20px !important;
    }
}

.ds-product-content-wrapper h2.ds-section-title {
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 45px !important;
    font-weight: 900 !important;
    color: #303030 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 26px !important;
    border-bottom: 5px solid #FF7C24 !important;
    padding-bottom: 12px !important;
    line-height: 1.3 !important;
}

@media (max-width: 768px) {
    .ds-product-content-wrapper h2.ds-section-title {
        font-size: 22px !important;
        margin-bottom: 35px !important;
    }
}

.ds-product-content-wrapper h2.ds-section-title.ds-center {
    display: block !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: max-content !important;
    max-width: 100% !important;
}

/* Table Styles */
.ds-product-content-wrapper .ds-table-wrapper {
    overflow-x: auto !important;
    border-radius: 12px !important;
    border: 2px solid #e0e0e0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    margin-bottom: 30px !important;
}

.ds-product-content-wrapper .ds-spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
}

.ds-product-content-wrapper .ds-spec-table th {
    background-color: #303030 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 16px 18px !important;
    width: 45% !important;
    font-size: 15px !important;
    border-right: 3px solid #FF7C24 !important;
}

.ds-product-content-wrapper .ds-spec-table td {
    background-color: #ffffff !important;
    padding: 16px 18px !important;
    font-size: 15px !important;
    color: #4f4f4f !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-weight: 500 !important;
}

.ds-product-content-wrapper .ds-spec-table tr:nth-child(even) td {
    background-color: #fafafa !important;
}

.ds-product-content-wrapper .ds-spec-table tr:hover td {
    background-color: #fff5eb !important;
    color: #FF7C24 !important;
    transition: all 0.2s !important;
}

/* Technical Drawing */
.ds-product-content-wrapper .ds-drawing-wrapper {
    text-align: center !important;
    padding: 20px !important;
    background: #fafafa !important;
    border-radius: 12px !important;
    border: 2px dashed #e0e0e0 !important;
}

.ds-product-content-wrapper .ds-drawing-img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    margin-bottom: 20px !important;
}

/* Feature Cards */
.ds-product-content-wrapper .ds-features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.ds-product-content-wrapper .ds-feature-card {
    background: #ffffff !important;
    padding: 35px 28px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    border: 2px solid #e0e0e0 !important;
    transition: all 0.3s ease !important;
}

.ds-product-content-wrapper .ds-feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(255,124,36,0.25) !important;
    border-color: #FF7C24 !important;
}

.ds-product-content-wrapper .ds-feature-icon {
    width: 65px !important;
    height: 65px !important;
    border-radius: 16px !important;
    background-color: #fff5eb !important;
    color: #FF7C24 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    margin-bottom: 22px !important;
    border: 2px solid #ffe4cc !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.ds-product-content-wrapper .ds-feature-card:hover .ds-feature-icon {
    background-color: #FF7C24 !important;
    color: #ffffff !important;
    transform: scale(1.1) rotate(-5deg) !important;
}

.ds-product-content-wrapper .ds-feature-title {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #303030 !important;
    margin-bottom: 14px !important;
    line-height: 1.4 !important;
}

.ds-product-content-wrapper .ds-feature-text {
    color: #4f4f4f !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
}

/* Installation Steps */
.ds-product-content-wrapper .ds-install-wrapper {
    background: #f5f5f5 !important;
    border-radius: 20px !important;
    padding: 45px 35px !important;
    border: 2px solid #e0e0e0 !important;
}

.ds-product-content-wrapper .ds-step {
    display: flex !important;
    gap: 22px !important;
    margin-bottom: 35px !important;
    padding-bottom: 35px !important;
    border-bottom: 2px dashed #e0e0e0 !important;
}

.ds-product-content-wrapper .ds-step:last-child {
    margin-bottom: 25px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.ds-product-content-wrapper .ds-step-circle {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #FF7C24, #e56b15) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 6px 20px rgba(255,124,36,0.4) !important;
}

.ds-product-content-wrapper .ds-step-content h5 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #303030 !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
    margin-top: 5px !important;
}

.ds-product-content-wrapper .ds-step-content p {
    color: #4f4f4f !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
}

.ds-product-content-wrapper .ds-tip-box {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb) !important;
    border-left: 5px solid #2196F3 !important;
    padding: 28px !important;
    border-radius: 0 16px 16px 0 !important;
    margin-top: 35px !important;
}

.ds-product-content-wrapper .ds-tip-box h6 {
    font-weight: 700 !important;
    color: #1565C0 !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
}

/* Videos Grid Section */
.ds-product-content-wrapper .ds-video-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.ds-product-content-wrapper .ds-video-wrapper {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 Aspect Ratio */
    height: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border: 2px solid #e0e0e0 !important;
}

.ds-product-content-wrapper .ds-video-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

/* Gallery Grid Section */
.ds-product-content-wrapper .ds-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 20px !important;
}

.ds-product-content-wrapper .ds-gallery-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 2px solid #e0e0e0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease !important;
}

.ds-product-content-wrapper .ds-gallery-item:hover {
    transform: translateY(-5px) !important;
    border-color: #FF7C24 !important;
}

.ds-product-content-wrapper .ds-gallery-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.ds-product-content-wrapper .ds-gallery-caption {
    padding: 12px !important;
    text-align: center !important;
    font-weight: 600 !important;
    color: #303030 !important;
    font-size: 14px !important;
}

/* Custom Image Icons */
.ds-product-content-wrapper .ds-custom-icon-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 10px !important;
}

/* Reviews Section */
.ds-product-content-wrapper .ds-reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.ds-product-content-wrapper .ds-review-card {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 16px !important;
    padding: 30px 25px !important;
    position: relative !important;
    transition: all 0.3s !important;
}

.ds-product-content-wrapper .ds-review-card:hover {
    border-color: #FFB300 !important;
    box-shadow: 0 10px 25px rgba(255, 179, 0, 0.15) !important;
}

.ds-product-content-wrapper .ds-review-stars {
    color: #FFB300 !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.ds-product-content-wrapper .ds-review-text {
    font-style: italic !important;
    color: #4f4f4f !important;
    line-height: 1.6 !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
}

.ds-product-content-wrapper .ds-review-author {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-top: 1px solid #eee !important;
    padding-top: 15px !important;
}

.ds-product-content-wrapper .ds-review-name {
    font-weight: 700 !important;
    color: #303030 !important;
    font-size: 15px !important;
}

.ds-product-content-wrapper .ds-review-badge {
    color: #10b981 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

/* Majiteľ + Domax Partner Grid */
.ds-product-content-wrapper .ds-about-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    margin-bottom: 50px !important;
}

@media (min-width: 992px) {
    .ds-product-content-wrapper .ds-about-grid {
        grid-template-columns: 1.5fr 1fr !important; /* Majiteľ je širší */
    }
}

.ds-product-content-wrapper .ds-owner-card {
    background: linear-gradient(135deg, #ffffff, #fff9f5) !important;
    border: 3px solid rgba(255,124,36,0.3) !important;
    border-radius: 24px !important;
    padding: 45px 35px !important;
    height: 100% !important;
    box-shadow: 0 8px 30px rgba(255,124,36,0.1) !important;
    display: flex !important;
    align-items: center !important;
}

.ds-product-content-wrapper .ds-owner-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    .ds-product-content-wrapper .ds-owner-content {
        flex-direction: row !important;
    }
}

.ds-product-content-wrapper .ds-owner-photo {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    border: 5px solid #FF7C24 !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    box-shadow: 0 8px 25px rgba(255,124,36,0.2) !important;
}

.ds-product-content-wrapper .ds-owner-text {
    text-align: left !important;
    flex: 1 !important;
}

.ds-product-content-wrapper .ds-owner-title {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #303030 !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}

.ds-product-content-wrapper .ds-owner-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #FF7C24, #e56b15) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    margin-bottom: 18px !important;
    letter-spacing: 0.5px !important;
}

.ds-product-content-wrapper .ds-owner-quote {
    color: #4f4f4f !important;
    line-height: 1.7 !important;
    font-style: italic !important;
    margin-bottom: 18px !important;
    font-size: 15px !important;
    padding-left: 18px !important;
    border-left: 4px solid #FF7C24 !important;
}

/* Domax Partner Card */
.ds-product-content-wrapper .ds-domax-card {
    background: #ffffff !important;
    border: 3px solid #e0e0e0 !important;
    border-radius: 24px !important;
    padding: 45px 35px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05) !important;
    transition: all 0.3s !important;
}

.ds-product-content-wrapper .ds-domax-card:hover {
    border-color: #303030 !important;
    transform: translateY(-5px) !important;
}

.ds-product-content-wrapper .ds-domax-icon {
    width: 100px !important;
    height: 100px !important;
    background: #f8f9fa !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    border: 2px solid #e0e0e0 !important;
    color: #303030 !important;
    font-size: 40px !important;
    overflow: hidden !important;
}

/* Trust Badges */
.ds-product-content-wrapper .ds-trust-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px !important;
    margin-bottom: 35px !important;
}

@media (min-width: 768px) {
    .ds-product-content-wrapper .ds-trust-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.ds-product-content-wrapper .ds-trust-badge {
    background: #ffffff !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 16px !important;
    padding: 30px 18px !important;
    text-align: center !important;
    transition: all 0.3s !important;
}

.ds-product-content-wrapper .ds-trust-badge:hover {
    border-color: #FF7C24 !important;
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.ds-product-content-wrapper .ds-trust-icon {
    width: 65px !important;
    height: 65px !important;
    background: linear-gradient(135deg, #fff5eb, #ffffff) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 18px auto !important;
    color: #FF7C24 !important;
    font-size: 28px !important;
    border: 2px solid #ffe4cc !important;
    overflow: hidden !important;
}

.ds-product-content-wrapper .ds-trust-title {
    font-weight: 700 !important;
    color: #303030 !important;
    margin-bottom: 8px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.ds-product-content-wrapper .ds-trust-text {
    font-size: 13px !important;
    color: #6f6f6f !important;
    line-height: 1.5 !important;
}

/* FAQ Accordion */
.ds-product-content-wrapper .ds-faq-item {
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 16px !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    transition: all 0.3s !important;
}

.ds-product-content-wrapper .ds-faq-item:hover {
    border-color: #FF7C24 !important;
}

.ds-product-content-wrapper .ds-faq-question {
    width: 100% !important;
    text-align: left !important;
    background: none !important;
    border: none !important;
    padding: 22px 28px !important;
    font-weight: 700 !important;
    color: #303030 !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.ds-product-content-wrapper .ds-faq-question:hover {
    color: #FF7C24 !important;
    background: #fff5eb !important;
}

.ds-product-content-wrapper .ds-faq-answer {
    padding: 0 28px 28px 28px !important;
    color: #4f4f4f !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
    display: none !important;
}

.ds-product-content-wrapper .ds-faq-item.ds-open .ds-faq-answer {
    display: block !important;
    animation: dsFadeIn 0.3s ease !important;
}

@keyframes dsFadeIn {
    from { opacity: 0 !important; transform: translateY(-10px) !important; }
    to { opacity: 1 !important; transform: translateY(0) !important; }
}

.ds-product-content-wrapper .ds-faq-icon {
    transition: transform 0.3s !important;
    font-size: 16px !important;
    color: #FF7C24 !important;
}

.ds-product-content-wrapper .ds-faq-item.ds-open .ds-faq-icon {
    transform: rotate(180deg) !important;
}

.ds-product-content-wrapper .ds-faq-answer strong {
    color: #FF7C24 !important;
    font-weight: 700 !important;
}

/* Custom Blocks */
.ds-product-content-wrapper .ds-custom-block {
    display: flex !important;
    gap: 30px !important;
    align-items: center !important;
}
.ds-product-content-wrapper .ds-custom-block.pos-left { flex-direction: row-reverse !important; }
.ds-product-content-wrapper .ds-custom-block.pos-right { flex-direction: row !important; }
.ds-product-content-wrapper .ds-custom-block.pos-top { flex-direction: column-reverse !important; }
.ds-product-content-wrapper .ds-custom-block.pos-bottom { flex-direction: column !important; }
.ds-product-content-wrapper .ds-custom-block.pos-none { display: block !important; }

.ds-product-content-wrapper .ds-custom-block-img-wrapper {
    flex: 1 !important;
    min-width: 300px !important;
}
.ds-product-content-wrapper .ds-custom-block-img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}
.ds-product-content-wrapper .ds-custom-block-content {
    flex: 1.5 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ds-product-content-wrapper {
        padding: 30px 15px !important;
    }
    
    .ds-product-content-wrapper .ds-section {
        padding: 35px 18px !important;
    }
    
    .ds-product-content-wrapper h2.ds-section-title {
        font-size: 22px !important;
    }
    
    .ds-product-content-wrapper .ds-features-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
    
    .ds-product-content-wrapper .ds-owner-photo {
        width: 130px !important;
        height: 130px !important;
    }
    
    .ds-product-content-wrapper .ds-owner-title {
        font-size: 20px !important;
    }
    
    .ds-product-content-wrapper .ds-owner-quote {
        font-size: 14px !important;
    }
    
    .ds-product-content-wrapper .ds-trust-grid {
        gap: 14px !important;
    }
    
    .ds-product-content-wrapper .ds-faq-question {
        padding: 18px 22px !important;
        font-size: 15px !important;
    }
    
    .ds-product-content-wrapper .ds-faq-answer {
        padding: 0 22px 22px 22px !important;
        font-size: 14px !important;
    }
    
    .ds-product-content-wrapper .ds-custom-block { flex-direction: column !important; }
    .ds-product-content-wrapper .ds-custom-block.pos-left { flex-direction: column !important; }
    .ds-product-content-wrapper .ds-custom-block.pos-right { flex-direction: column !important; }
    .ds-product-content-wrapper .ds-custom-block-img-wrapper { width: 100% !important; min-width: 100% !important; }
}