@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {
scrollbar-color: rgb(223, 227, 232) rgb(249, 250, 251);
scrollbar-width: thin;
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html, body{
margin:0;
padding:0;
font-family: "Manrope", sans-serif;
background:#FFFFFF;
font-size: 15px;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select{
outline: 0 !important;
border:0;
text-decoration: none;
cursor:pointer;
}
a{
text-decoration:none;
color: inherit;
}
button {
cursor: pointer;
transition: 0.3s;
}
section.top_bar{
height:34px;
background: #444444;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
section.top_bar p{
margin:0;
text-align: center;
font-size: 14px;
color: #ffffff;
font-weight: 400;
padding:0 0 2px;
letter-spacing: 0.06rem;
}
header.header_insider{
position:fixed;
width:100%;
z-index:99;
background-color: transparent;
left:0;
top:0;
transition: all .3s linear;
}
header.header_insider.sticky section.top_bar, header.header_insider.no-home section.top_bar{
display: none;
}
header.header_insider.no-home{
background-color: #fff;
position: relative;
}
header.header_insider.sticky, header.header_insider.no-home.sticky{
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
position:sticky;
}
header.header_insider:hover, header.header_insider.sticky:hover{
background-color: #fff;
backdrop-filter: blur(0px);
}
header.header_insider .container-fluid{
padding:0 120px;
}
header.header_insider .container-fluid .content-header{
display: flex;
align-items: center;
justify-content: space-between;
}
header.header_insider .container-fluid .content-header .header_logo{
width:200px;
display: flex;
align-items: center;
justify-content: flex-start;
}
header.header_insider .container-fluid .content-header .header_logo img{
filter: invert(1);
max-width: 120px;
}
header.header_insider:hover .container-fluid .content-header .header_logo img, header.header_insider.sticky .container-fluid .content-header .header_logo img, header.header_insider.no-home .container-fluid .content-header .header_logo img{
background-color: transparent;
filter: none;
}
header.header_insider .container-fluid .content-header .header_extra_and_icons{
width:200px;
display: flex;
align-items: center;
justify-content: flex-end;
}
header.header_insider .container-fluid .content-header .header_menu ul{
display: flex;
align-items: center;
justify-content: center;
}
header.header_insider .container-fluid .content-header .header_menu ul li a{
padding:28px 14px 30px;
display: flex;
position: relative;
font-size: 16px;
text-transform: uppercase;
color:#fff;
transition: all .3s linear;
letter-spacing: 0.06rem;
line-height: 1.15;
}
.text-bf{
color: #a20016 !important;
}
header.header_insider:hover .container-fluid .content-header .header_menu ul li a, header.header_insider.sticky .container-fluid .content-header .header_menu ul li a, header.header_insider.no-home .container-fluid .content-header .header_menu ul li a{
color:#000;
}
header.header_insider .container-fluid .content-header .header_menu ul li a span, header.header_insider:hover .container-fluid .content-header .header_menu ul li a strong, header.header_insider.no-home .container-fluid .content-header .header_menu ul li a strong{
border-bottom:1px solid transparent;
}
header.header_insider .container-fluid .content-header .header_menu ul li a.is-active span, header.header_insider .container-fluid .content-header .header_menu ul li a.is-active strong{
border-bottom-color:#000;
}
header.header_insider .container-fluid .content-header .header_extra_and_icons a{
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
header.header_insider .container-fluid .content-header .header_extra_and_icons a:not(:last-child){
margin-right:15px;
}
header.header_insider .container-fluid .content-header .header_extra_and_icons a svg{
fill:#fff;
transition: all .3s linear;
width:24px;
height:24px;
}
header.header_insider:hover .container-fluid .content-header .header_extra_and_icons a svg, header.header_insider.sticky .container-fluid .content-header .header_extra_and_icons a svg, header.header_insider.no-home .container-fluid .content-header .header_extra_and_icons a svg{
fill:#000 !important;
}
header.header_insider .container-fluid .content-header .header_extra_and_icons a .cart-count-bubble{
position: absolute;
width:14px;
height: 14px;
background-color: #000;
border-radius: 50%;
color:#fff;
display: flex;
align-items: center;
justify-content: center;
padding:0 0 1px;
font-size: 12px;
top: -4px;
right: -4px;
}
.megamenu{
position: absolute;
top: 100%;
background-color: #fff;
width: 100%;
display: none;
}
.megamenu.is-active{
display: block;
}
.megamenu .lists{
padding:0 200px;
}
.megamenu .lists .list{
width:330px;
padding:15px 0 40px;
}
.megamenu .lists .simple-list{
width:330px;
padding:15px 0 40px;
}
.megamenu .lists .simple-list ul li a{
font-weight: 400;
font-size: 16px;
letter-spacing: 0.065rem;
padding: 2px 0 1px;
border-bottom: 1px solid transparent;
display: inline-block;
transition: all .3s linear;
margin-bottom: 4px;
}
.megamenu .lists .simple-list ul li a:hover{
border-color:#000;
}
.megamenu .lists .list a.h2{
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.065rem;
padding: 2px 0 1px;
border-bottom: 1px solid transparent;
margin-bottom: 15px;
display: inline-block;
transition: all .3s linear;
}
.megamenu .lists .list ul li a{
font-size: 13px;
color: #000;
letter-spacing: 0.06rem;
transition: all .3s linear;
border-bottom: 1px solid transparent;
}
.megamenu .lists .list a.h2:hover, .megamenu .lists .list ul li a:hover{
border-color: #000;
}
.megamenu .lists .list ul li{
margin-bottom: 8px;
}
.megamenu .footer-megamenu{
background-color: #000;
height: 60px;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 50px;
}
.megamenu .footer-megamenu a{
color:#fff;
font-size: 16px;
color:#fff;
letter-spacing: 0.06rem;
}
.megamenu .footer-megamenu a i{
margin-left: 12px;
margin-bottom: -2px;
}
.search-area{
position: absolute;
top: 0;
height: 100%;
background-color: #fff;
width: 100%;
left: 0;
display: flex;
align-items: center;
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
transition: all .3s linear;
}
.search-area.active{
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.search-area .content-search{
display: flex;
align-items: center;
max-width: 1000px;
margin:0 auto;
}
.search-area .content-search form{
width: 100%;
flex: 1;
border: 2px solid #ccc;
display: flex;
align-items: center;
overflow: hidden;
padding: 0px 10px 0px 20px;
}
.search-area .content-search form .input{
width: 100%;
flex: 1;
}
.search-area .content-search form .input label{
display: block;
font-size: 13px;
color: #666;
}
.search-area .content-search form .input input{
width:100%;
font-size: 15px;
padding: 0 0 5px;
}
.search-area .content-search form .btnSearch{
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
font-size: 20px;
color: rgba(61, 61, 61, 0.5);
transition:all .2s linear;
}
.search-area .content-search .closeSearch{
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
font-size: 24px;
color: rgba(61, 61, 61, 0.5);
transition:all .2s linear;
}
.search-area .content-search .closeSearch:hover, .search-area .content-search form .btnSearch:hover{
transform: scale(1.03);
}
.message-top {
text-align: center;
padding: 0;
font-size: 14px;
background: #000;
color: #fff;
overflow: hidden;
}
.message-top.marquee-custom .message-top__content {
display: flex;
gap: 40px;
white-space: nowrap;
animation: 50s linear infinite marqueeCustom;
opacity: 1;
}
.message-top .item span{
display: table;
text-align: center;
margin: 9px auto 10px;
color: #fff;
font-weight: 400;
position: relative;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 0.06rem;
}
@keyframes marqueeCustom{from{transform:translateX(0)}to{transform:translateX(-100%)}}
.banner{
position: relative;
}
.banner a{
position: absolute;
z-index:5;
background-color: #fff;
color:#000;
bottom:80px;
left:50%;
transform:translateX(-50%);
width:174px;
height:52px;
border-radius: 8px;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.06rem;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 2px;
}
footer.footer_insider{
background: #000;
padding-top: 36px;
padding-bottom: 80px;
}
footer.footer_insider .footer__content-top {
padding-bottom: 50px;
display: block;
}
footer.footer_insider .footer__content-top .newsletter-v2 {
margin-top: 20px;
margin-bottom: 50px;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .logo-newsletter-v2 {
width: 22%;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .logo-newsletter-v2 a {
text-align: center;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .logo-newsletter-v2 img {
max-width: 100%;
width: 90%;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 {
border: 1px solid #3f3f3f;
width: 78%;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 20px 20px;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 .info {
width: calc(100% - 410px);
padding-right: 20px;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 .info p {
font-size: 14px;
line-height: 20px;
margin: 0;
color:#fff;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 .inputs {
width: 410px;
display: flex;
justify-content: space-between;
}
#_form_1_ {
width: 100%;
}
#_form_1_ ._form-content {
width: 100%;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 .inputs ._form_element {
position: relative;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 .inputs ._form_element input {
width: calc(100% - 160px);
border: 1px solid #fff;
padding: 10px;
background-color: rgba(0,0,0,0);
color: #fff;
border-radius: 8px;
font-size: 14px;
}
footer.footer_insider .footer__content-top .newsletter-v2 .content .form-newsletter-v2 .inputs ._form_element button {
cursor: pointer;
width: 150px;
padding: 10px 0;
text-align: center;
font-weight: bold;
color: #000;
background-color: #fff;
border: 0px solid rgba(0,0,0,0);
border-radius: 8px;
}
.footer__content-top .grid{
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none;
row-gap: 30px;
margin-bottom: 0;
justify-content: space-between;
}
footer.footer_insider .footer__content-top .footer-block.grid__item:nth-child(1){
max-width: 270px;
}
footer.footer_insider .footer__content-top .footer-block.grid__item:nth-child(2){
max-width: 320px;
}
footer.footer_insider .footer__content-top .footer-block.grid__item:nth-child(3){
max-width: 200px;
}
footer.footer_insider .footer__content-top .footer-block.grid__item:nth-child(4){
max-width: 250px;
}
footer.footer_insider .footer__content-top .footer-block.grid__item  p.footer-block__heading{
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
color: #5c5c5c;
font-weight: bold;
font-size: 16px;
}
footer.footer_insider .footer__content-top .footer-block.grid__item .rte p{
font-size: 16px;
color: rgba(255,255,255,.75);
line-height: 28px;
margin-bottom: 40px;
}
.footer-block__details-content.list-unstyled li{
margin-bottom: 8px;
}
.footer-block__details-content.list-unstyled li a{
color: rgba(255,255,255,.75);
font-size: 14px;
line-height: 20px;
display: inline-block;
transition: all .3s linear;
}
.footer-block__details-content.list-unstyled li a:hover{
text-decoration: underline;
}
footer.footer_insider .footer__content-top .list-certificates {
margin-bottom: 0;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
footer.footer_insider .footer__content-top .list-certificates li {
width: calc(50% - 5px);
margin: 0 0 20px;
}
footer.footer_insider .footer__list-social.list-unstyled.list-social{
display: flex;
align-items: center;
gap: 20px;
font-size: 22px;
color: #fff;
}
.footer__content-bottom {
border-top: solid 1px rgba(255,255,255, 0.08);
padding-top: 25px;
}
footer.footer_insider .footer__content-bottom .footer__content_v2 {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.list-payment {
display: flex;
flex-wrap: wrap;
}
.list-payment__item {
align-items: center;
display: flex;
padding: 5px;
}
footer.footer_insider .footer__content-bottom .footer__content_v2 .box_copyright__content small {
font-size: 13px;
color: #676767;
}
footer.footer_insider .footer__content-bottom .footer__content_v2 .box_copyright__content small a{
font-size: 13px;
color: #676767;
transition: all .3s linear;
}
footer.footer_insider .footer__content-bottom .footer__content_v2 .box_copyright__content small a:hover{
color:#fff;
text-decoration: underline;
}
.box_cnpj p{
margin: 0;
font-size: 12px;
color: rgba(255,255,255,.75);
}
section.section-home{
padding:35px 0 45px;
}
.selects-collection{
display: flex;
align-items: center;
justify-content: center;
border:0;
margin: 0 auto 35px;
}
.selects-collection li{
font-size: 24px;
font-weight: 100;
margin: 0;
color: #3d3d3d !important;
padding: 0 30px;
letter-spacing:3px;
text-transform: uppercase;
cursor: pointer;
transition: .2s;
border-bottom: 1px solid #ccc;
}
.selects-collection li.active{
font-weight: 700;
border-bottom: 3px solid #000;
}
.box_collections {
display: grid;
grid-template-columns: 100%;
}
.do-collection__item {
opacity: 0;
transform: translateY(50px);
z-index: 0;
transition: all .6s cubic-bezier(0, 0, 0.68, 0.07);
grid-area: 1/1/2/2;
}
.do-collection__item.active {
transition-delay: .8s;
opacity: 1;
z-index: 1;
transform: translateY(0px);
}
li.glide__slide a {
overflow: hidden;
width: inherit;
display: flex;
border-radius: 4px;
flex-direction: column-reverse;
overflow: hidden;
text-decoration: none;
align-items: flex-end;
}
.text-container {
display: flex;
width: inherit;
flex-direction: column;
border-radius: 4px;
padding: 4px 0;
text-align: left;
}
.text-container h3.text-selection {
color: #3d3d3d;
text-transform: uppercase;
margin: 0;
font-size: 18px;
font-weight: 700;
}
.text-container p {
color: #3d3d3d;
font-size: 12px;
line-height: normal;
text-transform: uppercase;
margin:0;
}
.mini-banner-image {
width: inherit;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.mini-banner-image img {
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
}
.glide .controls .btn-control {
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #fff;
position: absolute;
box-shadow: 0 2px 10px rgba(54,54,54,.15);
top: calc(50% - 22.5px);
display: flex;
opacity: 1;
transition: .2s;
justify-content: center;
align-items: center;
overflow: hidden;
cursor: pointer;
color:rgba(61,61,61,.75)
}
.glide .controls .btn-control.arrow-left {
left: 10px;
}
.glide .controls .btn-control.arrow-right {
right: 10px;
}
.glide .controls .btn-control:hover{
color:#000;
}
.btn-collection {
display: flex;
margin-top: 40px;
justify-content: center;
}
.btn-collection-link {
padding: 10px 44px 12px;
font-size: 18px;
background: black;
color: white;
text-decoration: none;
font-weight: 700;
border-radius: 6px;
}
.rich-text{
max-width: 897px;
margin:0 auto;
width:100%;
}
.rich-text h2{
text-align: center;
color:rgb(61,61,61);
font-weight: 700;
font-size: 36px;
margin:0 auto 20px;
letter-spacing: 1px;
}
.rich-text p{
text-align: center;
color:rgba(61,61,61,.75);
font-size: 16px;
line-height: 28px;
letter-spacing: 1px;
}
.rich-text h3{
text-align: center;
color:rgb(61,61,61);
font-weight: 700;
font-size: 24px;
margin:30px auto;
letter-spacing: 1px;
}
.read-more{
font-weight: bold;
font-size: 18px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 7px;
}
.faq-home h2{
text-align: center;
color:rgb(61,61,61);
font-weight: 700;
font-size: 24px;
margin:30px auto 15px;
letter-spacing: 1px;
}
.faq-home .faq{
width:100%;
max-width: 810px;
margin:0 auto;
}
.faq-home .faq .content-faq{
border-top: 1px solid rgba(61,61,61,.08);
padding:0 2px;
}
.faq-home .faq .content-faq:last-child{
border-bottom: 1px solid rgba(61,61,61,.08);
}
.faq-home .faq .content-faq .question{
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 0 12px;
transition: all .2s linear;
}
.faq-home .faq .content-faq .question:hover{
background-color: rgba(61,61,61,.04);
}
.faq-home .faq .content-faq .question i.fa-chevron-down{
color:rgba(61,61,61,.75);
font-size: 13px;
transition: all .2s linear;
margin-right: 10px;
}
.faq-home .faq .content-faq .question[aria-expanded="true"] i.fa-chevron-down{
transform: rotate(180deg);
}
.faq-home .faq .content-faq .question span{
display: flex;
align-items: center;
font-weight: 700;
color:rgb(61,61,61);
}
.faq-home .faq .content-faq .question span i{
font-size: 18px;
color: rgba(61,61,61,.75);
margin-right: 6px;
}
.faq-home .faq .content-faq .question:hover span{
text-decoration: underline;
}
.faq-home .faq .content-faq .response p{
font-size: 13px;
color: rgba(61,61,61,.75);
margin: 0;
padding: 5px 10px 15px;
}
.glide__arrow.glide__arrow--right.image-next{
right: 0;
border: 0;
box-shadow: none;
color: rgb(61,61,61);
padding: 0;
}
.glide__arrow.glide__arrow--left.image-prev{
left: 0;
border: 0;
box-shadow: none;
color: rgb(61,61,61);
padding: 0;
}
.glide__arrow.glide__arrow--right.image-next svg, .glide__arrow.glide__arrow--left.image-prev svg{
width:36px;
height:36px;
}
.product-card .card__media{
overflow: hidden;
border-radius: 5px;
position: relative;
display: block;
width: 100%;
cursor:pointer;
}
.product-card .card__media .media{
display: grid;
grid-template-columns: 100%;
}
.product-card .card__media .media img{
opacity: 1;
z-index: 1;
transition: all .2s cubic-bezier(0, 0, 0.68, 0.07);
transition-delay: 0s;
grid-area: 1/1/2/2;
width:100%;
}
.product-card .card__media .media img.image-1{
opacity: 0;
z-index: 0;
}
.product-card .card__media .media:hover img.image-1{
opacity: 1;
z-index: 1;
}
.product-card .card__media .media:hover img.image-0{
opacity: 0;
z-index: 0;
}
.product-card .card__media .labels-products{
position: absolute;
left: auto;
right: 10px;
top: 10px;
gap: 4px;
display: flex;
flex-direction: column;
z-index: 5;
}
.product-card .card__media .labels-products .labels-product-detail{
flex-direction: column-reverse;
gap: 4px;
text-align: center;
width: 100%;
display: flex;
background: transparent;
border-radius: 4px;
color: black;
border: 1px solid black;
font-size: 10px;
font-weight: 900;
text-transform: uppercase;
padding: 5px 10px;
}
.product-card .card__media .compra-rapida{
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 10;
}
.product-card .card__media .compra-rapida button.btn-quick-buy{
width:100%;
height:42px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0;
background-color: #000;
color: #fff;
font-size: 12px;
line-height: 15.62px;
font-weight: 500;
}
.product-card .card__media .compra-rapida .list-sizes{
width: 100%;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(61,61,61,.75);
}
.product-card .card__media .compra-rapida .list-sizes button.btn-size{
width:auto;
padding: 0 8px;
height: 24px;
line-height: 24px;
color:#fff;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background-color: transparent;
}
.glide__arrow.glide__arrow--right.image-next, .glide__arrow.glide__arrow--left.image-prev, .product-card .card__media .compra-rapida{
opacity: 0;
visibility: hidden;
transition: all .2s linear;
}
.product-card:hover .glide__arrow.glide__arrow--right.image-next, .product-card:hover .glide__arrow.glide__arrow--left.image-prev, .product-card:hover .card__media .compra-rapida{
opacity: 1;
visibility: visible;
}
.card__content{
padding:0;
display: flex;
}
.card__content .card__information {
padding-left: 0;
padding-right: 0;
padding-bottom: 12px;
padding-top: 10px;
}
.card__heading {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
}
.card__heading a {
overflow: hidden !important;
line-clamp: 2 !important;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
height: 45px;
overflow-wrap: break-all;
font-weight: 700;
text-decoration: none;
color:rgb(61,61,61);
}
.card-information {
width: 100%;
}
.rating-content-empty {
display: block !important;
margin-top: 0 !important;
margin-bottom: 5px;
height: 20px;
min-height: 20px;
}
.rating-content {
margin-top: 0px !important;
display: flex;
gap: 14px;
align-items: center;
margin-bottom: 5px;
}
.rating-content .rating {
display: flex !important;
align-items: center;
gap: 4px;
margin:0;
}
.rating-star::before {
content: "\2605" !important;
font-size: 12px !important;
background: rgb(61,61,61);
-webkit-background-clip: text;
}
.rating-value, .rating-count {
font-size: 12px;
color:rgb(61,61,61);
}
.rating-count {
padding-top: 1px;
display: inline-block;
margin: 0;
letter-spacing: .07rem;
}
.card-information .price-card{
margin-top: 5px;
display: flex;
flex-direction: column;
height: 100%;
}
.card-information .price-card .price-container span.price{
font-size: 16px;
color:#a20016;
padding-right: 2px;
letter-spacing: .1rem;
font-weight: 700;
}
.card-information .price-card .price-container span.pix-price{
font-size: 14px;
letter-spacing: .1rem;
color:#a20016;
}
.card-information .price-card .price-container span.pix-price .pix-price-value {
font-weight: 700;
}
.card-information .price-card .price-container .markdown-price {
font-size: 16px;
text-decoration: line-through;
color: #adadad;
font-weight: 700;
padding-right: 8px;
letter-spacing: .055rem;
}
product-card-color-selector {
position: relative;
margin-top: .7rem;
position: relative;
}
product-card-color-selector .information-product__selector {
display: block;
padding: 0;
margin: 0;
}
product-card-color-selector .information-product__selector .product-card-color-selector__buttons {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
justify-content: space-between;
}
product-card-color-selector .information-product__selector .product-card-color-selector__buttons .product-card-color-selector__buttons__wrapper {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-grow: 1;
overflow-y: hidden;
overflow-y: auto;
padding: 6px 0;
scrollbar-width: none;
-ms-overflow-style: none;
}
product-card-color-selector .information-product__selector .product-card-color-selector__buttons button.color-swatch {
height: 22px;
width: 22px;
min-width: 22px;
position: relative;
padding: 0;
margin: 0 4px 0 0;
background-color: #0000;
border-radius: 15px;
cursor: pointer;
}
product-card-color-selector .information-product__selector .product-card-color-selector__buttons button.color-swatch.color-swatch--selected {
border: 1px solid #000;
}
product-card-color-selector .information-product__selector .product-card-color-selector__buttons button.color-swatch .color-circle {
height: 16px;
width: 16px;
border: .5px solid #929292 !important;
position: absolute;
top: 2px;
left: 2px;
border-radius: 50%;
}
section#collection{
padding: 30px 0 50px;
}
section#collection .banner-collection{
max-width:1720px;
margin:0 auto 35px;
}
section#collection .banner-collection img{
width:100%;
}
.title-collection h1{
font-weight: 700;
font-size: 32px;
margin: 0 0 15px;
color: rgb(61,61,61);
}
.title-collection h2{
font-size: 16px;
font-weight: 500;
color: rgba(61, 61, 61, 0.7);
max-width: 900px;
line-height: 22px;
margin: 0 0 25px;
}
.loading__circle {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}
.loading__circle_collection {
position: relative;
display: flex;
}
.loading__circle-spinner {
border: 4px solid #f3f3f3;
border-top: 4px solid #000;
border-radius: 50%;
width: 50px;
height: 50px;
animation: loading__circle-spin 0.6s linear infinite;
}
@keyframes loading__circle-spin {
  to {
    transform: rotate(360deg);
  }
}
.view-asides{
display:flex;
}
.view-asides .aside-filters{
width: 220px;
margin-right: 30px;
}
.view-asides .produtos{
width: calc(100% - 250px);
}
.view-asides .aside-filters .filter {
margin-bottom: 20px;
}
.view-asides .aside-filters .filter h3{
color: rgb(61,61,61);
font-weight: 700;
font-size: 16px;
letter-spacing: 0.05rem;
line-height: 1;
margin: 0 0 10px;
}
.view-asides .aside-filters .filter ul li label{
font-size: 14px;
color:rgb(61,61,61,.75);
cursor: pointer;
display: flex;
align-items: center;
gap:8px;
padding:5px 0;
}
.view-asides .aside-filters .filter ul li label span{
display: flex;
width:16px;
height:16px;
border:1px solid #ccc;
background-color: #fff;
transition: all .3s linear;
align-items: center;
justify-content: center;
color: #fff;
}
.view-asides .aside-filters .filter ul li label span i{
opacity: 0;
}
.view-asides .aside-filters .filter ul li input:checked + label span, .view-asides .aside-filters .filter ul li label:hover span{
background-color: #000;
border-color: #000;
}
.view-asides .aside-filters .filter ul li input:checked + label span i{
opacity: 1;
}
.items-list {
max-height: 150px;
overflow: hidden;
transition: max-height 0.3s ease;
}
.items-list.expanded {
max-height: 1000px;
}
button.toggle-list-btn{
background-color: transparent;
font-weight: 500;
font-size: 15px;
color: rgba(61, 61, 61, 0.7);
cursor: pointer;
width: 100%;
text-align: left;
margin-top: 12px;
}