
/*CUSTOM PRODUCT FILTER*/
#custom-hob-mega-menu {
    max-height: 700px;
}
.hob-item-title {     font-size: 18px;
    opacity: 1;
    color: #ffffff;
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 18px;
	font-weight: 500;
	text-align: left;
	left: 25px;
	max-width: 250px;
}

.hob-item-cat {
    font-size: 15px;
    opacity: 1;
    color: #ffffff;
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 15px;
    left: 25px;
}
/* Conteneur global */
.hob-filter-products {
	margin: 2rem auto;
	max-width:1200px; 
}

/* Onglets */
.hob-tabs {
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff4f9;
    margin-bottom: 1rem;
    padding: 0;
    gap: 60px;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    max-width: 550px;
    margin: 0 auto !important;
    margin-bottom: 25px !important;
}
.hob-tab {
    flex: 1;
    text-align: center;
    padding: .75rem 0;
    cursor: pointer;
    font-weight: 500;
    max-width: 100px;
    transition: color .3s;
}

.hob-tab.active, .hob-tab:hover {
    color: #f0a1c7;
}

/* Barre animée sous l’onglet */
.hob-underline {
  position:absolute; bottom:-2px; height:1px;
  background: #f0a1c7; transition:all .3s;
	min-width: 100px;
}

/* Contenus */
.hob-contents .hob-content { display:none; }
.hob-contents .hob-content.active { display:block; }


.hob-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: center;
    flex-direction: row;
}

.hob-item {
  flex:0 0 calc(25% - 1rem);
  text-align:center; text-decoration:none; color:inherit;
}
.hob-item-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
    transition: transform .5s;
}
.hob-item:hover .hob-item-img { transform:scale(1.04); transition:transform .5s;}



/* Bouton “Shop All” */
.hob-button-wrap {
    text-align: center;
    margin-top: 40px;
}



.hob-shop-all {
    display: inline-block;
    padding: 8px 60px;
	    font-size: 14px;
    border: 1px solid #f0a1c7;
    border-radius: 50px;
    color: #f0a1c7;
    text-decoration: none;
    font-weight: 400;
		font-family: "CaslonDoric";
    transition: all .3s;
}

.hob-shop-all:hover {
  background:#f0a1c7; color:#fff;
}


.hob-item {

  flex: 0 0 auto;
  width: 280px;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 8px;
}



@media (min-width: 1201px) {

.hob-content[data-tab="sets"] .hob-item-img {
  width: 200px;
  height: 200px !important;
  object-fit: cover;
}


.hob-content[data-tab="sets"] .hob-item-img {
  width: 200px;
  height: 250px;
  object-fit: cover;
}

.hob-content[data-tab="sets"].active {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.hob-content[data-tab="sets"] .hob-button-wrap {
display: none;
}


.custom-hob-mega-menu-wrapper {
  overflow-y: hidden !important;
}

.custom-hob-mega-menu-wrapper::-webkit-scrollbar {
  display: none;
}


.hob-content[data-tab="sets"] .hob-grid {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1000px;
}

.hob-content[data-tab="sets"] .hob-item {
  width: 200px;
  height: 200px;
}
}

@media (min-width: 1401px) and (max-width: 1500px) {
  .hob-item {
    width: 260px;
    height: 280px;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  .hob-item {
    width: 240px;
    height: 260px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .hob-item {
    width: 220px;
    height: 240px;
  }
}


@media (min-width: 1101px) and (max-width: 1200px) {
  .hob-item {
    width: 200px;
    height: 220px;
  }
}


@media (min-width: 1000px) and (max-width: 1100px) {
  .hob-item {
    width: 180px;
    height: 200px;
  }
}







@media (min-width: 800px) and (max-width: 999px) {
  .hob-filter-products {
    margin: 1rem auto !important;
    padding: 0 !important;
  }
  .hob-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
        justify-content: center;
    padding-left: 0px;
  }
  .hob-item {
    width: 150px;
    height: 230px;
    display: flex;
  }
  .hob-tabs {
    gap: 10px;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .hob-tab {
    flex: auto;
    text-align: center;
    padding: .75rem 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    max-width: 110px;
    transition: color .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }
  .hob-item-title {
    font-size: 17px;
    bottom: 20px;
    left: 12px;
  }
  .hob-item-cat {
    font-size: 15px;
    bottom: 17px;
    left: 12px;
  }
}







@media (min-width: 600px) and (max-width: 799px) {
  .hob-filter-products {
    margin: 1rem auto !important;
    padding: 0 !important;
  }
  .hob-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: scroll;
    justify-content: space-between;
    padding-left: 14px;
  }
  .hob-item {
    width: 180px;
    height: 300px;
    display: flex;
  }
  .hob-tabs {
    gap: 8px;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
  }
  .hob-tab {
    flex: auto;
    text-align: center;
    padding: .75rem 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    max-width: 105px;
    transition: color .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }
  .hob-item-title {
    font-size: 16px;
    bottom: 18px;
    left: 11px;
  }
  .hob-item-cat {
    font-size: 14px;
    bottom: 16px;
    left: 11px;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
	.hob-filter-products {
    margin: 1rem auto !important;
    padding: 0px 0px !important;
}
    .hob-grid {
        display: flex
;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: scroll;
        justify-content: space-between;
        padding-left: 12px;
    }
  .hob-item {
    width: 160px;
    height: 270px;
		    display: flex;
  }
.hob-tabs {
    gap: 0px;

    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
 max-width: 380px;

}

	.hob-tab {
    flex: auto;
    text-align: center;
    padding: .75rem 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    display: flex !important;
    max-width: 95px;
    transition: color .3s;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
	
	.hob-item-title { 
		font-size: 16px;
    opacity: 1;
    color: #ffffff;
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 18px;
	font-weight: 500;
	text-align: left;
	left: 10px;
	max-width: 250px;
}

.hob-item-cat {
    font-size: 14px;
    opacity: 1;
    color: #ffffff;
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 15px;
    left: 10px;
}
}


@media (min-width: 200px) and (max-width: 399px) {
	.hob-filter-products {
    margin: 1rem auto !important;
    padding: 0px 0px !important;
}
    .hob-grid {
        display: flex
;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: scroll;
        justify-content: space-between;
        padding-left: 12px;
    }
  .hob-item {
    width: 160px;
    height: 270px;
		    display: flex;
  }
.hob-tabs {
    gap: 0px;

    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
 max-width: 380px;

}

	.hob-tab {
    flex: auto;
    text-align: center;
    padding: .75rem 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    display: flex !important;
    max-width: 95px;
    transition: color .3s;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
	
	.hob-item-title { 
		font-size: 16px;
    opacity: 1;
    color: #ffffff;
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 18px;
	font-weight: 500;
	text-align: left;
	left: 10px;
	max-width: 250px;
}

.hob-item-cat {
    font-size: 14px;
    opacity: 1;
    color: #ffffff;
    position: absolute;
    display: block;
    z-index: 9;
    bottom: 15px;
    left: 10px;
}
}


@media (max-width: 199px) {
  .hob-filter-products {
    margin: 1rem auto !important;
    padding: 0 !important;
  }
  .hob-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: scroll;
    justify-content: space-between;
    padding-left: 8px;
  }
  .hob-item {
    width: 120px;
    height: 240px;
    display: flex;
  }
  .hob-tabs {
    gap: 4px;
    list-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .hob-tab {
    flex: auto;
    text-align: center;
    padding: .75rem 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    max-width: 85px;
    transition: color .3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
  }
  .hob-item-title {
    font-size: 14px;
    bottom: 14px;
    left: 8px;
  }
  .hob-item-cat {
    font-size: 12px;
    bottom: 12px;
    left: 8px;
  }
}









/*MEGAMENU*/


.custom-hob-mega-menu-inner {
    padding: 0px 90px 40px;
}




.qodef-header-sticky {
	
  position: fixed;
  top: 0;
  left: 50%;
  width: 95.6%;

  transform: translate(-50%, -100%);
  transition: transform .5s ease, top .5s ease;
	    height: 80px;
    border-radius: 18px;
	    border: 0px solid rgba(240, 159, 197, 0.09);
background-color: rgb(255 244 249);
	transition:  transform 0.8s ease-in-out,   border-bottom-left-radius 1.15s ease-in-out,
    border-bottom-right-radius 1.15s ease-in-out, background 0.6s ease;
}
.qodef-header--sticky-display .qodef-header-sticky{

  transform: translate(-50%, 20px) !important;
}





#qodef-page-header.mega-menu-opened .qodef-header-sticky{
  border-bottom-left-radius: 0 !important;
	  border-bottom-right-radius: 0 !important;
	transition: transform 0.8s ease-in-out,   border-bottom-left-radius 0.15s ease-in-out,
    border-bottom-right-radius 0.15s ease-in-out, background 0.3s ease-in-out;
background-color: rgb(255 244 249);
}

.custom-hob-mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
background-color: rgb(255 244 249);
  display: none;        
  overflow: hidden;
  z-index: 99;

	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;
}



.mega-menu-title {
  margin: 20px;
  font-size: 1.5rem;
}


.mega-menu-content {
  margin: 0 20px 20px;
  font-size: 1rem;

}




/* Dès que le header a scrolled >300, on fixe le méga-menu */
#qodef-page-header.sticky-active .custom-hob-mega-menu-wrapper {
  position: fixed;
  left: 0;
   left: 50%;
  width: 95.6%;

  transform: translatex(-50%);
}


.mega-menu-title {
  margin: 20px;
  font-size: 1.5rem;
}
.mega-menu-content {
  margin: 0 20px 20px;
  font-size: 1rem;
}






/*CUSTOM PRODUCT FILTER END*/