.Product_Page .stargas_pdp {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Product_Page .custGrid {
  grid-template-columns: 1.5fr 1fr;
}
.Product_Page .leftGrid {
  grid-template-columns: 120px 1fr;
}
.Product_Page .outerSec {
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  background-color: var(--themeBg2);
  margin-bottom: 10px;
}
.Product_Page .leftInnerSec {
  max-height: 600px;
  height: 100%;
  overflow: hidden;
}
.Product_Page .swiper {
  width: 100%;
  height: 100%;
}
.Product_Page .imgSec {
  aspect-ratio: 1/1;
  line-height: 0px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
}
.Product_Page .arrowSec {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.Product_Page .arrows {
  pointer-events: all;
  width: calc(100% - 20px);
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  user-select: none;
}
.Product_Page .arrows svg {
  width: 18px;
  height: 18px;
  stroke: #000;
}
.Product_Page .bigImgSec {
  line-height: 0px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.Product_Page .bigImgSec .contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Product_Page .outerInfoSec {
  border-radius: 5px;
  background-color: var(--themeBg2);
  padding: 10px;
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
}
.Product_Page .tabSec {
  /* padding: 10px;
  background-color: var(--themeBg1);
  width: fit-content;
  border-radius: 5px; */
  overflow-x: auto;
}
.Product_Page .tab {
  min-width: 100px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  background-color: var(--themeBg1);
}
.Product_Page .active {
  color: var(--btnTextColor);
}
.Product_Page .tab::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--btnColor);
  transition: 0.4s;
  z-index: -1;
}
.Product_Page .tab:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.Product_Page .tab:hover {
  color: var(--btnTextColor);
}
.Product_Page .active::after {
  width: 100%;
  right: auto;
  left: 0;
}
.Product_Page .tabInfo {
  margin-top: 30px;
}
.Product_Page .reviewSec {
  max-width: 600px;
  margin: 0 auto;
}
.Product_Page .zoomSec {
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--btnColor);
  border-radius: 50%;
  cursor: pointer;
}
.Product_Page .zoomSec svg {
  width: 20px;
}
.Product_Page .zoomSec svg path {
  fill: var(--btnTextColor);
}
.Product_Page .imagePlayBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #000000aa;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .Product_Page .stargas_pdp {
    padding: 20px 0px;
  }
  .Product_Page .custGrid {
    grid-template-columns: 1fr;
  }
  .Product_Page .leftGrid {
    grid-template-columns: 1fr;
  }
  .Product_Page .leftInnerSec {
    order: 1;
  }
  .Product_Page .vendorGrid {
    grid-template-columns: 40px 1fr 30px;
  }
  .Product_Page .btn {
    width: 30px;
    height: 30px;
  }
  .Product_Page .venName {
    font-size: 12px;
    line-height: 20px;
  }
  .Product_Page .tab {
    font-size: 12px;
  }
  .Product_Page .outerInfoSec .justifyCenter {
    justify-content: flex-start;
    width: fit-content;
  }
  .Product_Page .tabInfo img {
    width: 100%;
  }
  .Product_Page .reviewsHeading {
    grid-template-columns: 1fr 126px;
  }
  .Product_Page .btnsArea svg,
  .Product_Page .btnsArea i {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }
  .Product_Page .cartBtns select {
    padding: 7px;
  }
  .Product_Page .cartBtns button,
  .Product_Page .enqBtns button,
  .Product_Page .cartBtns a,
  .Product_Page .enqBtns a {
    padding: 10px;
  }
  .Product_Page .cartBtns button span,
  .Product_Page .enqBtns button span {
    font-size: 12px;
  }
  .Product_Page .priceAreaV2 {
    flex-wrap: wrap;
  }
  .Product_Page .zoomSec {
    width: 40px;
    height: 40px;
  }
  .Product_Page .zoomSec svg {
    width: 16px;
    height: 16px;
  }
  .Product_Page .arrowSec {
    display: none;
  }
}
.Product_Page .Product_Page {
  --themeBg1: #fff;
  --themeBg2: red;
}
.Product_Page .active_var {
  color: #000000 !important;
}
.Product_Page .brandListV2 {
  font-weight: 800;
}
.Product_Page [data-tab="tabReview"] {
  display: none;
}
@media only screen and (max-width: 900px) {
  .Product_Page {
    background-attachment: scroll;
  }
}
