vtex/product/_breadCrumb.scss

This is an include file, which goes into the x-product.scss.

WARNING: All the classes bellow are required and generated by the platform.


#show {
    #include {
        #image {}
        #image-main {
            opacity: 1;
        }
        #botaoZoom {}
        #botaoZoom > img {}
        .apresentacao {}
        .image-zoom {
            outline-style: none;
            text-decoration: none;
        }
        .zoomPad {}
        .sku-rich-image-main {
            opacity: 1;
        }
        .zoomPup {
            top: 314px;
            left: -1px;
            width: 135px;
            height: 135px;
            position: absolute;
            border-width: 1px;
            display: none;
        }
        .zoomWindow {
            position: absolute;
            z-index: 5001;
            left: -310px;
            top: 0px;
            display: none;
        }
        .zoomWrapper {
            width: 300px;
        }
        .zoomWrapperTitle {
            width: 100%;
            position: absolute;
            display: none;
        }
        .zoomWrapperImage {
            width: 100%;
            height: 300px;
        }
        .zoomWrapperImage > img {
            position: absolute;
            border: 0px;
            display: block;
            left: 0px;
            top: -700px;
        }
        .zoomPreload {
            visibility: hidden;
            top: -1.5px;
            left: 0px;
            position: absolute;
        }
        .thumbs {
            display: inline-block;
        }
        .custom {}
        .cor {}
        .main {
            display: none;
        }
    }
}