.kOA51 {
  border-radius: 0px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
  background: white;
  overflow: hidden;
  position: fixed;
  bottom: 20px;
  width: 160px;
  height: 212px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1000;
  pointer-events: auto;
}
.kOA51:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.kOA51:active {
  transform: scale(0.98);
}
.kOA51:focus-visible {
  outline: 2px solid #0070f3;
  outline-offset: 2px;
}
.gSrgL {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  background: none;
  color: white;
  border: none;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gSrgL svg {
  width: 100%;
  height: 100%;
}
.UQXnt {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
}
.zuN4i {
  position: relative;
  width: 100%;
  height: 100%;
}
.itysa {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
}
/* Popup overlay covering entire screen */
.y3nWd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: transparent;
  display: block;
  animation: Cq1MV 0.3s ease;
  z-index: 999999;
}
/* Main popup container - full screen */
.uKho6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  display: flex;
  flex-direction: column;
  animation: JRPvI 0.3s ease;
  z-index: 999999;
}
/* Content area - takes remaining space above CTA button */
.PyLWZ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* Images and videos cover entire popup content area */
.H0b92,
.Qk45F {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}
/* Close button positioned at top-left */
.f7_Mu {
  position: absolute;
  top: 20px;
  left: 20px;
  background: transparent;
  color: white;
  border: none;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease;
  z-index: 1000000;
}
.f7_Mu:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
/* CTA button at bottom - fixed position */
.aGFD3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'SourceSansPro', Arial, sans-serif;
  border: none;
  cursor: pointer;
  z-index: 1000000;
  text-align: center;
  width: 100%;
  transition: background 0.3s ease;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.aGFD3:hover {
  background-color: #333;
}
.zSYHb {
  background-color: #000;
  color: #fff;
  border: none;
}
.gRx07 {
  background-color: #fff;
  color: #000;
  border: none;
}
.gRx07:hover {
  color: #fff !important;
}
.KbLO_ {
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  z-index: 5;
  pointer-events: none;
}
.KbLO_ .CRObA {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid white;
  box-sizing: border-box;
}
.KbLO_ .FCk4m {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.KbLO_ .g_2mx {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.KbLO_ .onXDH {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
}
.KbLO_ .RD5tW {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.u57Mc {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 8px;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 4px;
  border-radius: 2px;
  font-family: monospace;
  z-index: 10;
  white-space: nowrap;
  line-height: 1.2;
  min-width: 24px;
  text-align: center;
}
@keyframes Cq1MV {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes JRPvI {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Mobile specific styles */
@media (max-width: 768px) {
  .uKho6 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
  .PyLWZ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  .H0b92,
  .Qk45F {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  .z_y4h {
    position: absolute;
    bottom: 24px;
    width: 100%;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
  }
  .o6Zdv {
    flex: 1;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #5a5858;
    border-radius: 12px;
    cursor: pointer;
  }
  .f7_Mu {
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    font-size: 24px;
    background: transparent;
    z-index: 1000000;
  }
  .aGFD3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px;
    font-size: 16px;
    z-index: 1000000;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 56px;
  }
}

.TdJ8i {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: black;
  z-index: 9999;
  overflow: hidden;
}
/* Video fills full height; width adjusts with aspect ratio */
.A8WhP {
  align-content: center;
  height: 100vh !important;
  width: 100vw !important;
  background: linear-gradient(to bottom, #292828 0%, #171717 100%);
  position: relative;
}
.fj5or {
  height: 100%;
  width: 100%;
  object-fit: contain;
  cursor: pointer;
}
/* Loading overlay - positioned absolutely over video */
.zF9ub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}
.Gj4YF {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pkf93 {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #ffffff;
  border-radius: 50%;
  animation: rWSHJ 1s linear infinite;
}
@keyframes rWSHJ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Top bar (progress + controls) */
.gYOPf {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
._xGgW {
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  width: 100%;
}
.WjWYO {
  height: 100%;
  background-color: white;
  transition: width 0.2s ease;
}
.bV7G8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  color: white;
}
.rpjq7,
.CG7yn {
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
}
.rpjq7 svg,
.CG7yn svg {
  width: 24px;
  height: 24px;
}
.GYbxN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.mXhEZ {
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.mXhEZ svg {
  width: 64px;
  height: 64px;
}
.Mz7SJ {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Rr9_B {
  color: #e9e9e9;
  font-size: 13px;
  font-weight: 500;
}
/* Bottom bar (Shop Now + fullscreen) */
.P3ez1 {
  position: absolute;
  bottom: 24px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.JZU28 {
  flex: 1;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #5a5858;
  border-radius: 12px;
  cursor: pointer;
}
.ggTAx {
  width: 46px;
  height: 46px;
  background: rgba(28, 28, 28, 0.9);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 12px;
}
.ggTAx svg {
  width: 100%;
  height: 100%;
  fill: white;
}

