.elementor-98 .elementor-element.elementor-element-9c72d16{--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-98 .elementor-element.elementor-element-722532e6{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for html, class: .elementor-element-79a56f8 */.shop-hero-section {
  position: relative;
  overflow: hidden;
  padding: 70px 20px;
  text-align: center;
  background: linear-gradient(135deg, #fff8e1, #ffe0b2, #ffd180, #ffcc80);
  border-radius: 24px;
  margin: 30px auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.shop-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
  z-index: 1;
}

.shop-glow-1 {
  width: 260px;
  height: 260px;
  background: #ff7043;
  top: -80px;
  left: -60px;
  animation: shopFloatGlow 7s ease-in-out infinite;
}

.shop-glow-2 {
  width: 320px;
  height: 320px;
  background: #ffca28;
  bottom: -100px;
  right: -80px;
  animation: shopFloatGlow 9s ease-in-out infinite;
}

.shop-badge {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: linear-gradient(90deg, #ff6f00, #ff8f00);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(255, 111, 0, 0.25);
  animation: shopPulse 2s infinite;
}

.shop-marquee-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  border-top: 2px solid rgba(255, 152, 0, 0.2);
  border-bottom: 2px solid rgba(255, 152, 0, 0.2);
  padding: 14px 0;
  margin-bottom: 30px;
  border-radius: 12px;
}

.shop-marquee {
  display: flex;
  width: max-content;
  animation: shopScroll 22s linear infinite;
}

.shop-marquee span {
  white-space: nowrap;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #bf360c;
}

.shop-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

.shop-content h1 {
  font-size: 42px;
  color: #8d2800;
  margin-bottom: 14px;
  font-weight: 800;
}

.shop-content p {
  font-size: 18px;
  color: #5d4037;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 28px;
}

.shop-btn {
  display: inline-block;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(255, 87, 34, 0.25);
  transition: all 0.3s ease;
  animation: shopButtonGlow 2s infinite ease-in-out;
}

.shop-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 30px rgba(255, 87, 34, 0.35);
}

.shop-feature-boxes {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.shop-feature-card {
  width: 280px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 183, 77, 0.35);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  animation: shopCardFloat 4s ease-in-out infinite;
}

.shop-feature-card:nth-child(2) {
  animation-delay: 0.7s;
}

.shop-feature-card:nth-child(3) {
  animation-delay: 1.4s;
}

.shop-feature-card h3 {
  font-size: 24px;
  color: #d84315;
  margin-bottom: 10px;
}

.shop-feature-card p {
  font-size: 15px;
  color: #6d4c41;
  margin: 0;
  line-height: 1.6;
}

@keyframes shopScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes shopPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes shopButtonGlow {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(255, 87, 34, 0.25);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 14px 32px rgba(255, 152, 0, 0.35);
  }
}

@keyframes shopCardFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes shopFloatGlow {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(20px) translateX(20px);
  }
}

@media (max-width: 768px) {
  .shop-content h1 {
    font-size: 30px;
  }

  .shop-content p {
    font-size: 16px;
  }

  .shop-marquee span {
    font-size: 16px;
    margin-right: 28px;
  }

  .shop-feature-card {
    width: 100%;
    max-width: 320px;
  }
}.shop-blink-strip {
  background: linear-gradient(90deg, #fff176, #ffb74d, #ff8a65);
  color: #8d2800;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  padding: 14px 12px;
  border-radius: 12px;
  margin: 20px 0;
  animation: shopBlink 1.2s infinite alternate, shopStripMove 2s ease-in-out infinite;
  box-shadow: 0 8px 20px rgba(255, 152, 0, 0.22);
}

@keyframes shopBlink {
  0% { opacity: 1; }
  100% { opacity: 0.7; }
}

@keyframes shopStripMove {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}/* End custom CSS */