@charset "UTF-8";
:root {
  --main-color: #fff;
  --second-color: #F68621;
  --font-color: #ffffff;
  --second-font-color: #F68621;
}

/*
.counter-wrapper{
  margin-top: -110px !important;
}*/
.calendar-event .master-wrapper-page {
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}
.calendar-event .spiders {
  position: absolute;
  top: 0;
  left: 16%;
}
.calendar-event .spiders img {
  width: 200px;
  height: auto;
}
.calendar-event .spider-crawling {
  position: absolute;
  bottom: 70px;
  right: 6%;
}
.calendar-event .spider-crawling img {
  width: 190px;
  height: auto;
}
.calendar-event .bats {
  position: absolute;
  bottom: 70px;
  left: 3%;
}
.calendar-event .bats img {
  width: 250px;
  height: auto;
}

.ws-counter {
  width: 100%;
  max-width: 80%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 25px;
  padding-block: 15px;
}

/*
.ws-counter + .product-day {
  pointer-events: none;
}
*/
.ws-counter .title {
  color: #000000;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

.ws-counter #countdown {
  position: unset !important;
  transform: unset !important;
}

.product-day {
  z-index: 9999;
  padding: 25px 0;
  width: 100%;
  display: block;
  position: relative;
}

.product-day .swiper .swiper-button-next,
.product-day .swiper .swiper-button-prev {
  height: 100%;
  top: 0;
  width: 30px;
}

.product-day .swiper .swiper-button-next:after,
.product-day .swiper .swiper-button-prev:after {
  color: #999;
  font-size: 40px;
  font-weight: bold;
}

.product-day .swiper .swiper-button-prev {
  left: 0;
}

.product-day .swiper .swiper-button-next {
  right: 0;
}

.swiper-wrapper a {
  pointer-events: none;
}

.swiper-wrapper .now a {
  pointer-events: initial;
}

.swiper-wrapper .actual,
.swiper-wrapper .past {
  display: none;
}

.swiper-wrapper .now .actual {
  display: block;
}

.swiper-wrapper .now .past,
.swiper-wrapper .now .futures {
  display: none;
}

.swiper-wrapper .inactive .past {
  display: block;
}

.swiper-wrapper .inactive .futures {
  display: none;
}

.swiper-wrapper img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  margin-bottom: -17px;
  z-index: 99999999;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #FFFB5B;
  opacity: 0.8;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  background: #F68621;
}

body {
  /*background-image: url("../../images/anniversary/fundal-pagina-campanie.jpg");*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body .advent-header {
  background-image: url("../../images/haloween-2025/FUNDAL_TOP_1.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  padding-top: 50px;
}
body .advent-content {
  background-image: url("../../images/haloween-2025/FUNDAL_3_VARIANTA_B.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}

.header-lower {
  padding: 5px 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logo-landing-page img {
  max-width: 800px;
}

#countdown .label,
.special-text {
  color: #ffffff;
}

.special-text {
  color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}

.ajax-cart-button-wrapper .product-box-add-to-cart-button {
  background-color: #F68621 !important;
  border-radius: 20px !important;
  font-size: 12px !important;
  text-transform: initial;
  color: #ffffff;
}

.item-box .product-box-add-to-cart-button {
  height: 30px !important;
  font-weight: 500;
}

.ajax-cart-button-wrapper .product-box-add-to-cart-button, .product-grid .item-box .ajax-cart-button-wrapper {
  width: max-content !important;
  padding: 0 10px !important;
}

.product-ribbon.reducere,
#countdown .number,
.ui-slider-range {
  background-color: #F68621 !important;
}

.mySwiperProduct {
  padding-inline: 20px !important;
}

html.html-category-page.landing-page .master-wrapper-content {
  width: 98% !important;
  max-width: 1100px !important;
  display: block;
}

.product-filters .filtersTitlePanel {
  background-color: #000000 !important;
}

@media (min-width: 1001px) {
  .ws-counter #countdown {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ws-counter #countdown .number {
    width: 100px;
  }
  html.html-category-page.landing-page .item-box {
    width: 18.5% !important;
    margin: 0 0.75% 1.5% !important;
  }
}
html.html-category-page.landing-page .item-box .add-info {
  display: inline-block;
  width: 100%;
}

.add-info .ajax-cart-button-wrapper .product-box-add-to-cart-button {
  background-color: #000000 !important;
  margin-top: 7px;
  color: #F68621 !important;
  text-transform: uppercase;
}

.special-text {
  display: none;
}

html.html-category-page.landing-page .item-box .prices, .item-box .buttons {
  border: 0;
  width: 100% !important;
  display: inline-block;
}

html.html-category-page.landing-page .item-box .prices {
  max-height: 25px;
  display: flex;
  border-right: 1px solid #e9ebee;
}

.item-box {
  border: 1px solid #F68621 !important;
}

.item-box .product-title {
  padding-bottom: 30px;
  position: relative;
}

.item-box .product-title:before {
  content: "OFERTA SPECIALA";
  background: #000000;
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 19px;
}

.item-box .product-rating-box {
  margin-top: 0;
  margin-bottom: 15px !important;
}

.item-box .old-price {
  color: black;
  font-size: 11px !important;
}

.html-category-page.landing-page .ajaxCart .product-grid .item-box .product-title::after {
  display: none;
}

.html-category-page.landing-page .ajaxCart .product-grid .item-box .product-rating-box::before {
  display: none;
}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  background: #000000;
  height: 110px;
}

.scroll-track {
  display: flex;
  width: fit-content;
  animation: scrollLeft 20s linear infinite;
}

.scroll-track img {
  height: 110px;
  margin-inline: 15px;
}

.scroll-content {
  display: flex;
}

.scroll-track p {
  font-size: 35px;
  color: #F68621;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 110px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.scroll-track p i {
  color: #000000;
}

/* Scroll animat la stânga */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-2 img {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: block;
}

.back-to-site {
  background-color: #F68621;
  padding: 15px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold !important;
}

.html-category-page.landing-page .header-logo img {
  width: 190px;
}

.pager li span {
  background-color: #F68621 !important;
}

.item-box .actual-price {
  color: #F68621 !important;
  font-size: 13px !important;
}

#countdown .number {
  color: #ffffff !important;
}

.logo-landing-page img {
  animation: fadeIn 4s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#countdown {
  width: 251px;
  margin-top: 0;
}

.product-ribbon.flash-sale {
  animation: blinker 2s linear infinite;
  color: black !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.product-ribbon.flash-sale .ribbon-text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e7";
  position: absolute;
  color: black;
  display: inline-block;
  position: relative;
  left: -3px;
}

.product-ribbon.flash-sale .ribbon-text {
  color: black !important;
}

.item-box .product-box-detail-button {
  height: 30px;
}

#countdown .label {
  color: black !important;
}

@media (max-width: 1001px) {
  .add-info .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    margin-top: 7px;
  }
  .item-box .product-box-detail-button {
    margin-top: 7px;
  }
}
.pager li a {
  color: black !important;
}

@media (min-width: 1001px) {
  .html-category-page.landing-page .master-wrapper-content {
    width: 960px !important;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    display: table;
  }
  .product-filters .filtersTitlePanel {
    display: flex;
  }
  .related-ajax .item-box .product-box-add-to-cart-button {
    font-size: 9px !important;
  }
}
::-webkit-scrollbar-thumb {
  background-color: #999 !important;
  border-radius: 10px;
}

.discounted-price {
  color: #F68621 !important;
}

.ajaxCart .productAddedToCartWindowCheckout,
.related-ajax .item-box .product-box-add-to-cart-button {
  background-color: #F68621 !important;
  color: #ffffff !important;
  width: max-content !important;
}

.related-ajax .item-box .product-box-add-to-cart-button {
  border-radius: 20px !important;
  padding: 0 7px !important;
}

.ajaxCart .productAddedToCartWindowDescription strong {
  color: #F68621 !important;
}

.back-to-site {
  color: #ffffff;
  font-weight: 400;
  margin: 20px 0;
  letter-spacing: 0.5px;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 0;
  height: 50px;
  width: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  z-index: 9999;
}

.item-box .product-box-add-to-cart-button:hover {
  color: #ffffff;
}

.item-box .product-box-add-to-cart-button,
.ribbon-text {
  color: #ffffff !important;
}

.theMarketer-launcher-widget {
  display: none !important;
}

@media (max-width: 1000px) {
  body .advent-header {
    background-attachment: unset;
  }
  .calendar-event .gifs .spiders {
    top: 0;
    left: 4%;
  }
  .calendar-event .gifs .spiders img {
    width: 100px;
  }
  .calendar-event .gifs .spider-crawling {
    display: none;
  }
  .calendar-event .gifs .bats {
    top: 0;
    left: auto;
    right: 0;
  }
  .calendar-event .gifs .bats img {
    width: 130px;
  }
  .html-category-page.landing-page .swiper {
    overflow: visible;
  }
  .html-category-page.landing-page .header-logo img {
    width: 160px;
  }
  .scroll-wrapper {
    height: auto !important;
  }
  .scroll-track p {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 70px;
    white-space: nowrap;
  }
  .filter-button {
    background-color: #000 !important;
  }
  .html-category-page.landing-page .master-wrapper-content {
    box-shadow: none;
    margin-bottom: 0;
  }
  .logo-landing-page img,
  .logo-2 img {
    width: 100%;
    max-width: 100%;
  }
  #countdown {
    margin: 0;
  }
  .ws-counter {
    padding-block: 5px;
  }
  .ws-counter .title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .scroll-track img {
    width: 60px;
    height: auto;
  }
  .product-day .swiper .swiper-button-next, .product-day .swiper .swiper-button-prev {
    display: none;
  }
  .item-box .product-title:before {
    bottom: -2px;
    font-size: 14px;
  }
  .logo-landing-page img {
    max-width: 65%;
  }
}
.pager li a {
  color: #ffffff;
}

/*# sourceMappingURL=anniversary-sales.css.map */
