body {
-webkit-font-smoothing: antialiased;
} body .glightbox-container .gcontainer .gbtn {
width: 1.2rem;
height: 1.2rem;
opacity: 1;
background: transparent;
}
body .glightbox-container .gcontainer .gbtn path {
fill: #BCB3A4;
}
body .glightbox-container .gcontainer .gnext svg,
body .glightbox-container .gcontainer .gprev svg {
display: none;
}
body .glightbox-container .gcontainer .gnext:after {
content: '';
background: url(https://raya.styleclouddemo.co/wp-content/uploads/2026/06/raya-arrow-1-right.png);
background-repeat: no-repeat;
background-size: contain;
width: 100%;
height: 100%;
}
body .glightbox-container .gcontainer .gprev:after {
content: '';
background: url(https://raya.styleclouddemo.co/wp-content/uploads/2026/06/raya-arrow-1-left.png);
background-repeat: no-repeat;
background-size: contain;
width: 100%;
height: 100%;
}