
            @media (min-width: 1200px) {
            .container {  	
                width: 1200px;
                
            }}
         :root {  
            --hovercolor: #D4AF37; 
            --bg_dark: #000000; 
            --font-weight: 500;  
			
        }body{
            font-family: 'Oswald', sans-serif;
            font-size: 14px;
            color: #FFFFFF;
        }body{background-color: #000000;background-repeat: repeat-x;background-attachment: scroll;background-size: auto;}.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: 'Oswald', sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 500;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: 'Oswald', sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #000000;   
        }.js-product-miniature .product_desc .product_name{
            color: #FFFEFE;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #D4AF37;
        }.product-price-and-shipping .price{
            color:#D4AF37;
            font-size: 18px;
        }.h1.namne_details, .product_name_h1{
            color: #FFFFFF;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#D4AF37;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }body {
  font-family: 'Oswald', sans-serif;
}

.pos-search__input::placeholder {
  font-size: 20px !important;
 color: #000
}

.blockcart > a > i {
  display: none !important;
}

.blockcart > a::before {
  content: "Carrinho";
  display: inline-block;
  margin-right: -5px;

  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
}

.blockcart .cart-products-count {
  display: none !important;
}

.shipping-card,
.original-card,
.support-card,
.wholesale-card {
  font-family: 'Oswald', sans-serif;
  background: #000;
  color: #fff;

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

  width: 100%;
  height: 105px;
  padding: 18px 22px;

  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 2px;
  box-sizing: border-box;
}

.shipping-card i,
.original-card i,
.support-card i,
.wholesale-card i {
  color: #d4af37;
  font-size: 34px;
  width: 42px;
  min-width: 42px;
  text-align: center;
  flex-shrink: 0;
}

.shipping-card div,
.original-card div,
.support-card div,
.wholesale-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.shipping-card strong,
.original-card strong,
.support-card strong,
.wholesale-card strong {
  color: #d4af37;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25;
}

.shipping-card span,
.original-card span,
.support-card span,
.wholesale-card span {
  color: #dcdcdc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}















.category-card {
  font-family: 'Oswald', sans-serif;
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden;
  text-decoration: none;

  background: #050505;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-sizing: border-box;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.72) 38%,
      rgba(0, 0, 0, 0.18) 100%
    );
  z-index: 2;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at right center,
    rgba(212, 175, 55, 0.22),
    transparent 45%
  );
  opacity: 0.75;
  z-index: 3;
  pointer-events: none;
}

.category-card div {
  position: relative;
  z-index: 4;
  padding: 20px 18px;
}

.category-card strong {
  display: block;
  color: #f1d36b;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.15;
  text-transform: uppercase;
}

.category-card span {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.category-card img {
  position: absolute;
  right: 8px;
  bottom: 0;
  z-index: 1;

  width: 62%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;

  transition: transform 0.35s ease, opacity 0.35s ease;
}

.category-card:hover {
  border-color: rgba(212, 175, 55, 0.8);
}

.category-card:hover img {
  transform: scale(1.06);
  opacity: 0.95;
}

@media (max-width: 1100px) {
  .categories-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .categories-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    height: 140px;
  }

  .category-card strong {
    font-size: 15px;
  }
}

.pos_title h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #253237;
    text-transform: capitalize;
    font-weight: 300;
}



/* Ajuste das imagens dos produtos - Eco Life / Creative */
.js-product-miniature .img_block {
    background: #fff;
    height: 205px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-product-miniature .img_block a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-product-miniature .img_block img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 170px !important;
    object-fit: contain !important;
}




.cart-grid {
    margin-bottom: 1rem;
    margin-top: -200px;
}

.cart-items-title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    line-height: 36px;
    color: #ffffff;
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    float: left;
    width: 3rem;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    color: #f7fcfe;
    background-color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.cart-summary-line .value {
    float: right;
    font-weight: 600;
    color : #fdfdfd;
}

/* Esconde botão Finalizar Pedido / Checkout */
body#cart .cart-detailed-actions,
body#cart .cart-grid-right .checkout,
body#cart .cart-summary .checkout,
body#cart .cart-summary a[href*="order"],
body#cart .cart-summary a[href*="pedido"] {
    display: none !important;
}

.cart-grid-body .card.cart-container {
    border: none;
    margin-top: -34px;
}


#blockcart-modal .modal-header {
    background: #000;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #D4AF37;
    border-radius: 0.3rem;
    outline: 0;
}

.pos_title h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #253237;
    text-transform: uppercase;
    font-weight: 300;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    font-size: 1.25rem;
    color: #afff49;
}

.page-my-account #content .links a i {
    display: block;
    width: 100%;
    padding-bottom: 3.4rem;
    font-size: 2.6rem;
    color: #fff;
}

.h1.namne_details, .product_name_h1 {
    color: #FFFFFF;
    font-size: 24px;
    text-transform: none;
    margin-top: -200px;
}

/* =========================================================
   PRODUCT PAGE PREMIUM FINAL - STAR COMPANY / ECO LIFE
========================================================= */

body#product {
    background: #000 !important;
    font-family: 'Oswald', sans-serif !important;
}

body#product #wrapper,
body#product #main,
body#product .page-content,
body#product .product-container,
body#product .product-information,
body#product .product-actions {
    background: transparent !important;
}

/* Anula regras antigas que quebravam o produto */
body#product .h1.namne_details,
body#product .product_name_h1,
body#product .product-premium-title {
    margin-top: 0 !important;
}

/* Container principal */
body#product .product-premium-layout {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 55px auto 0 !important;

    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

/* Coluna esquerda */
body#product .product-premium-gallery {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;

    padding-left: 15px !important;
    padding-right: 30px !important;
}

/* Coluna direita */
body#product .product-premium-info {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;

    padding-left: 30px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;

    margin-top: 0 !important;

    position: relative !important;
    top: -200px !important;
}

/* Remove espaços herdados no início da coluna */
body#product .product-premium-info > *:first-child,
body#product .product-premium-brand,
body#product .product-premium-title,
body#product .product-premium-reviews,
body#product .product-premium-price,
body#product .product-premium-info .page-header,
body#product .product-premium-info h1,
body#product .product-premium-info .product-prices {
    margin-top: 0 !important;
}

/* Abas sempre abaixo */
body#product .product-premium-tabs {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;

    clear: both !important;
    margin-top: 60px !important;

    position: relative !important;
    top: -60px !important;
}

/* Galeria */
body#product .product-premium-gallery .images-container,
body#product .product-premium-gallery .product-cover {
    background: #fff !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}

body#product .product-premium-gallery .product-cover img {
    width: 100% !important;
    max-height: 620px !important;
    object-fit: contain !important;
}

/* Miniaturas */
body#product .product-images,
body#product .js-qv-mask {
    margin-top: 18px !important;
    text-align: center !important;
}

body#product .product-images > li.thumb-container,
body#product .thumb-container {
    border: 1px solid rgba(212, 175, 55, 0.7) !important;
    background: #fff !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    padding: 4px !important;
}

body#product .thumb.selected,
body#product .thumb:hover {
    border-color: #d4af37 !important;
}

/* Marca */
body#product .product-premium-brand {
    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: 1.5px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    margin: 0 0 10px 0 !important;
}

/* Título */
body#product .product-premium-title,
body#product .h1.namne_details,
body#product .product_name_h1 {
    color: #fff !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 31px !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;

    margin: 0 0 12px 0 !important;
    max-width: 100% !important;
}

/* Reviews */
body#product .product-premium-reviews {
    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    margin: 6px 0 18px !important;
}

body#product .product-premium-reviews a,
body#product .product-premium-reviews span {
    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
}

/* Preço */
body#product .product-premium-price,
body#product .product-prices {
    margin: 0 0 22px !important;
}

body#product .product-premium-price .price,
body#product .product-prices .price,
body#product .product-prices .current-price span:first-child,
body#product .current-price-value {
    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* Descrição */
body#product .product-premium-description,
body#product .product-description,
body#product #product-description-short {
    width: 100% !important;
    max-width: 100% !important;

    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(212, 175, 55, 0.42) !important;
    border-radius: 6px !important;

    padding: 22px 26px !important;
    margin: 22px 0 26px !important;

    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 1.65 !important;
}

body#product .product-premium-description::before {
    content: "“";
    display: inline-block;
    color: #d4af37;
    font-size: 80px;
    line-height: 0;
    margin-right: 7px;
    vertical-align: -12px;
}

/* Área de compra */
body#product .product-premium-actions,
body#product .product-actions {
    width: 100% !important;
    max-width: 100% !important;

    border-top: 1px solid rgba(212, 175, 55, 0.35) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35) !important;

    padding: 24px 0 28px !important;
    margin: 0 !important;
}

body#product #add-to-cart-or-refresh {
    display: block !important;
    width: 100% !important;
}

/* Quantidade e botões */
body#product .product-add-to-cart,
body#product .product-quantity {
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

body#product .product-quantity::before {
    content: "Quantidade";
    display: block;
    width: 100%;

    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 300;

    margin-bottom: -5px;
}

/* Campo quantidade */
body#product .bootstrap-touchspin,
body#product .input-group.bootstrap-touchspin {
    display: flex !important;

    border: 1px solid rgba(212, 175, 55, 0.55) !important;
    background: transparent !important;
}

body#product .bootstrap-touchspin input,
body#product #quantity_wanted {
    width: 56px !important;
    height: 48px !important;

    background: #0b0b0b !important;
    color: #fff !important;

    border: 0 !important;
    text-align: center !important;

    font-family: 'Oswald', sans-serif !important;
    font-size: 17px !important;
}

body#product .bootstrap-touchspin .btn-touchspin,
body#product .bootstrap-touchspin button {
    width: 40px !important;

    background: #0b0b0b !important;
    color: #d4af37 !important;

    border: 0 !important;
}

/* Botão adicionar */
body#product .add-to-cart,
body#product button.add-to-cart,
body#product .product-add-to-cart .btn-primary {
    height: 50px !important;
    flex: 1 1 300px !important;
    min-width: 28px !important;

    background: linear-gradient(180deg, #f0cf70 0%, #c89b2a 100%) !important;
    color: #000 !important;

    border: 0 !important;
    border-radius: 3px !important;

    font-family: 'Oswald', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

body#product .add-to-cart::before {
    content: "+";
    font-size: 22px;
    line-height: 1;
}

body#product .add-to-cart:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

/* Wishlist / Compare */
body#product .product-premium-extra-actions {
    margin-top: 10px !important;
}

body#product .wishlist-button-add,
body#product .compare-button,
body#product .compare,
body#product .addToWishlist,
body#product .wishlist {
    width: 46px !important;
    height: 46px !important;

    background: #0b0b0b !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    color: #d4af37 !important;
    border-radius: 3px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Esconde botão de carrinho duplicado vindo do partial */
body#product .product-add-to-cart a[href*="cart"],
body#product .product-add-to-cart .go-to-cart,
body#product .product-add-to-cart .btn-go-cart {
    display: none !important;
}

/* Botão único: ir ao carrinho */
body#product .product-premium-go-cart {
    width: 100% !important;
    height: 48px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    margin-top: 16px !important;

    background: transparent !important;
    border: 1px solid rgba(212, 175, 55, 0.55) !important;
    color: #d4af37 !important;

    font-family: 'Oswald', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
}

body#product .product-premium-go-cart:hover {
    background: #d4af37 !important;
    color: #000 !important;
}

body#product .product-premium-go-cart + .product-premium-go-cart {
    display: none !important;
}

/* Alerta estoque */
body#product .product-quantities,
body#product .product-minimal-quantity {
    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    margin: 15px 0 0 !important;
}

/* Bloco de confiança */
body#product .product-trust-row {
    width: 100% !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;

    margin-top: 28px !important;
    padding-top: 24px !important;

    border-top: 1px solid rgba(212, 175, 55, 0.35) !important;
}

body#product .product-trust-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;

    color: #cfcfcf !important;
    font-family: 'Oswald', sans-serif !important;
}

body#product .product-trust-item i {
    color: #d4af37 !important;
    font-size: 24px !important;
    line-height: 1 !important;
    min-width: 24px !important;
}

body#product .product-trust-item strong {
    display: block !important;

    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;

    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

body#product .product-trust-item span {
    display: block !important;

    color: #aaa !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    line-height: 1.35 !important;
}

/* Garantia */
body#product .product-guarantee-line {
    margin-top: 20px !important;
    padding-top: 17px !important;

    border-top: 1px solid rgba(212, 175, 55, 0.35) !important;

    color: #aaa !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 20px !important;
    text-align: center !important;
}

body#product .product-guarantee-line strong {
    color: #d4af37 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* Esconde reassurance original */
body#product .product-theme-reassurance {
    display: none !important;
}

/* Tabs */
body#product .product-tabs,
body#product .tabs {
    max-width: 100% !important;
}

/* =========================================================
   RESPONSIVO
========================================================= */

@media (max-width: 991px) {
    body#product .product-premium-layout {
        margin-top: 25px !important;
    }

    body#product .product-premium-gallery,
    body#product .product-premium-info,
    body#product .product-premium-tabs {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;

        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body#product .product-premium-info {
        position: relative !important;
        top: 0 !important;
        padding-top: 25px !important;
        margin-top: 0 !important;
    }

    body#product .product-premium-tabs {
        position: relative !important;
        top: 0 !important;
        margin-top: 55px !important;
    }

    body#product .product-premium-title,
    body#product .h1.namne_details,
    body#product .product_name_h1 {
        font-size: 25px !important;
    }

    body#product .product-premium-price .price,
    body#product .product-prices .price,
    body#product .product-prices .current-price span:first-child {
        font-size: 30px !important;
    }

    body#product .product-premium-description,
    body#product .product-description,
    body#product #product-description-short {
        font-size: 15px !important;
        padding: 18px !important;
    }

    body#product .add-to-cart,
    body#product button.add-to-cart,
    body#product .product-add-to-cart .btn-primary {
        width: 100% !important;
        min-width: 100% !important;
        flex: 1 1 100% !important;
    }

    body#product .product-trust-row {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   WISHLIST PREMIUM - IGUAL À GRID DA HOME
   STAR COMPANY / ECO LIFE
========================================================= */

#module-poswishlist-mywishlist,
#module-poswishlist-mywishlist #wrapper,
#module-poswishlist-mywishlist #main,
#module-poswishlist-mywishlist #content-wrapper,
#module-poswishlist-mywishlist .page-content,
#module-poswishlist-mywishlist .page_title_account,
#module-poswishlist-mywishlist .block_content-right,
#module-poswishlist-mywishlist #mywishlist,
#module-poswishlist-mywishlist .wishlist-page-wrap {
    background: #000 !important;
    font-family: 'Oswald', sans-serif !important;
}

/* Remove título/breadcrumb padrão */
#module-poswishlist-mywishlist .page-header,
#module-poswishlist-mywishlist .breadcrumb_container {
    display: none !important;
}

/* Container geral */
#module-poswishlist-mywishlist #main .page-content,
#module-poswishlist-mywishlist .page_title_account {
    max-width: 1200px !important;
    margin: -165px 0 auto !important;
    padding: 34px 15px 70px !important;
    border: 0 !important;
}

/* Título */
#module-poswishlist-mywishlist .wishlist-page-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;

    color: #d4af37 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 5px !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;

    margin: 0 auto 34px !important;
}

#module-poswishlist-mywishlist .wishlist-page-title::before,
#module-poswishlist-mywishlist .wishlist-page-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background: rgba(212, 175, 55, 0.45);
}

/* Grid estilo home */
#module-poswishlist-mywishlist .wlp_bought_list {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 36px 20px !important;
    margin: 0 auto 46px !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Remove restos de bootstrap */
#module-poswishlist-mywishlist .wlp_product {
    position: relative !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    text-align: center !important;
}

/* Article limpo */
#module-poswishlist-mywishlist article.js-product-miniature,
#module-poswishlist-mywishlist .js-product-miniature.product-miniature {
    width: 100% !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    padding: 0 !important;
    margin: 0 !important;

    text-align: center !important;
    position: relative !important;
    overflow: visible !important;
}

/* Imagem branca igual home */
#module-poswishlist-mywishlist .js-product-miniature .img_block {
    width: 100% !important;
    height: 170px !important;
    background: #fff !important;

    padding: 12px !important;
    margin: 0 0 12px 0 !important;

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

    overflow: hidden !important;
    box-sizing: border-box !important;

    border: 0 !important;
    border-radius: 0 !important;
}

/* Link da imagem */
#module-poswishlist-mywishlist .js-product-miniature .img_block a.thumbnail,
#module-poswishlist-mywishlist .js-product-miniature .img_block a.product-thumbnail {
    width: 100% !important;
    height: 100% !important;

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

    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Imagem do produto */
#module-poswishlist-mywishlist .js-product-miniature .img_block img {
    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 146px !important;

    object-fit: contain !important;
    object-position: center center !important;

    padding: 0 !important;
    margin: 0 auto !important;

    background: transparent !important;
    border: 0 !important;
}

/* Área dos textos */
#module-poswishlist-mywishlist .js-product-miniature .product_desc {
    width: 100% !important;
    min-height: 104px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;

    text-align: center !important;
    overflow: visible !important;
}

/* Tudo em Oswald */
#module-poswishlist-mywishlist .js-product-miniature .product_desc,
#module-poswishlist-mywishlist .js-product-miniature .product_desc *,
#module-poswishlist-mywishlist .wishlistLinkBottom,
#module-poswishlist-mywishlist .wishlistLinkBottom * {
    font-family: 'Oswald', sans-serif !important;
}

/* Remove fundos herdados */
#module-poswishlist-mywishlist .js-product-miniature .product_desc,
#module-poswishlist-mywishlist .js-product-miniature .product_desc * {
    background: transparent !important;
}

/* Nome do produto igual home */
#module-poswishlist-mywishlist .js-product-miniature h3 {
    min-height: 42px !important;
    margin: 0 0 6px 0 !important;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
}

#module-poswishlist-mywishlist .js-product-miniature .product_name,
#module-poswishlist-mywishlist .js-product-miniature .product-title,
#module-poswishlist-mywishlist .js-product-miniature .product_desc a:not(.btn):not(.button):not(.lnkdel) {
    color: #fff !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;

    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;

    margin: 0 !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

#module-poswishlist-mywishlist .js-product-miniature .product_name:hover {
    color: #d4af37 !important;
}

/* Reviews escondidas para ficar clean igual home */
#module-poswishlist-mywishlist .js-product-miniature .hook-reviews {
    display: none !important;
}

/* Preço */
#module-poswishlist-mywishlist .js-product-miniature .product-price-and-shipping {
    min-height: 26px !important;

    color: #d4af37 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-align: center !important;
    margin: 0 0 7px 0 !important;
}

#module-poswishlist-mywishlist .js-product-miniature .price {
    color: #d4af37 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* Esconde preço antigo/desconto para não bagunçar */
#module-poswishlist-mywishlist .js-product-miniature .regular-price,
#module-poswishlist-mywishlist .js-product-miniature .discount-percentage,
#module-poswishlist-mywishlist .js-product-miniature .discount-amount {
    display: none !important;
}

/* Botão adicionar ao carrinho com ícone ao lado direito */
#module-poswishlist-mywishlist .js-product-miniature form {
    margin: 0 !important;
    width: 100% !important;
}

#module-poswishlist-mywishlist .js-product-miniature .wishlist-cart-btn,
#module-poswishlist-mywishlist .js-product-miniature .add-to-cart,
#module-poswishlist-mywishlist .js-product-miniature .ajax_add_to_cart_button,
#module-poswishlist-mywishlist .js-product-miniature button,
#module-poswishlist-mywishlist .js-product-miniature .btn {
    background: transparent !important;
    color: #fff !important;

    border: 0 !important;
    box-shadow: none !important;

    padding: 0 !important;
    margin: 2px auto 0 !important;

    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 1 !important;

    text-transform: uppercase !important;
    text-align: center !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;

    font-family: 'Oswald', sans-serif !important;
    cursor: pointer !important;
}

#module-poswishlist-mywishlist .js-product-miniature .wishlist-cart-btn span {
    font-family: 'Oswald', sans-serif !important;
}

#module-poswishlist-mywishlist .js-product-miniature .wishlist-cart-icon {
    font-family: 'Material Icons' !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: #d4af37 !important;
}

#module-poswishlist-mywishlist .js-product-miniature .wishlist-cart-btn:hover,
#module-poswishlist-mywishlist .js-product-miniature .add-to-cart:hover,
#module-poswishlist-mywishlist .js-product-miniature .ajax_add_to_cart_button:hover,
#module-poswishlist-mywishlist .js-product-miniature button:hover,
#module-poswishlist-mywishlist .js-product-miniature .btn:hover {
    color: #d4af37 !important;
    background: transparent !important;
}

#module-poswishlist-mywishlist .js-product-miniature .wishlist-cart-btn:hover .wishlist-cart-icon {
    color: #fff !important;
}

/* Botão remover */
#module-poswishlist-mywishlist .lnkdel {
    position: absolute !important;
    top: 7px !important;
    right: 7px !important;

    width: 24px !important;
    height: 24px !important;
    line-height: 21px !important;

    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.82) !important;
    border: 1px solid rgba(212, 175, 55, 0.75) !important;

    color: #d4af37 !important;
    font-size: 20px !important;
    font-family: Arial, sans-serif !important;

    text-align: center !important;
    text-decoration: none !important;

    overflow: hidden !important;
    z-index: 999 !important;

    cursor: pointer !important;
    pointer-events: auto !important;
}

#module-poswishlist-mywishlist .lnkdel i,
#module-poswishlist-mywishlist .lnkdel span,
#module-poswishlist-mywishlist .lnkdel::before,
#module-poswishlist-mywishlist .lnkdel::after {
    display: none !important;
    content: none !important;
}

#module-poswishlist-mywishlist .lnkdel:hover {
    background: #d4af37 !important;
    color: #000 !important;
}

/* Compartilhar lista */
#module-poswishlist-mywishlist .wishlistLinkBottom {
    max-width: 940px !important;

    margin: 48px auto 0 !important;
    padding-top: 28px !important;

    border-top: 1px solid rgba(212, 175, 55, 0.35) !important;

    text-align: center !important;
}

#module-poswishlist-mywishlist .wishlistLinkBottom .title_account_second {
    color: #d4af37 !important;

    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1 !important;

    text-transform: uppercase !important;
    letter-spacing: 3px !important;

    margin: 0 0 17px 0 !important;
}

/* Linha do input + botões */
#module-poswishlist-mywishlist .wishlist-share-row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;

    gap: 10px !important;
    flex-wrap: nowrap !important;

    width: 100% !important;
}

/* Input */
#module-poswishlist-mywishlist .wishlist-share-input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

#module-poswishlist-mywishlist .wishlist-share-input input[type="url"] {
    width: 100% !important;
    height: 42px !important;

    background: #fff !important;
    color: #777 !important;

    border: 1px solid #d4af37 !important;
    border-radius: 0 !important;

    padding: 0 14px !important;

    font-size: 13px !important;
    font-weight: 400 !important;
}

/* Botões lado a lado */
#module-poswishlist-mywishlist .wishlist-share-buttons {
    display: flex !important;
    align-items: stretch !important;

    gap: 10px !important;
    flex: 0 0 auto !important;
}

#module-poswishlist-mywishlist #posCopyLink,
#module-poswishlist-mywishlist .wishlist-whatsapp-btn {
    height: 42px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-radius: 0 !important;

    padding: 0 20px !important;
    margin: 0 !important;

    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;

    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;

    cursor: pointer !important;
}

#module-poswishlist-mywishlist #posCopyLink {
    background: #10252b !important;
    color: #fff !important;
}

#module-poswishlist-mywishlist #posCopyLink:hover {
    background: #d4af37 !important;
    color: #000 !important;
}

#module-poswishlist-mywishlist .wishlist-whatsapp-btn {
    background: #25d366 !important;
    color: #000 !important;
}

#module-poswishlist-mywishlist .wishlist-whatsapp-btn:hover {
    filter: brightness(1.08);
}

/* Responsivo */
@media (max-width: 1199px) {
    #module-poswishlist-mywishlist .wlp_bought_list {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 991px) {
    #module-poswishlist-mywishlist .wlp_bought_list {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    #module-poswishlist-mywishlist .wishlist-share-row {
        flex-wrap: wrap !important;
    }

    #module-poswishlist-mywishlist .wishlist-share-input,
    #module-poswishlist-mywishlist .wishlist-share-buttons {
        width: 100% !important;
    }

    #module-poswishlist-mywishlist .wishlist-share-buttons {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    #module-poswishlist-mywishlist #main .page-content,
    #module-poswishlist-mywishlist .page_title_account {
        padding: 28px 15px 60px !important;
    }

    #module-poswishlist-mywishlist .wishlist-page-title {
        font-size: 21px !important;
        letter-spacing: 3px !important;
        gap: 10px !important;
    }

    #module-poswishlist-mywishlist .wishlist-page-title::before,
    #module-poswishlist-mywishlist .wishlist-page-title::after {
        width: 35px !important;
    }

    #module-poswishlist-mywishlist .wlp_bought_list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px 15px !important;
    }

    #module-poswishlist-mywishlist .js-product-miniature .img_block {
        height: 165px !important;
    }

    #module-poswishlist-mywishlist .js-product-miniature .img_block img {
        max-height: 140px !important;
    }

    #module-poswishlist-mywishlist .wishlist-share-buttons {
        flex-direction: column !important;
    }

    #module-poswishlist-mywishlist #posCopyLink,
    #module-poswishlist-mywishlist .wishlist-whatsapp-btn {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    #module-poswishlist-mywishlist .wlp_bought_list {
        grid-template-columns: 1fr !important;
    }
}

