.ipc-833-wrapper {
    width: 100%;
    position: relative;
    padding: 0 60px 50px 60px; /* Space for outside arrows (L/R) and pagination (Bottom) */
    background-color: transparent !important; /* Transparent background */
}

.ipc-833-container {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

/* Equal Height Flexbox */
.ipc-833-container .swiper-wrapper {
    align-items: stretch;
}

.ipc-833-slide {
    text-align: center;
    transition: transform 0.3s ease;
    height: auto;
    display: flex;
    box-shadow: none !important; /* Remove shadows */
    border: none !important; /* Remove borders */
}

.ipc-833-slide:hover {
    transform: translateY(-5px);
}

.ipc-833-product-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: inherit;
    height: 100%;
}

.ipc-833-image-wrapper {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    overflow: hidden;
}

.ipc-833-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ipc-833-details {
    padding: 10px 0 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ipc-833-product-title {
    font-size: 1.2rem;
    margin: 0 0 5px;
    color: #000000 !important; /* Black text */
    text-transform: uppercase;
    font-weight: 600;
}

.ipc-833-product-price {
    font-size: 1.1rem;
    color: #000000 !important; /* Black text */
    font-weight: 400;
    margin-top: auto;
}

/* Swiper Navigation - Outside & Chevrons */
.ipc-833-wrapper .swiper-button-next,
.ipc-833-wrapper .swiper-button-prev {
    color: #000000 !important; /* Black arrows for visibility on light/transparent background */
    background: transparent;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    top: 50%;
}

.ipc-833-wrapper .swiper-button-prev {
    left: 10px;
}

.ipc-833-wrapper .swiper-button-next {
    right: 10px;
}

.ipc-833-wrapper .swiper-button-next:after,
.ipc-833-wrapper .swiper-button-prev:after {
    font-size: 24px;
    font-family: swiper-icons;
}

/* Swiper Pagination - Dots Outside Bottom */
.ipc-833-wrapper .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.ipc-833-wrapper .swiper-pagination-bullet {
    background: #cccccc !important; /* Light gray for inactive dots */
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.ipc-833-wrapper .swiper-pagination-bullet-active {
    background: #000000 !important; /* Black for active dot */
}