.element-product-detail .product-detail-right > div {
    padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy {
    padding-top: 10px;
}

.element-product-detail .product-detail-right .wrapper-product-combination .product-combination-list {
	margin-top: 0;
    margin-bottom: 0;
}

.element-product-detail div[class^="box-"] {
	padding: 10px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.element-product-detail .product-detail-right > div:first-child {
	padding-top: 10px;
}

.element-product-detail .product-detail-right > div.wrapper-product-price,
.element-product-detail .product-detail-right > div.wrapper-product-home {
	padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-detail-right .box-shipping {
    display: inline-block !important;
	max-height: 1100px;
    overflow-y: auto;
}

.product-detail-right .box-shipping::-webkit-scrollbar {
	width: 10px;
}

.product-detail-right .box-shipping::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0, .2);
	border-radius: 5px;
}

.header-section {
    background: #343741;
    color: #ffffff;
}

a.link.pj-enable {
    color: #DF1E26;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-promo  {
    background: #c9302c;
    color: #ffffff;
}

.element-product-detail .label-stamp-wrapper .label-stamp  {
    background: #c9302c;
    color: #ffffff;
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-launch {
    background: #c9302c;
    color: #ffffff;
}

 .product-list-sidebar .product-list-item .label-promo, #product-list .product-list-item .label-promo {
    background: #c9302c;
    color: #ffffff;
}

#product-list .product-list-item .label-launch {
    background: #c9302c;
    color: #ffffff;
}

.product-detail.product-detail-right {
    top: 40px !important;
}

/*Ajuste tabela desconto progressivo 231344 */

.wrapper-progressive .table-progressive {
    width: 95%;
 }
/*Fim Ajuste tabela desconto progressivo 231344 */

.wrapper-progressive .progressive-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.wrapper-progressive {
    background: #efefef !important;
    border: 1px solid #dfdfdf !important;
    margin-bottom: 20px !important;
    padding: 5px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
}
.wrapper-progressive .table-progressive {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0;
    width: 100%;
}
.wrapper-progressive .table-progressive th {
    background: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
.wrapper-progressive .table-progressive td {
    background: #fff;
    padding: 5px;
    text-align: center;
}
.element-product-detail .product-detail-right > div.product-amount {
  border-top: 0.666667px solid #cccccc !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.element-product-detail .product-detail-right > div:first-of-type {
  border-top: 1px solid #cccccc !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.ipc-toggle {
  text-align: center !important;
  width: 100% !important;
  font-size: 15px !important;
}
p.product-sku,
p.product-ncm {
  display: block !important;
  color: #000 !important;
  font-size: 15px !important;
}

p.product-sku {
  text-transform: uppercase !important;
}

p.product-codebar,
p.product-category {
  display: none !important;
}

.loading-page {
  background-color: rgba(255, 255, 255, 0.85) !important;
  background-image: none !important;
}

.loading-page::before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1D9E75;
  border-right-color: #9FE1CB;
  animation: ipcSpin .9s linear infinite;
  z-index: 1000051;
}

.loading-page::after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  background: url('https://ipc.tec.br/himg/uploads/img_69b81b16d10de4.56656724.png') center / contain no-repeat;
  z-index: 1000051;
}

@keyframes ipcSpin {
  to { transform: rotate(360deg); }
}

#cep { font-size: 16px !important; }
.ipc-table-hidden { display: none !important; }
.ipc-city { font-size: 13px !important; color: #555 !important; margin-top: 10px !important; margin-bottom: 6px !important; display: flex !important; align-items: center !important; gap: 5px !important; flex-wrap: nowrap !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; clear: both !important; }
@keyframes ipcPulse { 0% { background-color: #e0e0e0; } 50% { background-color: #f5f5f5; } 100% { background-color: #e0e0e0; } }
.ipc-skeleton-wrap { margin-top: 8px; width: 100%; }
.ipc-skeleton-card { display: flex; align-items: center; justify-content: space-between; padding: 12px; border: 1px solid #e0e0e0; border-radius: 6px; margin-bottom: 6px; background: #fff; }
.ipc-skeleton-left { flex: 1; padding-right: 12px; }
.ipc-skeleton-line { height: 13px; border-radius: 4px; animation: ipcPulse 1.4s ease-in-out infinite; margin-bottom: 8px; }
.ipc-skeleton-line:last-child { margin-bottom: 0; }
.ipc-skeleton-name { width: 55%; }
.ipc-skeleton-date { width: 35%; height: 11px; }
.ipc-skeleton-price { width: 70px; height: 15px; border-radius: 4px; animation: ipcPulse 1.4s ease-in-out infinite; flex-shrink: 0; }
.ipc-skeleton-card:nth-child(1) .ipc-skeleton-line, .ipc-skeleton-card:nth-child(1) .ipc-skeleton-price { animation-delay: 0s; }
.ipc-skeleton-card:nth-child(2) .ipc-skeleton-line, .ipc-skeleton-card:nth-child(2) .ipc-skeleton-price { animation-delay: 0.15s; }
.ipc-skeleton-card:nth-child(3) .ipc-skeleton-line, .ipc-skeleton-card:nth-child(3) .ipc-skeleton-price { animation-delay: 0.3s; }
.ipc-cards-wrap { margin-top: 8px; width: 100%; }
.ipc-card { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border: 1px solid #e0e0e0; border-radius: 6px; margin-bottom: 6px; background: #fff; transition: background .15s; cursor: default; }
.ipc-card:hover { background: #f0f4ff; }
.ipc-card-left { flex: 1; min-width: 0; padding-right: 12px; }
.ipc-card-name { font-size: 13.5px; color: #222; font-weight: 600; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.ipc-badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; color: #fff; white-space: nowrap; line-height: 1.5; position: relative; cursor: default; }
.ipc-badge:hover .ipc-badge-tooltip { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.ipc-badge-tooltip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(4px); background: #333; color: #fff; font-size: 11px; font-weight: 400; padding: 4px 8px; border-radius: 4px; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity .15s, transform .15s; pointer-events: none; z-index: 999; }
.ipc-badge-tooltip::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 4px solid transparent; border-top-color: #333; }
.ipc-date-wrap { display: inline-block; position: relative; margin-top: 3px; }
.ipc-card-date { font-size: 12px; color: #777; cursor: default; }
.ipc-date-wrap:hover .ipc-tooltip { opacity: 1; visibility: visible; transform: translateY(0); }
.ipc-tooltip { position: absolute; bottom: calc(100% + 6px); left: 0; background: #333; color: #fff; font-size: 11px; padding: 4px 8px; border-radius: 4px; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .15s, transform .15s; pointer-events: none; z-index: 999; }
.ipc-tooltip::after { content: ""; position: absolute; top: 100%; left: 12px; border: 4px solid transparent; border-top-color: #333; }
.ipc-card-price { font-size: 14px; font-weight: 700; color: #1a1a1a; white-space: nowrap; }
@keyframes ipcSlideIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.ipc-toggle { margin-top: 8px; font-size: 13px; color: #1565c0; text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; display: block; text-align: center; width: 100%; }
.ipc-toggle:hover { color: #0d47a1; }
.ipc-note { margin-top: 10px !important; margin-bottom: 0 !important; font-size: 13px !important; color: #888 !important; line-height: 1.5 !important; display: block !important; visibility: visible !important; }
.ipc-carrier-info { margin-top: 10px; font-size: 13px; color: #888; display: block; }
.ipc-carrier-link { color: #1565c0; text-decoration: underline; cursor: pointer; background: none; border: none; padding: 0; font-size: 12px; font-family: inherit; }
.ipc-carrier-link:hover { color: #0d47a1; }
.ipc-modal-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.45); z-index: 9999; align-items: center; justify-content: center; padding: 16px; box-sizing: border-box; }
.ipc-modal-overlay.open { display: flex; }
.ipc-modal { background: #fff; border-radius: 8px; padding: 24px; max-width: 420px; width: 100%; box-shadow: 0 8px 32px rgba(0,0,0,.18); position: relative; box-sizing: border-box; }
.ipc-modal-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 16px; }
.ipc-modal-steps { list-style: none; padding: 0; margin: 0 0 16px 0; }
.ipc-modal-steps li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #333; line-height: 1.5; margin-bottom: 10px; }
.ipc-modal-steps li:last-child { margin-bottom: 0; }
.ipc-modal-step-num { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; border-radius: 50%; background: #1565c0; color: #fff; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.ipc-modal-warning { font-size: 12px; color: #888; border-top: 1px solid #eee; padding-top: 12px; margin-top: 4px; line-height: 1.5; }
.ipc-modal-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 20px; color: #aaa; cursor: pointer; line-height: 1; padding: 0; }
.ipc-modal-close:hover { color: #333; }

/* === Container externo === */
#footer-main .copyright {
  display: block !important;
  background: #ffffff !important;
  border-top: 1px solid #e5e7eb !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* === Centraliza o container interno === */
#footer-main .copyright .container-12 {
  margin: 0 auto !important;
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

#footer-main .copyright .grid-12 {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* === Linha flex centralizada === */
#footer-main .copyright p {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 54px !important;
  padding: 0 24px !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1280px !important;
  font-size: 0 !important;
  color: transparent !important;
  text-transform: none !important;
  line-height: 1 !important;
  gap: 0 !important;
  box-sizing: border-box !important;
}

/* === Logo via p::before === */
#footer-main .copyright p::before {
  content: "" !important;
  display: inline-block !important;
  height: 20px !important;
  width: 55px !important;
  min-width: 55px !important;
  background-image: url("https://ipc.tec.br/himg/uploads/img_693180c23f9533.75182789.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0.85 !important;
  flex-shrink: 0 !important;
}

/* === Remove p::after === */
#footer-main .copyright p::after {
  content: none !important;
}

/* === <a> vira o bloco de texto (separador + "2026 © IPC Comercial") === */
#footer-main .copyright p .logo-plat {
  display: inline-flex !important;
  align-items: center !important;
  background: none !important;
  height: 20px !important;
  width: auto !important;
  overflow: visible !important;
  text-indent: 0 !important;
  text-decoration: none !important;
  border-left: 1px solid #e5e7eb !important;
  margin-left: 12px !important;
  padding-left: 12px !important;
  pointer-events: none !important;
}

/* === Esconde imagem original === */
#footer-main .copyright p .logo-plat img {
  display: none !important;
}

/* === "2026 © " em peso normal === */
#footer-main .copyright p .logo-plat::before {
  content: "2026 \00A9\00A0" !important;
  font-size: 12.5px !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #6b7280 !important;
  line-height: 20px !important;
}

/* === "IPC Comercial" em negrito === */
#footer-main .copyright p .logo-plat::after {
  content: "IPC Comercial" !important;
  font-size: 12.5px !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #111827 !important;
  line-height: 20px !important;
}