.product-gift-options{margin:2rem 0;padding:0;border-bottom:1px solid var(--light-gray)}.gift-options__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.02em;line-height:1.3;padding-top:1.8rem;padding-bottom:1.8rem;margin-bottom:1rem;color:var(--primary)}.gift-options__description{font-size:1.4rem;color:rgb(var(--color-foreground));margin-bottom:1.5rem;line-height:1.6}.gift-options__button.button--secondary{font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;padding:1.4rem 3rem;border:1px solid var(--primary);background:transparent;color:var(--primary);cursor:pointer;transition:background-color .2s,color .2s;width:100%;min-height:5rem;box-shadow:none}.gift-options__button.button--secondary:hover{background-color:var(--primary);color:#fff}.gift-options__button.button--secondary:before,.gift-options__button.button--secondary:after{display:none}.button--secondary:after{box-shadow:none}.gift-options__added{padding-bottom:2rem}.gift-options__added .gift-options__title{margin-bottom:.5rem}.gift-options__price{font-size:1.8rem;font-weight:500;color:rgb(var(--color-foreground));margin-bottom:1.5rem}.gift-options__summary{margin-bottom:1.5rem}.gift-options__summary-item{font-size:1.4rem;color:rgb(var(--color-foreground));margin-top:0;margin-bottom:.3rem;line-height:1.3}.gift-options__summary-item strong{font-weight:700;color:rgb(var(--color-foreground))}.gift-options__actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.gift-options__action-button.button--secondary{width:100%;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;padding:1.4rem 2rem;border:1px solid var(--primary);background:transparent;color:var(--primary);cursor:pointer;transition:background-color .2s,color .2s;min-height:5rem;box-shadow:none}.gift-options__action-button.button--secondary:hover{background-color:var(--primary);color:#fff}.gift-options__action-button.button--secondary:before,.gift-options__action-button.button--secondary:after{display:none}@media screen and (max-width:749px){.gift-options__actions{grid-template-columns:1fr}}.gift-options-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.gift-options-modal[open]{opacity:1;visibility:visible}.gift-options-modal__content{background:rgb(var(--color-background));padding:3rem;width:95%;height:95%;max-width:none;max-height:none;overflow-y:auto;position:relative;border-radius:0}modal-dialog[id^=GiftOptionsModal] .gift-options-modal__content{max-width:720px}modal-dialog[id^=GiftOptionsModal] .gift-options-modal__options{background-color:#f8f7f5;padding-top:1rem;padding-bottom:1rem}.gift-options-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem;color:rgb(var(--color-foreground))}.gift-options-modal__close:hover{opacity:.7}.gift-options-modal__close svg{width:2rem;height:2rem}.gift-options-modal__title{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;text-align:center;color:rgb(var(--color-foreground))}.gift-options-modal__options{display:flex;flex-direction:column;gap:.4rem;background-color:transparent}.gift-option{padding:.3rem 1.5rem .5rem}.gift-option[data-embroidery-text]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.gift-option[data-embroidery-text] .gift-option__title{margin-bottom:0;padding-bottom:0;border-bottom:none;flex:0 0 auto}.gift-option:last-child{padding-bottom:2rem}.gift-option__title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.43rem;font-weight:400;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--light-gray);color:rgba(var(--color-foreground),.7);text-transform:uppercase;letter-spacing:.05em}.gift-option__selected{font-weight:500;color:rgb(var(--color-foreground))}.gift-option__selected-color,.gift-option__selected-value{font-family:Montserrat,sans-serif;font-weight:500;text-transform:none}.gift-option__description{font-size:1.3rem;color:rgba(var(--color-foreground),.7);margin-bottom:1rem}.gift-option__variants{display:flex;flex-direction:column;gap:.8rem}.gift-option__variant{display:flex;align-items:center;gap:.8rem;cursor:pointer;font-size:1.4rem;color:rgb(var(--color-foreground))}.gift-option__variant input[type=radio],.gift-option__variant input[type=checkbox]{width:1.6rem;height:1.6rem;accent-color:var(--primary);cursor:pointer;margin:0}.gift-option__variant-label{line-height:1.4}.gift-option__variant:hover .gift-option__variant-label{color:var(--primary)}.gift-option__clear{margin-top:.8rem;font-size:1.3rem;color:var(--primary);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;text-align:left}.gift-option__clear:hover{color:var(--primary-btn-hover-bg-color)}.gift-message-section{margin-top:1.5rem}.gift-message__textarea{width:100%;min-height:10rem;padding:1.2rem;font-size:1.4rem;font-family:inherit;border:1px solid var(--primary);border-radius:0;background:transparent;color:rgb(var(--color-foreground));resize:vertical}.gift-message__textarea:focus{outline:none;border-color:var(--primary)}.gift-message__textarea::placeholder{color:rgba(var(--color-foreground),.5)}.gift-option__products{display:flex;flex-wrap:wrap;gap:1.5rem}.gift-option__product{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:rgb(var(--color-foreground));padding:1rem;border:1px solid rgba(var(--color-foreground),.1);transition:border-color .2s,box-shadow .2s;width:12rem}.gift-option__product:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000001a}.gift-option__product img{width:8rem;height:8rem;object-fit:cover;margin-bottom:.5rem}.gift-option__product span{font-size:1.2rem;line-height:1.4}.gift-option__price{font-weight:600;color:var(--primary);margin-top:.5rem}.gift-options-modal__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;margin-bottom:100px;padding-top:0}.gift-options-modal__cancel,.gift-options-modal__add{flex:1 1 0;min-width:0;max-width:100%;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:0;cursor:pointer;transition:all .2s}.gift-options-modal__cancel{background:transparent;border:1px solid var(--primary);color:var(--primary);box-shadow:none}.gift-options-modal__cancel:hover{background-color:var(--primary);color:#fff}.gift-options-modal__cancel:before,.gift-options-modal__cancel:after{display:none}.gift-options-modal__add{background:var(--primary-btn-bg-color);border:1px solid var(--primary-btn-bg-color);color:#fff}.gift-options-modal__add:after{box-shadow:none}.gift-options-modal__add:hover:not(:disabled){background:var(--primary-btn-hover-bg-color);border-color:var(--primary-btn-hover-bg-color)}.gift-options-modal__add:hover:not(:disabled):after{box-shadow:none}.gift-options-modal__add:disabled{opacity:.5;cursor:not-allowed;background:var(--light-gray);border-color:var(--light-gray);color:rgba(var(--color-foreground),.5)}.gift-summary{margin:2rem 0;padding:2rem 0}.gift-summary__title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:var(--primary)}.gift-summary__price{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.gift-summary__content{display:flex;flex-direction:column}.gift-summary__group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2.5rem}.gift-summary__group:last-child{margin-bottom:0}.gift-summary__item{font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground))}.gift-summary__item strong{font-weight:600;margin-right:.5rem}.gift-summary__actions{display:flex;gap:1.5rem;margin-top:2rem;padding-top:2rem}.gift-summary__edit,.gift-summary__clear{flex:1;min-width:12rem;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:0;cursor:pointer;transition:all .2s;background:transparent;border:1px solid var(--primary);color:var(--primary);box-shadow:none}.gift-summary__edit:hover,.gift-summary__clear:hover{background-color:var(--primary);color:#fff}@media screen and (max-width:749px){.gift-options-modal__content{padding:2rem;width:95%;height:95%}.gift-options-modal__title{font-size:1.8rem}.gift-option__products{justify-content:center}.gift-option__product{width:10rem}.gift-option__product img{width:6rem;height:6rem}.gift-options-modal__actions{flex-direction:column;gap:1rem}.gift-options-modal__actions{flex-direction:column}.gift-options-modal__cancel,.gift-options-modal__add{width:100%}.gift-summary__title{font-size:2.2rem}.gift-summary__actions{flex-direction:column;gap:1rem}.gift-summary__edit,.gift-summary__clear{width:100%;min-width:auto}}.embroidery-customizer{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;margin-bottom:2rem}.embroidery-preview{display:flex;align-items:center;justify-content:center;background:transparent;padding:0;min-height:500px;border:none;overflow:hidden}.embroidery-preview__container{position:relative;width:65%;height:auto;display:flex;align-items:center;justify-content:center}.embroidery-preview__image{width:100%;height:auto;object-fit:contain;display:block}.embroidery-preview__text-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;text-align:center;z-index:10;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.embroidery-preview__text-overlay[data-location="In Border"]{align-items:flex-end;padding-bottom:12%;justify-content:center}.embroidery-preview__text-overlay[data-location="In Blanket"]{align-items:center;justify-content:center}.embroidery-preview__design-overlay{position:absolute;bottom:20%;left:50%;transform:translate(-50%);width:25%;height:auto;display:none;align-items:center;justify-content:center;pointer-events:none;z-index:10}.embroidery-preview__design-image{width:100%;height:auto;object-fit:contain}.embroidery-preview__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.5);font-size:1.4rem}.embroidery-options{display:flex;flex-direction:column;gap:2rem}.embroidery-location-options,.embroidery-type-options{display:flex;gap:1rem;margin-top:.5rem}.embroidery-location-option,.embroidery-type-option{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:border-color .2s;overflow:visible;background:transparent;padding:.5rem}.embroidery-font-options{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}.embroidery-font-option{position:relative;display:flex;align-items:center;justify-content:center;width:55px;height:55px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:border-color .2s;overflow:visible;background:transparent;padding:.7rem}.embroidery-location-option:hover,.embroidery-type-option:hover,.embroidery-font-option:hover{border-color:rgba(var(--color-foreground),.3)}.embroidery-location-option.selected,.embroidery-type-option.selected,.embroidery-font-option.selected{border-color:var(--primary);border-width:1px}.embroidery-location-option input[type=radio],.embroidery-type-option input[type=radio],.embroidery-font-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.embroidery-location-image,.embroidery-type-image,.embroidery-font-image{width:100%;height:100%;object-fit:contain;border-radius:0;max-width:100%;max-height:100%}.embroidery-paw-options{display:flex;flex-wrap:wrap;gap:.5rem}.embroidery-paw-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:.4rem;min-width:70px;cursor:pointer;background:transparent}.embroidery-paw-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}[data-embroidery-paw-design] .embroidery-paw-label{display:none}.embroidery-paw-label{font-size:1.1rem;text-align:center;line-height:1.2}.embroidery-paw-visual-wrap{width:60px;height:60px;border-radius:50%;border:2px solid transparent;display:flex;align-items:center;justify-content:center;padding:3px;box-sizing:border-box;transition:border-color .2s}.embroidery-paw-option:hover .embroidery-paw-visual-wrap{border-color:rgba(var(--color-foreground),.3)}.embroidery-paw-option.selected .embroidery-paw-visual-wrap{border-color:var(--primary)}.embroidery-paw-visual,.embroidery-paw-image{width:100%;height:100%;border-radius:50%;object-fit:contain;display:block}.embroidery-paw-visual--empty{width:100%;height:100%;border:2px dashed rgba(var(--color-foreground),.25);border-radius:50%;background:rgba(var(--color-foreground),.05);box-sizing:border-box}.embroidery-paw-icon{font-size:1.6rem;line-height:1}.embroidery-paw-image{object-fit:contain}.embroidery-design-options{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.embroidery-design-option{position:relative;display:flex;align-items:center;justify-content:center;width:55px;height:55px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:border-color .2s;overflow:visible;background:transparent;padding:.5rem}.embroidery-design-option:hover{border-color:rgba(var(--color-foreground),.3)}.embroidery-design-option.selected{border-color:var(--primary);border-width:1px}.embroidery-design-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.embroidery-design-image{width:100%;height:100%;object-fit:contain;border-radius:0;max-width:100%;max-height:100%}.embroidery-monogram-style-options{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.embroidery-monogram-style-option{position:relative;display:flex;align-items:center;justify-content:center;width:55px;height:55px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:border-color .2s;overflow:visible;background:transparent;padding:.5rem}.embroidery-monogram-style-option:hover{border-color:rgba(var(--color-foreground),.3)}.embroidery-monogram-style-option.selected{border-color:var(--primary);border-width:1px}.embroidery-monogram-style-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.embroidery-monogram-style-image{width:100%;height:100%;object-fit:contain;border-radius:0;max-width:100%;max-height:100%}.embroidery-monogram-input{text-transform:uppercase}.embroidery-color-options{display:grid;grid-template-columns:repeat(10,1fr);gap:1.2rem;margin-top:2rem;max-width:760px}.embroidery-color-option{position:relative;display:flex;align-items:center;justify-content:center;padding:1px;border:none;cursor:pointer;transition:transform .2s}.embroidery-color-option:hover{transform:scale(1.05)}.embroidery-color-option.selected{transform:scale(1)}.embroidery-color-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.embroidery-color-swatch{width:48px;height:48px;border-radius:50%;border:.5px solid rgba(var(--color-foreground),.2);cursor:pointer;transition:border-color .2s,box-shadow .2s;background-clip:padding-box}.embroidery-color-option.selected .embroidery-color-swatch{border:1px solid rgba(var(--color-foreground),.2);box-shadow:0 0 0 5px #fff,0 0 0 6px var(--primary)}.embroidery-text-input{flex:1 1 0%;min-width:0;width:100%;padding:15px 1rem;font-size:1.4rem;font-family:inherit;border:1px solid var(--primary);border-radius:0;background:transparent;color:rgb(var(--color-foreground));margin-left:0}.embroidery-text-input:focus{outline:none;border-color:var(--primary)}.embroidery-character-count{font-size:1.2rem;color:rgba(var(--color-foreground),.7);margin-top:.5rem;text-align:right;flex-basis:100%;width:100%}.embroidery-disclaimer{grid-column:1 / -1;padding-top:0;border-top:none;font-size:1.3rem;color:rgba(var(--color-foreground),.7);line-height:1.6;text-align:center;width:100%}.embroidery-disclaimer p{margin-bottom:0}@media screen and (max-width:749px){.embroidery-customizer{grid-template-columns:1fr;gap:2rem}.embroidery-preview{min-height:300px}.embroidery-location-option,.embroidery-type-option{width:60px;height:60px}.embroidery-font-option,.embroidery-design-option{width:50px;height:50px}.embroidery-text-input{padding-top:0;padding-bottom:0}.embroidery-monogram-style-option{width:50px;height:50px}.embroidery-color-options{grid-template-columns:repeat(6,1fr);gap:.6rem}.embroidery-color-swatch{width:30px;height:30px}.gift-option[data-embroidery-text]{flex-direction:column;align-items:stretch}.gift-option[data-embroidery-text] .gift-option__title{margin-bottom:.5rem}.embroidery-preview__design-overlay{bottom:15%;width:30%}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/component-gift-options.css.map */
