:root {
    --detalle: #640101;
    --texto: #000;
    --fondo: #f5f5f5;
    --negro: #fff;
    --color: var(--detalle);
    --color-fondo-swal: #eee;
    --tachado: #333;
    --detalle2: var(--detalle);
    --oferta: #ed7a00;
    --invert: 0;
}

@media (prefers-color-scheme: dark) {
    :root {
        --detalle: #640101;
        --texto: #fff;
        --fondo: #050505;
        --negro: #000;
        --color: var(--detalle);
        --color-fondo-swal: #333;
        --tachado: #ff0404;
        --detalle2: #fff;
        --oferta: #ed7a00;
        --invert: 1;
    }
}

li,p,h4,h3,h2,h1 {
    color: var(--texto) !important;
}

body {
    background-color: var(--fondo);
}

#hablamos {
    position: fixed;
    right: 10px;
    bottom: 120px;
    background-color: var(--detalle);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /* display: grid; */
    display: none;
    justify-items: center;
    align-items: center;
    z-index: 400;
    filter: drop-shadow(0px 0px 5px var(--texto));
    cursor: move;
    /*Deshabilitar selección de texto*/
    -moz-user-select: none;
    /* Mozilla */
    -khtml-user-select: none;
    /* Chrome */
    -o-user-select: none;
    /* Opera */
}

#hablamos {
    right: 1rem;
    bottom: 6rem;
    display: flex;
    visibility: hidden;
    background-color: transparent;
}

#hablamos img {
    width: 110%;
    height: 110%;
    margin-left: -5%;
}

@media (min-width: 1024px) {
    #portada {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .carousel {
        max-width: 40vh;
    }

    #portada .padding.product-section {
        padding-left: 1rem;
        min-height: 100%;
        display: grid;
    }

    #portada .cta {
        justify-content: start;
    }
    .padding.iconos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .three-steps {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .three-steps h3 {
        grid-column: 1 / 4;
    }

    .three-steps .step {
        margin: 1rem;
    }

    .padding.iconos div p {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.carrusel_resenas {
    width: inherit !important;
}
.noticias {
    height: 275px !important;  
    overflow-y: hidden;  
}
.flickity-viewport {
    height: inherit;
}
.encabezados h2{
    text-align: center !important;
    font-size: clamp(22px, 2.5vw, 46px) !important;
    margin: .5rem;
}
.noticias.minis .flickity-slider{
    margin-top: 0.2rem;
}
.noticias.minis,
.noticias.minis .flickity-slider, .noticias.minis .cont_carrusel.mini,
.noticias.minis .card_barril3, .noticias.minis .card_barril3 .foto img {
    height: 390px !important;
}
.noticias.minis .card_barril3{
    height: 380px !important;
}
.noticias.minis .cont_carrusel.mini,
.cont_carrusel.mini .card_barril3 {
    margin: 0 !important;
}
.noticias.minis .card_barril3 {
    grid-template-rows: 1fr 1fr !important;
    margin: 0px !important;
}
.noticias.minis .card_barril3 .foto {
    height: 104% !important;
}
.noticias.minis .card_barril3 .foto img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

#producto {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: auto;
    height: auto;
    align-items: flex-start;
    overflow: hidden;
    padding: 0rem;
    box-sizing: border-box;
    min-height: 68.5vh;
}

#producto .descripcion .botones {
    display: flex;
    align-items: center;
}

#producto .descripcion .botones .anadir {
    border-radius: 8px;
    padding: 0.5rem;
    display: inline-block;
    cursor: pointer;
    background: var(--detalle);
    color: #fff;
    box-shadow: 0px 0px 7px var(--texto);
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 1rem;
    font-size: 1rem;
}

#producto .descripcion .botones .compartir {
    width: 26px;
    border-radius: 8px;
    padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    display: grid;
    cursor: pointer;
    background: var(--detalle);
    color: #fff;
    box-shadow: 0px 0px 7px var(--texto);
    text-decoration: none;
    margin-bottom: 10px;
    font-size: .7rem;
    align-items: center;
    justify-content: center;
}

#producto .descripcion .botones .compartir img {
    height: 24px;
    margin: auto;
}

.carButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: .5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    left: .5rem;
    user-select: none;
    transition: all .5s;
    outline: none;
}

.carButton:hover {
    background-color: var(--texto);
}

#nextButton {
    left: auto;
    right: .5rem;
}

.btn {
    border-radius: 8px;
    display: block;
    background: var(--detalle);
    /*****/
    padding: 1rem;
    font-size: 1.3rem;
    margin: .5rem auto;
    width: 60%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 0px 7px var(--detalle);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-auto {
    width: auto;
}
.btn-large {
    width: calc(100% - 1rem);
    box-sizing: border-box;
}

.iconos div {
    text-align: center;
}

.iconos div img {
    width: 80%;
    max-width: 320px;
    margin: auto;
}

body {
    font-family: system-ui, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    padding: 0;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.color {
    color: var(--detalle2) !important;
}

.swal2-popup {
    color: var(--texto) !important;
    background: var(--color-fondo-swal) !important;
}
.swal2-popup.swal2-toast {
    background: var(--color-fondo-swal) !important;
    -webkit-box-shadow: 0px 0px 8px var(--texto) !important;
    box-shadow: 0px 0px 8px var(--texto) !important;
}
.swal2-timer-progress-bar{
    background-color: var(--detalle) !important;
}
.swal2-styled.swal2-confirm {
    background-color: rgb(8 51 36) !important;
}
.swal2-styled.swal2-confirm:focus {
    -webkit-box-shadow: 0 0 0 3px rgb(100 200 122 / 50%) !important;
    box-shadow: 0 0 0 3px rgb(100 200 122 / 50%) !important;
}
.swal2-styled.swal2-default-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgb(100 200 122 / 50%) !important;
            box-shadow: 0 0 0 3px rgb(100 200 122 / 50%) !important;
}
.swal2-loader {
    width: 2.4em !important;
    height: 2.4em !important;
    border-width: 0.5em;
    border-color: var(--detalle2) rgba(0,0,0,0) var(--detalle2) rgba(0,0,0,0) !important;
}

.padding {
    padding: .5rem;
}

#juxtapose {
    width: 100%;
    margin: auto;
    max-width: 600px;
}

.m-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.h3-s {
    font-size: 1.1rem;
}

h1 {
    text-align: left;
    font-size: clamp(2.6rem, 4vw, 3.5rem);
    font-family: Bohem !important;
    font-weight: normal;
}

h2,
h3{
    text-align: left;
    color: var(--fondo);
    font-size: 1.5rem;
    margin-top: .25rem;
}
#suscribete label {
    font-size: 1.5rem;
}

.footer a{
    color: var(--texto) !important;
    display: block;
}

.promo-banner {
    background-color: var(--detalle);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    z-index: 99;
    position: relative;
}

.product-section{
    text-align: center;
    box-sizing: border-box;
}

.testimonial,
.faq-item,
.step,
.cta {
    text-align: center;
    margin-top: 15px;
    box-sizing: border-box;
}
.cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cta .compartir {
    width: 56px;
    height: 56px;
    margin: auto 0 auto 1rem;
    background: var(--detalle);
    box-sizing: border-box;
    padding: .5rem;
    border-radius: 8px;
    box-shadow: 0px 0px 7px var(--detalle);
    cursor: pointer;
}

.dashed-image {
    position: relative;
    aspect-ratio: 1 / 1;
    /* Define una relación de aspecto 1:1 para un cuadrado */
    margin: 0px auto;
    max-width: 100%;
    /* Hace que el ancho máximo sea el 100% del contenedor padre */
    width: 100%;
    max-width: 720px;
    /* Limita el ancho máximo a 500px */
    text-align: center;
    box-sizing: border-box;
    /* box-shadow: 2px 2px 10px #000; */
}

.swiper-horizontal {
    overflow: hidden;
}

.product-description {
    font-size: 1rem;
    margin-top: 10px;
    text-align: left;
}

.product-benefits {
    list-style: none;
    text-align: left;
    padding-inline-start: 0rem;
}

.cta #root {
    background-color: var(--detalle);
    color: var(--texto);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: .5rem;
    box-shadow: 2px 2px 10px var(--texto) !important;
}

.cta #root:hover {
    box-shadow: 2px 2px 4px var(--fondo) !important;
}

.stars_cabecera {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    text-decoration: underline;
    font-size: 1.1rem;
    color: var(--texto)
}

.stars_cabecera img {
    height: 20px;
    width: auto;
    margin-right: 1rem;
}

.testimonials {
    background-color: var(--fondo);
    padding: 1rem;
}

.testimonials h2 {
    color: var(--texto);
}

.testimonial,
.faq-item {
    background-color: var(--texto);
    padding: 10px;
    margin: 10px 0;
    border-left: 5px solid var(--detalle);
    color: var(--fondo);
}

.testimonials .testimonials-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: 300px;
    align-content: stretch;
}

.testimonial .testimonio_img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
    height: 100%;
    margin: auto;
    margin-bottom: .75rem;
}

.testimonial p {
    text-align: left;
}

.testimonial .stars {
    display: flex;
    align-items: center;
}

.testimonial .stars img {
    height: 20px;
    width: auto;
}

.testimonial .stars .verificada {
    border: 1px solid var(--fondo);
    font-size: .8rem;
    border-radius: .5rem;
    padding: .25rem .75rem;
    margin-right: .75rem;
}

.testimonial .person {
    display: flex;
    align-items: center;
}

.testimonial .person img {
    width: 36px;
    margin-right: .5rem;
    border-radius: 50%;
}

.resena {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin: 1rem 0;
}

.resena div p {
    margin-bottom: .5rem;
}

.resena div .stars {
    display: flex;
    margin-left: 0;
    align-items: center;
    color: var(--texto);
}

.resena div .stars img {
    height: 20px;
    border: none;
    width: auto;
    border-radius: 0;
    margin-left: .5rem;
}

.resena div .stars .verificada {
    border: 1px solid var(--texto);
    color: var(--texto);
    font-size: .8rem;
    border-radius: .5rem;
    padding: .25rem .75rem;
    margin-left: .75rem;
}

.three-steps,
.faq {
    padding: 1rem;
}

.three-steps {
    background-color: var(--detalle);
}

.three-steps h3 {
    color: #fff !important;
}

.step {
    background-color: var(--texto);
    padding: 15px;
    margin-bottom: 10px;
}

.step h4 {
    font-size: 16px;
}

.footer {
    text-align: center;
    padding: 20px;
    color: var(--texto);
}

.product-benefits li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
li {
    line-height: 1.75rem;
}

.product-benefits li svg {
    margin-right: .5rem;
}
.lista ul {
    text-align: left !important;
    padding-left: 1rem;
    margin: auto;
}

.product-price {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bolder;
}
.juxtapose-name{
    display: none !important;
}


.tachado {
    text-decoration: line-through;
    color: var(--tachado);
}

.accordion-container {
    border-bottom: 2px solid var(--texto);
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.accordion-header {
    cursor: pointer;
    padding: 1rem .5rem 1rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: var(--texto);
}

.accordion-container a{
    color: var(--detalle2);
}

.item-header {
    display: flex;
    align-items: center;
    color: var(--texto);
}

.item-header img {
    margin-right: 1rem;
}

.accordion-header .arrow {
    color: var(--texto);
    transition: transform 0.3s ease;    
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1rem;
}

.accordion-container.active .accordion-content {
    max-height: 200px;
    /* Ajusta según el contenido esperado */
    padding: 0 1rem;
}

.accordion-container.active .accordion-header .arrow {
    transform: rotate(180deg);
    /* Rota la flecha hacia arriba cuando está activo */
}

.swiper-button-next,
.swiper-button-prev {
    background: var(--detalle);
    color: #fff !important;
    border-radius: 8px;
    padding: .25rem;
}

.swiper-pagination-bullet-active {
    background-color: var(--detalle) !important;
}

.swiper-thumbs {
    min-height: 11vh;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1024px;
        padding: 1rem 2vw;
    }
}
#suscribete {
    display: grid;
    text-align: center;
    width: 98%;
    max-width: 900px;
    margin: auto;
}

#suscribete input, #suscribete button, #link-video, #link-video2, #btn2{
    box-sizing: border-box;
    max-width: 480px;
}
.label {
    color: var(--texto);
    margin: 1rem auto 0rem auto;
}
.encabezados {
    padding: .5rem 5%;
}
#suscribete input[type="text"], #suscribete select, #email{
    margin: 1rem auto .5rem auto;
    width: calc(100% - 1rem);
    border-radius: 8px;
    border: 1px solid var(--texto);
    outline: none;
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    color: var(--texto);
    background: var(--negro);
}
#suscribete select{
    padding: 0.25rem 1rem !important;
}
.carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 60vh;
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.miniSwiper {
    height: 100px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miniSwiper .swiper-slide {
    width: auto;
    max-height: 22vw;
    height: 100%;
    opacity: 0.4;
}

.miniSwiper .swiper-slide-thumb-active {
    opacity: 1;
}


.miniSwiper .swiper-slide img {
    width: auto;
    height: 100%;
}
.plyr__control--overlaid {
    background: var(--detalle) !important;
    border: 0;
    padding: 2rem !important;
}
.plyr__control svg {
    height: 2rem !important;
    width: 2rem !important;
}
.swal2-styled.swal2-confirm {
    background-color: var(--detalle) !important;
    color: var(--texto);
}
.card_barril3 .foto img {
    width: 100%;
    max-width: 256px;
    height: 100%;
}
.noticias {
    position: relative;
    min-height: 200px;
    width: 100%;
    margin: 0 auto;
}
.noticias .flickity-slider {
    display: grid;
}
.cont_carrusel {
    max-width: 380px;
    min-width: 300px;
    width: 92%;
    margin-left: 1rem; 
    padding-left: .5rem; 
    margin: 0 0.25rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
}
.cont_carrusel.mini {
    width: 20%;
    max-width: 200px;
    min-width: 200px;
}
.oferta_activa {
    position: absolute;
    top: 16px;
    z-index: 10;
    background: var(--oferta);
    color: var(--texto);
    transform: rotate(-45deg);
    left: -84px;
    width: 250px;
    text-align: center;
    font-size: 20px;
}
.top_ventas {
    position: absolute;
    top: 60px;
    z-index: 10;
    background: var(--detalle2);
    color: var(--texto);
    transform: rotate(-45deg);
    left: -55px;
    width: 240px;
    text-align: center;
    font-size: 17px;
}
.top_ventas2 {
    position: absolute;
    top: 16px;
    z-index: 10;
    background: var(--detalle2);
    transform: rotate(-45deg);
    color: var(--texto);
    left: -80px;
    width: 240px;
    text-align: center;
    font-size: 17px;
    padding: .5rem;
}
.sin_stock {
    top: 18px;
    left: -60px;
    width: 200px;
    color: var(--texto);
    display: block;
    position: absolute;
    text-align: center;
    background-color: var(--detalle2);
    padding: 1rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 10;
}
.sin_stock:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    margin: 0.2em -5em;
    border: 2px rgba(255, 255, 255, 0.7) dashed;
}
.presentacion {
    position: fixed;
    inset: 0;
    background-color: var(--fondo);
    z-index: 10000;
    background-image: url(https://steakandbeer.es/svg/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.presentacion.esconder {
    z-index: -1;
    filter: blur(12px);
}
.card_barril3 {
    min-height: 200px;
    position: relative;
    display: flex;
    flex-direction: initial;
    z-index: 100;
    margin: .5rem 0;
    background-color: var(--negro);
    border-radius: 10px;
    padding: 0 !important;
    box-shadow: 1px 1px 4px var(--texto);
    box-sizing: border-box;
    overflow: hidden;
    /* box-shadow: 1px 1px 5px #ffffff33; */
}
.card_barril3 .exp {
    position: relative;
    width: 75%;
    max-height: 220px;
    height: auto;
    display: grid;
    align-content: space-between;
    text-align: center;
    margin: 0;
    padding: 0rem;
    box-sizing: border-box;
}
.cont_carrusel.mini .card_barril3 .exp {
    width: 100%;
    text-align: center;
    max-width: 100%;
}
.card_barril3 .exp .antiguo {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 1rem;
}
.cont_carrusel.mini .card_barril3 .exp .antiguo {
    margin-right: 0;
    display: inline-block;
    padding: 0;
}
.card_barril3 .exp .antiguo::before {
    content: "";
    width: 60%;
    height: 5px;
    position: absolute;
    background: var(--detalle2);
    opacity: 0;
    top: 35%;
    left: 35%;
    transform: rotate(-25deg);
}
.card_barril3 .exp .antiguo.activo::before {
    opacity: 1;
}
.card_barril3 .exp p {
    font-size: .9rem;
    padding: 0;
    font-weight: normal;
}
.card_barril3 .exp .p_h3 {
    font-size: 1rem;
    padding: 0;
}
.cont_carrusel.mini .card_barril3 .exp p {
    font-size: .9rem;
}
.cont_carrusel.mini .card_barril3 .exp .p_h3 {
    font-size: 1rem;
}
.card_barril3 .exp .compartir, .card_barril3 .exp .anadir {
    border-radius: 8px;
    padding: 0.4rem .5rem 0.4rem .5rem;
    display: inline-block;
    cursor: pointer;
    background: var(--detalle);
    color: var(--texto) !important;
    box-shadow: 0px 0px 7px var(--texto);
    text-decoration: none;
    margin: .5rem;
    position: relative;
    overflow: hidden;
    font-size: .9rem;
}
.card_barril3 .exp .anadir a{
    color: var(--texto) !important;
}
p.p_h3 {
    margin: .25rem .25rem 0 !important;
}
.cont_carrusel.mini .card_barril3 {
    position: relative;
    margin: 1% 0px;
    display: grid;
    grid-template-rows: 172px 1fr;
    width: 100%;
    padding: 0 !important;
    flex: 1;
    margin-left: 1rem;
    align-items: end;
    background-color: var(--negro);
    height: 98%;
    box-sizing: border-box;
    overflow: hidden;
}
.cont_carrusel.mini .card_barril3 .foto {
    margin-left: auto;
    height: 100%;
    width: 100%;
    padding-top: 100%;
    max-width: 100%;
}
.cont_carrusel.mini .card_barril3 .foto img {
    margin: 0% auto !important;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.step h4, .step p, .testimonial .padding, .faq-item p{
    color: var(--fondo) !important;
}
.historia a {
    color: var(--detalle2) !important;
}
#link-video, #link-video2{
    display: none;
} 

#mi_carro{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 512px;
    background: var(--color);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: .5rem .5rem 0 .5rem;
    box-sizing: border-box;
    z-index: 1000;
    overflow: hidden;
    transition: transform 0.5s ease, max-height 0.5s ease;
    max-height: 82px; /* altura visible al inicio */
    box-shadow: 0px -4px 6px var(--texto);
}
#mi_carro.amplio{
    max-height: 512px; /* muy alto para permitir crecer con contenido variable */
}
#mi_carro *{
    color: #fff !important;
}
#mi_carro .mi_carro-header{
    display: grid;
    grid-template-columns: 1fr 60px;
    padding: 0 .5rem;
    align-content: stretch;
    justify-content: space-between;
    min-height: 68px;
}
#mi_carro .mi_carro-body {
    width: calc(100% + 1rem);
    margin-left: -.5rem;
    max-height: 430px;
    overflow-y: auto;
}
.mi_carro-header #total_productos{
    display: grid;
    align-content: space-around;
    color: #fff;
    font-size: 1.2rem;
}
#mi_carro .producto {
    display: grid;
    position: relative;
    grid-template-columns: 70px auto 130px;
    align-items: center;
    background: var(--fondo);
    box-shadow: 1px 1px 4px 1px var(--texto);
    margin-top: 6px;
    border-radius: 8px;
    padding: 0px 6px 0px 0px;
    margin: .5rem 1rem;
    overflow: hidden;
}
#mi_carro .producto *{
    color: var(--texto) !important;
}
#mi_carro .producto .foto {
    position: relative;
    display: grid;
    grid-row: 1 / 3;
    overflow: hidden;
    height: calc(100% + 8px);
    margin-top: -4px;
    place-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#mi_carro .producto .producto_nombre {
    display: grid;
    font-size: 1.3rem;
    margin: 0;
    grid-column: 2 / 4;
    grid-row: 1;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: .5rem;
}
#mi_carro .producto .producto_cantidad {
    display: grid;
    grid-template-columns: 40px auto 40px;
    grid-template-rows: 40px;
    align-items: center;
    width: 120px;
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    font-size: 1.25rem;
    grid-column: 3;
    grid-row: 2;
    padding-bottom: .25rem;
}
#mi_carro .producto .producto_precio {
    margin: 0;
    font-size: 1.5rem;
    grid-column: 2;
    grid-row: 2;
    padding-left: .5rem;            
}
#mi_carro .producto .producto_cantidad .menos, #mi_carro .producto .producto_cantidad .mas {
    cursor: pointer;
    background: var(--color) !important;
    border-radius: 8px;
    height: 36px;
    font-size: 1.2rem;
    box-shadow: 1px 1px 4px 1px var(--color);
    display: grid;
    place-content: center;
    margin: 0;
    color: #fff !important;
}
#mi_carro #bt_compra {
    background: var(--fondo) !important;
    color: var(--texto) !important;
    padding: .5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    margin: auto 0 !important;
    width: 100%;
    box-shadow: 1px 1px 4px 1px var(--texto) !important;
    text-align: center;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    word-break: break-word; /* por si se ajusta mal en pantallas pequeñas */
}
#mi_carro #bt_compra *{
    color: var(--texto) !important;
}
#mi_carro #lanzador_de_listado {
    display: grid;
    place-content: center;
    cursor: pointer;
    margin: auto;
}
#flecha_veloz {
    transition: transform 0.25s ease;
}
#flecha_veloz.cerrar {
    transform: rotateX(180deg);
}
.swal2-popup,
.swal2-popup.swal2-toast {
    background: var(--fondo) !important;
    color: var(--texto) !important;
}
.tam_{
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: .5rem;
    height: .5rem;
    z-index: 5;
    border-bottom-left-radius: .25rem;
    color: white !important;
}
.tam_.XS::before{
    content: "XS";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: #67bebb;
    color: white !important;
}
.tam_.S::before{
    content: "S";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: #38558b;
    color: white !important;
}
.tam_.M::before{
    content: "M";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: #39763b;
    color: white !important;
}
.tam_.L::before{
    content: "L";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: #c6ad4f;
    color: white !important;
}
.tam_.XL::before{
    content: "XL";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: #ce6f4a;
    color: white !important;
}
.tam_.sm::before{
    content: "S/M";
    position: absolute;
    display: grid;
    width: 2.5rem;
    place-content: center;
    right: 0;
    top: 0;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: linear-gradient(90deg, #38558b 44%, #39763b 45%);
    color: white !important;
}
.tam_.ml::before{
    content: "M/L";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.75rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: linear-gradient(90deg, #39763b 44%, #c6ad4f 45%);
    color: white !important;
}
.tam_.lj::before{
    content: "L/XL";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 1.75rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: linear-gradient(90deg, #c6ad4f 37%, #ce6f4a 38%);
    color: white !important;
}
.tam_.mlj::before{
    content: "M/L/XL";
    position: absolute;
    display: grid;
    place-content: center;
    right: 0;
    top: 0;
    width: 3rem;
    height: 1.5rem;
    padding: .25rem;
    border-bottom-left-radius: .5rem;
    background: linear-gradient(90deg, #39763b 33%, #c6ad4f 33% 60%, #ce6f4a 58% 100%);
    color: white !important;
}
a span.new {
    position: absolute;
    background-image: url('https://steakandbeer.es/svg/nuevo.svg');
    background-size: 100%;
    width: 80px;
    height: 40px;
    background-repeat: no-repeat;
    left: 0;
    margin-top: .5rem;
    color: #fff;
    padding: .5rem;
    transform: rotate(-25deg);
}