﻿.customerservice-body:has(.bts-page) {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bts-page,
.bts-home {
    --bts-black: #050505;
    --bts-off-white: #f5f4f1;
    color: var(--bts-black);
    width: 100%;
    overflow: hidden;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.customerservice-body:has(.bts-page) {
    width: 100%;
}

    .customerservice-body:has(.bts-page) + .customerservice-footer,
    .customerservice-head:has(+ .customerservice-body .bts-page) {
        display: none;
    }

.bts-page *,
.bts-page *::before,
.bts-page *::after,
.bts-home *,
.bts-home *::before,
.bts-home *::after {
    box-sizing: border-box;
}

.bts-page h1,
.bts-page h2,
.bts-page h3,
.bts-page p,
.bts-home h1,
.bts-home h2,
.bts-home h3,
.bts-home p {
    margin: 0;
}

.bts-page h1,
.bts-page h2,
.bts-page h3,
.bts-page strong,
.bts-page .bts-button,
.bts-home h1,
.bts-home h2,
.bts-home h3,
.bts-home strong,
.bts-home .bts-button {
    font-weight: 900;
}

.bts-page a,
.bts-page a:hover,
.bts-home a,
.bts-home a:hover {
    color: inherit;
    text-decoration: none;
}

.bts-page img,
.bts-home img {
    display: block;
    max-width: 100%;
}

.bts-hero {
    position: relative;
    min-height: 39vw;
    max-height: 760px;
    color: #fff;
    background: #171717;
}

    .bts-hero picture,
    .bts-hero img {
        width: 100%;
        height: 100%;
    }

    .bts-hero img {
        position: absolute;
        inset: 0;
        object-fit: cover;
    }

    .bts-hero::after {
        content: "";
        position: absolute;
        inset: 55% 0 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, .55));
        pointer-events: none;
    }

.bts-hero__content {
    position: absolute;
    z-index: 1;
    left: 16px;
    right: 16px;
    bottom: 22px;
}

.bts-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(28px, 3.1vw, 58px);
    line-height: .95;
}

.bts-hero p {
    font-size: 16px;
}

.bts-section-heading,
.bts-showcase__heading {
    padding: 24px 16px 20px;
}

    .bts-section-heading h2,
    .bts-showcase h2 {
        margin-bottom: 16px;
        font-size: clamp(22px, 2vw, 34px);
        line-height: 1;
    }

    .bts-section-heading p,
    .bts-showcase__heading p {
        font-size: 16px;
    }

.bts-style-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 0 16px 16px;
}

.bts-style-card {
    position: relative;
    min-height: 31vw;
    max-height: 590px;
    overflow: hidden;
    color: #fff;
    background: #999;
}

    .bts-style-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .bts-style-card:hover img {
        transform: scale(1.015);
    }

    .bts-style-card::after {
        content: "";
        position: absolute;
        inset: 50% 0 0;
        background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    }

    .bts-style-card > div {
        position: absolute;
        z-index: 1;
        left: 16px;
        right: 16px;
        bottom: 17px;
    }

    .bts-style-card h3 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .bts-style-card p {
        max-width: 340px;
        font-size: 16px;
        line-height: 1.3;
    }

.bts-bundles {
    position: relative;
    padding-bottom: clamp(490px, calc(28vw + 210px), 785px);
    background: linear-gradient(90deg, #d7d4ce 0 50%, var(--bts-off-white) 50% 100%);
}

.bts-bundles__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 250px;
}

.bts-bundles__image {
    position: absolute;
    z-index: 0;
    inset: 0 50% 0 0;
    background: url("https://eu.eastpak.com/cdn/shop/files/F26_BTS_Bundles_DahliaPurple.jpg?width=1400") center / cover no-repeat;
}

.bts-bundles__copy {
    position: relative;
    z-index: 1;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px 32px;
}

    .bts-bundles__copy h2 {
        margin-bottom: 18px;
        font-size: clamp(27px, 3vw, 48px);
        line-height: .95;
    }

    .bts-bundles__copy p {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .bts-bundles__copy a,
    .bts-finder__content a {
        font-size: 16px;
        font-weight: 700;
    }

.bts-bundle-slider {
    position: absolute !important;
    z-index: 2;
    top: 250px;
    right: 0;
    bottom: auto;
    width: 75%;
    background: #fff;
}

.bts-slider .slick-track {
    display: flex;
}

.bts-slider .slick-slide {
    float: none;
    height: auto;
}

    .bts-slider .slick-slide > div,
    .bts-slider .slick-slide article,
    .bts-slider .slick-slide article > a {
        height: 100%;
    }

.bts-bundle-card,
.bts-product-card {
    min-width: 0;
    border-right: 1px solid #ddd;
    background: #fff;
}

    .bts-bundle-card > a,
    .bts-product-card > a {
        display: flex;
        flex-direction: column;
    }

.bts-bundle-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    padding: 15px 16px 0;
    overflow: hidden;
}

    .bts-bundle-card__media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.bts-bundle-card__content {
    min-height: 120px;
    padding: 10px 8px 14px;
}

.bts-bundle-card h3 {
    min-height: 38px;
    font-size: 16px;
    line-height: 1.15;
}

.bts-bundle-card p {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-top: 8px;
    font-size: 14px;
}

.bts-bundle-card del {
    color: #757575;
}

.bts-slider-controls {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 22px 0 0;
    padding: 0 16px;
}

.bts-slider-progress {
    position: relative;
    flex: 1 1 auto;
    height: 1px;
    margin: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .1);
}

    .bts-slider-progress span {
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        height: 1px;
        background: #111;
        transition: transform .25s ease;
    }

.bts-slider-arrows {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.bts-bundles > .bts-slider-controls {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 18px;
    left: calc(25% + 16px);
    margin: 0;
    padding: 0;
}

.bts-slider-controls .slick-arrow,
.bts-slider .slick-arrow {
    position: static;
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transform: none;
}

.bts-slider-controls .slick-arrow::before,
.bts-slider .slick-arrow::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-color: #111;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M23.788 16.919 13.153 27.553a.5.5 0 0 1-.707 0 .5.5 0 0 1 0-.707l10.635-10.634a.3.3 0 0 0 0-.424L12.446 5.153a.5.5 0 1 1 .707-.707l10.635 10.635a1.3 1.3 0 0 1 0 1.838'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M23.788 16.919 13.153 27.553a.5.5 0 0 1-.707 0 .5.5 0 0 1 0-.707l10.635-10.634a.3.3 0 0 0 0-.424L12.446 5.153a.5.5 0 1 1 .707-.707l10.635 10.635a1.3 1.3 0 0 1 0 1.838'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
}

.bts-slider-controls .slick-prev::before,
.bts-slider .slick-prev::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M19.554 26.847a.5.5 0 1 1-.707.707L8.212 16.919a1.3 1.3 0 0 1 0-1.838L18.847 4.447a.5.5 0 1 1 .707.707L8.919 15.788a.3.3 0 0 0 0 .424z'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M19.554 26.847a.5.5 0 1 1-.707.707L8.212 16.919a1.3 1.3 0 0 1 0-1.838L18.847 4.447a.5.5 0 1 1 .707.707L8.919 15.788a.3.3 0 0 0 0 .424z'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
}

.bts-slider-controls .slick-next::before,
.bts-slider .slick-next::before {
    transform: none;
}

.bts-slider-controls .slick-disabled,
.bts-slider .slick-disabled {
    opacity: .28;
    cursor: default;
}

.bts-collaboration {
    background: transparent;
}

.bts-showcase {
    background: var(--bts-off-white);
}

.bts-collaboration__banner,
.bts-finder {
    position: relative;
}

    .bts-collaboration__banner picture,
    .bts-collaboration__banner img {
        width: 100%;
    }

    .bts-collaboration__banner img {
        min-height: 300px;
        object-fit: cover;
    }

.bts-collaboration__content {
    position: absolute;
    left: 16px;
    bottom: 18px;
}

    .bts-collaboration__content h2 {
        margin-bottom: 16px;
        font-size: clamp(26px, 3vw, 48px);
        line-height: .95;
    }

.bts-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 132px;
    min-height: 40px;
    padding: 11px 18px;
    color: #fff !important;
    background: #050505;
    font-size: 18px;
    line-height: 1;
}

.bts-product-slider {
    padding-top: 20px;
}

.bts-product-card__media {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    padding: 0;
    background: #fff;
}

    .bts-product-card__media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.bts-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 156px;
    padding: 11px 8px 16px;
}

.bts-product-card h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.bts-product-card p {
    min-height: 60px;
    margin: 4px 0;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.bts-product-card strong {
    margin-top: auto;
    font-size: 16px;
    font-weight: 300;
}

.bts-collaboration > .bts-slider-controls,
.bts-showcase > .bts-slider-controls {
    margin-bottom: 28px;
}

.bts-showcase {
    padding-top: 8px;
}

.bts-showcase__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .bts-showcase__heading h2 {
        margin-bottom: 8px;
    }

.bts-showcase:not(.bts-discover) .bts-showcase__heading p {
    font-size: 18px;
}

.bts-finder {
    min-height: 38vw;
    max-height: 570px;
    color: #fff;
    background: #15191c;
}

    .bts-finder picture,
    .bts-finder img {
        width: 100%;
        height: 100%;
    }

    .bts-finder img {
        position: absolute;
        inset: 0;
        object-fit: cover;
    }

    .bts-finder::after {
        content: "";
        position: absolute;
        inset: 0 45% 0 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, .72), transparent);
    }

.bts-finder__content {
    position: absolute;
    z-index: 1;
    left: 16px;
    bottom: 26px;
}

.bts-finder h2 {
    margin-bottom: 17px;
    font-size: clamp(28px, 3.2vw, 52px);
    line-height: 1;
}

.bts-finder p {
    margin-bottom: 17px;
    font-size: 16px;
}

.bts-discover {
    padding-bottom: 12px;
}

.bts-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0 16px;
}

    .bts-category-links a {
        padding: 7px 9px;
        border: 1px solid #c9c9c9;
        background: transparent;
        font-size: 16px;
    }

.bts-student-discount {
    margin-top: 0;
    background: #000;
}

    .bts-student-discount a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 38px 16px;
        color: #fff !important;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        line-height: 20px;
    }

.bts-seo {
    padding: 24px 16px;
    background: #fff;
}

    .bts-seo article + article {
        margin-top: 28px;
    }

    .bts-seo h2 {
        margin-bottom: 12px;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.25;
    }

    .bts-seo p {
        max-width: 1100px;
        color: #111;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.55;
    }

    .bts-seo a {
        text-decoration: underline;
    }

.bts-faqs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40%;
    align-items: center;
    gap: 0;
    background: #fff;
}

.bts-faqs__content {
    padding: 40px 16px 48px;
}

    .bts-faqs__content > h2 {
        margin-bottom: 28px;
        font-size: 32px;
        font-weight: 900;
        line-height: 1;
    }

.bts-faq-item + .bts-faq-item {
    margin-top: 24px;
}

.bts-faq-item h3 {
    margin-bottom: 10px;
    font-size: 18.72px;
    font-weight: 700;
    line-height: 1.3;
}

.bts-faq-item p {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.bts-faqs__media {
    position: relative;
    min-height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    line-height: 0;
}

    .bts-faqs__media img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (min-width: 768px) {
    .bts-hero__content,
    .bts-collaboration__content,
    .bts-finder__content {
        left: 2.1vw;
    }

    .bts-section-heading,
    .bts-showcase__heading,
    .bts-category-links,
    .bts-slider-controls {
        padding-right: 2.1vw;
        padding-left: 2.1vw;
    }

    .bts-style-grid {
        padding-right: 2.1vw;
        padding-left: 2.1vw;
    }

    .bts-showcase__heading .bts-button {
        min-width: 110px;
    }

}

@media (max-width: 900px) {
    .bts-hero {
        min-height: 66vw;
    }

    .bts-style-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bts-style-card {
        min-height: 62vw;
    }

    .bts-bundles {
        padding-bottom: 64px;
        background: transparent;
    }

    .bts-bundles__intro {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .bts-bundles__image {
        position: relative;
        z-index: auto;
        inset: auto;
        width: 100%;
        min-height: 0;
        aspect-ratio: 1 / 1;
    }

    .bts-bundles__copy {
        grid-column: auto;
        justify-content: flex-start;
        padding: 32px 18px;
        background: var(--bts-off-white);
    }

    .bts-bundle-slider {
        position: relative !important;
        top: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 20px);
        margin-left: auto;
    }

    .bts-bundles > .bts-slider-controls {
        left: 16px;
    }

    .bts-product-card h3 {
        font-size: 16px;
    }

    .bts-finder {
        min-height: 58vw;
    }

}

@media (max-width: 768px) {
    .bts-faqs {
        grid-template-columns: 1fr;
    }

    .bts-faqs__content {
        order: 1;
        padding: 32px 16px 40px;
    }

    .bts-faqs__media {
        order: 2;
        padding-bottom: 100%;
    }
}

@media (max-width: 575px) {
    .bts-hero {
        min-height: 132vw;
    }

    .bts-hero__content {
        bottom: 20px;
    }

    .bts-hero h1 {
        max-width: 290px;
        font-size: 35px;
    }

    .bts-section-heading {
        padding-top: 27px;
    }

    .bts-style-grid {
        display: flex;
        gap: 1px;
        padding-right: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .bts-style-card {
        flex: 0 0 83vw;
        min-height: 104vw;
        scroll-snap-align: start;
    }

    .bts-bundles__copy h2 {
        font-size: 31px;
    }

    .bts-collaboration__banner img {
        min-height: 128vw;
    }

    .bts-collaboration__content {
        right: 16px;
    }

        .bts-collaboration__content h2 {
            max-width: 330px;
            font-size: 31px;
        }

    .bts-product-card__content {
        min-height: 156px;
    }

    .bts-showcase__heading {
        align-items: center;
    }

    .bts-finder {
        min-height: 125vw;
    }

        .bts-finder::after {
            inset: 50% 0 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, .72));
        }

    .bts-finder__content {
        right: 16px;
    }
}
