.container--item-page{padding-left:12px;padding-right:12px}.item-page{display:block;background-color:#fff;border:1px solid #e8eef8;border-radius:12px;padding:24px;margin-bottom:40px}.item-page .item-no-description{color:var(--gray);font-style:italic}.item-page .item-description pre{white-space:pre-wrap;font-family:inherit;margin:0;font-size:.95rem;color:#555;line-height:1.6}.item-page .product-container{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start;margin-bottom:24px}.item-page .product-container--no-images{grid-template-columns:1fr}.item-page .product-images{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid var(--secondary-dark);border-radius:12px;overflow:hidden;padding:12px}.item-page .main-image{width:100%;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border-radius:8px;overflow:hidden;position:relative}.item-page .main-image img{max-width:100%;max-height:100%;object-fit:contain}.item-page .main-image-zoom-btn{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border-radius:8px;border:none;background:var(--secondary-dark);color:#fff;font-size:.85rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1}.pds-lightbox{position:fixed;inset:0;z-index:3000;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:pds-lb-in .18s ease}@keyframes pds-lb-in{from{opacity:0}to{opacity:1}}.pds-lightbox img{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:6px;box-shadow:0 8px 48px rgba(0,0,0,.6);cursor:default;user-select:none}.pds-lightbox-close{position:absolute;top:16px;right:20px;width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.55);color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s;z-index:1}.pds-lightbox-close:hover{background:rgba(0,0,0,.75);border-color:rgba(255,255,255,.6)}.pds-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(0,0,0,.55);color:#fff;font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s;z-index:1}.pds-lightbox-nav:hover{background:rgba(0,0,0,.75);border-color:rgba(255,255,255,.6)}.pds-lightbox-prev{left:20px}.pds-lightbox-next{right:20px}.item-page .thumbnail-container{display:flex;gap:8px;flex-wrap:wrap}.item-page .thumbnail{width:64px;height:64px;padding:0;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;background:#f0f0f0;flex-shrink:0}.item-page .thumbnail.active,.item-page .thumbnail:hover{border-color:var(--secondary-dark)}.item-page .thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.item-page .product-info{display:flex;flex-direction:column;gap:14px}.item-page .item-title{font-size:1.6rem;font-weight:700;color:#1a1a1a;line-height:1.25;margin:0}.item-page .item-pills{display:flex;flex-wrap:nowrap;gap:8px;align-items:center}.item-page .item-pills>*{flex-shrink:0;white-space:nowrap}.item-page .viewer-count-pill,.item-page .watcher-count-pill{display:inline-flex;align-items:center;gap:6px;background:0 0;color:#666;border:none;font-size:.78rem;font-weight:600;line-height:1;height:28px;padding:0;margin:0;border-radius:0;width:fit-content;box-sizing:border-box}.item-page .viewer-count-pill i,.item-page .watcher-count-pill i{font-size:.78rem;color:#999;line-height:1;display:inline-flex;align-items:center}.item-page .viewer-count-pill i{position:relative}.item-page .viewer-count-pill i::after{content:'';position:absolute;inset:-4px;border-radius:50%;background:#999;opacity:0;animation:eye-ripple 2s ease-out infinite}@keyframes eye-ripple{0%{transform:scale(.6);opacity:.5}100%{transform:scale(2);opacity:0}}.item-page .product-price{font-size:1.8rem;font-weight:800;color:var(--primary);display:flex;align-items:baseline;gap:10px;margin:0}.item-page .original-price{font-size:1.1rem;color:#aaa;text-decoration:line-through;font-weight:400}.item-page .discount-badge{display:inline-flex;align-items:center;background:#fef2f2;color:#e11d48;border:1px solid #fecaca;font-size:.78rem;font-weight:700;padding:2px 8px;border-radius:6px;line-height:1.4}.item-page .item-detail-actions{display:grid;gap:var(--reservation-entry-gap)}.item-page .reservation-hint{margin:-4px 0 0;font-size:.82rem;line-height:1.45;color:var(--gray)}.item-page .reservation-hint a{color:var(--primary);text-decoration:underline}.item-page .favorite-btn,.item-page .reservation-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:#fff;color:#1f2937;border:1px solid var(--secondary-dark);border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.item-page .favorite-btn:hover,.item-page .reservation-btn:hover{background:#fafbff;border-color:var(--secondary-dark)}.item-page .favorite-btn i,.item-page .reservation-btn i{color:var(--secondary-dark);font-size:.95rem}.item-page .favorite-btn.active{background:#fafbff;border-color:#d6e3ff;color:var(--secondary-dark)}.item-page .favorite-btn.active i{color:var(--secondary-dark)}.item-page .share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:#fff;color:#1f2937;border:1px solid var(--secondary-dark);border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.item-page .share-btn:hover{background:#fafbff}.item-page .share-btn i{color:var(--secondary-dark);font-size:.95rem}.item-page .price-chart-wrap{margin:0 0 16px;background:#f7f9fc;border:1px solid #e8eef8;border-radius:8px;padding:14px 16px}.item-page .price-chart-title{font-size:.9rem;font-weight:600;color:#333;margin-bottom:6px}.item-page .price-chart{display:block;width:100%;height:auto}.item-page .decay-info{font-size:.88rem;font-weight:400;color:#555;background:#f7f9fc;border:1px solid #e8eef8;padding:10px 14px;border-radius:8px;display:flex;align-items:center;gap:8px}.item-page .decay-info i{color:#aaa}.item-page .item-description{border-top:1px solid #f0f0f0;padding-top:14px;margin-bottom:20px}.item-page .item-description-inner{color:#555;line-height:1.6;font-size:.95rem}.item-page .product-specs{border-top:1px solid #f0f0f0;padding-top:16px;margin-bottom:24px}.item-page .specs-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#999;margin-bottom:14px}.item-page .specs-table{width:100%;border-collapse:collapse;border:1px solid #e8eef8;border-radius:10px;overflow:hidden}.item-page .specs-table td{width:50%;padding:14px 18px;border-bottom:1px solid #e8eef8;vertical-align:top;display:table-cell}.item-page .specs-table td:first-child{border-right:1px solid #e8eef8}.item-page .specs-table tr:last-child td{border-bottom:none}.item-page .spec-label{display:block;font-size:.75rem;font-weight:600;color:#888;margin-bottom:2px}.item-page .spec-value{display:block;font-size:.88rem;font-weight:600;color:#222;word-break:break-word}.item-page .seller-card{border:1px solid #e8eef8;border-radius:12px;padding:18px 20px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.item-page .seller-card-identity{display:flex;align-items:center;gap:14px;min-width:0}.item-page .seller-avatar{width:52px;height:52px;border-radius:10px;flex-shrink:0}.item-page .seller-avatar--logo{object-fit:contain;background:#fff;border:1px solid #dde4f0;padding:2px}.item-page .seller-avatar--initial{display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;font-size:1.3rem;font-weight:700;border-radius:10px}.item-page .seller-card-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.item-page .seller-card-name{font-weight:700;font-size:1rem;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-page .seller-card-since{font-size:.78rem;color:#666}.item-page .seller-card-count{font-size:.78rem;color:#666;display:flex;align-items:center;gap:4px}.item-page .seller-card-count i{font-size:.7rem;color:#666}.item-page .seller-card-tagline{font-size:.78rem;color:#666;margin-top:2px}.item-page .seller-card-actions{display:flex;flex-direction:column;gap:8px;min-width:200px}.item-page .seller-card>.contact-error{grid-column:1/-1;margin-top:0}.item-page .contact-btn{width:100%;justify-content:center;font-weight:600;font-size:.88rem;padding:10px 16px;border-radius:8px;background:var(--secondary-dark);border:1px solid var(--secondary-dark);color:#fff;transition:background .15s,border-color .15s}.item-page .contact-btn:hover{background:var(--secondary);border-color:var(--secondary);color:#fff}.item-page .contact-btn i{color:#fff}.item-page .contact-btn:disabled{opacity:.7;cursor:wait}.item-page #phoneLink,.item-page #revealPhoneBtn{background:#fff;border:1px solid var(--secondary-dark);color:var(--secondary-dark)}.item-page #phoneLink:hover,.item-page #revealPhoneBtn:hover{background:#fafbff;border-color:var(--secondary-dark);color:var(--secondary-dark)}.item-page #phoneLink i,.item-page #revealPhoneBtn i{color:var(--secondary-dark)}.item-page .contact-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.item-page .contact-error{font-size:.82rem;color:var(--danger,#dc3545);background:#fff0f0;border:1px solid #fcc;border-radius:6px;padding:8px 12px;margin-top:4px;text-align:center;width:100%}@media (max-width:768px){.container--item-page{padding-left:0;padding-right:0}.item-page{padding:16px}.item-page .product-container{grid-template-columns:1fr}.item-page .seller-card{display:flex;flex-direction:column;align-items:stretch}.item-page .seller-card-actions{min-width:unset;width:100%}.item-page .contact-btn{display:flex;width:100%}.item-page .product-price{flex-wrap:wrap}.item-page .original-price{flex-basis:100%}.item-page .item-pills{flex-wrap:wrap}}.item-page .fixed-price-pill{display:inline-flex;align-items:center;gap:6px;background:#f7f9fc;color:#47536b;border:1px solid #e8eef8;font-size:.78rem;font-weight:700;line-height:1;height:28px;padding:0 10px;border-radius:999px;box-sizing:border-box}.item-page .fixed-price-pill i{font-size:.7rem;color:#93a2bb}.item-page .no-photos-pill{display:inline-flex;align-items:center;gap:6px;color:#999;font-size:.78rem;font-weight:600;line-height:1;height:28px}.item-page .no-photos-pill i{font-size:.7rem}.item-page .item-logistics{display:flex;flex-direction:column;gap:12px;padding:12px 14px;background:#f7f9fc;border:1px solid #e8eef8;border-radius:8px}.item-page .item-location{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:#333}.item-page .item-location i{color:#aaa}.item-page .item-delivery-title{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:6px}.item-page .item-delivery-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.item-page .item-delivery-list li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#555}.item-page .seller-card-name--link{color:inherit;text-decoration:none}.item-page .seller-card-name--link:focus-visible,.item-page .seller-card-name--link:hover{color:var(--primary,#1a1a1a);text-decoration:underline}.seller-more{margin:32px 0 40px;padding-left:24px;padding-right:24px}.seller-more-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.seller-more-title{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a}.seller-more-all{display:inline-flex;align-items:center;gap:6px;font-size:.86rem;font-weight:600;color:#666;text-decoration:none;white-space:nowrap}.seller-more-all:focus-visible,.seller-more-all:hover{color:#1a1a1a;text-decoration:underline}.seller-more .products-grid{margin-bottom:0}@media (max-width:768px){.seller-more{padding-left:16px;padding-right:16px}}.item-category-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:32px 24px 40px;padding:16px 20px;background:#fff;border:1px solid #e8eef8;border-left:4px solid var(--primary);border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.item-category-banner-info{display:flex;align-items:center;gap:12px;min-width:0}.item-category-banner-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#eef1ff;color:var(--primary);font-size:.95rem}.item-category-banner-text{display:flex;flex-direction:column;gap:2px;min-width:0}.item-category-banner-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#93a2bb}.item-category-banner-name{font-size:1rem;font-weight:700;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.item-category-banner-link{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 16px;background:var(--secondary-dark);color:#fff;font-size:.86rem;font-weight:600;text-decoration:none;border-radius:8px;white-space:nowrap;transition:background .15s}.item-category-banner-link:focus-visible,.item-category-banner-link:hover{background:var(--secondary);color:#fff}@media (max-width:768px){.item-category-banner{margin-left:16px;margin-right:16px}.item-category-banner-name{white-space:normal}}