/** Shopify CDN: Minification failed

Line 67:18 Expected ":"

**/
.template-product .main-product-information .product-information .price-product-container.price--on-sale .price-item.price-item--sale:not(.price-item--percent){
    color: red;
    font-size: 25px;
    font-weight: 600;
}
.template-product .main-product-information .product-information .price-product-container.price--on-sale{
    display: flex;
    align-items: center;
    gap: 10px;
}
.pdf-list {
     margin: auto;
    padding: 20px;
    border-radius: 8px;
}

.pdf-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.pdf-item:last-child {
    border-bottom: none;
}

.pdf-name {
    font-weight: 500;
}

.pdf-download {
    text-decoration: none;
    background: #007bff;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
}

.pdf-download:hover {
    background: #0056b3;
}

.block-categories-slider .categories-slider-list li {
  border-top: 1px solid #e0e0e0 !important;
  border-right: 1px solid #e0e0e0 !important;
}
.slideshow  .block-categories-slider .categories-slider--list li.mega-menu{
    position: relative;
}
.slideshow  .block-categories-slider .categories-slider--list li{
    border: none;
}
.slideshow  .block-categories-slider .mega-menu__list li{
    min-height: 20px;
}
.slideshow .link.mega-menu__link--level-2{
    font-size: 1.6rem;
    font-weight: 600;
    text-transform none;
}

.menu-custom.details__list.mega-menu__content{
    position: absolute;
    top: 0; 
    left:100%;
    z-index: 100;
    background-color: #ffffff;
    width: 50vw;
    border: none; 

}

@media(max-width: 1439px) {
    .menu-custom.details__list.mega-menu__content{
        top: 100%;
        left: 0;
        right: 0 ;
        width: 100% ;

    }
}
/* ????????? */
.block-categories-slider .details__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }

.block-categories-slider .icon-image {
    width: 40px !important;
    margin-bottom: 0px;
    margin-top: 10px;
}

.block-categories-slider .icon-image img {
    width: 100%;
    height: auto;
}
.block-categories-slider .categories-slider--list li .details__summary {
  border-top: 0px solid #cfcfcf !important;
  border-right: 0px solid #cfcfcf !important;

}
@media (max-width: 1024px){
  .block-categories-slider .categories-slider--list{
      overflow-y: hidden !important;
      padding-bottom: 0 !important;
  }
}

.contact-form-stack .paragraph:not(.button,.button-secondary,label) {
    color: #000000;
}

/* Custom template mentenanta-ups */
.template-product-mentenanta-ups .block-contact-form .contact-form-actions {
    width: 100%;
    text-align: center;
}
.template-product-mentenanta-ups .sticky-atc {
    display: none;
}

/* Custom custom page */
.product-details .tax-note {
    font-size: 12px;
    margin-top: 10px;
}
.product-details .price-item--last {
    color: red;
    font-size: 25px;
    font-weight: 600;
}
.card .price-item {
    color: red;
}