/* -----------------------------------------------------------
 * - Utils
*/

.d-none {
  display: none!important;
}

/* -----------------------------------------------------------
 * - Woocommerce
*/

.products .product {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: 0!important;
  width: 100%!important;
}

.products .product .price {
  color: #fff!important;
}

.products .product > .button::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgb(25, 169, 229);
  margin-right: 8px;
  margin-bottom: -0.125em;
}

.products .product > .woocommerce-loop-product__link > img {
  aspect-ratio: 12/16;
  object-fit: cover;
  object-position: center;
  border: none!important;
  margin-bottom: 8px!important;
}

/* .products .product.outofstock {
  opacity: 0.6;
} */

.woocommerce-loop-product__title {
  font-size: 32px!important;
  font-weight: 400!important;
  font-family: LeagueGothic, sans-serif;
  margin: 0;
  padding: 0!important;
  color: rgb(25, 169, 229)!important;
}

/*
* Checkout
*/
.woocommerce-checkout .checkout .create-account small {
  font-size: 12px;
}

.mb_value .woocommerce-Price-amount.amount {
  color: black!important;
}

/* -----------------------------------------------------------
 * - Shop
*/

/*
* Socials
*/
.shop-menu__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.social {
  width: 24px;
  height: 24px;
}

.social a {
  text-decoration: none;
}

.social span::before {
  font-family: "tom-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social--fb span::before {
  content: "\75";
}

.social--ig span::before {
  content: "\78";
}

.social--tw span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  mask: url('../../img/tom_twitter.png');
  -webkit-mask: url('../../img/tom_twitter.png');
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: rgb(255, 255, 255);
  transition: background-color 300ms ease;
}

.social--tw a:hover span::before {
  background-color: rgb(25, 169, 229);
}

.woocommerce input {
  text-transform: unset !important;
}

/* Btn */
.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0!important;
  background: unset!important;
  box-shadow: unset!important;
  text-shadow: unset!important;
  outline: none!important;
  background-color: transparent;
  font-family: "LeagueGothic", sans-serif!important;
  font-size: 18px;
  padding: 8px;
  color: #FFF;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}

.btn--xl {
  font-size: 24px;
}

.btn--search {
  background-color: #FFF!important;
  color: #000;
}

.button > *,
.btn > * {
  color: inherit!important;
}

.button {
  color: rgb(25, 169, 229)!important;
  border: 1px solid #FFFFFF!important;
}

.button:hover,
.btn:hover {
  color: rgba(25, 169, 229, .6)!important;
}

.btn.disabled,
.btn:disabled {
  opacity: .3;
}

.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active {
  border: none!important;
  background: unset!important;
  box-shadow: unset!important;
  text-shadow: unset!important;
  background-color: transparent;
}
/* Add to Cart */
.btn-cart {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  color: rgb(25, 169, 229);
  margin-top: auto!important;
  margin: 0!important;
  padding-left: calc(1em + 8px);
}

.btn-cart::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: rgb(25, 169, 229);
  margin-right: 8px;
  margin-bottom: -0.125em;
}

.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active {
  color: rgb(25, 169, 229);
}

.btn-cart.wc-variation-is-unavailable {
  color: #e1192c;
  pointer-events: none;
  cursor: not-allowed;
  opacity: .6!important;
}

.btn-cart.wc-variation-is-unavailable::before {
  background-color: #e1192c;
}

.product > .button {
  padding: 0!important;
  margin: 0!important;
  border: unset!important;
}

.btn--unavailable {
  color: #e1192c!important;
  opacity: .6!important;
  pointer-events: none;
}

.btn--unavailable::before {
  background-color: #e1192c!important;
}

.btn--coming-soon {
  color: rgb(25, 169, 229)!important;
  pointer-events: none;
}

/* ============
 * = Spacings =
 * ============ */

.ms-2 {
  margin-left: 8px;
}

.mt-3 {
  margin-top: 16px;
}

.my-3 {
  margin-top: 16px;
  margin-bottom: 16px;
}

/*
* --------------------------------------------------------------------------------
* - Layout - https://github.com/picturepan2/spectre/blob/master/src/_layout.scss
* -
*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%;
}
.container.grid-xxl {
  max-width: 1400px;
}
.container.grid-xl {
  max-width: 1296px;
}
.container.grid-lg {
  max-width: 976px;
}
.container.grid-md {
  max-width: 856px;
}
.container.grid-sm {
  max-width: 616px;
}
.container.grid-xs {
  max-width: 496px;
}
.show-xs, .show-sm, .show-md, .show-lg, .show-xl {
  display: none !important;
}
.cols, .columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.cols.col-gapless, .columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.cols.col-gapless > .column, .columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.cols.col-oneline, .columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
[class~="col-"], .column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
[class~="col-"].col-12, .column.col-12, [class~="col-"].col-11, .column.col-11, [class~="col-"].col-10, .column.col-10, [class~="col-"].col-9, .column.col-9, [class~="col-"].col-8, .column.col-8, [class~="col-"].col-7, .column.col-7, [class~="col-"].col-6, .column.col-6, [class~="col-"].col-5, .column.col-5, [class~="col-"].col-4, .column.col-4, [class~="col-"].col-3, .column.col-3, [class~="col-"].col-2, .column.col-2, [class~="col-"].col-1, .column.col-1, [class~="col-"].col-auto, .column.col-auto {
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
@media (max-width: 1280px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl-auto {
    flex: none;
 }
  .col-xl-12 {
    width: 100%;
 }
  .col-xl-11 {
    width: 91.66666667%;
 }
  .col-xl-10 {
    width: 83.33333333%;
 }
  .col-xl-9 {
    width: 75%;
 }
  .col-xl-8 {
    width: 66.66666667%;
 }
  .col-xl-7 {
    width: 58.33333333%;
 }
  .col-xl-6 {
    width: 50%;
 }
  .col-xl-5 {
    width: 41.66666667%;
 }
  .col-xl-4 {
    width: 33.33333333%;
 }
  .col-xl-3 {
    width: 25%;
 }
  .col-xl-2 {
    width: 16.66666667%;
 }
  .col-xl-1 {
    width: 8.33333333%;
 }
  .col-xl-auto {
    width: auto;
 }
  .hide-xl {
    display: none !important;
 }
  .show-xl {
    display: block !important;
 }
}
@media (max-width: 960px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-auto {
    flex: none;
 }
  .col-lg-12 {
    width: 100%;
 }
  .col-lg-11 {
    width: 91.66666667%;
 }
  .col-lg-10 {
    width: 83.33333333%;
 }
  .col-lg-9 {
    width: 75%;
 }
  .col-lg-8 {
    width: 66.66666667%;
 }
  .col-lg-7 {
    width: 58.33333333%;
 }
  .col-lg-6 {
    width: 50%;
 }
  .col-lg-5 {
    width: 41.66666667%;
 }
  .col-lg-4 {
    width: 33.33333333%;
 }
  .col-lg-3 {
    width: 25%;
 }
  .col-lg-2 {
    width: 16.66666667%;
 }
  .col-lg-1 {
    width: 8.33333333%;
 }
  .col-lg-auto {
    width: auto;
 }
  .hide-lg {
    display: none !important;
 }
  .show-lg {
    display: block !important;
 }
}
@media (max-width: 840px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-auto {
    flex: none;
 }
  .col-md-12 {
    width: 100%;
 }
  .col-md-11 {
    width: 91.66666667%;
 }
  .col-md-10 {
    width: 83.33333333%;
 }
  .col-md-9 {
    width: 75%;
 }
  .col-md-8 {
    width: 66.66666667%;
 }
  .col-md-7 {
    width: 58.33333333%;
 }
  .col-md-6 {
    width: 50%;
 }
  .col-md-5 {
    width: 41.66666667%;
 }
  .col-md-4 {
    width: 33.33333333%;
 }
  .col-md-3 {
    width: 25%;
 }
  .col-md-2 {
    width: 16.66666667%;
 }
  .col-md-1 {
    width: 8.33333333%;
 }
  .col-md-auto {
    width: auto;
 }
  .hide-md {
    display: none !important;
 }
  .show-md {
    display: block !important;
 }
}
@media (max-width: 600px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-auto {
    flex: none;
 }
  .col-sm-12 {
    width: 100%;
 }
  .col-sm-11 {
    width: 91.66666667%;
 }
  .col-sm-10 {
    width: 83.33333333%;
 }
  .col-sm-9 {
    width: 75%;
 }
  .col-sm-8 {
    width: 66.66666667%;
 }
  .col-sm-7 {
    width: 58.33333333%;
 }
  .col-sm-6 {
    width: 50%;
 }
  .col-sm-5 {
    width: 41.66666667%;
 }
  .col-sm-4 {
    width: 33.33333333%;
 }
  .col-sm-3 {
    width: 25%;
 }
  .col-sm-2 {
    width: 16.66666667%;
 }
  .col-sm-1 {
    width: 8.33333333%;
 }
  .col-sm-auto {
    width: auto;
 }
  .hide-sm {
    display: none !important;
 }
  .show-sm {
    display: block !important;
 }
}
@media (max-width: 480px) {
  .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs-auto {
    flex: none;
 }
  .col-xs-12 {
    width: 100%;
 }
  .col-xs-11 {
    width: 91.66666667%;
 }
  .col-xs-10 {
    width: 83.33333333%;
 }
  .col-xs-9 {
    width: 75%;
 }
  .col-xs-8 {
    width: 66.66666667%;
 }
  .col-xs-7 {
    width: 58.33333333%;
 }
  .col-xs-6 {
    width: 50%;
 }
  .col-xs-5 {
    width: 41.66666667%;
 }
  .col-xs-4 {
    width: 33.33333333%;
 }
  .col-xs-3 {
    width: 25%;
 }
  .col-xs-2 {
    width: 16.66666667%;
 }
  .col-xs-1 {
    width: 8.33333333%;
 }
  .col-xs-auto {
    width: auto;
 }
  .hide-xs {
    display: none !important;
 }
  .show-xs {
    display: block !important;
 }
}

body {
  -webkit-mask-image: unset!important;
}

/* --------
 - Chatbot
 ---------- */

.icon {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
}

.icon--chat::after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  mask: url('../icon/support.svg');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
}

.chatbot {
  position: fixed;
  display: block;
  right: 32px;
  bottom: 32px;
}

.chatbot:not(.open) .chatbot__chat {
  max-height: 0;
  opacity: 0;
}

.chatbot.open .chatbot__btn > .icon--chat::after {
  mask-image: url('../icon/close.svg');
}

.chatbot__container {
  position: relative;
}

.chatbot__btn {
  display: flex;
  cursor: pointer;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 1px solid currentColor;
  padding: 8px;
  font-size: 32px;
  transition: color 300ms ease;
}

.chatbot__btn:hover {
  color: rgb(25, 169, 229);
}

.chatbot__chat {
  position: absolute;
  display: flex;
  bottom: 64px;
  right: 0;
  transition: max-height 300ms ease;
  overflow: hidden;
  border-radius: 8px;
  padding: 8px;
  background: white;
}

.chatbot__chat > iframe {
  border: unset;
  width: 320px;
  min-width: 320px;
  height: 420px;
}
