.collection-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.product-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.collection-container {
    position: relative;
    width: 100%;
}

.product-container {
    position: relative;
    width: 100%;
}

.swiper-container > .swiper-slide__content {
    position: absolute;
    top: 0;
}

.swiper-slide {
    border-radius: calc(0.375rem - (1px));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
}

.swiper-slide .swiper-slide-active {
    transform: scale(1);
}
/*
.swiper-slide .collection-image {
    height: 380px;
    width: 380px;
    border-radius: calc(0.375rem - (1px));
    background: linear-gradient(#00000000, #00000000, #000000aa);
    object-fit: contain;
    overflow: hidden;
} */

/* .swiper-slide .collection-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: calc(0.375rem - (1px));
    object-fit: contain;
    transition: all 5s linear;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

/* .swiper-slide:hover .collection-image img {
    width: 110%;
    height: 110%;
} */

.swiper-wrapper {
    transition-timing-function: ease-in-out !important;
}

.swiper-slide .swipper-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    color: var(--bs-white);
    font-size: 14px;
}

.swiper-navigation {
    position: absolute;
    bottom: -42px;
    right: 0;
    display: flex;
    flex-direction: row;
}

.swiper-nav-item svg {
    fill: var(--bs-primary);
    height: 36px;
    width: 36px;
}
