.drawer{position:fixed;z-index:10002;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}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:100vw;max-width:100vw;padding:0;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;overflow:hidden;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-default) ease}@media (min-width: 450px){.drawer__inner,.drawer__inner-empty{max-width:450px;min-width:450px}}.drawer__inner-empty{height:100%;padding:0 1.5rem 1.5rem;overflow:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.cart-drawer__warnings{display:flex;flex-wrap:wrap;flex:1;justify-content:center}cart-drawer.is-empty .drawer__inner{display:flex;grid-template-rows:1fr;align-items:center;padding:0}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__header{width:100%;position:relative;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background:#f3f3f3}.drawer__heading{margin:0;font-size:1.8rem;font-weight:500;line-height:normal;text-transform:capitalize}.drawer__close{display:flex;align-items:center;justify-content:center;padding:0;min-width:3.2rem;min-height:3.2rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer}.cart-drawer__warnings .drawer__close{right:5px}.drawer__close svg{height:2rem;width:2rem}.drawer__contents{display:flex;flex-direction:column;width:100%}.bundle_discount{text-align:center;font-size:1.4rem;line-height:1.4rem;color:#e43f7b;flex-grow:1;font-weight:700;margin-top:0;margin-bottom:1.5rem}.quantity_discount{text-align:left;font-size:1.2rem;color:#e43f7b;display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;font-weight:500;text-transform:uppercase}.quantity_discount svg{max-width:1.4rem;width:100%;height:auto}.drawer__footer{background:#f3f3f3}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}.drawer__footer .footer__payment{margin:0;background:#fff;border-top:2px solid #f3f3f3;padding: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{display:flex;flex-wrap:wrap;padding:0;width:100%}.cart-drawer__collection{margin:0}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer .cart-items{padding:1.5rem 1.5rem 0}.cart-drawer thead{display:inline-table;width:100%;position:sticky;top:0;z-index:2}cart-drawer-items{overflow:auto;flex:1;padding:0;display:flex;justify-content:flex-start;flex-direction:column;background:#f3f3f3}@media screen and (max-height: 650px){cart-drawer-items{overflow:visible}.drawer__inner{overflow:scroll}}.cart-drawer .cart-item{display:grid;column-gap:1.5rem;justify-content:flex-start;grid-template:repeat(3,auto) / auto repeat(3,1fr);padding:1.5rem;margin-bottom:1.5rem;border-radius:1rem;box-shadow:0 .4rem .4rem #0000001a}.cart-items tbody .cart-item:last-child{margin-bottom:0}.cart-drawer .cart-item:not(.free-gift){background:#fff}.cart-drawer .cart-item__media{grid-row:1 / 3;border-radius:.5rem;overflow:hidden}.cart-item__media:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;background:#0000000a;z-index:1}.cart-drawer .cart-item__image{max-width:100%;width:100%;height:100%;object-fit:contain;object-position:center}.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 .loading__spinner{right:5px}.cart-drawer .cart-item__details{width:auto;grid-column:2 / 4}.cart-drawer .cart-item__totals{pointer-events:none;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;align-items:flex-end;flex-direction:column;gap:.1rem}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0;grid-column:2 / 5;align-content:flex-end}.cart-drawer .cart-items .cart-item__quantity .discounts{display:none}@media screen and (max-width: 749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:1.2rem 0 1rem auto;text-align:left}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer .cart__checkout-button{padding:1.5rem;border-radius:1rem;background:#000;color:#fff;font-size:2rem;font-weight:700;max-width:100%;width:100%;letter-spacing:0;margin-top:0}.cart-drawer .cart__checkout-button:before,.cart-drawer .cart__checkout-button:after{box-shadow:0 0 #0000}.cart-drawer .cart__checkout-button:hover:before,.cart-drawer .cart__checkout-button:hover:after{box-shadow:0 0 #0000}.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-drawer .quantity-popover-container{padding:0;width:100%;max-width:100%;justify-content:space-between}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);right:0}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .quantity-popover__info+.cart-item__error{margin-top:.2rem}@media screen and (min-width: 750px){.cart-drawer .cart-item__quantity--info quantity-popover>*{padding-left:0}.cart-drawer .cart-item__error{margin-left:0}}.checkout_message{font-size:1.4rem;margin:1rem 0 0;text-align:center}.discount_percentage{background-color:transparent;border:2px solid #E43F7B;padding:3px 5px;color:#e43f7b;font-weight:600;border-radius:var(--badge-corner-radius);font-size:1.2rem}.cart_drawer-announcement{border-top:1px solid #E43F7B;border-bottom:1px solid #E43F7B;background-color:#e43f7b;padding:.5rem 2rem}.cart_drawer-announcement p{margin:0;text-align:center;font-size:1.4rem;color:#fff;font-weight:700}.drawer__footer .footer__payment .list-payment{justify-content:space-between;gap:.5rem}.drawer__footer .footer__payment .list-payment .list-payment__item{padding:0}.drawer__footer .footer__payment .list-payment .list-payment__item svg{max-width:2.8rem;height:auto}.free-item{border-radius:10px;background-color:#e43f7b;display:flex;align-items:center;animation:shake-animation 4.72s ease infinite;transform-origin:50% 50%;padding:5px 10px;width:fit-content;margin-top:5px}.free-item span{font-size:1rem;line-height:1rem;color:#fff}.free-item span s{font-weight:700;text-decoration:none}.continue_shopping-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.continue_shopping{padding:5px 30px;animation:shake-animation 4.72s ease infinite;transform-origin:50% 50%;border-radius:10px;background-color:transparent;font-size:1.4rem;color:#e43f7b;text-decoration:none;border:1px dashed #E43F7B}@keyframes shake-animation{0%{transform:translate(0)}1.78571%{transform:translate(5px)}3.57143%{transform:translate(0)}5.35714%{transform:translate(5px)}7.14286%{transform:translate(0)}8.92857%{transform:translate(5px)}10.71429%{transform:translate(0)}to{transform:translate(0)}}.free_item span{padding:.5rem 1rem;border-radius:.5rem;font-size:1.2rem;color:#fff;font-weight:700;background:#77a314;font-family:bolota;display:inline-block}.free-gift_cart_item{background:#3bb4c066}.cart-item .quick-add{padding:0}.cart-item .quick-add .quick-add__submit{width:fit-content;padding:1rem 1.5rem;font-size:1.2rem;background:#3bb4c0;min-width:unset;min-height:unset;border-radius:.5rem;text-transform:capitalize;font-family:bolota}.free-gift_final_price{padding:.5rem 1rem;font-size:1.4rem;background:#77a314;color:#fff;border-radius:.5rem;font-weight:700;display:inline-block;line-height:1}.free_gift-title{text-transform:uppercase;font-weight:700;font-size:1.2rem}@media (min-width: 990px){.free_gift-title{font-size:1.4rem}}.free_price{padding:.5rem 1rem;font-size:1.4rem;background:#e0023e;color:#fff;border-radius:.5rem;font-weight:700;display:block;line-height:1}.cart_collection-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:90%;width:100%;margin:auto;padding:0}.cart_collection-list li{border-radius:1rem;overflow:hidden;position:relative}.cart_collection-list li a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cart_collection-list li .collection_featured-image{width:100%;height:100%;line-height:1}.cart_collection-list li .collection_featured-image img{width:100%;height:100%;object-fit:cover;object-position:center}.cart-drawer__empty-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%;gap:0;height:fit-content}.cart-drawer__empty-content .cart__empty-text,.cart-drawer__empty-content .cart__login-title{margin:0}.cart-drawer-empty_footer{max-width:90%;width:100%}.cart-drawer-empty_footer .button{width:100%;text-transform:uppercase}.cart-drawer-empty_footer .sale_offer{text-align:center;margin:0;font-size:1.2rem}.star_rating-text{margin-top:1rem;max-width:80%;flex:0 0 80%}.star_rating-text span{font-size:1.2rem;line-height:1.2rem;margin:0;font-weight:600}.star_rating-text img{max-width:25rem;width:100%;height:auto;object-fit:contain;object-position:center}.cart_drawer_shipping-details{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff}.cart_drawer_shipping-details .shipping_details-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cart_drawer_shipping-details .shipping_details-item>span{font-size:1.2rem;line-height:2rem;font-weight:600;color:#05050599;letter-spacing:0}.cart_drawer_shipping-details .shipping_details-item>span.shipping_detail-description{display:flex;align-items:center;gap:.5rem;position:relative}.cart_drawer_shipping-details .shipping_details-item>span strong{font-weight:: 700;color:#000c}.cart_vouchers{background:#fff;padding:1rem 1.5rem;border-top:2px solid #f3f3f3}.cart_vouchers .discounts__discount{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.cart_vouchers .discounts__discount span{font-weight:600;color:#000000bf;letter-spacing:0}.cart_vouchers .discounts__discount span.discount_title strong{text-transform:uppercase}.cart_vouchers .discounts__discount span.discount-value{flex:1;text-align:right;font-weight:500}.cart_vouchers .coupon-icon{width:2rem;height:2rem}.cart-drawer__footer{background:#fff;padding:1.5rem;border-top:2px solid #f3f3f3;display:grid;grid-template:repeat(2,auto) / repeat(4,1fr);gap:1.5rem}.cart-drawer__footer .cart__ctas{max-width:100%;grid-row:3;grid-column:1 / 5}.cart_total-details{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;grid-row:2;grid-column:1 / 5}.cart_total-details .detailed_prices{color:#3ab4c1;background:#fff;border:0;text-decoration:underline;text-transform:capitalize;letter-spacing:0;display:inline-block;text-align:left;padding:0}.cart-item__discount{grid-column:1/5}.cart-item__discount .discounts__discount{padding:.5rem 1rem;border:2px solid #f3f3f3;border-radius:.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem}.cart-item__discount .discounts__discount .discount-title{color:#000c}.cart-item__discount .discounts__discount img{max-width:2rem;width:100%;height:auto;object-fit:contain;object-position:center}.cart_detailed-prices{grid-row:1;grid-column:1 / 5;padding:0 0 1.5rem;border-bottom:2px solid #f3f3f3}.cart_detailed-prices ul{margin:0;padding:0;list-style:none}.cart_detailed-prices ul li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:0}.cart_detailed-prices ul li span{font-size:1.2rem;line-height:2rem;color:#0009;font-weight:600;letter-spacing:0}.cart_detailed-prices ul li span strong{font-weight:600;color:#000c;font-size:1.4rem}.upsell-variant .bookeasy-button-container{display:none!important}.progressbar-container{padding:2rem 1.5rem 1.5rem;position:relative;background:transparent;background:linear-gradient(215deg,#ff9cb569,#ff80c07a)}.progress-bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:1;display:none}.progress-bg_thumbnail{object-fit:cover;object-position:bottom;width:100%;height:100%}.progress-message{position:relative;text-align:center;z-index:2}.progress-message p{margin-top:0;margin-bottom:.5rem;color:#000000e5;font-weight:700;font-size:1.4rem}.progress-message p strong{color:#3bb4c1;text-transform:uppercase;font-family:bolota;text-shadow:-1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white}.progress-bar_wrapper{position:relative;z-index:2;height:3.5rem;width:100%;max-width:100%;background:#ebebeb;border-radius:.5rem;border:2px dashed #fff}.progress-bar{width:0;height:100%;max-width:100%;background:linear-gradient(to right,#3bb4c1,#f577c0);transition:width 1.7s cubic-bezier(0,0,.09,.97);-webkit-transition:width 1.7s cubic-bezier(0,0,.09,.97);border-radius:.5rem;position:relative}.van-icon{position:absolute;right:-2.2rem;top:40%;transform:translateY(-50%);z-index:5;display:block;width:4.5rem;height:4.5rem}.van-icon img{width:100%;height:100%;object-fit:contain;object-position:center;width:4.5rem;height:4.5rem}.progress-bar_details{position:absolute;left:0;top:0;height:100%;width:100%;z-index:4;background:transparent;display:flex;align-items:center;justify-content:center}.progress-bar_details span{color:#fff;font-family:bolota;display:block;text-align:center;text-shadow:0px 1px 5px rgba(0,0,0,.3)}.progress-bar_details span{flex:0 0 33.33%;max-width:33.33%;position:relative}.progress-bar_details span:not(:last-child):after{content:"";position:absolute;right:0;top:0;height:100%;width:.2rem;background:#fff;z-index:4}.progress-bar_details span:last-child{color:#48b5c5;text-shadow:-1px -1px 0 white,1px -1px 0 white,-1px 1px 0 white,1px 1px 0 white}.progress-bar-subdetails{position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.progress-bar-subdetails span{color:#e43f7b;display:flex;align-items:center;gap:.5rem;text-align:center;justify-content:center;text-transform:uppercase;font-size:1.1rem;font-weight:700;letter-spacing:0}.progress-bar-subdetails span{flex:0 0 33.33%;max-width:33.33%;position:relative}.progress-bar-subdetails span svg{width:auto;height:1.5rem}.progress-bar-subdetails span svg path{stroke:#e43f7b}@media (max-width: 420px){.progress-bar-subdetails span svg{display:none}}.progress-bar-subdetails span:last-child{display:block}.progress-bar-subdetails span:last-child span{background:#e43f7b;border-radius:.5rem;max-width:100%;display:block;line-height:0;margin:.5rem auto 0;box-shadow:1px 1px 1px #00000080;position:relative;overflow:hidden;width:fit-content;color:#fff;padding:1rem}.progress-bar-subdetails span:last-child span:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,.03)),color-stop(30%,rgba(255,255,255,.85)),color-stop(50%,rgba(255,255,255,.85)),color-stop(70%,rgba(255,255,255,.85)),color-stop(71%,rgba(255,255,255,.85)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.4) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);background:linear-gradient(to right,#fff0,#ffffff08 1%,#fff6 30%,#ffffffd9 50% 70%,#ffffffd9 71%,#fff0);transform:skew(-10deg);-webkit-transform:skew(-10deg,0deg);-moz-transform:skew(-10deg,0deg);-ms-transform:skew(-10deg,0deg);-o-transform:skew(-10deg,0deg);animation:shine 3s infinite;-o-animation-delay:1s}@keyframes shine{0%{left:0%}to{left:100%}}.progress-bar-subdetails span:last-child span svg{min-height:1.5rem;width:auto}.progress-bar-subdetails span:last-child span svg path{fill:#000}@keyframes flowing{0%{transform:translate(-100px)}to{transform:translate(0)}}.free-gift_cart_item.free-gift{background:#f9eed975;max-width:100%;border-radius:1rem;border:1px solid #e43f7b;position:relative;margin-top:2rem}.hideaway.free-gift{background:linear-gradient(190deg,#fedc9a,#ffc3a1);border:1px solid #f880bc}.hideaway .luxe-gift-title{background:linear-gradient(to right,#fc8fb4,#f577c0)}.free-gift_cart_item.free-gift:not(:first-child){margin-top:3.5rem}.free-gift:before{content:"Enjoy Your Freebies";position:absolute;top:-2.1rem;left:1rem;font-size:1rem;color:#fff;background:#e43f7b;padding:.5rem 1rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;line-height:1;text-transform:uppercase;font-weight:700}.hideaway.free-gift:before{background:linear-gradient(200deg,#fc8fb4,#f577c0)}.free-gift .luxe-gift-title{font-size:1.2rem;text-transform:uppercase;line-height:1.6rem;display:inline-block}.free-gift .luxe-gift-title>span{font-size:1.2rem;line-height:1.4rem;color:#fff;background:#e43f7b;font-family:bolota;padding:.5rem 1.5rem;border-radius:.5rem;display:inline-block;margin-bottom:.5rem}.free-gift.hideaway .luxe-gift-title{background:transparent;padding:0;color:#fff;font-size:2rem;text-shadow:2px 2px 2px #e43f7b;line-height:2rem}.free-gift.hideaway .luxe-gift-title span{color:#000;font-family:var(--font-heading-family);text-shadow:0 0 0 #000;text-transform:uppercase;font-size:1.4rem}.free-gift .lux-price .cart-item__final-price{color:#e43f7b;font-weight:700}.upsell__title h5{margin:0;color:#fff;text-align:center;font-weight:700;font-size:1.4rem;background:#f3f3f3;padding:0 1rem;display:inline-block;color:#000000bf;z-index:2}.cart-drawer-sale_banner{padding:0;line-height:1;padding:0 1.5rem 1.5rem;position:relative}.cart-drawer-sale_banner a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.cart-drawer-sale_banner img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:1rem}.cart_drawer-announcement{display:flex;align-items:center;justify-content:center;gap:10px;position:relative}.tooltiptext{visibility:hidden;width:120px;background-color:#3ab4c0;color:#fff;text-align:center;border-radius:6px;padding:8px;font-size:9px;line-height:1.2;box-shadow:#959da533 0 8px 24px;position:absolute;z-index:1;top:-30px;right:0;opacity:0;transition:opacity .3s ease-in-out}.tooltip-link{color:#000c;display:flex}.tooltip-link:hover .tooltiptext{visibility:visible;opacity:1}.totals_label.christmas_saving{padding:.5rem;background-color:#3ab4c0;color:#fff;border-radius:.5rem;font-family:bolota;position:relative}.santa-hat-label-icon{position:absolute;width:3rem;height:3rem;top:-1.2rem;left:-1.5rem;z-index:2;transform:rotate(337deg)}.flip-clock__piece,.flip-clock__piece:before,.flip-clock__piece:after{box-sizing:border-box}.flip-clock__piece{display:flex;flex-wrap:wrap;align-items:flex-end;gap:3px;margin:0 5px}span.flip-clock__slot{font-size:1.2rem;font-weight:400;line-height:1.5;display:block;color:#fff}.flip-card{display:block;position:relative;padding-bottom:.72em;font-size:1.8rem;line-height:.95}@media (min-width: 1000px){.flip-clock__slot{font-size:1.2rem}.flip-card{font-size:2rem}}.flip-card__top,.flip-card__bottom,.flip-card__back-bottom,.flip-card__back:before,.flip-card__back:after{display:block;height:.72em;color:#2ba3ae;background:#e6e6e6;padding:.23em .25em .4em;border-radius:.15em .15em 0 0;backface-visiblity:hidden;transform-style:preserve-3d;width:1.8em}.flip-card__bottom,.flip-card__back-bottom{color:#3bb4c0;position:absolute;top:50%;left:0;border-top:solid 1px #3bb4c0;background:#e9e9e9;border-radius:0 0 .15em .15em;pointer-events:none;overflow:hidden;z-index:2}.flip-card__back-bottom{z-index:1}.flip-card__bottom:after,.flip-card__back-bottom:after{display:block;margin-top:-.72em}.flip-card__back:before,.flip-card__bottom:after,.flip-card__back-bottom:after{content:attr(data-value)}.flip-card__back{position:absolute;top:0;height:100%;left:0%;pointer-events:none}.flip-card__back:before{position:relative;overflow:hidden;z-index:-1}.flip .flip-card__back:before{z-index:1;-webkit-animation:flipTop .3s cubic-bezier(.37,.01,.94,.35);animation:flipTop .3s cubic-bezier(.37,.01,.94,.35);-webkit-animation-fill-mode:both;animation-fill-mode:both;transform-origin:center bottom}.flip .flip-card__bottom{transform-origin:center top;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:flipBottom .6s cubic-bezier(.15,.45,.28,1);animation:flipBottom .6s cubic-bezier(.15,.45,.28,1)}.progress-fish_line{position:absolute;top:0;right:-1rem;width:auto;height:7rem;z-index:2}.cart-gif{position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%);z-index:2;width:100%;height:10rem;object-fit:contain;object-position:center;display:block;margin:auto}
/*# sourceMappingURL=/cdn/shop/t/69/assets/component-cart-drawer.css.map */
