/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.container {
    padding-left: 55px;
    padding-right: 55px;
}

/* Footer */ 

.links-footer img {
    margin-right: 15px;
    width: 21px;
    height: auto;
}

.links-footer p {
    font-weight: 500;
}

#footer .ps-emailsubscription-block .newsletter-input-group,
#checkout-footer .ps-emailsubscription-block .newsletter-input-group {
    width: 80%;
}

#footer-container-main.footer-style-1 .ps-emailsubscription-block .ps-emailsubscription-conditions  {
    max-width: 80%;
}

/* Menu principal */

.cbp-horizontal .cbp-tab-title {
    font-weight: 500;
}

.ps-shoppingcart #blockcart img {
    height: 38px;
    width: auto;
}

/* Home */

.tparrows.tp-rightarrow:before {
    content: url(/img/icons/right.svg);
}

.column {
    float: left;
    width: 50%;
}

.form-columns:after {
    content: "";
    display: table;
    clear: both;    
}

.btn-enviar {
    border-radius: 50px;
    text-transform: uppercase;
    padding: 8px 42px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.column label {
    display: none;
}

.custom-checkbox label {
    color: #000;
}

.btn-product-list {
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 32px;
    text-transform: uppercase;
}

.ps-emailsubscription-block .custom-checkbox label {
    color: #fff;
}

section#products {
    padding-left: 130px;
    padding-right: 130px;
}

.pagination {
    margin-bottom: 100px;
}

.pagination .page-list li {
    border: none;
    border-radius: 6px;
    background: #EAEAEA;
}

a#infinity-url-prev, a#infinity-url-next, span.spacer {
    background: #fff;
}

.pagination .page-list li.current a {
    color: #fff;
    background: #AFAFAF;
    border-radius: 6px;
}

.btn-precios {
    margin-top: 100px;
    margin-bottom: 90px;
}

.l-precios {
    color: #fff !important;
    font-weight: 500;
}

.products-grid .product-miniature-default .product-title {
    margin-bottom: 20px;
}

.products-selection {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-top: none;
    border-bottom: none;
}

.btn-filter {
    background-color: transparent;
    border: none;

}

.btn-filter img {
    width: 20px;
    height: auto;
}

.btn-filter:hover {
    background-color: transparent;
    border: none;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border: none;
}

.btn-secondary :active {
    background-color: transparent;
    border: none;
}

.btn-secondary:focus {
    background-color: transparent;
    border: none;
}

.products-selection .view-switcher a {
    color: #c0c0c0 !important;
}

.product-miniature-list .product-functional-buttons  {
    display: none;
}

.images-container .swiper-button-arrow {
    border: 2px solid #AFAFAF;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "\f060";
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "\f061";
}

#product .product-tt {
    color: #1C2022;
    font-size: 74px;
    font-weight: 900;
    line-height: 84px;
}

.product_header_container {
    border-bottom: 0px;
}

.product-additional-info {
    border-top: 0px;
}

.product-cat {
    color: #EF7A1E !important;
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.description-p {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Button Ver más */

.product-description {
    max-height: 150px; /* Altura máxima inicial */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.product-description.expanded {
    max-height: none; /* Altura automática cuando está expandido */
}

.view-more-btn {    
    background-color: transparent;
    color: #1C2022;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-style: solid;
    display: block;
    margin-left: auto;
    font-size: 21px;
}

.custom-btn {
    display: block;
    width: 100%; /* Ancho completo */
    background-color: #EF7A1E;
    color: #fff !important;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
    cursor: pointer;
    margin-top: 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
}

.custom-btn:hover {
    background-color: #d96a1b;
}

.product-info-content {
    margin-right: 100px;
}

/* ...existing code... */









@media (min-width: 1025px) and (max-width: 1440px) {

    .hero-tt h1 {
        font-size: 80px !important;
        line-height: 90px !important;
    }

    .hero-tt div {
        margin: 25px 0px 0px 0px !important;
    }

    .hero-bg {
        background-size: 40% !important;
    }

    .hero-second-img {
        background-size: 25% !important;
        background-position: center left !important;
    }

    .col-second-img div {
        margin: 0% 5% 0% 13% !important;
    }

    .hero-btn {
        padding-top: 60px !important;
    }

    .col-btn-productos .img-productos div {
        margin: 18% 0% -50% -6% !important;
    }

}

@media (max-width: 768px) {
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    section#products {
        padding-left: 10px;
        padding-right: 10px;
    }

    .products-selection {
        display: block;
    }

}