.product__custom-measurements{display:inline-block;margin-inline-start:auto}.custom-measurements__toggle{display:inline-block;padding-block-start:0;font-size:var(--font-size-static-xs);text-decoration:underline;cursor:pointer;white-space:nowrap}.custom-measurements__toggle:hover{opacity:.7}.custom-measurements__toggle.has-measurements{color:rgb(var(--color-base-accent-1))}.custom-measurements__modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;align-items:center;justify-content:center;padding:2rem}.custom-measurements__modal[aria-hidden=false]{display:flex}.custom-measurements__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.custom-measurements__card{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.2fr;width:min(86rem,92vw);max-height:90vh;background:rgb(var(--color-background));border-radius:1.6rem;overflow-y:auto;box-shadow:0 2.5rem 6rem #00000040;animation:measurements-card-in .35s ease}@keyframes measurements-card-in{0%{opacity:0;transform:scale(.95) translateY(1rem)}to{opacity:1;transform:scale(1) translateY(0)}}.custom-measurements__close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(var(--color-foreground),.06);border:none;cursor:pointer;transition:background .2s;padding:0}.custom-measurements__close:hover{background:rgba(var(--color-foreground),.12)}.custom-measurements__close svg{width:1.6rem;height:1.6rem}.custom-measurements__card-image{position:relative;overflow:hidden;background:#e8ecf0}.custom-measurements__card-image img{display:block;width:100%;height:100%;object-fit:cover}.custom-measurements__card-form{padding:3.2rem 3.2rem 2.4rem;overflow-y:auto;display:flex;flex-direction:column}.custom-measurements__product-name{font-size:var(--font-size-static-sm);color:rgba(var(--color-foreground),.55);margin:0 0 .4rem}.custom-measurements__heading{font-size:clamp(1.8rem,2.2vw,2.4rem);font-weight:var(--font-weight-semibold);line-height:1.25;margin:0 0 2.8rem}.custom-measurements__fields{display:flex;flex-direction:column;gap:1.4rem;flex:1}.custom-measurements__field-row{display:grid;grid-template-columns:9rem 1fr auto;align-items:center;gap:1.2rem;background:rgba(var(--color-foreground),.03);border-radius:1rem;padding:1rem 1.4rem}.custom-measurements__field-label{font-size:var(--font-size-static-xs);font-weight:var(--font-weight-semibold);letter-spacing:.12rem;color:rgba(var(--color-foreground),.65)}.custom-measurements__field-input-wrap{position:relative}.custom-measurements__field-input{width:100%;text-align:center;padding:.8rem 1rem;border:none;border-radius:.8rem;background:rgb(var(--color-background));box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.1);font-size:1.6rem;font-weight:var(--font-weight-semibold);color:rgb(var(--color-foreground));-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;transition:box-shadow .2s}.custom-measurements__field-input::-webkit-outer-spin-button,.custom-measurements__field-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-measurements__field-input:focus{outline:none;box-shadow:0 0 0 .2rem rgba(var(--color-foreground),.35)}.custom-measurements__field-input::placeholder{color:rgba(var(--color-foreground),.3);font-weight:var(--font-weight-normal)}.custom-measurements__field-unit{font-size:1.1rem;color:rgba(var(--color-foreground),.45);min-width:2.4rem;text-align:center}.custom-measurements__actions{margin-block-start:2.4rem;display:flex;justify-content:flex-end;gap:1.2rem}.custom-measurements__save{padding:1rem 2.8rem;border-radius:9999px;font-size:1.2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:.1rem solid rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.1rem;font-weight:var(--font-weight-semibold);cursor:pointer;transition:background .2s,color .2s}.custom-measurements__save:hover{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.custom-measurements__guide-btn{padding:1rem 2.8rem;border-radius:9999px;font-size:1.2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.1rem;font-weight:var(--font-weight-semibold);cursor:pointer;transition:background .2s,color .2s;text-decoration:none;text-align:center;white-space:nowrap}.custom-measurements__guide-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}@media screen and (max-width:750px){.custom-measurements__card{grid-template-columns:1fr;max-height:95vh}.custom-measurements__card-image{height:20rem}.custom-measurements__card-form{padding:2rem 2rem 1.6rem}.custom-measurements__field-row{grid-template-columns:7rem 1fr auto;gap:.8rem;padding:.8rem 1rem}.custom-measurements__heading{margin-block-end:2rem}}.custom-measurements__sizeguide-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;align-items:center;justify-content:center;padding:2rem}.custom-measurements__sizeguide-modal[aria-hidden=false]{display:flex}.custom-measurements__sizeguide-card{position:relative;z-index:1;display:flex;flex-direction:column;width:min(72rem,96vw);max-height:90vh;background:rgb(var(--color-background));border-radius:1.6rem;overflow-y:auto;box-shadow:0 2.5rem 6rem #00000040;animation:measurements-card-in .35s ease}.custom-measurements__sizeguide-content{padding:3rem}.custom-measurements__sizeguide-content img{width:100%;height:auto}.sizeguide-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:1.6rem}.sizeguide-table{width:100%;border-collapse:collapse;font-size:1.3rem;line-height:1.4;text-align:center;color:#333}.sizeguide-table th{padding:1rem 1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:1.15rem;white-space:nowrap;color:#222;background:#f5f5f5;border-bottom:2px solid #ccc}.sizeguide-table thead tr:last-child th{font-weight:500;font-size:1.05rem;color:#666;padding:.5rem 1rem;border-bottom:2px solid #ccc}.sizeguide-table thead tr:first-child th+th{border-left:2px solid #ddd}.sizeguide-table thead tr:last-child th:nth-child(odd){border-left:2px solid #ddd}.sizeguide-table tbody td:nth-child(2n){border-left:2px solid #e0e0e0}.sizeguide-table tbody td:first-child{font-weight:700;background:#f5f5f5;position:sticky;left:0;z-index:1}.sizeguide-table tbody tr{background:#fff}.sizeguide-table tbody tr:nth-child(2n){background:#fafafa}.sizeguide-table td{padding:.85rem 1.4rem;white-space:nowrap;border-bottom:1px solid #e8e8e8;color:#333}.sizeguide-table tbody tr:hover{background:#f0f0f0}.custom-measurements__sizeguide-card{background:#fff;color:#333}.custom-measurements__sizeguide-card .custom-measurements__heading{color:#222}.custom-measurements__sizeguide-card .custom-measurements__close{color:#333}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-custom-measurements.css.map */
