.design-pod {
    display: block;
    position: relative;
    font-weight: 400;
}

.shipping-info-calculate p {
    margin-bottom: 0 !important;
}

.design-pod-image {
    grid-area: DesignImage;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 10px;
    overflow: hidden;
}

.design-pod-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.design-pod .product-category-at {
    line-height: 1.1;
    grid-area: SellerName;
    font-size: 14px;
    border: none;
    padding-top: 0;
    font-weight: 400;
}

.design-link {
    font-weight: 500;
    text-transform: capitalize;
}

.customize-button {
    grid-area: CustomizeButton;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    grid-gap: 4px;
    font-weight: 400;
    border: 2px solid var(--flash);
    color: var(--black);
    padding: 6px 8px;
    border-radius: var(--borderVariant, 9px);
    font-size: 14px;
}

.customize-button:hover {
    background-color: #4f3fa5;
    color: #fff;
}

@media (max-width: 760px) {
    .design-pod {
        width: 100%;
        margin: 0;
        padding: 0 14px;
        background-color: #fff;
    }
}
