.ac-cta-button {
  position: relative;
  background-color: #d0433a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 18px 40px;
  text-transform: uppercase;
  background-clip: padding-box;
  letter-spacing: 0.7px;
}
.ac-cta-button:hover {
  background-color: #c2372e;
  color: #fff;
}
.ac-cta-button > img {
  margin-left: 6px;
}

.btn-primary {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.7px;
}

@media (max-width: 575.98px) {
  .ac-cta-button {
    font-size: 15px !important;
    padding: 18px 32px;
  }
  .ac-cta-button > img {
    height: 16px;
  }
}
.ac-section-header,
.widget-brands__heading,
.widget-products-grid__heading,
.widget-categories__heading,
.widget-products-slider__heading,
.product-content__block-heading,
.widget-recently-viewed__heading,
.widget-content__heading,
.widget-newsletter__heading {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #454545;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: 32px;
}
.ac-section-header:before,
.widget-brands__heading:before,
.widget-products-grid__heading:before,
.widget-categories__heading:before,
.widget-products-slider__heading:before,
.product-content__block-heading:before,
.widget-recently-viewed__heading:before,
.widget-content__heading:before,
.widget-newsletter__heading:before {
  content: "";
  border-left: 4px solid #d0433a;
  padding-left: 10px;
}

.header__logo-image {
  max-width: 180px;
}

.header__menu a:hover {
  color: #d0433a;
}

.header__action[data-count]:after {
  border-radius: 50%;
}

@media (min-width: 992px) {
  .header__menu-list {
    margin: 4px 0;
  }
  .header__menu-item {
    margin: 0 16px;
  }
  .header__menu-item:not(:first-child):before {
    display: block;
    content: "";
    height: 21px;
    position: absolute;
    margin-left: -17px;
    top: 12px;
    border-left: 1px solid #eee;
  }
  .header__menu-item > a {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 400;
  }
}
#header .upsell-message {
  background-color: #d0433a !important;
  text-align: center;
}
#header .upsell-message .upsell-message__wrapper {
  font-size: 14px;
  padding: 0;
}
#header .upsell-message .upsell-message__wrapper div,
#header .upsell-message .upsell-message__wrapper span {
  font-size: 14px !important;
}
#header .upsell-message .upsell-message__wrapper > div {
  display: inline-block;
  padding: 12px 8px 12px 0;
}
#header .upsell-message .upsell-message__wrapper:before {
  content: "PROMO";
  display: inline-block;
  background: #FFF;
  color: #d0433a;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 6px;
  letter-spacing: 0.6px;
  border: 1px solid #c2372e;
  margin: 0 8px;
}

@media (max-width: 575.98px) {
  #header .upsell-message {
    text-align: left;
  }
  .header__logo-image {
    max-width: 140px;
  }
}
/* hide sculte si unelte */
.mobile-menu__menu-item--51,
.header__menu-item--51 {
  display: none !important;
}

.product--grid,
.product--slider,
.product--compact {
  border-radius: 12px;
  border: 1px solid #e9ecef;
}
.product--grid [class*=__image-wrapper],
.product--slider [class*=__image-wrapper],
.product--compact [class*=__image-wrapper] {
  border-radius: 12px 12px 0 0;
}
.product--grid .product__name,
.product--slider .product__name,
.product--compact .product__name {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  line-height: 1.3;
  font-size: 15px;
}
.product--grid .product__data,
.product--slider .product__data,
.product--compact .product__data {
  background-color: #fcfcfc;
  border-radius: 0 0 12px 12px;
}
.product--grid .product__info--price-gross,
.product--slider .product__info--price-gross,
.product--compact .product__info--price-gross {
  font-weight: 500;
  font-size: 17px;
}
.product--grid .grid-image,
.product--grid .slider-image,
.product--slider .grid-image,
.product--slider .slider-image,
.product--compact .grid-image,
.product--compact .slider-image {
  border-bottom: 1px solid #e9ecef;
}
.product--grid .grid-image__save-wishlist:before,
.product--grid .slider-image__save-wishlist:before,
.product--slider .grid-image__save-wishlist:before,
.product--slider .slider-image__save-wishlist:before,
.product--compact .grid-image__save-wishlist:before,
.product--compact .slider-image__save-wishlist:before {
  background-color: #fff;
}
.product--grid:after,
.product--slider:after,
.product--compact:after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: url(https://c.cdnmp.net/112914931/content/assets/card-shadow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -20px;
  opacity: 0.06;
}

.products-catalog__container .product--grid {
  border: none;
}

.ac-home-recent .product__name {
  font-size: 14px;
}
.ac-home-recent .product__info--price-gross {
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .product--grid .product__name,
  .product--slider .product__name,
  .product--compact .product__name {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    line-height: 1.3;
    font-size: 14px;
  }
  .product--grid .product__data,
  .product--slider .product__data,
  .product--compact .product__data {
    padding: 10px 12px;
  }
  .product--grid .product__info--price-gross,
  .product--slider .product__info--price-gross,
  .product--compact .product__info--price-gross {
    font-size: 15px;
  }
}
.products-slider .splide__track {
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  .products-slider .splide__slide {
    width: calc((100vw - 2.25rem - 1rem) / 2) !important;
  }
}
.splide__arrows .splide__arrow {
  background-color: #fff;
  border-radius: 48px;
  border: 4px solid #f9f9f9;
  box-sizing: content-box;
  opacity: 1;
  padding: 8px;
}
.splide__arrows .splide__arrow.splide__arrow--next {
  right: -37px;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  left: -37px;
}
.splide__arrows .splide__arrow svg {
  fill: #454545;
  width: 16px;
  height: 16px;
}
.splide__arrows .splide__arrow:hover {
  opacity: 1;
}
.splide__arrows .splide__arrow:hover svg {
  fill: #d0433a;
}

.ac-container {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .product-content__block--recommendations {
    padding: 40px 0;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 0 !important;
    border-top: 1px solid #e9ecef;
  }
  .product-content__block--recommendations:before, .product-content__block--recommendations:after {
    display: block;
    content: "";
    position: absolute;
    width: calc((100vw - 1164px) / 2 - 1px);
    height: calc(100% + 1px);
    top: -1px;
    background: #f9f9f9;
    z-index: 1;
    border-top: 1px solid #e9ecef;
  }
  .product-content__block--recommendations:before {
    left: calc(-1 * ((100vw - 1164px) / 2 - 1px) + 8px);
  }
  .product-content__block--recommendations:after {
    right: calc(-1 * ((100vw - 1164px) / 2 - 1px) + 8px);
  }
  .product-content__block--recommendations .products-slider,
  .product-content__block--recommendations .product-content__block-heading {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .product-content__block--description {
    padding-top: 40px;
  }
  #product_content_tabs {
    border-bottom: 1px solid #e9ecef;
  }
  #product_content_tabs:before, #product_content_tabs:after {
    display: block;
    content: "";
    position: absolute;
    height: 40px;
    top: 0;
    width: calc((100vw - 1164px) / 2 - 1px);
    background: #fff;
    border-bottom: 1px solid #e9ecef;
  }
  #product_content_tabs:before {
    left: calc(-1 * ((100vw - 1164px) / 2 - 1px) + 8px);
  }
  #product_content_tabs:after {
    right: calc(-1 * ((100vw - 1164px) / 2 - 1px) + 8px);
  }
  #product_content_tabs .nav-item:first-child .nav-link {
    padding: 0.5rem 1rem !important;
  }
  #product_content_tabs .nav-item .nav-link {
    color: #d0433a;
    text-transform: uppercase;
    border-radius: 0 !important;
    border-bottom-width: 1px !important;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #product_content_tabs .nav-item .nav-link.active {
    border-bottom-color: #d0433a;
  }
}
.variant-attribute__value--color label {
  border-radius: 50%;
  padding: 3px !important;
  border-color: #e9ecef;
}
.variant-attribute__value--color .variant-attribute__color {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
}

.reviews-summary__submit {
  background: #f9f9f9;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Make iframe embed responsive */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tech specs link */
.technical-specs {
  display: flex;
  gap: 20px;
}

.technical-specs-pdf {
  display: inline-block;
  padding-top: 124px;
  min-width: 160px;
  max-width: 200px;
  background-image: url(https://c.cdnmp.net/112914931/content/assets/pdf-icon-2.png);
  background-size: 100px 119px;
  background-repeat: no-repeat;
}

html.site-buy main > section.page--product-details {
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-attributes .product-attributes__label {
  width: 200px;
}

.ac-home-benefits {
  border-radius: 12px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  transform: translateY(-50%);
}
.ac-home-benefits:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -20px;
  height: 30px;
  width: 100%;
  background-image: url(https://c.cdnmp.net/112914931/content/assets/home-benefits-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 32px) auto;
  z-index: 1;
}
.ac-home-benefits > div {
  cursor: default;
  padding: 16px 32px !important;
  background-clip: padding-box;
  position: relative;
  z-index: 2;
}
.ac-home-benefits > div:nth-of-type(1) {
  background-color: #222222 !important;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.ac-home-benefits > div:nth-of-type(2) {
  background-color: #2d2d2d !important;
}
.ac-home-benefits > div:nth-of-type(3) {
  background-color: #373737 !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.ac-home-benefits .bslot-multi-icon__image-wrapper img {
  mix-blend-mode: screen;
  opacity: 0.5;
}
.ac-home-benefits .bslot-multi-icon__title {
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.3px;
}
.ac-home-benefits .bslot-multi-icon__text {
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
  opacity: 0.7;
  letter-spacing: 0.3px;
}

@media (max-width: 767.98px) {
  .ac-home-benefits {
    display: flex !important;
    padding: 0 !important;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 0;
  }
  .ac-home-benefits > div {
    flex-shrink: 0;
    width: 88vw;
    padding: 16px 24px !important;
    border-radius: 0 !important;
  }
}
.ac-home-hero--desktop {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: #1b1b1b;
  height: 460px;
  margin-bottom: 0px !important;
  color: #fff;
}
.ac-home-hero--desktop .hero {
  margin: 0 auto;
  max-width: 1164px;
  padding-bottom: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ac-home-hero--desktop .hero h1 {
  font-size: 24px;
  line-height: 32px;
  padding: 0 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 16px;
  cursor: default;
}
.ac-home-hero--desktop .hero h1 u {
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.ac-home-hero--desktop .hero h1 u:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #d0433a;
  bottom: 0;
}
.ac-home-hero--desktop .hero .ac-cta-button {
  border: 5px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .ac-home-hero--desktop .hero h1 {
    line-height: 46px;
    font-size: 32px;
  }
  .ac-home-hero--desktop .hero h1 .line-break:before {
    content: "\a";
    white-space: pre;
  }
}
@media (max-width: 767.98px) {
  .ac-home-hero--desktop {
    background-image: url(https://c.cdnmp.net/112914931/content/assets/hero-background-mobile.jpg);
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .ac-home-hero--desktop {
    background-image: url(https://c.cdnmp.net/112914931/content/assets/hero-background-desktop-3d.jpg?v=1);
    background-size: auto 100%;
  }
}
/* *********************************************************[ Mac addons ] */
.hero-actions {
  display: flex;
  gap: 16px;
}

.ac-cta-button {
  font-weight: 500;
}

.hero .ac-cta-button.cta-request-offer {
  padding: 18px 26px;
  background-color: #575353;
}

.hero .ac-cta-button.cta-request-offer:hover {
  background-color: #474343;
}

@media (max-width: 575.98px) {
  .hero .ac-cta-button.cta-request-offer {
    padding: 18px 32px;
  }
}
@media (max-width: 767.98px) {
  .hero-actions {
    flex-direction: column;
  }
}
.ac-request-offer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #FFF;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #eee;
}

.ac-request-offer .cta-request-offer {
  display: inline-block;
}

.ac-request-offer-content {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

/* WCKS */
.ac-recommandation .widget-banner__heading-wrapper {
  display: none;
}
.ac-recommandation .ac-recommandation-content {
  background: #fff;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
.ac-recommandation .ac-recommandation-content .ac-container {
  display: flex;
  position: relative;
}
.ac-recommandation .ac-recommandation-content .ac-container:after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  background-color: #ee3338;
  z-index: 1;
}
.ac-recommandation .ac-recommandation-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}
.ac-recommandation .ac-recommandation-text > img {
  max-width: 140px;
  margin-bottom: 24px;
  margin-left: -10px;
}
.ac-recommandation .ac-recommandation-text > p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 48px;
  line-height: 1.4;
}
.ac-recommandation .ac-recommandation-col {
  width: 50%;
  height: 672px;
  position: relative;
  z-index: 2;
}
.ac-recommandation .ac-recommandation-col:after {
  display: block;
  content: "";
  width: 36px;
  position: absolute;
  top: 12px;
  bottom: 12px;
  z-index: 1;
  background-image: url(https://c.cdnmp.net/112914931/content/assets/recommandation-shadow.png);
  background-repeat: no-repeat;
  background-size: 36px 100%;
  background-position-x: 10px;
}
.ac-recommandation .ac-recommandation-col:first-child:after {
  left: -36px;
  opacity: 0.3;
}
.ac-recommandation .ac-recommandation-col:last-child:after {
  right: -36px;
  opacity: 0.7;
  transform: rotate(180deg);
}
.ac-recommandation .ac-recommandation-col:last-child {
  background-color: #ee3338;
  text-align: center;
}
.ac-recommandation .ac-recommandation-col:last-child img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

@media (max-width: 1199.98px) {
  .ac-section-header {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .ac-recommandation .ac-recommandation-content {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .ac-recommandation .ac-recommandation-text {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    background-color: #fff;
  }
  .ac-recommandation .ac-recommandation-text > img {
    max-width: 100px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .ac-recommandation .ac-recommandation-text > p {
    font-size: 15px;
  }
  .ac-recommandation .ac-recommandation-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .ac-recommandation .ac-recommandation-col {
    width: 88vw;
    height: 480px;
    flex-shrink: 0;
  }
  .ac-recommandation .ac-recommandation-col:after {
    display: none;
  }
}
.ac-home-categories {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 24px;
  gap: 24px;
}
.ac-home-categories > li {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  position: relative;
}
.ac-home-categories > li > a {
  display: block;
  padding: 24px;
  text-decoration: none;
}
.ac-home-categories > li > a img {
  margin-bottom: 20px;
}
.ac-home-categories > li > a h3 {
  margin-bottom: 12px;
  color: #d0433a;
  font-size: 24px;
  font-weight: 400;
}
.ac-home-categories > li > a p {
  margin-bottom: 0;
  color: #454545;
  font-size: 15px;
}
.ac-home-categories > li:after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: url(https://c.cdnmp.net/112914931/content/assets/card-shadow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -20px;
  opacity: 0.06;
}

@media (max-width: 767.98px) {
  .ac-home-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ac-home-categories > li a {
    padding-left: 86px;
    position: relative;
  }
  .ac-home-categories > li a img {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -25px;
    max-width: 50px;
  }
  .ac-home-categories > li a h3 {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .ac-home-categories > li a p {
    font-size: 14px;
  }
}
.ac-home-newsletter .widget-newsletter__content {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  background: url(https://c.cdnmp.net/112914931/content/assets/home-large.png) no-repeat top center;
  background-size: 420px auto;
  max-width: 600px;
}
.ac-home-newsletter .widget-newsletter__content .form__buttons button {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 575.98px) {
  .ac-home-newsletter .widget-newsletter__content {
    margin-top: 40px;
    padding-top: 140px;
    background-size: 320px auto;
  }
}
.widget-newsletter {
  display: block !important;
  text-align: left;
  max-width: 1200px;
}

@media (max-width: 767.98px) {
  .widget-brands .splide__slide {
    width: 33vw !important;
    margin-right: 1rem !important;
  }
}
.grid-image__badges > * {
  background-color: #d0433a;
}

.pagination__page-item--active > * {
  background-color: #d0433a;
}

.footer__block--about-us #footer_logo {
  display: block;
}
.footer__block--about-us #footer_logo img {
  max-width: 200px;
  opacity: 0.6;
  filter: grayscale(100%);
}

.footer-about-us__hint b {
  font-weight: 600;
}

.footer {
  border-top: none;
}

.footer__widgets {
  border-bottom: none;
}

.footer-about-us__hint:after {
  display: block;
  content: "";
  background: url(https://c.cdnmp.net/112914931/content/assets/cards.svg);
  background-repeat: no-repeat;
  height: 32px;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .footer__blocks .footer__block {
    font-size: 14px;
    width: calc((100vw - 2.25rem - 1rem) / 2) !important;
    flex-basis: calc((100vw - 2.25rem - 1rem) / 2);
  }
  .footer__block--about-us {
    padding-right: 0;
  }
  .footer__block--about-us #footer_logo {
    display: none;
  }
  .footer__menu ul li a {
    padding: 2px 0;
  }
  .footer-about-us__hint b {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }
  .footer-about-us__hint:after {
    max-width: 120px;
    background-size: contain;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.floating-wpp .floating-wpp-button {
  position: relative;
  animation: pulse 1.5s infinite;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
}

.floating-wpp:after {
  content: "Ai nevoie de ajutor?";
  position: absolute;
  top: 50%;
  left: 29px !important;
  transform: translateY(-50%);
  font-size: 14px;
  color: #FFF;
  background-color: #21af56 !important;
  font-weight: 500;
  padding: 17px 30px 17px 40px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  white-space: nowrap;
  border-radius: 0 30px 30px 0 !important;
  z-index: 1 !important;
}

@media (min-width: 992px) {
  .facets-sidebar .facets-sidebar__list .facet__option--checkbox,
  .facets-sidebar .facets-sidebar__list .facet__option--radio {
    align-items: flex-start;
  }
  .facets-sidebar .facets-sidebar__list .facet__option--checkbox input,
  .facets-sidebar .facets-sidebar__list .facet__option--radio input {
    margin-top: 0px;
  }
  .facets-sidebar .facets-sidebar__list .facet__option--checkbox a,
  .facets-sidebar .facets-sidebar__list .facet__option--radio a {
    white-space: wrap;
    line-height: 17px;
  }
  .facets-sidebar .facets-sidebar__list .facet__option + .facet__option {
    margin-top: 12px;
  }
}
/* *********************************************************[ COMMON ] */
html.site-index body {
  background: #f9f9f9;
}

html.site-catalog body {
  background: #f9f9f9;
}

.site-index main > section:not(.widget-inline-menu) {
  padding-bottom: 0rem;
  padding-top: 0rem;
}