.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: 731px;

}
.product-page-intro-slider .swiper-wrapper img {
    
    max-height: 731px;
    /*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;
}


.cta:before{
    content: '';
    width: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="29" viewBox="0 0 60 29"> <g id="Group_5674" data-name="Group 5674" transform="translate(-2488 -1953)"> <rect id="Rectangle_1916" data-name="Rectangle 1916" width="60" height="29" transform="translate(2488 1953)" fill="none"/> <g id="Group_5673" data-name="Group 5673" transform="translate(-0.651 0.5)"> <g id="Group_5672" data-name="Group 5672" transform="translate(13.502)"> <g id="Group_5041" data-name="Group 5041" transform="translate(2475.149 1964.862)"> <path id="Path_1225" data-name="Path 1225" d="M0,0H54.681" fill="none" stroke="%23232323" stroke-width="2"/> </g> <g id="Group_5042" data-name="Group 5042" transform="translate(2475.149 1969.398)"> <path id="Path_1226" data-name="Path 1226" d="M0,0H54.681" fill="none" stroke="%23232323" stroke-width="2"/> </g> </g> <g id="Group_5043" data-name="Group 5043" transform="translate(2532.626 1954.5)"> <path id="Path_1227" data-name="Path 1227" d="M0-12,12.63-24.63,0-37.26" transform="translate(0 37.26)" fill="none" stroke="%23232323" stroke-width="4"/> </g> </g> </g> </svg>');
    margin-right: var(--cta-spacing);
    background-repeat: no-repeat;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 29px;
}

.product-page-intro-slider .swiper-button-prev:after, .product-page-intro-slider .swiper-button-next:after {
    border-top: 0 solid #000000;
    border-left: 0 solid #000000;

    content: '';
    width: 74px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="74" height="40" viewBox="0 0 74 40"><g transform="translate(-1546 -1459)"><rect width="74" height="40" transform="translate(1546 1459)" fill="%23fff"/><g transform="translate(1521.581 1467)"><path d="M40.964.375H0v-.75H40.964Z" transform="translate(26.419 11.556)" fill="%231e1e1e"/><g transform="translate(60.635 0.004)"><path d="M3.292-3.375c2.38,0,3.663,6.145,3.663,11.927S5.672,20.479,3.292,20.479-.375,14.334-.375,8.552.91-3.375,3.292-3.375Zm0,23.1c.666,0,1.419-1.192,1.965-3.111a30.8,30.8,0,0,0,.948-8.066A30.8,30.8,0,0,0,5.257.486c-.546-1.919-1.3-3.111-1.965-3.111S1.872-1.433,1.325.486a30.747,30.747,0,0,0-.95,8.066,30.747,30.747,0,0,0,.95,8.066C1.872,18.537,2.626,19.729,3.292,19.729Z" transform="translate(0 3)" fill="%231e1e1e"/></g><path d="M.125,23.465l-.251-.707,31.554-11.2L-.125.353.125-.353,33.671,11.556Z" transform="translate(63.901)" fill="%231e1e1e"/><path d="M26.323.375H-9.234v-.75H26.323Z" transform="translate(70.079 11.556)" fill="%231e1e1e"/><path d="M-7.633,5.526l-.129-.739L21.877-.369l.129.739Z" transform="translate(74.473 11.557)" fill="%231e1e1e"/><path d="M25.434,7.147-9.052-2.018l.193-.725L25.627,6.422Z" transform="translate(70.891 4.769)" fill="%231e1e1e"/><path d="M-8.857,9.853l-.2-.723L25.434-.362l.2.723Z" transform="translate(70.889 11.558)" fill="%231e1e1e"/><path d="M21.88,4.019-7.759-.91l.123-.74L22,3.279Z" transform="translate(74.473 7.906)" fill="%231e1e1e"/><path d="M-9.2,3.973l-.076-.746L26.3-.373l.076.746Z" transform="translate(70.075 11.556)" fill="%231e1e1e"/><path d="M26.3,3.038-9.276-.562l.076-.746,35.573,3.6Z" transform="translate(70.075 8.89)" fill="%231e1e1e"/></g></g></svg>');
    background-repeat: no-repeat;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 40px;
    transform: unset;

}

.product-page-intro-slider .swiper-button-prev:after {
    transform: rotate(180deg);
}

.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(--font-primary-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: 1096px;
    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(--font-primary-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-add-to-cart-button {
    font-family: var(--font-primary-bold);
    background-color: var(--color-black);
    color: #ffffff;
    text-transform: uppercase;
     max-width: unset;
     width: unset;
    padding: 24px 24px;
    border: 0;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    display: flex
;
    align-items: center;
}
.mall-add-to-cart-button:before {
    content: '';
    width: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="29" viewBox="0 0 60 29"> <g id="Group_5674" data-name="Group 5674" transform="translate(-2488 -1953)"> <rect id="Rectangle_1916" data-name="Rectangle 1916" width="60" height="29" transform="translate(2488 1953)" fill="none"/> <g id="Group_5673" data-name="Group 5673" transform="translate(-0.651 0.5)"> <g id="Group_5672" data-name="Group 5672" transform="translate(13.502)"> <g id="Group_5041" data-name="Group 5041" transform="translate(2475.149 1964.862)"> <path id="Path_1225" data-name="Path 1225" d="M0,0H54.681" fill="none" stroke="%23ffffff" stroke-width="2"/> </g> <g id="Group_5042" data-name="Group 5042" transform="translate(2475.149 1969.398)"> <path id="Path_1226" data-name="Path 1226" d="M0,0H54.681" fill="none" stroke="%23ffffff" stroke-width="2"/> </g> </g> <g id="Group_5043" data-name="Group 5043" transform="translate(2532.626 1954.5)"> <path id="Path_1227" data-name="Path 1227" d="M0-12,12.63-24.63,0-37.26" transform="translate(0 37.26)" fill="none" stroke="%23ffffff" stroke-width="4"/> </g> </g> </g> </svg>');
    margin-right: var(--cta-spacing);
    background-repeat: no-repeat;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 29px;
}
.mall-add-to-cart-button:disabled, input:disabled,
.mall-add-to-cart-button[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}
.mall-product__variant-properties .mall-product__property {
    display: flex;
    flex-direction: column;
}

.mall-product__current-price{

    font-family: var(--font-primary-regular);
    font-size: 38px;
    line-height: 40px;
}

.mall-product__tax-info small{
    font-family: var(--font-primary-regular);
    font-size: 15px;
    margin-top: 12px;
    line-height: 21px;
    display: block;
}
.quantity-label {
    font-family: var(--font-primary-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%;
    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(--font-primary-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;
}

.hide-color-image-radio{
    display: none;
}

.mall-product__property.mall-form-control{

    margin-bottom: 36px;

}

@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: 0px solid #000000;
        border-right: 0px 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%;
    }

    .product-page-intro-slider #bslider-product-intro-slider {
        max-width: 100% !important;
    }

    .product-page-intro-slider .slider-toolbar {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 100%;
        z-index: 1;
        justify-content: center;
    }

    .product-page-intro-slider .swiper-button-next:after, .product-page-intro-slider .swiper-button-prev:after {
        border-bottom: 0px solid #000000;
        border-right: 0px solid #000000;
        width: 43px;
        height: 20px;
        background-size: 42px;
        border-top: 0px solid #000000;
        border-left: 0px solid #000000;
    }

    .product-page-intro-slider .swiper-button-prev, .product-page-intro-slider .swiper-button-next {
        background-color: unset;
        color: white;
        border-radius: 50%;
        width: 90px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: unset;
        /* z-index: 10; */
    }
    .product-page-intro-slider .swiper-button-next, .product-page-intro-slider .swiper-button-prev {
        position: relative;
    }

}
@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;
    }

    .product-page-intro-slider .swiper-button-prev:after, .product-page-intro-slider .swiper-button-next:after {
        background-size: 57px;
    }

}
@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;
    }
}
