/** Shopify CDN: Minification failed

Line 15:0 Unexpected "}"

**/
/* .pbir-item .product-section-img{
  position: relative;
}

.pbir-item .product-section-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* 黑色遮罩 */
} */
.pbir-item .addition_content {
    top: 50%;
    left: 50%;
    bottom:0;
width:unset;
text-align:center;
    transform: translate(-50%, -50%);
}
.about-us-h1 {
color:#fff !important;
text-align:center;
font-weight:700 !important;
}
@media screen and (max-width: 589px){
.pbir-item .addition_content {
    position: absolute;
}
.about-us-h1 {
color:#000!important;
}
.about-us-text {
color:#000!important;
}
}