/* =========================================================
   TAQUI RIO - camada visual da loja
   Incluir depois do main.css.
   ========================================================= */
:root{
    --tr-brand:#42b39c;
    --tr-brand-dark:#176b5d;
    --tr-accent:#ffb703;
    --tr-dark:#111827;
    --tr-text:#243142;
    --tr-muted:#64748b;
    --tr-border:#e5e7eb;
    --tr-bg:#ffffff;
    --tr-section:#ffffff;
    --tr-card:#ffffff;
    --tr-radius:6px;
    --tr-radius-sm:4px;
    --tr-radius-lg:8px;
    --tr-shadow:0 6px 18px rgba(15,23,42,.06);
    --tr-shadow-hover:0 10px 24px rgba(15,23,42,.08);
    --tr-focus:0 0 0 3px rgba(76,169,146,.14);
    --tr-action-shadow:0 6px 18px rgba(76,169,146,.28);
    --tr-button-height:40px;
    --tr-field-height:44px;
    --tr-field-border:#d9dee7;
    --tr-field-radius:10px;
}

html{scroll-behavior:smooth;}
body{
    background:var(--tr-bg);
    color:var(--tr-text);
    font-family:"Inter","Segoe UI",Roboto,Arial,sans-serif;
    padding-bottom:76px;
}

.container{
    max-width:1240px;
}

/* Topo e respiro geral */
.section-padding{
    padding:34px 0 !important;
}
.section-title,
.section-title.style-2{
    margin-bottom:20px !important;
    align-items:center;
}
.section-title h3,
.section-title .title h3{
    font-size:26px;
    letter-spacing:0;
    color:var(--tr-dark);
}
.section-title .show-all{
    color:var(--tr-brand-dark);
    font-weight:700;
    background:#eaf8f5;
    padding:8px 14px;
    border-radius:999px;
}

/* Slider hero */
.tr-hero{
    background:#fff !important;
    margin-bottom:0 !important;
    border-radius:0;
    box-shadow:none;
    overflow:hidden;
    position:relative;
}
.tr-hero-viewport{
    border-radius:0;
    overflow:hidden;
    width:100%;
}
.tr-hero-track{
    display:flex;
    width:100%;
    transition:transform .45s ease;
    will-change:transform;
}
.tr-hero-slide{
    align-items:center;
    display:flex;
    flex:0 0 100%;
    height:min(300px, calc(100vw * .30303));
    justify-content:center;
    min-width:100%;
    background:linear-gradient(90deg,var(--tr-slide-bg-left,#fff) 0 50%,var(--tr-slide-bg-right,var(--tr-slide-bg-left,#fff)) 50% 100%);
    overflow:hidden;
    position:relative;
}

.tr-hero-slide picture{
    align-items:center;
    display:flex;
    height:100%;
    justify-content:center;
    width:100%;
}

.tr-hero-slide img{
    display:block;
    height:100%;
    max-width:990px;
    object-fit:cover;
    object-position:center center;
    width:min(990px,100%);
}
.tr-hero-btn{
    box-shadow:0 8px 20px rgba(15,23,42,.12);
    color:var(--tr-dark);
    position:absolute;
    top:50%;
    z-index:3;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    line-height:1;
}
.tr-hero-prev{
    left:12px;
}
.tr-hero-next{
    right:12px;
}
.tr-hero-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:12px;
    z-index:3;
    display:flex;
    justify-content:center;
    gap:7px;
}
.tr-hero-dots button{
    width:9px;
    height:9px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.72);
    padding:0;
}
.tr-hero-dots button.active{
    background:var(--tr-brand) !important;
}

.tr-benefits {
    background:#f6f8fb;
    padding:0 0 18px;
}

.tr-benefits-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.tr-benefits-grid a {
    align-items:center;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:8px;
    box-shadow:0 8px 22px rgba(15,23,42,.045);
    color:#253746 !important;
    display:flex;
    gap:10px;
    min-height:74px;
    padding:14px;
}

.tr-benefits-grid i {
    align-items:center;
    background:#eaf8f5;
    border-radius:8px;
    color:#17866f;
    display:flex;
    flex:0 0 38px;
    font-size:20px;
    height:38px;
    justify-content:center;
}

.tr-benefits-grid span {
    display:block;
    min-width:0;
}

.tr-benefits-grid strong {
    color:#121826;
    display:block;
    font-size:14px;
    font-weight:900;
    line-height:1.2;
}

.tr-benefits-grid small {
    color:#667085;
    display:block;
    font-size:12px;
    font-weight:700;
    line-height:1.25;
    margin-top:3px;
}

.tr-section-title-action {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}

.tr-section-title-action .show-all {
    border-radius:6px;
    white-space:nowrap;
}

.tr-home-products {
    background:#f6f8fb;
}

.tr-home-offers {
    background:#fff;
}

.tr-home-custom {
    background:#f6f8fb;
}

/* Banners intermediários */

.banners {
    padding: 10px 0 35px;
}

.banner-img {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 16/7;
    min-height: 0;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15,23,42,.08);
    position:relative;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    left: 24px !important;
    top: 28px !important;
}

.banner-text h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.banner-text .btn {
    border-radius: 999px;
    background: #fff !important;
    color: #182230 !important;
    font-weight: 800;
}
/* Categorias */
.popular-categories {
    background: #fff;
    padding: 42px 0 !important;
}

.popular-categories .section-title {
    margin-bottom: 24px;
}

.popular-categories .card-2 {
    border: 0 !important;
    border-radius: 18px !important;
    background: #f4f6f9 !important;
    min-height: 165px;
    box-shadow: none !important;
}

.popular-categories .card-2:hover {
    background: #eaf8f4 !important;
    transform: translateY(-3px);
}

.popular-categories .card-2 img {
    max-width: 58px;
    height: 58px;
    object-fit: contain;
}

.popular-categories .card-2 h6 {
    font-size: 15px;
    line-height: 1.2;
    color: #253d4e;
    font-weight: 900;
}

/* Rodapé */
.newsletter-inner{
    border-radius:28px !important;
    background:linear-gradient(135deg,#e8fff8,#f6fbff) !important;
    box-shadow:0 10px 30px rgba(15,23,42,.08);
}
.featured .banner-left-icon{
    border-radius:18px;
    background:#fff;
    border:1px solid var(--tr-border);
    box-shadow:0 8px 20px rgba(15,23,42,.05);
    padding:18px !important;
    height:100%;
}
.footer-mid{
    background:#fff;
}
.footer-link-widget p,
.footer-list li a,
.contact-infor li span{
    color:#5f6b7a !important;
}

/* Botão flutuante do carrinho existente */
.main-button{
    position:fixed;
    right:16px;
    bottom:88px;
    z-index:999;
}
.dot-cart-num{
    width:56px;
    height:56px;
    border-radius:50% !important;
    box-shadow:0 10px 24px rgba(23,134,111,.32);
    background:var(--tr-brand-dark) !important;
    border:0 !important;
}

/* Navegação inferior estilo app */
.tr-bottom-nav{
    position:fixed;
    left:12px;
    right:12px;
    bottom:10px;
    height:62px;
    z-index:9999;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(226,232,240,.95);
    border-radius:22px;
    display:none;
    align-items:center;
    justify-content:space-around;
    box-shadow:0 14px 34px rgba(15,23,42,.18);
    backdrop-filter:blur(10px);
}
.tr-bottom-nav a{
    flex:1;
    text-align:center;
    color:#64748b;
    font-size:11px;
    font-weight:800;
    line-height:1.1;
}
.tr-bottom-nav i{
    display:block;
    font-size:20px;
    margin-bottom:4px;
    color:var(--tr-brand-dark);
}

@media(max-width:768px){
    body{
        background:#f7f8fb;
    }
    .container{
        padding-left:12px;
        padding-right:12px;
    }
    .section-padding{
        padding:22px 0 !important;
    }
    .section-title h3,
    .section-title .title h3{
        font-size:21px;
    }
    .tr-hero{
        margin-left:0;
        margin-right:0;
        border-radius:0 0 22px 22px;
    }
    .tr-hero-viewport{
        border-radius:0 0 22px 22px;
    }
    .tr-hero-slide{
        height:min(300px, calc(100vw * .30303));
        max-height:none;
    }
    .tr-hero-btn{
        width:32px;
        height:32px;
        font-size:22px;
    }
    .tr-hero-prev{
        left:8px;
    }
    .tr-hero-next{
        right:8px;
    }
    .tr-hero-dots{
        bottom:8px;
    }
    .tr-benefits {
        padding:0 0 10px;
    }
    .tr-benefits-grid {
        grid-template-columns:1fr 1fr;
        gap:8px;
    }
    .tr-benefits-grid a {
        align-items:flex-start;
        flex-direction:column;
        min-height:112px;
        padding:12px;
    }
    .tr-benefits-grid i {
        flex-basis:34px;
        height:34px;
        width:34px;
    }
    .tr-section-title-action {
        align-items:flex-start;
    }
    .tr-section-title-action .show-all {
        padding:7px 10px;
    }
    .product-grid-4 > [class*="col-"]{
        padding-left:6px;
        padding-right:6px;
        margin-bottom:12px;
    }
    .banners .banner-img img{
        height:160px;
    }
    .newsletter{
        display:none;
    }
    .featured{
        padding-bottom:14px !important;
    }
    .footer-mid .row > .col,
    .footer-mid .row > [class*="col"]{
        flex:0 0 100%;
        max-width:100%;
        margin-bottom:22px;
    }
    .tr-bottom-nav{
        display:flex;
    }
}
@media(min-width:769px) and (max-width:1024px){
    .tr-hero-slide{
        aspect-ratio:16/7;
        max-height:390px;
    }
}
.tr-header {
    background: #fff;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #edf0f3;
}

.tr-topbar {
    background: #f8fafc;
    border-bottom: 1px solid #edf0f3;
    font-size: 13px;
}

.tr-topbar-inner {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr-topbar a {
    color: #51606f;
    font-weight: 500;
}

.tr-topbar span {
    color: #c6ccd3;
    margin: 0 10px;
}

.tr-whatsapp-top strong {
    color: #4ca992;
}

.tr-main-header {
    background: #fff;
    padding: 1px 0;
}

.tr-main-inner {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tr-logo {
    flex: 0 0 128px;
}

.tr-logo img {
    width: 118px;
    max-height: 78px;
    object-fit: contain;
}

.tr-search {
    flex: 1;
    height: 48px;
    display: flex;
    background: var(--tr-card);
    border: 1px solid var(--tr-field-border);
    border-radius: var(--tr-radius-lg);
    overflow: hidden;
}

.tr-search select {
    width: 170px;
    border: 0;
    background: transparent;
    padding: 0 18px;
    font-weight: 700;
    color: var(--tr-text);
}

.tr-search input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 0 18px;
    color: var(--tr-text);
}

.tr-search button {
    width: 110px;
    border: 0;
    background: var(--tr-brand-dark);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tr-actions {
    align-items: center;
    gap: 14px;
}

.tr-action {
    height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #253D4E;
    font-weight: 700;
    background: #fff;
    border: 1px solid #edf0f3;
    position: relative;
}

.tr-action i {
    font-size: 22px;
}

.tr-cart em,
.tr-mobile-icons em {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    background: #4ca992;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr-nav {
    
    border-top:1px solid rgba(255,255,255,.04);
    background:linear-gradient(180deg,#243240,#1d2935);
}


.tr-nav-inner {
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.tr-cat-btn {
    height: 44px;
    padding: 0 18px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.tr-menu {
    flex: 1;
    min-width: 0;
}

.tr-menu > ul {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
}

.tr-menu > ul > li > a {
    display: block;
    padding: 18px 8px;
    font-size: 14px;
    font-weight: 800;
    color: #253D4E;
    white-space: nowrap;
}

.tr-support {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #253D4E;
}

.tr-support i {
    font-size: 28px;
       color:#78d6bf;
}

.tr-support span {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.1;
      color:#c4d0da;
}

.tr-support strong {
    font-size: 17px;
    color: #4ca992;
    font-weight: 900;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .tr-support {
        display: none;
    }

    .tr-menu > ul > li > a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .tr-search {
        max-width: 620px;
    }
}

@media (max-width: 991px) {
    .tr-main-header {
        padding: 10px 0;
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
    }

    .tr-main-inner {
        gap: 12px;
        flex-wrap: wrap;
    }

    .tr-logo {
        flex: 1;
    }

    .tr-logo img {
        width: 88px;
        max-height: 58px;
    }

    .tr-search {
        order: 3;
        flex: 0 0 100%;
        height: 46px;
        border-radius: 14px;
    }

    .tr-search select {
        display: none;
    }

    .tr-search input {
        padding: 0 14px;
        font-size: 14px;
    }

    .tr-search button {
        width: 54px;
    }

    .tr-search button span {
        display: none;
    }

    .tr-mobile-icons {
        align-items: center;
        gap: 14px;
    }

    .tr-mobile-icons a,
    .tr-mobile-menu-btn {
        width: 42px;
        height: 42px;
        border: 1px solid #edf0f3;
        background: #fff;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .tr-mobile-icons i {
        font-size: 22px;
        color: #253D4E;
    }

    .burger-icon > span {
        background-color: #253D4E !important;
    }
}

/* corrige menu quebrando com subcategorias abertas */
@media (min-width: 992px) {
    .tr-menu ul li ul,
    .tr-menu ul li .sub-menu,
    .tr-menu ul li .dropdown-menu {
        display: none !important;
    }

    .tr-menu > ul > li {
        position: relative;
    }

    .tr-menu > ul > li:hover > ul,
    .tr-menu > ul > li:hover > .sub-menu,
    .tr-menu > ul > li:hover > .dropdown-menu {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 230px;
        background: #fff;
        border: 1px solid #edf0f3;
        border-radius: 14px;
        padding: 12px 0;
        box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
        z-index: 9999;
    }

    .tr-menu > ul > li:hover > ul li a,
    .tr-menu > ul > li:hover > .sub-menu li a,
    .tr-menu > ul > li:hover > .dropdown-menu li a {
        display: block;
        padding: 9px 18px !important;
        font-size: 14px;
        color: #253D4E;
        white-space: nowrap;
    }
}

/* fundo geral header */
.tr-header{
    background:#f7f9fc;
    box-shadow:0 2px 12px rgba(15,23,42,.04);
}

/* topbar */
.tr-topbar{
    background:#eef3f7;
    border-bottom:1px solid #dde5ec;
}

/* area principal */
.tr-main-header{
    background:#f7f9fc;
}

.tr-main-header .container-fluid {
    max-width:1440px;
}

/* bloco da busca */
.tr-search{
    background:#ffffff;
    border-color:var(--tr-field-border);
    box-shadow:0 4px 14px rgba(15,23,42,.04);
    border-radius:var(--tr-radius-lg);
}

.tr-search:focus-within {
    border-color:var(--tr-brand-dark);
    box-shadow:var(--tr-focus);
}

.tr-search select {
    border-right:1px solid #edf0f4;
}

.tr-search input::placeholder {
    color:#98a2b3;
}

/* botão buscar */
.tr-search button{
    background:linear-gradient(135deg,var(--tr-brand),var(--tr-brand-dark));
    box-shadow:var(--tr-action-shadow);
}

/* login/carrinho */
.tr-action{
    background:#ffffff;
    border:1px solid #e4ebf2;
    box-shadow:0 2px 10px rgba(15,23,42,.04);
    border-radius:8px;
}

.tr-action:hover {
    border-color:#4ca992;
    color:#17866f;
    background:#f3fbf8;
}

.tr-mobile-category-strip {
    background:#fff;
    border-top:1px solid #edf0f4;
    border-bottom:1px solid #edf0f4;
}

.tr-mobile-category-scroll {
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:9px 0;
    scrollbar-width:none;
}

.tr-mobile-category-scroll::-webkit-scrollbar {
    display:none;
}

.tr-mobile-category-scroll a {
    flex:0 0 auto;
    border:1px solid #dfe7ef;
    border-radius:999px;
    background:#f7f9fb;
    color:#253746;
    font-size:13px;
    font-weight:800;
    padding:7px 11px;
}

.tr-mobile-menu-check {
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.tr-mobile-menu-btn {
    cursor:pointer;
    margin:0;
}

.tr-mobile-menu-backdrop {
    position:fixed;
    inset:0;
    z-index:1000;
    background:rgba(15,23,42,.46);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
}

.tr-mobile-menu-panel {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:1001;
    width:min(86vw, 360px);
    background:#fff;
    box-shadow:-18px 0 45px rgba(15,23,42,.18);
    transform:translateX(100%);
    transition:transform .24s ease;
    overflow-y:auto;
}

.tr-mobile-menu-check:checked ~ .tr-mobile-menu-backdrop {
    opacity:1;
    pointer-events:auto;
}

.tr-mobile-menu-check:checked ~ .tr-mobile-menu-panel {
    transform:translateX(0);
}

.tr-mobile-menu-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #edf0f4;
    padding:14px 16px;
}

.tr-mobile-menu-head img {
    width:92px;
    max-height:56px;
    object-fit:contain;
}

.tr-mobile-menu-head label {
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #dfe7ef;
    border-radius:8px;
    color:#253746;
    cursor:pointer;
    margin:0;
}

.tr-mobile-menu-head i {
    font-size:24px;
}

.tr-mobile-menu-links {
    display:grid;
    gap:6px;
    padding:14px;
}

.tr-mobile-menu-links a {
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:8px;
    color:#253746;
    font-weight:800;
    padding:11px 10px;
}

.tr-mobile-menu-links a:hover {
    background:#f3fbf8;
    color:#17866f;
}

.tr-mobile-menu-links i {
    color:#4ca992;
    font-size:18px;
}

.tr-mobile-menu-cats {
    border-top:1px solid #edf0f4;
    display:grid;
    gap:2px;
    padding:14px;
}

.tr-mobile-menu-cats h4 {
    color:#121826;
    font-size:15px;
    font-weight:900;
    margin:0 0 8px;
}

.tr-mobile-menu-cats a {
    color:#253746;
    border-radius:8px;
    font-weight:700;
    padding:9px 10px;
}

.tr-mobile-menu-cats a:hover {
    background:#f7f9fb;
    color:#17866f;
}

/* navbar */
.tr-nav{
    background:#243240;
    border-top:1px solid #314252;
    border-bottom:0;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

/* categorias */
.tr-cat-btn{
    background:rgba(76,169,146,.12) !important;
    border:1px solid rgba(76,169,146,.24);
    color:#78d6bf !important;
    box-shadow:none;
    border-radius:8px !important;
}

.tr-cat-btn i,
.tr-cat-btn span{
    color:#78d6bf !important;
}

.tr-menu > ul > li > a{
    color:#f4f7fa;
    font-weight:700;
    position:relative;
    border-radius:6px;
}

/* hover moderno */
.tr-menu > ul > li > a:hover{
      color:#78d6bf;
}

/* linha hover */
.tr-menu > ul > li > a::after{
    content:'';
    position:absolute;
    left:10px;
    right:10px;
    bottom:12px;
    height:2px;
    background:#4ca992;
    transform:scaleX(0);
    transition:.25s;
}

.tr-menu > ul > li > a:hover::after{
    transform:scaleX(1);
}

/* hotline */
.tr-support{
   background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    padding:10px 14px;
    border-radius:8px;
    border:1px solid #e4ebf2;
    box-shadow:0 2px 10px rgba(15,23,42,.04);
}

.categories-dropdown-wrap.categories-dropdown-active-large {
    border:1px solid #dfe7ef !important;
    border-radius:8px !important;
    box-shadow:0 18px 45px rgba(15,23,42,.16) !important;
    min-width:760px !important;
    top:100% !important;
    margin-top:10px !important;
    padding:0 !important;
    overflow:visible !important;
}

@media (min-width: 992px) {
    .main-categori-wrap:hover .categories-dropdown-active-large {
        opacity:1;
        visibility:visible;
    }

    .main-categori-wrap:hover .tr-cat-btn i:last-child {
        transform:rotate(180deg);
    }
}

.tr-categories-mega {
    display:grid;
    grid-template-columns:260px minmax(420px,1fr);
    min-height:430px;
    background:#fff;
    border-radius:8px;
    overflow:visible;
    position:relative;
}

.tr-cat-list {
    position:static;
    border-right:1px solid #edf0f4;
    background:#f8fafc;
    border-radius:8px 0 0 8px;
    padding:10px;
}

.tr-cat-item {
    position:static;
}

.tr-cat-link {
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:38px;
    border-radius:6px;
    color:#253746 !important;
    font-size:14px;
    font-weight:800;
    line-height:1.25;
    padding:8px 10px !important;
}

.tr-cat-link i {
    color:#98a2b3;
    font-size:13px;
}

.tr-cat-item:hover .tr-cat-link {
    background:#fff;
    color:#17866f !important;
    box-shadow:0 4px 14px rgba(15,23,42,.06);
}

.tr-cat-item:hover .tr-cat-link i {
    color:#17866f;
}

.tr-cat-panel {
    position:absolute;
    top:0;
    left:260px;
    right:0;
    bottom:0;
    background:#fff;
    border-radius:0 8px 8px 0;
    padding:22px 24px;
    display:none;
    z-index:3;
    min-width:0;
    box-shadow:inset 1px 0 0 #edf0f4;
}

.tr-cat-item:hover .tr-cat-panel {
    display:block;
}

.tr-cat-go {
    display:inline-flex;
    align-items:center;
    gap:6px;
    border-radius:6px;
    color:#fff !important;
    background:#17866f;
    font-weight:900;
    padding:10px 12px !important;
}

.tr-cat-go {
    margin-bottom:20px;
}

.tr-cat-panel-cols {
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr);
    gap:32px;
}

.tr-cat-panel h4 {
    color:#121826;
    font-size:15px;
    font-weight:900;
    margin:0 0 12px;
}

.tr-cat-panel p {
    color:#667085;
    margin:0;
}

.tr-cat-section-grid,
.tr-cat-highlight-list {
    display:grid;
    gap:8px 18px;
}

.tr-cat-section-grid {
    grid-template-columns:repeat(2, minmax(0,1fr));
}

.tr-cat-section-grid a,
.tr-cat-highlight-list a {
    color:#253746 !important;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    line-height:1.25;
    padding:7px 8px !important;
}

.tr-cat-section-grid a:hover,
.tr-cat-highlight-list a:hover {
    background:#f3fbf8;
    color:#17866f !important;
}

.tr-cat-highlight-list {
    border-left:3px solid #eaf8f5;
    padding-left:12px;
}

.tr-cat-all {
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid #e7ebf0;
    color:#17866f !important;
    font-weight:900;
    margin-top:8px;
    padding:12px 10px 6px !important;
}

@media (max-width: 991px) {
    .tr-header {
        position:sticky;
        top:0;
        z-index:999;
    }

    .tr-main-header {
        box-shadow:none;
    }

    .tr-search {
        border-radius:8px;
    }

    .tr-mobile-icons a,
    .tr-mobile-menu-btn {
        border-radius:8px;
    }
}








.tr-product-cart {
    margin: 0 !important;
}

.tr-product-cart .add {
    height: 42px;
}
.tr-product-detail {
    background: #f6f7f9;
}

.tr-product-row {
    align-items: flex-start;
}

.tr-product-gallery {
    max-width: 520px;
}

.tr-main-image {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    overflow: hidden;
}

.tr-main-image img {
    width: 100%;
    height: 492px;
    object-fit: cover;
    display: block;
}

.tr-thumb-list {
    display: flex;
    gap: 16px;
    margin-top: 18px;
}

.tr-thumb {
    width: 108px;
    height: 108px;
    border: 1px solid #d9f0eb;
    border-radius: 14px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.tr-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tr-detail-info {
    padding-left: 20px;
}

.tr-detail-info h1 {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    color: #253746;
    max-width: 520px;
    margin-bottom: 35px;
}

.tr-price-area {
    margin-bottom: 28px;
}

.tr-price-prefix {
    display: block;
    color: #777;
    font-size: 14px;
    margin-bottom: 4px;
}

.tr-price-area strong {
    display: block;
    color: #009b7a;
    font-size: 24px;
    font-weight: 800;
}

.tr-old-price {
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
}

.tr-short-desc {
    color: #777;
    font-size: 16px;
    line-height: 1.55;
    max-width: 520px;
    margin-bottom: 30px;
}

.tr-variations {
    margin-bottom: 18px;
}

.tr-variations label {
    display: block;
    color: #253746;
    font-weight: 700;
    margin-bottom: 8px;
}

.tr-variation-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tr-variation-option input {
    display: none;
}

.tr-variation-option span {
    display: block;
    padding: 16px 18px;
    border: 1px solid #dedede;
    border-radius: 13px;
    background: #fff;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}

.tr-variation-option input:checked + span {
    border-color: #4ca992;
    box-shadow: 0 0 0 1px #4ca992 inset;
}

.tr-buy-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.tr-buy-button {
    min-width: 198px;
    height: 50px;
    border-radius: 5px;
    background: #4ca992 !important;
}

.tr-product-tabs {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    padding: 40px 50px;
}

.tr-product-tabs .nav-tabs {
    border: 0;
    gap: 12px;
    margin-bottom: 28px;
}

.tr-product-tabs .nav-link {
    border: 1px solid #ececec;
    border-radius: 999px;
    padding: 12px 28px;
    color: #777;
    font-weight: 700;
    background: #fff;
}

.tr-product-tabs .nav-link.active {
    color: #4ca992;
    border-color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
}

.tr-related-products {
    margin-top: 28px;
}

.tr-related-products .section-title {
    margin-bottom: 16px !important;
}

.tr-related-products .section-title h3 {
    font-size: 22px;
}

.tr-related-grid {
    row-gap: 14px;
}

.tr-related-grid .product-cart-wrap {
    margin-bottom: 0 !important;
}

.tr-cart-page {
    background:#f6f8fb;
}

.tr-cart-layout {
    align-items:flex-start;
}

.tr-cart-panel,
.tr-cart-summary {
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:16px;
    padding:22px;
    margin-bottom:18px;
    box-shadow:0 8px 24px rgba(15,23,42,.045);
}

.tr-cart-panel-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:16px;
}

.tr-cart-panel-head h4,
.tr-cart-summary h4 {
    font-size:20px;
    font-weight:900;
    color:var(--tr-dark);
    margin:0;
}

.tr-cart-panel-head p {
    color:var(--tr-muted);
    font-size:14px;
    margin:4px 0 0;
}

.tr-cart-table {
    margin-bottom:0;
}

.tr-cart-table th {
    color:#667085;
    font-size:12px;
    text-transform:uppercase;
    white-space:nowrap;
}

.tr-cart-table td {
    vertical-align:middle;
    color:#253746;
}

.tr-cart-qty {
    display:inline-grid;
    grid-template-columns:34px 48px 34px;
    align-items:center;
    border:1px solid #d9dee7;
    border-radius:10px;
    overflow:hidden;
    background:#fff;
}

.tr-cart-qty-btn,
.tr-cart-qty-input {
    height:36px;
    border:0;
    background:#fff;
}

.tr-cart-qty-btn {
    color:#253746;
    font-size:18px;
    font-weight:900;
    line-height:1;
}

.tr-cart-qty-btn:hover {
    background:#f3f6f9;
}

.tr-cart-qty-input {
    width:48px;
    text-align:center;
    font-weight:800;
    color:#253746;
    border-left:1px solid #edf0f4;
    border-right:1px solid #edf0f4;
}

.tr-cart-qty-input::-webkit-outer-spin-button,
.tr-cart-qty-input::-webkit-inner-spin-button {
    margin:0;
    -webkit-appearance:none;
}

.tr-cart-qty.is-loading {
    opacity:.65;
}

.tr-shipping-form,
.tr-coupon-form {
    display:flex;
    gap:10px;
}

.tr-shipping-form input,
.tr-coupon-form input {
    flex:1;
    height:var(--tr-field-height);
    border:1px solid var(--tr-field-border);
    border-radius:var(--tr-field-radius);
    padding:0 14px;
    background:#fff;
}

.tr-coupon-form input {
    text-transform:uppercase;
}

.tr-cart-message {
    min-height:20px;
    margin-top:10px;
    font-size:14px;
}

.tr-shipping-current {
    color:#667085;
    margin:12px 0;
}

.tr-shipping-options {
    display:grid;
    gap:12px;
}

.tr-shipping-option {
    display:grid;
    grid-template-columns:64px minmax(0,1fr) auto auto;
    align-items:center;
    gap:14px;
    border:1px solid #e7ebf0;
    border-radius:12px;
    padding:14px;
    background:#fbfcfe;
}

.tr-shipping-logo {
    width:64px;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#fff;
    border:1px solid #edf0f4;
}

.tr-shipping-logo img {
    max-width:52px;
    max-height:36px;
    object-fit:contain;
}

.tr-shipping-logo-placeholder {
    color:#667085;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
}

.tr-shipping-info strong,
.tr-shipping-info span {
    display:block;
}

.tr-shipping-info strong {
    color:#253746;
    font-size:15px;
    line-height:1.25;
}

.tr-shipping-info span {
    color:#667085;
    font-size:13px;
    margin-top:3px;
}

.tr-shipping-price {
    color:var(--tr-brand-dark);
    font-size:16px;
    font-weight:900;
    white-space:nowrap;
}

.tr-shipping-option .btn {
    white-space:nowrap;
    min-width:88px;
}

.tr-shipping-option-selected {
    border-color:#a7e6d7;
    background:#effbf8;
}

.tr-cart-summary {
    position:sticky;
    top:18px;
}

.tr-summary-line,
.tr-summary-total {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    border-bottom:1px solid #edf0f4;
    padding:13px 0;
}

.tr-summary-line span,
.tr-summary-total span {
    color:#667085;
}

.tr-summary-line strong,
.tr-summary-total strong {
    color:#253746;
    text-align:right;
}

.tr-summary-line small {
    display:block;
    color:#98a2b3;
    font-weight:500;
}

.tr-summary-note {
    color:#667085;
    font-size:13px;
    line-height:1.45;
    background:#f7f9fb;
    border-radius:10px;
    padding:10px 12px;
    margin:12px 0;
}

.tr-coupon-box {
    border-bottom:1px solid #edf0f4;
    padding:12px 0;
}

.tr-coupon-box h5 {
    font-size:15px;
    font-weight:900;
    color:#253746;
    margin-bottom:10px;
}

.tr-summary-discount strong {
    color:#079455;
}

.tr-summary-total {
    border-bottom:0;
    padding:18px 0;
}

.tr-summary-total span {
    font-size:17px;
    color:var(--tr-dark);
    font-weight:900;
}

.tr-summary-total strong {
    color:var(--tr-brand-dark);
    font-size:24px;
    font-weight:900;
}

.tr-checkout-button {
    min-width:160px;
}

.tr-account-action {
    position:relative;
}

.tr-account-action > a {
    display:flex;
    align-items:center;
    gap:8px;
    color:inherit;
}

.tr-account-menu {
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    min-width:170px;
    display:none;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:12px;
    box-shadow:0 14px 34px rgba(15,23,42,.12);
    padding:8px;
    z-index:20;
}

.tr-account-action:hover .tr-account-menu {
    display:grid;
    gap:2px;
}

.tr-account-menu a {
    color:#253746;
    font-size:14px;
    font-weight:700;
    padding:9px 10px;
    border-radius:8px;
}

.tr-account-menu a:hover {
    background:#f3f6f9;
    color:var(--tr-brand-dark);
}

.tr-checkout-page .tr-cart-panel,
.tr-login-panel {
    border-radius:12px;
}

.tr-checkout-form label {
    display:block;
    color:#253746;
    font-size:13px;
    font-weight:800;
    margin-bottom:7px;
}

.tr-checkout-form input,
.tr-checkout-form textarea {
    width:100%;
    border:1px solid var(--tr-field-border);
    border-radius:var(--tr-field-radius);
    background:#fff;
    color:#253746;
    padding:11px 13px;
}

.tr-checkout-form input {
    height:var(--tr-field-height);
}

.tr-checkout-form textarea {
    resize:vertical;
}

.tr-checkout-form input[readonly] {
    background:#f7f9fb;
    color:#475467;
}

.tr-checkout-form .tr-field-autofilled {
    border-color:#a7e6d7;
}

.tr-checkout-form .form-group {
    margin-bottom:16px;
}

.tr-address-message {
    min-height:22px;
    margin-bottom:12px;
    font-size:14px;
    font-weight:700;
}

.tr-address-message-success {
    color:#079455;
}

.tr-address-message-danger {
    color:#d92d20;
}

.tr-address-message-muted {
    color:#667085;
}

.tr-create-account {
    display:flex !important;
    align-items:center;
    gap:8px;
    margin-top:12px;
    margin-bottom:0 !important;
    color:#253746;
    cursor:pointer;
}

.tr-create-account input {
    width:18px;
    height:18px;
}

.tr-password-fields {
    border-top:1px solid #edf0f4;
    margin-top:4px;
    padding-top:16px;
}

.tr-checkout-items {
    display:grid;
    gap:10px;
    border-bottom:1px solid #edf0f4;
    padding-bottom:12px;
}

.tr-checkout-item {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    color:#253746;
    font-size:14px;
}

.tr-checkout-item small {
    color:#667085;
    font-weight:700;
}

.tr-login-page,
.tr-order-page {
    background:#f6f8fb;
}

.tr-login-panel .section-title {
    margin-bottom:18px;
}

.tr-login-help {
    display:grid;
    gap:6px;
    margin-top:16px;
    color:#667085;
    font-size:14px;
}

.tr-login-help a {
    color:var(--tr-brand-dark);
    font-weight:800;
}

.tr-cart-actions {
    margin-bottom:18px;
}

@media (max-width: 991px) {
    .tr-product-gallery {
        max-width: 100%;
    }

    .tr-main-image img {
        height: auto;
        object-fit: contain;
    }

    .tr-detail-info {
        padding-left: 0;
    }

    .tr-detail-info h1 {
        font-size: 24px;
        margin-top: 20px;
    }

    .tr-cart-summary {
        position:static;
    }
}

@media (max-width: 575px) {
    .tr-product-detail {
        padding-top: 20px;
    }

    .tr-thumb-list {
        gap: 8px;
        overflow-x: auto;
    }

    .tr-thumb {
        min-width: 82px;
        width: 82px;
        height: 82px;
    }

    .tr-buy-row {
        align-items: stretch;
    }

    .tr-buy-button {
        flex: 1;
        min-width: 0;
    }

    .tr-product-tabs {
        padding: 25px 18px;
    }

    .tr-related-products {
        margin-top: 22px;
    }

    .tr-related-products .section-title h3 {
        font-size: 20px;
    }

    .tr-related-grid > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

    .tr-cart-panel,
    .tr-cart-summary {
        border-radius:14px;
        padding:16px;
    }

    .tr-cart-panel-head {
        align-items:flex-start;
        flex-direction:column;
    }

    .tr-cart-table {
        min-width:680px;
    }

    .tr-shipping-form,
    .tr-coupon-form {
        flex-direction:column;
    }

    .tr-shipping-form button,
    .tr-coupon-form button {
        width:100%;
    }

    .tr-shipping-option {
        grid-template-columns:48px 1fr;
        align-items:start;
        gap:10px 12px;
        padding:12px;
    }

    .tr-shipping-logo {
        width:48px;
        min-height:38px;
    }

    .tr-shipping-logo img {
        max-width:42px;
        max-height:30px;
    }

    .tr-shipping-price {
        grid-column:2;
        font-size:15px;
    }

    .tr-shipping-option button {
        grid-column:2;
        width:100%;
    }

    .tr-summary-total strong {
        font-size:22px;
    }

    .tr-checkout-button {
        width:100%;
    }
}
.tr-detail-info {
    max-width: 650px;
}

.tr-detail-info h1 {
    font-size: 24px;
    line-height: 1.18;
    margin-bottom: 35px;
}

.tr-price-area {
    margin-bottom: 28px;
}

.tr-variations {
    margin-bottom: 18px;
}

.tr-buy-row {
    margin-top: 18px;
    margin-bottom: 22px;
}

.tr-frete-box {
    max-width: 435px;
    background: transparent;
    border: 0;
    padding: 0;
    margin-top: 18px;
}

.tr-frete-box h4 {
    font-size: 14px;
    font-weight: 700;
    color: #253746;
    margin-bottom: 8px;
}

.tr-frete-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tr-frete-form input {
    width: 204px;
    height: var(--tr-field-height);
    border: 1px solid var(--tr-field-border);
    border-radius: var(--tr-field-radius);
    background: #fff;
    padding: 0 20px;
    font-size: 15px;
}

.tr-frete-form button {
    height: 42px;
    border: 0;
    border-radius: 6px;
    background: #9d9d9d;
    color: #fff;
    font-weight: 700;
    padding: 0 18px;
}

.tr-frete-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
    color: #253746;
}

.tr-frete-text .texto-frete {
    display: block;
    font-size: 14px;
    color: #253746;
}

.tr-frete-error small,
.tr-frete-error {
    color: #d93025;
    font-size: 13px;
    margin-top: 6px;
}

.table-frete {
    width: 100%;
    max-width: 435px;
    margin-top: 14px;
    background: transparent;
}

.table-frete tbody tr {
    border-bottom: 1px solid #e6e9ec;
}

.table-frete td {
    background: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.45;
    color: #253746;
}

.table-frete td:first-child {
    width: 60px;
    padding-right: 10px;
}

.table-frete img {
    max-width: 52px !important;
}
.tr-frete-alert {
    background: #c9f3ff;
    border: 1px solid #a7e6f5;
    color: #06455a;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 16px;
}

.tr-frete-partner {
    margin-top: 20px;
    font-size: 14px;
    color: #253746;
}
.detail-gallery {
    width: 100%;
}

.product-image-slider figure {
    background: #f7f7f7;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-nav-thumbnails {
    margin-top: 12px;
}

.slider-nav-thumbnails .slick-slide {
    padding: 0 5px;
    cursor: pointer;
}

.slider-nav-thumbnails img {
    width: 100%;
    height: 72px;
    object-fit: contain;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 4px;
    background: #fff;
}

.slider-nav-thumbnails .slick-current img {
    border: 2px solid #4ca992;
}

.product-image-slider .slick-prev,
.product-image-slider .slick-next {
    z-index: 5;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-image-slider .slick-prev {
    left: 10px;
}

.product-image-slider .slick-next {
    right: 10px;
}

/* Ciclo de melhorias de front */
.tr-products-page {
    background:#f6f8fb;
}

.tr-breadcrumb {
    display:flex;
    align-items:center;
    gap:8px;
    color:#667085;
    font-size:13px;
    margin-bottom:14px;
}

.tr-breadcrumb a {
    color:#17866f;
    font-weight:700;
}

.tr-breadcrumb strong {
    color:#253746;
}

.tr-products-header {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}

.tr-products-header h1 {
    color:#121826;
    font-size:30px;
    font-weight:900;
    line-height:1.15;
    margin:0;
}

.tr-products-header p {
    color:#667085;
    margin:6px 0 0;
}

.tr-products-header > span {
    color:#17866f;
    background:#eaf8f5;
    border:1px solid #c7efe5;
    border-radius:999px;
    padding:8px 12px;
    font-weight:800;
    white-space:nowrap;
}

.tr-products-layout {
    display:grid;
    grid-template-columns:280px minmax(0,1fr);
    gap:24px;
    align-items:start;
}

.tr-products-sidebar {
    display:grid;
    gap:14px;
}

.tr-sidebar-card,
.tr-product-filters {
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:8px;
    padding:14px;
    box-shadow:0 8px 24px rgba(15,23,42,.045);
}

.tr-sidebar-title span {
    color:#667085;
    display:block;
    font-size:12px;
    font-weight:800;
    margin-bottom:6px;
    text-transform:uppercase;
}

.tr-sidebar-title h2 {
    color:#121826;
    font-size:20px;
    font-weight:900;
    line-height:1.2;
    margin:0;
}

.tr-product-filters {
    display:grid;
    gap:12px;
}

.tr-product-filters label {
    margin:0;
}

.tr-product-filters label > span {
    display:block;
    color:#667085;
    font-size:12px;
    font-weight:800;
    margin-bottom:6px;
    text-transform:uppercase;
}

.tr-product-filters select,
.tr-product-filters input[type="text"] {
    width:100%;
    height:var(--tr-field-height);
    border:1px solid var(--tr-field-border);
    border-radius:var(--tr-field-radius);
    padding:0 12px;
    background:#fff;
    color:#253746;
}

.tr-filter-check {
    display:flex;
    align-items:center;
    gap:8px;
    min-height:42px;
}

.tr-filter-check > span {
    margin:0 !important;
    text-transform:none !important;
    font-size:13px !important;
    color:#253746 !important;
}

.tr-product-filters .btn {
    width:100%;
}

.tr-sidebar-categories h3 {
    color:#121826;
    font-size:15px;
    font-weight:900;
    margin:0 0 12px;
}

.tr-sidebar-categories nav {
    display:grid;
    gap:8px;
}

.tr-sidebar-category-link {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border:1px solid #edf0f4;
    border-radius:8px;
    color:#253746 !important;
    font-size:14px;
    font-weight:800;
    line-height:1.25;
    min-height:42px;
    padding:9px 10px !important;
}

.tr-sidebar-category-link i {
    color:#98a2b3;
    font-size:12px;
}

.tr-sidebar-category-link:hover {
    background:#f3fbf8;
    border-color:#c7efe5;
    color:#17866f !important;
}

.tr-sidebar-category-main {
    background:#f8fafc;
}

.tr-sidebar-category-link.is-active-main {
    background:#17866f;
    border-color:#17866f;
    color:#fff !important;
    box-shadow:0 8px 18px rgba(23,134,111,.2);
}

.tr-sidebar-category-link.is-active-main i {
    color:#fff;
}

.tr-sidebar-category-link.is-parent-context {
    background:#eaf8f5;
    border-color:#c7efe5;
    color:#0f7664 !important;
}

.tr-sidebar-category-child {
    margin-left:10px;
}

.tr-sidebar-category-link.is-active-child {
    background:#fff7ed;
    border-color:#f7c58b;
    color:#9a4d00 !important;
    box-shadow:inset 4px 0 0 #e59b24;
}

.tr-sidebar-category-link.is-active-child i {
    color:#9a4d00;
}

.tr-empty-state {
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:14px;
    padding:34px;
    text-align:center;
}

.tr-empty-state h2 {
    color:#121826;
    font-size:24px;
    font-weight:900;
}

.tr-empty-state p {
    color:#667085;
}

.tr-empty-actions {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:18px;
}

.tr-empty-actions .btn {
    border-radius:6px;
    font-weight:800;
}

.tr-empty-suggestions {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-top:18px;
}

.tr-empty-suggestions a {
    background:#f3f7f6;
    border:1px solid #dbe8e4;
    border-radius:6px;
    color:#176b5d;
    font-size:13px;
    font-weight:800;
    padding:7px 9px;
}

.tr-pagination {
    margin-top:26px;
}

.tr-product-tags {
    min-height:24px;
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-bottom:7px;
}

.tr-product-tags span {
    color:#17866f;
    background:#eaf8f5;
    border-radius:999px;
    font-size:11px;
    font-weight:800;
    padding:3px 8px;
}

.tr-card-actions {
    display:grid;
    grid-template-columns:1fr 1.35fr;
    gap:8px;
    margin-top:10px;
}

.tr-card-actions .add,
.tr-details-link {
    height:40px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}

.tr-card-actions .add {
    background:linear-gradient(135deg,var(--tr-brand),var(--tr-brand-dark)) !important;
    color:#fff !important;
    box-shadow:0 8px 18px rgba(66,179,156,.25);
}

.tr-details-link {
    color:#253746;
    border:1px solid #d9dee7;
    background:#fff;
}

.tr-cart-product-cell {
    display:flex;
    align-items:center;
    gap:12px;
    min-width:240px;
}

.tr-cart-product-cell img,
.tr-cart-mobile-item > img {
    width:64px;
    height:64px;
    border-radius:10px;
    object-fit:cover;
    border:1px solid #e7ebf0;
    background:#fff;
}

.tr-cart-product-cell a {
    color:#253746;
}

.tr-cart-product-cell small {
    display:block;
    color:#667085;
    margin-top:3px;
}

.tr-cart-mobile-list {
    display:none;
}

.tr-cart-mobile-item {
    display:grid;
    grid-template-columns:72px 1fr;
    gap:12px;
    border:1px solid #e7ebf0;
    border-radius:12px;
    padding:12px;
    background:#fbfcfe;
}

.tr-cart-mobile-info a,
.tr-cart-mobile-info strong {
    color:#253746;
    display:block;
    font-weight:900;
    line-height:1.25;
}

.tr-cart-mobile-info span {
    color:#667085;
    display:block;
    font-size:13px;
    margin-top:4px;
}

.tr-cart-mobile-info b {
    color:#17866f;
    display:block;
    margin-top:7px;
}

.tr-cart-mobile-actions {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:10px;
}

.tr-frete-results {
    display:grid;
    gap:10px;
    margin-top:12px;
}

.tr-frete-option {
    display:grid;
    grid-template-columns:58px 1fr auto;
    align-items:center;
    gap:12px;
    border:1px solid #e7ebf0;
    border-radius:12px;
    background:#fff;
    padding:12px;
}

.tr-frete-logo {
    width:58px;
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #edf0f4;
    border-radius:10px;
}

.tr-frete-logo img {
    max-width:46px;
    max-height:32px;
    object-fit:contain;
}

.tr-frete-option strong,
.tr-frete-option span {
    display:block;
}

.tr-frete-option strong {
    color:#253746;
    line-height:1.25;
}

.tr-frete-option span {
    color:#667085;
    font-size:13px;
    margin-top:3px;
}

.tr-frete-option b {
    color:#17866f;
    white-space:nowrap;
}

@media (max-width: 991px) {
    .tr-products-layout {
        grid-template-columns:1fr;
    }

    .tr-products-sidebar {
        gap:12px;
    }

    .tr-product-filters {
        grid-template-columns:1fr 1fr;
    }

    .tr-product-filters .btn {
        width:100%;
    }
}

@media (max-width: 575px) {
    .tr-products-header {
        align-items:flex-start;
        flex-direction:column;
    }

    .tr-products-header h1 {
        font-size:24px;
    }

    .tr-product-filters {
        grid-template-columns:1fr;
    }

    .tr-empty-actions {
        flex-direction:column;
    }

    .tr-empty-actions .btn {
        width:100%;
    }

    .tr-sidebar-category-child {
        margin-left:0;
    }

    .tr-card-actions {
        grid-template-columns:1fr;
    }

    .tr-cart-table {
        display:none;
    }

    .tr-cart-mobile-list {
        display:grid;
        gap:12px;
    }

    .tr-cart-mobile-actions {
        align-items:stretch;
        flex-direction:column;
    }

    .tr-cart-mobile-actions .tr-cart-qty {
        display:grid;
        grid-template-columns:44px minmax(64px,1fr) 44px;
        width:100%;
        border:1px solid #ced4da;
        border-radius:6px;
        background:#fff;
        overflow:hidden;
    }

    .tr-cart-mobile-actions .tr-cart-qty-btn,
    .tr-cart-mobile-actions .tr-cart-qty-input {
        height:42px;
        background:#fff;
    }

    .tr-cart-mobile-actions .tr-cart-qty-btn {
        color:#212529;
        font-size:18px;
        font-weight:700;
    }

    .tr-cart-mobile-actions .tr-cart-qty-btn:hover {
        background:#e9ecef;
    }

    .tr-cart-mobile-actions .tr-cart-qty-input {
        width:100%;
        min-width:0;
        color:#212529;
        font-size:16px;
        font-weight:600;
        border-left:1px solid #ced4da;
        border-right:1px solid #ced4da;
    }

    .tr-cart-mobile-actions .btn {
        width:100%;
        border-radius:6px;
    }

    .tr-frete-option {
        grid-template-columns:48px 1fr;
    }

    .tr-frete-option b {
        grid-column:2;
    }
}

.tr-added-button {
    background:#198754 !important;
    color:#fff !important;
    text-align:center;
}

.tr-product-trust {
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:10px;
    margin:12px 0 16px;
}

.tr-product-trust span {
    display:flex;
    align-items:center;
    gap:7px;
    min-height:42px;
    border:1px solid #d9eee8;
    border-radius:8px;
    background:#f3fbf8;
    color:#253746;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
    padding:8px 10px;
}

.tr-product-trust i {
    color:#17866f;
    font-size:17px;
    flex:0 0 auto;
}

.tr-frete-form input {
    border-radius:6px;
}

.tr-frete-form button {
    border-radius:6px;
}

.tr-frete-form button:disabled {
    cursor:not-allowed;
    opacity:.75;
}

.tr-cart-empty {
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:14px;
    box-shadow:0 8px 24px rgba(15,23,42,.045);
    padding:34px;
    text-align:center;
}

.tr-cart-empty h4 {
    color:#121826;
    font-size:24px;
    font-weight:900;
    margin-bottom:8px;
}

.tr-cart-empty p {
    color:#667085;
    margin:0 auto 18px;
    max-width:520px;
}

.tr-cart-empty div {
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.tr-summary-trust {
    display:grid;
    gap:8px;
    border-top:1px solid #edf0f4;
    margin-top:14px;
    padding-top:14px;
}

.tr-summary-trust span {
    display:flex;
    align-items:center;
    gap:8px;
    color:#667085;
    font-size:13px;
    line-height:1.3;
}

.tr-summary-trust i {
    color:#17866f;
    font-size:16px;
}

@media (max-width: 575px) {
    .tr-product-trust {
        grid-template-columns:1fr;
    }

    .tr-product-trust span {
        min-height:38px;
    }

    .tr-cart-empty {
        padding:26px 18px;
    }

    .tr-cart-empty .btn {
        width:100%;
    }
}

/* Refinamento visual institucional */
.section-padding {
    padding:30px 0 !important;
}

.tr-home-products,
.tr-benefits,
.tr-products-page,
.popular-categories {
    background:var(--tr-section) !important;
}

.tr-home-offers,
.tr-home-custom {
    background:#ffffff !important;
}

.section-title h3,
.section-title .title h3 {
    color:var(--tr-dark);
    font-size:24px;
    font-weight:800;
}

.tr-section-subtitle {
    color:var(--tr-muted);
    font-size:14px;
    line-height:1.35;
    margin:4px 0 0;
}

.section-title .show-all,
.tr-section-title-action .show-all {
    background:#edf7f4;
    border:1px solid #cfe7df;
    border-radius:var(--tr-radius-sm);
    color:var(--tr-brand-dark);
    font-weight:800;
    padding:7px 11px;
}

.tr-home-section:nth-of-type(even) {
    background:#ffffff !important;
}

.tr-home-campaigns {
    background:#ffffff;
    padding:4px 0 28px;
}

.tr-hero {
    border-radius:0;
    box-shadow:none;
    margin-bottom:0 !important;
}

.tr-hero-viewport,
.tr-hero-slide {
    border-radius:0;
}

.tr-benefits-grid a,
.tr-benefits-grid i,
.banner-img,
.banner-text .btn,
.popular-categories .card-2,
.newsletter-inner,
.featured .banner-left-icon,
.tr-sidebar-card,
.tr-product-filters,
.tr-sidebar-category-link,
.tr-empty-state,
.tr-products-header > span {
    border-radius:var(--tr-radius) !important;
}

.tr-hero-btn {
    border-radius:var(--tr-radius-sm);
}

.tr-benefits {
    padding:18px 0;
}

.tr-benefits-grid {
    gap:10px;
}

.tr-benefits-grid a {
    box-shadow:none;
    min-height:68px;
}

.product-cart-wrap {
    border:1px solid var(--tr-border) !important;
    border-radius:var(--tr-radius) !important;
    box-shadow:none;
    display:flex;
    flex-direction:column;
    height:100%;
}

.product-cart-wrap:hover {
    box-shadow:var(--tr-shadow-hover);
    transform:translateY(-2px);
}

.product-img-action-wrap {
    background:#fff;
    position:relative;
}

.product-cart-wrap .product-img,
.product-cart-wrap .product-img img {
    border-radius:0 !important;
}

.product-content-wrap.tr-product-content {
    display:flex !important;
    flex:1;
    flex-direction:column;
    gap:5px;
    min-height:0;
    padding:5px 12px 12px !important;
}

.tr-product-category {
    min-height:0;
    margin:0 !important;
    line-height:1.2;
}

.tr-product-category a {
    color:var(--tr-brand-dark) !important;
    font-size:10px !important;
    font-weight:800;
    letter-spacing:0;
}

.tr-product-title {
    margin:0 !important;
    min-height:54px;
}

.tr-product-title a {
    color:var(--tr-dark) !important;
    display:-webkit-box;
    font-size:13px;
    font-weight:700;
    line-height:18px;
    max-height:54px;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}

.tr-product-tags {
    display:none !important;
    min-height:0;
}

.tr-product-tags span {
    border-radius:var(--tr-radius-sm);
    font-size:10px;
    padding:2px 6px;
}

.tr-product-price-box {
    justify-content:flex-start;
    margin:2px 0 0 !important;
    min-height:48px;
}

.tr-price-from,
.tr-old-price {
    font-size:12px;
}

.tr-current-price {
    color:var(--tr-dark);
    font-size:20px;
    font-weight:800;
}

.tr-card-actions {
    display:grid;
    grid-template-columns:1fr;
    margin-top:auto;
}

.tr-card-actions .add {
    background:var(--tr-brand-dark) !important;
    border-radius:var(--tr-radius-sm) !important;
    box-shadow:none;
    color:#fff !important;
    height:var(--tr-button-height);
    width:100%;
}

.tr-details-link {
    display:none !important;
}

.product-badges span.best {
    border-radius:var(--tr-radius-sm) !important;
}

.tr-variable-badge {
    position:absolute;
    right:8px;
    bottom:8px;
    z-index:4;
    background:var(--tr-brand-dark);
    border:1px solid rgba(255,255,255,.72);
    border-radius:var(--tr-radius-sm);
    box-shadow:0 6px 16px rgba(15,23,42,.16);
    color:#fff;
    font-size:11px;
    font-weight:800;
    line-height:1;
    padding:7px 9px;
}

.popular-categories {
    padding:34px 0 !important;
}

.popular-categories .card-2 {
    background:#ffffff !important;
    border:1px solid var(--tr-border) !important;
    min-height:148px;
}

.popular-categories .card-2:hover {
    background:#f3f7f6 !important;
    transform:translateY(-2px);
}

.banners {
    padding:8px 0 24px;
}

.tr-mobile-search-check {
    display:none;
}

.tr-bottom-nav label {
    flex:1;
    text-align:center;
    color:var(--tr-muted);
    cursor:pointer;
    font-size:11px;
    font-weight:800;
    line-height:1.1;
    margin:0;
}

.tr-bottom-nav label i {
    display:block;
    font-size:20px;
    margin-bottom:4px;
    color:var(--tr-brand-dark);
}

.tr-mobile-search-backdrop {
    position:fixed;
    inset:0;
    z-index:9998;
    background:rgba(15,23,42,.38);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
}

.tr-mobile-search-panel {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    background:#fff;
    border-radius:12px 12px 0 0;
    box-shadow:0 -14px 34px rgba(15,23,42,.2);
    padding:16px 16px 92px;
    transform:translateY(105%);
    transition:transform .22s ease;
}

.tr-mobile-search-check:checked ~ .tr-mobile-search-backdrop {
    opacity:1;
    pointer-events:auto;
}

.tr-mobile-search-check:checked ~ .tr-mobile-search-panel {
    transform:translateY(0);
}

.tr-mobile-search-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}

.tr-mobile-search-head strong {
    color:#111827;
    font-size:18px;
    font-weight:800;
}

.tr-mobile-search-head label {
    align-items:center;
    background:#f1f5f9;
    border-radius:6px;
    color:#334155;
    cursor:pointer;
    display:flex;
    height:34px;
    justify-content:center;
    margin:0;
    width:34px;
}

.tr-mobile-search-form {
    display:grid;
    gap:11px;
}

.tr-mobile-search-form label {
    display:grid;
    gap:5px;
    margin:0;
}

.tr-mobile-search-form span {
    color:#64748b;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.tr-mobile-search-form select,
.tr-mobile-search-form input {
    border:1px solid var(--tr-field-border);
    border-radius:var(--tr-radius);
    color:#111827;
    height:var(--tr-field-height);
    padding:0 11px;
    width:100%;
}

.tr-mobile-search-form button {
    align-items:center;
    background:#176b5d;
    border:0;
    border-radius:6px;
    color:#fff;
    display:flex;
    font-weight:900;
    gap:7px;
    height:44px;
    justify-content:center;
}

.tr-mobile-search-shortcuts {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:13px;
}

.tr-mobile-search-shortcuts a {
    background:#f3f7f6;
    border:1px solid #dbe8e4;
    border-radius:6px;
    color:#176b5d;
    font-size:12px;
    font-weight:800;
    padding:7px 9px;
}

@media (max-width: 768px) {
    .tr-hero {
        border-radius:0;
    }

    .tr-hero-viewport {
        border-radius:0;
        background:#fff;
    }

    .tr-hero-slide {
        background:linear-gradient(90deg,var(--tr-slide-bg-left,#fff) 0 50%,var(--tr-slide-bg-right,var(--tr-slide-bg-left,#fff)) 50% 100%);
        height:min(300px, calc(100vw * .30303));
        max-height:none;
    }

    .tr-hero-slide img {
        object-fit:cover;
        object-position:center center;
    }

}

@media (max-width: 575px) {
    .tr-hero-slide {
        height:calc(100vw * .68267);
    }

    .tr-hero-slide img {
        max-width:none;
        width:100%;
    }
}

/* Go-live accessibility and responsive hardening */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
label:focus-visible {
    outline:3px solid rgba(13, 148, 136, .45);
    outline-offset:3px;
}

.tr-cat-btn {
    border:0;
}

.main-categori-wrap.is-open .categories-dropdown-wrap {
    opacity:1;
    pointer-events:auto;
    visibility:visible;
}

.product-img,
.tr-checkout-item,
.tr-cart-product-img,
.tr-hero-viewport {
    contain:layout paint;
}

.product-img,
.tr-product-image,
.tr-cart-product-img {
    aspect-ratio:1 / 1;
}

.product-img img,
.tr-product-image img,
.tr-cart-product-img img {
    height:100%;
    object-fit:cover;
    width:100%;
}

.tr-ajax-status {
    border-radius:6px;
    font-size:13px;
    font-weight:700;
    margin-top:10px;
    padding:9px 11px;
}

.tr-ajax-status-info {
    background:#eef6ff;
    color:#24547c;
}

.tr-ajax-status-error {
    background:#fff1f2;
    color:#991b1b;
}

.is-loading,
[aria-busy="true"] {
    cursor:progress !important;
    opacity:.72;
    pointer-events:none;
}

@media (max-width: 414px) {
    .tr-main-header .container-fluid,
    .tr-mobile-category-strip .container-fluid,
    .section-padding .container {
        padding-left:12px !important;
        padding-right:12px !important;
    }

    .tr-product-title,
    .tr-current-price,
    .tr-old-price,
    .tr-price-from {
        overflow-wrap:anywhere;
    }

    .tr-card-actions .add,
    .tr-checkout-button,
    .tr-frete-form button,
    .tr-cart-summary .btn {
        min-height:44px;
        width:100%;
    }

    .tr-frete-form,
    .tr-summary-line,
    .tr-cart-actions,
    .tr-quantity-control {
        gap:8px;
    }

    .tr-quantity-control,
    .quantity-control {
        min-width:112px;
    }
}

@media (max-width: 360px) {
    .tr-mobile-icons {
        gap:8px;
    }

    .tr-current-price {
        font-size:20px;
    }

    .tr-product-category,
    .tr-product-title {
        font-size:12px;
    }
}

/* Category index grouped by parent */
.tr-category-groups {
    display:grid;
    gap:18px;
}

.tr-category-group {
    background:#ffffff;
    border:1px solid var(--tr-border);
    border-radius:var(--tr-radius);
    display:grid;
    gap:16px;
    grid-template-columns:minmax(220px, 280px) 1fr;
    padding:16px;
}

.tr-category-parent-card,
.tr-category-child-card {
    color:var(--tr-dark);
    text-decoration:none;
}

.tr-category-parent-card {
    background:#f6f8fb;
    border:1px solid var(--tr-border);
    border-radius:var(--tr-radius-sm);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tr-category-parent-card:hover,
.tr-category-child-card:hover {
    border-color:#b8d8ce;
    box-shadow:0 8px 22px rgba(15, 23, 42, .08);
    color:var(--tr-dark);
    transform:translateY(-1px);
}

.tr-category-parent-card figure,
.tr-category-child-card figure {
    background:#ffffff;
    margin:0;
}

.tr-category-parent-card img,
.tr-category-child-card img {
    height:100%;
    object-fit:cover;
    width:100%;
}

.tr-category-parent-card figure {
    aspect-ratio:16 / 10;
}

.tr-category-parent-card > div {
    padding:13px 14px 15px;
}

.tr-category-parent-card span {
    color:var(--tr-brand-dark);
    display:block;
    font-size:11px;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:4px;
    text-transform:uppercase;
}

.tr-category-parent-card h4 {
    color:var(--tr-dark);
    font-size:19px;
    font-weight:800;
    line-height:1.2;
    margin:0 0 6px;
}

.tr-category-parent-card small,
.tr-category-child-card small {
    color:var(--tr-muted);
    font-size:12px;
    font-weight:700;
}

.tr-category-children {
    align-content:start;
    display:grid;
    gap:10px;
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

.tr-category-child-card {
    align-items:center;
    background:#ffffff;
    border:1px solid var(--tr-border);
    border-radius:var(--tr-radius-sm);
    display:grid;
    gap:10px;
    grid-template-columns:74px 1fr;
    min-height:92px;
    overflow:hidden;
    padding:8px;
    transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tr-category-child-card figure {
    aspect-ratio:1 / 1;
    border-radius:5px;
    overflow:hidden;
}

.tr-category-child-card h5 {
    color:var(--tr-dark);
    display:-webkit-box;
    font-size:14px;
    font-weight:800;
    line-height:1.25;
    margin:0 0 3px;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.tr-category-child-card-empty {
    display:flex;
    padding:14px;
}

@media (max-width: 991px) {
    .tr-category-group {
        grid-template-columns:1fr;
    }

    .tr-category-children {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .tr-category-group {
        gap:12px;
        padding:12px;
    }

    .tr-category-children {
        gap:8px;
        grid-template-columns:1fr;
    }

    .tr-category-child-card {
        grid-template-columns:64px 1fr;
        min-height:80px;
    }
}

/* Product reviews */
.tr-review-tab-count {
    background:#edf7f4;
    border-radius:999px;
    color:var(--tr-brand-dark);
    display:inline-flex;
    font-size:11px;
    font-weight:800;
    line-height:1;
    margin-left:4px;
    padding:4px 7px;
}

.tr-reviews {
    color:var(--tr-dark);
}

.tr-reviews-summary {
    align-items:center;
    background:#f6f8fb;
    border:1px solid var(--tr-border);
    border-radius:var(--tr-radius-sm);
    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
    padding:14px 16px;
}

.tr-reviews-summary strong {
    color:var(--tr-dark);
    font-size:30px;
    font-weight:800;
    line-height:1;
    margin-right:10px;
}

.tr-reviews-summary > div,
.tr-review-stars {
    align-items:center;
    display:flex;
    gap:3px;
}

.tr-reviews-summary p {
    color:var(--tr-muted);
    font-size:13px;
    font-weight:700;
    margin:0;
}

.tr-review-stars .is-filled,
.tr-reviews-summary .is-filled {
    color:#f59e0b;
}

.tr-review-layout {
    display:grid;
    gap:22px;
    grid-template-columns:minmax(0, 1fr) 360px;
}

.tr-review-list {
    display:grid;
    gap:12px;
}

.tr-review-item,
.tr-review-form,
.tr-review-empty {
    background:#ffffff;
    border:1px solid var(--tr-border);
    border-radius:var(--tr-radius-sm);
    padding:16px;
}

.tr-review-item header {
    align-items:flex-start;
    display:flex;
    gap:12px;
    justify-content:space-between;
    margin-bottom:8px;
}

.tr-review-item header strong {
    color:var(--tr-dark);
    display:block;
    font-size:15px;
}

.tr-review-item header span {
    background:#edf7f4;
    border-radius:4px;
    color:var(--tr-brand-dark);
    display:inline-block;
    font-size:11px;
    font-weight:800;
    margin-top:4px;
    padding:3px 6px;
}

.tr-review-item header small {
    color:var(--tr-muted);
    white-space:nowrap;
}

.tr-review-item h4 {
    color:var(--tr-dark);
    font-size:16px;
    font-weight:800;
    margin:8px 0 5px;
}

.tr-review-item p,
.tr-review-empty p,
.tr-review-form p {
    color:var(--tr-muted);
    font-size:14px;
    line-height:1.5;
    margin:0;
}

.tr-review-form h4 {
    color:var(--tr-dark);
    font-size:18px;
    font-weight:800;
    margin:0 0 12px;
}

.tr-rating-input {
    direction:rtl;
    display:inline-flex;
    gap:2px;
}

.tr-rating-input input {
    position:absolute;
    opacity:0;
}

.tr-rating-input label {
    color:#cbd5e1;
    cursor:pointer;
    font-size:28px;
    line-height:1;
}

.tr-rating-input input:checked ~ label,
.tr-rating-input label:hover,
.tr-rating-input label:hover ~ label {
    color:#f59e0b;
}

.tr-review-guest {
    background:#f6f8fb;
    border:1px solid var(--tr-border);
    border-radius:var(--tr-radius-sm);
    margin-top:14px;
    padding:12px;
}

.tr-review-form-note {
    background:#f6f8fb;
    border-radius:var(--tr-radius-sm);
    margin-top:12px !important;
    padding:10px;
}

@media (max-width: 991px) {
    .tr-review-layout {
        grid-template-columns:1fr;
    }
}

@media (max-width: 575px) {
    .tr-reviews-summary,
    .tr-review-item header {
        align-items:flex-start;
        flex-direction:column;
    }
}
