.produto-v2-breadcrumbs { background: #fafafa; }
.produto-v2-breadcrumbs .breadcrumb { flex-wrap: nowrap; overflow: hidden; white-space: nowrap; }
.produto-v2-breadcrumbs .breadcrumb-item:last-child { overflow: hidden; text-overflow: ellipsis; }
.produto-v2-gallery { position: sticky; top: 5rem; }
.produto-v2-main-image { aspect-ratio: 1; border: 1px solid var(--xb-line); background: #fff; display: grid; place-items: center; overflow: hidden; }
.produto-v2-main-image picture, .produto-v2-main-image img { width: 100%; height: 100%; }
.produto-v2-main-image img { object-fit: contain; }
.produto-v2-thumbs-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .5rem; }
.produto-v2-thumbs { display: flex; gap: .5rem; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: thin; padding: .15rem; }
.produto-v2-thumb { width: 72px; height: 72px; flex: 0 0 72px; padding: 3px; border: 1px solid var(--xb-line); background: #fff; }
.produto-v2-thumb.is-active { border-color: var(--xb-red); box-shadow: 0 0 0 1px var(--xb-red); }
.produto-v2-thumb picture, .produto-v2-thumb img { width: 100%; height: 100%; display: block; }
.produto-v2-thumb img { object-fit: cover; }
.produto-v2-scroll { width: 2.25rem; height: 2.25rem; padding: 0; display: grid; place-items: center; border-radius: 50%; }
.produto-v2-zoom-note, .produto-v2-kicker { color: var(--xb-red); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.produto-v2-color { width: 2.75rem; height: 2.75rem; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #aaa; background-position: center; background-size: cover; }
.produto-v2-color.is-active { box-shadow: 0 0 0 2px var(--xb-red); }
.produto-v2-specs { margin-left: 0; margin-right: 0; }
.produto-v2-specs > div { border: 1px solid var(--xb-line); padding: .7rem .8rem; }
.produto-v2-specs dt { color: var(--xb-muted); font-size: .78rem; font-weight: 600; text-transform: uppercase; }
.produto-v2-specs dd { margin: .15rem 0 0; font-weight: 700; }
.produto-v2-form { border-top: 1px solid var(--xb-line); padding-top: 1.5rem; }
.produto-v2-contact { border-top: 1px solid var(--xb-line); padding-top: 1.5rem; }
.produto-v2-delivery { color: #495057; font-size: .9rem; }
.produto-v2-description { background: #fff; border: 1px solid var(--xb-red); border-top-width: 4px; border-radius: 6px; box-shadow: 0 .5rem 1.5rem rgba(33, 37, 41, .08); overflow: hidden; }
.produto-v2-description .nav-tabs { border-bottom: 1px solid var(--xb-line); padding: 0 1.5rem; }
.produto-v2-description .nav-link { color: #4d5358; border: 0; border-bottom: 3px solid transparent; font-weight: 700; padding: 1rem .25rem .75rem; }
.produto-v2-description .nav-link.active { color: var(--xb-red); border-bottom-color: var(--xb-red); background: transparent; }
.produto-v2-description .tab-content { padding: 0 1.5rem; }
.produto-v2-content { color: #000; line-height: 1.7; }
.produto-v2-content img { max-width: 100%; height: auto; }
.produto-v2-related { background: #f7f7f7; }
.produto-v2-featured { background: #fff; }
.produto-v2-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 23%); gap: 1rem; overflow-x: auto; padding: .25rem .1rem .75rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
.produto-v2-rail-item { scroll-snap-align: start; }
.produto-v2-card { background: #fff; border: 1px solid var(--xb-line); border-radius: 6px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.produto-v2-card:hover { transform: translateY(-3px); box-shadow: var(--xb-shadow); }
.produto-v2-card-image { display: block; aspect-ratio: 1; padding: .4rem; background: #fff; }
.produto-v2-card-image picture, .produto-v2-card-image img { display: block; width: 100%; height: 100%; }
.produto-v2-card-image img { object-fit: contain; }
.produto-v2-card-title { display: block; color: #232323; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (min-width: 992px) { .produto-v2-media-column { flex: 0 0 402px; width: 402px; } }
@media (min-width: 1200px) { .produto-v2-media-column { flex-basis: 426px; width: 426px; } }
@media (max-width: 991.98px) { .produto-v2-gallery { position: static; } }
@media (max-width: 767.98px) { .produto-v2-product-rail { grid-auto-columns: minmax(160px, 48%); } .produto-v2-thumb { width: 60px; height: 60px; flex-basis: 60px; } .produto-v2-description .nav-tabs, .produto-v2-description .tab-content { padding-left: 1rem; padding-right: 1rem; } }
