@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&family=Quicksand:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

::selection {
  background: #ff0004;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #ff0004; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #ff0004; /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

a[href^="tel"],
a[href^="mailto"] {
  color: var(--gs-body-text-color);
  text-decoration: none;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
  line-height: 1.5;
  background-color: var(--gs-body-bg-color);
  color: var(--gs-body-text-color);
  background-position: var(--gs-bg-position);
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
  color: var(--gs-body-text-color);
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: 0 !important;
  overflow: hidden !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5rem 0;
  font-family: "Poppins", sans-serif;
}

h5,
h6 {
  margin-bottom: 20px;
}

h1,
h1.body-text--typography {
  font-size: 36px;
}

h2,
h2.body-text--typography {
  font-size: 30px;
}

h3,
h3.body-text--typography {
  font-size: 1.5rem;
}

h4,
h4.body-text--typography {
  font-size: 18px;
}

h5,
h5.body-text--typography {
  font-size: 0.875rem;
}

h6,
h6.body-text--typography {
  font-size: 12px;
}

h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  h1,
  h1.body-text--typography {
    font-size: 1.75rem;
  }

  h2,
  h2.body-text--typography {
    font-size: 1.5rem;
  }

  h3,
  h3.body-text--typography {
    font-size: 1.25rem;
  }

  h4,
  h4.body-text--typography {
    font-size: 1rem;
  }
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}

#main {
  min-height: 100vh;
}

nav {
  display: grid;
  align-items: center;
}

ul.link__list {
  display: flex;
  flex-grow: 1;
  margin: 0;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  height: fit-content;
  padding: 0 1rem;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* global modifier */

.background-repeat--none {
  background-repeat: no-repeat;
  background-size: contain;
}

.body-text--color {
  color: var(--gs-body-text-color) !important;
  -webkit-text-fill-color: var(--gs-body-text-color);
  -webkit-opacity: 1;
}

.body-text--typography {
  font-family: var(--gs-typography-body-font-family);
  font-style: var(--gs-typography-body-font-style);
  font-weight: var(--gs-typography-body-font-weight);
  font-size: var(--gs-typography-body-font-style);
}

.heading-text--typography {
  font-family: var(--gs-typography-heading-font-family);
  font-style: var(--gs-typography-heading-font-style);
  font-weight: var(--gs-typography-heading-font-weight);
  font-size: var(--gs-typography-heading-font-size);
}

.merchant__logo.logo--text {
  font-family: var(--gs-typography-body-font-family);
  font-weight: var(--gs-typography-body-font-weight);
  font-size: var(--gs-typography-body-font-size);
  color: var(--navigation-text-color);
  -webkit-text-fill-color: var(--navigation-text-color);
  -webkit-opacity: 1;
}

.announcement__bar.color--config {
  background-color: var(--announcement-bg-color);
  color: var(--announcement-text-color);
  -webkit-text-fill-color: var(--announcement-text-color);
  -webkit-opacity: 1;
}

.navigation--bg-color,
.navigation--bg-color:is(.transparent):not(.scrolled):hover {
  background-color: var(--navigation-bg-color);
}

.navigation--text-color {
  color: var(--navigation-text-color, white);
  -webkit-text-fill-color: var(--navigation-text-color, white);
  -webkit-opacity: 1;
}

.announcement--config {
  color: var(--announcement-text-color);
  background-color: var(--announcement-bg-color);
  -webkit-text-fill-color: var(--announcement-text-color);
  -webkit-opacity: 1;
}

.gs-btn {
  position: relative;
  font-weight: var(--gs-button-font-weight);
  font-family: var(--gs-button-font-family);
  background-color: var(--gs-button-bg-color);
  color: var(--gs-button-text-color);
  -webkit-text-fill-color: var(--gs-button-text-color);
  -webkit-opacity: 1;
  padding: 0.5rem 1rem;
  font-size: 10pt;
  border-radius: 10px;
  border: 0px;
  transition: all 200ms var(--transition-ease-in-out);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: max-content;
  height: fit-content;
  min-height: 44px;
}

.gs-btn:not(.btn--outline):hover::before {
  opacity: 0.2;
}

.gs-btn:not(.btn--outline)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--gs-button-bg-color);
  opacity: 0;
  transition: opacity 0.2s var(--transition-ease-in-out);
}

.btn--outline {
  border: 2px solid var(--gs-button-bg-color);
  color: var(--gs-button-bg-color);
  -webkit-text-fill-color: var(--gs-button-bg-color);
  -webkit-opacity: 1;
  background-color: transparent;
}

.gs-btn:is(.btn--outline):hover {
  background-color: var(--gs-button-bg-color);
  color: var(--gs-button-text-color);
  -webkit-text-fill-color: var(--gs-button-text-color);
  -webkit-opacity: 1;
}

.btn--custom {
  font-family: var(--gs-button-font-family);
  font-weight: var(--gs-button-font-weight);
}

.btn--checkout {
  background-color: var(--button-checkout-bg-color);
  color: var(--button-checkout-text-color);
  -webkit-text-fill-color: var(--button-checkout-text-color);
  -webkit-opacity: 1;
}

.footer--bg-color {
  background-color: var(--footer-bg-color);
}

.footer-body--text-color {
  color: var(--footer-body-text-color);
  -webkit-text-fill-color: var(--footer-body-text-color);
  -webkit-opacity: 1;
}

.footer-heading--text-color {
  color: var(--footer-heading-text-color);
  -webkit-text-fill-color: var(--footer-heading-text-color);
  -webkit-opacity: 1;
}

.sticky-top {
  top: 0;
}

.sticky {
  position: sticky;
}

.z-50 {
  z-index: 50;
}

.bg--transparent {
  background-color: transparent;
}

.header--sticky.bg--transparent {
  position: fixed !important;
  top: 0;
}

.merchant-logo--text {
  font-family: var(--gs-typography-body-font-family);
  font-weight: var(--gs-typography-body-font-weight);
  font-size: var(--gs-typography-body-font-size);
  color: var(--navigation-text-color);
  -webkit-text-fill-color: var(--navigation-text-color);
  -webkit-opacity: 1;
}

.underline-animation {
  background-position: 0 calc(1em + 8px);
  background-image: linear-gradient(
    to right,
    var(--navigation-text-color),
    var(--navigation-text-color)
  );
  background-size: 0% 1px;
  background-repeat: no-repeat;
  display: block;
  height: fit-content;
  width: fit-content;
  padding-bottom: 3px;
  transition: all 200ms var(--transition-ease-in-out);
}

.main-layout .underline-animation {
  background-image: linear-gradient(
    to right,
    var(--gs-body-text-color),
    var(--gs-body-text-color)
  );
}

.main-footer .underline-animation {
  background-image: linear-gradient(
    to right,
    var(--footer-body-text-color),
    var(--footer-body-text-color)
  );
}

.main-footer hr {
  color: var(--footer-body-text-color);
  -webkit-text-fill-color: var(--footer-body-text-color);
  -webkit-opacity: 1;
}

.text--left {
  text-align: start;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: end;
}

.badge--oos {
  background-color: #757575;
}

.badge--sale {
  background-color: #20aee2;
}

.form--first,
.image--left {
  flex-direction: row-reverse;
}

.form--last,
.image--right {
  flex-direction: row;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-start {
  justify-self: flex-start !important;
}

.content--top-left {
  justify-content: start;
  align-items: start;
}

.content--top-center {
  justify-content: center;
  align-items: start;
}

.content--top-right {
  justify-content: end;
  align-items: start;
}

.content--center-left {
  justify-content: start;
  align-items: center;
}

.content--center {
  justify-content: center;
  align-items: center;
}

.content--center-right {
  justify-content: end;
  align-items: center;
}

.content--bottom-left {
  justify-content: start;
  align-items: end;
}

.content--bottom-center {
  justify-content: center;
  align-items: end;
}

.content--bottom-right {
  justify-content: end;
  align-items: end;
}

.place-self--top-left {
  place-self: start;
}

.place-self--top-center {
  place-self: start center;
}

.place-self--top-right {
  place-self: start end;
}

.place-self--center-left {
  place-self: center start;
}

.place-self--center {
  place-self: center;
}

.place-self--center-right {
  place-self: center end;
}

.place-self--bottom-left {
  place-self: end start;
}

.place-self--bottom-center {
  place-self: end center;
}

.place-self--bottom-right {
  place-self: end;
}

/* main styling */

.body-color {
  color: var(--gs-body-text-color) !important;
}

iconify-icon {
  transition: all 200ms var(--transition-ease-in-out);
}

.scroll-to-top {
  z-index: 50;
  right: 0;
  bottom: 150px;
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 0px;
}

.whatsapp-floating-button {
  background: #25d366;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 40px;
  z-index: 50;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.008),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.012),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.015),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.018),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.022),
  100px 100px 80px rgba(0, 0, 0, 0.03);
  transition: all 200ms ease;
  -webkit-text-fill-color: white;
  -webkit-opacity: 1;
}

.announcement__bar {
  position: relative;
  width: 100%;
  height: fit-content;
  z-index: 50;
  display: flex;
  justify-content: center;
}

.announcement__bar .bar__container {
  width: 75%;
  height: 100%;
  text-align: center;
  padding: 0.7rem 0;
  font-size: 12px;
}

header:is(.logo--left) .header__container {
  grid-template-columns: 1fr 3fr 1fr;
}

header:is(.logo--left) .header__container .navigation .link__list {
  justify-content: center;
}

.header__container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  width: 100%;
  padding: 0 3rem;
  height: auto;
  z-index: 20;
  position: relative;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0);
  transition: all 0.2s var(--transition-ease-in-out);
}

.header__container:not(.bg--transparent) {
  color: var(--navigation-text-color);
  background-color: var(--navigation-bg-color);
}

.header__container:is(.bg--transparent):is(.window--scrolled) {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.header__container:not(.bg--transparent),
.header__container:not(.bg--transparent) .navigation .link__list .nav__link a {
  color: var(--navigation-text-color);
}

.header__container:is(.bg--transparent) {
  background-color: transparent;
  position: fixed;
}

.header__container:is(.bg--transparent) .navigation .link__list .nav__link a {
  color: var(--navigation-text-color);
  filter: invert(1);
  transition: all 300ms ease-out;
}

.header__container:is(.bg--transparent):hover,
.header__container:is(.bg--transparent):is(.window--scrolled),
.header__container:has(.has-submenu:is(.active)) {
  background-color: var(--navigation-bg-color);
}

.header__container:is(.bg--transparent):hover
.navigation
.link__list
.nav__link
a,
.header__container:is(.bg--transparent):is(.window--scrolled),
.header__container:is(.bg--transparent):is(.window--scrolled)
.navigation
.link__list
.nav__link
a {
  filter: invert(0);
}

.header__container .merchant__logo img {
  height: 100%;
  object-fit: contain;
  width: var(--custom-logo-width-mobile);
  max-height: 250px;
  padding: 1rem 0;
  transition: all 300ms ease-out;
}

.header__container:is(.bg--transparent) .merchant__logo img,
.header__container:is(.bg--transparent) .misc .drawer__toggles {
  filter: invert(1);
}

.header__container:is(.bg--transparent):hover .merchant__logo img,
.header__container:is(.bg--transparent):hover .misc .drawer__toggles,
.header__container:is(.bg--transparent):is(.window--scrolled)
.merchant__logo
img,
.header__container:is(.bg--transparent):is(.window--scrolled)
.misc
.drawer__toggles {
  filter: invert(0);
}

.header__container .merchant__logo {
  justify-self: center;
}

.header__container .misc {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.main-footer {
  padding-top: 5rem;
}

.nav__link {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav__link a {
  padding: 15px;
}

a:hover .underline-animation {
  background-size: 100% 1px;
}

.nav__link.has-submenu:has(.submenu.normal__menu) {
  position: relative;
}

.nav__link .submenu {
  position: absolute;
  top: 100%;
}

.has-submenu:is(.active) .submenu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.has-submenu:is(.active) iconify-icon {
  transform: rotate(-180deg);
}

.submenu {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms var(--transition-ease-in-out);
}

.submenu.mega__menu {
  position: absolute;
  display: inline-block;
  top: 100%;
  margin-top: 0;
  min-width: 220px;
  background-color: var(--navigation-bg-color);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  z-index: inherit;
  justify-content: start;
  gap: 10rem;
  padding: 0;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
}

.submenu.normal__menu {
  right: 0;
  background-color: var(--navigation-bg-color);
  padding: 1rem 0;
  width: max-content;
  border: 1px solid var(--navigation-text-color);
}

.submenu .nav__link {
  padding: 0.25rem 0;
}

.submenu .submenu__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav__link.submenu__item:hover > .submenu__child {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.submenu__child {
  position: absolute;
  left: 100%;
  margin-top: -0.875rem;
  min-width: max-content;
  background-color: var(--navigation-bg-color);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-20%);
  transition: all 0.2s var(--transition-ease-in-out);
  backdrop-filter: blur(5px);
}

.submenu__grandchild {
  position: absolute;
  left: 95%;
  top: 0;
  width: max-content;
  padding-inline: 1rem;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s var(--transition-ease-in-out);
  background-color: var(--navigation-bg-color);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
}

.submenu__grandchild .nav__link:is(.has-submenu) {
  position: relative;
}

.nav__link:is(.has-submenu):hover > .submenu__grandchild {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  left: 100%;
}

.normal__menu .nav__link a {
  padding: 0 1rem;
}

.mega__menu .nav__link {
  padding: 0.875rem 1.5rem;
}

.mega__menu .nav__link.submenu__item,
.submenu__child .nav__link {
  align-items: start;
}

.mega__menu .nav__link a {
  padding: 0;
}

.mobile__menu {
  margin-top: 2.5rem;
}

.mobile__menu .nav__link {
  padding: 0.5rem 0;
  height: fit-content;
}

.mobile__menu .nav__link.has-submenu {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  overflow: hidden;
  transition: height 300ms var(--transition-ease-in-out);
}

.mobile__menu .nav__link.has-submenu.expanded .mobile__submenu.mega-menu {
  pointer-events: all;
  visibility: visible;
}

.mobile__submenu {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}

.mobile__submenu.mega-menu {
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
  visibility: hidden;
}

.mobile__submenu:is(.mega-menu) .nav__link.submenu__item a,
.mobile__submenu:is(.normal-menu) .nav__link.submenu__item a {
  font-size: 14pt !important;
  font-weight: 400 !important;
}

.mobile__menu .nav__link a {
  padding: 0;
  font-size: 14pt;
  font-weight: 400;
}

.mobile__menu .nav__link.has-submenu:has(.mega-menu) a {
  font-size: 18pt;
  font-weight: 600;
}

.misc .drawer__toggles {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--navigation-text-color);
  transition: all 300ms ease-out;
}

.misc .drawer__toggles #search,
.misc .drawer__toggles #account {
  display: none;
}

.drawer__toggles li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  position: relative;
}

.drawer__toggles li:is(.disabled) {
  pointer-events: none;
  cursor: not-allowed;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 500ms var(--transition-ease-in-out);
}

.drawer__overlay:has(.drawer__container.drawer--open) {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  backdrop-filter: blur(2px);
}

.drawer__container {
  background-color: var(--navigation-bg-color);
  color: var(--navigation-text-color);
  -webkit-text-fill-color: var(--navigation-text-color);
  -webkit-opacity: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  width: 90%;
  filter: var(--drop-shadow);
  right: -90%;
  transition: right 300ms var(--transition-ease-in-out);
}

.drawer__container.drawer--open {
  right: 0%;
}

.drawer__header {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  height: 73px;
  flex-shrink: 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  background-color: rgba(150, 150, 150, 0.5);
}

.drawer__title h3 {
  font-weight: 600;
  margin: 0;
  font-size: large;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.close__toggle {
  cursor: pointer;
}

.drawer__content {
  padding: 0 2rem;
  flex-grow: 1;
  overflow-y: auto;
}

.drawer__content .search-input__wrapper {
  margin: 1.5rem 0;
}

.drawer__content .search-input__wrapper form input {
  font-size: 14pt;
  background-color: transparent;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 3.5rem;
  border-radius: 35px;
}

.drawer__content:has(.cart-drawer__wrap) {
  padding: 0;
}

.drawer__content .custom__input .form-control:focus {
  border-color: var(--navigation-text-color);
}

.custom__input {
  position: relative;
  display: flex;
}

.custom__input:has(.append__element) {
  align-items: center;
}

.custom__input .append__element {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-right: 1.5rem;
  cursor: pointer;
}

/* cart drawer styling */

.cart-drawer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}

.cart-drawer__wrap .list__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 52;
}

.cart-drawer__wrap .list__loader .spinner-border {
  color: var(--navigation-text-color);
}

.cart-drawer__wrap .cart-item__count {
  border-bottom: 1px solid var(--navigation-text-color);
  display: none;
  align-items: center;
  padding: 1rem 2rem;
  gap: 0.5rem;
  width: 100%;
}

.cart-drawer__wrap:has(.cart__item) .cart-item__count {
  display: block;
}

.cart-item__count + .list__item:has(.cart__item) {
  display: block;
  width: 100%;
}

.cart-drawer__wrap ul.list__item:has(.cart__item) {
  padding: 0 2rem;
  flex-grow: 1;
  height: 100%;
  overflow: scroll;
}

.cart-drawer__wrap .list__item:has(.cart__item) + .cart__empty {
  display: none;
}

.cart-drawer__wrap .list__item:has(.cart__item) ~ .cart__summary,
.cart-drawer__wrap .list__item:has(.cart__item) ~ .cart-drawer__actions {
  display: flex;
}

.cart-drawer__wrap .list__item + .cart__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 75%;
}

.cart-drawer__wrap .cart__item {
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.cart-drawer__wrap .cart__item .product__info {
  flex-grow: 1;
}

.cart-drawer__wrap .cart__item .product__info .product__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer__wrap .cart__item .item__action {
  cursor: pointer;
}

.cart-drawer__wrap ul.list__item > *:not(:last-child) {
  border-bottom: 1px solid var(--navigation-text-color);
}

.cart-drawer__wrap .cart__item .product__image {
  width: 110px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(150, 150, 150, 0.3);
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.cart-drawer__wrap .cart__summary {
  width: 100%;
  padding: 2rem;
  display: none;
  flex-direction: column;
  align-items: end;
  background-color: rgba(150, 150, 150, 0.5);
}

.cart-drawer__wrap .cart__summary .cart__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 18pt;
  margin-bottom: 1rem;
}

.cart-drawer__wrap .cart__subtotal > * {
  margin: 0;
}

.cart-drawer__actions {
  width: 100%;
  padding: 1rem;
  display: none;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(150, 150, 150, 0.5);
  border-top: 1px solid var(--navigation-text-color);
}

.cart-drawer__actions a {
  width: 100%;
}

.cart-drawer__actions .gs-btn.btn--outline {
  border: 1px solid var(--navigation-text-color);
  color: var(--navigation-text-color);
  -webkit-text-fill-color: var(--navigation-text-color);
}

.cart-drawer__actions .gs-btn.btn--outline:hover {
  border: 1px solid var(--navigation-bg-color);
  color: var(--navigation-bg-color);
  -webkit-text-fill-color: var(--navigation-bg-color);
  background-color: var(--navigation-text-color);
}

.cart-drawer__wrap .list__item .cart__item .product__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-drawer__wrap .list__item .cart__item .product__info {
  display: grid;
  gap: 0.5rem;
}

/* end of cart drawer styling */

.product__price {
  display: flex;
  gap: 0.5rem;
}

.product__price ins {
  text-decoration: none;
}

.product__quantity {
  display: grid;
  align-items: center;
  gap: 0.5rem;
}

.product__quantity .btn__remove-item {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.quantity__input {
  display: flex;
  gap: 0.25rem;
  -webkit-flex: 0;
  flex-shrink: 0;
}

.quantity__input input {
  border: 0px;
  background-color: transparent;
  width: 45px;
  text-align: center;
  color: var(--gs-body-text-color);
}

.quantity__input > label {
  border: 1px solid rgba(150, 150, 150, 0.3);
  border-radius: 50%;
  padding: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.search__wrap {
  padding: 0 2rem;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 51;
  background-color: var(--navigation-bg-color);
  display: none;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms var(--transition-ease-in-out);
}

.search__wrap:is(.drawer--open) {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search__wrap .search-drawer__header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.search__wrap .search-drawer__header h3 {
  flex-grow: 1;
  text-align: center;
}

.search__wrap form {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.search__wrap input {
  border: 0px;
  padding: 1rem 0;
  background-color: transparent;
  width: 100%;
  font-size: 36pt;
  border-bottom: 1px solid var(--navigation-text-color);
  color: var(--navigation-text-color);
}

.search__wrap input::placeholder {
  color: var(--navigation-text-color);
}

.social__links {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0;
}

/* sections styling */

.hero {
  height: 750px;
  position: relative;
  background-size: 300% 100%;
  overflow: hidden;
  display: flex;
}

.hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.hero__loader {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
  z-index: 20;
}

.hero__loader.done {
  display: none;
}

.hero__player {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.hero__player iframe,
.hero__player video {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.hero__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  left: -100%;
  max-width: none;
}

.hero__content-wrapper {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
}

.hero__content {
  position: absolute;
  width: 80%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}

.hero__content-wrapper .content__typography {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero__content-wrapper.position--top-left {
  justify-content: start;
  align-items: start;
}

.hero__content-wrapper.position--top-center {
  justify-content: center;
  align-items: start;
}

.hero__content-wrapper.position--top-right {
  justify-content: end;
  align-items: start;
}

.hero__content-wrapper.position--center-left {
  justify-content: start;
  align-items: center;
}

.hero__content-wrapper.position--center {
  justify-content: center;
  align-items: center;
}

.hero__content-wrapper.position--center-right {
  justify-content: end;
  align-items: center;
}

.hero__content-wrapper.position--bottom-left {
  justify-content: start;
  align-items: end;
}

.hero__content-wrapper.position--bottom-center {
  justify-content: center;
  align-items: end;
}

.hero__content-wrapper.position--bottom-right {
  justify-content: end;
  align-items: end;
}

.content__button {
  display: flex;
}

.content__typography.text-left {
  text-align: start;
}

.content__typography.text-right {
  text-align: end;
}

.content__button.position--top-left,
.content__button.position--bottom-left,
.position--left {
  justify-content: start;
}

.content__button.position--top-center,
.content__button.position--bottom-center,
.content__button.position--center,
.position--center {
  justify-content: center;
}

.content__button.position--top-right,
.content__button.position--bottom-right,
.position--right {
  justify-content: end;
}

.split-screen__slider {
  height: fit-content;
  width: 100%;
  position: relative;
}

.split-screen__slider .slider__item {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
}

.split-screen__slider .slider__item .hero__background.background--normal {
  position: absolute;
}

.split-screen__slider .slider__item .hero__content {
  position: relative;
}

.slider__section .slider__item {
  position: relative;
  height: 100vh;
  display: flex;
}

.hero__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__background picture {
  height: 100%;
}

figure img,
picture img,
picture source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.section__wrap {
  position: relative;
  padding-bottom: 2rem;
}

.section__wrap .section__action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.section__wrap:is(.featured-products--section) .content__body {
  height: 432.99px;
  overflow: hidden;
}

.section__wrap .content__body .list__items:is(.blog--list) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.section__wrap .content__body:has(.blog--list) {
  height: 529px;
  overflow: hidden;
}

.section--blog .section__wrap .content__body,
.section--blog .section__wrap .section__action,
.section__wrap:is(.featured-products--section) .content__body,
.section__wrap:is(.featured-products--section) .section__action {
  display: none;
}

.section__wrap
.content__body:is(.expanded)
+ .section__action
.expand--button
.append-icon {
  transition: all 300ms ease-out;
  transform: rotate(-180deg);
}

.vertical__slider {
  width: 100%;
  height: fit-content;
  display: flex;
  position: relative;
}

.vertical__slider:is(.slider--mobile) {
  flex-direction: column;
}

.vertical__slider:not(.slider--mobile) .slider__item {
  width: 50%;
}

.vertical__slider .content__header,
.section__wrap .content__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
}

.vertical__slider:is(.slider--mobile) .content__header {
  padding: 3rem;
  width: 100%;
}

.vertical__slider:is(.slider--mobile) .content__header:is(.not-customizable) {
  align-items: center;
}

.vertical__slider:not(.slider--mobile) .content__header {
  width: 50%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 8rem;
}

.vertical__slider:not(.slider--mobile) .slider__item:is(.slider--full-height) {
  padding: 3rem;
}

.vertical__slider:not(.slider--mobile)
.slider__item:is(.slider--full-height):has(picture) {
  padding: 0;
}

.vertical__slider:is(.slider--mobile) .slider__item .list__item {
  padding: 2rem;
  height: 100%;
}

.vertical__slider:not(.slider--mobile) .slider__item .list__item {
  min-height: 50vh;
  border: 0.5px solid rgba(150, 150, 150, 0.5);
  padding: 2rem;
}

.vertical__slider:not(.slider--mobile)
.slider__item
.list__item:has(.customer__info) {
  padding: 3rem;
}

.slider__item .list__item .customer__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.section--lead-generation {
  background-color: #fff;
  border-radius: 25px;
  padding: 1rem;
  margin-block: 3rem;
}

.section--lead-generation .lead-generation__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.section--lead-generation .lead-generation__wrap:is(.form--first) {
  flex-direction: column-reverse;
}

.section--lead-generation .lead-generation__wrap > * {
  width: 100%;
}

.section--lead-generation .lead-generation__wrap .lead-generation__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section--lead-generation .lead-generation__wrap .lead-generation__forms {
  background-color: rgba(200, 200, 200, 0.1);
  border-radius: 1rem;
  padding: 2rem;
}

form:is(.lead-generation-form),
form#login-form,
form#register-form {
  display: grid;
  gap: 1.5rem;
}

.form__field .form-select,
.form__field .form-control {
  padding: 1rem;
  border-radius: 0px;
  background-color: transparent;
}

.form-control:focus {
  border-color: var(--gs-body-text-color);
  box-shadow: 0 0 0 0.25rem var(--navigation-bg-color);
}

.swiper:is(.blogs) {
  height: 500px;
  max-height: 500px;
}

.blog__card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog__card .blog__thumb,
.blog__card .blog__summary {
  width: 100%;
}

.blog__card .blog__thumb {
  height: 300px;
  aspect-ratio: 1/1;
}

.blog__card .blog__summary {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1rem;
  height: fit-content;
}

.blog__card .blog__summary .blog__title {
  font-size: 16pt;
  font-weight: 800;
}

.blog__card .content__summary > p {
  margin: 0;
  word-wrap: break-word;
}

.blog__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--drop-shadow);
}

.blog__content .content__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.blog__content .main__content > p {
  line-height: 2rem;
  text-align: justify;
}

.testimonial--section .content__body .customer__avatar {
  width: 100px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: var(--gs-button-bg-color);
  color: var(--gs-button-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14pt;
  font-weight: 600;
  text-transform: uppercase;
  margin: 1rem auto;
}

.customer__info .customer__message {
  text-align: justify;
  font-size: 20pt;
  font-weight: 500;
  word-break: break-all;
}

.category__list {
  gap: 1rem;
  padding: 1rem;
}

.swiper + .slider__navigation {
  color: var(--gs-body-text-color);
  justify-content: end;
  gap: 1rem;
}

.media-grid .media-grid__item .content-over-media img {
  transition: all 0.5s ease-in-out;
}

.media-grid .media-grid__item:hover .content-over-media img {
  transform: scale(1.05);
}

.content-over-media {
  position: relative;
}

.section-stack .mobile__header {
  max-width: 330px;
  margin-inline: 1.25rem;
  margin-top: 1.25rem;
}

.content-over-media:is(
    .content--top-left,
    .content--center-left,
    .content--bottom-left
  ),
.section-stack:has(
    .place-self--top-left,
    .place-self--center-left,
    .place-self--bottom-left
  )
.content__wrap {
  text-align: start;
}

.content-over-media:is(
    .content--top-center,
    .content--center,
    .content--bottom-center
  ),
.section-stack:has(
    .place-self--top-center,
    .place-self--center,
    .place-self--bottom-center
  )
.content__wrap {
  text-align: center;
}

.content-over-media:is(
    .content--top-right,
    .content--center-right,
    .content--bottom-right
  ),
.section-stack:has(
    .place-self--top-right,
    .place-self--center-right,
    .place-self--bottom-right
  )
.content__wrap {
  text-align: end;
}

.section-stack:has(
    .place-self--top-left,
    .place-self--center-left,
    .place-self--bottom-left
  )
.content__wrap
.custom-button {
  align-self: flex-start;
}

.section-stack:has(
    .place-self--top-center,
    .place-self--center,
    .place-self--bottom-center
  )
.content__wrap
.custom-button {
  align-self: center;
}

.section-stack:has(
    .place-self--top-right,
    .place-self--center-right,
    .place-self--bottom-right
  )
.content__wrap
.custom-button {
  align-self: flex-end;
}

.section-stack .content-over-media .content__wrap,
.media-grid .content-over-media .content__wrap {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-over-media > :is(img, iframe, video) {
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

@keyframes breathing {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes splashing {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.category__list:is(.swiper) {
  min-height: 300px;
}

.category__list:is(.media-grid) {
  display: grid;
  grid: auto-flow dense 150px / repeat(2, minmax(0, 1fr));
}

.category__list:is(.media-grid) .media-grid__item:nth-child(1) {
  grid-area: span 2 / span 2;
}

.category__list:is(.media-grid) .media-grid__item:nth-child(4) {
  grid-area: span 1 / span 2;
}

.category__list .media-grid__item {
  height: 100%;
}

.category__list:is(.media-grid)
.category__list:is(.list-format--slider)
.list__item {
  aspect-ratio: 1/1;
}

.category__list:is(.list-format--row) .list__item {
  aspect-ratio: 1/1;
}

.category__list .list__item .category__card picture img {
  transition: all 500ms var(--transition-ease-in-out);
}

.category__list .list__item .category__card:hover picture img {
  transform: scale(1.05);
}

.category__card {
  aspect-ratio: 1/1;
  display: flex;
  position: relative;
  height: 100%;
  padding: 3rem;
  gap: 1rem;
  overflow: hidden;
  border-radius: 15px;
}

.category__card > * {
  width: 50%;
}

.category__card .category__name {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-size: 16pt;
  width: 100%;
  justify-content: space-between;
  padding: 1.5rem;
}

.category__card .category__name .append-icon {
  opacity: 0;
  transition: all 300ms ease-out;
}

.category__card:hover .category__name .append-icon {
  opacity: 1;
}

.category__card .category__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-hero {
  position: relative;
  height: 100vh;
}

.content__body:is(.product__list) .section__title,
.content__body:is(.product__list) .section__action {
  min-height: 370px;
  height: auto;
  display: flex;
  align-items: center;
  border: 0.5px solid rgba(150, 150, 150, 0.3);
  padding: 2rem;
}

.content__body:is(.product__list) .section__action {
  justify-content: center;
}

/* product card styling */

.product__card {
  display: flex;
  flex-direction: column;
  min-height: 370px;
  height: auto;
}

.product__card .product__thumb {
  flex-grow: 1;
  width: 100%;
  aspect-ratio: 9/10;
  overflow: hidden;
  position: relative;
}

.product__card .product__thumb picture {
  position: relative;
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product__card .product__thumb picture img {
  object-fit: contain;
}

.product__thumb .badge {
  position: absolute;
  z-index: 11;
  top: 15px;
  right: 15px;
  font-size: 11pt;
  padding-inline: 1rem;
}

.product__card .product__thumb picture img,
.product__card .product__summary .product__action {
  transition: all 300ms ease-out;
}

.product__card:hover
.product__thumb
picture:has(.product-variant__image)
.product-variant__image {
  opacity: 1;
  visibility: visible;
}

.product__card:hover
.product__thumb
picture:has(.product-variant__image)
.product-main__image {
  opacity: 0;
  visibility: hidden;
}

.product__card
.product__thumb
picture:has(.product-variant__image)
.product-variant__image {
  opacity: 0;
  visibility: hidden;
}

.product__card .product__summary {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.product__card .product__summary .product__info {
  flex-grow: 1;
}

.product__card .product__summary .product__info .product__name {
  font-size: 12pt;
  text-align: center;
}

.product__card .product__summary .product__info a span {
  display: flex;
}

.product__card .product__summary .product__info a span,
.product__card .product__summary .product__info .product__price {
  justify-content: center;
}

.product__card .product__summary .product__info .product-action-price__wrap {
  height: 30px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.product__card
.product__summary
.product__info
.product-action-price__wrap
.product__price,
.product__card
.product__summary
.product__info
.product-action-price__wrap
.product__action {
  position: absolute;
  justify-content: center;
  transition: all 300ms ease-out;
}

.product__card
.product__summary
.product__info
.product-action-price__wrap
.product__price {
  bottom: 0;
}

.product__card:hover
.product__summary
.product__info
.product-action-price__wrap
.product__price {
  bottom: 100%;
}

.product__card
.product__summary
.product__info
.product-action-price__wrap
.product__action {
  top: 100%;
  cursor: pointer;
  border-bottom: 1px solid #555;
  padding-bottom: 1px;
}

.product__card:hover
.product__summary
.product__info
.product-action-price__wrap
.product__action {
  top: 0;
}

/* end of product card styling */

.usp__list .list__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.usp__list .usp__image {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  max-width: 100% !important;
  align-items: center;
}

.usp__list .usp__image picture {
  height: fit-content;
  max-height: 100%;
}

.usp__list .usp__image picture > * {
  height: auto;
  object-fit: contain;
}

.usp__list .usp__title h3 {
  font-size: 18pt;
  font-weight: 600;
  margin: 0;
}

.question__section {
  padding: 2rem 0;
}

.question__section .accordion-header .accordion-button {
  font-size: 16pt;
  font-weight: 600;
  background-color: transparent;
}

.question__section .accordion-item {
  background-color: transparent;
}

.question__section .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--navigation-bg-color);
  color: var(--navigation-text-color);
  -webkit-text-fill-color: var(--navigation-text-color);
  -webkit-opacity: 1;
}

.question__section .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.countdown__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.countdown__wrap > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 1rem;
}

.countdown__wrap > * > .time {
  font-size: 32pt;
  font-weight: 600;
}

.flash-sale__section .content__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.image-with-text--section .content__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding-block: 3rem;
}

.image-with-text--section .content__body > * {
  width: 100%;
}

.image-with-text--section .content__body .image__wrap {
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.image-with-text--section .content__body .text__wrap {
  text-align: justify;
}

.image-with-text--section .content__body .text__wrap p {
  white-space: pre-line;
}

.hotspot-popover--mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem;
  z-index: 55;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 300ms ease-out;
}

.hotspot-popover--mobile:is(.show) {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hotspot-popover--mobile .hotspot__content {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 1.5rem;
  z-index: 56;
  position: relative;
  text-align: justify;
  max-height: 75vh;
  height: 0px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hotspot-popover--mobile .popover__action:is(.action--close-popover) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 1rem auto;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  cursor: pointer;
}

/* modal styling */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(84, 84, 84, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* standalone page styling */

.page-pagination {
  display: flex;
  justify-content: end;
  padding: 1rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  border-top: 1px solid rgba(150, 150, 150, 0.3);
}

.page__header {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: center;
  padding: 3rem 0;
  gap: 1rem;
}

/* third party library custom styling */

.swiper-pagination-bullet {
  transition: all 200ms var(--transition-ease-in-out);
}

.swiper-pagination-bullet::after {
  content: "";
  display: block;
  border: 2px solid var(--gs-button-bg-color);
  background-color: transparent;
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  transform: translate(-4.5px, -4.5px);
  transition: all 300ms ease-out;
  opacity: 0;
}

.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  position: relative;
  background-color: var(--gs-button-bg-color);
}

.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-pagination-bullet:is(.swiper-pagination-bullet-active)::after {
  opacity: 1;
}

.swiper-button-lock {
  display: block;
  pointer-events: none;
  color: var(--bs-gray-300);
}

.simpleParallax {
  height: 100%;
}

.slider__navigation {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.slider__navigation > * {
  transition: all 300ms var(--transition-ease-in-out);
}

.slider__navigation > *:active {
  transform: scale(0.7);
}

/* media queries */

/* media query for mobile device */
@media only screen and (max-width: 767.99px) {
  body {
    background-image: var(--gs-body-bg-image-mobile);
  }

  .header__container {
    padding: 1rem;
  }

  header:is(.logo--left) .header__container {
    grid-template-columns: 1fr 1fr;
  }

  .navigation {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }

  .category__card {
    padding: 1rem;
  }

  .vertical__slider:has(.have-no-list) > * {
    width: 100% !important;
    height: fit-content !important;
  }

  .vertical__slider:has(.have-no-list) .content__header {
    padding: 2rem;
    position: relative;
  }

  .vertical__slider:has(.have-no-list) .slider__item:is(.slider--full-height) {
    padding: 2rem;
  }

  .form--first,
  .image--left {
    flex-direction: column-reverse;
  }

  .form--last,
  .image--right {
    flex-direction: column;
  }

  .product__card .product__summary .product__action {
    opacity: 1;
    visibility: visible;
  }

  .cart__item .product__image {
    width: 80px;
  }

  .tooltip {
    display: none;
  }
}

/* media query for tablet device */
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  body {
    background-image: var(--gs-body-bg-image-tablet);
  }

  header:is(.logo--left) .header__container {
    grid-template-columns: 1fr 1fr;
  }

  header .header__container {
    grid-template-columns: 1fr 3fr 1fr;
    padding: 2rem 3rem;
  }

  .drawer__container {
    width: 480px;
    right: -480px;
  }

  .drawer__container.drawer--open {
    right: 0px;
  }

  .category__card {
    padding: 2rem;
  }

  .vertical__slider:has(.have-no-list) > * {
    padding: 2rem !important;
  }

  .countdown__wrap > * {
    width: auto;
  }

  .navigation {
    display: none;
    visibility: hidden;
    pointer-events: none;
  }

  .tooltip {
    display: none;
  }

  .social__links {
    justify-content: flex-start;
  }
}

/* media query for desktop device */
@media only screen and (min-width: 992px) {
  body {
    background-image: var(--gs-body-bg-image-desktop);
  }

  header .header__container {
    grid-template-columns: 2fr 1fr 2fr;
  }

  .header__container .merchant__logo img {
    width: var(--custom-logo-width);
  }

  .announcement__bar .bar__container {
    padding: 0.5rem 0;
    font-size: 16px;
  }

  .lg--hidden {
    display: none;
  }

  .content-lg--top-left {
    justify-content: start;
    align-items: start;
  }

  .content-lg--top-center {
    justify-content: center;
    align-items: start;
  }

  .content-lg--top-right {
    justify-content: end;
    align-items: start;
  }

  .content-lg--center-left {
    justify-content: start;
    align-items: center;
  }

  .content-lg--center {
    justify-content: center;
    align-items: center;
  }

  .content-lg--center-right {
    justify-content: end;
    align-items: center;
  }

  .content-lg--bottom-left {
    justify-content: start;
    align-items: end;
  }

  .content-lg--bottom-center {
    justify-content: center;
    align-items: end;
  }

  .content-lg--bottom-right {
    justify-content: end;
    align-items: end;
  }

  .content-over-media:is(
      .content-lg--top-left,
      .content-lg--center-left,
      .content-lg--bottom-left
    ) {
    text-align: start;
  }

  .content-over-media:is(
      .content-lg--top-center,
      .content-lg--center,
      .content-lg--bottom-center
    ) {
    text-align: center;
  }

  .content-over-media:is(
      .content-lg--top-right,
      .content-lg--center-right,
      .content-lg--bottom-right
    ) {
    text-align: end;
  }

  .section-stack .content-over-media .desktop-background {
    display: block;
  }

  .section-stack .content-over-media .content__wrap {
    display: flex !important;
  }

  #nav.toggle {
    display: none;
  }

  .misc .drawer__toggles #search,
  .misc .drawer__toggles #account {
    display: flex;
  }

  .drawer__container {
    width: 480px;
    right: -480px;
  }

  .drawer__container.drawer--open {
    right: 0px;
  }

  .search__wrap {
    display: flex;
  }

  .gs-btn {
    font-size: 12pt;
    padding: 0.875rem 2rem;
  }

  .countdown__wrap > * {
    width: auto;
  }

  .social__links {
    justify-content: flex-start;
  }

  .customer__info .customer__avatar {
    width: 65px;
    font-size: 18pt;
  }

  .product__card .product__summary .product__info .product__name {
    font-size: 14pt;
  }

  .blog__card .blog__summary .blog__title {
    font-size: 18pt;
  }

  .category__list:is(.media-grid) {
    --calculated-row-height: max(150px, min(100vw / 5, 290px));
    grid: auto-flow dense var(--calculated-row-height) / repeat(
        4,
        minmax(0, 1fr)
      );
  }

  .section--blog .section__wrap .content__body {
    display: block;
  }

  .section--blog .section__wrap .section__action,
  .section__wrap:is(.featured-products--section) .content__body,
  .section__wrap:is(.featured-products--section) .section__action {
    display: flex;
  }

  .section--blog .section__wrap .swiper,
  .section--blog .section__wrap .slider__navigation,
  .section__wrap:is(.featured-products--section) .swiper,
  .section__wrap:is(.featured-products--section) .slider__navigation {
    display: none;
  }

  .section--lead-generation {
    padding: 5rem;
  }

  .section--lead-generation .lead-generation__wrap {
    flex-direction: row;
  }

  .section--lead-generation .lead-generation__wrap:is(.form--first) {
    flex-direction: row-reverse;
  }

  .section--lead-generation .lead-generation__wrap > * {
    width: 50%;
  }

  .image-with-text--section .content__body {
    flex-direction: row;
    align-items: center;
  }

  .image-with-text--section .content__body > * {
    width: 50%;
  }

  .hotspot-popover--mobile {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .hotspot-popover--mobile:is(.show) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media screen and (min-width: 1140px) {
  .hero__player iframe {
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%;
  }
}

@media only screen and (min-width: 769px) {
  .hero {
    height: 750px;
  }
}

@media only screen and (max-width: 768px) {
  .hero--mobile-90vh {
    height: 90vh;
  }
}

/* ----------------------------------------------------------------
	Rich Text
-----------------------------------------------------------------*/
.rich-text {
  overflow: hidden;
}

.rich-text ul,
.rich-text ol {
  padding-left: 2rem;
}

.rich-text ul {
  list-style: unset;
}

.rich-text ol {
  list-style: decimal;
}

.rich-text h2,
.rich-text h3 {
  font-family: var(--gs-typography-heading-font-family);
  font-style: var(--gs-typography-heading-font-style);
  font-weight: var(--gs-typography-heading-font-weight);
  color: var(--gs-body-text-color);
  -webkit-text-fill-color: var(--gs-body-text-color);
  -webkit-opacity: 1;
}

.rich-text h2 {
  font-size: 1.5rem !important;
}

.rich-text h3 {
  font-size: 1.2rem !important;
}

.rich-text a {
  text-decoration: underline !important;
}

.rich-text a:hover {
  opacity: 0.6;
}

.rich-text strong {
  font-weight: bold;
}

.rich-text blockquote {
  border-left: 6px solid #ccc;
  margin: 0 10px 1.5rem;
  padding: 0.5rem 1.5rem;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.rich-text blockquote p {
  white-space: pre-line;
  font-style: italic;
}

.rich-text blockquote p:last-child {
  margin-bottom: 0;
}

.rich-text .image-style-align-left {
  max-width: 50%;
  float: left;
  margin: 0 1.5rem 2rem 0;
}

.rich-text .image-style-align-right {
  max-width: 50%;
  float: right;
  margin: 0 0 1.5rem 2rem;
}

.rich-text figcaption {
  background-color: #f7f7f7;
  padding: 0.6em;
  outline-offset: -1px;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
}

@media screen and (max-width: 576px) {
  .rich-text .image {
    float: none;
    max-width: 100%;
    margin: 0 0 1rem;
  }
}
