.mts-container-0dbea7cb {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    overflow: hidden; /* Constrains anything from overflowing the column boundary */
}
.mts-header-0dbea7cb {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mts-section-title-0dbea7cb {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}
.mts-view-all-link-0dbea7cb {
    font-size: 14px;
    font-weight: 600;
    color: #8c1d40;
    text-decoration: none;
    border: 1px solid #8c1d40;
    padding: 8px 24px;
    border-radius: 6px;
    transition: all 0.25s ease;
    background: transparent;
}
.mts-view-all-link-0dbea7cb:hover {
    background: #8c1d40;
    color: #ffffff;
}
.mts-grid-0dbea7cb {
    display: block;
    width: 100%;
}
.mts-grid-wrapper-0dbea7cb {
    display: grid;
    gap: 24px;
    width: 100%;
}
.mts-swiper-0dbea7cb {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden; /* Critical for Swiper wrapper scroll control */
}
.mts-card-0dbea7cb {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.02);
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mts-card-0dbea7cb:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}
.mts-badge-0dbea7cb {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ecfdf5;
    color: #059669;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 30px;
    text-transform: uppercase;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.5px;
}
.mts-badge-shield-icon {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}
.mts-img-wrap-0dbea7cb {
    text-align: left;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fdf2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mts-img-wrap-0dbea7cb i {
    font-size: 24px;
    color: #ef4444;
}
.mts-img-wrap-0dbea7cb svg {
    width: 24px;
    height: 24px;
    fill: #ef4444;
}
.mts-content-0dbea7cb {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.mts-product-title-0dbea7cb {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    min-height: 44px; /* Ensure visual alignment with varied lengths */
}
.mts-product-title-0dbea7cb a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}
.mts-product-title-0dbea7cb a:hover {
    color: #8c1d40;
}
.mts-stock-0dbea7cb {
    margin-bottom: 10px;
}
.mts-stock-0dbea7cb .in-stock {
    background: #fdf2f8;
    color: #db2777;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 30px;
    display: inline-block;
}
.mts-delivery-0dbea7cb {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 14px;
}
.mts-price-0dbea7cb {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.mts-price-0dbea7cb del {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 400;
}
.mts-price-0dbea7cb .discount-badge {
    font-size: 13px;
    color: #10b981;
    font-weight: 600;
}
.mts-actions-0dbea7cb {
    display: flex;
    gap: 12px;
    margin-top: auto;
}
.mts-btn-details-0dbea7cb, .mts-btn-cart-0dbea7cb {
    flex: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 8px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.mts-btn-details-0dbea7cb {
    background: #ffffff;
    color: #8c1d40;
    border: 1px solid #8c1d40;
}
.mts-btn-details-0dbea7cb:hover {
    background: #fdf5f7;
}
.mts-btn-cart-0dbea7cb {
    background: #8c1d40;
    color: #ffffff;
    border: 1px solid transparent;
}
.mts-btn-cart-0dbea7cb:hover {
    background: #6b1430;
}
.mts-nav-btn-0dbea7cb {
    color: #8c1d40 !important;
    background: #ffffff;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    top: 50% !important;
    transform: translateY(-50%);
}
.mts-nav-btn-0dbea7cb:after {
    font-size: 16px !important;
    font-weight: bold;
}
.mts-nav-btn-0dbea7cb:hover {
    background: #8c1d40;
    color: #ffffff !important;
}
.mts-nav-btn-0dbea7cb.prev {
    left: 4px !important;
}
.mts-nav-btn-0dbea7cb.next {
    right: 4px !important;
}
.mts-pagination-0dbea7cb {
    bottom: 0px !important;
}
.mts-pagination-0dbea7cb .swiper-pagination-bullet-active {
    background: #8c1d40 !important;
}
