.drawer{position:fixed;z-index:1000;left:0;top:0;width:100vw;height:100%;display:flex;justify-content:flex-end;background-color:rgba(var(--color-foreground),.5);transition:visibility var(--duration-default) ease}@supports (-webkit-touch-callout: none){.drawer{bottom:0}}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:40rem;max-width:calc(100vw - 3rem);border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}.drawer__inner-empty{height:100%;padding:0 1.5rem;background-color:rgb(var(--color-background));overflow:hidden;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:grid;grid-template-rows:1fr;padding:0}#tab-1.is-empty .drawer__header{display:none}cart-drawer:not(.is-empty) .cart-drawer__warnings,cart-drawer:not(.is-empty) .cart-drawer__collection{display:none}.cart-drawer__warnings--has-collection .cart__login-title{margin-top:2.5rem}.drawer.active .drawer__inner{transform:translate(0)}.drawer__heading{margin:0}.drawer__close{display:inline-block;padding:0;min-width:20px;min-height:20px;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__contents{flex-grow:1;display:flex;flex-direction:column}.drawer__footer{background-color:rgb(var(--color-background));padding:20px 0 80px;flex:0 0 auto}cart-drawer-items.is-empty+.drawer__footer{display:none}.drawer__footer>details{margin-top:-1.5rem;border-bottom:.1rem solid rgba(var(--color-foreground),.2)}.drawer__footer>details[open]{padding-bottom:1.5rem}.drawer__footer summary{display:flex;position:relative;line-height:1;padding:1.5rem 0}.drawer__footer>details+.cart-drawer__footer{padding-top:1.5rem}cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.cart-drawer__form{flex-grow:1;display:flex;flex-wrap:wrap;height:100%}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.collection .added_trial_home{border:2px solid #0b5e37!important;color:#0b5e37!important;background-color:#fff!important;cursor:pointer;font-weight:700!important;transition:background-color .3s,border-color .3s;width:100%;font-size:17px;height:50px;display:flex;align-items:center;justify-content:center;gap:5px;margin:auto}.collection .added_trial_home span{margin-top:5px}.collection .added_trial_home svg *{stroke:#064a2e}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2;background-color:rgb(var(--color-base-background-1))}cart-drawer-items{overflow-y:auto;flex:1 1 auto}@media screen and (max-height: 650px){.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem 0;margin-bottom:0}.cart-drawer .cart-item:last-child{margin-bottom:1rem}.cart-drawer .cart-item__media{grid-row:1 / 3}.cart-drawer .cart-items thead{margin-bottom:.5rem}.cart-drawer .cart-items thead th:first-child,.cart-drawer .cart-items thead th:last-child{width:0;padding:0}.cart-drawer .cart-items thead th:nth-child(2){width:50%;padding-left:0}.cart-drawer .cart-items thead tr{display:table-row;margin-bottom:0}.cart-drawer .cart-items th{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.cart-drawer .cart-item:last-child{margin-bottom:1.5rem}.cart-drawer .cart-item .loading-overlay{right:5px;padding-top:2.5rem}.cart-drawer .cart-items td{padding-top:2rem}.cart-drawer .cart-item>td+td{padding-left:1rem}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:unset;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer.cart-drawer .cart-item__price-wrapper>*:only-child{margin-top:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;gap:.6rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5}.collection .added_trial_home span{text-transform:uppercase}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}.collection .added_trial_home span{margin-top:0}.collection .added_trial_home{font-size:12px;height:36px}.collection .added_trial_home svg{width:16px}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.drawer__footer .cart__dynamic-checkout-buttons{max-width:100%}.drawer__footer #dynamic-checkout-cart ul{flex-wrap:wrap!important;flex-direction:row!important;margin:.5rem -.5rem 0 0!important;gap:.5rem}.drawer__footer [data-shopify-buttoncontainer]{justify-content:flex-start}.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(50% - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:only-child{flex-basis:100%!important;margin-right:.5rem!important}@media screen and (min-width: 750px){.drawer__footer #dynamic-checkout-cart ul>li{flex-basis:calc(100% / 3 - .5rem)!important;margin:0!important}.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(2)~li,.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4),.drawer__footer #dynamic-checkout-cart ul>li:first-child:nth-last-child(4)~li{flex-basis:calc(50% - .5rem)!important}}cart-drawer-items::-webkit-scrollbar{width:3px}cart-drawer-items::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.7);border-radius:100px}cart-drawer-items::-webkit-scrollbar-track-piece{margin-top:31px}.cart-home-wrapper ul.carttabs li{min-width:164px!important}@media only screen and (max-width: 767px){.cart-home-wrapper ul.carttabs li{min-width:140px!important}}.drawer__header{position:relative;background-color:rgb(var(--color-background));padding:1.5rem 20px;display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;flex:0 0 auto}.drawer__header .drawer__heading{color:#000;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.drawer__close svg{width:20px;height:20px}.quantity{color:rgba(var(--color-foreground));position:relative;width:54px;display:flex;border-radius:var(--inputs-radius);min-height:20px}.cart-drawer .cart-item__image{max-width:100%;border:.5px solid #bcbcbc;background:#d3d3d3 50% / cover no-repeat}.cart-drawer .price{lcolor:#000;text-align:right;font-family:DM Sans;font-size:12px;font-style:normal;font-weight:500;line-height:15px;width:94px}thead.header-line{display:none}cart-remove-button .button{justify-content:end}.cart-item__details a.cart-item__name.h4.break{color:#000;font-family:DM Sans;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.product-option{line-height:normal}.product-option+.product-option{margin-top:0}.main-product-option{display:none}.product-option dt,.product-option dd{color:#000;font-family:DM Sans;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1;padding:0 15px;height:100%}.cart-item__quantity-wrapper{display:flex;margin:15px 0 0;padding:0;flex-direction:column;align-items:end}.quantity__input{color:currentColor;font-size:1.4rem;font-weight:400;background-color:transparent;border:0;padding:0;width:100%;flex-grow:1;-webkit-appearance:none;appearance:none}.quantity__button{width:calc(4.5rem / var(--font-body-scale));flex-shrink:0;font-size:1rem;border:0;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;width:22px;color:rgb(var(--color-foreground));padding:0}.drawer__footer .cart-drawer__footer{padding:0 15px}.cart-drawer__footer .totals__subtotal,.cart-drawer__footer .totals__subtotal-value{color:#000;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left;color:#707070;font-family:DM Sans;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.cart-drawer .drawer__contents{overflow-y:auto;height:100%}@media only screen and (max-width: 767px){.cart-drawer .cart-item{gap:.5rem}.cart-drawer .drawer__contents{overflow-y:auto}}.drawer__footer .contact-cta{background-color:#f5f5f5;padding:20px 25px 25px}.contact-cta .cart__ctas .button{text-transform:uppercase}.contact-cta .cart__ctas .button:before{background-color:#bcbcbc;border:1px solid #bcbcbc}.contact-cta .phone-section input#phone-checkout{width:100%;height:45px;padding:15px 10px;margin-bottom:20px}.contact-cta .phone-section input#phone-checkout:focus-visible{outline:none;box-shadow:none}.contact-cta .phone-section input#phone-checkout::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-home-wrapper .carttab-content.current{display:flex;flex-direction:column!important;flex:1}.cart-drawer .main-progressbar{margin:25px 0;counter-reset:step;display:flex;justify-content:center;padding:0}.cart-drawer .main-progressbar li{list-style-type:none;width:33.33%;position:relative;color:#000;text-align:center;justify-content:center;font-family:DM Sans;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.cart-drawer .main-progressbar li:before{width:15px;height:15px;content:"";line-height:30px;border:2px solid #000;background-color:transparent;display:block;text-align:center;margin:0 auto 10px;border-radius:50%;transition:all .8s}.cart-drawer .main-progressbar li:after{width:64%;height:2px;content:"";position:absolute;background-color:#7d7d7d;top:7px;left:-32%;z-index:-1;transition:all .8s}.cart-drawer .main-progressbar li:first-child:after{content:none}.cart-drawer .main-progressbar li.main-active:before{border-color:#000;background-color:#000;background-image:url(/cdn/shop/files/check.svg?v=1725889796);transition:all .8s}.cart-drawer .main-progressbar li.main-active:after{background-color:#000;transition:all .8s}.cart-drawer .trial-cart-grid .trial-cart-left,.cart-drawer .trial-cart-grid{padding:0}.cart-drawer .drawer__inner .tiral-cart--box{gap:10px}.cart-drawer .trial-cart--item{padding:12.5px 15px}.cart-drawer .trial-cart--options .trial-cart-remove{background-color:transparent}.cart-drawer .drawer__inner .tiral-cart--box .trial-cart--media{width:100px;height:100px;border-radius:0}.cart-drawer .tiral-cart--box .trial-cart--media img{border:.5px solid #bcbcbc;background:#d3d3d3 50% / cover no-repeat}.cart-drawer .drawer__inner .trial-cart--info .trial-cart--title{color:#000;font-family:DM Sans;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .trial-cart--price{display:flex;flex-direction:column;align-items:end;gap:20px}.cart-drawer .trial-product-option{margin:0}.cart-drawer .trial-cart--item:not(:last-child){border-bottom:0}.cart-drawer .trial-button-section{display:flex;justify-content:center;flex-direction:column;border:1px solid #000;padding:10px 20px;text-align:center;margin:20px 17px 0 0}.cart-drawer a.btn.add-button-trial{color:#000;font-size:14px;font-weight:700;font-family:DM Sans;width:100%}.cart-drawer .trial-button-section .up-text{font-size:11px;color:#000;opacity:60%;text-decoration:none;font-weight:700}.cart-drawer .main-trial-cart{display:flex;flex-direction:column;height:calc(100vh - 81px);justify-content:space-between}.header-and-progress,.main-drawer_footer{flex:0 0 auto}.items-trial.main-items-trial,.tryhome-serv-grid{flex:1 1 auto;overflow-y:auto}.tryhome-serv-grid{overflow-x:hidden}.cart-drawer .items-trial .trial-cart--list{box-shadow:none}.cart-drawer .items-trial .trial-cart--list{box-shadow:none;overflow-y:auto;width:100%}@media only screen and (max-width: 1024px){.cart-drawer .items-trial .trial-cart--list{overflow-y:auto}.cart-drawer .drawer__inner{margin-right:0}}@media only screen and (max-width: 767px){.cart-drawer .items-trial .trial-cart--list{overflow-y:auto}.cart-drawer .drawer__inner .tiral-cart--box .trial-cart--media{width:65px;height:65px}}body.gradient.home-page.everyday-diamonds-india-39-s-best-lab-grown-diamond-jewellery.index.overflow-hidden.drawer-active{overflow:hidden!important}.cart-drawer .trial-home-review{padding:12.5px 15px}.cart-drawer .trial-home-review .trial-home-review-heading h3{color:#000;font-family:DM Sans;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.cart-drawer .trial-home-review .trial-home-review-review{display:flex;align-items:center;gap:10px}.cart-drawer .trial-home-review .trial-home-review-text p{color:#000;font-family:DM Sans;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin:0 0 6px}.cart-drawer .trial-home-review .trial-home-review-text p span{text-decoration-line:underline}.cart-drawer .back-edit svg{width:30px;height:30px;cursor:pointer}.cart-drawer .back-edit{height:27px}.cart-drawer .trial-totals{display:flex;justify-content:space-between;align-items:center;padding:0 15px}.cart-drawer .trial-totals .trial-totals__subtotal{color:#000;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.cart-drawer .trial-totals .trial-totals__subtotal-value{color:#000;text-align:right;font-family:DM Sans;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.cart-drawer .phone-and-slotbtn{padding:14px 25px 25px;background-color:#f5f5f5}.cart-drawer .phone-and-slotbtn input#phoneslot{width:100%;height:45px;padding:15px 10px;margin-bottom:20px}.cart-drawer .phone-and-slotbtn input#phoneslot:focus-visible{outline:none;box-shadow:none}.cart-drawer .phone-and-slotbtn input#phoneslot::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .phone-and-slotbtn .cart__checkout-button{width:100%}.cart-drawer .phone-and-slotbtn .action-btn .button{text-transform:uppercase}.cart-drawer .phone-and-slotbtn .action-btn .button:before{background-color:#bcbcbc;border:1px solid #bcbcbc}.cart-drawer .tryhome-serv-grid .date-title h4{color:#000;font-family:DM Sans;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding:15px 26px;margin:0}.date-title{display:flex;align-items:center;justify-content:space-between}.date-title .trial-link{font-family:DM Sans;font-size:14px;text-decoration:none;font-style:normal;font-weight:700;line-height:normal;padding:0 30px 0 0;color:#000;margin:0}.cart-drawer .tryhome-serv-grid .date-selection{padding:0 26px 6px;display:flex;gap:15px;flex-wrap:nowrap;overflow-x:auto}.cart-drawer .tryhome-serv-grid .date-selection::-webkit-scrollbar{height:4px}.cart-drawer .tryhome-serv-grid .date-selection::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0)}.cart-drawer .tryhome-serv-grid .date-selection::-webkit-scrollbar-thumb{height:4px;background-color:#000}.cart-drawer .tryhome-serv-grid .date-selection .date-slot-item{width:20%;border:1px solid rgba(0,0,0,.2)}.cart-drawer .tryhome-serv-grid .date-selection .no-designs{background:#f0f0f0;border:1px solid rgba(0,0,0,.2);color:#000;font-family:DM Sans;font-size:10px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.cart-drawer .date-slot-item .datebox{padding:10px 20px;text-align:center}.cart-drawer .date-slot-item .datebox .day{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.cart-drawer .date-slot-item .datebox .date{color:#000;font-family:DM Sans;font-size:20px;font-style:normal;font-weight:700;line-height:normal}.cart-drawer .tryhome-serv-grid .date-selection .date-slot-item.selected{border:1px solid #000!important}.cart-drawer .selected .no-designs{background:#000!important;color:#fff!important}.cart-drawer .tsw-timeslots{padding:25px 27px}.cart-drawer .tsw-timeslots .time-title h4{color:#000;font-family:DM Sans;font-size:16px;font-style:normal;font-weight:700;line-height:normal;margin:0;padding-bottom:16px}.cart-drawer .time-slots-list{display:flex;flex-wrap:wrap;gap:16px}.cart-drawer .time-slot-item{display:flex;width:94px;height:36px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:25px;border:1px solid rgba(0,0,0,.2);cursor:pointer}.cart-drawer .time-slot-item.active{border:1px solid}.cart-drawer .time-slot-item .time-select span{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer a.cart__checkout-button.button.confirm-process{width:100%;text-transform:uppercase;font-weight:600;font-size:13px}@media only screen and (max-width: 767px){.cart-drawer .tsw-timeslots{padding:25px 20px}.cart-drawer .time-slot-item{display:flex;width:29%;height:36px;padding:3px 8px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:25px;border:1px solid rgba(0,0,0,.2);cursor:pointer}.cart-drawer .tryhome-serv-grid a.cart__checkout-button.button.confirm-process{margin:0 21px;font-size:13px}}.cart-drawer .tryhome-serv-grid .try-bookinfo{background-color:#f0f0f0;margin:0 25px;padding:10px 12px 16px}.cart-drawer .tryhome-serv-grid .try-bookinfo .try-bookinfo-heading{display:flex;align-items:center;justify-content:space-between}.cart-drawer .try-biheading span,.cart-drawer .try-bidesign{font-size:14px;color:#000;font-weight:500}.cart-drawer .tryhome-serv-grid .try-bookinfo .try-datepicker{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;background-color:#fff}.cart-drawer .try-datepicker .try-calander,.cart-drawer .try-datepicker .try-clock{display:flex;justify-content:space-between;align-items:center;gap:10px}.cart-drawer .try-datepicker .try-calander .try-calander-icon svg,.cart-drawer .try-datepicker .try-clock .try-clock-icon svg{width:18px;color:#000;margin-top:7px}.cart-drawer .try-datepicker .try-calander .try-calander-text span,.cart-drawer .try-datepicker .try-clock .try-clock-text span{font-size:12px;color:#000;font-weight:500;margin:0}.cart-drawer .try-datepicker .try-edit a{font-size:12px;color:#000}.cart-drawer .main-bookform{padding:0 25px}.cart-drawer .bookform-name input{width:100%;height:47px;margin:15px 0;border:1px solid #bcbcbc;padding:10px}.cart-drawer .bookform-name input:focus-visible{outline:none;box-shadow:none}.cart-drawer .bookform-name input::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal;padding:0 10px}.cart-drawer .main-bookform-city-pincode{display:flex;gap:15px}.cart-drawer .bookform-city input,.cart-drawer .bookform-pincode input{width:100%;height:47px;margin:0 0 15px;border:1px solid #bcbcbc;padding:10px}.cart-drawer .bookform-city input:focus-visible,.cart-drawer .bookform-pincode input:focus-visible{outline:none;box-shadow:none}.cart-drawer .bookform-city input::placeholder,.cart-drawer .bookform-pincode input::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .bookform-name input::placeholder,.cart-drawer .bookform-address textarea#street-address::placeholder,.cart-drawer .bookform-city input::placeholder,.cart-drawer .bookform-pincode input::placeholder,.cart-drawer .bookform-state input::placeholder,.cart-drawer .bookform-email input::placeholder,.cart-drawer .bookform-number input::placeholder{font-size:14px;color:#000;padding:0}.cart-drawer .bookform-number label{width:10%;height:47px;border:1px solid #bcbcbc;padding:12.5px 10px;font-size:14px;color:#000;font-weight:500}.cart-drawer .bookform-number input{width:84%;height:47px;padding:10px;border:1px solid #bcbcbc;margin:0 0 15px}.cart-drawer .bookform-number input:focus-visible{outline:none;box-shadow:none}.cart-drawer .bookform-number input::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .bookform-number .mobile-edit{position:relative}.cart-drawer .bookform-number .mobile-edit .mob-edit-text{position:absolute;top:14px;right:17px;color:#000;font-family:DM Sans;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .bookform-state input,.cart-drawer .bookform-email input{width:100%;height:47px;margin:0 0 15px;border:1px solid #bcbcbc;padding:10px}.cart-drawer .bookform-state input:focus-visible,.cart-drawer .bookform-email input:focus-visible{outline:none;box-shadow:none}.cart-drawer .bookform-state input::placeholder,.cart-drawer .bookform-email input::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .bookform-address textarea#street-address{width:100%;height:107px;margin:0 0 10px;padding:10px;border:1px solid #bcbcbc}.cart-drawer .bookform-address textarea#street-address:focus-visible{outline:none;box-shadow:none}.cart-drawer .bookform-address textarea#street-address::placeholder{color:#000;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.cart-drawer .bookform-submit a.submit-button.cart__checkout-button.button{width:100%}@media only screen and (max-width: 767px){.cart-drawer .bookform-number input{width:82%}.cart-drawer .main-bookform{padding:0 20px}.cart-drawer .tryhome-serv-grid .try-bookinfo{margin:0 20px}.cart-drawer .main-tryhome-booking{height:512px;overflow-y:auto}}.cart-drawer .main-drawer__inner-empty{position:relative}.cart-drawer .main-drawer__close{position:absolute;top:6%;right:10%}.shopping-cart-empty-tab button.drawer__close{position:absolute;top:10px;right:15px}.shopping-cart-empty-tab .cart-drawer__warnings.center{position:relative}.cart-home-wrapper{overflow:hidden;height:100%;display:flex;flex-direction:column}.cart-home-wrapper .carttabs-inner{flex:0 0 auto;width:100%}.drawer__inner-empty.shopping-cart-empty-tab{height:100%!important}.trial-at-home-success{background-color:#f2f2f2}.trial-at-home-success .trial-success-section{padding:66px 0 84px;text-align:center}.trial-at-home-success .success-icon svg{background:#064a2e;border-radius:99px;text-align:center;width:150px;height:150px;padding:28.12px}.trial-at-home-success .success-heading h2{color:#000;text-align:center;font-family:DM Sans;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin:70px 0 30px}.trial-at-home-success .success-description p{color:#000;text-align:center;font-family:DM Sans;font-size:24px;font-style:normal;font-weight:400;line-height:39px;margin:0 0 70px}.trial-at-home-success .success-btn a{display:flex;width:312px;height:57px;padding:10px;justify-content:center;align-items:center;gap:5px;margin:auto;font-family:DM Sans;font-size:21px;font-style:normal;font-weight:400;color:#fff;background-color:#000;text-decoration:none;text-transform:uppercase;flex-shrink:0}.trial-at-home-success .main-page-title{display:none}@media only screen and (max-width: 767px){.trial-at-home-success .trial-success-section{padding:40px 0}.trial-at-home-success .success-icon svg{width:100px;height:100px;padding:20.12px}.trial-at-home-success .success-heading h2{font-size:20px;margin:20px 0}.trial-at-home-success .success-description p{font-size:16px;line-height:30px;margin:0 0 40px}.trial-at-home-success .success-btn a{font-size:18px}}.trial-video-schedule{background-color:#f2f2f2}.trial-video-schedule .trialvideo-success-section{padding:66px 0 84px;text-align:center}.trial-video-schedule .success-icon{width:219px;height:132px;margin:auto;flex-shrink:0}.trial-video-schedule .success-icon svg{width:219px;height:132px;flex-shrink:0}.trial-video-schedule .success-main-icon{position:relative}.trial-video-schedule .success-main-icon .success-check-icon svg{height:66px;width:66px;border-radius:50%;background:#fff;border:4px solid #064a2e;padding:8px}.trial-video-schedule .success-main-icon .success-check-icon{position:absolute;bottom:-26px;left:-30px}.trial-video-schedule .trialvideo-success-section .success-heading h2{color:#000;text-align:center;font-family:DM Sans;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin:80px 0 30px}.trial-video-schedule .trialvideo-success-section .success-description p{color:#000;text-align:center;font-family:DM Sans;font-size:24px;font-style:normal;font-weight:400;line-height:39px;margin:0 0 70px}.trial-video-schedule .trialvideo-success-section .success-btn a{display:flex;width:264px;height:57px;padding:10px;justify-content:center;align-items:center;gap:5px;margin:auto;font-family:DM Sans;font-size:21px;font-style:normal;font-weight:400;color:#fff;background-color:#13cf5a;text-decoration:none;text-transform:uppercase;flex-shrink:0}.trial-video-schedule .trialvideo-success-section .success-btn a img{width:28px;height:28px;border:none}.trial-video-schedule .main-page-title{display:none}@media only screen and (max-width: 767px){.trial-video-schedule .trialvideo-success-section{padding:40px 0}.trial-video-schedule .success-icon{width:100px;height:60px}.trial-video-schedule .success-icon svg{width:100px;height:60px}.trial-video-schedule .success-main-icon .success-check-icon svg{height:30px;width:30px;border:3px solid #064a2e;padding:2px}.trial-video-schedule .success-main-icon .success-check-icon{bottom:-13px;left:-13px}.trial-video-schedule .trialvideo-success-section .success-heading h2{font-size:20px;margin:40px 0 20px}.trial-video-schedule .trialvideo-success-section .success-description p{font-size:16px;line-height:30px;margin:0 0 20px}.trial-video-schedule .trialvideo-success-section .success-btn a{font-size:18px}}.cart-home-wrapper{padding:0;height:100%;max-height:unset;display:flex;flex-direction:column}.carttabs-inner{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative}.content-cart{height:100%;overflow:hidden;overflow-y:hidden;overflow-y:auto}.cart--footer{position:relative;height:unset}.cart-drawer .main-trial-cart{height:unset}.cart--footer .main-drawer_footer{margin-bottom:0}.cart--footer .drawer__footer{padding-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/47/assets/component-cart-drawer.css.map */
