﻿*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}

.player-section {
  width: 100%;
}

.elementor-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.elementor-column {
  width: 100%;
  min-height: 1px;
  padding: 10px;
}

.vsl-player {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.checkout-button {
  display: flex;
  width: min(100%, 400px);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  padding: 12px 24px;
  border: 0;
  border-radius: 12px;
  background: #0fa400;
  color: #ffffff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 4px 8px 1px rgba(30, 143, 255, 0.75);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.25s ease, transform 0.25s ease;
  animation: checkoutPulse 2s infinite;
}

.checkout-button[hidden] {
  display: none;
}

.checkout-button:focus,
.checkout-button:hover {
  background: #3ad004;
  color: #ffffff;
}

@keyframes checkoutPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

wistia-player[media-id="xum0ozstb2"]:not(:defined) {
  display: block;
  padding-top: 177.78%;
  background: center / contain no-repeat url("../images/wistia-xum0ozstb2-swatch.jpg");
  filter: blur(5px);
}

.tracking-frame,
.tracking-pixel {
  display: none;
  visibility: hidden;
}

@media (max-width: 420px) {
  .elementor-column {
    padding-right: 10px;
    padding-left: 10px;
  }
}



