/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/_default/frontend/src/styles/shortcodes/productbattle/index.scss ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
/*
  Components
 */
/* Variables for easy customization */
:root {
  --pb-timer-font-size: 1.5rem;
  --pb-timer-color: #515151;
  --pb-timer-background: #f7f7f7;
  --pb-timer-border-radius: 0.75rem;
  --pb-timer-padding: 0.5rem 1rem;
  --pb-title-font-size: 1rem;
  --pb-title-font-weight: bold;
  --pb-title-color: #555;
  --pb-wrapper-background: #ffffff;
  --pb-wrapper-padding: 1rem;
  --pb-wrapper-border-radius: 0.8rem;
  --pb-wrapper-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .heat-line {
    display: none;
  }
  #universalModal.modal.fullscreen-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  #universalModal.modal.fullscreen-modal .modal-content {
    height: 100vh; /* 100% of the viewport height */
    border: none;
    border-radius: 0;
  }
  #universalModal .modal.fullscreen-modal .modal-header,
  .modal.fullscreen-modal .modal-body,
  .modal.fullscreen-modal .modal-footer {
    padding: 1rem;
  }
}
/* Countdown Wrapper Styles */
#countdown-wrapper {
  background: var(--pb-wrapper-background);
  padding: var(--pb-wrapper-padding);
  border-radius: var(--pb-wrapper-border-radius);
  box-shadow: var(--pb-wrapper-box-shadow);
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}

#countdown-title {
  font-size: var(--pb-title-font-size);
  font-weight: var(--pb-title-font-weight);
  color: var(--pb-title-color);
  margin-bottom: 0.2rem;
}

.countdown-timer {
  display: flex; /* Use flexbox to arrange items in a row */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Align items vertically */
  background: var(--pb-timer-background);
  border-radius: var(--pb-timer-border-radius);
  padding: var(--pb-timer-padding);
  font-size: var(--pb-timer-font-size);
  color: var(--pb-timer-color);
  gap: 0.2rem; /* Adjust gap between items if needed */
  width: 100%;
}

.pb-time-unit {
  background: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 2px;
  padding: 0.1rem 0.6rem 0.1rem 0.6rem;
  border-radius: 12px;
  box-shadow: var(--pb-wrapper-box-shadow);
}

.pb-time-value {
  font-size: 1.8rem;
  font-weight: bolder;
  position: relative;
}

.pb-time-label {
  position: relative;
  top: -10px;
  font-size: 0.5em;
  color: #666;
}

@media (max-width: 768px) {
  #countdown-wrapper {
    max-width: 100%;
  }
  .countdown-timer {
    font-size: 1.2rem;
    flex-wrap: wrap;
  }
  .pb-time-value {
    font-size: 1.4rem;
  }
}
#product-battles .heat-line {
  position: relative;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #ff7272 0%, #00d9ff 100%);
  margin: 20px 0;
  border-radius: 25px;
}

#product-battles .heat-line-indicator {
  align-items: center;
  background: #cdcdcd;
  border: 5px solid #515151;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bolder;
  height: 75px;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  width: 77px;
  z-index: 2;
  top: -7px;
}

#product-battles .start-percentage {
  color: #8af3ff;
  font-size: 2.2em;
  font-weight: bolder;
  padding-left: 20px;
  z-index: 0;
}

#product-battles .end-percentage {
  color: #ff97b5;
  font-size: 2.2em;
  font-weight: bolder;
  padding-right: 20px;
  z-index: 0;
}

#product-battles .vs-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #515151;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
}

.fade.show {
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 0.9 !important;
}

.modal-dialog {
  top: 25%;
  margin: 1.75rem auto;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.btn-secondary, .btn-primary {
  margin-left: 0.5rem;
}

.modal-header {
  padding: 30px 30px !important;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.spinner-border.text-dark {
  color: #000; /* Set the spinner color to black */
}

/* Speed up the modal fade transition and ensure it’s smooth */
.modal.fade .modal-dialog {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.modal-backdrop.show {
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
}

#pb-nav-tabs .nav-tabs .nav-item {
  border: none;
}

#pb-nav-tabs .nav-tabs .nav-link {
  border: none;
  color: #000; /* Change color if needed */
}

#pb-nav-tabs .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #007bff; /* Change color if needed */
}

#register-form .progress {
  height: 5px;
}

#register-form .progress-bar {
  transition: width 0.5s ease;
}

#product-battles .product-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px 5% 0 5%;
}

.product-battle-wrapper .product {
  flex: 1;
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-battle-wrapper .product-container {
    flex-direction: column;
    align-items: center;
  }
  .product-battle-wrapper .product {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
#product-battles .product-title {
  font-weight: bolder;
  margin-top: 10px;
  font-size: 24px;
}

#product-battles .buy-button {
  margin-top: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  border: none;
  border-radius: 15px;
  transition: background-color 0.3s, color 0.3s;
}

#product-battles .buy-button:hover {
  background-color: #444;
  color: #fff;
}

#product-battles .pb-action-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#product-battles .vote-button,
#product-battles .share-button {
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#product-battles .vote-button:hover,
#product-battles .share-button:hover {
  background-color: #e1e1e1;
}

#product-battles .vote-button i {
  color: #333;
}

#product-battles .vote-count {
  margin-left: 5px;
}

.battle-card {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.battle-card:hover {
  transform: translateY(-5px);
}

.battle-images {
  display: flex;
  position: relative;
}

.product-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  padding: 60% 0;
  position: relative;
}

.product-name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1rem;
}

.battle-info {
  padding: 20px;
  text-align: center;
  background: #fbfbfb;
  color: #fff;
}

.battle-info .battle-title {
  margin-bottom: 15px;
}

.battle-info .countup-timer {
  margin-bottom: 15px;
}

.battle-info button {
  margin-bottom: 10px;
}

.winner-ribbon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: gold;
  color: black;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 1000;
  transform: rotate(45deg);
  transform-origin: top right;
}

.product-battle-wrapper .swiper-container {
  max-width: 100%;
  height: auto;
}

.product-battle-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Make sure the slide takes up the full height */
}

.product-battle-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .product-battle-wrapper .swiper-container {
    max-width: 100%;
    height: auto; /* Adjust height as needed */
  }
  .product-battle-wrapper .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
}
/* Default styling for icon containers (Large Screens) */
.icon-container {
  width: 60px; /* Default width for large screens */
  height: 60px; /* Default height for large screens */
  font-size: 24px; /* Icon size */
  padding: 10px; /* Optional padding */
  margin: 0 10px; /* Spacing between icons */
}

/* Medium devices (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .icon-container {
    width: 60px; /* Slightly smaller for medium screens */
    height: 60px;
    font-size: 24px; /* Adjust icon size accordingly */
    margin: 0 8px; /* Adjust spacing between icons */
  }
}
/* Small devices (max-width: 767.98px) */
@media (max-width: 767.98px) {
  .icon-container {
    width: 60px; /* Smaller for mobile devices */
    height: 60px;
    font-size: 24px; /* Smaller icon size */
    margin: 0 5px; /* Closer spacing for small screens */
  }
  /* Adjusting the carousel controls for smaller devices */
  .carousel-control-prev,
  .carousel-control-next {
    width: 30px; /* Smaller control button size */
    height: 30px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    font-size: 12px; /* Smaller icon for control buttons */
  }
}
/* Additional styling to ensure icons are centered and maintain aspect ratio */
.icon-container i {
  width: 100%; /* Ensure the icon uses full width of the container */
  height: 100%; /* Maintain aspect ratio */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-inner {
  display: flex;
  align-items: center; /* Vertically center the carousel items */
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

/*# sourceMappingURL=productbattleStyle.bundle.css.map*/