:root {
  --blue: #036c90;
  --darkblue: #1f5573;
  --green: #12ba7b;
  --grey: #2a2825;
}
.btn-primary {
  --x-btn-color: #fff;
  --x-btn-bg: var(--blue);
  --x-btn-border-color: var(--blue);
  --x-btn-hover-color: #fff;
  --x-btn-hover-bg: var(--darkblue);
  --x-btn-hover-border-color: var(--darkblue);
  --x-btn-focus-shadow-rgb: 116, 120, 247;
  --x-btn-active-color: #fff;
  --x-btn-active-bg: var(--darkblue);
  --x-btn-active-border-color: var(--blue);
  --x-btn-active-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  --x-btn-disabled-color: #fff;
  --x-btn-disabled-bg: var(--blue);
  --x-btn-disabled-border-color: var(--blue);
}
a {
  color: var(--grey);
  text-decoration: none;
}
/* GLOBAL */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: #ffffff;
}
html,
body {
  color: #fff;
  background: #000000;
  background: linear-gradient(
    131deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(12, 50, 52, 1) 100%
  );
}
body {
  font-family: "Inter", sans-serif, Tahoma !important;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  color: var(--blue);
  text-decoration: none;
}

.button.is-primary {
  background-color: #2d2dff;
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-hovered,
.button.is-primary:hover {
  background-color: #0000df;
  border-color: transparent;
  color: #fff;
}
footer#footer {
  padding: 1.5em;
  text-align: center;
  font-size: 0.8em;
  padding-top: 4em;
  padding-bottom: 4em;
  margin: 0 auto;
  position: relative;
  width: 100%;
  float: left;
}
.small-container {
  max-width: 1150px;
  margin: 0 auto;
}
.smaller-container {
  max-width: 950px;
  margin: 0 auto;
}
body.admin-bar nav.navbar {
  margin-top: 29px;
}
div#wrapper {
  padding-top: 0em;
}

a.navbar-brand img {
  width: 100%;
  max-width: 150px;
}

nav.fixed-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.primary_navbar ul li.nav-item {
  min-width: 80px;
  text-align: center;
}

.primary_navbar ul li.nav-item.nav-right-cart {
  min-width: unset !important;
}

/* True horizontal center for logo, independent of left/right nav widths */
@media (min-width: 992px) {
  .primary_navbar .navbar-nav {
    position: relative;
  }

  .primary_navbar .nav-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
  }

  /* With center out of flow, pin the right group to the end */
  .primary_navbar .nav-center + .nav-right {
    margin-left: auto;
  }
}

/* .nav-right {
  text-align: right;
}

.nav-left {
  text-align: left;
} */

.primary_navbar ul li.nav-item .dot {
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100%;
  margin: 0 auto;
}
.primary_navbar ul li.nav-item.active .dot {
  background: #fff;
}

div.primary_navbar {
  font-size: 0.9em;
  font-weight: 500;
}

button.navbar-toggler {
  border: 0px;
}

.nav-menu-modal-nav ul li {
  margin: 0.35em 0;
}

.nav-menu-modal-nav ul li a {
  display: inline-block;
  color: rgb(255 255 255 / 100%);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.4em 0.75em;
  transition: color 0.2s ease;
}

.nav-menu-modal-nav ul li a:hover,
.nav-menu-modal-nav ul li.active a {
  color: #fff;
}

a.nav-left-logo.navbar-brand {
  max-width: 45px;
  padding-top: 10px;
  padding-left: 10px;
}

a.nav-link i {
  opacity: 0.5;
}

a.nav-link:hover i,
a.nav-link.active i {
  opacity: 1;
}

/* nav-icon-1 */
.nav-icon-1 {
  width: 30px;
  height: 30px;
  position: relative;
  transition: 0.1s;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}
.nav-icon-1 span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
}
.nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}
.nav-icon-1 span:nth-child(2) {
  left: 12px;
  top: 0;
}
.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}
.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 12px;
}
.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}
.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 12px;
}
.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}
.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}
.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}
.nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}
.nav-icon-1.open span:nth-child(4) {
  left: 6px;
  top: 18px;
}
.nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}
.nav-icon-1.open span:nth-child(8) {
  left: 18px;
  bottom: 6px;
}

.video-content h1 span {
  font-weight: 600;
}

a.navbar-brand.nav-center-logo img {
  max-width: 40px;
}

.woocommerce div.product div.summary {
  margin-bottom: 0em;
  margin-top: 2em;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #fff !important;
  border: 0 !important;
  color: #000 !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background: rgb(255 255 255 / 70%) !important;
  border: 0 !important;
  color: #000 !important;
}

/* Front page video hero */
.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.35);
}

.video-content {
  max-width: 720px;
  text-align: center;
  color: #fff;
}

.video-content h1,
.video-content p {
  color: #fff;
}

.hero-content img {
  max-width: 160px;
}
body.page-template-page-front.page-template-page-front-php
  a.navbar-brand.nav-center-logo {
  visibility: hidden;
}

body.page-template-page-front.page-template-page-front-php div#app-container {
  padding-top: 0em;
}

div#app-container {
  padding-top: 8em;
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 0em;
  min-height: 70vh;
}
.entry-content p {
  font-weight: 300;
}
form.search-form {
  margin-top: 3em;
}

.card-style-1 {
  background: transparent;
}
.card-style-1 a {
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  display: inline-block;
  margin-bottom: 0.5em;
}
.card-style-1 a:hover {
  color: var(--blue);
  text-decoration: none;
}
.card-style-1 a:hover {
}

a.added_to_cart.wc-forward,
.woocommerce ul.products li.product a.added_to_cart {
  display: none !important;
}

a.nav-link-footer.active {
  color: #fff;
}
a.nav-link-footer {
  color: rgb(255 255 255 / 50%);
  padding: 10px 15px;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: #ffffff !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:hover {
  background-color: rgb(255 255 255 / 70%) !important;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
}

.nav-center.nav-item-footer {
  width: 30px;
  margin: auto 1em;
}

a.navbar-brand-footer.nav-center-logo-footer {
  position: relative;
  width: 100%;
  display: block;
}

h1.page-title {
  text-align: center;
  color: #fff;
}

.woocommerce div.product .product_title {
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: rgb(255 255 255 / 75%) !important;
}

.navbar-nav .show > .nav-link:hover,
.navbar-nav .nav-link:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.navbar-nav .show > .nav-link:hover .dot,
.navbar-nav .nav-link:hover .dot {
  color: rgb(255 255 255 / 70%) !important;
}

.container-A {
  max-width: 1150px;
  margin: 0 auto;
}

nav.woocommerce-breadcrumb {
  display: none;
}

select.orderby {
  background: transparent;
  color: rgb(255 255 255 / 80%);
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 0.75em;
  padding: 0.5em 1em;
  font-size: 0.85em;
}

select.orderby,
select.orderby option {
  font-weight: 200;
}

select.orderby option {
  color: #000;
}

li.product.type-product {
  background: #fff;
  border-radius: 1.5em;
  overflow: hidden;
  transform: scale(1);
  filter: brightness(1);
  transition:
    transform 0.3s ease-in-out,
    filter 0.3s ease-in-out;
}

li.product.type-product h2.woocommerce-loop-product__title {
  padding: 0.5em 1em !important;
  color: #000;
  font-weight: 600 !important;
  text-align: center;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  padding: 0em 1em !important;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: rgb(0 0 0 / 60%) !important;
  text-align: center;
}

.woocommerce ul.products li.product .button {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block !important;
  color: #fff;
  background: #000;
  font-size: 0.9em;
  font-weight: 400;
  padding: 1.1em 0.5em;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-result-count {
  color: rgb(255 255 255 / 45%);
  font-weight: 200 !important;
}

header.woocommerce-products-header {
  margin-bottom: 4em;
}

span.posted_in a {
  color: #fff;
}
.product_meta {
  font-weight: 200;
  margin-top: 2em;
  font-size: 0.8em;
}

.woocommerce-product-details__short-description {
  margin: 2em auto;
  border-top: 1px solid rgb(255 255 255 / 8%);
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

h1.hero-A {
  background: linear-gradient(45deg, #c4e6e7, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

input.input-text.qty.text {
  height: 36px;
  border: 0px;
  border-radius: 5px;
}

button.single_add_to_cart_button.button.alt:hover {
  background: rgb(255 255 255 / 60%);
  color: #000;
}

.woocommerce div.product div.images img {
  border-radius: 2em;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sequential fade-in: front hero, shop header, and all page/archive titles */
:is(
    .fade-style-1,
    .woocommerce-products-header,
    .show-header,
    .archive-header,
    header.header
  )
  > * {
  opacity: 0;
  animation: fadeInDown 0.8s ease forwards;
}

:is(
    .fade-style-1,
    .woocommerce-products-header,
    .show-header,
    .archive-header,
    header.header
  )
  > *:nth-child(1) {
  animation-delay: 0.3s;
}

:is(
    .fade-style-1,
    .woocommerce-products-header,
    .show-header,
    .archive-header,
    header.header
  )
  > *:nth-child(2) {
  animation-delay: 0.7s;
}

:is(
    .fade-style-1,
    .woocommerce-products-header,
    .show-header,
    .archive-header,
    header.header
  )
  > *:nth-child(3) {
  animation-delay: 1.1s;
}

:is(
    .fade-style-1,
    .woocommerce-products-header,
    .show-header,
    .archive-header,
    header.header
  )
  > *:nth-child(4) {
  animation-delay: 1.5s;
}

.cursor {
  pointer-events: none;
}

@media (hover: none), (pointer: coarse) {
  .cursor {
    display: none !important;
  }
}

.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}

.cursor__ball circle {
  fill: rgb(255 255 255 / 100%);
  backdrop-filter: blur(10px);
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  background-color: transparent !important;
  border: 1px solid color-mix(in srgb, rgb(255 255 255 / 30%) 80%, transparent) !important;
  color: #ffffff !important;
}

.wc-block-components-form label {
  font-weight: 200 !important;
  font-size: 0.8em !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  background: transparent !important;
  color: #ffffff !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select option {
  color: #000 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent !important;
  margin-top: 12px;
}

.wc-block-components-notice-banner.is-error {
  background: #cc1818 !important;
  color: rgb(255 255 255 / 65%) !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
  border: 0px;
  border-radius: 4px;
  color: #000;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
  background: rgb(255 255 255 / 60%) !important;
  color: #000 !important;
}

.woocommerce ul.products li.product .button {
  width: 140px;
  border-radius: 1000px;
}

/* Centered loader replaces Add to cart text while AJAX runs */
.woocommerce ul.products li.product .button.loading,
.woocommerce button.single_add_to_cart_button.loading {
  color: transparent !important;
  opacity: 1;
  pointer-events: none;
  position: relative;
}

.woocommerce ul.products li.product .button.loading::after,
.woocommerce button.single_add_to_cart_button.loading::after {
  font-family: inherit !important;
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 1.15em;
  height: 1.15em;
  margin: 0;
  border: 2px solid rgb(255 255 255 / 25%);
  border-top-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: gufy-cart-spin 0.65s linear infinite;
}

/* Single product button is light — use a dark spinner */
.woocommerce button.single_add_to_cart_button.loading::after {
  border-color: rgb(0 0 0 / 20%);
  border-top-color: #000;
}

@keyframes gufy-cart-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Cart offcanvas */
.cart-count {
  position: absolute;
  top: 1px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.cart-count.is-empty {
  display: none;
}

.navbar-mobile-actions {
  gap: 0.35rem;
  margin-right: 0.25rem;
}

.navbar-mobile-actions .cart-offcanvas-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 0.15rem;
}

.navbar-mobile-actions .cart-offcanvas-toggle .bi-cart {
  font-size: 1.35rem;
}

.navbar-mobile-actions .nav-icon-1 {
  margin: 8px 6px;
}

.nav-menu-modal,
.cart-offcanvas {
  background: rgb(0 0 0 / 40%);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-menu-modal {
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 2rem;
  margin-left: 2em;
  margin-right: 2em;
  background: rgb(255 255 255 / 15%);
}

.header-top.d-block + nav {
  top: 25px;
}
.header-top {
  height: 30px;
}

.header-top-link {
  background-color: #d89b34;
  color: #000;
}
.header-top-link p {
  color: #000;
  font-weight: 600;
  font-size: 0.95em;
}
.header-top-link:hover {
  background-color: #fff;
}
.header-top-link:hover p {
  color: #000;
}

.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.weight-900 {
  font-weight: 900;
}

.cart-offcanvas {
  width: min(420px, 100vw);
  border-left: 0px solid rgb(255 255 255 / 10%) !important;
}

.cart-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 1.25rem 1.5rem;
}

.cart-offcanvas .offcanvas-title {
  color: #fff;
  font-weight: 500;
}

.cart-offcanvas .offcanvas-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.cart-offcanvas .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-offcanvas .woocommerce-mini-cart-item {
  position: relative;
  padding: 1rem 1.75rem 1rem 0;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.cart-offcanvas .woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  color: #fff;
  padding-right: 0.5rem;
}

.cart-offcanvas .woocommerce-mini-cart-item a:not(.remove):hover {
  color: var(--blue);
}

.cart-offcanvas .woocommerce-mini-cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.cart-offcanvas .woocommerce-mini-cart-item .quantity {
  display: block;
  margin-top: 0.35rem;
  color: rgb(255 255 255 / 55%);
  font-size: 0.85em;
  font-weight: 300;
}

.cart-offcanvas .woocommerce-mini-cart-item .remove_from_cart_button {
  position: absolute;
  top: 0.85rem;
  right: 0;
  color: rgb(255 255 255 / 45%);
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.cart-offcanvas .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  color: #ff6b6b;
}

.cart-offcanvas .woocommerce-mini-cart__empty-message {
  color: rgb(255 255 255 / 55%);
  font-weight: 300;
  text-align: center;
  margin: 3rem 0;
}

.cart-offcanvas .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.25rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
  font-size: 1rem;
}

.cart-offcanvas .woocommerce-mini-cart__total strong {
  font-weight: 400;
  color: rgb(255 255 255 / 65%);
}

.cart-offcanvas .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.cart-offcanvas .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 1000px;
  padding: 0.9em 1.25em;
  font-size: 0.9em;
  font-weight: 500;
  background: rgb(255 255 255 / 12%);
  color: #fff;
}

.cart-offcanvas .woocommerce-mini-cart__buttons .button .bi {
  font-size: 1.05em;
  line-height: 1;
}

.cart-offcanvas .woocommerce-mini-cart__buttons .button:hover {
  background: rgb(255 255 255 / 20%);
  color: #fff;
}

.cart-offcanvas .woocommerce-mini-cart__buttons .checkout {
  background: #fff;
  color: #000;
}

.cart-offcanvas .woocommerce-mini-cart__buttons .checkout:hover {
  background: rgb(255 255 255 / 80%);
  color: #000;
}

.cart-offcanvas {
  width: min(420px, 100vw);
  border-left: 0px solid rgb(255 255 255 / 10%) !important;
}

.page-description p {
  font-weight: 200;
  font-size: 1.1em;
}
.page-description {
  text-align: center;
  margin-top: 1em;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

p.woocommerce-result-count {
  display: none;
}

.woocommerce ul.products li.product:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Shop products: sequential fade-in (same motion language as .video-content) */
@keyframes productFadeIn {
  from {
    opacity: 0;
    translate: 0 -30px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.woocommerce ul.products.fade-style-1 > li.product {
  opacity: 0;
  animation: productFadeIn 0.8s ease forwards;
}

.woocommerce ul.products.fade-style-1 > li.product:nth-child(1) {
  animation-delay: 0.3s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(2) {
  animation-delay: 0.5s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(3) {
  animation-delay: 0.7s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(4) {
  animation-delay: 0.9s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(5) {
  animation-delay: 1.1s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(6) {
  animation-delay: 1.3s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(7) {
  animation-delay: 1.5s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(8) {
  animation-delay: 1.7s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(9) {
  animation-delay: 1.9s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(10) {
  animation-delay: 2.1s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(11) {
  animation-delay: 2.3s;
}
.woocommerce ul.products.fade-style-1 > li.product:nth-child(12) {
  animation-delay: 2.5s;
}

@media (max-width: 980px) {
  .hero-content img {
    max-width: 110px;
  }
  .video-hero {
    height: 90vh;
  }
  p.woocommerce-result-count {
    text-align: center;
    width: 100%;
  }
  form.woocommerce-ordering {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 2em !important;
  }
  header.woocommerce-products-header {
    margin-bottom: 1.5em;
  }
  div#app-container {
    padding-top: 4em;
  }
  .woocommerce-product-details__short-description {
    margin: 1em auto;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 0.85em;
  }
  .woocommerce div.product div.summary {
    margin-top: 0em;
  }
  header.woocommerce-products-header {
    margin-bottom: 1.5em !important;
  }

  .navbar-mobile-actions .cart-offcanvas-toggle {
    margin-right: 20px !important;
    margin-top: 5px !important;
  }

  .navbar-mobile-actions .cart-offcanvas-toggle .cart-count {
    top: -7px;
    right: -10px;
  }
  .header-top-link p {
    font-size: 0.7em;
  }
}
