:root{--envee-green: #118E00;--envee-green-dark: #0B6F00;--envee-black: #090909;--envee-grey: #E8E8E8;--envee-grey-soft: #F7F7F7;--envee-grey-mid: #D7D7D7;--envee-white: #FFFFFF;--envee-red: #D84A3A;--envee-radius-sm: 12px;--envee-radius-md: 18px;--envee-radius-lg: 24px;--envee-shadow: 0 12px 30px rgba(0, 0, 0, .08);--envee-shadow-hover: 0 16px 36px rgba(0, 0, 0, .12)}::placeholder{color:#666;opacity:1}.multi-step-form,.multi-step-form *{box-sizing:border-box}.multi-step-form{background:var(--envee-grey);max-width:1240px;width:calc(100% - 32px);margin:48px auto;padding:0 26px 24px;border:2px solid var(--envee-black);border-radius:var(--envee-radius-lg);overflow:visible;box-shadow:var(--envee-shadow);color:var(--envee-black)}.step-menu-wrap{margin-top:-26px;padding:0 0 24px}.step-menu-wrap ul{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:16px;max-width:690px;margin:0 auto;padding:0;list-style:none}.step-menu-wrap ul:before{content:"";position:absolute;top:24px;left:11%;right:11%;height:2px;background:#bebebe;z-index:0}.step-menu-wrap li{position:relative;z-index:1;margin:0;min-width:0;cursor:pointer}.step-menu-wrap li a{display:flex;flex-direction:column;align-items:center;gap:7px;min-height:68px;text-decoration:none;color:var(--envee-black);pointer-events:none}.step-menu-wrap li img{position:absolute;top:-22px;left:50%;width:18px;height:auto;transform:translate(-50%);opacity:.95}.step-menu-wrap .step-number{display:inline-flex;align-items:center;justify-content:center;min-width:94px;min-height:48px;padding:10px 14px;border:2px solid #727272;border-radius:16px;background:#d8d8d8;color:#555;font-family:Futura,Arial,sans-serif;font-size:13px;font-weight:700;letter-spacing:.8px;transition:.2s ease}.step-menu-wrap .step-name{max-width:120px;text-align:center;font-size:11px;font-weight:600;line-height:1.25;color:#555}.step-menu-wrap li.active .step-number{background:var(--envee-green);color:var(--envee-white);border-color:var(--envee-black);box-shadow:0 6px 14px #118e002e}.step-menu-wrap li.active .step-name{color:var(--envee-black)}.step-menu-wrap li.disabled{cursor:not-allowed}.step-menu-wrap li.disabled .step-number,.step-menu-wrap li.disabled .step-name,.step-menu-wrap li.disabled img{opacity:.48}.multi-step-content .stap-tab{display:none;padding:8px 0 0}.multi-step-content .stap-tab.active{display:block;animation:enveeStepFade .28s ease}@keyframes enveeStepFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.step-intro{max-width:700px;margin:0 auto 26px;text-align:center}.step-kicker{margin:0 0 6px;color:var(--envee-green);font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.step-heading{margin:0;color:var(--envee-black);font-family:Futura,Arial,sans-serif;font-size:clamp(26px,3vw,40px);font-weight:800;line-height:1.05;letter-spacing:-.5px;text-transform:none}.step-subheading{margin:12px auto 0;max-width:650px;color:#424242;font-size:16px;line-height:1.5}.featured-product .stap-tab .product__info-wrapper,.product-item-wrap .product_container .grid__item{width:100%;max-width:100%}.step-btn{margin-top:18px;text-align:right}.step-btn button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:230px;min-height:58px;padding:15px 24px;border:0;border-radius:16px;background:var(--envee-green);color:var(--envee-white);box-shadow:0 8px 18px #118e0033;cursor:pointer;font-family:Futura,Arial,sans-serif;font-size:16px;font-weight:800;letter-spacing:2px;line-height:1;text-transform:uppercase;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.step-btn button:hover{background:var(--envee-green-dark);transform:translateY(-2px);box-shadow:0 12px 22px #118e003d}.step-btn button:focus-visible{outline:3px solid rgba(17,142,0,.25);outline-offset:3px}.step-btn button:disabled{opacity:.55;cursor:not-allowed;transform:none}.step-trust-strip{display:flex;justify-content:center;align-items:center;gap:28px;flex-wrap:wrap;margin:26px -26px -24px;padding:14px 20px;border-top:1px solid #D0D0D0;border-radius:0 0 22px 22px;background:#ffffffb8;color:#333;font-size:13px;text-align:center}.step-trust-strip span:first-child{color:var(--envee-green);font-weight:700}.step-trust-strip span:first-child strong{color:var(--envee-black)}.product-item-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:0 0 22px}.product-item-wrap .product_container{position:relative;overflow:hidden;min-width:0;margin:0;padding:0;border:2px solid var(--envee-black);border-radius:var(--envee-radius-lg);background:#f1f1f1;cursor:pointer;box-shadow:0 6px 16px #0000000a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-item-wrap .product_container:hover{transform:translateY(-3px);box-shadow:var(--envee-shadow-hover)}.product-item-wrap .product_container.active{border-color:var(--envee-green);background:var(--envee-white);box-shadow:0 12px 30px #118e001f}.box-text{border-bottom:2px solid var(--envee-black)}.box-text h2{margin:0;padding:14px 18px;background:var(--envee-black);color:var(--envee-white);text-align:center;font-family:Futura,Arial,sans-serif;font-size:18px;font-weight:500;letter-spacing:.8px;text-transform:uppercase}.product-item-wrap .product_container.active .box-text h2{background:var(--envee-green)}img.active-checkbox-icon{position:absolute;top:12px;right:14px;z-index:2;display:none;width:28px;height:28px;filter:invert(1)}.product_container.active img.active-checkbox-icon{display:block}.prod-description-container{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(140px,.8fr);align-items:center;gap:20px;min-height:220px;margin:0;padding:26px 24px}.product-price-details{min-width:0;padding:0}.product-price-details h5{margin:0 0 14px;color:var(--envee-black);font-family:Futura,Arial,sans-serif;font-size:clamp(19px,2vw,28px);font-weight:800;line-height:1.2}.product-price-details h5 .prod-price{color:var(--envee-green)}.product-price-details p{position:relative;margin:12px 0 0;padding-left:31px;color:var(--envee-black);font-size:15px;font-weight:500;line-height:1.4;letter-spacing:0}.product-price-details p:before{content:"";position:absolute;top:1px;left:0;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain}.product-item-wrap .product_container .grid__item{overflow:visible;text-align:center}.product-item-wrap .product_container .grid__item img{display:block;width:100%;max-width:220px;height:auto;margin:0 auto;object-fit:contain;border-radius:0}.product-item-wrap .product_container .product-title{margin:10px 0 0;color:#4c4c4c;font-size:12px;font-weight:600;text-align:center}.gift-card-wrap{display:flex;align-items:center;gap:24px;justify-content:space-between}.gift-wrap.product-price-details{display:flex;align-items:center;justify-content:space-between;flex:1 1 auto;max-width:620px;min-height:74px;margin:0;padding:12px 18px;border:2px solid var(--envee-black);border-radius:18px;background:var(--envee-white)}.gift-wrap.product-price-details p{max-width:none;margin:0;padding-right:16px;font-size:14px;line-height:1.4}.gift-wrap.product-price-details p span{display:block;margin-bottom:2px;color:var(--envee-red);font-family:Futura,Arial,sans-serif;font-size:18px;font-weight:800;text-transform:uppercase}.gift-wrap.product-price-details img{width:auto;max-width:130px;height:50px;margin:0;object-fit:contain}.gift-wrap.product-price-details.mobile-card{display:none}.stap-tab .product__info-wrapper .prod_option_list{display:none;flex-wrap:wrap;margin:0 -10px}.prod_option_list.show,.stap-tab .product__info-wrapper .prod_option_list.show{display:flex!important}.stap-tab .product__info-wrapper .product-form__input{position:relative;flex:0 0 50%;max-width:50%;min-width:0;margin:0 0 22px;padding:0 10px}.stap-tab .product__info-wrapper .form__label{display:none}.stap-tab .product__info-wrapper select-wrapper.select{display:block;padding-left:64px}.stap-tab .product__info-wrapper .product-form__input.no-img select-wrapper.select{padding-left:0}.stap-tab .product__info-wrapper select-wrapper.select select,.stap-tab .product__info-wrapper .field__input{width:100%;min-height:62px;padding:12px 50px 12px 18px;border:2px solid var(--envee-black);border-radius:16px;background:var(--envee-white);color:var(--envee-black);font-size:17px;font-weight:600;text-transform:uppercase;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.stap-tab .product__info-wrapper select-wrapper.select select:hover,.stap-tab .product__info-wrapper .field__input:hover{border-color:var(--envee-green)}.stap-tab .product__info-wrapper select-wrapper.select select:focus,.stap-tab .product__info-wrapper .field__input:focus{outline:none;border-color:var(--envee-green);box-shadow:0 0 0 4px #118e001a}.stap-tab .product__info-wrapper .field__input{text-transform:none}.stap-tab .product__info-wrapper .product-form__input img{position:absolute;top:8px;left:15px;width:46px;height:46px;object-fit:contain}.arrow-down{position:absolute;top:18px;right:18px;width:24px}.select__select.white-bg{background:var(--envee-white);border-color:var(--envee-green)}.custom-prop-selection option[disabled]{color:#999}.error-msg{margin:7px 0 0 66px;color:#c62828!important;font-size:13px;font-weight:700}.stap-tab .shopify-product-form .product-form__buttons{width:100%;margin:0}.stap-tab .shopify-product-form .appstle_sub_widget{margin:0!important}.stap-tab .shopify-product-form .appstle_widget_title{display:none!important}.stap-tab .shopify-product-form .widgetSellingPlanWrapper{display:flex;flex-wrap:wrap;gap:18px!important;margin:0!important}.stap-tab .shopify-product-form .appstle_input_wrapper{display:flex;flex:1 1 calc(33.333% - 12px);max-width:calc(33.333% - 12px);min-width:0;padding:0}.stap-tab .shopify-product-form .appstle_input_wrapper+.appstle_input_wrapper{margin-top:0}.stap-tab .shopify-product-form .appstle_input_wrapper .appstleSellingPlan0{top:0;right:0;bottom:0;left:0;width:auto;margin:0}.stap-tab .shopify-product-form .widgetSellingPlanWrapper label{position:relative;display:flex!important;flex-direction:column;justify-content:center;width:100%;min-height:230px;padding:58px 20px 24px!important;border:2px solid var(--envee-black)!important;border-radius:20px!important;background:var(--envee-white)!important;color:var(--envee-black)!important;cursor:pointer;text-align:center!important;font-size:18px!important;line-height:1.35!important;letter-spacing:0!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.stap-tab .shopify-product-form .widgetSellingPlanWrapper label:hover{transform:translateY(-3px);box-shadow:var(--envee-shadow-hover);border-color:var(--envee-green)!important}.stap-tab .shopify-product-form .widgetSellingPlanWrapper input:checked+label{border-color:var(--envee-green)!important;background:var(--envee-white)!important;box-shadow:0 12px 28px #118e0021}.stap-tab .shopify-product-form .widgetSellingPlanWrapper label:before{content:"";position:absolute;top:18px;left:50%;width:36px;height:36px;margin:0;transform:translate(-50%);background-position:center;background-repeat:no-repeat;background-size:contain}.stap-tab .shopify-product-form .widgetSellingPlanWrapper label:after{content:"";position:absolute;top:12px;right:12px;z-index:2;display:none;width:22px;height:22px;background-repeat:no-repeat;background-size:contain}.stap-tab .shopify-product-form .widgetSellingPlanWrapper input:checked+label:after{display:block}.appstle_span_wrapper{display:flex!important;flex-direction:column;align-items:center;flex-wrap:wrap;gap:4px}.stap-tab .shopify-product-form .widgetSellingPlanWrapper .appstle_sellingPlan_price,.stap-tab .shopify-product-form .widgetSellingPlanWrapper .appstle_sellingPlan_price span,.stap-tab .shopify-product-form .widgetSellingPlanWrapper .appstle_sellingPlan_price.appstle_formattedPrepaidPerDeliveryPriceText{color:var(--envee-black)!important;font-size:18px!important;font-weight:800!important}.stap-tab .shopify-product-form .appstleSelectedSellingPlanOptionDescription{margin:18px 0 0!important;color:#444!important;font-size:14px!important;line-height:1.45!important}.stap-tab .shopify-product-form span.appstle_sellingPlan_discountText{top:-14px!important;left:50%!important;right:auto!important;z-index:3;min-width:138px;padding:7px 13px!important;border-radius:999px!important;background:var(--envee-green)!important;color:var(--envee-white)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.6px!important;text-align:center;transform:translate(-50%);text-transform:uppercase}.step-intro--checkout{margin-bottom:18px}.checkout-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 24px;overflow:hidden;border:1px solid #CFCFCF;border-radius:16px;background:#ffffffd1}.checkout-benefits>div{display:flex;flex-direction:column;gap:4px;min-width:0;padding:16px 18px;text-align:center}.checkout-benefits>div+div{border-left:1px solid #D5D5D5}.checkout-benefits strong{color:var(--envee-black);font-size:13px;text-transform:uppercase}.checkout-benefits span{color:#555;font-size:12px}.countdown-timer{margin:8px 0 20px;color:var(--envee-green);font-size:16px;font-weight:800;text-align:center}.summary-page-note{margin:0 0 18px;padding:0;text-align:center}.summary-page-note p{margin:0;color:#444;font-size:15px}.summary-page-note a{color:var(--envee-green);font-weight:700}.summary-page-note a:hover{text-decoration:none}.prod-summary-wrap{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px;margin:0 0 22px}.prod-summary-wrap .prod-item-summary,.prod-summary-wrap .prod-total-amount-section{width:100%;min-width:0;padding:0}.prod-summary-details{overflow:hidden;height:100%;border:2px solid var(--envee-black);border-radius:20px;background:#ffffff94}.prod-summary,.total-detail,.options-summary,.subscription--summary,.total-with-ball-detail,.ball-text-section{padding-left:18px;padding-right:18px}.prod-summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;margin:0}.options-summary,.subscription--summary,.total-with-ball-detail,.total-detail,.ball-text-section{border-top:2px solid var(--envee-black)}.options-summary{margin:0;padding-top:14px;padding-bottom:14px}.prod-summary-details .price-item{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:8px 0;color:var(--envee-black);font-size:15px;font-weight:500}.prod-summary-details .price-item>span{padding-left:16px;text-align:right}.prod-summary-details .subscription--summary .price-item,.prod-summary-details .total-detail>.price-item,.prod-total-amount-section .ball-printing-section,.add-text-ball{margin:14px 0}.subscription--summary{padding-top:4px;padding-bottom:4px}.total-detail{border-top:0;padding-top:2px;padding-bottom:2px}.prod-total-amount-section .ball-printing-section{display:flex;align-items:center;justify-content:space-between;gap:16px}.ball-printing-switch-box{display:flex;align-items:center;gap:8px}.ball-printing-switch-box .ball-price{padding:0;border:0!important;font-weight:700}.add-text-ball{display:grid;grid-template-columns:minmax(0,.9fr) minmax(180px,1.1fr);align-items:start;gap:16px}.property-field-wrap{display:flex;flex-wrap:wrap;min-width:0}.add-text-ball .field__input.custom-ball-text-field{width:100%;min-height:56px;margin:0;padding:12px 16px;border:2px solid var(--envee-black);border-radius:14px;background:var(--envee-white);font-size:16px}.ball-msg-box{width:100%;margin:6px 0 0;color:#555;font-size:12px;text-align:right}.total-with-ball-detail{padding-top:8px;padding-bottom:10px}.prod-summary-details .total-with-ball-detail .price-item{justify-content:space-between;margin:12px 0;font-size:17px;font-weight:800}.total-with-ball-detail .prod-price{padding-left:20px;color:var(--envee-green);font-size:22px;font-weight:800}span.prod-price{color:var(--envee-green)}#shipping-message{margin:8px 0 0;padding:0 12px 10px;color:var(--envee-black);font-size:13px;font-weight:700}#shipping-message.free-shipping{color:var(--envee-green)}.switch{position:relative;display:inline-block;width:82px;height:24px;margin:0}.switch input{position:absolute;width:0;height:0;opacity:0}.slider{position:absolute;top:0;right:0;bottom:0;left:0;width:82px;height:24px;border:1px solid var(--envee-black);border-radius:999px;background:transparent;cursor:pointer;transition:.25s ease}.slider:before{content:"NO";position:absolute;top:3px;left:3px;display:flex;align-items:center;justify-content:center;min-width:34px;height:16px;padding:0 8px;border:1px solid var(--envee-black);border-radius:999px;background:var(--envee-red);color:var(--envee-white);font-size:10px;font-weight:800;line-height:1;transform:translate(36px);transition:.25s ease}input:checked+.slider:before{content:"YES";background:var(--envee-green);transform:translate(0)}input:focus-visible+.slider{box-shadow:0 0 0 4px #118e001f}.prod_option_list,.prod_subscription_list,.prod_addtocart_btn_list{display:none}.prod_option_list.show,.prod_subscription_list.show,.prod_addtocart_btn_list.show{display:block}@media(max-width:991px){.multi-step-form{width:calc(100% - 24px);padding:0 18px 20px}.step-menu-wrap ul{gap:8px}.step-menu-wrap .step-number{min-width:78px;min-height:44px;padding:9px 10px;font-size:12px}.step-menu-wrap .step-name{font-size:10px}.product-item-wrap{gap:18px}.prod-description-container{grid-template-columns:minmax(0,1.35fr) minmax(110px,.65fr);gap:14px;padding:22px 18px}.stap-tab .shopify-product-form .widgetSellingPlanWrapper{gap:14px!important}.stap-tab .shopify-product-form .appstle_input_wrapper{flex:1 1 calc(50% - 7px);max-width:calc(50% - 7px)}.stap-tab .shopify-product-form .widgetSellingPlanWrapper label{min-height:210px}.prod-summary-wrap{grid-template-columns:1fr}}@media(max-width:767px){.multi-step-form{width:calc(100% - 20px);margin:30px auto;padding:0 14px 18px;border-radius:20px}.step-menu-wrap{margin-top:-20px;padding-bottom:18px;overflow-x:auto;scrollbar-width:none}.step-menu-wrap::-webkit-scrollbar{display:none}.step-menu-wrap ul{min-width:520px;gap:8px}.step-menu-wrap ul:before{top:20px}.step-menu-wrap li img{display:none}.step-menu-wrap .step-number{min-width:78px;min-height:40px;border-radius:14px;font-size:11px}.step-menu-wrap .step-name{max-width:90px;font-size:9px}.step-intro{margin-bottom:20px}.step-kicker{font-size:11px}.step-heading{font-size:28px}.step-subheading{font-size:14px}.product-item-wrap{grid-template-columns:1fr;gap:16px}.prod-description-container{grid-template-columns:minmax(0,1.4fr) minmax(105px,.6fr);min-height:auto;gap:12px;padding:20px 16px}.product-price-details h5{font-size:20px}.product-price-details p{padding-left:27px;font-size:13px}.product-price-details p:before{width:18px;height:18px}.product-item-wrap .product_container .grid__item img{max-width:145px}.box-text h2{padding:12px 45px 12px 14px;font-size:15px}.gift-card-wrap{flex-direction:column;align-items:stretch;gap:14px}.gift-wrap.product-price-details.desktop-card{display:none}.gift-wrap.product-price-details.mobile-card{display:flex;max-width:none;margin:0;padding:12px 14px;border:0;border-top:1px solid #D7D7D7;border-radius:0;background:#ffffffb3}.gift-wrap.product-price-details.mobile-card img{max-width:90px;height:38px}.step-btn{text-align:stretch}.step-btn button{width:100%;min-width:0;min-height:56px;padding:15px 18px;font-size:15px}.step-trust-strip{flex-direction:column;gap:7px;margin:22px -14px -18px;padding:13px 14px;border-radius:0 0 18px 18px;font-size:12px}.stap-tab .product__info-wrapper .product-form__input{flex:0 0 100%;max-width:100%;margin-bottom:14px;padding:0}.stap-tab .product__info-wrapper select-wrapper.select{padding-left:54px}.stap-tab .product__info-wrapper .product-form__input img{top:10px;left:5px;width:40px;height:40px}.stap-tab .product__info-wrapper select-wrapper.select select,.stap-tab .product__info-wrapper .field__input{min-height:58px;padding:12px 46px 12px 14px;font-size:15px}.error-msg{margin-left:54px}.stap-tab .shopify-product-form .widgetSellingPlanWrapper{flex-direction:column;gap:14px!important}.stap-tab .shopify-product-form .appstle_input_wrapper{flex:0 0 100%;max-width:100%}.stap-tab .shopify-product-form .widgetSellingPlanWrapper label{min-height:170px;padding:52px 18px 20px!important}.checkout-benefits{grid-template-columns:1fr}.checkout-benefits>div+div{border-top:1px solid #D5D5D5;border-left:0}.countdown-timer{font-size:14px}.prod-summary-wrap{gap:16px}.prod-summary,.total-detail,.options-summary,.subscription--summary,.total-with-ball-detail,.ball-text-section{padding-left:14px;padding-right:14px}.prod-summary-details .price-item{font-size:13px}.add-text-ball{grid-template-columns:1fr;gap:10px}.ball-msg-box{text-align:left}.total-with-ball-detail .prod-price{font-size:20px}}@media(max-width:420px){.prod-description-container{grid-template-columns:1fr 95px;padding:18px 14px}.product-price-details h5{font-size:18px}.product-price-details p{font-size:12px}.product-item-wrap .product_container .grid__item img{max-width:110px}.step-heading{font-size:25px}.prod-summary-details .price-item{align-items:flex-start}}.step-one-layout{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,2fr);gap:26px;align-items:stretch}.step-one-selling-panel{display:flex;border:2px solid var(--envee-black);border-radius:var(--envee-radius-lg);background:var(--envee-white);overflow:hidden}.step-one-selling-inner{padding:30px 24px;align-self:center}.step-one-eyebrow{margin:0 0 8px;color:var(--envee-green);font-size:12px;font-weight:800;letter-spacing:1.2px}.step-one-selling-inner h2{margin:0 0 14px;font-family:Futura,Arial,sans-serif;font-size:clamp(24px,2.4vw,36px);line-height:1.08}.step-one-selling-inner>p{margin:0 0 20px;color:#444;font-size:15px;line-height:1.5}.step-one-selling-inner ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.step-one-selling-inner li{position:relative;padding-left:27px;font-size:14px;line-height:1.4}.step-one-selling-inner li:before{content:"\e2\153\201c";position:absolute;left:0;top:0;color:var(--envee-green);font-weight:900}.step-one-products{min-width:0}.step-one-products .product-item-wrap{height:100%;margin-bottom:0}.step-one-products .product_container{height:100%}.selected-card-label{position:absolute;top:12px;right:14px;z-index:3;display:none;padding:5px 9px;border-radius:999px;background:var(--envee-white);color:var(--envee-green);font-size:10px;font-weight:900;letter-spacing:.8px}.product_container.active .selected-card-label{display:inline-flex}.product_container.active img.active-checkbox-icon{display:none}.step-trust-strip span:first-child{color:var(--envee-black)}.step-trust-strip span:first-child:before{content:"\e2\2dc\2026\e2\2dc\2026\e2\2dc\2026\e2\2dc\2026\e2\2dc\2026";margin-right:8px;color:var(--envee-green);letter-spacing:1px}@media(max-width:1050px){.step-one-layout{grid-template-columns:1fr}.step-one-selling-inner{padding:24px}}@media(max-width:767px){.step-one-selling-panel{display:none}.step-one-layout{display:block}.selected-card-label{top:9px;right:10px}}.step-one-tab{padding:0!important}.step-one-tab .step-one-layout{display:grid!important;grid-template-columns:minmax(330px,.86fr) minmax(0,2fr)!important;gap:38px!important;align-items:stretch!important;margin:8px 0 0!important}.step-one-selling-panel{display:flex!important;border:0!important;background:transparent!important;box-shadow:none!important}.step-one-selling-inner{display:flex!important;flex-direction:column!important;justify-content:center!important;width:100%!important;min-height:500px!important;padding:18px 0 12px!important}.step-one-eyebrow{margin:0 0 18px!important;color:var(--envee-green)!important;font-size:17px!important;font-weight:800!important;letter-spacing:1px!important}.step-one-selling-inner h1{max-width:360px!important;margin:0 0 24px!important;color:var(--envee-black)!important;font-family:Futura,Arial,sans-serif!important;font-size:clamp(48px,4.05vw,70px)!important;font-weight:900!important;line-height:.96!important;letter-spacing:-1.6px!important}.step-one-lead{margin:0 0 28px!important;color:#333!important;font-size:20px!important;line-height:1.55!important}.step-one-benefits{display:grid!important;gap:15px!important;margin:0!important;padding:0!important;list-style:none!important}.step-one-benefits li{position:relative!important;display:flex!important;align-items:center!important;min-height:40px!important;padding-left:58px!important;color:#222!important;font-size:17px!important;font-weight:500!important;line-height:1.3!important}.step-one-benefits li:before{position:absolute!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;border:1px solid #d9d9d9!important;border-radius:50%!important;background:#fff!important;color:var(--envee-green)!important;font-size:19px!important;font-weight:900!important}.step-one-benefits .benefit-gift:before{content:"\e2\2013\a3"!important}.step-one-benefits .benefit-value:before{content:"\e2\2014\2020"!important}.step-one-benefits .benefit-cancel:before{content:"\e2\2020\bb"!important}.step-one-benefits .benefit-shipping:before{content:"\e2\2013\b0"!important}.step-one-products{min-width:0!important}.step-one-products .product-item-wrap{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px!important;height:100%!important;margin:0!important}.step-one-products .product_container{position:relative!important;display:flex!important;flex-direction:column!important;min-height:500px!important;height:500px!important;overflow:visible!important;border:2px solid #aaa!important;border-radius:20px!important;background:#fff!important;box-shadow:none!important;transform:none!important}.step-one-products .product_container.active{border-color:var(--envee-green)!important}.step-one-products .most-popular-badge{position:absolute!important;top:-20px!important;left:50%!important;z-index:6!important;min-width:190px!important;padding:9px 20px!important;border-radius:999px!important;background:var(--envee-green)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;letter-spacing:1px!important;text-align:center!important;transform:translate(-50%)!important}.step-one-products .box-text{overflow:hidden!important;border-bottom:2px solid #111!important;border-radius:18px 18px 0 0!important}.step-one-products .box-text h2{margin:0!important;padding:18px 54px!important;border-radius:17px 17px 0 0!important;font-size:24px!important;font-weight:800!important;letter-spacing:.4px!important}.step-one-products img.active-checkbox-icon{top:15px!important;right:17px!important;display:none!important;width:31px!important;height:31px!important}.step-one-products .product_container.active img.active-checkbox-icon{display:block!important}.step-one-products .prod-description-container{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;min-height:0!important;height:auto!important;margin:0!important;padding:14px 24px 24px!important}.step-one-products .product-price-details{order:1!important;width:100%!important;padding:0!important;text-align:center!important}.step-one-products .product-card-subtitle{display:block!important;margin:0 0 13px!important;padding:0!important;color:#333!important;font-size:17px!important;line-height:1.3!important;text-align:center!important}.step-one-products .product-card-subtitle:before{display:none!important}.step-one-products .product-price-details h5{margin:0!important;font-size:29px!important;line-height:1.1!important;text-align:center!important}.step-one-products .product-price-details h5 .prod-price{font-size:38px!important}.step-one-products .grid__item.product__media-wrapper{order:2!important;display:flex!important;flex:1 1 auto!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:275px!important;overflow:visible!important}.step-one-products product-gallery,.step-one-products use-animate{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}.step-one-products .product_container .grid__item img{display:block!important;width:92%!important;max-width:340px!important;max-height:300px!important;margin:0 auto!important;object-fit:contain!important}.step-one-products .product_container:last-child .grid__item img{width:96%!important;max-width:360px!important;max-height:315px!important}.step-one-bottom-row{display:grid!important;grid-template-columns:minmax(430px,540px) 1fr auto!important;gap:28px!important;align-items:center!important;margin:22px 0 0!important}.step-one-bottom-row .gift-wrap.desktop-card{grid-column:1!important;display:flex!important;max-width:540px!important;min-height:92px!important;margin:0!important;padding:12px 18px!important;border:2px solid #d1d1d1!important;border-radius:15px!important;background:#fff!important}.step-one-bottom-row .gift-wrap.desktop-card p{margin:0!important;padding-left:48px!important;color:#222!important;font-size:13px!important;line-height:1.35!important;text-align:left!important}.step-one-bottom-row .gift-wrap.desktop-card p span{display:block!important;margin-bottom:7px!important;color:var(--envee-green)!important;font-size:19px!important}.step-one-bottom-row .gift-wrap.desktop-card img{width:auto!important;max-width:175px!important;height:68px!important;object-fit:contain!important}.step-one-bottom-row .gift-card-wrap{grid-column:3!important;display:block!important;margin:0!important}.step-one-bottom-row .gift-card-wrap .next-btn{min-width:330px!important;min-height:72px!important;padding:18px 28px!important;border-radius:15px!important;font-size:23px!important}.step-one-bottom-row .button-arrow{display:inline-block!important;margin-left:12px!important;font-size:31px!important;font-weight:400!important;line-height:0!important}.step-one-trust-strip{margin:34px -34px 0!important;padding:18px 24px!important;border-top:1px solid #d4d4d4!important;border-radius:0 0 20px 20px!important;background:#ffffffb8!important;font-size:15px!important}.step-one-trust-strip .trust-rating:before{content:"\e2\2dc\2026\e2\2dc\2026\e2\2dc\2026\e2\2dc\2026\e2\2dc\2026"!important;margin-right:10px!important;color:var(--envee-green)!important;font-size:20px!important;letter-spacing:1px!important}.step-one-trust-strip .trust-secure:before{content:"\e2\2013\a3"!important;margin-right:8px!important}.step-one-trust-strip .trust-australian:before{content:"AU"!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:25px!important;height:18px!important;margin-right:8px!important;border-radius:2px!important;background:#0a2b74!important;color:#fff!important;font-size:8px!important;font-weight:900!important}@media(min-width:768px)and (max-width:1199px){.step-one-tab .step-one-layout{grid-template-columns:minmax(240px,.74fr) minmax(0,2fr)!important;gap:20px!important}.step-one-selling-inner h1{font-size:42px!important}.step-one-lead,.step-one-benefits li{font-size:14px!important}.step-one-products .product-item-wrap{gap:16px!important}.step-one-products .product_container{min-height:430px!important;height:430px!important}.step-one-products .box-text h2{padding:14px 42px!important;font-size:18px!important}.step-one-products .product-card-subtitle{font-size:14px!important}.step-one-products .product-price-details h5{font-size:20px!important}.step-one-products .product-price-details h5 .prod-price{font-size:27px!important}.step-one-products .product_container .grid__item img{max-width:235px!important;max-height:220px!important}.step-one-bottom-row{grid-template-columns:minmax(340px,1fr) auto!important}.step-one-bottom-row .gift-card-wrap{grid-column:2!important}.step-one-bottom-row .gift-card-wrap .next-btn{min-width:240px!important}}@media(max-width:767px){.step-one-tab .step-one-layout{display:block!important}.step-one-selling-panel{display:none!important}.step-one-products .product-item-wrap{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.step-one-products .product_container{min-height:0!important;height:auto!important}.step-one-products .most-popular-badge{display:none!important}.step-one-products .prod-description-container{padding:16px!important}.step-one-products .product-card-subtitle{font-size:14px!important}.step-one-products .product-price-details h5{font-size:20px!important}.step-one-products .product-price-details h5 .prod-price{font-size:26px!important}.step-one-products .grid__item.product__media-wrapper{min-height:180px!important}.step-one-products .product_container .grid__item img{max-width:220px!important;max-height:190px!important}.step-one-bottom-row{display:block!important}.step-one-bottom-row .gift-wrap.desktop-card{display:none!important}.step-one-bottom-row .gift-card-wrap{margin-top:16px!important}.step-one-bottom-row .gift-card-wrap .next-btn{width:100%!important;min-width:0!important}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/stepper-v2.css.map */
