.btn-hover{
    border-radius: 40px;
    border-width: 2px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 9px 1.5em;
    cursor: pointer;
    transition: .15s;
}
.hover-img {
  opacity: 0;
  display: none;
}
 
.btn-hover:hover .hover-img {
  opacity: 1;
  display: block;
}
 
.btn-hover:hover .default-img {
  opacity: 0;
  display: none;
}
.btn-hover:hover
{
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
    outline: 0;
}
.button-hover-black:hover{
background: black!important;
color:white!important;
cursor: pointer;
transition: .15s;
}

.img-prev_bottle{
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 40%;
    position: absolute;
    right: 0%;
    border: 20px solid #f6f6f6;
    max-width: 300px;
}
.manuals-wrapper {
  max-width: 700px;
  margin: 2rem;
  border-bottom: 1px solid #000;
}
 
.toggle-header {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 1rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.toggle-header::-webkit-details-marker {
  display: none;
}
 
details[open] .arrow {
  transform: rotate(180deg);
}
 
.arrow {
  transition: transform 0.3s ease;
}
 .arrow img{
  width: 18px;
 }
.manual {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
 
.download-btn {
  background-color: black;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
 
.download-btn span {
  background: #333;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
}
.accordion__input:checked ~ .accordion__content {
    max-height: 300vh!important;
}

@media (max-width:720px) {
    .img-prev_bottle{
        position: static!important;
    }
    .manual{
            flex-direction: column;
    }
    .contentDetails
    {
         flex-direction: column!important;
    }
    .w-100{
      width: 100%!important;
    }
    .cardSection{
      padding-top: 20px !important;
    }
}
        