.gift-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;overflow:hidden;transition:opacity .3s ease,visibility .3s ease;background:#0009}.gift-modal--active{opacity:1;visibility:visible}.gift-modal__container{position:relative;z-index:1;width:90%;max-width:600px;max-height:90vh;background:#fff;border:1px solid #000;box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:scale(.9);transition:transform .3s ease}.gift-modal--active .gift-modal__container{transform:scale(1)}.gift-modal__content{padding:2rem;max-height:90vh;overflow-y:auto}.gift-modal__content::-webkit-scrollbar{width:6px}.gift-modal__content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.gift-modal__content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.gift-modal__content::-webkit-scrollbar-thumb:hover{background:#555}.gift-modal__title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:#1a1a1a;text-align:center}.gift-modal__description{font-size:1rem;color:#666;text-align:center;margin:0 0 2rem;transition:color .3s ease}.gift-modal__description strong{color:#1a1a1a;font-weight:600}.gift-modal__counter{color:#f9ba05;font-weight:600}.gift-modal__description--highlight{color:#c00;animation:pulse .5s ease}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.gift-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}@media screen and (max-width: 768px){.gift-modal__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}}.gift-card{position:relative;border:2px solid #e0e0e0;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff}.gift-card:hover{border-color:#f9ba05;box-shadow:0 4px 12px #f9ba0550;transform:translateY(-2px)}.gift-card--selected{border-color:#f9ba05;background:#f0f7ff;box-shadow:0 4px 12px #f9ba0550}.gift-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;background:#f9f9f9;overflow:hidden}.gift-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gift-card:hover .gift-card__image{transform:scale(1.05)}.gift-card__checkbox{position:absolute;top:.75rem;right:.75rem;z-index:1}.gift-card__checkbox-input{position:absolute;opacity:0;width:0;height:0}.gift-card__checkbox-label{display:block;width:28px;height:28px;background:#fff;border:2px solid #ccc;border-radius:50%;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 2px 8px #00000026}.gift-card__checkbox-label:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:14px;height:14px;background:#f9ba05;border-radius:50%;transition:transform .2s ease}.gift-card__checkbox-input:checked+.gift-card__checkbox-label{background:#f9ba05;border-color:#f9ba05}.gift-card__checkbox-input:checked+.gift-card__checkbox-label:after{transform:translate(-50%,-50%) scale(1);background:#fff}.gift-card__info{padding:1rem}.gift-card__title{font-size:.9rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gift-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.gift-card__compare-price{font-size:.85rem;color:#999;text-decoration:line-through}.gift-card__current-price{font-size:1rem;font-weight:700;color:#f9ba05}.gift-modal__confirm{width:100%;padding:1rem 2rem;background:#f9ba05;color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.gift-modal__confirm:hover:not(:disabled){background:#ffc414;transform:translateY(-2px);box-shadow:0 4px 12px #f9ba0550}.gift-modal__confirm:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.gift-modal--shake{animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}body.gift-modal-open{overflow:hidden}@media screen and (max-width: 768px){.gift-modal__container{width:95%;max-height:95vh}.gift-modal__content{padding:1.5rem}.gift-modal__title{font-size:1.5rem}.gift-modal__description{font-size:.9rem}.gift-card__title,.gift-card__price{font-size:.85rem}}
/*# sourceMappingURL=/cdn/shop/t/53/assets/gift-selection-modal.css.map */
