.product-show-thumbnail-card {
  width: 100%;
  height: 672px;
}
@media (max-width: 991px) {
  .product-show-thumbnail-card {
    height: 336px;
  }
}

.product-show__has-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid var(--white);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.product-show__slide-images-card {
  width: 100%;
  padding-bottom: 8px;
  overflow-x: auto;
}
.product-show__slide-images-card .product-show__slide-image-item {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
@media (max-width: 991px) {
  .product-show__slide-images-card .product-show__slide-image-item {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}
.product-show__special-offer-card {
  height: 91px;
}
.product-show__special-offer-card .time-counter-down {
  width: 116px;
}
.rtl .product-show__special-offer-card {
  right: auto;
  left: 20px;
}
.product-show__selectable-specification-item label {
  border: 1px solid var(--gray-400);
  color: var(--gray-500);
}
.product-show__selectable-specification-item label:hover {
  background-color: var(--gray-100);
}
.product-show__selectable-specification-item input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.product-show__selectable-specification-item input:checked ~ label {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.product-show__quantity-card {
  min-width: 153px;
  height: 64px;
}
.product-show__quantity-card button, .product-show__quantity-card input {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.product-show__quantity-card button {
  width: 32px;
  height: 48px;
}
.product-show__quantity-card input {
  width: 68px;
  height: 48px;
  padding: 4px 8px;
  text-align: center;
  -moz-appearance: textfield;
}
.product-show__quantity-card input::-webkit-outer-spin-button, .product-show__quantity-card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-show-tabs-card__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 12px;
  opacity: 0.5;
  background: var(--white);
}
.product-show-tabs-card .navbar-item {
  height: 61px;
}
@media (max-width: 991px) {
  .product-show-tabs-card__items {
    overflow-x: auto;
  }
}
.product-show__description {
  color: var(--gray-500);
}
.product-show__description p {
  color: var(--gray-500);
}
.product-show__description img, .product-show__description video, .product-show__description iframe {
  max-width: 100% !important;
}
.product-show__description li {
  list-style: inherit;
}
.product-show__specification-item .specification-item-name {
  width: 200px;
  min-width: 200px;
}
.product-show__specification-item .specification-item-value span {
  margin-top: 12px;
}
.product-show__specification-item .specification-item-value span:first-child {
  margin-top: 0;
}

.product-seller-card__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.product-seller-card__secondary-img {
  width: 308px;
  height: 316px;
  bottom: 0;
  top: -40px;
  margin-bottom: -40px;
}
.product-seller-card__details {
  width: calc(100% - 332px);
}
.product-seller-card__details-about {
  height: 84px;
  overflow: hidden;
}
.product-seller-card__profile-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 221px;
  height: 56px;
  border-radius: 48px;
  border: 8px solid var(--white);
  background-color: var(--primary);
}
.product-seller-card__profile-btn:hover {
  background-color: var(--primary-hover);
}
@media (max-width: 991px) {
  .product-seller-card__secondary-img {
    width: 100%;
    top: 0;
    margin-bottom: 0;
  }
  .product-seller-card__details {
    width: 100%;
  }
}

.product-files-separator-with-circles {
  position: absolute;
  top: -24px;
  left: 48px;
  z-index: 6;
}
.rtl .product-files-separator-with-circles {
  left: auto;
  right: 48px;
}
.product-files-separator-with-circles:after {
  content: "";
  width: 2px;
  height: 12px;
  border-left: 2px dashed var(--gray-200);
  position: absolute;
  top: 4px;
  left: 4px;
}
.product-files-separator-with-circles .circle-top, .product-files-separator-with-circles .circle-bottom {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--gray-100);
  border: 1px solid var(--gray-200);
  z-index: 5;
}
.product-files-separator-with-circles .circle-top {
  top: -7px;
}
.product-files-separator-with-circles .circle-bottom {
  bottom: -27px;
}

.product-files-thumbnail {
  position: relative;
  top: -32px;
  margin-bottom: -24px;
}
