:root{--hhpl-black:#1a1a1a;--hhpl-yellow:#FEDD00;--hhpl-yellow-dark:#e5c700;--hhpl-yellow-light:#fff8d6;--hhpl-white:#ffffff;--hhpl-gray-50:#fafafa;--hhpl-gray-100:#f5f5f5;--hhpl-gray-200:#e5e5e5;--hhpl-gray-300:#d4d4d4;--hhpl-gray-400:#a3a3a3;--hhpl-gray-500:#737373;--hhpl-gray-600:#525252;--hhpl-gray-700:#404040;--hhpl-gray-800:#262626;--hhpl-gray-900:#171717;--hhpl-success:#22c55e;--hhpl-success-light:#dcfce7;--hhpl-warning:#f59e0b;--hhpl-warning-light:#fef3c7;--hhpl-error:#ef4444;--hhpl-error-light:#fee2e2;--hhpl-blue:#3b82f6;--hhpl-blue-light:#dbeafe;--hhpl-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--hhpl-shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -2px rgba(0, 0, 0, 0.1);--hhpl-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -4px rgba(0, 0, 0, 0.1);--hhpl-shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 8px 10px -6px rgba(0, 0, 0, 0.1);--hhpl-shadow-glow:0 0 40px rgba(254, 221, 0, 0.15);--hhpl-shadow-yellow:0 4px 14px rgba(254, 221, 0, 0.4);--hhpl-transition-fast:150ms ease;--hhpl-transition-normal:250ms ease;--hhpl-transition-slow:350ms ease}.hhpl-product-page{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:var(--hhpl-gray-900);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100vw}.hhpl-product-page *,.hhpl-product-page ::after,.hhpl-product-page ::before{box-sizing:border-box}.hhpl-hero{background:linear-gradient(180deg,var(--hhpl-gray-50) 0,var(--hhpl-white) 100%);padding:40px 24px;overflow-x:hidden}.hhpl-hero-inner{max-width:1600px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.hhpl-product-page img{max-width:100%;height:auto}.hhpl-gallery{position:sticky;top:24px}.hhpl-gallery-main{position:relative;background:var(--hhpl-white);border-radius:24px;overflow:hidden;box-shadow:var(--hhpl-shadow-lg);border:1px solid var(--hhpl-gray-200)}.hhpl-main-image-wrap{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hhpl-gray-50) 0,var(--hhpl-white) 100%);cursor:zoom-in;overflow:hidden}.hhpl-main-image{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform var(--hhpl-transition-slow)}.hhpl-main-image-wrap:hover .hhpl-main-image{transform:scale(1.05)}.hhpl-zoom-hint{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:4px;padding:8px 16px;background:rgba(0,0,0,.7);backdrop-filter:blur(10px);color:var(--hhpl-white);font-size:13px;font-weight:500;border-radius:9999px;opacity:0;transition:opacity var(--hhpl-transition-normal);pointer-events:none}.hhpl-main-image-wrap:hover .hhpl-zoom-hint{opacity:1}.hhpl-badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;z-index:10}.hhpl-badge-sale{background:var(--hhpl-error);color:var(--hhpl-white)}.hhpl-badge-featured{background:var(--hhpl-yellow);color:var(--hhpl-black)}.hhpl-image-counter{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;gap:6px;padding:10px 14px;background:rgba(0,0,0,.6);backdrop-filter:blur(10px);color:var(--hhpl-white);font-size:13px;font-weight:600;border-radius:9999px;z-index:10}.hhpl-thumbnails{display:flex;gap:12px;margin-top:16px;overflow-x:auto;padding:4px;scrollbar-width:none;-ms-overflow-style:none}.hhpl-thumbnails::-webkit-scrollbar{display:none}.hhpl-thumb{flex-shrink:0;width:90px;height:90px;padding:0;border:3px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;transition:all var(--hhpl-transition-fast);background:var(--hhpl-white);box-shadow:var(--hhpl-shadow-sm)}.hhpl-thumb img{width:100%;height:100%;object-fit:cover;transition:transform var(--hhpl-transition-fast)}.hhpl-thumb:hover{border-color:var(--hhpl-gray-300);box-shadow:var(--hhpl-shadow-md)}.hhpl-thumb:hover img{transform:scale(1.1)}.hhpl-thumb.active{border-color:var(--hhpl-yellow);box-shadow:0 0 0 3px rgba(254,221,0,.3),var(--hhpl-shadow-md)}.hhpl-info{padding:16px 0;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.hhpl-category-tag{display:inline-block;padding:8px 18px;background:var(--hhpl-yellow-light);color:var(--hhpl-gray-700);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;border-radius:9999px;margin-bottom:20px;transition:all var(--hhpl-transition-fast);border:2px solid transparent}.hhpl-category-tag:hover{background:var(--hhpl-yellow);color:var(--hhpl-black);border-color:var(--hhpl-yellow-dark)}.hhpl-title{font-size:36px;font-weight:800;line-height:1.15;color:var(--hhpl-gray-900);margin:0 0 16px;letter-spacing:-.5px}.hhpl-meta{margin-bottom:24px}.hhpl-sku{display:inline-block;font-family:'SF Mono',Monaco,'Cascadia Code',monospace;font-size:14px;color:var(--hhpl-gray-500);background:var(--hhpl-gray-100);padding:8px 14px;border-radius:8px;border:1px solid var(--hhpl-gray-200)}.hhpl-price-block{background:linear-gradient(135deg,var(--hhpl-yellow-light) 0,var(--hhpl-white) 100%);border:3px solid var(--hhpl-yellow);border-radius:16px;padding:28px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:var(--hhpl-shadow-yellow)}.hhpl-price-block::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:200%;background:radial-gradient(circle,var(--hhpl-yellow) 0,transparent 70%);opacity:.1}.hhpl-price-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--hhpl-gray-600);margin-bottom:8px}.hhpl-price{font-size:48px;font-weight:800;color:var(--hhpl-gray-900);position:relative;z-index:1;line-height:1.1}.hhpl-price del{font-size:24px;color:var(--hhpl-gray-400);text-decoration:line-through;margin-right:12px}.hhpl-price ins{text-decoration:none}.hhpl-price-from{font-size:18px;font-weight:500;color:var(--hhpl-gray-500);text-transform:uppercase;letter-spacing:.5px}.hhpl-stock-status{margin-bottom:24px}.hhpl-stock{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;font-size:15px;font-weight:700;border-radius:9999px}.hhpl-stock svg{flex-shrink:0}.hhpl-stock-in{background:var(--hhpl-success-light);color:#166534;border:2px solid var(--hhpl-success)}.hhpl-stock-backorder{background:var(--hhpl-warning-light);color:#92400e;border:2px solid var(--hhpl-warning)}.hhpl-stock-out{background:var(--hhpl-error-light);color:#991b1b;border:2px solid var(--hhpl-error)}.hhpl-notice{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:12px;margin-bottom:24px}.hhpl-notice svg{flex-shrink:0;margin-top:2px}.hhpl-notice p{margin:0;font-size:15px;line-height:1.5}.hhpl-notice-warning{background:var(--hhpl-warning-light);border:2px solid var(--hhpl-warning);color:#92400e}.hhpl-form-wrap{margin-bottom:32px;max-width:100%;overflow:hidden}.hhpl-form-wrap form{max-width:100%}.customize-product-wrapper{margin-bottom:24px}.customize-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 24px;background:linear-gradient(135deg,var(--hhpl-black) 0,var(--hhpl-gray-800) 100%);color:var(--hhpl-yellow);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border:3px solid var(--hhpl-yellow);border-radius:12px;cursor:pointer;transition:all var(--hhpl-transition-fast);box-shadow:var(--hhpl-shadow-md)}.customize-toggle:hover{background:linear-gradient(135deg,var(--hhpl-gray-800) 0,var(--hhpl-gray-700) 100%);box-shadow:var(--hhpl-shadow-lg),var(--hhpl-shadow-yellow);transform:translateY(-2px)}.customize-toggle .customize-icon{font-size:20px;margin-right:8px}.customize-toggle .customize-text{flex:1;text-align:left}.customize-toggle .customize-arrow{font-size:14px;transition:transform var(--hhpl-transition-fast);margin-left:12px;opacity:.8}.customize-toggle.active .customize-arrow{transform:rotate(180deg)}.product-addons-container{background:var(--hhpl-gray-50);border:2px solid var(--hhpl-gray-200);border-top:none;border-radius:0 0 12px 12px;padding:24px;margin-top:-4px}.store-availability{margin-top:28px;margin-bottom:28px;background:var(--hhpl-white);border:3px solid var(--hhpl-yellow);border-radius:20px;padding:0;box-shadow:var(--hhpl-shadow-lg),var(--hhpl-shadow-yellow);overflow:hidden}.store-availability-title{font-size:16px;font-weight:800;color:var(--hhpl-black);margin:0;padding:16px 24px;display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:1.5px;background:linear-gradient(135deg,var(--hhpl-yellow) 0,var(--hhpl-yellow-dark) 100%);border-bottom:3px solid var(--hhpl-yellow-dark)}.store-availability-title::before{content:'🏪';font-size:20px}.store-inventory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0;background:var(--hhpl-gray-100)}.store-inventory-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--hhpl-white);border:none;border-bottom:1px solid var(--hhpl-gray-200);border-right:1px solid var(--hhpl-gray-200);transition:all var(--hhpl-transition-fast);border-radius:0;box-shadow:none}.store-inventory-item:nth-child(3n){border-right:none}.store-inventory-item:hover{background:var(--hhpl-yellow-light);transform:none;box-shadow:none}.store-name{font-size:14px;font-weight:700;color:var(--hhpl-gray-900);flex:1}.store-quantity{font-size:13px;font-weight:800;color:var(--hhpl-white);background:linear-gradient(135deg,var(--hhpl-success) 0,#16a34a 100%);padding:6px 14px;border-radius:9999px;border:none;box-shadow:0 2px 8px rgba(34,197,94,.3);white-space:nowrap}.hhpl-trust-strip{display:flex;flex-wrap:wrap;gap:24px;padding-top:28px;border-top:2px solid var(--hhpl-gray-200)}.hhpl-trust-item{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--hhpl-gray-700)}.hhpl-trust-item svg{color:var(--hhpl-success);width:22px;height:22px}.hhpl-features-section{background:var(--hhpl-white);padding:80px 24px;border-top:1px solid var(--hhpl-gray-100);overflow-x:hidden}.hhpl-features-inner{max-width:1000px;width:100%;margin:0 auto}.hhpl-section-header{text-align:center;margin-bottom:40px}.hhpl-section-header h2{display:inline-flex;align-items:center;gap:12px;font-size:32px;font-weight:800;color:var(--hhpl-gray-900);margin:0}.hhpl-section-header h2 svg{color:var(--hhpl-yellow);width:32px;height:32px}.hhpl-features-content{font-size:18px;line-height:1.9;color:var(--hhpl-gray-700)}.hhpl-features-content ul{list-style:none;padding:0;margin:0;display:grid;gap:16px}.hhpl-features-content li{position:relative;padding-left:36px;font-size:17px}.hhpl-features-content li::before{content:'✓';position:absolute;left:0;top:2px;width:24px;height:24px;background:var(--hhpl-success-light);color:var(--hhpl-success);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.hhpl-benefits{background:linear-gradient(180deg,var(--hhpl-gray-50) 0,var(--hhpl-white) 100%);padding:80px 24px;overflow-x:hidden}.hhpl-benefits-grid{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hhpl-benefit-card{background:var(--hhpl-white);border-radius:24px;padding:36px;text-align:center;box-shadow:var(--hhpl-shadow-md);border:2px solid var(--hhpl-gray-100);transition:all var(--hhpl-transition-normal);position:relative;overflow:hidden}.hhpl-benefit-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--hhpl-yellow) 0,var(--hhpl-yellow-dark) 100%);transform:scaleX(0);transform-origin:left;transition:transform var(--hhpl-transition-normal)}.hhpl-benefit-card:hover{transform:translateY(-6px);box-shadow:var(--hhpl-shadow-xl),var(--hhpl-shadow-glow);border-color:var(--hhpl-yellow)}.hhpl-benefit-card:hover::before{transform:scaleX(1)}.hhpl-benefit-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,var(--hhpl-yellow-light) 0,var(--hhpl-yellow) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;transition:transform var(--hhpl-transition-normal);box-shadow:var(--hhpl-shadow-yellow)}.hhpl-benefit-card:hover .hhpl-benefit-icon{transform:scale(1.1) rotate(5deg)}.hhpl-benefit-title{font-size:20px;font-weight:800;color:var(--hhpl-gray-900);margin:0 0 12px}.hhpl-benefit-text{font-size:15px;color:var(--hhpl-gray-500);margin:0;line-height:1.6}.hhpl-tabs-section{background:linear-gradient(180deg,var(--hhpl-gray-50) 0,var(--hhpl-white) 100%);padding:80px 24px;overflow-x:hidden}.hhpl-tabs-inner{max-width:1200px;width:100%;margin:0 auto}.hhpl-tabs-wrapper{background:var(--hhpl-white);border-radius:24px;box-shadow:var(--hhpl-shadow-xl);overflow:hidden;border:3px solid var(--hhpl-yellow)}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs{display:flex;background:linear-gradient(135deg,var(--hhpl-yellow) 0,var(--hhpl-yellow-dark) 100%);padding:0;gap:0;margin:0;list-style:none;border:none;overflow-x:auto}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs::before{display:none}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li{flex:1;min-width:fit-content;margin:0;background:0 0;border:none;border-radius:0;position:relative}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li a{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 32px;font-size:16px;font-weight:800;color:var(--hhpl-black);text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;border-radius:0;transition:all var(--hhpl-transition-fast);white-space:nowrap;background:0 0}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li.active{background:var(--hhpl-white)}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li.active a{color:var(--hhpl-gray-900);background:var(--hhpl-white)}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li:not(.active) a:hover{background:rgba(0,0,0,.1)}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs::after{content:'';position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,var(--hhpl-yellow-dark));pointer-events:none;opacity:0;transition:opacity var(--hhpl-transition-fast)}@media (max-width:768px){.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs{position:relative}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs::after{opacity:1}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs::-webkit-scrollbar{height:0}}.hhpl-tabs-wrapper .woocommerce-tabs .panel{padding:48px 56px;margin:0}.hhpl-tabs-wrapper .woocommerce-tabs .panel h2:first-child{display:none}.hhpl-tabs-wrapper .woocommerce-tabs .panel>div:first-of-type,.hhpl-tabs-wrapper .woocommerce-tabs .panel>p:first-of-type{font-size:19px;line-height:1.8;color:var(--hhpl-gray-800);margin-bottom:32px;padding:28px 32px;background:linear-gradient(135deg,var(--hhpl-yellow-light) 0,rgba(252,211,77,.1) 100%);border-left:5px solid var(--hhpl-yellow);border-radius:0 16px 16px 0}.hhpl-tabs-wrapper .woocommerce-tabs .panel p{font-size:17px;line-height:1.9;color:var(--hhpl-gray-700);margin-bottom:20px}.hhpl-tabs-wrapper .woocommerce-tabs .panel ul{padding-left:0;margin:32px 0;list-style:none}.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li{position:relative;padding:16px 20px 16px 56px;margin-bottom:12px;font-size:16px;line-height:1.7;color:var(--hhpl-gray-700);background:var(--hhpl-gray-50);border-radius:12px;border:1px solid var(--hhpl-gray-200);transition:all var(--hhpl-transition-fast)}.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li:hover{background:var(--hhpl-white);border-color:var(--hhpl-yellow);box-shadow:var(--hhpl-shadow-md);transform:translateX(4px)}.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li::before{content:'✓';position:absolute;left:18px;top:50%;transform:translateY(-50%);width:26px;height:26px;background:linear-gradient(135deg,var(--hhpl-success) 0,#16a34a 100%);color:#fff;font-size:14px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol{padding-left:0;margin:32px 0;list-style:none;counter-reset:item}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li{position:relative;padding:16px 20px 16px 56px;margin-bottom:12px;font-size:16px;line-height:1.7;color:var(--hhpl-gray-700);background:var(--hhpl-gray-50);border-radius:12px;border:1px solid var(--hhpl-gray-200);counter-increment:item}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li::before{content:counter(item);position:absolute;left:18px;top:50%;transform:translateY(-50%);width:26px;height:26px;background:linear-gradient(135deg,var(--hhpl-yellow) 0,var(--hhpl-yellow-dark) 100%);color:var(--hhpl-black);font-size:14px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center}.hhpl-tabs-wrapper .woocommerce-tabs .panel .table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:32px 0}.hhpl-tabs-wrapper .woocommerce-tabs .panel table{width:100%;min-width:400px;border-collapse:separate;border-spacing:0;margin:32px 0;border-radius:16px;overflow:hidden;box-shadow:var(--hhpl-shadow-md);border:2px solid var(--hhpl-gray-200)}.hhpl-tabs-wrapper .woocommerce-tabs .panel .table-responsive table{margin:0}.hhpl-tabs-wrapper .woocommerce-tabs .panel td,.hhpl-tabs-wrapper .woocommerce-tabs .panel th{padding:18px 24px;text-align:left;font-size:15px;border-bottom:1px solid var(--hhpl-gray-200);word-wrap:break-word;overflow-wrap:break-word}.hhpl-tabs-wrapper .woocommerce-tabs .panel th{background:linear-gradient(135deg,var(--hhpl-gray-900) 0,var(--hhpl-gray-800) 100%);font-weight:700;color:var(--hhpl-white);text-transform:uppercase;letter-spacing:1px;font-size:14px}.hhpl-tabs-wrapper .woocommerce-tabs .panel tr:nth-child(2n) td{background:var(--hhpl-gray-50)}.hhpl-tabs-wrapper .woocommerce-tabs .panel tr:last-child td{border-bottom:none}.hhpl-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--hhpl-white);border-top:2px solid var(--hhpl-gray-200);box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:1000;transform:translateY(100%);transition:transform var(--hhpl-transition-normal);display:none;padding-bottom:env(safe-area-inset-bottom,0)}.hhpl-sticky-bar.show{transform:translateY(0)}.hhpl-sticky-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:100%;gap:16px}.hhpl-sticky-info{flex:1;min-width:0}.hhpl-sticky-name{display:block;font-size:15px;font-weight:700;color:var(--hhpl-gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hhpl-sticky-price{font-size:22px;font-weight:800;color:var(--hhpl-gray-900)}.hhpl-sticky-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 28px;background:var(--hhpl-black);color:var(--hhpl-yellow);font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:12px;cursor:pointer;transition:all var(--hhpl-transition-fast);white-space:nowrap}.hhpl-sticky-btn:hover{background:var(--hhpl-gray-800);transform:translateY(-1px)}.hhpl-sticky-btn:disabled{opacity:.5;cursor:not-allowed}.hhpl-lightbox{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.95);backdrop-filter:blur(10px)}.hhpl-lightbox-close{position:absolute;top:24px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:none;border-radius:50%;color:var(--hhpl-white);cursor:pointer;transition:all var(--hhpl-transition-fast);z-index:10}.hhpl-lightbox-close:hover{background:var(--hhpl-yellow);color:var(--hhpl-black);transform:rotate(90deg)}.hhpl-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border:none;border-radius:50%;color:var(--hhpl-white);cursor:pointer;transition:all var(--hhpl-transition-fast);z-index:10}.hhpl-lightbox-prev{left:24px}.hhpl-lightbox-next{right:24px}.hhpl-lightbox-nav:hover{background:var(--hhpl-yellow);color:var(--hhpl-black)}.hhpl-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90vw;max-height:90vh}.hhpl-lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:12px}.hhpl-form-wrap .variations_form{max-width:100%}.hhpl-form-wrap .variations_form .variations{margin-bottom:24px;width:100%;table-layout:fixed}.hhpl-form-wrap .variations_form .variations::before{content:'⚙️ Product Options';display:block;font-size:18px;font-weight:800;color:var(--hhpl-gray-900);margin-bottom:16px;padding:16px 20px;background:linear-gradient(135deg,var(--hhpl-yellow) 0,var(--hhpl-yellow-dark) 100%);border-radius:12px;text-align:center;text-transform:uppercase;letter-spacing:1px}.hhpl-form-wrap .variations_form .variations td,.hhpl-form-wrap .variations_form .variations th{display:block;width:100%;padding:0;border:none}.hhpl-form-wrap .variations_form .variations tr{display:block;margin-bottom:12px;padding:16px;background:var(--hhpl-gray-50);border:2px solid var(--hhpl-gray-200);border-radius:12px;transition:border-color var(--hhpl-transition-fast)}.hhpl-form-wrap .variations_form .variations tr:hover{border-color:var(--hhpl-yellow)}.hhpl-form-wrap .variations_form .label{font-weight:700;color:var(--hhpl-gray-700);font-size:15px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.hhpl-form-wrap .variations_form .value{position:relative}.hhpl-form-wrap .variations_form .value select{width:100%;padding:16px 52px 16px 18px;border:2px solid var(--hhpl-gray-300);border-radius:10px;font-size:17px;font-weight:500;background:var(--hhpl-white);cursor:pointer;transition:all var(--hhpl-transition-fast);appearance:none;-webkit-appearance:none}.hhpl-form-wrap .variations_form .value select:focus{outline:0;border-color:var(--hhpl-yellow);box-shadow:0 0 0 4px rgba(254,221,0,.2)}.hhpl-form-wrap .variations_form .value::after{content:'▼';position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:14px;color:var(--hhpl-gray-400);pointer-events:none}.hhpl-form-wrap .variations_form .reset_variations{display:inline-block;margin-top:8px;font-size:14px;color:var(--hhpl-gray-500);text-decoration:underline;cursor:pointer}.quantity-wrapper{display:flex;align-items:center;gap:20px;margin-bottom:28px;padding:20px 24px;background:var(--hhpl-gray-50);border:2px solid var(--hhpl-gray-200);border-radius:16px}.quantity-wrapper label{font-weight:800;color:var(--hhpl-gray-900);font-size:16px;text-transform:uppercase;letter-spacing:1px}.quantity{display:inline-flex;border:3px solid var(--hhpl-gray-300);border-radius:14px;overflow:hidden;background:var(--hhpl-white);box-shadow:var(--hhpl-shadow-md)}.quantity button{width:60px;height:60px;background:linear-gradient(135deg,var(--hhpl-gray-100) 0,var(--hhpl-gray-50) 100%);border:none;font-size:28px;font-weight:700;color:var(--hhpl-gray-700);cursor:pointer;transition:all var(--hhpl-transition-fast);display:flex;align-items:center;justify-content:center}.quantity button.minus{border-right:2px solid var(--hhpl-gray-200)}.quantity button.plus{border-left:2px solid var(--hhpl-gray-200)}.quantity button:hover:not([style*=not-allowed]){background:linear-gradient(135deg,var(--hhpl-yellow) 0,var(--hhpl-yellow-dark) 100%);color:var(--hhpl-black)}.quantity button:active:not([style*=not-allowed]){transform:scale(.95)}.quantity input{width:80px;height:60px;line-height:60px;padding:0;border:none;text-align:center;font-size:22px;font-weight:800;color:var(--hhpl-gray-900);background:var(--hhpl-white);-moz-appearance:textfield}.quantity input:focus{outline:0;background:var(--hhpl-yellow-light)}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hhpl-btn,.primary-cta,.single_add_to_cart_button.button.alt{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:22px 36px;background:linear-gradient(135deg,var(--hhpl-black) 0,var(--hhpl-gray-800) 100%);color:var(--hhpl-yellow)!important;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;border:3px solid var(--hhpl-yellow);border-radius:12px;cursor:pointer;transition:all var(--hhpl-transition-fast);position:relative;overflow:hidden;box-shadow:var(--hhpl-shadow-md)}.primary-cta::before,.single_add_to_cart_button.button.alt::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(254,221,0,.3),transparent);transition:left .5s ease}.primary-cta:hover,.single_add_to_cart_button.button.alt:hover{background:linear-gradient(135deg,var(--hhpl-gray-800) 0,var(--hhpl-gray-700) 100%);transform:translateY(-3px);box-shadow:var(--hhpl-shadow-xl),var(--hhpl-shadow-yellow)}.primary-cta:hover::before,.single_add_to_cart_button.button.alt:hover::before{left:100%}.primary-cta:active,.single_add_to_cart_button.button.alt:active{transform:translateY(0)}.hhpl-btn-disabled,.primary-cta:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.hhpl-form-wrap .cart a.button.alt,.hhpl-form-wrap a.single_add_to_cart_button.button.alt,a.button.alt[href*=contact]{background:linear-gradient(135deg,var(--hhpl-blue) 0,#2563eb 100%)!important;border-color:var(--hhpl-blue)!important;color:var(--hhpl-white)!important;margin-top:12px}.hhpl-form-wrap .cart a.button.alt:hover,.hhpl-form-wrap a.single_add_to_cart_button.button.alt:hover,a.button.alt[href*=contact]:hover{background:linear-gradient(135deg,#2563eb 0,#1d4ed8 100%)!important;box-shadow:var(--hhpl-shadow-xl),0 4px 14px rgba(59,130,246,.4)!important}.hhpl-form-wrap .cart{display:flex;flex-direction:column;gap:12px}@media (min-width:1600px){.hhpl-product-page{font-size:18px}.hhpl-hero{padding:60px 48px}.hhpl-hero-inner{max-width:1800px;gap:100px}.hhpl-title{font-size:48px}.hhpl-price{font-size:56px}.hhpl-price del{font-size:28px}.hhpl-thumb{width:100px;height:100px}.hhpl-section-header h2{font-size:40px}.hhpl-features-content{font-size:20px}.hhpl-features-content li{font-size:19px}.hhpl-benefit-title{font-size:22px}.hhpl-benefit-text{font-size:16px}.hhpl-tabs-inner{max-width:1400px}.hhpl-tabs-wrapper .woocommerce-tabs .panel{padding:56px 72px}.hhpl-tabs-wrapper .woocommerce-tabs .panel>div:first-of-type,.hhpl-tabs-wrapper .woocommerce-tabs .panel>p:first-of-type{font-size:21px;padding:32px 40px}.hhpl-tabs-wrapper .woocommerce-tabs .panel p{font-size:18px}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li,.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li{font-size:17px;padding:18px 24px 18px 60px}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li a{font-size:17px;padding:22px 36px}.primary-cta,.single_add_to_cart_button.button.alt{font-size:20px;padding:26px 44px}.customize-toggle{font-size:18px;padding:22px 28px}.store-availability-title{font-size:20px}.store-name{font-size:17px}.store-quantity{font-size:15px}}@media (max-width:1200px){.hhpl-hero-inner{gap:48px}.hhpl-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.hhpl-hero{padding:24px 20px}.hhpl-hero-inner{grid-template-columns:1fr;gap:32px;max-width:720px;margin:0 auto}.hhpl-gallery{position:relative;top:0}.hhpl-gallery-main{max-width:100%}.hhpl-title{font-size:32px}.hhpl-price{font-size:40px}.hhpl-tabs-wrapper .woocommerce-tabs .panel{padding:36px 32px}.hhpl-tabs-wrapper .woocommerce-tabs .panel>div:first-of-type,.hhpl-tabs-wrapper .woocommerce-tabs .panel>p:first-of-type{padding:24px 28px}.hhpl-benefits,.hhpl-features-section,.hhpl-tabs-section{padding:60px 20px}.store-inventory-grid{grid-template-columns:repeat(2,1fr)}.store-inventory-item:nth-child(3n){border-right:1px solid var(--hhpl-gray-200)}.store-inventory-item:nth-child(2n){border-right:none}}@media (max-width:768px){.hhpl-benefits,.hhpl-features-section,.hhpl-hero,.hhpl-related-section,.hhpl-tabs-section{overflow-x:hidden;max-width:100vw}.hhpl-hero{padding:16px}.hhpl-hero-inner{gap:24px}.hhpl-gallery-main{border-radius:16px}.hhpl-title{font-size:26px;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.hhpl-price{font-size:32px}.hhpl-price del{font-size:16px;display:block;margin-bottom:4px;margin-right:0}.hhpl-price-block{padding:20px 16px}.hhpl-trust-strip{flex-direction:column;gap:12px}.hhpl-benefits-grid{grid-template-columns:1fr;gap:16px}.hhpl-benefit-card{padding:24px 20px}.hhpl-benefit-icon{width:64px;height:64px;font-size:28px}.hhpl-benefit-title{font-size:18px}.hhpl-benefits,.hhpl-features-section,.hhpl-tabs-section{padding:40px 16px}.hhpl-section-header h2{font-size:22px;gap:8px}.hhpl-section-header h2 svg{width:24px;height:24px}.hhpl-tabs-wrapper{border-radius:16px;border-width:2px}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li{flex:0 0 auto}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li a{padding:14px 16px;font-size:13px;letter-spacing:.5px}.hhpl-tabs-wrapper .woocommerce-tabs .panel{padding:20px 16px}.hhpl-tabs-wrapper .woocommerce-tabs .panel>div:first-of-type,.hhpl-tabs-wrapper .woocommerce-tabs .panel>p:first-of-type{font-size:15px;padding:16px;margin-bottom:20px;border-radius:0 12px 12px 0}.hhpl-tabs-wrapper .woocommerce-tabs .panel p{font-size:15px;line-height:1.7}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li,.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li{padding:12px 12px 12px 44px;font-size:14px;margin-bottom:8px}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li::before,.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li::before{left:12px;width:22px;height:22px;font-size:11px}.hhpl-tabs-wrapper .woocommerce-tabs .panel table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:20px 0;border-radius:12px}.hhpl-tabs-wrapper .woocommerce-tabs .panel td,.hhpl-tabs-wrapper .woocommerce-tabs .panel th{padding:12px 14px;font-size:14px;white-space:nowrap}.hhpl-sticky-bar{display:block}.quantity-wrapper{flex-direction:column;align-items:stretch;padding:16px;gap:12px}.quantity-wrapper label{font-size:14px}.quantity{width:100%;justify-content:space-between}.quantity button{width:52px;height:52px;font-size:24px}.quantity input{flex:1;height:52px;line-height:52px;font-size:20px}.store-inventory-grid{grid-template-columns:1fr}.store-availability{border-radius:16px;margin-top:20px;margin-bottom:20px}.store-availability-title{font-size:14px;padding:14px 16px;letter-spacing:1px}.store-availability-title::before{font-size:16px}.store-inventory-item{padding:14px 16px}.store-name{font-size:14px}.store-quantity{font-size:12px;padding:5px 12px}.customize-toggle{font-size:14px;padding:14px 16px;border-radius:10px}.product-addons-container{padding:16px;border-radius:0 0 10px 10px}.primary-cta,.single_add_to_cart_button.button.alt{padding:18px 20px;font-size:15px;letter-spacing:1px;border-radius:10px}.hhpl-form-wrap .variations_form .variations::before{font-size:15px;padding:14px 16px;border-radius:10px}.hhpl-form-wrap .variations_form .variations tr{padding:14px;border-radius:10px}.hhpl-form-wrap .variations_form .label{font-size:13px}.hhpl-form-wrap .variations_form .value select{padding:14px 44px 14px 14px;font-size:16px;border-radius:8px}.hhpl-sku{font-size:12px;padding:6px 10px}.hhpl-category-tag{font-size:11px;padding:6px 12px;letter-spacing:.5px}.hhpl-stock{padding:10px 16px;font-size:14px;gap:8px}.hhpl-notice{padding:14px;gap:12px;border-radius:10px}.hhpl-notice p{font-size:14px}.hhpl-lightbox-close{top:16px;right:16px;width:44px;height:44px}}@media (max-width:480px){.hhpl-hero{padding:12px}.hhpl-thumb{width:64px;height:64px;border-radius:8px}.hhpl-thumbnails{gap:8px;margin-top:12px}.hhpl-title{font-size:22px;margin-bottom:12px}.hhpl-price{font-size:28px}.hhpl-price-block{padding:16px;border-radius:12px;margin-bottom:16px}.hhpl-price-label{font-size:12px;letter-spacing:1.5px}.hhpl-gallery-main{border-radius:12px}.hhpl-badge{top:10px;left:10px;padding:8px 12px;font-size:11px}.hhpl-image-counter{top:10px;right:10px;padding:8px 10px;font-size:11px}.hhpl-main-image{padding:16px}.hhpl-sticky-inner{padding:12px;gap:12px}.hhpl-sticky-name{font-size:13px}.hhpl-sticky-price{font-size:18px}.hhpl-sticky-btn{padding:12px 14px;font-size:13px;border-radius:10px;gap:6px}.hhpl-sticky-btn svg{width:16px;height:16px}.hhpl-lightbox-nav{width:40px;height:40px}.hhpl-lightbox-prev{left:8px}.hhpl-lightbox-next{right:8px}.hhpl-lightbox-close{top:12px;right:12px;width:40px;height:40px}.hhpl-lightbox-content{max-width:95vw}.primary-cta,.single_add_to_cart_button.button.alt{font-size:14px;padding:16px 18px;letter-spacing:.5px}.hhpl-section-header h2{font-size:20px}.hhpl-benefits,.hhpl-features-section,.hhpl-tabs-section{padding:32px 12px}.hhpl-benefit-card{padding:20px 16px;border-radius:16px}.hhpl-benefit-icon{width:56px;height:56px;font-size:24px;border-radius:14px;margin-bottom:16px}.hhpl-benefit-title{font-size:16px;margin-bottom:8px}.hhpl-benefit-text{font-size:14px}.hhpl-tabs-wrapper{border-radius:12px}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li a{padding:12px 14px;font-size:12px}.hhpl-tabs-wrapper .woocommerce-tabs .panel{padding:16px 12px}.hhpl-tabs-wrapper .woocommerce-tabs .panel>div:first-of-type,.hhpl-tabs-wrapper .woocommerce-tabs .panel>p:first-of-type{font-size:14px;padding:14px;border-left-width:4px}.hhpl-tabs-wrapper .woocommerce-tabs .panel p{font-size:14px}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li,.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li{padding:10px 10px 10px 40px;font-size:13px;border-radius:10px}.hhpl-tabs-wrapper .woocommerce-tabs .panel ol li::before,.hhpl-tabs-wrapper .woocommerce-tabs .panel ul li::before{left:10px;width:20px;height:20px;font-size:10px}.hhpl-tabs-wrapper .woocommerce-tabs .panel td,.hhpl-tabs-wrapper .woocommerce-tabs .panel th{padding:10px 12px;font-size:13px}.quantity-wrapper{padding:14px 12px;gap:10px;border-radius:12px}.quantity{border-radius:10px}.quantity button{width:48px;height:48px;font-size:22px}.quantity input{height:48px;line-height:48px;font-size:18px}.store-availability{border-radius:12px;margin-top:16px;margin-bottom:16px}.store-availability-title{font-size:13px;padding:12px 14px}.store-inventory-item{padding:12px 14px}.store-name{font-size:13px}.store-quantity{font-size:11px;padding:4px 10px}.customize-toggle{font-size:13px;padding:12px 14px}.product-addons-container{padding:14px}.hhpl-form-wrap .variations_form .variations::before{font-size:14px;padding:12px 14px}.hhpl-form-wrap .variations_form .variations tr{padding:12px}.hhpl-form-wrap .variations_form .value select{padding:12px 40px 12px 12px;font-size:15px}.hhpl-stock{padding:8px 14px;font-size:13px}.hhpl-trust-strip{padding-top:20px;gap:10px}.hhpl-trust-item{font-size:13px;gap:8px}.hhpl-trust-item svg{width:18px;height:18px}.hhpl-notice{padding:12px;gap:10px}.hhpl-notice svg{width:16px;height:16px}.hhpl-notice p{font-size:13px}.hhpl-features-content{font-size:15px}.hhpl-features-content li{font-size:14px;padding-left:32px}.hhpl-features-content li::before{width:20px;height:20px;font-size:12px}}@media (max-width:360px){.hhpl-hero{padding:10px}.hhpl-title{font-size:20px}.hhpl-price{font-size:24px}.hhpl-price-block{padding:14px}.hhpl-thumb{width:56px;height:56px}.hhpl-thumbnails{gap:6px}.hhpl-sticky-inner{padding:10px;gap:10px}.hhpl-sticky-name{font-size:12px}.hhpl-sticky-price{font-size:16px}.hhpl-sticky-btn{padding:10px 12px;font-size:12px}.primary-cta,.single_add_to_cart_button.button.alt{font-size:13px;padding:14px 16px}.hhpl-section-header h2{font-size:18px}.hhpl-tabs-wrapper .woocommerce-tabs ul.tabs li a{padding:10px 12px;font-size:11px}.hhpl-tabs-wrapper .woocommerce-tabs .panel{padding:14px 10px}.quantity button{width:44px;height:44px;font-size:20px}.quantity input{height:44px;line-height:44px;font-size:16px}.store-availability-title{font-size:12px;padding:10px 12px}.store-inventory-item{padding:10px 12px;flex-direction:column;align-items:flex-start;gap:6px}.store-quantity{align-self:flex-start}.hhpl-benefit-card{padding:16px 14px}.hhpl-benefit-icon{width:48px;height:48px;font-size:20px}.hhpl-benefit-title{font-size:15px}.hhpl-benefit-text{font-size:13px}.customize-toggle{font-size:12px;padding:10px 12px}.hhpl-form-wrap .variations_form .value select{padding:10px 36px 10px 10px;font-size:14px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hhpl-benefit-card{animation:fadeInUp .5s ease forwards}.hhpl-benefit-card:first-child{animation-delay:0s}.hhpl-benefit-card:nth-child(2){animation-delay:.1s}.hhpl-benefit-card:nth-child(3){animation-delay:.2s}.hhpl-benefit-card:nth-child(4){animation-delay:.3s}.hhpl-related-section{background:linear-gradient(180deg,var(--hhpl-gray-50) 0,var(--hhpl-white) 100%);padding:80px 24px;border-top:1px solid var(--hhpl-gray-100);overflow-x:hidden}.hhpl-related-inner{max-width:1400px;width:100%;margin:0 auto}.hhpl-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hhpl-related-card{background:var(--hhpl-white);border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;border:2px solid var(--hhpl-gray-100);transition:all var(--hhpl-transition-normal);display:flex;flex-direction:column;box-shadow:var(--hhpl-shadow-sm)}.hhpl-related-card:hover{transform:translateY(-8px);border-color:var(--hhpl-yellow);box-shadow:var(--hhpl-shadow-xl),var(--hhpl-shadow-glow)}.hhpl-related-image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--hhpl-gray-50)}.hhpl-related-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--hhpl-transition-slow)}.hhpl-related-card:hover .hhpl-related-image img{transform:scale(1.08)}.hhpl-related-badge{position:absolute;top:12px;left:12px;background:var(--hhpl-error);color:var(--hhpl-white);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:6px 12px;border-radius:9999px}.hhpl-related-content{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.hhpl-related-title{font-size:17px;font-weight:700;color:var(--hhpl-gray-900);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hhpl-related-price{font-size:20px;font-weight:800;color:var(--hhpl-gray-900);margin-top:auto}.hhpl-related-price del{font-size:14px;color:var(--hhpl-gray-400);margin-right:8px}.hhpl-related-price ins{text-decoration:none}.hhpl-related-stock{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;margin-top:8px}.hhpl-related-instock{color:var(--hhpl-success)}@media (min-width:1600px){.hhpl-related-section{padding:100px 48px}.hhpl-related-title{font-size:19px}.hhpl-related-price{font-size:22px}}@media (max-width:1200px){.hhpl-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hhpl-related-section{padding:40px 16px;overflow-x:hidden}.hhpl-related-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hhpl-related-card{border-radius:16px}.hhpl-related-content{padding:14px;gap:6px}.hhpl-related-title{font-size:14px;-webkit-line-clamp:2}.hhpl-related-price{font-size:16px}.hhpl-related-price del{font-size:12px}.hhpl-related-badge{top:8px;left:8px;font-size:10px;padding:4px 8px}.hhpl-related-stock{font-size:11px;margin-top:4px}}@media (max-width:480px){.hhpl-related-section{padding:32px 12px}.hhpl-related-grid{grid-template-columns:1fr;gap:12px}.hhpl-related-card{flex-direction:row;border-radius:14px}.hhpl-related-image{width:100px;min-width:100px;max-width:100px;flex-shrink:0;aspect-ratio:1;border-radius:12px 0 0 12px}.hhpl-related-content{justify-content:center;padding:12px;min-width:0;flex:1}.hhpl-related-title{font-size:14px;word-wrap:break-word;overflow-wrap:break-word}.hhpl-related-price{font-size:16px}.hhpl-related-badge{top:6px;left:6px;font-size:9px;padding:3px 6px}}@media (max-width:360px){.hhpl-related-section{padding:28px 10px}.hhpl-related-grid{gap:10px}.hhpl-related-image{width:85px;min-width:85px;max-width:85px}.hhpl-related-content{padding:10px}.hhpl-related-title{font-size:13px}.hhpl-related-price{font-size:14px}.hhpl-related-price del{font-size:11px;margin-right:6px}}@media print{.hhpl-lightbox,.hhpl-sticky-bar,.hhpl-zoom-hint{display:none!important}}