:root{--color-bg: #f9f9f9;--color-text: rgb(53, 53, 53);--color-accent: #865ea7;--color-card: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,sans-serif}.main-container{background-color:var(--color-bg);color:var(--color-text);min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:2rem;padding-right:2rem}.product-card{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;justify-items:center;background-color:var(--color-bg)}.fade-in{animation:fadeIn .5s ease-in-out}.pagination-numbers{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0 4rem;flex-wrap:wrap;padding:0 clamp(1rem,4vw,3rem)}.pagination-number-btn{background-color:#fff;border:1px solid var(--color-accent);border-radius:9999px;padding:.4rem 1rem;font-size:1rem;cursor:pointer;color:var(--color-text);transition:background-color .2s ease,color .2s ease}.pagination-number-btn:hover,.pagination-number-btn.active{background-color:var(--color-accent);color:#fff;font-weight:600}@media (max-width: 1024px){.pagination-number-btn{font-size:.95rem;padding:.35rem .9rem}}@media (max-width: 768px){.pagination-number-btn{font-size:.9rem;padding:.3rem .8rem}.container{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 480px){.product-card{grid-template-columns:1fr;gap:1.5rem}.pagination-number-btn{font-size:.85rem;padding:.3rem .75rem}.container{padding-left:1rem;padding-right:1rem}}.product-card{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;max-width:1500px;margin:0 auto;justify-items:center}@media (max-width: 1024px){.product-card{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.product-card{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 480px){.product-card{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}}.main-header{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fff;box-shadow:0 1px 4px #0000000d;flex-wrap:nowrap}@media (min-width: 1024px){.main-header{padding:1.5rem 4rem}}.header-left{display:flex;align-items:center;gap:2rem;flex-wrap:nowrap;overflow:hidden}.logo img{max-height:120px;width:auto}.logo{display:flex;align-items:center;max-width:300px}.category-nav{display:flex;flex-direction:row;align-items:center;gap:1.25rem;margin-left:2rem;flex-wrap:nowrap;white-space:nowrap}.category-link{display:flex;align-items:center;gap:.4rem;color:#1b1b1b;font-size:.9rem;text-decoration:none;transition:color .2s ease}.category-link:hover{color:#ff677e}.category-link svg{stroke:#1b1b1b;fill:none}.search-cart-wrapper{display:flex;align-items:center;gap:1.25rem}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;color:#1b1b1b;font-size:1.5rem;cursor:pointer}.cart-count{position:absolute;top:-6px;right:-10px;background-color:#1b1b1b;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:9999px}.mobile-menu-icon{display:none;cursor:pointer}.mobile-nav{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease;display:flex;flex-direction:column;gap:1rem;background:#fff;padding:0 2rem;position:absolute;top:100%;left:0;right:0;z-index:40;box-shadow:0 2px 8px #0000001a}.mobile-nav.open{max-height:300px;opacity:1;padding:1rem 2rem}@media (max-width: 1024px){.category-nav{display:none}.mobile-menu-icon{display:flex;align-items:center;color:#1b1b1b}}@media (max-width: 768px){.logo img{max-height:130px;max-width:230px}.search-cart-wrapper{justify-content:flex-end;gap:1rem}}.footer{background:#fff;padding:1.5rem 1rem 1rem;font-size:.85rem;color:#555;box-shadow:0 -1px 4px #0000000d;text-align:center}.footer-top{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-links button{background:none;border:none;color:#888;font-size:.85rem;cursor:pointer;text-decoration:none;transition:color .2s ease;padding:0;font-family:inherit}.footer-links button:hover{color:#e1306c}.instagram-link{color:#1b1b1b;transition:color .2s ease}.instagram-link:hover{color:#e1306c}.footer-bottom{font-size:.75rem;color:#aaa}@media (max-width: 640px){.footer-links{justify-content:center;text-align:center;width:100%}.footer-links button{font-size:.95rem}.footer-top{flex-direction:column;align-items:center;gap:.5rem}}.hero-section{position:relative;width:100%;height:260px;background:linear-gradient(325deg,#865ea7 22%,#ff677e 83%);display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;text-align:center;overflow:hidden;padding:2rem}.hero-with-image{background-size:cover;background-position:center}.hero-overlay{position:absolute;width:100%;height:100%;background:#d5cccc40;top:0;left:0;z-index:1}.hero-content{position:relative;z-index:2;animation:slideUp 1s ease-out;max-width:1000px;padding:0 2rem;width:100%}.hero-title{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.25);line-height:1.2}.hero-subtitle{font-size:1.4rem;color:#f3f3f3;animation:fadeIn 1s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero-section{height:220px;padding:2rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}}@media (max-width: 768px){.hero-section{height:180px;padding:1.5rem 1rem;flex-direction:column}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}}.product-box{background-color:#fff;border-radius:.2rem;overflow:hidden;display:flex;flex-direction:column;width:90%;max-width:400px;min-width:160px;box-shadow:0 4px 6px -1px #0000001a;transition:box-shadow .3s ease;margin-bottom:1rem}.product-box:hover{box-shadow:0 6px 12px #00000026}.product-image-wrapper{width:100%;aspect-ratio:1 / 1;overflow:hidden;position:relative;background-color:#fff;display:flex;align-items:center;justify-content:center}.catalog-product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;cursor:pointer;transition:opacity .6s ease-in-out,transform .6s ease-in-out}.primary-image{z-index:1;opacity:1}.secondary-image{z-index:2;opacity:0}.product-image-wrapper:hover .secondary-image{opacity:1;transform:scale(1.04)}.product-image-wrapper:hover .primary-image{opacity:0;transform:scale(1.04)}.product-info-wrapper{padding:.8rem 1rem;display:flex;flex-direction:column;gap:.2rem;flex-grow:1;justify-content:space-between}.product-title{font-family:Poppins,sans-serif;font-size:.9rem;color:#2c2929;width:90%}.product-divider{border:none;border-top:1px solid #e0e0e0;margin:.5rem 0 .7rem}.product-price{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:#272727}.product-meta{display:flex;justify-content:space-between;align-items:center}.icon-cart-btn{background-color:#ff677e;border:none;border-radius:.2rem;padding:.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;color:#fff;font-size:1.1rem}.icon-cart-btn:hover{background-color:#865ea7}.icon-cart-btn.animate{animation:cart-pop .4s ease}@keyframes cart-pop{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}@media (max-width: 768px){.product-title{font-size:.85rem}.product-price{font-size:1rem}.icon-cart-btn{font-size:.95rem;padding:.5rem}}@media (max-width: 480px){.product-title{font-size:.8rem}.product-price{font-size:.95rem}.icon-cart-btn{font-size:.9rem;padding:.4rem}}.qs-container{display:flex;align-items:center;gap:.5rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:9999px;padding:0 .75rem;height:2.5rem;transition:border .2s ease}.qs-btn{all:unset;display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;cursor:pointer;transition:transform .1s ease,background-color .2s ease}.qs-btn:hover{background-color:#f5f5f5;transform:scale(1.05)}.qs-input{all:unset;width:2.5rem;text-align:center;font-size:1rem;font-weight:500;color:#333}.qs-input::-webkit-inner-spin-button,.qs-input::-webkit-outer-spin-button{-webkit-appearance:none}.qs-input[type=number]{-moz-appearance:textfield}.cart-container{background-color:var(--color-bg);padding:2rem 5%;max-width:1500px;width:80%;margin:0 auto;border-radius:1rem}.cart-title{font-family:Poppins,sans-serif;font-size:1.3rem;margin-bottom:1rem;color:#2c2929}.back-link{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;font-size:.875rem;color:#666;text-decoration:none}.back-link:hover{text-decoration:underline}.empty-cart{text-align:center;color:#888;margin-top:2rem}.cart-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.cart-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 8px #0000000d}.cart-item-info{display:flex;align-items:center;gap:1rem;flex:1}.cart-item-img{width:150px;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:.2rem}.cart-item-name{font-family:Poppins,sans-serif;font-weight:400;margin-bottom:.25rem;width:90%}.cart-item-detail,.cart-item-subtotal{font-family:Poppins,sans-serif;font-size:1rem;color:#555}.cart-item-subtotal{font-weight:500;color:#333;margin-top:.25rem}.cart-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.quantity-selector{display:flex;align-items:center;gap:.5rem}.qty-input{width:3rem;text-align:center;padding:.3rem;font-size:1rem;border:1px solid #ccc;border-radius:.3rem}.remove-link{font-size:.85rem;color:#c82333;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.3rem;transition:background-color .2s ease}.remove-link:hover{background-color:#ffe6e6}.cart-total{font-family:Poppins,sans-serif;text-align:right;font-size:1.25rem;font-weight:700}.place-order{text-align:right}.order-btn{background-color:#ff677e;color:#fff;padding:.75rem 1.5rem;font-size:1rem;border-radius:.375rem;border:none;cursor:pointer}.order-btn:hover{background-color:#865ea7}@media (min-width: 600px){.cart-item-controls{flex-direction:row;align-items:center}}@media (max-width: 480px){.cart-container{width:100%}.cart-item{flex-direction:column;align-items:flex-start}.cart-item-controls{width:100%;flex-direction:row;justify-content:space-between;margin-top:1rem}.cart-item-img{width:120px;height:120px}.cart-item-name{font-size:.9rem}.cart-item-detail{margin-bottom:.4rem}.cart-item-subtotal{margin-bottom:.5rem}.cart-total,.place-order{text-align:center}}.upseller-section{padding:0;background-color:var(--color-bg);margin-bottom:0}.upseller-inner-wrapper{max-width:1400px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.upseller-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:1rem 0;width:100%;max-width:1500px;margin:0 auto 2rem;justify-items:center}.upseller-tabs{display:flex;justify-content:center;margin-bottom:2.5rem;font-family:Poppins,sans-serif;padding-bottom:.5rem}.upseller-tabs button{background:none;border:none;border-bottom:3px solid transparent;font-size:1.4rem;color:#888;cursor:default;padding:.4rem .6rem;transition:all .3s ease;text-align:center}.upseller-tabs button.active{color:#000;border-color:#ff4e7a}@media (max-width: 768px){.upseller-tabs button{font-size:1rem}.upseller-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.2rem;padding:0 1rem}}@media (max-width: 480px){.upseller-grid{gap:1rem}}.product-page-detail-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding:2rem 5%;max-width:1600px;margin:0 auto;background-color:var(--color-bg);box-sizing:border-box;overflow-x:hidden}.product-page-main-section{display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box;overflow-x:hidden}.product-page-main-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:600px;border-radius:.2rem;box-shadow:var(--shadow);overflow:hidden}.product-page-main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease,filter .3s ease}.product-page-main-image:hover{transform:scale(1.05);filter:brightness(1.1) contrast(1.1)}.product-page-thumbnail-row{display:flex;flex-direction:column;gap:1rem}.product-page-thumbnail{width:200px;height:140px;-o-object-fit:cover;object-fit:cover;cursor:pointer;border-radius:.2rem;box-shadow:var(--shadow);transition:transform .3s ease,filter .3s ease}.product-page-thumbnail:hover{transform:scale(1.05);filter:brightness(1.1) contrast(1.1)}.product-page-info-section{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:800px;align-items:center;text-align:center}.product-page-title{margin-top:0;font-size:1.7rem;font-family:Poppins,sans-serif;font-weight:700;width:98%;color:#393939}.product-page-price{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;color:#393939}.product-page-description{color:#555;line-height:2;max-width:550px;font-family:Poppins,sans-serif}.product-page-delivery-note{color:#ff4e7a;font-weight:600;font-size:.9rem;margin-top:.5rem;text-align:center}.product-page-features{display:flex;gap:1.5rem;font-size:1rem;max-width:500px;color:#555;margin-top:1rem;flex-wrap:wrap;justify-content:center}.product-page-feature-icon{display:flex;align-items:center;gap:.5rem;padding-bottom:1rem}.product-page-hr{margin:2rem auto;width:50%}.product-page-btn-row{display:flex;width:100%;max-width:700px;gap:.5rem}.product-page-btn-buy{flex:9;border:none;font-weight:500;background-color:#ff677e;color:#fff;font-family:Poppins,sans-serif;font-size:1rem;cursor:pointer;transition:background-color .2s ease;text-align:center;padding:.7rem 1.2rem;border-radius:.375rem}.product-page-btn-buy:hover{background-color:#e85c71}.product-page-btn-cart{width:44px;height:44px;background-color:#ff677e;color:#fff;font-size:1.3rem;border:none;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;padding:0}.product-page-btn-cart:hover{background-color:#e85c71}.tooltip-wrapper{position:relative;display:flex;flex:1}.tooltip-text{visibility:hidden;width:-moz-max-content;width:max-content;max-width:180px;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:.4rem .7rem;font-size:.75rem;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s ease;pointer-events:none;white-space:nowrap}.tooltip-wrapper:hover .tooltip-text{visibility:visible;opacity:1}.product-tabs{width:98%;max-width:640px;margin-top:2rem;font-family:Poppins,sans-serif;border-top:1px solid #eee}.product-tabs-buttons{display:flex;justify-content:left;gap:1.5rem;margin:1rem 0}.product-tabs-buttons button{background:none;border:none;border-bottom:2px solid transparent;font-weight:500;font-size:.95rem;color:#666;cursor:pointer;padding:.3rem .5rem;transition:all .3s ease}.product-tabs-buttons button:hover{color:#222}.product-tabs-buttons button.active{color:#000;border-color:#ff4e7a}.product-tabs-content{padding:1rem .5rem;color:#444;font-size:.95rem;line-height:1.8;text-align:left;max-width:100%;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.product-tabs-content.active{opacity:1;transform:translateY(0)}.product-tabs-content p{margin-bottom:.3rem}@media (min-width: 1024px){.product-page-detail-container{flex-direction:row;gap:4rem;align-items:flex-start}.product-page-main-section{flex:0 0 55%;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:2rem;min-height:600px}.product-page-thumbnail-row{flex-direction:column;max-height:750px;align-self:stretch}.product-page-main-image-wrapper{max-width:700px;height:600px;align-self:flex-start}.product-page-thumbnail-row::-webkit-scrollbar{display:none}.product-page-info-section{flex:0 0 45%}}@media (max-width: 768px){.product-page-title,.product-page-price{font-size:1.4rem}.product-page-main-section{flex-direction:column}.product-page-main-image-wrapper{order:1;height:85vw;max-height:500px;border-radius:.2rem;overflow:hidden;box-shadow:var(--shadow)}.product-page-thumbnail-row{order:2;flex-direction:row;justify-content:center;overflow-x:hidden;width:100%;margin-top:1rem;gap:.75rem;scroll-snap-type:x mandatory}.product-page-thumbnail{width:110px;height:110px;flex-shrink:0;scroll-snap-align:center}.product-page-thumbnail-row::-webkit-scrollbar{display:none}.product-page-detail-container{padding:1rem;margin-bottom:-2rem}.product-tabs-buttons{justify-content:center}}.product-mobile-buybar{display:none}.shipment-grid{display:flex;flex-direction:column;gap:2rem;padding:2rem 5%;color:var(--color-text);background-color:var(--color-bg)}@media (min-width: 768px){.shipment-grid{flex-direction:row;justify-content:center;align-items:flex-start;max-width:1280px;margin:0 auto}.shipment-form{min-width:620px}.form-section-card{min-height:550px}}.shipment-form{flex:1;max-width:600px;display:flex;flex-direction:column;box-shadow:var(--shadow)}.form-section-card{background-color:var(--color-card);padding:1.5rem 2rem;border-radius:.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem;animation:fadeIn .4s ease-in-out}.form-section-card h1{font-family:Poppins,sans-serif;font-size:1.2rem;color:#2c2929}.shipment-form input,.shipment-form textarea{padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:.5rem;background-color:#fff;box-shadow:var(--shadow);font-family:Inter,sans-serif;transition:border .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.shipment-form input:focus,.shipment-form textarea:focus{border-color:#ff677e;outline:none;box-shadow:0 0 0 2px #ff677e33}.shipment-form textarea{min-height:100px;resize:vertical}.styled-phone-input{display:flex;align-items:center;border:1px solid #ccc;border-radius:.5rem;background-color:#fff;box-shadow:var(--shadow);font-family:Inter,sans-serif;overflow:hidden;margin-bottom:1rem;width:100%}.styled-phone-input:focus-within{border-color:#ff677e;box-shadow:0 0 0 2px #ff677e33}.phone-prefix{padding:.75rem 1rem;font-size:1rem;background-color:#fff;color:#a0a5ab!important;border-right:1px solid #ccc}.styled-phone-input input{flex:1;padding:.75rem 1rem;border:none;outline:none;font-size:1rem;background:transparent}.custom-select-wrapper{width:100%}.custom-select-wrapper input:focus,.custom-select-wrapper input:focus-visible{outline:none!important;box-shadow:none!important}.custom-select-wrapper input::-moz-selection{background-color:transparent}.custom-select-wrapper input::selection{background-color:transparent}.custom-select-wrapper .css-13cymwt-control{width:100%;min-width:unset;padding:.3rem .5rem;border-radius:.5rem;border:1px solid #ccc;box-shadow:var(--shadow);font-family:Inter,sans-serif;font-size:1rem;background-color:#fff;box-sizing:border-box}.custom-select-wrapper .css-1dimb5e-singleValue{color:var(--color-text)}.custom-select-wrapper .css-1jqq78o-placeholder{color:#a0a5ab!important;font-weight:400}.payment-summary{flex:1;max-width:500px;display:flex;flex-direction:column;gap:1.5rem}.summary-box{background-color:var(--color-card);padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow)}.summary-box h2{font-family:Poppins,sans-serif;font-size:1.2rem;color:#2c2929;margin-bottom:1rem}.summary-items-scroll{max-height:220px;overflow-y:auto;padding-right:4px}.summary-items-scroll::-webkit-scrollbar{width:6px}.summary-items-scroll::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:3px}.summary-item{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.summary-item-img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:.2rem;box-shadow:var(--shadow)}.summary-item-info{display:flex;flex-direction:column}.summary-item-name{font-family:Poppins,sans-serif;font-size:1rem}.summary-item-size{color:#666;margin-left:4px}.summary-item-price,.summary-item-subtotal{font-size:.85rem;color:#555}.summary-divider{border:none;height:1px;background-color:#eee;margin:1rem 0}.summary-totals{display:flex;flex-direction:column;gap:.5rem;font-size:.95rem}.summary-line{display:flex;justify-content:space-between;color:#333}.summary-line.total-final{font-family:Inter,sans-serif;margin-top:.5rem}.shipping-label{position:relative;display:inline-block;text-align:right;white-space:nowrap;font-size:.95rem;color:#2c2929}.shipping-label .visible{position:relative;z-index:1}.shipping-label .ghost{visibility:hidden;position:absolute;top:0;left:0;white-space:nowrap;pointer-events:none}.payment-info-box{background-color:var(--color-card);padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow);text-align:center}.payment-info-box p{font-size:.95rem;color:var(--color-text);margin:1rem 0}.payment-button{margin-top:1rem;padding:.75rem;background-color:#ff677e;color:#fff;font-size:1rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s;width:100%;box-shadow:0 4px 12px #0000001a}.payment-button:hover{background-color:#865ea7}.transfer-button{margin-top:1rem;background:none;border:none;color:#ff677e;font-size:.9rem;cursor:pointer;text-decoration:underline;text-align:center;width:100%}.transfer-button:hover{color:#865ea7}.mp-logos{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:2rem;margin-bottom:.5rem}.mp-logos img{height:24px;-o-object-fit:contain;object-fit:contain}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background-color:var(--color-card);padding:2rem;border-radius:1rem;box-shadow:var(--shadow);max-width:500px;width:100%;font-family:Inter,sans-serif;text-align:center}.modal-content h2{font-family:Poppins,sans-serif;font-size:1.5rem;color:#2c2929;margin-bottom:1rem}.transferencia-list{list-style:none;padding:0;margin:1rem 0;text-align:left;font-size:.95rem;color:#333}.transferencia-list li{margin-bottom:.4rem}.modal-actions{margin-top:1.5rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.confirm-transfer-button{background-color:#ff677e;color:#fff;padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:.5rem;cursor:pointer}.confirm-transfer-button:hover{background-color:#865ea7}.modal-actions button:last-child{background-color:#eee;color:#333;padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:.5rem;cursor:pointer}.modal-actions button:last-child:hover{background-color:#ddd}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.form-row{display:flex;gap:1rem;flex-direction:column}@media (min-width: 480px){.form-row{flex-direction:row}.form-row input,.form-row .custom-select-wrapper{flex:1}}@media (max-width: 480px){.shipment-form,.form-section-card,.form-row,.form-row input,.styled-phone-input,.styled-phone-input input,.custom-select-wrapper,.custom-select-wrapper .css-13cymwt-control,.custom-select-wrapper .css-1nmdiq5-menu{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box;overflow-x:hidden}.shipment-form{padding:0}.form-section-card{padding:1rem}.shipping-label{text-align:right;white-space:normal;font-size:.9rem}.form-section-card{min-height:660px}}.custom-select-wrapper,.custom-select-wrapper>div{max-width:100%;box-sizing:border-box}.custom-select-wrapper .css-13cymwt-control{width:100%;min-width:unset;max-width:100%;padding:.3rem .5rem;border-radius:.5rem;border:1px solid #ccc;box-shadow:var(--shadow);font-family:Inter,sans-serif;font-size:1rem;background-color:#fff;box-sizing:border-box}.custom-select-wrapper .css-1nmdiq5-menu{max-width:100vw!important;width:100%!important;left:0!important;right:0!important;box-sizing:border-box;overflow-x:hidden;position:relative!important;z-index:100}.custom-select-wrapper .css-1xc3v61-indicatorContainer,.custom-select-wrapper .css-1hb7zxy-IndicatorsContainer{max-width:100%;overflow-x:hidden;box-sizing:border-box;flex-shrink:1}.shipment-form,.custom-select-wrapper,.css-13cymwt-control,.css-1nmdiq5-menu{max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box}.css-1jqq78o-placeholder,.css-1uccc91-singleValue{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-tracking-wrapper{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(to bottom,#fff0f5,#fff)}.order-tracking-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 4rem;overflow:auto}.order-tracking-card{background-color:#fff;max-width:700px;width:100%;padding:4rem 2rem;border-radius:1.5rem;box-shadow:0 8px 24px #0000000d;text-align:center}.order-tracking-title{font-size:2rem;font-weight:700;color:#ff677e;margin-bottom:2.5rem;font-family:Poppins,sans-serif}.order-tracking-steps{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.order-step{flex:1;text-align:center;position:relative}.order-step-icon{width:80px;height:80px;border-radius:50%;background-color:#ddd;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:background-color .3s ease}.order-step.active .order-step-icon{background-color:#ff677e}.order-step-icon svg{width:28px;height:28px;display:block;color:#777}.order-step.active .order-step-icon svg{color:#fff}.order-step-label{margin-top:.75rem;font-weight:600;font-size:.95rem}.order-step-date{font-size:.85rem;color:#888;margin-top:.2rem}.order-step-line{height:2px;background:#eee;width:100%;margin-top:1.5rem}.order-step:last-child .order-step-line{display:none}.order-tracking-info{color:#4b4b4b;margin-top:2rem;font-size:.95rem;line-height:1.6;text-align:center;max-width:480px;margin-left:auto;margin-right:auto}.order-tracking-info strong{font-weight:600}@media (max-width: 768px){.order-tracking-title{font-size:1.5rem;padding:1rem}.order-tracking-card{padding:2rem 1rem;border-radius:1rem;box-shadow:none}.order-tracking-steps{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}.order-step{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center}.order-step-icon{margin:0 auto}.order-tracking-info{text-align:center;font-size:.9rem;line-height:1.5}.order-tracking-main{padding-bottom:6rem}}.payment-status-container.cute-style{background-color:#fff;max-width:720px;width:100%;padding:4rem 2rem;border-radius:1.5rem;box-shadow:0 8px 24px #0000000d;text-align:center;margin-top:-8rem}.cute-icon-wrapper{margin-bottom:1.5rem}.cute-heart-image{width:100px;height:auto;margin:0 auto;animation:popHeart 1s ease}@keyframes popHeart{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.status-title{font-size:2rem;font-weight:700;color:#ff677e;margin-bottom:.75rem;font-family:Poppins,sans-serif}.status-description{font-size:1rem;color:#4b4b4b;margin-bottom:1rem;padding-bottom:.5rem}.status-subtext{font-size:.875rem;color:#777;font-style:italic;margin-bottom:2rem}.cute-button{background-color:#ff677e;color:#fff;font-size:1rem;padding:.75rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;text-align:center}.cute-button:hover{background-color:#865ea7}@media (max-width: 480px){.payment-status-container.cute-style{padding:2.5rem 1rem;border-radius:1rem;box-shadow:none;margin-top:-8rem}.cute-heart-image{width:70px}.status-title{font-size:1.5rem;margin-bottom:.5rem}.status-description{font-size:.95rem;margin-bottom:.75rem}.status-subtext{font-size:.8rem;margin-bottom:1.5rem}.cute-button{font-size:.95rem;padding:.6rem 1.2rem;width:100%;max-width:200px;margin:0 auto;display:block}}.emoji-sad,.emoji-pending{display:block;font-size:5rem;line-height:1;animation:popHeart 1s ease;text-align:center}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-slide-in{animation:fadeSlideIn .6s ease-out}.fade-zoom-in{animation:fadeZoomIn .6s ease-out}.contact-list{list-style:none;padding:0;margin:1.5rem auto 0;text-align:left;max-width:320px}.contact-list li{font-size:.95rem;color:#4b4b4b;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}.contact-list li span{line-height:1.2;display:inline-block;margin-top:.1rem}.contact-link{color:#ff677e;text-decoration:underline}.contact-link:hover{color:#c94f63}.brand-description{max-width:960px;margin:2rem auto;padding:0 1rem;font-size:1.1rem;line-height:1.7;color:#4a4a4a;font-family:Poppins,sans-serif;text-align:center;background:#fff3f7;border-radius:1rem;box-shadow:0 4px 10px #0000000a}.brand-description p{margin:0;padding:2rem}.gonails-about-features-only{max-width:1200px;margin:3rem auto 2rem;padding:2rem 1rem;background-color:transparent;border-radius:2rem;font-family:Poppins,sans-serif}.gonails-feature-list{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:2rem;padding:0;margin:0;list-style:none}.gonails-feature-list li{background:#fff;border-radius:1.5rem;box-shadow:0 4px 12px #0000000d;padding:2rem 1.5rem;width:220px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:500;font-size:1rem;color:#444;transition:transform .2s ease}.gonails-feature-list li:hover{transform:translateY(-4px)}.feature-icon{font-size:3.5rem;margin-bottom:1rem;color:#ff677e;display:block}.tag-section{max-width:1500px;margin:0 auto;padding:2rem 2%}.tag-title{color:#2c2929;font-size:1.5rem;font-family:Poppins,sans-serif;text-align:left;margin-bottom:.5rem}@media (max-width: 768px){.brand-description{font-size:1rem}.brand-description p{padding:1.5rem}.gonails-about-features-only{padding:1.5rem 1rem}.gonails-feature-list{gap:1.2rem}.gonails-feature-list li{width:100%;max-width:300px;padding:1.5rem 1rem;font-size:.95rem}.feature-icon{font-size:2.8rem;margin-bottom:.8rem}.tag-title{font-size:1.4rem;margin-bottom:.8rem}.tag-section{padding:1.5rem 1rem}}@media (max-width: 480px){.tag-title{font-size:1.2rem}.brand-description{font-size:.95rem}.gonails-feature-list li{font-size:.9rem;padding:1.2rem .8rem}.feature-icon{font-size:2.4rem}}.legal-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:999;padding:1rem}.legal-modal{background:#fff;border-radius:1rem;padding:2rem 2.5rem;width:100%;max-width:700px;max-height:80vh;overflow-y:auto;position:relative;animation:fadeZoomIn .3s ease-out;box-shadow:0 10px 40px #00000026}.legal-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.75rem;color:#aaa;cursor:pointer;transition:color .2s}.legal-close-btn:hover{color:#ff3e7f}.legal-modal-title{font-size:1.6rem;color:#ff3e7f;font-weight:700;text-align:center;margin-bottom:1.5rem}.legal-modal-content{font-size:1.15rem;color:#444;line-height:1.7;text-align:left}.legal-modal-content p{margin-bottom:1rem}@media (max-width: 640px){.legal-modal{padding:1.5rem 1.25rem}.legal-modal-title{font-size:1.35rem}.legal-modal-content{font-size:1rem;line-height:1.6}}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.flex{display:flex}.hidden{display:none}.h-8{height:2rem}.min-h-screen{min-height:100vh}.w-8{width:2rem}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.border{border-width:1px}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-\[\#fff0f5\]{--tw-gradient-from: #fff0f5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 240 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.px-4{padding-left:1rem;padding-right:1rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
