<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pc-top-c-mobile {
    display:none;
}


@media only screen and (max-width: 479px) {
    div.black .pc-top-c-desktop {
        display: none;
    }
    
    div.black #pc-top-c-mobile {
        display: block;
    }

    div.black #pc-top-c-desktop {
        display: none;
    }

    div.black .header-top {
        display: none;
    }

    div.black .header {
        display: none;
    }

    div.black .bredcrub {
        display: none;
    }

    div.black .pcl-text p {
        display: none;
    }

    div.black .product-configure-lhs {
        background-color: #434343;

    }

    div.black .pc-image-container {
        border: 0px;
        height: 218px;
    }

    div.black .pc-image-container .add-to-wishlist {
        display: none;
    }

    div.black .pcl-text {
        padding-bottom: 0px;
    }

        div.black .pcl-text h2 {
            font-size: 14pt;
            border-bottom-width: 0px;
        }

    div.black .product-mobile-design-popout {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 5000;
        background-color: black;
        display: flex;
        width: 100%;
        flex-direction: row;
    }

    div.black .product-title-popout {
        border-width: 2px;
        border-style: solid;
        border-color: black;
        color: white;
        padding-top: 18px;
        padding-left: 35px;
        background-color: #343434;
        flex: 1;
    }

    div.black .product-configure-lhs {
        position: fixed;
        z-index: 5000;
        left: 0px;
        height: 268px;
        border-bottom-width: 2px;
        border-bottom-color: #1BD6BE;
        border-bottom-style: solid;
        top: 63px;
        width: 100%;
        padding-bottom: 0px;
    }

    div.black .make-it-your-own {
        display: none;
    }

    div.black .pc-image-container figure img {
        object-fit: contain;
    }

    div.black .contact-buy-button {
        display: none;
    }

    div.black .btn-contact-us {
        border-color: #1BD6BE !important;
    }

    div.black .view-pdf-button {
        background-color: #1BD6BE;
        color: black;
    }

    div.black .product-configure-rhs .contact-us {
        display: none;
    }

    div.black .product-configure-rhs {
        margin-top: 230px;
        padding-left: 10px;
        padding-right: 10px;
    }

        div.black .product-configure-rhs .config-option h4 {
            border-bottom: #1BD6BE solid 2px !important;
        }

    div.black .product-configure-rhs .product-title {
        display: none;
    }

        div.black .product-configure-rhs .config-list-size li {

        }

        div.black .product-configure-rhs .config-list {
        }

    
    div.black .product-configure-rhs .config-list h5 {
        font-weight: normal;
        padding-top: 4px;
        padding-bottom: 0px;
    }
        div.black .product-configure-rhs .emergency h5 {
            font-weight: normal;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        div.black .product-configure-rhs .config-list-size li.active {
            color: black;
            background-color: #1BD6BE;
        }

        div.black .product-configure-rhs .config-list-size h5 {
            font-weight: normal;
            padding-top: 4px;
            padding-bottom: 0px;
        }

        div.black .product-close-popout {
            border-width: 2px;
            border-style: solid;
            border-color: black;
            border-left-width: 0px;
            background-color: #343434;
            width: 59px;
            height: 59px;
            background-image: url(../images/close_white.svg);
            background-repeat: no-repeat;
            background-position: center center;
        }
}
</pre></body></html>