@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.checkout-steps__list{display:flex;align-items:flex-start;padding:0;margin:0;list-style:none}.checkout-steps__step{flex:0 0 1.5rem;width:1.5rem;max-width:1.5rem}.checkout-steps__line{display:flex;flex:1 1 0;align-items:center;align-self:flex-start;min-width:0;height:1.5rem}.checkout-steps__line-bar{position:relative;display:block;width:100%;height:.125rem;overflow:clip;background:#d1d9e0}.checkout-steps__line-bar:after{position:absolute;display:block;content:"";inset:0 auto 0 0;width:0;height:100%;background:#e22916;transition:width 1s ease}.checkout-steps__line--complete .checkout-steps__line-bar:after{width:100%}.checkout-steps__marker{position:relative;display:block;width:1.5rem}.checkout-steps__marker-dot{flex-shrink:0;width:1.5rem;height:1.5rem;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:transparent;border:.125rem solid transparent;border-radius:calc(infinity * 1px)}.checkout-steps__marker-dot:before{display:block;content:"";position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);flex-shrink:0;width:.8125rem;height:.8125rem;background:#d1d9e0;border-radius:calc(infinity * 1px)}.checkout-steps__icon{flex-shrink:0;width:1.25rem;height:1.25rem}.checkout-steps__icon svg{width:100%;height:100%}.checkout-steps__label{position:relative;display:block;width:1.5rem;height:1.25rem;margin-top:.5rem}@media screen and (max-width:767px){.checkout-steps__label{display:none}}.checkout-steps__label-inner{position:absolute;top:0;left:50%;width:max-content;max-width:11.25rem;font-size:.875rem;color:#4f6c8e;text-align:center;overflow-wrap:anywhere;transform:translate(-50%)}.checkout-steps__step:first-child .checkout-steps__label-inner{left:0;text-align:left;transform:none}.checkout-steps__step:last-child .checkout-steps__label-inner{right:0;left:auto;text-align:right;transform:none}.checkout-steps__step--complete .checkout-steps__marker-dot{background:#e22916;border-color:#e22916}.checkout-steps__step--complete .checkout-steps__marker-dot:before{background:#e22916}.checkout-steps__step--complete .checkout-steps__label-inner{color:#1f272e}.checkout-steps__step--current .checkout-steps__marker-dot{background:#fff;border-color:#e22916}.checkout-steps__step--current .checkout-steps__marker-dot:before{background:#e22916}.checkout-steps__step--current .checkout-steps__label-inner{font-weight:600;color:#1f272e}.checkout-steps__button{--outline-color: transparent;display:block;width:100%;padding:0;font:inherit;color:inherit;text-align:inherit;cursor:default;background:none;border:0}.checkout-steps__button:not(:disabled){cursor:pointer}.checkout-steps__button .checkout-steps__label-inner{transition:color .15s ease}.checkout-steps__button:not(:disabled):hover .checkout-steps__label-inner,.checkout-steps__button:focus-visible .checkout-steps__label-inner{text-decoration:underline}.checkout-steps__status{display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:baseline;justify-content:center;margin:.75rem 0 0;font-size:.875rem}@media screen and (min-width:768px){.checkout-steps__status{display:none}}.checkout-steps__status-count{color:#4f6c8e}.checkout-steps__status-label{font-weight:600;color:#1f272e}.cart-page{padding:0 1.875rem}@media screen and (max-width:767px){.cart-page{padding:0 1rem}}.cart-page{padding-top:4rem}.cart-page__header{display:block;width:100%;max-width:80rem;margin:0 auto;margin-bottom:1rem;background:#fff}.cart-page__inner{display:flex;flex-direction:column;gap:1.5rem}.cart-page__title{margin:0;margin-bottom:2rem;font-size:2.5rem;font-weight:700;color:#121212}.cart-page__body{display:block;width:100%;max-width:80rem;margin:0 auto;margin-top:4rem}.cart-page__layout{display:flex;flex-direction:column;gap:4rem}@media screen and (min-width:1024px){.cart-page__layout{flex-direction:row;align-items:stretch}.cart-page__layout>:first-child{flex:1 1 0%}.cart-page__layout>:last-child{flex:0 0 24rem;max-width:24rem}}.cart-page__main{display:flex;flex-direction:column;gap:4rem;min-width:0}.cart-products{display:flex;flex-direction:column;gap:1rem}.cart-products__title{margin:0;margin-top:-.625rem;margin-bottom:.625rem;font-size:1.5rem;font-weight:600;color:#121212}.cart-products__list{display:flex;flex-direction:column;gap:1rem;padding:0;margin:0;list-style:none}.cart-product{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f6f7f9;border-radius:.75rem}.cart-product__section--bordered{padding-top:1rem;border-top:1px solid #d1d9e0}.cart-product__section-head{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:space-between}.cart-product__section-head--delivery{min-height:1.625rem;padding-right:5rem;margin-bottom:.25rem}.cart-product__section-head--delivery-actions{justify-content:flex-end;margin-bottom:-1.625rem}.cart-product__label-container{display:flex;flex-wrap:wrap;gap:0 .5rem}.cart-product__label{font-size:.875rem;font-weight:600;color:#1f272e}.cart-product__label-value{display:flex;gap:.5rem;font-size:.875rem;color:#1f272e}.cart-product__actions{display:flex;gap:1rem;align-items:center}.cart-product__columns{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,6rem);gap:.5rem;font-size:.875rem;transform:translate3d(0,100%,0)}.cart-product__col--num{text-align:right}.cart-product__product{display:flex;gap:1rem;align-items:flex-start}.cart-product__media{flex-shrink:0;width:4rem;height:4rem;overflow:hidden;background:#fff;border-radius:.5rem}.cart-product__image{width:100%;height:100%;object-fit:contains}.cart-product__body{display:flex;flex:1;flex-direction:column;gap:.5rem;min-width:0}.cart-product__title{width:calc(100% - 19.6875rem);font-size:.875rem;font-weight:600;color:#121212;text-decoration:none;transition:all .2s ease,outline 0s linear}@media screen and (max-width:639px){.cart-product__title{width:100%}}.cart-product__title:hover{text-decoration:underline}.cart-product__lines{display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width:639px){.cart-product__lines{gap:1rem}}.cart-product__line{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,6rem);gap:.5rem;align-items:baseline;font-size:.875rem;color:#33414d}.cart-product__line-spec,.cart-product__line-cells{display:contents}.cart-product__line-label{display:inline-flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:center}.cart-product__cell{font-variant-numeric:tabular-nums;color:#121212;text-align:right}.cart-product__cell-label{display:none}.cart-product__customization{display:flex;flex-direction:column;gap:.75rem}.cart-product__details{display:flex;flex-direction:column;gap:1rem}.cart-product__print-positions{display:flex;flex-direction:column;gap:.75rem}.cart-product__print-positions-title{margin:0;font-size:.875rem;font-weight:600;color:#1f272e}.cart-product__print-list{display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0;list-style:none}.cart-product__print-line{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border:1px solid #d1d9e0;border-radius:.5rem}.cart-product__print-line-title{margin:0;font-size:.875rem;font-weight:600;color:#121212}.cart-product__print-specs{display:flex;flex-direction:column;gap:.25rem;margin:0}.cart-product__print-spec{display:grid;grid-template-columns:7.5rem minmax(0,1fr);gap:.5rem;align-items:baseline;font-size:.875rem}@media screen and (max-width:639px){.cart-product__print-spec{grid-template-columns:6rem minmax(0,1fr)}}.cart-product__print-setup{padding-top:.75rem;border-top:1px solid #d1d9e0}.cart-product__print-setup .cart-product__print-spec-value{font-weight:600}.cart-product__print-spec-value{margin:0;color:#121212;overflow-wrap:break-word}.cart-product__logo{display:flex;flex-direction:column;gap:.5rem}.cart-product__logo-files{padding:0;margin:0;list-style:none}.cart-product__logo-file{font-size:.875rem;color:#33414d}.cart-product__logo-empty{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:flex-start;justify-content:space-between}.cart-product__logo-empty-text{display:flex;flex-direction:column;gap:.25rem}.cart-product__logo-state{margin:0;font-size:.875rem;color:#33414d}.cart-product__logo-hint{margin:0;font-size:.75rem}.cart-product__toggle{display:flex;justify-content:center}.cart-product__totals{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end;text-align:right}.cart-product__total{display:inline-flex;gap:.5rem;align-items:baseline;margin:0;font-size:.875rem;color:#33414d}.cart-product__total--vat{font-size:.75rem}.cart-product__total-amount{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;color:#121212}.cart-product__delivery-cost{font-size:.875rem}@media screen and (max-width:639px){.cart-product{padding:1rem}.cart-product__columns{display:none}.cart-product__line{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem}.cart-product__line-spec{display:block}.cart-product__line-cells{display:flex;gap:1rem}.cart-product__cell{display:flex;flex-direction:column;gap:.25rem;text-align:left}.cart-product__cell-label{display:block}}.cart-product .colour-swatch-label__color{border-color:#8fa7c4}.cart-product .colour-swatch-label__color:after{width:100%;height:100%}.cart-summary{height:fit-content}@media screen and (min-width:1024px){.cart-summary{position:sticky;top:2rem}}.cart-summary__card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #d1d9e0;border-radius:.75rem}.cart-summary__title{margin:0;font-size:1.125rem;font-weight:600;color:#121212}.cart-summary__lines{display:flex;flex-direction:column;gap:1rem;margin:0}.cart-summary__line{display:flex;gap:1rem;align-items:baseline;justify-content:space-between;font-size:.875rem}.cart-summary__line dt,.cart-summary__line dd{margin:0}.cart-summary__value{font-weight:500;font-variant-numeric:tabular-nums;color:#121212;text-align:right}.cart-summary__total{display:flex;gap:1rem;align-items:baseline;justify-content:space-between;padding-top:1rem;font-size:1.125rem;font-weight:600;color:#121212;border-top:1px solid #edf0f4}.cart-summary__total-amount{font-variant-numeric:tabular-nums}.cart-summary__button{width:100%;margin-top:2rem}.cart-summary-payments{justify-content:center;margin-top:1rem}.cart-comment{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #d1d9e0;border-radius:.75rem}.cart-comment__title{margin:0;font-size:1.125rem;font-weight:600;color:#121212}.cart-comment__field{margin:0}.cart-empty{display:flex;justify-content:center}.cart-empty__card{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%;max-width:30rem;padding:4rem 1.5rem;text-align:center;background:#fff;border:1px solid #d1d9e0;border-radius:.75rem}.cart-empty__icon-wrap{flex-shrink:0;width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;color:#4f6c8e;background:#f6f7f9;border-radius:calc(infinity * 1px)}.cart-empty__icon{flex-shrink:0;width:2rem;height:2rem}.cart-empty__icon svg{width:100%;height:100%}.cart-empty__title{margin:0;font-family:Encode Sans,tahoma,geneva,verdana,sans-serif;font-size:1.25rem;font-weight:600;color:#121212}.cart-empty__text{max-width:20rem;margin:0;font-size:.875rem;color:#4f6c8e}.cart-empty__action{margin-top:.5rem}
