/* Base Styles - Edge to Edge */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none !important;
}

body {
    background-color: #f8f9fa !important;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
}

/* Container should stretch edge to edge on mobile */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.5rem 8px;
}

/* Header Adjustments */
.unified-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}

._1FWdmb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    height: 56px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.d-none {
    display: none !important;
}

._3NH1qf {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0.75rem 12px;
}

.header-topRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.brand-logo svg {
    display: block;
}

.hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-search {
    width: 100%;
}

.search-box {
    display: flex;
    align-items: center;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 0.6rem 0.75rem;
    gap: 0.75rem;
}

.search-box input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 0.95rem;
    color: #374151;
}

.header-icon {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #9F2089;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
}

/* Product Section - Seamless 2 column */
.product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    width: 100%;
    padding: 8px 0;
}

.product-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.product-img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f9fafb;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-details {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-name {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.sell-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

.mrp-price {
    font-size: 0.8rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.off-percentage {
    font-size: 0.8rem;
    color: #059669;
    font-weight: 700;
}

/* Fix Huge SVG and Offer Pill */
.NewProductCardstyled__OfferPill-sc-6y2tys-31 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}

.NewProductCardstyled__OfferPill-sc-6y2tys-31 svg {
    width: 14px !important;
    height: 14px !important;
}

.bjrKWS {
    font-size: 0.75rem;
    color: #059669;
    font-weight: 600;
}

.free-delivery {
    font-size: 0.75rem;
    color: #6b7280;
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 12px;
    width: fit-content;
    margin-top: 4px;
}

/* Rating Row */
.NewProductCardstyled__RatingsRow-sc-6y2tys-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.NewProductCardstyled__RatingSection-sc-6y2tys-9 {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #059669;
    color: #fff;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
}

.NewProductCardstyled__RatingSection-sc-6y2tys-9 svg {
    margin-left: 2px;
}

.gTFgDk {
    font-size: 0.75rem;
    color: #ffffff;
    margin-left: 4px;
}

/* Trusted Badge SVG */
.fUjwpe {
    width: 50px !important;
    height: 18px !important;
}

/* Promo Banner - Full Width */
.full-width-img {
    width: 100%;
    display: block;
    height: auto;
}

.marquee-banner {
    background: #570d48;
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    margin: 0;
}

.marquee-banner span {
    display: inline-block;
    animation: marquee 15s linear infinite;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Deals Section */
.deals-section {
    background: #fff;
    margin: 0.5rem 0;
    padding: 0.75rem 12px !important;
    border-top: 1px solid #e5e7eb !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.deals-container {
    justify-content: center !important;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.meesho-timer-box {
    background: #fff3e0 !important;
    border: 1px solid #ffccbc !important;
    border-radius: 4px;
    padding: 4px 8px;
}

/* Cart Styles */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1099;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* sidebar = same as popup */
.cart-popup,
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 1100;
  transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
}

.cart-popup.active,
.cart-sidebar.active {
  right: 0;
}

.cart-header {
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}

#closeCart {
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

/* Cart Items Wrap */
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.cart-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.cart-item-img {
  width: 68px;
  height: 76px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.cart-item-details {
  flex: 1;
}

.cart-item-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #222;
  line-height: 1.35;
  margin-bottom: 3px;
}

.cart-item-price-row {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Pill-style qty controls */
.qty-controls {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 2px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  font-size: 1.15rem;
  font-weight: 700;
  color: #9f2089;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.qty-btn:active { background: #fdf3fc; }

.qty-num {
  min-width: 24px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
}

.remove-item {
  background: none;
  border: none;
  color: #9f2089;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

/* Cart Footer */
.cart-footer {
  padding: 14px 16px 16px;
  border-top: 1px solid #eee;
  background: #fff;
}

.total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.checkout-btn {
  width: 100%;
  background: #9f2089;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .2px;
}

.checkout-btn:active { opacity: .88; }

/* Bottom Navigation Styles */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid #e5e7eb;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 0.7rem;
    gap: 4px;
    flex: 1;
    transition: all 0.2s ease;
}

.nav-item.active {
    color: #9F2089;
}

.nav-item span {
    font-weight: 500;
}

.nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon svg {
    width: 24px;
    height: 24px;
}

/* Adjust main content padding to prevent overlap with sticky nav */
main {
    padding-bottom: 70px !important;
}
/* Order Tracking Page Styles */
.order-tracking-page {
    background: #f8f9fa;
    min-height: calc(100vh - 140px);
    padding-top: 20px;
}

.tracking-header {
    text-align: center;
    margin-bottom: 25px;
}

.tracking-header h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 8px;
}

.tracking-header p {
    color: #666;
    font-size: 0.9rem;
}

.tracking-form-container {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
}

.form-group input:focus {
    border-color: #9F2089;
}

.btn-track {
    width: 100%;
    background: #9F2089;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-track:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.tracking-result {
    margin-top: 25px;
    animation: fadeIn 0.4s ease-out;
}

.status-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f4f6;
}

.status-badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.status-badge.shipping {
    background: #e0f2fe;
    color: #0369a1;
}

.order-id {
    font-size: 0.8rem;
    color: #6b7280;
}

.status-timeline {
    margin-bottom: 25px;
}

.timeline-item {
    display: flex;
    gap: 15px;
    position: relative;
    padding-bottom: 25px;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 24px;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

.timeline-icon {
    width: 26px;
    height: 26px;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    z-index: 1;
}

.timeline-item.completed .timeline-icon {
    background: #059669;
    color: #fff;
}

.timeline-item.active .timeline-icon {
    background: #9F2089;
    color: #fff;
}

.pulse {
    animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(159, 32, 137, 0.4); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(159, 32, 137, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(159, 32, 137, 0); }
}

.timeline-content h3 {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 2px;
}

.timeline-content p {
    font-size: 0.8rem;
    color: #666;
}

.delivery-message {
    background: #f0f9ff;
    border-left: 4px solid #0369a1;
    padding: 12px 15px;
    border-radius: 4px;
    text-align: center;
}

.delivery-message p {
    font-size: 0.9rem;
    color: #0369a1;
    margin: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ensure body doesn't have overflow issues with fixed nav */
body {
    padding-bottom: 0;
}

/* Project Product Details Page Redesign */
.product-page-body {
    background-color: #f0f1f3 !important;
}

.product-header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
}

.product-main {
    padding-bottom: 100px;
}

/* Image Gallery */
.product-gallery {
    background: #fff;
    padding-bottom: 12px;
}

.main-image-container {
    width: 100%;
    aspect-ratio: 0.8/1;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-indicator {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
}

.image-indicator .dot {
    width: 15px;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
}

.image-indicator .dot.active {
    background: #9F2089;
    width: 25px;
}

.similar-products-section {
    padding: 12px;
}

.section-title {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.thumbnail-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 5px;
}

.thumbnail-list::-webkit-scrollbar {
    display: none;
}

.thumb-item {
    min-width: 70px;
    width: 70px;
    aspect-ratio: 0.8/1;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
}

.thumb-item.active {
    border-color: #570D48;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Info Card */
.product-info-card {
    background: #fff;
    margin-top: 8px;
    padding: 16px;
}

.product-title {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.4;
}

.pricing-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
}

.current-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
}

.mrp-price {
    font-size: 0.9rem;
    color: #9ca3af;
    text-decoration: line-through;
}

.discount-pill {
    font-size: 0.9rem;
    color: #059669;
    font-weight: 700;
}

.special-offer-pill {
    background: #e6fcf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
    border: 1px solid #c2f9e1;
}

.rating-trust-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.rating-badge {
    background: #059669;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.8rem;
    font-weight: 700;
}

.review-count {
    font-size: 0.8rem;
    color: #9ca3af;
}

.divider {
    color: #e5e7eb;
}

.trusted-badge-mini {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #9F2089;
    font-size: 0.8rem;
    font-weight: 700;
    background: #fff0fc;
    padding: 2px 8px;
    border-radius: 12px;
}

.free-delivery-tag {
    font-size: 0.8rem;
    color: #666;
    background: #f3f4f6;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 15px;
}

/* Details Card */
.product-details-card {
    background: #fff;
    margin-top: 8px;
    padding: 16px;
}

.card-title {
    font-size: 1rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 16px;
}

.size-options {
    display: flex;
    gap: 12px;
}

.size-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 1px solid #9F2089;
    background: #fff;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.size-btn.active {
    background: #fff0fc;
    color: #9F2089;
    border-width: 2px;
}

.details-list {
    color: #444;
    font-size: 0.9rem;
    line-height: 1.6;
}

.details-list p {
    margin-bottom: 8px;
}

.detail-category {
    margin-top: 15px;
}

.details-list ul {
    list-style: none;
    padding-left: 10px;
}

.details-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
}

.details-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
}

/* Sticky Footer */
.button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid #e5e7eb;
    z-index: 1100;
}

.flex {
    display: flex;
}

.buynow-button {
    flex: 1;
    height: 48px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    transition: transform 0.1s ease;
}

.buynow-button:active {
    transform: scale(0.98);
}

.buynow-button-white {
    background: #fff;
    color: #9F2089;
    border: 1px solid #9F2089;
}

.buy_now {
    background: #9F2089;
    color: #fff;
}

.product-page-buy svg {
    flex-shrink: 0;
}

.product-page-buy svg {
    flex-shrink: 0;
}

/* New Hardcoded Reviews Styling */
.new-reviews-container {
    background: #fff;
    margin-top: 12px;
    padding-bottom: 100px;
}

.reviews-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    font-size: 0.9rem;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.reviews-summary-new {
    display: flex;
    padding: 20px 16px;
    border-bottom: 1px solid #eee;
    gap: 30px;
}

.summary-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-rating-yellow, .main-rating-green {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.main-rating-yellow { color: #facc15; }
.main-rating-green { color: #059669; }

.summary-counts {
    font-size: 0.85rem;
    color: #999;
}

.summary-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.summary-bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
    color: #666;
}

.summary-bar-row span:first-child {
    width: 60px;
}

.summary-bar-row span:last-child {
    width: 25px;
    text-align: right;
    color: #999;
}

.bar-bg {
    flex: 1;
    height: 4px;
    background: #f3f4f6;
    border-radius: 2px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    border-radius: 2px;
}

.new-review-card {
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.reviewer-name {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.review-status-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

.status-badge.yellow { background: #facc15; }
.status-badge.green { background: #059669; }

.status-txt {
    font-size: 0.9rem;
    color: #333;
    font-weight: 600;
}

.dot { color: #ccc; }

.review-date {
    font-size: 0.8rem;
    color: #999;
}

.review-comment {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.4;
    margin-bottom: 12px;
}

.review-images-pair {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.review-images-pair img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #eee;
}

.helpful-btn-new {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Seller Card Styling */
.seller-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-top: 10px;
    padding: 16px;
}

.seller-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shop-icon-blue {
    width: 44px;
    height: 44px;
    background: #f0f4ff;
    color: #5572e7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.seller-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seller-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sold-by-badge {
    font-size: 0.7rem;
    color: #666;
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}

.seller-shop-name {
    font-size: 1rem;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.seller-rating-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    padding: 2px 10px;
    border: 1px solid #10b981;
    border-radius: 20px;
    color: #10b981;
    font-size: 0.85rem;
    font-weight: 700;
}

.seller-rating-badge svg {
    color: #10b981;
}

.seller-right {
    color: #999;
}

/* Cart Sidebar */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    display: none;
}

.cart-overlay.active {
    display: block;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    z-index: 2001;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

#closeCart {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #333;
    padding: 0;
    line-height: 1;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.cart-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

.cart-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.cart-item-price {
    font-weight: 700;
    color: var(--accent-color);
}

.remove-item {
    background: none;
    border: none;
    color: #ff4757;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0;
}

.cart-footer {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #eee;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.1rem;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #9f2089;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
}

/* Cart icon badge */
.cart-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.cart-badge-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #9f2089;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 3px;
    border: 2px solid #fff;
}

/* Cart item price row */
.cart-item-price-row {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
    margin: 3px 0 6px;
}

/* Quantity controls */
.qty-controls {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1.5px solid #9f2089;
    border-radius: 20px;
    overflow: hidden;
}

.qty-btn {
    background: none;
    border: none;
    color: #9f2089;
    font-size: 1.2rem;
    font-weight: 700;
    width: 30px;
    height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
}

.qty-btn:active {
    background: #f5e6f3;
}

.qty-num {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
    min-width: 22px;
    text-align: center;
}

/* Responsive Images Fix */
.product-desc-content img, .product-desc-content video, .product-desc-content iframe { max-width: 100% !important; width: 100% !important; height: auto !important; display: block; border-radius: 4px; margin-bottom: 8px; }
.main-image-container img { max-width: 100% !important; width: 100% !important; height: auto !important; object-fit: contain; }
.w-full { width: 100% !important; max-width: 100% !important; }
.h-auto { height: auto !important; }
.mb-2 { margin-bottom: 8px !important; }

