.has-torobpay-marquee {
overflow: hidden !important;
position: relative !important;
}
.torobpay-product-marquee {
position: absolute;
left: 0;
right: 0;
overflow: hidden;
z-index: 10;
pointer-events: none;
direction: ltr; backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
}
.torobpay-product-marquee-track {
position: absolute;
top: 0;
left: 0;
display: flex; box-sizing: border-box;
height: 100%;
width: max-content;
white-space: nowrap; animation: torobpay-marquee-scroll linear infinite;
will-change: transform;
} .torobpay-product-marquee:hover .torobpay-product-marquee-track {
animation-play-state: paused;
}
.torobpay-product-marquee-item {
display: inline-flex;
flex: 0 0 auto;
align-items: center;
direction: rtl;
gap: 4px;
padding: 0 14px; line-height: 1;
}
.torobpay-product-marquee-logo {
height: 14px !important;
width: auto !important;
flex-shrink: 0 !important;
display: inline-block !important;
max-width: none !important;
min-width: 0 !important;
max-height: none !important;
min-height: 0 !important;
object-fit: contain !important;
vertical-align: middle;
margin: 0 !important;
}
.torobpay-product-marquee-sep {
opacity: 0.45;
margin: 0 5px;
font-weight: 400;
}
@keyframes torobpay-marquee-scroll {
from {
transform: translateX(-25%);
}
to {
transform: translateX(0);
}
}