* {
  outline: none !important;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body>main {
  flex: 1;
}

img,
iframe {
  vertical-align: middle;
}

a,
button {
  transition: all 0.3s ease;
}

.anycategories .column>.box,
.special .column>.box .latest .column>.box .featured .column>.box .bestseller .column>.box {
  height: 100%;
}

.button.is-small:not(.is-rounded) {
  border-radius: 12px;
}

#logo {
  line-height: 0;
}

#theme-toggle svg {
  transition: all 0.3s ease;
  position: absolute;
}

.light .sun,
.dark .moon {
  transform: scale(0);
}

.light .moon,
.dark .sun {
  transform: scale(1);
}

#menu {
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}

#menu .navbar-start>.navbar-item:first-child {
  padding-left: 0;
}

#menu .icons-menu {
  line-height: 1;
}

#menu .icons-menu>a,
#menu .icons-menu>span {
  padding: 1rem;
  display: block;
  position: relative;
}

#menu .not-logged,
#menu .logged {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: 0.8rem;
  right: 0.8rem;
}

#menu .icons-menu a .badge {
  position: absolute;
  line-height: 1rem;
  font-size: 0.8rem;
  padding: 1px 4px;
  min-width: 18px;
  text-align: center;
  border-radius: 9px;
  top: 0.4rem;
  right: 0.4rem;
  transition: all 0.2s ease;
  transform: scale(0);
}

#menu .icons-menu a .badge.shown {
  transform: scale(1);
}

#menu .catalog-trigger {
  justify-content: flex-start;
}

.breadcrumb {
  margin-bottom: 0;
  overflow: hidden;
}

.breadcrumb ul,
.breadcrumb ol {
  flex-wrap: initial;
}

.modal-card {
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 30%);
  border-radius: 18px;
}

#catalog-modal .modal-content {
  width: 100%;
  max-width: 1344px;
}

.modal-background {
  background-color: rgb(0 0 0 / 50%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

#stores-modal .modal-card {
  height: 100%;
}

.search-reset {
  transform: scale(0);
  transition: all 0.2s ease;
}

.search-reset.shown {
  transform: scale(1);
}

.contacts-map {
  overflow: hidden;
  border-radius: 14px;
}

.category-menu {
  border: 1px solid #ededed;
  overflow: hidden;
}

#login-modal .modal-card {
  min-height: 386px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  max-width: 400px;
}

#account-login .login-form {
  max-width: 400px;
}

.grid .description {
  display: none;
}

#product-page #content>.tabs {
  position: sticky;
  top: 59px;
  z-index: 2;
}

#product-main .price {
  line-height: 1;
}

.product-card .product-name {
  color: #333;
}

.product-card .actions {
  width: 100%;
}

.product-card .card-content,
.blog-card .card-content {
  flex: 1;
}

.product-card .stock {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
}

.list .product-card .stock {
  left: 0.75rem;
  top: 0.75rem;
}

.product-card .discount {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}

.list .product-card .discount {
  right: 0.75rem;
  top: 0.75rem;
}

.product-card .stickers {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
}

.list .product-card .stickers {
  left: 0.75rem;
  bottom: 0.75rem;
}

.product-card .price {
  position: relative;
}

.product-card .old-price {
  position: absolute;
  top: 1.75rem;
  display: inline-block;
}

.product-card .old-price:after,
.product-info .old-price:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f00;
  top: 50%;
}

.product-card .actual-price {
  font-size: 1.5rem !important;
  display: block;
  font-weight: bold;
}

.list .product-card {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}

.list .product-card .card-image {
  width: 32% !important;
}

.product-card .card-image .image {
  padding: 1rem;
}

.cart-total .box,
#checkout-total {
  position: sticky;
  top: 80px;
}

.cart-total .box>.block:last-child:after {
  content: none;
}

#product-images {
  position: sticky;
  top: 120px;
  z-index: 1;
}

#product-images .stickers {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

#product-images .discount {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.product-info .old-price {
  position: absolute;
  left: 0;
  bottom: -1.25rem;
}

.sticky-crutch {
  position: relative;
  height: 100%;
  z-index: -1;
}

.product-card,
.blog-card {
  height: 100%;
}

#notifications {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  width: calc(100% - 1.5rem);
  max-width: 400px;
  height: 0;
  overflow: visible;
  top: 0.75rem;
}

#notifications .notification {
  overflow: hidden;
  background: rgb(0 0 0 / 50%);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid rgb(255 255 255 / 20%);
}

#notifications .notification .flavour {
  position: absolute;
  width: 0.5rem;
  height: 100%;
  left: 0;
  top: 0;
}

.select:not(.is-multiple):not(.is-loading)::after {
  z-index: 1;
}

.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
  border-width: 2px;
}

.image img {
  width: auto;
  max-width: 100%;
}

.heading-list li {
  position: relative;
}

.heading-list li span,
.heading-list li a {
  z-index: 1;
  position: relative;
  background: #fafafa;
}

.heading-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px dotted #ddd;
  bottom: 0.6rem;
  z-index: 0;
}

.score .tag {
  transition: all 0.2s ease;
}

.score .tag:hover,
.score .tag.is-active {
  background: #fc0 !important;
  color: #000 !important;
}

svg {
  max-width: 100%;
  height: auto;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.is-absolute {
  position: absolute !important;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.spinner div {
  transform-origin: 20px 20px;
  animation: spinner 1.2s linear infinite;
}

.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 19px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #0055d4;
}

.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotatedshake {
  3% {
    transform: rotate(15deg);
  }

  6% {
    transform: rotate(-15deg);
  }

  9% {
    transform: rotate(15deg);
  }

  12% {
    transform: rotate(-15deg);
  }

  15% {
    transform: rotate(15deg);
  }

  18% {
    transform: rotate(-15deg);
  }

  21% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#agree-modal .modal-content {
  width: 100%;
  max-width: 1344px;
  padding: 30px;
}

#agree-modal .delete {
  top: 1rem;
  right: 1rem;
}

.basic-captcha img {
  border-radius: 8px;
}

.slideshow img {
  border-radius: 10px;
}

.telegram svg {
  color: #0088cc;
}

.whatsapp svg {
  color: #25d366;
}

.xcom svg {
  color: black;
}

.vk svg {
  color: #0077FF;
}

.youtube svg {
  color: #ff0000;
}

.mobile-contacts {
  position: fixed;
  bottom: 2rem;
  right: -3rem;
  overflow: visible;
  transition: all 0.4s ease;
  z-index: 1;
}

.mobile-contacts.shown {
  transform: translateX(-5rem);
}

.mobile-contacts .mobile-contacts-trigger {
  line-height: 1;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  padding: 12px;
  transition: all 0.2s ease;
  animation: rotatedshake 4s cubic-bezier(.36, .07, .19, .97) infinite;
}

.mobile-contacts .mobile-contacts-trigger.shown {
  animation: none;
}

.mobile-contacts-list {
  position: absolute;
  bottom: calc(100% + 5px);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
  border-radius: 32px;
  text-align: center;
  transition: all 0.5s ease;
  right: -20rem;
}

.mobile-contacts-list.shown {
  transform: translateX(-20rem);
}

.mobile-contacts-list>a {
  display: block;
  margin: 4px auto;
}

footer .scroll-top-trigger {
  position: fixed;
  width: 36px;
  height: 36px;
  background: rgb(0 0 0 / 40%);
  bottom: -3rem;
  left: calc(50% - 18px);
  border-radius: 24px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.4s ease;
  z-index: 1;
}

footer .scroll-top-trigger.shown {
  transform: translateY(-5rem);
}

.privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 50%);
}

#article-images {
  margin: -0.5rem;
  padding: 0.5rem;
}

.anycategories .stickers {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.radio-ui input[type="radio"] {
  display: none;
}

.radio-ui {
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  height: 100%;
}

.radio-ui:has(input[type="radio"]:checked) {
  box-shadow: inset 0 0 0 2px #0055d4;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fadeOutModalBackground {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeInModalBackground {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInModalContent {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutModalContent {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(5%);
  }
}

.modal.is-active .modal-background {
  animation: fadeInModalBackground 0.3s;
}

.modal.is-active .modal-content,
.modal.is-active .modal-card {
  animation: fadeInModalContent 0.3s;
}

.modal.is-active.is-animated .modal-background {
  animation: fadeOutModalBackground 0.3s;
}

.modal.is-active.is-animated .modal-content,
.modal.is-active.is-animated .modal-card {
  animation: fadeOutModalContent 0.3s;
}

.hypnotize {
  animation: rotating 2s infinite linear;
}

@media (max-width: 1023px) {
  .container>.columns {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.75rem;
  }

  .breadcrumb.py-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: scroll;
  }

  .breadcrumb ul {
    flex-wrap: initial;
  }

  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
  }

  #menu.shown {
    top: 0;
    background: rgb(0 0 0 / 70%) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  #menu .navbar {
    min-height: auto;
  }

  #menu .navbar-menu {
    padding: 0;
  }

  #menu .navbar-start {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    width: calc(100% - 2rem);
    bottom: -22rem;
    margin: 1rem;
    overflow: hidden;
    border-radius: 1.5rem;
    text-align: center;
    background: #fff;
    padding: 1rem .75rem;
    transition: all 0.3s ease;
  }

  #menu.shown .navbar-start {
    transform: translateY(-26rem);
  }

  #menu .navbar-link:not(.is-arrowless) {
    padding-right: 0.75em;
  }

  #menu .navbar-menu {
    display: block;
  }

  .mobile-menu-trigger {
    transition: all 0.3s ease;
  }

  .mobile-menu-trigger.shown {
    transform: rotate(90deg);
  }

  .icons-menu {
    position: fixed;
    bottom: 1rem;
    z-index: 3;
    left: 1rem;
    width: calc(100% - 2rem);
    justify-content: center !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    border-radius: 5rem;
    background: rgb(255 255 255 / 80%) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  #product-main .price {
    line-height: 1;
  }

  #product-images {
    top: 0.75rem;
  }

  .footer {
    padding: 3rem 0rem 6rem;
  }

  #filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    display: none;
  }

  #filter.shown {
    display: block;
  }

  #filter .filter-trigger {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
  }

  .mobile-contacts {
    bottom: 6rem;
  }

  footer .scroll-top-trigger.shown {
    transform: translateY(-9rem);
  }

  .mobile-contacts.shown {
    transform: translateX(-4rem);
  }
}

@media (max-width: 768px) {
  #catalog-modal .modal-content {
    top: 0;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 0;
  }

  #menu .navbar-dropdown {
    display: none;
  }

  #catalog-modal .delete {
    top: 0;
    right: initial;
    bottom: 1rem;
  }

  #menu .catalog-trigger {
    margin: 0 !important;
  }

  #menu.shown .catalog-trigger {
    padding-left: 0.75rem !important;
  }

  #cart-modal .modal-card {
    height: 100%;
    max-height: 100%;
  }

  #cart-modal .delete {
    position: fixed;
    top: initial;
    right: 1.2rem;
    bottom: 1.5rem;
    z-index: 1;
  }

  #list-view svg {
    transform: rotate(90deg);
  }

  #product-page #content>.tabs {
    top: 0px;
    margin: 0 -0.75rem;
  }

  .product-card .card-content {
    padding: 0.75rem;
  }
}

@media (max-width: 640px) {
  .modal-content {
    max-height: 100%;
  }

  .product-card .actions button svg {
    max-width: 1rem;
  }

  .product-card .old-price {
    position: absolute;
    top: 1.25rem;
    display: inline-block;
    font-size: 0.75rem;
  }

  .product-card .actual-price {
    font-size: 1rem !important;
  }

  .product-card .product-name {
    font-size: 0.75rem !important;
    display: block;
  }

  .list .product-card .card-image {
    width: 40% !important;
  }

  .title.is-1 {
    font-size: 2rem;
  }

  .title.is-2 {
    font-size: 1.8rem;
  }

  .title.is-3 {
    font-size: 1.6rem;
  }

  .title.is-4 {
    font-size: 1.4rem;
  }

  .modal-card {
    max-height: 100%;
    height: 100%;
  }

  .cart-image {
    max-width: 30%;
  }
}

