.wa-product-card-4805d04b {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
    font-family: inherit;
}

.wa-carousel-wrapper-4805d04b {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
}

.wa-carousel-inner-4805d04b {
    position: relative;
    width: 100%;
    height: 100%;
}

.wa-carousel-slide-4805d04b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-carousel-slide-4805d04b.active {
    opacity: 1;
    z-index: 1;
}

.wa-carousel-slide-4805d04b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-carousel-prev-4805d04b,
.wa-carousel-next-4805d04b {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.wa-carousel-prev-4805d04b { left: 10px; }
.wa-carousel-next-4805d04b { right: 10px; }

.wa-map-container-4805d04b {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #eee;
    z-index: 1;
}

.wa-product-info-4805d04b {
    padding: 24px;
}

.wa-product-title-4805d04b {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.wa-product-desc-4805d04b {
    margin: 0 0 16px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.wa-product-price-4805d04b {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
}

.wa-product-controls-4805d04b {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.wa-control-group-4805d04b {
    flex: 1;
}

.wa-control-group-4805d04b label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.wa-qty-input-4805d04b {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.wa-qty-input-4805d04b button {
    background: #f9f9f9;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: background 0.2s;
}

.wa-qty-input-4805d04b button:hover {
    background: #eee;
}

.wa-qty-input-4805d04b input {
    width: 100%;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    pointer-events: none;
}
.wa-qty-input-4805d04b input:focus {
    outline: none;
}

.wa-btn-4805d04b {
    width: 100%;
    background: #25D366;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

.wa-btn-4805d04b:hover {
    background: #128C7E;
}