/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

* {
  font-family: SFPro, -apple-system, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: 'Cakra';

  src: url("../fonts/Cakra-Normal.woff") format("woff");
}

/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Cakra';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/Cakra-Normal.woff') format('woff');
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 650px) {
  .container {
    max-width: 650px;
  }
}

@media (min-width: 750px) {
  .container {
    max-width: 750px;
  }
}

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

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

@media (min-width: 950px) {
  .container {
    max-width: 950px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

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

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1700px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.header-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  color: rgba(208, 208, 208, 1);
}

.grid-card {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.grid-card p {
  width: -moz-fit-content;
  width: fit-content;
}

.filter-element {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 37px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
  font-weight: 500;
}

.product-item {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-drop-shadow: drop-shadow(2px 2px 30.6px #EDEDEE);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media not all and (min-width: 1536px) {
  .product-item {
    padding: 1rem;
  }
}

@media (max-width: 500px) {
  .product-item {
    max-width: none;
  }
}

.color-selector {
  margin-right: 0.625rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 50%;
}

.memory-selector {
  width: -moz-fit-content;
  width: fit-content;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 14px;
  font-weight: 500;
}

.sim-selector {
  width: -moz-fit-content;
  width: fit-content;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}

.footer-link {
  margin-bottom: 0.75rem;
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 80%;
}

@media (max-width: 900px) {
  .footer-link {
    font-size: 14px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[-20\%\] {
  bottom: -20%;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.left-\[-15\%\] {
  left: -15%;
}

.left-\[-20\%\] {
  left: -20%;
}

.right-4 {
  right: 1rem;
}

.right-\[-10\%\] {
  right: -10%;
}

.right-\[-20\%\] {
  right: -20%;
}

.right-\[-600px\] {
  right: -600px;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-\[-164px\] {
  top: -164px;
}

.top-\[-30\%\] {
  top: -30%;
}

.top-\[-40\%\] {
  top: -40%;
}

.top-\[-50\%\] {
  top: -50%;
}

.top-\[63px\] {
  top: 63px;
}

.z-\[-1\] {
  z-index: -1;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[50\] {
  z-index: 50;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[90\] {
  z-index: 90;
}

.z-\[9999\] {
  z-index: 9999;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[1px\] {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[34px\] {
  margin-bottom: 34px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[59px\] {
  margin-bottom: 59px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[64px\] {
  margin-bottom: 64px;
}

.mb-\[66px\] {
  margin-bottom: 66px;
}

.mb-\[72px\] {
  margin-bottom: 72px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[-2px\] {
  margin-left: -2px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[104px\] {
  margin-right: 104px;
}

.mr-\[105px\] {
  margin-right: 105px;
}

.mr-\[70px\] {
  margin-right: 70px;
}

.mr-\[72px\] {
  margin-right: 72px;
}

.mr-\[98px\] {
  margin-right: 98px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[111px\] {
  margin-top: 111px;
}

.mt-\[188px\] {
  margin-top: 188px;
}

.mt-\[21px\] {
  margin-top: 21px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[37px\] {
  margin-top: 37px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[117px\] {
  height: 117px;
}

.h-\[125px\] {
  height: 125px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[175px\] {
  height: 175px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[235px\] {
  height: 235px;
}

.h-\[246px\] {
  height: 246px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[50\%\] {
  height: 50%;
}

.h-\[540px\] {
  height: 540px;
}

.h-\[548px\] {
  height: 548px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[710px\] {
  height: 710px;
}

.h-\[82px\] {
  height: 82px;
}

.h-\[836px\] {
  height: 836px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[calc\(100vh-62px\)\] {
  height: calc(100vh - 62px);
}

.h-auto {
  height: auto;
}

.h-cart-scroll {
  height: calc(100vh - 113px - 130px - 245px);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-\[118px\] {
  max-height: 118px;
}

.max-h-\[240px\] {
  max-height: 240px;
}

.max-h-\[250px\] {
  max-height: 250px;
}

.min-h-\[152px\] {
  min-height: 152px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[1072px\] {
  width: 1072px;
}

.w-\[111px\] {
  width: 111px;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[1300px\] {
  width: 1300px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[1620px\] {
  width: 1620px;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[225px\] {
  width: 225px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[324px\] {
  width: 324px;
}

.w-\[328px\] {
  width: 328px;
}

.w-\[358px\] {
  width: 358px;
}

.w-\[35px\] {
  width: 35px;
}

.w-\[387px\] {
  width: 387px;
}

.w-\[438px\] {
  width: 438px;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[485px\] {
  width: 485px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[540px\] {
  width: 540px;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[639px\] {
  width: 639px;
}

.w-\[661px\] {
  width: 661px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[81px\] {
  width: 81px;
}

.w-\[836px\] {
  width: 836px;
}

.w-\[85px\] {
  width: 85px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[933px\] {
  width: 933px;
}

.w-\[935px\] {
  width: 935px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[152px\] {
  min-width: 152px;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[270px\] {
  min-width: 270px;
}

.max-w-\[184px\] {
  max-width: 184px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[272px\] {
  max-width: 272px;
}

.max-w-\[387px\] {
  max-width: 387px;
}

.max-w-\[40\%\] {
  max-width: 40%;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[661px\] {
  max-width: 661px;
}

.max-w-\[935px\] {
  max-width: 935px;
}

.max-w-\[calc\(300px-1rem\)\] {
  max-width: calc(300px - 1rem);
}

.flex-\[1_1_calc\(300px-1rem\)\] {
  flex: 1 1 calc(300px - 1rem);
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-500px\] {
  --tw-translate-y: -500px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-\[\'-\'\] {
  list-style-type: '-';
}

.list-decimal {
  list-style-type: decimal;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-product {
  grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-items-center {
  justify-items: center;
}

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[115px\] {
  gap: 115px;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-\[25px\] {
  row-gap: 25px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[36px\] {
  border-radius: 36px;
}

.rounded-\[37px\] {
  border-radius: 37px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-l-\[8px\] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border {
  border-width: 1px;
}

.border-\[0\] {
  border-width: 0;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#2176F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 118 246 / var(--tw-border-opacity));
}

.border-\[\#242424\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 36 36 / var(--tw-border-opacity));
}

.border-\[\#D4D9E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 217 230 / var(--tw-border-opacity));
}

.border-\[\#D4DDE0\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 221 224 / var(--tw-border-opacity));
}

.border-\[\#E7E8F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 232 240 / var(--tw-border-opacity));
}

.border-\[\#EFEFF2\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 242 / var(--tw-border-opacity));
}

.border-\[\] {
  border-color: ;
}

.border-header-gray {
  border-color: rgba(208, 208, 208, 0.1);
}

.border-transparent {
  border-color: transparent;
}

.border-y-\[\#D4D9E6\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 217 230 / var(--tw-border-opacity));
  border-bottom-color: rgb(212 217 230 / var(--tw-border-opacity));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#070F1E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 15 30 / var(--tw-bg-opacity));
}

.bg-\[\#2176F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 118 246 / var(--tw-bg-opacity));
}

.bg-\[\#2831FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 49 253 / var(--tw-bg-opacity));
}

.bg-\[\#2871FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 113 253 / var(--tw-bg-opacity));
}

.bg-\[\#28FDB0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 253 176 / var(--tw-bg-opacity));
}

.bg-\[\#28FDCA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 253 202 / var(--tw-bg-opacity));
}

.bg-\[\#2CFFB3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 255 179 / var(--tw-bg-opacity));
}

.bg-\[\#484C4E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 76 78 / var(--tw-bg-opacity));
}

.bg-\[\#D1DBCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 219 204 / var(--tw-bg-opacity));
}

.bg-\[\#D4DDE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 221 224 / var(--tw-bg-opacity));
}

.bg-\[\#ECD2D4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 210 212 / var(--tw-bg-opacity));
}

.bg-\[\#EDE6C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 230 200 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 242 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-landing-bg {
  background-color: rgba(245, 245, 247, 1);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-\[90\%\] {
  --tw-bg-opacity: 90%;
}

.bg-accessories-bg {
  background-image: url('/img/layout/accessories.png');
}

.bg-home-volumes {
  background-image: url('/static/img/layout/rocket.png');
}

.bg-landing-bg {
  background-image: url('/img/layout/iphones-bg.png');
}

.bg-volumes-bg {
  background-image: url('/static/img/layout/laptop.png');
}

.bg-wholesale-bg {
  background-image: url('/img/layout/wholesale.png');
}

.bg-wholesale-contact-small {
  background-image: url('/img/layout/wholesale-bg.png');
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-rocket {
  background-size: 90px 90px;
}

.bg-\[top_right\] {
  background-position: top right;
}

.bg-right {
  background-position: right;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[13\.5px\] {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[88px\] {
  padding-bottom: 88px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[116px\] {
  padding-top: 116px;
}

.pt-\[46px\] {
  padding-top: 46px;
}

.pt-\[88px\] {
  padding-top: 88px;
}

.pt-\[90px\] {
  padding-top: 90px;
}

.text-center {
  text-align: center;
}

.indent-2 {
  text-indent: 0.5rem;
}

.font-Cakra {
  font-family: Cakra, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[37px\] {
  font-size: 37px;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[51px\] {
  font-size: 51px;
}

.text-\[52px\] {
  font-size: 52px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[22\.4px\] {
  line-height: 22.4px;
}

.leading-\[37px\] {
  line-height: 37px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[51px\] {
  line-height: 51px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[73px\] {
  line-height: 73px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#1768E1\] {
  --tw-text-opacity: 1;
  color: rgb(23 104 225 / var(--tw-text-opacity));
}

.text-\[\#1FBFA7\] {
  --tw-text-opacity: 1;
  color: rgb(31 191 167 / var(--tw-text-opacity));
}

.text-\[\#2176F6\] {
  --tw-text-opacity: 1;
  color: rgb(33 118 246 / var(--tw-text-opacity));
}

.text-\[\#242424\] {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity));
}

.text-\[\#3D424B\] {
  --tw-text-opacity: 1;
  color: rgb(61 66 75 / var(--tw-text-opacity));
}

.text-\[\#4D4D52\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 82 / var(--tw-text-opacity));
}

.text-\[\#656565\] {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.text-\[\#717787\] {
  --tw-text-opacity: 1;
  color: rgb(113 119 135 / var(--tw-text-opacity));
}

.text-\[\#7F7F7F\] {
  --tw-text-opacity: 1;
  color: rgb(127 127 127 / var(--tw-text-opacity));
}

.text-\[\#8E8E91\] {
  --tw-text-opacity: 1;
  color: rgb(142 142 145 / var(--tw-text-opacity));
}

.text-\[\#96969B\] {
  --tw-text-opacity: 1;
  color: rgb(150 150 155 / var(--tw-text-opacity));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#A2A2A2\] {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}

.text-\[\#CB1513\] {
  --tw-text-opacity: 1;
  color: rgb(203 21 19 / var(--tw-text-opacity));
}

.text-\[\#D0D0D0\] {
  --tw-text-opacity: 1;
  color: rgb(208 208 208 / var(--tw-text-opacity));
}

.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-footer {
  color: rgba(255, 255, 255, 0.8);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-opacity-\[80\%\] {
  --tw-text-opacity: 80%;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-\[60\%\] {
  opacity: 60%;
}

.shadow-custom {
  --tw-shadow: 2px 2px 30.6px #F0F0F0;
  --tw-shadow-colored: 2px 2px 30.6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-\[100px\] {
  --tw-blur: blur(100px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[150px\] {
  --tw-blur: blur(150px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-custom {
  --tw-drop-shadow: drop-shadow(2px 2px 30.6px #EDEDEE);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-card {
  text-align: -webkit-center;
}

.filter-element {
  transition: background-color 0.3s ease, padding-right 0.3s ease;
}

.filter-element.active {
  background-color: #242424;
  color: white;
  padding-right: 34px;
}

.filter-element .filter-close {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  fill: white;
}

.filter-element.active .filter-close {
  display: block;
}

.memory-selector.selected,
.sim-selector.selected {
  background-color: #242424;
  color: #ffffff;
}

.single-memory-selector.selected,
.single-sim-selector.selected {
  background-color: #242424;
  color: #ffffff;
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.dropdown-content.expanded {
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: max-height 0.3s ease-in;
}

.arrow-icon {
  transition: transform 0.3s ease-in-out;
}

.arrow-icon.rotate-180 {
  transform: rotate(180deg);
}

.thumbnail {
  transition: transform 0.3s ease;
}

.preview-image {
  transition: transform 0.3s ease;
}

.zoomed-out {
  transform: scale(0.8);
}

.zoomed-in {
  transform: scale(1.2);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

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

.custom-max-height {
  max-height: calc(524px * 0.4);
}

.cart-text {
  display: inline-block;
}

.cart-icon {
  display: none;
}

@media (max-width: 1701px) {
  .cart-text {
    display: none;
  }

  .cart-icon {
    display: inline-block;
  }
}

.cart-text {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cart-text:hover {
  background-color: #2176F6;
  color: #ffffff;
}

.color-selector {
  transition: transform 0.3s ease;
}

.color-selector:hover {
  transform: scale(1.2);
}

.single-color-selector {
  transition: transform 0.3s ease;
}

.single-color-selector:hover {
  transform: scale(1.2);
}

.cart-icon {
  transition: transform 0.3s ease;
}

.cart-icon:hover {
  transform: scale(1.1);
}

.one-click-purchase {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.one-click-purchase:hover {
  background-color: white;
  color: #2176F6;
  border: 2px solid #2176F6;
}

.overlay-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.cart-overlay {
  transition: right 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cart-overlay.active {
  right: 0;
  overflow: hidden;
}

.overlay-background.active {
  display: block;
}

.recommended-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 20px;
  margin-bottom: -20px;
  display: flex;
}

.recommended-container::-webkit-scrollbar {
  display: none;
}

.recommended {
  margin-right: 24px;
}

.recommended:last-child {
  margin-right: 0;
}

body.no-scroll {
  overflow: hidden;
}

.grid-cols-auto {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.tooltip.show {
  top: 20px;
  opacity: 1;
}

.product-details {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.product-details.active {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}

.gradient-bg {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.94) 100%
    ),
    url('../img/layout/wholesale-bg-2.png');
  background-size: cover;
}

.search-wrapper {
  display: flex;
  align-items: center;
}

.search-container {
  position: relative;
  width: 22px;
  transition: width 0.2s ease;
}

.search-container.expanded {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .search-button {
    margin-right: 0!important;
  }
}

.search-input {
  width: 100%;
  padding: 7px 30px 7px 14px;
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

input:focus, textarea {
  outline: none;
}

.search-container.expanded .search-input {
  opacity: 1;
}

.search-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-button {
  margin-left: 0;
  font-size: 12px;
  font-weight: bold;
  background-color: #2176F6;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0;
  width: 0;
  transition: opacity 0.2s ease, width 0.2s ease, margin-left 0.2s ease;
}

.search-container.expanded + .search-button {
  opacity: 1;
  width: auto;
  padding: 7px 14px;
  margin-right: 24px
}

.burger-menu-active {
  transition: 0.3s transform ease-in-out;
  transform: translateY(0);
}

.burger-menu {
  transition: 0.3s transform ease-in-out;
}

.header-container {
  transition: 0.3s background-color ease-in-out;
}

.modal {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #888;
  z-index: 1000;
  max-height: 500px;
  overflow: auto;
  box-shadow: 2px 2px 30.6px #F0F0F0;
}

.modal-content {
  padding: 20px;
}

.feedback-method {
  transition: all 0.3s ease;
}

.feedback-method i {
  transition: all 0.3s ease;
}

@media (max-width: 550px) {
  .feedback-method {
    width: 50px;
    justify-content: center;
  }

  .feedback-method:not(.active) {
    flex: 1;
  }

  .feedback-method.active {
    flex: 2;
  }

  .feedback-method:not(.active) span {
    display: none;
  }

  .feedback-method:not(.active) i {
    margin-left: 0;
  }
}

.editable_content h1 {
  font-size: 48px;
}

.editable_content p {
  font-size: 18px;
}

.editable_content ul {
  font-size: 18px;
}

.editable_content h2 {
  font-size: 28px;
}

body {
  overscroll-behavior-y: none;
}

.choice-group.show {
  animation: slideDown 0.5s ease-out;
}

.choice-group.hide {
  animation: slideUp 0.5s ease-out;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

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

@keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.toggleModifications {
  padding: 8px;
  margin-left: -8px;
  transition: background-color 0.3s ease;
  position: relative;
}

.toggleModifications:hover {
  background-color: #e2e8f0;
}

.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.toggleModifications.open .dropdown-icon {
  transform: rotate(-180deg);
}

.visibility-hidden {
  display: none;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

@media (max-width: 1100px) {
  .recommended-cart .product-item {
    transform: scale(0.9);
  }
}

@media (max-width: 500px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  .modal-content {
    position: fixed;
    top: 63px;
    width: 100%;
    height: 550px;
    background-color: white;
    overflow-y: auto;
    animation: slideUp 0.3s ease-out;
  }

  .modal-content.close {
    animation: slideDown 0.3s ease-out;
  }

  .filter-popup {
    display: flex !important;
    justify-content: center;
    display: none;
  }

  .filter-popup-mobile {
    display: flex !important;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
  }
}

.first\:rounded-l-\[5px\]:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.first\:border-l-\[2px\]:first-child {
  border-left-width: 2px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:rounded-r-\[5px\]:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.last\:border-r-\[2px\]:last-child {
  border-right-width: 2px;
}

.hover\:border-\[\#A2A2A2\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(162 162 162 / var(--tw-border-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.peer:required ~ .peer-required\:text-\[\#BFC4CE\] {
  --tw-text-opacity: 1;
  color: rgb(191 196 206 / var(--tw-text-opacity));
}

.peer:valid ~ .peer-valid\:text-\[\#2176F6\] {
  --tw-text-opacity: 1;
  color: rgb(33 118 246 / var(--tw-text-opacity));
}

@media not all and (min-width: 1700px) {
  .max-1700px\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-1700px\:items-baseline {
    align-items: baseline;
  }
}

@media (max-width: 1644px) {
  .max-\[1644px\]\:text-\[13px\] {
    font-size: 13px;
  }

  .max-\[1644px\]\:text-\[14px\] {
    font-size: 14px;
  }
}

@media not all and (min-width: 1536px) {
  .max-2xl\:mb-0 {
    margin-bottom: 0px;
  }

  .max-2xl\:w-auto {
    width: auto;
  }

  .max-2xl\:gap-\[55px\] {
    gap: 55px;
  }

  .max-2xl\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }

  .max-2xl\:text-\[25px\] {
    font-size: 25px;
  }
}

@media (max-width: 1400px) {
  .max-\[1400px\]\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .max-\[1400px\]\:pt-4 {
    padding-top: 1rem;
  }
}

@media (max-width: 1374px) {
  .max-\[1374px\]\:w-\[300px\] {
    width: 300px;
  }

  .max-\[1374px\]\:w-full {
    width: 100%;
  }

  .max-\[1374px\]\:grid-cols-product {
    grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
  }
}

@media (max-width: 1304px) {
  .max-\[1304px\]\:w-full {
    width: 100%;
  }
}

@media not all and (min-width: 1300px) {
  .max-1300px\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-1300px\:mr-0 {
    margin-right: 0px;
  }

  .max-1300px\:hidden {
    display: none;
  }

  .max-1300px\:h-\[120px\] {
    height: 120px;
  }

  .max-1300px\:h-\[156px\] {
    height: 156px;
  }

  .max-1300px\:w-auto {
    width: auto;
  }

  .max-1300px\:w-full {
    width: 100%;
  }

  .max-1300px\:max-w-none {
    max-width: none;
  }

  .max-1300px\:flex-grow {
    flex-grow: 1;
  }

  .max-1300px\:flex-col {
    flex-direction: column;
  }

  .max-1300px\:gap-\[25px\] {
    gap: 25px;
  }

  .max-1300px\:bg-half {
    background-position: 50%;
  }

  .max-1300px\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-1300px\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .max-1300px\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-xl\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 1254px) {
  .max-\[1254px\]\:h-auto {
    height: auto;
  }

  .max-\[1254px\]\:w-full {
    width: 100%;
  }

  .max-\[1254px\]\:flex-row {
    flex-direction: row;
  }

  .max-\[1254px\]\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-\[1254px\]\:justify-end {
    justify-content: flex-end;
  }
}

@media (max-width: 1200px) {
  .max-\[1200px\]\:mr-\[59px\] {
    margin-right: 59px;
  }

  .max-\[1200px\]\:text-\[44px\] {
    font-size: 44px;
  }

  .max-\[1200px\]\:leading-\[44px\] {
    line-height: 44px;
  }
}

@media not all and (min-width: 1100px) {
  .max-1100px\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-1100px\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-1100px\:ml-\[-20px\] {
    margin-left: -20px;
  }

  .max-1100px\:mr-0 {
    margin-right: 0px;
  }

  .max-1100px\:mr-\[-20px\] {
    margin-right: -20px;
  }

  .max-1100px\:mt-\[36px\] {
    margin-top: 36px;
  }

  .max-1100px\:\!block {
    display: block !important;
  }

  .max-1100px\:hidden {
    display: none;
  }

  .max-1100px\:h-\[400px\] {
    height: 400px;
  }

  .max-1100px\:h-auto {
    height: auto;
  }

  .max-1100px\:w-\[100vw\] {
    width: 100vw;
  }

  .max-1100px\:w-auto {
    width: auto;
  }

  .max-1100px\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .max-1100px\:w-full {
    width: 100%;
  }

  .max-1100px\:max-w-none {
    max-width: none;
  }

  .max-1100px\:grid-cols-product {
    grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
  }

  .max-1100px\:grid-cols-similar {
    grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
  }

  .max-1100px\:flex-col {
    flex-direction: column;
  }

  .max-1100px\:gap-2 {
    gap: 0.5rem;
  }

  .max-1100px\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .max-1100px\:p-0 {
    padding: 0px;
  }

  .max-1100px\:p-5 {
    padding: 1.25rem;
  }

  .max-1100px\:text-\[17px\] {
    font-size: 17px;
  }

  .max-1100px\:text-\[20px\] {
    font-size: 20px;
  }

  .max-1100px\:text-\[36px\] {
    font-size: 36px;
  }

  .max-1100px\:text-\[40px\] {
    font-size: 40px;
  }

  .max-1100px\:text-\[50px\] {
    font-size: 50px;
  }

  .max-1100px\:leading-\[36px\] {
    line-height: 36px;
  }

  .max-1100px\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 1100px) {
  .max-\[1100px\]\:mt-0 {
    margin-top: 0px;
  }

  .max-\[1100px\]\:p-6 {
    padding: 1.5rem;
  }

  .max-\[1100px\]\:text-\[32px\] {
    font-size: 32px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 950px) {
  .max-\[950px\]\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-\[950px\]\:\!flex {
    display: flex !important;
  }

  .max-\[950px\]\:hidden {
    display: none;
  }
}

@media (max-width: 900px) {
  .max-\[900px\]\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-\[900px\]\:mr-0 {
    margin-right: 0px;
  }

  .max-\[900px\]\:hidden {
    display: none;
  }

  .max-\[900px\]\:w-\[60\%\] {
    width: 60%;
  }

  .max-\[900px\]\:w-full {
    width: 100%;
  }

  .max-\[900px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[900px\]\:gap-6 {
    gap: 1.5rem;
  }

  .max-\[900px\]\:text-\[14px\] {
    font-size: 14px;
  }

  .max-\[900px\]\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (max-width: 870px) {
  .max-\[870px\]\:w-full {
    width: 100%;
  }
}

@media (max-width: 834px) {
  .max-\[834px\]\:h-\[300px\] {
    height: 300px;
  }

  .max-\[834px\]\:pt-8 {
    padding-top: 2rem;
  }

  .max-\[834px\]\:text-\[14px\] {
    font-size: 14px;
  }

  .max-\[834px\]\:text-\[16px\] {
    font-size: 16px;
  }

  .max-\[834px\]\:text-\[18px\] {
    font-size: 18px;
  }

  .max-\[834px\]\:text-\[20px\] {
    font-size: 20px;
  }

  .max-\[834px\]\:text-\[24px\] {
    font-size: 24px;
  }

  .max-\[834px\]\:text-\[28px\] {
    font-size: 28px;
  }

  .max-\[834px\]\:text-\[30px\] {
    font-size: 30px;
  }

  .max-\[834px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .max-\[834px\]\:text-\[38px\] {
    font-size: 38px;
  }

  .max-\[834px\]\:text-\[40px\] {
    font-size: 40px;
  }

  .max-\[834px\]\:text-\[42px\] {
    font-size: 42px;
  }

  .max-\[834px\]\:leading-\[38px\] {
    line-height: 38px;
  }

  .max-\[834px\]\:leading-\[42px\] {
    line-height: 42px;
  }
}

@media (max-width: 800px) {
  .max-\[800px\]\:top-\[-366px\] {
    top: -366px;
  }

  .max-\[800px\]\:top-\[-89px\] {
    top: -89px;
  }

  .max-\[800px\]\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-\[800px\]\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-\[800px\]\:mr-0 {
    margin-right: 0px;
  }

  .max-\[800px\]\:mt-\[55px\] {
    margin-top: 55px;
  }

  .max-\[800px\]\:mt-\[58px\] {
    margin-top: 58px;
  }

  .max-\[800px\]\:hidden {
    display: none;
  }

  .max-\[800px\]\:h-\[150px\] {
    height: 150px;
  }

  .max-\[800px\]\:h-\[200px\] {
    height: 200px;
  }

  .max-\[800px\]\:h-\[450px\] {
    height: 450px;
  }

  .max-\[800px\]\:h-\[50px\] {
    height: 50px;
  }

  .max-\[800px\]\:h-\[63px\] {
    height: 63px;
  }

  .max-\[800px\]\:w-full {
    width: 100%;
  }

  .max-\[800px\]\:max-w-none {
    max-width: none;
  }

  .max-\[800px\]\:shrink {
    flex-shrink: 1;
  }

  .max-\[800px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[800px\]\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .max-\[800px\]\:bg-home-mobile {
    background-image: url('/static/img/layout/laptop-mobile.png');
  }

  .max-\[800px\]\:bg-contain {
    background-size: contain;
  }

  .max-\[800px\]\:bg-bottom {
    background-position: bottom;
  }

  .max-\[800px\]\:bg-home {
    background-position: center 50px;
  }

  .max-\[800px\]\:p-4 {
    padding: 1rem;
  }

  .max-\[800px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-\[800px\]\:pb-0 {
    padding-bottom: 0px;
  }

  .max-\[800px\]\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .max-\[800px\]\:pt-0 {
    padding-top: 0px;
  }

  .max-\[800px\]\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-\[800px\]\:pt-12 {
    padding-top: 3rem;
  }

  .max-\[800px\]\:pt-\[44px\] {
    padding-top: 44px;
  }

  .max-\[800px\]\:pt-\[54px\] {
    padding-top: 54px;
  }

  .max-\[800px\]\:pt-\[66px\] {
    padding-top: 66px;
  }

  .max-\[800px\]\:text-\[32px\] {
    font-size: 32px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  .max-\[750px\]\:\!hidden {
    display: none !important;
  }

  .max-\[750px\]\:hidden {
    display: none;
  }

  .max-\[750px\]\:text-wrap {
    text-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .max-\[700px\]\:mr-0 {
    margin-right: 0px;
  }

  .max-\[700px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-\[700px\]\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .max-\[700px\]\:self-center {
    align-self: center;
  }

  .max-\[700px\]\:text-\[14px\] {
    font-size: 14px;
  }
}

@media (max-width: 678px) {
  .max-\[678px\]\:text-\[31px\] {
    font-size: 31px;
  }

  .max-\[678px\]\:leading-\[31px\] {
    line-height: 31px;
  }
}

@media (max-width: 650px) {
  .max-\[650px\]\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-\[650px\]\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-\[650px\]\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-\[650px\]\:block {
    display: block;
  }

  .max-\[650px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[650px\]\:\!bg-none {
    background-image: none !important;
  }

  .max-\[650px\]\:text-\[14px\] {
    font-size: 14px;
  }

  .max-\[650px\]\:text-\[16px\] {
    font-size: 16px;
  }

  .max-\[650px\]\:text-\[24px\] {
    font-size: 24px;
  }

  .max-\[650px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .max-\[650px\]\:leading-\[32px\] {
    line-height: 32px;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-sm\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 600px) {
  .max-\[600px\]\:ml-0 {
    margin-left: 0px;
  }

  .max-\[600px\]\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-\[600px\]\:mt-8 {
    margin-top: 2rem;
  }

  .max-\[600px\]\:w-full {
    width: 100%;
  }

  .max-\[600px\]\:flex-grow {
    flex-grow: 1;
  }

  .max-\[600px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[600px\]\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-\[600px\]\:items-start {
    align-items: flex-start;
  }

  .max-\[600px\]\:justify-center {
    justify-content: center;
  }

  .max-\[600px\]\:rounded-l-\[4px\] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .max-\[600px\]\:rounded-r-\[4px\] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .max-\[600px\]\:border-l-\[1px\] {
    border-left-width: 1px;
  }

  .max-\[600px\]\:border-r-\[1px\] {
    border-right-width: 1px;
  }
}

@media (max-width: 580px) {
  .max-\[580px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .max-\[576px\]\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (max-width: 550px) {
  .max-\[550px\]\:left-\[50\%\] {
    left: 50%;
  }

  .max-\[550px\]\:right-\[-50\%\] {
    right: -50%;
  }

  .max-\[550px\]\:top-\[-600\%\] {
    top: -600%;
  }

  .max-\[550px\]\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .max-\[550px\]\:mr-0 {
    margin-right: 0px;
  }

  .max-\[550px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[550px\]\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-\[550px\]\:justify-start {
    justify-content: flex-start;
  }

  .max-\[550px\]\:gap-4 {
    gap: 1rem;
  }

  .max-\[550px\]\:p-0 {
    padding: 0px;
  }

  .max-\[550px\]\:text-\[16px\] {
    font-size: 16px;
  }

  .max-\[550px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .max-\[550px\]\:opacity-\[86\%\] {
    opacity: 86%;
  }

  .max-\[550px\]\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (max-width: 500px) {
  .max-\[500px\]\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-\[500px\]\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-\[500px\]\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .max-\[500px\]\:mt-10 {
    margin-top: 2.5rem;
  }

  .max-\[500px\]\:h-\[150px\] {
    height: 150px;
  }

  .max-\[500px\]\:h-\[250px\] {
    height: 250px;
  }

  .max-\[500px\]\:max-h-\[68px\] {
    max-height: 68px;
  }

  .max-\[500px\]\:w-full {
    width: 100%;
  }

  .max-\[500px\]\:max-w-\[106px\] {
    max-width: 106px;
  }

  .max-\[500px\]\:gap-10 {
    gap: 2.5rem;
  }

  .max-\[500px\]\:bg-rocket-mobile {
    background-size: 70px 70px;
  }

  .max-\[500px\]\:bg-bottom {
    background-position: bottom;
  }

  .max-\[500px\]\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-\[500px\]\:text-center {
    text-align: center;
  }

  .max-\[500px\]\:text-\[13px\] {
    font-size: 13px;
  }

  .max-\[500px\]\:text-\[14px\] {
    font-size: 14px;
  }

  .max-\[500px\]\:text-\[16px\] {
    font-size: 16px;
  }

  .max-\[500px\]\:text-\[18px\] {
    font-size: 18px;
  }

  .max-\[500px\]\:text-\[20px\] {
    font-size: 20px;
  }

  .max-\[500px\]\:text-\[22px\] {
    font-size: 22px;
  }

  .max-\[500px\]\:text-\[24px\] {
    font-size: 24px;
  }

  .max-\[500px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .max-\[500px\]\:leading-\[24px\] {
    line-height: 24px;
  }
}

@media (max-width: 494px) {
  .max-\[494px\]\:h-\[100px\] {
    height: 100px;
  }
}

@media (min-width: 650px) {
  .\36 50px\:hidden {
    display: none;
  }
}

@media (min-width: 750px) {
  .\37 50px\:hidden {
    display: none;
  }
}

@media (min-width: 1300px) {
  .\31 300px\:hidden {
    display: none;
  }
}

@media (min-width: 1920px) {
  .wide\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .wide\:max-w-\[1072px\] {
    max-width: 1072px;
  }

  .wide\:max-w-\[1300px\] {
    max-width: 1300px;
  }

  .wide\:max-w-\[1620px\] {
    max-width: 1620px;
  }

  .wide\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}