:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.products-container{padding:4rem 2rem;background:#f8f6f2}.products-title{text-align:center;font-size:2.5rem;color:#b48a78;margin-bottom:3rem;font-family:Playfair Display,serif}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:#fff;border-radius:1.2rem;overflow:hidden;box-shadow:0 4px 24px #b48a7814;transition:transform .3s;border:1px solid #b48a78}.product-card:hover{transform:translateY(-8px)}.product-image{width:100%;height:320px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:1.5rem;text-align:center}.product-actions{display:flex;align-items:center;justify-content:center;gap:.6rem}.product-info h3{font-size:1.3rem;color:#b48a78;margin-bottom:.5rem;font-family:Playfair Display,serif}.product-price{font-size:1.2rem;color:#6d6d6d;margin-bottom:1rem;font-weight:500}.product-modal{background:#f8f6f2;border-radius:2rem;box-shadow:0 12px 48px #b48a7838;padding:2.8rem 2.5rem 2.2rem;min-width:320px;max-width:95vw;width:430px;display:flex;flex-direction:column;align-items:center;position:relative;border:1px solid #b48a78;animation:popIn .3s}.product-modal img{width:270px;height:270px;object-fit:cover;border-radius:.5rem;margin-bottom:1.7rem}.product-modal-info{text-align:center}.product-modal-info h3{font-size:1.6rem;font-family:Playfair Display,serif;font-weight:700;margin-bottom:.5rem;color:#b48a78;letter-spacing:.02em}.product-modal-info .product-price{font-size:1.25rem;color:#222;margin-bottom:1rem;font-weight:500}.product-description{color:#6d6d6d;line-height:1.6;font-size:.9rem}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.product-image{height:220px}.product-modal{width:90vw;min-width:0;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:1.2rem;padding:1.25rem}.product-modal img{width:100%;height:auto;max-height:45vh}.product-info{padding-top:.5rem}}@media (max-width: 384px){.product-info{padding:0}.product-actions{padding-bottom:1rem}}:root{--color-primary: #b48a78;--color-primary-light: #d4b5a8;--color-primary-dark: #8c6b5d;--color-background: #f8f6f2;--color-text: #222;--color-text-light: #6d6d6d;--color-white: #fff;--color-accent: #FFC801;--font-primary: "Playfair Display", serif;--font-secondary: "Merriweather", serif;--font-size-base: 16px;--line-height-base: 1.5;--space-unit: 1rem;--space-xs: calc(.25 * var(--space-unit));--space-sm: calc(.5 * var(--space-unit));--space-md: var(--space-unit);--space-lg: calc(1.5 * var(--space-unit));--space-xl: calc(2 * var(--space-unit));--container-max-width: 1200px;--container-padding: var(--space-md);--border-radius: 1.2rem;--border-width: 1px;--z-index-modal: 1000;--z-index-header: 100;--z-index-dropdown: 50;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 2px 8px rgba(180, 138, 120, .1);--shadow-md: 0 4px 16px rgba(180, 138, 120, .12);--shadow-lg: 0 8px 24px rgba(180, 138, 120, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}html{font-size:var(--font-size-base);line-height:var(--line-height-base);-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-secondary);color:var(--color-text);background-color:var(--color-background)}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);line-height:1.2;margin-bottom:var(--space-md)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}p{margin-bottom:var(--space-md)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.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}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@media (max-width: 1024px){:root{--container-padding: var(--space-lg)}}@media (max-width: 768px){:root{--container-padding: var(--space-md);--font-size-base: 15px}}@media (max-width: 480px){:root{--container-padding: var(--space-sm);--font-size-base: 14px}}@media print{:root{--color-text: #000;--color-background: #fff}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){:root{--color-primary: #000;--color-text: #000;--color-background: #fff}}.landing-root{font-family:Merriweather,Playfair Display,serif,system-ui,Avenir,Helvetica,Arial,sans-serif;background:#f8f6f2;color:#222;min-height:100vh}.landing-header{display:flex;justify-content:space-evenly;align-items:center;padding:2rem 3rem 1rem;font-size:1.2rem;background:transparent;position:relative}.logo{font-size:2rem;font-weight:700;letter-spacing:.1em;font-family:Playfair Display,serif}.landing-header nav a{margin:0 1.2rem;color:#222;text-decoration:none;font-weight:500;transition:color .2s}.landing-header nav a:hover{color:#b48a78}.cart-icon{font-size:1.5rem}.landing-main{display:flex;width:100%;max-width:100%;flex-direction:column;align-items:center}.hero{display:flex;align-items:center;justify-content:space-between;margin:2rem 0 0rem;gap:2rem;padding:0 1rem}.hero-text{flex:1;padding:2rem}.hero-text h1{font-size:3.5rem;font-family:Playfair Display,serif;font-weight:700;line-height:1.1;margin-bottom:1rem}.highlight{background:#fbeee0;color:#b48a78;padding:0 .3em;border-radius:.2em}.subtitle{font-size:1.2rem;color:#6d6d6d;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.mini-gallery-cta{margin-bottom:2rem}.shop-btn{background:#b48a78;color:#fff;border:none;padding:.9em 2em;font-size:1.1rem;border-radius:2em;font-family:inherit;font-weight:600;cursor:pointer;transition:background .2s}.shop-btn:hover{background:#a06c5a;color:#fff}.shop-btn.small{padding:.5em 1.2em;font-size:1rem}.view-btn{background:transparent;color:#b48a78;border:2px solid #b48a78;padding:.5em 1.2em;font-size:1.1rem;border-radius:2em;font-family:inherit;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.view-btn:hover{background:#b48a78;color:#fff}.arrow-btn{background:transparent;color:#b48a78;border:2px solid #b48a78;font-size:1.1rem;border-radius:2em;font-family:inherit;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.arrow-btn:hover{background:#b48a78;color:#fff}.stats{display:flex;gap:2rem;margin-top:1.5rem;font-size:1.1rem;color:#b48a78}.hero-img{position:relative;background:transparent;border-radius:1.5rem;padding:2.5rem 2.5rem 1.5rem;box-shadow:0 4px 32px #b48a7814;display:flex;align-items:center;justify-content:center;border:1.5px solid #b48a78}.hero-img img{width:260px;height:340px;object-fit:cover;border-radius:1.2rem}.discount{position:absolute;bottom:1.2rem;left:1.2rem;background:var(--color-primary);color:var(--color-background);padding:.7em 1.2em;border-radius:1em;font-size:1rem;font-weight:600;box-shadow:0 2px 8px #b48a781a}.discount span{font-size:.9em;color:#6d6d6d}.arrangements{display:flex;flex-direction:column;gap:2rem;justify-content:center;flex-wrap:wrap;padding:1rem 0;align-items:center}.arrangement-card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 16px #b48a7814;margin:2.5rem 1.2rem 1rem;width:220px;display:flex;flex-direction:column;align-items:center;transition:transform .15s;position:relative;border:1px solid #b48a78;overflow:hidden}.arrangement-card:hover{transform:translateY(-6px) scale(1.03)}.arrangement-card img{width:160px;height:160px;object-fit:cover;margin-bottom:1rem}.arrangement-info{text-align:center;margin-bottom:1rem}.arrangement-actions{display:flex;gap:.6rem;align-items:center;justify-content:center}.arrangement-name{font-size:1.2rem;font-family:Playfair Display,serif;font-weight:600;margin-bottom:.3rem}.arrangement-price{font-size:1.1rem;color:#b48a78;margin-bottom:.7rem}.review{background:#fbeee0;border-radius:1.2rem;padding:2rem 2.5rem;max-width:500px;margin:0 auto;text-align:center;box-shadow:0 2px 16px #b48a780f}.stars{color:#f7b731;font-size:1.3rem;margin-bottom:.5rem}.review-title{font-size:1.3rem;font-family:Playfair Display,serif;font-weight:700;margin-bottom:.5rem;color:#b48a78}.review-text{color:#6d6d6d;font-size:1.05rem}@media (max-width: 900px){.hero{flex-direction:column;align-items:center;margin:0rem 0;padding:0 0rem}.hero-text{position:relative;overflow:hidden}.hero-text:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/ramodenovia.webp);background-size:cover;background-repeat:no-repeat;background-position:center;filter:blur(0px) brightness(.85);transform:scale(1.06);z-index:0}.hero-text:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:0}.hero-text>*{position:relative;z-index:1}.hero-text,.hero-text h1,.hero-text .subtitle{color:#fff}.hero-text h1,.hero-text .subtitle{text-shadow:0 2px 6px rgba(0,0,0,.35)}.hero-text .highlight{background:#fbeee0b3;color:#fff}.hero-img{margin-top:2rem}.arrangements{flex-direction:column;align-items:center}}.hero-img-carousel{display:flex;flex-direction:column;align-items:center;gap:1rem}.carousel-arrow{background:#fff6e6;border:none;color:#b48a78;font-size:2.2rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #b48a781a;transition:background .2s,color .2s,transform .15s;z-index:2}.carousel-arrow:hover{background:#ffe89d;color:#a06c5a;transform:scale(1.08)}.carousel-arrow.left{margin-right:-1rem}.carousel-arrow.right{margin-left:-1rem}.hero-img.fade{animation:fadeIn .4s}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.arrangement-img-wrapper{position:relative;width:100%;height:200px;display:flex;align-items:center;justify-content:center;z-index:2}.arrangement-img-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.arrangement-img-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;pointer-events:none}.arrangement-card-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:.1rem}.hero-img-carousel-arrow-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5rem}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#22222259;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s;height:120vh}.arrangement-modal{background:#f8f6f2;border-radius:2rem;box-shadow:0 12px 48px #b48a7838;padding:2.8rem 2.5rem 2.2rem;min-width:320px;max-width:95vw;width:430px;display:flex;flex-direction:column;align-items:center;position:relative;border:1px solid #b48a78;animation:popIn .3s;overflow:visible}.arrangement-modal:before{content:"✿";position:absolute;top:1.1rem;left:50%;transform:translate(-50%);font-size:2.1rem;color:#b48a78;opacity:.18;pointer-events:none}.arrangement-modal img{width:100%;height:270px;object-fit:cover;border-radius:.5rem;margin-bottom:.5rem}.arrangement-modal-info{text-align:center}.arrangement-modal-info .arrangement-name{font-size:1.4rem;font-family:Playfair Display,serif;font-weight:700;margin-bottom:.5rem;color:#b48a78;letter-spacing:.02em}.arrangement-modal-info .arrangement-price{font-size:1rem;color:#222;margin-bottom:.7rem;font-weight:500}.modal-actions{margin-top:.8rem;display:flex;align-items:center;justify-content:center}.modal-close{position:absolute;top:1.2rem;right:1.2rem;background:#fff6e6;border:1.5px solid #b48a78;font-size:2.1rem;color:#b48a78;cursor:pointer;font-weight:700;border-radius:2em;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #b48a781a;z-index:2}.modal-close:hover{background:#fbeee0;color:#a06c5a;border:2px solid #b48a78}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.modal-backdrop{padding:1rem;align-items:flex-start}.product-modal,.arrangement-modal{width:92vw;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:1rem;margin-top:6vh}.modal-close{top:.6rem;right:.6rem;width:2rem;height:2rem;font-size:1.6rem}}@media (max-width: 384px){.product-modal,.arrangement-modal{width:94vw;padding:1rem}}.featured-collections{padding:4rem 0;background:#fff;margin-top:4rem}.collections-header{text-align:center;margin-bottom:3rem}.collections-header h2{font-size:2.5rem;color:#b48a78;margin-bottom:1rem}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0 2rem;max-width:1200px;margin:0 auto}.collection-card{position:relative;border-radius:1.2rem;overflow:hidden;box-shadow:0 4px 24px #b48a781f;transition:transform .3s}.collection-card:hover{transform:translateY(-8px)}.collection-card img{width:100%;height:320px;object-fit:cover}.collection-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;color:#b48a78}.collection-overlay h3{font-size:1.5rem;margin-bottom:.5rem}.why-choose-us{width:100%;padding:8rem 0;background:#fbeee0}.why-choose-us h2{text-align:center;font-size:2.5rem;color:#b48a78;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0 2rem;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:2rem;background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #b48a7814;border:1px solid #b48a78}.feature-icon{font-size:2.5rem;color:#b48a78;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;color:#b48a78;margin-bottom:1rem}.feature-card p{color:#6d6d6d;line-height:1.6}.newsletter{padding:4rem 0;background:#fff;margin-top:4rem;text-align:center}.newsletter h2{font-size:2.5rem;color:#b48a78;margin-bottom:1rem}.newsletter p{color:#6d6d6d;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto;padding:0 2rem}.newsletter-form input{flex:1;padding:1rem 1.5rem;border:2px solid #e9d8a6;border-radius:2em;font-size:1rem;font-family:inherit}.newsletter-form input:focus{outline:none;border-color:#b48a78}.newsletter-form button{background:#b48a78;color:#fff;border:none;padding:1rem 2rem;border-radius:2em;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.newsletter-form button:hover{background:#a06c5a}.testimonials{padding:4rem 0}.testimonials h2{text-align:center;font-size:2.5rem;color:#b48a78;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:2rem;border-radius:1.2rem;box-shadow:0 4px 24px #b48a7814;border:1px solid #b48a78}.testimonial-text{font-style:italic;color:#6d6d6d;margin-bottom:1.5rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-info h4{color:#b48a78;margin-bottom:.2rem}.author-info p{color:#6d6d6d;font-size:.9rem}@media (max-width: 768px){.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}.collections-grid,.features-grid,.testimonials-grid{grid-template-columns:1fr}}.arrangements-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;padding:0 1rem;flex-wrap:wrap}@media (max-width: 900px){.arrangements-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start;justify-items:center;margin:2rem 0;padding:0 .5rem}.arrangement-card{width:100%}.arrangement-card-container{margin:0;width:100%}}.know-us{width:100%;padding:8rem 0;background:#fff}.know-us h2{text-align:center;font-size:2.5rem;color:#b48a78;margin-bottom:3rem}.know-us-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem}.know-us-image{flex:1;position:relative}.know-us-image img{width:100%;max-width:500px;height:auto;border-radius:1.2rem;box-shadow:0 4px 24px #b48a781f;border:1px solid #b48a78}.know-us-text{flex:1}.know-us-text h3{font-size:2rem;color:#b48a78;margin-bottom:1.5rem;font-family:Playfair Display,serif}.know-us-description{color:#6d6d6d;line-height:1.8;margin-bottom:2rem;font-size:1.1rem}.know-us-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.know-us-feature{text-align:center}.feature-number{display:block;font-size:2rem;font-weight:700;color:#b48a78;margin-bottom:.5rem}.feature-text{color:#6d6d6d;font-size:.9rem}@media (max-width: 900px){.know-us-content{flex-direction:column;text-align:center}.know-us-features{grid-template-columns:1fr;gap:1.5rem}.know-us-image img{max-width:100%}}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem;z-index:120}.hamburger{width:28px;height:3px;background:var(--color-primary);display:block;position:relative;border-radius:2px;transition:background .2s}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:28px;height:3px;background:var(--color-primary);border-radius:2px;transition:transform .2s,top .2s,bottom .2s}.hamburger:before{top:-9px}.hamburger:after{bottom:-9px}.nav-toggle.open .hamburger{background:transparent}.nav-toggle.open .hamburger:before{transform:translateY(9px) rotate(45deg)}.nav-toggle.open .hamburger:after{transform:translateY(-9px) rotate(-45deg)}@media (max-width: 900px){.nav-toggle{display:inline-block}.landing-header nav{position:absolute;top:100%;left:0;right:0;background:var(--color-background);box-shadow:0 4px 16px #b48a7814;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0 1rem;z-index:110;transform:translateY(-30px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.landing-header nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.landing-header nav a{font-size:1.2rem;margin:0;padding:.5rem 0;width:100%;text-align:center}}@media (max-width: 900px){.landing-header nav{display:none}.landing-header nav.open{display:flex}}@media (min-width: 901px){.nav-toggle{display:none!important}.landing-header nav{display:flex!important;position:static;flex-direction:row;align-items:center;gap:1.2rem;background:none;box-shadow:none;opacity:1;pointer-events:auto;transform:none;padding:0}.landing-header nav a{width:auto;text-align:left;padding:0}}.instagram-gallery{width:100%;padding:4rem 0;text-align:center;background:#fbeee0}.instagram-gallery h2{font-size:2.5rem;margin-bottom:2rem;color:#333}.instagram-gallery-grid{max-width:1200px;margin:0 auto;padding:0 1rem}.instagram-embed{border-radius:12px;box-shadow:0 4px 6px #0000001a;background:#fff;max-width:70%;margin:0 auto}@media (max-width: 768px){.instagram-gallery h2{font-size:2rem}.instagram-embed{height:400px}}._shopSection_pzuui_1{padding:4rem 1rem}._container_pzuui_5{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){._container_pzuui_5{grid-template-columns:repeat(2,1fr);align-items:center}}._imageContainer_pzuui_20{width:100%;height:100%;min-height:300px;position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px #0000001a}._shopImage_pzuui_30{width:100%;height:100%;object-fit:cover}._infoContainer_pzuui_36{padding:1rem}._title_pzuui_40{font-size:2.5rem;color:#333;margin-bottom:1.5rem;font-weight:600}._description_pzuui_47{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}._locationInfo_pzuui_54,._hours_pzuui_55{margin-bottom:1.5rem}._locationInfo_pzuui_54 h3,._hours_pzuui_55 h3{font-size:1.25rem;color:#444;margin-bottom:.5rem;font-weight:500}._locationInfo_pzuui_54 p,._hours_pzuui_55 p{color:#666;margin:.25rem 0;font-size:1rem}.social-bubbles-container{position:fixed;bottom:40px;right:40px;display:flex;flex-direction:column;gap:20px;z-index:100}.whatsapp-bubble,.instagram-bubble{width:60px;height:60px;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;color:#fff}.whatsapp-bubble{background-color:#25d366}.instagram-bubble{background:#f09433;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.whatsapp-bubble:hover,.instagram-bubble:hover{transform:scale(1.1)}.whatsapp-bubble:hover{background-color:#128c7e}.instagram-bubble:hover{background:linear-gradient(45deg,#e6683c,#dc2743,#cc2366,#bc1888,#f09433)}.whatsapp-bubble svg,.instagram-bubble svg{width:35px;height:35px}
