.cart-drawer__header{border-bottom:none;flex-shrink:0;padding:1.5625rem 3.5rem 0 1.25rem;position:relative}.cart-drawer__header .title{color:#000;font-family:var(--font-display);font-size:24px;line-height:1.75rem;margin:0}.cart-drawer__close{background:none;border:none;color:#000;cursor:pointer;font-size:1.375rem;line-height:1;padding:0;position:absolute;right:1.25rem;top:1.25rem}.shipping-indicator{padding:1rem 1rem 0}.shipping-indicator .postage_calc{background:var(--cream);padding:1rem}.shipping-indicator .postage_calc .shipping-text{color:#000;font-size:.75rem;font-weight:400;letter-spacing:.01em;line-height:157%;margin:0 0 .5rem;text-align:left}.shipping-indicator .postage_calc .shipping-text span{font-weight:500}.shipping-indicator .postage_calc .percentage-wrapper{background:rgba(0,0,0,.2);height:.5rem;margin:0 -1rem -1rem;position:relative}.shipping-indicator .postage_calc .percentage-wrapper .percentage{background:var(--gold);height:100%;left:0;max-width:0;position:absolute;top:0;transition:max-width 1.5s ease;transition-delay:.3s;width:100%}.cart-drawer__body{flex:1;overflow-x:hidden;overflow-y:auto;scrollbar-color:color-mix(in srgb,#000 20%,transparent) transparent;scrollbar-width:thin}.cart-drawer__body::-webkit-scrollbar{width:6px}.cart-drawer__body::-webkit-scrollbar-track{background:transparent}.cart-drawer__body::-webkit-scrollbar-thumb{background:color-mix(in srgb,#000 20%,transparent)}.cart-contents .cart-item-remove-move{transition:transform .4s cubic-bezier(.4,0,.2,1)}.cart-contents .cart-item-remove-enter-active{transition:opacity .35s ease,transform .35s cubic-bezier(.4,0,.2,1)}.cart-contents .cart-item-remove-enter-from{opacity:0;transform:scale(.95)}.cart-contents .cart-item-remove-leave-active{max-height:300px;overflow:hidden;transition:opacity .3s ease,transform .35s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1),padding-top .4s ease,padding-bottom .4s ease}.cart-contents .cart-item-remove-leave-to{max-height:0;opacity:0;padding-bottom:0;padding-top:0;transform:scale(.9) translateX(-1rem)}@media (prefers-reduced-motion:reduce){.cart-contents .cart-item-remove-enter-active,.cart-contents .cart-item-remove-leave-active,.cart-contents .cart-item-remove-move{transition-duration:1ms}}.cart-contents .cart-item{display:flex;padding:1rem;position:relative}.cart-contents .cart-item:after{border-bottom:1px solid rgba(0,0,0,.2);bottom:0;content:"";left:1rem;position:absolute;right:1rem}.cart-contents .cart-item .item-thumb{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-right:1rem}.cart-contents .cart-item .item-thumb .image{background-color:var(--cream);height:6rem;position:relative;width:6rem}.cart-contents .cart-item .item-thumb .image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.cart-contents .cart-item .item-thumb .qty-text{font-size:.875rem;margin:0;text-align:center}.cart-contents .cart-item .item-thumb .qty-selection{align-items:center;border:1px solid var(--black);display:flex;gap:.5rem;width:100%}.cart-contents .cart-item .item-thumb .qty-selection .minus,.cart-contents .cart-item .item-thumb .qty-selection .plus{align-items:center;background:none;border:none;border-radius:0;cursor:pointer;display:flex;font-size:1.25rem;height:1.5rem;justify-content:center;line-height:1;transition:transform .2s ease;width:1.5rem}.cart-contents .cart-item .item-thumb .qty-selection .minus:hover,.cart-contents .cart-item .item-thumb .qty-selection .plus:hover{transform:scale(1.1)}.cart-contents .cart-item .item-thumb .qty-selection .qty-input{align-items:center;display:flex;font-size:14px;justify-content:center;min-height:35px;min-width:1.5rem;text-align:center}.cart-contents .cart-item .meta{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%}.cart-contents .cart-item .meta .remove{background-color:transparent;background-image:url(icon-close.svg);background-position:50%;-webkit-background-position:center center;-o-background-position:center center;background-repeat:no-repeat;background-size:contain;height:.9375rem;position:absolute;right:0;top:.5rem;width:.9375rem}.cart-contents .cart-item .meta .error-message{color:var(--red);font-size:.75rem;margin:.25rem 0 0}.cart-contents .cart-item .meta .box-prompt{color:var(--red);display:block;font-size:.75rem;margin-right:-1.875rem;text-align:right;text-transform:uppercase}.cart-contents .cart-item .meta .remove-prompt{background:var(--red);display:none;height:auto;left:0;padding:1.25rem;position:absolute;top:0;width:100%;z-index:1}.cart-contents .cart-item .meta .remove-prompt p{color:#fff;font-size:.875rem;line-height:1rem;margin:0;text-align:center}.cart-contents .cart-item .meta .remove-prompt .btn-wrap{margin-top:.875rem}.cart-contents .cart-item .meta .remove-prompt .btn-wrap a,.cart-contents .cart-item .meta .remove-prompt .btn-wrap button{display:block;padding:.375rem 0;text-align:center;width:100%}.cart-contents .cart-item .meta .remove-prompt .btn-wrap .cancel-prompt{background-color:transparent;border:1px solid #fff;color:#fff}.cart-contents .cart-item .meta .remove-prompt .btn-wrap button{background:#000;color:#fff;margin-bottom:.625rem}.cart-contents .cart-item .meta .product-info{padding-bottom:.625rem;padding-right:1.875rem}.cart-contents .cart-item .meta .product-info .product-title{font-size:18px;font-weight:500;line-height:1.5rem;text-align:left;text-transform:uppercase}.cart-contents .cart-item .meta .product-info .jdgm-widget.jdgm-preview-badge .jdgm-prev-badge__text{font-size:12px}.cart-contents .cart-item .meta .product-info .jdgm-widget.jdgm-preview-badge .jdgm-star{color:#be9353;font-size:14px}.cart-contents .cart-item .meta .product-info .variant-title{font-size:.875rem;line-height:1.5rem;margin:0;text-align:left}.cart-contents .cart-item .meta .product-info .variant-title__value{font-weight:500}.cart-contents .cart-item .meta .product-info .selling-plan-flag{font-size:.875rem;margin-bottom:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cart-contents .cart-item .meta .product-info .selling-plan-flag__value{font-weight:500}.cart-contents .cart-item .meta .end{align-items:center;display:flex;justify-content:flex-end}.cart-contents .cart-item .meta .end .price{align-items:center;display:flex;font-size:1rem;gap:.375rem;line-height:1.25rem;margin:0;text-align:right}.cart-contents .cart-item .meta .end .price .crossed-out-price{color:var(--grey);font-size:.8125rem;text-decoration:line-through}.cart-contents .cart-item .meta .end .price .original{font-weight:500}.cart-drawer__gift-note{padding:1rem;position:relative}.cart-drawer__gift-note:after{border-bottom:1px solid rgba(0,0,0,.2);bottom:0;content:"";left:1rem;position:absolute;right:1rem}.cart-drawer__gift-note .order-note-toggle{align-items:center;cursor:pointer;display:flex;font-size:.75rem;gap:.375rem}.cart-drawer__gift-note .order-note-toggle input[type=checkbox]{display:none}.cart-drawer__gift-note .order-note-toggle i{color:var(--black);font-size:1.25rem}.cart-drawer__gift-note .order-note-toggle .order-note-toggle__text{align-items:center;display:flex;font-size:.875rem;gap:.5rem;justify-content:center}.cart-drawer__gift-note .order-note-container{margin-top:.5rem}.cart-drawer__gift-note .order-note-container .order-note-title{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.cart-drawer__gift-note .order-note-container textarea{border:1px solid #000;border-radius:0;font-size:.875rem;min-height:92px;padding:8px;resize:none;width:100%}.cart-drawer__gift-note .order-note-container textarea::-moz-placeholder{color:inherit;font-family:var(--font-body);opacity:.5}.cart-drawer__gift-note .order-note-container textarea:-ms-input-placeholder{color:inherit;font-family:var(--font-body);opacity:.5}.cart-drawer__gift-note .order-note-container textarea::placeholder{color:inherit;font-family:var(--font-body);opacity:.5}.cart-drawer__gift-note .order-note-container .order-note__character-count{font-size:.75rem;margin-top:.25rem;text-align:right}.cart-drawer__upsells{padding:1rem}.cart-drawer__upsells .message{font-size:1rem;font-weight:500;line-height:1.375rem;margin:0}.cart-drawer__upsells .j-drawer-upsell{background:var(--cream);border:1px solid rgba(190,147,83,.1);display:flex;flex-direction:column;gap:.9375rem;padding:1rem}.cart-drawer__upsells .upsell-card{align-items:center;display:flex;gap:.9375rem}.cart-drawer__upsells .upsell-card+.upsell-card{border-top:1px solid rgba(0,0,0,.2);padding-top:.9375rem}.cart-drawer__upsells .upsell-card .image-wrap{display:block;flex-shrink:0;height:64px;position:relative;width:64px}.cart-drawer__upsells .upsell-card .image-wrap img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.cart-drawer__upsells .upsell-card .meta{flex:1;min-width:0}.cart-drawer__upsells .upsell-card .meta .product-title{font-size:1rem;font-weight:500;text-transform:uppercase}.cart-drawer__upsells .upsell-card .meta p{font-size:.875rem;line-height:1.25rem;margin:0}.cart-drawer__upsells .upsell-card .meta .price .crossed-out-price{color:var(--grey);margin-right:.375rem;text-decoration:line-through}.cart-drawer__upsells .upsell-card .meta .price .original{font-size:1rem;font-weight:500}.cart-drawer__upsells .upsell-card .btn-flex{flex-shrink:0}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add{align-items:center;background:#000;border:none;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.25rem;height:1.75rem;justify-content:center;line-height:1;position:relative;transition:background .2s ease;width:1.75rem}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add:hover{background:var(--gold)}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add .icon-check,.cart-drawer__upsells .upsell-card .btn-flex .upsell-add .icon-plus{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transition:opacity .25s ease,transform .25s ease}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add .icon-check{opacity:0;transform:translate(-50%,-50%) scale(.5)}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add.is-added{background:var(--gold)}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add.is-added .icon-plus{opacity:0;transform:translate(-50%,-50%) scale(.5)}.cart-drawer__upsells .upsell-card .btn-flex .upsell-add.is-added .icon-check{opacity:1;transform:translate(-50%,-50%) scale(1)}.cart-drawer__footer{border-top:1px solid rgba(0,0,0,.2);box-shadow:0 -1px 2px rgba(0,0,0,.15);flex-shrink:0;padding:1rem}.cart-drawer__footer .total{display:flex;font-size:1.125rem;font-weight:500;justify-content:space-between;line-height:1.5rem;margin:0 0 1rem}.cart-drawer__footer .note{color:var(--grey);font-size:.75rem;margin:0 0 .9375rem}.cart-drawer__footer .age-verification-container{margin-bottom:.9375rem}.cart-drawer__footer .age-verification-container input[type=checkbox]{display:none}.cart-drawer__footer .age-verification-container label{align-items:center;cursor:pointer;display:flex;font-size:.875rem;gap:.375rem}.cart-drawer__footer .age-verification-container label i{color:var(--black);font-size:1.25rem}.cart-drawer__footer .age-verification-container .age-verification-error{color:var(--red);font-size:.75rem;margin:.375rem 0 0}.cart-drawer__footer .additional-checkout-buttons{margin-bottom:.9375rem}.cart-drawer__footer .additional-checkout-buttons.disabled{opacity:.4;pointer-events:none}.cart-drawer__footer .btn-flex{flex-direction:column;gap:.625rem;margin-bottom:12px}.cart-drawer__footer .btn-flex .btn{font-weight:500;text-align:center;width:100%}.cart-drawer__footer .btn-flex .btn.disabled{opacity:.4;pointer-events:none}.cart-drawer__footer .btn-flex .btn.focus-visible{outline:2px solid var(--black);outline-offset:2px}.cart-drawer__footer .btn-flex .btn:focus-visible{outline:2px solid var(--black);outline-offset:2px}.cart-drawer__footer .link{font-size:1rem;font-weight:500;text-align:center;text-decoration:underline}.no-cart-items{padding:1rem 1.25rem 1.25rem}.no-cart-items .message p{font-size:14px;margin-bottom:0}.no-cart-items .btn-flex .btn{font-weight:500;text-align:center;width:100%}.cart-drawer__featured-collections{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:0 1.25rem 1.875rem}.cart-drawer__featured-collections .featured-collection-card{display:block;text-align:center}.cart-drawer__featured-collections .featured-collection-card .image-wrap{background:var(--cream);margin-bottom:0;overflow:hidden;padding-top:100%;position:relative;width:100%}.cart-drawer__featured-collections .featured-collection-card .image-wrap img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .4s ease;width:100%}.cart-drawer__featured-collections .featured-collection-card .title-wpr{align-items:center;background-color:var(--cream);border:1px solid rgba(190,147,83,.102);border-top:none;display:flex;justify-content:space-between;padding:12px}.cart-drawer__featured-collections .featured-collection-card .title-wpr .title{color:#000;font-family:var(--font-display);font-size:1rem;letter-spacing:0;margin:0}.cart-drawer__featured-collections .featured-collection-card .title-wpr .ri-arrow-right-line{color:#000;font-size:16px}.cart-drawer__featured-collections .featured-collection-card:hover .image-wrap img{transform:scale(1.05)}.cart-limit-error{background:var(--red);bottom:1.5625rem;color:#fff;font-size:.8125rem;left:50%;opacity:0;padding:.75rem 1.25rem;position:fixed;text-align:center;transform:translate(-50%,1.25rem);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:hidden;z-index:1000}.cart-limit-error.visible{opacity:1;transform:translate(-50%);visibility:visible}.gs__cart-row.gs__line{display:table-row!important}
