.bu-product-details{--bu-bg: #f6f6f7;--bu-text: #1e1e1e;--bu-muted: #6b6b6b;--bu-accent: #002fa7;--bu-chip: #e9e9ec;--bu-ok: #16a34a;--bu-warning: #f59e0b;--bu-error: #dc2626;--bu-border: #e5e5e8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:1600px;margin:0 auto;padding:20px}.bu-product-details-container{max-width:1600px;margin:0 auto}.bu-acc{border:1px solid var(--bu-border);border-radius:14px;background:#fff;margin:12px 0;overflow:hidden;transition:all .3s ease}.bu-acc:hover{box-shadow:0 4px 12px #0000000d}.bu-acc>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;cursor:pointer;font-weight:700;color:var(--bu-text);font-size:17px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.bu-acc>summary::-webkit-details-marker{display:none}.bu-acc>summary:hover{background-color:#002fa708}.bu-acc[open]>summary{border-bottom:1px solid var(--bu-border);background:var(--bu-bg);color:var(--bu-accent)}.bu-acc summary svg{width:22px;height:22px;flex:0 0 22px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .25s ease}.bu-acc[open] summary svg{transform:rotate(45deg)}.bu-acc-body{padding:20px}.bu-product-description{background:var(--bu-bg);padding:20px;border-radius:10px;color:var(--bu-text);line-height:1.6;font-size:15px;transition:all .3s ease;cursor:pointer}.bu-product-description:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000014;background:linear-gradient(to bottom,#f0f0f2,#f6f6f7)}.bu-product-description:active{transform:translateY(0);box-shadow:0 2px 8px #0000000d}.bu-applies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bu-applies-item{display:flex;align-items:center;gap:10px;padding:12px;background:#002fa708;border-radius:8px;font-size:14px;color:var(--bu-text);transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.bu-applies-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,47,167,.1),transparent);transition:left .5s}.bu-applies-item:hover:before{left:100%}.bu-applies-item:hover{background:#002fa714;transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.bu-applies-item svg{color:var(--bu-ok);flex-shrink:0;transition:transform .2s ease}.bu-applies-item:hover svg{transform:scale(1.1)}.bu-formats-grid{display:grid;grid-template-columns:1fr;gap:16px}.bu-format-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bu-bg);border-radius:10px;transition:all .2s ease;cursor:pointer}.bu-format-item:hover{background:#002fa70d;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.bu-format-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border-radius:10px;flex-shrink:0;transition:all .2s ease}.bu-format-icon.ai{background:linear-gradient(135deg,#ffc04d,#e63b00)}.bu-format-icon.psd{background:linear-gradient(135deg,#001e36,#0c8ce9)}.bu-format-icon.png{background:linear-gradient(135deg,#52c41a,#237804)}.bu-format-icon.svg{background:linear-gradient(135deg,#faad14,#a8071a)}.bu-format-icon.cad{background:linear-gradient(135deg,#6b7b8f,#3a506b)}.bu-format-item:hover .bu-format-icon{transform:scale(1.05)}.bu-format-info h4{margin:0 0 6px;color:var(--bu-text);font-size:16px}.bu-format-info p{margin:0;color:var(--bu-muted);font-size:14px;line-height:1.4}.bu-content-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.bu-stat{text-align:center;padding:16px;background:var(--bu-bg);border-radius:10px;transition:all .2s ease;cursor:pointer}.bu-stat:hover{background:#002fa70d;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.bu-stat-value{font-size:24px;font-weight:800;color:var(--bu-accent);margin-bottom:5px}.bu-stat-label{font-size:13px;color:var(--bu-muted)}.bu-license-types{display:grid;grid-template-columns:1fr;gap:16px}.bu-license-type{padding:16px;border-radius:10px;transition:all .2s ease;cursor:pointer}.bu-license-type:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.bu-license-allowed{background:#16a34a0d;border-left:4px solid var(--bu-ok)}.bu-license-allowed:hover{background:#16a34a14}.bu-license-prohibited{background:var(--bu-bg);border-left:4px solid var(--bu-muted)}.bu-license-prohibited:hover{background:#e9e9e9}.bu-license-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.bu-license-header h4{margin:0;font-size:16px}.bu-license-allowed .bu-license-header svg{color:var(--bu-ok)}.bu-license-content p,.bu-license-content ul{margin:0;color:var(--bu-muted);font-size:14px;line-height:1.5}.bu-license-content ul{padding-left:20px}.bu-license-content li{margin-bottom:8px}.bu-license-content li:last-child{margin-bottom:0}.bu-download-instructions{display:grid;grid-template-columns:1fr;gap:16px}.bu-download-item{padding:16px;background:var(--bu-bg);border-radius:10px;transition:all .2s ease;cursor:pointer}.bu-download-item:hover{background:#002fa70d;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.bu-download-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.bu-download-header h4{margin:0;font-size:16px;color:var(--bu-text)}.bu-download-header svg{color:var(--bu-accent)}.bu-download-content p,.bu-download-content ol{margin:0;color:var(--bu-muted);font-size:14px;line-height:1.5}.bu-download-content ol{padding-left:20px}.bu-download-content li{margin-bottom:8px}.bu-download-content li:last-child{margin-bottom:0}@media (max-width: 1600px){.bu-product-details{max-width:1200px}}@media (max-width: 1200px){.bu-product-details{max-width:1000px;padding:15px}}@media (max-width: 768px){.bu-product-details{padding:10px;max-width:none}.bu-acc{margin:12px 0;border-radius:12px}.bu-applies-grid{grid-template-columns:1fr}.bu-content-stats{grid-template-columns:repeat(2,1fr);gap:12px}.bu-stat{padding:12px}.bu-stat-value{font-size:20px;margin-bottom:3px}.bu-stat-label{font-size:12px}.bu-format-item{flex-direction:row;gap:12px;padding:12px}.bu-format-icon{width:40px;height:40px;font-size:14px}.bu-format-info h4{font-size:15px;margin-bottom:4px}.bu-format-info p{font-size:13px;line-height:1.3}.bu-formats-grid{gap:12px}}@media (max-width: 480px){.bu-product-details{padding:8px}.bu-acc{margin:10px 0;border-radius:10px}.bu-acc>summary{padding:14px 16px;font-size:16px}.bu-acc-body{padding:16px}.bu-content-stats{grid-template-columns:repeat(2,1fr);gap:10px}.bu-stat{padding:10px}.bu-stat-value{font-size:18px}.bu-stat-label{font-size:11px}.bu-product-description{padding:16px}.bu-format-item{padding:10px;gap:10px}.bu-format-icon{width:36px;height:36px;font-size:12px;border-radius:8px}.bu-format-info h4{font-size:14px}.bu-format-info p{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/component-blocks-ultra-product-details.css.map */
