.toto-single-product{background:#fff;min-height:60vh}.toto-sp-inner{max-width:var(--toto-max-w,1200px);margin:0 auto;padding:0 var(--toto-px,2rem)}.toto-sp-breadcrumb{display:flex;align-items:center;gap:.4rem;padding:1rem 0 1.25rem;font-size:.8rem;color:#888}.toto-sp-breadcrumb a{color:#888;text-decoration:none}.toto-sp-breadcrumb a:hover{color:var(--toto-black,#0a0a0a)}.toto-sp-bc-sep{color:#bbb;font-size:.9rem}.toto-sp-top{display:grid;grid-template-columns:1.15fr 1.85fr;gap:3rem;align-items:start;padding-bottom:2rem}.toto-sp-gallery{display:flex;flex-direction:column;gap:.75rem}.toto-sp-main-img{width:100%;aspect-ratio: 1/1;border-radius:.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.toto-sp-main-img img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;cursor:zoom-in}.toto-sp-main-img img.zoomed{transform:scale(1.6);cursor:zoom-out}.toto-sp-thumbs{display:flex;gap:.6rem;flex-wrap:wrap}.toto-sp-thumb{width:70px;height:70px;border:2px solid #e5e5e5;border-radius:.4rem;background:#f8f8f8;overflow:hidden;cursor:pointer;padding:0;transition:border-color .15s;flex-shrink:0}.toto-sp-thumb img{width:100%;height:100%;object-fit:cover}.toto-sp-thumb:hover{border-color:#999}.toto-sp-thumb.active{border-color:var(--toto-black,#0a0a0a)}.toto-sp-details{display:flex;flex-direction:column;gap:1.25rem}.toto-sp-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.toto-sp-title-group{flex:1}.toto-sp-title{font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:1.75rem;font-weight:700;color:#0a0a0a;margin:0 0 .3rem;line-height:1.2}.toto-sp-subtitle{font-size:.875rem;color:#606060;margin:0}.toto-sp-qr{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0;max-width:104px}.toto-sp-qr-label{font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#606060;text-align:center;line-height:1.25;margin:0}.toto-sp-qr-link{display:block;width:80px;height:80px;flex-shrink:0;border:1px solid #e5e5e5;border-radius:.4rem;padding:4px;background:#fff;transition:border-color .15s ease , box-shadow .15s ease}.toto-sp-qr-link:hover{border-color:#c0272d;box-shadow:0 2px 10px rgba(0,0,0,.07)}.toto-sp-qr-link:focus-visible{outline:2px solid #c0272d;outline-offset:2px}.toto-sp-qr-link img{width:100%;height:100%;object-fit:contain;display:block}.toto-sp-specs-title{font-size:.95rem;font-weight:700;color:#0a0a0a;margin:0 0 .6rem;font-family:'GothamSSm',sans-serif}.toto-sp-specs-url{margin:0 0 1rem;padding:.75rem 1rem;border:1px solid #e5e5e5;background:#fff;border-radius:.5rem}.toto-sp-specs-url-label{margin:0 0 .35rem;font-size:.85rem;font-weight:700;color:#0a0a0a;font-family:'GothamSSm',sans-serif}.toto-sp-specs-url-link{display:inline-block;color:#c0272d;text-decoration:underline;word-break:break-word}.toto-sp-short-desc+.toto-sp-specs-url{margin-top:0}.toto-sp-specs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.toto-sp-specs-list li{font-size:.85rem;color:#333;padding-left:1rem;position:relative;line-height:1.5}.toto-sp-specs-list li::before{content:'•';position:absolute;left:0;color:#0a0a0a;font-size:.9rem}.toto-sp-specs-list .spec-label{font-weight:600;color:#0a0a0a;margin-right:.3rem}.toto-sp-specs-list .spec-value{color:#444}.toto-sp-awards{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.toto-sp-awards-label{font-size:.875rem;font-weight:600;color:#0a0a0a;white-space:nowrap}.toto-sp-awards-imgs{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.toto-sp-awards-imgs img{height:40px;width:auto;object-fit:contain}.toto-sp-video-row{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem}.toto-sp-video-label{font-size:.875rem;font-weight:600;color:#0a0a0a}.toto-sp-video-list{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:flex-start}.toto-sp-video-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;min-width:64px;max-width:100%}.toto-sp-video-item-title{font-size:.72rem;font-weight:600;color:#505050;letter-spacing:.05em;line-height:1.3;max-width:12rem}.toto-sp-video-btn{display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit}.toto-sp-video-btn svg{width:44px;height:44px;transition:transform .2s}.toto-sp-video-btn:hover svg{transform:scale(1.1)}.toto-sp-video-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:1rem}.toto-sp-video-modal.is-open{display:flex}.toto-sp-video-modal-bd{position:absolute;inset:0;background:rgba(0,0,0,.85);cursor:pointer}.toto-sp-video-modal-box{position:relative;z-index:2;width:100%;max-width:900px;background:#000;border-radius:.75rem;overflow:hidden}.toto-sp-video-modal-close{position:absolute;top:.75rem;right:.75rem;z-index:5;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;border:none;cursor:pointer;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s}.toto-sp-video-modal-close:hover{background:rgba(255,255,255,.35)}.toto-sp-video-modal-inner{aspect-ratio: 16 / 9}.toto-sp-video-modal-inner iframe,.toto-sp-video-modal-inner video{width:100%;height:100%;border:none;display:block}.toto-sp-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.25rem}.toto-sp-share-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#0a0a0a;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s;font-family:'GothamSSm',sans-serif}.toto-sp-share-btn:hover{background:#282828}.toto-sp-order-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#25d366;color:#fff;border-radius:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s;font-family:'GothamSSm',sans-serif}.toto-sp-order-btn:hover{background:#1ebe5d;color:#fff}.toto-sp-order-wa-icon{width:18px;height:18px;display:block;flex-shrink:0}.toto-sp-tabs-wrap{margin-top:1.5rem;border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden}.toto-sp-tabs-nav{display:flex;border-bottom:1px solid #e5e5e5;background:#fff;overflow-x:auto;scrollbar-width:none}.toto-sp-tabs-nav::-webkit-scrollbar{display:none}.toto-sp-tab-btn{flex-shrink:0;padding:.875rem 1.5rem;font-size:.85rem;font-weight:600;color:#555;background:#fff;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .15s;font-family:'GothamSSm',sans-serif;white-space:nowrap}.toto-sp-tab-btn:hover{color:#0a0a0a;background:#fafafa}.toto-sp-tab-btn.active{color:#0a0a0a;background:#fff;border-bottom-color:#0a0a0a;font-weight:700}.toto-sp-tab-panel{display:none;padding:1rem 2rem}.toto-sp-tab-panel.active{display:block}.toto-sp-tab-empty{color:#aaa;font-size:.875rem;text-align:center;padding:2rem 0}#tab-reviews .woocommerce-Reviews{max-width:none;width:100%;margin:0}#tab-reviews .required{display:none!important}#tab-reviews .woocommerce-Reviews-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:700;line-height:1.25}#tab-reviews #comments{margin-bottom:.75rem}#tab-reviews .woocommerce-noreviews{margin:0 0 .85rem;font-size:.8125rem;line-height:1.45}#tab-reviews #review_form_wrapper{margin-top:0}#tab-reviews .comment-reply-title{display:block;margin:0 0 .65rem;font-size:.9375rem;font-weight:600;line-height:1.35}#tab-reviews .comment-reply-title small{display:block;margin-top:.35rem;font-size:.75rem;font-weight:400}#tab-reviews .comment-form{display:flex;flex-direction:column;gap:.75rem}#tab-reviews .comment-form>p{margin:0;float:none;width:100%}#tab-reviews .comment-form-rating{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}#tab-reviews .comment-form-rating label{display:inline-block;margin:0;font-size:.8125rem;flex:0 0 auto}#tab-reviews .comment-form-rating .stars{margin:0;line-height:1.2;flex:0 1 auto}#tab-reviews .comment-form-rating select#rating{flex:0 0 auto}#tab-reviews .comment-form-comment{display:flex;flex-direction:column;gap:.35rem}#tab-reviews .comment-form-comment label{display:block;margin:0;font-size:.8125rem}#tab-reviews .comment-form-comment textarea{width:100%;max-width:100%;box-sizing:border-box;min-height:5.5rem;padding:.55rem .7rem;font-size:.8125rem;line-height:1.45;border-radius:.35rem;resize:vertical}#tab-reviews .form-submit{margin:0;padding:0}#tab-reviews .form-submit .submit{padding:.5rem 1.1rem;font-size:.8125rem;border-radius:.35rem;cursor:pointer}#tab-reviews .woocommerce-Reviews .clear{clear:both;height:0;margin:0;padding:0}.toto-sp-tech-list{display:flex;flex-direction:column;gap:2rem}.toto-sp-tech-block{border:1px solid #eee;border-radius:.75rem;overflow:hidden;background:#fff}.toto-sp-tech-header{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 1.75rem;border-bottom:1px solid #f0f0f0;background:#fafafa}.toto-sp-tech-icon-wrap{width:60px;height:60px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.toto-sp-tech-icon-wrap img{width:40px;height:40px;object-fit:contain}.toto-sp-tech-meta{flex:1;display:flex;flex-direction:column;gap:.25rem}.toto-sp-tech-name{font-size:1.05rem;font-weight:700;color:#0a0a0a;margin:0}.toto-sp-tech-subtitle{font-size:.8rem;font-weight:600;color:#c0272d;letter-spacing:.05em;text-transform:uppercase;margin:0}.toto-sp-tech-desc{font-size:.875rem;color:#555;margin:.25rem 0 0;line-height:1.6}.toto-sp-tech-video-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:#0a0a0a;text-decoration:none;flex-shrink:0;margin-top:.15rem;white-space:nowrap}.toto-sp-tech-video-btn svg{width:28px;height:28px;flex-shrink:0}.toto-sp-tech-features{padding:1.25rem 1.75rem}.toto-sp-tech-hint{font-size:.8rem;color:#888;margin:0 0 1rem;font-style:italic}.toto-sp-tech-feat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.toto-sp-tech-feat-item{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;padding:.875rem;border:1px solid #f0f0f0;border-radius:.5rem;background:#fff;cursor:default;transition:border-color .15s , box-shadow .15s}.toto-sp-tech-feat-item.has-media{cursor:pointer}.toto-sp-tech-feat-item.has-media:hover{border-color:#c0272d;box-shadow:0 2px 12px rgba(192,39,45,.1)}.toto-sp-tech-feat-icon{width:44px;height:44px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.toto-sp-tech-feat-icon img{width:30px;height:30px;object-fit:contain}.toto-sp-tech-feat-title{font-size:.8rem;font-weight:700;color:#0a0a0a;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.toto-sp-tech-feat-desc{font-size:.75rem;color:#666;margin:0;line-height:1.5}.toto-sp-tech-more-link{display:inline-block;margin:0 1.75rem 1.25rem;font-size:.8rem;font-weight:600;color:#c0272d;text-decoration:none;letter-spacing:.04em}.toto-sp-tech-more-link:hover{color:#9a1f24}.toto-sp-video-embed{aspect-ratio: 16/9;width:100%;border-radius:.5rem;overflow:hidden;background:#000}.toto-sp-video-embed iframe,.toto-sp-video-embed video{width:100%;height:100%;border:none;display:block}.toto-sp-video-tab-stack{display:flex;flex-direction:column;gap:2rem}.toto-sp-video-tab-title{font-size:1rem;font-weight:700;color:#0a0a0a;margin:0 0 .75rem;letter-spacing:.02em;line-height:1.3}.toto-sp-specs-table{width:100%;border-collapse:collapse;font-size:.875rem}.toto-sp-specs-table th,.toto-sp-specs-table td{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;text-align:left}.toto-sp-specs-table th{font-weight:600;color:#0a0a0a;width:35%;background:#fafafa}.toto-sp-specs-table td{color:#444}.toto-sp-specs-table tr:last-child th,.toto-sp-specs-table tr:last-child td{border-bottom:none}.toto-sp-downloads{display:flex;flex-direction:column;gap:.5rem}.toto-sp-download-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:.5rem;text-decoration:none;color:#0a0a0a;font-size:.875rem;font-weight:500;transition:all .15s}.toto-sp-download-item:hover{border-color:#0a0a0a;background:#fafafa}.toto-sp-related{margin-top:3rem;padding-top:2rem;border-top:1px solid #f0f0f0;padding-bottom:3rem}.toto-sp-related-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#888;text-align:center;margin:0 0 .4rem;display:flex;align-items:center;justify-content:center;gap:1rem}.toto-sp-related-eyebrow::before,.toto-sp-related-eyebrow::after{content:'';height:2px;background:#e5e5e5;width:90px;flex-shrink:0}@media (max-width:480px){.toto-sp-related-eyebrow::before,.toto-sp-related-eyebrow::after{width:50px}}.toto-sp-related-title{font-family:'GothamSSm',sans-serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;text-align:center;color:#0a0a0a;margin:0 0 2rem}.toto-sp-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.toto-sp-related-card{display:block;text-decoration:none;color:inherit;position:relative;border-radius:.5rem;overflow:hidden;aspect-ratio: 4/3}.toto-sp-related-img{position:absolute;inset:0}.toto-sp-related-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.toto-sp-related-card:hover .toto-sp-related-img img{transform:scale(1.05)}.toto-sp-related-overlay{position:absolute;inset:0;background:linear-gradient(112deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.78) 40%,rgba(0,0,0,.35) 52%,rgba(0,0,0,.10) 60%,rgba(0,0,0,0) 73%) , linear-gradient(to top,rgba(0,0,0,.62) 0%,rgba(0,0,0,.22) 35%,rgba(0,0,0,0) 56%);transition:background .3s}.toto-sp-related-card:hover .toto-sp-related-overlay{background:linear-gradient(112deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.86) 40%,rgba(0,0,0,.42) 52%,rgba(0,0,0,.14) 60%,rgba(0,0,0,0) 73%) , linear-gradient(to top,rgba(0,0,0,.70) 0%,rgba(0,0,0,.26) 35%,rgba(0,0,0,0) 56%)}.toto-sp-related-content{position:absolute;bottom:0;left:0;right:0;min-height:68%;padding:2.6rem 1.5rem 3rem;background:rgba(0,0,0,.63);color:#fff;max-width:76%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width:640px){.toto-sp-related-content{min-height:62%;padding:2.25rem 1.25rem 2.75rem}}.toto-sp-related-cat{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:.5rem}.toto-sp-related-cat-line{display:inline-block;width:24px;height:2px;background:rgba(255,255,255,.7);flex-shrink:0}.toto-sp-related-name{font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 1.4rem;line-height:1.2;font-family:'GothamSSm',sans-serif}.toto-sp-related-desc{font-size:.8rem;color:rgba(255,255,255,.75);margin:0 0 1.5rem;line-height:1.5}.toto-sp-related-feat{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:rgba(255,255,255,.7);margin:0 0 1.75rem}.toto-sp-related-btn{display:inline-block;padding:.5rem 1.25rem;background:#fff;color:#0a0a0a;font-size:.8rem;font-weight:700;border-radius:.4rem;transition:background .15s}.toto-sp-related-card:hover .toto-sp-related-btn{background:#f0f0f0}@media (max-width:900px){.toto-sp-top{grid-template-columns:1fr;gap:1.5rem}.toto-sp-tech-feat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.toto-sp-related-grid{grid-template-columns:1fr}.toto-sp-actions{grid-template-columns:1fr}.toto-sp-tab-btn{padding:.75rem 1rem;font-size:.8rem}.toto-sp-tech-feat-grid{grid-template-columns:1fr 1fr}.toto-sp-thumbs{gap:.4rem}.toto-sp-thumb{width:58px;height:58px}}.toto-sp-short-desc{font-size:.875rem;color:#555;line-height:1.7;margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #e8e8e8}.toto-sp-short-desc p{margin:0 0 .5rem}.toto-sp-short-desc p:last-child{margin:0}.toto-tech-icons-grid{display:grid;grid-template-columns:repeat(3,1fr);border:unset;background:#fff}.toto-tech-icon-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;position:relative;border:1px solid transparent;border-radius:.8rem;background:linear-gradient(180deg,#fff 0%,#fcfcfc 100%);transition:transform .28s ease , box-shadow .28s ease , border-color .28s ease , background-color .28s ease}.toto-tech-icon-item.has-video{cursor:pointer}.toto-tech-icon-item::before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 85% 15%,rgba(192,39,45,.14),transparent 48%) , radial-gradient(circle at 10% 85%,rgba(17,17,17,.06),transparent 55%);opacity:0;transition:opacity .28s ease;pointer-events:none}.toto-tech-icon-item:hover{transform:translateY(-3px);border-color:rgba(192,39,45,.22);box-shadow:0 12px 28px rgba(10,10,10,.08) , 0 2px 8px rgba(192,39,45,.12)}.toto-tech-icon-item:hover::before{opacity:1}.toto-tech-icon-item:nth-child(3n) {border-right:none}.toto-tech-icon-item:nth-last-child(-n+3):nth-child(3n+1),
.toto-tech-icon-item:nth-last-child(-n+3):nth-child(3n+2),
.toto-tech-icon-item:nth-last-child(-n+3):nth-child(3n) {border-bottom:none}.toto-tech-icon-item:last-child,
.toto-tech-icon-item:nth-last-child(2),
.toto-tech-icon-item:nth-last-child(3) {border-bottom:none}.toto-tech-icon-wrap{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#2d2d2d;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .28s ease , background-color .28s ease , box-shadow .28s ease}.toto-tech-icon-wrap img{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1);transition:transform .28s ease , filter .28s ease}.toto-tech-icon-item:hover .toto-tech-icon-wrap{background:#c0272d;transform:scale(1.08);box-shadow:0 8px 16px rgba(192,39,45,.28)}.toto-tech-icon-item:hover .toto-tech-icon-wrap img{transform:scale(1.06)}.toto-tech-icon-fallback{font-size:.65rem;font-weight:700;color:#fff;font-family:'GothamSSm',sans-serif;letter-spacing:.03em}.toto-tech-icon-label{font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:.78rem;font-weight:700;color:#1a1a1a;line-height:1.3;letter-spacing:.01em;transition:color .28s ease , transform .28s ease}.toto-tech-icon-item:hover .toto-tech-icon-label{color:#111;transform:translateX(1px)}@media (max-width:768px){.toto-tech-icons-grid{grid-template-columns:repeat(2,1fr)}.toto-tech-icon-item:nth-child(3n) {border-right:1px solid #e0e0e0}.toto-tech-icon-item:nth-child(2n) {border-right:none}.toto-tech-icon-item:nth-last-child(-n+2) {border-bottom:none}}@media (max-width:480px){.toto-tech-icons-grid{grid-template-columns:1fr}.toto-tech-icon-item{border-right:none}.toto-tech-icon-item:last-child{border-bottom:none}}