.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--color-border)}.header-wrapper{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}.header-logo{display:flex;align-items:center;gap:.75rem}.header-logo-icon{width:40px;height:40px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.header-logo-icon svg{width:20px;height:20px;color:#fff}.header-logo-text{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:700;color:var(--color-text)}.header-nav{display:none}@media(min-width:768px){.header-nav{display:flex;align-items:center;gap:2rem}}.header-nav a{font-size:.875rem;font-weight:500;color:var(--color-text);transition:color .2s}.header-nav a:hover{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:.5rem}.header-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:background .2s;position:relative}.header-icon-btn:hover{background:#fff1f2}.header-icon-btn svg{width:20px;height:20px;color:var(--color-text)}.header-cart-count{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--color-primary);color:#fff;font-size:.625rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.announcement-bar{background:var(--color-primary);color:#fff;text-align:center;padding:.75rem 1rem;font-size:.875rem}.announcement-bar a{color:#fff;text-decoration:underline}.hero{position:relative;min-height:600px;display:flex;align-items:center;background:linear-gradient(135deg,#fff1f2,#fce7f3,#f3e8ff);overflow:hidden}.hero-bg-decoration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-bg-decoration:before{content:"";position:absolute;top:10%;right:-10%;width:500px;height:500px;background:#f43f5e1a;border-radius:50%;filter:blur(80px)}.hero-bg-decoration:after{content:"";position:absolute;bottom:0;left:-10%;width:400px;height:400px;background:#a855f71a;border-radius:50%;filter:blur(80px)}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:4rem 0}@media(min-width:1024px){.hero-content{grid-template-columns:1fr 1fr}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f43f5e1a;color:var(--color-primary);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-badge-dot{width:8px;height:8px;background:var(--color-primary);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.1;color:var(--color-text);margin-bottom:1rem}@media(min-width:768px){.hero-title{font-size:3.5rem}}@media(min-width:1024px){.hero-title{font-size:4rem}}.hero-title-accent{color:var(--color-primary)}.hero-description{font-size:1.125rem;color:var(--color-text-light);margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.hero-features{grid-template-columns:repeat(4,1fr)}}.hero-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.hero-feature-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.hero-feature-icon svg{width:20px;height:20px;color:var(--color-primary)}.hero-feature-text{font-size:.75rem;color:var(--color-text-light)}.hero-image-wrapper{position:relative;display:none}@media(min-width:1024px){.hero-image-wrapper{display:block}}.hero-image{border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.hero-image img{width:100%;height:500px;object-fit:cover}.hero-floating-card{position:absolute;background:#fff;border-radius:var(--radius-lg);padding:1rem;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:.75rem;animation:float 3s ease-in-out infinite}.hero-floating-card-1{bottom:-20px;left:-20px}.hero-floating-card-2{top:-20px;right:-20px;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-floating-card-icon{width:48px;height:48px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-floating-card-icon svg{width:24px;height:24px;color:#16a34a}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:var(--radius-full);transition:all .2s;cursor:pointer}.button-primary{background:var(--color-primary);color:#fff}.button-primary:hover{background:var(--color-primary-hover);color:#fff}.button-secondary{background:#fff;color:var(--color-text);border:2px solid var(--color-border)}.button-secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.button-lg{padding:1rem 2rem;font-size:1rem}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-block;background:#f43f5e1a;color:var(--color-primary);padding:.375rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;margin-bottom:1rem}.section-title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}@media(min-width:768px){.section-title{font-size:2.5rem}}.section-description{font-size:1.125rem;color:var(--color-text-light);max-width:600px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);transition:box-shadow .3s}.product-card:hover{box-shadow:0 10px 25px #0000001a}.product-card-image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:#f9fafb}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.25rem}.product-card-badge{display:inline-block;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.625rem;font-weight:600;text-transform:uppercase}.product-card-badge-new{background:#22c55e;color:#fff}.product-card-badge-sale{background:var(--color-primary);color:#fff}.product-card-badge-bestseller{background:#f59e0b;color:#fff}.product-card-actions{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.5rem;opacity:0;transition:opacity .3s}.product-card:hover .product-card-actions{opacity:1}.product-card-action-btn{width:36px;height:36px;background:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .2s}.product-card-action-btn:hover{background:var(--color-primary)}.product-card-action-btn:hover svg{color:#fff}.product-card-action-btn svg{width:16px;height:16px;color:var(--color-text)}.product-card-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;transform:translateY(100%);transition:transform .3s}.product-card:hover .product-card-add{transform:translateY(0)}.product-card-add-btn{width:100%;padding:.75rem;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.product-card-add-btn:hover{background:var(--color-primary-hover)}.product-card-content{padding:1rem}.product-card-rating{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.product-card-rating svg{width:14px;height:14px;color:#fbbf24;fill:#fbbf24}.product-card-rating-text{font-size:.75rem;color:var(--color-text-light)}.product-card-title{font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-title:hover{color:var(--color-primary)}.product-card-description{font-size:.75rem;color:var(--color-text-light);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-price{display:flex;align-items:center;gap:.5rem}.product-card-price-current{font-size:1rem;font-weight:700;color:var(--color-primary)}.product-card-price-original{font-size:.875rem;color:var(--color-text-light);text-decoration:line-through}.features-section{padding:5rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2rem;background:#f9fafb;border-radius:var(--radius-lg);transition:all .3s}.feature-card:hover{background:#fff;box-shadow:0 10px 25px #0000001a}.feature-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-icon svg{width:28px;height:28px}.feature-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.feature-description{font-size:.875rem;color:var(--color-text-light);line-height:1.6}.footer{background:#111827;color:#fff;padding:4rem 0 2rem}.footer-top{border-bottom:1px solid #374151;padding-bottom:2rem;margin-bottom:2rem}.footer-newsletter{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.footer-newsletter{flex-direction:row;align-items:center;justify-content:space-between}}.footer-newsletter-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-newsletter-content p{color:#9ca3af}.footer-newsletter-form{display:flex;gap:.5rem;max-width:400px;width:100%}.footer-newsletter-form input{flex:1;padding:.75rem 1rem;background:#1f2937;border:1px solid #374151;border-radius:var(--radius-md);color:#fff;font-size:.875rem}.footer-newsletter-form input::placeholder{color:#6b7280}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr repeat(4,1fr)}}.footer-brand{grid-column:span 2}@media(min-width:1024px){.footer-brand{grid-column:span 1}}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-icon{width:40px;height:40px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.footer-logo-icon svg{width:20px;height:20px;color:#fff}.footer-logo-text{font-size:1.25rem;font-weight:700}.footer-brand-description{color:#9ca3af;font-size:.875rem;margin-bottom:1.5rem;max-width:300px}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;background:#1f2937;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.footer-social a:hover{background:var(--color-primary)}.footer-social svg{width:18px;height:18px;color:#fff}.footer-column h4{font-size:.875rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#9ca3af;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--color-primary)}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer-contact-item svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;margin-top:.125rem}.footer-contact-item span{color:#9ca3af;font-size:.875rem}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copyright{color:#6b7280;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#6b7280;font-size:.875rem;transition:color .2s}.footer-legal a:hover{color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:4rem 0}@media(min-width:768px){.section{padding:5rem 0}}.bg-gray-50{background:#f9fafb}.bg-gradient{background:linear-gradient(135deg,#fff1f2,#fce7f3,#f3e8ff)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/murphy-gifts.css.map */
