/*
 *      This file includes all colors defined in the styleguide.
 */

/* #c4c4c4 */

/* Photoswipe colors */

/*
 * This file includes all spacings defined in the styleguide.
 */

/*
 * This file includes all breakpoint definitions including mixins to use them.
 */

/**
 * apply-from mixin
 *
 * It wraps the content with a media query which targets devices with a viewport bigger then the provided breakpoint.
 */

/*
 * This file defines all the fonts used in the styleguide.
 */

@font-face {
    font-family: "iconFont";
    src: url("../assets/fonts/iconFont.woff2?9078f8f7eb015880e81a7067cd4ad59c") format("woff2"),
url("../assets/fonts/iconFont.woff?9078f8f7eb015880e81a7067cd4ad59c") format("woff");
}

i[class^="fa-"]:before, i[class*=" fa-"]:before {
    font-family: iconFont !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-account-settings:before {
        content: "\f101";
    }

.fa-account-wishlist:before {
        content: "\f102";
    }

.fa-account:before {
        content: "\f103";
    }

.fa-adress:before {
        content: "\f104";
    }

.fa-applepay:before {
        content: "\f105";
    }

.fa-arrow-left:before {
        content: "\f106";
    }

.fa-arrow-light:before {
        content: "\f107";
    }

.fa-arrow-solid:before {
        content: "\f108";
    }

.fa-arrow:before {
        content: "\f109";
    }

.fa-bin:before {
        content: "\f10a";
    }

.fa-burgersearch:before {
        content: "\f10b";
    }

.fa-cart-newsletter:before {
        content: "\f10c";
    }

.fa-cart:before {
        content: "\f10d";
    }

.fa-check-e-mail-newsletter:before {
        content: "\f10e";
    }

.fa-check:before {
        content: "\f10f";
    }

.fa-close-light:before {
        content: "\f110";
    }

.fa-close:before {
        content: "\f111";
    }

.fa-delivery:before {
        content: "\f112";
    }

.fa-e-mail-checked-newsletter:before {
        content: "\f113";
    }

.fa-e-mail:before {
        content: "\f114";
    }

.fa-facebook:before {
        content: "\f115";
    }

.fa-few-colors-wheel:before {
        content: "\f116";
    }

.fa-france-flag:before {
        content: "\f117";
    }

.fa-germany-flag:before {
        content: "\f118";
    }

.fa-heart-light-l:before {
        content: "\f119";
    }

.fa-heart-light-m:before {
        content: "\f11a";
    }

.fa-heart-light-s:before {
        content: "\f11b";
    }

.fa-heart-solid:before {
        content: "\f11c";
    }

.fa-info:before {
        content: "\f11d";
    }

.fa-instagram:before {
        content: "\f11e";
    }

.fa-italy-flag:before {
        content: "\f11f";
    }

.fa-klarna-logo:before {
        content: "\f120";
    }

.fa-link:before {
        content: "\f121";
    }

.fa-lock:before {
        content: "\f122";
    }

.fa-magnifier:before {
        content: "\f123";
    }

.fa-many-colors-wheel:before {
        content: "\f124";
    }

.fa-netherlands-flag:before {
        content: "\f125";
    }

.fa-order:before {
        content: "\f126";
    }

.fa-password-hidden:before {
        content: "\f127";
    }

.fa-password-legible:before {
        content: "\f128";
    }

.fa-payment:before {
        content: "\f129";
    }

.fa-pinterest:before {
        content: "\f12a";
    }

.fa-refinement:before {
        content: "\f12b";
    }

.fa-refund:before {
        content: "\f12c";
    }

.fa-return:before {
        content: "\f12d";
    }

.fa-see-less-light:before {
        content: "\f12e";
    }

.fa-see-more-light:before {
        content: "\f12f";
    }

.fa-send-to-friend:before {
        content: "\f130";
    }

.fa-share:before {
        content: "\f131";
    }

.fa-shopping-cart:before {
        content: "\f132";
    }

.fa-size-out-of-stock:before {
        content: "\f133";
    }

.fa-skip:before {
        content: "\f134";
    }

.fa-spain-flag:before {
        content: "\f135";
    }

.fa-uk-flag:before {
        content: "\f136";
    }

.fa-voucher-newsletter:before {
        content: "\f137";
    }

.fa-whatsapp:before {
        content: "\f138";
    }

/*
 * This file defines all the fonts used in the styleguide.
*/

/*
 * This file includes all z-index definitions.
 * No custom z-index numbers must be used. Always reference the respective z-index defined here.
 */

/*
 * This file defines the icons used in the styleguide.
 */

.fa {
    font-size: 16px;
}

.fa.fa-heart-light-l {
    font-size: 25px;
}

/*
 * This file defines the buttons used in the styleguide.
 */

/*
 * This file defines the mixins used in the project.
 */

/*
 * This file defines the icons used in the styleguide.
 */

.form-row.required .before-required-indicator::after {
    content: '*';
}

.required-indicator {
    display: none;
    color: unset;
    font-size: unset;
    padding: unset;
}

.error--checkbox {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    color: rgb(213, 0, 0);
    display: inline-block;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 15px;
}

/*
 * This file defines the stylings for the hex product detail page
*/

/* requested in designs - see SFCC-1265 */

.product-content_wrapper--delivery-hex-added-items {
    display: flex;
    flex-flow: column-reverse;
    width: 100%
}

@media (min-width:481px) {

.product-content_wrapper--delivery-hex-added-items {
        flex-flow: column
}
    }

.hex-added-items_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

@media (min-width:481px) {

.hex-added-items_wrapper {
        margin-top: 45px
}
    }

.hex-added-items_item {
    display: flex;
    margin: 0 20px 20px 0;
}

.hex-added-items_decrease-button, .hex-added-items_increase-button, .hex-added-items_item-quantity {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:481px) {

.hex-added-items_decrease-button, .hex-added-items_increase-button, .hex-added-items_item-quantity {
        width: 45px;
        height: 45px
}
    }

.hex-added-items_item-quantity {
    position: relative;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73;

    border-top: 1px solid rgb(119, 119, 119);
    border-bottom: 1px solid rgb(119, 119, 119);
    box-sizing: border-box;
}

/* overwrite default button stylings */

.hex-added-items_increase-button {
    border-radius: 0 2px 2px 0;
}

.hex-added-items_decrease-button {
    border-radius: 2px 0 0 2px;
}

.hex-added-items_decrease-button, .hex-added-items_increase-button {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    border-color: rgb(119, 119, 119)
}

.hex-added-items_decrease-button:hover, .hex-added-items_increase-button:hover {
        background-color: rgb(255, 255, 255);
        border-color: rgb(255, 135, 114);
        color: rgb(255, 135, 114);
    }

.hex-added-items_decrease-button i, .hex-added-items_increase-button i {
        width: inherit;
        height: inherit;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(119, 119, 119)
    }

.hex-added-items_decrease-button i:hover, .hex-added-items_increase-button i:hover {
            color: rgb(255, 135, 114);
        }

.hex-added-items_decrease-button, .hex-added-items_increase-button {

    /* set specific value to prevent the icon from being too big */
}

.hex-added-items_decrease-button .fa-see-less-light::before, .hex-added-items_increase-button .fa-see-less-light::before {
        font-size: 1px;
        width: 15px;
    }

.hex-added-items_decrease-button .fa-see-more-light::before, .hex-added-items_increase-button .fa-see-more-light::before {
        font-size: 15px;
    }

.hex-added-items_item-quantity .tooltiptext {
    visibility: hidden;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: -25px; /* special spacing required in designs - see SFCC-1265 */
    opacity: 0;
    transition: opacity 0.3s;
    left: 30px;
    border: 1px solid rgb(119, 119, 119);
    padding: 5px;
    background-color: rgb(255, 255, 255);
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73;
}

.hex-added-items_item-quantity:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* quantity dropdown */

.product-variations-hex-list_item .quantity-error_message {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73;
    }

@media (min-width:481px) {

.product-variations-hex-list_item .quantity-error_message {
        font-size: 16px;
    }
    }

.product-variations-hex-list_item .quantity-error_message {

        color: rgb(213, 0, 0);
        background-color: rgb(255, 255, 255);
        transition: all 0.5s ease;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;

        /* Line height is the same as the height to center the text vertically */
        min-height: 40px;
        line-height: 40px;
        margin: 10px 10px 10px -50%;
        padding: 0 10px;
        white-space: nowrap;
    }

.product-variations-hex-list_item .quantity-dropdown {
        width: 75px;
        text-align: center;
    }

.product-variations-hex-list_item div.item-quantity_input > select {
        height: 40px;
        margin-right: 10px;
    }

.product-variations-hex-list_item div.item-quantity_input::before {
        /* 10px extra spacing added due to absolute position of the icon */
        right: 20px;
    }

.product-variations-hex-list_item .disabled {
        pointer-events: none;
    }

.product-variations-hex-list_item .item-quantity_input {
    position: relative;
    }

.product-variations-hex-list_item .item-quantity_input select {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

        -webkit-appearance: none;

           -moz-appearance: none;

                appearance: none;
        height: 45px;
        border-radius: 2px;
        border: 1px solid rgb(196, 196, 196);
        padding-left: 15px;
        padding-right: 36px; /* The width and spacing of the arrow symbol */
    }

.product-variations-hex-list_item .item-quantity_input::before {
        content: "\f108";
    font-family: iconFont !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

        -webkit-transform: rotate(180deg);

                transform: rotate(180deg);
        position: absolute;
        font-size: 11px;
        top: calc(50% - 5.5px);
        right: 10px;
        color: rgb(196, 196, 196);
        pointer-events: none;
    }

.product-variations-hex-list_item .item-quantity_text-input {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

        position: absolute;
        display: none
    }

.product-variations-hex-list_item .item-quantity_text-input.item-quantity_text-input--show {
            display: block;
            top: 0;
            height: 40px;
            width: 75px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            padding: 5px;
            text-align: center
        }

.product-variations-hex-list_item .item-quantity_text-input.item-quantity_text-input--show::-webkit-outer-spin-button, .product-variations-hex-list_item .item-quantity_text-input.item-quantity_text-input--show::-webkit-inner-spin-button {
                -webkit-appearance: none;
                        appearance: none;
            }

.product-variations-hex-list_item .item-quantity_text-input:focus {
            outline: none;
            border-color: rgb(255, 135, 114);
        }

.product-variations-hex-list_item .item-quantity_text-input::-moz-selection {
            background-color: rgb(196, 196, 196);
        }

.product-variations-hex-list_item .item-quantity_text-input::selection {
            background-color: rgb(196, 196, 196);
        }

.product-variations-hex-list_item .item-quantity_fixed-quantity {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;
    }

.product-variations-hex-list_item {

    border: 1px solid rgb(196, 196, 196);
}

.product-variations-hex-list_item-details {
    display: flex;
    flex-flow: column;
    align-content: space-between;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.cartbar-content {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0

    /* Since the cart bar has a fixed position for widescreen needs special centering - SFCC-1265 */
}

@media (min-width:1290px) {

.cartbar-content {
        /* calculate the difference bewteen the viewport and the max-width
        set the padding value with half of the remaining space of the viewport */
        --remaining-space: calc(100% - 1290px);

        padding: 0 max(30px, calc(var(--remaining-space)/2))
}
    }

.cartbar-content {

    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px 0 rgb(51, 51, 51);
    z-index: 5
}

.cartbar-content.hide {
        display: none;
    }

.cartbar-content .loader-indicator {
        bottom: 0;
    }

.cartbar-totals {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
}

.cartbar-totals_price-label {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 0.73;
}

.cartbar-totals_price {
    display: grid;
    align-content: space-between;
    margin: 15px 0 15px 15px
}

@media (min-width:481px) {

.cartbar-totals_price {
        margin: 30px
}
    }

@media (min-width:481px) {

.cartbar-totals_price {
        margin: 30px
}
    }

@media (min-width:769px) {

.cartbar-totals_price {
        align-content: center;
        margin: 30px 0;
        grid-template-columns: -webkit-max-content -webkit-max-content;
        grid-template-columns: max-content max-content
}
    }

.cartbar-totals_price .back-to-items {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73;

        font-family: 'Montserrat Medium', sans-serif;
        color: rgb(255, 135, 114);
        text-decoration: underline;
        align-self: end;

        /* Specific height for vertical alignment - SFCC-1265 */
        min-height: 13px
    }

.cartbar-totals_price .back-to-items:hover {
            color: rgb(196, 196, 196);
        }

@media (min-width:769px) {

.cartbar-totals_price .back-to-items {
            font-size: 16px;
            line-height: 22px
    }
    }

.cartbar-totals_price-value {
    display: flex;
    align-items: flex-end;
    max-height: 40px
}

@media (min-width:769px) {

.cartbar-totals_price-value {
        margin-right: 30px;
        margin-left: 30px
}
    }

@media (min-width:1290px) {

.cartbar-totals_price-value {
        margin-left: 0
}
    }

.cartbar-totals_price-text {
    align-self: start;
    white-space: nowrap;

    /* Specific line-height for vertical alignment - SFCC-1265 */
    line-height: 16px;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

@media (min-width:769px) {

.cartbar-totals_price-text {
        font-size: 22px;
        line-height: 22px;
}
    }

.cartbar-totals_tax-information {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73;

    align-self: end;
    margin-left: 10px;
    white-space: nowrap;

    /* Specific line-height for vertical alignment - SFCC-1265 */
    line-height: 16px
}

@media (min-width:769px) {

.cartbar-totals_tax-information {
        line-height: 22px
}
    }

.cartbar-link-checkout {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    background-color: rgb(255, 135, 114);
    color: rgb(255, 255, 255);
    height: 40px;
    padding: 0 15px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent
}

.cartbar-link-checkout:hover {
        background-color: rgb(255, 255, 255);
        border-color: rgb(255, 135, 114);
        color: rgb(255, 135, 114);
    }

@media (min-width:481px) {

.cartbar-link-checkout {
        height: 45px;
        padding: 0 45px
}
    }

.cartbar-link-checkout {

    display: flex;
    justify-content: center;
    justify-self: end;
    align-items: center;
    align-self: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    margin: 15px
}

@media (min-width:481px) {

.cartbar-link-checkout {
        margin: 30px
}
    }

@media (min-width:769px) {

.cartbar-link-checkout {
        margin: 30px
}
    }

@media (min-width:1290px) {

.cartbar-link-checkout {
        margin-right: 0
}
    }

.product-variations-hex-list_item-add-to-cart.lightText::before {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.product-variations-hex-list_item-add-to-cart.darkText::before {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}

.product-variations-hex-list_item-details .product-variations-hex-list_item-name.lightText, .product-variations-hex-list_item-details .product-variations-hex-list_item-id.lightText, .hex-added-items_item-quantity.lightText {
    color: rgb(255, 255, 255);
}

.product-variations-hex-list_item-details .product-variations-hex-list_item-name.darkText, .product-variations-hex-list_item-details .product-variations-hex-list_item-id.darkText, .hex-added-items_item-quantity.darkText {
    color: rgb(0, 0, 0);
}

/*
 * This file defines the stylings for the product set/bundle detail page
*/

.pdp-main.pdp-main__product-set {
    display: flex;
    flex-flow: column;
}

.product-col-2.product-detail.product-set .promotion {
        margin: 45px 0 0;
    }

.pdp-main .product-set .product-set-list {
    border-top: none;
}

.pdp-main .product-set .product-set-list .product-name {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    padding-bottom: 10px;
}

.product-set-details .product-color {
    margin-top: 10px
}

@media (min-width:769px) {

.product-set-details .product-color {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px
}
    }

.pdp-main .product-set .product-set-list .product-set-details {
    padding-left: 15px
}

@media (min-width:481px) {

.pdp-main .product-set .product-set-list .product-set-details {
        width: 80%
}
    }

@media (min-width:961px) {

.pdp-main .product-set .product-set-list .product-set-details {
        padding-left: 30px
}
    }

@media (min-width:769px) {

.product-set-details--widescreen-wrapper {
        display: flex;
        flex-flow: row;
        justify-content: space-between
}
    }

@media (min-width:769px) {

.product-set-details--widescreen-right-column {
        flex: 0 0 50%
}
    }

@media (min-width:769px) {

.pdp-main .product-set-details--widescreen-left-column {
        text-align: right
}
    }

@media (min-width:769px) {

.pdp-main .product-set-details--widescreen-left-column .product-price {
            display: flex;
            flex-direction: column;
            justify-content: flex-start
    }
    }

.bundle-product-variations__container {
    margin: 25px 0; /* special marging requested in design - see http://10.100.100.82/pages/viewpage.action?pageId=55418487&preview=/55418487/55419387/portrait%20-%20iPhone6-7-8%20-%20bundle%20standard%20-%20annotations.png */
    justify-content: space-between
}

.bundle-product-variations__container .variations-color {
        margin: 0 0 15px
    }

@media (min-width:769px) {

.bundle-product-variations__container .variations-color {
            margin: 0
    }
    }

.bundle-product-variations__container .label.va-size {
        margin: 0 0 5px
    }

@media (min-width:481px) {

.bundle-product-variations__container .label.va-size {
            margin: 5px 0
    }
    }

.bundle-product-variations__container .variations-size {
        margin-top: 0
    }

@media (min-width:769px) {

.bundle-product-variations__container .variations-size {
            width: 50%
    }
    }

@media (min-width:769px) {

.bundle-product-variations__container {
        display: flex;
        flex-flow: row;
        align-items: baseline
}

        .bundle-product-variations__container .product-variations:first-of-type {
            padding-right: 0;
        }
    }

.pdp-main .product-set-item .va-size, .pdp-main .product-set-item .va-color, .pdp-main .product-set-item .va_add-to-cart-disabled-size-missing {
    text-align: left;
}

.product-set__pricing-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 30px;
}

.product-set-product__pricing-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.product-set-product__pricing-single-item {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    line-height: 24px
}

@media (min-width:769px) {

.product-set-product__pricing-single-item {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

        line-height: 24px
}
    }

.product-set-product__pricing-wrapper.product-set-product__pricing-wrapper--hide-in-portrait {
    display: none
}

@media (min-width:769px) {

.product-set-product__pricing-wrapper.product-set-product__pricing-wrapper--hide-in-portrait {
        display: block
}
    }

@media (min-width:769px) {

.product-set-product__pricing-wrapper.product-set-product__pricing-wrapper--hide-in-widescreen {
        display: none
}
    }

.pdp-main .price-standard-full.price-standard-full--bundled-price {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

@media (min-width:769px) {

.pdp-main .product-set__pricing-wrapper .product-price, .pdp-main .product-set-details--widescreen-left-column .product-price {
        flex-direction: column;
        align-items: flex-end
}
    }

@media (min-width:769px) {

.pdp-main .product-set__pricing-wrapper .product-price .price-standard-full.price-standard-full--bundled-price, .pdp-main .product-set-details--widescreen-left-column .product-price .price-standard-full.price-standard-full--bundled-price {
            order: 0
    }
    }

@media (min-width:769px) {

.pdp-main .product-set__pricing-wrapper .product-price .price-standard.price-standard--bundled-price, .pdp-main .product-set-details--widescreen-left-column .product-price .price-standard.price-standard--bundled-price {
            order: 1
    }
    }

.pdp-main .product-set__pricing-wrapper .product-price, .pdp-main .product-set .product-set-list .product-price {
    margin-top: 0
}

.pdp-main .product-set__pricing-wrapper .product-price .price-sale.price-sale--bundled-price, .pdp-main .product-set .product-set-list .product-price .price-sale.price-sale--bundled-price {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

        color: rgb(51, 51, 51);
        font-family: 'Montserrat Medium', sans-serif;
        line-height: 24px;
    }

.pdp-main .product-set__pricing-wrapper .product-price .price-range, .pdp-main .product-set .product-set-list .product-price .price-range {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px
    }

.pdp-main .product-set__pricing-wrapper .product-price .price-range::before, .pdp-main .product-set .product-set-list .product-price .price-range::before {
            background-color: rgb(51, 51, 51);
        }

.pdp-main .product-set__pricing-wrapper .product-price .price-standard.price-standard--bundled-price, .pdp-main .product-set .product-set-list .product-price .price-standard.price-standard--bundled-price {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

        color: rgb(153, 153, 153)
    }

.pdp-main .product-set__pricing-wrapper .product-price .price-standard.price-standard--bundled-price::before, .pdp-main .product-set .product-set-list .product-price .price-standard.price-standard--bundled-price::before {
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            top: 48%;
            content: '';
            background-color: rgb(153, 153, 153);
        }

@media (min-width:769px) {

.pdp-main .product-set__pricing-wrapper .product-set-details--widescreen-left-column .product-price .price-vat-included, .pdp-main .product-set .product-set-list .product-set-details--widescreen-left-column .product-price .price-vat-included {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px
    }
    }

@media (min-width:769px) {

.pdp-main .product-set__pricing-wrapper .product-set-details--widescreen-left-column .product-price .price-standard.price-standard--bundled-price, .pdp-main .product-set .product-set-list .product-set-details--widescreen-left-column .product-price .price-standard.price-standard--bundled-price {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

            color: rgb(153, 153, 153)
    }
    }

.pdp-main .product-set__pricing-wrapper .product-set-details--widescreen-left-column .product-price .price-standard.price-standard--bundled-price::before, .pdp-main .product-set .product-set-list .product-set-details--widescreen-left-column .product-price .price-standard.price-standard--bundled-price::before {
            background-color: rgb(153, 153, 153);
        }

.pdp-main .product-set .product-add-to-cart label, .product-set__label {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    font-family: 'Montserrat Regular', sans-serif;
}

.pdp-main label.product-set__label {
    text-transform: none;
    flex: 0 1 100%;
    font-weight: normal;
    line-height: 24px
}

@media (min-width:481px) {

.pdp-main label.product-set__label {
        line-height: 33px
}
    }

@media (min-width:769px) {

.pdp-main label.product-set__label {
        flex: auto;
        line-height: 36px
}
    }

.product-set__pricing-wrapper .free-shipping {
    text-align: right;
}

.pdp-main .product-set .product-set-list .product-set-item {
    display: flex;
    flex-flow: row;
    border-top: 1px solid rgb(196, 196, 196);
    margin-top: 45px;
    padding: 45px 0 0
}

.pdp-main .product-set .product-set-list .product-set-item:last-of-type {
        border-bottom: 1px solid rgb(196, 196, 196);
        padding: 45px 0 45px;
    }

.pdp-main .product-set .product-set-list .product-set-image {
    width: 112px; /* width and height requested in desings - see http://10.100.100.82/pages/viewpage.action?pageId=55418487&preview=/55418487/55419387/portrait%20-%20iPhone6-7-8%20-%20bundle%20standard%20-%20annotations.png#ProductDetailPage(PDP)-ProductSets&Bundles-Standard-PDP.1 */
    height: 180px;
    min-width: 112px;
    min-height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgb(196, 196, 196);
    padding: 0 10px
}

@media (min-width:481px) {

.pdp-main .product-set .product-set-list .product-set-image {
        max-width: 145px; /* width and height requested in desings - see http://10.100.100.82/pages/viewpage.action?pageId=55418487&preview=/55418487/55419387/portrait%20-%20iPhone6-7-8%20-%20bundle%20standard%20-%20annotations.png#ProductDetailPage(PDP)-ProductSets&Bundles-Standard-PDP.1 */
        max-height: 225px;
        min-width: 72.5px;
        min-height: 112.5px
}
    }

@media (min-width:961px) {

.pdp-main .product-set .product-set-list .product-set-image {
        width: 145px; /* width and height requested in desings - see http://10.100.100.82/pages/viewpage.action?pageId=55418487&preview=/55418487/55419387/portrait%20-%20iPhone6-7-8%20-%20bundle%20standard%20-%20annotations.png#ProductDetailPage(PDP)-ProductSets&Bundles-Standard-PDP.1 */
        height: 225px
}
    }

.bundle-product-variations__wrapper {
    position: relative
}

.bundle-product-variations__wrapper select {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

        -webkit-appearance: none;

           -moz-appearance: none;

                appearance: none;
        height: 45px;
        border-radius: 2px;
        border: 1px solid rgb(196, 196, 196);
        padding-left: 15px;
        padding-right: 36px; /* The width and spacing of the arrow symbol */
    }

.bundle-product-variations__wrapper::before {
        content: "\f108";
    font-family: iconFont !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

        -webkit-transform: rotate(180deg);

                transform: rotate(180deg);
        position: absolute;
        font-size: 11px;
        top: calc(50% - 5.5px);
        right: 10px;
        color: rgb(196, 196, 196);
        pointer-events: none;
    }

.bundle-product-variations__wrapper select {
        height: 40px;
    }

.pdp-main .product-set .product-actions {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.pdp-main .product-set .product-set-list .product-set-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
    width: auto;
}

/*
 * This file defines the stylings for the product detail page
*/

#wrapper.pt_product-details .primary-content {
    padding-top: 0;
    padding-bottom: 60px;
}

.pdp-main {
    margin: 0;
}

.product-col-1, .product-col-2, .product-info, .last-seen-actions, .product-variations-hex {
    padding: 0 15px;
    box-sizing: border-box
}

@media (min-width:481px) {

.product-col-1, .product-col-2, .product-info, .last-seen-actions, .product-variations-hex {
        padding: 0;
        margin: 0 30px
}
    }

.pdp-main .product-cols-container {
    position: relative;
}

@media (min-width:769px) {

.pdp-main .product-cols-container--hex {
        display: flex
}

        .pdp-main .product-cols-container--hex .place-change-container {
            padding-top: 25px;
        }

        .pdp-main .product-cols-container--hex .product-actions {
            padding: 0;
        }
    }

@media (min-width:961px) {
        .pdp-main .product-cols-container--hex .place-change-container {
            position: relative;
            bottom: 0;
        }
    }

.pdp-main .product-col-1 {
    width: 100%
}

@media (min-width:481px) {

.pdp-main .product-col-1 {
        display: flex;
        flex-direction: row-reverse;
        width: calc(100% - 60px)
}
    }

@media (min-width:769px) {

.pdp-main .product-col-1 {
        display: flex;
        flex-direction: row-reverse;
        width: 50%;
        margin-right: 0
}
    }

@media (min-width:961px) {

.pdp-main .product-col-1 {
        width: 55%;
        max-width: 705px /* 600px(image) + 75px(thumbnail) + 30px(2 margins) */
}
    }

.pdp-main .product-col-2 {
    width: 100%
}

@media (min-width:481px) {

.pdp-main .product-col-2 {
        width: calc(100% - 60px) /* 60px(g4) from the 2 margins of 30px */
}
    }

@media (min-width:769px) {

.pdp-main .product-col-2 {
        width: calc(50% - 90px); /* 60px from the 2 margins of 30px + 30px from the middle margin of 30px between the 2 columns(product-col-1 and product-col-2) */
        margin-left: 30px
}
    }

@media (min-width:961px) {

.pdp-main .product-col-2 {
        width: calc(45% - 90px); /* 60px from the 2 margins of 30px + 15px from the middle margin of 15px between the 2 columns(product-col-1 and product-col-2) */
        min-width: calc(100% - 795px) /* 705px from col1 and 60px from the 2 margins of 30px + 30px from the middle margin of 30px between the 2 columns(product-col-1 and product-col-2) */
}
    }

.pdp-main .product-col-1, .pdp-main .product-col-2 {
    margin-top: 30px
}

@media (min-width:769px) {

.pdp-main .product-col-1, .pdp-main .product-col-2 {
        margin-bottom: 60px
}
    }

.pdp-main .promotion {
    border: none;
    padding: 0;
    background-color: rgb(255, 135, 114);
}

.product-detail .promotion {
    position: relative;
    margin: 45px 0 0;
    text-align: center;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    border: 1px solid rgb(255, 135, 114);
    color: rgb(255, 135, 114);
    width: 100%;
    display: inline-block
}

@media (min-width:481px) {

.product-detail .promotion {
        width: auto;
        display: block
}
    }

@media (min-width:769px) {

.product-cols-container--hex .promotion {
        margin-top: 0
}
    }

.promotion-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-detail .promotion .callout-message {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    color: rgb(255, 135, 114);
}

.product-detail .promotion .fa {
    align-self: flex-end;
    padding: 10px 10px 0 0;
    color: rgb(255, 135, 114);
    font-size: 20px;
}

.pdp-main .promotion .promotion-title {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    color: rgb(255, 255, 255);
    font-weight: normal;
}

.product-detail .promotion .promotion-title {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    color: rgb(255, 135, 114);
}

.pdp-main .promotion .promotion-callout {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    padding: 30px;
    color: rgb(255, 255, 255);
}

.pdp-main .product-image_flag {
    position: absolute;
    left: 15px;
    top: 30px;
    z-index: 1
}

@media (min-width:481px) {

.pdp-main .product-image_flag {
        left: 30px
}
    }

@media (min-width:769px) {

.pdp-main .product-image_flag {
        left: inherit;
        right: 30px
}
    }

.pdp-main .product-primary-image .product-image {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 555px;
    box-sizing: border-box
}

@media (min-width:481px) {

.pdp-main .product-primary-image .product-image {
        max-width: 420px; /* width comes from specification image width until largescreen */
        margin: auto
}
    }

@media (min-width:961px) {

.pdp-main .product-primary-image .product-image {
        max-width: 600px; /* width comes from specification image width after largescreen */
        height: 817px
}
    }

.primary-image {
    max-height: 100%;
}

.pdp-main .product-primary-image .product-image::after, .pdp-main .product-primary-image .product-image::before {
    content: '';
}

.product-images_slider {
    position: relative
}

.product-images_slider.swiper-container {
        width: 100%;
        overflow: hidden
    }

@media (min-width:769px) {

.product-images_slider.swiper-container {
            border: 1px solid rgb(196, 196, 196)
    }
    }

.product-images_slider .swiper-wrapper {
        display: flex;
        height: 555px /* slider wrapper should have same height as product image */
    }

@media (min-width:961px) {

.product-images_slider .swiper-wrapper {
            height: 817px /* slider wrapper should have same height as product image */
    }
    }

.product-images_slider .swiper-slide {
        display: flex;
        flex: 0 0 100%;
    }

.product-images_slider .add-to-wishlist {
        position: absolute;
        top: 0;
        right: 0;
        color: rgb(196, 196, 196);
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 2 /* needed for the icon to be clicable over the product image carousel */
    }

.product-images_slider .add-to-wishlist i::before {
            font-size: 22px /* same font size as account-wishlist icon, infered from wishlist and pdp wireframes */
        }

@media (min-width:481px) {

.product-images_slider .add-to-wishlist i::before {
                font-size: 25px /* same font size as account-wishlist icon, infered from wishlist and pdp wireframes */
        }
    }

@media (min-width:481px) {

.product-images_slider {
        margin: 45px auto auto auto
}
    }

@media (min-width:769px) {

.product-images_slider {
        margin: 0
}

        .product-images_slider .add-to-wishlist {
            display: none;
        }
    }

.pdp-main .product-detail .add-to-wishlist {
    display: none
}

@media (min-width:769px) {

.pdp-main .product-detail .add-to-wishlist {
        display: block;
        float: right;
        color: rgb(196, 196, 196);
        border: none;
        padding: 0;
        cursor: pointer
}
    }

.pdp-main .swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 0
}

@media (min-width:481px) {

.pdp-main .swiper-pagination {
        display: none
}
    }

.pdp-main .product-thumbnails {
    display: none
}

.pdp-main .product-thumbnails.product-thumbnails-pricereduction {
        position: relative;
        flex-direction: column;
        padding-top: 30px;
        justify-content: flex-start
    }

@media (min-width:769px) {

.pdp-main .product-thumbnails.product-thumbnails-pricereduction {
            padding-top: 0
    }
    }

@media (min-width:481px) {

.pdp-main .product-thumbnails {
        display: flex;
        justify-content: center;
        margin-top: 45px
}
    }

@media (min-width:769px) {

.pdp-main .product-thumbnails {
        position: static;
        position: initial;
        margin-top: 0;
        margin-right: 15px
}
    }

.product-thumbnails .thumb {
    display: none
}

@media (min-width:481px) {

.product-thumbnails .thumb {
        display: block;
        width: auto;
        border-bottom: none;
        padding-top: 0;
        float: none;
        margin: 0 0 15px
}
    }

.product-thumbnails .thumbnail-link {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(196, 196, 196)
}

@media (min-width:481px) {

.product-thumbnails .thumbnail-link {
        display: flex;
        align-items: center;
        width: 75px;
        height: 103px;
        box-sizing: border-box;
        border-radius: 0;
        background-color: transparent;
        background-color: initial;
        border: 1px solid rgb(196, 196, 196)
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}
    }

@media (min-width:481px) and (pointer: fine), (min-width:481px) and (-moz-touch-enabled: 0) {
            .product-thumbnails .thumbnail-link:hover {
                border: 1px solid rgb(255, 135, 114);
            }
    }

.swiper-pagination .thumbnail-link {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(196, 196, 196);
    border-bottom: none;
    padding-top: 0;
    margin-right: 15px
}

.swiper-pagination .thumbnail-link:last-child {
        margin-right: 0;
    }

.swiper-pagination .thumbnail-link.selected {
        background-color: rgb(255, 135, 114);
    }

@media (min-width:481px) {

.swiper-pagination .thumbnail-link {
        display: none
}
    }

.pdp-main .selected .thumbnail-link {
    background-color: transparent;
    background-color: initial;
    border: 1px solid rgb(255, 135, 114);
}

.product-thumbnails img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    padding: 5px;
    height: auto;
    opacity: 1;
    border: none;
}

.pdp-main .product-primary-image {
    padding: 0 15px;
    margin: 0 auto
}

@media (min-width:481px) {

.pdp-main .product-primary-image {
        padding: 0 0 0 15px
}
    }

@media (min-width:769px) {

.pdp-main .product-primary-image {
        padding: 0
}
    }

@media (min-width:769px) {

.pdp-main .product-col-1 .product-image {
        padding: 10px
}
    }

.pdp-main .product-brand {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    background-color: transparent;
    border-radius: 2px;
    height: 40px;
    padding: 0 45px;
    text-align: center;
    border: 1px solid;
        color: rgb(51, 51, 51);
        border-color: rgb(119, 119, 119)
}

.pdp-main .product-brand:hover {
            background-color: rgb(196, 196, 196);
            border-color: rgb(196, 196, 196);
            color: rgb(51, 51, 51);
        }

@media (min-width:481px) {

.pdp-main .product-brand {
        height: 45px
}
    }

.pdp-main .product-brand {

    height: auto;
    display: inline-block;
    margin: 15px 0 30px;
    padding: 10px 0
}

@media (min-width:769px) {

.pdp-main .product-brand {
        margin: 0 0 15px
}
    }

.pdp-main .product-brand--link {
    padding: 10px 45px
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .pdp-main .product-brand--link:hover {
            background: rgb(196, 196, 196);
        }
    }

.pdp-main .product-main-details {
    float: left;
    width: 40%
}

.pdp-main .product-main-details .add-to-wishlist {
        display: none;
    }

@media (min-width:481px) {

.pdp-main .product-main-details {
        width: 45%
}
    }

@media (min-width:769px) {

.pdp-main .product-main-details {
        width: 100%;
        margin: 30px 0;
        float: none
}

        .pdp-main .product-main-details .add-to-wishlist {
            display: block;
            position: relative;
            align-self: flex-start;
            top: 5px;
            color: rgb(196, 196, 196);
            border: none;
            padding: 0;
            cursor: pointer;
        }
    }

.last-seen .product-name, .pdp-main .product-tile .product-name {
    margin-bottom: 0;
}

.pdp-main .product-detail .product-name {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    line-height: 27px; /* requested in ticket 402 */
    margin-bottom: 0;
    display: flex;
    flex-flow: column
}

@media (min-width:481px) {

.pdp-main .product-detail .product-name {
        line-height: 33px; /* requested in ticket 402 */
        flex-flow: row
}
    }

@media (min-width:769px) {

.pdp-main .product-detail .product-name {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px
}
    }

@media (min-width:769px) and (min-width:481px) {

.pdp-main .product-detail .product-name {
        font-size: 18px;
            line-height: 27px
}
    }

@media (min-width:769px) {

.pdp-main .product-detail .product-name {

        margin-bottom: 5px
}
    }

.pdp-main .product-detail .product-color {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    text-transform: capitalize;
    line-height: 27px /* requested in ticket 402 */
}

@media (min-width:481px) {

.pdp-main .product-detail .product-color {
        line-height: 33px /* requested in ticket 402 */
}
    }

@media (min-width:769px) {

.pdp-main .product-detail .product-color {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px
}
    }

@media (min-width:769px) and (min-width:481px) {

.pdp-main .product-detail .product-color {
        font-size: 18px;
            line-height: 27px
}
    }

.pdp-main .product-number {
    display: none;
}

.product-price_price-reduction-wrapper--product-detail {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(255, 135, 114);
    line-height: 1;
}

@media (min-width:769px) {

.product-price_price-reduction-wrapper--product-detail {
        font-size: 18px;
        line-height: unset;
}
    }

.pdp-main .product-price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-bottom: 0
}

.pdp-main .product-price .product-price_price-reduction-wrapper--product-detail {
        position: absolute;
        top: 25px;
        left: 15px
    }

@media (min-width:769px) {

.pdp-main .product-price .product-price_price-reduction-wrapper--product-detail {
            top: 0;
            right: 0;
            left: unset
    }
    }

.pdp-main .product-price .product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--product-set {
        top: -30px;
    }

@media (min-width:769px) {

.pdp-main .product-price {
        position: relative;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center
}
    }

.product-name-price-reduction {
    display: flex;
    justify-content: space-between
}

.product-name-price-reduction .product-price_price-reduction-wrapper--product-detail--product-set {
        line-height: 27px;
    }

.product-price_price-reduction-wrapper--product-detail--product-no-set {
    position: absolute;
    left: unset;
    right: 30px;
    top: 35px;
    line-height: 36px;
}

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-landscape {
    display: block
}

@media (min-width:481px) {

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-landscape {
        display: none
}
    }

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-portrait {
    display: none
}

@media (min-width:769px) {

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-portrait {
        display: block
}
    }

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-widescreen {
    display: block;
    margin-left: 15px
}

@media (min-width:769px) {

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-widescreen {
        display: none
}
    }

.product-price_price-reduction-wrapper--product-detail.product-price_price-reduction-wrapper--product-detail--hide-in-widescreen.product-price_price-reduction-wrapper--product-detail--product-set {
    text-align: left;
    margin-left: 0;
    position: absolute;
    top: 0;
}

.pdp-main .price-standard-full {
    display: flex;
    align-items: inherit;
    flex-flow: column;
    text-transform: capitalize
}

@media (min-width:481px) {

.pdp-main .price-standard-full {
        flex-flow: row;
        align-items: center
}
    }

.product-set .price-standard-full .price-sale {
    white-space: nowrap;
    order: -1;
}

.product-set .product-price > .price-sale {
    white-space: nowrap;
    line-height: 24px /* defined in SFCC-1579 */
}

@media (min-width:769px) {

.product-set .product-price > .price-sale {
        order: -1;
        font-size: 16px /* defined in SFCC-1579 */
}
    }

.pdp-main .product-price .price-sale {
    font-family: 'Montserrat Medium', sans-serif;
    color: rgb(51, 51, 51);
    font-size: 18px;
        line-height: 27px;
}

@media (min-width:481px) {

.pdp-main .product-price .price-sale {
        font-size: 22px;
            line-height: 33px;
}
    }

@media (min-width:769px) {

.pdp-main .product-price .price-sale {
        font-size: 24px;
            line-height: 36px;
}
    }

.pdp-main .product-price .price-sale {

    font-size: 22px;
    line-height: 33px;
    color: rgb(51, 51, 51);
}

.pdp-main .product-price, .pdp-main .product-price .standardprice, .pdp-main .product-price .price-range {
    font-family: 'Montserrat Medium', sans-serif;
    color: rgb(51, 51, 51);
    font-size: 18px;
        line-height: 27px;
}

@media (min-width:481px) {

.pdp-main .product-price, .pdp-main .product-price .standardprice, .pdp-main .product-price .price-range {
        font-size: 22px;
            line-height: 33px;
}
    }

@media (min-width:769px) {

.pdp-main .product-price, .pdp-main .product-price .standardprice, .pdp-main .product-price .price-range {
        font-size: 24px;
            line-height: 36px;
}
    }

.pdp-main .product-price .price-standard {
    font-family: 'Montserrat Medium', sans-serif;
    color: rgb(51, 51, 51);
    font-size: 18px;
        line-height: 27px
}

@media (min-width:481px) {

.pdp-main .product-price .price-standard {
        font-size: 22px;
            line-height: 33px
}
    }

@media (min-width:769px) {

.pdp-main .product-price .price-standard {
        font-size: 24px;
            line-height: 36px
}
    }

.pdp-main .product-price .price-standard {

    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin-left: 10px;
    border: none;
    font-size: 18px;
    color: rgb(153, 153, 153);
    white-space: nowrap
}

.pdp-main .product-price .price-standard::before {
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 48%;
        content: '';
        background-color: rgb(153, 153, 153);
    }

@media (min-width:769px) {

.pdp-main .product-price .price-standard {
        margin-left: 10px
}
    }

.pdp-main .price-base-volume, .pdp-main .price-vat-included {
    flex: 1 0 100%;
    color: rgb(196, 196, 196);
    order: -1;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px
}

@media (min-width:769px) {

.pdp-main .price-base-volume, .pdp-main .price-vat-included {
        order: 1
}
    }

.pdp-main .price-vat-included {
    line-height: 27px /* requested in ticket 402 */
}

@media (min-width:481px) {

.pdp-main .price-vat-included {
        line-height: 33px /* requested in ticket 402 */
}
    }

@media (min-width:769px) {

.pdp-main .price-vat-included {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px
}
    }

.pdp-main .product-set-item .price-vat-included {
        display: none
    }

@media (min-width:769px) {

.pdp-main .product-set-item .price-vat-included {
            display: block
    }
    }

.pdp-main .price-base-volume {
    order: -2
}

@media (min-width:769px) {

.pdp-main .price-base-volume {
        order: 1
}
    }

.pdp-main .product-set-product__pricing-wrapper .price-base-volume, .pdp-main .product-set-product__pricing-wrapper .price-vat-included {
    flex: unset;
}

.pdp-main .free-shipping {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    text-align: right;
    color: rgb(76, 190, 114);
    padding-top: 5px
}

.pdp-main .free-shipping::before, .pdp-main .free-shipping::after {
    font-family: iconFont !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        content: "\f10f";

        font-size: 10px;
    }

.pdp-main .free-shipping::before {
        margin-right: 10px
    }

@media (min-width:769px) {

.pdp-main .free-shipping::before {
            display: none
    }
    }

.pdp-main .free-shipping::after {
        display: none;
        margin-left: 10px
    }

@media (min-width:769px) {

.pdp-main .free-shipping::after {
            display: inline
    }
    }

@media (min-width:769px) {

.pdp-main .free-shipping {
        padding-top: 30px;
        text-align: left
}
    }

.product-set .free-shipping {
    text-align: right;
}

.pdp-main .va-size, .pdp-main .va-color, .pdp-main .va_add-to-cart-disabled-size-missing {
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73
}

@media (min-width:481px) {

.pdp-main .va-size, .pdp-main .va-color, .pdp-main .va_add-to-cart-disabled-size-missing {
        font-size: 18px
}
    }

@media (min-width:481px) {

.pdp-main .va-size, .pdp-main .va-color, .pdp-main .va_add-to-cart-disabled-size-missing {
        font-size: 13px /* subheadline mixin changes font-size from landscape and it's requested to be fixed */
}
    }

@media (min-width:769px) {

.pdp-main .va-size, .pdp-main .va-color, .pdp-main .va_add-to-cart-disabled-size-missing {
        text-align: left
}
    }

@media (min-width:481px) {

.pdp-main .va-size {
        margin: 15px 0
}
    }

@media (min-width:769px) {

.pdp-main .va-size {
        color: rgb(51, 51, 51)
}
    }

.pdp-main .va-size.hide {
        display: none;
    }

.pdp-main .va_add-to-cart-disabled-size-missing {
    color: rgb(213, 0, 0)
}

.pdp-main .va_add-to-cart-disabled-size-missing.hide {
        display: none;
    }

.availability-web, .inventory {
    display: none;
}

.pdp-main .product-add-to-cart {
    padding: 0;
    border: none;
}

.pdp-main .product-add-to-cart button {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: 100%;
    height: 45px;
    max-width: 300px;
    margin: 15px auto;
    text-transform: none;
    font-weight: normal;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    background-color: rgb(255, 135, 114);
    color: rgb(255, 255, 255);
    height: 40px;
    padding: 0 15px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid transparent
}

.pdp-main .product-add-to-cart button:hover {
        background-color: rgb(255, 255, 255);
        border-color: rgb(255, 135, 114);
        color: rgb(255, 135, 114);
    }

@media (min-width:481px) {

.pdp-main .product-add-to-cart button {
        height: 45px;
        padding: 0 45px
}
    }

.pdp-main .product-add-to-cart button.add-to-cart-disabled {
        background-color: rgb(196, 196, 196);
        color: rgb(255, 255, 255);
        border: none;
        opacity: 0.5
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
    }

@media (pointer: fine), (-moz-touch-enabled: 0) {
            .pdp-main .product-add-to-cart button.add-to-cart-disabled:hover {
                background-color: rgb(196, 196, 196);
                color: rgb(255, 255, 255);
                border: none;
            }
    }

@media (min-width:769px) {

.pdp-main .product-add-to-cart button {
        margin: 30px 0
}
    }

.pdp-main .product-add-to-cart .color {
    display: none;
}

.pdp-main > .promotion .fa {
    display: none;
}

.pdp-main .product-add-to-cart .fa {
    margin-left: 15px;
    font-size: 20px;
}

.product-variations {
    margin: 15px 0;
}

.variations-size {
    margin-top: 45px;
    margin-bottom: 0
}

@media (min-width:769px) {

.variations-size {
        padding-right: 15px
}
    }

.variations-color {
    margin-bottom: 45px
}

@media (min-width:769px) {

.variations-color {
        margin-bottom: 0
}
    }

.product-variations_list {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0
}

@media (min-width:769px) {

.product-variations_list {
        justify-content: flex-start
}
    }

.product-variations_list-item {
    flex: 0 0 auto;
}

.variations-color .product-variations_list-item {
    flex: 0 0 calc(25% - 11.25px); /* from the margin below and 4 slides */
    margin-right: 15px;
    position: relative;
    padding-bottom: 30%
}

@media (min-width:769px) {

.variations-color .product-variations_list-item {
        flex: 0 0 calc(25% - 15px) /* larger margin between slides, same behaviour as above */
}
    }

.variations-color .product-variations_list {
    max-width: 100%;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
}

.variations-size .product-variations_list-item.unselectable .swatchanchor {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(196, 196, 196);

    /* Exact value for border-radius, width and height is specified in the Jira task, see http://jira/browse/SFCC-921 */
    border-radius: 20px;
    min-width: 72px;
    width: -webkit-min-content;
    width: min-content;
    width: min-intrinsic;
    width: -moz-min-content;
    height: 40px;
        color: rgb(196, 196, 196);
}

.variations-size .product-variations_list-item.unselectable .swatchanchor:hover {
            color: rgb(61, 186, 218);
            border-color: rgb(61, 186, 218);
        }

@media (min-width:481px) {

.variations-size .product-variations_list-item.unselectable .swatchanchor {
        /* Exact value for border-radius and height is specified in the Jira task, see http://jira/browse/SFCC-921 */
        border-radius: 22.5px;
        height: 45px;
}
    }

.variations-size .product-variations_list-item.unselectable .swatchanchor {
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .variations-size .product-variations_list-item.unselectable .swatchanchor:hover {
            color: rgb(61, 186, 218);
            border: 1px solid rgb(61, 186, 218);
        }
    }

.variations-size .product-variations_list-item.unselectable .swatchanchor {

    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: initial;
}

.variations-color .product-variations_list-item.unselectable .swatchanchor {
    opacity: 0.5
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .variations-color .product-variations_list-item.unselectable .swatchanchor:hover {
            border: 1px solid rgb(61, 186, 218);
        }
    }

.product-variations_list-item-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
}

.product-variations_list-item.selected-value {
    display: none;
}

.product-variations_list-item-image {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.pdp-main .place-change-container {
    display: flex;
    flex-direction: column;
}

.pdp-main .product-actions {
    padding: 30px 10px
}

@media (min-width:769px) {

.pdp-main .product-actions {
        padding: 45px 0 0;
        order: 1
}
    }

.pdp-main .product-actions .socialsharing {
    display: flex;
    justify-content: center;
    padding-top: 0;
    margin-right: 0
}

@media (min-width:769px) {

.pdp-main .product-actions .socialsharing {
        justify-content: flex-start
}
    }

.pdp-main .socialsharing .fa {
    font-size: 30px;
    color: rgb(196, 196, 196)
}

@media (min-width:769px) {

.pdp-main .socialsharing .fa {
        font-size: 45px
}
    }

.pdp-main .socialsharing .fa:last-child {
        margin-right: 0;
    }

.pdp-main .product-actions a.share-icon i {
    display: flex;
    color: rgb(196, 196, 196);
    font-size: 40px
}

@media (min-width:769px) {

.pdp-main .product-actions a.share-icon i {
        font-size: 45px
}
    }

.pdp-main .product-info {
    margin-bottom: 45px;
    padding-top: 0
}

@media (min-width:481px) {

.pdp-main .product-info {
        height: auto
}
    }

@media (min-width:769px) {

.pdp-main .product-info {
        width: var(--vw);
        position: relative;
        left: calc(var(--vw)/-2 + 50%);
        padding: 0;
        margin: 0 0 60px;
        background-color: rgb(224, 224, 224)
}
    }

@media (min-width:769px) {

.pdp-main .product-info-container {
        max-width: 1350px;
        margin: 0 auto;
        height: 600px;
        padding: 30px 30px 60px;
        box-sizing: border-box
}
    }

@media (min-width:769px) {

.pdp-main .product-info-container.js-product-info-container {
        height: 1015px /* equals the height set in .pdp-main .product-info-container plus the recommendations */
}
    }

@media (min-width:961px) {

.pdp-main .product-info-container.js-product-info-container {
        height: 600px /* set height back to its original, .pdp-main .product-info-container */
}
    }

@media (min-width:769px) {

.pdp-main .product-info .tabs {
        display: flex
}
    }

.tab-content {
    display: none
}

.tab-content.tab-content--active {
        display: block;
    }

.tab-content.js-product-slider {
    opacity: 1
}

.tab-content.js-product-slider.tab-content--inactive.js-product-slider .tab-content_product-details_left-container {
        opacity: 0;
    }

.tab-content.js-product-slider.tab-content--inactive.tab-content--active.js-product-slider .tab-content_product-details_left-container {
        opacity: 1;
    }

@media (min-width:961px) {

.tab-content.js-product-slider.tab-content--inactive.js-product-slider .tab-content_product-details_right-container {
            opacity: 1
    }
    }

.pdp-main .product-info .tab-content {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    padding: 0 0 30px
}

@media (min-width:769px) {

.pdp-main .product-info .tab-content {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

        padding: 30px 0 0
}
    }

.tab-content_product-details-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.tab-content_product-name {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    /* since there is only one button mixin and font size and line height need to be the same as those of copy-small
    for smaller viewports, said values have to be overridden */
    font-size: 13px;
    line-height: 19.5px
}

@media (min-width:769px) {

.tab-content_product-name {
        /* reset to original button font size and line height as of widescreen */
        font-size: 16px;
        line-height: 24px
}
    }

.pdp-main .product-info ul {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    padding: 0;
    list-style-type: none
}

@media (min-width:769px) {

.pdp-main .product-info ul {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px
}
    }

.pdp-main .product-main-attributes .attribute {
    display: flex;
    border-bottom: 1px solid rgb(224, 224, 224)
}

@media (min-width:769px) {

.pdp-main .product-main-attributes .attribute {
        border-bottom: 1px solid rgb(196, 196, 196)
}
    }

.attribute-group--material {
    display: flex;
    flex-flow: row wrap;
}

.attribute--material:not(:last-child)::after {
    content: '|';
    margin-right: 5px;
}

.pdp-main .product-main-attributes .label {
    width: 30%;
    margin-right: 5px;
    font-style: italic;
    word-break: break-word;
}

.pdp-main .product-main-attributes .value {
    width: 70%;
}

@media (min-width:481px) {

.pdp-main .tab .tab-content {
        position: static;
        position: initial
}
    }

@media (min-width:769px) {

.pdp-main .tab .tab-content {
        position: absolute;
        top: 60px;
        padding-left: 0
}
    }

.pdp-main .tab .tab-label {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border: none;
    width: -webkit-fill-available
}

@media (min-width:481px) {

.pdp-main .tab .tab-label {
        padding-left: 0
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}
    }

@media (min-width:481px) and (pointer: fine), (min-width:481px) and (-moz-touch-enabled: 0) {
            .pdp-main .tab .tab-label:hover {
                top: 0;
            }
    }

@media (min-width:769px) {

.pdp-main .tab .tab-label {
        height: 60px;
        width: auto
}
    }

.pdp-main .tab {
    border-bottom: 1px solid rgb(224, 224, 224)
}

@media (min-width:769px) {

.pdp-main .tab {
        display: flex;
        flex: 1;
        border-bottom: 1px solid rgb(196, 196, 196);
        padding-right: 30px;
        border-top: none
}

        .pdp-main .tab .tab-content {
            width: 60%;
            height: 420px;
            overflow-y: auto;
        }

        .pdp-main .tab .tab-switch:checked + .tab-label {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 0.73;

            line-height: 45px
        }

            .pdp-main .tab .tab-switch:checked + .tab-label::after {
                display: block;
                position: absolute;
                bottom: -1px;
                left: 50%;
                -webkit-transform: translate(-50%);
                        transform: translate(-50%);
                content: '';
                width: 0;
                height: 0;
                border-left: 11px solid transparent;
                border-right: 11px solid transparent;
                border-bottom: 17px solid rgb(196, 196, 196);
            }
    }

.tab .tab-switch:checked + label + .tab-content {
    transition: all 0s;
}

@media (min-width:481px) {

.pdp-main .js-product-info-container .tab {
        display: block
}
    }

@media (min-width:769px) {

.pdp-main .js-product-info-container .tab {
        display: inline-block;
        border-bottom: none;
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 30px;
        padding-right: 0;
        text-align: left;
        max-height: 60px;
        height: 60px
}
    }

.pdp-main .tab:first-child {
    border-top: 1px solid rgb(224, 224, 224)
}

@media (min-width:769px) {

.pdp-main .tab:first-child {
        border-top: none
}
    }

@media (min-width:769px) {
        .pdp-main .tab:nth-child(3) .tab-label, .pdp-main .tab:nth-child(4) .tab-label {
            line-height: 45px;
        }

        .pdp-main .tab:nth-child(3) .tab-content, .pdp-main .tab:nth-child(4) .tab-content {
            height: 150px;
            overflow-y: auto;
            opacity: 1;
        }
    }

@media (min-width:769px) {

.pdp-main .js-product-info-container .tab .tab-label {
        display: inline-flex;
        justify-content: center
}
    }

@media (min-width:481px) {

.pdp-main .tab-switch:checked + .tab-label {
        top: 0;
        background-color: transparent;
        background-color: initial;
        font-weight: normal;
        color: rgb(51, 51, 51)
}
    }

@media (min-width:769px) {

.pdp-main .js-product-info-container .tab .tab-label, .pdp-main .js-product-info-container .tab .tab-switch:checked, .pdp-main .js-product-info-container .tab .tab-switch:checked + .tab-label {
        position: absolute;
        line-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 125px;
        white-space: nowrap
}
    }

@media (min-width:769px) {

.pdp-main .js-product-info-container .tab .tab-switch:checked + .tab-label::after {
        bottom: 0
}
    }

.pdp-main .tab:first-child .tab-content.js-product-slider {
    height: auto;
}

.tab-label.tab-label--inactive::after {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;
    font-family: iconFont !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        content: "\f12f"
}

@media (min-width:769px) {

.tab-label.tab-label--inactive::after {
        display: none
}
    }

.tab-label.tab-label--inactive.tab-label--active::after {
        content: "\f12e";

    font-size: 1px; /* The see less icon needs to be 1px to show correctly */
}

.pdp-main ul.bullet-point-list {
    list-style: disc;
    padding-left: 40px; /* special margin and padding - used on the PDP example linked on the spec */
    margin: 12px 0;
}

.clp-hazard-symbol-list {
    margin: 30px 0;
}

.clp-hazard-symbol {
    display: inline-block;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.ghs-pictogram-explosiv {
    background-image: url(../assets/hazard-icons/ghs-pictogram-explosiv.svg);
}

.ghs-pictogram-entzuendbar {
    background-image: url(../assets/hazard-icons/ghs-pictogram-entzuendbar.svg);
}

.ghs-pictogram-oxidierend {
    background-image: url(../assets/hazard-icons/ghs-pictogram-oxidierend.svg);
}

.ghs-pictogram-gasunterdruck {
    background-image: url(../assets/hazard-icons/ghs-pictogram-gasunterdruck.svg);
}

.ghs-pictogram-korrosiv {
    background-image: url(../assets/hazard-icons/ghs-pictogram-korrosiv.svg);
}

.ghs-pictogram-akutetoxizitaet {
    background-image: url(../assets/hazard-icons/ghs-pictogram-akutetoxizitaet.svg);
}

.ghs-pictogram-gesundheitsgefahr {
    background-image: url(../assets/hazard-icons/ghs-pictogram-gesundheitsgefahr.svg);
}

.ghs-pictogram-ernstegesundheitsgefahr {
    background-image: url(../assets/hazard-icons/ghs-pictogram-ernstegesundheitsgefahr.svg);
}

.ghs-pictogram-umweltgefaehrlich {
    background-image: url(../assets/hazard-icons/ghs-pictogram-umweltgefaehrlich.svg);
}

.clp-signal-word {
    font-family: 'Montserrat Medium', sans-serif;
    color: rgb(51, 51, 51);
    font-size: 18px;
        line-height: 0.73;
}

@media (min-width:481px) {

.clp-signal-word {
        font-size: 22px;
}
    }

@media (min-width:769px) {

.clp-signal-word {
        font-size: 24px;
}
    }

.clp-signal-word {

    margin-bottom: 40px; /* special margin - appears on corresponding design */
}

.clp-hazard-statement {
    display: table-row;
}

.clp-hazard-number, .clp-hazard-message {
    display: table-cell;
}

.clp-hazard-number {
    padding-right: 10px;
}

.product-variations_slider.swiper-container, .last-seen_products.swiper-container {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden
    }

@media (min-width:769px) {

.product-variations_slider.swiper-container, .last-seen_products.swiper-container {
            width: calc(100% - 106px) /* from arrow margins and arrow widths */
    }
    }

.product-variations_slider.swiper-container {
        width: 100%;
    }

.last-seen_products.swiper-container {
        min-width: 100%
    }

@media (min-width:769px) {

.last-seen_products.swiper-container {
            min-width: unset
    }
    }

.product-variations .swiper-button-prev, .product-variations .swiper-button-next, .last-seen .swiper-button-prev, .last-seen .swiper-button-next {
        display: none;
        z-index: 1
    }

.product-variations .swiper-button-prev::before, .product-variations .swiper-button-next::before, .last-seen .swiper-button-prev::before, .last-seen .swiper-button-next::before {
            cursor: pointer
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
        }

@media (pointer: fine), (-moz-touch-enabled: 0) {
                .product-variations .swiper-button-prev::before:hover, .product-variations .swiper-button-next::before:hover, .last-seen .swiper-button-prev::before:hover, .last-seen .swiper-button-next::before:hover {
                    background-color: rgb(224, 224, 224);
                }
    }

@media (min-width:769px) {

.product-variations .swiper-button-prev, .product-variations .swiper-button-next, .last-seen .swiper-button-prev, .last-seen .swiper-button-next {
            display: inline-block
    }
    }

.product-variations .swiper-button-prev, .last-seen .swiper-button-prev {
        margin-right: 15px;
    }

.product-variations .swiper-button-next, .last-seen .swiper-button-next {
        margin-left: 15px;
        left: inherit;
        right: 0;
    }

.last-seen {
    padding: 0 0 0 15px;
    box-sizing: border-box
}

@media (min-width:481px) {

.last-seen {
        padding: 0;
        margin: 0 30px
}
    }

@media (min-width:769px) {

.last-seen {
        border-top: 1px solid rgb(196, 196, 196);
        margin: 0
}
    }

.last-seen_item {
    margin-right: 15px
}

.last-seen_item:last-child {
        margin-right: 0 !important; /* needed to overwrite inline styling from swiper */
    }

.last-seen_item .product-price {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;
    }

@media (min-width:481px) {

.last-seen_item .product-price {
        font-size: 16px;
            line-height: 24px;
    }
    }

.pdp-main .last-seen-actions {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 45px
}

@media (min-width:769px) {

.pdp-main .last-seen-actions {
        margin-top: 60px
}
    }

.pdp-main .last-seen_action {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    background-color: transparent;
    border-radius: 2px;
    height: 40px;
    padding: 0 45px;
    text-align: center;
    border: 1px solid;
        color: rgb(51, 51, 51);
        border-color: rgb(119, 119, 119);
}

.pdp-main .last-seen_action:hover {
            background-color: rgb(196, 196, 196);
            border-color: rgb(196, 196, 196);
            color: rgb(51, 51, 51);
        }

@media (min-width:481px) {

.pdp-main .last-seen_action {
        height: 45px;
}
    }

.pdp-main .last-seen_action {
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .pdp-main .last-seen_action:hover {
            background: rgb(196, 196, 196);
        }
    }

.pdp-main .last-seen_action {

    display: flex;
    align-items: center;
    margin: 0 auto;
}

.pdp-main .action-brand {
    margin-bottom: 30px;
}

.last-seen_action:active {
    background: rgb(255, 255, 255);
    color: rgb(255, 135, 114);
    border: 1px solid rgb(255, 135, 114);
}

.pdp-main .product-tile .product-name {
    width: 100%;
}

@media (min-width:769px) {

.pdp-main .product-detail.product-set .product-name {
        font-family: 'Montserrat Medium', sans-serif
}
    }

.pdp-main .last-seen ul {
    padding: 0;
}

.last-seen .product-tile .product-pricing {
    display: flex;
    flex-direction: column
}

@media (min-width:769px) {

.last-seen .product-tile .product-pricing {
        flex-direction: row
}
    }

@media (min-width:769px) {

.last-seen .product-tile .product-pricing .product-standard-price {
            margin-right: 15px
    }
    }

.last-seen .product-sales-price {
    margin-left: 0;
}

.last-seen h3 {
    margin: 0 0 15px;
    text-align: center;
    font-weight: normal;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px
}

@media (min-width:481px) {

.last-seen h3 {
        font-size: 18px;
            line-height: 27px
}
    }

.last-seen h3 {

    line-height: 1
}

@media (min-width:769px) {

.last-seen h3 {
        margin: 60px 0 45px
}
    }

.product-variations-hex {
    clear: both;
}

.product-variations-hex_availability-message {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    color: rgb(76, 190, 114);
    padding-top: 30px;
    padding-bottom: 45px;
    text-align: center
}

@media (min-width:769px) {

.product-variations-hex_availability-message {
        text-align: left;
        padding: 15px 0
}
    }

@media (min-width:961px) {

.product-variations-hex_availability-message {
        padding-top: 30px;
        padding-bottom: 45px
}
    }

@media (min-width:769px) {

.product-variations-hex_availability-message--hide-in-widescreen {
        display: none
}
    }

.product-variations-hex_availability-message--hide-in-portrait-and-landscape {
    display: none
}

@media (min-width:769px) {

.product-variations-hex_availability-message--hide-in-portrait-and-landscape {
        display: block
}
    }

.product-variations-hex_content-asset {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    text-align: center
}

@media (min-width:769px) {

.product-variations-hex_content-asset {
        margin-top: 60px
}
    }

@media (min-width:769px) {

.product-variations-hex-list {
        display: flex;
        flex-wrap: wrap
}
    }

.product-variations-hex-list, .pdp-main .product-variations-hex-list {
    margin-top: 30px;
    display: grid
}

@media (min-width:961px) {

.product-variations-hex-list, .pdp-main .product-variations-hex-list {
        margin-bottom: 45px
}
    }

@media (min-width:769px) {

.product-variations-hex-list, .pdp-main .product-variations-hex-list {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-column-gap: 15px;
        -webkit-column-gap: 15px;
                column-gap: 15px;
        grid-row-gap: 15px;
        row-gap: 15px
}
    }

.product-variations-hex-list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 60px;
    margin-bottom: 15px
}

@media (min-width:769px) {

.product-variations-hex-list_item {
        margin-bottom: 0
}
    }

.product-variations-hex-list_item-color-representation {
    width: 100%;
    max-width: 150px;
    min-width: 40px;
    height: 40px;
    border: 1px solid rgb(119, 119, 119);
    border-radius: 2px;
    box-sizing: border-box;
    flex-shrink: 2
}

@media (min-width:481px) {

.product-variations-hex-list_item-color-representation {
        max-width: 345px
}
    }

.product-variations-hex-list_item-details .product-variations-hex-list_item-name {
    font-family: 'Montserrat Medium', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    flex-grow: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    line-height: 24px;
    display: block;
    white-space: nowrap;

    /* the -10px is for the margin specified in the design specification */
    max-width: calc(100% - 10px);
}

.product-variations-hex-list_item-details .product-variations-hex-list_item-id {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 0.73;

    margin-left: 15px;
    white-space: nowrap;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 24px
}

@media (min-width:481px) {

.product-variations-hex-list_item-details .product-variations-hex-list_item-id {
        margin-right: 30px
}
    }

.product-variations-hex-list_item-add-to-cart::before {
    font-family: iconFont !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        content: "\f10d";

    color: rgb(196, 196, 196);
    border: rgb(196, 196, 196) 1px solid;
    border-radius: 25px;
    padding: 10px;
    margin-right: 10px;
}

.product-variations-hex-list_item-add-to-cart:hover::before {
    background-color: rgb(255, 255, 255);
    color: rgb(255, 135, 114);
    border-color: rgb(255, 135, 114);
}

.product-actions--hide-in-portrait-and-landscape {
    display: none
}

@media (min-width:769px) {

.product-actions--hide-in-portrait-and-landscape {
        display: block
}
    }

@media (min-width:769px) {

.product-actions--hide-in-widescreen {
        display: none
}
    }

.pdp-main .delivery-info {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: rgb(51, 51, 51);
        line-height: 24px;

    margin: 30px 0 15px 0;
    color: rgb(76, 190, 114);
    text-align: center
}

@media (min-width:769px) {

.pdp-main .delivery-info {
        text-align: left;
        margin-bottom: 0
}
    }

/*
* Product recommendations
*/

.product-listing-1x4 {
    position: relative;
    margin: 0 0 45px
}

@media (min-width:769px) {

.product-listing-1x4 {
        padding: 0;
        margin: 0 30px 45px
}
    }

.product-recommendations_swiper-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-listing-1x4 .product-recommendations_swiper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.product-listing-1x4 .swiper-button-prev {
    margin-right: 15px;
}

.product-listing-1x4 .swiper-button-next {
    margin-left: 15px;
}

.product-listing-1x4 .swiper-button-prev, .product-listing-1x4 .swiper-button-next {
    display: none;
    z-index: 1
}

@media (min-width:769px) {

.product-listing-1x4 .swiper-button-prev, .product-listing-1x4 .swiper-button-next {
        display: block
}
    }

.product-listing-1x4 .fa-arrow-light {
    transition: 0.35s ease all
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .product-listing-1x4 .fa-arrow-light:hover {
            cursor: pointer
        }

            .product-listing-1x4 .fa-arrow-light:hover::before {
                color: rgb(255, 135, 114);
                border: 1px solid rgb(255, 135, 114);
            }
    }

.product-listing-1x4 .fa-arrow-light::before {
    padding: 10px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 50%;
    color: rgb(51, 51, 51);
    display: block;
}

/* Overwrite default grid styles */

.search-result-items.tiles-container.swiper-wrapper {
    display: flex;
}

.product-listing-1x4 .search-result-items .grid-tile {
    margin: 0;
    box-shadow: none;
    background: none;
    padding: 0;
}

@media (min-width:0) {

.product-listing-1x4 ul.search-result-items .grid-tile {
        margin: 0
}
    }

.product-listing-1x4 ul.search-result-items .grid-tile:last-child {
    margin-right: 0 !important; /* needed to overwrite inline styling from swiper */
}

.grid-tile .swiper-slide {
    margin: 0;
    padding: 0;
}

.product-listing-1x4_heading {
    text-align: center;
}

.pdp-main .kosm-pdp {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:769px) {

.pdp-main .kosm-pdp {
        margin-top: 0;
        margin-bottom: 45px
}
    }

/* Photoswipe */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
        box-sizing: border-box;
    }

.pswp img {
        max-width: none;
    }

.pswp--animate_opacity {
    opacity: 0.01;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp__container, .pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    transition: none;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: rgba(34, 34, 34, 1);
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: rgb(204, 204, 204)
}

.pswp__error-msg a {
        color: rgb(204, 204, 204);
        text-decoration: underline;
    }

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s;
    box-shadow: none;
}

.pswp__button, .pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__button:focus, .pswp__button:hover {
    opacity: 1;
    background-color: transparent;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left::before, .pswp--svg .pswp__button--arrow--right::before {
        background-image: url(../assets/images/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none;
    }
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left::before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right::before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: rgb(255, 255, 255);
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

a.pswp__share--facebook::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: rgb(62, 92, 154);
    color: rgb(255, 255, 255)
}

a.pswp__share--facebook:hover::before {
        border-bottom-color: rgb(62, 92, 154);
    }

a.pswp__share--twitter:hover {
    background: rgb(85, 172, 238);
    color: rgb(255, 255, 255);
}

a.pswp__share--pinterest:hover {
    background: rgb(204, 204, 204);
    color: rgb(206, 39, 45);
}

a.pswp__share--download:hover {
    background: rgb(204, 204, 204);
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: rgb(255, 255, 255);
    opacity: 0.75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
        font-size: 11px;
        color: rgb(204, 204, 204);
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: rgb(204, 204, 204);
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
        background: url(../assets/preloader.gif) 0 0 no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.01;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.product-variations_list-item a {
    width: 100%;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pdp-main .product-actions a {
    margin-right: 15px;
}

.pdp-main .product-actions .share-icon:last-child {
    margin-right: 0
}

@media (min-width:769px) {

.pdp-main .product-actions .share-icon:last-child {
        margin-right: 10px
}
    }

.variations-color .product-variations_list-item a {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(224, 224, 224)
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .variations-color .product-variations_list-item a:hover {
            color: rgb(255, 135, 114);
            border: 1px solid rgb(255, 135, 114);
        }
    }

.variations-size .product-variations_list-item a {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(196, 196, 196);

    /* Exact value for border-radius, width and height is specified in the Jira task, see http://jira/browse/SFCC-921 */
    border-radius: 20px;
    min-width: 72px;
    width: -webkit-min-content;
    width: min-content;
    width: min-intrinsic;
    width: -moz-min-content;
    height: 40px
}

.variations-size .product-variations_list-item a:hover {
            background-color: rgb(196, 196, 196);
        }

@media (min-width:481px) {

.variations-size .product-variations_list-item a {
        /* Exact value for border-radius and height is specified in the Jira task, see http://jira/browse/SFCC-921 */
        border-radius: 22.5px;
        height: 45px
}
    }

.variations-size .product-variations_list-item a {
    /* iOS is touch device and has false value for fine pointer, it doesn't define a value for -moz-touch-enabled so it doesn't render the content
       Mozilla doesn't have a value of fine pointer but has a 0 value of -moz-touch-enabled for non touch devices so it renders the content
       Other non touch devices understand fine pointer and render the content */
}

@media (pointer: fine), (-moz-touch-enabled: 0) {
        .variations-size .product-variations_list-item a:hover {
            background-color: rgb(196, 196, 196);
            border: 1px solid rgb(196, 196, 196);
        }
    }

.variations-size .product-variations_list-item a {

    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5px 10px 5px;
    transition: all 0.35s
}

@media (min-width:769px) {

.variations-size .product-variations_list-item a {
        margin: 0 10px 10px 0
}
    }

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

.product-variations_list-item.selected a {
    color: rgb(255, 135, 114);
    border: 1px solid rgb(255, 135, 114);
    pointer-events: none;
}

.pdp-main .product-actions a:last-child {
    margin-right: 0;
}

.main-image {
    cursor: zoom-in;
}

.alternative-sizing {
    cursor: pointer;
    text-decoration: underline;
}

.pdp-main .product-info-container .content-carousel_headline {
    font-size: 16px; /* requested in SFCC-1918 */
}

.ShoeSizeMe .ssm-btn {
    cursor: pointer;
}

.shoeSizeMeErrorContainer {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: rgb(51, 51, 51);
        line-height: 19.5px;

    color: rgb(213, 0, 0);
    text-align: center;
    margin-top: 30px
}

@media (min-width:769px) {

.shoeSizeMeErrorContainer {
        text-align: left
}
    }

/*# sourceMappingURL=product_detail_page.css.map */