/* ==========================================================================
   Archive Catalog Item Template Styles
   ========================================================================== */

.text {
    font-size: 0.75rem ;
    line-height: 1.85;
}

.yubby-search-results h2 {
    margin-top: 15px;
    font-weight: 700;
}

.catalogos-grid,
.produtos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.catalog-price-label {
    color: #5d5d5d;
    font-weight: 400;
    font-size: 0.75rem;
}
.price-row {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    /* margin-bottom: 10px; */
    /* font-size: 1.3em; */
}
.catalog-price-value {
    font-weight: 700;
    color: #373737;
    font-size: 1rem;
}

/* remover retorno padrão de produtos */
.shop-container > div.products {
    display: none;
}

.yubby-tabs-nav {
    /* display: flex; */
    display: none;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.yubby-tabs-nav li {
    padding: 10px 15px;
    list-style: none;
    font-weight: 600;
}

.yubby-tabs-nav li.active a {
    visibility: visible;
}

.yubby-tabs-nav li a {
    visibility: hidden;
}

.yubby-tab-panel {
    display: none;
}

.yubby-tab-panel.active {
    display: block;
}

.box-text-products {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0px !important;
    /* gap: 8px; */
}
.box-text-products .product-title,
.box-text-products .price {
    height: auto !important;
}

.offer-stats {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
}

.offer-stats-row {
    font-size: 0.75rem;
    border-top: solid #eee 1px;
    padding-top: 5px;
}

.yubby-product-condition-label {
    border-top: solid #eee 1px;
    margin-top: 5px !important;
    display: flex;
    padding-top: 5px;
    gap: 5px;
}

.yubby-product-condition-label .yubby-product-condition {
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: capitalize;
    align-content: center;
    color: #666
}

.yubby-product-condition-label .selado {
    background-color: #ABD87D;
}

.yubby-product-condition-label .cib {
    background-color: #CDE6FA;
}

.yubby-product-condition-label .loose {
    background-color: #FEECE2;
}

.yubby-product-condition-label .unknown {
    background-color: #f85f5f;
    color: #ffffff;
    padding: 0 5px;
    width: auto;
}

.yubby-product-condition-label .yubby-product-quality {
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: capitalize;
    align-content: center;
    color: #fff;
}

.yubby-product-condition-label .mint {
    background-color: #679D51;
}
.yubby-product-condition-label .near-mint {
    background-color: #637D50;
}
.yubby-product-condition-label .slightly-played {
    background-color: #4994BB;
}
.yubby-product-condition-label .heavily-played {
    background-color: #FFCB49;
}
.yubby-product-condition-label .damaged {
    background-color: #C84A3C;
}

.category-page-title {
    display: none;
}

#yubby-type-filters .yubby-filter-links li {
    margin: 2px 0px !important;
}

#yubby-type-filters .yubby-filter-links li a {
    opacity: 0.8;
    font-size: 0.8rem;
    text-transform: capitalize;
}
#yubby-type-filters .yubby-filter-link.selected {
    font-weight: 600 !important;
    opacity: 1 !important;
}

#yubby-type-filters .yubby-filter-link.selected::before {
    content: url('https://yubby.com.br/wp-content/uploads/2025/12/avanco-rapido.png');
    display: inline-block;
    width: 8px;
    height: 8px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    margin-right: 8px;
    margin-left: -5px;
    vertical-align: top;
    transform: scale(0.055);
}

#yubby-type-filters .yubby-filter-links li a span {
    font-weight: 400;
    opacity: 0.8;
}

#yubby-type-filters .yubby-show-more {
    font-size: 0.8rem;
    margin: 0px;
    padding: 0px !important;
}



.tags-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags-filter span.tag {
    border: solid #288abb 1px;
    background-color: #288abb;
    color: white;
    padding: 0 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: capitalize;
}

.tags-filter span.tag:hover {
    background-color: #ebebeb;
    color: #288abb;
    cursor: pointer;
}

.tags-filter .tag-close {
    cursor: pointer;
    font-weight: 100;
    line-height: 1;
    margin-left: 5px;
}

.tags-filter .tag-text {
    line-height: 0.5;
}

.shop-container .woocommerce-pagination {
    display: none;
}

.yubby-tabs .pagination-wrap {
    justify-self: center;
}




/* The switch - the box around the slider */
.yubby-switch {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  /* border: solid #f0f 1px; */
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.yubby-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.yubby-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.yubby-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .yubby-slider {
  background-color: #007cba;
}

input:focus + .yubby-slider {
  box-shadow: 0 0 1px #007cba;
}

input:checked + .yubby-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.yubby-slider.round {
  border-radius: 34px;
}

.yubby-slider.round:before {
  border-radius: 50%;
}

.yubby-block-switch p {
    display: flex;
    flex-direction: row;
}

/* Price slider styles */

.yubby-price-slider {
    border-radius: 99px;
    height: 5px;
    background: #5d5d5d;
    position: relative;
}

.yubby-price-slider .ui-slider-handle {
    display: none !important;
}

.yubby-price-slider-range {
    height: 100%;
    top: 0;
    background-color: #007cba;
    left: 0%;
    width: 100%;
    border: 0;
    border-radius: 99px;
    display: block;
    position: absolute;
    z-index: 1;
}

.yubby-price-min-display, .yubby-price-max-display {
    position: absolute;
    height: 15px;
    top: -5px;
    width: 15px;
    outline: none;
    z-index: 2;
    background-color: #007cba;
    border-radius: 50%;
    cursor: pointer;
}

.yubby-price-min-display {
    left: 0;
}

.yubby-price-max-display {
    left: 100%;
    margin-left: -10px;
}

.product-small .title-wrapper p a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}