﻿.entekhab-barande-master-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}

  .entekhab-barande-master-wrapper h3 {
    font-size: 12px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
  }

.entekhab-barande-wrapper {
  width: 100%;
  height: 232px;
  border-radius: 20px;
  align-content: center;
  position: relative;
  padding: 1rem;
  background: #4A3071;
  ;
  background-size: cover;
}

  .entekhab-barande-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeat-y url("../assets/پترن-اوتلاین.png");
    background-size: cover;
  }


.entekhab-barande-grid-container {
  margin: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: calc(100% - 18px);
  position: relative;
}

.entekhab-barande-neon-border {
  border: 1px solid #ffff;
  height: 100%;
  box-shadow: 0 0 2px #fff, 0 0 4px #FE2BE5, 0 0 6px #EE39AE,
  /* 0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe, */
  inset 0 0 8px #EE39AE;
  border-radius: 6px;
  /* mix-blend-mode: color-dodge; */
}

.entekhab-barande-first-col {
  width: 10%;
  display: flex;
  /* justify-content: end; */
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.entekhab-barande-see-all-btn {
  padding: 5px 12px;
  width: 125px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #4e4e4e;
  mix-blend-mode: color-dodge;
  color: #fff;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(1px);
  transition: 0.3s ease-in-out;
}

  .entekhab-barande-see-all-btn:hover {
    box-shadow: 0 0 2px #fff, 0 0 4px #FE2BE5, 0 0 6px #EE39AE,
    /* 0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe, */
    inset 0 0 8px #EE39AE;
    cursor: pointer;
  }

  .entekhab-barande-see-all-btn::after {
    content: '\e80e';
    display: block;
    font: 14px pacific;
    font-weight: 400;
    line-height: 1em;
    margin: 0 5px 0 0;
  }

.entekhab-barande-prods-col {
  width: 88%;
  padding: 10px;
}

.entekhab-barande-typography {
  mix-blend-mode: plus-lighter;
}

.entekhab-barande-prods-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.entekhab-barande-prod-card {
  width: calc(100%);
  display: flex;
  height: 150px;
  align-items: center;
  position: relative;
  justify-content: end;
}

  .entekhab-barande-prod-card .entekhab-barande-prod-pic-wrapper {
    width: 130px;
    height: 130px;
    border-radius: 9999px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 2px #fff, 0 0 4px #FE2BE5, 0 0 6px #EE39AE,
    /* 0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe, */
    inset 0 0 8px #EE39AE;
  }


    .entekhab-barande-prod-card .entekhab-barande-prod-pic-wrapper img {
      width: 100%;
      height: 100%;
    }

.entekhab-barande-prod-details {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  color: #ffff;
  font-size: 12px;
  height: 80%;
  border-radius: 16px;
  overflow: hidden;
  background-color: rgba(129, 91, 190, 0.35);
  mix-blend-mode: color-dodge;
  backdrop-filter: blur(1px);
}

  .entekhab-barande-prod-details .entekhab-barande-prod-details--prod-name {
    padding-right: 80px;
    min-height: 40px;
    margin-left: 8px;
  }

.entekhab-barande-prod-details--prod-name {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entekhab-barande-prod-details .entekhab-barande-prod-details-price {
  width: 100%;
  height: 50%;
  background-color: #FF36FE;
  /* position: absolute;
    right: 0;
    bottom: 0; */
  padding: 3px 80px 8px 24px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 12px;
}

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price p {
    margin: 0;
    padding: 0;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--prev {
    width: 100%;
    text-decoration: line-through;
    font-size: 14px;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--discounted {
    margin-top: -8px;
    font-size: 18px;
  }

.entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge {
  width: 45px;
  height: 24px;
  border-radius: 9999px;
  background-color: #ffff;
  color: #FF36FE;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge .entekhab-barande-prod-details-price--discount-percent {
    font-size: 16px;
  }

.winning-timer {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}

.winning-time-part {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #63005a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

  .winning-time-part.seconds {
    width: 28px;
  }

.winning-colon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.entekhab-barande-prod-card-link {
  display: contents;
  text-decoration: none;
  color: inherit;
}



.entekhab-barande-prods-grid .owl-stage {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0;
  padding-right: 0 !important;
}

  .entekhab-barande-prods-grid .owl-stage .owl-item {
    padding: 0;
  }

    .entekhab-barande-prods-grid .owl-stage .owl-item.active:first-child .prdct-prcnt-item {
      width: calc(100% + 30px);
    }

    .entekhab-barande-prods-grid .owl-stage .owl-item:not(.active) {
      margin: 0 -1px;
    }


.entekhab-barande-prods-grid .owl-nav .owl-prev,
.entekhab-barande-prods-grid .owl-nav .owl-next {
  font-size: 0;
}

  .entekhab-barande-prods-grid .owl-nav .owl-prev::before,
  .entekhab-barande-prods-grid .owl-nav .owl-next::before {
    content: '\e80f';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font: 18px pacific;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 5px;
    top: 50%;
  }

  .entekhab-barande-prods-grid .owl-nav .owl-next::before {
    content: '\e80e';
    right: auto;
    left: 5px;
  }

  .entekhab-barande-prods-grid .owl-nav .owl-prev:hover::before,
  .entekhab-barande-prods-grid .owl-nav .owl-next:hover::before {
    background: rgba(0, 0, 0, 0.3);
  }

.entekhab-barande-prods-grid .owl-nav .disabled::before {
  pointer-events: none;
  opacity: 0;
}



@media(max-width: 1320px) {

  .entekhab-barande-wrapper {
    height: 205px;
  }

  .entekhab-barande-see-all-btn {
    width: 100px;
  }

  .entekhab-barande-first-col {
    width: 110px;
  }

  .entekhab-barande-prods-col {
    width: calc(100% - 118px);
  }

  .entekhab-barande-typography {
    width: 130px;
  }

  .winning-time-part {
    min-width: 22px;
    width: 22px !important;
    font-size: 16px;
  }

  .entekhab-barande-prod-card .entekhab-barande-prod-pic-wrapper {
    width: 115px;
    height: 115px;
  }

  .entekhab-barande-prod-details {
    height: 75%;
  }

  .entekhab-barande-prod-details--prod-name {
    min-height: auto;
    margin-bottom: 4px !important;
    padding-right: 70px !important;
  }

  .entekhab-barande-prod-details-price {
    padding-right: 70px !important;
  }

  .entekhab-barande-prods-col {
    padding: 0;
    padding-left: 8px;
  }

  .entekhab-barande-prods-grid {
    gap: 8px;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge {
    height: 20px;
  }

    .entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge .entekhab-barande-prod-details-price--discount-percent {
      font-size: 14px;
    }
}



@media(max-width: 1000px) {

  .entekhab-barande-prod-details {
    height: 67%;
  }

  .entekhab-barande-wrapper {
    height: 196px;
  }

  .entekhab-barande-first-col {
    width: 95px;
  }

  .entekhab-barande-prods-col {
    width: calc(100% - 100px)
  }

  .entekhab-barande-typography {
    width: 115px;
  }

  .entekhab-barande-prod-card .entekhab-barande-prod-pic-wrapper {
    width: 100px;
    height: 100px;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge {
    border-radius: 0 2px 2px 0;
    left: 0px;
    top: 0px;
    width: 35px;
  }

  .entekhab-barande-prod-details--prod-name {
    padding-right: 60px !important;
  }

  .entekhab-barande-prod-details-price {
    padding-right: 60px !important;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--discounted {
    font-size: 16px;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--prev {
    font-size: 12px;
  }

  .entekhab-barande-see-all-btn {
    font-size: 11px;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--discounted {
    margin-top: -12px;
  }
}










@media(max-width: 768px) {
  .entekhab-barande-first-col {
    width: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    /* margin-right: 12px; */
    /* margin-right: -8px; */
  }

  .winning-timer {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    /* margin: -20px 0 0 -37px; */
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details--prod-name {
    padding-right: 92px;
    min-height: 40px;
  }

  .entekhab-barande-see-all-btn {
    padding: 5px 0px;
    width: 100%;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #4e4e4e;
    mix-blend-mode: color-dodge;
    color: #fff;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(1px);
    transition: 0.3s ease-in-out;
  }

  /* ---------------------------------------------- */
  .entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge {
    width: 36px;
    height: 22px;
    /* border-radius: 0 2px 2px 0; */
    background-color: #ffff;
    color: #FF36FE;
    position: absolute;
    /* left: 0px;
    top: 0px; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .entekhab-barande-prod-details .entekhab-barande-prod-details-price--discount-badge .entekhab-barande-prod-details-price--discount-percent {
      font-size: 12px;
      font-weight: 900;
    }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--discounted {
    /* margin-top: 4px; */
    font-size: 15px;
    margin-top: -4px;
  }

  .entekhab-barande-prod-card .entekhab-barande-prod-pic-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 2px #fff, 0 0 4px #FE2BE5, 0 0 6px #EE39AE,
    /* 0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe, */
    inset 0 0 8px #EE39AE;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details--prod-name {
    padding-right: 58px;
    min-height: 40px;
    /* margin: 0 8px 8px 8px; */
    margin: 8px 8px 4px 8px;
  }

  .entekhab-barande-typography {
    width: 100px;
  }

  .entekhab-barande-prods-col {
    padding: 0;
    /* padding-right: 8px; */
  }

  .entekhab-barande-wrapper {
    height: 175px;
    padding: 10px;
  }

  .entekhab-barande-prod-details {
    height: 67%;
    /* padding: 8px; */
  }

  .entekhab-barande-prod-details-price {
    padding-right: 58px !important;
  }

  .entekhab-barande-prod-details .entekhab-barande-prod-details-price .entekhab-barande-prod-details-price--prev {
    font-size: 12px;
    padding-right: 4px;
  }

  .entekhab-barande-neon-border {
    border-radius: 10px;
  }
}
