{"id":10,"date":"2025-10-03T12:27:20","date_gmt":"2025-10-03T12:27:20","guid":{"rendered":"https:\/\/www.rsclothcollection.co.in\/?page_id=10"},"modified":"2025-10-03T12:27:21","modified_gmt":"2025-10-03T12:27:21","slug":"our-products","status":"publish","type":"page","link":"https:\/\/www.rsclothcollection.co.in\/index.php\/our-products\/","title":{"rendered":"Our Products"},"content":{"rendered":"\n<style>\n  .rs-catalog-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    color: #333;\n  }\n  \n  .rs-catalog-header {\n    text-align: center;\n    margin-bottom: 60px;\n  }\n  \n  .rs-catalog-header h1 {\n    font-size: 3.5em;\n    color: #2d3748;\n    margin-bottom: 15px;\n    font-weight: 700;\n  }\n  \n  .rs-catalog-header p {\n    font-size: 1.25em;\n    color: #6b7280;\n    max-width: 700px;\n    margin: 0 auto;\n  }\n  \n  .rs-category-nav {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n    margin-bottom: 50px;\n  }\n  \n  .rs-category-btn {\n    padding: 12px 30px;\n    background: white;\n    border: 2px solid #e5e7eb;\n    border-radius: 25px;\n    font-size: 1em;\n    font-weight: 600;\n    color: #4b5563;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n  \n  .rs-category-btn:hover, .rs-category-btn.active {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    color: white;\n    border-color: transparent;\n  }\n  \n  .rs-products-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n    gap: 35px;\n    margin-bottom: 60px;\n  }\n  \n  .rs-product-card {\n    background: white;\n    border-radius: 20px;\n    overflow: hidden;\n    box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    cursor: pointer;\n  }\n  \n  .rs-product-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);\n  }\n  \n  .rs-product-image {\n    width: 100%;\n    height: 380px;\n    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.1em;\n    color: #764ba2;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .rs-product-badge {\n    position: absolute;\n    top: 15px;\n    right: 15px;\n    background: #ef4444;\n    color: white;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 0.85em;\n    font-weight: 600;\n  }\n  \n  .rs-product-badge.new {\n    background: #10b981;\n  }\n  \n  .rs-product-badge.trending {\n    background: #f59e0b;\n  }\n  \n  .rs-product-details {\n    padding: 25px;\n  }\n  \n  .rs-product-category {\n    font-size: 0.9em;\n    color: #667eea;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 8px;\n  }\n  \n  .rs-product-title {\n    font-size: 1.4em;\n    color: #2d3748;\n    font-weight: 600;\n    margin-bottom: 10px;\n    line-height: 1.4;\n  }\n  \n  .rs-product-desc {\n    font-size: 0.95em;\n    color: #6b7280;\n    line-height: 1.6;\n    margin-bottom: 15px;\n  }\n  \n  .rs-product-price {\n    font-size: 1.6em;\n    color: #764ba2;\n    font-weight: 700;\n    margin-bottom: 15px;\n  }\n  \n  .rs-product-price .original {\n    font-size: 0.65em;\n    color: #9ca3af;\n    text-decoration: line-through;\n    margin-left: 10px;\n  }\n  \n  .rs-product-features {\n    display: flex;\n    gap: 15px;\n    margin-bottom: 15px;\n  }\n  \n  .rs-feature-tag {\n    font-size: 0.85em;\n    color: #4b5563;\n    background: #f3f4f6;\n    padding: 6px 12px;\n    border-radius: 15px;\n  }\n  \n  .rs-product-colors {\n    display: flex;\n    gap: 8px;\n    margin-top: 15px;\n  }\n  \n  .rs-color-dot {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    border: 2px solid #e5e7eb;\n    cursor: pointer;\n    transition: transform 0.2s ease;\n  }\n  \n  .rs-color-dot:hover {\n    transform: scale(1.15);\n    border-color: #764ba2;\n  }\n  \n  .rs-section-divider {\n    margin: 80px 0 60px 0;\n    text-align: center;\n  }\n  \n  .rs-section-divider h2 {\n    font-size: 2.8em;\n    color: #2d3748;\n    margin-bottom: 15px;\n    font-weight: 700;\n  }\n  \n  .rs-section-divider p {\n    font-size: 1.15em;\n    color: #6b7280;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  \n  .rs-collection-banner {\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n    border-radius: 25px;\n    padding: 60px 40px;\n    text-align: center;\n    color: white;\n    margin: 80px 0;\n  }\n  \n  .rs-collection-banner h2 {\n    font-size: 2.8em;\n    margin-bottom: 20px;\n    font-weight: 700;\n  }\n  \n  .rs-collection-banner p {\n    font-size: 1.2em;\n    margin-bottom: 30px;\n    opacity: 0.95;\n  }\n  \n  .rs-collection-stats {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 40px;\n    margin-top: 40px;\n  }\n  \n  .rs-stat-item {\n    text-align: center;\n  }\n  \n  .rs-stat-number {\n    font-size: 3em;\n    font-weight: 700;\n    margin-bottom: 10px;\n  }\n  \n  .rs-stat-label {\n    font-size: 1.1em;\n    opacity: 0.9;\n  }\n  \n  @media (max-width: 768px) {\n    .rs-catalog-header h1 {\n      font-size: 2.5em;\n    }\n    \n    .rs-products-grid {\n      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n      gap: 25px;\n    }\n    \n    .rs-product-image {\n      height: 320px;\n    }\n    \n    .rs-section-divider h2 {\n      font-size: 2em;\n    }\n    \n    .rs-collection-banner {\n      padding: 40px 25px;\n    }\n    \n    .rs-collection-banner h2 {\n      font-size: 2em;\n    }\n  }\n<\/style>\n\n<div class=\"rs-catalog-container\">\n  <!-- Header Section -->\n  <div class=\"rs-catalog-header\">\n    <h1>Our Collections<\/h1>\n    <p>Discover the perfect blend of tradition and contemporary fashion. Each piece tells a story of elegance and craftsmanship.<\/p>\n  <\/div>\n  \n  <!-- Category Navigation -->\n  <div class=\"rs-category-nav\">\n    <button class=\"rs-category-btn active\">All Products<\/button>\n    <button class=\"rs-category-btn\">Traditional Wear<\/button>\n    <button class=\"rs-category-btn\">Modern Wear<\/button>\n    <button class=\"rs-category-btn\">Fusion Collection<\/button>\n    <button class=\"rs-category-btn\">Festive Special<\/button>\n  <\/div>\n  \n  <!-- Traditional Wear Products -->\n  <div class=\"rs-products-grid\">\n    <!-- Product 1 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Elegant Anarkali Suit<\/span>\n        <span class=\"rs-product-badge\">Sale<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Traditional Wear<\/div>\n        <h3 class=\"rs-product-title\">Embroidered Anarkali Suit Set<\/h3>\n        <p class=\"rs-product-desc\">Stunning georgette Anarkali with intricate thread work and sequin embellishments. Perfect for weddings and celebrations.<\/p>\n        <div class=\"rs-product-price\">\u20b92,499 <span class=\"original\">\u20b94,999<\/span><\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Premium Fabric<\/span>\n          <span class=\"rs-feature-tag\">Semi-Stitched<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #c084fc;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #f472b6;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #3b82f6;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #10b981;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 2 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Designer Saree<\/span>\n        <span class=\"rs-product-badge new\">New<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Traditional Wear<\/div>\n        <h3 class=\"rs-product-title\">Banarasi Silk Saree<\/h3>\n        <p class=\"rs-product-desc\">Luxurious pure silk saree with traditional zari work. Includes matching blouse piece with elegant border detailing.<\/p>\n        <div class=\"rs-product-price\">\u20b93,999<\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Pure Silk<\/span>\n          <span class=\"rs-feature-tag\">Handwoven<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #dc2626;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #059669;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #d97706;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 3 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Lehenga Choli<\/span>\n        <span class=\"rs-product-badge trending\">Trending<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Traditional Wear<\/div>\n        <h3 class=\"rs-product-title\">Bridal Lehenga Choli<\/h3>\n        <p class=\"rs-product-desc\">Exquisite bridal lehenga with heavy embroidery, stone work, and premium net fabric. Comes with dupatta and blouse.<\/p>\n        <div class=\"rs-product-price\">\u20b98,999 <span class=\"original\">\u20b914,999<\/span><\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Bridal Special<\/span>\n          <span class=\"rs-feature-tag\">Heavy Work<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #ec4899;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #8b5cf6;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #ef4444;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 4 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Palazzo Suit Set<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Traditional Wear<\/div>\n        <h3 class=\"rs-product-title\">Cotton Palazzo Suit Set<\/h3>\n        <p class=\"rs-product-desc\">Comfortable cotton kurti with matching palazzo pants and dupatta. Perfect for casual outings and daily wear.<\/p>\n        <div class=\"rs-product-price\">\u20b91,299<\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Cotton Blend<\/span>\n          <span class=\"rs-feature-tag\">Comfortable<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #fbbf24;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #06b6d4;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #f97316;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 5 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Party Wear Gown<\/span>\n        <span class=\"rs-product-badge new\">New<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Modern Wear<\/div>\n        <h3 class=\"rs-product-title\">Long Evening Gown<\/h3>\n        <p class=\"rs-product-desc\">Sophisticated floor-length gown with elegant draping and contemporary silhouette. Ideal for cocktail parties.<\/p>\n        <div class=\"rs-product-price\">\u20b93,499<\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Party Wear<\/span>\n          <span class=\"rs-feature-tag\">Premium<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #1f2937;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #7c3aed;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #0891b2;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 6 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Indo-Western Outfit<\/span>\n        <span class=\"rs-product-badge\">Sale<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Fusion Collection<\/div>\n        <h3 class=\"rs-product-title\">Indo-Western Jacket Set<\/h3>\n        <p class=\"rs-product-desc\">Contemporary jacket style kurti with dhoti pants. Perfect fusion of traditional embroidery and modern cuts.<\/p>\n        <div class=\"rs-product-price\">\u20b92,799 <span class=\"original\">\u20b94,499<\/span><\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Fusion Wear<\/span>\n          <span class=\"rs-feature-tag\">Trendy<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #be123c;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #0f766e;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #4338ca;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <!-- Collection Banner -->\n  <div class=\"rs-collection-banner\">\n    <h2>Why Choose RS Cloth Collection?<\/h2>\n    <p>We bring you the finest quality clothing with designs that celebrate your individuality<\/p>\n    <div class=\"rs-collection-stats\">\n      <div class=\"rs-stat-item\">\n        <div class=\"rs-stat-number\">500+<\/div>\n        <div class=\"rs-stat-label\">Unique Designs<\/div>\n      <\/div>\n      <div class=\"rs-stat-item\">\n        <div class=\"rs-stat-number\">10K+<\/div>\n        <div class=\"rs-stat-label\">Happy Customers<\/div>\n      <\/div>\n      <div class=\"rs-stat-item\">\n        <div class=\"rs-stat-number\">100%<\/div>\n        <div class=\"rs-stat-label\">Quality Assured<\/div>\n      <\/div>\n      <div class=\"rs-stat-item\">\n        <div class=\"rs-stat-number\">Pan India<\/div>\n        <div class=\"rs-stat-label\">Delivery<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <!-- More Products Section -->\n  <div class=\"rs-section-divider\">\n    <h2>More From Our Collection<\/h2>\n    <p>Explore additional styles curated just for you<\/p>\n  <\/div>\n  \n  <div class=\"rs-products-grid\">\n    <!-- Product 7 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Designer Kurti<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Modern Wear<\/div>\n        <h3 class=\"rs-product-title\">Printed A-Line Kurti<\/h3>\n        <p class=\"rs-product-desc\">Stylish printed kurti with modern A-line cut. Comfortable for office wear and casual occasions.<\/p>\n        <div class=\"rs-product-price\">\u20b9899<\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Casual Wear<\/span>\n          <span class=\"rs-feature-tag\">Lightweight<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #f472b6;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #22d3ee;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #a855f7;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 8 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Festive Collection<\/span>\n        <span class=\"rs-product-badge trending\">Trending<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Festive Special<\/div>\n        <h3 class=\"rs-product-title\">Festive Sharara Set<\/h3>\n        <p class=\"rs-product-desc\">Elegant sharara suit with mirror work and vibrant colors. Perfect for Diwali and festive celebrations.<\/p>\n        <div class=\"rs-product-price\">\u20b93,299 <span class=\"original\">\u20b95,999<\/span><\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Festival Special<\/span>\n          <span class=\"rs-feature-tag\">Mirror Work<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #ea580c;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #db2777;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #16a34a;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Product 9 -->\n    <div class=\"rs-product-card\">\n      <div class=\"rs-product-image\">\n        <span>Cocktail Dress<\/span>\n        <span class=\"rs-product-badge new\">New<\/span>\n      <\/div>\n      <div class=\"rs-product-details\">\n        <div class=\"rs-product-category\">Modern Wear<\/div>\n        <h3 class=\"rs-product-title\">Sequin Cocktail Dress<\/h3>\n        <p class=\"rs-product-desc\">Glamorous cocktail dress with sequin detailing. Make a statement at your next party or celebration.<\/p>\n        <div class=\"rs-product-price\">\u20b92,999<\/div>\n        <div class=\"rs-product-features\">\n          <span class=\"rs-feature-tag\">Party Wear<\/span>\n          <span class=\"rs-feature-tag\">Sequin Work<\/span>\n        <\/div>\n        <div class=\"rs-product-colors\">\n          <div class=\"rs-color-dot\" style=\"background: #374151;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #be185d;\"><\/div>\n          <div class=\"rs-color-dot\" style=\"background: #0284c7;\"><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Our Collections Discover the perfect blend of tradition and contemporary fashion. Each piece tells a story of elegance and craftsmanship. All Products Traditional Wear Modern Wear Fusion Collection Festive Special Elegant Anarkali Suit Sale Traditional Wear Embroidered Anarkali Suit Set Stunning georgette Anarkali with intricate thread work and sequin embellishments. Perfect for weddings and celebrations. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":1,"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":11,"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/11"}],"wp:attachment":[{"href":"https:\/\/www.rsclothcollection.co.in\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}