@import "https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap";.product-breadcrumb-section{padding-bottom:var(--space-2)}.product-main-section{padding-top:var(--space-2)}.product-detail{gap:var(--space-5);grid-template-columns:1.05fr 1fr;align-items:flex-start;display:grid}@media (width<=880px) and (orientation:portrait){.product-detail{gap:var(--space-3);grid-template-columns:1fr}}.product-gallery{gap:var(--space-2);flex-direction:column;display:flex}.product-gallery__main{aspect-ratio:1;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden}.product-gallery__main img{object-fit:contain;width:100%;height:100%;display:block}.product-gallery__placeholder{aspect-ratio:1;background:var(--color-surface);border-radius:var(--radius-lg);color:var(--color-border-strong);border:1px solid var(--color-border);justify-content:center;align-items:center;font-size:4rem;display:flex}.product-gallery__thumbs{flex-wrap:wrap;gap:.6rem;display:flex}.product-gallery__thumb{border:2px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:10px;width:70px;height:70px;padding:0;transition:border-color .15s;overflow:hidden}.product-gallery__thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-gallery__thumb:hover{border-color:var(--color-accent-soft)}.product-gallery__thumb.is-active{border-color:var(--color-accent)}.product-detail__info h1{margin:.4em 0 .55em}.product-detail__lead p,.product-detail__lead ul,.product-detail__lead ol{margin-bottom:var(--space-2)}.product-detail__lead p:last-child,.product-detail__lead ul:last-child,.product-detail__lead ol:last-child{margin-bottom:0}.product-detail__lead code{background:var(--color-surface);border-radius:4px;padding:.12em .35em;font-size:.92em}.product-detail__price-row{margin:var(--space-3) 0 var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border);align-items:baseline;gap:.5rem;display:flex}.product-detail__price{font-family:var(--font-heading);color:var(--color-accent);font-size:2.1rem;font-weight:600}.product-detail__unit{color:var(--color-text-muted);font-size:.95rem}.product-detail__stock{color:var(--color-text-muted);white-space:nowrap;font-size:.88rem;font-weight:600}.product-detail__stock.is-unavailable{color:var(--color-text-muted)}.product-detail__stock-split{color:var(--color-danger);flex-basis:100%;margin:0;font-size:.85rem;font-weight:600}.product-detail__stock-split.is-preorder{color:var(--color-accent)}.product-detail__form{gap:var(--space-2);flex-wrap:wrap;align-items:flex-end;display:flex}.product-detail__qty{color:var(--color-text);flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.qty-control{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-card);align-items:center;display:flex;overflow:hidden}.qty-control input{text-align:center;width:60px;color:var(--color-text);background:0 0;border:0;padding:.7em 0;font-family:inherit;font-size:1rem;font-weight:600}.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-control__btn{background:var(--color-surface);cursor:pointer;width:40px;height:40px;color:var(--color-text);border:0;font-size:1.2rem;transition:background .1s}.qty-control__btn:hover{background:color-mix(in srgb, var(--color-surface) 80%, var(--color-text) 12%)}.qty-control__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.qty-control__btn:focus:not(:focus-visible){outline:none}.product-detail__form button[type=submit]{flex:1;min-width:200px}.product-detail__qty-info{color:var(--color-text-muted);padding:.7em 0;font-size:.92rem;font-weight:500}.product-detail__form-error{margin-top:var(--space-2);color:#b91c1c;border-radius:var(--radius-sm);background:#fee2e2;border:1px solid #fca5a5;padding:.85rem 1rem;font-size:.9rem}.product-detail__unavailable{margin-top:var(--space-2);background:color-mix(in srgb, var(--color-accent-soft) 35%, transparent);border:1px solid var(--color-accent-soft);color:var(--color-text);border-radius:var(--radius-sm);flex-direction:column;gap:.2rem;padding:.85rem 1rem;font-size:.92rem;line-height:1.5;display:flex}.product-detail__unavailable strong{font-weight:600}.product-detail__unavailable a{color:var(--color-accent);font-weight:600}.product-variants{margin:var(--space-3) 0}.product-variants__heading{font-family:var(--font-heading);margin:0 0 var(--space-2);font-size:1.05rem;font-weight:600}.product-variants__list{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.product-configurator__groups{gap:var(--space-3);display:grid}.product-configurator__group{border:0;margin:0;padding:0}.product-configurator__group legend{margin:0 0 var(--space-1);color:var(--color-text);font-size:.9rem;font-weight:700}.product-configurator__choices{flex-wrap:wrap;gap:8px;display:flex}.product-configurator-choice{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);min-height:40px;color:var(--color-text);cursor:pointer;align-items:center;gap:8px;padding:8px 12px;font-weight:600;transition:border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.product-configurator-choice input{opacity:0;pointer-events:none;position:absolute}.product-configurator-choice small{color:var(--color-accent);font-weight:700}.product-configurator-choice.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent) inset}.product-configurator__summary{margin:var(--space-2) 0 0;color:var(--color-text-muted);font-size:.9rem}.product-configurator__summary-label{color:var(--color-text);font-weight:700}.product-variant{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;flex-direction:column;align-items:stretch;gap:0;padding:0;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.product-variant:hover{border-color:color-mix(in srgb, var(--color-accent) 60%, var(--color-border))}.product-variant.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent) inset}.product-variant.is-unavailable{opacity:.55}.product-variant__input{opacity:0;pointer-events:none;position:absolute}.product-variant__thumb{aspect-ratio:1;background:color-mix(in srgb, var(--color-surface) 70%, var(--color-bg));color:var(--color-text-muted);justify-content:center;align-items:center;font-size:1.8rem;display:flex;overflow:hidden}.product-variant__thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-variant__body{padding:var(--space-2);flex-direction:column;gap:2px;display:flex}.product-variant__name{color:var(--color-text);font-size:.92rem;font-weight:600;line-height:1.2}.product-variant__price{color:var(--color-accent);font-size:.82rem;font-weight:600}.product-variant__stock{color:var(--color-text-muted);font-size:.78rem}.product-personalization{margin:var(--space-3) 0;padding:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.product-personalization__heading{font-family:var(--font-heading);margin:0 0 .4em;font-size:1.2rem;font-weight:600}.product-personalization__intro{color:var(--color-text-muted);margin:0 0 var(--space-3);font-size:.92rem;line-height:1.5}.product-mug{margin:var(--space-3) 0;padding:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.product-mug.is-error{border-color:#fca5a5;box-shadow:0 0 0 4px #dc26261f}.product-mug__head h2{font-family:var(--font-heading);margin:0 0 .35em;font-size:1.2rem;font-weight:600}.product-mug__head p{margin:0 0 var(--space-3);color:var(--color-text-muted);font-size:.92rem;line-height:1.5}.product-mug__layout{gap:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(240px,.95fr);align-items:start;display:grid}.product-mug__controls{gap:var(--space-2);flex-direction:column;display:flex}.mug-field{padding:var(--space-2);background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-sm);gap:.65rem;display:grid}.mug-field h3{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0;font-size:.78rem}.mug-field label,.mug-field--note{color:var(--color-text);gap:.35rem;font-size:.85rem;font-weight:600;display:grid}.mug-field input[type=text],.mug-field textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);font:inherit;background:#fff;padding:.7em .85em;font-weight:500}.mug-field input[type=color]{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;width:48px;height:40px;padding:3px}.mug-field input[type=range]{width:100%}.product-mug__preview p{color:var(--color-text-muted);text-align:center;margin:.6rem 0 0;font-size:.8rem;line-height:1.45}.product-mug__frame{border:1px solid var(--color-border);border-radius:var(--radius);perspective:1000px;background:#fff;width:100%;line-height:0;position:relative;overflow:hidden;box-shadow:0 10px 26px #1f1b1614}.product-mug__frame img{width:100%;height:auto;display:block}.product-mug__text{pointer-events:none;white-space:nowrap;transform-origin:50%;box-sizing:border-box;text-align:center;text-shadow:.6px .9px 1.2px #0000002e,0 2.2px 6px #0000001a,-.6px -.8px #ffffff2e;font-family:Kaushan Script,cursive;line-height:1.1;position:absolute}@media (width<=720px){.product-mug__layout{grid-template-columns:1fr}}.pers-field{margin-bottom:var(--space-3)}.pers-field:last-child{margin-bottom:0}.pers-field__label{color:var(--color-text);font-size:.88rem;font-weight:600;display:block}.pers-field__title{margin-bottom:.4em;display:block}.pers-field__req{color:var(--color-accent)}.pers-field__label input[type=text],.pers-field__label textarea,.pers-field__label select{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);width:100%;font:inherit;color:var(--color-text);box-sizing:border-box;padding:.7em .85em;font-size:.95rem;font-weight:400}.pers-field__label textarea{resize:vertical;min-height:70px;font-family:inherit}.pers-field__label input:focus,.pers-field__label textarea:focus,.pers-field__label select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-soft);outline:none}.pers-field__help{color:var(--color-text-muted);margin-top:.4em;font-size:.82rem;font-weight:500;display:block}.pers-field__radios{flex-wrap:wrap;gap:.5rem;display:flex}.pers-field__radio{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.4rem;padding:.55em 1em;font-size:.92rem;font-weight:500;display:inline-flex}.pers-field__radio input{accent-color:var(--color-accent)}.pers-field__radio:has(input:checked){background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.pers-field__checkbox{color:var(--color-text);cursor:pointer;align-items:flex-start;gap:.7rem;font-size:.92rem;font-weight:500;display:flex}.pers-field__checkbox input{width:18px;height:18px;accent-color:var(--color-accent);flex-shrink:0;margin-top:.15em}.pers-field__checkbox span small{color:var(--color-text-muted);margin-top:2px;font-size:.82rem;font-weight:500;display:block}.pers-namelist-preview{background:var(--color-bg);border:1px dashed var(--color-border-strong);border-radius:var(--radius-sm);color:var(--color-text);margin-top:.6em;padding:.7em .85em;font-size:.88rem}.pers-namelist-preview strong{color:var(--color-accent);margin-bottom:.4em;display:block}.pers-namelist-chips{flex-wrap:wrap;gap:.35rem;display:flex}.pers-namelist-chip{background:var(--color-surface-alt);color:var(--color-text);border-radius:999px;padding:.25em .7em;font-size:.82rem;display:inline-block}.pers-file__list{flex-direction:column;gap:.4rem;margin-top:.5em;display:flex}.pers-file__item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;gap:.7rem;padding:.5em .7em;display:flex}.pers-file__item img{object-fit:cover;border-radius:4px;width:40px;height:40px}.pers-file__icon{text-align:center;width:40px;font-size:1.4rem}.pers-file__name{word-break:break-all;color:var(--color-text);flex:1;font-size:.88rem}.pers-file__remove{border:1px solid var(--color-border);width:26px;height:26px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:999px;font-size:1rem;line-height:1}.pers-file__remove:hover{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.product-detail__note{margin-top:var(--space-3);color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.product-detail__meta{margin-top:var(--space-3);gap:.4em var(--space-2);grid-template-columns:max-content 1fr;font-size:.9rem;display:grid}.product-detail__meta dt{color:var(--color-text-muted);font-weight:600}.product-detail__meta dd{color:var(--color-text);margin:0}.rich-text h2,.rich-text h3,.rich-text h4{margin-top:var(--space-4)}.rich-text h2:first-child,.rich-text h3:first-child{margin-top:0}.rich-text p,.rich-text ul,.rich-text ol{margin-bottom:var(--space-3);line-height:1.7}.rich-text code{background:var(--color-surface);border-radius:4px;padding:.15em .4em;font-size:.92em}.catalog-grid{gap:var(--space-3)}.product-reviews-grid{gap:var(--space-3);margin-top:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.section-divider{justify-content:center;align-items:center;gap:var(--space-3);width:100%;margin:0 auto var(--space-5);display:flex}.section-divider:before,.section-divider:after{content:"";flex:1;height:1px}.section-divider:before{background:linear-gradient(to right, transparent, var(--color-border-strong) 30%)}.section-divider:after{background:linear-gradient(to left, transparent, var(--color-border-strong) 30%)}.section-divider__mark{color:var(--color-accent);font-size:1rem;line-height:1;transform:translateY(-.05em)}.section-head{margin-bottom:var(--space-3)}@media (width<=900px){.product-reviews-grid{grid-template-columns:1fr}}
