.ctrs__row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.8rem;margin:1.2rem 0 .6rem}.ctrs__row .pify_inline_button{flex:1 1 0;min-width:15rem;margin:0!important;justify-content:center;--button-border-width: 1px !important;--button-border-color: rgba(var(--color-foreground), .28) !important;--button-border-radius: 0px !important;--button-font-size: 1.3rem !important}.ctrs__btn{flex:1 1 0;min-width:15rem;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.15rem 1.8rem;border:1px solid rgb(var(--color-foreground));border-radius:0;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:inherit;font-size:1.3rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;line-height:1;cursor:pointer;transition:background .25s ease,color .25s ease}.ctrs__btn:hover{background:transparent;color:rgb(var(--color-foreground))}.ctrs__btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.ctrs__btn svg{width:1.5rem;height:1.5rem;flex-shrink:0}.ctrs__note{margin:0 0 1.4rem;font-size:1.25rem;line-height:1.5;letter-spacing:.02em;color:rgba(var(--color-foreground),.68)}.ctrs__note strong{font-weight:600;color:rgb(var(--color-foreground))}.ctrs__summary[hidden]{display:none}.ctrs__summary{margin:0 0 1.4rem;padding:1.4rem 1.6rem;border:1px solid rgba(var(--color-foreground),.18);background:rgba(var(--color-foreground),.03)}.ctrs__summary-head{display:flex;align-items:center;gap:.7rem;margin:0 0 .9rem;font-size:1.3rem;letter-spacing:.02em}.ctrs__tick{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;flex-shrink:0;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.1rem}.ctrs__summary-list{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.2rem;margin:0 0 1.1rem;font-size:1.2rem;line-height:1.5}.ctrs__summary-list dt{color:rgba(var(--color-foreground),.6)}.ctrs__summary-list dd{margin:0;font-weight:500}.ctrs__summary-actions{display:flex;gap:1.6rem;margin:0}.ctrs__link{padding:0;border:0;background:none;font-family:inherit;font-size:1.2rem;letter-spacing:.02em;color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.ctrs__link--muted{color:rgba(var(--color-foreground),.55)}.ctrs__modal[hidden]{display:none}.ctrs__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem 1.6rem}.ctrs__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ctrs__dialog{position:relative;z-index:1;width:100%;max-width:62rem;max-height:88vh;overflow-y:auto;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.12);border-radius:0;padding:3.2rem 3rem;box-shadow:0 18px 60px #00000038}.ctrs__head{margin-bottom:2rem;padding-right:3rem;padding-bottom:1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.ctrs__eyebrow{display:block;margin-bottom:.7rem;font-size:1.05rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.5)}.ctrs__title{margin:0 0 .8rem;font-size:2.2rem;font-weight:600;line-height:1.25}.ctrs__sub{margin:0;font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.68)}.ctrs__close{position:absolute;top:1.8rem;right:1.8rem;width:3.4rem;height:3.4rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(var(--color-foreground),.18);border-radius:0;color:rgb(var(--color-foreground));cursor:pointer;transition:background .2s ease}.ctrs__close:hover{background:rgba(var(--color-foreground),.06)}.ctrs__close svg{width:1.4rem;height:1.4rem}.ctrs__units{display:flex;align-items:center;gap:1.8rem;margin:0 0 2rem;padding:0;border:0}.ctrs__units-legend{padding:0;font-size:1.05rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.5)}.ctrs__unit-opt{display:inline-flex;align-items:center;gap:.6rem;font-size:1.25rem;cursor:pointer}.ctrs__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem 2rem}.ctrs__field--wide{grid-column:1 / -1}.ctrs__label{display:block;margin-bottom:.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.04em}.ctrs__req{color:rgba(var(--color-foreground),.45)}.ctrs__tip{grid-column:1 / -1;margin:0;font-size:1.2rem;line-height:1.55;color:rgba(var(--color-foreground),.7)}.ctrs__tip-label{font-weight:600;letter-spacing:.02em;color:#b3261e}.ctrs__input{width:100%;padding:1.1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.28);border-radius:0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;font-size:1.4rem;line-height:1.3}.ctrs__input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px rgb(var(--color-foreground))}.ctrs__input--area{resize:vertical;min-height:8rem}.ctrs__input--invalid{border-color:#b3261e;box-shadow:inset 0 0 0 1px #b3261e}.ctrs__hint{margin:.5rem 0 0;font-size:1.1rem;line-height:1.45;color:rgba(var(--color-foreground),.55)}.ctrs__err{margin:.5rem 0 0;font-size:1.15rem;line-height:1.4;color:#b3261e}.ctrs__err[hidden]{display:none}.ctrs__formerr{margin:1.8rem 0 0;padding:1.1rem 1.3rem;border:1px solid #b3261e;font-size:1.25rem;line-height:1.5;color:#b3261e}.ctrs__formerr[hidden]{display:none}.ctrs__actions{display:flex;align-items:center;gap:1.6rem;margin-top:2.4rem}.ctrs__save{flex:1 1 auto;padding:1.35rem 2rem;border:1px solid rgb(var(--color-foreground));border-radius:0;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:inherit;font-size:1.3rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease}.ctrs__save:hover{background:transparent;color:rgb(var(--color-foreground))}.ctrs__cancel{padding:1.35rem 0;border:0;background:none;font-family:inherit;font-size:1.25rem;letter-spacing:.02em;color:rgba(var(--color-foreground),.6);text-decoration:underline;text-underline-offset:.3rem;cursor:pointer}.ctrs__foot{margin:2.4rem 0 0;padding-top:1.6rem;border-top:1px solid rgba(var(--color-foreground),.12);font-size:1.2rem;line-height:1.6;color:rgba(var(--color-foreground),.6)}body.ctrs-open{overflow:hidden}@media screen and (max-width:749px){.ctrs__row{flex-direction:column;gap:.9rem}.ctrs__row .pify_inline_button,.ctrs__btn{width:100%;min-width:0}.ctrs__dialog{padding:2.6rem 1.8rem;max-height:92vh}.ctrs__title{font-size:1.9rem}.ctrs__fields{grid-template-columns:1fr;gap:1.6rem}.ctrs__actions{flex-direction:column-reverse;align-items:stretch;gap:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom-trousers.css.map */
