/* ozjejakso.com/product 상세·목록 */
.oz-pd{max-width:1280px;margin:0 auto;padding:24px 24px 80px}
.oz-pd-crumb{font-size:13px;color:#6b7280;margin:0 0 28px}
.oz-pd-crumb a{color:#6b7280}
.oz-pd-crumb a:hover{color:#2563eb}
.oz-pd-crumb span{margin:0 6px;color:#d1d5db}

.oz-pd-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,480px);gap:48px;align-items:start;margin-bottom:64px}
@media(max-width:960px){.oz-pd-top{grid-template-columns:1fr;gap:32px}}

.oz-pd-gallery{position:sticky;top:88px;width:100%;max-width:720px}
@media(max-width:960px){.oz-pd-gallery{position:static;max-width:none}}
.oz-pd-main{width:100%;background:#f7f7f8;border-radius:8px;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}
.oz-pd-main img{width:100%!important;height:auto!important;max-width:none!important;max-height:none!important;object-fit:contain;object-position:center}
.oz-pd-thumbs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.oz-pd-thumb{width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid transparent;background:#f0f0f0;cursor:pointer;padding:0;flex-shrink:0}
.oz-pd-thumb img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover}
.oz-pd-thumb.is-active{border-color:#2563eb}

.oz-pd-info h1{margin:0 0 8px;font-size:28px;font-weight:900;line-height:1.35}
.oz-pd-info .oz-pd-sub{margin:0 0 16px;font-size:15px;color:#6b7280;line-height:1.6}
.oz-pd-price{font-size:26px;font-weight:900;margin:0 0 24px;color:#111}
.oz-pd-price small{display:block;font-size:13px;font-weight:600;color:#6b7280;margin-top:4px}

.oz-pd-box{border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px}
.oz-pd-row{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px solid #f3f4f6}
.oz-pd-row:last-child{border-bottom:0;padding-bottom:0}
.oz-pd-row:first-child{padding-top:0}
.oz-pd-label{flex:0 0 88px;font-size:13px;font-weight:700;color:#374151;padding-top:8px}
.oz-pd-field{flex:1;min-width:0}
.oz-pd-field select,.oz-pd-field input[type=number]{width:100%;max-width:280px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit}
.oz-pd-qty{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}
.oz-pd-qty button{width:40px;height:40px;border:0;background:#f9fafb;font-size:18px;cursor:pointer}
.oz-pd-qty input{width:56px;height:40px;border:0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;text-align:center;font-size:15px;font-weight:700}
.oz-pd-hint{margin:8px 0 0;font-size:12px;color:#6b7280;line-height:1.5}

.oz-pd-dl{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;font-size:13px;font-weight:700;color:#1d4ed8}
.oz-pd-dl:hover{background:#dcfce7}

.oz-pd-period{margin:0;font-size:14px;line-height:1.6;color:#374151}
.oz-pd-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0 0;margin-top:8px;border-top:1px solid #e5e7eb;font-size:15px}
.oz-pd-total strong{font-size:22px;font-weight:900}

.oz-pd-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.oz-pd-actions .btn{flex:1;min-width:140px;padding:14px 20px;font-size:15px;font-weight:800;border-radius:10px;border:0;cursor:pointer;text-align:center}
.oz-pd-actions .btn-primary{background:#111;color:#fff}
.oz-pd-actions .btn-outline{background:#fff;color:#111;border:1px solid #d1d5db}
.oz-pd-actions .btn-green{background:#2563eb;color:#fff}

.oz-pd-tabs{margin-top:16px;border-top:1px solid #e5e7eb}
.oz-pd-tab-nav{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid #e5e7eb}
.oz-pd-tab-nav button{flex:1;min-width:120px;padding:18px 12px;border:0;border-bottom:3px solid transparent;background:0;font-size:15px;font-weight:700;color:#6b7280;cursor:pointer;font-family:inherit}
.oz-pd-tab-nav button.is-active{color:#111;border-bottom-color:#2563eb}
.oz-pd-tab-panel{display:none;padding:40px 0}
.oz-pd-tab-panel.is-active{display:block}

.oz-pd-intro-block{display:flex;flex-direction:column;align-items:center;margin-bottom:56px;padding-bottom:56px;border-bottom:1px solid #f3f4f6}
.oz-pd-intro-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.oz-pd-intro-text{width:100%;max-width:800px;margin:0 auto;text-align:left}
.oz-pd-intro-text h3{margin:0 0 12px;font-size:22px;font-weight:900;line-height:1.4}
.oz-pd-intro-text p{margin:0;font-size:15px;color:#4b5563;line-height:1.75}
.oz-pd-intro-img{width:100%;max-width:900px;margin:28px auto 0;padding:20px;display:flex;align-items:center;justify-content:center;background:#f7f7f8;border-radius:12px;overflow:hidden}
.oz-pd-intro-img img{display:block;width:100%!important;max-width:none!important;max-height:none!important;height:auto!important;margin:0 auto;object-fit:contain;object-position:center}

.oz-pd-guide{white-space:pre-line;font-size:15px;line-height:1.9;color:#374151;background:#f9fafb;border-radius:12px;padding:28px 32px}
.oz-pd-policy{font-size:15px;line-height:1.8;color:#4b5563}
.oz-pd-portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:640px){.oz-pd-portfolio{grid-template-columns:1fr}}
.oz-pd-portfolio figure{margin:0;border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:#f0f0f0}
.oz-pd-portfolio img{width:100%;height:100%;object-fit:cover}

/* 상품목록 */
.oz-pl{max-width:1280px;margin:0 auto;padding:32px 24px 80px}
.oz-pl-head{margin-bottom:36px}
.oz-pl-head h1{margin:0 0 8px;font-size:32px;font-weight:900}
.oz-pl-head p{margin:0;font-size:16px;color:#6b7280}
.oz-pl-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px 20px}
@media(max-width:1024px){.oz-pl-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.oz-pl-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.oz-pl-grid{grid-template-columns:1fr}}

.oz-pl-card{text-align:center}
.oz-pl-card a{color:inherit;text-decoration:none}
.oz-pl-thumb{width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.06);margin-bottom:14px}
.oz-pl-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}
.oz-pl-card:hover .oz-pl-thumb img{transform:scale(1.05)}
.oz-pl-card h4{margin:0 0 6px;font-size:15px;font-weight:800;line-height:1.4}
.oz-pl-card .oz-pl-price{margin:0 0 12px;font-size:14px;font-weight:700;color:#2563eb}
.oz-pl-card .oz-pl-desc{margin:0 0 12px;font-size:13px;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.oz-pl-card .btn.small{padding:8px 16px;font-size:12px;border-radius:999px}
