.static-page{background:#fffbfd;min-height:60vh}.static-page__hero{background:linear-gradient(135deg,#f43397,#9f2089);color:#fff;padding:3rem 1.5rem 4rem;text-align:center;border-radius:0 0 2rem 2rem;margin-bottom:2rem;position:relative;overflow:hidden}.static-page__hero:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:#ffffff14;border-radius:50%;animation:float 10s ease-in-out infinite}.static-page__hero h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:900;margin-bottom:.5rem;position:relative;z-index:1}@media(min-width:768px){.static-page__hero{padding:4rem 2rem 5rem}.static-page__hero h1{font-size:3rem}}.static-page__hero p{font-size:1.0625rem;opacity:.95;position:relative;z-index:1}.static-page__hero small{display:block;margin-top:.75rem;opacity:.8;font-size:.8125rem;position:relative;z-index:1}.static-page__content{max-width:1200px;margin:0 auto;padding:0 1.5rem 4rem}.static-page__content--narrow{max-width:820px}.static-page__section{background:#fff;padding:1.75rem;border-radius:1rem;border:1px solid #FCE7F3;margin-bottom:1.25rem;box-shadow:0 1px 3px #f433970a}@media(min-width:768px){.static-page__section{padding:2.25rem}}.static-page__section h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--color-primary)}.static-page__section h3{font-size:1.125rem;font-weight:700;margin:1rem 0 .5rem;color:var(--color-text-primary)}.static-page__section h4{font-size:1rem;font-weight:700;margin:.75rem 0 .5rem;color:var(--color-text-primary)}.static-page__section p{line-height:1.7;margin-bottom:.875rem;color:var(--color-text-secondary)}.static-page__section ul,.static-page__section ol{margin:.75rem 0 .875rem 1.5rem}.static-page__section li{margin-bottom:.5rem;line-height:1.7;color:var(--color-text-secondary)}.static-page__section a{color:var(--color-primary);font-weight:600;text-decoration:underline;text-decoration-color:#f433974d;text-underline-offset:3px;transition:text-decoration-color .2s}.static-page__section a:hover{text-decoration-color:var(--color-primary)}.about-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.25rem}@media(min-width:640px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-card{background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:1.5rem;border-radius:1rem;border:1px solid #FBCFE8;transition:transform .2s ease}.about-card:hover{transform:translateY(-4px)}.about-card i{font-size:2.25rem;color:var(--color-primary);margin-bottom:.5rem}.about-card h3{font-size:1.125rem;margin:.25rem 0 .5rem}.about-card p,.about-card ul{font-size:.9375rem;color:var(--color-text-secondary);margin:0}.about-card ul{margin-left:1rem}.about-card--success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#a7f3d0}.about-card--success i{color:#10b981}.about-card--warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fcd34d}.about-card--warning i{color:#d97706}.contact-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info,.contact-form-wrapper{background:#fff;padding:2rem;border-radius:1rem;border:1px solid #FCE7F3}.contact-info h2,.contact-form-wrapper h2{font-family:var(--font-heading);font-size:1.375rem;font-weight:800;margin-bottom:1rem;color:var(--color-primary)}.contact-item{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 0;border-bottom:1px solid #FCE7F3}.contact-item:last-child{border-bottom:none}.contact-item i{font-size:1.5rem;color:var(--color-primary);flex-shrink:0}.contact-item strong{display:block;font-size:.9375rem;margin-bottom:.125rem}.contact-item a,.contact-item span{color:var(--color-text-secondary);font-size:.9375rem;text-decoration:none}.contact-item a:hover{color:var(--color-primary)}.contact-form textarea{width:100%;padding:.875rem 1rem;border:1px solid #FCE7F3;border-radius:.5rem;font-family:inherit;font-size:.9375rem;resize:vertical;min-height:120px}.contact-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #f433971a}.form-success{background:#ecfdf5;color:#065f46;padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-weight:600}.form-success i{font-size:1.25rem}.shipping-cities{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1rem}@media(min-width:640px){.shipping-cities{grid-template-columns:1fr 1fr}}.city-group{background:#fdf2f8;padding:1.25rem;border-radius:.75rem}.city-group h4{color:var(--color-primary);margin-bottom:.5rem}.shipping-table{overflow-x:auto;margin-top:1rem}.shipping-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #FCE7F3}.shipping-table th{background:linear-gradient(135deg,#f43397,#9f2089);color:#fff;padding:.875rem 1rem;text-align:left;font-weight:700}.shipping-table td{padding:.875rem 1rem;border-bottom:1px solid #FCE7F3}.shipping-table tr:last-child td{border-bottom:none}.returns-steps{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.step{display:flex;gap:1rem;background:#fdf2f8;padding:1.25rem;border-radius:.75rem;border-left:4px solid var(--color-primary)}.step__number{flex-shrink:0;width:40px;height:40px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.125rem}.step h4{margin-top:0}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border:1px solid #FCE7F3;border-radius:.75rem;overflow:hidden;transition:border-color .2s}.faq-item[open]{border-color:var(--color-primary);box-shadow:0 4px 14px #f433971a}.faq-item summary{padding:1.125rem 1.25rem;cursor:pointer;font-weight:700;font-size:1rem;color:var(--color-text-primary);display:flex;justify-content:space-between;align-items:center;gap:1rem;list-style:none;transition:color .2s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:700;color:var(--color-primary);transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 1.25rem 1.25rem;line-height:1.7;color:var(--color-text-secondary);margin:0}.faq-cta{text-align:center;background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:2rem;border-radius:1rem;margin-top:2rem}.faq-cta h3{font-size:1.25rem;font-weight:800;margin-bottom:.5rem}.faq-cta p{margin-bottom:1.25rem}.track-form-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid #FCE7F3;margin-bottom:1.5rem}.track-form-card h2{font-family:var(--font-heading);font-size:1.375rem;font-weight:800;margin-bottom:.5rem;color:var(--color-primary)}.track-form-card>p{color:var(--color-text-secondary);margin-bottom:1.5rem}.track-result{margin-top:1.5rem;padding:1rem;background:#fdf2f8;border-radius:.75rem;border-left:4px solid var(--color-primary)}.track-result__content{display:flex;gap:.75rem;align-items:flex-start}.track-result__content i{font-size:1.5rem;color:var(--color-primary);flex-shrink:0}.track-help{text-align:center;background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:1.5rem;border-radius:1rem;margin-bottom:1.5rem}.track-help h3{font-size:1.125rem;font-weight:800;margin-bottom:.25rem}.track-help p{color:var(--color-text-secondary);margin-bottom:1rem}.track-info{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #FCE7F3}.track-info h3{font-size:1.125rem;font-weight:800;margin-bottom:1rem;color:var(--color-primary)}.status-list{display:flex;flex-direction:column;gap:.75rem}.status-row{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:#fdf2f8;border-radius:.5rem;font-size:.9375rem}.status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.status-dot--processing{background:#fbbf24}.status-dot--dispatched{background:#3b82f6}.status-dot--out{background:#8b5cf6}.status-dot--delivered{background:#10b981}.wishlist-empty{text-align:center;padding:3rem 1rem;background:#fff;border-radius:1rem;border:1px solid #FCE7F3}.wishlist-empty i{font-size:4rem;color:var(--color-primary);opacity:.3;margin-bottom:1rem}.wishlist-empty h2{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;color:var(--color-text-primary)}.wishlist-empty p{color:var(--color-text-secondary);margin-bottom:1.5rem}.wishlist-content{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #FCE7F3}.wishlist-count{font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.wishlist-content #clearWishlist{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.static-page .button--primary,.static-page .button--secondary{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/53/assets/static-pages.css.map */
