header {
    padding: 2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.mobile-frame-container {
    padding: 0rem;
}
.products-wrapper{
    border-radius: 0 0 50% 50%;
    background-color: var(--cl-secondary-green);
    height: 445px;
    width: 100%;
    position: relative;
}
.products-container{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 415px;

}
.prouducts-categories-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    width: 80%;
    color: var(--cl-primary-darken);
    justify-content: center;
}

.prouducts-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 600px;
}

.prouducts-line {
    flex: 1;
    height: 2px;
    background-color: var(--cl-primary-darken);
}

.iprouductsnfo-title {
    white-space: nowrap;
    font-size: 10px;
    text-align: right;
    color: var(--cl-primary-darken);
}
.products-images-container {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.products-images-line{
    position: absolute;
    bottom: 72%;
}

.products-images-line img {
    width: 330px;
    height: auto;
}
.products-images img {
    height: 260px;
    width: auto;
}

.product-details {
    width: 100%;

}
.product-header {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    color: var(--cl-secondary-green);

}
.product-title {
    font-size: 18px;
    font-weight: bold;
    font-family: var( --ff-secondary);
}
.product-price {
    margin-top: 12px;
    text-align: center;
    display: flex;
    background: var(--cl-secondary);
    color: var(--cl-primary);
    padding: 5px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: bold;

}


.product-tabs-container {
    width: 200px;
    height: 50px;
    margin-right: 15px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;

    background-color: var(--cl-primary);
    border-radius: 40px;

}

.product-tabs__button-container,
.product-tabs__input-container {
    height: 28px;
    display: flex;
    align-items: center;
}

.product-tab {
    border: none;
    color: var(--cl-primary);
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    padding: .3rem .9rem;
    border-radius: 99rem;
    transition: background .3s ease;
}


.product-tab.active {
    background-color: var(--cl-secondary);
    color: var(--cl-primary);
}

.product-tab {
    background-color: var(--cl-primary-darken);
    color: var(--cl-secondary-green);
    font-size: var( --fs-sm);
    font-weight: bold;
}

.product-tab-container {
    display: none !important;
}
.product-tab-container.active{
    display: flex !important;
}
label {
    display: block;
    margin-bottom: 8px;
    margin-right: 10px;
    font-size: 16px;
    color: var(--cl-secondary-green);
}

#comments {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.6rem;
}
#comments > h3{
    margin-bottom: 1rem;
}
.comment-form-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}
.comment-form-items > .half{
    flex-basis: calc(50% - .5rem);
}
.comment-form-items > .full{
    flex-basis: 100%;
}
.comment-form-items input{
    border-radius: 99rem;
    background-color: var(--cl-primary-darken);
    color: var(--cl-secondary-green);
    padding: .5rem;
    outline: none;
    border: none;
    font-family: var(--ff-primary);
    width: 100%;
}
.comment-form-items textarea{
    border-radius: 2rem;
    background-color: var(--cl-primary-darken);
    color: var(--cl-secondary-green);
    padding: .5rem;
    outline: none;
    border: none;
    font-family: var(--ff-primary);
    resize: none;
    width: 100%;
    height: 150px;
}

.submit-button {
    width: 100%;
    margin-top: 1rem;
    color: var(--cl-primary);
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99rem;
    padding-block: .5rem;
    background-color: var(--cl-secondary-green);
}
.comments-full-name{
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.comments {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}

.comments .comment {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 3rem;
    background-color: var(--cl-primary);
}
.comments .comment .author{
    font-weight: bold;
    color: black;
    margin-bottom: .5rem;

}
.comments .comment p{

    color: rgb(48, 48, 48);
    font-weight: lighter;
}

#more-details {
    padding-inline: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    text-align: justify;
}

#more-details .desc {
    color: black;
    font-weight: lighter;
}
#more-details .badge {
    background-color: var(--cl-secondary);
    color: var(--cl-primary);
    border-radius: 99rem;
    padding: 1rem 1.5rem;
    font-size: var(--fs-sm);
    text-align: center;
}

.item-comments-container{
    width: 100%;
}
.item-comments{
    width: 100%;

}
@media (max-width: 426px) {
    .name-comments-container{
        width: 100%;
    }
    .name-comments{
        width: 100%;

    }
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 9999s ease-in-out 0s;
}

.credit {
    display: flex
;
    margin-top: 5rem;
    margin-bottom: 1rem;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
}
