.product-intro-slider-wrapper{

    background-color: var(--color-silver);
    /*height: 828px;*/
    position: relative;
    padding: var(--spacing-m);

}



#bslider-product-intro-slider{
    max-width: calc(100% - 200px);


}
.product-page-intro-slider{
    margin: 0 auto;
}
.product-page-intro-slider .swiper-wrapper, .product-page-intro-slider .swiper-slide{
    height: 450px;

}
.product-page-intro-slider .swiper-wrapper img {
    height: 100%;
    max-height: 450px;
    /*max-width: 688px;*/
}

.product-page-intro-slider .swiper-slide {
    width: unset;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.product-page-intro-slider .slider-toolbar{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    z-index: 1;
}


.product-page-intro-slider .swiper-button-prev:after {
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

.product-page-intro-slider .swiper-button-next:after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
}

.product-page-intro-slider .swiper-button-next, .product-page-intro-slider .swiper-button-prev {
    position: absolute;
}

section.product-details.container {
    display: flex;
}


section.product-details.container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 0px;
}

.product-description {
    grid-area: 1 / 1 / 2 / 8;
}
.product-fact-sheet {
    grid-area: 1 / 9 / 2 / 13;
}


.product-fact-sheet-list li {
    border-bottom: 1px solid var(--color-black);
    padding: 6px 0px;
    display: flex;
    justify-content: space-between;
}

.product-fact-sheet-list li span{
    font-family: var(--unineue-regular);
    font-size: var(--copy-small-font-size);
    line-height: var(--copy-small-font-line-height);
}

.fact-sheet-blank-column{
    width: 60px;
}
.product-fact-sheet-list li div span, .product-fact-sheet-list li div{
    word-break: keep-all;
    text-align: end;
}


.product-feature{
    margin-right: 24px;
    max-width: 648px;
}
.product-feature p{
    padding-right: var(--spacing-xxl);
}
.product-intro-slider-wrapper{
    margin-top: 112px;
}
.product-feature-image {
    border: 1px solid var(--color-black);
    max-height: 436px;
}

.product-slider-image-wrapper {
    max-width: 688px;
    max-height: 100%;
}

.product-info-wrapper{
    display: flex;
}
.product-info-wrapper .product-info-column{
    width: 50%;
}
.product-info-wrapper .product-info-column:first-child {
    border-right: 2px solid var(--color-black);
    padding-right: 124px;
}
.product-info-wrapper .product-info-column:last-child {
    padding-left: 45px;
}

#mall-add-to-cart{
    width: 100%;
}

.mall-add-to-cart-button {
    font-family: var(--unineue-bold);
    background-color: var(--color-black);
    color: #ffffff;
    text-transform: uppercase;
    max-width: 394px;
    width: 100%;
    padding: 10px 0;
    border: 0;
    font-size: 29px;
    line-height: 39px;
    cursor: pointer;
}

.mall-product__variant-properties .mall-product__property {
    display: flex;
    flex-direction: column;
}

.mall-product__current-price{

    font-family: var(--unineue-regular);
    font-size: 38px;
    line-height: 40px;
}

.mall-product__tax-info small{
    font-family: var(--unineue-regular);
    font-size: 15px;
    margin-top: 12px;
    line-height: 21px;
    display: block;
}
.quantity-label {
    font-family: var(--unineue-regular);
    font-size: 15px;
    margin-top: 24px;
    margin-bottom: 6px;
    line-height: 21px;
    display: block;
}

.item-in-stock{
    display: flex;
    align-items: center;
}


.item-in-stock:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #5ED590;
    border-radius: 100%;
    margin-right: 10px;
}
.out-of-stock:before{
    background-color: #E54D30;
}

.mall-form-control input{

    max-width: 124px;
    text-align: center;
    padding: 12px 24px;
    border: 1px solid var(--color-black);
    outline: 0;
}

.mall-form-control select{

    max-width: 100%;
    padding: 12px 24px;
    border: 1px solid var(--color-black);
    outline: 0;
}

.mall-product__property label{

    margin-bottom: 6px;
}

.mall-cart-button {
    display: flex;
    align-items: center;
}

.cart-icon{



}

.user-icon:before{
    display: block;
    content: '';
    width: 35px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="27.3" height="27.131" viewBox="0 0 27.3 27.131"> <g id="Group_2817" data-name="Group 2817" transform="translate(0.646 0.75)"> <g id="Group_2821" data-name="Group 2821" transform="translate(0 0)"> <path id="Path_1131" data-name="Path 1131" d="M21.645,7.635A7.135,7.135,0,1,1,14.51.5,7.135,7.135,0,0,1,21.645,7.635Z" transform="translate(-1.505 -0.5)" fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="1.5"/> <path id="Path_1132" data-name="Path 1132" d="M26.439,29.9a15.076,15.076,0,0,0-26.008,0" transform="translate(-0.431 -3.896)" fill="none" stroke="%23000000" stroke-miterlimit="10" stroke-width="1.5"/> </g> </g> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 50px;*/
    height: 35px;
}

.cart-icon::before{
    display: block;
    content: '';
    width: 35px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35.231" height="27.517" viewBox="0 0 35.231 27.517"> <g id="Group_2874" data-name="Group 2874" transform="translate(-1773.004 -34.483)"> <path id="Path_1135" data-name="Path 1135" d="M2118.063-10971.765h5.021l5.672,20.729h18.628l4.886-15.448h-28.02" transform="translate(-345.059 11006.998)" fill="none" stroke="%23000000" stroke-width="1.5"/> <circle id="Ellipse_51" data-name="Ellipse 51" cx="1.5" cy="1.5" r="1.5" transform="translate(1783 59)"/> <circle id="Ellipse_54" data-name="Ellipse 54" cx="1.5" cy="1.5" r="1.5" transform="translate(1800 59)"/> </g> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 50px;*/
    height: 35px;
}
a.shopping-cart-cta {
    position: relative;
    padding-right: 10px;
}

.mall-cart-count {
    background-color: var(--color-black);
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 17px;
    font-family: var(--unineue-bold);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.invisible-cart-count{
    display: none;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.product-added-to-cart-popup-notice{
    display: none;
}

.popup-cart  .product-added-to-cart-popup-notice{
    padding: 0 var(--spacing-m);
    display: block;
    font-size: var(--copy-small-font-size);
    line-height: var(--copy-small-font-line-height);
}
.mall-product__property label{
    margin-bottom: 12px;
}
@media (max-width: 480px) {

    .product-intro-slider-wrapper{
        margin-top: 77px;
    }


    .product-page-intro-slider .swiper-button-prev:after {
        border-top: 2px solid #000000;
        border-left: 2px solid #000000;
        width: 20px;
        height: 20px;

    }


    .product-page-intro-slider .swiper-button-next:after {
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
        width: 20px;
        height: 20px;
    }

    .product-intro-slider-wrapper .container{
        max-width: calc(100% - 36px);
    }

    .product-feature-slider .swiper-wrapper.ultrawide-container {
        max-width: calc(100vw - 48px);
        margin-left: 0;
    }

    .product-feature-slider .swiper-slide {
        max-width: calc(100vw - 72px) !important;
    }

    .product-feature {
        margin-right: 12px;
    }

    .product-page-intro-slider .swiper-wrapper img {
        height: unset;
        max-height: unset;
         max-width: 100%;
    }

}
@media (max-width: 780px) {
    section.product-details.container {
        display: block;

    }
    .product-fact-sheet{
        margin-top: 36px;
    }


}
@media (min-width: 481px) and (max-width: 850px){
    .product-page-intro-slider .swiper-wrapper, .product-page-intro-slider .swiper-slide {
        height: auto;
    }

    .product-details.container{

        max-width: calc(100vw - 184px);

    }

    .swiper-thumbs .swiper-slide {
        height: clamp(3.438rem, -0.473rem + 13.008vw, 6.438rem) !important;
        width: clamp(3.438rem, -0.473rem + 13.008vw, 6.438rem) !important;
        border: 1px solid var(--color-black);
        padding: clamp(0.5rem, -0.315rem + 2.71vw, 1.125rem) 0 !important;
    }

}
@media (min-width: 850px) and (max-width: 1320px) {

    .product-details.container{
        max-width: calc(100vw - 184px);
    }

    .product-info-wrapper.container {
        max-width: calc(100vw - 184px);
    }

    /*.product-feature-slider .swiper-wrapper.ultrawide-container {*/
    /*    margin-left: 184px;*/
    /*}*/
    .only-left-margin {
        margin-left: 92px;
    }
}
@media (max-width: 620px) {

    .container.product-info-wrapper {
        max-width: calc(100% - 84px);
    }
    .product-info-wrapper {
        display: flex;
        flex-direction: column;
    }
    .product-info-wrapper h2 {
        margin-bottom: 24px !important;
    }

    .product-info-wrapper .product-info-column:first-child {
        border-right: 0px solid var(--color-black);
        padding-right: unset;
    }
    .product-info-wrapper .product-info-column {
        width: 100%;
    }
    .product-info-wrapper .product-info-column:last-child {
        padding-left: unset;
    }

    .product-info-wrapper .mall-add-to-cart-button {

        max-width: 100%;

    }

}
@media (max-width: 851px) {
    .product-feature p {
        padding-right: 0;
    }
}
