<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Main grid pdp div  */
#quoli-grid-pdp-loading {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border: 4px solid rgba(0, 0, 0, 0.1); 
  border-top-color: #3498db; 
  border-radius: 50%; 
  width: 40px; 
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.quoli-grid-pdp-header {
  margin: 20px 0px 50px;
  display: flex;
  justify-content: start;
  align-items: center;
}

#quoli-grid-pdp {
  width: 92%;
  margin: 0 auto;
}

#quoli-grid-pdp-container {
  margin-top: 50px;
}


/* Review card  */
.grid-pdp-review-card-row {
  margin: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quoli-grid-pdp-review-card {
  width: 16.2%;
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #ffffff;
  height: fit-content;
  margin-bottom: 5px;
}

.grid-pdp-review-card-content{
  padding: 15px;
}

.grid-pdp-review-card-content &gt; div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.grid-pdp-review-card-content &gt; div:nth-child(4){
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.grid-pdp-review-card-content &gt; p{
    margin-top: 10px;
    margin-bottom: 0px;
}


.grid-pdp-review-card-gallery-section{
  height: 200px;
  width: 100%;
  position: relative;
}

.image-item {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.grid-pdp-review-video-btn{
  all: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ==================== */





/* Star drop down and average rating  */
.average-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.average-section {
  position: relative;
  cursor: pointer;
}

.star-section:hover #rating-breakdown {
  display: block !important;
}

.rating-stars {
  display: flex;
  row-gap: 5px;
  column-gap: 5px;
}

.tabs-row {
  display: inline-flex;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 30px;
  line-height: 22px;
}

.tablinks {
  all: unset;
  font-size: 20px;
  text-align: center;
  color: #c6c6c6;
  padding: 10px 20px;
  min-width: 140px;
  cursor: pointer;
  line-height: 22px;
}

.tablinks.active {
  margin-bottom: -1px;
}

.tablinks-single {
  all: unset;
  font-size: 24px;
  color: #333133;
  font-weight: 500;
  min-width: 140px;
  line-height: 22px;
}

.pdp-show-more-div {
  text-align: center;
}


.pdp-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.pdp-textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  font-size: 14px;
}


.pdp-details-section {
  margin-top: 20px;
}

.pdp-name-fields {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  gap: 10px;
}

.pdp-input {
  width: calc(50% - 5px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.pdp-input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
}

.pdp-submit-btn {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.pdp-submit-btn:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}

.pdp-note {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 15px 0px !important;
}

.pdp-powered {
  text-align: center;
  font-size: 13px;
}

.pdp-powered &gt; span {
  color: #000000;
  border-radius: 12px;
  padding: 2px 20px;
  background-color: #f1f1f1;
}

.pdp-filter-btn {
  text-align: center;
  all: unset;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0px 11px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.pdp-filter-btn.active {
  background-color: #ececec;
}

.quoli-grid-pdp-filter-row {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 40px;
}

.pdp-dropdown-sort-toggle.active {
  background-color: #ececec;
}

.pdp-dropdown-toggle.active {
  background-color: #ececec;
}

.pdp-dropdown-sort-toggle svg{
  height: 11px !important;
  width: 16px !important;
  fill: none !important;
  stroke: none !important;
}
.pdp-dropdown-toggle svg{
  height: 14px !important;
  width: 16px !important;
  fill: none !important;
  stroke: none !important;
}



.pdp-average-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: relative;
  cursor: pointer;
}

#quoli-grid-pdp-rating-box {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
  row-gap: 6px;
  column-gap: 6px;
}

.pdp-rating-stars {
  display: flex;
}

.pdp-no-review-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding: 20px;
}

.pdp-star-section:hover .pdp-average-rating-container {
  display: block !important;
}

.pdp-average-rating-container {
  width: 300px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  position: absolute;
  z-index: 20;
  display: none;
}

.pdp-average-rating-row {
  display: flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 5px;
}

.pdp-average-rating-row.active {
  background-color: #f5f5f5;
}
.pdp-average-rating-row:hover {
  background: #f5f5f5;
}

.pdp-average-star {
  width: 40px;
  text-align: left;
  font-weight: bold;
}

.grid-pdp-star-div {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 10px 0px;
}

.pdp-average-progress-bar {
  flex-grow: 1;
  height: 8px;
  background: #e2e2e2;
  border-radius: 4px;
  margin: 0 8px;
  position: relative;
  overflow: hidden;
}

.pdp-average-progress-fill {
  height: 100%;
  background: #000000;
  border-radius: 4px;
}

.pdp-average-count {
  width: 20px;
  text-align: right;
  font-weight: bold;
}

.pdp-average-footer {
  text-align: center;
  font-size: 12px;
  color: #888888;
  margin-top: 16px;
}

.pdp-show-more-btn {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
}


.attribute-span {
  width: 47px;
  height: 5.8px;
  background-color: #11111133;
  margin-right: 3px;
}

.attribute-span &gt; span {
  height: 100%;
  width: 100%;
  background-color: #111111;
}

.pdp-filters-section {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.pdp-filters-section.active {
  display: flex;
  opacity: 1;
}

.pdp-filters-section .pdp-category {
  margin: 10px 0;
}

.pdp-category label {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.pdp-category .pdp-btn-group {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pdp-category button {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.pdp-category button.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.pdp-category .pdp-rating-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f5f5f5;
  font-size: 16px;
  border: transparent;
}

.filter-results {
  display: none;
  margin: 10px 0px;
}

.pdp-category .pdp-rating-btn:hover {
  background: #000000;
  color: white;
}

.pdp-category .pdp-rating-btn:hover svg path {
  color: white;
  fill: white;
}

.pdp-category .pdp-rating-btn span {
  font-size: 14px;
}

.pdp-category .pdp-rating-btn.active {
  background-color: #000;
  color: #fff;
}

.pdp-category .pdp-rating-btn.active svg path {
  fill: #fff;
  color: #fff;
}

.pdp-dropdown {
  position: relative;
  display: inline-block;
}

.pdp-dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer;
}

.pdp-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 4px 0;
  padding: 8px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 1000;
  width: 200px;
}



.pdp-dropdown-item {
  padding: 8px 16px;
  cursor: pointer;
}

.pdp-dropdown-item:hover {
  background-color: #f5f5f5;
}

.pdp-dropdown-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

.pdp-dropdown-item input[type="radio"] {
  accent-color: black;
}

#quoli-grid-pdp-rating-basedon {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.87px;
  margin: 4px 0px 0px !important;
}

.pdp-recomended-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #ececec;
  border-radius: 5px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 136px;
  margin-bottom: 20px;
}


#quoli-grid-pdp-write-review {
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}

.top-effectiveness-wrapper {
  margin-top: 10px;
  padding-left: 32px;
}

.top-effectiveness {
  display: inline-block;
}

.effectiveness-text {
  font-size: 14px;
  color: #000000b2;
}

.rating-bar {
  width: 51.841px;
  border: 1px solid #dfdfdf;
  height: 21.367px;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Media Query  */
@media screen and (max-width: 560px) {
  .quoli-grid-pdp-header {
    flex-direction: column;
    gap: 20px;
  }

  .quoli-grid-pdp-review-card {
    width: 49% !important;
    cursor: pointer;
  }

  .tabs-row {
    width: 100%;
  }

  .tablinks {
    min-width: 43.5%;
  }

  .pdp-filters-section.active {
    flex-direction: column;
  }

  .quoli-grid-pdp-filter-row {
    align-items: center;
  }


  .pdp-average-rating-container {
    right: -40px;
  }

  .pdp-category .pdp-rating-btn {
    font-size: 12px;
  }
  .pdp-filters-section .pdp-category {
    margin: 3px 0px;
  }

  .top-effectiveness-wrapper {
    padding-left: 0px;
  }

  .attribute-span {
    width: 30px;
  }

  #quoli-grid-pdp-rating-basedon {
    text-align: center;
  }
}
</pre></body></html>