.container {
  width: 95% !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.container.container__post {
  max-width: 900px;
}

.e-con-inner {
  width: 95% !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.row>* {
  margin-left: .5rem;
  margin-right: .5rem;
  width: 100%;
}

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

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: calc(8.3333333333% - 1rem);
}

.col-2 {
  flex: 0 0 auto;
  width: calc(16.6666666667% - 1rem);
}

.col-3 {
  flex: 0 0 auto;
  width: calc(25% - 1rem);
}

.col-4 {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 1rem);
}

.col-5 {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 1rem);
}

.col-6 {
  flex: 0 0 auto;
  width: calc(50% - 1rem);
}

.col-7 {
  flex: 0 0 auto;
  width: calc(58.3333333333% - 1rem);
}

.col-8 {
  flex: 0 0 auto;
  width: calc(66.6666666667% - 1rem);
}

.col-9 {
  flex: 0 0 auto;
  width: calc(75% - 1rem);
}

.col-10 {
  flex: 0 0 auto;
  width: calc(83.3333333333% - 1rem);
}

.col-11 {
  flex: 0 0 auto;
  width: calc(91.6666666667% - 1rem);
}

.col-12 {
  flex: 0 0 auto;
  width: calc(100% - 1rem);
}

.col-center {
  display: flex;
  align-items: center;
}

.col-right {
  display: flex;
  justify-content: end;
}

@font-face {
  font-family: "SfProDisplay";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/applego/fonts/sfprodisplay/SFPRODISPLAYBOLD.ttf) format("truetype");
}

@font-face {
  font-family: "SfProDisplay";
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/applego/fonts/sfprodisplay/SF-Pro-Display-Semibold.ttf) format("truetype");
}

@font-face {
  font-family: "SfProDisplay";
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/themes/applego/fonts/sfprodisplay/SFPRODISPLAYMEDIUM.ttf) format("truetype");
}

@font-face {
  font-family: "SfProDisplay";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/applego/fonts/sfprodisplay/SFPRODISPLAYREGULAR.ttf) format("truetype");
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0,0,0,0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --index: calc(1vw + 1vh);
  --gradient-value: to right, #c99443, #e3ce76;
  --accent: #0088f4;
  --secondary: #deae73;
  --dark-slate: #060607;
  --gray: #919191;
  --dark-gray: #444;
  --light-gray: #f5f5f7;
  --text: #101011;
  --background: #ffffff;
  --card: #e2e0e0;
  --black: #101011;
  --white: #fff;
  --tr-1: cubic-bezier(0, 0.95, 0, 0.97);
  --btn-color: #fff;
  --btn-padding: 1.7rem 3rem;
  --btn-border-radius: 10px;
  --btn-background: var(--dark-slate);
  --btn-background-hover: var(--accent);
  --btn-background-active: var(--accent);
  --btn-background-turquoise: #1eaaa2;
  --btn-background-turquoise-hover: #1fe2d7;
  --btn-background-turquoise-active: #50b4ac;
}

html {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 10px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "SfProDisplay";
  font-optical-sizing: auto;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  transition: background .3s ease;
  background: var(--background);
  color: var(--text);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--text);
}

ul {
  list-style: none;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast>* {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip .75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long .75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show .5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide .1s forwards;
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
  background: rgba(0,0,0,.4);
}

div:where(.swal2-container).swal2-backdrop-hide {
  background: rgba(0,0,0,0) !important;
}

div:where(.swal2-container).swal2-top-start,
div:where(.swal2-container).swal2-center-start,
div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

div:where(.swal2-container).swal2-top,
div:where(.swal2-container).swal2-center,
div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

div:where(.swal2-container).swal2-top-end,
div:where(.swal2-container).swal2-center-end,
div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

div:where(.swal2-container).swal2-top-start>.swal2-popup {
  align-self: start;
}

div:where(.swal2-container).swal2-top>.swal2-popup {
  grid-column: 2;
  place-self: start center;
}

div:where(.swal2-container).swal2-top-end>.swal2-popup,
div:where(.swal2-container).swal2-top-right>.swal2-popup {
  grid-column: 3;
  place-self: start end;
}

div:where(.swal2-container).swal2-center-start>.swal2-popup,
div:where(.swal2-container).swal2-center-left>.swal2-popup {
  grid-row: 2;
  align-self: center;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}

div:where(.swal2-container).swal2-center-end>.swal2-popup,
div:where(.swal2-container).swal2-center-right>.swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}

div:where(.swal2-container).swal2-bottom-start>.swal2-popup,
div:where(.swal2-container).swal2-bottom-left>.swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

div:where(.swal2-container).swal2-bottom>.swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}

div:where(.swal2-container).swal2-bottom-end>.swal2-popup,
div:where(.swal2-container).swal2-bottom-right>.swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}

div:where(.swal2-container).swal2-grow-row>.swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

div:where(.swal2-container).swal2-grow-column>.swal2-popup,
div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0);
}

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0,0,0,0);
  font-weight: 500;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112,102,224,.5);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220,55,65,.5);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110,120,129,.5);
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100,150,200,.5);
}

div:where(.swal2-container) button:where(.swal2-styled):focus {
  outline: none;
}

div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}

div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: rgba(0,0,0,.2);
}

div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}

div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s,box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: rgba(0,0,0,0);
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0,0,0,0);
  color: #f27474;
}

div:where(.swal2-container) button:where(.swal2-close):focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100,150,200,.5);
}

div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em .3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s,box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: rgba(0,0,0,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5);
}

div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
  color: #ccc;
}

div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}

div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

div:where(.swal2-container) .swal2-range input {
  width: 80%;
}

div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}

div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0,0,0,0);
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: rgba(0,0,0,0);
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}

div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0,0,0,0);
  font-weight: 600;
}

div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
  background: #add8e6;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: 0.25em solid rgba(0,0,0,0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}

div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .5s;
}

div:where(.swal2-icon).swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark .8s;
}

div:where(.swal2-icon).swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon .5s;
}

div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark .8s;
}

div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165,220,134,.3);
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.swal2-show {
  animation: swal2-show .3s;
}

.swal2-hide {
  animation: swal2-hide .15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }

  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

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

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

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

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

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

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }

  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }

  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }

  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }

  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }

  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0,0,0,0) !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0,0,0,0);
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

.relative {
  position: relative;
}

.transfrom-center {
  transform: translate(-50%, -50%);
}

.gradient-text {
  background: linear-gradient(93deg, #0090f7 0%, #ba62fc 34%, #f2416b 68%, #f55600 100%);
  -webkit-background-clip: text;
  display: inline-block;
  padding: 10px;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.paragraph {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  line-height: 120%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: .8rem 2rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  border-radius: 8px;
  border: 1px solid var(--gray);
}

textarea {
  height: 100px;
}

.form-two-rows {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.form-two-rows>* {
  margin-left: .5rem;
  margin-right: .5rem;
  width: 100%;
}

.form-two-rows p {
  flex: 0 0 auto;
  width: calc(50% - 1rem);
}

.wpcf7-select {
  width: 100%;
  padding: .8rem 1rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  border-radius: 8px;
  border: 1px solid var(--gray);
  background: rgba(0,0,0,0);
}

.select2 {
  width: 100% !important;
}

.select2-results__option {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.select2-selection {
  width: 100%;
  padding: .8rem 1rem;
  padding-right: 2rem;
  height: 4.8rem !important;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  border-radius: 8px !important;
  border: 1px solid var(--gray) !important;
  background: rgba(0,0,0,0);
  display: flex !important;
  align-items: center;
}

.select2-selection__arrow {
  top: 10px !important;
}

#billing_contact_method {
  width: 100%;
  padding: .8rem 1rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  border-radius: 8px;
  border: 1px solid var(--gray);
  background: rgba(0,0,0,0);
}

label {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.woocommerce-ordering,
.woocommerce-category .woocommerce-products-header {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.f-button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: content-box !important;
  margin: 0 !important;
  padding: 0 !important;
  width: var(--f-button-width) !important;
  height: var(--f-button-height) !important;
  border: var(--f-button-border) !important;
  border-radius: var(--f-button-border-radius) !important;
  color: var(--f-button-color) !important;
  background: var(--f-button-bg) !important;
  box-shadow: var(--f-button-shadow) !important;
  pointer-events: all !important;
  cursor: pointer !important;
  transition: var(--f-button-transition) !important;
}

.open-contact-popup {
  cursor: pointer;
}

.smallgray {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.accessories {
  margin-top: 3.2rem;
}

.accessories__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
}

.accessories__subtitle {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  margin-bottom: 3.2rem;
}

.accessories__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 2.7rem;
  margin-bottom: 10rem;
}

.accessories__row a {
  flex: 1 0 8rem;
  height: 100%;
}

.accessoires__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 4.4rem;
  background: var(--light-gray);
  border-radius: 24px;
  text-align: center;
}

.accessoires__item figcaption {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.6rem;
}

.accessoires__item img {
  transition: all .3s ease;
}

.accessoires__item:hover figcaption {
  text-decoration: underline;
}

.accessoires__item:hover img {
  scale: 1.05;
}

.advert__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 1.6rem;
  border-radius: 32px;
  padding: 3.2rem;
}

.advert__item-pencil {
  position: relative;
  background: linear-gradient(125deg, #060607 29.48%, #331e19 92.75%);
  color: var(--white);
  overflow: hidden;
}

.advert__item-pencil::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11rem;
  height: 30rem;
  background: url(/wp-content/themes/applego/img/pencil.png) no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
}

.advert {
  margin-bottom: 4.4rem;
}

.advert__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
  color: inherit;
  margin: 0;
}

.advert__subtitle {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: inherit;
}

.advert__item-airtag {
  position: relative;
  background: linear-gradient(125deg, #ddeef6 29.48%, #f0f5f8 92.75%);
  color: var(--text);
  overflow: hidden;
}

.advert__item-airtag::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30rem;
  height: 30rem;
  background: url(/wp-content/themes/applego/img/airtag.png) no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
}

.button {
  background: var(--btn-background);
  padding: 1.7rem 6rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: var(--white);
  white-space: nowrap;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  width: auto;
}

.button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

.button.--loading .button__loader {
  display: block;
}

.button.--loading .button__content {
  display: none;
}

.button:hover {
  text-decoration: underline;
}

.button__loader {
  display: none;
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #060607);
  background: var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%,50% 50%,100% 50%;
  }

  40% {
    background-position: 0% 100%,50% 0%,100% 50%;
  }

  60% {
    background-position: 0% 50%,50% 100%,100% 0%;
  }

  80% {
    background-position: 0% 50%,50% 50%,100% 100%;
  }
}

.button.button__white {
  background: var(--white);
  color: var(--text);
  width: auto;
}

#cart-popup {
  border-radius: 20px;
  max-width: 60dvw;
}

#cart-popup.--loading::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(147,147,145,.5);
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-cart-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 2.4rem;
  margin-bottom: 1.2rem;
}

.custom-cart-item {
  width: 100%;
}

.cart-item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.remove-item {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.cart-item-info__title {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: .8rem;
}

.cart-item-variations ul {
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: 0;
  margin-top: .4rem;
  margin-bottom: 0;
}

.cart-item-variations ul li {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.number-control {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray);
  border-radius: 12px;
  padding: .6rem 1rem;
}

.number-left,
.number-right {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: .4rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.2rem;
}

.number-quantity {
  padding: .25rem;
  width: 4rem;
  border: 0;
  height: 100%;
  -moz-appearance: textfield;
  text-align: center;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.2rem;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.cart-item-total {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.cart-total-price {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  display: flex;
  align-items: center;
}

.cart-total-price__row {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-right: 4rem;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 3.2rem;
}

.cart-empty__text {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.category-swiper {
  overflow: hidden;
  max-width: 1380px;
  margin: 0 auto;
}

.category-swiper__row {
  position: relative;
}

.category__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.category__item:hover .category-item__image img {
  scale: 1.05;
}

.category__item:hover figcaption {
  text-decoration: underline;
}

.category-item__image {
  width: 11.4rem;
  height: 11.4rem;
}

.category-item__image img {
  transition: .3s all ease;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100%;
  height: 100% !important;
}

.category__item figcaption {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.4rem;
}

.category-swiper-button {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-gray);
  border-radius: 50%;
  padding: 1.5rem 2rem;
}

.category-swiper-button-next {
  right: -5%;
  padding: 1.5rem 1.5rem;
}

.category-swiper-button-prev {
  left: -1%;
}

.woocommerce-checkout {
  margin: 0 auto !important;
  flex-wrap: nowrap !important;
  gap: 3.2rem;
  display: flex;
  margin-top: 3.2rem !important;
  margin-bottom: 10rem !important;
}

#customer_details {
  width: 50%;
}

.woocommerce-checkout-review-order {
  width: 50%;
}

.cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_item .product-name {
  display: flex;
  align-items: center;
}

.checkout-item__title {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  margin: 0;
}

.checkout-item__attributes {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
  font-size: 1.8rem;
}

.product-total .woocommerce-Price-amount {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-weight: 700;
}

.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shop_table tfoot {
  width: 100%;
  border-top: 1px solid var(--gray);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.shop_table tfoot tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop_table tfoot tr th:not(:last-child) {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.shop_table tfoot tr td {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.order-total {
  border-top: 1px solid var(--gray);
  font-size: 3.2rem;
  font-weight: 600;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}

.order-total th {
  font-size: 3.2rem !important;
  font-weight: 600 !important;
}

.required_field {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.wc_payment_methods {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.wc_payment_method {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wc_payment_method__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
}

.wc_payment_method__header label {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  cursor: pointer;
}

.wc_payment_method__header input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: rgba(0,0,0,0);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 2.4rem;
  height: 2.4rem;
  border: .15em solid currentColor;
  border-radius: 50%;
  padding: .2rem;
  position: relative;
  cursor: pointer;
}

.wc_payment_method__header input[type=radio]::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: none;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--dark-slate);
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wc_payment_method__header input[type=radio]:checked:before {
  display: block;
}

label[for=payment_method_stripe_googlepay] {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

#place_order {
  width: 100%;
}

.custom-shipping-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid var(--dark-slate);
  margin: 2.4rem 0;
}

.custom-shipping-methods label {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  justify-content: center;
  padding: 1rem;
  width: 50%;
  cursor: pointer;
}

.custom-shipping-methods label input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: rgba(0,0,0,0);
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: .8rem 2rem;
  cursor: pointer;
  z-index: -1;
}

.custom-shipping-methods label input:checked {
  background: #f5f5f7;
  border-radius: 8px;
  border: 1px solid var(--gray);
}

.checkout-banner {
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: .8rem 1.2rem;
  border: 1px solid var(--dark-slate);
  border-radius: 8px;
  margin: 2.4rem 0;
}

.checkout-banner.--active {
  display: flex;
}

.checkout-banner__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.checkout-banner__title {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  margin: 0;
}

.checkout-banner__price {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.checkout-banner__desc {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
  padding: 0;
}

label[for=payment_method_stripe_cc]:first-child {
  display: none;
}

label[for=payment_method_stripe_googlepay]:first-child {
  display: none;
}

label[for=payment_method_stripe_applepay]:first-child {
  display: none;
}

label[for=payment_method_coinbase]:first-child {
  display: none;
}

label[for=payment_method_stripe_blik]:first-child {
  display: none;
}

label[for=payment_method_cod]:first-child {
  display: none;
}

label[for=payment_method_alg_custom_gateway_1]:first-child {
  display: none;
}

.woocommerce-billing-fields h3 {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
}

.checkout-cart__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
}

.payment_box {
  padding-left: 2.4rem;
}

.checkout-politicy__text {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.checkout-banner__img {
  margin: 1.2rem 0;
}

.woocommerce-NoticeGroup {
  background: var(--gray);
  padding: 1rem;
  position: fixed;
  border-radius: 6px;
  color: var(--white);
  bottom: 1rem;
  right: 1rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.6rem;
  z-index: 1;
}

.footer {
  width: 100dvw;
  background: var(--black);
  padding: 8rem 0;
}

.footer-logo__row {
  margin-bottom: 3.5rem;
}

.footer-bottom__categories {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0;
}

.footer-bottom__categories li a {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: var(--white);
}

.footer-bottom__categories li a:hover {
  text-decoration: underline;
}

.footer {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 1.8rem;
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0;
}

.footer__menu li a {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.footer__menu li a:hover {
  text-decoration: underline;
}

.footer-phone__link {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: .8rem;
}

.footer-phone__link:hover {
  text-decoration: underline;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.footer-socials li a {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.footer-socials li a:hover {
  text-decoration: underline;
}

.footer__separator {
  border-bottom: 1px solid var(--dark-gray);
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.footer-policity__row {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: var(--dark-gray);
  font-size: 1.4rem;
  line-height: 133%;
}

.footer__pages {
  display: flex;
  flex-wrap: wrap;
}

.footer__pages li a {
  font-size: 1.8rem !important;
}

.footer__policity a {
  color: var(--dark-gray);
  text-decoration: underline;
}

.footer__policity a:hover {
  color: var(--gray);
}

.have-question {
  margin-bottom: 10rem;
}

.have-question__title {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.have-question__title h3 {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
}

.have-question__subtitle {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.4rem;
  margin-bottom: 3.2rem !important;
}

.have-question__links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.have-question__links a {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 2rem;
  line-height: 100%;
}

.have-question__links a:hover {
  text-decoration: underline;
}

.have-question__links a:not(:last-child) {
  border-right: 2px solid var(--black);
  padding-right: 1.2rem;
}

.header {
  width: 100vw;
}

.header-mobile__menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  transition: all .3s ease;
}

.header-mobile__menu.--active {
  left: 0%;
}

.header-mobile__container {
  max-width: 90dvw;
  margin: 0 auto;
}

.header-mobile__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-left: 0;
}

.header-mobile__categories li a {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 2rem;
}

.header-mobile__section {
  padding: 4rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--light-gray);
}

.header__burger-icon {
  display: none;
  width: 5rem;
  cursor: pointer;
  z-index: 999999999;
}

.header-top {
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top__menu {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 1.2rem;
}

.header-top__menu li a {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.header-top__menu li a:hover {
  text-decoration: underline;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom__categories {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.header-bottom__categories li {
  position: relative;
}

.header-bottom__categories li a {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.header-bottom__categories li::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  height: 2px;
  width: 0%;
  background: var(--dark-slate);
  transition: all .4s ease;
}

.header-bottom__categories li:hover::after {
  width: 100%;
}

.header__lang-switcher {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.header__lang-switcher li a {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  text-transform: uppercase;
}

.header__lang-switcher li:not(:last-child) {
  border-right: 2px solid var(--black);
  padding-right: 1.2rem;
}

.header__lang-switcher li.active a {
  text-decoration: underline;
}

.header-bottom__cart {
  display: flex;
  align-items: center;
  gap: .8rem;
  cursor: pointer;
}

.header-bottom__cart:hover-text {
  text-decoration: underline;
}

.header-bottom__cart-text {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  margin: auto auto !important;
}

.header-bottom__cart-icon {
  position: relative;
}

.header-bottom__cart-icon span {
  position: absolute;
  color: var(--white);
  bottom: 0;
  right: -0.4rem;
  background: var(--accent);
  border-radius: 50%;
  padding: .2rem .5rem;
}

.header-mobile__label {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
  font-size: 1.8rem;
}

.header-mobile__socials {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding-left: 0;
  margin-top: 1.2rem;
  margin-bottom: 4rem;
}

.header-mobile__socials li a {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  font-size: 1.8rem;
  color: var(--dark-slate);
  display: flex;
  align-items: center;
  gap: .8rem;
}

.header-mobile-phone__link {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: var(--dark-slate);
  margin-top: 1.2rem;
  margin-bottom: 4rem;
}

.header-mobile__lang-switcher {
  padding-left: 0;
}

.mackbook-banner {
  padding: 3.2rem 6.4rem;
  background: #f5f5f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  margin: 6.4rem;
  margin-top: 4.4rem;
  padding-bottom: 0;
}

.mackbook-banner__img {
  margin-top: 2.6rem;
  min-height: 10rem;
  width: 100%;
}

.mackbook-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mackbook-banner__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.mackbook-banner__subtitle {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  text-align: center;
  margin: 0;
}

.product-card {
  display: flex;
  justify-content: space-around;
}

.product-gallery {
  height: 100%;
  max-height: 100vw;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 95%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.product-gallery-button {
  z-index: 4;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.product-gallery-button-next {
  right: -8%;
}

.product-gallery-button-prev {
  left: -4%;
}

.product-gallery-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: absolute;
  bottom: -15%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
  background: var(--gray);
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  opacity: .25;
  cursor: pointer;
  transition: all .4s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
}

.swiper-slide {
  flex-shrink: 0;
  display: block;
  max-width: 100%;
  height: 50%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all .5s ease;
}

.swiper-slide:hover img {
  scale: 1.05;
}

.swiper-wrapper {
  max-height: 100%;
  height: 100% t;
  display: flex;
}

.product__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.8rem;
}

.product__excerpt,
.product__excerpt p,
p {
    // color: var(--text);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 146.786%;
    font-size: 1.4rem;
}

th.label label {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.product__name {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 1.8rem;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
}

.reset_variations {
  display: none;
}

.variations tbody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.variations tbody tr {
  display: flex;
  flex-direction: column;
}

.variations tbody tr th {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
  font-size: 1.2rem;
}

.price__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
}

.single_add_to_cart_button {
  width: 100%;
}

.woocommerce-breadcrumb {
  width: 100%;
  background: #f5f5f5;
  padding: 2rem 0rem;
  color: #919191;
  font-size: 1.6rem;
}

.woocommerce-breadcrumb a {
  color: #919191;
}

.product-info {
  padding-left: 4rem;
}

.product-info__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-top: 2.4rem;
  padding: 0;
}

.product-info__info li,
.product-info__info li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.product-info__info li .product-info__img,
.product-info__info li a .product-info__img {
  width: 2.5rem;
  flex-shrink: 0;
}

.product-info__info li .product-info__img img,
.product-info__info li a .product-info__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-info__info li span,
.product-info__info li a span {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
  font-size: 1.4rem;
}

.product-info__info li a:hover span {
  text-decoration: underline;
}

.product-tags {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.product__tag {
  font-weight: 600;
  font-size: .9rem;
  text-align: center;
  color: var(--white);
  background: var(--accent);
  padding: .5rem .7rem;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0;
}

.product__tag.product__tag-used {
  background: #009505;
}

.product__tag.product__tag-outofstock {
  background: #f84147;
}

.products {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  margin: 6.4rem;
}

#service-popup {
  border-radius: 32px;
}

#contact-popup {
  border-radius: 32px;
}

.service-popup__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
}

.service-popup__text {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.service-popup__button {
  background-color: var(--accent) !important;
  color: var(--white);
  transition: all .3s ease;
  cursor: pointer;
  width: 100%;
}

.service-popup__button:hover {
  background-color: #0e09a9 !important;
}

.contact-popup__button {
  background-color: var(--dark-slate) !important;
  color: var(--white);
  transition: all .3s ease;
  cursor: pointer;
  width: 100%;
  padding: 1.2rem 2rem;
  border: none;
  border-radius: 12px;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: var(--white);
}

.contact-popup__button:hover {
  text-decoration: underline;
}

.shop-title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 4rem;
}

.shop-subtitle {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
}

.shop-banner {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: .6rem;
  border-radius: 32px;
  padding: 3.2rem;
  margin: 8rem 0;
}

.shop-banner {
  position: relative;
  background: linear-gradient(125deg, #060607 29.48%, #331e19 92.75%);
  color: var(--white);
  overflow: hidden;
}

.shop-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 100%;
  height: 25rem;
  background: url(/wp-content/themes/applego/img/twophones.png) no-repeat bottom right;
  background-size: contain;
  pointer-events: none;
}

.shop__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
  color: inherit;
  margin: 0;
  line-height: 100%;
  z-index: 2;
}

.shop__subtitle {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  color: inherit;
  line-height: 0;
  z-index: 2;
}

.shop-gradient-text {
  padding: 0;
  line-height: 146%;
  margin-bottom: 6.4rem;
  font-size: 1.4rem;
  z-index: 2;
}

.woocommerce-info {
  text-align: center;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  margin-top: 3.2rem;
}

.shop__container {
  max-width: 1380px;
  margin: 0 auto;
}

.socials {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin: 0 !important;
  padding: 0 1.4rem !important;
}

.socials li a {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 146%;
}

.socials li a:hover {
  text-decoration: underline;
}

.woocommerce-order {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.4rem;
  width: 95% !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.woocommerce-thankyou-order-received {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 600;
}

.woocommerce-thankyou-order-details {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 146.786%;
  width: 50%;
}

.woocommerce-thankyou-order-details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 0) {
  .col-xs-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1rem);
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1rem);
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: calc(25% - 1rem);
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1rem);
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1rem);
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1rem);
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: calc(75% - 1rem);
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1rem);
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1rem);
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: calc(100% - 1rem);
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 960px !important;
  }

  .e-con-inner {
    max-width: 960px !important;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1rem);
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1rem);
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: calc(25% - 1rem);
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1rem);
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1rem);
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1rem);
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: calc(75% - 1rem);
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1rem);
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1rem);
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: calc(100% - 1rem);
  }

  .woocommerce-order {
    max-width: 960px !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 960px !important;
  }

  .e-con-inner {
    max-width: 960px !important;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1rem);
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1rem);
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: calc(25% - 1rem);
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1rem);
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1rem);
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1rem);
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: calc(75% - 1rem);
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1rem);
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1rem);
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: calc(100% - 1rem);
  }

  .woocommerce-order {
    max-width: 960px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }

  .e-con-inner {
    max-width: 960px !important;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1rem);
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1rem);
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: calc(25% - 1rem);
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1rem);
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1rem);
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1rem);
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: calc(75% - 1rem);
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1rem);
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1rem);
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: calc(100% - 1rem);
  }

  .woocommerce-order {
    max-width: 960px !important;
  }
}

@media (min-width: 1100px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: calc(8.3333333333% - 1rem);
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: calc(16.6666666667% - 1rem);
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: calc(25% - 1rem);
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 1rem);
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: calc(41.6666666667% - 1rem);
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: calc(58.3333333333% - 1rem);
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1rem);
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: calc(75% - 1rem);
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1rem);
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: calc(91.6666666667% - 1rem);
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: calc(100% - 1rem);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }

  .e-con-inner {
    max-width: 1140px !important;
  }

  .woocommerce-order {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px !important;
  }

  .e-con-inner {
    max-width: 1380px !important;
  }

  .woocommerce-order {
    max-width: 1380px !important;
  }
}

@media (max-width: 1460px) {
  .category-swiper-button-next {
    right: 0%;
  }

  .category-swiper-button-prev {
    left: 3%;
  }
}

@media (max-width: 768px) {
  .col-right {
    justify-content: start;
  }

  html {
    max-width: 99%;
  }

  .accessories__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }

  .accessoires__item {
    padding: 3.2rem 2.4rem;
  }

  #cart-popup {
    max-width: 90dvw;
  }

  .cart-item-info__title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .cart-item-variations ul li {
    font-size: 1.2rem;
    margin-bottom: 0;
  }

  .cart-item-actions {
    margin-top: 3rem;
  }

  .cart-total-price {
    flex-direction: column;
  }

  .cart__button {
    margin-top: 2.4rem;
    width: 100%;
    padding: 2.2rem 3rem;
  }

  .category-swiper-button-next {
    right: -12%;
  }

  .category-swiper-button-prev {
    left: 8%;
  }

  .woocommerce-checkout {
    flex-wrap: wrap !important;
    display: flex;
    flex-direction: column-reverse;
  }

  #customer_details {
    width: 100%;
  }

  .woocommerce-checkout-review-order {
    width: 100%;
  }

  .footer-logo__row {
    margin-bottom: 1.2rem;
  }

  .footer-bottom__categories {
    flex-wrap: wrap;
  }

  .footer-phone__link {
    margin: 4rem 0;
  }

  .footer-socials {
    padding-left: 0;
    margin: 2rem 0;
  }

  .header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--white);
    z-index: 8;
    padding: 1rem 0;
    border-bottom: 1px solid var(--light-gray);
  }

  .header .header-top {
    display: none;
  }

  .header .header-bottom__categories {
    display: none;
  }

  .header .header-bottom__cart {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    flex-direction: column;
    gap: .4rem 1rem;
    background: #f5f5f7;
    padding: .5rem;
    border-radius: 12px;
    font-size: 1.8rem;
    z-index: 1;
  }

  .header .header__burger-icon {
    display: block;
  }

   .header-bottom__categories {
       gap: .8rem;
   }

  .mackbook-banner {
    padding: 1.6rem 3.2rem;
    padding-bottom: 0;
    margin: 1rem;
    margin-top: 2.4rem;
  }

  .mackbook-banner__title {
    font-size: 2.1rem;
    line-height: 100%;
    margin-bottom: 1.6rem;
  }

  .product-gallery {
    max-width: 80dvw;
  }

  .product-gallery-button-next {
    right: 1rem;
  }

  .product-gallery-button-prev {
    left: 1rem;
  }

  .product-gallery-pagination {
    bottom: 5%;
  }

  .price__row {
    align-items: start;
  }

  .woocommerce-breadcrumb {
    padding: 2rem 1rem;
  }

  .product-info {
    padding-left: 0;
  }

  .products {
    margin: 0;
    padding-left: 0;
  }

  .shop-banner::after {
    right: -5rem;
    height: 15rem;
    z-index: 1;
  }

  .shop-gradient-text {
    margin-bottom: 0rem;
  }

  .advert__item-pencil {
    margin-bottom: 3.2rem;
  }

  .socials {
    padding-left: 0;
    margin: 2rem 0;
  }

  .woocommerce-thankyou-order-details {
    width: 100%;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 8px;
  }
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

@media (max-height: 700px) {
  .header-mobile__menu {
    padding-top: 6.4rem;
  }
}

@media (max-height: 650px) {
  .header-mobile__section {
    padding: 1rem 0rem;
  }
}