/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 26 2025 | 15:37:54 */
html {
  scroll-behavior: smooth !important;
  transition: all .2s cubic-bezier(.55,0,.1,1);
}

main * {
	transition: all .2s cubic-bezier(.55,0,.1,1);
}
main details {
	padding: 10px 15px;
}
main details summary {
	cursor: pointer;
}
.swiper-container-horizontal {
	overflow: hidden !important;
}
#splatformas {
	overflow: hidden !important;
}

.elementor-button, .elementor-button span {
	text-decoration: none !important;
}

