.ps-wrapper-4e334fa7 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-family: inherit;
    color: #333;
}

.ps-left {
    flex: 1;
    min-width: 300px;
}

.ps-main-image-container {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
}

.ps-main-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.ps-thumbnails {
    display: flex;
    gap: 10px;
}

.ps-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
}

.ps-thumb.active, .ps-thumb:hover {
    border-color: #a88c50;
}

.ps-right {
    flex: 1.5;
    min-width: 300px;
}

.ps-title {
    font-size: 32px;
    font-weight: 800;
    color: #001f3f;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
}

.ps-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
}

.ps-price {
    font-size: 28px;
    font-weight: 700;
    color: #a88c50;
    margin-bottom: 20px;
}

.ps-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ps-size-section {
    margin-bottom: 30px;
}

.ps-size-section strong {
    display: block;
    margin-bottom: 8px;
    color: #000;
}

.ps-size-dropdown {
    width: auto;
    min-width: 150px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background-color: #fff;
    cursor: pointer;
    outline: none;
}

.ps-size-dropdown:focus {
    border-color: #a88c50;
}

.ps-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.ps-qty {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    height: 48px;
}

.ps-qty-btn {
    background: #fff;
    border: none;
    width: 40px;
    font-size: 18px;
    cursor: pointer;
}

.ps-qty-input {
    width: 50px;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    -moz-appearance: textfield;
}

.ps-btn-whatsapp {
    height: 48px;
    padding: 0 25px;
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.ps-btn-whatsapp:hover {
    background: #1ebc5a;
}