/** Shopify CDN: Minification failed

Line 298:0 Expected "}" to go with "{"

**/
/* ===============================
   POLICY PAGES
================================= */
.shopify-policy__title h1 {
  font-size: 22px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  text-align: center !important;
}

/* ===============================
   IMAGE BANNERS (Sense theme)
================================= */
.shopify-section[id*="__image_banner_"] .banner::before,
.shopify-section[id*="__image_banner_"] .banner::after,
.shopify-section[id*="__image_banner_"] .banner__media::before,
.shopify-section[id*="__image_banner_"] .banner__media::after,
.shopify-section[id*="__image_banner_"] .banner__box.gradient,
.shopify-section[id*="__image_banner_"] .color-scheme-3,
.shopify-section[id*="__image_banner_"] .color-scheme-3.gradient {
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
  box-shadow: none !important;
}
.shopify-section[id*="__image_banner_"] .banner,
.shopify-section[id*="__image_banner_"] .banner__media,
.shopify-section[id*="__image_banner_"] .banner__box {
  background: #000 !important;
  background-color: #000 !important;
}
.shopify-section[id*="__image_banner_"] .banner__media img,
.shopify-section[id*="__image_banner_"] .banner__media svg {
  background: transparent !important;
  background-color: transparent !important;
}

/* ===============================
   BUTTONS (remove halo/shadow)
================================= */
a.button,
a.button--primary,
.button,
.button--primary,
.button--secondary,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.customer button,
.cart__checkout-button {
  --buttons-shadow-opacity: 0 !important;
  --buttons-border-width: 0 !important;
  --buttons-border-opacity: 0 !important;
  --buttons-border-offset: 0 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  filter: none !important;
  background-clip: padding-box !important;
  -webkit-tap-highlight-color: transparent;
}
a.button::before, a.button::after,
.button::before, .button::after,
.button--primary::before, .button--primary::after,
.button--secondary::before, .button--secondary::after,
.shopify-payment-button__button::before, .shopify-payment-button__button::after {
  content: none !important;
  box-shadow: none !important;
}
.button:focus, .button:focus-visible, .button:active,
.button--primary:focus, .button--primary:focus-visible, .button--primary:active,
a.button:focus, a.button:focus-visible, a.button:active,
.shopify-payment-button__button:focus, .shopify-payment-button__button:active {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* ===============================
   FULL HD VIDEO CONTAINER
================================= */
.full-hd-video {
  position: relative;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 16/9;
  max-height: 1080px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}
.full-hd-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.full-hd-video__placeholder {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  opacity: .6;
}

/* ===============================
   FOOTER BLOCKS
================================= */
.footer-block--about p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #00FF66 !important;
}
.footer-block h2 {
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #00FF66 !important;
}
.footer-block p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: rgb(57,181,74) !important;
}

/* ===============================
   HOME ICONS ROW (specific section)
================================= */
.section-template--19186485887215__multicolumn_J9DmWq-padding {
  margin-left: auto !important;
  margin-right: auto !important;
}
.section-template--19186485887215__multicolumn_J9DmWq-padding .page-width,
.section-template--19186485887215__multicolumn_J9DmWq-padding .title-wrapper {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.section-template--19186485887215__multicolumn_J9DmWq-padding .grid--peek,
.section-template--19186485887215__multicolumn_J9DmWq-padding .slider,
.section-template--19186485887215__multicolumn_J9DmWq-padding .slider--tablet {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#Slider-template--19186485887215__multicolumn_J9DmWq {
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 8px !important;
}
.section-template--19186485887215__multicolumn_J9DmWq-padding .multicolumn-list__item {
  text-align: center;
}
@media (max-width: 989px) {
  #Slider-template--19186485887215__multicolumn_J9DmWq {
    gap: 8px !important;
  }
}

/* ===============================
   SLIDER PAGERS
================================= */
.shopify-section ul.product-grid + .slider-buttons {
  margin-top: -40px !important;
  padding-top: 0 !important;
  justify-content: center;
}
.shopify-section ul.product-grid + .slider-buttons .slider-counter {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 8px;
  font-size: 8.5px;
  line-height: 1.2;
}
.shopify-section ul.product-grid + .slider-buttons .slider-counter span[aria-hidden="true"] {
  margin: 0 2px;
}
.shopify-section ul.product-grid + .slider-buttons .slider-button {
  padding: 0 !important;
}
.shopify-section .slider-buttons .slider-counter,
.shopify-section .slider-buttons .slider-counter * {
  font-family: inherit !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}
.shopify-section .slider-buttons .slider-counter span[aria-hidden="true"] {
  margin: 0 2px !important;
  color: currentColor !important;
}
.shopify-section .slider-buttons .slider-counter {
  display: inline-flex !important;
  align-items: center;
  gap: 4px !important;
}

/* ===============================
   HEADINGS (H1 & H2)
================================= */
h1, .h1,
h2, .h2 {
  font-size: 30px !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 768px) {
  h1, .h1,
  h2, .h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1,
  h2, .h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
}

/* ===============================
   ANNOUNCEMENT BAR
================================= */
.essential_annoucement_bar_title_container_2d295a1a-1874-40d0-936e-a5fd75fbb9d2 {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .essential_annoucement_bar_title_container_2d295a1a-1874-40d0-936e-a5fd75fbb9d2 {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .essential_annoucement_bar_title_container_2d295a1a-1874-40d0-936e-a5fd75fbb9d2 {
    font-size: 14px !important;
  }
}
/* ===============================
   SNIPER SCREEN — UNIFY BUTTON SIZE
================================= */

/* Normalise all buttons across sections */
a.button,
.button,
.shopify-section .button,
.rte a.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  font-size: 16px !important;     /* consistent size */
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;

  padding: 14px 28px !important;  /* consistent padding */
  min-height: 45px !important;    /* consistent height */
  border-radius: 10px !important; /* rounded pill shape */

  line-height: 1 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  a.button,
  .button,
  .rte a.button {
    font-size: 15px !important;
    padding: 12px 24px !important;
    min-height: 44px !important;
  }
}
@media (max-width: 480px) {
  a.button,
  .button,
  .rte a.button {
    font-size: 14px !important;
    padding: 11px 22px !important;
    min-height: 40px !important;
  }

