.matchy-box{--navy:#000235;--red:#f0472f;--pink:#f791c3;--yellow:#ffc83d;--cream:#fff8ee;--green:#15946b;background:var(--cream);color:var(--navy);min-height:100vh;padding:18px 14px 100px}.matchy-box *{box-sizing:border-box}.matchy-box button,.matchy-box textarea,.matchy-box select{font:inherit}.matchy-box__sprite{position:absolute;width:0;height:0;overflow:hidden}.matchy-box svg{fill:none;stroke:currentColor;stroke-width:3.3;stroke-linecap:round;stroke-linejoin:round}.matchy-box__shell{width:min(1080px,100%);margin:auto}.matchy-box__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 0}.matchy-box__header h1{margin:2px 0 0;font-size:clamp(26px,5vw,42px);line-height:1}.matchy-box__eyebrow{margin:0;color:#665e70;font-size:12px}.matchy-box__back{display:inline-flex;align-items:center;gap:5px;min-width:78px;height:44px;padding:0 10px;border:2px solid var(--navy);border-radius:999px;background:#fff;color:var(--navy);font-weight:900;cursor:pointer}.matchy-box__back svg{width:21px;height:21px}.matchy-box__step-count{font-weight:900;background:var(--navy);color:#fff;padding:9px 12px;border-radius:999px;direction:ltr}.matchy-box__progress{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:8px 0 22px}.matchy-box__progress span{height:7px;border-radius:999px;background:#ded5d0;transition:.25s}.matchy-box__progress span.is-done{background:var(--red)}.matchy-box__alert{position:sticky;top:12px;z-index:30;margin:0 auto 14px;width:min(520px,100%);padding:12px 16px;border:2px solid var(--navy);border-radius:14px;background:#fff;color:var(--navy);font-weight:800;text-align:center;box-shadow:4px 4px 0 var(--navy)}.matchy-box__step{animation:matchyBoxIn .25s ease}.matchy-box__intro{text-align:center;max-width:680px;margin:34px auto 26px}.matchy-box__intro h2{font-size:clamp(30px,7vw,54px);line-height:1.15;margin:7px 0 10px}.matchy-box__intro p{margin:0;color:#6e6471;font-size:16px}.matchy-box__card-price{display:inline-block;margin-top:12px;padding:8px 14px;border:2px solid var(--navy);border-radius:999px;background:#fff;color:var(--navy)}.matchy-box__feature-icon{display:grid;place-items:center;width:70px;height:70px;margin:auto;border:2px solid var(--navy);border-radius:21px;background:var(--yellow);transform:rotate(-2deg);box-shadow:5px 5px 0 var(--navy)}.matchy-box__feature-icon svg{width:46px;height:46px}.matchy-box__sizes{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.matchy-box__size{position:relative;min-height:190px;border:2px solid #e2d8d0;border-radius:24px;background:#fff;padding:25px 14px;color:var(--navy);cursor:pointer;transition:.2s}.matchy-box__size:hover,.matchy-box__size.is-selected{border-color:var(--navy);transform:translateY(-3px);box-shadow:7px 7px 0 var(--yellow)}.matchy-box__size b{position:absolute;top:-13px;right:18px;background:var(--yellow);padding:6px 10px;border:2px solid var(--navy);border-radius:999px;font-size:12px}.matchy-box__size strong{display:block;font-size:26px;margin-bottom:13px}.matchy-box__size span{color:#706674;font-size:14px}.matchy-box__actions{display:flex;justify-content:center;margin-top:30px}.matchy-box__actions--split{justify-content:space-between;gap:12px}.matchy-box__actions--stack{flex-direction:column;align-items:center;gap:10px}.matchy-box__primary,.matchy-box__secondary{min-height:54px;border:2px solid var(--navy);border-radius:17px;padding:12px 24px;font-weight:900;cursor:pointer}.matchy-box__primary{background:var(--red);color:#fff;box-shadow:5px 5px 0 var(--navy)}.matchy-box__primary:disabled{background:#c8c0bb;color:#fff;box-shadow:none;border-color:#9c9591;cursor:not-allowed}.matchy-box__secondary{background:#fff;color:var(--navy)}.matchy-box__select-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:26px 0 14px}.matchy-box__select-head h2{font-size:clamp(28px,5vw,44px);margin:0 0 5px}.matchy-box__select-head p{margin:0;color:#716875}.matchy-box__counter{min-width:145px;padding:10px 14px;border:2px solid var(--navy);border-radius:16px;background:#fff;text-align:center;box-shadow:4px 4px 0 var(--pink)}.matchy-box__counter strong{display:block;font-size:25px}.matchy-box__counter span{display:block;color:#716875;font-size:13px}.matchy-box__counter strong span{display:inline;color:inherit;font-size:inherit}.matchy-box__fill{height:12px;background:#e3dad4;border:2px solid var(--navy);border-radius:999px;overflow:hidden;margin-bottom:22px}.matchy-box__fill span{display:block;height:100%;width:0;background:var(--green);transition:.25s}.matchy-box__products{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.matchy-box__product{position:relative;background:#fff;border:2px solid transparent;border-radius:20px;padding:10px;text-align:center;transition:.18s}.matchy-box__product.is-selected{border-color:var(--navy);box-shadow:5px 5px 0 var(--pink)}.matchy-box__product.is-soldout{opacity:.55}.matchy-box__image{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:14px;background:#f0efed}.matchy-box__image img,.matchy-box__image svg{width:100%;height:100%;object-fit:cover}.matchy-box__image>span{position:absolute;inset:10px auto auto 10px;background:var(--navy);color:#fff;padding:6px 9px;border-radius:999px;font-size:11px}.matchy-box__product h3{margin:10px 0 3px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.matchy-box__product>p{margin:0 0 10px;color:#776c72;font-size:12px}.matchy-box__variant select{width:100%;margin:5px 0 8px;padding:8px;border:1.5px solid var(--navy);border-radius:10px;background:#fff;color:var(--navy);font-size:12px}.matchy-box__qty{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border:2px solid var(--navy);border-radius:14px;overflow:hidden;background:#fff}.matchy-box__qty button{height:40px;border:0;background:var(--yellow);color:var(--navy);font-size:22px;font-weight:900;cursor:pointer}.matchy-box__qty button:disabled{background:#ddd;cursor:not-allowed}.matchy-box__qty output{font-weight:900}.matchy-box__sticky{position:sticky;z-index:20;bottom:10px;margin:22px auto 0;width:min(620px,100%);display:flex;align-items:center;justify-content:space-between;gap:15px;background:var(--navy);color:#fff;padding:11px;border-radius:20px;box-shadow:0 12px 36px #00023540}.matchy-box__sticky>div{padding:0 10px}.matchy-box__sticky strong{display:block;font-size:21px}.matchy-box__sticky span{font-size:12px}.matchy-box__sticky strong span{font-size:inherit}.matchy-box__sticky .matchy-box__primary{box-shadow:none;border-color:#fff}.matchy-box__gift-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:720px;margin:auto}.matchy-box__gift-options button{min-height:240px;border:2px solid var(--navy);border-radius:28px;background:#fff;color:var(--navy);cursor:pointer}.matchy-box__gift-options button.is-selected{background:var(--pink);box-shadow:7px 7px 0 var(--navy)}.matchy-box__gift-options span,.matchy-box__gift-options strong,.matchy-box__gift-options small{display:block}.matchy-box__option-icon{width:70px;height:70px;margin:auto}.matchy-box__option-icon svg{width:100%;height:100%}.matchy-box__gift-options strong{font-size:27px;margin:10px 0 4px}.matchy-box__card-layout{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.matchy-box__message{display:flex;flex-direction:column;background:#fff;border:2px solid var(--navy);border-radius:22px;padding:18px}.matchy-box__message>span{font-weight:900;margin-bottom:9px}.matchy-box__message textarea{min-height:220px;resize:vertical;border:0;outline:0;background:#fff8ee;border-radius:14px;padding:15px;color:var(--navy);font-size:16px}.matchy-box__message small{text-align:left;margin-top:8px}.matchy-box__card-preview{min-height:310px;border:2px solid var(--navy);border-radius:24px;background:var(--pink);padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;box-shadow:8px 8px 0 var(--yellow)}.matchy-box__card-preview b{font-size:25px;letter-spacing:.14em}.matchy-box__card-preview p{font-size:20px;font-weight:800;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.matchy-box__card-preview small{font-size:16px;font-weight:900}.matchy-box__review{display:grid;gap:12px;max-width:720px;margin:auto}.matchy-box__review section{background:#fff;border:2px solid var(--navy);border-radius:18px;padding:16px 18px}.matchy-box__review section>span{display:block;color:#746a73;font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:8px}.matchy-box__review section>strong{font-size:20px}.matchy-box__review [data-review-products]{display:grid;gap:7px}.matchy-box__review [data-review-products]>div{display:flex;justify-content:space-between;gap:12px}.matchy-box__review blockquote{margin:0;white-space:pre-wrap;line-height:1.8}.matchy-box__review .matchy-box__total{display:flex;align-items:center;justify-content:space-between;background:var(--yellow)}.matchy-box__review .matchy-box__total>span{margin:0;color:var(--navy);font-size:15px}.matchy-box__offer-note{margin:0;text-align:center;color:#6f6570;font-size:13px}.matchy-box__cart-action{display:inline-flex;align-items:center;gap:9px}.matchy-box__cart-action svg{width:25px;height:25px}.matchy-box__empty{text-align:center;background:#fff;border:2px dashed var(--navy);border-radius:22px;padding:50px 20px}.matchy-box__empty strong{font-size:24px}body.matchy-box-builder-active .shopify-section-group-footer-group,body.matchy-box-builder-active footer.footer{display:none!important}body.matchy-box-builder-active #minicart_wrapper,body.matchy-box-builder-active .overlayminicart,body.matchy-box-builder-active #essential-cart-drawer-portal,body.matchy-box-builder-active #easysell-modal,body.matchy-box-builder-active .matchy-cart-bar__link{display:none!important}@keyframes matchyBoxIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:760px){.matchy-box{padding-inline:10px}.matchy-box__eyebrow{display:none}.matchy-box__header{grid-template-columns:auto 1fr auto}.matchy-box__back{min-width:70px;height:40px;font-size:13px}.matchy-box__sizes{grid-template-columns:1fr 1fr}.matchy-box__size{min-height:150px;padding:24px 10px}.matchy-box__size strong{font-size:21px}.matchy-box__products{grid-template-columns:repeat(2,1fr);gap:9px}.matchy-box__product{padding:7px}.matchy-box__product h3{font-size:12px}.matchy-box__qty{grid-template-columns:38px 1fr 38px}.matchy-box__select-head{align-items:flex-start}.matchy-box__counter{min-width:118px;padding:8px 10px}.matchy-box__counter strong{font-size:21px}.matchy-box__gift-options{grid-template-columns:1fr 1fr;gap:10px}.matchy-box__gift-options button{min-height:190px}.matchy-box__card-layout{grid-template-columns:1fr}.matchy-box__card-preview{order:-1;min-height:260px}.matchy-box__sticky{bottom:8px;border-radius:18px}.matchy-box__sticky .matchy-box__primary{padding-inline:16px}.matchy-box__actions--split .matchy-box__primary{flex:1}.matchy-box__actions--split .matchy-box__secondary{width:100px}}@media(prefers-reduced-motion:reduce){.matchy-box *{animation:none!important;transition:none!important}}.matchy-browse-nav{padding-block:12px;direction:rtl}.matchy-browse-nav a{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;color:#10113e;background:#fff;border:1px solid #e8e8e8;border-radius:24px;text-decoration:none;font-weight:700}.matchy-browse-nav a:focus-visible{outline:2px solid #df3525;outline-offset:3px}matchy-cart-bar{position:fixed;right:24px;bottom:24px;width:430px;max-width:calc(100vw - 48px);z-index:30;display:block;font:inherit}matchy-cart-bar[hidden]{display:none!important}.matchy-cart-bar__link{display:flex;align-items:center;gap:16px;min-height:88px;padding:16px 20px;border-radius:20px;background:#0c1036;color:#fff!important;text-decoration:none!important;box-shadow:0 6px 28px #0003;border:1px solid #ffffff26}.matchy-cart-bar__link:focus-visible{outline:3px solid #ef4025;outline-offset:4px}.matchy-cart-bar__icon{position:relative;flex:none;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#ffffff12}.matchy-cart-bar__icon [data-cart-count]{position:absolute;top:-5px;right:-4px;min-width:23px;height:23px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:#ef4025;color:#fff;font-size:12px;font-weight:700}.matchy-cart-bar__summary{display:flex;flex:1;min-width:0;flex-direction:column;gap:4px}.matchy-cart-bar__summary small{font-size:12px;color:#ddd}.matchy-cart-bar__summary strong{font-size:19px;color:#fff;white-space:nowrap}.matchy-cart-bar__cta{font-size:17px;font-weight:700;white-space:nowrap;color:#ffb09e}body.matchy-cart-bar-visible{padding-bottom:110px}body.matchy-cart-bar-visible #header__minicart{visibility:hidden}@media(max-width:767px){matchy-cart-bar{right:0;left:0;bottom:0;width:100%;max-width:none}.matchy-cart-bar__link{min-height:78px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;gap:12px}.matchy-cart-bar__summary strong{font-size:17px}.matchy-cart-bar__cta{font-size:16px}body.matchy-cart-bar-visible{padding-bottom:calc(100px + env(safe-area-inset-bottom))}body.matchy-cart-bar-visible .mobile-navigation-bar{display:none!important}}.matchy-comments{background:#faf7f2;padding:44px 0;color:#10113e}.matchy-comments__header{text-align:center;margin-bottom:26px}.matchy-comments__header h2{font-size:clamp(24px,3vw,34px);margin:8px 0 12px;color:inherit}.matchy-comments__header p{margin:0;font-size:14px;color:#686675}.matchy-comments__header p:first-child{color:#df3525;font-weight:700;font-size:12px}.matchy-comments__list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;scrollbar-width:thin;gap:18px}.matchy-comments__card{flex:0 0 31%;box-sizing:border-box;scroll-snap-align:start;margin:0;padding:24px;background:#fff;border:1px solid #eee5da;border-radius:20px;box-shadow:0 5px 18px #19122a05;display:flex;flex-direction:column}.matchy-comments__spark{color:#d39a35;font-size:28px;line-height:1}.matchy-comments__card blockquote{margin:18px 0 24px;padding:0;border:0;font-size:20px;line-height:1.7;flex:1;color:inherit}.matchy-comments__card figcaption{display:flex;align-items:center;gap:10px;font-size:13px;border-top:1px solid #f2ece5;padding-top:16px}.matchy-comments__avatar{background:#fae9df;color:#d53625;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;font-weight:700}.matchy-comments__card small{display:block;font-size:11px;color:#77727b;margin-top:3px}.matchy-comments__list:focus-visible{outline:2px solid #df3525;outline-offset:5px}@media(max-width:749px){.matchy-comments{padding:30px 0}.matchy-comments__list{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px;gap:12px}.matchy-comments__card{flex:0 0 82%;box-sizing:border-box;scroll-snap-align:start;padding:22px}.matchy-comments__card blockquote{font-size:19px}}.matchy-secondary-image{padding-block:20px}.matchy-secondary-image a{display:block}.matchy-secondary-image img{display:block;width:100%;height:auto;border-radius:16px}.matchy-secondary-image a:focus-visible{outline:2px solid #df3525;outline-offset:4px}.matchy-box-nav-label{display:block;white-space:nowrap;font-size:11px;line-height:1.25}
/*# sourceMappingURL=/cdn/shop/t/14/compiled_assets/styles.css.map */
