.po-comm{display:grid;grid-template-columns:1fr;background:#f9f8f8}.po-comm__left{padding:40px 25px 80px;display:flex;flex-direction:column;justify-content:flex-start}.po-comm__right{padding:40px 25px}.po-comm__img{width:100%;aspect-ratio:426 / 600;object-fit:cover;display:block}.po-comm__editorial-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:0 0 32px}.po-comm__hero{font-family:var(--po-font-display);font-weight:300;font-style:italic;font-size:106px;letter-spacing:-3.18px;color:var(--po-color-text);margin:0;line-height:.9}.po-comm__hero.is-compact{font-family:var(--po-font-body);font-weight:400;font-style:normal;font-size:12px!important;letter-spacing:.6px;text-transform:uppercase;opacity:.5;line-height:1}.po-comm__intro{font-family:var(--po-font-body);font-weight:400;font-size:16px;line-height:1.4;color:var(--po-color-text);margin:0 0 48px}.po-comm__how{font-family:var(--po-font-body);font-weight:400;font-size:16px;line-height:1.5;color:var(--po-color-text);margin:0 0 64px;padding-bottom:64px;border-bottom:1px solid #262626}.po-comm__form-wrap{position:relative}.po-comm__step-indicator{font-family:var(--po-font-body);font-weight:400;font-size:12px;letter-spacing:.6px;color:var(--po-color-text);opacity:.5;white-space:nowrap}.po-comm__step{display:none;opacity:0;transition:opacity .3s ease-out}.po-comm__step.is-active{display:block;opacity:1}.po-comm__step-headline{font-family:var(--po-font-heading);font-weight:500;font-size:32px;text-transform:uppercase;letter-spacing:-.96px;color:var(--po-color-text);margin:0 0 32px;line-height:1}.po-comm__step-body{font-family:var(--po-font-body);font-weight:400;font-size:16px;line-height:1.5;color:var(--po-color-text);margin:0 0 40px}.po-comm__field{margin-bottom:36px;border:none;padding:0}.po-comm__label{display:block;font-family:var(--po-font-body);font-weight:600;font-size:14px;letter-spacing:-.16px;color:var(--po-color-text);margin-bottom:12px;padding:0}.po-comm__label--req:after{content:" *";opacity:.4}.po-comm__opt{font-weight:400;opacity:.5}.po-comm__field-hint{font-family:var(--po-font-body);font-weight:400;font-size:14px;color:var(--po-color-text);opacity:.6;margin:-6px 0 12px}.po-comm__input,.po-comm__textarea{width:100%;font-family:var(--po-font-body);font-weight:400;font-size:16px;line-height:1.5;color:var(--po-color-text);background:transparent;border:1px solid #262626;padding:12px 16px;outline:none;transition:border-color .2s ease-out}.po-comm__input:focus,.po-comm__textarea:focus{border-color:#b29700}.po-comm__input::placeholder,.po-comm__textarea::placeholder{color:var(--po-color-text);opacity:.35}.po-comm__textarea{resize:vertical;min-height:100px}.po-comm__cards{display:grid;grid-template-columns:1fr 1fr;gap:8px}.po-comm__card{cursor:pointer;display:block}.po-comm__card input{position:absolute;opacity:0;pointer-events:none}.po-comm__card-text{display:block;font-family:var(--po-font-body);font-weight:400;font-size:14px;color:var(--po-color-text);border:1px solid #262626;padding:12px 16px;transition:background-color .15s ease-out,color .15s ease-out;white-space:normal;width:100%}.po-comm__card input:checked+.po-comm__card-text{background-color:#262626;color:#f9f8f8}.po-comm__card-text:hover{background-color:#2626260f}.po-comm__chips{display:flex;flex-wrap:wrap;gap:8px}.po-comm__chip{cursor:pointer}.po-comm__chip input{position:absolute;opacity:0;pointer-events:none}.po-comm__chip-text{display:inline-block;font-family:var(--po-font-body);font-weight:400;font-size:14px;color:var(--po-color-text);border:1px solid #262626;padding:8px 16px;transition:background-color .15s ease-out,color .15s ease-out}.po-comm__chip input:checked+.po-comm__chip-text{background-color:#262626;color:#f9f8f8}.po-comm__chip-text:hover{background-color:#2626260f}.po-comm__btn--upload{display:inline-flex;align-items:center;justify-content:center;background:none;color:var(--po-color-text);border:1px solid #262626!important;padding:0 16px;height:35px}.po-comm__btn--upload:hover{background-color:#262626;color:#f9f8f8}.po-comm__file-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.po-comm__file-item{position:relative;width:72px;height:72px;border:1px solid #262626;background:#f9f8f8}.po-comm__file-thumb{width:100%;height:100%;object-fit:cover;display:block}.po-comm__file-name,.po-comm__file-error{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:6px;font-family:var(--po-font-body);font-size:11px;line-height:1.3;text-align:center;overflow-wrap:break-word;word-break:break-word}.po-comm__file-error{color:var(--po-color-accent)}.po-comm__file-remove{position:absolute;top:-8px;right:-8px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:var(--po-color-accent);color:#262626;border:none;border-radius:50%!important;font-size:12px;line-height:1;cursor:pointer;padding:0}.po-comm__note{font-family:var(--po-font-body);font-weight:400;font-style:normal;font-size:14px;letter-spacing:normal;color:var(--po-color-text);opacity:.7;margin-top:12px}.po-comm__nav{display:flex;justify-content:space-between;align-items:center;margin-top:48px;padding-top:32px}.po-comm__nav .po-comm__btn--next:only-child{margin-left:auto}.po-comm__btn--welcome{display:flex;width:fit-content;margin-left:auto}.po-comm__btn{font-family:var(--po-font-body);font-weight:600;font-size:14px;letter-spacing:-.42px;cursor:pointer;transition:opacity .2s ease-out;border:none}.po-comm__btn--next:hover,.po-comm__btn--submit:hover{background-color:transparent;color:#262626;border:1px solid #262626}.po-comm__btn--next,.po-comm__btn--submit{background-color:#262626;color:#f9f8f8;padding:0 16px;height:35px;display:inline-flex;align-items:center;justify-content:center}.po-comm__btn--back{background:none;color:var(--po-color-text);padding:0;font-size:16px;letter-spacing:-.16px}.po-comm__field.has-error .po-comm__label{color:var(--po-color-accent)}.po-comm__field.has-error .po-comm__input,.po-comm__field.has-error .po-comm__textarea{border-color:var(--po-color-accent)}.po-comm__text-link{display:block;font-family:var(--po-font-body);font-weight:600;font-size:16px;letter-spacing:-.48px;color:var(--po-color-text);text-decoration:none;margin-top:16px;transition:opacity .2s ease-out}.po-comm__text-link:hover{opacity:.6}@media screen and (min-width:800px)and (max-width:983px){.po-comm{grid-template-columns:1fr 1px 1fr;min-height:calc(100vh - 48px)}.po-comm:before{content:"";grid-column:2;grid-row:1;background:#262626}.po-comm__left{grid-column:1;grid-row:1;order:0;padding:48px 44px}.po-comm__right{grid-column:3;grid-row:1;order:0;display:flex;align-items:center;justify-content:center;padding:48px 44px}.po-comm__hero{font-size:64px}.po-comm__editorial-row{margin:0 0 40px}}@media screen and (min-width:984px)and (max-width:1511px){.po-comm{grid-template-columns:1fr 1px 1fr;min-height:calc(100vh - 48px)}.po-comm:before{content:"";grid-column:2;grid-row:1;background:#262626}.po-comm__left{grid-column:1;grid-row:1;order:0;padding:60px 50px}.po-comm__right{grid-column:3;grid-row:1;order:0;display:flex;align-items:center;justify-content:center;padding:60px 50px}.po-comm__intro,.po-comm__step-body{max-width:460px}.po-comm__hero{font-size:80px}.po-comm__editorial-row{margin:0 0 48px}}@media screen and (min-width:1512px){.po-comm{grid-template-columns:1fr 1px 1fr;min-height:calc(100vh - 48px)}.po-comm:before{content:"";grid-column:2;grid-row:1;background:#262626}.po-comm__left{grid-column:1;grid-row:1;order:0;padding:80px}.po-comm__right{grid-column:3;grid-row:1;order:0;display:flex;align-items:center;justify-content:center;padding:80px}.po-comm__intro,.po-comm__step-body{max-width:460px}.po-comm__hero{font-size:106px}.po-comm__editorial-row{margin:0 0 48px}}@media screen and (max-width:799px){.po-comm__hero{font-size:72px}.po-comm__step-headline{font-size:24px}.po-comm__left,.po-comm__editorial{display:contents}.po-comm__editorial-row{order:1;padding:40px 25px 0}.po-comm__right{order:2}.po-comm__intro{order:3;padding:0 25px}.po-comm__form-wrap{order:3;padding:0 25px 80px}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/commissions.css.map */
