/*
    Theme Name: Brooklyn
    Version: 1.0
    Author: Jefersonlsch
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin: 0;
	padding: 0;
	font-weight: 400;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
    color: #111111;
    overflow-x: hidden;
}

body, p{
    font-size: 16px;
    line-height: 24px;
}

p{
    margin-bottom: 20px;
}

a{
    text-decoration: none;
    color: #111111;
}

a:hover{
    text-decoration:none;
    color: #666666;
}

img{
    border:none;
    max-width:100%;
    border: 0;
}

.container{
    max-width: 1200px;
}

.page-shell{
    padding: 40px;
    margin: 20px 0 40px;
}

.page-shell h1,
.page-shell h2,
.page-shell h3{
    color: #111111;
    font-weight: 700;
    letter-spacing: .02em;
}

.page-shell .entry-content p,
.page-shell .entry-content li{
    color: #5a5a5a;
}

/* Header */
header{
    background:#000;
    color:#fff;
}

.topbar{
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

.topbar .frase-topo{
    font-size:14px;
}

.topbar .frase-topo svg{
    margin-right: 8px;
}

.header-icons{
    justify-content:flex-end;
    display:flex;
    align-items:center;
    gap:20px;
}

.header-icons a{
    color:#fff;
    text-decoration:none;
    position:relative;
}

.cart-count{
    position:absolute;
    top:-8px;
    right:-10px;

    width:18px;
    height:18px;

    border-radius:50%;
    background:#111111;
    color:#fff;

    font-size:11px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.navbar{
    padding: 20px 0;
}

.navbar-brand{
    padding: 0;
}

.navbar-collapse{
    justify-content: end;
}

.navbar a{
    font-size: 16px;
    color: #fff;
}

.navbar ul,
.navbar-nav{
    margin: 0;
    display: flex;
    gap: 40px;
    list-style: none;
}

.navbar-nav li a{
    color: #ffffff;
    font-weight: 500;
}

.navbar-toggler{
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 0;
    padding: .45rem .65rem;
}

.navbar-toggler-icon{
    filter: invert(1);
}

/* Search */
/* ===========================
   Fullscreen Search Overlay
=========================== */

.box-search {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(15, 15, 15, .92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: .35s ease;

    z-index: 99999;
}

/* Quando abrir */
.box-search.active{
    opacity: 1;
    visibility: visible;
}

/* Formulário */

.header-search{
    width: min(90%, 900px);
    position: relative;
}

.header-search input[type="search"]{

    width:100%;
    height:80px;

    border:none;
    border-radius:50px;

    background:#fff;

    padding:0 90px 0 35px;

    font-size:28px;
    font-weight:300;

    color:#222;

    outline:none;

    box-shadow:
        0 25px 60px rgba(0,0,0,.35);

    transition:.3s;
}

.header-search input[type="search"]:focus{
    transform:translateY(-3px);
    box-shadow:
        0 35px 80px rgba(0,0,0,.45);
}

.header-search input::placeholder{
    color:#999;
    font-weight:300;
}

/* Botão */

.header-search button{

    position:absolute;

    right:10px;
    top:10px;

    width:60px;
    height:60px;

    border:none;
    border-radius:50%;

    background:#000;
    color:#fff;

    cursor:pointer;

    transition:.25s;
}

.header-search button:hover{
    background:#c59d5f; /* dourado elegante */
    transform:scale(1.05);
}

.header-search button i{
    font-size:20px;
}

/* Botão fechar */

.close-search{

    position:absolute;

    top:40px;
    right:40px;

    width:55px;
    height:55px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.2);

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    color:#fff;
    font-size:22px;

    transition:.3s;
}

.close-search:hover{

    background:#fff;
    color:#000;

    transform:rotate(90deg);
}

/* Texto auxiliar */

.box-search::after{

    content:"Digite para buscar produtos";

    position:absolute;

    top:calc(50% + 80px);

    color:#ccc;

    font-size:15px;
    letter-spacing:2px;
    text-transform:uppercase;
}

/* Login */
.woocommerce-account .woocommerce h2{
    display: none;
}

.woocommerce form.login {
  border: none;
  width: 380px;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.woocommerce button.button.woocommerce-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background: #000;
    color: #fff;
    border-radius: 0;
}

.woocommerce form .form-row{
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce form .form-row label{
    line-height: 1;
    margin: 0;
}

.woocommerce-account .woocommerce form .form-row .input-text, .woocommerce-account .woocommerce form .form-row select {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
}

/* Mobile */
@media(max-width:768px){

    .header-search{
        width:90%;
    }

    .header-search input[type="search"]{
        height:65px;
        font-size:20px;
        padding:0 70px 0 25px;
    }

    .header-search button{
        width:50px;
        height:50px;
        top:7px;
        right:7px;
    }

    .close-search{
        top:20px;
        right:20px;
        width:45px;
        height:45px;
        font-size:18px;
    }

    .box-search::after{
        font-size:13px;
        top:calc(50% + 70px);
    }

}

/* Home */
.banner-superior {
    position: relative;
}

/* Dots */
.banner-superior .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 20;
}

/* Remove número */
.banner-superior .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

/* Bolinha */
.banner-superior .slick-dots li button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    transition: .3s ease;
    opacity: 1;
}

/* Hover */
.banner-superior .slick-dots li:hover button:before {
    background: rgba(255,255,255,.8);
    transform: scale(1.15);
}

/* Ativo */
.banner-superior .slick-dots li.slick-active button:before {
    background: #fff;
    transform: scale(1.35);
}

.banners-home .banners-direita img{
    margin-bottom: 30px;
}

.banners-home .banners-direita img + img{
    margin-bottom:0;
}

.hero-grid {display:grid;grid-template-columns:1fr 1fr 1fr;height:400px}
.hero-left {background:#000;color:#fff;padding:40px}
.hero-center,.hero-right {background-size:cover}

.products {text-align:center}

ul.products {display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;padding:0;margin:0}

ul.products li {list-style:none}

.product-card {background:#fff;padding:15px;transition:.2s;position:relative;height:100%; text-align: left;}

.price del {color:#999}
.price ins {color:#000;font-weight:bold}

.btn {display:block;background:#000;color:#fff;padding:10px;margin-top:10px}

.testimonials {background:#111;color:#fff;padding:60px}

.whatsapp {position:fixed;bottom:20px;right:20px;background:#25D366;color:#fff;padding:15px}

@media(max-width:768px){
    .hero-grid{grid-template-columns:1fr;height:auto}
    ul.products{grid-template-columns:1fr 1fr}
}

/* Footer */
.footer-brooklyn{
    background:#000;
    color:#fff;
}

.footer-divider{
    border-color:rgba(255,255,255,.12);
    margin:0;
}

/* BENEFÍCIOS */
.footer-top p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.benefit-icon{
    font-size: 34px;
    color: #fff;
}

/* LOGO */
.footer-logo{
    max-width:220px;
}

.social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a{
    color: #fff;
    font-size: 24px;
    margin-right: 25px;
    transition: .3s;
}

.social-icons a:hover{
    color:#ccc;
    text-decoration:none;
}

/* TÍTULOS */
.footer-content h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links a, .footer-content a{
    color:#fff;
}

.footer-links a:hover, .footer-content a:hover{
    color:#ccc;
    text-decoration:none;
}

/* CONTATO */
.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:20px;
}

.contact-icon{
    width:56px;
    min-width:56px;
    height:56px;
    background:#fff;
    color:#000;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-right:18px;
    font-size:22px;
}

.contact-item h6{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* COPYRIGHT */
.footer-bottom{
    color:#fff;
}

/* RESPONSIVO */
@media(max-width:991px){

    .footer-content{
        text-align:center;
    }

    .contact-item{
        justify-content:center;
        text-align:left;
    }

    .social-icons{
        margin-bottom:30px;
    }

}

/* Título */
h1, .section-title{
    font-size:42px;
    font-weight:700;
    letter-spacing:2px;
}

/* Produtos */
.product-card{
    position:relative;
    background:#fff;
    border:1px solid #ddd;
    padding:15px;
    height:100%;
    transition:.3s;
    box-shadow:0 2px 12px rgba(0,0,0,.04);
}

.product-discount{
    position:absolute;
    top:15px;
    right:15px;
    background:#000;
    color:#fff;
    padding:5px 10px;
    font-size:12px;
    font-weight:700;
    z-index:2;
}

.product-image{
    background:#f8f8f8;
    text-align:center;
    margin: 0;
    display:block;
}

.product-image img{
    width:100%;
    max-height:220px;
    object-fit:cover;
}

.product-title, .product-title a{
    font-size:16px;
    line-height:24px;
    min-height:70px;
    color:#8A8784;
    font-weight:700;
    margin-bottom:10px;
    text-decoration:none;
    transition: .25s ease;
}

.product-title:hover a{
    color:#000;
}

.product-old-price{
    text-decoration:line-through;
    color:#999;
    margin-bottom:5px;
}

.product-price{
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    color:#111;
    text-decoration: none;
}

.product-price del{
    display: none;
}

.btn-buy{
    display:block;
    width:100%;
    background:#000;
    color:#fff;
    text-align:center;
    padding:12px;
    font-weight:700;
    text-decoration:none;
    border-radius:0;
}

.btn-buy:hover{
    color:#fff;
    background:#222;
    text-decoration:none;
}

.woocommerce .products .button.add_to_cart_button{
    display:block;
    width:100%;
    text-align:center;
    padding:12px;
    background:#000;
    color:#fff;
    border:none;
    font-weight:700;
}

.woocommerce .products .button.add_to_cart_button:hover{
    background:#222;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: auto;
    float: none;
    margin: 0;
}

.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before{
    display: none;
}

/* Checkout */
.woocommerce form .form-row{
    display: block;
}

.woocommerce-checkout .woocommerce table.shop_table tr.cart_item{
    padding: 0 0 20px;
}

#order_review_heading{
    margin-bottom: 15px;
    font-weight: 700;
}

.woocommerce-privacy-policy-text{
    margin-bottom: 20px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select{
    border-radius: 0;
    border: 1px solid #d9d9d9;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-checkout-payment{
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #666666;
}

.woocommerce-checkout .woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
    border-top: 1px solid #ececec;
    padding-top: 12px;
    margin-top: 12px;
}

.woocommerce-checkout .place-order {
    margin-top: 20px;
}

.woocommerce-checkout .place-order .button {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
}

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .select2-selection{
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 12px 14px;
    min-height: 46px;
    background: #fff;
}

.woocommerce-checkout .button,
.woocommerce-checkout .button.alt,
.woocommerce .button.alt,
.woocommerce .button{
    background: #111111;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 12px 18px;
    font-weight: 700;
}

.woocommerce-checkout .button:hover,
.woocommerce-checkout .button.alt:hover,
.woocommerce .button.alt:hover,
.woocommerce .button:hover{
    background: #222222;
    color: #ffffff;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td{
    border-bottom: 1px solid #ececec;
}

/* Carrinho WooCommerce */
.woocommerce-cart .woocommerce:after{
    display: block;
    clear: both;
    content: "";
}

.woocommerce-cart-form{
    float: left;
    padding-right: 30px;
    width: 70%;
    margin: 0;
    box-sizing: border-box;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
    box-sizing: border-box;
    margin: 0;
    float: right;
    width: 30%;
    padding-left: 30px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: auto;
    border: none;
    padding: 0;
}

.woocommerce table.shop_table{
    border: none;
}

.woocommerce table.shop_table thead{
    display: none;
}

.woocommerce table.shop_table tr.cart_item{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.woocommerce table.shop_table .cart_item td{
    border: none;
    display: inline-block;
    padding: 0;
}

.woocommerce table.shop_table td.product-remove{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
}

.woocommerce table.shop_table td.product-name{
    width: 450px;
    margin-right: 25px;
}

.woocommerce-cart table.cart img{
    width: 80px;
}

.woocommerce table.shop_table tr.cart_item td.product-price{
    display: none;
}

.woocommerce table.shop_table td.actions{
    border: none;
    padding: 0;
}

.woocommerce-page table.cart td.actions .input-text{
    width: 180px;
}

.woocommerce-page .actions .button:disabled{
    color: #FFFFFF !important;
}

.woocommerce-page .product-remove a.remove{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #111111;
    border: none;
    text-decoration: none;
    transition: .2s ease;
}

.woocommerce-page .product-remove a:hover {
    background: #111111;
    color: #ffffff;
}

.woocommerce-page td.product-name a {
    color: #111111;
    font-weight: 600;
}

.woocommerce-page td.product-name a:hover {
    color: #666666;
}

.woocommerce table.shop_table .cart_item td.product-quantity{
    margin-left: auto;
}

.woocommerce table.shop_table .cart_item td.product-subtotal{
    width: 100px;
    text-align: right;
}

.woocommerce-page .quantity .qty {
    width: 70px;
    min-height: 40px;
    border: 1px solid #111111;
    padding: 0 10px;
    text-align: center;
    background: transparent;
    color: #111111;
}

.woocommerce-page .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.woocommerce-page .coupon input.input-text {
    min-height: 42px;
    border: 1px solid #111111;
    padding: 0 12px;
    background: transparent;
    color: #111111;
}

.woocommerce-page .coupon .button,
.woocommerce-page .actions .button,
.woocommerce-page .wc-proceed-to-checkout .button,
.woocommerce-page .button.alt {
    border-radius: 0;
    background: #000000 !important;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 16px;
    font-weight: 600;
    transition: .2s ease;
}

.woocommerce-page .coupon .button:hover,
.woocommerce-page .actions .button:hover,
.woocommerce-page .wc-proceed-to-checkout .button:hover,
.woocommerce-page .button.alt:hover {
    background: #222222 !important;
    color: #ffffff;
}

.woocommerce-page .cart_totals {
    background: transparent;
    border: 1px solid #111111;
    padding: 24px;
}

.woocommerce-page .cart_totals h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111111;
}

.woocommerce-page .cart_totals table th,
.woocommerce-page .cart_totals table td {
    padding: 12px 0;
    border-bottom: 1px solid #111111;
}

.woocommerce-page .cart_totals .order-total th,
.woocommerce-page .cart_totals .order-total td {
    font-weight: 700;
    border-bottom: 0;
}

/* Modal do carrinho */
.brooklyn-modal{
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease;
}

.brooklyn-modal.active{
    opacity: 1;
    visibility: visible;
}

.brooklyn-modal__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.brooklyn-modal__dialog{
    position: relative;
    width: min(92vw, 480px);
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
    padding: 28px;
    z-index: 1;
}

.brooklyn-modal__close{
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    color: #111111;
}

.brooklyn-modal__content .woocommerce-message{
    margin: 0;
    border: 0;
    background: transparent;
    color: #111111;
    padding: 0;
}

.brooklyn-modal__content .woocommerce-message a{
    font-weight: 700;
    color: #111111;
}

/* Marcas */
.brands-section{
    margin-top:70px;
}

.brands-section img{
    max-height:60px;
    opacity:.45;
    transition:.3s;
    filter: grayscale(100%);
    transition: filter .3s ease;
    display: block;
    margin: 0 auto;
}

.brands-section img:hover{
    opacity:1;
    filter: grayscale(0%);
}

/* Depoimentos */
.testimonial-section{
    position:relative;
    background-image:url('assets/img/fundo-depoimentos.jpg');
    background-attachment:fixed;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:120px 0;
}

.testimonial-nav{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.avatar-item{
    text-align:center;
    cursor:pointer;
    transition:.3s;
    opacity:.45;
}

.avatar-item img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid transparent;
    margin: auto;
    display: none !important;
}

.avatar-item span{
    display: block;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
}

.testimonial-nav .slick-current .avatar-item{
    opacity:1;
}

.testimonial-nav .slick-current .avatar-item img{
    border-color:#fff;
}

.testimonial-for{
    max-width:1100px;
    margin:auto;
}

.testimonial-box{
    position:relative;
    background:rgba(255,255,255,.10);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    padding:50px;
    text-align:center;
    color:#fff;
    margin-top: 15px;
}

.testimonial-box:before{
    content:'';
    position:absolute;
    left:50%;
    top:-40px;
    transform:translateX(-50%);
    width:30px;
    height:40px;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-bottom:15px solid rgba(255,255,255,.10);
}

.testimonial-box p{
    margin:0;
}

.slick-slide{
    outline:none;
}

.slick-prev,
.slick-next{
    display:none !important;
}

@media(max-width:991px){

    .testimonial-nav{
        width:100%;
    }

    .avatar-item span{
        font-size:16px;
    }

    .testimonial-box{
        padding:30px;
    }

    .avatar-item img{
        width:60px;
        height:60px;
    }

}

/* CTA */
.cta-section{
    padding: 60px 0;
}

.cta-icon{
    font-size: 50px;
    margin-right: 30px;
}

.cta-section h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
}

.cta-section p{
    margin: 0;
    color: #000000;
}

.cta-button{
    font-size: 16px;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 30px;
    line-height: 48px;
    font-weight: 700;
    text-decoration: none;
}

.cta-button:hover{
    color:#fff;
    background:#222;
    text-decoration:none;
}

/* WooCommerce */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: none;
}

/* ===========================
   Menu Minha Conta
=========================== */

.woocommerce-MyAccount-navigation {
    padding: 0;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-navigation li {
    margin: 0;
}

.woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    transition: all .25s ease;
}

.woocommerce-MyAccount-navigation li:last-child a {
    border-bottom: 0;
}

/* Hover */

.woocommerce-MyAccount-navigation a:hover {
    color: #000;
    padding-left: 8px;
}

/* Item ativo */

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a[aria-current="page"] {
    color: #000;
    font-weight: 600;
}

/* Barra lateral */

.woocommerce-MyAccount-navigation .is-active a::before,
.woocommerce-MyAccount-navigation a[aria-current="page"]::before {
    content: "";
    width: 3px;
    height: 22px;
    background: #000;
    border-radius: 20px;
    margin-right: 12px;
}

.woocommerce-MyAccount-navigation a::before {
    width: 3px;
    content: "";
    margin-right: 12px;
}

/* Sair */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #c53b3b;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: #a60000;
}

header.woocommerce-Address-title.title {
    background-color: transparent;
    margin: 15px 0;
}

.woocommerce-account .addresses .title .edit {
    float: none;
    background-color: #000;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: top;
}

@media(max-width:991px){
    .navbar ul,
    .navbar-nav{
        flex-direction: column;
        gap: 12px;
        padding: 20px 0 0;
    }

    .navbar-collapse{
        background: #111111;
        padding: 15px 20px;
        margin-top: 15px;
    }

    .navbar-nav li a{
        display: block;
        padding: 6px 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .testimonial-users{
        gap:20px;
    }

    .cta-section h2{
        font-size:26px;
    }

    .product-price{
        font-size:28px;
    }
}

@media(max-width:768px){
    .page-shell{
        padding: 24px;
    }

    h1, .section-title{
        font-size: 28px;
        letter-spacing: 1px;
    }

    ul.products{
        grid-template-columns: 1fr;
    }

    .topbar .row{
        text-align: center;
    }

    .header-icons{
        justify-content: center;
        margin-top: 10px;
    }

    .woocommerce-checkout .woocommerce-checkout-review-order,
    .woocommerce-checkout .woocommerce-billing-fields,
    .woocommerce-checkout .woocommerce-shipping-fields,
    .woocommerce-checkout .woocommerce-form-coupon-toggle,
    .woocommerce-checkout .woocommerce-checkout-payment{
        padding: 18px;
    }
}

@media(max-width: 1199px) {
    .navbar-brand{max-width: 180px;}
    .navbar a{font-size: 14px;}
    h1, .section-title{font-size: 32px; font-weight: 700; letter-spacing: 1px;}
}

@media (max-width: 767px) {
    .navbar ul, .navbar-nav{padding: 0;}
}

.cart-toast{

    position:fixed;
    top:25px;
    right:-420px;

    width:370px;
    background:#fff;
    border-radius:14px;
    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.15);

    transition:.35s;

    z-index:999999;
}

.cart-toast.show{
    right:25px;
}

.toast-progress{

    height:4px;
    background:#28a745;
    width:100%;
    transform-origin:left;
}

.toast-progress.animate{
    animation:progress 4s linear forwards;
}

@keyframes progress{

    from{
        transform:scaleX(1);
    }

    to{
        transform:scaleX(0);
    }

}

.toast-close{

    position:absolute;
    top:12px;
    right:12px;

    background:none;
    border:0;

    cursor:pointer;
    font-size:22px;
    color:#999;
}

.toast-header{

    display:flex;
    align-items:center;
    gap:15px;

    padding:20px;
}

.toast-check{

    width:48px;
    height:48px;

    border-radius:50%;
    background:#28a745;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:22px;
}

.toast-header strong{

    display:block;
    font-size:16px;
}

.toast-header small{

    color:#777;
}

.toast-product{

    display:flex;
    gap:15px;

    padding:0 20px 20px;
}

.toast-product img{

    width:70px;
    height:70px;
    object-fit:cover;

    border-radius:8px;
    border:1px solid #eee;
}

.toast-product .info{

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.toast-product .name{

    font-weight:600;
    margin-bottom:6px;
}

.toast-product .price{

    color:#28a745;
    font-weight:bold;
}

.toast-actions{

    display:flex;
    gap:10px;

    padding:20px;
    border-top:1px solid #eee;
}

.toast-actions a{

    flex:1;
    text-align:center;

    text-decoration:none;
    padding:12px;
    border-radius:8px;
    transition:.2s;
}

.btn-cart{
    border:1px solid #111;
    color:#111;
}

.btn-cart:hover{
    background:#111;
    color:#fff;
}

.btn-checkout{
    background:#111;
    color:#fff;
}

.btn-checkout:hover{
    opacity:.85;
}

body.single-product .variations select {
    display: none !important;
}

.variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.variation-button {
    min-width: 42px;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 0;
    transition: .2s;
    font-size: 14px;
    font-weight: 600;
}

.variation-button:hover {
    border-color: #000;
}

.variation-button.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.variation-button.disabled {
    opacity: .35;
    cursor: not-allowed;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr th {
    display: block;
}

.woocommerce div.product .product_title{
    margin-bottom: 20px;
    font-size: 30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #000000;
    font-weight: 800;
    font-size: 24px;
}

.woocommerce div.product p.stock{
    color: #111111;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    padding: 10px 5px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none;
}

#tab-description h2, .related.products h2{
    margin-bottom: 10px;
}

#shipping-simulator .cart label{
    float: left;
    line-height: 30px;
}

#shipping-simulator #zipcode {
    float: left;
    margin-right: 5px;
    height: 40px;
    padding: 10px;
    width: 150px;
}

#shipping-simulator .cart button{
    margin-top: 30px;
    height: 40px;
}

#simulator-data li{
    list-style: none;
    margin-bottom: 10px;
}




@media(max-width:991px){
    .mb-5, .my-5{margin-bottom: 30px !important;}
    ul.products{grid-template-columns: repeat(3,1fr);}
    .product-price {font-size: 20px; margin-bottom: 10px;}
    .woocommerce ul.products li.product h3{padding: 0;}
    .btn-buy{padding: 8px; font-size: 14px;}
    .testimonial-section{padding: 60px 0;}
    .cta-section h2 {font-size: 24px; line-height: 30px; margin-right: 30px;}
    .cta-section{padding: 40px 0;}
    .cta-button{font-size: 14px; padding: 0 20px;}
}

@media(max-width:768px){
    body .pt-5, body .py-5{padding-top: 20px !important;}
    body .pb-5, body .py-5{padding-bottom: 20px !important;}
    body .mb-5, body .my-5{margin-bottom: 20px !important;}
    body .mt-5, body .my-5{margin-top: 20px !important;}
    h1, .section-title{font-size: 22px;}
    ul.products{display: block;}
    .woocommerce .products ul::after, .woocommerce .products ul::before,  .woocommerce ul.products::after,  .woocommerce ul.products::before{display: block;}
    .banners-home .banners-direita img{margin: 20px 0 0;}
}