:root {
    --bg-question-color: #9e7c42;
    --btn-subscribe-color: #83a126;
    --btn-subscribe-hover-color: #6c8e1e;
    --bg-newsletter-color: #828282;
}

/* GLOBAL ELEMENTS */
body {
    font-family: Lato;
    font-size: 1rem;
}

a {
    color: white;
    text-decoration: none !important;
}

a:hover{
    color: white;
    text-decoration: none !important;
}

input:not(.checkout)::placeholder {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-left: 3rem;
}

textarea:not(.checkout)::placeholder {
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-left: 3rem;
    padding-top: 1rem;
}

#input-icon {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

#search-icon {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px; /* Posição no final do input */
    transform: translateY(-50%);
    cursor: pointer; /* Adicionar cursor de ponteiro ao ícone */
}

textarea {
    resize: none;
}

/* GLOBAL ITEMS */
.homepage-body {
    color: white;
}

.btn-subscrever {
    font-weight: 500;
    background-color: var(--btn-subscribe-color);
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0.5rem 2rem;
    border: none;
}

.btn-subscrever:hover {
    background-color: var(--btn-subscribe-hover-color);
}

.checkbox-small {
    font-size: 0.55rem;
}

.letter-spacing {
    letter-spacing: 0.15rem;
}

.checkbox-round {
    width: 1em;
    height: 1em;
    background-color: white;
    border-radius: 50% !important;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    padding: 0.3rem !important;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #83a126;
}

.rounded-top-left {
    border-top-left-radius: 1rem !important;
}

.small {
    font-size: 0.84rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">"; /* Caractere que será usado como divisor */
}

/* SECTION COLORS */
.question {
    background-color: var(--bg-question-color);
}

.question-2 {
    background-color: #955e45;
}

.newsletter {
    background-color: var(--bg-newsletter-color);
}

footer {
    color: #707070;
}

/* TODO: adicionar as cores nas variáveis de cor */
.text-checkout {
    color: var(--bg-question-color);
}

.bg-checkout {
    background-color: var(--bg-question-color) !important;
}

.btn-checkout {
    border: 1px solid var(--bg-question-color) !important;
}

.btn.checkout-title {
    background-color: var(--bg-question-color) !important;
}

.btn.checkout-title:hover {
    background-color: #9e7c42f3 !important;
    color: white;
}

.checkout-title {
    background-color: var(--bg-question-color);
    color: white;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.2s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/* SPLIDE CAROUSEL */
.btn-carousel {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid;
    outline: none;
    background-color: white;
    color: #777777;
    font-size: 20px;
    cursor: pointer;
}

.splide__slide img {
    aspect-ratio: 1/1;
    width: 100%;
    /* object-fit: cover; */
}

#opac .splide__slide {
    opacity: 0.6;
}

#opac > .splide__slide.is-active {
    opacity: 1;
}

.btn-next-slider {
    border: 1px solid #707070;
    color: white;
    background-color: #707070;
}

.btn-prev-slider {
    border: 1px solid black;
    color: black;
    background-color: transparent;
}

/* NAVBAR-1 */

.bg-dark {
    background-color: transparent !important;
}

/* header .nav-item {
  background-color: #7f7f7f !important;
} */

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
    border-radius: 0px 0px 100% 100% / 0px 0px 100px 100px;
    background-color: white;
}

.bg-dark,
.navbar-brand {
    padding-top: 0 !important;
}

/* NAVBAR-1 TOOGLER CSS */
.navbar-toggler {
    background-color: #7f7f7f !important;
    color: #161616 !important;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
}

#product-page.navbar-toggler {
    background-color: transparent !important;
    color: #161616 !important;
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* NAVBAR-2 */
#cart .nav-item:hover {
    cursor: pointer;
    background-color: black;
    transition: background-color, 0.2s;
}

#cart .nav-link:hover {
    color: white;
}

.bi-cart3 {
    color: black;
}

.cart {
    position: relative;
}

.cart-product2 {
    position: absolute;
    text-align: center;
    top: -5px;
    right: -18px;
    min-height: 1.4rem;
    min-width: 1.4rem;
    color: white;
    font-size: 0.8rem;
    border-radius: 50%;
    background-color: #9e7c42;
}

#homepage.cart-product {
    position: absolute ;
    text-align: center ;
    top: -5px ;
    left: 1.2rem;
    min-height: 1.4rem ;
    min-width: 1.4rem ;
    color: white ;
    font-size: 0.8rem ;
    border-radius: 50% ;
    background-color: #9e7c42 ;
}

/* HEADER IMAGE */
.homepage-header {
    height: 100vh;
    background-image: url(/uploads/images/banner1.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 100vw #0000007c;
}



/* OTHERS TO VERIFY */
.homepage-body {
    background-color: black;
}

/* CENTERS THE BOOKMARK ICON */
.product-fav2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #777777;
}

.bi-bookmark,
.bi-bookmark-fill {
    color: white;
    font-size: 2rem;
}

/* PRODUCT CARD ROW */

.card-top i {
    cursor: pointer;
    transition: 0.2s;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none;
}

.accordion-button:focus,
.accordion-button:active,
input:focus,
input:active {
    outline: none !important;
    box-shadow: none;
}

.accordion-circle {
    font-family: Roboto;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    height: 1.5rem;
    width: 1.5rem;
    color: black;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #707070;
}

/* TODO: ADICIONAR A ESTRELA VERMELHA DENTRO DO INPUT */
/* .required-star {
  position: relative;
}

.required-star::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 5px;
  color: red;
} */


.icon-circle {
    border: 1px solid #82828254;
    border-radius: 50%;
    padding: 1rem;
    background-color: transparent;
    /* color: white; */
}

.custom-link:hover {
    background-color: #9e7c42f3;
}

.custom-link2:hover {
    background-color: #f5f4f4f3;
}


#homepage .card a {
    display: flex;
    flex-direction: column;
}

#homepage .card-body {
    background-color: #707070;
    border-radius: 0 0 3px 3px;
}

#homepage .card-img-top {
    width: 100%;
    height: 20vh;
    object-fit: contain;
}

/* MEDIA QUERY */
@media (min-width: 1900px) {
    .logo {
        height: 40vh;
    }
}

@media (max-width: 1490px) {
    .logo {
        height: 40vh;
    }
}
