.gpp-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:#07142bb3;overflow:auto}.gpp-dialog,.gpp-dialog *{box-sizing:border-box}.gpp-dialog{display:flex;flex-direction:column;width:min(1060px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:hidden;background:#fff;color:#17263e;border-radius:18px;box-shadow:0 24px 90px #07142b70;text-align:left}.gpp-dialog [hidden]{display:none!important}.gpp-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;flex:none;padding:22px 26px;border-bottom:1px solid #e0e7f1}.gpp-header h2{font-size:23px;line-height:1.3;margin:0 0 6px;color:#12243f}.gpp-header p{margin:0;color:#60738d;font-size:13px;line-height:1.6;overflow-wrap:anywhere}.gpp-close{border:0;background:#f0f4f9;color:#344b68;flex:none;width:44px;height:44px;border-radius:50%;font-size:28px;line-height:1}.gpp-scroll{overflow:auto;overscroll-behavior:contain;padding:24px 26px;min-height:0;-webkit-overflow-scrolling:touch}.gpp-product-heading{margin-bottom:20px}.gpp-sku{display:inline-block;max-width:100%;overflow-wrap:anywhere;font-size:13px;font-weight:800;color:#215cc5;margin-bottom:7px}.gpp-product-heading h3{font-size:24px;margin:0 0 9px;line-height:1.3;overflow-wrap:anywhere}.gpp-product-heading p{margin:0;font-size:15px;color:#526884;line-height:1.7;overflow-wrap:anywhere}.gpp-photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:24px}.gpp-photos figure{margin:0;min-width:0}.gpp-photos figcaption{font-size:14px;font-weight:700;margin:0 0 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.gpp-photos figcaption small{font-size:11px;color:#687b94;font-weight:400}.gpp-photo-button,.gpp-image-empty{height:265px;width:100%;border:1px solid #dce5f1;border-radius:12px;background:#f7f9fd;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:14px}.gpp-photo-button{cursor:zoom-in}.gpp-photo-button img,.gpp-large-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.gpp-image-loading{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background:#fffefbdb;padding:5px 9px;border-radius:6px;color:#60738d;font-size:12px;white-space:nowrap}.gpp-image-empty{color:#76869d;gap:14px;flex-direction:column;font-size:14px}.gpp-summary,.gpp-variant-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 24px;margin:0}.gpp-field{min-width:0}.gpp-field dt{font-size:12px;color:#637794;line-height:1.5;font-weight:600;margin:0 0 5px}.gpp-field dd{font-size:14px;font-weight:650;margin:0;line-height:1.65;overflow-wrap:anywhere;white-space:pre-wrap;color:#263b58}.gpp-section{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f1}.gpp-section h3{font-size:16px;color:#183250;margin:0 0 13px;line-height:1.4}.gpp-variants{display:grid;gap:12px}.gpp-variant{background:#f8faff;border:1px solid #e1e9f5;border-radius:11px;padding:16px}.gpp-variant h4{margin:0 0 13px;color:#365d94;font-size:13px}.gpp-variant-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 24px}.gpp-sale dd{color:#154fc2;font-size:17px;font-weight:800}.gpp-text{font-size:14px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;color:#344d6b}.gpp-notes{background:#fff8e9;border:1px solid #f0e2c3;padding:16px 18px;border-radius:10px}.gpp-notes h3{color:#745521}.gpp-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:none;padding:14px 26px;border-top:1px solid #e0e7f1;background:#fff}.gpp-footer span{color:#76869d;font-size:12px}.gpp-button{border:1px solid #cddbed;border-radius:8px;background:#fff;color:#224b87;font-weight:700;font-size:13px;padding:10px 16px;min-height:44px;cursor:pointer}.gpp-footer .gpp-button{background:#225fe8;border-color:#225fe8;color:#fff}.gpp-dialog button:focus-visible{outline:3px solid #8bb5ff;outline-offset:3px}.gpp-state{padding:50px 18px;text-align:center;color:#60738d;font-size:15px;line-height:1.7;overflow-wrap:anywhere}.gpp-state p{margin:0 0 16px}.gpp-error{color:#a4383b}.gpp-zoom-heading{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.gpp-zoom-heading h3{font-size:16px;margin:0}.gpp-large-image{height:min(65vh,720px);height:min(65dvh,720px);min-height:230px;position:relative;padding:12px;display:flex;justify-content:center;align-items:center;background:#f5f7fb;border:1px solid #dce5f1;border-radius:12px}.gpp-dialog [data-gpp-zoom] .gpp-image-empty{height:min(65vh,720px)}
@media(max-width:640px){.gpp-backdrop{padding:8px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:max(8px,env(safe-area-inset-bottom))}.gpp-dialog{max-height:calc(100vh - 16px);max-height:calc(100dvh - max(8px,env(safe-area-inset-top)) - max(8px,env(safe-area-inset-bottom)));border-radius:14px}.gpp-header{padding:16px;gap:12px}.gpp-header h2{font-size:21px}.gpp-scroll{padding:18px 16px}.gpp-product-heading h3{font-size:22px}.gpp-photos{grid-template-columns:1fr;gap:18px}.gpp-photo-button,.gpp-image-empty{height:240px}.gpp-summary,.gpp-variant-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gpp-variant{padding:14px}.gpp-footer{padding:12px 16px}.gpp-large-image{height:60vh;height:60dvh;min-height:190px}.gpp-state{padding:36px 8px}.gpp-field dd{font-size:14px}.gpp-sale dd{font-size:16px}.gpp-zoom-heading{gap:12px}.gpp-notes{padding:14px}}
@media print{.gpp-backdrop{display:none!important}}
