body{counter-reset:headingOrders}.formatted-link{text-decoration:none;color:#000}.timer-wrapper{display:flex;align-items:center;gap:5px}.up-1a .price-container,.up-1b .price-container,.up-3b .price-container{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start}:root{--main-color: #fffef2;--accent-color: #000000;--green-color: #bae474}html{font-size:62.5%}*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;min-height:100vh;margin:0;background-color:var(--main-color)}img{max-width:100%;vertical-align:bottom}video{border-radius:0!important}strong{font-weight:700}hr{border:.05rem solid #000;margin:2.4rem 0}.font-bold{font-weight:700}.font-bold-lg{font-weight:700;font-size:1.8rem}.hidden{display:none!important}.mobile-hidden{display:none}@keyframes progressBar{0%{background-position:0 0}to{background-position:3.5rem 3.5rem}}@keyframes fade{0%{opacity:100%}50%{opacity:60%}to{opacity:100%}}@keyframes hourglass{0%{transform:rotate(0)}45%{transform:rotate(180deg)}55%{transform:rotate(180deg)}to{transform:rotate(360deg)}}p{font-weight:400;font-size:1.4rem;line-height:1.3}p.sm{font-size:1.2rem}p.heading{font-family:Ellenluff larken Regular;font-size:2.6rem;line-height:3rem;margin-bottom:1.4rem}.uppercase{text-transform:uppercase}.color-green{color:var(--green-color)}.price .color-green{color:#82b637}.dashed-price{text-decoration:line-through;font-weight:400;color:#8e8e8e;font-size:2.8rem;margin-right:1rem}.progress-bar-box{position:relative;overflow:hidden;width:100%;background-color:#fff}.progress-bar{width:12.5%;height:.8rem;background-color:var(--green-color);background-image:linear-gradient(-45deg,#9ac552 25%,transparent 25%,transparent 50%,#9ac552 50%,#9ac552 75%,transparent 75%,transparent);background-size:3.5rem 3.5rem;animation:progressBar 2s linear infinite;transition:width .8s ease-in-out}.progress-bar[data-step="1"]{width:calc(100% / 7)}.progress-bar[data-step="2"]{width:calc(100% / 7 * 2)!important}.progress-bar[data-step="3"]{width:calc(100% / 7 * 3)!important}.progress-bar[data-step="4"]{width:calc(100% / 7 * 4)!important}.progress-bar[data-step="5"]{width:calc(100% / 7 * 5)!important}.progress-bar[data-step="6"]{width:calc(100% / 7 * 6)!important}.progress-bar[data-step="7"]{width:100%!important}main{display:flex;justify-content:center}.container{max-width:103rem;width:100%;padding:1.2rem 1.8rem 2rem}.confirmation-box{display:flex;justify-content:center;align-items:center;gap:1.4rem;padding:1.2rem .2rem;background-color:var(--green-color)}.confirmation-box img{width:1.9rem}.confirmation-box p{font-size:1.2rem}.confirmation-text-holder h4{font-weight:700;font-size:1.2rem}.up-1a .confirmation-text-holder h4{font-size:1.4rem}nav{display:flex;align-items:center;justify-content:space-between;margin:2rem 0}nav svg{height:3.2rem}.step-box{display:flex}.step{display:flex;flex-direction:column;align-items:center;position:relative;padding:0 .9rem}.step-circle{display:flex;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;background:var(--accent-color);color:#fff;border-radius:100%;font-weight:700;font-size:1.4rem}.step-circle:after,.step:nth-child(2) .step-circle:before{position:absolute;top:1.18rem;right:0;width:50%;height:.24rem;background-color:var(--accent-color);content:"";z-index:-1}.step:nth-child(2) .step-circle:before{right:auto;left:0}.step:first-child .step-circle:before{position:absolute;top:0;right:0;width:1.2rem;height:1.2rem;content:"";background-color:var(--green-color);background-image:url(../../../assets/icons/tick.svg);background-size:.8rem .5rem;background-repeat:no-repeat;background-position:50% 50%;border-radius:100%;transform:translate(-100%)}.step p{font-weight:700;font-size:1rem}.step:last-child{padding-right:0}.step:last-child .step-circle{background-color:#fcf8cd;color:var(--accent-color)}.step:last-child .step-circle:after{right:auto;left:0;background-color:#fcf8cd}.upgrade-ban{background:var(--accent-color);color:#fff;text-align:center;padding:1.6rem 2.4rem}.upgrade-ban h4{font-weight:700;font-size:1.2rem;text-transform:uppercase;color:#fcf8cd}.upgrade-ban h3{font-family:Ellenluff larken;font-size:2.3rem;letter-spacing:-.02rem;line-height:1.3;margin-top:.4rem;margin-bottom:.8rem}.upgrade-ban p{font-weight:500;font-size:1.6rem}.upsell-box{padding:2.4rem;background-color:#fff;border:.1rem solid var(--accent-color)}.upsell-slider{position:relative}.upsell-box .thumbnails{display:flex;gap:.8rem;position:static;max-width:29rem;width:auto;margin:1.2rem auto 0;transform:none}.upsell-box .thumbnail{border:.1rem solid #d0d0d0;transition:border-color .3sease-in-out;cursor:pointer}.upsell-box .thumbnail.active{border-color:#000}.swiper-thumbnails .swiper-slide{border:.1rem solid #d0d0d0;transition:border-color .3s ease-in-out;cursor:pointer}.swiper-thumbnails .swiper-slide.swiper-slide-thumb-active{border-color:var(--accent-color)}.up-1a .swiper-slide,.up-1b .swiper-slide,.up-3b .swiper-slide,.up-2c .swiper-slide,.up-2d .swiper-slide{height:auto}.up-3b .swiper-slide img,.up-2c .swiper-slide img,.up-2d .swiper-slide img{height:100%;width:100%;object-fit:cover}.swiper-slide img{width:100%;height:100%;object-fit:cover}.swiper-wrapper{cursor:grab}.swiper-wrapper:active{cursor:grabbing}.slider-pagination-button{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;width:3rem;height:3rem;background-color:var(--accent-color);border-radius:100%;cursor:pointer;transition:background-color .2s ease-in-out;z-index:9}.slider-pagination-button:hover{background-color:#2b2a2f}.slider-pagination-button.prev{left:0;transform:translate3d(50%,-50%,0)}.slider-pagination-button.next{right:0;transform:translate3d(-50%,-50%,0)}.slider-pagination-button svg{width:.8rem;transform:translate(.1rem)}.slider-pagination-button.prev svg{transform:translate(-.1rem) rotate(180deg)}.form{display:flex;flex-direction:column;gap:1.4rem;margin:2.6rem 0!important}form p.sm{margin-bottom:.6rem}.form-heading{counter-increment:headingOrders;font-weight:700;font-size:1.2rem;text-transform:uppercase;margin-bottom:1rem}.form-heading:before{content:counter(headingOrders) ". "}.selections{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;cursor:pointer}.selections-5fr{grid-template-columns:repeat(5,1fr)}.selection{position:relative;text-align:center;padding:1rem .4rem;border:.1rem solid #d0d0d0;transition:all .3s ease-in-out;cursor:pointer}.d-flex-center{display:flex;align-items:center;justify-content:center}.selection p{font-weight:500;font-size:1.2rem;text-transform:capitalize}.badge-holder{display:flex;align-items:center;gap:.2rem}.best-seller-badge{font-size:6px;font-weight:700;padding:.2rem .6rem;background-color:var(--green-color);border-radius:.2rem}.selection input[type=radio]{position:absolute;top:0;left:0;cursor:pointer;width:100%;height:100%;opacity:0;z-index:2}.selection.selected{background-color:var(--accent-color);border-color:var(--accent-color);color:#fff}.fabric-selection .selection{display:flex;align-items:center;gap:1rem;opacity:1}.fabric-selection .selection.selected{background-color:initial;color:#000}.fabric-selection .selections{grid-template-columns:repeat(2,1fr)}.fabric-selection p.sm{text-align:left;text-transform:none;margin-bottom:0}.fabric-selection input[type=radio]{position:relative;width:2rem;height:2rem;opacity:1}.fabric-selection input[type=radio]:after{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;content:"";background-color:#fff;border:.1rem solid #000;border-radius:100%;z-index:2}.fabric-selection input[type=radio]:checked:after{border-width:.7rem}.colors{display:flex;flex-wrap:wrap;gap:.7rem}.colors label{width:3.5rem;height:3.5rem;border:.1rem solid rgba(114,118,131,.5);background-clip:content-box;padding:.3rem;border-radius:.6rem}.upsell-box .colors label{position:relative;width:3rem;height:3rem;border-radius:0;padding:0;border-width:.3rem;border-style:solid;border-color:#fff;border-image:initial;outline:rgb(194,196,201) solid .1rem}.upsell-box .colors label.selected{outline-color:#000}.color input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer}.color{position:relative;border:.4rem solid #ffffff}.out-of-stock{opacity:.3;overflow:hidden}.color.out-of-stock:before,.color.out-of-stock:after{position:absolute;display:block;content:"";top:-.6rem;left:-.5rem;right:-.5rem;height:.1rem;background-color:#000}.color.out-of-stock:before{transform:translateY(1.8rem) rotate(45deg)}.color.out-of-stock:after{transform:translateY(1.8rem) rotate(-45deg)}.selection.out-of-stock:before,.selection.out-of-stock:after{position:absolute;display:block;content:"";top:-.6rem;left:-.5rem;right:-.5rem;height:.1rem;background-color:#000}.selection-fabric .selection.out-of-stock:before,.selection-fabric .selection.out-of-stock:after{display:none!important}.selection.out-of-stock:before{transform:translateY(2.2rem) rotate(22deg)}.selection.out-of-stock:after{transform:translateY(2.2rem) rotate(-22deg)}.color.selected{outline-color:var(--accent-color)}.color.stone{background-color:#6e707f}.color.white{background-color:#e0e1e6}.color.sky_blue{background-color:#bac8d3}.color.navy,.color.navy_blue{background-color:#2b4066}.color.sand{background-color:#ddd0bd}.color.sage{background-color:#6b827c}.color.terracotta{background-color:#9b482d}.color.charcoal{background-color:#4d4c4d}.color.slate_blue{background-color:#7d97ac}.color.silver_grey{background-color:#bcbfc4}.color.rosewood{background-color:#d4b5b8}.color.ivory{background-color:#f2efe1}.color.oatmeal{background-color:#ddd0bd}.choices{font-weight:400}.choices__inner{background-color:#fff!important;border-radius:0!important;border-color:#d0d0d0!important}.choices__item.is-selected{background-color:#f2f2f2}.choices:before{position:absolute;top:0;right:4.1rem;width:.1rem;height:100%;content:"";background-color:#d0d0d0}.choices:after{right:1.6rem!important;border:none!important;width:.9rem!important;height:.6rem!important;background-image:url(../../../assets/icons/down-arrow.svg);background-size:contain;background-repeat:no-repeat;transition:transform .3s ease-in-out}.choices.is-open:after{margin-top:-.25rem!important;transform:rotate(-180deg)}.choices__list--single{padding-right:3.8rem!important}.upsell-content{margin-top:2rem}.trusted-by{display:flex;gap:1rem}.trusted-by p{font-size:1.2rem;transform:translateY(.2rem)}.callout-box{display:flex;align-items:center;gap:1rem;padding:1rem 1.6rem;margin:1.4rem 0;background-color:#fcf8cd}.callout-box p{font-size:1.2rem}.callout-box p span{display:block;font-weight:400;font-size:1.4rem;line-height:1.4rem;text-transform:initial;color:#f35c67}.callout-box img{animation:hourglass 2.8s ease-in-out forwards infinite}.upsell-description{font-size:1.6rem;margin-bottom:1.4rem}ul{display:flex;flex-direction:column;gap:.8rem;padding:0}li{display:flex;gap:1rem}.icon-holder{display:flex;justify-content:center;align-items:center;min-width:1.8rem;width:1.8rem;height:1.8rem;background-color:var(--green-color);border-radius:100%}.icon-holder img{width:1rem}li p{font-size:1.6rem}.price-container{display:flex;justify-content:space-between;align-items:center;margin-top:2.4rem}.price{font-weight:700;font-size:2.6rem;line-height:1}.price-container strong{font-size:1rem;text-transform:uppercase}.deal-endtime{display:flex;justify-content:space-between;gap:.8rem;width:100%;font-weight:500;font-size:1.3rem}.flashing-circle{width:1.2rem;height:1.2rem;background-color:var(--green-color);border-radius:100%;animation:fade 2s ease-in-out infinite}.deal-endtime p{font-weight:500;font-size:1.3rem;line-height:1.4}.upsell-box .cta-button{display:flex;justify-content:center;align-items:center;width:100%;padding:2rem .6rem;margin:1.2rem 0 1.6rem;font-weight:700;font-size:1.4rem;letter-spacing:-.01rem;text-align:center;text-decoration:none;text-transform:capitalize;background-color:var(--green-color);color:#000;border:.1rem solid #6f9531;border-radius:.4rem;transition:all .3s ease-in-out;cursor:pointer}input.cta-button{-webkit-appearance:none;min-height:6rem}.upsell-box .cta-button:hover{background-color:#88c427;color:#fff}.link{display:flex;justify-content:center;align-items:center;gap:.8rem;width:100%;font-weight:700;font-size:1.4rem;text-align:center;color:#000;transition:color .2s ease-in-out}.upsell-content .link{margin-top:1.6rem}.link:hover{color:#77c44f}.link:hover:after{background-image:url(../../../assets/icons/right-arrow-hover.svg)}.link:after{width:.85rem;height:1.2rem;background-image:url(../../../assets/icons/right-arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:50% 50%;content:"";transition:all .2s ease-in-out}.money-back-text{display:flex;align-items:center;gap:.8rem;width:fit-content;margin:0 auto}.money-back-text img{width:2.4rem}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;background-color:#000;padding:2rem}footer p,footer a{font-size:1.2rem;font-weight:500;color:#fff}footer a{text-decoration:none;padding:0 .8rem;border-right:.05rem solid #fff;transition:all .2s ease-in-out}footer a:nth-child(2){border:0!important}footer a:hover{text-decoration:underline;color:#fcf8cd}footer a:last-child{border:0}.up-3b .form hr{margin:0}.up-3b .selections{grid-template-columns:repeat(2,1fr)}.up-3b .price-container,.up-3b .cta-button{margin:0}.up-3b .fabric-selection input[type=radio]{width:1.6rem;height:1.6rem}.up-3b .fabric-selection .selection{gap:.6rem}.up-3b .fabric-selection input[type=radio]:checked:after{border-width:.5rem}.up-8b .price-container{flex-direction:column;align-items:flex-start;gap:1rem}.up-2c form,.up-2d form,.up-5b form,.up-4b form{margin-bottom:0}.up-5b hr{display:none}.up-2c .price-container,.up-2d .price-container,.up-5b .price-container,.up-4b .price-container{margin-top:0}.up-1a .price-container{flex-direction:column;align-items:flex-start;justify-content:center}.up-1a .dashed-price,.up-1a .price{font-size:22px}.up-1a .deal-endtime,.up-1a .deal-endtime p{font-size:10px}.up-1a .form{flex-direction:row}.up-2c .cta-button,.up-2d .cta-button,.up-5b .cta-button,.up-4b .cta-button{margin-top:0}.up-6b .selections{display:flex}.up-6b .selection{width:8.4rem}.up-6b .price-container{padding-top:1.5rem;margin-top:.5rem}.up-6b .form,.up-8b .form{margin-bottom:1.4rem!important}.up-8b .selections .selection p{font-size:1.1rem!important}.up-6b .deal-endtime{margin-top:1rem}.ellen-banner{display:flex;justify-content:center;align-items:center;background-color:var(--accent-color);padding:.6rem 0}.ellen-banner img{height:4rem}@media screen and (min-width: 768px){.desktop-hidden{display:none}footer a:nth-child(2){border-right:.5px solid #fff!important}.mobile-hidden{display:flex}.container{padding:1.8rem 1.8rem 5.2rem}.confirmation-box{justify-content:flex-start;padding:1.8rem 2.6rem}.confirmation-box img{width:2.5rem}.confirmation-text-holder h4{font-size:1.8rem!important}.confirmation-box p{font-size:1.6rem}nav svg{height:4.2rem}.step-circle{width:3rem;height:3rem;font-size:1.5rem}.upgrade-ban{padding:2rem 2.4rem}.upgrade-ban h4{font-size:1.4rem}.upgrade-ban h3{font-size:3rem}.badge-holder{gap:.8rem}.best-seller-badge{font-size:8px}.up-3b .fabric-selection input[type=radio]{width:2rem;height:2rem}.up-3b .fabric-selection input[type=radio]:checked:after{border-width:.7rem}.upsell-box{display:flex;align-items:flex-start;gap:4rem;padding:2.6rem 3.6rem}.upsell-slider{width:calc(50% - 2rem)}.upsell-content{width:calc(50% - 2rem);margin-top:0}.callout-box,.upsell-description{margin-bottom:2.4rem}.price{font-size:2.8rem}.upsell-box .cta-button{font-size:1.6rem}footer{flex-direction:row;justify-content:space-between;padding:2rem calc(50% - 47rem);margin-top:auto}}@media screen and (max-width: 414px){.upsell-box{padding:2.4rem 1rem}.callout-box{padding:1rem}.callout-box p{font-size:1.1rem}.upsell-box .cta-button,.link{font-size:1.2rem}.upgrade-ban{padding:1.6rem 1.1rem}.confirmation-box{gap:.8rem;padding:1.2rem .8rem}.choices__inner{font-size:1.3rem!important}.up-5b li p{font-size:1.39rem}p.heading{font-size:2.4rem}.confirmation-box p{font-size:1.4rem}}.selection-fabric{grid-template-columns:repeat(1,1fr)!important}.selection-fabric .selected,.selection-fabric .selection{border:none}.selection-fabric p{font-size:1.7rem}.selection-fabric .selection{padding:.4rem .2rem}.selection-fabric .best-seller-badge{font-size:1.2rem;margin-left:5px}.size-selector{font-size:1.3rem!important}.font-bg{font-size:1.78rem;margin-top:15px}.font-description-bg{font-size:1.8rem}.choices .choices__list.choices__list--dropdown{visibility:visible!important}.choices .choices__list--dropdown,.choices .choices__list[aria-expanded]{margin-top:0}.choices.is-open .choices__list--dropdown,.choices.is-open .choices__list[aria-expanded]{margin-top:-1px}.non-usa{font-size:1.8rem}.text-wrapper{max-width:26rem}.stardust-wrapper img{width:1.8rem;height:1.8rem}@media screen and (min-width: 768px){.text-wrapper{max-width:90%}.holder-lg{width:2.2rem}}.up-5b .color-selection{margin-bottom:10px}.up-5b .choices__list,.text-capitalize,option{text-transform:capitalize}@media screen and (max-width: 371px){.up-2c .choices__list--single .choices__item,.up-2d .choices__list--single .choices__item{font-size:11px}}@media screen and (min-width: 372px) and (max-width: 420px){.up-2c .choices__list--single .choices__item,.up-2d .choices__list--single .choices__item{font-size:12px}}@media screen and (min-width: 421px) and (max-width: 450px){.up-2c .choices__list--single .choices__item,.up-2d .choices__list--single .choices__item{font-size:13px}}@media screen and (max-width: 385px){.up-2c .choices__item.choices__item--choice.choices__item--selectable,.up-2d .choices__item.choices__item--choice.choices__item--selectable{font-size:12px!important}}.termly-styles-termly-banner-e1ed59,.termly-styles-buttons-bb7ad2{background-color:#000!important}
