/*INÍCIO CUSTOMIZAÇÃO*/

/*Product detail right*/
.element-product-detail .wrapper-product-price {
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.element-product-detail .product-amount .grid-medida {
    padding: 0 !important;
    width: 50px;
}
.content-main-cols-1 .element-product-detail .wrapper-product-price .wrapper-btn-buy {
    width: 150px !important;
    margin-left: -10px;
}
.element-product-detail .product-amount .holder-amount .label-amount {
    display: none;
}
.element-product-detail .wrapper-product-price .wrapper-btn-buy {
    padding-top: 30px !important;
}
.element-product-detail .product-amount .label-unit {
    display: none !important;
}
.element-product-detail .product-amount {
    margin-top: 40px;
}
.element-payment-methods div[class^="icon-payment-"] {
    background: url(https://cdn.simplo7.net/static/webroot/img/payment/icons-payment-frontend-3.png) no-repeat !important;
}

li.payment-methods-item .icon-payment-pagaleve {
    background-position: 0 -1080px !important;
    transform: scale(1) !important;
    margin-left: 8px;
}
/*Botão favoritos icone*/
a.btn.btn-favorite:before {
    content: "\f004";
    color: #0f3e99;
    font-family: 'FontAwesomeRegular';
    font-size: 18px;
    position: relative;
    top: 7px;
    margin-right: 3px;
}
span.icon-favorite.btn-icon {
    display: none !important;
}

/*Formas de pagamento*/

.product-detail-right div[class^="icon-payment-"] {
    transform: scale(.6);
}

.product-detail-right .element-payment-methods .title-footer{
    color: #f7b117;
    margin-left: -7px;
}

.product-detail-right ul.payment-methods-list{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.product-detail-right li.payment-methods-item {
    background: #fff;
    border: 0;
    padding:0;
    width: 34px;
    height: 22px;
}

/*Titulos pagamentos*/
.product-detail-right .icon-payment-paghiper:before {
    content: "Boleto (à vista)";
    position: relative;
    top: -30px;
    white-space: nowrap;
    color: #f7b117;
    font-size: 16px;
    left: -30px;
}
.product-detail-right .icon-payment-pix:before {
    content: "Pix (à vista)";
    position: relative;
   top: -20px;
    white-space: nowrap;
    color: #f7b117;
    font-size: 13px;
    left: -7px;
}
.product-detail-right .icon-payment-visa:before {
    content: "Cartão de Crédito (até 6x)";
    position: relative;
    top: -30px;
    white-space: nowrap;
    color: #f7b117;
    font-size: 16px;
    left: 60px;
}
.product-detail-right .box-shipping .box-title {
    padding-left: 30px;
}
.product-detail-right span.box-title:before {
    content: "\f0d1";
    font-family: 'FontAwesomeSolid';
    font-size: 16px;
    position: absolute;
    transform: scaleX(-1);
    left: 30px;
}
.element-product-detail div[class^="box-"] .box-title {
    font-family: 'montserrat_regular';
    font-size: 17px;
    margin-bottom: 20px;
}

/*Botão voltar ao topo*/
#back-to-top {
    z-index: 5;
   position: fixed;
   bottom: 100px;
   right: 31px;
   cursor: pointer;
   width: 40px;
   height: 40px;
   background: #0f3e99;
   border-radius: 20px;
   box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
 }
 #back-to-top:before{
     font-family: "FontAwesomeSolid";
     content: "\f106";
     color: #fff;
     font-size: 25px;
 }
 html {
    scroll-behavior: smooth;
  }
/*Botão compartilhar página produto*/
.btn-share-product{
    display: block;
    cursor: pointer;
    color: #0f3e99;
    font-size: 13px;
    font-family: 'montserrat_bold';
}
.icon-btn-share{
 	background: #0f3e99;
    margin-right: 6px;
}
.icon-btn-share:before{
    content: "\f1e0";
    color: #fff;
}

.container-share-product {
    margin-top: 20px;
    display: none !important;
    margin: auto;
    padding: 20px 0;
}
.container-share-product.active {
    display: block !important;
}

/*btns social*/
.list-btn-share{
    display: flex;
}
.list-btn-share a{
    width: 30px;
    padding: 0 5px;
}
.btn-facebook-share{
    background: url(https://73035.cdn.simplo7.net/static/73035/galeria/163283895553478.png) no-repeat center center;
    background-size: 30px;
    height: 30px;
    display: block;
}
.btn-whatsapp-share{
    background: url(https://73035.cdn.simplo7.net/static/73035/galeria/163283895653120.png) no-repeat center center;
    background-size: 30px;
    height: 30px;
    display: block;
}
.btn-twitter-share{
    background: url(https://73035.cdn.simplo7.net/static/73035/galeria/163283895669080.png) no-repeat center center;
    background-size: 30px;
    height: 30px;
    display: block;
}
.btn-pinterest-share{
    background: url(https://73035.cdn.simplo7.net/static/73035/galeria/163283895616107.png) no-repeat center center;
    background-size: 30px;
    height: 30px;
    display: block;
}

/*FIM CUSTOMIZAÇÃO*/

/*CUSTOMIZAÇÃO PREÇOS PRODUTOS*/

/*Produto com e sem promoção PAG*/
.content-main-cols-1 .element-product-detail .wrapper-product-price .product-price {
    display: flex;
    flex-wrap: wrap;
}
p.product-price-off {
    order: -1;
    line-height: 30px;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price {
    color: #0f3e99;
    font-family: 'montserrat_regular';
    padding-left: 10px;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price:before {
    content: "ou ";
    font-size: 14px;
    text-transform: lowercase;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price span.product-big-price {
    font-size: 14px;
    font-family: 'montserrat_bold';
}
.element-product-detail .wrapper-product-price .product-price .product-price-off .desconto_avista {
    font-family: 'montserrat_bold';
    color: #f7b117;
    font-size: 24px;
}
.element-product-detail .wrapper-product-price .product-price .product-price-off {
    font-size: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}
span.desconto_parcela {
    font-size: 14px;
    margin-right: 5px;
}
span.product-forms-payments {
    font-size: 14px;
    margin-left: 5px;
}
span.desconto_parcela:before {
    content: "economize ";
    margin-left: 10px;
}
span.parcel-number, span.parcel-value {
    font-size: 14px;
}
.element-product-detail .wrapper-product-price .product-price .product-parcelled-price{
    font-size: 0;
    line-height: 28px;
    color: #0f3e99;
}
.element-product-detail .wrapper-product-price .product-price .product-new-price span:first-child{
    display: none;
}

p.product-old-price {
    order: -1;
    line-height: 30px !important;
}
.wrapper-product-price {
    background: transparent !important;
}
.wrapper-product-parcels:before {
    content: "";
    background: #f0f0f0;
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 0;
    padding-bottom: 10px;
}
.wrapper-product-parcels {
    padding-left: 10px;
    color: #0f3e99;
    width: 100%;

}
span.parcel-value {
    font-family: 'montserrat_bold';
}

/*Produtos com e sem promoção HOME*/
 .product-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
 .product-name {
    order: -1;
}
 p.product-old-price {
    order: -1;
    width: 100%;
}
 .product-cash-price {
    order: -1;
    font-size: 0 !important;
}
 .product-cash-price .product-big-price {
    font-family: 'montserrat_bold';
    color: #f7b117;
    font-size: 18px !important;
}
 span.product-forms-payments {
    font-size: 14px;
    margin-left: 5px;
    line-height: 24px;
}
 span.product-big-price {
    color: #666;
    font-family: 'montserrat_regular';
    font-size: 14px !important;
    line-height: 24px;
}
 .product-big-price:before {
    content:;
    font-size: 14px;
    text-transform: lowercase;
}
 .product-cash-price .product-big-price:before,
 .product-parcelled-price .product-big-price:before{
    display: none;
}
 span.product-number-parcels {
    font-size: 14px;
    line-height: 24px;
}
 span.product-number-parcels:before {
    content: "em";
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 24px;
}
 span.product-number-parcels:after {
    content: "de";
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 24px;
}

p.product-parcelled-price {
    font-size: 0px !important;
    margin-right: 0px;
} 
span.parcel-number:before {
    content: "em até";
    margin-left: 5px;
    margin-right: 5px;
}

span.parcel-value:before{
    content: "";
    margin-left: 1px;
    margin-right: 5px;
}

.big-before:before{
        top: -55px;
    padding-bottom: 30px;
}
p.product-price {
    width: 100%;
}

/*FIM - CUSTOMIZAÇÃO PREÇOS PRODUTOS*/

.product-view.element-product-related .product-amount {
    Display: none;
}
/*Ajustes botão produto */
.product-view.element-product-description .title-secundary {
    display:none;
}
/*Botão de comprar visível nos produtos relacionados*/
body.pagina-produto #product-list .product-list-item .wrapper-btn-product {
    display: block !important;
}

/*Ajustes Icones Pagamentos Pág Produto*/
.element-payment-methods div[class^="icon-payment-"] {
    background: url(https://cdn.simplo7.net/static/webroot/img/payment/icons-payment-frontend.png) no-repeat;
    height: 36px;
    width: 58px;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-pix {
    background-position: 0 -1044px !important;
    transform: scale(.8)
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-visa {
    background-position: center 0 !important;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-paghiper {
    background-position: center -432px !important;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-master, .element-payment-methods div[class^="icon-payment-"].icon-payment-mastercard {
    background-position: center -72px !important;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-elo {
    background-position: center -396px !important;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-hipercard {
    background-position: center -540px !important;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-hiper {
    background-position: center -756px;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-amex {
    background-position: center -180px !important;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-aura {
    background-position: center -792px;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-jcb {
    background-position: center -828px;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-discover {
    background-position: center -108px;
}
.element-payment-methods div[class^="icon-payment-"].icon-payment-diners {
    background-position: center -144px !important;
}

#header-main .element-info .icon-phone{
    background: var(--sec-color);
    -webkit-mask: url(https://cdn.simplo7.net/static/themed/StreetFashion/webroot/img/icon-phone.svg) no-repeat center center;
    -moz-mask: url(https://cdn.simplo7.net/static/themed/StreetFashion/webroot/img/icon-phone.svg) no-repeat center center;
    mask: url(https://cdn.simplo7.net/static/themed/StreetFashion/webroot/img/icon-phone.svg) no-repeat center center;
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    mask-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 3px;
    width: 20px;
}
/*FIM - Ajustes Icones Pagamentos Pág Produto*/

.cat-mob-esconder {
    display: none !important;
}

#product-list-sidebar .product-list-item .label-unavailable:before, #product-list .product-list-item .label-unavailable:before {
    left: 2% !important;
}

/*atributos tecnicos*/
.pagina-produto div#tabs-att-tec {
    display: flex;
}

.pagina-produto #tabs-att-tec .ui-tabs-nav {
    display: flex;
    margin: 0;
    flex-direction: column;
}

#tabs-att-tec .ui-tabs-panel.ui-widget-content.ui-corner-bottom {
 display: block !important;
 border-top: none !important;
 margin: 6%;
 padding: 0;
 width: 100% !important;
}

#tabs-att-tec .ui-tabs-nav .ui-state-default {
 border: none !important;
 margin-bottom: 0 !important;
 mergin-right: 0 !important;
}

#tabs-att-tec .ui-tabs-nav .ui-state-default.ui-tabs-active {
 border-color: white;
}

ul.tecAttr {
 margin-top: -0.4%;
 margin-left: -6%;
}

body.pagina-produto .header-box-content .title-secundary {
    text-transform: uppercase !important;
}

.pagina-busca .product-name h2,
.pagina-categoria .product-name h2,
.pagina-home .product-name h2 {
        letter-spacing: 0.7px;
}

/*Início da customização do texto abaixo da newslleter no footer da home 
.banner-bottom-item p {
    max-height: 4.5em; 
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    text-align: center;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}
.banner-bottom-item p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    transition: opacity 0.3s;
}
.banner-bottom-item.expanded p {
    max-height: none;
}
.banner-bottom-item.expanded p::after {
    opacity: 0; 
}
.botao-toggle {
    cursor: pointer;
    background-color: #0F3E99;
    color: white;
    border: none;
    padding: 12px 20px;
    margin-top: 35px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s;
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
}
.botao-container {
    text-align: center;
    margin-top: -25px;
    position: relative;
    z-index: 10;
}*/

/* Ajustes na formatação do texto do banner footer da home*/

.element-banner-bottom #banner-bottom > li {
    text-transform: none;
}

.element-banner-bottom #banner-bottom li {
     float: none;
}

.banner-bottom-item {
    display: block !important;
    white-space: normal !important;  /* Garante que o texto quebre corretamente */
    text-align: left !important;  /* Alinha corretamente */
    word-wrap: break-word !important; /* Quebra palavras longas */
    overflow-wrap: break-word !important;
    line-height: 1.5 !important; /* Define espaçamento correto */
}

.banner-bottom-item h1, 
.banner-bottom-item h2 {
    font-size: 24px !important; 
    font-weight: bold !important;
    margin-bottom: 12px !important;
}

.banner-bottom-item p {
    text-align: left !important;
    margin-bottom: 16px !important;
}

.banner-bottom-item ul, 
.banner-bottom-item ol {
    padding-left: 20px !important;
    list-style-position: outside !important;
}

.banner-bottom-item li {
    display: list-item !important;
    margin-bottom: 6px !important;
}

.banner-bottom-item a {
    text-decoration: underline !important;
    color: #0073e6 !important;
}

.banner-bottom-item ul {
    list-style-type: disc !important; /* Usa bolinhas (círculos preenchidos) */
    padding-left: 40px !important; /* Aumenta o espaçamento da lista */
    margin-left: 0 !important; /* Evita conflitos com margens externas */
}
/* Estilização do botão */
.botao-toggle {
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
    padding: 12px 20px;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-left: auto;
    margin-right: auto;
}
 
.botao-toggle:hover {
    background-color: #333;
}

/* Define a altura inicial para ocultar parte do texto */
.banner-bottom-item div:first-child {
    max-height: 11em; /* Ajuste conforme necessário */
    overflow: hidden;
    position: relative;
    transition: 0.6s ease-in-out;
}
 
/* Gradiente no final do texto recolhido */
.banner-bottom-item div:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    transition: 0.6s ease-in-out;
    pointer-events: none;
}
 
/* Quando expandido, o texto aparece completo e o gradiente some */
.banner-bottom-item.expanded div:first-child {
    max-height: 2000px;
    transition: opacity 0.3s;
    transition: 0.6s ease-in-out;
}
 
.banner-bottom-item.expanded::after div:first-child {
    opacity: 0;
    transition: 0.6s ease-in-out;
}

.banner-bottom-item.expanded div:first-child::after {
    background: transparent;
}
/*fim ajustes customização banner bottom*/
/* Fim da Customização*/

/*Início da customização dos icones navegacionais de categorias na home*/

/* Ajustes no carrossel*/
.element-banner-shop #banner-shop > li {
    box-sizing: unset !important;
    flex: unset;
}

.element-banner-shop #banner-shop {
    justify-content: center;
}

/* Container do carrossel */
#banner-shop-inner {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    gap: 10px;
}

/* Ícones de categorias */
#banner-shop li {
    flex: 0 0 auto;
    text-align: center;
    padding: 5px;
}
div#vitrine  .element-banner-shop {
    display: inline-block !important;
}
#vitrine .bx-wrapper .bx-viewport {
    width: 114% !important;
    left: -7%;
}
/* Imagens dentro dos ícones */
#banner-shop li img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: auto;
}

/* Nomes das categorias */
#banner-shop li::after {
    content: attr(data-name);
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 8px;
    text-align: center;
}

/* Setas de navegação */
.seta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    color: black;
    border: 2px solid black;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
    z-index: 10;
    transition: 0.3s;
}

.seta:hover {
    background-color: black;
    color: white;
}

.seta-esquerda {
    left: -10px;
}

.seta-direita {
    right: -10px;
}

.bx-wrapper.horizontal .bx-controls-direction a.bx-prev {
    left: -41px;
}

/* Fim da Customização*/

/*Início da customização dos icones de marcas da home*/

/*Estilização do título*/
.titulo-marcas {
    color: #000;
    display: inline-block;
    font-family: montserrat_bold;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Estilização do carrossel */
.vitrine-brand {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0;
}
 
/* Lista de marcas */
.vitrine-brand-list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
 
/* Cada item da lista */
.vitrine-brand-item {
    background-color: #f5f5f5;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.element-vitrine-brand .vitrine-brand .vitrine-brand-list .vitrine-brand-item {
    padding: 10px;
}
 
/* Ajuste das imagens dentro dos círculos */
.vitrine-brand-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 50%; 
    display: block;
    margin: auto;
}
/* Fim da Customização*/