/* Santa Magic SCSS Document 
@import url("_variables.scss");
@import url("_globals.scss");
@import url("_header.scss");
Importing
*/
/* SCSS Document */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 15px;
  padding-top: 0rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .container .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container .container {
    width: 920px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container .container {
    width: 1520px;
    max-width: 100%;
  }
}

/* SCSS Document */
button, .delete-button {
  background-color: #BC0032;
  font-family: "Bebas Neue", cursive;
  color: white !important;
  font-weight: bold;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
button:hover, .delete-button:hover {
  background-color: white;
  color: #BC0032;
}

button, .button {
  padding: 1rem;
  text-align: center;
  background-color: white;
  border: solid 10px #ffffff;
  border-radius: 50px;
  font-size: 2.2rem;
  font-family: "Bebas Neue", cursive;
  cursor: pointer;
  color: rgb(83, 83, 83);
  opacity: 0.88;
  transition: 0.6s linear;
}
button a, .button a {
  text-align: center;
  align-self: center;
}
button:hover, .button:hover {
  color: rgb(0, 0, 0);
  border-color: rgb(246, 255, 118);
  opacity: 1;
  transition: 0.6s linear;
}
@media (max-width: 61.9375em) {
  button, .button {
    padding: 0rem;
    font-size: 3vw;
    margin: 0;
  }
  button a, .button a {
    font-size: 3vw;
  }
}

input[type=button] {
  background-color: #5AA378;
  border: none;
  color: white;
  padding: 10px 10px;
  font-size: 1.4vw;
  text-decoration: none;
  text-align: center;
  margin: 20px;
  cursor: pointer;
  border-radius: 15px;
}
input[type=button]:hover {
  color: rgb(119, 119, 119);
  background-color: yellowgreen;
}

input[id=aml] {
  background-color: #e0d100;
  border: none;
  color: rgb(47, 164, 45);
  padding: 10px 10px;
  font-size: 1.4vw;
  text-decoration: none;
  text-align: center;
  margin: 20px;
  cursor: pointer;
  border-radius: 15px;
}
input[id=aml]:hover {
  color: rgb(119, 119, 119);
  background-color: yellowgreen;
}

input[type=submit] {
  width: 20em;
  background-color: #1628cc;
  border: none;
  color: white;
  font-size: 3vw;
  text-decoration: none;
  text-align: center;
  align-self: center;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
  cursor: pointer;
  border-radius: 15px;
}
@media (max-width: 61.9375em) {
  input[type=submit] {
    font-size: 3vw;
  }
}
input[type=submit]:hover {
  color: rgb(119, 119, 119);
  background-color: yellowgreen;
}

input[type=text], textarea {
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 10px;
  margin: 5px 1px 3px 0;
  border: 1px solid #DDDDDD;
  height: 50px;
  font-size: 3vw;
}

input[type=EMAIL], textarea {
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 10px;
  margin: 5px 1px 3px 0;
  border: 1px solid #DDDDDD;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 8px #51CBEE;
  outline: none;
  padding: 5px 0 5px 10px;
  margin: 5px 1px 3px 0;
  border: 1px solid #51CBEE;
  height: 50px;
  font-size: 3vw;
}

input[type=EMAIL]:focus, textarea:focus {
  box-shadow: 0 0 8px #51CBEE;
  outline: none;
  padding: 5px 0 5px 10px;
  margin: 5px 1px 3px 0;
  border: 1px solid #51CBEE;
}

html {
  background-color: #ffffff;
  font-size: 100%;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.5;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  font-size: 19px;
  -o-object-position: center;
     object-position: center;
}
body #hunters {
  background-color: #68b1a8 !important;
}
body.noscroll {
  overflow: hidden;
}

h1 {
  text-align: center;
  font-family: "Kaushan Script", cursive;
  font-size: 1.4vw;
  color: #e0d100;
  background-image: linear-gradient(125deg, rgb(209, 0, 0) 0%, rgb(18, 163, 30) 100%);
  z-index: 1;
}

h3 {
  font-size: 2.5vw;
  background-color: white;
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

p1 {
  font-family: "Open Sans", sans-serif;
  color: #BC0032;
  background-color: black;
}

a, a:visited, a:hover {
  text-decoration: none;
}

table, th, td {
  border: none;
}

th, td {
  padding: 5px;
  text-align: center;
}

div {
  z-index: 50;
}

.flex {
  display: flex;
}
.flex-jc-c {
  justify-content: center;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-ai-c {
  align-items: center;
}
.flex-fc-b {
  align-content: flex-end;
}

@media (max-width: 61.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: ) {
  .hide-for-desktop {
    display: none;
  }
}

.onlineStore {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10%;
  padding-bottom: 10%;
}
.onlineStore h1 {
  color: #1628cc !important;
}

.customerImage {
  padding: 5px;
}

.photorefinputfield {
  grid-area: PheaderArt;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5900fd;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: linear-gradient(125deg, rgba(216, 29, 29, 0.212) 0%, rgba(0, 245, 20, 0.116) 100%);
  padding: 1rem;
  font-family: "Poppins", sans-serif;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .photorefinputfield .photorefinputfield {
    size: 80%;
  }
}

.photorefinputfield23 {
  grid-area: PheaderArt;
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #5900fd;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 5%;
  padding-right: 5%;
  background-image: linear-gradient(125deg, rgba(216, 29, 29, 0.212) 0%, rgba(0, 245, 20, 0.116) 100%);
  font-family: "Poppins", sans-serif;
  font-size: 3vw;
  height: auto;
}
.photorefinputfield23 h3 {
  font-size: 2vw;
  font-family: "Merriweather Sans", sans-serif;
  background-color: unset;
}
@media screen and (max-width: 900px) {
  .photorefinputfield23 .photorefinputfield {
    size: 80%;
  }
}

.photoOutput {
  display: grid;
  color: #e2e2e2;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". PheaderArt ." ". PmainArt ." ". . ." ". PsocialArt .";
}
@media (max-width: 61.9375em) {
  .photoOutput {
    grid-template-rows: auto auto auto auto;
  }
}
@media (max-width: 71.8125em) {
  .photoOutput {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "PheaderArt" "PmainArt" "." "PsocialArt";
  }
}

.photoOutput23 {
  display: grid;
  color: #e2e2e2;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "PheaderArt PheaderArt PheaderArt" ". PmainArt ." ". PsocialArt ." "dOriginal dOriginal dOriginal";
}
@media (max-width: 61.9375em) {
  .photoOutput23 {
    grid-template-rows: auto auto auto auto;
  }
}
@media (max-width: 71.8125em) {
  .photoOutput23 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "PheaderArt" "PmainArt" "PsocialArt" "dOriginal";
  }
}

.photoGrid {
  padding-left: 30px;
  padding-right: 30px;
  justify-self: center;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.photoGrid img {
  width: 80px;
}

.photorefoutputfield {
  grid-area: PmainArt;
  max-width: 100%;
  height: auto;
  display: grid;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-self: center;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
}

.photorefoutputfield23 {
  grid-area: PmainArt;
  max-width: 100%;
  height: auto;
  display: grid;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-self: center;
  justify-items: center;
  align-items: center;
  border-radius: 10px;
}

.mallTitle {
  width: auto;
  height: 100%;
  margin: auto;
  margin-bottom: 10.5%;
  position: relative;
}
.mallTitle h2 {
  z-index: 20; /* Keep it above background image */
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-family: "Abril Fatface", serif;
  letter-spacing: 5px;
  white-space: nowrap; /* Prevent text wrapping */
  /* Desktop styling */
  font-size: 2vw;
  /* Mobile adjustments */
}
body.is-mobile .mallTitle h2 {
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw; /* Adjust for mobile size */
  max-width: 80vw; /* Prevent overflow on mobile */
}
.mallTitle img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  z-index: 2;
}

.downloadphoto {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 40px;
  text-align: center;
  font-family: "Merriweather Sans", sans-serif;
}

.downloadphoto23 {
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 40px;
  text-align: center;
  font-family: "Merriweather Sans", sans-serif;
}

.socialGrid {
  align-self: center;
  justify-self: center;
  padding-top: 30px;
}
.socialGrid:not(:last-child) {
  margin-bottom: 25px;
}

.socialGrid23 {
  display: grid;
  align-self: center;
  align-items: center;
  grid-area: PsocialArt;
  justify-self: center;
  padding-top: 30px;
}
.socialGrid23:not(:last-child) {
  margin-bottom: 25px;
  margin-right: 1%;
}

.downloadOriginal {
  grid-area: dOriginal;
  align-self: center;
  text-align: center;
  font-size: 1.4vw;
  background-image: linear-gradient(125deg, rgb(208, 217, 247) 0%, rgb(250, 250, 250) 100%);
  padding: 1rem;
  border-radius: 30px;
  margin-left: 20%;
  margin-right: 20%;
}

.smallshop {
  grid-area: Ponline;
  margin-top: 3rem;
}

.booking {
  padding-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 15px;
  min-height: 450px;
  display: grid;
  /**
      @include breakpoint-down(medium){
          grid-template-columns: 1fr;
          grid-template-rows: auto;
          grid-template-areas: "nzimage" "mallNames"
                              "areaNames" "areaNames";
          padding: 0rem;

      }
  */
  align-items: center;
  place-items: center;
  text-align: center;
}
.booking h3 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5vw;
}
.booking img {
  border: none;
  width: 100%;
  grid-area: nzimage;
}
@media (max-width: 71.8125em) {
  .booking__location {
    padding: 0;
  }
  .booking__location p {
    font-size: 2.5vw;
  }
}
.booking__location a {
  display: inline-block;
  position: relative;
  font-size: 3rem;
  color: #5AA378;
  transition: color 240ms ease-in-out;
  font-family: "Poppins", sans-serif;
}
.booking__location a:not(:last-child) {
  margin-right: 50px;
  margin-bottom: 15px;
}
.booking__location a::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 5px;
  background-color: darkgreen;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: 0;
}
.booking__location a:hover::before {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
.booking .arealocation {
  /*
  padding-left: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 29%;

  margin-top: 30rem;
  margin-bottom: 28rem;
  */
}
@media (max-width: 71.8125em) {
  .booking .arealocation {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.booking .mallBookingLocation {
  padding-left: 30px;
}
.booking .mallBookingLocation a {
  color: #58c4ac;
}

.shopName__centerLogo {
  padding-top: 1.4rem;
  display: grid;
  grid-template-columns: 15% 70% 15%;
  grid-template-rows: auto 7vh;
  grid-template-areas: ". Sshoplogo ." ". TshopName .";
  z-index: 30;
}
@media (max-width: 61.9375em) {
  .shopName__centerLogo {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 2px;
    margin: 0;
  }
}
.shopName__centerLogo h5 {
  font-size: 3rem;
  grid-area: TshopName;
  margin-left: 50px;
  margin-right: 50px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  justify-self: center;
  align-self: center;
  padding: 15px;
}
.shopName__centerLogo img {
  grid-area: Sshoplogo;
  max-width: 140%;
  -o-object-fit: contain;
     object-fit: contain;
  justify-self: center;
  align-self: center;
}
.shopName__leftLogo {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-template-areas: "SleftName SshopName .";
}
.shopName__leftLogo img {
  padding: 10px;
  max-height: 170px;
  grid-area: SleftName;
  justify-self: end;
  align-self: center;
  z-index: 100;
}
.shopName__leftLogo h4 {
  font-size: 2.5vw;
  grid-area: SshopName;
  margin-left: 50px;
  margin-right: 50px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  justify-self: center;
  align-self: center;
  background-color: white;
  padding: 20px;
}

.webBanners {
  z-index: -1;
  margin: 0%;
}
.webBanners img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  justify-self: center;
  align-self: center;
  margin-bottom: -1%;
}
@media (max-width: 71.8125em) {
  .webBanners img {
    padding-top: 0rem;
    padding-left: 0%;
    max-width: 100%;
  }
}
.webBanners__bookings {
  background-image: url(/design/footer-blueballs.jpg) no-repeat;
  background-size: 100%;
}
.webBanners__fullWidth {
  background-image: url(/design/landing-banner.jpg) no-repeat;
  background-size: 100%;
  /*
  img{
      object-fit: cover;
      object-position: center;
      justify-self: center;
      align-self: center;
      margin-top: -1.1rem;
      padding-left: 0%;
      width: fit-content;
      //width: 100%;
      }
      */
}
.webBanners__withoutTitle img {
  margin-top: 0;
}
.webBanners__fullWidthBottomFix {
  background-size: 100%;
}

.stores h1 {
  color: #5AA378 !important;
}

#inputField p {
  font-size: small;
}

.myImageFound {
  border: 20px solid #51a7ee;
  border-radius: 25px;
  margin-left: 15px;
  text-align: center;
}
.myImageFound img {
  max-width: 100%;
}
@media (max-width: 71.8125em) {
  .myImageFound {
    margin-top: 1rem;
    padding-left: 0%;
    max-width: 100%;
  }
}
@media (min-width: 71.875em) {
  .myImageFound {
    max-width: 30%;
  }
  .myImageFound:not(:last-child) {
    margin-right: 15px;
  }
}

/* General table styling */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  overflow-x: auto; /* Ensure horizontal scrolling */
}

th, td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

/* Scrollable table for small screens */
@media screen and (max-width: 768px) {
  .roster-container {
    overflow-x: auto;
  }
  table {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }
  /* Ensure the editable cells are properly visible on mobile */
  .editable-cell input, .editable-cell select {
    display: block !important;
    width: 100%;
  }
}
/* Ensure editable fields are visible when editing */
.editable-cell input, .editable-cell select {
  display: none; /* Initially hidden */
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.editable-cell span {
  display: inline-block;
  width: 100%;
}

.edit-button, .confirm-button, .cancel-button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .edit-button, .confirm-button, .cancel-button {
    font-size: 14px;
    padding: 8px 15px;
  }
  /* Ensure inputs are visible during edit mode on mobile */
  .editable-cell input, .editable-cell select {
    display: block !important;
  }
}
.header {
  padding: 0 2%;
  margin: 0;
  /* Logo Styling */
  /* Desktop-Only Links */
  /* Mobile Menu Display - Vertical Alignment */
  /* Festive Hamburger Button with Twinkling Ornaments */
  /* Twinkling effect animation */
  /* Faster twinkling animation for active state */
}
.header .nav {
  padding: 10px 30px 10px 20px;
}
.header__logo {
  /* Increase logo size on mobile */
}
.header__logo a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
}
.header__logo a img {
  margin-left: 0%;
  width: 200px;
}
body.is-mobile .header__logo img {
  padding-top: 8%;
  padding-bottom: 8%;
}
.header .header__links {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* Hide desktop links on mobile */
}
.header .header__links a {
  display: inline-block;
  font-size: 1.4vw;
  color: #5AA378;
  transition: color 240ms ease-in-out;
  font-family: "Poppins", sans-serif;
  margin-right: 45px;
}
.header .header__links a:hover {
  color: darkblue;
}
body.is-mobile .header .header__links {
  display: none !important;
}
.header .header__menu {
  display: none;
}
body.is-mobile .header .header__menu {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem;
  position: absolute;
  width: calc(100% - 3rem);
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  border-radius: 10px;
  text-align: center;
  background-color: #4b93a2;
  z-index: 100;
}
body.is-mobile .header .header__menu a {
  color: white !important;
  font-size: 9vw;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 0.8rem;
  margin: 0.5rem 0;
}
body.is-mobile .header .header__menu a:hover {
  color: darkblue;
}
.header #btnHamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 65px;
  height: 65px;
  cursor: pointer;
  position: relative;
  border-radius: 40%;
  border-color: rgba(240, 219, 98, 0.4);
  border-style: solid;
  border-width: 4px;
  background-color: rgba(50, 171, 44, 0); /* Festive green */
  box-shadow: 0 0 15px rgba(34, 139, 59, 0.6); /* Glow effect */
  transition: background-color 0.3s ease, transform 0.5s ease;
  overflow: hidden;
  /* Rotate and faster twinkle on active state */
  /* Larger button on mobile */
  /* Hamburger lines */
  /* Festive ornaments */
  /* Ornaments positioned around the button */
  /* Additional ornaments for more twinkling */
}
.header #btnHamburger.is-active {
  transform: rotate(45deg); /* Rotate the button */
  /* Faster twinkling animation on active state */
}
.header #btnHamburger.is-active .ornament {
  animation: twinkle-fast 0.5s infinite alternate;
}
body.is-mobile .header #btnHamburger {
  margin-top: 2%;
  width: 130px;
  height: 130px;
}
.header #btnHamburger .line {
  background-color: #2fd33f; /* Christmas red */
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(211, 47, 47, 0.6); /* Soft red glow */
  /* Larger lines on mobile */
}
body.is-mobile .header #btnHamburger .line {
  width: 60px;
  height: 20px;
}
.header #btnHamburger .ornament {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  animation: twinkle 1s infinite alternate;
  /* Ornaments with different colors */
}
body.is-mobile .header #btnHamburger .ornament {
  width: 30px;
  height: 30px;
}
.header #btnHamburger .ornament.green {
  background-color: #32CD32;
  animation-delay: 0.2s;
}
.header #btnHamburger .ornament.gold {
  background-color: #FFD700;
  animation-delay: 0.4s;
}
.header #btnHamburger .ornament.blue {
  background-color: #1E90FF;
  animation-delay: 0.6s;
}
.header #btnHamburger .ornament.green {
  top: 5%;
  left: 11%;
}
.header #btnHamburger .ornament.gold {
  top: 5%;
  right: 11%;
}
.header #btnHamburger .ornament.red {
  bottom: 5%;
  left: 11%;
}
.header #btnHamburger .ornament.blue {
  bottom: 5%;
  right: 11%;
}
.header #btnHamburger .ornament.pink {
  top: 40%;
  left: 20%;
  background-color: #f8ff69;
  animation-delay: 0.5s;
}
.header #btnHamburger .ornament.purple {
  top: 40%;
  right: 20%;
  background-color: #be86f2;
  animation-delay: 0.7s;
}
@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  50% {
    opacity: 0.5;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
}
@keyframes twinkle-fast {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  }
  50% {
    opacity: 0.3;
    box-shadow: 0 0 12px rgb(255, 255, 255);
  }
}

.has-fade {
  visibility: hidden;
}

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in 400ms ease-in-out forwards;
  display: inherit;
}

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fade-out {
  animation: fade-out 400ms ease-in-out forwards;
  display: inherit;
}

.smarticle {
  display: grid;
  justify-items: center;
  text-align: center;
  align-items: center;
  align-self: center;
  z-index: 2;
}
.smarticle__text {
  max-width: 600px;
  padding: 2%;
}
.smarticle__text h2 {
  font-size: 2.5vw;
  margin-bottom: 0.5rem;
}
@media (max-width: 61.9375em) {
  .smarticle__text h2 {
    font-size: 6vw;
  }
}
.smarticle__text a {
  font-size: 1.4vw;
  margin-top: 0.5rem;
}
@media (max-width: 61.9375em) {
  .smarticle__text a {
    font-size: 4.5vw;
  }
}
@media (max-width: 61.9375em) {
  .smarticle__text {
    padding: 5%;
  }
}
.smarticle__image {
  padding: 5px;
}
@media (max-width: 61.9375em) {
  .smarticle__image {
    padding: 2%;
  }
}
.smarticle__image img {
  width: 80%;
  max-width: 12rem;
  height: auto;
}
@media (max-width: 61.9375em) {
  .smarticle__image img {
    max-width: 60vw;
  }
}
.smarticle__cta {
  padding: 10px;
  background-position-x: 20%;
  width: 100%;
  max-width: 230px;
  font-family: "Merriweather Sans", sans-serif;
  text-align: center;
}
@media (max-width: 61.9375em) {
  .smarticle__cta {
    padding: 4%;
    font-size: 2.5vw;
    width: 80%;
  }
}

.responsive-table {
  width: 100%;
  overflow-x: auto;
}
.responsive-table table {
  width: 100%;
  border-collapse: collapse;
}
.responsive-table table th, .responsive-table table td {
  padding: 0.8rem;
  text-align: center;
}
body.is-mobile .responsive-table table th, body.is-mobile .responsive-table table td {
  font-size: 4vw;
  padding: 0.5rem;
}

.coming-soon {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
}
body.is-mobile .coming-soon {
  font-size: 6vw;
}

.SMoneCol {
  display: unset;
  display: grid;
  grid-template-columns: 1fr !important;
  align-items: start; /* Aligns content to the top of the container */
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
}

.SMtwoCol {
  margin: 0%;
  margin-left: 0%;
  margin-right: 0%;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 71.875em) {
  .SMtwoCol {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 71.8125em) {
  .SMtwoCol {
    display: unset;
    display: grid;
    grid-template-columns: 1fr;
  }
}
body.is-mobile .SMtwoCol {
  grid-template-columns: 1fr;
}

.SMthreeCol {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (min-width: 71.875em) {
  .SMthreeCol {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 71.8125em) {
  .SMthreeCol {
    display: unset;
    display: grid;
    grid-template-columns: 1fr;
  }
  .SMthreeCol p {
    padding-right: 15%;
  }
}
body.is-mobile .SMthreeCol {
  grid-template-columns: 1fr;
}

.artWelcome {
  background-image: url(/design/banner-blue-pink.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  margin: 0%;
  padding-bottom: 3%;
  color: white;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artWelcome img {
  max-width: 80%;
}
.artWelcome a {
  color: #ffffff;
}

.smdownloadPhoto {
  width: 100%;
  height: 100%;
  background-color: #C00033;
  padding-top: 5%;
  color: #ffffff !important;
  text-align: center;
  padding-bottom: 5%;
}
.smdownloadPhoto p {
  font-size: 3vw;
}
.smdownloadPhoto img {
  max-width: 45%;
  max-height: auto;
  border-radius: 14px;
}

.smMap {
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CFDFD2;
  color: #5AA378 !important;
  position: relative;
  line-height: normal;
  box-sizing: border-box;
  justify-content: space-between;
  /* Images responsive styling */
  /* Store names styling */
  /* Adjustments for mobile */
  /* Specific map markers */
  /* Positioning for map points */
}
.smMap img {
  width: 100%;
  max-width: 100%;
}
.smMap h2 {
  font-family: "Abril Fatface", serif;
  text-align: center;
  font-size: 4vw;
  margin-top: 1%;
}
.smMap p {
  font-size: 1.4vw;
  text-align: center;
  margin-top: 2%;
}
.smMap .nzmap, .smMap .bann {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  border-radius: 5px;
}
.smMap .storeNames {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
  padding: 1%;
  width: 100%;
}
.smMap .storeNames a {
  font-size: 1.4vw;
  text-align: center;
  color: inherit;
  padding: 0.5rem;
  margin: 0.5rem 0;
}
@media (max-width: 61.9375em) {
  .smMap .storeNames a {
    font-size: 2.5vw;
  }
}
body.is-mobile .smMap .nzmap, body.is-mobile .smMap .bann {
  max-width: 90%;
}
body.is-mobile .smMap p {
  font-size: 4vw;
}
body.is-mobile .smMap .storeNames a {
  font-size: 4vw;
}
.smMap .auckland, .smMap .hamilton, .smMap .tauranga, .smMap .kapiti, .smMap .wellington, .smMap .nelson, .smMap .christchurch {
  position: absolute;
  max-width: 11%;
}
.smMap .auckland {
  top: 28%;
  right: 29.5%;
}
.smMap .hamilton {
  top: 34%;
  left: 46%;
}
.smMap .tauranga {
  top: 33%;
  right: 26%;
}
.smMap .kapiti {
  top: 44%;
  left: 49%;
}
.smMap .wellington {
  top: 50%;
  right: 28%;
}
.smMap .nelson {
  bottom: 49%;
  left: 39%;
}
.smMap .christchurch {
  bottom: 37%;
  right: 36%;
}

/* Welcome info sections */
.welcomeInfo-lGreen, .welcomeInfo-dGreen {
  width: 100%;
  padding: 5%;
  color: inherit;
  text-align: center;
  box-sizing: border-box;
}
.welcomeInfo-lGreen.welcomeInfo-dGreen, .welcomeInfo-dGreen.welcomeInfo-dGreen {
  background-color: #5AA378;
}
.welcomeInfo-lGreen.welcomeInfo-lGreen, .welcomeInfo-dGreen.welcomeInfo-lGreen {
  background-color: #CFDFD2;
}
.welcomeInfo-lGreen h2, .welcomeInfo-dGreen h2 {
  font-size: 2.5vw;
  margin: 1rem 0;
}
.welcomeInfo-lGreen img, .welcomeInfo-dGreen img {
  max-width: 60%;
  margin: 1rem 0;
  padding-top: 5%;
}
.welcomeInfo-lGreen a, .welcomeInfo-dGreen a {
  font-size: 1.5rem;
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 61.9375em) {
  .welcomeInfo-lGreen a, .welcomeInfo-dGreen a {
    font-size: 2.5vw;
  }
}

/* Button styles */
button, .sm23-button-red, .sm23-button-green {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-family: "Lora", serif;
  font-size: 1.4vw;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  margin: 1.5% 0;
  text-align: center;
  width: 80% !important;
}
button.sm23-button-red, .sm23-button-red.sm23-button-red, .sm23-button-green.sm23-button-red {
  background-color: #ffffff;
  color: #C00033 !important;
}
button.sm23-button-green, .sm23-button-red.sm23-button-green, .sm23-button-green.sm23-button-green {
  background-color: #ffffff;
  color: #5AA378 !important;
}
body.is-mobile button, body.is-mobile .sm23-button-red, body.is-mobile .sm23-button-green {
  font-size: 4vw;
  width: 90%;
  padding: 1.2rem;
}
button:hover, .sm23-button-red:hover, .sm23-button-green:hover {
  background-color: #eee;
}

.sm23Timer {
  position: relative;
}
.sm23Timer .bannerCounter {
  max-width: 100%;
  height: auto;
  z-index: 3;
}
.sm23Timer .sdays {
  font-family: "Monofett", monospace;
  font-size: 7.5vw;
  color: #BC0032;
  background-size: contain;
  position: absolute;
  letter-spacing: 8px;
  left: 24%;
  top: 10%;
  z-index: 5;
}
@media (max-width: 61.9375em) {
  .sm23Timer .sdays {
    left: 23%;
    top: 10%;
  }
}
.sm23Timer .hours {
  font-family: "Monofett", monospace;
  font-size: 7.5vw;
  color: #BC0032;
  letter-spacing: 8px;
  position: absolute;
  left: 38%;
  top: 10%;
  z-index: 5;
}
.sm23Timer .minutes {
  font-family: "Monofett", monospace;
  font-size: 7.5vw;
  color: #BC0032;
  letter-spacing: 8px;
  position: absolute;
  right: 38%;
  top: 10%;
  z-index: 5;
}
.sm23Timer .seconds {
  font-family: "Monofett", monospace;
  font-size: 7.5vw;
  color: #BC0032;
  letter-spacing: 8px;
  position: absolute;
  right: 24%;
  top: 10%;
  z-index: 5;
}

.sm23pet {
  padding: 3%;
}
.sm23pet h2 {
  color: white;
  font-family: "Abril Fatface", serif;
  font-size: 2.5vw;
  letter-spacing: 1px;
}
.sm23pet a {
  color: white;
}
.sm23pet img {
  max-width: 65%;
  border-radius: 15px;
}

.sm23Bookings-dGreen {
  background-color: #5AA378;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.sm23Bookings-dGreen h2 {
  color: #CFDFD2;
  font-family: "Abril Fatface", serif;
  letter-spacing: 1px;
}
.sm23Bookings-dGreen a {
  color: #CFDFD2;
}
@media (max-width: 61.9375em) {
  .sm23Bookings-dGreen a {
    font-size: 3vw;
  }
}

.sm23Bookings-lGreen {
  background-color: #CFDFD2;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
}
.sm23Bookings-lGreen h2 {
  color: #5AA378;
  font-family: "Abril Fatface", serif;
  letter-spacing: 1px;
}
.sm23Bookings-lGreen a {
  color: #5AA378;
}
@media (max-width: 61.9375em) {
  .sm23Bookings-lGreen a {
    font-size: 3vw;
  }
}

.bookButton {
  background-color: #ffffff;
  padding: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  color: black !important;
  border-radius: 3px !important;
  opacity: 1 !important;
  transition: 0.3s linear;
  margin: 4% !important;
}
.bookButton:hover {
  color: rgb(10, 10, 10);
  background-color: #fcff2e !important;
  transition: 0.3s linear;
}
.bookButton a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear;
}

.smartPet {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(237, 228, 228);
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.smartPet h2 {
  margin: 0;
  padding: 0;
  color: #5AA378;
  font-size: 2.3vw;
}
.smartPet p {
  font-size: 1.2vw;
}
.smartPet th, .smartPet td {
  padding: 0.25rem;
}
.smartPet .pet-session-image {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}
body.is-mobile .smartPet h2 {
  font-size: 5vw;
}
body.is-mobile .smartPet a {
  font-size: 4vw;
}
body.is-mobile .smartPet p {
  font-size: 4vw;
}
body.is-mobile .smartPet td {
  font-size: 4vw;
  white-space: normal;
}

.pethourtable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0%;
  border-collapse: separate;
  border-spacing: 0 0.75em;
}
.pethourtable a {
  color: #5AA378;
  text-decoration: none;
}
.pethourtable table, .pethourtable th {
  background-color: rgba(255, 255, 255, 0);
  max-width: 100%;
}
.pethourtable tr {
  background-color: #CFDFD2 !important;
}
.pethourtable th, .pethourtable td {
  padding: 1rem;
  font-size: 1.5vw;
}
@media (max-width: 61.9375em) {
  .pethourtable h2 {
    margin-top: 5%;
    font-size: 5vw;
  }
  .pethourtable td {
    font-size: 2.5vw;
  }
}

.sm23Bookings-dGreen {
  background-color: #5AA378;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
}
.sm23Bookings-dGreen h2 {
  color: #CFDFD2;
  font-family: "Abril Fatface", serif;
  letter-spacing: 1px;
}
.sm23Bookings-dGreen a {
  color: #CFDFD2;
}
@media (max-width: 61.9375em) {
  .sm23Bookings-dGreen a {
    font-size: 3vw;
  }
}

.scrollable {
  width: 100%;
  overflow-x: auto;
  max-height: 100%;
  border: 1px solid rgba(221, 221, 221, 0);
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem;
  padding-bottom: 0%;
}
body.is-mobile .scrollable {
  max-height: 100%;
  padding: 0.5rem;
}

.opening-hours-table {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}
.opening-hours-table p {
  font-size: 1.8vw;
}
.opening-hours-table th, .opening-hours-table td {
  padding: 1rem !important;
  font-size: 1.5vw;
  word-wrap: break-word;
}
.opening-hours-table th {
  background-color: #d1f6ce;
  font-weight: bold;
}
.opening-hours-table tr:nth-child(even) {
  background-color: rgba(249, 249, 249, 0.1019607843);
}
@media (max-width: 61.9375em) {
  .opening-hours-table th, .opening-hours-table td {
    padding: 0.5rem;
    font-size: 3.5vw;
  }
  .opening-hours-table h2 {
    font-size: 5vw;
  }
  .opening-hours-table a, .opening-hours-table p {
    font-size: 4vw;
  }
}
body.is-mobile .opening-hours-table th, body.is-mobile .opening-hours-table td {
  padding: 0.5rem;
  font-size: 4.5vw;
}

.coming-soon {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
}
body.is-mobile .coming-soon {
  font-size: 5vw;
}

.dGreenBlGreenT {
  background-color: #5AA378 !important;
  color: #CFDFD2 !important;
  height: 100%;
  box-sizing: border-box;
  padding-top: 5%;
  padding-bottom: 5%;
}

.whiteBlGreenT {
  background-color: white !important;
  color: #5AA378 !important;
  padding: 1rem !important;
  padding-bottom: 0% !important;
  padding-top: 5%;
  padding-bottom: 5%;
  box-sizing: border-box;
  border: rgba(255, 255, 255, 0);
}

.openingHours {
  height: 100%;
  max-height: 100%;
}
.openingHours h2 {
  font-family: "Mystery Quest", system-ui;
  font-size: 3.5vw;
  word-break: break-word; /* Ensures long text wraps */
}
body.is-mobile .openingHours h2 {
  font-size: 8vw;
}
.openingHours p {
  font-size: 2vw;
}
body.is-mobile .openingHours p {
  font-size: 4.5vw;
}
@media (max-width: 61.9375em) {
  .openingHours h2 {
    font-size: 6vw;
  }
  .openingHours p {
    font-size: 4vw;
  }
}

.openHTable {
  font-size: 3.2rem;
  width: 100%;
  overflow-x: auto;
  text-align: center !important;
}
.openHTable table {
  width: 100%;
  border-collapse: collapse;
}
.openHTable table th, .openHTable table td {
  padding: 2rem;
  text-align: center;
  color: white;
  font-weight: bold;
}
.openHTable table th {
  font-size: 2rem;
}
body.is-mobile .openHTable {
  font-size: 4vw;
}
body.is-mobile .openHTable table th, body.is-mobile .openHTable table td {
  font-size: 4vw;
  padding: 0.5rem;
}

.article {
  display: grid;
  overflow: hidden;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-top: 2%;
  justify-items: center;
  text-align: center;
  align-items: center;
  align-self: center;
  z-index: 50;
  border-radius: 10px;
  background-color: white;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: ) {
  .article {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 61.9375em) {
  .article {
    padding: 4%;
    display: unset;
    display: grid;
    grid-template-columns: 1fr;
  }
  .article p {
    padding-right: 25%;
  }
}
.article h3 {
  text-align: center;
  color: #BC0032;
}
.article__text {
  max-width: 600px;
  align-self: center;
}
.article__text h2 {
  font-size: 2.5vw;
}
.article__text a {
  font-size: 1.4vw;
}
@media (max-width: 61.9375em) {
  .article__text {
    padding: 5%;
  }
  .article__text h2 {
    font-size: 4rem;
  }
  .article__text a {
    font-size: 1.4vw;
  }
}
.article__image {
  padding: 5px;
}
@media (max-width: 61.9375em) {
  .article__image {
    padding: 2%;
  }
}
.article__image img {
  width: 15rem;
  height: auto;
  border-radius: 300px;
}
.article__cta {
  padding: 10px;
  background-position-x: 20%;
  width: 230px;
  font-family: "Merriweather Sans", sans-serif;
  text-align: center;
}
@media (max-width: 61.9375em) {
  .article__cta {
    padding: 2%;
    font-size: 2.5vw;
  }
}

.artBookings {
  background-image: url(/design/banner-bookings.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  /*
  opacity: 0.6;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artBookings a {
  color: #d6d6d6;
}

.TikTok {
  background-image: url(/design/tiktok.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
@media (min-width: ) {
  .TikTok {
    padding: 6%;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 61.9375em) {
  .TikTok {
    padding: 4%;
    display: unset;
    display: grid;
    grid-template-columns: 1fr;
  }
  .TikTok p {
    padding-right: 25%;
  }
}
.TikTok__text {
  background-color: rgba(75, 75, 75, 0.909);
  border-radius: 10px;
  padding: 4%;
}
.TikTok__text h2 {
  color: #FF004F;
}
.TikTok img {
  max-width: 80%;
}
.TikTok a {
  color: #ffffff;
}

.artPet {
  background-image: url(/design/banner-pet.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: #ffffff;
  border-radius: 10px;
  padding-right: 20%;
  /*
  opacity: 0.6;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artPet a {
  color: #ffffff;
  margin-left: 10%;
  font-size: 0.875rem;
}
.artPet__twoways {
  grid-template-columns: 1fr 1fr;
  background-image: url(/design/banner-pet.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

.artNo1 {
  background-image: url(/design/banner-blue.jpg);
  opacity: 0.4;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: hsl(127, 100%, 72%);
  border-radius: 10px;
  padding: 10px;
  /*
  opacity: 0.6;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo1 a {
  color: #000000;
  padding: 10px;
}

.artNo2 {
  background-image: url(/design/banner-download.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
  border-radius: 10px;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo2 img {
  max-width: 80%;
}
.artNo2 a {
  color: #ffffff;
}

.artFreePrint {
  background-image: url(/design/banner-blue-pink.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
  border-radius: 10px;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;
      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artFreePrint img {
  max-width: 80%;
}
.artFreePrint a {
  color: #ffffff;
}

.artNewproduct {
  background-color: rgb(248, 244, 180);
  opacity: 70%;
  background-image: url(/design/banner-newproduct.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  /*
  &:hover{

      background-color: rgb(248, 180, 180);
      transition: background-color 0.6s linear;
  }
  transition: background-color 0.6s linear;
  */
  border-radius: 10px;
}
.artNewproduct h2 {
  opacity: 100%;
}
.artNewproduct a {
  opacity: 100%;
}

.artNo4 {
  background-image: linear-gradient(125deg, rgb(255, 255, 255) 0%, rgb(214, 164, 248) 100%);
  border-radius: 10px;
}

.artTimer {
  padding-left: 30%;
  padding-right: 20%;
  padding-top: 23%;
  padding-bottom: 15%;
  border-radius: 10px;
  /* 
  opacity: 0.55;

  &:hover{
      opacity: 1;
      transition: 0.6s linear;
      p{
          color: rgb(43, 61, 165);
      }
  }
  transition: 0.6s linear;
  */
  background-image: url(/design/countdown-banner.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.artTimer img {
  max-width: 35%;
  grid-area: Gleft;
  opacity: 0.25;
  z-index: 2;
  justify-self: start !important;
}
@media (max-width: 61.9375em) {
  .artTimer img {
    max-width: 75%;
  }
}
.artTimer p {
  z-index: 3;
  grid-area: Gleft;
  padding-left: 5%;
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  color: rgb(26, 141, 70);
}
@media (max-width: 71.8125em) {
  .artTimer p {
    padding-top: 25%;
    padding-right: 15%;
    font-size: 1.4vw;
  }
}
@media (max-width: 61.9375em) {
  .artTimer p {
    padding-top: 30%;
    padding-right: 15%;
    font-size: 1.25rem;
  }
}

.artNo6 {
  background-image: url(/design/white-yellow-box.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: black;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;

      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo6 img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.artNo6 a {
  color: black;
}

.artNo7 {
  background-image: url(/design/kiwi-banner-blue.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: black;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;

      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo7 img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.artNo7 a {
  color: black;
}

.artNo8 {
  background-image: url(/design/black-and-white-banner-notext.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
  /*
  opacity: 0.55;

  &:hover{
      opacity: 1;

      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo8 img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.artNo8 a {
  color: white;
}

.artNo9 {
  background-image: url(/design/banner-pink.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: black;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;

      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo9 img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.artNo9 a {
  color: black;
}

.artNo10 {
  background-image: url(/design/banner-green-no-text.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  color: white;
  /*
  opacity: 0.55;
  &:hover{
      opacity: 1;

      transition: 0.6s linear;
  }
  transition: 0.6s linear;
  */
}
.artNo10 img {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.artNo10 a {
  color: white;
}

.article__textOnly {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  justify-items: center;
  text-align: center;
  align-items: center;
  align-self: center;
}
.article__textOnly h3 {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.5vw;
  background-color: #ffffff;
}
.article__textOnly label {
  padding-right: 10px;
  font-size: 1.4vw;
  font-family: "Roboto", sans-serif;
}

.openingHours {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-template-rows: auto;
  grid-template-areas: ". novisit ." "graphic santaHours .";
  align-items: center;
}
.openingHours p2 {
  grid-area: novisit;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.4vw;
  padding: 6px;
  line-height: 3.2rem;
  margin-bottom: 40px;
  background-image: linear-gradient(125deg, rgb(250, 250, 250) 0%, rgb(208, 247, 212) 100%);
}
.openingHours table, .openingHours th, .openingHours td {
  grid-area: santaHours;
  font-size: 1.4vw;
  font-family: "Roboto", sans-serif;
}
.openingHours tr:nth-child(even) {
  color: #424242;
  background-image: linear-gradient(125deg, rgb(209, 209, 209) 0%, rgb(250, 250, 250) 100%);
}
.openingHours caption {
  font-size: 2.5vw;
  font-family: "Roboto", sans-serif;
  background-color: white;
  margin-top: 15px;
  color: #07b410;
}
.openingHours img {
  grid-area: graphic;
  width: 800px;
  opacity: 20%;
}

.fb-share-button {
  align-items: center;
}

.hunters-article {
  padding: 0%;
  margin: 0%;
  border-radius: 0px;
  background-color: #68b1a8;
  grid-template-columns: repeat(1, 1fr);
}
.hunters-article h2 {
  font-family: "Berkshire Swash", cursive;
}
.hunters-article a {
  font-family: "Montserrat", sans-serif;
}

.hunters-article-2section {
  padding: 0%;
  margin: 0%;
  border-radius: 0px;
  background-color: #68b1a8;
  grid-template-columns: repeat(2, 1fr);
  text-align: left !important;
}
.hunters-article-2section h2 {
  font-family: "Berkshire Swash", cursive;
}
.hunters-article-2section a {
  font-family: "Montserrat", sans-serif;
}

.hunters-article-5 {
  padding: 0%;
  margin: 0%;
  border-radius: 0px;
  display: none;
  display: grid;
  grid-template-columns: none;
  grid-template-columns: repeat(2, 1fr);
  text-align: left !important;
  background-image: url(/design/Hunters-Plaza-Web.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: bottom;
}
.hunters-article-5 h2 {
  font-family: "Berkshire Swash", cursive;
}
.hunters-article-5 a {
  font-family: "Montserrat", sans-serif;
}

.hunters-article-55 {
  grid-template-columns: repeat(2, 1fr) !important;
  text-align: left !important;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0%;
  margin: 0%;
  border-radius: 0px;
}
.hunters-article-55 h2 {
  font-family: "Berkshire Swash", cursive;
}
.hunters-article-55 a {
  font-family: "Montserrat", sans-serif;
}

button, .hunters-button {
  padding: 2rem;
  text-align: center;
  background-color: #ead49a;
  border: solid 10px #2a3d78;
  border-radius: 50px;
  font-size: 2.2rem;
  font-family: "Berkshire Swash", cursive !important;
  cursor: pointer;
  color: #b03235 !important;
  opacity: 0.88;
  transition: 0.6s linear;
}
button a, .hunters-button a {
  text-align: center;
  align-self: center;
}
button:hover, .hunters-button:hover {
  color: rgb(0, 0, 0) !important;
  border-color: rgb(246, 255, 118);
  opacity: 1;
  transition: 0.6s linear;
}
@media (max-width: 61.9375em) {
  button, .hunters-button {
    padding: 0rem;
    font-size: 1.4vw;
    margin: 0;
  }
  button a, .hunters-button a {
    font-size: 1.4vw;
  }
}

.covid-title {
  background-image: url(/design/covid19background.png);
  display: block;
  grid-area: headerArt;
  border-radius: 100px;
}

.covid-button1 {
  background-image: url(/design/artible-button-blue.png);
  border-radius: 100px;
  display: block;
  grid-area: headerArt;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  opacity: 0.55;
  transition: 0.6s linear;
}
.covid-button1:hover {
  opacity: 1;
  transition: 0.6s linear;
}
.covid-button1 a {
  color: rgb(17, 201, 0);
}

.covid-button2 {
  background-image: url(/design/article-button-black.jpg);
  border-radius: 100px;
  display: block;
  grid-area: headerArt;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  opacity: 0.55;
  transition: 0.6s linear;
}
.covid-button2:hover {
  opacity: 1;
  transition: 0.6s linear;
}
.covid-button2 a {
  color: rgb(255, 183, 0);
}

.covid-button3 {
  background-image: url(/design/article-button-red.jpg);
  border-radius: 100px;
  display: block;
  grid-area: headerArt;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  opacity: 0.55;
  transition: 0.6s linear;
}
.covid-button3:hover {
  opacity: 1;
  transition: 0.6s linear;
}
.covid-button3 a {
  color: rgb(199, 0, 0);
}

.covid-article {
  z-index: 30;
  background-color: #ffcede;
  padding: unset;
  text-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-template-rows: repeat(2) 1fr;
  grid-template-areas: "nameleft headerArt nameright" "nameleft mainArt nameright";
}
.covid-article li {
  font-family: "Merriweather Sans", sans-serif;
}
.covid-article img {
  grid-area: nameleft;
  justify-self: center;
}
.covid-article .checklist {
  grid-area: mainArt;
  text-align: start;
  padding-left: 20%;
  z-index: 35;
  font-family: "Roboto", sans-serif;
}
.covid-article h3 {
  background-color: #ffcede;
}
.covid-article p {
  grid-area: nameright;
  padding: 5%;
  font-size: 1.4vw;
  z-index: 31;
}

.tnc {
  display: grid;
  overflow: hidden;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2rem;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 20px;
  justify-items: center;
  text-align: center;
  align-items: center;
  align-self: center;
}
.tnc h5 {
  font-size: 1.4vw;
  background-color: #e01515;
  color: white;
  padding: 1rem;
}
.tnc p {
  line-height: 2.2rem;
  font-size: 1.25rem;
}

.smfooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw; /* Full viewport width */
  padding: 20px;
  background-color: #f8f8f8; /* Optional background color */
  box-sizing: border-box; /* Ensures padding doesn't increase width */
}

.smfooter__logo {
  flex: 1;
}

.smfooter__logo img {
  max-height: 50px; /* Adjust logo size */
}

.smfooter__copyright {
  flex: 1;
  text-align: center;
  font-size: 14px;
}

.smfooter__email {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smfooter__email a {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.smfooter__email img {
  margin: 5px;
  max-height: 30px;
}

/* Mobile responsiveness using .is-mobile */
body.is-mobile .smfooter {
  flex-direction: column; /* Stack elements vertically */
  text-align: center;
}

body.is-mobile .smfooter__logo {
  margin-bottom: 15px;
}

body.is-mobile .smfooter__copyright {
  margin-bottom: 10px;
}

body.is-mobile .smfooter__email {
  margin-top: 10px;
  flex-direction: column;
}

body.is-mobile .smfooter__email a {
  margin-bottom: 10px;
}

body.is-mobile .smfooter__email img {
  margin: 5px;
  max-height: 25px;
}/*# sourceMappingURL=style.css.map */