.product-image-wrapper {
    width: 400px;
    height: 400px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.product-image-showcase {
    width: 170px;
    height: 170px;
    align-items: center;
}

.product-image-wrapper img,
.product-image-showcase img {
    height: 100%;
    width: auto;
}

.space-y-2 > * + * {
    margin-top: 15px;
}

.spec-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.spec-item {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 12px;
    font-size: 0.9rem!important;
}

.spec-item .icon {
    margin-right: 8px;
    font-size: 0.9rem!important;
    color: #333;
}

.arrow-button {
    font-size: 2rem!important;
}

.spec-item-small {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-bottom: 12px;
    font-size: 0.8rem!important;
}

.spec-item-small .icon {
    margin-right: 8px;
    font-size: 0.8rem!important;
    color: #333;
}

