Welcome to the World of Smash!
Discover a unique treat hailing from the heart of Norway – a delightful blend of sweet, salty, and crispy that’s sure to tantalize your taste buds. Introducing Smash! – where crunchy salted corn kernels meet the creamy embrace of Nidar’s renowned milk chocolate. A sensation born in Trondheim back in 1988, Smash! has taken Norway by storm, making it almost impossible for anyone to have just one!
Whether you’re reaching into a bag filled with these irresistible bites or savoring our special Smash! Salty Caramel bar cloaked in milk chocolate, prepare yourself for a taste experience unparalleled anywhere else in the world.
Dive in and see for yourself why Smash! is a flavor revolution that stands out on the global stage.
EXPLORE SMASH EXPLORE SMASH EXPLORE SMASH EXPLORE SMASH EXPLORE SMASH
body{
--speed: 10s;
}
.sliding-text .elementor-widget-wrap{
display: block !important;
}
.sliding-text .elementor-widget{
overflow: hidden;
width: 10000vw !important;
max-width: 10000vw !important;
}
.sliding-text .sliding .elementor-widget-container{
-webkit-animation: sliding var(--speed) linear infinite;
-moz-animation: sliding var(--speed) linear infinite;
-o-animation: sliding var(--speed) linear infinite;
animation: sliding var(--speed) linear infinite;
}
.sliding-text .elementor-widget-container{
float: left;
}
.sliding-text.reverse .elementor-widget-wrap{
transform: rotate(180deg);
}
.sliding-text.reverse .sliding .elementor-heading-title{
transform: scale(-1, -1);
}
@keyframe sliding{
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}
@-webkit-keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}
@-moz-keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}
@-o-keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}
@keyframes sliding {
0%{ transform: translateX(0); }
100%{ transform: translateX(-100%); }
}
var $ = jQuery
$(document).ready(function(){
var h = []
$('.sliding-text').each(function(){
h.push($(this).find('.elementor-widget').clone().html())
})
function init(){
$('.sliding-text').each(function(i){
var $this = $(this)
$this.find('.elementor-widget').removeClass('sliding')
var amount = Math.ceil($(window).width()/$(this).find('.elementor-widget-container').outerWidth(true)) + 1
$this.find('.elementor-widget').empty().addClass('sliding')
$this.find('.elementor-widget').html(h[i].repeat(amount))
})
}
init()
$(window).on('load resize', init)
})