.checkout-production__choices{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;margin:0;padding:0;display:grid}.checkout-production[data-single-option=true] .checkout-production__choices{grid-template-columns:minmax(0,1fr)}.checkout-production[data-single-option=true] .checkout-production__option{padding:16px 18px}.checkout-production[data-single-option=true] .checkout-production__time{margin-top:14px;font-size:21px}.checkout-production[data-single-option=true] .checkout-production__shipping{margin:4px 0 10px}.checkout-production[data-single-option=true] .checkout-production__feedback{margin:10px 0 12px}.checkout-production__option{color:#383d47;cursor:pointer;min-width:0;transition:background-color var(--acc-expand) var(--acc-ease),border-color var(--acc-expand) var(--acc-ease),box-shadow var(--acc-expand) var(--acc-ease),color var(--acc-expand) var(--acc-ease);background:#fff;border:1px solid #dfe3e8;border-radius:14px;flex-direction:column;padding:20px;display:flex;position:relative}.checkout-production__option--static{cursor:default;box-shadow:none;background:#fafbfc;border-color:#e5e7eb;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 16px;display:grid}.checkout-production[data-single-option=true] .checkout-production__option--static .checkout-production__time{text-align:right;grid-area:1/2;margin:0}.checkout-production[data-single-option=true] .checkout-production__option--static .checkout-production__shipping{grid-area:2/1;margin:0}.checkout-production__option--static .checkout-production__bottom{border:0;grid-area:2/2;justify-content:flex-end;margin:0;padding:0}.checkout-production[data-compact=true] .checkout-production__choices{gap:8px}.checkout-production[data-compact=true] .checkout-production__option{border-radius:11px;min-height:0;padding:12px}.checkout-production[data-compact=true] .checkout-production__icon{border-radius:8px;width:28px;height:28px}.checkout-production[data-compact=true] .checkout-production__name{font-size:12px}.checkout-production[data-compact=true] .checkout-production__name small{margin-top:1px;font-size:9px;line-height:1.3}.checkout-production[data-compact=true] .checkout-production__time{margin-top:9px;font-size:16px}.checkout-production[data-compact=true] .checkout-production__shipping{display:none}.checkout-production[data-compact=true] .checkout-production__bottom{margin-top:8px;padding-top:7px;font-size:9px}.checkout-production[data-compact=true] .checkout-production__feedback{margin:8px 1px 0;font-size:10px;line-height:1.45}.checkout-production[data-compact=true][data-single-option=true] .checkout-production__option{padding:12px}.checkout-production[data-compact=true][data-single-option=true] .checkout-production__time{margin-top:9px;font-size:16px}.checkout-production[data-compact=true] .checkout-production__option--static{grid-template-columns:minmax(0,1fr) auto}.checkout-production[data-compact=true] .checkout-production__option--static .checkout-production__time{margin:0;font-size:13px}.checkout-production[data-compact=true] .checkout-production__option--static .checkout-production__bottom{display:none}@media (width<=560px){.checkout-production[data-compact=true] .checkout-production__choices{grid-template-columns:minmax(0,1fr)}.checkout-production[data-compact=true] .checkout-production__time{font-size:15px}}.checkout-production__option input{opacity:0;width:1px;height:1px;position:absolute}.checkout-production__option:has(input:focus-visible){outline-offset:3px;outline:3px solid #027bbc}.checkout-production__option[data-selected=true]{border-color:#383d47;box-shadow:0 0 0 1px #383d47}.checkout-production__option[data-priority=true]{isolation:isolate;background:#fff;border-color:#ead9e3;box-shadow:inset 0 1px #fff,0 2px 6px #79305404}.checkout-production__option[data-priority=true]:before{content:"";z-index:-1;border-radius:inherit;pointer-events:none;opacity:.35;transition:opacity var(--acc-expand) var(--acc-ease);background:radial-gradient(at 100% 0,#f6d8ed70,#0000 65%),linear-gradient(125deg,#fff 25%,#fff9fc 65%,#edfaff80);position:absolute;inset:0}.checkout-production__option[data-priority=true][data-selected=true]{color:#383d47;border-color:#d991bd;box-shadow:inset 0 1px #fff,0 4px 8px #92366806,0 12px 26px -12px #92366830}.checkout-production__option[data-priority=true][data-selected=true]:before{opacity:1}.checkout-production{--rush-reveal-ease:cubic-bezier(.22,1,.36,1);--rush-light-cycle:7s;--rush-toggle-duration:.18s}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false]{animation:3.2s linear infinite alternate checkout-rush-border}.checkout-production__sheen{border-radius:inherit;pointer-events:none;z-index:-1;position:absolute;inset:0;overflow:hidden}.checkout-production__sheen>span{opacity:0;background:linear-gradient(110deg,#0000 35%,#49e1f60a 42%,#ffffffd9 49%,#fed75014 53%,#e9169b08 58%,#0000 65%);position:absolute;inset:-30% -60%;transform:translate(-55%)}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__sheen>span{animation:checkout-rush-sheen var(--rush-light-cycle) linear infinite}@keyframes checkout-rush-border{0%{border-color:#ddacc9;box-shadow:inset 0 1px #fff,0 5px 13px #9236680c,0 12px 26px -12px #92366822}to{border-color:#b9dbe4;box-shadow:inset 0 1px #fff,0 5px 13px #168db00d,0 12px 26px -12px #168db026}}@keyframes checkout-rush-sheen{0%{opacity:.06;transform:translate(-55%)}50%{opacity:.22}to{opacity:.06;transform:translate(55%)}}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false]:before{animation:9s ease-in-out infinite alternate checkout-rush-ambient}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__icon svg{z-index:2;stroke-width:2.3px;fill:currentColor;fill-opacity:.85;transform-origin:50%;width:21px;height:21px;position:relative;transform:translate(3px)rotate(7deg)}@keyframes checkout-rush-ambient{0%{opacity:.55}to{opacity:1}}.checkout-production__icon{transition:background-color var(--rush-toggle-duration) var(--rush-reveal-ease),color var(--rush-toggle-duration) var(--rush-reveal-ease),box-shadow var(--rush-toggle-duration) var(--rush-reveal-ease);position:relative;overflow:hidden}.checkout-production__icon svg{transition:transform var(--rush-toggle-duration) var(--rush-reveal-ease),fill-opacity var(--rush-toggle-duration) var(--rush-reveal-ease)}.checkout-production__speed{z-index:1;pointer-events:none;opacity:0;transition:opacity var(--rush-toggle-duration) var(--rush-reveal-ease);position:absolute;inset:0}.checkout-production__speed i{transform-origin:100%;background:currentColor;border-radius:2px;height:2px;display:block;position:absolute;left:5px}.checkout-production__speed i:first-child{width:7px;top:9px}.checkout-production__speed i:nth-child(2){width:11px;top:17px}.checkout-production__speed i:nth-child(3){width:6px;top:25px}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__speed{opacity:.9}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__speed i:first-child{animation:.48s linear infinite checkout-rush-speed-top}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__speed i:nth-child(2){animation:.66s linear 90ms infinite checkout-rush-speed-center}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__speed i:nth-child(3){animation:.39s linear .17s infinite checkout-rush-speed-bottom}@keyframes checkout-rush-speed-top{0%{opacity:0;transform:translate(11px)scaleX(.2)}20%{opacity:.8}to{opacity:0;transform:translate(-8px)scaleX(1)}}@keyframes checkout-rush-speed-center{0%{opacity:0;transform:translate(13px)scaleX(.15)}16%{opacity:1}72%{opacity:.7}to{opacity:0;transform:translate(-10px)scaleX(1.18)}}@keyframes checkout-rush-speed-bottom{0%{opacity:0;transform:translate(10px)scaleX(.25)}26%{opacity:.65}to{opacity:0;transform:translate(-6px)scaleX(.85)}}@media (prefers-reduced-motion:reduce){.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false],.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__speed i{animation:none}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__speed{opacity:0}}.pressly-account-checkout .pressly-checkout-summary>div.p-5{padding:16px}.pressly-account-checkout .pressly-checkout-summary dl.space-y-3\.5>:not(:last-child){margin-bottom:10px}.pressly-account-checkout .pressly-checkout-summary dl.space-y-3\.5{font-size:12px}.checkout-delivery-estimate{border-top:1px solid #e5e7eb;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 0 0;display:flex}.checkout-delivery-estimate[data-improved=true]{background:linear-gradient(115deg,#fff7fc,#f6fcfd);border:1px solid #efdaea;border-radius:10px;padding:12px}.checkout-delivery-estimate__label{letter-spacing:.08em;text-transform:uppercase;color:#687181;font-size:9px;font-weight:700}.checkout-delivery-estimate__previous{color:#687181;flex-wrap:wrap;gap:6px;margin-top:6px;font-size:11px;font-weight:650;display:flex}.checkout-delivery-estimate__previous s{text-decoration-color:#c0267e;text-decoration-thickness:2px}.checkout-delivery-estimate__date{color:#383d47;text-transform:capitalize;flex-wrap:wrap;align-items:baseline;gap:7px;margin-top:5px;font-size:14px;font-weight:800;display:flex}.checkout-delivery-estimate[data-improved=true] .checkout-delivery-estimate__date{color:#963365;animation:.35s ease-out both checkout-delivery-reveal}.checkout-delivery-estimate__date>span{white-space:nowrap;color:#963365;background:#f8e8f2;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:750}.checkout-delivery-estimate__production{color:#687181;margin-top:6px;font-size:10px;line-height:1.6}@keyframes checkout-delivery-reveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false]:before,.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__icon svg,.checkout-delivery-estimate[data-improved=true] .checkout-delivery-estimate__date{animation:none}}@media (hover:hover) and (pointer:fine){.checkout-production__option[data-priority=true][data-disabled=false]:hover{border-color:#d991bd;box-shadow:inset 0 1px #fff,0 6px 12px #92366808,0 16px 30px -14px #92366830}.checkout-production__option[data-priority=true][data-disabled=false]:hover:before{opacity:1}}.checkout-production__top{align-items:center;gap:10px;display:flex}.checkout-production__icon{color:#667080;background:#f1f3f5;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.checkout-production__option[data-priority=true] .checkout-production__icon{color:#b71077;background:#fce9f5}.checkout-production__option[data-priority=true][data-selected=true] .checkout-production__icon{color:#ab246f;background:#fff4fb;box-shadow:inset 0 1px #fff,0 2px 6px #92366810}.checkout-production__name{letter-spacing:-.02em;flex:1;min-width:0;font-size:14px;font-weight:750}.checkout-production__name small{color:#687181;letter-spacing:0;margin-top:3px;font-size:10px;font-weight:450;line-height:1.5;display:block}.checkout-production__check{border:1px solid #cdd2d9;border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;display:grid}.checkout-production__option[data-selected=true] .checkout-production__check{color:#fff;background:#383d47;border-color:#383d47}.checkout-production__option[data-priority=true][data-selected=true] .checkout-production__check{color:#fff;background:#b72d80;border-color:#b72d80;box-shadow:0 0 0 3px #e9169b09}.checkout-production__time{letter-spacing:-.045em;margin-top:24px;font-size:23px;font-weight:750;line-height:1.25;display:block}.checkout-production__shipping{color:#687181;margin-top:6px;margin-bottom:20px;font-size:10px;line-height:1.6;display:block}.checkout-production__bottom{border-top:1px solid #e8e9ed;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:12px;font-size:10px;font-weight:600;display:flex}.checkout-production__bottom strong{color:#b71077;align-items:center;gap:4px;font-size:9px;display:flex}.checkout-production__option[data-priority=true][data-selected=true] :is(small,.checkout-production__shipping){color:#687181}.checkout-production__option[data-priority=true][data-selected=true] .checkout-production__bottom{border-color:#eedfe8}.checkout-production__option[data-priority=true][data-selected=true] .checkout-production__bottom strong{color:#a32770}.checkout-production__option[data-disabled=true]{cursor:not-allowed;box-shadow:none;color:#687181;background:#f8f9fa;border-color:#e5e7eb}.checkout-production__option[data-priority=true][data-disabled=true]{box-shadow:none;color:#687181;background:#f8f9fa;border-color:#e5e7eb}.checkout-production__option[data-priority=true][data-disabled=true]:before{opacity:0}.checkout-production__option[data-disabled=true] .checkout-production__time{letter-spacing:-.02em;font-size:16px}.checkout-production__feedback{color:#687181;margin:14px 0;font-size:11px;line-height:1.7}.checkout-coupon-link{color:#667080;cursor:pointer;text-underline-offset:4px;align-items:center;gap:7px;min-height:32px;font-size:11px;font-weight:600;display:inline-flex}.checkout-coupon-link:hover{color:#a32770;text-decoration:underline}.checkout-coupon-link:focus-visible,.checkout-coupon-inline button:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #027bbc}.checkout-coupon-inline__applied{color:#16704b;align-items:center;gap:7px;font-size:11px;font-weight:650;display:flex}.checkout-coupon-inline__applied>span{overflow-wrap:anywhere}.checkout-coupon-inline__applied button{color:#687181;cursor:pointer;place-items:center;min-width:28px;min-height:28px;margin-left:auto;display:grid}html:has(.checkout-coupon-dialog[open]){overflow:hidden}.checkout-coupon-dialog{color:#383d47;background:#fff;border:1px solid #e8dce4;border-radius:18px;width:min(420px,100% - 32px);max-height:calc(100dvh - 40px);margin:auto;padding:24px;overflow:auto;box-shadow:0 24px 80px #383d4726}.checkout-coupon-dialog::backdrop{backdrop-filter:blur(3px);background:#252b3545}.checkout-coupon-dialog header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.checkout-coupon-dialog__icon{color:#a32770;background:#fff1f9;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.checkout-coupon-dialog header button{cursor:pointer;color:#687181;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.checkout-coupon-dialog h2{letter-spacing:-.03em;font-size:20px;font-weight:750}.checkout-coupon-dialog p{color:#687181;margin-top:8px;font-size:12px;line-height:1.65}.checkout-coupon-dialog label{margin:20px 0 8px;font-size:11px;font-weight:650;display:block}.checkout-coupon-dialog input{background:#fff;border:1px solid #dfe3e8;border-radius:9px;width:100%;height:44px;padding:0 12px;font-size:13px}.checkout-coupon-dialog :is(input,button):focus-visible{outline-offset:2px;outline:2px solid #027bbc}.checkout-coupon-dialog input[aria-invalid=true]{border-color:#c03648}.checkout-coupon-dialog .checkout-coupon-dialog__error{color:#a6273b}.checkout-coupon-dialog__apply{color:#fff;cursor:pointer;background:#b71077;border-radius:9px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:18px;font-size:12px;font-weight:700;display:flex}.checkout-coupon-dialog__apply:disabled{opacity:.5;cursor:not-allowed}.checkout-production__terms{border-top:1px solid #eef0f3;padding-top:4px}.checkout-production__terms .t-acc-head{color:#596271;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:40px;font-size:11px;font-weight:600;display:flex}.checkout-production__terms .t-acc-head:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #027bbc}.checkout-production__terms p{color:#687181;margin:4px 0 12px;font-size:11px;line-height:1.75}@property --checkout-summary-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.pressly-account-checkout .pressly-checkout-summary{isolation:isolate;position:relative}.pressly-account-checkout .pressly-checkout-summary:after{content:"";z-index:2;border-radius:inherit;pointer-events:none;background:conic-gradient(from var(--checkout-summary-border-angle),#e5e2e8 0deg 240deg,#dca3cb 270deg,#df64b0 294deg,#71cbdc 320deg,#e9ce79 342deg,#e5e2e8 360deg);-webkit-mask-composite:xor;opacity:0;transition:opacity var(--acc-expand) var(--acc-ease);padding:1.5px;animation:4s linear infinite paused checkout-rush-summary-border;position:absolute;inset:0;mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-position:0 0,0 0;mask-size:auto,auto;mask-repeat:repeat,repeat;mask-clip:content-box,border-box;mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.pressly-account-checkout[data-rush=true] .pressly-checkout-summary{border-color:#0000;box-shadow:0 8px 28px #8d316d12}.pressly-account-checkout[data-rush=true] .pressly-checkout-summary:after{opacity:1;animation-play-state:running}@keyframes checkout-rush-summary-border{to{--checkout-summary-border-angle:360deg}}@supports not ((mask-composite:exclude) or (-webkit-mask-composite:xor)){.pressly-account-checkout .pressly-checkout-summary:after{display:none}.pressly-account-checkout[data-rush=true] .pressly-checkout-summary{border-color:#dca3cb}}.checkout-rush-summary{color:#963365;letter-spacing:.02em;background:linear-gradient(110deg,#fff5fb,#fffbfd 65%,#f4fcfd);border-bottom:1px solid #f0e0ea;align-items:center;gap:8px;padding:11px 20px;font-size:10px;font-weight:650;display:flex}.pressly-account-checkout[data-rush=true] .checkout-step-production{border-color:#e3cbd9}.pressly-account-checkout .pressly-checkout-summary,.pressly-account-checkout .checkout-step-production{transition:border-color var(--acc-expand) var(--acc-ease),box-shadow var(--acc-expand) var(--acc-ease)}@media (width<=600px){.checkout-production__choices{grid-template-columns:minmax(0,1fr)}.checkout-production__option{padding:16px}.checkout-production__time{margin-top:16px;font-size:21px}.checkout-production__shipping{margin-bottom:14px}}@media (prefers-reduced-motion:reduce){.checkout-production__option,.checkout-production__option:before,.pressly-account-checkout .pressly-checkout-summary,.pressly-account-checkout .checkout-step-production{transition:none}.pressly-account-checkout .pressly-checkout-summary:after{transition:none;animation:none}.checkout-production__option[data-priority=true][data-selected=true][data-disabled=false] .checkout-production__sheen>span{opacity:0;animation:none}}.pressly-checkout-steps{margin-top:1.5rem}.pressly-checkout-steps>.t-page{min-width:0;display:none}.pressly-checkout-steps>.t-page[aria-hidden=false]{display:block}.pressly-checkout-review-address{overflow-wrap:anywhere}.pressly-checkout-details-layout,.pressly-checkout-details-column{align-items:start;gap:1rem;min-width:0;display:grid}.pressly-checkout-details-layout{width:100%}.pressly-checkout-details-column{container:checkout-delivery/inline-size}.pressly-checkout-delivery-options{grid-template-columns:minmax(0,1fr);gap:.75rem;min-width:0;display:grid}@container checkout-delivery (width>=35rem){.pressly-checkout-delivery-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=640px){.pressly-checkout-details-layout,.pressly-checkout-details-column{gap:1.5rem}}@media (width>=1240px){.pressly-checkout-details-layout{grid-template-columns:minmax(0,7fr) minmax(400px,5fr)}}@media (width>=1024px){.pressly-checkout-primary-action,.pressly-checkout-summary-action{z-index:2;background:#fff;position:sticky;bottom:1rem}.pressly-checkout-summary-action{padding-top:.75rem;box-shadow:0 -10px 18px -14px #0f172a59}}:root{--duration-quick:.15s;--duration-fast:.25s;--ease-smooth-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:ease-in-out;--learn-shift:2px;--learn-spread:8deg;--learn-in:.35s;--learn-out:.35s;--learn-ease:cubic-bezier(.22, 1, .36, 1)}.t-learn-chevron{transition:transform var(--learn-out) var(--learn-ease);display:inline-flex;transform:translate(0)}.t-learn-arm{transform-box:view-box;transform-origin:10px 8px;vector-effect:non-scaling-stroke;transition:transform var(--learn-out) var(--learn-ease)}.t-learn:hover .t-learn-chevron{transform:translateX(var(--learn-shift));transition-duration:var(--learn-in)}.t-learn:hover .t-learn-arm{transition-duration:var(--learn-in)}.t-learn:hover .t-learn-arm-top{transform:rotate(var(--learn-spread))}.t-learn:hover .t-learn-arm-bot{transform:rotate(calc(var(--learn-spread) * -1))}@media (prefers-reduced-motion:reduce){.t-learn-chevron,.t-learn-arm{transition:none!important}}:root{--acc-expand:.25s;--acc-collapse:.25s;--acc-chevron:.25s;--acc-ease:cubic-bezier(.22, 1, .36, 1)}.t-acc-panel{transition:grid-template-rows var(--acc-collapse) var(--acc-ease);grid-template-rows:0fr;display:grid}.t-acc[data-open=true] .t-acc-panel{transition:grid-template-rows var(--acc-expand) var(--acc-ease);grid-template-rows:1fr}.t-acc-panel-inner{opacity:0;filter:blur(2px);transition:opacity var(--acc-collapse) var(--acc-ease), filter var(--acc-collapse) var(--acc-ease);overflow:hidden}.t-acc[data-open=true] .t-acc-panel-inner{opacity:1;filter:blur();transition:opacity var(--acc-expand) var(--acc-ease), filter var(--acc-expand) var(--acc-ease)}.t-acc-chevron{transform-origin:50%;transition:transform var(--acc-chevron) var(--acc-ease);display:inline-flex;transform:scaleY(1)}.t-acc-chevron path{vector-effect:non-scaling-stroke}.t-acc[data-open=true] .t-acc-chevron{transform:scaleY(-1)}@media (prefers-reduced-motion:reduce){.t-acc-panel,.t-acc-panel-inner,.t-acc-chevron{transition:none!important}}.pressly-account-shell.pressly-account-landing-layout,html:has(.pressly-account-shell.pressly-account-landing-layout),body:has(.pressly-account-shell.pressly-account-landing-layout){background:#f1f0ed}.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace{background:#d8d7d2;border:1px solid #d8d7d2;border-radius:22px;grid-template-columns:288px minmax(0,1fr);gap:1px;width:min(100% - 32px,1440px);min-height:calc(100dvh - 108px);margin:16px auto 24px;padding:1px;display:grid}.pressly-account-shell.pressly-account-landing-layout .pressly-account-masthead{z-index:2;color:#25262b;background:#e9e8e4;border-radius:20px 0 0 20px;align-self:start;height:calc(100dvh - 94px);min-height:0;max-height:calc(100dvh - 94px);position:sticky;top:78px;overflow:visible}.pressly-account-shell.pressly-account-landing-layout .pressly-account-topbar{grid-template-rows:auto minmax(0,1fr) auto auto;height:100%;min-height:0;padding:32px 22px 22px;display:grid;overflow:visible}.pressly-account-shell.pressly-account-landing-layout .pressly-account-heading-row{border-bottom:1px solid #d2d1cc;padding:0 10px 28px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-user-actions{align-items:center;gap:8px;min-width:0;margin-top:12px;display:flex}.pressly-account-shell.pressly-account-landing-layout .pressly-account-notifications{z-index:10}.pressly-account-shell.pressly-account-landing-layout .pressly-account-kicker{color:#757780;background:0 0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-page-title,.pressly-account-shell.pressly-account-landing-layout .pressly-account-masthead.is-checkout .pressly-account-page-title{color:#202126;letter-spacing:-.035em;margin-top:7px;font-size:1.8rem;line-height:1.05}.pressly-account-shell.pressly-account-landing-layout .pressly-account-hello{color:#6e7180;min-width:0;margin:0 auto 0 0;font-size:.75rem;display:block}.pressly-account-shell.pressly-account-landing-layout .pressly-account-hello strong{color:#202126}.pressly-account-nav-scroll{overscroll-behavior:contain;scrollbar-color:#c5c4bf transparent;scrollbar-width:thin;width:100%;margin-top:24px;overflow-y:auto}.pressly-account-nav-scroll::-webkit-scrollbar{width:5px}.pressly-account-nav-scroll::-webkit-scrollbar-thumb{background:#c5c4bf;border-radius:999px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav{gap:8px;display:grid}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item{color:#101014;min-height:60px;transition:color var(--duration-quick,.15s) var(--ease-smooth-out,cubic-bezier(.22, 1, .36, 1)), background-color var(--duration-quick,.15s) var(--ease-smooth-out,cubic-bezier(.22, 1, .36, 1));border:1px solid #0000;border-radius:14px;align-items:center;gap:14px;padding:0 14px;font-size:.92rem;font-weight:760;display:flex;position:relative;overflow:hidden}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item>span{color:#101014;font-weight:800}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item svg{color:#696c75;width:34px;height:34px;transition:color var(--duration-quick,.15s) var(--ease-smooth-out,cubic-bezier(.22, 1, .36, 1)), background-color var(--duration-quick,.15s) var(--ease-smooth-out,cubic-bezier(.22, 1, .36, 1));background:#deddd8;border-radius:10px;flex:0 0 34px;padding:7px;display:block}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item:before{inset-block:12px;content:"";opacity:0;width:4px;transition:opacity var(--duration-quick,.15s) var(--ease-in-out,ease-in-out);background:linear-gradient(#49e1f6 0 34%,#e9169b 34% 67%,#fed750 67%);border-radius:0 4px 4px 0;position:absolute;left:0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item:hover{color:#202126;background:#f5f4f1;border-color:#deddd8}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item:hover svg{color:#202126;background:#e8e7e2}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item.is-active{color:#101014;background:#fff;border-color:#dad9d4;animation:none;box-shadow:0 5px 16px #1010140d}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item.is-active svg{color:#174f59;background:#e3f8fb}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item.is-active:before{opacity:1}.pressly-account-shell.pressly-account-landing-layout .pressly-account-shop-link{color:#6e7180;transition:background-color var(--duration-fast,.25s) var(--ease-smooth-out,cubic-bezier(.22, 1, .36, 1)), border-color var(--duration-fast,.25s) var(--ease-smooth-out,cubic-bezier(.22, 1, .36, 1));background:#fff;border:1px solid #d3d2cd;border-radius:14px;gap:8px;margin-top:16px;padding:18px;font-size:.7rem;line-height:1.45;display:grid;position:relative}.pressly-account-shell.pressly-account-landing-layout .pressly-account-shop-link:hover{background:#faf9f6;border-color:#bdbcb7}.pressly-account-shell.pressly-account-landing-layout .pressly-account-shop-link strong{color:#202126;justify-content:space-between;align-items:center;gap:8px;font-size:.82rem;display:flex}.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout{color:#6e7180;border-radius:12px;align-items:center;gap:10px;min-height:40px;margin:0;padding:0 12px;font-size:.8rem;font-weight:750;transition:color .16s,background-color .16s;display:flex}.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout:focus-visible{outline-offset:2px;outline:2px solid #027bbc}.pressly-account-shell.pressly-account-landing-layout .pressly-account-notifications-trigger,.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout{background:#f8f7f4;border:1px solid #d2d1cc}.pressly-account-shell.pressly-account-landing-layout .pressly-account-notifications-trigger:hover,.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout:hover{background:#fff;border-color:#b9b8b2}.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout:hover{color:#202126;background:#f5f4f1}.pressly-account-shell.pressly-account-landing-layout .pressly-account-view{color:#202126;background:#f6f5f2;border-radius:0 20px 20px 0;width:100%;max-width:none;min-height:calc(100dvh - 110px);margin:0;padding:clamp(2rem,4vw,3.75rem) clamp(24px,4.2vw,60px);overflow:visible}.pressly-account-shell.pressly-account-landing-layout .pressly-account-view>[id^=account-panel-]{width:min(100%,1120px);margin-inline:auto}.pressly-account-shell.pressly-account-landing-layout .pressly-account-view[data-account-view=checkout]>[id^=account-panel-]{width:min(100%,1280px)}.pressly-account-shell.pressly-account-landing-layout .pressly-account-view>*{animation:none}.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace[data-account-view=orders] .pressly-account-view{background:radial-gradient(circle at 92% 4%,#49e1f61a,#0000 22rem),#faf9f6}.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace[data-account-view=orders] .pressly-account-section-title{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #dededb;border-radius:0;padding:4px 0 24px 16px;position:relative;overflow:visible}.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace[data-account-view=orders] .pressly-account-section-title:before{content:"";background:linear-gradient(#49e1f6 0 34%,#e9169b 34% 68%,#fed750 68%);width:4px;position:absolute;inset:4px auto 24px 0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace[data-account-view=orders] .pressly-account-section-title>div>p:first-child{color:#027bbc}.pressly-account-shell .pressly-orders-summary{background:#ffffffb8;border-block:1px solid #dfded9;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.pressly-account-shell .pressly-orders-summary article{border:0;min-width:0;min-height:92px;box-shadow:none;background:0 0;border-right:1px solid #e4e3df;border-radius:0;align-items:center;gap:13px;padding:16px 18px;display:flex;position:relative;overflow:visible}.pressly-account-shell .pressly-orders-summary article:last-child{border-right:0}.pressly-account-shell .pressly-orders-summary article.is-active{--order-summary-tint:#e7f9fc;--order-summary-ink:#126879}.pressly-account-shell .pressly-orders-summary article.is-production{--order-summary-tint:#fce8f5;--order-summary-ink:#9d176d}.pressly-account-shell .pressly-orders-summary article.is-completed{--order-summary-tint:#fff7d7;--order-summary-ink:#765e0b}.pressly-account-shell .pressly-orders-summary-icon{width:42px;height:42px;color:var(--order-summary-ink);background:var(--order-summary-tint);border-radius:999px;flex:0 0 42px;place-items:center;display:grid}.pressly-account-shell .pressly-orders-summary-icon svg{width:19px;height:19px}.pressly-account-shell .pressly-orders-summary article>span:last-child{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1px 10px;min-width:0;display:grid}.pressly-account-shell .pressly-orders-summary small{color:#5f626b;font-size:.68rem;font-style:normal;font-weight:850}.pressly-account-shell .pressly-orders-summary strong{color:#202126;letter-spacing:-.06em;grid-area:1/2/3;font-size:1.75rem;line-height:1}.pressly-account-shell .pressly-orders-summary em{color:#8a8c93;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;font-style:normal;overflow:hidden}.pressly-account-shell .pressly-orders-summary.is-loading article>span:last-child:before,.pressly-account-shell .pressly-orders-summary.is-loading article>span:last-child:after{content:"";background:linear-gradient(105deg,#ecebe7 20%,#f8f8f6 38%,#ecebe7 56%) 0 0/220% 100%;border-radius:999px;width:72px;height:9px;animation:1.2s ease-in-out infinite pressly-order-skeleton;display:block}.pressly-account-shell .pressly-orders-summary.is-loading article>span:last-child:after{width:46px;height:7px}.pressly-account-shell .pressly-orders-summary.is-loading :is(small,strong,em){display:none}.pressly-account-shell.pressly-account-landing-layout .pressly-account-surface,.pressly-account-shell.pressly-account-landing-layout .pressly-account-intro,.pressly-account-shell.pressly-account-landing-layout .pressly-account-card,.pressly-account-shell.pressly-account-landing-layout .pressly-order-card{background:#fff!important;border:1px solid #dfdfdc!important;border-radius:14px!important;box-shadow:0 10px 32px #1010140a!important}.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview{gap:clamp(2.25rem,4vw,3.5rem)}.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview>section:first-child{color:#202126;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #dededb;border-radius:0;padding:18px 0 30px;position:relative;overflow:visible}.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview>section:first-child:before{content:"";background:linear-gradient(90deg,#49e1f6 0 34%,#e9169b 34% 67%,#fed750 67%);width:56px;height:3px;position:absolute;inset:0 auto auto 0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview>section:first-child h2{color:#202126;letter-spacing:-.05em;max-width:640px;font-size:clamp(2rem,3.4vw,3.35rem);line-height:1}.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview>section:first-child p{color:#5f626b}.pressly-account-storage{background:linear-gradient(135deg,#fff 0%,#f2fbfc 100%);border:1px solid #d7e8ed;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:min(100%,365px);margin-top:20px;padding:10px 12px;display:grid;box-shadow:0 8px 20px #027bbc12}.pressly-account-storage__icon{color:#fff;background:#027bbc;border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.pressly-account-storage__icon svg{width:16px;height:16px}.pressly-account-storage__content{gap:3px;min-width:0;display:grid}.pressly-account-storage__content>span{color:#52707c;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:800}.pressly-account-storage__content strong{color:#1a1a2e;font-size:.8rem;font-weight:850;line-height:1.1}.pressly-account-storage__content small{color:#667580;font-size:.68rem;font-weight:650}.pressly-account-storage__content i{background:#d7e8ed;border-radius:999px;height:4px;display:block;overflow:hidden}.pressly-account-storage__content i b{border-radius:inherit;background:linear-gradient(90deg,#49e1f6,#027bbc);min-width:4px;height:100%;transition:width .35s;display:block}.pressly-account-storage em{color:#027bbc;background:#e7f7fa;border-radius:6px;padding:4px 6px;font-size:.64rem;font-style:normal;font-weight:850}.pressly-account-shell.pressly-account-landing-layout .pressly-account-section-title{border-bottom:1px solid #dededb;padding:0 0 20px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-section-title h2{color:#202126;letter-spacing:-.05em;margin-top:6px;font-size:clamp(2rem,3vw,3rem);line-height:1}.pressly-account-shell.pressly-account-landing-layout .pressly-account-section-title>div>p:first-child{color:#6e7180}.pressly-account-next-action{background:#fff;border:1px solid #d9d9d5;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;display:grid;box-shadow:0 10px 32px #1010140a}.pressly-account-next-action__icon{color:#027bbc;background:#e9f8fb;border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.pressly-account-next-action__icon svg{width:20px;height:20px}.pressly-account-next-action>div{min-width:0}.pressly-account-next-action>div>p{color:#027bbc;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:800}.pressly-account-next-action h2{color:#202126;letter-spacing:-.025em;margin-top:3px;font-size:1.05rem;font-weight:850}.pressly-account-next-action>div>span{color:#656871;text-overflow:ellipsis;margin-top:5px;font-size:.78rem;line-height:1.5;display:block;overflow:hidden}.pressly-account-next-action>a,.pressly-account-next-action>button{color:#fff;white-space:nowrap;background:#242529;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-size:.75rem;font-weight:800;display:inline-flex}.pressly-account-next-action>:is(a,button):hover{background:#027bbc}.pressly-account-next-action>:is(a,button):focus-visible{outline-offset:2px;outline:3px solid #49e1f6}.pressly-account-next-action>:is(a,button) svg{width:15px}.pressly-account-next-action.is-loading{color:#73767e}@media (width<=900px){.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace{border:0;border-radius:0;grid-template-columns:1fr;gap:0;width:100%;min-height:0;margin:0;padding:0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-masthead{border-radius:0;height:auto;min-height:0;max-height:none;position:relative;top:auto}.pressly-account-shell.pressly-account-landing-layout .pressly-account-topbar{flex-direction:column;height:auto;padding:22px 16px 16px;display:flex;overflow:visible}.pressly-account-shell.pressly-account-landing-layout .pressly-account-heading-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 2px 17px;display:grid}.pressly-account-shell.pressly-account-landing-layout .pressly-account-user-actions{gap:6px;margin:0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-hello{display:none}.pressly-account-shell.pressly-account-landing-layout .pressly-account-page-title,.pressly-account-shell.pressly-account-landing-layout .pressly-account-masthead.is-checkout .pressly-account-page-title{font-size:1.45rem}.pressly-account-nav-scroll{scrollbar-width:none;margin-top:14px;overflow:visible}.pressly-account-nav-scroll::-webkit-scrollbar{display:none}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;min-width:100%;display:grid}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item{text-align:center;flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:64px;padding:7px 4px;font-size:.68rem}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item svg{flex-basis:26px;width:26px;height:26px;padding:5px;display:block}.pressly-account-shell.pressly-account-landing-layout .pressly-account-shop-link{display:none}.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout{justify-content:center;width:40px;min-height:40px;padding:0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout span{display:none}.pressly-account-notifications-panel{max-width:calc(100vw - 32px)}.pressly-account-shell.pressly-account-landing-layout .pressly-account-view{border-radius:0;min-height:70dvh;padding:28px 16px 44px;overflow:visible}.pressly-orders-new-purchase{text-align:center;white-space:normal;flex:0 auto;justify-content:center;max-width:100%}}@media (width<=760px){.pressly-account-shell .pressly-orders-summary{grid-template-columns:1fr}.pressly-account-shell .pressly-orders-summary article{border-bottom:1px solid #e4e3df;border-right:0;min-height:78px}.pressly-account-shell .pressly-orders-summary article:last-child{border-bottom:0}.pressly-account-shell.pressly-account-landing-layout .pressly-account-workspace[data-account-view=orders] .pressly-account-section-title{padding:4px 0 22px 14px}}@media (width>=901px) and (height<=720px){.pressly-account-shell.pressly-account-landing-layout .pressly-account-topbar{padding-block:22px 16px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-heading-row{padding-bottom:18px}.pressly-account-nav-scroll{margin-top:16px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-nav-item{min-height:52px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-shop-link{padding:14px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-logout{min-height:44px}}@media (width<=639px){.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview>section:first-child{padding:18px 0 24px}.pressly-account-shell.pressly-account-landing-layout .pressly-account-overview>section:first-child h2,.pressly-account-shell.pressly-account-landing-layout .pressly-account-section-title h2{font-size:2rem}.pressly-account-next-action{grid-template-columns:auto minmax(0,1fr);padding:16px}.pressly-account-next-action>:is(a,button){grid-column:1/-1;width:100%}.pressly-orders-new-purchase{width:100%}}.pressly-account-shell .pressly-order-glance{border-top:1px solid #dededb;border-bottom:1px solid #dededb;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px;padding-block:14px;display:grid}.pressly-account-shell .pressly-order-glance>div{border-right:1px solid #dededb;grid-template-columns:minmax(0,1fr) auto;gap:2px 12px;padding-inline:18px;display:grid}.pressly-account-shell .pressly-order-glance>div:first-child{padding-left:0}.pressly-account-shell .pressly-order-glance>div:last-child{border-right:0;padding-right:0}.pressly-account-shell .pressly-order-glance span{color:#555861;font-size:.72rem;font-weight:800}.pressly-account-shell .pressly-order-glance strong{color:#202126;letter-spacing:-.05em;grid-area:1/2/3;font-size:1.65rem;line-height:1}.pressly-account-shell .pressly-order-glance small{color:#8a8c93;font-size:.65rem}.pressly-account-shell .pressly-recent-orders{background:#fff;border:1px solid #dfdfdc;border-radius:16px;gap:0;display:grid;overflow:hidden;box-shadow:0 10px 32px #1010140a}.pressly-account-shell .pressly-recent-order{text-align:left;background:#fff;border:0;border-bottom:1px solid #e5e5e2;border-radius:0;grid-template-columns:126px minmax(0,1fr) auto auto;align-items:center;gap:0;width:100%;min-width:0;max-width:none;min-height:154px;padding:0;transition:transform .18s,border-color .18s;display:grid}.pressly-account-shell .pressly-recent-order-skeleton{border-bottom:1px solid #e5e5e2;border-radius:0;width:100%;max-width:none;min-height:154px}.pressly-account-shell .pressly-recent-order:hover{background:#fafaf8;border-color:#e5e5e2;transform:none}.pressly-account-shell .pressly-recent-order-preview{aspect-ratio:auto;cursor:pointer;background-color:#ebecef;background-image:radial-gradient(#1010141c 1px,#0000 1px);background-size:10px 10px;border:0;place-items:center;width:100%;height:100%;min-height:154px;padding:20px;display:grid;position:relative;overflow:hidden}.pressly-account-shell .pressly-recent-order-preview>*{filter:drop-shadow(0 18px 22px #10101424);width:min(100%,320px);max-height:100%;margin:auto}.pressly-account-shell .pressly-recent-order-preview>.pressly-recent-order-progress{color:#303138;filter:none;background:#fff;border:1px solid #d9d9d5;border-radius:9px;gap:6px;width:auto;max-height:none;margin:0;padding:8px 9px;display:grid;position:absolute;inset:auto 10px 10px;box-shadow:0 5px 16px #10101414}.pressly-account-shell .pressly-recent-order-progress>span{justify-content:space-between;align-items:center;gap:8px;display:flex}.pressly-account-shell .pressly-recent-order-progress strong,.pressly-account-shell .pressly-recent-order-progress small{text-overflow:ellipsis;white-space:nowrap;font-size:.56rem;font-weight:850;line-height:1.2;overflow:hidden}.pressly-account-shell .pressly-recent-order-progress small{color:#777a82}.pressly-account-shell .pressly-recent-order-progress>i{background:#e5e5e2;border-radius:999px;height:4px;display:block;overflow:hidden}.pressly-account-shell .pressly-recent-order-progress>i>b{border-radius:inherit;height:100%;animation:pressly-order-progress-in .5s var(--ease-smooth-out) both;background:linear-gradient(90deg,#49e1f6,#e9169b 62%,#fed750);display:block}@keyframes pressly-order-progress-in{0%{width:0}}.pressly-account-shell .pressly-recent-order-main{flex-direction:column;gap:5px;width:100%;min-width:0;padding:22px 20px;display:flex}.pressly-account-shell .pressly-recent-order-heading{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.pressly-account-shell .pressly-recent-order-main>strong{margin-top:7px;font-size:1.05rem}.pressly-account-shell .pressly-recent-order-delivery{color:#4b4e57;flex-wrap:wrap;align-items:baseline;gap:4px 10px;margin-top:5px;font-size:.72rem;display:flex}.pressly-account-shell .pressly-recent-order-delivery strong{color:#292c34}.pressly-account-shell .pressly-recent-order-delivery small{font-size:.68rem}.pressly-account-shell .pressly-recent-order-meta{text-align:right;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px;width:auto;min-width:0;padding:20px;display:flex}.pressly-account-shell .pressly-order-status{color:#4b4e57;background:#ececea;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.64rem;font-weight:850;display:inline-flex}.pressly-account-shell .pressly-order-status.is-delivered{color:#17613b;background:#e4f5ea}.pressly-account-shell .pressly-order-status.is-cancelled{color:#8b2942;background:#f9e7ec}.pressly-account-shell .pressly-order-status.is-in_production,.pressly-account-shell .pressly-order-status.is-quality_check,.pressly-account-shell .pressly-order-status.is-ready_for_pickup,.pressly-account-shell .pressly-order-status.is-shipped{color:#6b5510;background:#fff3c5}.pressly-account-shell .pressly-order-invoice-pill{color:#41505c;background:#eef3f6;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:0 9px;font-size:.64rem;font-weight:850;display:inline-flex}.pressly-account-shell .pressly-order-invoice-pill svg{width:13px;height:13px}.pressly-account-shell .pressly-order-invoice-pill[data-tone=pending]{color:#176180;background:#e9f3f8}.pressly-account-shell .pressly-order-invoice-pill[data-tone=ready]{color:#1f6a4a;background:#e6f5ee}.pressly-account-shell .pressly-order-invoice-pill[data-tone=attention]{color:#8a5a16;background:#fdf0dd}.pressly-account-shell .pressly-order-invoice-pill.is-link:hover{text-decoration:underline}.pressly-account-shell .pressly-order-invoice-pill:focus-visible{outline-offset:2px;outline:2px solid #027bbc}.pressly-account-shell .pressly-recent-order-meta>strong{font-size:1rem}.pressly-account-shell .pressly-recent-order-meta>span:last-child{align-self:center}.pressly-account-shell .pressly-recent-order-actions{flex-direction:column;gap:8px;width:164px;margin:20px 20px 20px 0;display:flex}.pressly-account-shell .pressly-recent-order-open,.pressly-account-shell .pressly-recent-order-reorder{border:1px solid #101014;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:7px;width:100%;min-height:42px;padding:0 14px;font-size:.75rem;font-weight:850;display:inline-flex}.pressly-account-shell .pressly-recent-order-open{color:#fff;background:#101014}.pressly-account-shell .pressly-recent-order-reorder{color:#101014;background:#fff}.pressly-account-shell .pressly-recent-order-reorder:disabled{cursor:wait;opacity:.6}.pressly-account-shell .pressly-recent-order-open svg{transition:transform .18s}.pressly-account-shell .pressly-recent-order:hover .pressly-recent-order-open svg{transform:translate(3px)}@media (width<=1120px){.pressly-account-shell .pressly-recent-order{grid-template-columns:110px minmax(0,1fr) auto}.pressly-account-shell .pressly-recent-order-preview{grid-row:1/3}.pressly-account-shell .pressly-recent-order-main,.pressly-account-shell .pressly-recent-order-meta{padding-bottom:8px}.pressly-account-shell .pressly-recent-order-actions{flex-direction:row;grid-column:2/4;width:auto;margin:0 20px 20px}}@media (width<=639px){.pressly-account-shell .pressly-order-glance{grid-template-columns:1fr;gap:10px}.pressly-account-shell .pressly-order-glance>div,.pressly-account-shell .pressly-order-glance>div:first-child,.pressly-account-shell .pressly-order-glance>div:last-child{border:0;padding:0}.pressly-account-shell .pressly-recent-order{grid-template-columns:88px minmax(0,1fr)}.pressly-account-shell .pressly-recent-order-preview{min-height:138px;padding:14px}.pressly-account-shell .pressly-recent-order-main{padding:18px 16px 7px}.pressly-account-shell .pressly-recent-order-heading{flex-direction:column;align-items:flex-start}.pressly-account-shell .pressly-recent-order-meta{text-align:left;flex-direction:row;grid-column:2;align-items:flex-start;padding:0 16px 14px}.pressly-account-shell .pressly-recent-order-actions{flex-direction:row;grid-column:1/-1;margin:0 14px 14px}}@media (prefers-reduced-motion:reduce){.pressly-account-shell .pressly-recent-order{transition:none}.pressly-account-shell .pressly-recent-order:hover{transform:none}.pressly-account-shell .pressly-recent-order-progress>i>b{animation:none}}.pressly-account-shell .pressly-recent-orders{box-shadow:none;background:0 0;border:0;border-radius:0;gap:14px;overflow:visible}.pressly-account-shell .pressly-recent-order{background:#fff;border:1px solid #dfded9;border-radius:16px;grid-template-columns:minmax(190px,23%) minmax(0,1fr);align-items:stretch;min-height:230px;overflow:hidden;box-shadow:0 10px 30px #1010140a}.pressly-account-shell .pressly-recent-order:last-child{border-bottom:1px solid #dfded9}.pressly-account-shell .pressly-recent-order:hover{background:#fff;border-color:#c9c8c3}.pressly-account-shell .pressly-recent-order-preview{border-right:1px solid #e3e2de;min-height:230px;padding:26px}.pressly-account-shell .pressly-recent-order-preview>*{width:min(100%,360px);max-height:190px}.pressly-account-shell .pressly-recent-order-main{align-content:center;gap:0;padding:24px 26px;display:grid}.pressly-account-shell .pressly-recent-order-heading{justify-content:flex-start}.pressly-account-shell .pressly-recent-order-number{color:#777a82;letter-spacing:.08em;font-size:.66rem;font-weight:850}.pressly-account-shell .pressly-recent-order-main>h3{color:#202126;letter-spacing:-.025em;margin-top:13px;font-size:1.22rem;font-weight:850;line-height:1.2}.pressly-account-shell .pressly-recent-order-main>p{color:#747780;margin-top:5px;font-size:.76rem;line-height:1.45}.pressly-account-shell .pressly-recent-order-progress{color:#303138;width:100%;max-height:none;box-shadow:none;filter:none;background:0 0;border:0;border-radius:0;gap:9px;margin:19px 0 0;padding:0;display:grid;position:static}.pressly-account-shell .pressly-recent-order-progress>div{grid-template-columns:auto minmax(0,1fr) auto;align-items:baseline;gap:8px;display:grid}.pressly-account-shell .pressly-recent-order-progress>div>span{color:#8a8c93;letter-spacing:.08em;text-transform:uppercase;font-size:.6rem;font-weight:800}.pressly-account-shell .pressly-recent-order-progress>div>strong{color:#303138;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:850;overflow:hidden}.pressly-account-shell .pressly-recent-order-progress>div>small{color:#777a82;white-space:nowrap;font-size:.64rem;font-weight:700}.pressly-account-shell .pressly-recent-order-progress>span[role=progressbar]{background:#e7e6e2;border-radius:999px;width:100%;height:7px;display:block;overflow:hidden}.pressly-account-shell .pressly-recent-order-progress>span[role=progressbar]>i{border-radius:inherit;height:100%;animation:pressly-order-progress-in .5s var(--ease-smooth-out) both;background:linear-gradient(90deg,#49e1f6 0 45%,#e9169b 72%,#fed750 100%);display:block}.pressly-account-shell .pressly-recent-order-progress.is-cancelled{background:#fff3f5;border:1px solid #f1d9df;border-radius:9px;padding:9px 11px}.pressly-account-shell .pressly-recent-order-footer{border-top:1px solid #ecebe7;justify-content:space-between;align-items:flex-end;gap:18px;margin-top:20px;padding-top:18px;display:flex}.pressly-account-shell .pressly-recent-order-meta{text-align:left;align-items:start;gap:3px;width:auto;padding:0;display:grid}.pressly-account-shell .pressly-recent-order-meta>strong{color:#202126;font-size:1rem}.pressly-account-shell .pressly-recent-order-meta>small{color:#8a8c93;font-size:.63rem}.pressly-account-shell .pressly-recent-order-actions{flex-direction:row;gap:8px;width:auto;margin:0}.pressly-account-shell .pressly-recent-order-open,.pressly-account-shell .pressly-recent-order-reorder{width:auto;min-height:40px;padding-inline:13px}@media (width<=720px){.pressly-account-shell .pressly-recent-order{grid-template-columns:1fr}.pressly-account-shell .pressly-recent-order-preview{aspect-ratio:16/9;border-bottom:1px solid #e3e2de;border-right:0;min-height:220px}.pressly-account-shell .pressly-recent-order-preview>*{max-height:180px}.pressly-account-shell .pressly-recent-order-main{padding:21px 18px 18px}.pressly-account-shell .pressly-recent-order-footer{flex-direction:column;align-items:stretch}.pressly-account-shell .pressly-recent-order-actions{grid-template-columns:1fr 1fr;display:grid}.pressly-account-shell .pressly-recent-order-open,.pressly-account-shell .pressly-recent-order-reorder{width:100%}}@media (prefers-reduced-motion:reduce){.pressly-account-shell .pressly-recent-order-progress>span[role=progressbar]>i{animation:none}}.pressly-account-shell .pressly-orders-loading{gap:16px;display:grid}.pressly-account-shell .pressly-order-loading-card{background:#fff;border:1px solid #dfded9;border-radius:15px;grid-template-columns:250px minmax(0,1fr);min-height:300px;display:grid;overflow:hidden}.pressly-account-shell .pressly-order-loading-preview,.pressly-account-shell .pressly-order-loading-content i{background:linear-gradient(105deg,#ecebe7 20%,#f8f8f6 38%,#ecebe7 56%) 0 0/220% 100%;animation:1.2s ease-in-out infinite pressly-order-skeleton}.pressly-account-shell .pressly-order-loading-preview{border-right:1px solid #e5e4df}.pressly-account-shell .pressly-order-loading-content{align-content:start;gap:13px;padding:28px;display:grid}.pressly-account-shell .pressly-order-loading-content>i{border-radius:999px;width:min(100%,420px);height:12px;display:block}.pressly-account-shell .pressly-order-loading-content>i.is-short{width:120px;height:9px}.pressly-account-shell .pressly-order-loading-content>i.is-title{width:min(72%,330px);height:24px}.pressly-account-shell .pressly-order-loading-content>i.is-status{border-radius:12px;width:100%;height:68px;margin-top:18px}.pressly-account-shell .pressly-order-loading-content>div{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px;display:grid}.pressly-account-shell .pressly-order-loading-content>div>i{border-radius:9px;height:38px;display:block}@keyframes pressly-order-skeleton{to{background-position-x:-220%}}@media (width<=767px){.pressly-account-shell .pressly-order-loading-card{grid-template-columns:92px minmax(0,1fr);min-height:230px}.pressly-account-shell .pressly-order-loading-content{padding:20px 16px}.pressly-account-shell .pressly-order-loading-content>div{grid-template-columns:repeat(2,1fr);margin-top:12px}}@media (prefers-reduced-motion:reduce){.pressly-account-shell .pressly-order-loading-preview,.pressly-account-shell .pressly-order-loading-content i{animation:none}}.pressly-account-shell .pressly-order-progress-meter{gap:8px;margin-bottom:12px;display:grid}.pressly-account-shell .pressly-order-progress-meter>div{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.pressly-account-shell .pressly-order-progress-meter>div>span{color:#777a82;letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:850}.pressly-account-shell .pressly-order-progress-meter>div>strong{color:#027bbc;font-size:.68rem;font-weight:900}.pressly-account-shell .pressly-order-progress-meter>span[role=progressbar]{background:#e6e5e1;border-radius:999px;height:7px;display:block;overflow:hidden}.pressly-account-shell .pressly-order-progress-meter>span[role=progressbar]>i{border-radius:inherit;background:linear-gradient(90deg,#49cbe5,#027bbc);height:100%;transition:width .4s cubic-bezier(.22,1,.36,1);display:block}.pressly-account-shell .pressly-order-progress-meter.is-cancelled>div>strong{color:#be123c}@media (prefers-reduced-motion:reduce){.pressly-account-shell .pressly-order-progress-meter>span[role=progressbar]>i{transition:none}}.pressly-account-shell .pressly-order-current-status{background:#f6f5f2;border:1px solid #e1e0dc;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px 18px;padding:15px 16px;display:grid}.pressly-account-shell .pressly-order-current-status>div{gap:2px;display:grid}.pressly-account-shell .pressly-order-current-status>div>p{color:#777a82;letter-spacing:.1em;text-transform:uppercase;font-size:.58rem;font-weight:850}.pressly-account-shell .pressly-order-current-status strong{color:#202126;font-size:.86rem}.pressly-account-shell .pressly-order-current-status>p{color:#5f626b;font-size:.72rem;line-height:1.5}.pressly-account-shell .pressly-order-current-status>small{color:#8a8c93;white-space:nowrap;font-size:.62rem}.pressly-account-shell .pressly-customer-order-log{background:#faf9f6;border:0;border-top:1px solid #e2e1dc;border-radius:0;margin:0;padding:25px 26px 28px}.pressly-account-shell .pressly-customer-order-log>header{background:0 0;border:0;justify-content:space-between;align-items:flex-start;gap:18px;padding:0 0 18px;display:flex}.pressly-account-shell .pressly-customer-order-log>header p{color:#027bbc;letter-spacing:.11em;text-transform:uppercase;font-size:.61rem;font-weight:900}.pressly-account-shell .pressly-customer-order-log>header h2{color:#202126;letter-spacing:-.02em;margin-top:4px;font-size:1rem;font-weight:900}.pressly-account-shell .pressly-customer-order-log>header>span{color:#666972;background:#f7f6f3;border:1px solid #e2e1dc;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:.61rem;font-weight:800;display:inline-flex}.pressly-account-shell .pressly-customer-order-log>header>span svg{color:#027bbc;width:13px;height:13px}.pressly-account-shell .pressly-customer-order-log ol{margin-top:18px;display:grid}.pressly-account-shell .pressly-customer-order-log li{grid-template-columns:30px minmax(0,1fr);gap:12px;padding-bottom:19px;display:grid;position:relative}.pressly-account-shell .pressly-customer-order-log li:last-child{padding-bottom:0}.pressly-account-shell .pressly-customer-order-log li:before{content:"";background:#d8d7d2;width:2px;position:absolute;top:28px;bottom:0;left:14px}.pressly-account-shell .pressly-customer-order-log li:last-child:before{display:none}.pressly-account-shell .pressly-customer-order-log-marker{z-index:1;color:#17613b;background:#e5f5ea;border:1px solid #c9e6d3;border-radius:999px;place-items:center;width:30px;height:30px;display:grid;position:relative}.pressly-account-shell .pressly-customer-order-log-marker svg{width:14px;height:14px}.pressly-account-shell .pressly-customer-order-log li.is-current .pressly-customer-order-log-marker{color:#fff;background:#202126;border-color:#202126;box-shadow:0 0 0 4px #fed750}.pressly-account-shell .pressly-customer-order-log-heading{justify-content:space-between;align-items:baseline;gap:14px;display:flex}.pressly-account-shell .pressly-customer-order-log-heading strong{color:#303138;font-size:.76rem;font-weight:900}.pressly-account-shell .pressly-customer-order-log-heading time{color:#85878e;flex:none;font-size:.59rem;font-weight:700}.pressly-account-shell .pressly-customer-order-log li p{color:#666972;margin-top:3px;font-size:.7rem;line-height:1.5}.pressly-account-shell .pressly-order-journey{scrollbar-width:thin;grid-template-columns:repeat(7,minmax(94px,1fr));margin-top:18px;padding:2px 0 8px;display:grid;overflow-x:auto}.pressly-account-shell .pressly-order-journey li{color:#96989f;text-align:center;justify-items:center;gap:5px;min-width:94px;display:grid;position:relative}.pressly-account-shell .pressly-order-journey li:before{content:"";background:#dededb;width:100%;height:2px;position:absolute;top:13px;right:50%}.pressly-account-shell .pressly-order-journey li:first-child:before{display:none}.pressly-account-shell .pressly-order-journey li.is-reached:before{background:#49cbe5}.pressly-account-shell .pressly-order-journey li>span{z-index:1;color:#8a8c93;background:#fff;border:2px solid #d7d7d3;border-radius:999px;place-items:center;width:28px;height:28px;font-size:.62rem;font-weight:900;display:grid;position:relative}.pressly-account-shell .pressly-order-journey li.is-reached>span{color:#174f59;background:#e6f9fc;border-color:#49cbe5}.pressly-account-shell .pressly-order-journey li.is-active>span{color:#fff;background:#202126;border-color:#202126;box-shadow:0 0 0 4px #fed750}.pressly-account-shell .pressly-order-journey strong{max-width:92px;font-size:.64rem;line-height:1.3}.pressly-account-shell .pressly-order-journey small{font-size:.56rem}.pressly-account-shell .pressly-order-journey li.is-reached strong{color:#34363d}.pressly-account-shell .pressly-order-journey li.is-active strong{color:#202126}@media (width<=639px){.pressly-account-shell .pressly-order-current-status{grid-template-columns:1fr auto}.pressly-account-shell .pressly-order-current-status>p{grid-area:2/1/auto/-1}.pressly-account-shell .pressly-order-current-status>small{grid-area:1/2}.pressly-account-shell .pressly-customer-order-log{padding:22px 18px 24px}.pressly-account-shell .pressly-customer-order-log>header{flex-direction:column;align-items:flex-start;gap:10px}.pressly-account-shell .pressly-customer-order-log-heading{flex-direction:column;align-items:flex-start;gap:2px}.pressly-account-shell .pressly-order-journey{grid-template-columns:1fr;gap:0;padding:4px 0 0;overflow:visible}.pressly-account-shell .pressly-order-journey li{text-align:left;grid-template-columns:30px minmax(0,1fr) auto;place-items:center start;gap:3px 10px;min-width:0;padding-bottom:17px}.pressly-account-shell .pressly-order-journey li:before{width:2px;height:17px;inset:-17px auto auto 13px}.pressly-account-shell .pressly-order-journey li>span{grid-area:1/1/3}.pressly-account-shell .pressly-order-journey strong{grid-column:2;max-width:none;font-size:.72rem}.pressly-account-shell .pressly-order-journey small{grid-column:3;font-size:.6rem}}.pressly-account-shell .pressly-orders-error button{color:#fff;background:#101014;border:0;border-radius:9px;flex:none;min-height:40px;padding:0 14px;font-size:.75rem;font-weight:850}html:has(body.pressly-order-detail-page .pressly-account-shell.is-order-detail-page),body.pressly-order-detail-page:has(.pressly-account-shell.is-order-detail-page),.pressly-account-shell.pressly-account-landing-layout.is-order-detail-page{background:#faf9f6!important}.pressly-account-shell.pressly-account-landing-layout.is-order-detail-page .pressly-account-workspace[data-order-detail=true]{background:#faf9f6;border:0;border-radius:0;width:100%;max-width:none;min-height:calc(100dvh - 76px);margin:0;padding:0;display:block}.pressly-account-shell.pressly-account-landing-layout.is-order-detail-page .pressly-account-workspace[data-order-detail=true] .pressly-account-view{background:#faf9f6;border-radius:0;min-height:calc(100dvh - 76px);padding:0}.pressly-account-shell.pressly-account-landing-layout.is-order-detail-page .pressly-account-view.is-order-detail-view>[id^=account-panel-]{width:100%;max-width:none;margin:0}.pressly-account-shell .pressly-orders-section.is-order-detail{width:min(100% - 48px,1320px);margin-inline:auto;padding:clamp(2.5rem,5vw,4.75rem) 0 clamp(4.5rem,8vw,7rem)}.pressly-account-shell .pressly-order-detail-result{width:100%}.pressly-account-shell.pressly-account-landing-layout .pressly-order-card.is-detail{grid-template-columns:minmax(0,1fr) minmax(300px,380px);grid-template-areas:"heading heading""main artwork""history artwork";column-gap:clamp(36px,5vw,68px);display:grid;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;overflow:visible!important}.pressly-account-shell .pressly-order-card.is-detail>div,.pressly-account-shell .pressly-order-card.is-detail>div>.pressly-order-card-content{display:contents}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-card-header{border:0;border-bottom:1px solid #d9d8d3;grid-area:heading;align-items:flex-end;background:0 0!important;padding:0 0 clamp(2rem,4vw,3.25rem)!important}.pressly-account-shell .pressly-order-detail-back{color:#5f626b;align-items:center;gap:8px;min-height:40px;margin:0 0 clamp(1.75rem,4vw,3rem);font-size:.76rem;font-weight:850;display:inline-flex}.pressly-account-shell .pressly-order-detail-back svg{width:17px;height:17px;transition:transform var(--duration-fast) var(--ease-smooth-out)}.pressly-account-shell .pressly-order-detail-back:hover,.pressly-account-shell .pressly-order-detail-back:focus-visible{color:#202126}.pressly-account-shell .pressly-order-detail-back:hover svg{transform:translate(-3px)}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-number{color:#027bbc;letter-spacing:.13em;font-size:.7rem}.pressly-account-shell .pressly-order-detail-title{letter-spacing:-.04em;overflow-wrap:anywhere;text-wrap:pretty;max-width:760px;margin-top:12px;font-size:clamp(1.85rem,3.4vw,3.25rem);line-height:1.04}.pressly-account-shell .pressly-order-detail-subtitle{overflow-wrap:anywhere;max-width:760px;line-height:1.5}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-price-status{justify-items:end;min-width:170px;padding-bottom:4px;display:grid}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-status-badge{box-shadow:none;background:0 0}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-price-status>p:nth-child(2){margin-top:14px;font-size:clamp(1.6rem,2.8vw,2.25rem)}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-artwork{aspect-ratio:4/3;background-color:#eef0f3;background-image:radial-gradient(#1010141a 1px,#0000 1px);background-size:12px 12px;border-radius:18px;grid-area:artwork;align-self:start;width:100%;position:sticky;top:94px;overflow:hidden;box-shadow:0 20px 55px #10101417;border:1px solid #d8d8d4!important;min-height:0!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-artwork figcaption{color:#383d47;width:max-content;max-width:calc(100% - 28px);box-shadow:none;background:#fffffff0;border:0;padding:8px 10px;inset:auto 14px 14px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-body{grid-area:main;padding:clamp(2.25rem,4vw,3.5rem) 0!important}.pressly-account-shell .pressly-order-section-intro{margin-bottom:22px}.pressly-account-shell .pressly-order-section-intro>p,.pressly-account-shell .pressly-customer-order-log>header p{color:#027bbc;letter-spacing:.12em;text-transform:uppercase;font-size:.65rem;font-weight:900}.pressly-account-shell .pressly-order-section-intro>h2,.pressly-account-shell .pressly-customer-order-log>header h2{color:#202126;letter-spacing:-.035em;margin-top:5px;font-size:clamp(1.45rem,2.3vw,2rem);font-weight:900;line-height:1.1}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-facts{border-top:1px solid #dfded9;border-bottom:1px solid #dfded9;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:24px 26px;padding:22px 0 24px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-facts dt{color:#85878e}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-facts dd{color:#303138;font-size:.88rem;line-height:1.45}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey-wrap{border-top:0;margin-top:clamp(2.5rem,5vw,4.25rem);padding-top:0}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status{background:#edf9fa;border:0;border-left:4px solid #49cbe5;border-radius:0;grid-template-columns:minmax(130px,auto) minmax(0,1fr) auto;gap:9px 24px;padding:20px 18px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status strong{font-size:.95rem}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status>p{font-size:.78rem}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey{margin-top:30px;padding-bottom:0}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-actions-row{border-top-color:#dfded9;grid-template-columns:minmax(0,1fr) auto;margin-top:38px;padding-top:26px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-actions{gap:12px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-reorder-action{color:#fff;background:#101014;border-color:#101014;border-radius:9px;min-height:44px;padding-inline:16px}.pressly-account-shell .pressly-order-breakdown{border-top:1px solid #dfded9;border-bottom:1px solid #dfded9;grid-column:1/-1;width:100%;margin-top:8px;margin-bottom:8px}.pressly-account-shell .pressly-order-breakdown .pressly-order-breakdown-heading{color:#303138;text-align:left;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:68px;padding:10px 0;display:flex}.pressly-account-shell .pressly-order-breakdown .t-acc-head:focus-visible{outline-offset:4px;outline:2px solid #027bbc}.pressly-account-shell .pressly-order-breakdown .pressly-order-breakdown-heading>span:first-child{gap:3px;display:grid}.pressly-account-shell .pressly-order-breakdown .pressly-order-breakdown-heading small{color:#85878e;letter-spacing:.1em;text-transform:uppercase;font-size:.6rem;font-weight:850}.pressly-account-shell .pressly-order-breakdown .pressly-order-breakdown-heading strong{font-size:.82rem;font-weight:900}.pressly-account-shell .pressly-order-breakdown .t-acc-chevron{color:#202126;background:#eeede9;border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px}.pressly-account-shell .pressly-order-breakdown .t-acc-chevron svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;overflow:visible}.pressly-account-shell .pressly-order-breakdown .pressly-order-breakdown-content{padding:8px 0 24px}.pressly-account-shell .pressly-order-journey-wrap>.pressly-recent-order-progress{margin-bottom:20px}.pressly-account-shell .pressly-order-breakdown dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.pressly-account-shell .pressly-order-breakdown dl>div{border-left:1px solid #dfded9;gap:5px;padding:3px 22px;display:grid}.pressly-account-shell .pressly-order-breakdown dl>div:first-child{border-left:0;padding-left:0}.pressly-account-shell .pressly-order-breakdown dt{color:#777a82;font-size:.66rem;font-weight:750}.pressly-account-shell .pressly-order-breakdown dd{color:#303138;font-size:.88rem;font-weight:900}.pressly-account-shell .pressly-order-breakdown dl>div:last-child dd{font-size:1.05rem}.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log{background:0 0;border:0;border-top:1px solid #d9d8d3;border-radius:0;grid-area:history;margin:0;padding:clamp(2.5rem,5vw,4.25rem) 0 0}.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log>header{padding:0 0 22px;background:0 0!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log ol{max-width:760px;margin-top:20px}.pressly-account-shell .pressly-order-detail-empty{background:0 0;border-block:1px solid #dfded9;width:min(100% - 40px,780px);margin:clamp(3rem,8vw,8rem) auto}.pressly-account-shell .pressly-order-detail-error h1{color:#202126;letter-spacing:-.055em;margin:0 0 28px;font-size:clamp(2.2rem,5vw,4.5rem);font-weight:900;line-height:.95}.pressly-account-shell .pressly-order-reorder-error{color:#a11b3f;grid-column:1/-1;font-size:.76rem;font-weight:800}.pressly-account-shell .pressly-orders-loading.is-order-detail{width:min(100% - 48px,1320px);margin-inline:auto;padding:clamp(2.5rem,5vw,4.75rem) 0}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-card{background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:clamp(36px,5vw,68px);min-height:520px}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-preview{aspect-ratio:4/3;border:1px solid #dfded9;border-radius:18px;grid-area:1/2;align-self:center}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-content{grid-area:1/1;padding:72px 0 0}@media (width<=900px){.pressly-account-shell.pressly-account-landing-layout.is-order-detail-page .pressly-account-workspace[data-order-detail=true] .pressly-account-view{min-height:70dvh;padding:0}.pressly-account-shell .pressly-orders-section.is-order-detail{width:100%;padding:32px 18px 72px}.pressly-account-shell.pressly-account-landing-layout .pressly-order-card.is-detail{grid-template-columns:1fr;grid-template-areas:"heading""artwork""main""history"}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-card-header{align-items:flex-start}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-price-status{text-align:left;justify-items:start;min-width:0}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-artwork{width:min(100%,620px);margin:28px auto 0;position:relative;top:auto}.pressly-account-shell .pressly-orders-loading.is-order-detail{width:100%;padding:32px 18px 72px}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-card{grid-template-columns:1fr;min-height:580px}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-preview{grid-area:2/1;justify-self:center;width:min(100%,620px)}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-content{grid-area:1/1;padding-top:28px}}@media (width<=639px){.pressly-account-shell .pressly-order-detail-title{letter-spacing:-.03em;font-size:clamp(1.55rem,7.5vw,2.25rem)}.pressly-account-shell .pressly-order-detail-back{margin-bottom:24px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-card-header{padding-bottom:28px!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-body{padding:34px 0 38px!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status{grid-template-columns:1fr;gap:8px;padding:18px 16px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status>p,.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status>small{grid-area:auto}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-actions-row{grid-template-columns:1fr}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-actions{justify-content:flex-start}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-reorder-action{justify-content:center;width:100%}.pressly-account-shell .pressly-order-breakdown dl{grid-template-columns:1fr}.pressly-account-shell .pressly-order-breakdown dl>div,.pressly-account-shell .pressly-order-breakdown dl>div:first-child{border:0;border-top:1px solid #e7e6e2;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:10px 0}.pressly-account-shell .pressly-order-breakdown dl>div:first-child{border-top:0}.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log{padding-top:36px}}@media (prefers-reduced-motion:reduce){.pressly-account-shell .pressly-order-detail-back svg{transition:none}.pressly-account-shell .pressly-order-detail-back:hover svg{transform:none}}.pressly-account-shell .pressly-order-title-link{color:inherit;text-decoration:none}.pressly-account-shell .pressly-order-title-link:hover,.pressly-account-shell .pressly-order-title-link:focus-visible{color:#027bbc;text-underline-offset:3px;text-decoration:underline 1px}.pressly-account-shell .pressly-order-open-action,.pressly-account-shell .pressly-order-reorder-action{border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-size:.75rem;font-weight:850;display:inline-flex}.pressly-account-shell .pressly-order-open-action{color:#fff;background:#101014;border:1px solid #101014}.pressly-account-shell .pressly-order-open-action svg{transition:transform var(--duration-fast,.18s) var(--ease-smooth-out,ease)}.pressly-account-shell .pressly-order-open-action:hover svg,.pressly-account-shell .pressly-order-open-action:focus-visible svg{transform:translate(3px)}.pressly-account-shell .pressly-order-open-action:focus-visible,.pressly-account-shell .pressly-order-reorder-action:focus-visible,.pressly-account-shell .pressly-order-title-link:focus-visible{outline-offset:3px;outline:2px solid #027bbc}.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-actions{gap:10px}.pressly-account-shell .pressly-order-artwork-link{z-index:2;border-radius:inherit;position:absolute;inset:0}.pressly-account-shell .pressly-order-artwork-link:focus-visible{outline-offset:-4px;outline:3px solid #027bbc}.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-artwork>:not(.pressly-order-artwork-link){transition:transform var(--duration-fast,.18s) var(--ease-smooth-out,ease)}.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-artwork:hover>:not(.pressly-order-artwork-link){transform:scale(1.015)}.pressly-account-shell .pressly-orders-section.is-order-detail{width:100%;margin:0;padding:0}.pressly-account-shell.pressly-account-landing-layout .pressly-order-card.is-detail{grid-template-columns:minmax(0,1fr) minmax(280px,34%);grid-template-areas:"heading artwork""main main""history history";column-gap:0;display:grid;background:#fff!important;border:1px solid #dfdfdc!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 10px 32px #1010140a!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-card-header{border-bottom:1px solid #dfded9;align-items:flex-end;background:#fafaf8!important;padding:24px 26px!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-detail-back{margin-bottom:16px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-body{padding:28px 26px 32px!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-artwork{border-radius:14px;width:auto;margin:26px 26px 26px 0;position:relative;top:auto;box-shadow:0 12px 30px #10101412}.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log{border-top:1px solid #dfded9;padding:28px 26px 32px}@media (width<=900px){.pressly-account-shell.pressly-account-landing-layout .pressly-order-card.is-detail{grid-template-columns:1fr;grid-template-areas:"heading""artwork""main""history"}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-artwork{width:calc(100% - 44px);margin:22px auto 0;position:relative;top:auto}}@media (width<=639px){.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-actions{grid-template-columns:1fr;width:100%;display:grid}.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-open-action,.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-reorder-action{width:100%}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-card-header,.pressly-account-shell .pressly-order-card.is-detail .pressly-order-body,.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log{padding-inline:18px!important}}@media (prefers-reduced-motion:reduce){.pressly-account-shell .pressly-order-open-action svg,.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-artwork>:not(.pressly-order-artwork-link){transition:none}.pressly-account-shell .pressly-order-card:not(.is-detail) .pressly-order-artwork:hover>:not(.pressly-order-artwork-link),.pressly-account-shell .pressly-order-open-action:hover svg,.pressly-account-shell .pressly-order-open-action:focus-visible svg{transform:none}}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey{align-items:start;gap:0;padding:6px 0 0;overflow:visible}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li{text-align:center;grid-template-rows:28px auto auto;grid-template-columns:minmax(0,1fr);place-items:start center;gap:8px 0;min-width:0;padding:0 3px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li:before{width:100%;height:2px;inset:13px 50% auto auto;transform:none}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li>span{grid-area:1/1}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey strong{overflow-wrap:anywhere;grid-area:2/1;max-width:110px;font-size:clamp(8px,1vw,11px);line-height:1.45}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey small{grid-area:3/1;font-size:clamp(7px,.85vw,9px);line-height:1.4}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li.is-active>span{box-shadow:0 0 0 3px #fff1b3}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status{border-radius:10px;grid-template-columns:minmax(110px,auto) minmax(0,1fr)}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status>small{grid-area:2/2}@media (width<=639px){.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li{padding:0 1px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status{grid-template-columns:1fr}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status>small{grid-area:auto/1}}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-card-header{flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;background:#fff!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-detail-title{letter-spacing:-.035em;margin-top:10px;font-size:clamp(22px,2.6vw,32px);line-height:1.2}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-detail-subtitle{font-size:12px;line-height:1.7}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-price-status{text-align:left;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px 12px;min-width:0;padding:0;display:flex}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-price-status>p:nth-child(2){margin:0;font-size:22px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-status-badge{background:#f2f5f6;font-size:11px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-section-intro{margin-bottom:16px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-section-intro>h2,.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log>header h2{font-size:clamp(19px,2vw,24px);font-weight:800}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-facts{border-top:0;gap:20px;padding:18px 0}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-facts dd{overflow-wrap:anywhere;font-size:13px;font-weight:650}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey-wrap{margin-top:28px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey{margin-top:22px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li[data-cancelled=true]>span{background:#9d4059;border-color:#9d4059;box-shadow:0 0 0 3px #f8e9ed}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey li[data-complete=true]>span{background:#27815b;border-color:#27815b;box-shadow:0 0 0 3px #e8f4ed}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status[data-status=delivered]{background:#edf7f0;border-left-color:#27815b}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-current-status[data-status=cancelled]{background:#faf0f3;border-left-color:#9d4059}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-actions-row{align-items:center;margin-top:26px;padding-top:22px}.pressly-account-shell .pressly-order-card.is-detail .pressly-customer-order-log>header{flex-wrap:wrap;gap:12px;padding-bottom:0}.pressly-account-shell .pressly-orders-loading.is-order-detail{width:100%;padding:0}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-card{background:#fff;border:1px solid #dfdfdc;border-radius:14px;min-height:380px;padding:26px}.pressly-account-shell .pressly-orders-loading.is-order-detail .pressly-order-loading-content{padding:0}@media (width<=639px){.pressly-account-shell .pressly-order-card.is-detail .pressly-order-body{padding-top:24px!important}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey strong{font-size:9px}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-journey small{display:none}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-actions-row{grid-template-columns:1fr}.pressly-account-shell .pressly-order-card.is-detail .pressly-order-artwork{max-height:240px}}
