:root{--primary-bg:#faf7f2;--surface-bg:#fff;--primary-marble:#d4b48c;--primary-marble-dark:#c4a47c;--primary-marble-light:#f5e6d3;--text-primary:#2c2c2c;--text-secondary:#5c5c5c;--text-tertiary:#7e7e7e;--text-gold:#b76e3c;--text-white:#fff;--border-light:#e8e0d8;--border-marble:hsla(33,46%,69%,.3);--shadow-soft:0 10px 30px rgba(0,0,0,.03);--shadow-hover:0 20px 40px hsla(33,46%,69%,.1);--card-bg:#fff;--gradient-marble:linear-gradient(135deg,#d4b48c,#e5c9a8);--font-heading:"Cormorant Garamond","Playfair Display",serif;--font-body:"Inter","Poppins",sans-serif}.product-by-category-page{padding-top:0;min-height:0;background:var(--primary-bg);position:relative}.product-by-category-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,hsla(33,46%,69%,.02) 25%,transparent 0),linear-gradient(-45deg,hsla(33,46%,69%,.02) 25%,transparent 0);background-size:60px 60px;pointer-events:none;opacity:.3}.product-by-category-header{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(8px,1.2vw,10px);padding:clamp(16px,2.5vw,24px) clamp(16px,3vw,2.5rem) clamp(14px,2vw,18px);background:linear-gradient(135deg,#fff,#faf7f2);border-bottom:2px solid var(--border-marble);margin-bottom:clamp(10px,1.5vw,14px);overflow:hidden}.product-by-category-header:after{content:"🕉️";position:absolute;bottom:10px;right:30px;font-size:2.5rem;color:var(--border-marble);opacity:.2;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.product-by-category-title{font-size:2rem!important;margin-bottom:0;color:var(--text-primary);font-weight:600;letter-spacing:1px;font-family:Cormorant Garamond,Playfair Display,serif!important;position:relative;display:inline-block;text-transform:uppercase;text-shadow:2px 2px 4px rgba(0,0,0,.02)}.product-by-category-title:after,.product-by-category-title:before{content:"";position:absolute;top:50%;width:60px;height:2px;background:var(--gradient-marble);border-radius:2px}.product-by-category-title:before{left:-80px}.product-by-category-title:after{right:-80px}@media (max-width:768px){.product-by-category-title:after,.product-by-category-title:before{width:30px}.product-by-category-title:before{left:-40px}.product-by-category-title:after{right:-40px}}.product-by-category-subtitle{font-size:clamp(.92rem,2vw,1.05rem);color:var(--text-secondary);max-width:600px;width:100%;margin:0 auto;font-family:var(--font-body);font-weight:300;letter-spacing:.5px;position:relative;padding:0 20px;background:linear-gradient(135deg,transparent,hsla(33,46%,69%,.05) 50%,transparent);display:block;text-align:center;border-radius:30px;line-height:1.5}.product-by-category-container{width:100%;max-width:100%;margin:0;padding:0 clamp(16px,3vw,2.5rem) clamp(2rem,3vw,2.5rem);position:relative}.product-by-category-back{display:inline-flex;align-items:center;gap:10px;margin-bottom:1rem;color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;font-family:var(--font-body);padding:8px 20px 8px 16px;background:#fff;border-radius:40px;border:1px solid var(--border-light);box-shadow:var(--shadow-soft)}.product-by-category-back:hover{color:var(--primary-marble-dark);border-color:var(--primary-marble);transform:translateX(-5px);box-shadow:var(--shadow-hover)}.product-by-category-back svg{transition:transform .3s ease}.product-by-category-back:hover svg{transform:translateX(-3px)}.product-by-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;width:100%;max-width:1400px;margin:0 auto}@media (min-width:1280px){.product-by-category-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px) and (max-width:1279px){.product-by-category-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:1023px){.product-by-category-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:767px){.product-by-category-grid{grid-template-columns:1fr;gap:1.5rem}}.product-by-category-card-link{display:block;text-decoration:none;color:inherit;height:100%;width:100%}.product-by-category-card{background:var(--card-bg);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft);transition:all .4s ease;height:100%;width:100%;display:flex;flex-direction:column;border:1px solid var(--border-light);position:relative}.product-by-category-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,hsla(33,46%,69%,.02) 50%,transparent);opacity:0;transition:opacity .4s ease;pointer-events:none}.product-by-category-card:hover:before{opacity:1}@media (hover:hover) and (pointer:fine){.product-by-category-card:not(:has(.product-card-actions)):hover{box-shadow:var(--shadow-hover);border-color:var(--primary-marble)}}.product-by-category-image-wrapper{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(135deg,#fff,#faf7f2);border-bottom:2px solid var(--border-marble)}.product-by-category-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-by-category-image-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(33,46%,69%,.1) 50%,hsla(0,0%,100%,.2));opacity:0;transition:opacity .4s ease;pointer-events:none}.product-by-category-card:hover .product-by-category-image-wrapper:after{opacity:1}.product-by-category-overlay{position:absolute;top:15px;right:15px;background:hsla(0,0%,100%,.95);padding:8px 18px;border-radius:40px;z-index:2;box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid var(--border-marble);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-by-category-card-category{font-size:.75rem;color:var(--text-primary);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-body);background:var(--gradient-marble);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-by-category-content{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 1.5rem;background:#fff}.view-more-text{font-size:.75rem;letter-spacing:2px;color:#666;margin-bottom:5px}.product-by-category-card-title{font-size:1rem;font-weight:500;margin-bottom:15px;border-top:1px solid #eaeaea;padding-top:10px;width:90%}.product-variations-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:20px;width:100%}.variation-thumbnail-box{aspect-ratio:1/1;border:1px solid #ddd;overflow:hidden;display:flex;align-items:center;justify-content:center}.variation-thumbnail-box img{width:100%;height:100%}.product-by-category-price{color:#8d6e63;font-weight:600;margin-bottom:10px;display:block}.product-by-category-card-title{font-size:1.2rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600;line-height:1.4;font-family:var(--font-heading);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:3.3rem;text-align:center;letter-spacing:.3px;position:relative;padding-bottom:8px}.product-by-category-card-title:after{content:"";position:absolute;bottom:0;left:25%;width:50%;height:1px;background:var(--gradient-marble);border-radius:2px}.product-by-category-card-description{font-size:.9rem;color:var(--text-tertiary);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex:1 1;text-align:center;font-family:var(--font-body);font-style:normal;padding:.5rem 0}.product-by-category-meta{margin:1rem 0 1.2rem;padding:1rem 0;border-top:1px dashed var(--border-marble);border-bottom:1px dashed var(--border-marble);text-align:center;position:relative;background:linear-gradient(90deg,transparent,hsla(33,46%,69%,.05),transparent)}.product-by-category-price{font-size:1.4rem;font-weight:700;color:var(--primary-marble-dark);font-family:var(--font-heading);display:inline-block;position:relative;padding:0 15px;letter-spacing:.5px}.product-by-category-price:before{content:"₹";font-size:1rem;margin-right:3px;opacity:.8;font-weight:400}.product-by-category-view-btn{display:inline-block;padding:1rem;background:transparent;color:var(--text-primary);text-decoration:none;border-radius:40px;font-size:.9rem;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1.5px;text-align:center;border:2px solid var(--primary-marble);cursor:pointer;width:100%;font-family:var(--font-body);position:relative;overflow:hidden;z-index:1}.product-by-category-view-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-marble);transition:left .4s ease;z-index:-1}.product-by-category-view-btn:hover{color:#fff;border-color:var(--primary-marble-dark);transform:translateY(-3px);box-shadow:0 8px 25px hsla(33,46%,69%,.3)}.product-by-category-view-btn:hover:before{left:0}.product-card-actions{display:flex;flex-direction:column;gap:14px;width:100%;margin-top:.25rem;flex-shrink:0}.product-card-actions .product-by-category-enquiry-btn,.product-card-actions .product-by-category-view-btn{letter-spacing:.08em;font-size:.82rem;line-height:1.25;white-space:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.product-by-category-enquiry-btn{display:block;box-sizing:border-box;width:100%;padding:1rem;background:var(--primary-color);color:var(--text-white);border-radius:40px;font-size:.9rem;font-weight:700;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.5px;text-align:center;border:2px solid var(--primary-color);cursor:pointer;transition:background-color .3s ease,border-color .3s ease,transform .3s ease;flex-shrink:0}.product-by-category-enquiry-btn:hover{background:var(--primary-dark);border-color:var(--primary-dark);transform:translateY(-2px)}.product-by-category-card-image-link{display:block;text-decoration:none;color:inherit}.product-by-category-card-title-link{text-decoration:none;color:inherit}.product-by-category-card-title-link:hover .product-by-category-card-title{color:var(--primary-marble-dark)}.product-by-category-empty,.product-by-category-error,.product-by-category-loading{text-align:center;padding:5rem 2.5rem;font-size:1.1rem;color:var(--text-secondary);background:#fff;border-radius:20px;border:1px solid var(--border-light);margin:2rem 0;width:100%;font-family:var(--font-body);position:relative;box-shadow:var(--shadow-soft)}.product-by-category-loading{display:flex;align-items:center;justify-content:center;gap:1rem}.product-by-category-loading:after{content:"";width:30px;height:30px;border:3px solid var(--border-marble);border-top-color:var(--primary-marble);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.product-by-category-error{color:#c44536;background:#fff3f0;border-color:#ffcdb2}.product-by-category-empty{color:var(--text-secondary);background:linear-gradient(135deg,#fff,#faf7f2)}.product-by-category-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:2rem 0;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid var(--border-marble);box-shadow:var(--shadow-soft)}.product-by-category-feature{text-align:center;padding:1rem;position:relative}.product-by-category-feature:not(:last-child):after{content:"";position:absolute;right:0;top:25%;height:50%;width:1px;background:var(--border-marble)}.product-by-category-feature-icon{font-size:1.8rem;margin-bottom:.5rem;display:block;color:var(--primary-marble)}.product-by-category-feature-text{font-size:.9rem;color:var(--text-secondary);font-weight:500;font-family:var(--font-body)}.product-by-category-faq{margin:3rem 0 0;padding:2rem;background:#fff;border-radius:16px;border:1px solid var(--border-marble)}.product-by-category-faq-title{font-size:1.5rem;color:var(--text-primary);font-family:var(--font-heading);margin-bottom:1.5rem;text-align:center;position:relative;display:inline-block;padding:0 2rem;background:#fff;left:50%;transform:translateX(-50%)}.product-by-category-faq-title:after,.product-by-category-faq-title:before{content:"";position:absolute;top:50%;width:30px;height:2px;background:var(--gradient-marble)}.product-by-category-faq-title:before{left:-20px}.product-by-category-faq-title:after{right:-20px}.product-by-category-faq-item{margin-bottom:1rem;border-bottom:1px solid var(--border-marble);padding-bottom:1rem}.product-by-category-faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.product-by-category-faq-question{font-size:1rem;color:var(--text-primary);font-weight:600;margin-bottom:.5rem;font-family:var(--font-body);display:flex;align-items:center;gap:8px}.product-by-category-faq-question:before{content:"Q.";color:var(--primary-marble);font-weight:700}.product-by-category-faq-answer{font-size:.95rem;color:var(--text-tertiary);line-height:1.6;padding-left:1.8rem;font-family:var(--font-body)}.product-by-category-faq-answer:before{content:"A.";color:var(--primary-marble);font-weight:600;margin-right:8px;opacity:.8}@media (max-width:1200px){.product-by-category-header{padding:clamp(14px,2.2vw,20px) clamp(16px,2.5vw,2rem)}.product-by-category-title{font-size:2.4rem}}@media (max-width:768px){.product-by-category-header{padding:clamp(14px,2.5vw,18px) clamp(14px,2vw,1.5rem);gap:8px;margin-bottom:.75rem}.product-by-category-header:after{font-size:2rem;right:20px}.product-by-category-title{font-size:2rem;margin-bottom:.5rem}.product-by-category-title:after,.product-by-category-title:before{display:none}.product-by-category-subtitle{font-size:1rem;padding:0 8px}.product-by-category-container{padding:0 1rem 2.5rem}.product-by-category-back,.product-by-category-back-top{margin-bottom:.75rem;padding:6px 14px 6px 12px;font-size:.9rem}.product-by-category-content{padding:1.5rem 1.2rem 1.2rem}.product-by-category-card-title{font-size:1.1rem;min-height:3rem}.product-by-category-price{font-size:1.2rem}.product-by-category-features{grid-template-columns:1fr;gap:1rem}.product-by-category-feature:not(:last-child):after{display:none}}@media screen and (max-width:767px){.product-by-category-header,.product-by-category-page .product-by-category-header{min-height:0!important;height:auto!important;padding:12px 14px 10px!important;gap:6px}.product-by-category-page .product-by-category-header .product-by-category-title,.product-by-category-title,h1.product-by-category-title{width:100%!important;max-width:270px!important;margin:0 auto!important;font-size:clamp(22px,6vw,24px)!important;line-height:1.08!important;letter-spacing:.01em!important;text-align:center!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;display:block!important;-webkit-line-clamp:unset!important;line-clamp:unset!important}.product-by-category-page .product-by-category-header .product-by-category-subtitle,.product-by-category-subtitle{max-width:290px!important;margin:8px auto 0!important;font-size:13px!important;line-height:1.4!important;text-align:center!important}}@media screen and (max-width:359px){.product-by-category-page .product-by-category-header .product-by-category-title,.product-by-category-title,h1.product-by-category-title{max-width:245px!important;font-size:20px!important}}@media (max-width:576px){.product-by-category-header{padding:12px 14px 10px;margin-bottom:.5rem}.product-by-category-container{padding:0 .75rem 2rem}.product-by-category-back,.product-by-category-back-top{margin-bottom:.5rem}.product-by-category-grid{gap:1rem}.product-by-category-content{padding:1.2rem 1rem 1rem}.product-by-category-card-title{font-size:1rem;min-height:2.8rem}.product-by-category-price{font-size:1.1rem}.product-by-category-view-btn,.product-card-actions .product-by-category-enquiry-btn{padding:.8rem 1.5rem;font-size:.85rem}.product-by-category-faq{padding:1.5rem}.product-by-category-faq-title{font-size:1.3rem}}@media print{.product-by-category-page{padding-top:0;background:#fff}.product-by-category-header{background:#fff;border-bottom:1px solid #ddd}.product-by-category-header:after,.product-by-category-header:before{display:none}.product-by-category-container{padding:0 1rem}.product-by-category-card{page-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ddd}.product-by-category-enquiry-btn,.product-by-category-view-btn{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-by-category-card{animation:fadeIn .6s ease forwards}.product-by-category-grid>:first-child{animation-delay:.1s}.product-by-category-grid>:nth-child(2){animation-delay:.2s}.product-by-category-grid>:nth-child(3){animation-delay:.3s}.product-by-category-grid>:nth-child(4){animation-delay:.4s}.product-by-category-grid>:nth-child(5){animation-delay:.5s}.product-by-category-grid>:nth-child(6){animation-delay:.6s}.products-page-all-section{margin-top:3rem;padding-bottom:4rem;border-top:2px solid var(--border-marble);background:linear-gradient(180deg,hsla(0,0%,100%,.6) 0,var(--primary-bg) 100%)}.products-page-all-header{text-align:center;padding:3rem 2.5rem 1.5rem}.products-page-all-title{font-size:2.2rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600;letter-spacing:1px;font-family:var(--font-heading);text-transform:uppercase}.products-page-all-subtitle{font-size:1rem;color:var(--text-secondary);max-width:640px;margin:0 auto;line-height:1.6;font-family:var(--font-body)}.products-page-card-category{font-size:.8rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.6px;margin:-.25rem 0 .5rem;text-align:center;font-family:var(--font-body);font-weight:500}.products-page-load-more-container{display:flex;justify-content:center;margin:2.5rem 0 1rem}.products-page-scroll-sentinel{width:100%;height:1px;margin:0;pointer-events:none}.products-page-skeleton-grid{margin-top:0}.products-page-card-skeleton{pointer-events:none;animation:none}.products-page-skeleton-image{width:100%;aspect-ratio:1/1;background:linear-gradient(90deg,#f0ebe3 25%,#e8dfd2 50%,#f0ebe3 75%);background-size:200% 100%;animation:products-page-shimmer 1.4s infinite}.products-page-skeleton-content{padding:2rem 1rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:10px}.products-page-skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#f0ebe3 25%,#e8dfd2 50%,#f0ebe3 75%);background-size:200% 100%;animation:products-page-shimmer 1.4s infinite}.products-page-skeleton-title{width:75%;height:14px}.products-page-skeleton-category{width:45%;height:10px}.products-page-skeleton-price{width:55%;height:16px;margin:.5rem 0}.products-page-skeleton-btn{width:70%;height:38px;border-radius:40px;background:linear-gradient(90deg,#f0ebe3 25%,#e8dfd2 50%,#f0ebe3 75%);background-size:200% 100%;animation:products-page-shimmer 1.4s infinite}.products-page-append-error{text-align:center;padding:1.5rem;margin:1rem 0 2rem;color:var(--text-secondary);font-family:var(--font-body)}.product-by-category-error .products-page-retry-btn{margin-top:1rem}.products-page-retry-btn{display:inline-block;margin-top:.75rem;padding:.7rem 1.75rem;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--text-primary);background:var(--surface-bg);border:2px solid var(--primary-marble);border-radius:40px;cursor:pointer;transition:all .3s ease;font-family:var(--font-body)}.products-page-retry-btn:hover{background:var(--gradient-marble);color:var(--text-white);border-color:transparent}@keyframes products-page-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.products-page-all-header{padding:2rem 1.25rem 1rem}.products-page-all-title{font-size:1.75rem}}