.border-top {
  border-top: 1px solid #000 !important;
}

.border-right {
  border-right: 1px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.border-left {
  border-left: 1px solid #000 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-x {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.border-y {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #000 !important;
  }
  .border-sm-right {
    border-right: 1px solid #000 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .border-sm-left {
    border-left: 1px solid #000 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .border-sm-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #000 !important;
  }
  .border-md-right {
    border-right: 1px solid #000 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .border-md-left {
    border-left: 1px solid #000 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .border-md-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #000 !important;
  }
  .border-lg-right {
    border-right: 1px solid #000 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .border-lg-left {
    border-left: 1px solid #000 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .border-lg-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
}
@media (min-width: 1308px) {
  .border-xl-top {
    border-top: 1px solid #000 !important;
  }
  .border-xl-right {
    border-right: 1px solid #000 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .border-xl-left {
    border-left: 1px solid #000 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .border-xl-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl-top {
    border-top: 1px solid #000 !important;
  }
  .border-xxl-right {
    border-right: 1px solid #000 !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .border-xxl-left {
    border-left: 1px solid #000 !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-right-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-left-0 {
    border-left: 0 !important;
  }
  .border-xxl-x {
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .border-xxl-y {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
  }
}
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

body {
  min-height: 100svh;
}

a {
  text-decoration: none;
}

.home {
  background-color: #C8C8C8;
}
.home .site-wrapper {
  height: 100%;
}
.home .site-logo {
  max-width: 358px;
}

.error404,
.home {
  height: 100dvh;
}
.error404 .site-header,
.error404 .site-footer,
.home .site-header,
.home .site-footer {
  display: none !important;
}

.page-template-gallery-page .site-footer {
  display: none;
}
@media (min-width: 992px) {
  .page-template-gallery-page .site-footer {
    display: block;
  }
}

.site-header {
  background-color: #fff;
  position: relative;
}
.site-header > .container-fluid {
  border-bottom: 1px solid #000;
}
@media (min-width: 1308px) {
  .single-product .site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1308px) {
  .single-product .site-header > .container-fluid {
    border-color: transparent;
  }
}

.site-logo {
  width: 135px;
}
@media (min-width: 992px) {
  .site-logo {
    width: 240px;
  }
}

.main-menu-gap {
  gap: 24px;
}
@media (min-width: 992px) {
  .main-menu-gap {
    gap: 47px;
  }
}

.sub-menu-gap {
  gap: 26px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow: hidden;
  width: calc(100% + 1px);
}
@media (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-preview {
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .product-preview {
    border-right: 1px solid #000;
  }
}
.product-preview .add_to_cart_button.plus {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/add-to-cart.svg");
  margin-top: 5px;
}
.product-preview .add_to_cart_button.plus.rotated {
  transition: all 0.2s;
  transform: rotate(90deg);
}
.product-preview .add_to_cart_button.plus.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.added_to_cart {
  display: none;
}

.custom-cursor {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
  transform: scale(1);
  opacity: 0.9;
  z-index: 999999;
  mix-blend-mode: difference;
  display: none;
}
@media (min-width: 1308px) {
  .custom-cursor {
    display: block;
  }
}
.custom-cursor.hover {
  transform: scale(1.2);
}
.custom-cursor.clicked {
  transform: scale(0.8);
}
.custom-cursor.hidden {
  display: none;
}

.cursor-hidden {
  cursor: default;
}

.burger-menu {
  width: 14px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: content-box;
}
.burger-menu span {
  display: block;
  height: 2px;
  background-color: black;
  transition: all 0.3s ease;
  width: 100%;
}
div:not(.collapsed) > .burger-menu span:nth-child(1) {
  transform: translateY(6px);
  opacity: 0;
}
div:not(.collapsed) > .burger-menu span:nth-child(3) {
  transform: translateY(-6px);
  opacity: 0;
}

.mobile-counter-cart-wrapper .cart-items-counter-wrapper {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.mobile-counter-cart-wrapper.collapsed .cart-items-counter-wrapper {
  opacity: 1;
  visibility: visible;
}

.offcanvas-cart.offcanvas-end {
  width: 100%;
}
@media (min-width: 992px) {
  .offcanvas-cart.offcanvas-end {
    width: calc(50% + 1px);
  }
}
@media (min-width: 1308px) {
  .offcanvas-cart.offcanvas-end {
    width: calc(33.3333333333% + 1px);
  }
}

.cart-image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .cart-image {
    width: 150px;
    height: 150px;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.quantity-minus,
.quantity-plus {
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: cover;
}
.text-white .quantity-minus,
.text-white .quantity-plus {
  filter: invert(1);
}

.quantity-minus {
  background-image: url(../img/icons/minus.svg);
}

.quantity-plus {
  background-image: url(../img/icons/plus.svg);
}
.quantity-plus.rotated {
  transition: all 0.2s;
  transform: rotate(90deg);
}

.quantity-input {
  border: 0;
  padding: 0;
  width: 27px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  outline: none;
  background-color: transparent;
  -moz-appearance: textfield;
}
.quantity-input::-webkit-outer-spin-button, .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-white .quantity-input {
  filter: invert(1);
}

.mh-0 {
  min-height: 0;
}

.product-page {
  position: relative;
  min-height: 100vh;
}
@media (min-width: 1308px) {
  .product-page {
    background-image: url(../img/bgs/product-bg.jpg);
    background-repeat: repeat-x;
    background-size: contain;
  }
}

.btn-close {
  opacity: 1;
  padding: 0;
}
.btn-close:hover {
  opacity: 0.8;
}

.lh-07 {
  line-height: 0.7;
}

.text-transform-none {
  text-transform: none;
}

.gallery-swiper {
  height: 100%;
}

.swiper-button {
  cursor: none;
  background-image: url("../img/icons/slider-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button:after {
  content: none;
}

.swiper-button-prev {
  transform: scaleX(-1);
}

.swiper-button-lock {
  display: none !important;
}

.gray-menu a:not(.current-menu-item) {
  color: #C8C8C8;
}
.gray-menu a:not(.current-menu-item):hover {
  color: #000;
}
.gray-menu .current-menu-item {
  background-image: url("../img/icons/arrow_left.svg");
  background-position: center right;
  background-size: 8px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .gray-menu .current-menu-item {
    background-image: none;
  }
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  padding-bottom: 9px;
  text-transform: uppercase;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.rotate-device {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  z-index: 999999999;
}
@media (max-width: 950px) and (orientation: landscape) {
  .rotate-device {
    display: flex;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.add_to_cart_button,
.cursor-interactable,
.cursor-pointer,
.remove-item {
  cursor: pointer;
}

.submenu {
  transform: translateY(-100%);
  visibility: hidden;
  transition: all 0.3s;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow: hidden;
  width: calc(100% + 1px);
}
@media (min-width: 1308px) {
  .submenu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1308px) {
  .submenu {
    background-color: transparent;
  }
}
.is-active .submenu {
  transform: translate(0);
  visibility: visible;
}
@media (min-width: 1308px) {
  .submenu .submenu-inner {
    grid-column: 3;
  }
}
@media (max-width: 991px) {
  .submenu .submenu-inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .submenu .submenu-inner::-webkit-scrollbar {
    display: none;
  }
  .submenu .submenu-inner .py-4 {
    white-space: nowrap;
  }
  .submenu .submenu-inner .py-4::after {
    content: "";
    display: block;
    min-width: 0.5px;
  }
}
.submenu::before {
  content: "";
  display: block;
  grid-column: 2;
  border-right: 1px solid #000;
  height: 100%;
}

body:not(.single-product) .submenu-bg {
  background-color: #fff;
}

.h-0 {
  height: 0;
}

.min-h-100 {
  min-height: 100%;
}

.page-img {
  height: 100%;
  max-height: 100vh;
}

.page-template-about-page .site-footer,
.page-template-policies-page .site-footer {
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  border-top: 1px solid #000;
}

.post-type-archive-product .site-footer {
  margin-top: -1px;
  border-top: 1px solid #000;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
  right: 25px;
  top: auto;
  left: auto;
  display: flex;
  gap: 7px;
  justify-content: end;
}

.swiper-pagination {
  text-align: right;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-slide {
  width: 100% !important;
}

.submenu-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.submenu-scroll-container::-webkit-scrollbar {
  display: none;
}

.submenu-item {
  flex-shrink: 0;
  white-space: nowrap;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.submenu-item:hover {
  opacity: 1;
}

.submenu-arrow {
  width: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.submenu-arrow:hover {
  opacity: 1;
}
.submenu-arrow:after {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("../img/icons/arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.submenu-arrow-prev {
  left: 0;
}
.submenu-arrow-prev:after {
  transform: scaleX(-1);
}

.submenu-arrow-next {
  right: 0;
}

.object-position-center {
  -o-object-position: center;
     object-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: default;
  margin: 0;
  width: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.product-preview-swiper .swiper-button-prev,
.product-preview-swiper .swiper-button-next {
  height: 100%;
  top: 0;
}
.product-preview-swiper .swiper-button-prev:after,
.product-preview-swiper .swiper-button-next:after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 100%;
}
.product-preview-swiper .swiper-button-prev {
  left: 0;
}
.product-preview-swiper .swiper-button-prev:after {
  background-image: url(../img/icons/arrow_right.svg);
}
.product-preview-swiper .swiper-button-next {
  right: 0;
}
.product-preview-swiper .swiper-button-next:after {
  background-image: url(../img/icons/arrow_right.svg);
}
.product-preview-swiper a {
  cursor: default;
}

.widget__title-text {
  font-size: 14px !important;
}

.single-product .swiper-button-prev,
.single-product .swiper-button-next {
  width: 33.3333333333%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  outline: none;
}
.single-product .swiper-button-prev svg,
.single-product .swiper-button-next svg {
  height: 15px;
  width: 8px;
}
.single-product .swiper-button-prev {
  cursor: url("../img/icons/arrow_left.svg") 4 12, auto;
}
.single-product .swiper-button-next {
  cursor: url("../img/icons/arrow_right.svg") 4 12, auto;
}

@media (max-width: 991.98px) {
  .product-description-wrapper .read-more-button.is-visible {
    display: block !important;
    margin-top: 0.5rem;
  }
}
.product-info {
  transition: all 0.3s ease;
}

.main-menu-item {
  white-space: nowrap;
  transition: all 0.3s;
}
.main-menu-item .submenu-wrapper {
  width: 0px;
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0.5;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.main-menu-item.is-active {
  gap: 47px;
}
.main-menu-item.is-active .submenu-wrapper {
  opacity: 1;
}

.main-menu-width-wrapper {
  position: relative;
}
.main-menu-width-wrapper .main-menu-items-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.offcanvas-backdrop + .offcanvas-backdrop {
  opacity: 0 !important;
}

.read-more-portal {
  text-decoration: none;
  position: absolute;
  z-index: 1044;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .read-more-portal {
    display: none;
  }
}

.single-product-swiper-arrows {
  bottom: 200px;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  border-color: transparent;
}

#pvz-map .widget__wrapper {
  height: 100% !important;
  position: relative;
}
#pvz-map .widget__wrapper .widget__content {
  position: absolute;
  bottom: 0;
  padding: 0;
  z-index: 1;
}
#pvz-map .widget__wrapper .widget__content .widget__header {
  width: 100%;
}

.pixelated-wrapper {
  position: relative;
  background-image: url("../img/bgs/product-preview-bg.webp");
  background-size: cover;
  background-position: center;
}

.pixelated {
  visibility: hidden;
}
.pixelated.pixelated--revealed {
  visibility: visible !important;
}

.pixelated-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

#address-details-wrapper.hidden {
  display: none;
}/*# sourceMappingURL=styles.css.map */