
p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #374151;
    font-size: 1.125rem; 
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}
=======

html {
  scroll-behavior: smooth;
}


h2[id] {
  scroll-margin-top: 100px;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #117495; 
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0e5f79; 
}


.tab-content {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

p {
    line-height: 1.75;
    margin-bottom: 1.5rem;
    color: #374151;
    font-size: 1.125rem; /* 18px */
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    text-align: justify;
    hyphens: auto;
    word-break: break-word;
    text-indent: 0;
    padding: 0;
}


h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    text-indent: 0;
}


.tab-content p {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}


@media (max-width: 768px) {
    p {
        font-size: 1rem;
        line-height: 1.7;
        text-indent: 0;
        padding: 0;
    }
}


#sticky-add-to-cart.visible {
    transform: translateY(0);
}


.animate-fade-in {
    animation: fadeIn 0.3s ease-in-out;
}

.rating-star {
    cursor: pointer;
    transition: all 0.2s ease;
}

.rating-star:hover {
    transform: scale(1.1);
}


#lang-dropdown {
    transform-origin: top right;
}

.group:hover #lang-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
}


@media (max-width: 1024px) {
    #lang-dropdown {
        position: fixed;
        right: 1rem;
        top: 4.5rem;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
}
