.baby-shower-list{width:100%;max-width:800px;margin:0 auto;padding-bottom:80px;background-color:#fef9f8}.baby-shower-back-btn-container{padding-top:16px;padding-left:16px}.baby-shower-back-btn{display:flex;align-items:center;color:#c49a78;font-weight:500;background:none;border:none;font-size:15px;cursor:pointer;padding:4px 0}.baby-shower-back-icon{margin-right:8px;color:#c49a78}.baby-shower-header-card{background-color:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;margin:16px;padding:24px}.baby-shower-header-content{display:flex;flex-direction:column;align-items:center;text-align:center}.baby-shower-title-container{display:flex;align-items:center}.baby-shower-title{font-size:24px;font-weight:600;color:#c49a78;margin:0}.baby-shower-heart-icon{margin-left:8px;color:#c49a78}.baby-shower-event-type-container{display:flex;align-items:center;gap:8px;margin-top:8px}.baby-shower-event-type{color:#595151}.baby-shower-container-date{display:flex;align-items:center;gap:8px;margin-top:8px}.baby-shower-event-date{color:#595151}.baby-shower-date-icon{color:#c49a78}.baby-shower-owner-container{display:flex;align-items:center;gap:8px;margin-top:4px;color:#595151;font-size:15px}.baby-shower-owner-name{font-weight:400}.baby-shower-owner-name-icon{color:#c49a78}.baby-shower-message{background-color:#f8f3f0;border-radius:8px;padding:16px;margin-top:16px;font-size:15px;color:#484343;width:100%;box-sizing:border-box}.baby-shower-countdown{background-color:#f8f3f0;color:#8d6544;font-weight:500;padding:8px 16px;font-size:15px;border-radius:9999px;margin-top:16px}.baby-shower-product-tabs{margin-top:24px;padding:0 16px}.baby-shower-tab-navigation{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.baby-shower-tabs{display:flex}.baby-shower-tab{padding:12px 16px;font-weight:500;font-size:15px;color:#595151;background:none;border:none;cursor:pointer;position:relative}.baby-shower-tab-active{color:#c49a78;font-weight:600}.baby-shower-tab-active:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:2px;background-color:#c49a78}.baby-shower-cart-icon-btn{background:none;border:none;cursor:pointer;position:relative;padding:8px;color:#595151}.baby-shower-cart-icon-btn svg{color:#595151;transition:color .2s ease-in-out}.baby-shower-cart-icon-btn:hover svg{color:#c49a78}.baby-shower-cart-count{position:absolute;top:0;right:0;background-color:#c49a78;color:#fff;border-radius:50%;font-size:10px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:700}.baby-shower-products-grid{margin-top:24px;display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 568px) and (max-width: 767px){.baby-shower-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.baby-shower-products-grid{grid-template-columns:repeat(3,1fr)}}.baby-shower-product-card{background-color:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;overflow:hidden;display:flex;flex-direction:column}.baby-shower-product-image-wrapper{position:relative;height:192px;overflow:hidden}.baby-shower-product-image-container{height:100%;overflow:hidden}.baby-shower-product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0,0,.44,1.18);transform:scaleZ(1);transform-origin:center center}.baby-shower-product-image:hover{transform:scale3d(1.025,1.025,1)}.product__badges{position:absolute;z-index:1}.baby-shower-product-details{padding:16px;display:flex;flex-direction:column;justify-content:space-between;min-height:307px}.baby-shower-product-name-link{text-decoration:none;color:inherit}.baby-shower-product-name{font-weight:500;color:#484343;font-size:15px;margin:0;transition:color .2s}.baby-shower-product-variant-name{font-weight:500;color:#595151;font-size:13.5px;margin:4px 0 0;transition:color .2s}.baby-shower-product-name-link:hover .baby-shower-product-name,.baby-shower-product-name-link:hover .baby-shower-product-variant-name{color:#c49a78}.baby-shower-product-price-container{display:flex;justify-content:flex-start;gap:8px;align-items:center;margin-top:8px}.baby-shower-product-price{color:#595151;font-weight:600;font-size:15px;margin:0}.baby-shower-product-price.oferta{color:#c49a78}.baby-shower-product-compare-price{color:#595151;font-weight:500;font-size:15px;margin:0;text-decoration:line-through}.baby-shower-quantity-control{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:12px}.baby-shower-quantity-input-container,.quantity{width:100%}.quantity__button{background:#f8f3f0;padding:8px 12px;border:none;cursor:pointer;transition:background-color .2s;height:48px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.quantity__button.disabled{opacity:.5;cursor:not-allowed}.quantity__button:hover:not(.disabled){background-color:#e5e7eb}.quantity-input{flex-grow:1;text-align:center;border:none;background:transparent;font-size:14px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;height:48px;min-width:30px}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:disabled{opacity:.5;cursor:not-allowed}.baby-shower-add-to-cart-btn{width:100%;background-color:#c49a78;color:#fff;padding:12px 0;border:none;border-radius:30px;height:50px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s;text-align:center;display:inline-block;text-decoration:none}.baby-shower-add-to-cart-btn:disabled{background-color:#e1c0a6;color:#fff;cursor:not-allowed;opacity:.7}.baby-shower-add-to-cart-btn:hover:not(:disabled){background-color:#e1c0a6}.baby-shower-product-progress-info{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.baby-shower-product-quantity,.baby-shower-product-purchased{font-size:14px;color:#595151}.baby-shower-product-status-text{width:100%;background-color:#c49a78;opacity:.6;cursor:not-allowed;color:#fff;padding:12px 0;border:none;border-radius:30px;height:50px;font-size:15px;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center}.skeleton .skeleton-box{background-color:#e5e5e5;border-radius:6px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton .skeleton-image{width:100%;height:192px;padding-top:0}.skeleton .skeleton-title{height:20px;width:70%;margin:12px 0 8px}.skeleton .skeleton-price{height:20px;width:40%;margin-bottom:16px}.skeleton .baby-shower-quantity-control{flex-direction:row;gap:8px}.skeleton .skeleton-quantity{height:50px;flex-grow:1;width:auto}.skeleton .skeleton-button{height:50px;width:100%}.skeleton .baby-shower-quantity-input-container,.skeleton .baby-shower-add-to-cart-btn{width:100%}.skeleton .skeleton-progress{height:12px;width:60%;margin-top:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s linear}.modal-overlay.visible{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s 0s linear}.modal-content{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a;max-width:90%;width:350px;text-align:center;transform:scale(.95);opacity:0;transition:transform .3s ease,opacity .3s ease}.modal-overlay.visible .modal-content{transform:scale(1);opacity:1}.modal-message{color:#484343;font-size:15px;margin-bottom:1.5rem}.modal-buttons{display:flex;flex-direction:column;gap:8px}.modal-button{width:100%;background-color:#c49a78;color:#fff;padding:12px 0;border:none;height:50px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}.modal-button:hover:not(.confirmDelete):not(.cancel){background-color:#e1c0a6}.modal-button.confirmDelete{background-color:#c45a5a}.modal-button.confirmDelete:hover{background-color:#c47878}.modal-button.cancel{background-color:#f0f0f0;color:#595151}.modal-button.cancel:hover{background-color:#e0e0e0}.remove-scrolling{height:100%;overflow:hidden}.baby-shower-product-image-wrapper{position:relative}.loading-icon{animation:spin 1s linear infinite;color:#fff}.loading-icon.dark{color:#595151}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{opacity:0;animation:fadeInAnimation .3s ease-in-out forwards}@keyframes fadeInAnimation{to{opacity:1}}.baby-shower-cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10001;display:flex;justify-content:flex-end;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s .4s linear}.baby-shower-cart-modal-overlay.visible{opacity:1;visibility:visible;transition:opacity .4s ease,visibility 0s 0s linear}.baby-shower-cart-modal{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background-color:#fff;width:100%;max-width:470px;height:100%;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .4s ease}.baby-shower-cart-modal-overlay.visible .baby-shower-cart-modal{transform:translate(0)}.baby-shower-cart-header{display:flex;justify-content:space-between;align-items:center;padding:16px 30px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.baby-shower-cart-title{font-size:22px;font-weight:600;color:#484343;margin:0}.baby-shower-cart-close-btn{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280}.baby-shower-cart-items{flex-grow:1;overflow-y:auto;padding:20px 30px}.baby-shower-cart-empty-message{text-align:center;color:#595151;margin-top:40px}.baby-shower-cart-item{display:flex;position:relative;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0;align-items:center}.baby-shower-cart-item:last-child{border-bottom:none}.baby-shower-cart-item-image{width:90px;height:90px;object-fit:cover;border-radius:8px;flex-shrink:0}.baby-shower-cart-item-details{flex-grow:1;display:flex;flex-direction:column}.baby-shower-cart-item-link{width:fit-content;text-decoration:none}.baby-shower-cart-item-title{font-weight:400;color:#595151;font-size:15px;margin:0;cursor:pointer;transition:color .2s}.baby-shower-cart-item-title:hover{color:#c49a78}.baby-shower-cart-item-variant{font-size:13px;opacity:.8;color:#595151}.baby-shower-cart-item-variant a{text-decoration:none}@media (max-width: 767px){.baby-shower-cart-item-variant{font-size:12.5px;color:#595151}.baby-shower-cart-item-title{font-size:13.5px}.baby-shower-cart-item-price,.baby-shower-cart-item-price-discount,.baby-shower-cart-item-price-original{font-size:13.5px!important}}.baby-shower-cart-item-price-container{display:flex;align-items:center;gap:6px}.baby-shower-cart-item-price{font-size:15px;font-weight:600;color:#595151}.baby-shower-cart-item-price-discount{color:#c49a78;font-weight:600;font-size:15px;margin-right:.5rem}.baby-shower-cart-item-price-original{color:#666;font-weight:500;font-size:15px;text-decoration:line-through}.baby-shower-cart-item-quantity-controls{display:inline-flex;align-items:center;width:fit-content;border:1px solid #e5e5e5;border-radius:3px;margin-top:6px;overflow:hidden}.baby-shower-cart-item-quantity-controls .quantity-btn{width:30px;height:33px;background-color:#f5f5f5;border:none;color:#483434;font-size:15px;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center}.baby-shower-cart-item-quantity-controls .quantity-value{width:38px;height:33px;font-size:15px;font-weight:400;background-color:#f5f5f5;color:#483434;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.baby-shower-cart-item-quantity-controls .quantity-btn,.baby-shower-cart-item-quantity-controls .quantity-value{font-size:13.5px}}.baby-shower-cart-item-remove-btn{position:absolute;bottom:20px;right:20px;background:none;border:none;color:#d0473e;font-size:12px;cursor:pointer;padding:4px;text-decoration:underline}.baby-shower-cart-item-remove-btn:hover{color:#a34a4a}.baby-shower-cart-footer{padding:20px 30px 30px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.baby-shower-cart-footer-totals-container{display:flex;flex-direction:column;gap:4px}.baby-shower-cart-subtotal{display:flex;justify-content:space-between;font-size:15px;font-weight:600;color:#595151}.baby-shower-cart-subtotal-amount{font-weight:500;color:#595151;font-size:15px}@media (max-width: 767px){.baby-shower-cart-subtotal,.baby-shower-cart-subtotal-amount{font-size:13.5px}}.baby-shower-cart-checkout-btn,.baby-shower-cart-close-btn-secondary{width:100%;padding:12px 0;border:none;font-family:Karla,sans-serif;height:50px;border-radius:30px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .3s}.baby-shower-cart-checkout-btn{background-color:#c49a78;color:#fff;transition:.4s cubic-bezier(.3,1,.3,1)}.baby-shower-cart-checkout-btn:hover{background-color:#e1c0a6}@media (max-width: 767px){.baby-shower-cart-checkout-btn,.baby-shower-cart-close-btn-secondary{font-size:13.5px}}.baby-shower-cart-close-btn-secondary{background-color:#fff;color:#484343;border:1px solid #e5e5e5;transition:.4s cubic-bezier(.3,1,.3,1)}.baby-shower-cart-close-btn-secondary:hover{background-color:#e1c0a6;color:#fff;border:1px solid #e1c0a6}.baby-shower-checkout-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10002;display:flex;align-items:center;justify-content:center;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s linear}.baby-shower-checkout-modal.visible{visibility:visible;transition:opacity .3s ease,visibility 0s 0s linear}@keyframes baby-shower-checkout-modal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.baby-shower-checkout-modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;padding:24px;box-shadow:0 5px 15px #0000001a;transform:scale(.95);opacity:0;animation:baby-shower-checkout-modal .3s ease-out}.baby-shower-checkout-modal.visible .baby-shower-checkout-modal-content{transform:scale(1);opacity:1}.baby-shower-checkout-modal-title{font-size:22px;color:#484343;margin:0 0 8px;text-align:center}.baby-shower-checkout-modal-subtitle{color:#595151;font-size:15px;margin:0 0 12px;text-align:center}.baby-shower-checkout-form{display:flex;flex-direction:column;gap:8px}.baby-shower-form-group{display:flex;flex-direction:column;gap:4px}.baby-shower-form-group label{font-size:15px;color:#484343;font-weight:500}.baby-shower-form-group input,.baby-shower-form-group textarea{padding:12px 16px;border:1px solid #e5e5e5;border-radius:8px;font-size:15px;width:100%;box-sizing:border-box}.baby-shower-form-group input:focus,.baby-shower-form-group textarea:focus{border:1px solid #c49a78}.baby-shower-form-group textarea{min-height:100px;resize:vertical}.baby-shower-checkout-buttons{display:flex;gap:12px;margin-top:12px}.baby-shower-checkout-cancel-btn,.baby-shower-checkout-confirm-btn{flex:1;padding:14px 0;border-radius:30px;font-family:Karla,sans-serif;font-size:15px;height:50px;font-weight:600;cursor:pointer;transition:all .2s ease}@media (max-width: 767px){.baby-shower-checkout-cancel-btn,.baby-shower-checkout-confirm-btn{font-size:13.5px}.baby-shower-checkout-modal-title{font-size:20px}.baby-shower-checkout-modal-subtitle,.baby-shower-form-group label,.baby-shower-form-group input,.baby-shower-form-group textarea{font-size:13.5px}}.baby-shower-checkout-cancel-btn{background-color:#fff;color:#484343;border:1px solid #e5e5e5}.baby-shower-checkout-cancel-btn:hover{background-color:#e1c0a6;color:#fff}.baby-shower-checkout-confirm-btn{background-color:#c49a78;color:#fff;border:none}.baby-shower-checkout-confirm-btn:hover:not(:disabled){background-color:#e1c0a6}.baby-shower-checkout-confirm-btn:disabled{opacity:.7;cursor:not-allowed}.error-message{display:none;font-size:13.5px;color:#de5151;margin-top:-3px}@media (max-width: 767px){.error-message{font-size:12.5px}}.input-error{border:1px solid #de5151!important}.show-error{display:block}
/*# sourceMappingURL=/cdn/shop/t/27/assets/studioib-cart-checkout-babyshower.css.map */
