.recently-viewed-products{position:relative}.recently-viewed-products .product-grid--title{display:block}.recently-viewed-products .grid-view-item .reveal .hidden{z-index:4;opacity:0;transition:opacity ease-in-out 250ms}.recently-viewed-products .grid-view-item .grid-view-item-image:hover .reveal .hidden{opacity:1}.recently-viewed-wrapper .content-align--left .recently-viewed-products .product-grid--wrapper:not(.product-grid--slider-enabled){justify-content:flex-start}.recently-viewed-wrapper .content-align--center .recently-viewed-products .product-grid--wrapper:not(.product-grid--slider-enabled){justify-content:center}.recently-viewed-wrapper .content-align--right .recently-viewed-products .product-grid--wrapper:not(.product-grid--slider-enabled){justify-content:flex-end}

.recently-viewed-products .product-grid--footer {
    display: none;
}

button#ProductSubmitButton-template--25287318602026__recently-viewed {
    display: none;
}
.recently-viewed-products a.text-truncate--line{
font-size: 13px;
    text-transform: uppercase;
    /* font-family: "Dunbar Medium" !important; */
    text-align: left;
}
.recently-viewed-products .product-grid--price{
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left !important;
}
.block-radius {
    border-radius: 0px !important ;
}

/* scroll css on mobile view */

@media (max-width:480px){
 .recently-viewed-wrapper .wrapper-spacing--v {
    padding-top: 38px;
    padding-bottom: 0px;
}
    div#recently-viewed-products {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 14px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

}
div#recently-viewed-products .grid__item {
    flex: 0 0 50%;
    max-width: 50%;
}
 #recently-viewed-products::-webkit-scrollbar {
    display: none;
  }
  .recently-viewed-products a.text-truncate--line{
    font-size: 11px !important;
  }
  .recently-viewed-products .product-grid--price{
    font-size: 10px !important;
}