.shop-view .page-header {
  position: relative;
  min-height: 330px;
  align-items: end;
}

.shop-view .results_list_row{
  margin-top:2rem;
}

.shop-view .results_list_item {
  margin-bottom: 0rem;
}

.shop-view .page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;

  background-image: url('/assets/ressources/brand/store-mask.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;

  /* facultatif : teinte ou assombrissement léger */
  background-color: rgba(255, 255, 255, 0.1); /* ou rgba(0,0,0,0.1) */
  mix-blend-mode: normal;
}

.shop-view .page-header .container{
  z-index: 2;
}

.logo_shop_wrap{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border-width: 11px;
  box-shadow: 0px 4px 64px 0px #00000040;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;

}

.store-head-content{
  justify-content: space-between;
  margin-left: 20.5rem;
    width: calc(100% - 20.5rem);
}

.page-header h1.about-user-title{
  font-weight: 500;
  line-height: 110.00000000000001%;
  color:#FFF;
}

.shop-view .about-user-body{
  margin-top:2rem;
}

.sup_info_store{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.gnr_rat {
    display: flex;
    align-items: self-end;
    gap:1rem;
    flex: 1;
}

.about_the_store_cnt{
  margin-top:2rem;
}

.sup_info_cat {
    display: flex;
    flex-wrap: nowrap;
}

.str_side_wrp{
  margin:0;
}

.str_side{
  margin-top:2rem;
  padding:0;
}

.vendor-schedule {
    font-family: sans-serif;
}

.vendor-schedule p {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.vendor-schedule p::before {
    content: "🕒 ";
    margin-right: 0.5em;
}

.vendor-schedule ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

ul.attr_val li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vendor-schedule li {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
}

.jour {
    font-weight: 500;
    color:#000;
}

.heures {
    color: #595959;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.ferme {
    color: #595959;
}

.rvw_n_soc{
  flex: 1;
  display: flex;
  align-items: center;
}



#socialSectionStore {
  display: flex;
  gap: 1rem;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width:640px){
  #socialSectionStore {
  justify-content: start;
          gap: 0.5rem;
  }
  .gnr_rat{
    flex-wrap: wrap;
    align-items: center;
        justify-content: start;
  }
}

#socialSectionStore svg {
    width: 25px;
    height: 25px;
    
}

#socialSectionStore svg.pinterest{
  height:20px;
  width:20px;
}

#socialSectionStore svg.twitterx{
  width: 16px;
}

#socialSectionStore svg.tiktok{
  height: 17px;
}


.custom-social-icon path {
    fill: #c6c6c6; /* Default gray fill */
    transition: fill 0.3s ease;
}

.custom-social-icon:hover path {
    fill: url(#gradient-hover); /* Hover fill gradient */
}


.side_head_title {
    display: flex;
    gap:0.5rem;
    color:#000
}

.side_head_title svg {
    width:auto;
}

.side_head_title h4 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 110.00000000000001%;
  color:#000;
}

.side_body_ct{
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color:#595959;

}

.side_item_st {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-bottom: 0.5px solid #BFBFBF;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
/*.shop-view .page-header {
  position: relative;
  min-height: 330px;
  -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
  mask-image: linear-gradient(to top, black 0%, transparent 100%);
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
}*/
.side_item_st.tgo,
.side_item_st .tgo{
  display: flex;
  flex-direction: row;
  gap: 0rem;
  justify-content: space-between;
  align-items: center;
}

.tgo svg{
  width:auto;
}

.tgo .side_body_ct{
  text-align: right;
}

.dl_retour{
  font-size: 0.75rem;
  color:#595959;
}

.gbl_rate_box{
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0px 4px 64px 0px #00000040;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:0.3rem;
  flex-direction: column;
}

.vendor-score{
  font-weight: 700;
  font-size: 3.75rem;
  color:#595959;
}

#vendorInfo .panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#vendorInfo .panel-title{
    font-weight: 400;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    vertical-align: middle;
}

@media(min-width:992px){
  #vendorInfo .panel-title{
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
    #vendorInfo .panel-title,
    .about_the_store h3,
    .results_list h2,
    #rateSectionhead h2{
        font-size: 1rem;
        font-weight: bold;
    }

   
    .results_list h2{
        margin-top:1rem;
    }
    
}

.visible-xs-vs{
    display:none !important;
  }

@media(max-width:640px){
  .hidden-xs-vs{
    display:none !important;
  }
}

@media(max-width:640px){
  .visible-xs-vs{
    display:block !important;
  }
}

#vendorInfo .panel-title a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#vendorInfo .panel-title a:hover,
#vendorInfo .panel-title a:focus{
    text-decoration: none;
}

#vendorInfo .panel-title a:after{
    content:"\F286";
    font: normal normal normal 14px / 1 bootstrap-icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 2px;
    position: relative;
}

#vendorInfo .panel-title a.collapsed:after{
  
  content: "\f282";
}

#vendorInfo .panel.panel-default{
    border-left:0;
    border-right:0;
    border-bottom:0;
    border-radius: 0;
    box-shadow: none;
    border-color: #E1E1E1;
}

#vendorInfo .panel-body{
    border: 0 none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color:#595959;
    margin-top: 0rem;
    padding-top: 0;
    margin-bottom: 2rem;
}

#vendorInfo .panel-heading{
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.engagements-list,
.label-certif-list {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.engagements-list span{
  background: #eff7f2;
  color:#8FCFAD;
  font-weight: bold;
  padding:0.3rem 1rem 0.5rem;
  border-radius: 60px;
}

.label-certif-list span.electrorev {
    background: url('/assets/ressources/brand/electrorev.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.label-certif-list span.solid\'r {
    background: url('/assets/ressources/brand/solid-r.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.label-certif-list span.rec\'up {
    background: url('/assets/ressources/brand/rec-up.png'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.label-certif-list span {
    font-size: 0px;
    height: 130px;
    width: 130px;
}

.sup_info_cat .label{
  border-radius:0;
  -webkit-border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  -moz-border-radius-topright: 80px;
  -moz-border-radius-bottomright: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

@media(max-width:1024px){
  .label-certif-list span {
    height: 80px;
    width: 80px;
  }
}

.shop-view i.fa.fa-star-o,
.shop-view i.fa.fa-star,
.shop-view i.fa.fa-star-half-o {
    background: linear-gradient(to bottom, #89d3e0 0%, #e5ec87 100%);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem;
}



.shop-view span.rate {
    gap: 0.25rem;
}

.btn-inbox-container{
    width:auto;
}

#allreviews{
  margin-top:2rem;
}

.store-gallery .pdetails-thumbs {
    display: none;
}

.store-gallery .slick-slide:first-child,
.store-gallery .slick-slide:nth-of-type(2){
  display: none;
}
.store-gallery .slick-slide img {
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    object-position: top;
}

.store-gallery .pdetails-singleimage {
    display: flex !important;
    height: 100%;
    max-height: 200px;
}

.liste-autres-boutiques{
  display: grid;
  gap: 2rem; /* ajustable selon ton espacement */
}
.sup_info_cat{
  gap:0.5rem;
}

@media(max-width:640px){
  .liste-autres-boutiques{
    grid-template-columns: repeat(1, 1fr);
  }
  .sup_info_cat .label{
    display: none;
  }
}


@media(min-width:641px) and (max-width:1023px){
  .liste-autres-boutiques{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width:1024px){
  .liste-autres-boutiques{
    grid-template-columns: repeat(3, 1fr);
  }
}


.liste-autres-boutiques h4{
  font-weight: 500;
  font-size: 1.25rem;
  color:#000;
}

.liste-autres-boutiques p{
  color:#595959;
  font-size: 1.125rem;
}

.liste-autres-boutiques svg{
  width: auto;
}

.liste-autres-boutiques .boutique-item-active,
.liste-autres-boutiques .boutique-item-storeonly{
  text-transform: uppercase;
  font-size: 0.75rem;
  display: flex;
  gap:0.5rem;
  border-radius: 5rem;
  align-items: center;
  padding: 4px 15px 3px;
  width: fit-content;
  margin-top: 1rem;
}

.liste-autres-boutiques .boutique-item-storeonly{
  background:#CCCCCC;
  color: #505050;
}

.liste-autres-boutiques .boutique-item-active{
  background-color: #78BFB5;
  color: #000;
}

.slick-slide div {
    width: 100%;
}

.slick-track{
  margin-top:2rem;
  margin-bottom:2rem;
  display: grid;
  gap: 1rem; /* ajustable selon ton espacement */
  grid-template-columns: repeat(3, 1fr);
  width:100% !important;
}

.store-gallery .zoom-badge {
    color: transparent;
    cursor: pointer;
}

.store-gallery .slick-slide {
    opacity: 1 !important;
    /* flex: 1; */
    left: 0 !important;
    /* width: auto !important; */
    display: flex;
    width:100% !important;
    max-width: 100%;
    cursor: pointer;
}

.slick-list {
    height: 100% !important;
}

.str_mn_bd {
    padding: 0;
}

 .store-v-id{
    position: absolute;
    bottom:-6.25rem;
    width: 33.33333%;
    /*left:5rem;*/ 
    width:12.5rem;
    height:12.5rem;
  }

@media (min-width: 565px) {
    .store-gallery .slick-slide {
        min-height: 200px;
        max-height: 200px;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0px !important;
    }
}

@media(max-width:991px){
  .slick-track{
    grid-template-columns: repeat(2, 1fr);
  }
  .sup_info_store{
    gap:1rem;
  }
  
}

@media(max-width:640px){
    .sup_info_store {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
    .rvw_n_soc {    
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
  .store-v-id {
    bottom: -4.25rem;
    left: 15px;
    width: 9.5rem;
    height: 9.5rem;
}
}

@media (min-width: 992px) {
    .shop-view .filter_sidebar,
    .shop-view .results_list {
        border: 0 none;
    }
  .str_mn_bd {
    margin-left: 7.9rem;
    width: calc(83.33333% - 7.9rem);
  }
  .sup_info_store{
    margin-left: 20.5rem;
    width: calc(100% - 20.5rem);
  }
  .sup_info_cat {
    gap: 1rem;
    flex: 1;
  }
  .page-header h1.about-user-title{
    font-size: 2.5rem;
  }
}

  .about-supplier-head{
    display:flex;
    gap:10px;
    justify-content: space-between;
    align-items: center;
  }

  .shop-view .about-user-avatar {
      width: 3rem;
      border-radius: 50%;
      height: 3rem;
  }

  .about_user_wrapper{
    display:flex;
    flex-direction: column;
    gap: 5px;
  }

 

  span.about-user-location {
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity));
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-decoration: none;
  }

  .shop-view .cta-inbox-app {
      width: auto;
        margin-top:0;
  }

  .user-main-info {
      display: flex;
      gap: 15px;
  }

  .btn.btn-inbox {
      border-color: #f2f2f2 !important;
      padding-left: 1rem;
      padding-right: 1rem;
      text-align: center;
      font-size: .75rem;
      color: #1f2937 !important;
      gap: .5rem;
      font-weight: 600;
      text-decoration-line: none;
      transition-duration: .2s;
      transition-timing-function: cubic-bezier(0,0,.2,1);
      border-width: var(--border-btn, 1px);
      transition-property: color, background-color, border-color, opacity, box-shadow, transform;
      outline-color: var(--fallback-bc, oklch(var(--bc) / 1));
      background-color: #f2f2f2 !important;
      --tw-bg-opacity: 1;
      --tw-border-opacity: 1;
      display: inline-flex;
      height: 2.5rem;
      min-height: 2rem;
      flex-shrink: 0;
      cursor: pointer;
      -webkit-user-select: none;
      user-select: none;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border-radius: .5rem;
  }

  .review_item .rating_comment{
    --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity));
      font-size: 0.875rem;
      line-height: 1.25rem;
  }

  .review_item .user_img, .see_all_reviews {
      width: auto;
  }

  .review_item .user_comment ul{
    display:flex;
    gap: 1rem;
  }

  .review_item .user_img img {
      width: 3rem;
      height: 3rem;
  }



  @media(max-width:490px){
    .about-supplier-head {
        flex-direction: column;
    }
  }

  @media (min-width: 640px) {
    .review_item {
          display: flex;
          align-items: flex-start;
      }
  }

  @media(max-width:767px){
    .page-header{
      padding:0;
    }

    .page-header .container{
      width:100%;
    }
    .review_item .user_comment ul {
        gap: 0.5rem;
        flex-direction: column;
    }
  }
