:root {
  --bg-lp-odd: #FFFFFF !important;
  --bg-lp-even: #FFFFFF !important;
}

#engineAjax {
  margin-top: 0px;
}
#engine{
  padding-bottom: 0px;
}
.banner-background.remove-margin-header {
  margin-top: 0px;
}

#black-friday {
  background: #FFFFFF;
}

#black-friday .landing-page-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*countdown*/
#black-friday .bf-countdown .d-flex > div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;

  padding: 0 5px;
}

#black-friday .bf-countdown .bf-countdown-digit {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);

  background: #02024c;
  background: radial-gradient(circle, #2c2d67 0%, #02024c 100%);
  color: #fe5600;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
}

@media (min-width: 576px) {
  #black-friday .bf-countdown .d-flex > div {
    padding: 0 10px;
  }
  #black-friday .bf-countdown .bf-countdown-digit {
    font-size: 50px;
  }  
}
@media (min-width: 992px) {
  #black-friday .bf-countdown .bf-countdown-digit {
    font-size: 70px;
  }  
}
/*countdown*/

#black-friday .bf-img{
  width: 100%;
  height: auto;
}

#black-friday .bf-initiatives > div.d-flex,
#black-friday .oo-bf-plus > div.d-flex {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

#black-friday .oo-bf-plus .bf-plus-banner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  border-width: 1px;
}
#black-friday .oo-bf-plus .bf-plus-banner:hover{
  text-decoration: none !important;
}
#black-friday .oo-bf-plus .bf-plus-banner .bf-plus-image {
  height: 160px;
  background: orange;
}
#black-friday .oo-bf-plus .bf-plus-banner .bf-plus-text {
  border-top-width: 1px;
  padding: 10px;
}

#black-friday .text-hide.category-text > .view > .content > p{
  margin: 0px;
}
#black-friday .text-hide.category-text > .view > .content > ul{
  padding-inline-start: 40px !important;
}
#black-friday .text-hide.category-text > .view > .content > * + *{
  padding-top: 1em;
}
#black-friday .text-hide.category-text div.trigger{
  text-align: left;
  border-top: 0;
  color: #0066c0;
  font-size: 13px;
  margin-top: 5px;
}
#black-friday .text-hide.category-text div.trigger:before{
  content: "";
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #333333 transparent transparent transparent;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
#black-friday .text-hide.category-text .active.show + div.trigger:before{
  transform: rotate(-180deg);
}

/*grid*/
#black-friday .banner-grid > .grid > div.cell-horizontal {
  height: inherit;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}
#black-friday .cell-horizontal.cell-1 img{
  max-height: 150px;
}
/*grid*/

@media (min-width: 576px) {
  #black-friday .bf-countdown table .timer {
    font-size: 84px;
    font-weight: bold;
    line-height: 0.9em;
  }
  #black-friday .bf-countdown table .legend {
    font-size: 24px;
  }
  #black-friday .banner-grid > .grid > div.cell-horizontal {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #black-friday .bf-best-products {
    margin-left: -10px;
    max-resolution: -10px;
  }  
}


#black-friday .banner-large-bf-2025 {
  max-width: 640px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#black-friday .banner-bf-2025 {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#black-friday .banner-large-bf-2025:hover,
#black-friday .banner-bf-2025:hover {
  transform: scale( 1.02 );
  transition: all 0.15s ease-in-out;
}

.banner-background .banner[data-banner="b4964"] .bbackground {
  background-position-x: center !important;
}