.p-15 {
    padding: 15px;
}

.p-30 {
    padding: 30px;
}

.ps-logo img {
    max-height: 50px;
}

.ps-product--detail .ps-product__preview {
    min-width: 106px;
    width: 106px;
    padding-right: 0;
}

.ps-product--detail .ps-product__preview .item.slick-current {
    border: none;
}

.ps-product--detail .ps-product__preview .item {
    border: none;
    background-color: #fafafa;
}

.ps-product--detail .ps-product__preview .item img {
    filter: brightness(0.98);
}

.filter-block {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.filter-block .checkboxes {
    max-height: 142px;
    overflow: scroll;
    padding-top: 25px;
}

.filter-title {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #626262;
    text-transform: uppercase;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

.show.collapse {
    overflow: hidden;
}

.custom-checkbox input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 16px; /* Adjust size as needed */
    height: 16px; /* Adjust size as needed */
    border: 1px solid #28a745; /* Example color: green */
    border-radius: 3px; /* Rounded corners */
    margin-right: 4px; /* Spacing between checkbox and label */
}

input[type="checkbox"]:checked + label::before {
    background-color: #28a745; /* Example color: green */
}

.custom-checkbox label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.new-price {
    color: #cf5050;
}

.ps-shoe__categories,
.ps-shoe__categories.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

div.brightness {
    background-color: #fafafa;
}

div.brightness img {
    filter: brightness(0.98);
}

.ps-shoe .ps-shoe__thumbnail img  {
    padding: 30px;
}

.ps-shoe .ps-shoe__thumbnail  {
    margin-bottom: 15px;
}

.category-loops {
    padding: 15px;
}

.ps-post--detail, .ps-post--detail p {
    font-size: 20px !important;
    color: #000 !important;
}

.ps-post--detail .ps-post__content p strong *,
.ps-post--detail .ps-post__content p b * {
    font-weight: bold !important;
}
