/*################ ALL MODULES ################*/
.primago-module-promo-range-container {
    /*height: 480px;*/
    display: grid;
}
#carousel_promorange .jcarousel {
    overflow: unset;
}
#column-left .primago-module-container,  #column-right .primago-module-container {
    padding-top: 1rem;
    border-top: 1px solid #dee2e6 !important;
}
#column-left .primago-module-container .border-right, #column-right .primago-module-container .border-right {
    border: none !important;
}
#column-left .primago-module-container .jcarousel-control-prev, #column-left .primago-module-container .jcarousel-control-next, #column-right .primago-module-container .jcarousel-control-prev, #column-right .primago-module-container .jcarousel-control-next {
    display: none;
}
.primago-module-header {
    border-bottom: 3px solid var(--bg-btn-color);
    background: white;
}
/*################ HOME CATEGORY ################*/
.primago-home-category-img-wrapper {
    height: 285px;
}
.primago-home-category-img {
    max-width: 225px;
    max-height: 225px;
    height: fit-content;
    width: 100%;
}
.primago-home-category-img-wrapper:hover {
    border-color: var(--generic-dark-color);
    border-style: solid;
    border-width: thin;
}
.primago-home-category-title {
    font-size: larger;
    min-height: 60px;
    display: grid;
    align-items: center;

    background-color: #262d35cc;
    color: white;
    height: 80px;
    transition: height 0.5s;
}
.primago-home-category-img-wrapper:hover .primago-home-category-title, .primago-home-category-img-wrapper:hover .primago-home-category-subtext {
    height: 100%;
    transform: scale(1) !important;
    white-space: unset;
}
.primago-home-category-subtext {
    width: 95%;
    margin: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.primago-home-category-title-only {
    color: #212529;
}