.view-loot-index,
.view-75 {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* hero */
.view-75 .pt-hero {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: var(--c_yellow);
    overflow-x: hidden;
}

.view-75 .pt-hero .st-bleed {
    display: block;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    margin: 0;
    position: relative;
}

.view-75 .pt-hero .st-cnt {
    display: block;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 80px 0 0 0;
    margin: 0 auto;
}

.view-75 .pt-hero .st-desktop {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.view-75 .pt-hero .st-mobile {
    display: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.view-75 .pt-hero .section-name {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
}

.view-75 .pt-hero .section-name:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(23px);
    background-image: url(/images/svg/views/loot_index/horizontal-line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.view-75 .pt-hero .section-name .title {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 5px 0;
    font-family: var(--f_asap);
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.view-75 .pt-hero .section-name .title:last-child {
    margin: 0;
}

.view-75 .pt-hero .section-name .child-title {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: var(--f_asap);
    font-size: 18px;
    line-height: 115%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.view-75 .pt-hero .section-image {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: +1;
}

.view-75 .pt-hero .section-image:after {
    content: '';
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -100vw;
    right: -100vw;
    bottom: 0;
    height: 35%;
    background-color: white;
    z-index: -1;
}

.view-75 .pt-hero .section-image img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1366px) {
    .view-75 .pt-hero .st-cnt {
        padding: 50px 0 0 0;
    }

    .view-75 .pt-hero .section-name .title {
        font-size: 35px;
    }

    .view-75 .pt-hero .section-name .child-title {
        font-size: 16px;
        padding: 0 15px 0 15px;
    }

    .view-75 .pt-hero .section-image img {
        max-width: 90%;
    }

    .view-75 .pt-hero .section-name:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .view-75 .pt-hero .section-image img {
        max-width: 100%;
    }

    .view-75 .pt-hero .section-name {
        padding: 0 0 15px 0;
    }
}

@media only screen and (max-width: 960px) {
    .view-75 .pt-hero .st-bleed {
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {

    .view-75 .pt-hero .st-desktop {
        display: none;
    }

    .view-75 .pt-hero .st-mobile {
        display: block;
    }

    .view-75 .pt-hero .section-name .title {
        font-size: 30px;
    }

    .view-75 .pt-hero .section-name .child-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .view-75 .pt-hero .section-name .title {
        font-size: 28px;
    }

    .view-75 .pt-hero .section-name .child-title {
        font-size: 14px;
    }
}


/* cans */
.view-75 .pt-cans {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.view-75 .pt-cans .st-bleed {
    display: block;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    margin: 0;
    position: relative;
}

.view-75 .pt-cans .st-cnt {
    display: block;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 80px 0 80px 0;
    margin: 0 auto;
}

.view-75 .pt-cans .section-name {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
}

.view-75 .pt-cans .section-name:last-child {
    margin: 0;
}

.view-75 .pt-cans .section-name .title {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: var(--f_asap);
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.view-75 .pt-cans .section-name .title:last-child {
    margin: 0;
}

.view-75 .pt-cans .section-name .child-title {
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: var(--f_asap);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.view-75 .pt-cans .section-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 0 15px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.view-75 .pt-cans .section-filter .single-filter {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 225px;
    padding: 0;
    margin: 0;
}

.view-75 .pt-cans .section-offer {
    display: block;
    box-sizing: border-box;
    padding: 90px 0 0 0;
    margin: 0;
}

.view-75 .pt-cans .section-offer .box-wrap
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: -15px -10px;
}

.view-75 .pt-cans .section-offer .box-wrap .item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0;
    margin: 15px 10px;
    flex: 0 0 380px;
}


.view-75 .pt-cans .section-offer .btn-wrap {
    display: block;
    box-sizing: border-box;
    padding: 65px 0 0 0;
    margin: 0;
}

.view-75 .pt-cans .section-offer .btn-wrap .btn {
    display: block;
    box-sizing: border-box;
    max-width: 275px;
    width: 100%;
    text-decoration: none;
    padding: 0;
    margin: 0 auto;
}

.view-75 .pt-cans .section-offer .btn-wrap .btn.btn-load {
    font-family: var(--f_asap);
    font-size: 30px;
    font-weight: 700;
    line-height: 115%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.025);
    background-color: var(--c_yellow);
    padding: 15px 15px;
    border-radius: 8px;
    transition: 300ms ease all;
}

.view-75 .pt-cans .section-offer .btn-wrap .btn.btn-load:hover {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 1366px) {

    .view-75 .pt-cans .st-cnt {
        padding: 50px 0 80px 0;
    }

    .view-75 .pt-cans .section-name .title {
        font-size: 35px;
        margin: 0 0 10px 0;
    }

    .view-75 .pt-cans .section-name .child-title {
        font-size: 16px;
    }

    .view-75 .pt-cans .section-offer {
        padding: 60px 0 0 0;
    }

    .view-75 .pt-cans .section-offer .box-wrap .item {
        flex: 0 0 330px;
    }

    .view-75 .pt-cans .section-offer .btn-wrap {
        padding: 45px 0 0 0;
    }

    .view-75 .pt-cans .section-offer .btn-wrap .btn.btn-load {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1150px) {

    .view-75 .pt-cans .st-cnt {
        padding: 30px 0 80px 0;
    }

    .view-75 .pt-cans .section-offer .box-wrap {
        max-width: 768px;
        margin: -15px auto;
    }
    
    .view-75 .pt-cans .section-offer .btn-wrap {
        padding: 35px 0 0 0;
    }
}

@media only screen and (max-width: 800px) {

    .view-75 .pt-cans .section-filter {
        justify-content: center;
    }

    .view-75 .pt-cans .section-offer {
        padding: 45px 0 0 0;
    }

    .view-75 .pt-cans .section-offer .box-wrap {
        justify-content: center;
        max-width: 640px;
        margin: -15px auto;
    }

    .view-75 .pt-cans .section-offer .btn-wrap {
        padding: 30px 0 0 0;
    }

    .view-75 .pt-cans .section-offer .btn-wrap .btn.btn-load {
        font-size: 20px;
    }

}

@media only screen and (max-width: 640px) {

    .view-75 .pt-cans .section-name .title {
        font-size: 30px;
        margin: 0 0 5px 0;
    }

    .view-75 .pt-cans .section-name .child-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .view-75 .pt-cans .section-name .title {
        font-size: 28px;
    }

    .view-75 .pt-cans .section-name .child-title {
        font-size: 14px;
    }

    .view-75 .pt-cans .section-offer .box-wrap .item {
        flex: 0 1 330px;
    }
}