* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #1a1a2e; background: #f8f9fa; overflow-x: hidden; }
body.cart-open { overflow: hidden; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* Top Bar */
.top-bar { background: #0d0d1a; color: rgba(255,255,255,0.7); font-size: 12px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar-left { display: flex; gap: 18px; align-items: center; }
.top-bar-right { display: flex; gap: 14px; align-items: center; }
.top-bar-item { display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,0.65); transition: 0.2s; }
.top-bar-item i { font-size: 10px; color: #e94560; }
.top-bar-item:hover { color: #fff; }

/* Main Header */
.main-header { background: #fff; position: sticky; top: 0; z-index: 150; box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 20px rgba(0,0,0,0.04); }
.header-inner { display: flex; align-items: center; padding: 12px 0; gap: 20px; }
.logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, #e94560, #c23152); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 17px; color: white; }
.logo-text { font-size: 22px; font-weight: 900; letter-spacing: -1px; }
.logo-text span { color: #e94560; }

.header-search { flex: 1; max-width: 540px; }
.header-search form { display: flex; border: 2px solid #e8e8e8; border-radius: 12px; overflow: hidden; transition: 0.2s; background: #fff; }
.header-search form:focus-within { border-color: #e94560; box-shadow: 0 0 0 4px rgba(233,69,96,0.08); }
.header-search select { border: none; padding: 10px 14px; background: #f8f9fa; font-size: 13px; color: #555; cursor: pointer; outline: none; border-right: 1px solid #e8e8e8; min-width: 130px; }
.header-search input { flex: 1; border: none; padding: 10px 16px; font-size: 14px; outline: none; }
.header-search button { background: #e94560; color: white; border: none; padding: 10px 20px; cursor: pointer; font-size: 16px; transition: 0.2s; }
.header-search button:hover { background: #d13350; }

.header-actions { display: flex; gap: 4px; flex-shrink: 0; }
.header-action { display: flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 10px; background: none; border: none; cursor: pointer; font-size: 13px; font-weight: 500; color: #555; transition: 0.2s; position: relative; }
.header-action:hover { background: #f0f2f5; color: #1a1a2e; }
.header-action i { font-size: 18px; }
.action-label { display: none; }
.cart-trigger .cart-count { position: absolute; top: 4px; right: 4px; background: #e94560; color: white; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 8px; min-width: 18px; text-align: center; line-height: 1.3; }

/* Navigation */
.main-nav { background: #fff; border-bottom: 1px solid #f0f0f0; position: sticky; top: 62px; z-index: 140; }
.nav-inner { display: flex; gap: 2px; padding: 6px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.nav-inner::-webkit-scrollbar { height: 0; }
.nav-link { padding: 7px 16px; border-radius: 8px; font-size: 13px; font-weight: 500; color: #555; white-space: nowrap; transition: 0.2s; display: flex; align-items: center; gap: 5px; }
.nav-link:hover { background: #f0f2f5; color: #1a1a2e; }
.nav-link.active { background: #1a1a2e; color: white; }

/* Story Section */
.story-section { padding: 20px 0; background: #fff; border-bottom: 1px solid #f0f0f0; }
.story-slider { margin: 0 -8px; }
.story-item { padding: 8px; text-align: center; }
.story-item a { display: block; }
.story-circle { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: white; transition: 0.3s; border: 3px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.story-item a:hover .story-circle { transform: scale(1.08); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.story-label { font-size: 11px; font-weight: 500; color: #555; display: block; }
.story-slider .slick-prev, .story-slider .slick-next { width: 32px; height: 32px; background: #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,0.1); z-index: 10; }
.story-slider .slick-prev:hover, .story-slider .slick-next:hover { background: #f0f2f5; }
.story-slider .slick-prev:before, .story-slider .slick-next:before { display: none; }
.story-slider .slick-prev { left: -4px; }
.story-slider .slick-next { right: -4px; }
.story-slider .slick-prev i, .story-slider .slick-next i { color: #555; font-size: 13px; line-height: 32px; display: flex; align-items: center; justify-content: center; }

/* Hero Slider */
.hero-slider { position: relative; overflow: hidden; }
.hero-slide { min-height: 380px; display: flex !important; align-items: center; position: relative; }
.hero-content { padding: 50px 0; max-width: 520px; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); color: #fff; padding: 5px 16px; border-radius: 20px; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; border: 1px solid rgba(255,255,255,0.15); }
.hero-title { font-family: 'Playfair Display', serif; font-size: 42px; color: #fff; line-height: 1.15; margin-bottom: 14px; }
.hero-desc { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 24px; }
.hero-btn { display: inline-flex; align-items: center; gap: 8px; background: #e94560; color: white; padding: 13px 28px; border-radius: 12px; font-weight: 600; font-size: 14px; transition: 0.3s; }
.hero-btn:hover { background: #d13350; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(233,69,96,0.3); }
.hero-slider .slick-dots { bottom: 20px; }
.hero-slider .slick-dots li button:before { font-size: 9px; color: rgba(255,255,255,0.35); opacity: 1; }
.hero-slider .slick-dots li.slick-active button:before { color: #fff; }
.hero-slider .slick-prev, .hero-slider .slick-next { z-index: 10; width: 44px; height: 44px; background: rgba(255,255,255,0.1); backdrop-filter: blur(8px); border-radius: 50%; transition: 0.3s; }
.hero-slider .slick-prev:hover, .hero-slider .slick-next:hover { background: rgba(255,255,255,0.2); }
.hero-slider .slick-prev { left: 16px; }
.hero-slider .slick-next { right: 16px; }
.hero-slider .slick-prev:before, .hero-slider .slick-next:before { display: none; }
.hero-slider .slick-prev i, .hero-slider .slick-next i { color: white; font-size: 16px; display: flex; align-items: center; justify-content: center; line-height: 44px; }

/* Room Banners */
.room-banners { padding: 28px 0; background: #fff; }
.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.room-card { position: relative; border-radius: 14px; overflow: hidden; min-height: 200px; display: flex; align-items: flex-end; transition: 0.3s; }
.room-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.room-content { padding: 20px; color: white; width: 100%; background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, transparent 100%); }
.room-subtitle { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.8; display: block; margin-bottom: 2px; }
.room-title { font-size: 20px; font-weight: 800; display: block; margin-bottom: 10px; line-height: 1.2; }
.room-btn { font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: rgba(255,255,255,0.15); border-radius: 20px; transition: 0.2s; }
.room-card:hover .room-btn { background: #e94560; }

/* Stats Section */
.stats-section { background: #fff; padding: 24px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.stats-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-number { display: block; font-size: 28px; font-weight: 800; color: #1a1a2e; }
.stat-label { font-size: 12px; color: #888; }

/* Section Headers */
.section { padding: 32px 0; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 18px; }
.section-subtitle { font-size: 11px; font-weight: 600; color: #e94560; text-transform: uppercase; letter-spacing: 1px; }
.section-title { font-size: 22px; font-weight: 800; margin-top: 2px; display: flex; align-items: center; gap: 8px; }
.section-link { font-size: 13px; font-weight: 500; color: #e94560; transition: 0.2s; flex-shrink: 0; display: flex; align-items: center; gap: 6px; }
.section-link:hover { gap: 10px; }

/* Shape Grid */
.shape-section { background: #fff; padding: 32px 0; }
.shape-grid { display: flex; gap: 12px; }
.shape-card { flex: 1; border-radius: 14px; padding: 28px 16px; text-align: center; color: white; transition: 0.3s; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.shape-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.15); }
.shape-icon i { font-size: 32px; }
.shape-title { font-size: 14px; font-weight: 700; }
.shape-btn { font-size: 11px; font-weight: 600; padding: 6px 16px; background: rgba(255,255,255,0.2); border-radius: 20px; margin-top: 4px; }

/* Product Card */
.product-card { background: #fff; border-radius: 14px; overflow: hidden; transition: 0.3s; border: 1px solid #f0f0f0; position: relative; }
.product-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.07); border-color: #e8e8e8; }
.product-badge { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 3px 10px; border-radius: 6px; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; }
.badge-campaign { background: #ef4444; color: white; }
.badge-bestseller { background: #f59e0b; color: white; }
.product-img { width: 100%; height: 220px; overflow: hidden; background: #f5f5f5; position: relative; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.product-card:hover .product-img img { transform: scale(1.05); }
.product-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 40px; color: rgba(255,255,255,0.4); font-weight: 700; }
.gradient-bg-1 { background: linear-gradient(135deg, #667eea, #764ba2); }
.gradient-bg-2 { background: linear-gradient(135deg, #f093fb, #f5576c); }
.gradient-bg-3 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.gradient-bg-4 { background: linear-gradient(135deg, #43e97b, #38f9d7); }
.gradient-bg-5 { background: linear-gradient(135deg, #fa709a, #fee140); }
.product-img-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
.product-card:hover .product-img-overlay { opacity: 1; }
.overlay-btn { padding: 10px 24px; background: #e94560; color: white; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: 0.2s; display: flex; align-items: center; gap: 8px; }
.overlay-btn:hover { background: #d13350; transform: scale(1.05); }
.product-body { padding: 14px; }
.product-category { font-size: 10px; color: #e94560; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.product-name { font-size: 14px; font-weight: 600; margin-bottom: 3px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 4px; }
.prod-badge { font-size: 9px; font-weight: 600; padding: 2px 8px; border-radius: 4px; display: inline-flex; align-items: center; gap: 3px; }
.prod-badge.washable { background: #dbeafe; color: #1d4ed8; }
.prod-badge.antitoz { background: #fef3c7; color: #b45309; }
.product-size { font-size: 11px; color: #888; margin-bottom: 6px; }
.product-price { margin-bottom: 10px; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.price-old { font-size: 13px; color: #aaa; text-decoration: line-through; }
.price-current { font-size: 18px; font-weight: 700; color: #1a1a2e; }
.campaign-price { color: #ef4444; }
.btn-add-cart { width: 100%; padding: 11px; background: #1a1a2e; color: white; border: none; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; gap: 6px; }
.btn-add-cart:hover { background: #e94560; }
.btn-add-cart:disabled { background: #ddd; color: #999; cursor: not-allowed; }

/* Product Row (Slick) */
.product-row { margin: 0 -8px; }
.product-row .product-card { margin: 0 8px; }
.product-row .slick-prev, .product-row .slick-next { width: 36px; height: 36px; background: #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,0.1); z-index: 10; }
.product-row .slick-prev:hover, .product-row .slick-next:hover { background: #f0f2f5; }
.product-row .slick-prev:before, .product-row .slick-next:before { display: none; }
.product-row .slick-prev { left: -4px; }
.product-row .slick-next { right: -4px; }
.product-row .slick-prev i, .product-row .slick-next i { color: #555; font-size: 14px; line-height: 36px; display: flex; align-items: center; justify-content: center; }

/* Product Grid */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-bottom: 16px; }
.product-count { font-size: 13px; color: #888; }
.featured-grid { grid-template-columns: repeat(4, 1fr); }

/* Section Backgrounds */
.section-bestsellers { background: #fff; }
.section-campaigns { background: #fff; }

/* Collection Hero */
.collection-hero { margin-bottom: 24px; border-radius: 16px; overflow: hidden; }
.collection-hero-bg { padding: 48px; border-radius: 16px; position: relative; }
.collection-hero-content { max-width: 500px; }
.collection-title { font-family: 'Playfair Display', serif; font-size: 32px; color: #fff; line-height: 1.2; margin-bottom: 12px; }
.collection-desc { font-size: 14px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 20px; }

/* Testimonials */
.section-testimonials { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testimonial-card { background: #f8f9fa; padding: 24px; border-radius: 14px; }
.testimonial-stars { color: #f59e0b; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; color: #555; line-height: 1.6; margin-bottom: 16px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 14px; }
.testimonial-author strong { display: block; font-size: 13px; }
.testimonial-author span { font-size: 11px; color: #888; }

/* Features Bar */
.features-bar { background: #1a1a2e; padding: 24px 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-item { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.8); }
.feature-item i { font-size: 26px; color: #e94560; flex-shrink: 0; }
.feature-item strong { display: block; font-size: 13px; color: #fff; margin-bottom: 1px; }
.feature-item span { font-size: 11px; opacity: 0.6; }

/* Footer */
.site-footer { background: #0d0d1a; color: rgba(255,255,255,0.6); padding: 44px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; }
.footer-col h4 { color: #fff; margin-bottom: 14px; font-size: 15px; font-weight: 700; }
.footer-brand p { line-height: 1.7; margin-bottom: 14px; font-size: 13px; }
.footer-social { display: flex; gap: 8px; margin-bottom: 16px; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,0.05); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); transition: 0.2s; font-size: 14px; }
.footer-social a:hover { background: #e94560; color: #fff; }
.footer-phone { font-size: 16px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 8px; }
.footer-phone i { color: #e94560; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.5); transition: 0.2s; }
.footer-col ul li a:hover { color: #e94560; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; margin-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); font-size: 12px; }
.footer-cards { display: flex; gap: 10px; font-size: 22px; color: rgba(255,255,255,0.2); }

/* Cart Sidebar */
.cart-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 200; }
.cart-overlay.show { display: block; }
.cart-sidebar { position: fixed; top: 0; right: -420px; width: 420px; max-width: 100vw; height: 100%; background: white; z-index: 201; transition: 0.35s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; }
.cart-sidebar.open { right: 0; }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid #f0f0f0; }
.cart-header h2 { font-size: 17px; display: flex; align-items: center; gap: 8px; }
.cart-header-count { font-size: 12px; color: #888; margin-right: auto; margin-left: 8px; }
.cart-close { width: 32px; height: 32px; border-radius: 8px; background: none; border: none; cursor: pointer; color: #888; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: 0.2s; }
.cart-close:hover { background: #f0f0f0; color: #333; }
.cart-items { flex: 1; overflow-y: auto; padding: 12px 24px; }
.cart-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-price { font-size: 14px; color: #e94560; font-weight: 700; margin-top: 2px; }
.cart-item-qty { display: flex; align-items: center; gap: 4px; background: #f8f9fa; border-radius: 8px; padding: 2px; flex-shrink: 0; }
.cart-item-qty button { width: 28px; height: 28px; border: none; border-radius: 6px; background: white; cursor: pointer; font-size: 14px; font-weight: 600; color: #555; transition: 0.15s; display: flex; align-items: center; justify-content: center; }
.cart-item-qty button:hover { background: #1a1a2e; color: white; }
.cart-item-qty span { font-weight: 600; min-width: 22px; text-align: center; font-size: 13px; }
.cart-item-remove { background: none; border: none; color: #ddd; cursor: pointer; font-size: 14px; padding: 4px; transition: 0.2s; flex-shrink: 0; }
.cart-item-remove:hover { color: #ef4444; }
.cart-footer { border-top: 1px solid #f0f0f0; padding: 18px 24px; }
.cart-summary { margin-bottom: 14px; }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.cart-total-row strong { font-size: 20px; color: #e94560; }
.cart-payment { margin-bottom: 12px; }
.cart-payment select { width: 100%; padding: 10px 14px; border: 2px solid #e8e8e8; border-radius: 10px; font-size: 13px; outline: none; transition: 0.2s; background: #fff; }
.cart-payment select:focus { border-color: #e94560; }
.btn-checkout { width: 100%; padding: 13px; background: #e94560; color: white; border: none; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-checkout:hover { background: #d13350; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(233,69,96,0.3); }
.empty-state { text-align: center; padding: 40px 20px; color: #aaa; font-size: 14px; }
.empty-state i { font-size: 36px; display: block; margin-bottom: 12px; color: #ddd; }

/* Responsive */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-grid { grid-template-columns: repeat(3, 1fr); }
  .room-grid { grid-template-columns: repeat(4, 1fr); }
  .room-card { min-height: 170px; }
}

@media (max-width: 768px) {
  .top-bar-right .top-bar-item:not(:last-child) { display: none; }
  .header-inner { gap: 10px; }
  .header-search select { display: none; }
  .action-label { display: none; }
  .header-action { padding: 8px; gap: 0; }
  .header-actions { gap: 2px; }
  .main-nav { top: 58px; }
  .nav-link { padding: 6px 12px; font-size: 12px; }
  .hero-slide { min-height: 280px; }
  .hero-title { font-size: 26px; }
  .hero-content { padding: 30px 0; max-width: 100%; }
  .hero-desc { font-size: 13px; }
  .hero-btn { padding: 11px 22px; font-size: 13px; }
  .story-circle { width: 62px; height: 62px; font-size: 15px; }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .room-card { min-height: 150px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-img { height: 180px; }
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .product-row .slick-prev, .product-row .slick-next { display: none !important; }
  .section-title { font-size: 18px; }
  .shape-grid { flex-wrap: wrap; }
  .shape-card { flex: 0 0 calc(50% - 6px); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .cart-sidebar { width: 100%; }
  .stats-grid { gap: 20px; }
  .stat-number { font-size: 22px; }
  .collection-hero-bg { padding: 28px; }
  .collection-title { font-size: 24px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 22px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-img { height: 150px; }
  .product-body { padding: 10px; }
  .product-name { font-size: 12px; }
  .price-current { font-size: 15px; }
  .room-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .room-card { min-height: 120px; }
  .room-title { font-size: 16px; }
  .shape-card { flex: 0 0 100%; }
  .features-grid { gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
}
