/* Custom CSS */

#_desktop_tptnheaderlinks{
	font-size: 14px;
	text-transform: uppercase;
}

.page-home .lgcomments_slider_button_previous, .page-home .lgcomments_slider_button_next {
	display: inline-block;
}
.old-price, .prod-old-price{
	color: #aaa !important;
}
.product-miniature .product-thumbnail{
	padding: 10px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    height: auto !important;
}
.product-description .comment_anchor{
	line-height: 30px;
}
.product-tax-inc-tag{
	color: #aaa !important;
	font-size: 12px;
}
.crsl-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4b176d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.crsl-link a:hover {
    color: #7a29aa;
    transform: translateX(3px);
}
.crsl-link a i {
    font-size: 20px;
    line-height: 1;
}
.product-price-and-shipping .price, .product-price{
	display: block;
	font-size: 16px;
}
.old-price{
	font-size: 12px;
}
.mobile-header .search-form {
	background: #eee;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
	position: relative;
    padding: 15px;
    width: 100%;
    z-index: 104;
}
.mobile-header .search-form form {
	position: relative;
}
.mobile-header .search-form form button {
	color: #333;
    font-size: 16px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
}
.mobile-header .search-form #input_search {
    width: 100%;
}
.clientifywhatsapp-iframe {
	bottom: 20px !important;
}
.prod-vat-inc{
	margin-left: 5px;
    font-size: 16px;
}
.prod-old-price{
	font-size: 16px;
}
#newsletter-subscribe-btn{
	width: 83%;
}
#_desktop_blockcart-wrapper{
	display: inline-block;
    width: auto;
    float: right;
}
#_desktop_blockcart-wrapper .m-toggle {
  border-radius: 5px;
}
#desktopmenu {
  border-radius: 10px;
}
.header-nav > .container {
	width: 100%;
}
.style_upper_text_unete {
	color: #fff !important; 
	background-color: #55296a; 
	padding: 5px;
	border-radius: 5px;
}
#megamenu li a img {
  height: 25px;
    margin-right: 20px;
}
#tptnhtmlbox1 h4 {
	margin-bottom: 0;
}
.top-trust-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    font-size: 14px;
    color: #111;
}

.top-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-weight: 500;
}

.top-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    line-height: 1;
}

.top-trust-icon svg {
    display: block;
}
#_desktop_shop-logo img {
	max-height: 101px;
}
#_desktop_tptnsearch .search-form i.search {
    font-size: 35px;
}
#_desktop_blockcart-wrapper .m-toggle img {
  height: 35px;
}
.header-account {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #17142a;
  }
  
  .header-account__icon {
    flex: 0 0 auto;
    line-height: 0;
  }
  
  .header-account__icon img {
    width: 44px;
    height: auto;
    display: block;
  }
  
  .header-account__text {
    display: flex;
    flex-direction: column;
  }
  
  .header-account__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
  }
  
  .header-account__subtitle {
    margin-top: 2px;
    font-size: 13px;
    color: #6b247c;
    line-height: 1.2;
    text-align: left;
  }

  .cart-products-count.floating {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #5F2272;
    color: white;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
  }
  .trust-strip {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 14px;
    max-width: 1370px;
    margin: 25px auto;
}

.trust-box {
    background: #fff;
    border: 1px solid #e8e5ec;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(45, 20, 65, 0.06);
}

.trust-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 18px;
    gap: 18px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #5a1c75;
    border-radius: 50%;
    color: #5a1c75;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: 0 0 48px;
}

.trust-item strong {
    display: block;
    color: #171022;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.trust-item p {
    margin: 0;
    color: #6f6878;
    font-size: 13px;
}

.trust-logos {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 14px 18px;
  gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.trust-logos img {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
}

.prodcrsl .owl-nav .owl-prev,
.prodcrsl .owl-nav .owl-next,
.brandcrsl .owl-nav .owl-prev,
.brandcrsl .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #5b2477 !important;
    font-size: 0 !important;
    transition: all .2s ease;
    z-index: 5;
}

.prodcrsl .owl-nav .owl-prev,
.brandcrsl .owl-nav .owl-prev {
    left: -22px;
}

.prodcrsl .owl-nav .owl-next,
.brandcrsl .owl-nav .owl-next {
    right: -22px;
}

.prodcrsl .owl-nav .owl-prev::before,
.prodcrsl .owl-nav .owl-next::before,
.brandcrsl .owl-nav .owl-prev::before,
.brandcrsl .owl-nav .owl-next::before {
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    color: #5b2477;
}

.prodcrsl .owl-nav .owl-prev::before,
.brandcrsl .owl-nav .owl-prev::before {
    content: "‹";
}

.prodcrsl .owl-nav .owl-next::before,
.brandcrsl .owl-nav .owl-next::before {
    content: "›";
}

.prodcrsl .owl-nav .owl-prev:hover,
.prodcrsl .owl-nav .owl-next:hover,
.brandcrsl .owl-nav .owl-prev:hover,
.brandcrsl .owl-nav .owl-next:hover {
    background: #5b2477 !important;
    border-color: #5b2477 !important;
    color: #fff !important;
}

.prodcrsl .owl-nav .owl-prev:hover::before,
.prodcrsl .owl-nav .owl-next:hover::before,
.brandcrsl .owl-nav .owl-prev:hover::before,
.brandcrsl .owl-nav .owl-next:hover::before {
    color: #fff;
}

.prodcrsl .owl-nav.disabled,
.brandcrsl .owl-nav.disabled {
    display: none !important;
}
/* Logos fabricantes en blanco y negro */
.brandcrsl .brand-item img {
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all .25s ease;
}

/* Hover */
.brandcrsl .brand-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

#zone_ofertas_block .zone-ofertas-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
}

#zone_ofertas_block .zone-ofertas-header-left h4 {
    /*margin: 0 0 6px;
    color: #34104f;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.5px;*/
}
.zone-ofertas-header h4 {
    margin-bottom: 0;
}

#zone_ofertas_block .zone-ofertas-header-left p {
    margin: 0;
    color: #22122f;
    font-size: 16px;
    line-height: 1.4;
}

#zone_ofertas_block .zone-ofertas-header-right a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4b176d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

#zone_ofertas_block .zone-ofertas-header-right a:hover {
    color: #7a29aa;
    transform: translateX(3px);
}

#zone_ofertas_block .zone-ofertas-header-right i {
    font-size: 20px;
    line-height: 1;
}
#zone_ofertas_block {
    padding: 35px 0 45px;
}

#zone_ofertas_block .prodtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#zone_ofertas_block .prodtabs-miniature {
    float: none;
    padding: 0;
    width: calc(25% - 18px);
}

#zone_ofertas_block .thumbnail-container {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(88, 31, 126, 0.12);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(39, 16, 59, 0.08);
    overflow: hidden;
    transition: all 0.25s ease;
}

#zone_ofertas_block .thumbnail-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(39, 16, 59, 0.14);
}

#zone_ofertas_block .oferta-badge-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    min-width: 58px;
    padding: 7px 12px;
    background: linear-gradient(135deg, #5a1685 0%, #8d36bd 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    border-radius: 0 0 10px 0;
}

#zone_ofertas_block .thumbnail-container {
    display: flex;
    flex-direction: column;
}

#zone_ofertas_block .product-thumbnail {
    padding: 28px 20px 10px;
    text-align: center;
}

#zone_ofertas_block .product-thumbnail .thumbnail {
    display: block;
}

#zone_ofertas_block .product-thumbnail img {
    max-width: 135px;
    height: 145px;
    object-fit: contain;
    margin: 0 auto;
}

#zone_ofertas_block .product-description {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px 18px 18px;
}

#zone_ofertas_block .product-title {
    min-height: 66px;
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #111;
}

#zone_ofertas_block .product-title a {
    color: #111;
    text-decoration: none;
}

#zone_ofertas_block .product-price-and-shipping {
    margin-bottom: 18px;
}

#zone_ofertas_block .price {
    display: block;
    margin-bottom: 4px;
    color: #53137c;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
}

#zone_ofertas_block .regular-price {
    color: #6d6077;
    font-size: 15px;
    text-decoration: line-through;
    margin-right: 8px;
}

#zone_ofertas_block .discount-product {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    background: #ead8f7;
    color: #4b176d;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

#zone_ofertas_block .oferta-product-benefits {
    display: flex;
    margin-top: auto;
    margin-bottom: 14px;
    background: #fbf8fe;
    border-radius: 8px;
    overflow: hidden;
}

#zone_ofertas_block .oferta-benefit {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 50%;
    padding: 12px 10px;
    color: #251135;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
}

#zone_ofertas_block .oferta-benefit + .oferta-benefit {
    border-left: 1px solid rgba(88, 31, 126, 0.12);
}

#zone_ofertas_block .oferta-benefit i {
    color: #5a1685;
    font-size: 20px;
}

#zone_ofertas_block .oferta-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    padding: 13px 15px;
    background: linear-gradient(135deg, #5a1685 0%, #4b0f74 100%);
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

#zone_ofertas_block .oferta-product-btn:hover {
    background: linear-gradient(135deg, #6e1fa0 0%, #561284 100%);
    color: #fff;
}

#zone_ofertas_block .oferta-product-btn i {
    font-size: 22px;
}

@media (max-width: 1199px) {
    #zone_ofertas_block .prodtabs-miniature {
        width: calc(33.333% - 16px);
    }
}

@media (max-width: 767px) {
    #zone_ofertas_block .prodtabs {
        gap: 16px;
    }

    #zone_ofertas_block .prodtabs-miniature {
        width: calc(50% - 8px);
    }

    #zone_ofertas_block .product-title {
        font-size: 15px;
        min-height: auto;
    }

    #zone_ofertas_block .price {
        font-size: 22px;
    }

    #zone_ofertas_block .oferta-product-benefits {
        flex-direction: column;
    }

    #zone_ofertas_block .oferta-benefit {
        width: 100%;
    }

    #zone_ofertas_block .oferta-benefit + .oferta-benefit {
        border-left: 0;
        border-top: 1px solid rgba(88, 31, 126, 0.12);
    }
}

@media (max-width: 480px) {
    #zone_ofertas_block .prodtabs-miniature {
        width: 100%;
    }
}

#zone_ofertas_block .thumbnail-container {
    display: flex;
    flex-direction: column;
}

#zone_ofertas_block .product-description {
    flex: 1;
    width: 52%;
}

#zone_ofertas_block .oferta-product-footer {
    margin-top: auto;
    padding: 0 18px 18px;
}
#zone_ofertas_block.tptnprodtabs .product-thumbnail {
    width: auto;
}
#zone_ofertas_block.tptnprodtabs .prodtabs-miniature {
    background: transparent;
    border: 0;
}

@media (max-width: 767px) {
    #zone_ofertas_block .zone-ofertas-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }

    #zone_ofertas_block .zone-ofertas-header-left h4 {
        font-size: 26px;
    }

    #zone_ofertas_block .zone-ofertas-header-left p {
        font-size: 14px;
    }
}

#zone_ofertas_block .thumbnail-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#zone_ofertas_block .product-thumbnail,
#zone_ofertas_block .product-description {
    float: none;
}

#zone_ofertas_block .product-thumbnail {
    
    padding: 32px 0px 10px 18px;
    text-align: center;
}

#zone_ofertas_block .product-description {
    
    padding: 32px 0px 10px 8px;
    flex: initial;
}

#zone_ofertas_block .thumbnail-container {
    flex-wrap: wrap;
    flex-direction: row;
}

#zone_ofertas_block .oferta-product-footer {
    width: 100%;
    padding: 0 4px 18px;
    margin-top: auto;
}

#zone_ofertas_block .product-thumbnail img {
    max-width: 125px;
    height: 145px;
    object-fit: contain;
}

#zone_ofertas_block .product-title {
    min-height: 72px;
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.35;
}

#zone_ofertas_block .price {
    font-size: 28px;
}

@media (max-width: 767px) {
    #zone_ofertas_block .thumbnail-container {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #zone_ofertas_block .product-thumbnail,
    #zone_ofertas_block .product-description {
        width: 100%;
    }

    #zone_ofertas_block .product-thumbnail {
        padding: 28px 18px 10px;
    }

    #zone_ofertas_block .product-description {
        padding: 10px 18px 16px;
    }
}
#footer #tptnhtmlbox2 em {
    border: 0 !important;
}
#footer #tptnhtmlbox2 a:hover em {
    background-color: transparent !important;
}
#footer #tptnhtmlbox2 {
    padding-bottom: 30px;
}
#tptnhtmlbox2.zona-beneficios-footer {
    padding: 32px 0;
    background: #f6f2fb;
}

#tptnhtmlbox2 .beneficios-footer-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
    border: 1px solid rgba(95, 28, 135, 0.12);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(57, 17, 82, 0.08);
    overflow: hidden;
}

#tptnhtmlbox2 .beneficio-item {
    width: 16.666%;
    position: relative;
}

#tptnhtmlbox2 .beneficio-item + .beneficio-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 1px;
    background: rgba(95, 28, 135, 0.18);
}

#tptnhtmlbox2 .beneficio-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 190px;
    padding: 26px 20px 24px;
    text-align: center;
    text-decoration: none;
    color: #35104f;
}

#tptnhtmlbox2 .beneficio-icono {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #f0defd;
    border: 2px solid #dfc2f5;
    box-shadow: inset 0 0 0 6px rgba(255,255,255,0.45);
}

#tptnhtmlbox2 .beneficio-icono em {
    color: #5c1685;
    font-size: 38px;
    font-style: normal;
}

#tptnhtmlbox2 .beneficio-titulo {
    display: block;
    margin-bottom: 8px;
    color: #35104f;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

#tptnhtmlbox2 .beneficio-texto {
    display: block;
    color: #6d4d82;
    font-size: 14px;
    line-height: 1.4;
}

#tptnhtmlbox2 .beneficio-item a:hover .beneficio-icono {
    transform: translateY(-3px);
    background: #ead1fb;
}

/* TITULOS FOOTER ESTILO MOCKUP */
.footer-container .links .h3, .footer-container #tptnsocial .h3 {
    position: relative;
    display: inline-block;
    margin: 0 0 28px;
    padding-bottom: 14px;
    color: #5e2b78 !important;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: inherit;
    text-transform: none;
}

/* Rayita decorativa inferior */
.footer-container .links .h3:after,
.footer-container #tptnsocial .h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    border-radius: 20px;
    background: linear-gradient(90deg, #5c1685 0%, #7d3fb1 100%);
}

/* Espaciado superior del footer */
.footer-container .links {
    padding-top: 10px;
}

/* LISTADOS FOOTER ESTILO MOCKUP */
.footer-container .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-container .links ul li {
    position: relative;
    margin: 0;
    padding: 0;
}

.footer-container .links ul li + li {
    margin-top: 14px;
}

.footer-container .links ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 24px;
    color: #5f5870;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Flechita izquierda */
.footer-container .links ul li a:before {
    content: "›";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    color: #5c1685;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    transition: all 0.25s ease;
}

/* Hover elegante */
.footer-container .links ul li a:hover {
    color: #431166;
    transform: translateX(4px);
}

.footer-container .links ul li a:hover:before {
    color: #7c35b1;
}

.footer-contact-block .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-contact-block .footer-contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #27213f;
    font-size: 17px;
    line-height: 1.45;
}

.footer-contact-block .footer-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #f4eafa;
    border: 1px solid #e3cef4;
    color: #55147e;
}

.footer-contact-block .footer-contact-icon i {
    font-size: 28px;
}

.footer-contact-block .footer-support-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 34px;
    padding: 22px 20px;
    background: #f6edfb;
    border: 1px solid #dfc8ef;
    border-radius: 14px;
    color: #2f144d;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(59, 19, 98, 0.06);
}

.footer-contact-block .footer-support-icon i {
    font-size: 34px;
    color: #55147e;
}

.footer-contact-block .footer-support-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

.footer-contact-block .footer-support-content strong {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.footer-contact-block .footer-support-content small {
    font-size: 15px;
    line-height: 1.45;
    color: #5d4b72;
}

.footer-contact-block .footer-support-arrow {
    color: #55147e;
    font-size: 34px;
    line-height: 1;
}

.footer-contact-block .footer-banner-sec {
    display: none;
}
.ekomi-widget-container {
    text-align: right;
}


.footer-bottom-modern {
    padding: 34px 0;
    /*background: #fff;*/
    border-top: 1px solid rgba(92, 22, 133, 0.12);
}

.footer-bottom-modern .footer-bottom-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 35px;
    display: flex;
    align-items: center;
    gap: 38px;
}

.footer-bottom-brand img {
    max-width: 185px;
    height: auto;
    display: block;
}

.footer-bottom-copy {
    min-width: 260px;
    color: #2e1b45;
    font-size: 16px;
    line-height: 1.6;
}

.footer-bottom-copy p {
    margin: 0 0 8px;
    color: #4b176d;
    font-weight: 600;
}

.footer-bottom-copy span {
    color: #4f4560;
}

.footer-bottom-payments,
.footer-bottom-secure {
    padding-left: 36px;
    border-left: 1px solid rgba(92, 22, 133, 0.14);
}

.footer-bottom-payments p,
.footer-bottom-secure p {
    margin: 0 0 12px;
    color: #3b1362;
    font-size: 18px;
    font-weight: 800;
}

.footer-payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-payment-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 42px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid rgba(92, 22, 133, 0.16);
    border-radius: 8px;
    color: #243052;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(41, 20, 61, 0.04);
}

.footer-bottom-secure {
    margin-left: auto;
}

.footer-secure-content {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #2e1b45;
    font-size: 15px;
    line-height: 1.35;
}

.footer-secure-content i {
    color: #5c1685;
    font-size: 40px;
}

@media (max-width: 991px) {
    .footer-bottom-modern .footer-bottom-inner {
        flex-wrap: wrap;
        gap: 25px;
    }

    .footer-bottom-payments,
    .footer-bottom-secure {
        padding-left: 0;
        border-left: 0;
    }

    .footer-bottom-secure {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .footer-bottom-modern .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .footer-payment-icons {
        flex-wrap: wrap;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .footer-container .links ul li a {
        font-size: 15px;
    }

    .footer-container .links ul li + li {
        margin-top: 10px;
    }
}

/* Ajuste responsive */
@media (max-width: 991px) {
    .footer-container .links .h3,
    .footer-container #tptnsocial .h3 {
        font-size: 26px;
        margin-bottom: 22px;
    }
}

@media (max-width: 991px) {
    #tptnhtmlbox2 .beneficios-footer-box {
        flex-wrap: wrap;
    }

    #tptnhtmlbox2 .beneficio-item {
        width: 33.333%;
    }
}

@media (max-width: 575px) {
    #tptnhtmlbox2 .beneficio-item {
        width: 50%;
    }

    #tptnhtmlbox2 .beneficio-item a {
        min-height: 170px;
        padding: 22px 14px;
    }
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
    .tptnmobilemenu a {
        font-size: 1.5em;
    }
    footer-bottom-modern .footer-bottom-inner {
        align-items: center;
    }
    .ekomi-widget-container {
        text-align: center;
    }
    #custom-text {
        line-height: 30px;
    }
    .featuredcategories-title {
        text-align: center;
    }
    .trust-logos {
        flex-direction: column;
    }
    .mobile-header .search-form {
        z-index: 100;
    }
    #_mobile_tptnheaderlinks {
        display: none;
    }
    #header .mobile-header .m-toggle {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    #_mobile_user-info .m-toggle .header-account__icon > img,
    #_mobile_blockcart-wrapper .m-toggle >  img {
        width: 30px;
    }
    .header-account {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #17142a;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }
    .header-account__text {
        display: none;
    }
    #_mobile_user-info .m-toggle .header-account__icon > img,
    #_mobile_blockcart-wrapper .m-toggle >  img {
        filter: brightness(0) invert(1);
    }
    .top-trust-items {
        display: none;
    }
    #_mobile_shop-logo img {
        max-height: 90px;
    }
    .prodcrsl .owl-nav .owl-prev,
    .brandcrsl .owl-nav .owl-prev {
        left: 5px;
    }

    .prodcrsl .owl-nav .owl-next,
    .brandcrsl .owl-nav .owl-next {
        right: 5px;
    }
}

@media (max-width: 991px) {
    .trust-strip {
        grid-template-columns: 1fr;
    }

    .trust-features {
        grid-template-columns: 1fr;
    }
}