#md-subscribe-wizard{max-width:var(--global-content-width, 1280px);padding-left:var(--global-content-edge-padding);padding-right:var(--global-content-edge-padding);padding-top:var(--global-kb-spacing-xxl, 5rem);padding-bottom:var(--global-kb-spacing-xxl, 5rem);grid-template-columns:minmax(0, 1fr);margin:0 auto}.wizard-page-title .wizard-step-title{margin:0 auto 2rem}#wizard-progress{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}#wizard-progress .wizard-progress-item{flex:1;position:relative;text-align:left;padding:.5rem 0 0}#wizard-progress .wizard-progress-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:.4rem;background-color:var(--global-palette9);border-radius:.25rem;z-index:-1}#wizard-progress .wizard-progress-item p{font-size:var(--text-size-90);margin:.25rem 0 0;padding:0}#wizard-progress .wizard-progress-item.is-done:before{background-color:#ffdace}#wizard-progress .wizard-progress-item.is-current:before{background-color:var(--global-palette1)}.wizard-cart-holder{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%;margin:0;border-radius:.5rem;padding:0}.wizard-cart-holder .md-steps{width:70%}.wizard-cart-holder .md-steps.full-width{width:100%}.wizard-cart-holder .md-step.checkout-step{width:60rem;max-width:calc(100% - 2rem);margin:0 auto}.wizard-cart-holder .wizard-order-sidebar{display:flex;flex-direction:column;gap:2rem;width:30%}.wizard-cart-holder .wizard-order-sidebar.sidebar-hide{display:none}.wizard-cart-holder .wizard-order-sidebar>*{width:100%;border:1px solid var(--global-border-color);border-radius:1.5rem;padding:1.5rem;background-color:var(--global-palette8)}.wizard-cart-holder .wizard-order-summary h2{font-size:var(--text-size-300);margin:0 0 1rem}.wizard-cart-holder .order-summary-content .order-summary-empty{margin:0;font-size:var(--text-size-100);color:var(--global-palette5, #666)}.wizard-cart-holder .order-summary-content .order-summary-list{list-style:none;margin:0 0 1rem;padding:0}.wizard-cart-holder .order-summary-content .order-summary-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:var(--text-size-100)}.wizard-cart-holder .order-summary-content .order-summary-item:last-child{border-bottom:none}.wizard-cart-holder .order-summary-content .order-summary-item-name{flex:1;min-width:0}.wizard-cart-holder .order-summary-content .order-summary-item-qty{opacity:.8;margin-left:.25rem}.wizard-cart-holder .order-summary-content .order-summary-item-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.wizard-cart-holder .order-summary-content .order-summary-item-price{font-weight:600}.wizard-cart-holder .order-summary-content .order-summary-item-remove{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;background:rgba(0,0,0,0);color:var(--global-palette5, #666);font-size:1.25rem;line-height:1;cursor:pointer;border-radius:.25rem;transition:color .2s,background .2s}.wizard-cart-holder .order-summary-content .order-summary-item-remove:hover{color:var(--global-palette1);background:rgba(0,0,0,.06)}.wizard-cart-holder .order-summary-content .order-summary-item-remove:disabled{opacity:.5;cursor:not-allowed}.wizard-cart-holder .order-summary-content .order-summary-totals{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--global-palette1)}.wizard-cart-holder .order-summary-content .order-summary-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem 0;font-size:var(--text-size-100)}.wizard-cart-holder .order-summary-content .order-summary-total{font-weight:600;font-size:var(--text-size-200);margin-top:.25rem}.wizard-cart-holder .wizard-size-guide{border:none;display:none}.wizard-cart-holder .wizard-size-guide.is-visible{display:block}.wizard-cart-holder .wizard-size-guide h3{font-size:var(--text-size-200);margin:0 0 1rem}.wizard-cart-holder .wizard-size-guide table{font-size:var(--text-size-90);margin-bottom:0}.wizard-cart-holder .wizard-size-guide table tr{border-bottom:1px solid var(--global-border-color)}.wizard-cart-holder .wizard-size-guide table tr:last-child{border-bottom:none}.wizard-cart-holder .wizard-size-guide table td{padding:.5rem 0}.physical-products-holder{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}.physical-products-holder+.physical-products-holder{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--global-border-color)}.physical-products-holder .product-card{width:100%;background-color:var(--global-palette9);border-radius:1.5rem;overflow:hidden;transition:all .3s ease-in-out;cursor:pointer}.physical-products-holder .product-card .physical-product-card-content{padding:1.5rem}.physical-products-holder .product-card .physical-product-card-content h3{font-size:var(--text-size-200);margin:0 0 .5rem}.physical-products-holder .product-card .physical-product-card-content p{font-size:var(--text-size-100);margin:0 0 .5rem}.physical-products-holder .product-card .physical-product-card-content p:last-child{margin-bottom:0}.physical-products-holder .product-card .physical-product-card-content p.price{font-size:var(--text-size-300);font-weight:600;margin:0}.physical-products-holder .product-card .physical-product-card-content .product-variations{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.physical-products-holder .product-card .physical-product-card-content .product-variations li{cursor:pointer;transition:all .3s ease-in-out;max-width:2.5rem;aspect-ratio:1/1;border-radius:.25rem}.physical-products-holder .product-card .physical-product-card-content .product-variations li.variation-option-active{border:2px solid var(--global-palette1)}.physical-products-holder .product-card .physical-product-card-content .product-variations li:hover{transform:scale(1.1)}.physical-products-holder .product-card .physical-product-card-content .product-card-button{width:100%;margin-top:1rem}.physical-products-holder .product-card:not([data-product-type=variable]):hover .physical-product-card-content p.price{color:var(--global-palette1)}.physical-products-holder .product-card:not([data-product-type=variable]):hover .physical-product-card-content .product-card-button{background-color:var(--global-palette4)}.wizard-navigation{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem}.wizard-navigation button{width:-moz-fit-content;width:fit-content;background-color:var(--global-palette1);color:var(--global-palette9)}.wizard-navigation button.action-back{background-color:rgba(0,0,0,0);color:var(--global-palette3);border:1px solid var(--global-palette3)}.wizard-navigation button.action-back:hover{box-shadow:none;background-color:var(--global-palette4);color:var(--global-palette9);border-color:var(--global-palette4)}.wizard-navigation button.action-skip{background-color:var(--global-palette4);color:var(--global-palette9);margin-right:1rem;border:1px solid var(--global-palette4)}.wizard-navigation button.action-skip:hover{background-color:rgba(0,0,0,0);color:var(--global-palette3);border-color:var(--global-palette4);box-shadow:none}.wizard-navigation .wizard-navigation-buttons-forward.is-hidden{display:none}.wizard-checkout-form .woocommerce{margin:0}.wizard-checkout-form .woocommerce-billing-fields,.wizard-checkout-form .woocommerce-shipping-fields,.wizard-checkout-form .woocommerce-checkout-review-order-table,.wizard-checkout-form #payment{margin-bottom:1.5rem}.md-checkout-layout{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;align-items:start}@media(max-width: 980px){.md-checkout-layout{grid-template-columns:1fr}.md-checkout-right{order:2}}.md-card,.md-order-summary-card,.md-payment-card{background:#fff;border:1px solid #e6e6e6;border-radius:1rem;padding:1.5rem}.md-checkout-left .md-card+.md-card{margin-top:1.5rem}.md-order-summary-card{margin-bottom:1.5rem}@media screen and (min-width: 1025px){form.checkout .col2-set{float:none;clear:both;width:100%}}