/*
Theme Name: twentytwentyfour-child
Template: twentytwentyfour
Author: holisticstash
*/

/* fonts */
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");

@font-face {
  font-family: "MANICRegular";
  src:
    url("fonts/MANICRegular.woff2") format("woff2"),
    url("fonts/MANICRegular.woff") format("woff"),
    url("fonts/MANICRegular.ttf") format("truetype"),
    url("fonts/MANICRegular.svg#MANICRegular") format("svg"),
    url("fonts/MANICRegular.eot");
  src: url("fonts/MANICRegular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-bg: #ffffff;
  --color-text: #000000;
  --color-grey-light: #bdbdbd;
  --color-grey-hover: #ddd;
  --color-grey: #8d8d8d;
  --color-accent-pink: #e4007c;
  --color-accent-lime: #b5cc18;
  --color-accent-cyan: #00a3e0;
  --color-accent-rose: #eb8dd1;
  --font-primary: "JetBrains Mono", monospace;
  --font-secondary: "Input Mono", monospace;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --transition-default: all 0.3s ease;
}

/* ---- Custom Cursor ---- */

a {
  cursor: pointer !important;
}

body {
  font-family: var(--font-primary);
  font-size: var(--font-size-md);
  color: var(--color-text);
  overflow-x: hidden;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  cursor:
    url("images/cursor.png") 4 2,
    auto;
  background-color: #f2f2f2;

  background-image:
    linear-gradient(45deg, #e5e5e5 25%, transparent 25%),
    linear-gradient(-45deg, #e5e5e5 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e5e5e5 75%),
    linear-gradient(-45deg, transparent 75%, #e5e5e5 75%);

  background-size: 54px 54px;

  background-position:
    0 0,
    0 27px,
    27px -27px,
    -27px 0;
}

/* Fix for WordPress Admin Bar */
body.admin-bar {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 0 !important;
  }
}

#wpadminbar {
  z-index: 999999 !important;
}

.age-gate__background {
  background-color: #f2f2f2;

  background-image:
    linear-gradient(45deg, #e5e5e5 25%, transparent 25%),
    linear-gradient(-45deg, #e5e5e5 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e5e5e5 75%),
    linear-gradient(-45deg, transparent 75%, #e5e5e5 75%);

  background-size: 54px 54px;

  background-position:
    0 0,
    0 27px,
    27px -27px,
    -27px 0;
}

.font-secondary {
  font-family: var(--font-secondary) !important;
  text-transform: lowercase !important;
}

.text-mono {
  font-family: var(--font-primary) !important;
  text-transform: lowercase !important;
}

.text-mono-soft {
  font-family: var(--font-primary) !important;
  text-transform: lowercase !important;
}

.highlighter-title {
  display: inline-block;
  background-color: var(--color-accent-pink);
  color: var(--color-white);
  padding: 0.2rem 1.2rem;
  margin-bottom: 1rem;
  transform: rotate(-1deg);
  font-family: var(--font-primary);
  font-weight: 600;
}

.highlighter-title-lime {
  background-color: var(--color-accent-lime);
  color: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.1;
}

a:focus,
a:focus-within {
  border: none;
  outline: none;
}

.text-soft {
  text-transform: lowercase;
}

.highlighter-pink {
  background-color: var(--color-accent-pink);
  color: var(--color-white);
  padding: 0.2rem 0.5rem;
  display: inline-block;
}

.highlighter-lime {
  background-color: var(--color-accent-lime);
  color: var(--color-black);
  padding: 0.2rem 0.5rem;
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-default);
}

a:hover {
  color: var(--color-accent-pink);
}

.site-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 12.5rem 2.125rem;
  max-width: 90rem;
  margin: 0 auto;
  z-index: 1;
}

.site-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0.75rem;
}

.site-header-logo {
  display: block;
}

.site-header-logo img {
  max-width: 14.875rem;
  width: 100%;
  height: auto;
}

.mobile-nav-toggle {
  display: none;
}

.site-main-layout {
  display: flex;
  align-items: flex-start;
  gap: 1.5625rem;
  width: 100%;
  position: relative;
  z-index: 10;
}

.site-sidebar {
  width: 18.125rem;
  height: auto;
  z-index: 50;
  flex-shrink: 0;
}

.nav-box {
  border: 2px solid var(--color-black);
  background: var(--color-white);
}

.nav-box-header {
  background: var(--color-black);
  color: var(--color-white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0.375rem 0.625rem;
}

.site-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-sidebar li {
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}

.site-sidebar li:last-child {
  border-bottom: 0;
}

.site-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  transition: background 0.2s ease;
  padding: 0.4rem 0.625rem;
}

.site-sidebar a:hover,
.site-sidebar .current-menu-item a {
  background: var(--color-grey-hover);
}

.site-sidebar .logo a:hover {
  background: none !important;
}

.site-sidebar a .menu-icon {
  width: auto;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-sidebar a .menu-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.category-links {
  margin: 1.25rem 0 0 3.1875rem;
  display: flex;
  flex-direction: column;
}

.retro-category-item img {
  max-width: 7.5rem;
  width: 100%;
  height: auto;
  display: block;
}

.retro-category-item:nth-child(2) {
  margin-left: 4rem;
}

.site-content {
  flex: 1 0 0;
  position: relative;
  z-index: 20;
  width: 100%;
}

.content-box {
  position: relative;
  background: var(--color-white);
  border: 2px solid var(--color-black);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.page-title {
  color: var(--color-white);
  background: var(--color-black);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  font-family: var(--font-primary);
  display: flex;
  align-items: center;
  padding-left: 1rem;
  z-index: 10;
  padding: 0.5rem 1.25rem;
}

.page-inner {
  padding: 4rem 2rem 10rem;
}

.product-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-title-wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.product-label {
  color: var(--color-black);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
}

.products-page .decoration-secondary .product-label {
  padding: 0 0 0.5rem;
  font-size: 1.125rem;
}

.products-page .decoration-primary .product-label::after,
.products-page .decoration-secondary .product-label::after,
.home-page .decoration-secondary .product-label::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 3rem;
  background-image: url("images/secondary.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.products-page .decoration-primary .product-label::after {
  background-image: url("images/quaternary.svg");
  width: 7.5rem;
}

.decoration-ternary .product-label {
  padding: 0.5rem 1rem 1.5rem;
}

.decoration-ternary .product-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-image: url("images/ternary.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.home-page .decoration-primary .product-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("images/primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  padding: 1.0625rem 3.625rem 1rem 4.125rem;
}

.home-page .decoration-primary .product-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("images/primary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  padding: 1.0625rem 3.625rem 1rem 4.125rem;
}

.products-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  position: relative;
}

.product-sticky-note {
  position: absolute;
  width: 12rem;
  height: auto;
  z-index: 30;
  pointer-events: none;
}

.product-sticky-note img {
  width: 100%;
  height: auto;
  display: block;
}

.product-sticky-note.yellow {
  top: 12rem;
  right: -4rem;
  width: 6.25rem;
}

.product-sticky-note.blue {
  bottom: -7rem;
  left: 10rem;
  width: 6.25rem;
}

.product-image-section {
  position: relative;
  width: 22rem;
  flex-shrink: 0;
}

.product-featured-image {
  position: relative;
  z-index: 2;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.product-featured-image {
  max-width: 11.0856rem;
  width: 100%;
  height: auto;
}

.product-featured-image img {
  width: 100%;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-featured-image:hover img {
  animation-name: float-product-image;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.product-featured-image:hover {
  transform: scale(1.06);
}

@keyframes float-product-image {
  0% {
    transform: translate(0%, 0%);
  }

  25% {
    transform: translate(2.5%, 7.5%);
  }

  50% {
    transform: translate(5%, 2.5%);
  }

  75% {
    transform: translate(0%, 7.5%);
  }

  100% {
    transform: translate(0%, 0%);
  }
}

.product-details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

.product-title-container {
  display: inline-block;
  width: fit-content;
}

.product-title-container .product-label {
  margin: 0;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}

.product-description p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  text-transform: lowercase;
  color: var(--color-black);
}

.product-description p {
  margin: 0;
}

.wpforms-container {
  margin: 0 auto !important;
  max-width: 26.4375rem !important;
  width: 100% !important;
}

.wpforms-form .wpforms-field-label {
  display: none !important;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field textarea,
.wpforms-form .wpforms-field select {
  background-color: var(--color-white) !important;
  border: 1px solid var(--color-black) !important;
  border-radius: 0 !important;
  padding: 0.3rem 1rem 0.3rem !important;
  font-family: var(--font-primary) !important;
  font-size: 1.25rem !important;
  color: var(--color-black) !important;
  width: 100% !important;
  transition: var(--transition-default) !important;
  box-shadow: none !important;
  text-transform: lowercase !important;
  line-height: 1.2 !important;
}

.wpforms-form .wpforms-field textarea {
  padding: 0.5rem 1rem !important;
  min-height: 12rem !important;
}

.wpforms-form .wpforms-field input {
  height: 2.75rem !important;
}

.wpforms-form .wpforms-field select {
  height: 2.75rem !important;
}

.wpforms-form .wpforms-field input::placeholder,
.wpforms-form .wpforms-field textarea::placeholder {
  color: var(--color-black) !important;
  opacity: 1;
  text-transform: lowercase !important;
}

div.wpforms-container-full input[type="text"]::-webkit-input-placeholder,
div.wpforms-container-full input[type="email"]::-webkit-input-placeholder {
  opacity: 1 !important;
}

.wpforms-form .wpforms-field select {
  color: var(--color-black) !important;
  text-transform: lowercase !important;
}

.wpforms-form .wpforms-field select option.placeholder,
.wpforms-form .wpforms-field select option:first-child {
  color: var(--color-black) !important;
}

.wpforms-form .wpforms-field input:focus,
.wpforms-form .wpforms-field textarea:focus {
  outline: none !important;
  background-color: var(--color-white) !important;
  box-shadow: none !important;
}

.wpforms-form .wpforms-submit-container {
  margin-top: 1.5rem !important;
  padding: 0 !important;
  width: 100% !important;
}

.wpforms-form button.wpforms-submit {
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-black) !important;
  border-radius: 0 !important;
  padding: 0.625rem !important;
  font-family: var(--font-secondary) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-transform: lowercase !important;
  cursor: pointer !important;
  transition: var(--transition-default) !important;
  box-shadow: none !important;
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

.wpforms-form button.wpforms-submit:hover {
  background-color: var(--color-accent-pink) !important;
  color: var(--color-white) !important;
  transform: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.wpforms-form button.wpforms-submit:active {
  transform: none !important;
  box-shadow: none !important;
}

.wpforms-form .wpforms-field-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.wpforms-recaptcha-container {
  margin: 1rem 0 2rem !important;
  padding: 1rem !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #e0e0e0 !important;
  display: inline-block !important;
}

.product-gallery {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  margin: 2rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.125rem;
}

.product-gallery a {
  display: block;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-gallery img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.08));
}

.product-gallery a:nth-child(1) {
  max-width: 19rem;
  width: 100%;
  left: 2%;
  top: -3.5rem;
  z-index: 2;
  position: relative;
}

.product-gallery a:nth-child(2) {
  max-width: 20.8125rem;
  width: 100%;
}

.product-gallery a:nth-child(3) {
  max-width: 18rem;
  width: 100%;
}

/* .product-gallery a:nth-child(1) {
  width: 19rem;
  left: 0%;
  top: -3.5rem;
  transform: rotate(-10deg);
  z-index: 2;
} */

/* .product-gallery a:nth-child(2) {
  width: 7.5rem;
  left: 32%;
  top: 2rem;
  transform: rotate(-5deg);
  z-index: 5;
} */

/* .product-gallery a:nth-child(3) {
  width: 3.5rem;
  left: 32%;
  top: 16.5rem;
  transform: rotate(-10deg);
  z-index: 4;
}

.product-gallery a:nth-child(4) {
  width: 3.5rem;
  left: 41%;
  top: 14.5rem;
  transform: rotate(-10deg);
  z-index: 3;
}

.product-gallery a:nth-child(5) {
  width: 3.5rem;
  left: 47%;
  top: 2rem;
  transform: rotate(-8deg);
  z-index: 4;
}

.product-gallery a:nth-child(6) {
  width: 15rem;
  left: 61%;
  top: 9rem;
  transform: rotate(-8deg);
  z-index: 2;
}

.product-gallery a:nth-child(6) img {
  filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.12));
}

.product-gallery a:nth-child(7) {
  width: 7rem;
  left: 83%;
  top: 1.5rem;
  transform: rotate(0deg);
  z-index: 6;
} */

.product-gallery a:hover {
  transform: scale(1.1) rotate(0deg) !important;
  z-index: 99 !important;
}

.find-us-item-wrap {
  margin: 4.0625rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.find-us-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
}

.find-us-image {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotate(-1deg);
  max-width: 100%;
  width: 100%;
}

.find-us-image img {
  max-width: 7.0625rem;
  width: 100%;
  margin: 1.25rem auto 0;
  height: auto;
  display: block;
  filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.05));
}

.find-us-image:hover {
  transform: scale(1.05) rotate(0deg);
}

.age-gate,
.age-gate__wrapper {
  overflow: visible;
  background-color: transparent !important;
  clip-path: inset(-15rem -5rem -5rem -5rem);
  transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.age-gate{
  max-width: 37.5rem;
  margin-top: 24rem;
}

/* Hijack the 'fade' transition for the erase-down effect */
.age-gate--fade,
.age-gate__wrapper.age-gate--fade {
  clip-path: inset(100% -5rem -5rem -5rem) !important;
  opacity: 1 !important;
  transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.age-gate--erase-down {
  clip-path: inset(100% -5rem -5rem -5rem) !important;
}

.age-gate__form {
  position: relative;
  padding: 0.5rem 0.5rem 2.4375rem 0.5rem;
  border-radius: 1.25rem;
  border: 0.0625rem solid #000;
  background: var(--color-white);
  box-shadow: 0.1875rem 0.1875rem 0 0 #000;
}

.age-gate__heading-title--logo {
  width: 22.25rem !important;
  height: 7.5rem !important;
  aspect-ratio: 89 / 30 !important;
}

.age-gate-heading-title,
.age-gate__heading-title {
  margin: 0 !important;
}

.age-gate__heading {
  position: absolute;
  top: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.age-gate__heading-title--logo {
  width: 30rem;
  max-width: 90vw;
  height: auto;
}

.age-gate__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem;
  background: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1rem 2.625rem;
}

.age-gate__subheadline {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  text-transform: uppercase;
  margin: 1.875rem 0 1.5rem;
}

.age-gate-fields,
.age-gate__fields {
  margin-bottom: 0;
}

.age-gate__form-elements {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.age-gate__form-section {
  position: relative;
  max-width: 8rem;
}

.age-gate__label {
  display: none !important;
}

.age-gate__input {
  width: 7rem !important;
  height: 2.6875rem !important;
  background-color: var(--color-white) !important;
  border: 2px solid var(--color-black) !important;
  border-radius: 0 !important;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem !important;
  font-family: var(--font-secondary) !important;
  color: var(--color-black) !important;
  box-shadow: 1px 1px 0 0 #000, 2px 2px 0 0 #000, 3px 3px 0 0 #000, 4px 4px 0 0 #000 !important;
  text-transform: uppercase !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.age-gate__input:focus,
.age-gate__input:focus-visible {
  outline: none !important;
  border: 2px solid var(--color-black) !important;
  box-shadow: 1px 1px 0 0 #000, 2px 2px 0 0 #000, 3px 3px 0 0 #000, 4px 4px 0 0 #000 !important;
  background-color: var(--color-white) !important;
}

.age-gate__input::placeholder {
  color: var(--color-black) !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  opacity: 1;
}

/* Vertical divider and arrow */
.age-gate__form-section::after {
  content: "";
  position: absolute;
  right: 2.5rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #AAA;
  pointer-events: none;
}

.age-gate__form-section::before {
  content: "";
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M12.0847 1.11366L6.80251 6.72595C6.43938 7.11178 5.82622 7.11178 5.4631 6.72595L0.180899 1.11366C-0.215957 0.69195 0.0829866 0 0.662062 0H11.6035C12.1826 0 12.4815 0.69195 12.0847 1.11366Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 10;
}

.age-gate__challenge {
  display: none;
}

.age-gate__buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/* .age-gate__submit {
  display: flex;
  padding: 0.625rem !important;
  justify-content: center;
  align-items: center;
  gap: 10px !important;
  border-radius: 12px !important;
  border: 1px solid var(--color-black) !important;
  background: #ddd !important;
  box-shadow: 3px 3px 0 0 var(--color-black);
  color: var(--color-black) !important;
  font-family: var(--font-secondary) !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  min-width: 9.6875rem !important;
  text-transform: uppercase;
  margin: 1.75rem 0 0;
} */

/* .age-gate__submit:hover {
  background-color: var(--color-accent-rose) !important;
}

.age-gate__submit:active {
  background-color: var(--color-accent-rose) !important;
} */

.floating-sticker {
  position: absolute;
  pointer-events: auto;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sticker-inner {
  display: inline-block;
  animation: float-sticker 4s ease-in-out infinite;
}

.sticker-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.sticker-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.sticker-inner .button {
  background-color: var(--color-grey-light);
  color: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: lowercase;
  box-shadow: 3px 3px 0 var(--color-black);
  transition: var(--transition-default);
  white-space: nowrap;
}

.sticker-inner a:hover .button {
  background-color: var(--color-accent-pink);
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--color-black);
}

@keyframes float-sticker {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(3px, -5px) rotate(1deg);
  }

  66% {
    transform: translate(-3px, 5px) rotate(-1deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-sticker-1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(2px, -4px) rotate(0.5deg);
  }

  66% {
    transform: translate(-2px, 4px) rotate(-0.5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-sticker-2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(-3px, -3px) rotate(-0.3deg);
  }

  66% {
    transform: translate(3px, 3px) rotate(0.3deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-sticker-3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(4px, -2px) rotate(0.7deg);
  }

  66% {
    transform: translate(-4px, 2px) rotate(-0.7deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-sticker-4 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(-3px, 8px) rotate(-1deg);
  }

  66% {
    transform: translate(3px, -8px) rotate(1deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-sticker-5 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(1px, -6px) rotate(0.4deg);
  }

  66% {
    transform: translate(-1px, 6px) rotate(-0.4deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.floating-sticker:hover {
  transform: scale(1.2) rotate(10deg);
  z-index: 1000;
}

.floating-sticker:nth-child(1) {
  top: -60px;
  right: 0;
  left: auto;
  width: 2.3125rem;
  animation: float-sticker-1 4s ease-in-out infinite;
}

.floating-sticker:nth-child(2) {
  top: 26.68rem;
  left: 0.32rem;
  width: 3.75rem;
  animation: float-sticker-2 4s ease-in-out infinite;
}

.floating-sticker:nth-child(3) {
  top: 35.24rem;
  left: 4.64rem;
  width: 7.5rem;
  animation: float-sticker-3 4s ease-in-out infinite;
}

.floating-sticker:nth-child(4) {
  top: 30.28rem;
  left: 16.2rem;
  width: 4.5rem;
  animation: float-sticker-4 4s ease-in-out infinite;
}

.floating-sticker:nth-child(5) {
  top: 30.28rem;
  left: 15.56rem;
  width: 4rem;
  animation: float-sticker-5 4s ease-in-out infinite;
}

.decoration-primary,
.decoration-secondary {
  margin-bottom: 2rem;
}

div.wpforms-container-full:not(:empty) {
  margin-top: 0 !important;
}

.page-content {
  padding: 3rem 2.5rem 4.0625rem;
}

.page-content.products-page {
  padding: 1.5rem 2.6875rem 7rem;
}

.page-content.contact-page {
  padding: 3.5rem 0 3.625rem;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field textarea,
.wpforms-form .wpforms-field select {
  padding: 0.75rem 1rem;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field textarea,
.wpforms-form .wpforms-field select {
  color: var(--color-black) !important;
  font-family: var(--font-secondary) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0 !important;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field textarea,
.wpforms-form .wpforms-field select {
  padding: 0.75rem 1rem !important;
}

.wpforms-form .wpforms-field-container {
  gap: 0.75rem !important;
}

div.wpforms-container-full select,
div.wpforms-container-full select:disabled,
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full select:disabled {
  background: none !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{
  height: 100% !important;
}

.wpforms-form .wpforms-field textarea {
  min-height: 10.8125rem !important;
}

.home-page .decoration-secondary .product-label::after {
  background-image: url(./images/secondary-title.svg);
  left: 50%;
  transform: translateX(-50%);
  width: 7.5625rem;
}

.home-page .decoration-secondary .product-label {
  text-transform: capitalize;
}

.floating-icon-1 {
  animation: float-category-1 4s ease-in-out infinite;
}

.floating-icon-2 {
  animation: float-category-2 4s ease-in-out infinite;
}

.floating-icon-3 {
  animation: float-category-3 4s ease-in-out infinite;
}

.floating-icon-4 {
  animation: float-category-4 4s ease-in-out infinite;
}

.floating-icon-5 {
  animation: float-category-5 4s ease-in-out infinite;
}

/* Keyframes for category icons */
@keyframes float-category-1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(1px, -2px) rotate(0.3deg);
  }

  66% {
    transform: translate(-1px, 2px) rotate(-0.3deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-category-2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(-2px, -1px) rotate(-0.2deg);
  }

  66% {
    transform: translate(2px, 1px) rotate(0.2deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-category-3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(2px, 2px) rotate(0.4deg);
  }

  66% {
    transform: translate(-2px, -2px) rotate(-0.4deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-category-4 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(-1px, 3px) rotate(-0.5deg);
  }

  66% {
    transform: translate(1px, -3px) rotate(0.5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-category-5 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  33% {
    transform: translate(3px, -1px) rotate(0.6deg);
  }

  66% {
    transform: translate(-3px, 1px) rotate(-0.6deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.floating-sticker:hover {
  transform: scale(1.2) rotate(10deg);
  z-index: 1000;
}

.age-gate__form-section .age-gate__label {
  display: none;
}

 body.age-restriction #wpadminbar{
  display: none;
 }

button.age-gate__button {
  color: var(--color-black) !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
    display: flex;
  padding: 0.625rem !important;
  justify-content: center;
  align-items: center;
  gap: 10px !important;
  border-radius: 12px !important;
  border: 1px solid var(--color-black) !important;
  background:  var(--color-accent-rose) !important;
  box-shadow: 3px 3px 0 0 var(--color-black);
      min-width: 9.6875rem !important;
}

.age-gate__submit{
    margin: 1.9rem 0 0 !important;
  
}

.age-gate__submit button.age-gate__button:hover {
  background-color: var(--color-white) !important;
}

.age-gate__submit button.age-gate__button:active {
  background-color: var(--color-accent-rose) !important;
}

 div.wpforms-container-full .wpforms-form em.wpforms-error{
  margin-top: 0.5rem;
 }

.location_listing1,.wpgmp_before_listing {
  display: none !important;
}

.wpgmp_filter_wrappers {
  padding: 0;
  background: transparent;
  display: grid;
  align-items: center;
  gap: 0.8125rem;
  grid-template-columns: 2fr auto;
}

.wpgmp_map_container.wpgmp-map-1{
    max-width: 29.0625rem;
    width: 100%;
    margin: 0 auto;
}

div.wpgmp_listing_header div.wpgmp_search_form {
  margin: 0;
}

div.categories_filter select{
  margin: 0 !important;
  background: transparent !important;
  border: 1px solid var(--color-black) !important;
  color: var(--color-black) !important;  
  font-family: var(--font-secondary) !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  padding: 0.75rem 1rem !important;
  line-height: 1 !important;
}

div.wpgmp_search_form input.wpgmp_search_input{
  padding: 0.75rem 1rem !important;
  border: 1px solid var(--color-black) !important;
}

div.wpgmp_search_form input.wpgmp_search_input::placeholder{
  color: var(--color-black) !important;
  font-family: var(--font-secondary) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.25rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
}

div.categories_filter select:focus-within{
  outline: none !important;
}

.page-content.store-page{
  padding-top: 3.5rem;
}