/* Add custom CSS styles below */ 
.navbar-brand img {
    max-width: 80px;
}
.s-slider-block__title{
display:none;
}
.lazy__bg.lazy_avatar.lazy.rounded-full{
border-radius: 0;
}
@media (min-width: 1024px){
.lazy__bg.lazy_avatar.lazy.rounded-full{
width: 150px !important;
height: 150px !important;

}
.slide--cat-entry {
    height: 13rem;
}
}

.navbar-brand img{
  width:120px !important; 
  height:auto !important;
  max-width: unset !important;
}

.store-footer .footer-container .logo-footer .foo {
    margin-bottom: .5rem;
   max-height: unset;
    width: 130px;
    height: 130px;
     width: unset;
}

/* Border Effect */

.s-product-card-entry{
border:none !important ;
}
/* Add custom CSS styles below */ 
.navbar-brand img {
    max-width: 80px;
}
.s-slider-block__title{
display:none;
}
.lazy__bg.lazy_avatar.lazy.rounded-full{
border-radius: 0;
}
@media (min-width: 1024px){
.lazy__bg.lazy_avatar.lazy.rounded-full{
width: 150px !important;
height: 150px !important;

}
.slide--cat-entry {
    height: 13rem;
}
}

.navbar-brand img{
  width:120px !important; 
  height:auto !important;
  max-width: unset !important;
}

.store-footer .footer-container .logo-footer .foo {
    margin-bottom: .5rem;
   max-height: unset;
    width: 130px;
    height: 130px;
     width: unset;
}

/* Border Effect */

.s-product-card-entry{
border:none !important ;
}
.s-product-card-entry{
  --g: #8A9B0F; /* the border color */
  --c:orange;
  --b: 3px;    /* the border thickness*/
  --g: 3px;     /* the gap on hover */
   padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  -repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  -repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
.s-product-card-entry:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}/
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
}
.s-product-card-entry:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}