.yotpo-smart-topics-headline, 
#yotpo-main-widget-btn,
.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab,
.yotpo-smart-topic-filter,
.yotpo-media-gallery-headline {
  font-family: 'Untitled Sans' !important;
  font-weight: 400 !important;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 12px !important;
  line-height: 19.8px !important;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab {
  display: flex;
  height: 30px;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  border: 1px solid #E7D8D4 !important;
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab[aria-selected="true"] {
  border: 1px solid #FD6562 !important;
}

#yotpo-main-widget-btn {
  border-radius: 4px !important;
  background-color: #FD6562 !important;
  color: #000000 !important;
}

.yotpo-icon-button, .yotpo-icon-button:hover {
  background-color: #ffffff !important;
}
  .yotpo-icon-button__icon {
  	fill: #3F0D1A !important;
  }
  
}

.yotpo-main-widget-tabs .ugc-storefront-widgets-tabs-container__tab.selected {
    border-bottom: 1px solid #FD6562 !important;
}

.ugc-storefront-widgets-tabs-container.yotpo-main-widget-tabs {
  justify-content: center !important;
}

.yotpo-main-widget-tabs:not(.pp-embedded-displayed) {
  margin-bottom: 35px;
}

.yotpo-search-filter {
  border-radius: 4px !important;
  border: 1px solid #ffffff !important;
}

.yotpo-search-filter--focus, .yotpo-search-filter:hover {
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
}

.yotpo-smart-topic-filter {
  border-radius: 4px !important;
  background-color: #fff !important;
  border: 1px solid #E7D8D4 !important;
}

.yotpo-smart-topic-filter:hover,
.yotpo-smart-topic-filter[aria-checked="true"]{
  border: 1px solid #FD6562 !important;
  color: #3F0D1A !important;
}

.yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-free-search-filter-container {
  width: max-content !important;
}