.digital-modal-overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.digital-modal{--checkout-orange:#ff5a00;--checkout-orange-dark:#e94f00;--checkout-orange-light:#fff3ec;--checkout-black:#111;--checkout-text:#161616;--checkout-muted:#717171;background:#fff;border-radius:24px;width:100%;max-width:980px;max-height:calc(100vh - 48px);padding:34px 36px 22px;position:relative;overflow-y:auto;box-shadow:0 35px 90px #00000059}.digital-modal::-webkit-scrollbar{width:5px}.digital-modal::-webkit-scrollbar-track{background:0 0}.digital-modal::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:20px}.digital-modal-close{z-index:3;color:#222;cursor:pointer;background:#f8f8f8;border:1px solid #ededed;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:23px;line-height:1;transition:background .2s,color .2s,border-color .2s,transform .2s;display:flex;position:absolute;top:20px;right:22px}.digital-modal-close:hover{background:var(--checkout-orange);border-color:var(--checkout-orange);color:#fff;transform:rotate(4deg)}.digital-checkout-header{margin-bottom:27px;padding-right:55px}.digital-checkout-eyebrow{color:var(--checkout-orange);letter-spacing:.12em;margin-bottom:7px;font-size:10px;font-weight:900;display:inline-block}.digital-checkout-header h2{color:var(--checkout-black);margin:0;font-size:31px;font-weight:800;line-height:1.15}.digital-checkout-header p{color:var(--checkout-muted);margin:7px 0 0;font-size:14px;line-height:1.45}.digital-checkout-layout{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:32px;display:grid}.checkout-section-heading{margin-bottom:14px}.checkout-section-heading>div,.checkout-summary-title{align-items:center;gap:11px;display:flex}.checkout-step-number{background:var(--checkout-orange);color:#fff;border-radius:9px;flex:none;justify-content:center;align-items:center;width:31px;height:31px;font-size:13px;font-weight:900;display:inline-flex}.checkout-section-heading h3,.checkout-summary-title h3{color:var(--checkout-black);margin:0;font-size:17px;font-weight:800}.checkout-section-heading p,.checkout-summary-title p{color:#8a8a8a;margin:2px 0 0;font-size:11px;line-height:1.4}.payment-list{flex-direction:column;gap:10px;display:flex}.payment-option{cursor:pointer;background:#fff;border:1.5px solid #e8e8e8;border-radius:15px;justify-content:space-between;align-items:center;gap:15px;min-height:72px;padding:13px 15px;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:flex}.payment-option:hover:not(.disabled){background:#fffaf7;border-color:#ffb287;transform:translateY(-1px)}.payment-option.active{border-color:var(--checkout-orange);background:var(--checkout-orange-light);box-shadow:inset 0 0 0 1px var(--checkout-orange)}.payment-option.disabled{opacity:.43;cursor:not-allowed;background:#f8f8f8}.payment-option-left{align-items:center;gap:13px;min-width:0;display:flex}.payment-radio-wrap{flex:0 0 20px;width:20px;height:20px;position:relative}.payment-radio-wrap input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.payment-custom-radio{pointer-events:none;background:#fff;border:2px solid #b6b6b6;border-radius:50%;transition:all .18s;position:absolute;inset:0}.payment-radio-wrap input:checked+.payment-custom-radio{border-color:var(--checkout-orange)}.payment-radio-wrap input:checked+.payment-custom-radio:after{content:"";background:var(--checkout-orange);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.payment-option-content{flex-direction:column;gap:3px;min-width:0;display:flex}.payment-option-content strong{color:#161616;font-size:13px;font-weight:800;line-height:1.3}.payment-option-content small{color:#858585;font-size:10px;line-height:1.35}.payment-coming-soon{color:#a6a6a6!important}.payment-select-indicator{color:#999;flex:none;font-size:10px;font-weight:800}.payment-option.active .payment-select-indicator{color:var(--checkout-orange)}.checkout-security-note{background:#f7f7f7;border-radius:12px;align-items:center;gap:10px;margin-top:14px;padding:11px 13px;display:flex}.checkout-security-icon{color:#24843e;background:#e9f8ec;border-radius:50%;flex:0 0 27px;justify-content:center;align-items:center;width:27px;height:27px;font-size:12px;font-weight:900;display:flex}.checkout-security-note strong{color:#202020;font-size:11px;font-weight:800;display:block}.checkout-security-note p{color:#858585;margin:1px 0 0;font-size:9px}.digital-checkout-right{min-width:0}.checkout-summary-card{background:linear-gradient(#fff 0%,#fcfcfc 100%);border:1px solid #e9e9e9;border-radius:20px;padding:20px;position:sticky;top:0}.checkout-summary-title{margin-bottom:18px}.checkout-product{border-bottom:1px solid #ededed;align-items:center;gap:13px;padding-bottom:16px;display:flex}.checkout-product-image{background:#f4f4f4;border-radius:13px;flex:0 0 70px;width:70px;height:70px;overflow:hidden}.checkout-product-image img{object-fit:cover;width:100%;height:100%;display:block}.checkout-product-details{flex:1;min-width:0}.checkout-product-details h4{-webkit-line-clamp:2;color:#151515;-webkit-box-orient:vertical;margin:0 0 7px;font-size:13px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.checkout-product-meta{flex-wrap:wrap;gap:5px 10px;display:flex}.checkout-product-meta span{color:#858585;font-size:10px}.digital-modal .dpn-notice--checkout{border-radius:12px;gap:9px;margin:14px 0;padding:10px}.digital-modal .dpn-notice--checkout .dpn-icon{border-radius:8px;flex:0 0 30px;width:30px;height:30px;font-size:16px}.digital-modal .dpn-notice--checkout .dpn-headingRow{margin-bottom:2px}.digital-modal .dpn-notice--checkout .dpn-headingRow>strong{font-size:11px}.digital-modal .dpn-notice--checkout .dpn-pill{padding:4px 6px;font-size:7px}.digital-modal .dpn-notice--checkout .dpn-content p{font-size:9px;line-height:1.45}.digital-modal .dpn-notice--checkout .dpn-releaseDate{margin-top:5px;font-size:9px}.digital-modal .dpn-notice--checkout .dpn-content small{display:none}.checkout-price-row{color:#777;justify-content:space-between;align-items:center;gap:12px;padding:11px 0;font-size:12px;display:flex}.checkout-price-row strong{color:#1a1a1a;font-size:13px;font-weight:800}.checkout-price-row.total{color:#111;border-top:1px solid #e9e9e9;margin-top:1px;padding:14px 0;font-size:16px;font-weight:800}.checkout-price-row.total strong{color:var(--checkout-orange);font-size:20px;font-weight:900}.digital-checkout-pay-btn{background:linear-gradient(135deg, var(--checkout-orange) 0%, #ff741f 100%);color:#fff;cursor:pointer;border:0;border-radius:13px;width:100%;min-height:48px;font-size:13px;font-weight:900;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 9px 25px #ff5a0033}.digital-checkout-pay-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 28px #ff5a0047}.digital-checkout-pay-btn:disabled{opacity:.55;cursor:not-allowed}.checkout-payment-disclaimer{color:#939393;text-align:center;margin:10px 0 0;font-size:8.5px;line-height:1.5}.digital-checkout-cancel{color:#888;cursor:pointer;background:0 0;border:0;margin:18px auto 0;padding:4px 8px;font-size:10px;font-weight:700;transition:color .18s;display:block}.digital-checkout-cancel:hover{color:var(--checkout-orange)}@media (max-width:900px){.digital-modal{max-width:720px;padding:30px}.digital-checkout-layout{grid-template-columns:1fr .9fr;gap:22px}.digital-checkout-header h2{font-size:27px}}@media (max-width:700px){.digital-modal-overlay{align-items:flex-end;padding:0}.digital-modal{border-radius:22px 22px 0 0;max-width:none;max-height:94vh;padding:24px 18px 20px}.digital-modal-close{width:35px;height:35px;top:16px;right:17px}.digital-checkout-header{margin-bottom:21px;padding-right:45px}.digital-checkout-header h2{font-size:24px}.digital-checkout-header p{font-size:12px}.digital-checkout-layout{flex-direction:column;gap:22px;display:flex}.digital-checkout-right{order:1}.digital-checkout-left{order:2}.checkout-summary-card{border-radius:16px;padding:15px;position:static}.checkout-product-image{flex-basis:60px;width:60px;height:60px}.payment-option{min-height:66px;padding:12px 13px}.digital-checkout-cancel{margin-top:15px}}@media (max-width:420px){.digital-modal{padding:21px 14px calc(18px + env(safe-area-inset-bottom))}.digital-checkout-eyebrow{font-size:9px}.digital-checkout-header h2{font-size:21px}.checkout-section-heading h3,.checkout-summary-title h3{font-size:15px}.payment-option-content strong{font-size:12px}.payment-select-indicator{display:none}.checkout-product-details h4{font-size:12px}.checkout-price-row.total{font-size:14px}.checkout-price-row.total strong{font-size:18px}}
.dspd-page{background:#edf2f7;min-height:100vh;padding:20px 0 44px}.dspd-shell{width:min(1380px,94%);margin:0 auto}.dspd-topLayout{grid-template-columns:minmax(0,1.2fr) 520px;align-items:start;gap:22px;margin-bottom:22px;display:grid}.dspd-galleryCard,.dspd-summaryCard,.dspd-detailsCard,.dspd-empty{background:#fff;border:1px solid #e5ebf2;border-radius:22px;box-shadow:0 8px 24px #0f172a0d}.dspd-galleryCard{padding:16px}.dspd-mainViewer{margin-bottom:12px}.dspd-mainSwiper{border-radius:18px;overflow:hidden}.dspd-mainImageHolder,.dspd-videoHolder{background:#f8fafc;border:1px solid #edf2f7;border-radius:18px;width:100%;height:480px;position:relative;overflow:hidden}.dspd-videoHolder iframe{width:100%;height:100%;display:block}.dspd-zoomLayer{width:100%;height:100%;transition:transform .2s;position:relative}.dspd-imageFallback{background:linear-gradient(135deg,#0f172a 0%,#334155 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dspd-imageFallback span{color:#fff;font-size:80px;font-weight:900}.dspd-thumbsWrap{padding-top:2px}.dspd-thumbsSwiper{width:100%}.dspd-thumbSlide{width:76px!important}.dspd-thumbCard{background:#fff;border:1px solid #dde5ee;border-radius:14px;width:76px;height:76px;overflow:hidden;box-shadow:0 4px 10px #0f172a0a}.dspd-thumbCard img{object-fit:cover;width:100%;height:100%;display:block}.swiper-slide-thumb-active .dspd-thumbCard{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.dspd-thumbVideo{width:100%;height:100%;position:relative}.dspd-thumbPlay{color:#fff;background:#0f172ae6;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;display:inline-flex;position:absolute;bottom:6px;right:6px}.dspd-summaryCard{padding:22px;position:sticky;top:18px}.dspd-typeBadge{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;margin-bottom:14px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.dspd-badgeRow{align-items:center;gap:10px;margin-bottom:14px;display:flex}.dspd-badgeRow .dspd-typeBadge,.dspd-badgeRow .dspd-viewsBadge{margin-bottom:0}.dspd-viewsBadge{color:#ef9817;white-space:nowrap;align-items:center;gap:4px;padding:7px 12px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.dspd-viewIcon{flex-shrink:0;width:15px;height:15px}.dspd-viewCount{font-weight:800}.dspd-summaryCard h1{color:#0f172a;letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(23px,2vw,25px);font-weight:900;line-height:1.1}.dspd-priceMain{color:#c2410c;margin-bottom:18px;font-size:clamp(27px,1.4vw,24px);font-weight:900;line-height:1}.dspd-metaGrid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px;display:grid}.dspd-metaItem{background:#f8fafc;border:1px solid #ebf0f6;border-radius:16px;padding:8px}.dspd-metaItem span{color:#667085;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.dspd-metaItem strong{color:#0f172a;word-break:break-word;font-size:13px;font-weight:800;line-height:1.45;display:block}.dspd-buyBox{background:#fbfdff;border:1px solid #e8eef5;border-radius:20px;padding:16px}.dspd-formGroup{margin-bottom:16px}.dspd-formGroup:last-child{margin-bottom:0}.dspd-formGroup label{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.dspd-formGroup input,.dspd-formGroup select{color:#111827;background:#fff;border:1px solid #d8e0ea;border-radius:14px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px}.dspd-inlineActions{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.dspd-validateBtn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d0d9e4;border-radius:14px;height:44px;font-size:14px;font-weight:800}.dspd-validationText{font-size:13px;font-weight:700}.dspd-validationText.is-success{color:#047857}.dspd-validationText.is-error{color:#b42318}.dspd-packageGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dspd-packageBtn{text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe3ec;border-radius:16px;min-height:46px;padding:12px 14px;transition:all .2s}.dspd-packageBtn strong{color:#0f172a;font-size:14px;font-weight:800;line-height:1.35;display:block}.dspd-packageBtn span{color:#475467;margin-top:6px;font-size:13px;font-weight:700;display:block}.dspd-packageBtn.is-active{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.dspd-qtyRow{background:#fff;border:1px solid #dce4ed;border-radius:14px;align-items:center;margin-bottom:16px;display:inline-flex;overflow:hidden}.dspd-qtyRow button,.dspd-qtyRow span{justify-content:center;align-items:center;width:46px;height:44px;font-size:20px;font-weight:800;display:flex}.dspd-qtyRow button{color:#0f172a;cursor:pointer;background:#fff;border:0}.dspd-qtyRow span{color:#fff;background:#0f172a}.dspd-buyBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:0;border-radius:16px;width:100%;height:54px;font-size:18px;font-weight:900;box-shadow:0 10px 20px #0f172a1f}.dspd-relatedWrap{border-top:1px solid #e9eff6;margin-top:18px;padding-top:16px}.dspd-relatedTitle{color:#0f172a;margin:0 0 14px;font-size:15px;font-weight:900}.dspd-relatedPackageGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dspd-relatedPackageCard{background:#f8fafc;border:1px solid #dbe3ec;border-radius:20px;min-height:112px;padding:18px 18px 16px;text-decoration:none;transition:all .2s;display:block}.dspd-relatedPackageCard:hover{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.dspd-relatedPackageName{color:#0f172a;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;margin-bottom:14px;font-size:15px;font-weight:900;line-height:1.3;display:-webkit-box;overflow:hidden}.dspd-relatedPackagePrice{color:#475467;font-size:14px;font-weight:800;line-height:1.2}.dspd-detailsSection{margin-top:0}.dspd-detailsCard{padding:24px}.dspd-infoBlock+.dspd-infoBlock{margin-top:24px}.dspd-infoBlock h3{color:#0f172a;margin:0 0 12px;font-size:22px;font-weight:900}.dspd-infoBlock h4{color:#0f172a;margin:14px 0 8px;font-size:16px;font-weight:800}.dspd-infoBlockBody p{color:#475467;margin:0 0 12px;font-size:15px;line-height:1.8}.dspd-infoBlockBody p:last-child{margin-bottom:0}.dspd-systemBlock+.dspd-systemBlock{margin-top:14px}.dspd-empty{text-align:center;color:#667085;width:min(1380px,94%);margin:0 auto;padding:36px 20px;font-size:16px;font-weight:700}.dspd-mainSwiper .swiper-button-prev,.dspd-mainSwiper .swiper-button-next{color:#0f172a;background:#fffffff2;border:1px solid #e5e7eb;border-radius:999px;width:42px;height:42px;box-shadow:0 8px 16px #0f172a14}.dspd-mainSwiper .swiper-button-prev:after,.dspd-mainSwiper .swiper-button-next:after{font-size:15px;font-weight:900}.dspd-mainSwiper .swiper-button-prev svg,.dspd-mainSwiper .swiper-button-next svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:29%;height:100%}@media (max-width:1199px){.dspd-summaryCard{position:static}.dspd-mainImageHolder,.dspd-videoHolder{height:420px}}@media (max-width:767px){.dspd-page{padding-top:14px;padding-bottom:90px}.dspd-shell{width:94%;margin:0 auto}.dspd-topLayout{flex-direction:column;gap:16px;width:100%;margin-bottom:16px;display:flex}.dspd-galleryCard,.dspd-summaryCard{width:100%;max-width:100%}.dspd-mainImageHolder,.dspd-videoHolder{width:100%;max-width:100%;height:260px}.dspd-mainImageHolder img,.dspd-zoomLayer img{object-fit:contain;width:100%;height:100%;display:block}}.dspd-mainViewer{position:relative}.dspd-mainViewer .floating-share-option{z-index:2;position:absolute;top:18px;right:18px}.dspd-mainViewer .floating-share-main{cursor:pointer;color:#111;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:all .25s;display:flex;box-shadow:0 10px 30px #0000001f}.dspd-mainViewer .floating-share-main:hover{transform:scale(1.08)}.dspd-mainViewer .floating-product-social{opacity:0;visibility:hidden;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;transition:all .25s;display:flex;position:absolute;top:56px;right:0;transform:translateY(-10px)}.dspd-mainViewer .floating-share-option:hover .floating-product-social{opacity:1;visibility:visible;transform:translateY(0)}.dspd-mainViewer .floating-product-social button{cursor:pointer;background:#fffffff5;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 8px 24px #0000001f}.dspd-mainViewer .floating-product-social button:hover{transform:scale(1.08)}
