:root{--shop-accent:#3467ff;--shop-accent-light:rgba(52,103,255,0.1);--shop-accent-dark:#2550d4;--shop-bg:#f0f2f5;--shop-surface:#ffffff;--shop-surface-2:#f5f7fa;--shop-border:rgba(0,0,0,0.08);--shop-text:#1e293b;--shop-text-muted:#4b5563;--shop-text-dim:#6b7280;--shop-radius:6px;--shop-radius-sm:6px;--shop-transition:0.3s cubic-bezier(0.4,0,0.2,1);--shop-shadow:0 2px 8px rgba(0,0,0,0.08),0 6px 20px rgba(0,0,0,0.06);--shop-shadow-lg:0 8px 30px rgba(52,103,255,0.12),0 16px 48px rgba(0,0,0,0.1);--shop-whatsapp:#128c3a;}.shop-hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;}.shop-hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:#0a0f1e;}.shop-hero-video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}.shop-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient( 180deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.55) 30%,rgba(0,0,0,0.6) 60%,rgba(0,0,0,0.8) 100% );z-index:2;}.shop-hero-content{position:relative;z-index:3;text-align:left;max-width:1200px;width:100%;padding:0 clamp(24px,5vw,80px);padding-top:80px;margin-left:clamp(20px,5vw,80px);animation:shopHeroFadeIn 1s ease 0.3s both;}@keyframes shopHeroFadeIn{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}.shop-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);border-radius:50px;color:#ffffff;font-size:13px;font-weight:600;letter-spacing:0.5px;margin-bottom:28px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:shopHeroFadeIn 1s ease 0.5s both;}.shop-hero-badge i{font-size:14px;}.shop-hero-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;color:#ffffff;line-height:1.15;margin-bottom:20px;letter-spacing:-0.5px;text-shadow:0 4px 20px rgba(0,0,0,0.4);animation:shopHeroFadeIn 1s ease 0.6s both;}.shop-hero-title-accent{background:linear-gradient(135deg,#3467ff,#60a5fa,#3467ff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shopGradientShift 4s ease infinite;}@keyframes shopGradientShift{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}.shop-hero-subtitle{font-size:clamp(1rem,1.6vw,1.12rem);color:rgba(255,255,255,0.7);line-height:1.8;margin-bottom:40px;max-width:680px;animation:shopHeroFadeIn 1s ease 0.7s both;}.shop-hero-actions{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-bottom:48px;flex-wrap:wrap;animation:shopHeroFadeIn 1s ease 0.8s both;}.shop-hero-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 34px;border-radius:50px;font-size:15px;font-weight:700;letter-spacing:0.3px;transition:all 0.3s cubic-bezier(0.22,1,0.36,1);cursor:pointer;border:none;white-space:nowrap;position:relative;overflow:hidden;text-decoration:none;}.shop-hero-btn::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.2);transform:translate(-50%,-50%);transition:width 0.5s ease,height 0.5s ease;}.shop-hero-btn:active::after{width:300px;height:300px;}.shop-hero-btn-primary{background:linear-gradient(135deg,#25D366,#20bd5a);color:#ffffff;box-shadow:0 6px 25px rgba(37,211,102,0.3);}.shop-hero-btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 40px rgba(37,211,102,0.5),0 0 20px rgba(37,211,102,0.15);background:linear-gradient(135deg,#2ee673,#25D366);}.shop-hero-btn-primary:active{transform:translateY(-1px) scale(0.98);box-shadow:0 4px 15px rgba(37,211,102,0.3);}.shop-hero-btn-primary i{transition:transform 0.3s ease;}.shop-hero-btn-primary:hover i{transform:scale(1.15);}.shop-hero-btn-outline{background:rgba(255,255,255,0.08);color:#ffffff;border:2px solid rgba(255,255,255,0.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}.shop-hero-btn-outline:hover{background:rgba(255,255,255,0.18);border-color:rgba(255,255,255,0.4);transform:translateY(-3px) scale(1.03);box-shadow:0 10px 30px rgba(0,0,0,0.2);}.shop-hero-btn-outline:active{transform:translateY(-1px) scale(0.98);background:rgba(255,255,255,0.1);}.shop-hero-btn-outline i{transition:transform 0.3s ease;}.shop-hero-btn-outline:hover i{transform:translateY(3px);}.shop-section{background:var(--shop-bg);padding:14px 24px 80px;min-height:60vh;overflow-x:hidden;}.shop-container{max-width:1280px;margin:0 auto;overflow-x:hidden;}.shop-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,0.92);border:1px solid rgba(52,103,255,0.08);border-radius:16px;padding:18px 24px;margin-bottom:18px;position:relative;top:0;z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 24px rgba(0,0,0,0.06),0 1px 4px rgba(52,103,255,0.04);flex-wrap:wrap;transition:box-shadow 0.3s ease,border-color 0.3s ease;max-width:100%;box-sizing:border-box;}.shop-filter-bar:hover{box-shadow:0 8px 32px rgba(0,0,0,0.08),0 2px 8px rgba(52,103,255,0.06);border-color:rgba(52,103,255,0.12);}.filter-bar-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0;flex-wrap:wrap;max-width:100%;}.filter-bar-right{display:flex;align-items:center;gap:10px;flex-shrink:0;max-width:100%;overflow:hidden;}.filter-search-wrap{position:relative;width:240px;flex-shrink:0;}.filter-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--shop-text-dim);font-size:13px;pointer-events:none;transition:color 0.3s ease;}.filter-search-wrap:focus-within .filter-search-icon{color:var(--shop-accent);}.filter-search{width:100%;padding:10px 36px 10px 38px;background:var(--shop-surface-2);border:1.5px solid rgba(0,0,0,0.06);border-radius:50px;color:var(--shop-text);font-size:13.5px;font-weight:500;outline:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);}.filter-search::placeholder{color:var(--shop-text-dim);font-weight:400;}.filter-search:hover{border-color:rgba(52,103,255,0.15);background:#fff;}.filter-search:focus{border-color:var(--shop-accent);box-shadow:0 0 0 3px rgba(52,103,255,0.1),0 2px 8px rgba(52,103,255,0.08);background:#fff;}.filter-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.06);border:none;color:var(--shop-text-dim);cursor:pointer;font-size:10px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;}.filter-search-clear:hover{background:rgba(239,68,68,0.1);color:#ef4444;}.filter-categories{display:flex;align-items:center;gap:8px;flex-wrap:wrap;max-width:100%;overflow:visible;}.filter-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#fff;border:1.5px solid rgba(0,0,0,0.07);border-radius:50px;color:var(--shop-text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all 0.25s cubic-bezier(0.4,0,0.2,1);white-space:nowrap;position:relative;overflow:hidden;}.filter-pill::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(52,103,255,0.06),rgba(52,103,255,0.02));opacity:0;transition:opacity 0.25s ease;}.filter-pill:hover{border-color:rgba(52,103,255,0.25);color:var(--shop-accent);transform:translateY(-1px);box-shadow:0 3px 10px rgba(52,103,255,0.1);}.filter-pill:hover::before{opacity:1;}.filter-pill:active{transform:translateY(0) scale(0.97);}.filter-pill.active{background:linear-gradient(135deg,#3467ff,#5b85ff);border-color:transparent;color:#fff;box-shadow:0 4px 16px rgba(52,103,255,0.35),0 2px 6px rgba(52,103,255,0.15);transform:translateY(-1px);}.filter-pill.active:hover{box-shadow:0 6px 22px rgba(52,103,255,0.4),0 3px 8px rgba(52,103,255,0.2);transform:translateY(-2px);}.filter-pill-count{background:rgba(0,0,0,0.06);padding:2px 8px;border-radius:50px;font-size:11px;font-weight:700;min-width:22px;text-align:center;transition:background 0.25s ease;}.filter-pill.active .filter-pill-count{background:rgba(255,255,255,0.25);}.filter-sort-wrap{position:relative;}.filter-sort{padding:9px 36px 9px 14px;background:#fff;border:1.5px solid rgba(0,0,0,0.07);border-radius:50px;color:var(--shop-text);font-size:13px;font-weight:500;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;outline:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);}.filter-sort:hover{border-color:rgba(52,103,255,0.2);box-shadow:0 2px 8px rgba(52,103,255,0.08);}.filter-sort:focus{border-color:var(--shop-accent);box-shadow:0 0 0 3px rgba(52,103,255,0.1),0 2px 8px rgba(52,103,255,0.08);}.filter-view-toggle{display:flex;align-items:center;background:#fff;border:1.5px solid rgba(0,0,0,0.07);border-radius:50px;overflow:hidden;padding:3px;gap:2px;}.view-btn{padding:6px 11px;background:transparent;border:none;color:var(--shop-text-dim);cursor:pointer;font-size:13px;border-radius:50px;transition:all 0.25s cubic-bezier(0.4,0,0.2,1);}.view-btn:hover{color:var(--shop-accent);background:rgba(52,103,255,0.06);}.view-btn.active{background:linear-gradient(135deg,#3467ff,#5b85ff);color:#fff;box-shadow:0 2px 8px rgba(52,103,255,0.3);}.filter-results-count{font-size:13px;color:var(--shop-text-dim);font-weight:500;white-space:nowrap;padding:6px 14px;background:rgba(52,103,255,0.04);border-radius:50px;border:1px solid rgba(52,103,255,0.08);}#resultsCount{color:var(--shop-accent);font-weight:700;}.active-filters{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius-sm);margin-bottom:20px;flex-wrap:wrap;}.active-filters-label{font-size:12px;color:var(--shop-text-dim);font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}.active-filters-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.active-filter-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--shop-accent-light);color:var(--shop-accent);border-radius:50px;font-size:12px;font-weight:500;}.active-filter-tag .remove-filter{cursor:pointer;opacity:0.7;transition:opacity var(--shop-transition);}.active-filter-tag .remove-filter:hover{opacity:1;}.active-filters-clear{margin-left:auto;background:none;border:none;color:var(--shop-text-dim);font-size:12px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color var(--shop-transition);}.active-filters-clear:hover{color:#ef4444;}.shop-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:8px;transition:all 0.4s ease;}.shop-products-grid.list-view{grid-template-columns:1fr;gap:16px;}.shop-products-grid.list-view .shop-product-card{display:grid;grid-template-columns:clamp(280px,30%,380px) 1fr;border-radius:var(--shop-radius);}.shop-products-grid.list-view .spc-image-wrap{border-radius:var(--shop-radius) 0 0 var(--shop-radius);height:100%;min-height:200px;}.shop-products-grid.list-view .spc-body{display:flex;flex-direction:column;justify-content:center;}.shop-products-grid.list-view .spc-desc{-webkit-line-clamp:3;line-clamp:3;}.shop-products-grid.list-view .spc-actions{justify-content:flex-end;flex-wrap:wrap;margin-top:auto;}.shop-products-grid.list-view .spc-btn{flex:0 0 auto;width:auto;min-width:138px;}.shop-product-card{background:var(--shop-surface);border:1px solid var(--shop-border);border-radius:var(--shop-radius);overflow:hidden;transition:all var(--shop-transition);position:relative;box-shadow:var(--shop-shadow);}.shop-product-card:hover{border-color:rgba(52,103,255,0.25);transform:translateY(-6px) scale(1.015);box-shadow:var(--shop-shadow-lg);}.shop-product-card.hide{display:none;}.spc-image-wrap{position:relative;height:220px;overflow:hidden;background:var(--shop-surface-2);cursor:pointer;}.spc-image{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease,opacity 0.25s ease;}.shop-product-card:hover .spc-image{transform:scale(1.05);}.spc-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--shop-text-dim);font-size:48px;background:linear-gradient(135deg,var(--shop-surface-2),var(--shop-surface));}.spc-category-badge{position:absolute;top:12px;left:12px;background:rgba(255,255,255,0.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;padding:5px 12px;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:0.3px;border:1px solid rgba(0,0,0,0.06);}.spc-body{padding:20px;}.spc-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.spc-desc{font-size:0.875rem;color:var(--shop-text-muted);line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.spc-actions{display:flex;gap:10px;}.spc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:var(--shop-radius-sm);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--shop-transition);text-decoration:none;border:none;flex:1;white-space:nowrap;}.spc-btn-demo{background:var(--shop-whatsapp);color:#fff;}.spc-btn-demo:hover{background:#0f7330;box-shadow:0 4px 16px rgba(18,140,58,0.35);transform:translateY(-1px);color:#fff;}.spc-btn-details{background:var(--shop-accent);color:#ffffff;border:1px solid var(--shop-accent);}.spc-btn-details:hover{background:var(--shop-accent-dark);border-color:var(--shop-accent-dark);color:#fff;box-shadow:0 4px 16px rgba(52,103,255,0.3);transform:translateY(-1px);}.shop-empty-state,.shop-no-results{grid-column:1 / -1;text-align:center;padding:80px 24px;}.shop-empty-icon{font-size:48px;color:var(--shop-text-dim);margin-bottom:16px;}.shop-empty-state h3,.shop-no-results h3{font-size:1.3rem;color:var(--shop-text);margin-bottom:8px;}.shop-empty-state p,.shop-no-results p{color:var(--shop-text-muted);font-size:14px;margin-bottom:20px;}.spc-gallery-indicator{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:3;opacity:0;transition:opacity 0.3s ease;}.spc-image-wrap:hover .spc-gallery-indicator{opacity:1;}.spc-gallery-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.5);transition:all 0.3s ease;}.spc-gallery-dot.active{background:#fff;width:18px;border-radius:3px;}.spc-image-count{position:absolute;top:12px;right:12px;background:rgba(0,0,0,0.55);color:#fff;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:500;z-index:3;display:flex;align-items:center;gap:4px;}@keyframes cardFadeIn{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}.shop-product-card{animation:cardFadeIn 0.4s ease forwards;}.shop-product-card:nth-child(1){animation-delay:0.05s;}.shop-product-card:nth-child(2){animation-delay:0.1s;}.shop-product-card:nth-child(3){animation-delay:0.15s;}.shop-product-card:nth-child(4){animation-delay:0.2s;}.shop-product-card:nth-child(5){animation-delay:0.25s;}.shop-product-card:nth-child(6){animation-delay:0.3s;}.pdx-hero{position:relative;width:100%;min-height:52vh;display:flex;align-items:flex-end;overflow:hidden;}.pdx-hero-bg{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#0a1628 0%,#0d2147 35%,#142952 60%,#0f1d3a 100%);}.pdx-hero-inner{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:120px 32px 48px;}.pdx-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}.pdx-hero-text{display:flex;flex-direction:column;}.pdx-hero-showcase{display:flex;align-items:center;justify-content:center;perspective:1000px;}.pdx-hero-image-frame{position:relative;width:100%;max-width:480px;border-radius:2px;overflow:hidden;border:2px solid rgba(255,255,255,0.12);box-shadow:0 8px 32px rgba(0,0,0,0.5),0 20px 60px rgba(0,0,0,0.35),0 0 0 1px rgba(255,255,255,0.06);transform:rotateY(-3deg) rotateX(2deg);transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);animation:pdxHeroFloat 6s ease-in-out infinite;}.pdx-hero-image-frame:hover{transform:rotateY(0deg) rotateX(0deg) scale(1.02);}.pdx-hero-product-img{width:100%;display:block;object-fit:contain;max-height:380px;background:#0c1a30;}.pdx-hero-image-glow{position:absolute;inset:0;border-radius:2px;box-shadow:inset 0 0 40px rgba(52,103,255,0.08);pointer-events:none;}@keyframes pdxHeroFloat{0%,100%{transform:rotateY(-3deg) rotateX(2deg) translateY(0);}50%{transform:rotateY(-3deg) rotateX(2deg) translateY(-10px);}}.pdx-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;}.pdx-breadcrumb a,.pdx-breadcrumb span{font-size:13px;text-decoration:none;transition:color var(--shop-transition);}.pdx-breadcrumb a{color:rgba(255,255,255,0.6);}.pdx-breadcrumb a:hover{color:#fff;}.pdx-breadcrumb span{color:rgba(255,255,255,0.9);font-weight:600;}.pdx-breadcrumb i.fa-chevron-right{font-size:8px;color:rgba(255,255,255,0.3);}.pdx-breadcrumb i.fa-home{font-size:12px;}.pdx-hero-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;background:rgba(52,103,255,0.2);border:1px solid rgba(52,103,255,0.3);color:#8bb4ff;padding:6px 16px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}.pdx-hero-badge i{font-size:11px;}.pdx-hero-title{font-size:2.75rem;font-weight:800;color:#fff;letter-spacing:-0.5px;line-height:1.15;margin-bottom:14px;}.pdx-hero-subtitle{font-size:1.05rem;color:rgba(255,255,255,0.7);line-height:1.7;max-width:600px;margin-bottom:20px;}.pdx-hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,0.5);}.pdx-hero-meta i{margin-right:4px;font-size:12px;}.pdx-meta-dot{display:inline-block;width:4px;height:4px;background:rgba(255,255,255,0.3);border-radius:50%;}.pdx-main{background:#ffffff;padding:0 24px 80px;}.pdx-container{max-width:1200px;margin:0 auto;}.pdx-cta-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:20px 24px;margin-bottom:8px;background:#fff;border-radius:var(--shop-radius);border:1px solid rgba(0,0,0,0.06);box-shadow:0 2px 12px rgba(0,0,0,0.06);}.pdx-cta-left{display:flex;gap:10px;flex-wrap:wrap;}.pdx-cta-right{display:flex;align-items:center;gap:12px;}.pdx-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:var(--shop-radius-sm);font-size:14px;font-weight:700;cursor:pointer;transition:all var(--shop-transition);text-decoration:none;border:none;white-space:nowrap;}.pdx-btn-demo{background:var(--shop-whatsapp);color:#fff;box-shadow:0 2px 8px rgba(37,211,102,0.25);}.pdx-btn-demo:hover{background:#1fb855;box-shadow:0 6px 20px rgba(37,211,102,0.4);transform:translateY(-2px);color:#fff;}.pdx-btn-back{background:#fff;color:var(--shop-text);border:1.5px solid var(--shop-text);box-shadow:none;}.pdx-btn-back:hover{background:var(--shop-text);border-color:var(--shop-text);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,0.2);}.pdx-share-actions{display:flex;gap:8px;}.pdx-share-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;font-size:15px;cursor:pointer;transition:all var(--shop-transition);text-decoration:none;}.pdx-share-whatsapp{color:var(--shop-whatsapp);border:1.5px solid var(--shop-whatsapp);}.pdx-share-whatsapp:hover{background:var(--shop-whatsapp);color:#fff;transform:scale(1.1);box-shadow:0 4px 14px rgba(37,211,102,0.35);}.pdx-share-link{color:#1a2b5f;border:1.5px solid #1a2b5f;}.pdx-share-link:hover{background:#1a2b5f;color:#fff;transform:scale(1.1);box-shadow:0 4px 14px rgba(26,43,95,0.35);}.pdx-showcase-section{display:grid;grid-template-columns:1fr 340px;gap:28px;padding-top:32px;}.pdx-showcase-main{position:relative;width:100%;border-radius:10px;overflow:hidden;background:#0c1a30;border:1px solid rgba(0,0,0,0.08);cursor:zoom-in;box-shadow:0 4px 24px rgba(0,0,0,0.1),0 10px 40px rgba(0,0,0,0.06);align-self:start;}.pdx-showcase-img{width:100%;display:block;object-fit:contain;max-height:75vh;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);}.pdx-showcase-main:hover .pdx-showcase-img{transform:scale(1.04);}.pdx-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--shop-text-dim);font-size:14px;}.pdx-image-placeholder i{font-size:56px;}.pdx-zoom-hint{position:absolute;bottom:14px;right:14px;width:38px;height:38px;background:rgba(0,0,0,0.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;opacity:0;transition:opacity var(--shop-transition);pointer-events:none;}.pdx-showcase-main:hover .pdx-zoom-hint{opacity:1;}.pdx-showcase-gallery{display:flex;flex-direction:column;gap:12px;}.pdx-showcase-gallery-title{display:flex;align-items:center;gap:8px;font-size:0.95rem;font-weight:700;color:var(--shop-text);padding:12px 16px;background:#fff;border-radius:var(--shop-radius-sm);border:1px solid rgba(0,0,0,0.06);box-shadow:0 2px 8px rgba(0,0,0,0.05);}.pdx-showcase-gallery-title i{color:var(--shop-accent);font-size:14px;}.pdx-gallery-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:var(--shop-accent-light);color:var(--shop-accent);border-radius:50px;font-size:11px;font-weight:700;}.pdx-showcase-gallery-list{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow-y:auto;}.pdx-showcase-gallery-list::-webkit-scrollbar{width:5px;}.pdx-showcase-gallery-list::-webkit-scrollbar-track{background:transparent;}.pdx-showcase-gallery-list::-webkit-scrollbar-thumb{background:var(--shop-border);border-radius:10px;}.pdx-info-section{display:grid;grid-template-columns:1fr 340px;gap:36px;margin-top:48px;padding-top:40px;border-top:1px solid rgba(0,0,0,0.06);}.pdx-info-description{min-width:0;}.pdx-info-heading{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:800;color:var(--shop-text);margin-bottom:4px;padding:14px 18px;background:#fff;border-radius:var(--shop-radius-sm);border:1px solid rgba(0,0,0,0.06);box-shadow:0 2px 8px rgba(0,0,0,0.05);}.pdx-info-heading i{color:var(--shop-accent);font-size:16px;}.pdx-info-recommended{display:flex;flex-direction:column;gap:0;}.pdx-rec-stack{display:flex;flex-direction:column;gap:16px;}.pdx-description{padding:20px 0;font-size:15px;color:var(--shop-text-muted);line-height:1.2;}.pdx-description h1,.pdx-description h2,.pdx-description h3,.pdx-description h4,.pdx-description h5,.pdx-description h6{color:var(--shop-text);margin-top:18px;margin-bottom:6px;line-height:1.3;}.pdx-description p{margin-bottom:8px;}.pdx-description p:empty,.pdx-description p>br:only-child{margin-bottom:4px;line-height:0.5;}.pdx-description ul,.pdx-description ol{padding-left:24px;margin-bottom:10px;}.pdx-description li{margin-bottom:3px;}.pdx-description a{color:var(--shop-accent);text-decoration:underline;}.pdx-description blockquote{border-left:3px solid var(--shop-accent);padding:12px 20px;margin:16px 0;background:var(--shop-surface-2);border-radius:0 var(--shop-radius-sm) var(--shop-radius-sm) 0;font-style:italic;}.pdx-description pre{background:var(--shop-surface-2);padding:16px;border-radius:var(--shop-radius-sm);overflow-x:auto;margin:16px 0;}.pdx-description code{background:var(--shop-surface-2);padding:2px 6px;border-radius:4px;font-size:0.9em;}.pdx-description img{max-width:100%;height:auto;border-radius:var(--shop-radius-sm);margin:12px 0;}.pdx-gallery-item{position:relative;width:100%;aspect-ratio:16/10;border-radius:8px;overflow:hidden;cursor:pointer;border:1px solid rgba(0,0,0,0.06);background:#fff;flex-shrink:0;box-shadow:0 3px 16px rgba(0,0,0,0.08),0 1px 6px rgba(0,0,0,0.04);transition:box-shadow var(--shop-transition),transform var(--shop-transition);}.pdx-gallery-item:hover{box-shadow:0 8px 28px rgba(0,0,0,0.14),0 3px 12px rgba(0,0,0,0.08);transform:translateY(-2px);}.pdx-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);}.pdx-gallery-item:hover img{transform:scale(1.08);}.pdx-gallery-hover{position:absolute;inset:0;background:rgba(0,0,0,0.4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;opacity:0;transition:opacity var(--shop-transition);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);}.pdx-gallery-item:hover .pdx-gallery-hover{opacity:1;}.pdx-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:12px 16px;background:#fff;border-radius:var(--shop-radius-sm);border:1px solid rgba(0,0,0,0.06);box-shadow:0 2px 8px rgba(0,0,0,0.05);flex-wrap:wrap;}.pdx-section-title{font-size:1rem;font-weight:800;color:var(--shop-text);display:flex;align-items:center;gap:8px;}.pdx-section-title i{color:var(--shop-accent);font-size:15px;}.pdx-view-all{display:inline-flex;align-items:center;gap:6px;color:var(--shop-accent);font-size:13px;font-weight:600;text-decoration:none;transition:gap var(--shop-transition);}.pdx-view-all:hover{gap:10px;}.pdx-rec-card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:var(--shop-radius);overflow:hidden;transition:all var(--shop-transition);box-shadow:0 2px 12px rgba(0,0,0,0.07),0 1px 4px rgba(0,0,0,0.04);}.pdx-rec-card:hover{border-color:rgba(52,103,255,0.2);transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,0.12),0 4px 12px rgba(0,0,0,0.06);}.pdx-rec-image-wrap{position:relative;height:200px;overflow:hidden;background:var(--shop-surface-2);display:block;cursor:pointer;}.pdx-rec-img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease;}.pdx-rec-card:hover .pdx-rec-img{transform:scale(1.05);}.pdx-rec-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--shop-text-dim);font-size:40px;background:linear-gradient(135deg,var(--shop-surface-2),var(--shop-surface));}.pdx-rec-badge{position:absolute;top:12px;left:12px;background:rgba(255,255,255,0.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#1e293b;padding:5px 12px;border-radius:50px;font-size:11px;font-weight:600;letter-spacing:0.3px;border:1px solid rgba(0,0,0,0.06);}.pdx-rec-body{padding:18px;display:flex;flex-direction:column;flex:1;}.pdx-rec-name{font-size:1rem;font-weight:700;color:var(--shop-text);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}.pdx-rec-desc{font-size:0.85rem;color:var(--shop-text-muted);line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;}.pdx-rec-actions{display:flex;gap:10px;}.pdx-rec-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:var(--shop-radius-sm);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--shop-transition);text-decoration:none;border:none;flex:1;white-space:nowrap;}.pdx-rec-btn-demo{background:var(--shop-whatsapp);color:#fff;}.pdx-rec-btn-demo:hover{background:#1fb855;box-shadow:0 4px 16px rgba(37,211,102,0.3);transform:translateY(-1px);color:#fff;}.pdx-rec-btn-details{background:var(--shop-surface-2);color:var(--shop-text);border:1px solid var(--shop-border);}.pdx-rec-btn-details:hover{background:var(--shop-accent);border-color:var(--shop-accent);color:#fff;box-shadow:0 4px 16px rgba(52,103,255,0.3);transform:translateY(-1px);}.pd-lightbox{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;}.pd-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);}.pd-lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;}.pd-lightbox-image{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 0 60px rgba(0,0,0,0.5);}.pd-lightbox-close{position:fixed;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.1);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--shop-transition);z-index:10;}.pd-lightbox-close:hover{background:rgba(255,255,255,0.2);transform:rotate(90deg);}.pd-lightbox-prev,.pd-lightbox-next{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.1);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--shop-transition);z-index:10;}.pd-lightbox-prev{left:20px;}.pd-lightbox-next{right:20px;}.pd-lightbox-prev:hover,.pd-lightbox-next:hover{background:rgba(255,255,255,0.2);transform:translateY(-50%) scale(1.1);}.pd-lightbox-counter{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,0.6);color:#fff;padding:6px 16px;border-radius:50px;font-size:13px;font-weight:500;z-index:10;}@media (max-width:1200px){.shop-products-grid{grid-template-columns:repeat(3,1fr);}.pdx-showcase-section{grid-template-columns:1fr 280px;}.pdx-info-section{grid-template-columns:1fr 280px;}}@media (max-width:1024px){.shop-filter-bar{flex-direction:column;align-items:stretch;gap:14px;}.filter-bar-left{flex-direction:column;align-items:stretch;}.pdx-hero{min-height:0;}.pdx-hero-grid{grid-template-columns:1fr 1fr;gap:28px;}.pdx-hero-image-frame{max-width:380px;}.pdx-hero-title{font-size:2.2rem;}.filter-search-wrap{width:100%;}.filter-categories{overflow-x:auto;padding-bottom:4px;flex-wrap:nowrap;}.filter-bar-right{justify-content:space-between;}.pdx-showcase-section{grid-template-columns:1fr;gap:24px;}.pdx-showcase-gallery-list{display:grid;grid-template-columns:repeat(3,1fr);max-height:none;overflow-y:visible;}.pdx-info-section{grid-template-columns:1fr;gap:32px;}}@media (max-width:768px){.shop-hero{min-height:100vh;justify-content:center;}.shop-hero-content{margin-left:0;padding:0 20px;padding-top:64px;text-align:center;}.shop-hero-subtitle{margin-left:auto;margin-right:auto;}.shop-hero-actions{flex-direction:column;align-items:center;justify-content:center;gap:12px;}.shop-hero-btn{width:100%;max-width:320px;justify-content:center;padding:13px 28px;font-size:14px;}.shop-section{padding:32px 16px 60px;}.shop-container{max-width:100%;overflow-x:hidden;}.shop-filter-bar{top:0;padding:12px;border-radius:12px;gap:10px;width:100%;box-sizing:border-box;margin-bottom:32px;}.filter-bar-left{width:100%;gap:10px;}.filter-bar-right{width:100%;justify-content:space-between;flex-wrap:wrap;gap:8px;}.filter-search-wrap{width:100%;max-width:100%;}.filter-categories{width:100%;overflow:visible;flex-wrap:wrap;padding-bottom:0;}.filter-sort-wrap{flex:1;min-width:0;}.filter-sort{width:100%;min-width:120px;max-width:100%;}.filter-view-toggle{flex-shrink:0;}.filter-results-count{font-size:12px;white-space:nowrap;padding:6px 10px;flex-shrink:0;}.shop-products-grid{grid-template-columns:repeat(2,1fr);gap:14px;}.shop-products-grid.list-view{grid-template-columns:1fr;}.shop-products-grid.list-view .shop-product-card{grid-template-columns:1fr;}.shop-products-grid.list-view .spc-image-wrap{border-radius:var(--shop-radius) var(--shop-radius) 0 0;height:200px;}.spc-image-wrap{height:180px;}.spc-body{padding:16px;}.spc-title{font-size:0.95rem;}.spc-desc{font-size:0.82rem;margin-bottom:12px;}.spc-actions{flex-direction:column;gap:8px;}.shop-products-grid.list-view .spc-actions{flex-direction:row;justify-content:flex-end;gap:8px;}.spc-btn{padding:11px 16px;font-size:13px;width:100%;}.shop-products-grid.list-view .spc-btn{width:auto;min-width:130px;flex:0 0 auto;}.pdx-hero{min-height:0;}.pdx-hero-inner{padding:80px 16px 28px;}.pdx-hero-grid{grid-template-columns:1fr;gap:20px;}.pdx-hero-showcase{justify-content:center;order:-1;}.pdx-hero-image-frame{max-width:100%;transform:none;animation:none;border-radius:8px;}.pdx-hero-product-img{max-height:260px;}.pdx-hero-text{text-align:center;align-items:center;}.pdx-hero-badge{align-self:center;}.pdx-hero-title{font-size:1.6rem;}.pdx-hero-subtitle{font-size:0.9rem;line-height:1.6;text-align:center;}.pdx-hero-meta{justify-content:center;}.pdx-breadcrumb{justify-content:center;font-size:12px;gap:6px;}.pdx-breadcrumb a,.pdx-breadcrumb span{font-size:12px;}.pdx-main{padding:0 14px 50px;}.pdx-cta-bar{flex-direction:column;align-items:stretch;padding:14px 16px;gap:12px;}.pdx-cta-left{width:100%;gap:8px;}.pdx-btn{flex:1;justify-content:center;padding:10px 16px;font-size:13px;}.pdx-cta-right{justify-content:center;}.pdx-share-btn{width:36px;height:36px;font-size:14px;}.pdx-showcase-section{grid-template-columns:1fr;gap:20px;padding-top:20px;}.pdx-showcase-main{border-radius:8px;}.pdx-showcase-img{max-height:50vh;}.pdx-showcase-gallery-title{padding:10px 14px;font-size:0.9rem;}.pdx-showcase-gallery-list{display:grid;grid-template-columns:repeat(2,1fr);max-height:none;overflow-y:visible;gap:10px;}.pdx-info-section{grid-template-columns:1fr;gap:24px;margin-top:32px;padding-top:28px;}.pdx-info-heading{padding:12px 14px;font-size:1rem;}.pdx-description{padding:16px 0;font-size:14px;line-height:1.5;}.pdx-description h1{font-size:1.4rem;}.pdx-description h2{font-size:1.2rem;}.pdx-description h3{font-size:1.1rem;}.pdx-description img{border-radius:6px;}.pdx-description blockquote{padding:10px 14px;margin:12px 0;}.pdx-description pre{padding:12px;font-size:13px;}.pdx-section-header{padding:10px 14px;}.pdx-section-title{font-size:0.95rem;}.pdx-rec-image-wrap{height:180px;}.pdx-rec-body{padding:14px;}.pdx-rec-name{font-size:0.95rem;}.pdx-rec-desc{font-size:0.82rem;margin-bottom:12px;}.pdx-rec-actions{flex-direction:column;gap:8px;}.pdx-rec-btn{padding:9px 14px;font-size:12.5px;}.pd-lightbox-image{max-width:95vw;max-height:80vh;border-radius:6px;}.pd-lightbox-close{top:12px;right:12px;width:38px;height:38px;font-size:16px;}}@media (max-width:576px){.shop-section{padding:24px 12px 48px;}.shop-container{padding:0;}.shop-filter-bar{position:relative;top:0;margin-bottom:24px;padding:10px;margin-left:0;margin-right:0;}.filter-bar-left,.filter-bar-right{width:100%;min-width:0;}.filter-bar-right{gap:6px;}.filter-search{font-size:13.5px;}.filter-categories{width:100%;overflow:visible;flex-wrap:wrap;}.filter-pill{flex-shrink:1;max-width:100%;}.filter-sort-wrap{flex:1 1 auto;min-width:110px;max-width:calc(50% - 4px);}.filter-sort{width:100%;font-size:12.5px;padding:9px 32px 9px 12px;}.filter-view-toggle{flex-shrink:0;min-width:auto;}.filter-results-count{font-size:11.5px;padding:6px 8px;flex-shrink:0;min-width:auto;}.active-filters{padding:8px 10px;font-size:11px;margin-bottom:16px;}.active-filters-label{font-size:10px;}.active-filter-tag{font-size:11px;padding:3px 10px;}.spc-btn,.filter-pill,.view-btn{min-height:42px;touch-action:manipulation;}.shop-product-card{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;}.filter-categories{scroll-behavior:auto;}@media (hover:none){.shop-product-card:hover{transform:none;}.spc-image-wrap:hover .spc-gallery-indicator{opacity:0;}}}@media (max-width:420px){.shop-filter-bar{padding:9px;gap:8px;}.filter-bar-right{gap:5px;}.filter-sort-wrap{max-width:calc(52% - 3px);min-width:105px;}.filter-sort{font-size:12px;padding:9px 30px 9px 11px;}.filter-view-toggle .view-btn{width:34px;height:34px;font-size:13px;}.filter-results-count{font-size:10.5px;padding:5px 6px;}}@media (max-width:480px){.shop-hero{min-height:100vh;}.shop-hero-content{padding:0 16px;padding-top:60px;}.shop-hero-title{font-size:1.75rem;}.shop-hero-subtitle{font-size:0.92rem;line-height:1.7;}.shop-hero-badge{font-size:12px;padding:8px 16px;}.shop-hero-btn{padding:12px 24px;font-size:13.5px;}.shop-section{padding:24px 8px 48px;}.shop-container{padding:0 2px;}.shop-filter-bar{padding:8px;border-radius:10px;top:0;position:relative;margin-bottom:22px;width:100%;max-width:100%;overflow:hidden;}.filter-search-wrap{width:100%;}.filter-search{padding:11px 36px 11px 38px;font-size:14px;width:100%;box-sizing:border-box;}.filter-pill{padding:7px 14px;font-size:12.5px;min-height:34px;flex-shrink:1;}.filter-sort-wrap{flex:1 1 auto;min-width:100px;max-width:calc(55% - 3px);}.filter-sort{padding:10px 32px 10px 12px;font-size:12.5px;min-height:38px;width:100%;box-sizing:border-box;}.filter-view-toggle .view-btn{width:36px;height:36px;font-size:14px;padding:6px;}.filter-results-count{font-size:11px;padding:5px 7px;}.shop-products-grid{grid-template-columns:1fr;gap:16px;}.spc-image-wrap{height:220px;}}.pdx-hero-v2{background:linear-gradient(180deg,#ffffff 0%,#f8fafb 100%);padding:calc(var(--nav-height,72px) + 24px) 0 44px;border-bottom:1px solid #e5e7eb;}.pdx-hero-v2-container{max-width:1320px;margin:0 auto;padding:0 clamp(16px,4vw,40px);}.pdx-breadcrumb-v2{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;margin-bottom:32px;padding-bottom:16px;border-bottom:1px solid #f0f0f0;}.pdx-breadcrumb-v2 a{color:#6b7280;text-decoration:none;transition:color 0.2s ease;display:inline-flex;align-items:center;gap:6px;}.pdx-breadcrumb-v2 a:hover{color:#3b82f6;}.pdx-breadcrumb-v2 i.fa-chevron-right{color:#d1d5db;font-size:10px;}.pdx-breadcrumb-v2 span{color:#111827;font-weight:600;}.pdx-hero-v2-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start;}.pdx-hero-v2-info{padding-top:20px;}.pdx-hero-v2-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:25px;font-size:13px;font-weight:700;color:#1e40af;margin-bottom:20px;letter-spacing:0.3px;}.pdx-hero-v2-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#0f172a;line-height:1.2;margin:0 0 20px 0;letter-spacing:-0.5px;}.pdx-hero-v2-desc{font-size:17px;line-height:1.7;color:#4b5563;margin-bottom:32px;max-width:560px;}.pdx-hero-v2-cta{display:flex;align-items:center;gap:14px;margin-bottom:28px;flex-wrap:wrap;}.pdx-hero-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:14px;font-size:16px;font-weight:700;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;border:none;box-shadow:0 4px 14px rgba(0,0,0,0.08);}.pdx-hero-btn-primary{background:linear-gradient(135deg,#25D366,#20bd5a);color:#ffffff;}.pdx-hero-btn-primary:hover{background:linear-gradient(135deg,#20bd5a,#1ca34f);box-shadow:0 6px 24px rgba(37,211,102,0.4);transform:translateY(-2px);}.pdx-hero-btn-secondary{background:#ffffff;color:#3b82f6;border:2px solid #3b82f6;}.pdx-hero-btn-secondary:hover{background:#3b82f6;color:#ffffff;box-shadow:0 6px 24px rgba(59,130,246,0.3);transform:translateY(-2px);}.pdx-hero-v2-share{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid #e5e7eb;}.pdx-share-label{font-size:14px;font-weight:600;color:#6b7280;}.pdx-share-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;cursor:pointer;transition:all 0.2s ease;text-decoration:none;}.pdx-share-icon:hover{background:#ffffff;color:#3b82f6;border-color:#3b82f6;transform:translateY(-2px);}.pdx-share-icon-wa:hover{background:#25D366;border-color:#25D366;color:#ffffff;}.pdx-hero-v2-images{display:flex;flex-direction:column;gap:20px;}.pdx-hero-v2-main-image{position:relative;}.pdx-hero-v2-image-frame{position:relative;width:100%;height:clamp(220px,34vw,390px);border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);box-shadow:0 8px 32px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.04);border:1px solid #f0f0f0;cursor:zoom-in;transition:transform 0.3s ease,box-shadow 0.3s ease;}.pdx-hero-v2-image-frame:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.12),0 4px 12px rgba(0,0,0,0.06);}.pdx-hero-v2-img{width:100%;height:100%;object-fit:contain;object-position:center;padding:10px;transition:transform 0.3s ease;}.pdx-hero-v2-image-frame:hover .pdx-hero-v2-img{transform:scale(1.02);}.pdx-hero-v2-zoom-hint{position:absolute;bottom:16px;right:16px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.95);color:#3b82f6;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.1);opacity:0;transition:opacity 0.3s ease;pointer-events:none;border:1px solid #e5e7eb;}.pdx-hero-v2-image-frame:hover .pdx-hero-v2-zoom-hint{opacity:1;}.pdx-hero-v2-gallery{background:#ffffff;border-radius:16px;padding:20px;box-shadow:0 4px 16px rgba(0,0,0,0.06);border:1px solid #f0f0f0;}.pdx-hero-v2-gallery-label{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#111827;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f3f4f6;}.pdx-hero-v2-gallery-label i{color:#3b82f6;font-size:16px;}.pdx-hero-v2-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}.pdx-hero-v2-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;background:#f3f4f6;transition:transform 0.2s ease;}.pdx-hero-v2-thumb:hover{transform:translateY(-3px);}.pdx-hero-v2-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.pdx-hero-v2-thumb-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;}.pdx-hero-v2-thumb-overlay i{color:#ffffff;font-size:18px;}.pdx-hero-v2-thumb:hover img{transform:scale(1.1);}.pdx-hero-v2-thumb:hover .pdx-hero-v2-thumb-overlay{opacity:1;}@media (max-width:1024px){.pdx-hero-v2-grid{grid-template-columns:1fr;gap:24px;}.pdx-hero-v2-info{padding-top:0;}.pdx-hero-v2-gallery-grid{grid-template-columns:repeat(5,1fr);}}@media (max-width:768px){.pdx-hero-v2{padding:calc(var(--nav-height,64px) + 18px) 0 34px;}.pdx-hero-v2-grid{display:flex;flex-direction:column;gap:18px;}.pdx-hero-v2-info{order:1;}.pdx-hero-v2-images{order:2;}.pdx-hero-v2-container{padding:0 14px;}.pdx-breadcrumb-v2{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;margin-bottom:20px;padding-bottom:10px;}.pdx-hero-v2-title{font-size:1.75rem;margin-bottom:14px;}.pdx-hero-v2-desc{font-size:15px;line-height:1.6;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;}.pdx-hero-v2-cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:10px;margin-bottom:18px;}.pdx-hero-btn{width:100%;justify-content:center;padding:12px 14px;font-size:14px;border-radius:12px;}.pdx-hero-v2-gallery-grid{grid-template-columns:repeat(3,1fr);gap:8px;}.pdx-hero-v2-image-frame{height:clamp(200px,52vw,300px);border-radius:16px;}.pdx-hero-v2-img{padding:8px;}.pdx-breadcrumb-v2{font-size:12px;gap:8px;}.pdx-main-v2{padding:24px 0 58px;}.pdx-section-card,.pdx-buy-card-v3{padding:16px;}.pdx-section-head span{font-size:12px;}.pdx-trust-list-v3 li{font-size:12px;}}@media (max-width:480px){.pdx-hero-v2{padding:calc(var(--nav-height,64px) + 14px) 0 28px;}.pdx-hero-v2-grid{gap:14px;}.pdx-hero-v2-image-frame{height:clamp(180px,58vw,260px);border-radius:14px;}.pdx-hero-v2-img{padding:6px;}.pdx-hero-v2-gallery-grid{grid-template-columns:repeat(2,1fr);}.pdx-hero-v2-cta{grid-template-columns:1fr;}.pdx-hero-v2-title{font-size:1.55rem;}.pdx-hero-v2-desc{font-size:14px;-webkit-line-clamp:7;}}.pdx-main-v2{background:#f8f9fb;min-height:100vh;padding:120px 0 80px;}.pdx-container-v2{max-width:1320px;margin:0 auto;padding:0 clamp(16px,4vw,40px);}.pdx-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:0 4px;}.pdx-back-link{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:600;color:#374151;text-decoration:none;transition:all 0.2s ease;box-shadow:0 1px 3px rgba(0,0,0,0.05);}.pdx-back-link:hover{background:#f9fafb;border-color:#3b82f6;color:#3b82f6;transform:translateX(-2px);}.pdx-share-group{display:flex;align-items:center;gap:8px;}.pdx-icon-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;cursor:pointer;transition:all 0.2s ease;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,0.05);}.pdx-icon-btn:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db;}.pdx-icon-whatsapp:hover{background:#25D366;border-color:#25D366;color:#ffffff;}.pdx-two-col-layout{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start;}.pdx-card{background:#ffffff;border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);border:1px solid #f0f0f0;margin-bottom:20px;}.pdx-card-title{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:700;color:#111827;margin-bottom:18px;padding-bottom:14px;border-bottom:2px solid #f3f4f6;}.pdx-card-title i{color:#3b82f6;font-size:18px;}.pdx-badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#eff6ff;border-radius:12px;font-size:12px;font-weight:700;color:#3b82f6;margin-left:auto;}.pdx-main-content{min-width:0;}.pdx-product-info{padding:32px;}.pdx-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;}.pdx-product-title{font-size:clamp(1.75rem,3vw,2.2rem);font-weight:800;color:#0f172a;line-height:1.2;margin:0;flex:1;}.pdx-category-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:20px;font-size:13px;font-weight:600;color:#1e40af;white-space:nowrap;}.pdx-short-desc{font-size:16px;line-height:1.7;color:#4b5563;margin-bottom:24px;}.pdx-cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}.pdx-btn-primary,.pdx-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:700;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);cursor:pointer;border:none;}.pdx-btn-primary{background:linear-gradient(135deg,#25D366,#20bd5a);color:#ffffff;box-shadow:0 4px 14px rgba(37,211,102,0.3);}.pdx-btn-primary:hover{background:linear-gradient(135deg,#20bd5a,#1ca34f);box-shadow:0 6px 20px rgba(37,211,102,0.4);transform:translateY(-2px);}.pdx-btn-secondary{background:#ffffff;color:#3b82f6;border:2px solid #3b82f6;}.pdx-btn-secondary:hover{background:#3b82f6;color:#ffffff;transform:translateY(-2px);}.pdx-description-card{padding:28px;}.pdx-scrollable-content{max-height:600px;overflow-y:auto;padding-right:12px;margin-top:6px;}.pdx-scrollable-content::-webkit-scrollbar{width:8px;}.pdx-scrollable-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px;}.pdx-scrollable-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;}.pdx-scrollable-content::-webkit-scrollbar-thumb:hover{background:#94a3b8;}.pdx-description{font-size:15px;line-height:1.8;color:#374151;}.pdx-description h1,.pdx-description h2,.pdx-description h3,.pdx-description h4,.pdx-description h5,.pdx-description h6{color:#111827;margin-top:24px;margin-bottom:12px;font-weight:700;line-height:1.3;}.pdx-description h1{font-size:1.8rem;}.pdx-description h2{font-size:1.5rem;}.pdx-description h3{font-size:1.25rem;}.pdx-description h4{font-size:1.1rem;}.pdx-description p{margin-bottom:14px;}.pdx-description ul,.pdx-description ol{padding-left:28px;margin-bottom:14px;}.pdx-description li{margin-bottom:8px;}.pdx-description strong{font-weight:700;color:#1f2937;}.pdx-description a{color:#3b82f6;text-decoration:underline;}.pdx-description a:hover{color:#2563eb;}.pdx-description img{max-width:100%;height:auto;border-radius:10px;margin:16px 0;}.pdx-description code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:0.9em;color:#dc2626;}.pdx-description pre{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0;}.pdx-description blockquote{border-left:4px solid #3b82f6;padding-left:16px;margin:16px 0;color:#4b5563;font-style:italic;}.pdx-sidebar{position:sticky;top:100px;max-height:calc(100vh - 120px);overflow-y:auto;padding-right:4px;}.pdx-sidebar::-webkit-scrollbar{width:6px;}.pdx-sidebar::-webkit-scrollbar-track{background:transparent;}.pdx-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;}.pdx-main-image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:#f3f4f6;cursor:zoom-in;}.pdx-main-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.pdx-main-image-wrap:hover .pdx-main-image{transform:scale(1.05);}.pdx-zoom-hint{position:absolute;bottom:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.6);color:#ffffff;border-radius:8px;opacity:0;transition:opacity 0.3s ease;pointer-events:none;}.pdx-main-image-wrap:hover .pdx-zoom-hint{opacity:1;}.pdx-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}.pdx-gallery-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;background:#f3f4f6;}.pdx-gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.pdx-gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;}.pdx-gallery-overlay i{color:#ffffff;font-size:20px;}.pdx-gallery-thumb:hover img{transform:scale(1.1);}.pdx-gallery-thumb:hover .pdx-gallery-overlay{opacity:1;}.pdx-recommended-list{display:flex;flex-direction:column;gap:12px;}.pdx-rec-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;transition:all 0.2s ease;}.pdx-rec-item:hover{background:#ffffff;border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,0.1);transform:translateY(-2px);}.pdx-rec-thumb{width:70px;height:70px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#e5e7eb;}.pdx-rec-thumb img{width:100%;height:100%;object-fit:cover;}.pdx-rec-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:24px;}.pdx-rec-info{flex:1;min-width:0;}.pdx-rec-title{font-size:14px;font-weight:700;color:#111827;margin:0 0 4px 0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.pdx-rec-category{font-size:12px;color:#6b7280;}.pdx-rec-arrow{color:#9ca3af;font-size:14px;transition:transform 0.2s ease;}.pdx-rec-item:hover .pdx-rec-arrow{transform:translateX(4px);color:#3b82f6;}.pdx-view-all-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;margin-top:8px;background:#eff6ff;border-radius:10px;font-size:14px;font-weight:600;color:#3b82f6;text-decoration:none;transition:all 0.2s ease;}.pdx-view-all-link:hover{background:#dbeafe;gap:12px;}@media (max-width:1024px){.pdx-two-col-layout{grid-template-columns:1fr;}.pdx-sidebar{position:static;max-height:none;overflow-y:visible;}.pdx-scrollable-content{max-height:500px;}}@media (max-width:768px){.pdx-main-v2{padding:90px 0 60px;}.pdx-container-v2{padding:0 16px;}.pdx-product-info{padding:24px 20px;}.pdx-card-header{flex-direction:column;align-items:flex-start;}.pdx-product-title{font-size:1.5rem;}.pdx-cta-actions{flex-direction:column;width:100%;}.pdx-btn-primary,.pdx-btn-secondary{width:100%;justify-content:center;}.pdx-scrollable-content{max-height:400px;}.pdx-gallery-grid{grid-template-columns:repeat(3,1fr);gap:8px;}.pdx-back-link span{display:none;}.pdx-back-link{padding:10px 12px;}}}.spc-body{padding:14px;}.spc-title{font-size:1rem;margin-bottom:8px;}.spc-desc{font-size:0.875rem;line-height:1.5;}.spc-btn{padding:12px 18px;font-size:13.5px;width:100%;}.shop-products-grid.list-view .spc-btn{width:auto;min-width:122px;flex:0 0 auto;}.shop-empty-state,.shop-no-results{padding:48px 16px;}.shop-empty-icon{font-size:40px;}.shop-empty-state h3,.shop-no-results h3{font-size:1.1rem;}.shop-empty-state p,.shop-no-results p{font-size:13px;}.pdx-hero{min-height:0;}.pdx-hero-inner{padding:72px 12px 22px;}.pdx-hero-grid{grid-template-columns:1fr;gap:16px;}.pdx-hero-showcase{display:block;order:-1;}.pdx-hero-image-frame{max-width:100%;transform:none;animation:none;border-radius:6px;}.pdx-hero-product-img{max-height:200px;}.pdx-hero-badge{font-size:11px;padding:5px 12px;}.pdx-hero-title{font-size:1.35rem;}.pdx-hero-subtitle{font-size:0.84rem;line-height:1.55;}.pdx-hero-meta{font-size:11px;}.pdx-breadcrumb{gap:5px;}.pdx-breadcrumb a,.pdx-breadcrumb span{font-size:11px;}.pdx-breadcrumb i.fa-chevron-right{font-size:7px;}.pdx-main{padding:0 10px 40px;}.pdx-cta-bar{padding:12px;gap:10px;border-radius:8px;}.pdx-btn{padding:9px 14px;font-size:12.5px;gap:6px;}.pdx-share-btn{width:34px;height:34px;font-size:13px;}.pdx-showcase-section{padding-top:16px;gap:16px;}.pdx-showcase-main{border-radius:6px;}.pdx-showcase-img{max-height:40vh;}.pdx-showcase-gallery-title{padding:8px 12px;font-size:0.85rem;}.pdx-showcase-gallery-list{grid-template-columns:repeat(2,1fr);gap:8px;}.pdx-gallery-item{border-radius:6px;}.pdx-info-section{gap:20px;margin-top:24px;padding-top:20px;}.pdx-info-heading{padding:10px 12px;font-size:0.9rem;}.pdx-description{padding:14px 0;font-size:13.5px;line-height:1.5;}.pdx-description pre{padding:10px;font-size:12px;}.pdx-section-header{padding:8px 12px;}.pdx-section-title{font-size:0.9rem;}.pdx-view-all{font-size:12px;}.pdx-rec-card{border-radius:8px;}.pdx-rec-image-wrap{height:160px;}.pdx-rec-body{padding:12px;}.pdx-rec-name{font-size:0.88rem;margin-bottom:6px;}.pdx-rec-desc{font-size:0.8rem;margin-bottom:10px;}.pdx-rec-btn{padding:8px 12px;font-size:12px;}.pd-lightbox-prev,.pd-lightbox-next{width:36px;height:36px;font-size:14px;}.pd-lightbox-prev{left:8px;}.pd-lightbox-next{right:8px;}.pd-lightbox-close{top:10px;right:10px;width:36px;height:36px;font-size:15px;}.pd-lightbox-counter{bottom:16px;font-size:12px;padding:5px 12px;}}@media (max-width:360px){.shop-hero-content{padding:0 12px;padding-top:56px;}.shop-hero-title{font-size:1.5rem;}.shop-hero-badge{font-size:11px;padding:6px 14px;}.shop-hero-btn{padding:12px 20px;font-size:13px;}.shop-section{padding:20px 8px 40px;}.shop-filter-bar{padding:7px;width:calc(100% - 4px);margin-left:2px;margin-right:2px;gap:8px;}.filter-bar-left,.filter-bar-right{gap:6px;}.filter-sort-wrap{max-width:calc(60% - 3px);}.filter-view-toggle .view-btn{width:30px;height:30px;font-size:12px;padding:4px;}.filter-results-count{font-size:9.5px;padding:4px 5px;}.filter-search{font-size:13px;padding:10px 34px 10px 36px;}.filter-pill{padding:6px 12px;font-size:12px;min-height:32px;}.shop-products-grid{gap:14px;}.spc-image-wrap{height:200px;}.spc-title{font-size:0.95rem;}.spc-desc{font-size:0.84rem;}.spc-btn{padding:11px 16px;font-size:13px;}.shop-products-grid.list-view .spc-btn{min-width:116px;}.pdx-hero-inner{padding:64px 10px 18px;}.pdx-hero-title{font-size:1.2rem;}.pdx-hero-subtitle{font-size:0.8rem;}.pdx-hero-product-img{max-height:180px;}.pdx-hero-badge{font-size:10px;padding:4px 10px;}.pdx-breadcrumb a,.pdx-breadcrumb span{font-size:10px;}.pdx-main{padding:0 8px 36px;}.pdx-cta-bar{padding:10px;}.pdx-btn{padding:8px 12px;font-size:12px;}.pdx-share-btn{width:32px;height:32px;font-size:12px;}.pdx-showcase-gallery-list{grid-template-columns:1fr;gap:8px;}.pdx-description{font-size:13px;}.pdx-rec-image-wrap{height:140px;}.pdx-rec-body{padding:10px;}.pdx-rec-btn{padding:7px 10px;font-size:11.5px;}}.pdx-main-v2{background:#f6f8fb;min-height:0;padding:52px 0 88px;}.pdx-layout-v3{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:26px;align-items:start;}.pdx-content-v3{min-width:0;}.pdx-section-card{padding:28px;border-radius:18px;border:1px solid #e8edf3;box-shadow:0 8px 24px rgba(15,23,42,0.05);margin-bottom:22px;}.pdx-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #edf1f5;}.pdx-section-head h2{margin:0;display:inline-flex;align-items:center;gap:10px;font-size:clamp(1.05rem,1.8vw,1.3rem);color:#0f172a;font-weight:800;}.pdx-section-head h2 i{color:#2563eb;}.pdx-section-head span{font-size:13px;color:#64748b;}.pdx-inline-link{display:inline-flex;align-items:center;gap:8px;color:#2563eb;text-decoration:none;font-weight:700;font-size:14px;}.pdx-inline-link:hover{color:#1d4ed8;}.pdx-description{max-height:none;overflow:visible;padding-right:0;}.pdx-related-grid-v3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.pdx-related-card-v3{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border-radius:12px;border:1px solid #e5e7eb;text-decoration:none;background:#fbfdff;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;}.pdx-related-card-v3:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 8px 18px rgba(37,99,235,0.12);}.pdx-related-media-v3{width:92px;height:78px;border-radius:10px;overflow:hidden;background:#e5e7eb;}.pdx-related-media-v3 img{width:100%;height:100%;object-fit:cover;}.pdx-related-fallback-v3{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:24px;}.pdx-related-body-v3{min-width:0;}.pdx-related-body-v3 h3{margin:0 0 6px;color:#111827;font-size:14px;font-weight:700;line-height:1.35;}.pdx-related-body-v3 p{margin:0;color:#6b7280;font-size:12px;}.pdx-side-v3{position:sticky;top:96px;}.pdx-buy-card-v3{border-radius:18px;border:1px solid #e8edf3;box-shadow:0 8px 24px rgba(15,23,42,0.06);padding:24px;}.pdx-buy-card-v3 h3{margin:0 0 8px;color:#0f172a;font-size:1.25rem;font-weight:800;}.pdx-buy-card-v3 p{margin:0 0 18px;color:#4b5563;font-size:14px;line-height:1.6;}.pdx-buy-actions-v3{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;}.pdx-buy-actions-v3 .pdx-btn-primary,.pdx-buy-actions-v3 .pdx-btn-secondary{width:100%;justify-content:center;}.pdx-trust-list-v3{list-style:none;margin:0;padding:14px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5;}.pdx-trust-list-v3 li{display:flex;align-items:center;gap:10px;margin:10px 0;color:#334155;font-size:13px;}.pdx-trust-list-v3 li i{color:#22c55e;font-size:15px;}.pdx-mini-meta-v3{display:grid;grid-template-columns:1fr;gap:10px;margin-top:16px;}.pdx-mini-meta-v3 div{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;}.pdx-mini-meta-v3 span{color:#64748b;font-size:12px;}.pdx-mini-meta-v3 strong{color:#0f172a;font-size:12px;font-weight:700;}@media (max-width:1100px){.pdx-layout-v3{grid-template-columns:1fr;}.pdx-side-v3{position:static;}.pdx-buy-actions-v3{flex-direction:row;}.pdx-buy-actions-v3 .pdx-btn-primary,.pdx-buy-actions-v3 .pdx-btn-secondary{width:auto;flex:1;}}@media (max-width:768px){.pdx-main-v2{padding:24px 0 58px;}.pdx-section-card,.pdx-buy-card-v3{padding:16px;border-radius:14px;}.pdx-section-head{flex-direction:column;align-items:flex-start;}.pdx-related-grid-v3{grid-template-columns:1fr;}.pdx-buy-actions-v3{flex-direction:column;}.pdx-buy-actions-v3 .pdx-btn-primary,.pdx-buy-actions-v3 .pdx-btn-secondary{width:100%;}}@media print{.shop-hero,.shop-filter-bar,.active-filters,.whatsapp-float,.pd-lightbox,.pdx-cta-bar,.pdx-hero,.spc-actions{display:none !important;}.shop-section,.pdx-main{background:#fff !important;}.shop-product-card,.pdx-description{background:#fff !important;border:1px solid #ddd !important;color:#333 !important;}.spc-title,.pdx-section-title{color:#000 !important;}.spc-desc,.pdx-description{color:#333 !important;}}