:root {
  --black: #000000;
  --blackish: #45474a;
  --dark: #45474a;
  --white: #ffffff;
  --red: #c50f0f;
  --grey: #0b080b;
  --greyish: #707070;
  --lightGrey: #e6e6e6;
  --lightGreVar1: #c6c6c6;
  --frameCuts: #910b0b;
  --outOfStock: #d4d4d4;
  --Purista: 'purista-web', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Oswald: 'Oswald', sans-serif;
  --OpenSans: 'Open Sans', sans-serif;
  --h1: 52px;
  --h2: 44px;
  --h3: 36px;
  --h4: 30px;
  --h5: 24px;
  --h6: 22px;
  --p: 18px;
  --span: 16px;
  --small: 14px;
  --container: 75%;
  --auto: auto;
  --none: none;
  --uppercase: uppercase;
  --clipFrame: polygon(15% 0, 100% 0, 100% 60%, 85% 100%, 0 100%, 0 40%);
  --btnCurves: polygon(5% 0, 100% 0, 100% 50%, 95% 100%, 0 100%, 0% 50%);
  --highCut: polygon(64% 0, 100% 0, 0 76%, 0 20%, 0 54%);
  --highWidth: 27px;
  --highHeight: 100px;
  --highVertical: 13px;
  --highHorizontal: -12px;
  --relative: relative;
  --absolute: absolute;
  --left: left;
  --center: center;
  --right: right;
  --none: none;
  --upperCase: uppercase;
  --underLine: underline; }

.ek__desktop-hide {
  display: none !important; }

.clr {
  clear: both; }

.ek__img__responsive {
  max-width: 100%;
  height: auto;
  display: block; }

body {
  overflow-x: hidden;
  font-family: var(--Roboto); }

.ek__text__left {
  text-align: var(--left); }

.ek__text__center {
  text-align: var(--center); }

.ek__text__right {
  text-align: var(--right); }

.page {
  margin: 0; }

.ek__uni__btn-wrap:hover {
  padding: 3px; }

.ek__uni__btn-wrap {
  clip-path: var(--btnCurves);
  display: inline-block;
  position: relative;
  width: 180px;
  height: 50px;
  padding: 1px;
  background: var(--red); }

.ek__uni__btn {
  background-color: var(--grey);
  text-decoration: var(--none);
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
  clip-path: var(--btnCurves);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: var(--Roboto);
  font-weight: bold; }

.ek__outOfStock__product,
.ek__outOfStock__product .ek__uni__btn {
  background: var(--outOfStock);
  color: #3B3B3B;
  cursor: not-allowed;
  pointer-events: none; }

.ek__shippingEstimate__product {
  background: var(--greyish); }

.ek__shippingEstimate__product .ek__uni__btn {
  background: #ececec;
  color: var(--greyish); }

.container {
  max-width: 1440px; }

@media screen and (max-width: 1499px) and (min-width: 801px) {
  .container {
    max-width: 1280px; } }

@media screen and (max-width: 800px) {
  .container {
    max-width: 100%; }
  .ek__uni__btn-wrap.ek__btn_preorder .ek__uni__btn::before {
    font-size: 14px; } }

.sale-flag-side {
  color: #C50F0F;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  font-family: var(--Purista);
  background: #C50F0F;
  border-radius: 0;
  padding: 0;
  width: 63px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: var(--btnCurves);
  border: 1px solid #c50f0f;
  text-align: center;
  right: 10px;
  top: 10px; }

.product:hover .sale-flag-side {
  background: #fff; }

.product_other_badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 10px; }

.product_other_badges .sale-flag-side {
  position: unset; }

.sale-flag-side.pre_owned_badge {
  width: 103px;
  color: #0A458A;
  border-color: #0A458A;
  background-color: #0A458A; }

.sale-flag-side.exclusive_badge {
  width: 91px;
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: #1e1e1e; }

.sale-flag-side.preorder_badge {
  color: #ffffff;
  border-color: #000000;
  background-color: #9C6D07 !important;
  width: auto;
  padding: 0 13px; }

.sale-flag-side span {
  color: inherit;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: var(--btnCurves); }

.sale-flag-side.preorder_badge span {
  background-color: #9C6D07; }

@media (max-width: 552px) {
  .sale-flag-side.pre_owned_badge {
    width: 60px; }
  .sale-flag-side.exclusive_badge {
    width: 52px; }
  .sale-flag-side {
    width: 36px;
    font-size: 8px;
    line-height: 9px;
    height: 17px; } }

.ek__uni__btn-wrap.ek__btn_preorder {
  background: #000; }

.ek__uni__btn-wrap.ek__btn_preorder .ek__uni__btn {
  background-color: #9C6D07;
  border-color: #000; }

.ek__uni__btn-wrap.ek__btn_preorder .ek__uni__btn:hover,
.ek__uni__btn-wrap.ek__btn_preorder .ek__uni__btn:focus {
  color: #fff; }
