body {
    display: none;
}

.product {
    position: relative;
    display: flex;
    padding-bottom: 1rem;
    flex-direction: column;
    margin-top: 2rem;
}

.product-section .breadcrumbs {
    display: block;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: 100%;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.gallery-widget .swiper-button-next.swiper-button-lock,
.gallery-widget .swiper-button-prev.swiper-button-lock {
    display: none;
}

.product-section .breadcrumbs a,
.product-section .breadcrumbs span {
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 1rem;
}

.product-section .banner-info {
    background: #000;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.25rem;
    padding: .5rem 2rem;
}

.product-section .banner-info a,
.product-section .banner-info a:hover {
    text-decoration: none;
    color: #fff;
    font-size: .8rem;
}

p {
    line-height: 1.6;
}

.product__images {
    position: relative;
    text-align: right;
    flex-basis: 100%;
    margin-left: 0;
    flex: 1 1 auto;
    margin: 1rem;
}

.product__info {
    flex-basis: auto;
    display: block;
    text-align: center;
    max-width: 100%;
    flex: 1 1 auto;
    margin: 1rem;
}

.swiper {
    display: flex;
    justify-content: center;
}

.product__info__title {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.125;
    font-size: 2rem;
    font-family: Oswald, sans-serif;
}

.product__info__subtitle {
    max-width: 580px;
    font-size: 1.11em;
    font-weight: 400;
    color: #000;
    margin: 0 auto 0.5em;
}

.product__info__part-number {
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 1em 0;
}

.kicker__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.kicker {
    min-width: 10%;
    margin-right: 0.5em;
}

.product__kicker__flag p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
}

.product__kicker__flag span {
    padding: 0 1.5em;
    background-color: #6DCFF6;
    font-weight: bold;
    font-family: Roboto, sans-serif, Microsoft JhengHei;
    font-size: 9pt;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #6DCFF6 solid 5pt;
}

.product__price__wrapper {
    margin: 1em 0 2em;
    text-align: center;
    justify-content: center;
}

.product__price__wrapper__main--discount {
    font-weight: 500;
    font-size: .75em;
    margin: 0 0 0.5em;
    position: relative;
    display: inline-block;
}

.product__price__formatted .currency-sign {
    position: relative;
    font-size: .75em;
    top: -0.25em;
    display: inline;
    vertical-align: top;
}

.product__price__formatted .amount {
    font-size: 1em;
    display: inline;
    vertical-align: top;
}

.product__price__formatted .currency-code {
    display: inline;
    vertical-align: top;
}

.product__price__formatted .currency-code {
    margin-left: 0.2em;
}

.product__price__wrapper__main--discount::after {
    position: absolute;
    bottom: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.product__price__wrapper__main {
    display: flex;
    font-size: 1.5em;
    font-weight: 600;
    color: #0079be;
    justify-content: center
}

@media(min-width: 1023px) {
    .product__price__wrapper__main {
        justify-content: flex-start
    }
}

.product__price__wrapper__main--discount {
    font-weight: 500;
    font-size: .75em;
    margin: 0 0 .5em;
    position: relative;
    display: inline-block
}

.product__price__wrapper__main--discount::after {
    position: absolute;
    bottom: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000
}

.product__klarna {
    margin: -1.5em auto 15px;
    max-width: fit-content;
}

.product__sale__kicker {
    font-size: .65em;
    font-weight: 500;
    letter-spacing: 1px
}

.product__sale__kicker {
    color: #fff;
    background: #777b00;
    margin-bottom: 0;
    padding: .7em 1em;
    display: flex;
    width: max-content;
    margin: 1em auto;
}

.product__sale__kicker__text {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-right: 4px
}

.product__cta .product__cta__button {
    position: relative;
    display: inline-block;
    padding: 1em 3em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700;
    border: none;
    transition: background .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
    cursor: pointer;
    margin: 1em auto;
    max-width: 80%;
    background-color: #0079be;
    color: #fff;
}

.product__cta .product__cta__button:hover {
    background-color: #0089d7;
    color: #fff;
}

.product__processing {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 16px;
}

@media screen and (min-width: 1023px) {
    .product {
        flex-direction: row;
    }

    .product__info {
        flex-basis: auto;
        max-width: 50vw;
        text-align: left;
        padding-right: 7%;
        padding-right: 7vw;
    }

    .product__images {
        flex-basis: 50%;
        max-width: 50%;
        padding-right: 1rem;
    }

    .kicker__wrapper {
        justify-content: flex-start;
    }

    .product__info__subtitle {
        margin-left: 0;
        margin-right: 0;
    }

    .product__price__wrapper {
        display: block;
        text-align: left;
        justify-content: left;
    }

    .product__sale__kicker {
        margin: 1em 0;
    }

    .product__cta {
        max-width: 570px;
    }
}

.product__stock {
    padding-top: 1rem;
    max-width: 450px;
    margin: 0 auto;
}

#warehouse-content {
    padding-top: 0.5rem;
}

.warehouse-stock {
    text-wrap: nowrap;
}

.warehouse-stock.in-stock {
    color: #38b151;
}

.warehouse-stock.out-of-stock {
    color: red;
}

.product__stock li {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    gap: 30px;
    text-align: left;
}

@media screen and (min-width: 1115px) {
    .product__images {
        padding-right: 30px;
    }
}

@media screen and (min-width: 1224px) {
    .product__info {
        padding-right: 10%;
        padding-right: 10vw;
    }
}

.gallery-widget {
    padding: 0 0.5rem 0 1rem;
    margin: 0 auto;
    display: flex;
    max-height: unset;
    flex-direction: column;
    gap: 20px;
}

.gallery-widget .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
    aspect-ratio: 1/1;
}

.gallery-widget .swiper-button-next,
.gallery-widget .swiper-button-prev {
    color: #000;
    display: none;
}

.gallery-widget .swiperThumb .swiper-slide {
    border: 2px solid rgb(204, 204, 204);
}

.gallery-widget .swiperThumb .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #000;
}

.swiperMain {
    width: 80%;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

.swiperThumb {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .product__cta .product-amount {
        margin: 0 auto;
        max-width: 75px;
    }

    .swiperThumb .swiper-slide,
    .swiperThumb img {
        max-height: 150px;
        max-width: 150px;
    }
}

@media screen and (min-width: 768px) {

    .gallery-widget .swiper-button-next,
    .gallery-widget .swiper-button-prev {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .gallery-widget {
        max-height: 400px;
        flex-direction: row-reverse;
    }

    .swiperThumb {
        width: unset;
    }

    .swiperThumb .swiper-slide,
    .swiperThumb img {
        max-width: 55px;
        max-height: 55px;
    }

    .product__stock {
        margin: unset;
    }

    .swiperThumb > .swiper-wrapper {
        flex-direction: column;
    }
}