﻿.product-image-bg {
    position: relative;
    width: 100%;
    height: 500px;
    
    /*background: url(/images/dd05a1e8-e18f-43ac-b151-7ff6a1dc9571-1.png) no-repeat center center;*/
    /*    background: url(https://cemarmarble.com/wp-content/uploads/2021/09/standard-vein-cut-travertine-tile-ft-1.jpg) center center;*/
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/Ga0y2LG7sA0A.png");
    left: 0;
    top: 0;
    z-index: 1;
}

.product-container {
    padding: 4rem 0;
}

.product-image-bg h1 {
    font-size: 120px;
    color: #fff;
    position: relative;
    z-index: 2;
    text-shadow: 2px 2px #000;
    line-height: .9em;
}

.product-container h2 {
    font-size: 2rem;
}

.product-descsription {
    font-family: 'Roboto';
    color: #666;
    line-height: 1.8em;
    font-size: 1rem;
}

.attributes {
    display: flex;
    margin: 3rem 0 0 0;
    padding: 0;
    gap:15px;
}

    .attributes li {
        display: flex;
        flex-direction: column;
        border: 2px solid #ccc;
        padding: 10px;
        text-align: center;
        
        width: 120px;
        border-radius: 5px;
    }

.attribute-image img {
    width: 63px;
    height: 50px;
}

.various-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 0 0;
}

.various {
    display: flex;
    margin: 1rem 0 0 0;
    padding: 0;
    gap: 15px;
}

    .various li {
        display: flex;
        flex-direction: column;
        border: 2px solid #ccc;
        padding: 10px;
        text-align: center;
        /*margin-right: 15px;*/
        border-radius: 5px;
        
    }

.various-image img {
    width: 200px;
}

.detail-title {
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    padding: 10px;
    font-size: 1.5rem;
    margin: 20px 0;
}

.dimensions {
    display: flex;
    flex-wrap: nowrap;
    justify-content:space-between;
}

.dimension {
    display: flex;
    flex-direction: column;
    justify-content:end;
    /*width:100%;*/
    height: 200px;
}

    .dimension:nth-child(2) {
        /*width:calc(100% + 140px);*/
        /*flex-grow:4;*/
    }

    .dimension:nth-child(7) {
    }

.frame {
    /*border: 1px dotted #000;*/
    /*background-color: antiquewhite;*/
    padding: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 20px;
/*    background: url(/images/travertin-light-premium-surface.jpg) no-repeat center center;*/
    background-size: cover;
    -webkit-box-shadow: 1px 2px 10px 0px rgba(122,121,122,1);
    -moz-box-shadow: 1px 2px 10px 0px rgba(122,121,122,1);
    box-shadow: 1px 2px 10px 0px rgba(122,121,122,1);
}

.dimension-text {
}

._61x61 {
    width: 150px;
}

._61x91 {
    width: 210px;
}

._61x40 {
    width: 100px;
}

._61x30 {
width:80px;
}

._40x40 {
    width:100px;
    height:100px;
}

._30x30 {
    width: 80px;
    height: 80px;
}

._15x30 {
    width: 80px;
    height: 40px;
}


.pswp-gallery__item img {
    display: block;
    max-width: 90px;
    margin-bottom: 4px;
    height: auto;
}

.pswp-gallery {
    max-width: 600px;
    padding: 20px 50px 20px;
    background: #eee;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pswp-test {
    margin-left: 50px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

    .pswp-test label {
        background: #fbfbfb;
        padding: 4px;
        border-radius: 4px;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1;
    }

.ui.card.horizontal > .image > img, .ui.horizontal.cards > .card > .image > img{
    height:100%;
}

@media screen and (max-width:800px) {
    .product-container {
        padding: 2rem 0;
    }

    .product-image-bg h1 {
        font-size: 60px;
        color: #fff;
        position: relative;
        z-index: 2;
        text-shadow: 2px 2px #000;
        line-height: .9em;
    }

    .product-container h2 {
        font-size: 2rem;
    }

    .product-image-bg {
        align-items: end;
        padding-bottom: 20px;
    }

    .various {
       
    }

     .various li {
        display: flex;
        flex-direction: column;
        border: 2px solid #ccc;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        width:50%;
    }


    .various-image img {
        width: 100%;
    }

    .dimensions {

        flex-direction:column;

    }

    .dimension {
margin-bottom:15px;
    }

}