.gowhats-hero-carousel {
  position: relative;
  width: calc(100vw - (var(--gowhats-hero-desktop-gap, 0px) * 2));
  max-width: calc(100vw - (var(--gowhats-hero-desktop-gap, 0px) * 2));
  margin: 0 calc(50% - 50vw + var(--gowhats-hero-desktop-gap, 0px)) 24px;
  border-radius: var(--gowhats-hero-desktop-radius, 28px);
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(250, 204, 21, 0.18), transparent 30%),
    linear-gradient(135deg, #f4f8ef 0%, #eef7ec 48%, #fff8ef 100%);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.gowhats-hero-carousel__viewport {
  position: relative;
  overflow: hidden;
}

.gowhats-hero-carousel__track {
  display: flex;
  width: 100%;
  transition: transform 0.55s ease;
  will-change: transform;
}

.gowhats-hero-carousel__slide {
  position: relative;
  min-width: 100%;
  flex: 0 0 100%;
  background: rgba(255, 255, 255, 0.24);
}

.gowhats-hero-carousel__link,
.gowhats-hero-carousel__picture {
  display: block;
}

.gowhats-hero-carousel__picture {
  aspect-ratio: var(--gowhats-hero-desktop-ratio, 16 / 7);
}

.gowhats-hero-carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #edf7eb;
}

.gowhats-hero-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateX(-50%);
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 6px !important;
  min-width: 6px !important;
  max-width: 6px !important;
  height: 6px !important;
  min-height: 6px !important;
  max-height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  outline: 0;
  background: rgba(33, 122, 85, 0.48) !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot::before {
  content: none !important;
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot::after {
  content: none;
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot:hover,
.gowhats-hero-carousel .gowhats-hero-carousel__dot:focus-visible {
  background: rgba(33, 122, 85, 0.72) !important;
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot:focus-visible {
  box-shadow: 0 0 0 4px rgba(33, 122, 85, 0.16) !important;
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot.is-active {
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1.5px solid #217a55 !important;
  box-shadow: none !important;
}

.gowhats-hero-carousel .gowhats-hero-carousel__dot.is-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #217a55;
}

.gowhats-customer-videos {
  width: 100%;
  margin: 42px 0 34px;
  padding: 0;
  background: #ffffff;
}

.gowhats-customer-videos,
.gowhats-customer-videos * {
  box-sizing: border-box;
}

.gowhats-customer-videos__inner {
  width: min(100%, 1412px);
  margin: 0 auto;
  padding: 0 12px;
}

.gowhats-customer-videos__viewport {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 52px 34px 14px;
}

.gowhats-customer-videos__nav {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.gowhats-customer-videos__arrow {
  position: absolute;
  top: 50%;
  display: inline-flex !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #1f5f43 !important;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1) !important;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.94);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  pointer-events: auto;
  line-height: 1 !important;
  text-indent: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.gowhats-customer-videos__arrow span {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  transform: translateY(-1px);
}

.gowhats-customer-videos__arrow--prev {
  left: 8px;
}

.gowhats-customer-videos__arrow--next {
  right: 8px;
}

.gowhats-customer-videos__arrow:hover,
.gowhats-customer-videos__arrow:focus-visible {
  background: #ffffff;
  transform: translateY(-50%) scale(1);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.14);
}

.gowhats-customer-videos__arrow:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(33, 122, 85, 0.16), 0 12px 22px rgba(15, 23, 42, 0.14);
}

.gowhats-customer-videos__viewport:hover .gowhats-customer-videos__arrow,
.gowhats-customer-videos__viewport:focus-within .gowhats-customer-videos__arrow {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.gowhats-customer-videos__title {
  margin: 0 0 28px;
  color: #1f2933;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.gowhats-customer-videos__scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 252px;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 0 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gowhats-customer-videos__scroller::-webkit-scrollbar {
  display: none;
}

.gowhats-customer-videos--carousel .gowhats-customer-videos__inner {
  max-width: none;
}

.gowhats-customer-videos--carousel .gowhats-customer-videos__scroller {
  grid-auto-columns: 252px;
  gap: 28px;
  padding-inline: 0;
  scroll-padding-inline: 0;
}

.gowhats-customer-videos--carousel .gowhats-customer-videos__card {
  min-height: 430px;
  border-radius: 18px;
}

.gowhats-customer-videos__card {
  position: relative;
  min-height: 420px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 12px;
  background: #0f172a;
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  transform-origin: center top;
}

@media (max-width: 1366px) {
  .gowhats-customer-videos__scroller,
  .gowhats-customer-videos--carousel .gowhats-customer-videos__scroller {
    grid-auto-columns: 236px;
    gap: 22px;
  }
}

@media (max-width: 1180px) {
  .gowhats-customer-videos__scroller,
  .gowhats-customer-videos--carousel .gowhats-customer-videos__scroller {
    grid-auto-columns: 220px;
    gap: 20px;
  }
}

.gowhats-customer-videos__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  background: #ffffff;
  cursor: pointer;
  transform: scale(1);
  transition: opacity 0.18s ease, transform 0.22s ease;
  will-change: transform;
}

.gowhats-customer-videos__video.is-ready {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .gowhats-customer-videos__card:hover,
  .gowhats-customer-videos__card:focus-within {
    transform: translateY(-12px) scale(1.034);
    box-shadow: 0 28px 52px rgba(15, 23, 42, 0.18);
  }

  .gowhats-customer-videos__card:hover .gowhats-customer-videos__video,
  .gowhats-customer-videos__card:focus-within .gowhats-customer-videos__video {
    transform: scale(1.1);
  }
}

.gowhats-customer-videos__shade {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.74) 100%);
}

.gowhats-customer-videos__product {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.gowhats-customer-videos__product:hover,
.gowhats-customer-videos__product:focus {
  color: #ffffff;
  text-decoration: none;
}

.gowhats-customer-videos__thumb {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.gowhats-customer-videos__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gowhats-customer-videos__copy {
  display: grid;
  flex: 1 1 auto;
  min-width: 0;
  gap: 4px;
}

.gowhats-customer-videos__copy strong {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gowhats-customer-videos__copy span {
  display: block;
  color: #facc15;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.gowhats-marquee-bar {
  --gowhats-marquee-text: #ffffff;
  --gowhats-marquee-background: #0f172a;
  --gowhats-marquee-speed: 24s;
  position: relative;
  z-index: 9996;
  overflow: hidden;
  background: var(--gowhats-marquee-background);
  color: var(--gowhats-marquee-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gowhats-marquee-bar.is-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.admin-bar .gowhats-marquee-bar.is-fixed-top {
  top: 32px;
}

html.gowhats-has-fixed-marquee {
  scroll-padding-top: calc(var(--gowhats-marquee-offset, 0px) + 16px);
}

html.gowhats-has-fixed-marquee body {
  padding-top: var(--gowhats-marquee-offset, 0px);
}

.gowhats-marquee-bar__viewport {
  position: relative;
  overflow: hidden;
}

.gowhats-marquee-bar__track {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 12px 0;
  will-change: transform;
  animation: gowhats-marquee-scroll var(--gowhats-marquee-speed) linear infinite;
}

.gowhats-marquee-bar.is-pause-on-hover:hover .gowhats-marquee-bar__track {
  animation-play-state: paused;
}

.gowhats-marquee-bar__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
}

.gowhats-marquee-bar__item::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-left: 28px;
  background: currentColor;
  opacity: 0.4;
}

.gowhats-marquee-countdown {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  margin: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: inherit;
  font-weight: 800;
}

@keyframes gowhats-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.gowhats-restock-root {
  margin-top: 16px;
}

.gowhats-restock-root,
.gowhats-restock-root * {
  box-sizing: border-box;
}

.gowhats-restock-root.is-hidden {
  display: none;
}

.gowhats-restock-card {
  border: 1px solid #d8f2e0;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fff9 0%, #ffffff 100%);
  box-shadow: 0 10px 30px rgba(14, 116, 144, 0.08);
  padding: 18px;
}

.gowhats-restock-card__header {
  margin-bottom: 12px;
}

.gowhats-restock-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #047857;
  background: #dcfce7;
  border-radius: 999px;
  padding: 6px 10px;
}

.gowhats-restock-card__help {
  margin: 10px 0 0;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
}

.gowhats-restock-card__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gowhats-restock-card__input {
  flex: 1 1 240px;
  width: 100%;
  display: block;
  min-height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 14px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  background: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}

.gowhats-restock-card__input:focus {
  outline: none;
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.16);
}

.gowhats-restock-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  cursor: pointer;
}

.gowhats-restock-card__button:hover {
  background: linear-gradient(135deg, #15803d 0%, #166534 100%);
}

.gowhats-restock-card__button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.gowhats-restock-card__feedback {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.gowhats-restock-card__feedback.is-success {
  color: #166534;
}

.gowhats-restock-card__feedback.is-error {
  color: #b91c1c;
}

.gowhats-restock-card__feedback.is-info {
  color: #1d4ed8;
}

.gowhats-restock-card__mobile-note {
  display: none;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

.gowhats-product-customizer {
  box-sizing: border-box;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #e2d6ec;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(63, 27, 91, 0.08);
}

.gowhats-product-customizer,
.gowhats-product-customizer * {
  box-sizing: border-box;
}

.gowhats-product-customizer__title {
  margin: 0 0 8px;
  color: #251533;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.gowhats-product-customizer__help,
.gowhats-product-customizer__notice {
  margin: 0 0 14px;
  color: #5b5064;
  font-size: 14px;
  line-height: 1.6;
}

.gowhats-product-customizer__notice {
  padding: 10px 12px;
  border-left: 3px solid #6f2c91;
  background: #faf7fc;
}

.gowhats-product-customizer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gowhats-product-customizer__field {
  display: grid;
  gap: 6px;
  color: #2f2933;
  font-size: 14px;
  font-weight: 600;
}

.gowhats-product-customizer__field--full {
  grid-column: 1 / -1;
}

.gowhats-product-customizer__field select,
.gowhats-product-customizer__field input[type='file'],
.gowhats-product-customizer__field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfc7d7;
  border-radius: 8px;
  padding: 9px 11px;
  background: #ffffff;
  color: #1f2933;
  font-size: 15px;
}

.gowhats-product-customizer__field select:focus,
.gowhats-product-customizer__field input[type='file']:focus,
.gowhats-product-customizer__field textarea:focus {
  outline: 0;
  border-color: #6f2c91;
  box-shadow: 0 0 0 3px rgba(111, 44, 145, 0.14);
}

.gowhats-product-customizer__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-top: 14px;
  color: #5b5064;
}

.gowhats-product-customizer__summary strong {
  color: #f26f21;
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .gowhats-hero-carousel {
    width: calc(100vw - (var(--gowhats-hero-mobile-gap, 0px) * 2));
    max-width: calc(100vw - (var(--gowhats-hero-mobile-gap, 0px) * 2));
    margin-bottom: 22px;
    margin-left: calc(50% - 50vw + var(--gowhats-hero-mobile-gap, 0px));
    margin-right: calc(50% - 50vw + var(--gowhats-hero-mobile-gap, 0px));
    border-radius: var(--gowhats-hero-mobile-radius, 22px);
  }

  .gowhats-hero-carousel__picture {
    aspect-ratio: var(--gowhats-hero-mobile-ratio, 4 / 5);
  }

  .gowhats-hero-carousel__dots {
    bottom: 12px;
    gap: 16px;
  }

  .gowhats-hero-carousel .gowhats-hero-carousel__dot.is-active {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
  }

  .gowhats-hero-carousel .gowhats-hero-carousel__dot.is-active::after {
    width: 6px;
    height: 6px;
  }

  .gowhats-customer-videos {
    margin: 32px 0 26px;
  }

  .gowhats-customer-videos__inner {
    padding: 0 10px;
  }

  .gowhats-customer-videos__viewport {
    padding: 40px 26px 12px;
  }

  .gowhats-customer-videos__nav {
    inset: 0;
  }

  .gowhats-customer-videos__arrow {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
  }

  .gowhats-customer-videos__arrow span {
    font-size: 16px;
  }

  .gowhats-customer-videos__arrow--prev {
    left: 4px;
  }

  .gowhats-customer-videos__arrow--next {
    right: 4px;
  }

  .gowhats-customer-videos__title {
    margin-bottom: 20px;
    padding: 0 18px;
    font-size: 24px;
  }

  .gowhats-customer-videos__scroller {
    grid-auto-columns: minmax(214px, 76vw);
    gap: 18px;
    padding: 8px 0 10px;
  }

  .gowhats-customer-videos--carousel .gowhats-customer-videos__scroller {
    grid-auto-columns: minmax(214px, 76vw);
    gap: 18px;
    padding: 8px 0 10px;
    scroll-padding-inline: 0;
  }

  .gowhats-customer-videos__card {
    min-height: 338px;
    border-radius: 12px;
  }

  .gowhats-customer-videos--carousel .gowhats-customer-videos__card {
    min-height: 390px;
  }

  .gowhats-customer-videos__product {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 10px;
  }

  .gowhats-customer-videos__thumb {
    width: 42px;
    height: 42px;
  }

  body.admin-bar .gowhats-marquee-bar.is-fixed-top {
    top: 46px;
  }

  .gowhats-marquee-bar__track {
    gap: 36px;
    padding: 10px 0;
  }

  .gowhats-marquee-bar__item {
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .gowhats-marquee-bar__item::after {
    width: 6px;
    height: 6px;
    margin-left: 18px;
  }

  .gowhats-restock-card {
    padding: 16px;
  }

  .gowhats-restock-card__form {
    flex-direction: column;
  }

  .gowhats-restock-root input.gowhats-restock-card__input[type='tel'] {
    width: 100% !important;
    display: block !important;
    flex: 0 0 auto !important;
    min-height: 50px !important;
    height: 50px !important;
    max-height: 50px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    vertical-align: middle !important;
    overflow: hidden !important;
  }

  .gowhats-restock-root .gowhats-restock-card__button {
    width: 100% !important;
    min-height: 50px !important;
    height: 50px !important;
    padding: 0 18px !important;
  }

  .gowhats-restock-root.is-hosted-mobile .gowhats-restock-card__form {
    display: block;
  }

  .gowhats-restock-root.is-hosted-mobile .gowhats-restock-card__input {
    display: none;
  }

  .gowhats-restock-root.is-hosted-mobile .gowhats-restock-card__button {
    width: 100%;
    min-height: 52px;
  }

  .gowhats-restock-root.is-hosted-mobile .gowhats-restock-card__mobile-note {
    display: block;
  }

  .gowhats-product-customizer__grid {
    grid-template-columns: 1fr;
  }
}

.gowhats-address-engine-notice {
  display: none;
  margin-bottom: 16px;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  color: #166534;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 14px;
  box-shadow: 0 12px 32px rgba(22, 101, 52, 0.08);
}

.gowhats-address-engine-notice.is-visible {
  display: block;
}

.gowhats-contact-icon {
  position: fixed;
  z-index: 9998;
  width: var(--gowhats-contact-size, 56px);
  height: var(--gowhats-contact-size, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gowhats-contact-icon:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.24);
}

.gowhats-contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gowhats-contact-icon__fallback {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gowhats-contact-icon.is-whatsapp .gowhats-contact-icon__fallback {
  background: linear-gradient(135deg, #22c55e 0%, #15803d 100%);
}

.gowhats-contact-icon.is-instagram .gowhats-contact-icon__fallback {
  background: linear-gradient(135deg, #f97316 0%, #ec4899 50%, #7c3aed 100%);
}

@media (max-width: 768px) {
  .gowhats-contact-icon {
    width: calc(var(--gowhats-contact-size, 56px) - 6px);
    height: calc(var(--gowhats-contact-size, 56px) - 6px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
  }
}

.gowhats-pwa-banner {
  position: fixed;
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 10050;
  display: flex;
  justify-content: stretch;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gowhats-pwa-banner,
.gowhats-pwa-banner * {
  box-sizing: border-box;
}

.gowhats-pwa-banner.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.gowhats-pwa-banner__inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.gowhats-pwa-banner__content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
}

@keyframes gowhats-pwa-banner-bob {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.08);
  }
}

.gowhats-pwa-banner__media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  flex: 0 0 auto;
  animation: gowhats-pwa-banner-bob 2s ease-in-out infinite;
}

.gowhats-pwa-banner__logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.gowhats-pwa-banner__body {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.gowhats-pwa-banner__title {
  display: block;
  margin: 0 0 2px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.gowhats-pwa-banner__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.3;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.gowhats-pwa-banner__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.gowhats-pwa-banner button.gowhats-pwa-banner__install,
.gowhats-pwa-banner button.gowhats-pwa-banner__dismiss {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: inherit;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.gowhats-pwa-banner button.gowhats-pwa-banner__install {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(34, 197, 94, 0.92);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
}

.gowhats-pwa-banner button.gowhats-pwa-banner__install:hover,
.gowhats-pwa-banner button.gowhats-pwa-banner__install:focus-visible {
  transform: scale(1.03);
  background: rgba(74, 222, 128, 1);
  box-shadow: none;
}

.gowhats-pwa-banner button.gowhats-pwa-banner__install:disabled {
  opacity: 0.7;
  cursor: wait;
}

.gowhats-pwa-banner button.gowhats-pwa-banner__dismiss {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: none !important;
}

.gowhats-pwa-banner button.gowhats-pwa-banner__dismiss:hover,
.gowhats-pwa-banner button.gowhats-pwa-banner__dismiss:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
}

.gowhats-pwa-banner button.gowhats-pwa-banner__install:focus-visible,
.gowhats-pwa-banner button.gowhats-pwa-banner__dismiss:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
}

@media (min-width: 768px) {
  .gowhats-pwa-banner {
    left: auto;
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 360px;
  }
}

@media (max-width: 380px) {
  .gowhats-pwa-banner__content {
    gap: 10px;
  }

  .gowhats-pwa-banner__inner {
    align-items: center;
  }

  .gowhats-pwa-banner__body {
    flex: 1 1 auto;
  }

  .gowhats-pwa-banner__actions {
    gap: 10px;
  }

  .gowhats-pwa-banner button.gowhats-pwa-banner__install {
    padding: 0 12px;
  }
}
