.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}.drawer.active{visibility:visible}.drawer__inner{height:100%;width:45rem;max-width:calc(100vw - 3rem);padding:0 1.5rem;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}.drawer__inner-empty{height:100%;width:100%;overflow:auto;display:flex;flex-direction:column}.cart-drawer__warnings{display:flex;flex-direction:column;flex:1}cart-drawer.is-empty .drawer__inner{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{position:relative;padding:16px;width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #CACACA}.drawer__heading{margin:0 0 1rem}.drawer__close{display:inline-block;padding:0;min-width:1.6rem;min-height:1.6rem;box-shadow:0 0 0 .2rem rgba(var(--color-button),0);position:absolute;top:25px;right:20px;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{padding:0;flex-shrink:0}.drawer__footer .cart-drawer__footer{padding:0 16px;background:#fff}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 2.8rem 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}@media(max-width:639px){.cart-drawer .drawer__inner{max-width:100%;width:100%}}.cart-drawer__form{flex-grow:1;flex-wrap:wrap}.cart-drawer__collection{margin:0 2.5rem 1.5rem}.cart-drawer .drawer__cart-items-wrapper{flex-grow:1}.cart-drawer .cart-items,.cart-drawer tbody{display:block;width:100%}.cart-drawer thead{display:inline-table;width:100%}cart-drawer-items{overflow:auto;flex:1}cart-drawer-items{overflow:auto!important;min-height:0}.cart-drawer .cart-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid #E5E5E5;position:relative}.cart-drawer .cart-item:last-child{margin-bottom:0;border-bottom:none}.cart-drawer .cart-item__media{flex-shrink:0;width:100px;height:100px}.cart-drawer .cart-item__image{width:100px;height:100px;max-width:100%;border-radius:0;border:1px solid #E7E7E7;object-fit:cover;background:#f2f1ed}.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{position:static;display:none;width:20px;height:20px}.cart-drawer .cart-item .loading__spinner .spinner{width:20px;height:20px}.cart-drawer .cart-item .loading__spinner:not(.hidden){display:flex;align-items:center;justify-content:center}.cart-drawer .cart-item .cart-remove-button .loading__spinner:not(.hidden)~svg{display:none}.cart-drawer .cart-items td{padding-top:0}.cart-drawer .cart-item>td+td{padding-left:0}.cart-drawer .cart-item .discounts{margin-top:auto;padding-top:4px}.cart-drawer .cart-item__details{width:auto;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:100px;padding-bottom:8px;font-size:14px;line-height:20px}.cart-drawer .cart-item__details>*{max-width:none}.cart-drawer .cart-item__details>*+*{margin-top:0}.cart-drawer .cart-item__details-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.cart-drawer .cart-item__details-top .cart-item__info{flex:1;min-width:0}.cart-drawer .cart-item__details-top .cart-item__name{font-size:14px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .cart-item__details-top .item-variants{font-size:12px;line-height:1.4;color:#000;font-weight:400}.cart-drawer .cart-item__details-top cart-remove-button{flex-shrink:0;line-height:0;margin-left:0;display:block}.cart-drawer .cart-item__details-top cart-remove-button .button{padding:0!important;margin:0!important;background:none!important;border:none!important;cursor:pointer;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;box-shadow:none!important;display:flex;align-items:center;justify-content:center}.cart-drawer .cart-item__details-top cart-remove-button .button:hover{opacity:.7}.cart-drawer .cart-item__details-top cart-remove-button .button svg{width:20px;height:20px}.cart-drawer .cart-item__details-bottom{display:flex;justify-content:space-between;align-items:flex-end}.cart-drawer .cart-item__details-bottom .quantity-popover-wrapper,.cart-drawer .cart-item__details-bottom .quantity-popover-container{padding:0}.cart-drawer .cart-item__totals{pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-end}.cart-drawer .cart-item__price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-drawer .cart-item__price-wrapper .cart-item__old-price{font-size:12px;opacity:.4;color:#000;text-decoration:line-through;line-height:1.3}.cart-drawer .cart-item__price-wrapper .price--end,.cart-drawer .cart-item__price-wrapper .cart-item__sale-price{font-size:16px;color:var(--color-green);line-height:1.3;font-weight:500}.cart-drawer .cart-item__details-bottom .quantity.cart-quantity{border:1px solid var(--color-green)!important;border-radius:0!important;width:90px!important;min-height:32px!important;max-height:32px;background:transparent!important}.cart-drawer .cart-item__details-bottom .quantity.cart-quantity .quantity__button{color:var(--color-green);width:28px;padding:0}.cart-drawer .cart-item__details-bottom .quantity.cart-quantity .quantity__button svg{width:12px;height:12px}.cart-drawer .cart-item__details-bottom .quantity.cart-quantity .quantity__input{font-size:12px;color:var(--color-green);width:24px;padding:0;min-height:auto}.cart-drawer .unit-price{margin-top:.6rem}.cart-drawer .cart-items .cart-item__quantity{padding-top:0}@media screen and (max-width:749px){.cart-drawer .cart-item cart-remove-button{margin-left:0}}.cart-drawer__footer>*+*{margin-top:1rem}.cart-drawer .totals{justify-content:space-between}.cart-drawer .price{line-height:1}.cart-drawer .tax-note{margin:.4rem 0 0;text-align:left;font-size:11px;color:#1f1f1f;max-width:213px;margin-left:0}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer details[open]>summary .icon-caret{transform:rotate(180deg)}.cart-drawer__order-summary{background:#fefcf9;border:1px solid #F1EDE8;padding:16px;display:flex;flex-direction:column;gap:12px;margin:0 16px}.cart-drawer__order-summary-title{font-size:18px;font-weight:600;line-height:1.5;color:#000;margin:0}.cart-drawer__order-summary-row{display:flex;align-items:center;justify-content:space-between}.cart-drawer__order-summary-label{font-size:16px;font-weight:500;line-height:24px;letter-spacing:.1px;color:#000}.cart-drawer__order-summary-label--muted{opacity:.6}.cart-drawer__order-summary-discount{font-size:16px;font-weight:500;line-height:24px;color:#02623f;text-align:right}.cart-drawer__order-summary-prices{display:flex;align-items:center;gap:4px}.cart-drawer__order-summary-compare{font-size:14px;font-weight:500;line-height:20px;color:#222;opacity:.67;text-decoration:line-through}.cart-drawer__order-summary-price{font-size:16px;font-weight:600;line-height:24px;color:#004e32}.cart-drawer__order-summary-savings{font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;color:#109144;margin:0}.cart-drawer__trust-badges{display:flex;align-items:flex-start;justify-content:space-around;flex-wrap:wrap;gap:16px 12px;padding:12px 16px}.cart-drawer__trust-badges>.cart-drawer__trust-badge{flex:1 1 0;min-width:0}.cart-drawer__trust-badge{display:flex;flex-direction:column;align-items:center;gap:8px}.cart-drawer__trust-badge-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-drawer__trust-badge-icon svg{width:24px;height:24px}.cart-drawer__trust-badge-text{display:flex;flex-direction:column;align-items:center;font-size:14px;font-weight:500;line-height:1.5;color:#004e32;text-align:center}.cart-drawer__savings-banner{display:flex;align-items:center;gap:10px;background:#e3f6e7;padding:8px 20px}.cart-drawer__savings-banner-icon{flex-shrink:0;display:flex}.cart-drawer__savings-banner-text{font-size:12px;font-weight:500;line-height:16px;color:#004e32;margin:0}.cart-drawer__subtotal-row{display:flex;align-items:center;justify-content:space-between}.cart-drawer__subtotal-label{font-family:var(--font-body-family);font-size:16px;font-weight:500;line-height:20px;letter-spacing:.1px;text-transform:uppercase;color:#000;margin:0}.cart-drawer__subtotal-prices{display:flex;align-items:center;gap:4px}.cart-drawer__subtotal-compare{font-size:14px;font-weight:500;line-height:20px;color:#222;opacity:.67;text-decoration:line-through}.cart-drawer__subtotal-price{font-size:18px;font-weight:600;line-height:24px;color:#004e32}.cart-drawer__checkout-section{background:#fff;padding:16px;display:flex;flex-direction:column;gap:12px}.cart-drawer__checkout-section .gokwik-checkout button{width:100%;max-width:none;background:#004e32;color:#fff;border:none;border-radius:0;padding:12px;font-size:16px;font-weight:500;line-height:24px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin:0}.cart-drawer .cart__checkout-button{max-width:none;min-height:35px;border-radius:0;font-size:16px;padding:12px;margin:0;background:#004e32;color:#fff;border:none}.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}.cart-drawer .quantity-popover__info.global-settings-popup{transform:translateY(0);right:0}.cart-drawer .cart-item__error{margin-top:.8rem}.cart-drawer .cart-item__error:not(:has(.cart-item__error-text:not(:empty))){display:none}.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}}@media(max-width:482px){cart-drawer .drawer__inner{width:100%;max-width:100%}.cart-drawer .cart-item__media,.cart-drawer .cart-item__image{width:90px;height:90px}.cart-drawer .cart-item__details{height:90px}}.quantity-popover-container .quantity{min-height:calc((var(--inputs-border-width)* 2) + 3rem)}.quantity-popover-container .quantity .quantity__button{width:calc(2.5rem / var(--font-body-scale))}.quantity-popover-container .quantity__button svg{width:1.2rem}.quantity-popover-container .quantity__input{font-size:1.2rem;color:var(--color-green)}cart-drawer .tier__rewards-progress-bar span#progressBar{background:var(--color-green);border-radius:20px;position:absolute;top:0;left:0;height:100%;width:20%}cart-drawer #progressBar{max-width:100%}cart-drawer cart-drawer-items .tier__rewards-progress-bar{padding:0 1.5rem}cart-drawer .tier__inner-blocks .tier_names span.stop{font-size:15px;display:inline-block}cart-drawer .tier__rewards-progress-bar .progress-meter-bar{height:6px;background:#0000001a;border-radius:20px;position:relative}cart-drawer .tier__rewards-progress-bar .progress-meter-icon{position:absolute;top:50%;transform:translateY(-50%);max-width:25px;width:100%;height:34px;display:flex;margin-left:-15px}cart-drawer .tier__rewards-progress-bar progress::-webkit-progress-value{background-color:#4caf50;border-radius:10px}cart-drawer .tier__rewards-progress-bar progress .stop{position:relative;top:-4px;width:5px;height:20px;background-color:#000;display:inline-block}.cart-tiers{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding:12px 0;background:#f0efeb}.cart-tiers__copy{margin:0;text-align:center;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:12px;line-height:1.2;color:#000}.cart-tiers__rail{position:relative;align-self:stretch;width:auto;margin:0 32px 0 16px;height:70px}.cart-tiers .cart-tiers__line,.cart-tiers .cart-tiers__fill{display:block;position:absolute;left:0;top:35px;transform:translateY(-50%);height:6px;border-radius:2px}.cart-tiers .cart-tiers__line{width:100%;background:#e0ded6}.cart-tiers .cart-tiers__fill{width:0;background:#004e32;transition:width .4s ease}.cart-tiers__marker{position:absolute;top:5px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:2}.cart-tiers__badge{font-family:Plus Jakarta Sans Medium,sans-serif;font-size:12px;line-height:1.1;color:#000;text-align:center;white-space:nowrap}.cart-tiers__dot{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:#fff}.cart-tiers__marker.is-locked .cart-tiers__dot{background:#e0ded6}.cart-tiers__marker.is-active .cart-tiers__dot{background:#004e32}.cart-tiers__check{width:14px;height:14px}.cart-tiers__name{font-family:Plus Jakarta Sans Regular,sans-serif;font-size:12px;line-height:1.1;color:#000;text-align:center;white-space:nowrap}.cart-tiers__marker.is-active .cart-tiers__name{font-family:Plus Jakarta Sans SemiBold,sans-serif}.cart-postcard-banner{display:flex;align-items:center;gap:10px;padding:8px 16px;background:linear-gradient(to right,#004e32,#33715b);color:#fff}.cart-postcard-banner__text{flex:1;min-width:0;margin:0;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:14px;line-height:20px;color:#fff}.cart-postcard-banner__cta{flex-shrink:0;padding:0;border:0;background:none;font-family:Plus Jakarta Sans Regular,sans-serif;font-size:10px;line-height:20px;color:#fff;text-decoration:underline;cursor:pointer}.cart-postcard-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:#f6f6f2}.cart-postcard-panel[hidden]{display:none}.drawer__inner.cart-drawer--postcard-open>cart-drawer-items,.drawer__inner.cart-drawer--postcard-open>.drawer__footer{display:none}.cart-postcard-panel__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:12px 16px 16px}.cart-postcard-panel__heading{margin:0 0 12px;font-family:Plus Jakarta Sans SemiBold,sans-serif;font-size:15px;line-height:15px;letter-spacing:.1px;color:#004e32;text-align:center}.cart-postcard-panel__tiles{display:flex;flex-direction:column;align-items:center;gap:18px}.cart-postcard-tile{position:relative;display:block;width:247px;max-width:100%;height:176px;padding:0;border:1px solid transparent;border-radius:0;background:#fff;cursor:pointer;overflow:hidden}.cart-postcard-tile.is-selected{border-color:#004e32}.cart-postcard-tile__image{width:100%;height:100%;object-fit:cover;display:block}.cart-postcard-tile__check{position:absolute;top:8px;left:8px;z-index:1;width:14px;height:14px;background:#d9d9d9}.cart-postcard-tile.is-selected .cart-postcard-tile__check{background:#004e32;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-size:10px 10px;background-position:center;background-repeat:no-repeat}.cart-postcard-panel__footer{flex-shrink:0;display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff}.cart-postcard-panel__subtotal{display:flex;align-items:center;justify-content:space-between}.cart-postcard-panel__subtotal-label{margin:0;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:16px;line-height:20px;letter-spacing:.1px;text-transform:uppercase;color:#000}.cart-postcard-panel__subtotal-prices{display:flex;align-items:center;gap:4px}.cart-postcard-panel__subtotal-compare{font-family:Plus Jakarta Sans Medium,sans-serif;font-size:14px;line-height:20px;color:#222;opacity:.67}.cart-postcard-panel__subtotal-price{font-family:Plus Jakarta Sans SemiBold,sans-serif;font-size:18px;line-height:24px;color:#004e32}.cart-postcard-panel__submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:47px;padding:12px;border:0;background:#004e32;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:15px;line-height:15px;letter-spacing:.1px;color:#fff;text-align:center;cursor:pointer}.cart-postcard-panel__submit:disabled{opacity:.4;cursor:not-allowed}.cart-postcard-panel__submit-loader{width:18px;height:18px;border:2px solid #fff;border-right-color:transparent;border-radius:50%;animation:cartPostcardSpin .7s linear infinite}@keyframes cartPostcardSpin{to{transform:rotate(360deg)}}.cart-postcard-panel__error{margin:0;font-family:Plus Jakarta Sans Regular,sans-serif;font-size:12px;line-height:16px;color:#eb001b}.cart-postcard-line-wrap{padding:1.2rem 0 1.6rem}.cart-postcard-line{display:flex;align-items:center;gap:1.2rem;padding:.4rem 1.2rem .4rem .4rem;background:#f0efeb}.cart-postcard-line__media{flex-shrink:0;width:53px;height:53px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-postcard-line__image{width:100%;height:100%;object-fit:cover}.cart-postcard-line__title{flex:1;min-width:0;margin:0;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:14px;line-height:20px;color:#004e32}.cart-postcard-line__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:4px;border:0;background:none;color:#7f7f78;cursor:pointer}.cart-postcard-line__remove:hover{color:#000}.cart-postcard-line__remove:disabled{cursor:default}.cart-postcard-line__remove-loader{flex:0 0 20px;box-sizing:border-box;width:20px;height:20px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:cartPostcardSpin .7s linear infinite}.gift-tiers{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 16px;background:#f0efeb}.gift-tiers__copy{margin:0;text-align:center;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:12px;line-height:1.2;color:#000}.gift-tiers__copy b,.gift-tiers__copy strong{font-family:Plus Jakarta Sans SemiBold,sans-serif;font-weight:700}.gift-tiers__rail{position:relative;width:100%;height:100px}.gift-tiers .gift-tiers__line,.gift-tiers .gift-tiers__fill{display:block;position:absolute;top:35px;transform:translateY(-50%);height:6px;border-radius:2px}.gift-tiers__line{left:0;background:#e0ded6}.gift-tiers__fill{left:0;width:0;background:#004e32;transition:width .4s ease}.gift-tiers__marker{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:2}.gift-tiers__badge{font-family:Plus Jakarta Sans Medium,sans-serif;font-size:12px;line-height:1.1;color:#000;text-align:center;white-space:nowrap}.gift-tiers__icon{position:relative;width:36px;height:36px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.gift-tiers__marker.is-locked .gift-tiers__icon{background:#e0ded6;color:#7f7f78}.gift-tiers__marker.is-active .gift-tiers__icon{background:#004e32;color:#fff}.gift-tiers__icon-img{width:27px;height:24px;object-fit:contain;filter:drop-shadow(0 3.26px 1.3px rgba(0,0,0,.4))}.gift-tiers__icon svg{width:20px;height:20px}.gift-tiers__name{width:72px;text-align:center;font-family:Plus Jakarta Sans Regular,sans-serif;font-size:12px;line-height:1.1;color:#000}.gift-tiers__marker.is-active .gift-tiers__name{font-family:Plus Jakarta Sans SemiBold,sans-serif}.gift-claim-card{margin:0 16px 16px;background:#fff;border:.5px solid rgba(0,0,0,.2);overflow:hidden}.gift-claim-card__top{display:flex;align-items:stretch;min-height:88px}.gift-claim-card__img{flex-shrink:0;width:88px;margin-left:16px;height:88px;align-self:center}.gift-claim-card__img img{width:100%;height:100%;object-fit:cover}.gift-claim-card__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:8px}.gift-claim-card__eyebrow-row{display:flex;align-items:center;gap:8px}.gift-claim-card__eyebrow{flex:1;min-width:0;margin:0;font-family:Plus Jakarta Sans SemiBold,sans-serif;font-weight:700;font-size:12px;letter-spacing:.175px;color:#000}.gift-claim-card__dismiss{flex-shrink:0;width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#000;cursor:pointer}.gift-claim-card__dismiss svg{width:18px;height:18px}.gift-claim-card__name{margin:0;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:14px;color:#000}.gift-claim-card__price{margin:0;display:flex;align-items:center;gap:8px}.gift-claim-card__price s{font-family:Plus Jakarta Sans Medium,sans-serif;font-size:12px;color:#000}.gift-claim-card__free,.gift-claim-card__offer{background:#e5f2e5;color:#007e00;font-family:Plus Jakarta Sans Medium,sans-serif;font-size:12px;padding:2px 4px}.gift-claim-card__btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;padding:15px 18px;background:#004e32;color:#fff;border:none;font-family:Plus Jakarta Sans SemiBold,sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;cursor:pointer}.gift-claim-card__btn:disabled{opacity:.7;cursor:default}.gift-claim-card__btn.loading .gift-claim-card__btn-label{display:none}.gift-claim-card__btn.loading .gift-claim-card__btn-loading{display:inline!important}.gift-claim-card__swatches{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:2px 0}.gift-claim-card__swatch{padding:2px;border:1px solid transparent;border-radius:0;background:none;line-height:0;cursor:pointer}.gift-claim-card__swatch.is-selected{border-color:#131313}.gift-claim-card__swatch:disabled{opacity:.4;cursor:not-allowed}.gift-claim-card__swatch .swatch{--swatch--size: 20px;width:20px;height:20px;display:block;border-radius:0}.cart-item__free-label{color:var(--color-green);font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/198/assets/component-cart-drawer.css.map */
