gift-wrap-drawer{display:none}gift-wrap-drawer.active{display:block}.gift-drawer__wrapper{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1001}.gift-drawer__wrapper.open{pointer-events:all}.gift-drawer__wrapper.open .gift-drawer__overlay{opacity:1}.gift-drawer__wrapper.open .gift-drawer__inner{transform:translateX(0)}.gift-drawer__overlay{background-color:rgba(0,0,0,.5);bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.gift-drawer__inner{background:#fef6eb;display:flex;flex-direction:column;height:100%;max-width:65rem;overflow:hidden;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:100%;z-index:2}@media(max-width:749.98px){.gift-drawer__inner{max-width:44rem}}.gift-drawer__header{align-items:center;border-bottom:1px solid #ddd;display:flex;flex-shrink:0;justify-content:space-between;padding:2rem 1.5rem}.gift-drawer__header .gift-drawer__heading{color:#683126;font-size:calc(var(--font-body-scale)*2rem);font-weight:500;margin:0}.gift-drawer__header .drawer__close{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;margin-right:2rem;padding:0}.gift-drawer__header .drawer__close svg{height:100%;width:100%}.gift-drawer__content{flex:1;overflow-y:auto;padding:2rem 1.5rem;scrollbar-color:#683126 #f6f5f5;scrollbar-width:thin}.gift-drawer__content::-webkit-scrollbar{width:8px}.gift-drawer__content::-webkit-scrollbar-track{background:#f6f5f5}.gift-drawer__content::-webkit-scrollbar-thumb{background:#683126;border-radius:4px}.gift-drawer__description{margin-bottom:2.4rem}.gift-drawer__description p{color:#666;font-size:calc(var(--font-body-scale)*1.2rem);line-height:1.6;margin:0}.gift-drawer__products{display:flex;flex-direction:column;gap:2rem}.gift-drawer__empty{color:gray;font-size:calc(var(--font-body-scale)*1.4rem);padding:4rem 2rem;text-align:center}.gift-product{border-bottom:1px solid #ddd;display:flex;gap:1.5rem;padding-bottom:2rem}.gift-product:last-child{border-bottom:none;padding-bottom:0}.gift-product__image{align-items:center;background:gray;border-radius:.8rem;display:flex;flex-shrink:0;height:12rem;justify-content:center;overflow:hidden;width:12rem}.gift-product__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gift-product__details{display:flex;flex:1;flex-direction:column;gap:1rem}.gift-product__info{flex:1}.gift-product__title{color:#683126;font-size:calc(var(--font-body-scale)*1.4rem);font-weight:500;line-height:1.3;margin:0 0 .5rem}.gift-product__size{color:#666;font-size:calc(var(--font-body-scale)*1.2rem);font-weight:400;margin:0 0 .5rem}.gift-product__description{color:#6c757d;font-size:calc(var(--font-body-scale)*1.2rem);font-style:italic;line-height:1.5;margin:0}.gift-product__price-quantity{align-items:center;display:flex;gap:1rem;justify-content:space-between}@media(max-width:749.98px){.gift-product__price-quantity{align-items:flex-start;flex-direction:column;gap:1rem}}.gift-product__price{display:flex;flex-direction:column;gap:.4rem}.gift-product__compare-price{color:#9c9996;font-size:calc(var(--font-body-scale)*1.2rem);text-decoration:line-through}.gift-product__current-price{color:#683126;font-size:calc(var(--font-body-scale)*1.4rem);font-weight:700}.gift-product__quantity .gift-product__sold-out{background-color:#f6f5f5;border:1px solid #000;color:#6c757d;display:inline-block;font-size:calc(var(--font-body-scale)*1.2rem);font-weight:500;padding:1rem 2rem;text-transform:uppercase}.gift-product__quantity .gift-quantity{align-items:center;border:1px solid #dee2e6;border-radius:.4rem;display:flex;overflow:hidden}.gift-product__quantity .gift-quantity .quantity__button{align-items:center;border:none;cursor:pointer;display:flex;height:3.5rem;justify-content:center;transition:background-color .2s ease;width:3.5rem}.gift-product__quantity .gift-quantity .quantity__button svg{height:1.2rem;width:1.2rem}.gift-product__quantity .gift-quantity .quantity__input{border:none;font-size:calc(var(--font-body-scale)*1.4rem);font-weight:500;height:3.5rem;padding:0;text-align:center;width:5rem}.gift-product__quantity .gift-quantity .quantity__input:focus{outline:2px solid #683126;outline-offset:-2px}.gift-product__quantity .gift-quantity .quantity__input::-webkit-inner-spin-button,.gift-product__quantity .gift-quantity .quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gift-product__quantity .gift-quantity .quantity__input[type=number]{-moz-appearance:textfield}.gift-drawer__footer{border-top:1px solid #ddd;flex-shrink:0;padding:1.5rem}.gift-drawer__submit{background-color:#683126;border:none;border-radius:.4rem;color:#fff;cursor:pointer;font-size:calc(var(--font-body-scale)*1.4rem);font-weight:500;padding:1.4rem 2rem;position:relative;transition:background-color .2s ease;width:100%}.gift-drawer__submit.loading{background-color:#683126;pointer-events:none}.gift-drawer__submit.loading .gift-drawer__submit-text{visibility:hidden}.gift-drawer__submit.loading .gift-drawer__spinner{opacity:1;visibility:visible}.gift-drawer__submit[aria-disabled=true]:not(.loading){opacity:.5;pointer-events:none}.gift-drawer__submit-text{transition:opacity .2s ease}.gift-drawer__spinner{left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease,visibility .2s ease;visibility:hidden}.gift-drawer__spinner svg{height:2rem;width:2rem}.gift-drawer__spinner .path{stroke:#fff}