.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-avatar {
    margin-right: 2%;
}

.user-avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.user-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-carousel .carousel-item {
    padding: 10px;
    text-align: center;
}

.custom-carousel img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.custom-carousel h3 {
    font-size: 16px;
    margin: 10px 0;
}

.custom-category-single-product-title {
    padding-top: 60px;
    padding-bottom: 15px;
}

body .vendor-products-list {
    position: relative;
}

body .vendor-products-list .scroll-product-button {
    position: absolute;
    width: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp--preset--color--background-primary);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 110%;
    z-index: 11;
}

body .vendor-products-list .scroll-product-button:hover {
    transition: all 0.6s ease-in-out;
    background-size: 130%;
    background-color: var(--wp--preset--color--background-primary);
}

body #display_same_vendor_products .scroll-product-button {
    margin: 0px 0;
}
  
body .vendor-products-list .scroll-product-left {
    transform: scaleX(-1);
    top: -20px;
    left: -5px;
}
  
body .vendor-products-list .scroll-product-right {
    top: -20px;
    right: -5px;
}

body .brand-line {
  flex: 0 0 calc(30% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0;
  margin-bottom: 50px;
  background-color: var(--wp--preset--color--background-secondary) !important;
}

body .brand-line > * {
    color: var(--wp--preset--color--font-primary) !important;
}
