/*
Theme Name: PXP 2023
Theme URI: https://pixelpassion.nl
Author: PixelPassion: design, development and data
Author URI: https://pixelpassion.nl
Description: Custom theme for https://pxp.gg/
Version: 2.0.0
License: Free to use
License URI: n/a
Text Domain: pxp
Tags: pxp
*/
/* Breakpoints
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  outline: none;
  line-height: 100%;
  box-sizing: border-box; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

button:hover {
  cursor: pointer; }

:root {
  --orange-color: #ff8a00;
  --dark-orange-color: #e97c00;
  --grey-color-opacity: #47474742;
  --red-color: #ff003c;
  --black-color: #050a0e;
  --dark-grey-color: #2a2a2a;
  --grey-color: #888;
  --blue-color: #00dbff;
  --white-color: #fafafa;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-color-1: transparent; }

html {
  margin: 0 !important; }

body {
  font-size: 16px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  background: #121212;
  overflow-x: hidden; }

/* Chrome mobile fix */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.site-content {
  width: 100%; }
@media (min-width: 768px) and (max-width: 1279px) {
  .site-content {
    padding: 0 2rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .site-content {
    padding: 0 2rem; } }
@media (min-width: 1440px) {
  .site-content {
    width: 100vw; } }
@media (min-width: 1920px) {
  .site-content {
    width: 100%; } }

.page-header {
  width: 1700px;
  margin: 0 auto;
  padding: 2rem 0; }

.page-title {
  font-size: 2.5rem;
  font-weight: 600; }

.template__content {
  width: 1000px;
  margin: 0 auto 4rem; }
@media (max-width: 767px) {
  .template__content {
    width: 100vw;
    padding: 0 1rem;
    margin: 0 0 8rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .template__content {
    width: 100%;
    padding: 0 2rem;
    margin: 0 0 8rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .template__content {
    width: 100%;
    padding: 0 2rem;
    margin: 0 0 8rem; } }

.template__content .entry-title, .entry-title {
  font-size: 2.5rem;
  line-height: 2.2rem;
  position: relative;
  margin-bottom: 2rem;
  width: 100%; }
@media (max-width: 767px) {
  .template__content .entry-title, .entry-title {
    font-size: 1.75rem;
    padding: 0 0 1rem 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .template__content .entry-title, .entry-title {
    padding: 0 0 1rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .template__content .entry-title, .entry-title {
    padding: 0 0 1rem; } }
@media (min-width: 1440px) {
  .template__content .entry-title, .entry-title {
    padding: 0 2rem 1rem;
    max-width: 100vw; } }
@media (min-width: 1920px) {
  .template__content .entry-title, .entry-title {
    padding: 0 0 1rem; } }
.template__content .entry-title::before, .entry-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
  background-color: var(--orange-color);
  clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
@media (max-width: 767px) {
  .template__content .entry-title::before, .entry-title::before {
    margin: 0; } }
@media (min-width: 1440px) {
  .template__content .entry-title::before, .entry-title::before {
    left: 32px;
    width: calc(100% - 4rem); } }
@media (min-width: 1920px) {
  .template__content .entry-title::before, .entry-title::before {
    left: 0;
    width: 100%; } }

@media (min-width: 1440px) {
  .template__content .entry-title {
    padding: 0 0 1rem; } }
@media (min-width: 1440px) {
  .template__content .entry-title::before {
    left: 0; } }

.template__content .entry-content {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 4rem; }
@media (max-width: 767px) {
  .template__content .entry-content {
    font-size: 1rem;
    line-height: 1.25rem; } }
.template__content .entry-content a {
  color: #ff8a00; }
.template__content .entry-content a:hover {
  border-bottom: 2px solid #ff8a00; }
.template__content .entry-content ul {
  display: flex;
  flex-direction: column;
  padding: .5rem 0 0 0; }
.template__content .entry-content li {
  margin: 0 0 0 1rem;
  list-style-type: disc;
  line-height: 1.75rem; }
@media (max-width: 767px) {
  .template__content .entry-content li {
    line-height: 1.25rem; } }
.template__content .entry-content h2 {
  padding: 1.5rem 0 .5rem 0;
  font-weight: 600;
  color: #00dbff; }
.template__content .entry-content h3 {
  padding: 1.5rem 0 .5rem 0; }
.template__content .entry-content strong {
  font-weight: 600; }

.section__content {
  width: 1700px;
  margin: 0 auto;
  max-width: 100%; }
@media (max-width: 767px) {
  .section__content {
    width: 100%;
    margin: 0; } }

.section__content--flex {
  display: flex; }

.section__header {
  width: 1700px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
  color: #ff8a00;
  font-weight: 600; }

.section__title {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase; }

.section__text-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 1000px;
  margin: 0 auto; }

.section__text {
  font-size: 1.25rem;
  line-height: 2.25rem; }

.section__text a {
  color: #00dbff; }
.section__text a:hover {
  border-bottom: 2px solid #ff8a00; }

.tabs {
  width: 1700px;
  margin: 1rem auto;
  display: flex; }
@media (max-width: 767px) {
  .tabs {
    width: 100%; } }
.tabs .tab {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  min-width: 7rem;
  text-align: center; }
.tabs .tab__title {
  padding: 1rem 2rem;
  color: #aaa; }
.tabs .tab__indicator {
  display: block;
  height: 3px;
  width: 100%; }
.tabs .tab:hover {
  cursor: pointer; }
.tabs .tab:hover .tab__title {
  color: #fff; }
.tabs .tab--active:hover .tab__title {
  color: #00dbff; }
.tabs .tab--active .tab__title {
  text-shadow: 0 0 4px rgba(0, 219, 255, 0.5);
  color: #00dbff; }
.tabs .tab--active .tab__indicator {
  background: #00dbff;
  box-shadow: 0 0 8px 0 rgba(0, 219, 255, 0.5); }

.tab__content {
  display: none; }

.tab__content--active {
  display: block; }

.content {
  margin: 0 auto; }
@media (max-width: 767px) {
  .content {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .content {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .content {
    width: 100%; } }
@media (min-width: 1440px) {
  .content {
    width: 100%; } }
@media (min-width: 1920px) {
  .content {
    width: 1700px; } }

.show {
  display: inline-block !important; }

.hidden {
  display: none; }

/* EFFECTS */
.neon {
  text-shadow: 0 0 1vw #F4BD0A;
  animation: neon 2s ease-in-out infinite; }

.flux {
  text-shadow: 0 0 1vw #179E05;
  animation: flux 2s linear infinite; }

@keyframes neon {
  0%, 100% {
    text-shadow: 0 0 1vw #FA1C16, 0 0 2vw #FA1C16, 0 0 3vw #FA1C16, 0 0 3vw #FA1C16, 0 0 .4vw #FED128, .125vw .125vw .1vw #806914;
    color: #FFFC00; }
  50% {
    text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 3vw #800E0B, 0 0 3vw #800E0B, 0 0 .2vw #800E0B, .125vw .125vw .1vw #40340A;
    color: #806914; } }
@keyframes flux {
  0%, 100% {
    text-shadow: 0 0 1vw #10ff4c, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .125vw .125vw .1vw #147280;
    color: #03C03C; }
  50% {
    text-shadow: 0 0 .5vw #024218, 0 0 1.5vw #024713, 0 0 5vw #023812, 0 0 5vw #012707, 0 0 .2vw #022201, .125vw .125vw .1vw #011a06;
    color: #179E05; } }
.header {
  padding: 2rem 0; }
@media (max-width: 767px) {
  .header {
    padding: .75rem;
    width: 100vw; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .header {
    padding: 1.5rem 2rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header {
    padding: 1.5rem 2rem; } }
@media (min-width: 1440px) {
  .header {
    padding: 1.5rem 2rem; } }
.header__content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%; }
@media (max-width: 767px) {
  .header__content {
    width: 100%;
    justify-content: center;
    align-items: center; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .header__content {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header__content {
    width: 100%; } }
@media (min-width: 1440px) {
  .header__content {
    width: 100%; } }
@media (min-width: 1920px) {
  .header__content {
    width: 1700px; } }
.header .logo-and-nav {
  display: flex;
  align-items: center; }
.header .logo {
  padding: 0 2rem 0 0; }
@media (max-width: 767px) {
  .header .logo {
    padding: 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .header .logo {
    padding: 0 1.5rem 0 0; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header .logo {
    padding: 0 1.5rem 0 0; } }
.header #logo-pxp {
  height: 4rem; }
@media (max-width: 767px) {
  .header #logo-pxp {
    height: 2.5rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .header #logo-pxp {
    height: 3rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header #logo-pxp {
    height: 3rem; } }

.header .nav {
  height: 3rem;
  padding: 0 0 0 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }
@media (max-width: 767px) {
  .header .nav {
    border: 0;
    display: none; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .header .nav {
    padding: 0 0 0 1.5rem;
    display: none; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header .nav {
    padding: 0 0 0 1.5rem; } }
.header .nav__list {
  display: flex;
  column-gap: 3rem; }
@media (min-width: 768px) and (max-width: 1279px) {
  .header .nav__list {
    column-gap: 1.75rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header .nav__list {
    column-gap: 1.75rem; } }
.header .nav .sub-menu {
  display: none;
  background: #000;
  padding: 1rem;
  z-index: 999;
  position: absolute; }
.header .nav .sub-menu:hover {
  display: inline-block; }
.header .nav__item a {
  display: block;
  color: #fff;
  line-height: 3rem;
  text-transform: uppercase;
  font-size: 1.5rem; }
.header .nav__item a:hover {
  color: var(--orange-color); }
.header .nav__item a:hover + .sub-menu {
  display: inline-block; }
@media (min-width: 768px) and (max-width: 1279px) {
  .header .nav__item a {
    font-size: 1.25rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .header .nav__item a {
    font-size: 1.25rem; } }
.header .nav__item--active a {
  color: #ff8a00; }

.toolbar {
  display: flex;
  column-gap: 1.25rem;
  align-items: center; }
@media (max-width: 767px) {
  .toolbar {
    display: none; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .toolbar {
    column-gap: 1.5rem; } }
.toolbar__link {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase; }
@media (min-width: 768px) and (max-width: 1279px) {
  .toolbar__link {
    font-size: 1.25rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .toolbar__link {
    font-size: 1.25rem; } }
.toolbar__link--active {
  color: #ff8a00; }
.toolbar__link:hover {
  color: #ff8a00; }
.toolbar__account {
  display: flex;
  align-items: center;
  column-gap: .5rem;
  text-transform: uppercase; }
.toolbar #icon-cart, .toolbar #icon-account {
  height: 2rem;
  vertical-align: middle; }
.toolbar #icon-cart polygon, .toolbar #icon-cart path, .toolbar #icon-account polygon, .toolbar #icon-account path {
  fill: #fff; }
.toolbar__account-avatar {
  width: 3rem;
  height: 3rem;
  border: 2px solid #ff8a00;
  transform: skew(-8deg); }
.toolbar .toolbar__link {
  display: flex;
  align-items: center; }
.toolbar .toolbar__link span {
  color: #ff8a00; }

.search {
  display: table;
  height: 4rem; }
.search__form {
  display: table-cell;
  vertical-align: middle; }
.search__field {
  padding: .5rem;
  width: 30rem; }

.ticker {
  background: #ff8a00;
  padding: .5rem; }
.ticker__content {
  text-align: center;
  width: 1700px;
  margin: 0 auto; }

.botbar {
  display: none; }
@media (max-width: 767px) {
  .botbar {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 255;
    border-top: 1px solid var(--grey-color);
    height: 4rem;
    width: 100vw;
    background: var(--dark-grey-color); } }
@media (min-width: 768px) and (max-width: 1279px) {
  .botbar {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 255;
    border-top: 1px solid var(--grey-color);
    height: 4rem;
    width: 100vw;
    background: var(--dark-grey-color); } }
.botbar__list {
  display: flex;
  height: 100%;
  justify-content: space-between; }
.botbar__link {
  display: inline-block;
  width: calc(100vw / 5);
  text-align: center;
  padding: .75rem 0;
  color: #aaa; }
.botbar__label {
  padding: .25rem 0 0 0;
  font-size: .75rem; }
.botbar #logomark-pxp, .botbar #icon-categories, .botbar #icon-cart, .botbar #icon-account, .botbar #icon-more {
  height: 1.5rem;
  vertical-align: middle; }
.botbar #logomark-pxp polygon, .botbar #logomark-pxp path, .botbar #icon-categories polygon, .botbar #icon-categories path, .botbar #icon-cart polygon, .botbar #icon-cart path, .botbar #icon-account polygon, .botbar #icon-account path, .botbar #icon-more polygon, .botbar #icon-more path {
  fill: #aaa; }
.botbar__link--active {
  color: #ff8a00;
  font-weight: 600; }
.botbar__link--active #logomark-pxp polygon, .botbar__link--active #logomark-pxp path, .botbar__link--active #icon-categories polygon, .botbar__link--active #icon-categories path, .botbar__link--active #icon-cart polygon, .botbar__link--active #icon-cart path, .botbar__link--active #icon-account polygon, .botbar__link--active #icon-account path, .botbar__link--active #icon-more polygon, .botbar__link--active #icon-more path {
  fill: #ff8a00; }
.botbar__link--active.linkCategories, .botbar__link--active.linkMore {
  color: #fff;
  font-weight: 600; }
.botbar__link--active.linkCategories #icon-categories polygon, .botbar__link--active.linkCategories #icon-categories path, .botbar__link--active.linkCategories #icon-more polygon, .botbar__link--active.linkCategories #icon-more path, .botbar__link--active.linkMore #icon-categories polygon, .botbar__link--active.linkMore #icon-categories path, .botbar__link--active.linkMore #icon-more polygon, .botbar__link--active.linkMore #icon-more path {
  fill: #fff; }

.menu__categories, .menu__more {
  display: none;
  position: fixed;
  z-index: 100;
  width: calc(100vw);
  left: 0;
  bottom: 4rem;
  background: var(--dark-grey-color);
  clip-path: polygon(0px 25px, 26px 0px, calc(40% - 25px) 0px, 40% 25px, 100% 25px, 100% 100%, 0% 100%);
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.8); }
@media (max-width: 767px) {
  .menu__categories, .menu__more {
    display: inline-block; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .menu__categories, .menu__more {
    display: inline-block; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .menu__categories, .menu__more {
    display: inline-block; } }
.menu__categories .categories__list, .menu__categories .more__list, .menu__more .categories__list, .menu__more .more__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 1rem;
  column-gap: 1rem;
  padding: 3rem 1rem 1rem; }
.menu__categories .categories__item, .menu__categories .more__item, .menu__more .categories__item, .menu__more .more__item {
  width: calc(50% - .5rem);
  text-align: center; }
.menu__categories .categories__link, .menu__categories .categories__link::after, .menu__categories .more__link, .menu__categories .more__link::after, .menu__more .categories__link, .menu__more .categories__link::after, .menu__more .more__link, .menu__more .more__link::after {
  color: #000;
  padding: 1.25rem 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: .75rem;
  display: block;
  color: #000;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(45deg, transparent 5%, #ff8a00 5%);
  border: 0;
  letter-spacing: 1px;
  word-spacing: -4px;
  box-shadow: 4px 0px 0px var(--blue-color);
  outline: transparent;
  position: relative; }
.menu__categories .categories__link::after, .menu__categories .more__link::after, .menu__more .categories__link::after, .menu__more .more__link::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: 'PXP';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #ff8a00 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0); }
.menu__categories .categories__link:hover::after, .menu__categories .more__link:hover::after, .menu__categories #place_order:hover::after, .menu__more .categories__link:hover::after, .menu__more .more__link:hover::after, .menu__more #place_order:hover::after {
  animation: 1s glitch-animation1;
  animation-timing-function: steps(2, end); }

.menu__categories.closed, .menu__more.closed {
  transform: translateY(150%);
  transition: transform .3s ease-in-out; }

.menu__categories.open, .menu__more.open {
  transform: translateY(0);
  transition: transform .3s ease-in-out; }

.menu__more .socials {
  display: flex;
  column-gap: 2rem;
  justify-content: center;
  padding: .5rem 0 1rem;
  width: 100%; }
.menu__more .socials svg, .menu__more .socials path {
  height: 1.5rem;
  width: 1.5rem;
  fill: #ff8a00; }

.menu__more .payments {
  width: 100%;
  display: flex;
  column-gap: 1rem;
  justify-content: center;
  padding: .5rem 0 1rem; }
.menu__more .payments svg, .menu__more .payments path {
  height: 1.5rem;
  width: auto; }

.blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1000%;
  z-index: 80;
  background: rgba(0, 0, 0, 0.8); }

.blur.closed {
  display: none; }

.blur.open {
  display: inline-block; }

.dot {
  display: none;
  position: relative;
  top: -59px;
  left: calc(100% - 50% + 8px);
  background: var(--red-color);
  width: 8px;
  height: 8px;
  border-radius: 50%; }

.announcement {
  padding: .75rem 0;
  background: #ff8a00;
  width: 100%; }
@media (max-width: 767px) {
  .announcement {
    padding: .625rem 1rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .announcement {
    padding: .625rem 1rem; } }

.announcement__text {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #000; }
@media (max-width: 767px) {
  .announcement__text {
    width: 100%;
    font-size: .825rem;
    line-height: 1rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .announcement__text {
    width: 100%; } }

.banner {
  margin: 0 0 6rem 0;
  overflow-y: hidden;
  position: relative;
  width: 100%; }
@media (max-width: 767px) {
  .banner {
    margin: 0 0 2rem 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .banner {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .banner {
    width: 100%; } }
.banner video {
  width: 100%;
  object-fit: cover; }
@media (max-width: 767px) {
  .banner video {
    height: 500px; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .banner video {
    height: 550px; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .banner video {
    height: 650px; } }
@media (min-width: 1440px) {
  .banner video {
    height: 650px; } }
@media (min-width: 1920px) {
  .banner video {
    height: 800px; } }

.banner__grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 136, 0, 0.39) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
  /* Ensures the grid doesn't interfere with video controls */
  display: flex;
  align-items: center; }

.banner__content {
  position: absolute;
  top: calc(40% - 2rem - 2rem);
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 10; }
@media (max-width: 767px) {
  .banner__content {
    padding: 0 1rem;
    top: calc(50% - 7rem); } }
@media (min-width: 768px) and (max-width: 1279px) {
  .banner__content {
    padding: 0 6rem;
    top: calc(50% - 7rem); } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .banner__content {
    padding: 0 6rem;
    top: calc(50% - 7rem); } }

.banner__title {
  font-size: 6rem;
  font-weight: 600;
  padding: 0 2rem 2rem;
  line-height: 120%; }
@media (max-width: 767px) {
  .banner__title {
    font-size: 2.5rem;
    word-spacing: -4px;
    padding: 0 0 1rem 0;
    line-height: 3rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .banner__title {
    font-size: 3rem;
    word-spacing: -4px;
    padding: 0 0 1rem;
    line-height: 3.75rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .banner__title {
    font-size: 3rem;
    word-spacing: -4px;
    padding: 0 0 1rem;
    line-height: 3.75rem; } }

.banner__cta, .banner__cta::after {
  margin: 1rem auto 1rem;
  display: inline-block;
  color: #000;
  font-weight: 600;
  padding: 1rem 1.25rem;
  text-align: center;
  background: linear-gradient(45deg, transparent 5%, #ff8a00 5%);
  border: 0;
  color: #000;
  letter-spacing: 3px;
  word-spacing: -4px;
  box-shadow: 4px 0px 0px var(--blue-color);
  outline: transparent;
  position: relative;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .banner__cta, .banner__cta::after {
    padding: 1rem 1rem;
    font-size: 0.75rem; } }

.banner__cta::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: 'PXP';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #ff8a00 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0); }

.banner__cta:hover::after {
  animation: 1s glitch-animation1;
  animation-timing-function: steps(2, end); }

.brandbar {
  padding: 0 0 6rem 0; }
@media (max-width: 767px) {
  .brandbar {
    padding: 0 0 4rem; } }
.brandbar .wrapper {
  width: 1700px;
  margin: 0 auto; }
@media (max-width: 767px) {
  .brandbar .wrapper {
    width: 100%;
    padding: 0; } }
.brandbar .brand__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 2rem; }
@media (max-width: 767px) {
  .brandbar .brand__list {
    flex-direction: column;
    row-gap: 1rem; } }
.brandbar .brand__item {
  width: calc(100% / 3);
  text-align: center;
  display: flex;
  align-items: center;
  background: #2a2a2a; }
@media (max-width: 767px) {
  .brandbar .brand__item {
    width: 100%; } }
.brandbar .brand__link {
  display: block;
  width: 100%;
  padding: 2rem; }
.brandbar #logo-onepiecetcg {
  height: 6rem;
  fill: #fff; }
@media (max-width: 767px) {
  .brandbar #logo-onepiecetcg {
    width: 100%;
    height: auto; } }
.brandbar .logo-digimoncardgame {
  height: 5.5rem; }
@media (max-width: 767px) {
  .brandbar .logo-digimoncardgame {
    width: 100%;
    height: auto; } }
.brandbar .logo-dragonballcardgamefusionworld {
  height: 7rem; }
@media (max-width: 767px) {
  .brandbar .logo-dragonballcardgamefusionworld {
    width: auto;
    height: 4rem; } }

.template__home {
  width: 100%;
  margin: 0 0 6rem 0; }
@media (max-width: 767px) {
  .template__home {
    margin: 0 0 0 0;
    padding: 0 1rem;
    width: 100vw; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .template__home {
    padding: 0 2rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .template__home {
    padding: 0 2rem; } }
.template__home .epyt-gallery {
  max-width: 100vw;
  padding: 0 2rem; }
@media (max-width: 767px) {
  .template__home .epyt-gallery {
    padding: 0; } }
.template__home .epyt-video-wrapper {
  width: 50%;
  margin: 0 auto; }
@media (max-width: 767px) {
  .template__home .epyt-video-wrapper {
    width: 100%; } }
.template__home .products {
  margin: 0 0 6rem 0; }
@media (max-width: 767px) {
  .template__home .products {
    margin: 0 0 2rem 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .template__home .products {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .template__home .products {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 1440px) {
  .template__home .products {
    padding: 0 2rem; } }
@media (min-width: 1920px) {
  .template__home .products {
    padding: 0; } }

.about .section__content {
  position: relative; }

.about-pxp__bg-shape1 {
  position: absolute;
  top: 30px;
  left: 150px;
  width: 1480px;
  height: 400px;
  background: linear-gradient(35deg, rgba(255, 138, 0, 0.7), rgba(255, 138, 0, 0));
  transform: skew(-16deg);
  z-index: -1; }

.about-pxp__bg-shape2 {
  position: absolute;
  top: 80px;
  left: 50px;
  width: 1600px;
  height: 400px;
  background: linear-gradient(35deg, rgba(255, 138, 0, 0.7), rgba(255, 138, 0, 0));
  transform: skew(-16deg);
  z-index: -1; }

.about-pxp {
  display: flex;
  align-items: center;
  column-gap: 2rem; }
.about-pxp__text-wrapper {
  width: 40%;
  padding: 0 8rem 0 0; }
.about-pxp__image-frame {
  width: 60%;
  transform: translateX(-40px); }
.about-pxp__image {
  width: 100%; }
.about-pxp__title {
  font-size: 2rem;
  color: #ff8a00;
  padding: 0 0 2rem 0;
  font-weight: 600; }
.about-pxp__text {
  font-size: 1.25rem;
  line-height: 2.25rem; }

.highlight {
  width: 50%;
  height: 400px;
  background: linear-gradient(35deg, rgba(255, 138, 0, 0.7), rgba(255, 138, 0, 0));
  transform: skew(-8deg); }
.highlight__content {
  padding: 2.5rem;
  transform: skew(8deg); }
.highlight__ign {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem; }
.highlight__name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  opacity: .5; }
.highlight__info-list {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.highlight__info-item {
  display: flex;
  column-gap: 1rem; }
.highlight__property {
  width: 6rem;
  line-height: 1.5rem;
  font-weight: 600; }

.team__content {
  display: flex;
  column-gap: 2rem;
  align-items: center; }
.team .team-members {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: .5rem;
  row-gap: .5rem;
  width: 50%; }
.team .team-member {
  width: 160px;
  height: 200px;
  background: #444;
  transform: skewX(-8deg);
  border-radius: 4px;
  border: 4px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.team .team-member:hover {
  border-color: #ff8a00;
  cursor: pointer;
  transform: scale(1.2) skewX(-8deg);
  z-index: 999;
  box-shadow: 0 0 12px 0 #ff8a0044; }
.team .team-member__ign {
  background: #ddd;
  padding: 1rem;
  font-weight: 600;
  color: #444;
  text-transform: uppercase; }

.cursor {
  display: inline-block;
  height: 1.25rem;
  width: .75rem;
  margin: 0 0 0 .25rem;
  transform: translateY(1px);
  animation: blink-caret .5s step-end infinite; }

@keyframes blink-caret {
  from, to {
    background: transparent; }
  50% {
    background: #ff8a00; } }
.woocommerce-breadcrumb {
  margin: 0 0 2rem 0; }

.woocommerce-breadcrumb a {
  color: var(--orange-color); }
.woocommerce-breadcrumb a:hover {
  border-bottom: 2px solid #ff8a00; }

.woocommerce-no-products-found {
  margin: 0 0 4rem 0; }

.woocommerce-error a {
  color: #ff8a00; }
@media (max-width: 767px) {
  .woocommerce-error {
    max-width: 100vw; } }

.woocommerce-message {
  line-height: 1.25rem; }
.woocommerce-message a {
  color: #ff8a00; }

.woocommerce-info, .return-to-shop {
  width: 100%; }

@media (max-width: 767px) {
  .wc-empty-cart-message .woocommerce-info, .wc-empty-cart-message + .return-to-shop {
    padding: 0 0 0 1rem; } }

.return-to-shop a {
  color: #ff8a00; }
.return-to-shop a:hover {
  border-bottom: 2px solid #ff8a00; }

.woocommerce-info {
  line-height: 1.25rem;
  z-index: 1; }

.content-area {
  order: 2;
  width: 100%;
  margin: 0 0 4rem; }
@media (min-width: 1440px) {
  .content-area {
    width: 100vw; } }
@media (min-width: 1920px) {
  .content-area {
    width: 100%; } }

@media (max-width: 767px) {
  .site-main {
    width: calc(100vw - 2rem);
    padding: 0 1rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .site-main {
    padding: 2rem 2rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .site-main {
    padding: 2rem 2rem; } }
@media (min-width: 1440px) {
  .site-main {
    padding: 2rem 2rem; } }
@media (min-width: 1920px) {
  .site-main {
    padding: 0; } }

.woocommerce-ordering {
  margin: .5rem 0 0 0; }

.orderby {
  padding: .5rem; }

.shopcategories {
  width: 1700px; }

li.sale .onsale {
  display: inline-block;
  position: absolute;
  background: var(--red-color);
  color: #fff;
  padding: .5rem;
  margin: 15rem 0 0;
  width: 5rem;
  font-weight: 600; }
@media (max-width: 767px) {
  li.sale .onsale {
    margin: calc((100vw / 2) - (2rem / 2) - (1rem / 2) - 4rem) 0 0;
    padding: .25rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  li.sale .onsale {
    margin: calc((100vw / 3) - (4rem / 3) - (4rem / 3) - 20px - 4.5rem) 0 0;
    padding: .25rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  li.sale .onsale {
    margin: calc((100vw / 4) - (4rem / 4) - (4rem / 4) - 20px - 4.5rem) 0 0;
    padding: .25rem; } }

.product .onsale {
  display: none; }

.single_add_to_cart_button, .single_add_to_cart_button::after, .wc-proceed-to-checkout a, .wc-proceed-to-checkout a::after, #place_order, #place_order::after, .woocommerce-form-login__submit, .woocommerce-form-login__submit::after {
  display: block;
  color: #000;
  font-weight: 600;
  padding: 1rem 1.5rem;
  text-align: center;
  background: linear-gradient(45deg, transparent 5%, #ff8a00 5%);
  border: 0;
  color: #000;
  box-shadow: 4px 0px 0px var(--blue-color);
  outline: transparent;
  position: relative;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .single_add_to_cart_button, .single_add_to_cart_button::after, .wc-proceed-to-checkout a, .wc-proceed-to-checkout a::after, #place_order, #place_order::after, .woocommerce-form-login__submit, .woocommerce-form-login__submit::after {
    font-size: .75rem; } }

.single_add_to_cart_button::after, .wc-proceed-to-checkout a::after, #place_order::after, .woocommerce-form-login__submit::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: 'PXP';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #ff8a00 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0); }

.single_add_to_cart_button:hover::after, .wc-proceed-to-checkout a:hover::after, #place_order:hover::after, .woocommerce-form-login__submit:hover::after {
  animation: 1s glitch-animation1;
  animation-timing-function: steps(2, end); }

@keyframes glitch-animation1 {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px); }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px); }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px); }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px); }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px); }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px); }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px); }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px); }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px); }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px); }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0); } }
.products {
  margin: 6rem 0;
  display: flex;
  column-gap: 2rem;
  row-gap: 2rem;
  max-width: 100%;
  width: 1700px;
  flex-wrap: wrap; }
@media (max-width: 767px) {
  .products {
    column-gap: 1rem;
    margin: 2rem 0 6rem;
    row-gap: 1rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .products {
    margin: 4rem 0; } }
@media (min-width: 1440px) {
  .products {
    width: 100%; } }

.woocommerce-ordering + .products {
  margin: 3rem 0 6rem; }
@media (min-width: 1440px) {
  .woocommerce-ordering + .products {
    width: calc(100vw - 4rem); } }
@media (min-width: 1920px) {
  .woocommerce-ordering + .products {
    width: 100%; } }

li.product {
  padding: 30px;
  padding-top: 35px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  clip-path: polygon(0px 25px, 26px 0px, calc(60% - 25px) 0px, 60% 25px, 100% 25px, 100% calc(100% - 10px), calc(100% - 15px) calc(100% - 10px), calc(80% - 10px) calc(100% - 10px), calc(80% - 15px) calc(100% - 0px), 10px calc(100% - 0px), 0% calc(100% - 10px));
  background-color: #2a2a2a;
  text-align: center; }
@media (max-width: 767px) {
  li.product {
    width: calc(50% - .5rem); } }
@media (min-width: 768px) and (max-width: 1279px) {
  li.product {
    width: calc((100% / 3) - (4rem / 3)); } }
@media (min-width: 1280px) and (max-width: 1439px) {
  li.product {
    width: calc((100% / 4) - (6rem / 4)); } }

.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.woocommerce-loop-product__title {
  color: var(--blue-color);
  font-size: 1.25rem;
  padding: .5rem 0 .25rem 0;
  order: 3;
  width: 294px;
  line-height: 1.5rem; }
@media (max-width: 767px) {
  .woocommerce-loop-product__title {
    font-size: 1rem;
    width: 100%;
    line-height: 1.25rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .woocommerce-loop-product__title {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .woocommerce-loop-product__title {
    width: 100%; } }

li .price {
  color: #fff;
  padding: 1rem 0 0 0; }

li .attachment-woocommerce_thumbnail, .wp-post-image {
  width: 294px;
  height: 294px;
  background: #424242; }
@media (max-width: 767px) {
  li .attachment-woocommerce_thumbnail, .wp-post-image {
    width: 100%;
    height: auto;
    max-height: calc((100vw / 2) - (2rem / 2) - (1rem / 2)); } }
@media (min-width: 768px) and (max-width: 1279px) {
  li .attachment-woocommerce_thumbnail, .wp-post-image {
    width: 100%;
    height: auto;
    max-height: calc((100vw / 3) - (4rem / 3) - (4rem / 3) - 20px); } }
@media (min-width: 1280px) and (max-width: 1439px) {
  li .attachment-woocommerce_thumbnail, .wp-post-image {
    width: 100%;
    height: auto;
    max-height: calc((100vw / 4) - (4rem / 4) - (4rem / 4) - 20px); } }
@media (min-width: 1440px) {
  li .attachment-woocommerce_thumbnail, .wp-post-image {
    width: calc((100vw / 4) - (6rem / 4) - (4rem / 4) - 20px);
    height: auto;
    max-height: calc((100vw / 4) - (4rem / 4) - (4rem / 4) - 20px); } }
@media (min-width: 1920px) {
  li .attachment-woocommerce_thumbnail, .wp-post-image {
    width: 294px;
    height: 294px; } }

.woocommerce-product-gallery__wrapper .wp-post-image {
  width: 500px;
  height: 500px;
  background: transparent;
  max-height: 500px; }
@media (max-width: 767px) {
  .woocommerce-product-gallery__wrapper .wp-post-image {
    width: 100%;
    height: calc(100vw - 2rem);
    max-height: calc(100vw - 2rem); } }
@media (min-width: 768px) and (max-width: 1279px) {
  .woocommerce-product-gallery__wrapper .wp-post-image {
    width: 400px;
    height: 400px;
    max-height: 400px; } }

.sku_wrapper {
  display: none; }

.instock .add_to_cart_button, .instock .add_to_cart_button::after, .outofstock .product_type_simple, .outofstock .product_type_simple::after {
  margin: 1rem auto 1rem;
  display: inline-block;
  color: #000;
  font-weight: 600;
  padding: 1rem 1.25rem;
  text-align: center;
  background: linear-gradient(45deg, transparent 5%, #ff8a00 5%);
  border: 0;
  color: #000;
  box-shadow: 4px 0px 0px var(--blue-color);
  outline: transparent;
  position: relative;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .instock .add_to_cart_button, .instock .add_to_cart_button::after, .outofstock .product_type_simple, .outofstock .product_type_simple::after {
    padding: 1rem 1rem;
    font-size: 0.75rem; } }

.instock .add_to_cart_button::after, .outofstock .product_type_simple::after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);
  content: 'PXP';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #ff8a00 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0); }

.instock .add_to_cart_button:hover::after, .outofstock .product_type_simple:hover::after {
  animation: 1s glitch-animation1;
  animation-timing-function: steps(2, end); }

/* secret trick */
.variations {
  display: none; }

.variation {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  margin: 0 0 2rem 0; }
.variation__options {
  display: flex;
  column-gap: .5rem;
  row-gap: .5rem;
  flex-wrap: wrap; }
.variation__option {
  padding: 1rem;
  border: 2px solid #00dbff; }
.variation__option--selected {
  background: #ff8a00;
  color: #000;
  font-weight: 600; }
.variation__option:hover {
  background: #00dbff !important;
  cursor: pointer;
  color: #000;
  font-weight: 600; }

.add_to_cart_button {
  font-weight: 600; }

.added_to_cart {
  display: none; }

/* Product detail page */
.summary .product_title {
  font-size: 2.5rem;
  line-height: 2.2rem;
  position: relative;
  padding-bottom: 1rem; }
@media (max-width: 767px) {
  .summary .product_title {
    padding: 1rem 0 1rem 0;
    font-size: 1.75rem;
    line-height: 2rem; } }
@media (min-width: 1440px) {
  .summary .product_title {
    padding: 1rem 0 1rem 0; } }
.summary .product_title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 100%;
  height: 10px;
  background-color: var(--orange-color);
  clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }

.related.products {
  flex-direction: column; }
@media (max-width: 767px) {
  .related.products {
    margin: 0 0 6rem; } }
@media (max-width: 767px) {
  .related.products .woocommerce-loop-product__link {
    width: calc(100vw - 2rem); } }
.related.products .products {
  margin: .5rem 0 0 0; }
@media (max-width: 767px) {
  .related.products .products {
    width: calc(100vw - 2rem);
    margin: .5rem 0 0 0; } }
@media (max-width: 767px) {
  .related.products .products .product {
    flex-direction: row !important; } }
.related.products h2 {
  color: #00dbff;
  font-size: 1.25rem; }

@keyframes h1glitched {
  0% {
    transform: skew(-20deg);
    left: -4px; }
  10% {
    transform: skew(-20deg);
    left: -4px; }
  11% {
    transform: skew(0deg);
    left: 2px; }
  50% {
    transform: skew(0deg); }
  51% {
    transform: skew(10deg); }
  59% {
    transform: skew(10deg); }
  60% {
    transform: skew(0deg); }
  100% {
    transform: skew(0deg); } }
h1.cyberpunk.glitched:before, .cyberpunk h1.glitched:before {
  animation-name: h1beforeglitched;
  animation-duration: calc(var(--glitched-duration) * 2);
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes h1beforeglitched {
  0% {
    transform: skew(-20deg);
    left: -4px;
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
  10% {
    transform: skew(-20deg);
    left: -4px;
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
  11% {
    transform: skew(0deg);
    left: 2px;
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
  50% {
    transform: skew(0deg);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
  51% {
    transform: skew(0deg);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 40% 5px, calc(40% - 30px) 0px, calc(40% + 30px) 0px, calc(45% - 15px) 5px, 100% 5px, 100% 6px, calc(45% - 14px) 6px, calc(40% + 29px) 1px, calc(40% - 29px) 1px, calc(40% + 1px) 6px, 85px 6px, 80px 10px, 0px 10px); }
  59% {
    transform: skew(0deg);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 40% 5px, calc(40% - 30px) 0px, calc(40% + 30px) 0px, calc(45% - 15px) 5px, 100% 5px, 100% 6px, calc(45% - 14px) 6px, calc(40% + 29px) 1px, calc(40% - 29px) 1px, calc(40% + 1px) 6px, 85px 6px, 80px 10px, 0px 10px); }
  60% {
    transform: skew(0deg);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
  100% {
    transform: skew(0deg);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); } }
.product.status-publish {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  justify-content: space-between;
  margin: 2rem 0 0 0; }
.product.status-publish .related.products {
  width: 100%; }
.product.status-publish .woocommerce-product-gallery {
  width: 49%;
  text-align: center; }
@media (max-width: 767px) {
  .product.status-publish .woocommerce-product-gallery {
    width: 100% !important; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .product.status-publish .woocommerce-product-gallery {
    width: 100% !important; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .product.status-publish .woocommerce-product-gallery {
    width: 47% !important; } }
@media (min-width: 1440px) {
  .product.status-publish .woocommerce-product-gallery {
    width: 48% !important; } }
@media (min-width: 1920px) {
  .product.status-publish .woocommerce-product-gallery {
    width: 49% !important; } }
@media (max-width: 767px) {
  .product.status-publish .wp-post-image {
    height: auto;
    margin: 0 auto; } }
.product.status-publish .entry-summary {
  width: 49%; }
@media (max-width: 767px) {
  .product.status-publish .entry-summary {
    width: 100%;
    padding: 0 0 4rem 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .product.status-publish .entry-summary {
    width: 100%;
    padding: 2rem 0 2rem 0; } }
.product.status-publish .entry-summary .price {
  padding: 2rem 0 2rem 0;
  font-size: 1.5rem;
  letter-spacing: -2px;
  color: #00dbff; }
@media (max-width: 767px) {
  .product.status-publish .entry-summary .price {
    font-size: 1.25rem;
    letter-spacing: -2px; } }
.product.status-publish .entry-summary .custom-description {
  padding: 1rem 0 0;
  line-height: 1.25rem; }
.product.status-publish .entry-summary .qty {
  margin: 0 0 1rem 0;
  padding: .5rem;
  width: 2.5rem;
  text-align: center; }
.product.status-publish .entry-summary .product_meta {
  margin: 2rem 0 0 0; }
.product.status-publish .entry-summary .product_meta a {
  color: #ff8a00; }
.product.status-publish .entry-summary .product_meta a:hover {
  border-bottom: 2px solid #ff8a00; }
.product.status-publish .wc-tabs-wrapper {
  width: 100%; }

.products .product {
  margin: 0;
  display: flex;
  flex-direction: column; }

/* Cart */
.entry-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  margin: 0 0 2rem 0; }
@media (max-width: 767px) {
  .entry-content .woocommerce {
    margin: 0 0 4rem 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .entry-content .woocommerce {
    margin: 0 0 5rem 0; } }
@media (min-width: 1440px) {
  .entry-content .woocommerce {
    margin: 0 0 5rem 0;
    padding: 0 2rem; } }
@media (min-width: 1920px) {
  .entry-content .woocommerce {
    padding: 0; } }

.woocommerce-notices-wrapper {
  width: 100%; }
@media (max-width: 767px) {
  .woocommerce-notices-wrapper {
    padding: 0 1rem; } }

.woocommerce-message {
  padding: 2rem 0; }
.woocommerce-message .restore-item {
  color: #ff8a00; }

.woocommerce-cart-form .size-woocommerce_thumbnail, .woocommerce-cart-form .wp-post-image {
  height: 8rem;
  max-width: 8rem;
  background: #424242; }
@media (max-width: 767px) {
  .woocommerce-cart-form .size-woocommerce_thumbnail, .woocommerce-cart-form .wp-post-image {
    height: 3.5rem;
    width: 3.5rem;
    max-width: 3.5rem; } }

.woocommerce-cart-form {
  flex-grow: 2;
  padding: 1rem 0 2rem 0; }
@media (max-width: 767px) {
  .woocommerce-cart-form {
    padding: 0; } }
.woocommerce-cart-form .shop_table {
  display: inline-block; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table {
    padding: 0 1rem 0; } }
.woocommerce-cart-form .shop_table th, .woocommerce-cart-form .shop_table tr, .woocommerce-cart-form .shop_table td, .woocommerce-cart-form .shop_table thead, .woocommerce-cart-form .shop_table tbody {
  display: inline-block; }
.woocommerce-cart-form .shop_table thead, .woocommerce-cart-form .shop_table tbody {
  display: flex;
  row-gap: 1rem;
  flex-direction: column; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead, .woocommerce-cart-form .shop_table tbody {
    column-gap: .5rem; } }
.woocommerce-cart-form .shop_table thead {
  padding: 1rem 0 1rem 0; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead {
    display: none; } }
.woocommerce-cart-form .shop_table thead, .woocommerce-cart-form .shop_table tbody {
  text-align: left; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody tr {
    padding: 1rem 0 0 0;
    border-top: 1px solid var(--dark-grey-color); }
  .woocommerce-cart-form .shop_table tbody tr:first-child {
    border: 0; } }
.woocommerce-cart-form .shop_table thead th:first-child, .woocommerce-cart-form .shop_table tbody td:first-child {
  order: 6;
  width: 5%;
  text-align: right; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th:first-child, .woocommerce-cart-form .shop_table tbody td:first-child {
    order: 5; } }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table tbody td:first-child {
    width: 5%; } }
.woocommerce-cart-form .shop_table thead th:nth-child(2), .woocommerce-cart-form .shop_table tbody td:nth-child(2) {
  width: 100px; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th:nth-child(2), .woocommerce-cart-form .shop_table tbody td:nth-child(2) {
    width: 3.5rem;
    order: 1; } }
.woocommerce-cart-form .shop_table thead th:nth-child(3), .woocommerce-cart-form .shop_table tbody td:nth-child(3) {
  width: 40%;
  padding: 0 0 0 1rem; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th:nth-child(3), .woocommerce-cart-form .shop_table tbody td:nth-child(3) {
    padding: 0;
    width: calc(100% - 10rem);
    order: 2; } }
.woocommerce-cart-form .shop_table thead th:nth-child(4), .woocommerce-cart-form .shop_table tbody td:nth-child(4) {
  width: 10%;
  text-align: center; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th:nth-child(4), .woocommerce-cart-form .shop_table tbody td:nth-child(4) {
    text-align: right;
    width: 20%;
    order: 3; } }
.woocommerce-cart-form .shop_table thead th:nth-child(5), .woocommerce-cart-form .shop_table tbody td:nth-child(5) {
  width: 10%;
  text-align: center; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th:nth-child(5), .woocommerce-cart-form .shop_table tbody td:nth-child(5) {
    display: flex;
    align-items: center;
    width: calc(95% - .5rem);
    column-gap: .5rem;
    order: 4;
    justify-content: flex-end; }
  .woocommerce-cart-form .shop_table thead th:nth-child(5)::before, .woocommerce-cart-form .shop_table tbody td:nth-child(5)::before {
    display: inline;
    content: 'Qty: '; } }
.woocommerce-cart-form .shop_table tbody td:nth-child(5) input:focus {
  outline: solid #00dbff; }
.woocommerce-cart-form .shop_table thead th:nth-child(6), .woocommerce-cart-form .shop_table tbody td:nth-child(6) {
  width: 11%;
  text-align: center;
  word-spacing: -4px; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead th:nth-child(6), .woocommerce-cart-form .shop_table tbody td:nth-child(6) {
    text-align: right;
    width: 100%;
    padding: 0 0 .5rem 0;
    order: 6; }
  .woocommerce-cart-form .shop_table thead th:nth-child(6)::before, .woocommerce-cart-form .shop_table tbody td:nth-child(6)::before {
    content: 'Subtotal: '; } }
.woocommerce-cart-form .shop_table tbody td:nth-child(6) {
  font-weight: 600; }
.woocommerce-cart-form .shop_table th {
  color: #00dbff; }
.woocommerce-cart-form .shop_table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: .5rem;
  row-gap: .75rem; }
.woocommerce-cart-form .shop_table tbody tr:last-child {
  display: none; }
.woocommerce-cart-form .shop_table td.product-name a {
  color: #ff8a00;
  font-size: 1.25rem; }
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table td.product-name a {
    font-size: 1rem; } }
.woocommerce-cart-form .shop_table td.product-name a:hover {
  border-bottom: 2px solid #ff8a00; }
.woocommerce-cart-form .remove #icon-delete {
  fill: var(--grey-color); }
.woocommerce-cart-form .remove #icon-delete:hover {
  fill: var(--red-color); }

.woocommerce-cart-form__contents {
  width: 100%; }

.cart-collaterals {
  flex-grow: 1; }
@media (max-width: 767px) {
  .cart-collaterals {
    width: 100%; } }

.cart .product-price .woocommerce-Price-amount {
  display: inline-block; }

.cart .qty {
  padding: .5rem;
  width: 2rem;
  text-align: right;
  border: 0; }

.woocommerce-cart-form .actions {
  display: none; }

.site-content .entry-title {
  font-size: 2.5rem;
  line-height: 2.2rem;
  position: relative;
  padding-bottom: 1rem; }
.site-content .entry-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 2px;
  width: 100%;
  height: 10px;
  background-color: var(--orange-color);
  clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px); }
@media (max-width: 767px) {
  .site-content .entry-title::before {
    left: 16px; } }
@media (min-width: 1440px) {
  .site-content .entry-title::before {
    left: 32px;
    width: calc(100% - 4rem); } }
@media (min-width: 1920px) {
  .site-content .entry-title::before {
    left: 0;
    width: calc(100%); } }
@media (max-width: 767px) {
  .site-content .entry-title {
    width: calc(100vw - 2rem);
    padding: 0 1rem 1rem;
    font-size: 1.75rem; } }

.cart_totals {
  margin: 1rem 0 0 0;
  background: var(--dark-grey-color);
  padding: 1.5rem; }
@media (max-width: 767px) {
  .cart_totals {
    padding: 1.5rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .cart_totals {
    margin: 1rem 0 1rem; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cart_totals {
    margin: 1rem 0 1rem; } }
.cart_totals h2 {
  font-size: 1.5rem;
  padding: 0 0 1.5rem 0; }
@media (max-width: 767px) {
  .cart_totals h2 {
    padding: 0 0 .5rem 0;
    display: none; } }
.cart_totals .wc-proceed-to-checkout a {
  display: inline-block;
  margin: 1rem 0 0 0; }
.cart_totals .shop_table th {
  padding-right: 1rem;
  color: #00dbff; }
.cart_totals .shop_table td {
  padding: 1rem; }
@media (max-width: 767px) {
  .cart_totals .shop_table td {
    padding: .75rem .5rem; } }
.cart_totals .shop_table .woocommerce-shipping-methods {
  padding: 0 0 .5rem 0;
  display: flex;
  flex-direction: column;
  row-gap: .25rem; }
.cart_totals .shop_table .woocommerce-shipping-calculator {
  margin: .5rem 0 0 0; }
.cart_totals .shop_table .shipping-calculator-button {
  color: #ff8a00; }
.cart_totals .shop_table .shipping-calculator-button:hover {
  border-bottom: 2px solid #ff8a00; }

.select2-results__option {
  color: #000 !important; }

.select2-results__option--highlighted {
  color: #fff !important;
  background: #ff8a00 !important; }

.checkout_coupon {
  display: none; }

.coupon .checkout_coupon {
  display: block !important;
  padding: 1rem 0;
  margin: .5rem 0;
  border-top: 1px solid var(--grey-color);
  border-bottom: 1px solid var(--grey-color); }
.coupon .checkout_coupon p {
  display: none; }

.woocommerce-remove-coupon {
  color: #ff8a00; }

.woocommerce-form-coupon-toggle {
  display: none; }

/* Checkout */
.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  column-gap: .5rem;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }
@media (max-width: 767px) {
  .woocommerce-checkout {
    margin: 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .woocommerce-checkout {
    justify-content: space-between; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .woocommerce-checkout {
    justify-content: space-between; } }
.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%; }
.woocommerce-checkout .woocommerce-error {
  display: flex;
  flex-direction: column;
  row-gap: .25rem;
  margin: 1rem 0 2rem;
  padding: 1.5rem; }
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-error {
    padding: 1.5rem 1rem; } }
.woocommerce-checkout .col2-set {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: calc(50% - 1rem); }
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
    row-gap: 1rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
    row-gap: 1rem;
    margin: 0 0 1rem 0; } }
.woocommerce-checkout .col2-set .required {
  display: none;
  text-decoration: none;
  visibility: hidden; }
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set .woocommerce-billing-fields {
    padding: 0 1rem; } }
.woocommerce-checkout .col2-set .woocommerce-billing-fields h3 {
  font-size: 1.5rem;
  color: #00dbff; }
.woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  row-gap: .5rem; }
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    row-gap: 1rem; } }
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set .woocommerce-shipping-fields {
    padding: 0 1rem; }
  .woocommerce-checkout .col2-set .woocommerce-shipping-fields h3 {
    padding: 0 0 1rem 0; } }
.woocommerce-checkout .col2-set .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: .5rem; }
.woocommerce-checkout .col2-set #ship-to-different-address span {
  color: #ff8a00;
  display: inline-block;
  margin: 0 0 .5rem 0; }
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set .shipping_address {
    margin: 0 0 2rem 0; } }
.woocommerce-checkout .col2-set .select2-container {
  width: 20rem !important; }
@media (max-width: 767px) {
  .woocommerce-checkout .col2-set .select2-container {
    width: 100% !important; } }
.woocommerce-checkout .col2-set .select2-hidden-accessible {
  border: none !important;
  padding: .5rem !important; }
.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=email] {
  padding: .5rem;
  width: 20rem;
  border: 1px solid transparent; }
@media (max-width: 767px) {
  .woocommerce-checkout input[type=text], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=email] {
    width: 100%; } }
.woocommerce-checkout input[type=text]:focus, .woocommerce-checkout input[type=tel]:focus, .woocommerce-checkout input[type=email]:focus {
  outline: solid #00dbff; }
.woocommerce-checkout .form-row label {
  width: 12rem;
  display: inline-block; }
@media (max-width: 767px) {
  .woocommerce-checkout .form-row label {
    padding: 0 0 .25rem 0;
    width: calc(100% - 2.25rem); } }
.woocommerce-checkout .woocommerce-checkout-review-order {
  background: var(--dark-grey-color);
  padding: 1.5rem;
  width: 48%; }
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 70%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 48%; } }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin: 1rem 0 1.5rem 0; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th.product-name, .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th.product-total {
  text-align: left;
  color: #00dbff; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td.product-name {
  width: 25rem;
  padding: .25rem 0; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td.product-name .product-quantity {
  padding: 0 0 0 .5rem;
  color: #00dbff; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot th {
  text-align: right;
  padding: .25rem 1rem .25rem 0;
  color: #00dbff; }
.woocommerce-checkout .woocommerce-checkout-review-order .form-row-first {
  margin: .25rem 0 0 0; }
.woocommerce-checkout .woocommerce-checkout-review-order .form-row-last {
  padding: .5rem 0 0 0; }
.woocommerce-checkout .woocommerce-checkout-review-order .form-row-first, .woocommerce-checkout .woocommerce-checkout-review-order .form-row-last {
  display: inline-block; }
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-checkout-review-order .form-row-first, .woocommerce-checkout .woocommerce-checkout-review-order .form-row-last {
    width: 100%; } }
.woocommerce-checkout .woocommerce-checkout-review-order .form-row-first button, .woocommerce-checkout .woocommerce-checkout-review-order .form-row-last button {
  background: transparent;
  border: 0;
  padding: 0 0 2px 0;
  color: #ff8a00; }
.woocommerce-checkout .woocommerce-checkout-review-order .form-row-first button:hover, .woocommerce-checkout .woocommerce-checkout-review-order .form-row-last button:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #ff8a00; }
.woocommerce-checkout .woocommerce-checkout-review-order #order_review_heading {
  font-size: 1.5rem; }
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text {
  display: none; }
.woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem; }
.woocommerce-checkout .woocommerce-checkout-review-order .wc_payment_methods::before {
  content: 'Pay with:'; }
.woocommerce-checkout div.payment_method_woocommerce_payments {
  display: none !important; }
.woocommerce-checkout li.wc_payment_method {
  width: 100%;
  display: flex;
  flex-direction: column; }
.woocommerce-checkout li.wc_payment_method input:checked + label {
  background: #00dbff;
  color: #000; }
.woocommerce-checkout div.payment_method_ppcp-gateway {
  display: none !important; }
.woocommerce-checkout li.payment_method_ppcp-credit-card-gateway input + label + div {
  display: none; }
.woocommerce-checkout li.payment_method_ppcp-credit-card-gateway input:checked + label + div {
  display: inline-block !important; }
.woocommerce-checkout .wc_payment_method label {
  display: inline-block;
  width: 100%;
  line-height: 3rem;
  background: var(--grey-color);
  padding: 0 0 0 1rem; }
.woocommerce-checkout .wc_payment_method label:hover {
  cursor: pointer; }
.woocommerce-checkout .wc_payment_method label.selected {
  background: var(--red-color); }
.woocommerce-checkout .wc_payment_method img {
  vertical-align: middle;
  height: 1.75rem; }
.woocommerce-checkout .wc_payment_method .input-radio {
  display: none; }
.woocommerce-checkout .woopayments-rich-payment-method-label {
  display: none; }
.woocommerce-checkout .payment_box {
  padding: 1rem 0 0 0; }
.woocommerce-checkout .payment_box label {
  background: transparent;
  padding: 0; }
.woocommerce-checkout .payment_box .wc-payment-form {
  padding: 1rem; }
.woocommerce-checkout #payment_method_woocommerce_payments {
  display: inline-block !important; }
.woocommerce-checkout .payment_method_woocommerce_payments label img {
  display: none; }
.woocommerce-checkout .payment_method_ppcp-gateway p {
  display: none; }

/* My Account */
.post-9 {
  width: 1000px;
  margin: 0 auto; }
@media (max-width: 767px) {
  .post-9 {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .post-9 {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .post-9 {
    width: 100%; } }
.post-9 .woocommerce {
  display: flex; }

.woocommerce-MyAccount-navigation {
  width: 20%; }
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 1.25rem; }
.woocommerce-MyAccount-navigation a {
  color: #ff8a00; }
.woocommerce-MyAccount-navigation a:hover {
  border-bottom: 2px solid #ff8a00; }
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 0 1rem; } }

.woocommerce-MyAccount-content {
  width: 75%; }
.woocommerce-MyAccount-content p {
  padding: 0 0 1rem 0;
  font-size: 1.25rem;
  line-height: 1.75rem; }
.woocommerce-MyAccount-content p:last-child {
  padding: 0; }
.woocommerce-MyAccount-content a {
  color: #ff8a00; }
.woocommerce-MyAccount-content a:hover {
  border-bottom: 2px solid #ff8a00; }
@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    width: 100%;
    padding: 2rem 1rem 0; } }

/* Login */
.woocommerce h2 {
  font-size: 1.5rem;
  color: #00dbff;
  width: 100%;
  padding: 0 0 1rem; }
@media (max-width: 767px) {
  .woocommerce h2 {
    padding: 0 1rem 1rem; } }

.woocommerce-form-login label {
  display: block;
  padding: 0 0 .25rem 0; }
.woocommerce-form-login label span {
  display: inline-block;
  padding: 0 0 .5rem 0; }
.woocommerce-form-login .form-row {
  padding: 0 0 1rem 0; }
@media (max-width: 767px) {
  .woocommerce-form-login {
    padding: 0 1rem;
    width: calc(100vw - 2rem); } }
.woocommerce-form-login .woocommerce-Input--text {
  padding: .5rem; }

.woocommerce-LostPassword a {
  color: #ff8a00; }
.woocommerce-LostPassword a:hover {
  border-bottom: 2px solid #ff8a00; }

ul.page-numbers {
  display: flex;
  column-gap: 1rem;
  justify-content: center;
  margin: 0 0 6rem 0;
  flex-wrap: wrap;
  row-gap: 1rem; }
@media (max-width: 767px) {
  ul.page-numbers {
    margin: 0 0 6rem 0; } }
ul.page-numbers li {
  font-size: 1.25rem; }
ul.page-numbers li a {
  color: #ff8a00; }

@media (max-width: 767px) {
  .epyt-gallery, .epyt-gallery iframe {
    width: calc(100vw - 2rem); } }

@media (max-width: 767px) {
  .epyt-gallery iframe {
    height: auto; } }

.widget__cta {
  width: 100%;
  background: #121212;
  padding: 8rem 2rem; }
@media (max-width: 767px) {
  .widget__cta {
    padding: 4rem 1rem 8rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .widget__cta {
    padding: 4rem 0 8rem;
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .widget__cta {
    width: 100%; } }

.cta__list {
  width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
  max-width: 100%;
  padding: 0 2rem; }
@media (max-width: 767px) {
  .cta__list {
    width: 100%;
    flex-direction: column;
    row-gap: 1.5rem;
    justify-content: center;
    padding: 0; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .cta__list {
    width: 100%;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cta__list {
    width: 100%;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center; } }
@media (min-width: 1920px) {
  .cta__list {
    padding: 0;
    justify-content: space-between; } }
@media (min-width: 1920px) {
  .cta__list {
    padding: 0;
    justify-content: space-between; } }

.cta__item {
  text-align: center;
  background: #000; }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cta__item {
    width: calc((100vw / 2) - 8rem); } }
@media (min-width: 1920px) {
  .cta__item {
    width: calc((100vw / 3) - 8rem); } }
.cta__item:hover {
  cursor: pointer; }
.cta__item:hover .cta__img {
  transform: scale(1.5); }
.cta__item:nth-child(1) .cta__img {
  background: url("assets/img/pxp-cta-show-your-skills.png") 0 -20px no-repeat; }
@media (max-width: 767px) {
  .cta__item:nth-child(1) .cta__img {
    background-position: -50px -20px; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cta__item:nth-child(1) .cta__img {
    scale: 1.2; } }
@media (min-width: 1920px) {
  .cta__item:nth-child(1) .cta__img {
    background-position: center -20px;
    scale: 1.1; } }
.cta__item:nth-child(2) .cta__img {
  background: url("assets/img/pxp-cta-youtube.png") 0 -60px no-repeat; }
@media (max-width: 767px) {
  .cta__item:nth-child(2) .cta__img {
    background-position: -50px -20px; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cta__item:nth-child(2) .cta__img {
    scale: 1.2; } }
@media (min-width: 1920px) {
  .cta__item:nth-child(2) .cta__img {
    background-position: center -20px;
    scale: 1.1; } }
.cta__item:nth-child(3) .cta__img {
  background: url("assets/img/pxp-cta-join-our-team.png") 0 -60px no-repeat; }
@media (max-width: 767px) {
  .cta__item:nth-child(3) .cta__img {
    background-position: -70px -70px; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .cta__item:nth-child(3) .cta__img {
    background-position: center -70px; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cta__item:nth-child(3) .cta__img {
    scale: 1.2;
    background-position: center -70px; } }
@media (min-width: 1440px) {
  .cta__item:nth-child(3) .cta__img {
    background-position: -40px -70px; } }
@media (min-width: 1920px) {
  .cta__item:nth-child(3) .cta__img {
    background-position: center -70px;
    scale: 1.1; } }

.cta__link {
  display: block;
  width: 25rem;
  color: #121212;
  text-transform: uppercase;
  font-weight: 600;
  background: #ff8a00; }
@media (max-width: 767px) {
  .cta__link {
    width: 100%;
    max-width: 100%; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .cta__link {
    width: 40vw;
    max-width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .cta__link {
    width: 40vw;
    max-width: 100%; } }
@media (min-width: 1920px) {
  .cta__link {
    width: 100%; } }

.cta__img-container {
  overflow: hidden; }

.cta__img {
  height: 240px;
  transition: transform 0.3s; }
@media (max-width: 767px) {
  .cta__img {
    height: 200px; } }

.cta__text {
  padding: 1.5rem 0; }
@media (max-width: 767px) {
  .cta__text {
    padding: 1rem 0; } }

.prefooter {
  background: #444; }
@media (max-width: 767px) {
  .prefooter {
    display: none; } }
.prefooter .wrapper {
  display: flex;
  justify-content: flex-start;
  width: 1700px;
  margin: 0 auto;
  align-items: center;
  column-gap: 2rem; }
@media (max-width: 767px) {
  .prefooter .wrapper {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .prefooter .wrapper {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .prefooter .wrapper {
    width: 100%; } }
.prefooter .wrapper svg, .prefooter .wrapper path {
  height: 2rem;
  width: 2rem;
  fill: #fff; }
.prefooter .socials__text {
  padding: 3rem 0;
  font-size: 2rem; }
.prefooter .socials__list {
  display: flex;
  column-gap: 1.5rem;
  justify-content: flex-start; }
.prefooter .socials__link:hover svg, .prefooter .socials__link:hover path {
  fill: #ff8a00; }

.footer {
  width: 100%;
  padding: 8rem 0;
  background: var(--dark-grey-color); }
@media (max-width: 767px) {
  .footer {
    display: none;
    width: 100vw;
    padding: 4rem 0 8rem; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .footer {
    padding: 8rem 2rem;
    display: none; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .footer {
    padding: 8rem 2rem; } }

.subfooter {
  border-top: 1px solid #444;
  padding: 1.5rem 0; }
@media (max-width: 767px) {
  .subfooter {
    display: none; } }
.subfooter .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1700px;
  margin: 0 auto;
  align-items: center; }
.subfooter .payments {
  margin: 0 0 0 0; }
@media (max-width: 767px) {
  .subfooter .payments {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .subfooter .payments {
    width: 100%; } }
@media (min-width: 1280px) and (max-width: 1439px) {
  .subfooter .payments {
    width: 100%; } }
.subfooter .payments__list {
  display: flex;
  column-gap: 1.5rem;
  justify-content: center; }
.subfooter .payments__link {
  display: inline-block; }
.subfooter .payments svg, .subfooter .payments path {
  height: 1.5rem;
  width: auto; }
.subfooter .copyright__text {
  text-align: center;
  color: #888; }
.subfooter .copyright__text a {
  color: #ff8a00; }
.subfooter .copyright__text a:hover {
  border-bottom: 2px solid #ff8a00; }

.dotted, .dotted:before, .dotted:after {
  background: var(--dark-grey-color);
  background-image: radial-gradient(var(--grey-color-opacity) 1px, transparent 0);
  background-size: 5px 5px;
  background-position: -13px -3px; }

.footer .nav {
  width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 2rem; }
@media (min-width: 1280px) and (max-width: 1439px) {
  .footer .nav {
    width: 100%;
    padding: 0; } }
@media (min-width: 1920px) {
  .footer .nav {
    padding: 0; } }
.footer .nav__title {
  font-size: 1.75rem;
  text-transform: uppercase;
  padding: 0 0 1.5rem 0;
  color: #ff8a00; }
.footer .nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem; }
.footer .nav__item {
  font-size: 1.125rem; }
.footer .nav__item a {
  color: #fff; }
.footer .nav__item a:hover {
  border-bottom: 2px solid var(--orange-color); }
.footer .nav__item a.nav__link--orange {
  color: var(--orange-color); }
.footer .nav .logo {
  margin: 0 0 1rem 0; }
.footer .nav #logo-pxp {
  height: 4rem; }

/* Animation */

/*# sourceMappingURL=style.css.map */
