.wezghomecategory-full-container {
    width: var(--zg-standard-width);
    max-width: var(--zg-standard-max-width);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--zg-color-white);
    margin: auto;
}

.wezghomecategory-container {
    display: block;
    width: 100%;
    position: relative;
}

.wezghomecategory-container .title-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.wezghomecategory-container .title-container .title {
    font-size: var(--zg-font-size-h1);
    font-weight: var(--zg-font-weight-bold);
    text-align: center;
    color: var(--zg-color-text-primary);
    position: relative;
    margin-bottom: 0px;
}

.wezghomecategory-container .title-container .line {
    border: 2px solid var(--zg-color-primary);
    width: 74px;
}

.wezghomecategory-container .products-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
    padding: 50px 20px;
}

.wezghomecategory-container .products-container .product-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
}

#pagination-controls {
    position: absolute;
    top: 14px;
    right: 8px;
    color: var(--zg-color-primary);
    font-weight: var(--zg-font-weight-regular);
}

#pagination-controls a {
    cursor: pointer;
}

#pagination-controls a.disabled {
    color: var(--zg-color-tertiary);
    pointer-events: none;
    cursor: default;
}

.icon.reverse {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    .wezghomecategory-full-container {
        width: var(--zg-tab-width);
    }
}

@media (max-width: 425px) {
    .wezghomecategory-full-container {
        margin-bottom: 0px;
    }

    .wezghomecategory-full-container.card-active,
    .wezghomecategory-full-container.card-active .wezghomecategory-container {
        height: 589px;
    }

    .wezghomecategory-full-container .wezghomecategory-container .product-row {
        gap: 8px;
    }

    .wezghomecategory-container {
        display: block;
        width: var(--zg-mobile-width-medium);
        height: 640px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 19px;
    }

    .has-title {
        height: 640px;
    }

    .wezghomecategory-container .products-container {
        width: var(--zg-mobile-width-medium);
        height: 640px;
        padding-top: 0px;
        gap: 24px;
        padding: 0 20px 40px 20px;
    }

    .wezghomecategory-full-container .wezghomecategory-container .product-row,
    .wezghomecategory-full-container.card-active .product-row {
        flex-wrap: nowrap;
        height: 224px;
    }

    .wezghomecategory-container .title-container {
        gap: 8px;
        height: 74px;
        align-items: center;
    }

    .wezghomecategory-container .title-container .title {
        font-size: var(--zg-font-size-h2);
        line-height: 32.68px;
        width: 100%;
        height: 66px;
        position: relative;
    }

    .wezghomecategory-container .title-container .title::after {
        content: '';
        position: absolute;
        left: 50%;
        width: 74.11px;
        border: 2px solid var(--zg-color-primary);
        transform: translateX(-50%);
    }

    .wezghomecategory-container .card-container-dha {
        width: 100%;
        height: 233px;
        gap: 10px;
        padding: 12px 16px;
        background-size: cover;
    }

    .wezghomecategory-container .card-container-dha .container-title {
        width: 263px;
        height: 48px;
    }

    .wezghomecategory-container .card-container-dha .container-title::after {
        border: 1px solid var(--zg-color-white);
    }

    .wezghomecategory-container .card-container-dha .container-title .title {
        width: 263px;
        height: 48px;
        font-size: var(--zg-font-size-h3);
        line-height: 24px;
    }

    .wezghomecategory-container .card-container-dha .container-content {
        width: 311px;
        height: 66px;
    }

    .wezghomecategory-container .card-container-dha .container-content .text-content {
        width: 311px;
        height: 66px;
        font-size: var(--zg-font-size-body-large);
        line-height: 21.79px;
    }

    .wezghomecategory-container .card-container-dha .btn-desktop {
        display: none;
    }

    .wezghomecategory-container .card-container-dha .btn-mobile {
        display: flex;
        position: absolute;
        bottom: 40px;
        left: 117px;
    }

    /* Maquetación para el hook: displayLeftColumn */

    #category #left-column .wezghomecategory-full-container.card-active {
        height: 816px;
        align-items: flex-start;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"],
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .products-container,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-row.card-active {
        width: 335px;
        height: 816px;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .card-container-dha {
        width: 335px;
        height: 233px;
        min-height: 233px;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .title-container {
        width: 335px;
        height: 83px;
        padding: 30px 0px 20px 0px;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .title-container .title {
        width: 329px;
        height: 25px;
        font-size: var(--zg-color-white);
        line-height: 24.51px;
        text-align: left;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .title-container .title::after {
        width: 329px;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-element.card-active {
        width: 329px;
        height: 96px;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-element.card-active,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-element.card-active img {
        height: 96px;
        overflow: hidden;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-element.card-active .product-description .h3.product-title a {
        width: 176px;
        height: 38px;
    }

    .wezghomecategory-container[data-hook="displayLeftColumn"] .products-container .container-button.btn-mobile {
        left: 50%;
        bottom: 58px;
        transform: translate(-50%);
    }
}

@media (max-width: 320px) {
    .wezghomecategory-container {
        display: block;
        width: var(--zg-mobile-width-small);
    }

    .wezghomecategory-container .products-container {
        width: var(--zg-mobile-width-small);
        height: 640px;
        padding-top: 0px;
        gap: 24px;
        padding: 0 15px 40px 15px;
    }

    .wezghomecategory-container .card-container-dha {
        width: 286px;
        height: 233px;
        gap: 10px;
        padding: 12px 16px;
        background-size: cover;
    }

    .wezghomecategory-container .title-container {
        margin-bottom: 30px;
    }

    .wezghomecategory-container .card-container-dha .container-content {
        width: 280px;
    }

    .wezghomecategory-container .card-container-dha .container-content .text-content {
        width: 280px;
        font-size: var(--zg-font-size-body);
    }

    .wezghomecategory-container .product-row {
        flex-wrap: nowrap;
        height: 286px;
    }

    .wezghomecategory-container .product-row .product-element:first-child {
        margin: 6px;
    }

    .wezghomecategory-container .product-element {
        width: 140px;
        padding: 0;
    }

    .wezghomecategory-container .product-element .thumbnail-top {
        width: 140px;
    }

    .wezghomecategory-container .product-element .product-description,
    .wezghomecategory-container .product-element .product-description a {
        width: 140px;
    }

    .wezghomecategory-container .card-container-dha .btn-mobile {
        bottom: 20px;
        left: 84px;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"],
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .products-container,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-row.card-active,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .card-container-dha,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .title-container .title,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .title-container .title::after,
    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .product-element.card-active {
        width: 100%;
    }

    #category #left-column .wezghomecategory-full-container.card-active .wezghomecategory-container[data-hook="displayLeftColumn"] .title-container {
        width: 100%;
        margin-bottom: 15px;
    }
}