/* =========================================================
   HOME – Categorias circulares (Rio)
   Desktop + Mobile (compacto)
========================================================= */

.home-category .home-category-image{
  width: 130px !important;
  height: 130px !important;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.home-category .home-category-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.js-swiper-categories .swiper-slide{
  width: 150px !important;
  padding: 0 14px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.home-category,
.js-home-category{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-category{
  width: 150px !important;
}

.home-category-name{
  width: 100% !important;
  text-align: center !important;
  margin-top: 10px !important;
  line-height: 1.15;
}

@media (max-width: 768px) {
  .home-category .home-category-image{
    width: 95px !important;
    height: 95px !important;
  }
  .js-swiper-categories .swiper-slide{
    width: 125px !important;
    padding: 0 8px !important;
  }
  .home-category{
    width: 115px !important;
  }
  .home-category-name{
    font-size: 12px;
    margin-top: 6px !important;
  }
}


/* =========================================================
   HOME – Banner principal sem bordas laterais (full width)
========================================================= */

.home-slider,
.js-home-slider,
.section-slider,
.slider-home{
  width: 100% !important;
  max-width: 100% !important;
}

.home-slider .container,
.home-slider .container-fluid,
.js-home-slider .container,
.js-home-slider .container-fluid,
.section-slider .container,
.section-slider .container-fluid,
.slider-home .container,
.slider-home .container-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

.home-slider img,
.js-home-slider img,
.section-slider img,
.slider-home img{
  width: 100% !important;
  height: auto !important;
  display: block;
}


/* =========================================================
   CATEGORIAS / LISTAGEM – diminuir espaçamento entre produtos
========================================================= */

.category-controls ~ .container-fluid .row,
.category-controls ~ .container .row{
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.category-controls ~ .container-fluid .row > [class*="col-"],
.category-controls ~ .container .row > [class*="col-"]{
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.category-controls ~ .container-fluid .product-item,
.category-controls ~ .container-fluid .product-card,
.category-controls ~ .container-fluid .item-product,
.category-controls ~ .container .product-item,
.category-controls ~ .container .product-card,
.category-controls ~ .container .item-product{
  margin-bottom: 10px !important;
}


/* =========================================================
   FILTROS (Rio) – Visual chips premium
========================================================= */

#filters{
  box-sizing: border-box !important;
  width: 100% !important;
  overflow: hidden !important;
}

#filters .js-accordion-container{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: flex-start !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#filters .js-accordion-container > .subtitle{
  width: 100% !important;
  flex: 0 0 100% !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  opacity: .70 !important;
  margin-top: 14px !important;
  margin-bottom: 6px !important;
}

#filters .checkbox-icon{
  display: none !important;
}

#filters .checkbox-container{
  margin: 0 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex-shrink: 0 !important;
}

#filters .checkbox-container .checkbox{
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 11px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: background .15s ease, border-color .15s ease, transform .06s ease !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

#filters .checkbox-container:hover .checkbox{
  background: rgba(255,255,255,.15) !important;
  border-color: rgba(255,255,255,.48) !important;
}

#filters .checkbox-container:active .checkbox{
  transform: scale(.97) !important;
}

#filters .checkbox-container input:checked ~ .checkbox{
  background: rgba(255,255,255,.22) !important;
  border-color: rgba(255,255,255,.70) !important;
}

#filters .checkbox-text .opacity-50,
#filters .checkbox .opacity-50{
  opacity: 1 !important;
  color: rgba(255,255,255,.55) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

#filters .checkbox-color{
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.30) !important;
  flex-shrink: 0 !important;
}

#filters .js-accordion-content{
  width: 100% !important;
  flex: 0 0 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

#filters .js-accordion-toggle{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  border: 1px dashed rgba(255,255,255,.38) !important;
  background: transparent !important;
  color: rgba(255,255,255,.85) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  width: auto !important;
  min-height: unset !important;
  margin: 0 !important;
  text-decoration: none !important;
  transition: background .15s ease, border-color .15s ease !important;
}

#filters .js-accordion-toggle:hover{
  border-style: solid !important;
  border-color: rgba(255,255,255,.58) !important;
  background: rgba(255,255,255,.07) !important;
}

#filters .divider{
  width: 100% !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  margin-top: 14px !important;
  padding-top: 0 !important;
}

/* ---- Filtro de preço ---- */

#filters .js-price-filter-container,
#filters .price-filter-container{
  width: 100% !important;
  box-sizing: border-box !important;
}

#filters .price-filter-container form{
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Linha dos inputs + botão */
#filters .price-filter-container .form-group{
  display: flex !important;
  align-items: flex-end !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#filters .price-filter-container .form-label{
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  opacity: .65 !important;
  margin-bottom: 4px !important;
  display: block !important;
}

/* Inputs DE e ATÉ — sempre lado a lado */
#filters .filter-input-price-container{
  flex: 1 1 calc(50% - 8px) !important;
  min-width: 80px !important;
  max-width: calc(50% - 4px) !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}

#filters .filter-input-price{
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.92) !important;
  padding: 8px 10px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color .15s ease !important;
  -moz-appearance: textfield !important;
}

#filters .filter-input-price:focus{
  border-color: rgba(255,255,255,.60) !important;
  background: rgba(255,255,255,.12) !important;
}

#filters .filter-input-price::placeholder{
  color: rgba(255,255,255,.30) !important;
}

#filters .filter-input-price::-webkit-outer-spin-button,
#filters .filter-input-price::-webkit-inner-spin-button{
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Botão Aplicar — linha inteira abaixo dos inputs */
#filters .js-price-filter-btn{
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  background: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.95) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transition: background .15s ease, border-color .15s ease !important;
  margin-bottom: 0 !important;
  /* Esconde o texto original do tema */
  text-indent: -9999px !important;
  overflow: hidden !important;
  position: relative !important;
}

/* Injeta "Aplicar" limpo por cima */
#filters .js-price-filter-btn::after{
  content: "Aplicar" !important;
  position: absolute !important;
  text-indent: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  color: rgba(255,255,255,.95) !important;
}

#filters .js-price-filter-btn:not(.disabled):not(:disabled){
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(255,255,255,.50) !important;
  cursor: pointer !important;
}

#filters .js-price-filter-btn:not(.disabled):hover{
  background: rgba(255,255,255,.26) !important;
}

#filters .js-price-filter-btn.disabled,
#filters .js-price-filter-btn:disabled{
  opacity: .35 !important;
  cursor: default !important;
}

@media (max-width: 768px){
  #filters .js-accordion-container{
    gap: 5px !important;
  }
  #filters .checkbox-container .checkbox{
    padding: 6px 10px !important;
    font-size: 12px !important;
  }
  #filters .js-accordion-toggle{
    padding: 6px 11px !important;
    font-size: 11.5px !important;
  }
  #filters .filter-input-price{
    font-size: 12px !important;
    padding: 7px 8px !important;
  }
}


/* =========================================================
   CONTROLES DA CATEGORIA – barra clean (Filtrar / Ordenar)
========================================================= */

.js-category-controls{
  padding-top: 18px;
  padding-bottom: 18px;
}

.js-category-controls .btn.btn-default,
.js-category-controls .form-select.btn{
  border-radius: 999px !important;
  padding: 10px 14px !important;
}

@media (max-width: 768px){
  .js-category-controls .btn.btn-default,
  .js-category-controls .form-select.btn{
    width: auto;
    min-width: 160px;
  }
}


/* =========================================================
   MOBILE – modal de filtros mais "premium"
========================================================= */

.modal-filters .modal-header{
  padding: 16px 16px !important;
}

.modal-filters .modal-body{
  padding: 16px 16px 24px !important;
}

.modal-filters .subtitle{
  font-weight: 700;
}


/* =========================================================
   PDP (Rio) – Parcelado abaixo do preço + mais visível
========================================================= */

.js-price-container.price-container.mb-3.row{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

.js-price-container.price-container.mb-3.row > .col,
.js-price-container.price-container.mb-3.row > .col-auto{
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.js-price-container #price_display{
  display: block !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.js-price-container .product-installments{
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
  color: rgba(255,255,255,.92) !important;
  padding: 6px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.08) !important;
}

@media (max-width: 768px){
  .js-price-container .product-installments{
    font-size: 12px !important;
    padding: 6px 10px !important;
  }
}


/* =========================================================
   RODAPÉ (RIO) – compacto + pagamento esq / envio dir
========================================================= */

footer,
footer .subtitle,
footer .footer-menu-link,
footer .contact-link,
footer .footer-menu-item{
  color: #111 !important;
}

footer .footer-menu-link:hover,
footer .contact-link:hover{
  opacity: .75;
}

footer .row.mb-4{ margin-bottom: 18px !important; }
footer .mb-5{ margin-bottom: 18px !important; }
footer .mb-4{ margin-bottom: 14px !important; }

footer .planweb-footer{ display: none !important; }

footer .footer-payments-shipping-logos{
  max-width: 1100px !important;
  margin: 0 auto 10px auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px 24px !important;
  align-items: start !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

footer .footer-payments-shipping-logos > span{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

footer .footer-payments-shipping-logos > span:first-child{
  justify-content: flex-start !important;
}

footer .footer-payments-shipping-logos > span:last-child{
  justify-content: flex-end !important;
}

footer .footer-payments-shipping-logos > span:first-child::before{
  content: "Meios de pagamento";
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  opacity: .85;
  text-align: left;
}

footer .footer-payments-shipping-logos > span:last-child::before{
  content: "Meios de envio";
  display: block;
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  opacity: .85;
  text-align: right;
}

footer .footer-payments-shipping-logos img.icon-logo{
  width: 34px !important;
  height: auto !important;
}

footer .row.justify-content-center.mb-4{ margin-bottom: 10px !important; }
footer .footer-logo.custom-seal{ margin-top: 2px !important; margin-bottom: 0 !important; }
footer .custom-seal-img{ max-width: 150px !important; height: auto !important; }

footer .js-footer-legal.footer-legal{ padding: 12px 0 !important; }
footer .js-footer-legal .row{ justify-content: flex-start !important; }

footer .js-footer-legal .col-12.text-center.font-small{
  text-align: left !important;
  margin-bottom: 6px !important;
  opacity: .65 !important;
  font-size: 12px !important;
}

footer .js-footer-legal .col-12.text-center:last-child{
  text-align: left !important;
  opacity: .55 !important;
  transform: scale(.95);
  transform-origin: left center;
}

@media (max-width: 768px){
  footer .footer-payments-shipping-logos{
    grid-template-columns: 1fr !important;
  }
  footer .footer-payments-shipping-logos > span:last-child{
    justify-content: flex-start !important;
  }
  footer .footer-payments-shipping-logos > span:last-child::before{
    text-align: left !important;
  }
}


/* ================================
   CATEGORIA/LISTAGEM – menos espaço entre produtos
================================ */

.js-category-body .js-product-table.row{
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.js-category-body .js-product-table.row > .js-item-product{
  padding-left: 6px !important;
  padding-right: 6px !important;
  margin-bottom: 12px !important;
}

@media (max-width: 768px){
  .js-category-body .js-product-table.row{
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .js-category-body .js-product-table.row > .js-item-product{
    padding-left: 4px !important;
    padding-right: 4px !important;
    margin-bottom: 10px !important;
  }
}


/* =========================================================
   PDP – Tamanhos maiores e mais legíveis
========================================================= */

.product-variants,
.js-product-variants{
  gap: 10px !important;
}

.product-variants .variant,
.js-product-variants .variant,
.product-variants .btn,
.js-product-variants .btn{
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 10px 12px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-variants .variant.selected,
.js-product-variants .variant.selected,
.product-variants .btn.active,
.js-product-variants .btn.active{
  font-weight: 800 !important;
}

.product-variants .variant.disabled,
.js-product-variants .variant.disabled{
  opacity: 0.45 !important;
}

@media (max-width: 768px){
  .product-variants .variant,
  .js-product-variants .variant,
  .product-variants .btn,
  .js-product-variants .btn{
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}


/* =========================================================
   OCULTAR MENU "Guia de medidas"
========================================================= */

header a[href*="guia-de-medidas"],
header li a[href*="guia-de-medidas"]{
  display: none !important;
}

@media (max-width: 1024px){
  a[href*="guia-de-medidas"],
  a[href*="guia-medidas"]{
    display: none !important;
  }
  a[href*="guia-de-medidas"] *,
  a[href*="guia-medidas"] *{
    display: none !important;
  }
}


/* =========================================
   HEADER MOBILE – Ícones mais visíveis
========================================= */

@media (max-width: 768px){
  .js-header,
  .js-header-icons,
  .header-icons,
  header{
    opacity: 1 !important;
  }
  header svg,
  .js-header svg{
    opacity: 1 !important;
    stroke-width: 2px !important;
  }
  header svg path,
  .js-header svg path,
  header svg line,
  .js-header svg line{
    stroke: #000 !important;
    opacity: 1 !important;
  }
  header svg use{
    fill: #000 !important;
    opacity: 1 !important;
  }
  header svg,
  .js-header svg{
    mix-blend-mode: normal !important;
  }
}


/* =========================================================
   VT ALLURE – ADBAR compacto
========================================================= */

.section-adbar{
  margin: 0 !important;
  padding: 0 !important;
}

.js-adbar{
  background: #f5f5f3 !important;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.js-adbar .container-fluid{
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.js-adbar .js-swiper-adbar{
  color: #1b1b1b !important;
}
.js-adbar .js-swiper-adbar .swiper-wrapper{
  align-items: center !important;
}
.js-adbar .adbar-message{
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 34px !important;
  padding: 6px 36px !important;
  letter-spacing: .02em;
}

.js-adbar .vt-adbar-text{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}
.js-adbar .vt-adbar-text strong{
  font-weight: 800;
}
.js-adbar .vt-adbar-sep{
  opacity: .55;
  font-weight: 700;
}

.js-adbar .vt-adbar-coupon{
  border: 1px solid rgba(0,0,0,.18);
  background: #ffffff;
  color: #1b1b1b;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
  line-height: 1;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.js-adbar .vt-adbar-coupon:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.30);
}
.js-adbar .vt-adbar-coupon.is-copied{
  background: #111;
  color: #fff;
  border-color: #111;
}

.js-adbar .swiper-button-absolute{
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
  opacity: .55;
}
.js-adbar .swiper-button-absolute:hover{
  opacity: .85;
}

@media (max-width: 768px){
  .js-adbar .adbar-message{
    min-height: 32px !important;
    padding: 6px 30px !important;
    gap: 8px !important;
  }
  .js-adbar .vt-adbar-text{
    font-size: 11px;
  }
  .js-adbar .vt-adbar-coupon{
    font-size: 11px;
    padding: 4px 9px;
  }
}


/* =========================================================
   HOME – Evitar header invadir o banner
========================================================= */

body.template-home{
  padding-top: 0 !important;
}

body.template-home .section-slider-home{
  padding-top: 150px !important;
}

@media (max-width: 768px){
  body.template-home .section-slider-home{
    padding-top: 118px !important;
  }
}


/* =========================================================
   HEADER – Mobile menor / Desktop maior
========================================================= */

@media (max-width: 768px){
  header.head-main{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  #logo .logo-img{
    max-height: 44px !important;
    width: auto !important;
  }
}

@media (min-width: 769px){
  header.head-main{
    padding-bottom: 34px !important;
  }
  .nav-desktop{
    margin-top: 10px !important;
  }
}


/* =========================================================
   DESKTOP – menu dentro do header
========================================================= */

@media (min-width: 769px){
  header.head-main{
    height: auto !important;
    padding-bottom: 0 !important;
  }
  header.head-main .nav-desktop{
    margin-top: 12px !important;
    padding-bottom: 14px !important;
  }
  body.template-home .section-slider-home{
    padding-top: 210px !important;
  }
}

/* =========================================================
   VT ALLURE – HIERARQUIA DE PREÇOS (VITRINE E PRODUTO)
========================================================= */

.item-price {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #D3BA9E !important; 
  display: block !important;
  margin-bottom: 2px !important;
}

.item-installments {
  font-size: 12px !important;
  color: #a0a0a0 !important; 
  display: block !important;
  font-weight: 500 !important;
}

#price_display {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #D3BA9E !important;
  margin-bottom: 4px !important;
}

.js-price-container .product-installments {
  color: #ffffff !important;
  border-color: rgba(211, 186, 158, 0.4) !important; 
}