.thumb-wrapper.splide__slider {
    padding: 36px 0;
}

/* Sections */
.single-product-content-section {
    max-width: 1337;
}

.h2-single-product {
    font-size: 34px;
    font-weight: 700;
}

.single-product-content-section {
    padding: 32px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 3rem;
}

/* Sticky Nav Bar */
.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sticky-nav a {
    border-bottom: 2px solid transparent;
    transition: border-color .3s;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* aktywna zakładka */
.sticky-nav a.active {
    border-color: #000;
}

/* Collection Category 50/50 Layout */
.merida-collection-layout-50-50 {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-top: 1.5rem;
}

.merida-collection-content {
    flex: 1;
    min-width: 0;
    /* Prevent flex item from overflowing */
}

.merida-collection-carousel {
    flex: 1;
    min-width: 0;
    /* Prevent flex item from overflowing */
}

/* Responsive behavior - stack on smaller screens */
@media (max-width: 768px) {
    .merida-collection-layout-50-50 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .merida-collection-content,
    .merida-collection-carousel {
        flex: none;
        width: 100%;
    }
}

/* Ensure carousel maintains proper spacing in 50/50 layout */
.merida-collection-layout-50-50 .merida-universal-product-carousel-section {
    margin-top: 0;
}

/* Adjust content styling within collection content area */
.merida-collection-content p:last-child {
    margin-bottom: 0;
}

.merida-collection-content h3,
.merida-collection-content h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}

/*
 * USP Tiles Styles
 */
.usp-tiles-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 32px 0px;
}

.usp-tile {
    border: 1px solid #DADADA;
    border-radius: 8px;
    padding: 24px;
    /* Adjust padding as needed */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.usp-tile img {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: contain;
    margin-bottom: 10px;
}

.usp-tile-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.usp-tile-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

@media (max-width: 768px) {
    .usp-tiles-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .usp-tile-heading {
        font-size: 16px;
        /* Slightly smaller for mobile */
    }

    .usp-tile-text {
        font-size: 12px;
        /* Slightly smaller for mobile */
    }
}

.merida-breadcrumbs a {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    color: #000;
}

.merida-breadcrumbs a:hover {
    text-decoration: underline;
}

h1 span.e_title {
    font-size: 24px;
}

@media (max-width: 768px) {
    .single-product-content-section {
        padding: 16px;
    }

    .h2-single-product {
        font-size: 24px;
    }
}