* { -webkit-tap-highlight-color: transparent; }
a, button, div[onclick], [role='button'], li {
  -webkit-tap-highlight-color: transparent;
}
.container_car{
    display: none;
    align-items: center;
    justify-content: flex-start;
    max-width: 560px;
    min-width: 300px;
    width: 90%;
    max-height: calc(100dvh - 20px);
    border-radius: 16px;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    z-index: 10000;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    overflow: hidden;
}
.title_p{
    backdrop-filter: blur(4px);
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 53, 41, 0.39);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 2px;
    letter-spacing: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    flex-shrink: 0;
}
.icon_exit_car{
    width: 30px;
    height: 30px;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background-image: url('https://cdn-shopklim.b-cdn.net/icons/close.svg');
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}
.productos_{
    width: 100%;
    flex: 1;
    padding: 5px;
    color: #07484b;
    display: flex;
    flex-direction: column;
    gap: 20px;
    white-space: normal;
    word-wrap: break-word;
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 14px;
}
.container_prod{
    backdrop-filter: blur(20px);
    background-color: #e0dbccea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}
.container_present{
    font-weight: 600;
    width: 100%;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
}
.container_present h1{
    width: 70%;
    color: #0b5053;
    object-fit: none;
}
.c_img{
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
}
.container_present img{
    width: 90%;
    max-width: 300px;
    height: 200px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.c_img::after{
    content: '🡽';
    font-size: clamp(20px,2dvh,30px);
    width: 90%;
    border-radius: 6px;
    max-width: 300px;
    height: 200px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.411);
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: 600;
    transform: translate(-50%,-50%);
    pointer-events: none;
    visibility: hidden;
    z-index: 10;
}
.c_img:hover::after{
    visibility: visible;
}
.c_img:hover .container_present img {
  transform: scale(1.2);
  transition: transform 0.6s ease-in-out;
}
.descripcion_p{
    color: #07484b;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: clamp(13px, 2vw, 16px);
    font-weight: 400;
    letter-spacing: 1px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.conatiner_buttons_i{
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.btn-del-prod{
    all: unset;
    cursor: pointer;
    position:absolute;
    top:0;
    left: 0;
    margin: 5px;
    background-size: cover;
    width: 30px;
    height: 30px;
    background-image: url('https://cdn-shopklim.b-cdn.net/icons/delete.svg?format=webp');
}
.cantidad{
    display: flex;
    align-items: center;
    justify-content: center;
}
.count_prod{
    padding: 5px;
    font-size: 30px;
    text-align: 10px;
    align-items: center;
}
.res_,.mas_{
    cursor: pointer;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
.price_car{
    font-weight: 600;
    display: block;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.buy{
    display: flex;
    color: #07484b;
    cursor: pointer;
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 0px;
    background-color:#fff88f;
    position: relative;
    flex-direction: column;
    gap: 2px;
    flex-shrink: 0;
    animation: scale 4s linear infinite;
}
@keyframes scale {
    0%{ transform: scale(1.0); }
    50%{ transform: scale(0.9); }
    100%{ transform: scale(1.0); }
}
.buy p{
    font-size: 24px;
    font-weight: 700;
}
.buy h1{
    color: #0b5053;
    font-size: 26px;
    font-family: Arial;
    font-weight: 800;
    letter-spacing: 2px;
}
.buy::after{
    content: '';
    width: 100%;
    height: 0%;
    background-color: #07060045;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.buy:hover::after{
    height: 100%;
}
.erron{
    color: red;
}



