@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;

  &::after,
  &::before {
    content: "";
    content: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}

input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

body {
  background-color: #000000 !important;
  overflow: hidden !important;
}

body.scroll-bar {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html .et_pb_scroll_top.et-pb-icon.et-visible {
  display: none !important;
}

html #page-container {
  margin-top: 0 !important;
  overflow: visible !important;
}
html #page-container.monarch-push-down {
  margin-top: 0 !important;
  overflow: visible !important;
}

html #page-container.glightbox-open {
  overflow: visible !important;
}

html header#monarch-header {
  position: absolute !important;
  background: #1d282e !important;
}
html .logged-in #monarch-header {
  top: 0px !important;
}

html #monarch-footer {
  background: #1d282e !important;
  border-top: 1px solid #ffffff !important;
}
html #monarch-footer .footer-content ul li a {
  color: #ffffff !important;
}
html #monarch-footer .footer-content ul li a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
html #monarch-footer .footer-content #wpml-switch-container .translate-title,
html #monarch-footer .footer-content #wpml-switch-container .wpml-ls a.js-wpml-ls-item-toggle {
  color: #ffffff !important;
}

html #monarch-footer .footer-content #wpml-switch-container .wpml-ls a.js-wpml-ls-item-toggle {
  border-bottom: 1px solid #ffffff !important;
}

html #monarch-footer .footer-content #footer-social li.copyright {
  color: #ffffff !important;
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.6;
  background-color: #000000 !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white !important;
}

main p {
  color: white !important;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-template-areas:
    "header sidebar"
    "main sidebar";
  gap: 20px;
}

.header {
  background-color: #2c3e50;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #34495e;
}

.navigation {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

header#monarch-header .container #monarch-desktop-menu a {
  color: #ffffff !important;
  opacity: 1 !important;
}

header#monarch-header
  .container
  #monarch-desktop-menu
  #monarch-menu-feature
  .feature-content
  .feature-heading {
  color: #ffffff !important;
  opacity: 1 !important;
}

#hero {
  padding: 120px 20px 80px 20px;
  position: relative;
  height: calc(100vh + 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero .shipping-popup-overlay {
  filter: none !important;
}

#hero .gradient-bg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 51vw, 820px);
  max-width: 100vw;
  aspect-ratio: 1 / 1;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 1;
}

@media (max-width: 991px) {
  #hero .gradient-bg {
    width: 70%;
    max-width: min(70%, 100vw);
  }
}

@media (max-width: 768px) {
  #hero .gradient-bg {
    width: 85%;
    max-width: min(85%, 100vw);
  }
}

@media (max-width: 480px) {
  #hero .gradient-bg {
    width: 110%;
    max-width: 100vw;
    top: 44%;
  }
}

#hero .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

#hero .box-wrap {
  max-width: 425px;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 980px) and (max-height: 750px) {
  #hero {
    padding: 80px 20px 60px 20px;
  }

  #hero .gradient-bg {
    top: 42%;
    width: clamp(220px, 34vw, 520px);
  }

  #hero .box-wrap {
    max-width: 300px;
  }

  #hero .shadow-wrap {
    width: 85%;
    bottom: -8%;
  }

  #hero .details-btn {
    margin-top: 40px;
  }
}

@media (min-width: 980px) and (max-height: 600px) {
  #hero {
    padding: 70px 20px 50px 20px;
  }

  #hero .gradient-bg {
    top: 38%;
    width: clamp(200px, 32vw, 480px);
  }

  #hero .box-wrap {
    max-width: 280px;
  }

  #hero .shadow-wrap {
    width: 78%;
    bottom: -6%;
  }

  #hero .details-btn {
    margin-top: 15px;
    margin-bottom: 120px;
  }
}



#hero .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  #hero .box-wrap {
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  #hero .box-wrap {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  #hero .box-wrap {
    max-width: 260px;
  }
}

#hero .box-wrap.visible {
  opacity: 1;
}

#hero .box-wrap.visible:hover {
  animation: shake 600ms cubic-bezier(0.36, 0.07, 0.19, 0.97);
  animation-iteration-count: 1;
}

@keyframes shake {
  0% {
    transform: translateX(0) rotate(0);
  }
  10% {
    transform: translateX(-2px) rotate(-1deg);
  }
  20% {
    transform: translateX(2px) rotate(1deg);
  }
  30% {
    transform: translateX(-3px) rotate(-1.5deg);
  }
  40% {
    transform: translateX(3px) rotate(1.5deg);
  }
  50% {
    transform: translateX(-2px) rotate(-1deg);
  }
  60% {
    transform: translateX(2px) rotate(1deg);
  }
  70% {
    transform: translateX(-2px) rotate(-0.5deg);
  }
  80% {
    transform: translateX(2px) rotate(0.5deg);
  }
  90% {
    transform: translateX(-1px) rotate(-0.25deg);
  }
  100% {
    transform: translateX(0) rotate(0);
  }
}

#hero .box-wrap.animate-in {
  opacity: 1;
  animation: boxGrowIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

#hero .box-wrap.visible > svg {
  animation: float 3s ease-in-out infinite;
}

#hero .box-wrap.visible:hover > svg {
  animation: shake 600ms cubic-bezier(0.36, 0.07, 0.19, 0.97) forwards;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes boxGrowIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#hero .shadow-wrap {
  position: absolute;
  width: 118%;
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#hero .box-wrap svg {
  position: relative;
  z-index: 2;
}

#hero .details-btn {
  background-color: #00aae5;
  color: white;
  text-decoration: none;
  padding: 12px;
  max-width: 140px;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 184, 212, 0.3);
  cursor: pointer;
  margin-top: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  #hero .details-btn {
    margin-top: 100px;
  }
}

#hero .details-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
  animation: shineEffect 4s infinite linear;
}

@keyframes shineEffect {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

#hero .shipping-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35vh;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#hero .shipping-popup-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#hero .shipping-popup {
  background: rgba(240, 240, 240, 0.9);
  border: 1px solid rgba(208, 208, 208, 0.8);
  border-radius: 12px;
  width: 480px;
  max-width: 90vw;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    opacity 0.3s ease;
}

#hero .shipping-popup-overlay.active .shipping-popup {
  transform: scale(1);
  opacity: 1;
}

#hero .popup-header {
  background: #e8e8e8;
  padding: 12px 16px;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  position: relative;
}

#hero .window-controls {
  position: absolute;
  left: 12px;
  display: flex;
  gap: 8px;
}

#hero .control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

#hero .control.red {
  background-color: #ff5f57;
}

#hero .control.yellow {
  background-color: #ffbd2e;
}

#hero .control.green {
  background-color: #28ca42;
}

#hero .popup-close {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .popup-content {
  padding: 12px 20px 14px 20px;
  position: relative;
}

#hero .popup-content h2 {
  font-size: 35px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  color: #1a1a1a;
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  #hero .popup-content h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  #hero .popup-content h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 480px) {
  #hero .popup-content h2 {
    font-size: 20px !important;
  }
}

.soon-pill {
  background-color: #00aae5;
  padding: 2px 15px;
  margin: -5px auto 10px auto;
  font-size: 15px;
  color: white;
  max-width: 130px;
  text-align: center;
  border-radius: 20px;
}

.trend-item,
.tracking-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.trend-item {
  padding: 0 20px;
}

.tracking-cta-row {
  margin-top: 10px;
}

.trend-item span,
.tracking-info span {
  font-size: 19px !important;
  color: #1a1a1a !important;
}

@media (max-width: 768px) {
  .trend-item span,
  .tracking-info span {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  .trend-item span,
  .tracking-info span {
    font-size: 15px !important;
  }
}

#hero .popup-content {
  padding: 12px 20px 14px 20px;
  position: relative;
}

#hero.transitioning {
  opacity: 0;
  transform: scale(0.95);
}

#hero .box-wrap.transitioning {
  transform: translate(-50%, -50%) translateY(-50px) scale(1.2);
  opacity: 0;
}

#intro {
  padding: 80px 20px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s,
    transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

@media (max-width: 991px) {
  #intro {
    padding: 65px 20px;
  }
}

@media (max-width: 768px) {
  #intro {
    padding: 55px 20px;
  }
}

@media (max-width: 480px) {
  #intro {
    padding: 40px 20px;
  }
}

#intro.enhanced-entry {
  opacity: 0;
  transform: translateY(60px);
}

#intro.enhanced-entry.visible {
  opacity: 1;
  transform: translateY(0);
}

#intro .two-cols {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

@media (max-width: 991px) {
  #intro .two-cols {
    flex-direction: column-reverse;
    justify-content: center;
  }
}

#intro .box-wrap {
  width: 100%;
  max-width: 380px;
  position: relative;
  bottom: -30px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s,
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}

@media (max-width: 991px) {
  #intro .box-wrap {
    max-width: 300px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  #intro .box-wrap {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  #intro .box-wrap {
    max-width: 200px;
  }
}

#intro .box-wrap svg {
  position: relative;
  z-index: 2;
}

#intro .gradient-bg {
position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
}

#intro .text-wrap {
  width: 100%;
  max-width: 550px;

  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s,
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

#intro.enhanced-entry .text-wrap {
  opacity: 0;
  transform: translateY(40px);
}

#intro.enhanced-entry.visible .text-wrap {
  opacity: 1;
  transform: translateY(0);
}

#intro.enhanced-entry .box-wrap {
  opacity: 0;
  transform: translateY(40px);
}

#intro.enhanced-entry.visible .box-wrap {
  opacity: 1;
  transform: translateY(0);
}

#intro .text-wrap h1 {
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #00aae7 !important;
  opacity: 100% !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
}

@media (max-width: 991px) {
  #intro .text-wrap h1 {
    text-align: center;
    line-height: 1em;
    margin-bottom: 20px !important;
  }
}

#intro .text-wrap p {
  font-size: 16px !important;
}

@media (max-width: 1050px) {
  #intro .text-wrap p br {
    display: none;
  }
}

@media (max-width: 991px) {
  #intro .text-wrap p {
    text-align: center;
  }
}

#trends {
  display: block !important;
  padding: 50px 20px 50px 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s,
    transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

@media (max-width: 991px) {
  #trends {
    padding: 45px 0 0 0;
  }
}
#trends.enhanced-entry {
  opacity: 0;
  transform: translateY(60px);
}

#trends.enhanced-entry.visible {
  opacity: 1;
  transform: translateY(0);
}

#trends .trend-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#trends .trends-dropdown-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 60px;
  z-index: 9999;
}

@media (max-height: 800px) {
  #trends .trends-dropdown-wrap {
    top: 20px;
  }
}

#trends #trends-dropdown {
  border-radius: 6px;
  width: 100%;
  max-width: 280px;
  min-width: 280px;
  height: 40px;
  color: white;
  background-color: #0079a5;
  border-color: #0079a5;
  outline-color: #0079a5;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 20px;
  cursor: pointer;
}

#trends .two-cols {
  margin: 70px auto 150px auto;
  max-width: 1210px;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
}

@media (max-width: 1225px) {
  #trends .two-cols {
    gap: 0;
  }
}

@media (max-width: 991px) {
  #trends .two-cols {
    flex-direction: column-reverse;
  }
}

#trends .trend {
  width: 100%;
  max-width: 890px;
  padding: 50px 20px 0 20px;
  position: relative;
}

@media (max-width: 1225px) {
  #trends .trend {
    max-width: 780px;
  }
}

@media (max-width: 1070px) {
  #trends .trend {
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  #trends .trend {
    max-width: 880px;
  }
}

#trends .trend h2 {
  text-align: center;
  font-size: 61px !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  margin-top: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  font-family: "Oswald", sans-serif !important;
}

@media (max-width: 991px) {
  #trends .trend h2 {
    font-size: 50px !important;
  }
}

@media (max-width: 768px) {
  #trends .trend h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 480px) {
  #trends .trend h2 {
    font-size: 35px !important;
  }
}

#trends .trend .main-desc {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 1225px) {
  #trends .trend .main-desc br {
    display: none;
  }
}
@media (max-width: 991px) {
  #trends .trend .main-desc {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #trends .trend .main-desc {
    font-size: 18px;
  }
}

#trends .trend .text-box {
  width: 100%;
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 25px;
}

#trends .trend .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #trends .trend .img-wrap {
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  #trends .trend .img-wrap {
    font-size: 120px;
  }
}

#trends .trend .text-box p {
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 16px !important;
}

@media (max-width: 991px) {
  #trends .trend .text-box p {
    letter-spacing: 0.5px;
  }
}

@media (max-width: 1225px) {
  #trends .trend .text-box p br {
    display: none;
  }
}

#trends .trend .text-box p sup {
  font-size: 0.8em;
  padding-left: 2px;
}

#trends .trend .anotation-box {
  margin: 10px auto;
  padding: 20px 0;
}
#trends .trend .anotation-box p{
  margin-bottom: 5px !important;
  font-size: 12px !important;
  line-height: 1.2em !important;
}
#trends .trend .anotation-box p a{
  font-size: 15px !important;
}
@media (max-width: 768px) {
  #trends .trend .anotation-box p a{
    font-size: 14px !important;
  }
}

#trends .trend .text-box p:last-of-type {
  margin-bottom: 0 !important;
}

#trends .trend .text-box.outlined {
  border: 2px solid #00aae5;
  padding: 20px;
}

#trends .trend .text-box .blue-text {
  color: #00aae5;
  font-weight: 700;
}

#trends .trend .text-box .orange-text {
  color: #ff6f00;
  font-weight: 700;
}

#trends .trend .text-box .green-text {
  color: #62c5ab;
  font-weight: 700;
}

#trends .trend .text-box.blue {
  background-color: #00aae5;
}

#trends .trend .text-box h4 {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  padding-bottom: 0 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  #intro .box-wrap {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #intro .box-wrap {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  #intro .box-wrap {
    font-size: 18px;
  }
}

#trends .trend .boxes-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 15px;
}

@media (max-width: 768px) {
  #trends .trend .boxes-wrap {
    flex-direction: column;
    gap: 0;
  }
}

#trends .trend .box {
  width: 33.3%;
  border: 2px solid #00aae5;
  border-radius: 20px;
  padding: 15px 12px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  #trends .trend .box {
    width: 100%;
  }
}

#trends .trend .box p.desc {
  font-size: 16px !important;
}
#trends .trend .box p.desc strong {
  font-weight: 700 !important;
}

#trends .trend .box h3 {
  padding-bottom: 0 !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  letter-spacing: 0 !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  #trends .trend .box h3,
  #trends .trend .box p.desc {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #trends .trend .box h3 {
    font-size: 19px;
  }
}

#trends .trend .box .svg-wrap {
  max-width: 40px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #trends .trend .box .svg-wrap {
    margin: 0 auto;
  }
}

#trends .aside-wrap {
  max-width: 280px;
  width: 100%;
}

@media (max-width: 991px) {
  #trends .two-cols {
    position: relative;
  }
  #trends .aside-wrap {
    /* position: sticky; */
    bottom: 4px;
    margin: 0 auto;
    z-index: 9;
  }

  #trends .aside-wrap.active {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}

#trends aside {
  border: 2px solid #f78e1e;
  border-radius: 20px;
  position: sticky !important;
  top: 130px;
  max-width: 280px;
  width: 100%;
  padding: 17px;
  background-color: #000000;
  z-index: 3;
}

@media (max-width: 991px) {
  #trends aside {
    padding-top: 17px;
  }

  #trends aside::after {
    content: "";
    position: absolute;
    width: 43px;
    height: 19px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #000000;
    z-index: 9;
  }

  #trends .aside-wrap.active aside {
    top: unset;
    bottom: 0;
    z-index: 9999;
  }

  #trends .aside-wrap.active aside {
    transform: translateY(0);
  }
}

@media (max-height: 800px) {
  #trends aside {
    top: 80px;
  }
}

#trends .arrow-wrap-heading.responsive {
  display: none;
  position: absolute;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  background-color: black;
  border: 2px solid #f78e1e;
  justify-content: center;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  cursor: pointer;
}

@media (max-width: 991px) {
  #trends .arrow-wrap-heading.responsive {
    display: flex;
  }
}

#trends .arrow-wrap-heading.responsive svg {
  --svg-rot: 0deg;
  transform: rotate(var(--svg-rot)) translateY(0);
  animation: subtleBounce 1.2s ease-in-out infinite;
  position: relative;
  top: -3px;
}

/* When rotating, disable the keyframe animation and use a transition on transform */
#trends .arrow-wrap-heading.responsive svg.rotating {
  animation: none !important;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

#trends .arrow-wrap-heading.responsive svg path {
  fill: #f78e1e;
}

@keyframes subtleBounce {
  0%, 100% {
    transform: rotate(var(--svg-rot)) translateY(0);
  }
  50% {
    transform: rotate(var(--svg-rot)) translateY(-2px);
  }
}


#trends aside p {
  font-size: 16px !important;
}

#trends aside p.heading {
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  #trends aside p.heading {
    text-align: center;
    line-height: 1em !important;
    margin-bottom: 0 !important;
    cursor: pointer;
  }

  #trends aside .product-wrap p {
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
  }
}

#trends aside p.product-topic {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-weight: 600 !important;
}

#trends aside p.product-topic svg:not(.arrow-wrap svg) {
  width: 15px;
  height: 15px;
}

#trends .arrow-wrap {
  display: inline-block;
  margin-left: auto;
}

#trends aside p.orange-color {
  color: #f78e1e !important;
}
#trends .products.orange-color p.active {
  color: white !important;
  background-color: #f78e1e !important;
  padding: 2px 5px;
}
#trends aside p.purple-color {
  color: #b85aa3 !important;
}
#trends .products.purple-color p.active {
  background-color: #b85aa3 !important;
  color: white !important;
  padding: 2px 5px;
}
#trends aside p.blue-color {
  color: #45bea6 !important;
}
#trends .products.blue-color p.active {
  background-color: #45bea6 !important;
  color: white !important;
  padding: 2px 5px;
}
#trends aside .products {
  padding-left: 23px !important;
  overflow: hidden;
  transition: height 300ms ease;
}

/* #trends aside .products.non-visible {
  height: 0;
} */

#trends aside .products.is-collapsed {
  height: 0;
}

#trends aside .products .product-name {
  cursor: pointer;
  width: fit-content;
}

#trends aside .products .product-name:hover {
  text-decoration: underline;
}

#trends aside .products .product-name.pop-opened {
  text-decoration: underline;
}

#trends aside .product-wrap p {
  margin-bottom: 10px;
}

#trens .aside-wrap {
  width: 100%;
  max-width: 250px;
}

#trends .video-wrap {
  width: min(100vw, 100%);
  height: 383px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #000000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #trends .video-wrap {
    height: 270px;
  }
}

#trends .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

#trends .video-wrap .video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  color: #ffffff;
  pointer-events: none;
}

#trends .video-wrap .video-overlay .video-overlay-inner {
  position: absolute;
  top: 0;
  left: var(--video-overlay-left, 0px);
  width: min(100%, var(--video-overlay-width, 100%));
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

#trends .video-wrap .video-overlay p {
  margin: 0;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  max-width: 1200px;
  z-index: 2;
}

@media (max-width: 991px) {
  #trends .aside-wrap .product-wrap {
    display: none;
  }

  #trends .aside-wrap .product-wrap.margin-first {
    margin-top: 10px !important;
  }

  #trends .aside-wrap .product-wrap:first-of-type {
    margin-top: 10px !important;
  }

  #trends .aside-wrap .product-wrap:nth-child(3) {
    margin-top: 10px !important;
  }
}

@media (max-width: 991px) {
  #trends .video-wrap .video-overlay p {
    font-size: 50px;
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  #trends .video-wrap .video-overlay p {
    font-size: 40px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  #trends .video-wrap .video-overlay p {
    font-size: 30px;
    font-weight: 500;
  }
}

.sticky-anchor {
  position: sticky;
  top: 100px;
  height: 0;
  z-index: 3;
  width: 105%;
}

@media (max-width: 1300px) {
  .sticky-anchor {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .sticky-anchor.open {
    z-index: 999999999;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: fixed;
    inset: 0%;
    align-items: center;
    justify-content: center;
  }
}

@media (max-height: 800px) {
  .sticky-anchor {
    top: 50px;
  }
}

.sticky-anchor.open ~ .trend-wrap .trends-dropdown-wrap,
.sticky-anchor.open ~ .trend-wrap .trends-dropdown-wrap #trends-dropdown {
  pointer-events: none !important;
  cursor: default !important;
}

@media (max-width: 991px) {
  #trends .aside-wrap.active > aside {
    transform: translateY(0);
  }

  @media (prefers-reduced-motion: reduce) {
    #trends .aside-wrap > aside {
      transition: none;
    }
  }
}

.products-popup {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 945px;
  max-height: 90vh;
  margin-top: 30px;
  overflow: hidden;
  background: rgba(240, 240, 240, 0.9);
  border: 1px solid rgba(208, 208, 208, 0.8);
  border-radius: 12px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sticky-anchor.open .products-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition: opacity 0.18s ease,
    transform 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0s;
}

@media (max-width: 991px) {
  .products-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: 999999;
    margin-top: 0;
    border-radius: 0 !important;
  }
}

.products-popup .popup-header {
  background: black;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .products-popup .popup-header {
    padding: 16px 16px;
  }
}

.products-popup .window-controls {
  position: absolute;
  left: 12px;
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 991px) {
  .products-popup .window-controls {
    gap: 12px;
  }
}

.products-popup .control {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .products-popup .control {
    width: 18px;
    height: 18px;
  }
}

.products-popup .control.red {
  background-color: #ff5f57;
}

.products-popup .control.yellow {
  background-color: #ffbd2e;
}

.products-popup .control.green {
  background-color: #28ca42;
}

.products-popup .popup-content {
  background-color: #3a3a3a;
  padding: 20px 50px;
  display: none;
  opacity: 0;
  transition: opacity 200ms ease;
  max-height: 81vh;
  overflow: auto;
  scrollbar-gutter: stable !important;
}

@media (max-height: 850px) {
  .products-popup .popup-content {
    overflow-y: scroll;
    max-height: 65vh;
  }
}

@media (max-width: 1300px) {
  .products-popup .popup-content {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  .products-popup .popup-content {
    max-height: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
}

.products-popup .popup-content.open {
  display: block;
  opacity: 1;
}

.products-popup .popup-content h2 {
  color: white !important;
  font-size: 36px !important;
  line-height: 1em !important;
  text-align: center;
  margin-top: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}

.products-popup .popup-content .main-desc {
  font-size: 18px !important;
  text-align: center !important;
  line-height: 1em !important;
  color: white !important;
}
@media (max-width: 1350px) {
  .products-popup .popup-content .main-desc br {
    display: none;
  }
}
.products-popup .popup-content .main-desc b {
  font-weight: 700 !important;
}

.products-popup .popup-content .imgs-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 20px auto;
}

.products-popup .popup-content .imgs-wrap.spec-centered {
  flex-wrap: wrap;
}


.products-popup .popup-content .imgs-wrap .col {
  width: 100%;
  max-width: 33.3%;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.products-popup .popup-content .imgs-wrap.spec-centered .col {
  max-width: 46%;
  align-self: stretch;
}


@media only screen and (max-width: 768px) {
  .products-popup .popup-content .imgs-wrap .col {
    padding: 2px;
  }
}

.products-popup .popup-content .imgs-wrap .col img {
  width: 100%;
  height: auto;
}

.products-popup .popup-content .imgs-wrap.spec-centered .col img {
   align-self: stretch;
}

.products-popup .popup-content .imgs-wrap .col::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/Products-Images-Overlay.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .products-popup .popup-content .imgs-wrap .col::after {
    width: 25px;
    height: 25px;
  }
}

.products-popup .popup-content .trends-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 20px auto;
}

.products-popup .popup-content .trends-wrap.spec-centered {
justify-content: center;
}


@media (max-width: 1300px) {
  .products-popup .popup-content .trends-wrap {
    justify-content: center;
  }
}

.products-popup .popup-content .trends-wrap.center {
  align-items: center;
  justify-content: center;
}

.products-popup .popup-content .trends-wrap:last-child {
  margin-bottom: 0;
}

.products-popup .popup-content .trends-wrap .col {
  width: 100%;
  max-width: 395px;
  border: 1px solid white;
  border-radius: 15px;
  padding: 15px;
  background: #6a6a6a;
  align-self: stretch;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 991px) {
  .products-popup .popup-content .trends-wrap .col {
    max-width: 370px;
  }
}

.products-popup .popup-content .trends-wrap.col.blue.bigger {
  width: 100%;
  border: 1px solid white;
  border-radius: 15px;
  padding: 15px;
  background: #0079a5;
}

.products-popup .popup-content .trends-wrap.col.gray.bigger {
  width: 100%;
  border: 1px solid #b0b6b8;
  border-radius: 15px;
  padding: 15px;
  background: #373737;
}

.products-popup
  .popup-content
  .trends-wrap.col.gray.bigger
  .desc
  .blue-light-text {
  color: #00aae5 !important;
}

.products-popup .popup-content .trends-wrap .col.blue {
  background: #0079a5;
}
.products-popup .popup-content .trends-wrap .col.blue-light {
  background: #00aae5;
}

.products-popup .popup-content .trends-wrap .col .join-us-btn {
  color: black;
  background-color: white;
  margin: 0 auto;
  width: 100%;
  max-width: 115px;
  height: 33px;
  text-align: center;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-popup .popup-content .trends-wrap .col .join-us-btn:hover {
  opacity: 0.8 !important;
}

.products-popup .popup-content .trends-wrap .svg-wrap {
  width: 100%;
  max-width: 33px;
  margin: 0 auto;
}

.products-popup .popup-content .trends-wrap .desc {
  font-size: 16px !important;
  padding: 10px 20px 10px 20px !important;
  line-height: 1em !important;
  color: white !important;
}

@media only screen and (max-width: 991px) {
  .products-popup .popup-content .trends-wrap .desc {
    padding: 0 !important;
    text-align: center;
  }
}

.products-popup .popup-content .trends-wrap .desc.bigger {
  font-size: 18px !important;
}

.products-popup .popup-content .trends-wrap .desc b {
  font-weight: 700 !important;
}

.products-popup .popup-content .trends-wrap .trend-info {
  text-align: right;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .products-popup .popup-content .trends-wrap .trend-info {
    text-align: center;
  }
}

.products-popup .popup-content .trends-wrap .trend-info-name {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0;
  color: white;
  text-align: center;
}

.products-popup .popup-content .trends-wrap .trend-info-name.yellow {
  background-color: #ff9632;
}

.products-popup .popup-content .trends-wrap .trend-info-name.green {
  background-color: #377d6e;
}

.products-popup .popup-content .trends-wrap .trend-info-name.pink {
  background-color: #9b4b87;
}

.products-popup .popup-content .trends-wrap .trend-info-name.purple {
  background-color: #4b2346;
}

.products-popup .popup-content .trends-wrap .trend-info-name.orange {
  background-color: #fa6423;
}

html
  body.wp-singular.page-template.page-template-tpl-box.page-template-tpl-box-php.page.wp-theme-Divi.wp-child-theme-divi-child-2016.sfsi_actvite_theme_flat.et_button_no_icon.et_pb_button_helper_class.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_secondary_nav_only_menu.et_primary_nav_dropdown_animation_fade.et_secondary_nav_dropdown_animation_fade.et_header_style_left.et_pb_footer_columns4.et_cover_background.et_pb_gutter.osx.et_pb_gutters3.et_right_sidebar.et_divi_theme.et-db.sfsi_2\.77.chrome.scroll-bar.gscrollbar-fixer.glightbox-open {
  overflow: visible !important;
}

html
  .wp-singular.page-template.page-template-tpl-box.page-template-tpl-box-php.page.wp-theme-Divi.wp-child-theme-divi-child-2016.sfsi_actvite_theme_flat.et_button_no_icon.et_pb_button_helper_class.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_secondary_nav_only_menu.et_primary_nav_dropdown_animation_fade.et_secondary_nav_dropdown_animation_fade.et_header_style_left.et_pb_footer_columns4.et_cover_background.et_pb_gutter.osx.et_pb_gutters3.et_right_sidebar.et_divi_theme.et-db.sfsi_2\.77.chrome.scroll-bar.gscrollbar-fixer.glightbox-open {
  overflow: visible !important;
}

body.wp-singular.page-template.page-template-tpl-box.page-template-tpl-box-php.page.wp-theme-Divi.wp-child-theme-divi-child-2016.sfsi_actvite_theme_flat.et_button_no_icon.et_pb_button_helper_class.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_secondary_nav_only_menu.et_primary_nav_dropdown_animation_fade.et_secondary_nav_dropdown_animation_fade.et_header_style_left.et_pb_footer_columns4.et_cover_background.et_pb_gutter.osx.et_pb_gutters3.et_right_sidebar.et_divi_theme.et-db.sfsi_2\.77.chrome.scroll-bar.gscrollbar-fixer.glightbox-open {
  overflow: visible !important;
}

html #glightbox-body {
  z-index: 9999999999999 !important;
}

@media (max-width: 991px) {
  html #glightbox-body .gslide {
    width: 95% !important;
  }
}

@media (max-width: 480px) {
  html #glightbox-body .gslide {
    width: 90% !important;
  }
}

:root {
  --aside-slide-duration: 600ms;
  --aside-slide-ease: cubic-bezier(.22,.61,.36,1);
}

.aside-wrap.is-sticky {
  position: sticky; /* or fixed */
  top: 0;
  transform: translateY(0);
  will-change: transform, opacity;
  z-index: 30;
}

.aside-wrap.stick-animate-in {
  animation: asideSlideUp var(--aside-slide-duration) var(--aside-slide-ease) both;
}

.aside-wrap.stick-animate-out {
  animation: asideSlideDown var(--aside-slide-duration) var(--aside-slide-ease) both;
}

/* Opposite direction animations */
@keyframes asideSlideUp {
  from { transform: translateY(110%); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

@keyframes asideSlideDown {
  from { transform: translateY(0); opacity: 1; }
  to   { transform: translateY(110%); opacity: 0; }
}


.page-template-tpl-box .loading-screen {
  position: fixed;
  overflow: hidden;
  background: black;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-tpl-box .loading-screen img {
width: 100%;
max-width: 100px;
}

@media (max-width: 480px) {
  .page-template-tpl-box .loading-screen img {
    max-width: 70px;
  }
}


@media (min-width: 768px) 
      and (max-height: 750px) {

     #hero .box-wrap {
      max-width: 240px;
     }

     #hero .details-btn {
      margin-top: 60px;
      margin-bottom: 0;
     }

     #hero .gradient-bg {
      top: 43%;
        width: clamp(200px, 35vw, 480px);
     }
}
