/*
    Theme Name: Sankonfort
    Text Domain: sankonfort
    Version: 1.0
    Author: Summer Comunicação
*/

/* ====== FONTE GLOBAL DO SITE ====== */
html, body {
    font-family: 'Gotham', sans-serif !important;
}

/* Garante herança para todos elementos */
* {
    font-family: inherit !important;
}

/* Inputs, selects e botões (normalmente ignoram herança) */
input,
select,
textarea,
button {
    font-family: 'Gotham', sans-serif !important;
}

/* Tipografia base */
h1, h2, h3, h4, h5, h6,
p,
span,
a,
li {
    font-family: 'Gotham', sans-serif !important;
}

@font-face {
    font-family: "GothamBook";
    src: url("../fonts/gotham/GothamBook.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "GothamMedium";
    src: url("../fonts/gotham/GothamMedium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "GothamBlack";
    src: url("../fonts/gotham/GothamBold.ttf") format("truetype");
    font-display: swap;
}
* {
    font-family: 'Gotham', sans-serif;
}

:root{
    --dark: #161616;
    --dark_gray: #1C1C1C;
    --clr-yellow: #ceb356;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.navbar{
    background-color: var(--dark);
}

body::-webkit-scrollbar{
    width: 12px;
}

body::-webkit-scrollbar-track{
    background-color: var(--dark_gray);
}

body::-webkit-scrollbar-thumb{
    background-color: var(--clr-yellow);
    border-radius: 10px;
    border: 2px solid var(--dark_gray);
}

body{
    font-family: GothamBook;
    font-weight: 100;
}

p {
    margin: 0;
    font-weight: 100;
}

header .dropdown-menu {
    border: none;
}

.navbar-collapse {
    justify-content: space-around;
}

.navbar-social {
    background-color: var(--dark);
}

.navbar-links {
    background-color: var(--dark_gray);
}

.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.nav-link {
    display: unset;
}

.navbar-nav li a {
	color: var(--clr-yellow) !important;
    font-family: GothamMedium;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.51px;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: left;
}

.icon-float {
    display: flex;
    align-items: start;
    padding-top: 15px;
    padding-left: 15px;
}

.bg-dark-gray{
    background-color: var(--dark_gray);
}

.logo {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.block{
    display: block !important;
}

.navbar-toggler {
    color: var(--clr-yellow);
    font-size: 35px;
}

@media screen and (max-width:1000px) {
    .block{
        display:none !important
    }

    .navbar{
        background-color: var(--dark_gray);
    }

    .logo{
        padding: 0;
    }
}

.title-shadow {
    position: relative;
    top: -20px;
    background-color: #F1D578;
    height: 15px;
    width: 200px;
    z-index: -5;
}

.title-shadow-colchao {
    position: relative;
    top: -20px;
    background-color: #F1D578;
    height: 15px;
    width: 373px;
    z-index: -5;
}

.title-shadow-2 {
    position: relative;
    top: -20px;
    background-color: #F1D578;
    height: 15px;
    width: 200px;
    z-index: -5;
}

.title-shadow-3 {
    position: relative;
    top: -35px;
    background-color: #F1D578;
    height: 15px;
    width: 460px;
    z-index: -5;
}

.title-section {
    height: auto;
    background-color: var(--clr-yellow);
    color: #000000;
}

.title-section h2 {
    font-size: 2.8rem;
    font-weight: 500;
    font-family: GothamMedium;
}

.title-box {
    min-height: 130px;
}

.title-box h2 {
    font-weight: 500;
    color: var(--dark);
}

.caminho a {
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    text-transform: capitalize;
}

#ultimo {
    color: #FFFFFF;
    text-transform: capitalize;
}

.footer-1-section {
    margin-top: 8rem;
    background-color: #EEEEEE;
}

.cuidados {
    position: relative;
    top: -70px;
}
.cuidados p {
    text-align: center;
    font-size: 1rem;
    margin-top: 23px;
    font-weight: 800;
    color: var(--dark);
    text-transform: uppercase;
}
.cuidados-carousel {
    position: relative;
    top: -70px;
}

.wrapper-img__product {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    display: flex;
    background: white;
    align-items: center;
    justify-content: center;
    padding: 22px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.cuidados-carousel p {
    /* padding-inline: 1rem;
    text-align: center;
    font-size: 0.8rem; */
    text-align: center;
    font-size: 1rem;
    margin-top: 23px;
    font-weight: 800;
    color: var(--dark);
    text-transform: uppercase;
}

.footer-2-section {
    background-color: var(--clr-yellow);
}
.colunas ul {
    padding-left: 0;
}
.colunas ul li {
    list-style: none;
    margin-bottom: 15px;
}
.colunas ul li a {
    text-decoration: none;
    color: var(--dark);
    font-size: 1rem;
    font-family: 'Gotham Light', sans-serif;
}

.card-news {
    width: 22rem;
    min-height:360px;
}


.title-qualidades {
    font-size: 52px;
    font-family: 'Gotham Book', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    /* font-weight: 600; */
}

.title-qualidades::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #F1D578;
    /* margin-bottom: 19px; */
    /* margin-top: 10px; */
}

.footer-3-section {
    background-color: var(--dark);
    color: #ffffff;
}
.categoria-dropdown {
    /* left: -795px;
    width: 925%; */

    /* left: -687px;
    width: 1046%; */

    left: -375px;
    width: 725%;
}
.menu-categoria {
    /* width: 80%; */
    width: 100%;
    padding-inline: 100px;
}
.btn-produtos {
    height: 40px;
}
.img-categoria {
    /* width:  40% !important; */
    width: 66px !important;
    height: 69px !important;
    margin-bottom: 5%;

}

.drop-cat {
    width: 10rem;
    height: 10rem;
    border: 1px solid;
    border-radius: 10px;
}
.menu-categoria .left-arrow {
    content: url("../img/icons/prev.png");
}

.menu-categoria .right-arrow {
    content: url("../img/icons/next.png");
}

.owl-theme .owl-nav [class*='owl-']:hover img { 
    filter: brightness(100);
}

.menu-categoria .owl-nav {
    top: 23%;
    position: absolute;
    width: 100%;
}
.menu-categoria .owl-prev{
    position: absolute;
    left: -5%;
}
.menu-categoria .owl-next{
    position: absolute;
    right: 10%;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--clr-yellow);
    color: #FFF;
    text-decoration: none;
}

/*NOTICIAS*/
.wp-block-categories {
    list-style: none;
}
.sidebar {
    background-color: var(--dark);
    max-height: 960px;
    height: auto;
    
}

.accordion-item {
    background-color: var(--dark);
}
.accordion-button{
    background-color: var(--dark);
    color: #fff;
    box-shadow: none;
}
.accordion-body p {
    color: #fff;
}
.accordion-header button{
    text-transform: uppercase;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--dark);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.btn-produto {
    color: #000;
    font-weight: bold;
    border-radius: 0px;
    border: 2px solid #EEEEEE;
    padding-inline: 25px;

}
.btn-produto:focus {
    box-shadow: none !important;
}

.sidebar-categoria .accordion-body .select {
    color: var(--clr-yellow);
}
.sidebar-categoria .accordion-body a {
    text-decoration: none;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/icons/+.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icons/-.png");
    transform: rotate(1deg) !important;
}

.search {
    width: 280px;
    height: 38px;
    border: 2px solid #eeeeee;
    padding: 25px;
}
.btn-search {
    background-color: var(--clr-yellow);
    border-radius: 0px;
    font-size: 22px;
}

.btn-search svg path {
    color: white;
}

.cat-item {
    text-align: start;
    margin-bottom: 13px;
}

#reply-title {
    color: var(--clr-yellow);
}

.comments-title{
    color: var(--clr-yellow);
}
.fn{
    margin-left: 10px;
}
.comment-notes{
    display: none;
}
.comments__form-input{
    margin-bottom: 20px;
}
#commentform{
    display: flex;
    flex-direction: column;
}
.comment-respond {
    width: 100%;
}
.avatar {
    width: 70px;
    height: 70px;
    border-radius: 40px;
}
.says{ display: none; }
.comment-meta{display: none;}
.comment-form-cookies-consent{display: none;}
.comment-reply-link {
    color: var(--clr-yellow);
}
.comment-list{
    list-style: none;
    width: 100%;
}

.comment-body p {
    margin-top: 10px;
    margin-left: 70px;
}
.comment{
    padding: 10px;
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 13px 19px 48px -18px;
}
#comment {
        padding-left: 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 80px;
    box-shadow: 13px 19px 48px -18px;
}
.comments__form-input{
        padding-left: 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    height: 60px;
    box-shadow: 13px 19px 48px -18px;
}

.comments__form-submit{
    background-color: var(--clr-yellow);
    border-color: var(--clr-yellow);
    border-radius: 6px;
}
.comments__form-submit:hover {
    background-color: var(--clr-yellow);
    border-color: var(--clr-yellow);
    border-radius: 6px;
}

.thread-odd{
    margin-left: 20px;
    width: 98%;
}

.text-gold {
    color: var(--clr-yellow);
}

.thread-even{
    margin-bottom: 30px;
} 

.link-parceiros{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1440px){
    .categoria-dropdown {
        /* left: -556px;
        width: 717%; */
        left: -401px;
        width: 725%;
    }
    .menu-categoria .owl-next {
        position: absolute;
        right: 19%;
    }
}
@media screen and (max-width: 1368px) {
    .categoria-dropdown {
        /* left: -553px;
        width: 681%; */
        
        left: -391px;
        width: 716%;
    }
    .menu-categoria .owl-next {
        position: absolute;
        right: 18%;
    }
    .icon-float {
        right: 137px;
    }
    .search {
        width: 240px;
    }
    
}

@media screen and (max-width:  1024px) {

    .navbar-nav li a {
        font-weight: 700;
        font-size: 1rem;
    }
    .categoria-dropdown {
        left: -261px;
        width: 562%;
    }

    .menu-categoria .owl-prev {
        position: absolute;
        left: -8%;
    }
    .menu-categoria .owl-next {
        position: absolute;
        right: 24%;
    }

    .icon-float {
        right: 9px;
    }

    .title-qualidades {
        font-size: 36px;
    }
}
@media screen and (max-width:  768px) {
    .navbar-collapse {
        background: #CEB356;
    }

    header {
        margin-bottom: 0;
    }
    .img-iso {
        max-width: 100%;
    }
    .icon-float{
        display: none;
    }
    .title-shadow-colchao {
        width: 235px;
    }

    .footer-title {
        font-size: 18px;
    }
    .title-qualidades {
        font-size: 32px;
    }

    .dropdown-menu-classificar.show {
        background: #fff !important;
    }

    .navbar {
        position: fixed;
        z-index: 99999;
        width: 100%;
    }

    header {
        height: 67px;
    }

    .navbar-collapse  {
        padding: 8px 20px !important;
    }

    .title-box h2 {
        font-size: 1.8rem;
    }

    .navbar li a {
        color: #1C1C1C !important;

    }
}

@media screen and (max-width:  425px) {
    .img-iso {
        width: 40%;
    }
    .title-shadow-colchao{
        width: 290px;
    }
    .title-shadow-3 {
        position: relative;
        top: -32px;
        background-color: #F1D578;
        height: 15px;
        width: 330px;
        z-index: -5;
    }

    .title-qualidades {
        font-size: 26px;
    }

    * {
        font-family: Arial, Helvetica, sans-serif !important;
    }
}

@media screen and (max-width:  375px) 
{
    .wrapper-img__product {
        width: 100px;
        height: 100px;
    }
}

.footer-title {
    display: inline-block;
    color: var(--dark_gray);
    font-weight: bold;
    margin-bottom: 25px;
}

.footer-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #F1D578;
    margin-top: 10px;
}

.ms-6 {
    margin-left: 60px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    color: #000000;
    text-decoration: none;
    padding: 19px 12px 20px 11px;
    font-size: 20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
   background: var(--dark_gray);
   color: #fff;
}

.wp-pagenavi span.current {
    font-weight: bold;
    font-size: medium;
    font-size: 20px;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    color: #B7B7B7;
}


@media (max-width: 768px) {
    .footer-mobile .accordion-button {
        background-color: transparent;
        color: var(--dark_gray);
        font-weight: bold;
        margin-bottom: 25px;
    }

    .navbar-brand {
        padding-left: 22px;
    }

    .footer-mobile .card {
        background: transparent;
    }
}

.nav-top {
    padding: 8px 0;
}

@media (width: 320px) {
    .card-news {
        width: auto;
    }
}

#altura-error, #quilos-error {
    display: block;
    color: #ff0000;
}

.hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
  cursor: pointer;
}
.hamburger span {
    position: relative;
    display: block;
    width: 35px;
    height: 5px;
  background: white;
  transition: all 0.4s;
}

.hamburger span:before, .hamburger span:after {
    content: '';
    display: block;
    height: 5px;
    left: 0;
    background: inherit;
    position: absolute;
    transition: all 0.4s;
    -webkit-animation: gradientbgAnim 49s ease infinite;
    -moz-animation: gradientbgAnim 49s ease infinite;
    -o-animation: gradientbgAnim 49s ease infinite;
    animation: gradientbgAnim 49s ease infinite;
}

.hamburger span:before {
    top: -15px;
  width: 15px;
}

.hamburger span:after {
    bottom: -15px;
    width: 50px;
}

.hamburger:hover span {
 width: 50px;
}

.hamburger:hover span:before {
 width: 50px;
}

.hamburger:hover span:after {
 width: 50px;
}

.hamburger {
    transform: translate(0, -50%);
}

.hamburger.close span {
  width: 0px;
}

.hamburger.close span:before {
    top: 0;
  width: 50px;
    transform: rotate(45deg);
}

.hamburger.close span:after {
    bottom: 0;
  width: 50px;
    transform: rotate(-45deg);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #ccc;
}
 
/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler:focus {
    box-shadow: none;
}
 
.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #CEB356 !important;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.error {
    color: #ff0000;
}

@media screen and (max-width: 768px) {
    .nav-item:not(:last-child) {
        border-bottom: 1px solid var(--clr-yellow);
    }

    .dropdown-menu.show {
        background-color: #CEB356;
        padding: 0 25px;
    }
    
    .dropdown-menu.show li {
        list-style-type: disc;
    }

    .dropdown-menu.show li::marker {
        color: var(--clr-dark);
    }
}

.dropdown-menu-categorias-mobile .dropdown-item {
    color: #fff;
}

#dropdownMenuButtonCategoriasMobile {
    background-color: var(--dark_gray);
    color: #fff;
}


.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    background-color: var(--dark);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  }

  .file-input__label svg {
  height: 16px;
  margin-right: 4px;
  }

  .my-dropdown .dropdown-toggle::after {
    display:none;
  }

  .detalhe {
    background-color: #F1D578;
    width: 2px;
    height: 35px;
}

.btn-secundary {
    border-radius: 0px;
    border: 1px solid #F1D578;
    padding-inline: 30px;
    color: #F1D578;
    font-weight: 700;
    margin-top: 40px;
}

.btn-secundary:hover {
    color: #fff;
    background: #F1D578;
}
.btn-secundary:focus {
    box-shadow: none;
}



/* ///////////////////////////////////////////////// */

/* =====================================================
   FOOTER – UX & MICROINTERAÇÕES (SEM CLASSES NOVAS)
===================================================== */

/* ---------- Selos (Antiácaro, Pro-Sanko, etc) ---------- */
.footer-1-section .link-parceiros {
    transition: transform .35s cubic-bezier(.22,1,.36,1);
}

.footer-1-section .link-parceiros .wrapper-img__product img {
    transition: transform .35s ease, filter .35s ease;
}

.footer-1-section .link-parceiros:hover {
    transform: translateY(-6px);
}

.footer-1-section .link-parceiros:hover img {
    transform: scale(1.08);
    filter: brightness(1.15);
}

.footer-1-section .link-parceiros p {
    transition: color .25s ease;
}

.footer-1-section .link-parceiros:hover p {
    color: var(--clr-yellow);
}

/* ---------- Títulos do footer ---------- */
.footer-title {
    position: relative;
    transition: color .3s ease;
}

.footer-title::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--clr-yellow);
    margin-top: 6px;
    transition: width .4s ease;
}

.footer-title:hover {
    color: var(--clr-yellow);
}

.footer-title:hover::after {
    width: 40px;
}

/* ---------- Links (listas) ---------- */
.footer-2-section ul li a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
}

.footer-2-section ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: var(--clr-yellow);
    transition: width .3s ease;
}

.footer-2-section ul li a:hover {
    color: #ffffff !important;
}

.footer-2-section ul li a:hover::after {
    width: 100%;
}

/* ---------- Ícones sociais – PRETOS ---------- */
.footer-2-section a img,
.footer-3-section a img {
    filter: brightness(0);
    transition: transform .3s ease, opacity .3s ease;
}

.footer-2-section a:hover img,
.footer-3-section a:hover img {
    filter: brightness(0);
    opacity: .6;
    transform: translateY(-4px) scale(1.12);
}

/* ---------- Logos Sanko e ISO – PRETOS ---------- */
.footer-2-section .img-iso,
.footer-2-section a > img[alt="Sanko"],
.footer-mobile .img-iso,
.footer-mobile a > img[alt="Sanko"] {
    filter: brightness(0);
    transition: opacity .35s ease, transform .35s ease;
}

.footer-2-section a:hover > img[alt="Sanko"],
.footer-mobile a:hover > img[alt="Sanko"] {
    filter: brightness(0);
    opacity: .65;
    transform: scale(1.04);
}

/* ---------- Footer 3 – logos rodapé PRETOS ---------- */
/* .footer-3-section img {
    filter: brightness(0);
    transition: opacity .35s ease, transform .35s ease;
} */

/* .footer-3-section img:hover {
    filter: brightness(0);
    opacity: .65;
    transform: scale(1.04);
} */

/* ---------- Accordion mobile ---------- */
.footer-mobile .accordion-button {
    transition: background-color .3s ease, color .3s ease;
}

.footer-mobile .accordion-button:not(.collapsed) {
    background-color: rgba(241, 213, 120, 0.12);
    color: var(--clr-yellow);
}

/* ---------- Itens do accordion ---------- */
.footer-mobile .card-body li a {
    transition: color .25s ease;
}

.footer-mobile .card-body li a:hover {
    color: var(--clr-yellow);
}

/* ---------- Acessibilidade ---------- */
.footer a:focus-visible {
    outline: 2px solid var(--clr-yellow);
    outline-offset: 3px;
}

/* ---------- Contato links ---------- */
.contato-texto a {
    color: inherit !important;
    text-decoration: none;
}

.contato-texto a span {
    color: inherit;
    position: relative;
    transition: color .25s ease;
}

.contato-texto a span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: var(--clr-yellow);
    transition: width .3s ease;
}

.contato-texto a:hover,
.contato-texto a:hover span {
    color: #ffffff !important;
}

.contato-texto a:hover span::after {
    width: 100%;
}

.description-tecnologia strong {
    font-weight: 700 !important;
}

/* ////////////////////////////////////////////////////// */