body, html {
margin: 0;
padding: 0;
}
/* Ensuring the carousel takes full width */
.swiper {
width: 100%;
height: 560px; /* Adjust height as needed */
}
.swiper-slide {
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-position: center;
color: #fff;
font-family: sans-serif;
font-size: 2rem;
font-weight: bold;
text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}
.slide-link {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
/* This ensures the link covers the whole slide area */
position: absolute;
top: 0;
left: 0;
}
</html
Explore more about us…


Shop by category
.carousel-wrapper {
width: 100%;
max-width: 1500px;
height:450px;
margin: 0 auto;
padding: 30px 0;
}
.productSwiper {
width: 100%;
padding-bottom: 20px !important;
}
/* The Slide Item */
.product-card {
width: 250px;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
/* CHANGE: Reduced margin to 0 to let Swiper control the gap */
margin: 0 auto;
}
.image-container {
width: 250px;
height: 250px;
overflow: hidden;
}
.image-container img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.image-container img:hover {
transform: scale(1.1); }
.product-caption {
padding: 15px;
text-align: center;
font-family: sans-serif;
}
.product-caption h4 {
margin: 0;
font-size: 15px;
color: #333;
font-family:poppins}
.product-caption h4:hover {
margin: 0;
font-size: 16px;
color: #330b;
transform: scale(1.1);
}
.swiper-button-next, .swiper-button-prev { color: #333 !important; }
.swiper-button-next,
.swiper-button-prev {
background-color: #ffffff;
width: 45px !important;
height: 45px !important;
border-radius: 50%;
box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Soft shadow */
color: #333 !important; /* Arrow color */
transition: all 0.3s ease;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 18px !important;
font-weight: bold;
}
/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: #ff80ab;
color: #fff !important;
transform: scale(1.1);
}

Coffee

Momotart

Soft serve

Bring Me Home

Guava

Pop Me Up

Gelato

Milkshake

Sundae Cup

Croicecream

Croffle
Slide to change the flavour of ice cream
OceanTwist
/* 1. Container – Now centered and sized to match the image */
.img-comp-container {
position: relative;
width: 350px; /* Must match image width */
height: 600px;
margin: 0 auto; /* Centers the whole widget */
overflow: hidden;
touch-action: none;
box-sizing: border-box;
}
.img-comp-img {
position: absolute;
width: 350px;
height: 100%;
overflow: hidden;
}
/* 2. Image Fix – Prevents repetition and distortion */
.img-comp-img img {
display: block;
width: 350px !important;
height: 600px !important;
max-width: none !important;
object-fit: contain;
}
/* 3. Slider Handle – Centered and Styled */
.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize;
width: 40px;
height: 40px;
background-color: #ff80ab;
border: 3px solid white;
border-radius: 50%;
top: 50%;
/* translate moves the circle back by half its own width to be perfectly centered */
transform: translate(-50%, -50%);
box-shadow: 0 0 15px rgba(0,0,0,0.4);
}


Matcha Twist
/* 1. Container Setup */
.img-comp-container {
position: relative;
width: 350px; /* Fixed width to match image size */
height: 600px;
margin: 0 auto; /* Centers the widget on your page */
overflow: hidden;
touch-action: none;
background-color: transparent;
}
.img-comp-img {
position: absolute;
width: 300px;
height: 100%;
overflow: hidden;
}
/* 2. Image Fix: Force images to fit the 350px container exactly */
.img-comp-img img {
display: block;
width: 350px !important;
height: 600px !important;
max-width: none !important;
object-fit: contain; /* Ensures the ice cream isn’t distorted */
}
/* 3. Slider Handle Fix */
.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize;
width: 30px;
height: 30px;
background-color: #ff80ab;
border: 3px solid white;
border-radius: 50%;
top: 50%;
/* This centers the circle exactly on the dividing line */
transform: translate(-50%, -50%);
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


Choco Twist
/* 1. Container Fix: We match this exactly to your image width */
.img-comp-container {
position: relative;
width: 350px;
height: 400px;
margin: 0 auto; /* This centers the ice cream on your page */
overflow: hidden;
touch-action: none;
box-sizing: border-box;
}
.img-comp-img {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
/* 2. Image Fix: Ensures the background and foreground align perfectly */
.img-comp-img img {
display: block;
width: 350px !important;
height: 400px !important;
max-width: none !important;
object-fit: contain;
}
/* 3. Slider Handle */
.img-comp-slider {
position: absolute;
z-index: 9;
cursor: ew-resize;
width: 34px;
height: 34px;
background-color: #ff80ab;
border: 3px solid white;
border-radius: 50%;
top: 50%;
transform: translate(-50%, -50%); /* Centers the dot on the line */
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.video-box {
position: relative;
width: 100%;
line-height: 0;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
video {
width: 100%;
height: auto;
display: block;
pointer-events: none;
}
.video-box {
position: relative;
width: 100%;
line-height: 0;
border-radius: 12px; /* Optional: rounded corners */
overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
video {
width: 100%;
height: auto;
display: block;
pointer-events: none;
}
Events
.carousel-wrapper {
width: 100%;
max-width: 1500px;
height:350px;
margin: 0 auto;
padding: 30px 0;
}
.productSwiper {
width: 100%;
padding-bottom: 20px !important;
}
/* The Slide Item */
.product-card {
width: 250px;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
/* CHANGE: Reduced margin to 0 to let Swiper control the gap */
margin: 0 auto;
}
.image-container {
width: 250px;
height: 250px;
overflow: hidden;
}
.image-container img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}
.image-container img:hover {
transform: scale(1.1); }
.product-caption {
padding: 15px;
text-align: center;
font-family: sans-serif;
}
.product-caption h4 {
margin: 0;
font-size: 15px;
color: #333;
font-family:poppins}
.product-caption h4:hover {
margin: 0;
font-size: 16px;
color: #330b;
transform: scale(1.1);
}
.swiper-button-next, .swiper-button-prev { color: #333 !important; }
.swiper-button-next,
.swiper-button-prev {
background-color: #ffffff;
width: 45px !important;
height: 45px !important;
border-radius: 50%;
box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Soft shadow */
color: #333 !important; /* Arrow color */
transition: all 0.3s ease;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 18px !important;
font-weight: bold;
}
/* Hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: #ff80ab;
color: #fff !important;
transform: scale(1.1);
}

Gelato Live Show @ Sungai Maong

Momotart

Gelato Staion

Wedding @KTS Garden

BMH Station @ Unimas

BMH Station

Gelato Station @ Vivacity
BITCOIN TRADER AI
Fresh, Healthy, Good Taste
The Best Ice Cream in Town
Links
Address
461, Sungai Maong, Commercial Centre, 93150, Kuching, Sarawak, Malaysia
Contact us
Phone :0138058815- Tel : 082232358
- mail : samsicecreamevent@gmail.com
- Fax : 082236358