.image.slideshow { position: relative; overflow: hidden; }
.image.slideshow .slide { position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0; transition: opacity 0.4s ease-in-out; }
.image.slideshow .slide.active { position: relative; opacity: 1; }
.image.slideshow .nav { all: unset; position: absolute; top: 50%; transform: translateY(-50%); width: 12px; height: 42px; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0); border: 1px solid #ffffff; color: #ffffff; font-size: 18px; font-weight: bold; cursor: pointer; z-index: 10; }
.image.slideshow .nav.prev { left: 4px; }
.image.slideshow .nav.next { right: 4px; }
.image.slideshow .nav:hover { background: rgba(0,0,0,0.6); }
.produtos-links { display: none; margin-top: 20px; }
.produtos-links .button { width: 100%; margin-bottom: 10px; transition: all 0.2s ease-in-out; }
.produtos-links .button:hover { background-color: #FFC72C; color: #1a1a1a !important; box-shadow: inset 0 0 0 2px #E6B800; transform: translateY(-1px); }
.produtos-links .button:active { background-color: #E6B800; transform: translateY(0); }
.actions.custom-actions { display: flex; align-items: center; gap: 10px; }
.actions.custom-actions .whatsapp-link { margin-left: auto; text-decoration: none; border: none; display: inline-block; }
.actions.custom-actions .whatsapp-link img { vertical-align: middle; border: none; }