@media (max-width: 1200px) {
.flex-center {
    display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	position: absolute;
	bottom: 16px;
}

.sliderMobile {
		position: relative;
        width: 100%;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
        max-height: 460px;
}

.slidesMobile {
    display: flex;
    transition: transform 0.5s ease-in-out;
	height: 100%;
}

.slideMobile {
    box-sizing: border-box;
}
.padding-dots {
    max-width: 66px;
	width:100%;
	padding: 6px 12px;
	border-radius: 20px;
	background: #0000001A;
	backdrop-filter: blur(32px);
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
}

.owerflow-dots {
    overflow: hidden;
	display: flex;
	justify-content: space-between;
	width: 100%;
	width: fit-content;
	max-width: 100%;
}

.dots {
    display: flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.4s ease;
    will-change: transform;
    white-space: nowrap;
}

.dot {
	opacity: 0.3;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--black);	
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.4s ease, width 0.4s ease, height 0.4s ease;
}

.dot.active {
	opacity: 1;
}

.dot.next, .dot.prev {
    width: 4px;
    height: 4px;
}

.sliderMobile .dots {
	display: flex;
	align-items: center;
	height: 6px;
}

.slidesMobile.grid-col2{
	gap:0px;
}
.img-category.slideMobile{
	padding-bottom: 100%;
	background-size: contain;
}
.product-product .grid-col2{
	grid-template-columns: 1fr;
}
}
