.elementor-6567 .elementor-element.elementor-element-b392caf{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6567 .elementor-element.elementor-element-84c896b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6567 .elementor-element.elementor-element-84c896b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6567 .elementor-element.elementor-element-c6a0d14 .ecomus-heading{justify-content:center;text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6567 .elementor-element.elementor-element-5b14f57{text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6567 .elementor-element.elementor-element-e41dbba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6567 .elementor-element.elementor-element-fac2361 img{width:100%;max-width:100%;}.elementor-6567 .elementor-element.elementor-element-1ad95ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6567 .elementor-element.elementor-element-1ad95ec.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6567 .elementor-element.elementor-element-c586314{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-6567 .elementor-element.elementor-element-84c896b{--width:53.634%;}.elementor-6567 .elementor-element.elementor-element-e41dbba{--width:50%;}.elementor-6567 .elementor-element.elementor-element-1ad95ec{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-edfee35 */.nail-footer-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffb6c1, #ff69b4);
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  animation: fadeInUp 1s ease-in-out;
}

.nail-footer-banner h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.nail-footer-banner p {
  font-size: 16px;
  margin-bottom: 20px;
}

.shop-now-btn {
  background: #fff;
  color: #ff1493;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.shop-now-btn:hover {
  background: #ff1493;
  color: #fff;
}

/* Hiệu ứng xuất hiện */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Lấp lánh */
.sparkle-effect::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.4) 30%,
    transparent 60%
  );
  transform: rotate(25deg);
  animation: sparkleMove 3s infinite;
}

@keyframes sparkleMove {
  0% { transform: translateX(-100%) rotate(25deg); }
  100% { transform: translateX(100%) rotate(25deg); }
}/* End custom CSS */