

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

/*LAYOUTS*/
#pgCompany {
color: #292929;
font-size: 1.5em;
    letter-spacing: 2px;
padding-top: 0px;
font-weight: 500;
margin-bottom: 30px;
    margin-top: 30px;
}

#pgLogo {
padding:0px;
}

#nav-pg ul {
background-color: #f9f9f9;
    padding: 10px;
}

#ps_container {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
grid-column-gap: 1vw;
}

#image_gallery_nav_wrapper {
    height: 45px !important;
}

#collection-cover-currency {
height: 0px !important; 
padding-right: 33px  !important; 
}

#collection-cover-cart {
height: 0px !important; 
}
#nav-pg ul {
    margin-bottom: 0px;
}

/*FONTS*/

a {
color: #292929;
}

h2 {
color: #292929;
font-weight: 400;
}

#galleryTitle {
font-weight: 500;
}
p {
color: #292929;
letter-spacing: 0px;
}
h1 {
color: #292929;
font-size: 1.3em;
letter-spacing: 2px;
font-weight: 500;
}
#nav-pg ul li {
font-weight: 500;
letter-spacing: 4px;
}

#psProductName {
letter-spacing: 2px;
}

#psPrice {
font-size: 10pt;
}

.psLimitedEdition {
font-size: 9pt;
}

#copyright-footer p {
font-size: 13px;
color: #292929;
font-weight:500;
}

#ps_introductory {
margin-top:0px !important;
}

#ps_pageDesc {
font-size: 14px;
}

/*MOBILE CSS*/
@media (max-width: 768px) {
#ps_container, #ps_category_container {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
#pgCompany {
    font-size: 1.3em;
    font-weight: 500;
}
#product_name {
    font-size: 17pt;
}
#nav-pg ul {
background-color: #ffffff;
    padding: 0px;
}
}