/*!
Theme Name: Utopia-Clothing
Theme URI: http://underscores.me/
Author: Tsolakidis Anatolios
Author URI: http://underscores.me/
Description: Utopia is a lightweight & fast Woocommerce Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utopia-clothing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Utopia-Clothing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Reset all margins */
* {
  margin: 0;
}

html {
  block-size: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  text-size-adjust: none;
  /*
    * Add smooth scrolling behavior when focused within the html element
    * https://css-tricks.com/fixing-smooth-scrolling-with-find-on-page/
    */
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}
html:focus-within {
  scroll-behavior: smooth;
}

html,
body {
  block-size: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Remove padding on lists */
ul,
ol {
  padding: 0;
}

/* Media elements defaults */
img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-inline-size: 100%;
}

/* Reset font styling */
input,
button,
textarea,
select,
table {
  font: inherit;
}

/* Reset default styling for buttons */
button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  text-align: inherit;
}

/* Prevent sub and sup elements from affecting the line height */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

/* Normalize outline to ensure A11y */
:focus-visible {
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 2px;
}

/* Disable animations and transitions for users that prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  /* Disable smooth scrolling for html element when focused within */
  html:focus-within {
    scroll-behavior: auto;
  }
  /* Disable animations and transitions for all elements, including pseudo-elements */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
:root {
  /**
   * FOUC can be reduced with good matching fallback font.
   * https://meowni.ca/font-style-matcher/ or
   * https://github.com/pixel-point/fontpie
   */
  --font-family-heading: "Roboto-500", sans-serif;
  --font-family-text: "Roboto-400", sans-serif;
  --font-size-body: 1rem;
  --flow-space: 1.5625rem;
  --content-max-width: 700px;
  --content-max-width-wide: 900px;
  --content-max-width-full: 1385px;
  --container-spacing: 15px;
  --section-spacing: 3.75rem;
  --color-accent: hsl(0, 0%, 13%);
  --color-background: hsla(0, 0%, 100%, 1);
  --color-background-secondary: hsla(0, 0%, 19%, 0.08);
  --color-border: hsl(0, 0%, 92%);
  --color-border-secondary: hsl(0, 0%, 19%, 0.68);
  --btn-radius: 10px;
  --color-text: hsl(0, 0%, 13%);
  --color-text-muted: hsl(0, 0%, 38%);
  --color-error: hsl(343, 98%, 46%);
  --woocommerce-products-gutter: 30px;
  --woocommerce-product-thumbs-radius: 24px;
  --woocommerce-discount-color: #0f0f0f;
  --woocommerce-sidebar-size: 22%;
  --woocommerce-sidebar-margin: 2%;
  --star-rating-color: #0a0707;
}

@font-face {
  font-display: swap;
  font-family: "Roboto-300";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/Roboto-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto-400";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto-500";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto-700";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/Roboto-Bold.woff2") format("woff2");
}
/**
 * Typography
 */
body,
.paragraph {
  color: var(--color-text);
  font-family: var(--font-family-text);
  font-size: var(--font-size-body);
  font-weight: initial;
  line-height: 1.5;
  background-color: var(--color-background);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  --flow-space: 2.5rem;
  font-family: var(--font-family-heading);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-primary);
}

h1,
.h1 {
  --flow-space: 3.75rem;
  font-size: 2.375rem;
  font-weight: 700;
}
@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 3.125rem;
  }
}

h2,
.h2 {
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: 2.5625rem;
  }
}

h3,
.h3 {
  font-size: 1.9375rem;
  line-height: 1.4;
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: 2.1875rem;
  }
}

h4,
.h4 {
  font-size: 1.625rem;
  line-height: 1.4;
}
@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 1.825rem;
  }
}

h5,
.h5 {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media (min-width: 480px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  color: var(--color-text-muted);
  font-size: 1.0625rem;
  line-height: 1.5;
}

a {
  color: var(--color-accent);
  text-underline-offset: 0.3ex;
}

hr {
  --flow-space: var(--component-spacing);
  border: 0;
  margin-block: var(--flow-space);
  margin-inline: auto;
}
hr::after {
  background-color: var(--color-border);
  block-size: 2px;
  content: "";
  display: block;
}

kbd,
code {
  background: var(--color-background-secondary);
  border-radius: 4px;
  display: inline-block;
  font-size: 0.95em;
  padding-block: 0;
  padding-inline: 0.375em;
  word-break: break-word;
}

img {
  block-size: initial;
  inline-size: 100%;
}
.wp-block-image img {
  inline-size: initial;
}

figcaption {
  color: var(--color-text-muted);
  font-size: var(--font-size-body-small);
  margin-block-start: 0.25rem;
}

blockquote,
.blockquote {
  border-inline-start: 5px solid var(--color-accent);
  display: block;
  font-size: 1.44rem;
  font-style: normal;
  font-weight: 500;
  line-height: calc(1em + 0.75rem);
  margin-block: var(--flow-space);
  margin-inline: 2.5rem 0;
  padding-inline-start: 0.8rem;
}
blockquote cite,
.blockquote cite {
  color: var(--color-text-muted);
  display: block;
  font-size: var(--font-size-body);
  font-style: normal;
  margin-block-start: 0.25rem;
}

small {
  font-size: var(--font-size-body-small);
}

/**
   * Lists & Tables
   */
ul:not([class]),
ol:not([class]) {
  --item-spacing: 0.66em;
  padding-inline-start: 1.5rem;
}
ul:not([class]) li + li,
ol:not([class]) li + li {
  margin-block-start: var(--item-spacing);
}
ul:not([class]) li > ul,
ul:not([class]) li ol,
ol:not([class]) li > ul,
ol:not([class]) li ol {
  --item-spacing: 0.33em;
  margin-block-start: var(--item-spacing);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--color-text);
  font-size: var(--font-size-body-small);
  inline-size: 100%;
  max-inline-size: 100%;
}
table caption {
  caption-side: bottom;
  color: var(--color-text-muted);
  margin-block-start: calc(var(--flow-space) / 2);
  text-align: start;
}
table td,
table th {
  padding-block: 0.9rem;
  padding-inline: 1rem;
  text-align: inherit;
  vertical-align: top;
}
table th {
  color: var(--color-text-muted);
  font-weight: 500;
}
table td {
  min-inline-size: 25ch;
}
table thead {
  background-color: var(--color-background-secondary);
  border-block-end: solid 1px var(--color-border);
}
table tr:nth-child(even) {
  border-block-end: solid 1px var(--color-border);
  border-block-start: solid 1px var(--color-border);
}

/**
   * Buttons
   */
.button,
.wp-block-button > .wp-block-button__link {
  --button-background-color: var(--color-accent);
  --button-border-color: var(--color-accent);
  --button-border-width: 2px;
  --button-border-radius: 0;
  --button-font-weight: 700;
  --button-text-color: var(--color-background);
  --button-padding-inline: calc(1.125rem - var(--button-border-width));
  --button-padding-block: calc(0.625rem - var(--button-border-width));
  appearance: none;
  background-color: var(--button-background-color);
  border: solid var(--button-border-width) var(--button-border-color);
  border-radius: var(--button-border-radius);
  color: var(--button-text-color);
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: var(--button-font-weight);
  letter-spacing: 0;
  padding-block: var(--button-padding-block);
  padding-inline: var(--button-padding-inline);
  text-align: center;
  text-decoration: none;
}
.button:disabled, .button--disabled,
.wp-block-button > .wp-block-button__link:disabled,
.wp-block-button > .wp-block-button__link--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.button--outlined,
.wp-block-button > .wp-block-button__link--outlined {
  --button-text-color: var(--color-accent);
  --button-background-color: transparent;
}
.button--text,
.wp-block-button > .wp-block-button__link--text {
  --button-background-color: transparent;
  --button-text-color: var(--color-accent);
  border: 0;
  padding: 0;
}

.wp-block-button {
  color: var(--button-text-color);
}
.wp-block-button.is-style-outline {
  --button-text-color: var(--color-accent);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  --button-text-color: var(--color-accent);
  border: solid var(--button-border-width) var(--color-accent);
  color: var(--button-text-color);
  padding-block: var(--button-padding-block);
  padding-inline: var(--button-padding-inline);
}

/**
   * Forms
   */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

legend {
  color: var(--color-text);
  font-size: var(--font-size-body);
  font-weight: 700;
  padding: 0;
}

label {
  color: var(--color-text-muted);
  font-size: var(--font-size-body-small);
  font-weight: 500;
  margin-block-start: 0;
}

[type=tel],
[type=url],
[type=text],
[type=date],
[type=email],
[type=search],
[type=number],
[type=password],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--color-border-secondary);
  border-radius: 0;
  caret-color: var(--color-text);
  color: var(--color-text);
  font-size: var(--font-size-body-small);
  max-inline-size: 100%;
  padding-block: 0.75rem;
  padding-inline: 0.625rem;
  transition: border-color 0.3s ease-in-out;
}
[type=tel]::placeholder,
[type=url]::placeholder,
[type=text]::placeholder,
[type=date]::placeholder,
[type=email]::placeholder,
[type=search]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--color-border-secondary);
}
[type=tel]:disabled,
[type=url]:disabled,
[type=text]:disabled,
[type=date]:disabled,
[type=email]:disabled,
[type=search]:disabled,
[type=number]:disabled,
[type=password]:disabled,
textarea:disabled,
select:disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
[type=tel]:invalid,
[type=url]:invalid,
[type=text]:invalid,
[type=date]:invalid,
[type=email]:invalid,
[type=search]:invalid,
[type=number]:invalid,
[type=password]:invalid,
textarea:invalid,
select:invalid {
  border-color: var(--color-error);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Crect width='38' height='38' fill='rgba(255, 255, 255, 0.7)' rx='19'/%3E%3Cpath stroke='rgba(48, 48, 48, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.846 15.846 19 26l10.153-10.154'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.75rem) center;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  line-height: 1.5;
  padding-inline-end: 54px;
}

option {
  color: initial;
}

textarea {
  inline-size: 100%;
  min-block-size: 150px;
  resize: vertical;
  vertical-align: top;
}

[type=checkbox],
[type=radio] {
  accent-color: var(--color-accent);
  block-size: 20px;
  display: inline-block;
  inline-size: 20px;
  margin-block-start: 4px;
  margin-inline-end: 8px;
  vertical-align: top;
}
[type=checkbox] + label,
[type=radio] + label {
  color: var(--color-text);
  display: inline-block;
  font: inherit;
  inline-size: calc(100% - 33px);
}

/**
   * Helpers
   */
.pageWrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  min-block-size: 100%;
}
.admin-bar .pageWrapper {
  padding-block-start: var(--wp-admin--admin-bar--height);
}

.componentSpacing {
  margin-block: var(--component-spacing);
  margin-inline: 0;
}
.componentSpacing[data-theme] {
  margin: 0;
  padding-block: var(--component-spacing);
  padding-inline: 0;
}

.wp-block-post-content > .alignfull {
  margin-inline: auto;
  max-inline-size: var(--content-max-width-full) !important;
}

.groupContainer {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--flow-space);
}

.container {
  margin-inline: auto;
  max-inline-size: var(--content-max-width-full);
  padding-inline: var(--container-spacing);
}
.container[data-size=full] {
  padding-inline: 0;
}

[data-size=medium] {
  max-inline-size: var(--content-max-width);
}

[data-size=wide] {
  max-inline-size: var(--content-max-width-wide);
}

[data-size=full] {
  max-inline-size: 100%;
}

[data-align=left] {
  margin-inline: unset;
}

[data-align=center] {
  margin-inline: auto;
}

[data-text-align=left] {
  text-align: start;
}

[data-text-align=center] {
  text-align: center;
}

[data-flow=layout] > * + * {
  margin-block-start: calc(var(--component-spacing) / 2);
}

[data-flow=content] > * + * {
  margin-block-start: var(--flow-space);
}

.scrollableTableWrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.visuallyHidden,
.visuallyHidden-focusable {
  block-size: 1px;
  clip: rect(0, 0, 0, 0);
  inline-size: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  transition: none !important;
  white-space: nowrap;
}

.visuallyHidden-focusable:focus-visible {
  background-color: var(--color-background);
  block-size: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  clip: auto;
  color: var(--color-text);
  font-size: 1rem;
  inline-size: auto;
  inset-block-start: 0;
  inset-inline-start: 0;
  outline-offset: -3px;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  text-decoration: none;
  z-index: 100000;
}

/**
   * Box Helpers
   */
.boxPadding {
  padding-block: var(--box-spacing);
  padding-inline: var(--box-spacing);
}

.boxBorder {
  border: solid 2px var(--color-border);
}

section:not(.hero) {
  padding-block: var(--section-spacing);
}

section.hero {
  padding-bottom: var(--section-spacing);
}

.entry-content p {
  padding: 20px 0;
}

.NavigationMain {
  --navigation-height: 96px;
  block-size: var(--navigation-height);
  display: none;
  font-size: var(--font-size-body-small);
}
@media (min-width: 1024px) {
  .NavigationMain {
    display: block;
  }
}
.NavigationMain .navigation {
  background-color: var(--color-background);
  block-size: var(--navigation-height);
  inset-block-start: 0;
  inset-inline: 0;
}
.admin-bar .NavigationMain .navigation {
  inset-block-start: var(--wp-admin--admin-bar--height);
}
.NavigationMain .container {
  block-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
}
.NavigationMain .logo {
  block-size: 100%;
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.NavigationMain .logo-image {
  block-size: 100%;
  inline-size: auto;
}
.NavigationMain .menu {
  align-items: center;
  display: flex;
  list-style: none;
  margin-inline-end: -1rem;
  padding-inline-start: 2rem;
}
.NavigationMain .menu .link {
  color: currentColor;
  display: inline-block;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  will-change: color;
}
.NavigationMain .menu .link:hover {
  color: var(--color-accent);
}
.NavigationMain .menu .current-menu-item .link {
  color: var(--color-accent);
  text-decoration: underline;
}
.NavigationMain .actions-container {
  display: flex;
  gap: 20px;
}

.hamburger {
  --line-width: 29px;
  --line-border-width: 2px;
  align-items: center;
  block-size: 48px;
  cursor: pointer;
  display: flex;
  inline-size: 48px;
  justify-content: center;
  margin-inline-end: -10px;
  position: relative;
}
.hamburger:focus:not(:focus-visible) {
  outline: none;
}
.hamburger-lines {
  block-size: 18px;
  inline-size: var(--line-width);
  position: relative;
}
.hamburger-lines::before, .hamburger-lines::after {
  content: "";
}
.hamburger-lines::before, .hamburger-lines::after, .hamburger-lines--primary, .hamburger-lines--secondary {
  background-color: var(--color-text);
  block-size: var(--line-border-width);
  border-radius: 6px;
  display: block;
  inline-size: var(--line-width);
  inset-inline-start: 0;
  position: absolute;
  transition: opacity 0.2s ease-in-out 0.2s, rotate 0.2s ease-in-out 0.2s, translate 0.2s ease-in-out 0.2s;
}
.hamburger-lines::before, .hamburger-lines::after {
  will-change: translate, opacity;
}
.hamburger-lines::before {
  inset-block-start: 0;
}
.hamburger-lines--primary, .hamburger-lines--secondary {
  inset-block-start: 9px;
  transition-delay: 0s;
  will-change: rotate;
}
.hamburger-lines::after {
  inset-block-start: 18px;
}

.NavigationBurger[data-status=menuIsOpen] .hamburger-lines::before, .NavigationBurger[data-status=menuIsOpen] .hamburger-lines::after {
  opacity: 0;
  transition-delay: 0s;
}
.NavigationBurger[data-status=menuIsOpen] .hamburger-lines::before {
  translate: 0 9px;
}
.NavigationBurger[data-status=menuIsOpen] .hamburger-lines::after {
  translate: 0 -9px;
}
.NavigationBurger[data-status=menuIsOpen] .hamburger-lines--primary {
  rotate: 45deg;
  transition-delay: 0.2s;
}
.NavigationBurger[data-status=menuIsOpen] .hamburger-lines--secondary {
  rotate: -45deg;
  transition-delay: 0.2s;
}
.NavigationBurger[data-status=menuIsOpen] .hamburger-lines::before, .NavigationBurger[data-status=menuIsOpen] .hamburger-lines::after {
  opacity: 0;
  transition-delay: 0s;
}

.NavigationBurger {
  --navigation-height: 64px;
}
@media (min-width: 1024px) {
  .NavigationBurger {
    display: none;
  }
}
.NavigationBurger[data-status=menuIsOpen] .container {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.07);
}
.NavigationBurger .container {
  align-items: center;
  background-color: var(--color-background);
  block-size: var(--navigation-height);
  display: flex;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline: 0;
  justify-content: space-between;
  padding-block: 12px;
  position: fixed;
  z-index: 99;
}
.admin-bar .NavigationBurger .container {
  inset-block-start: var(--wp-admin--admin-bar--height);
}
.NavigationBurger .logo {
  block-size: 100%;
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.NavigationBurger .logo-image {
  block-size: 100%;
  inline-size: auto;
}
.NavigationBurger .menu {
  backface-visibility: hidden;
  background-color: var(--color-background);
  block-size: calc(100% - var(--navigation-height));
  inline-size: 100%;
  inset-block-start: var(--navigation-height);
  inset-inline-start: 0;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding-block: var(--component-spacing);
  padding-inline: var(--container-spacing);
  position: fixed;
  transition: translate 0.45s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.45s;
  translate: 100% 0;
  visibility: hidden;
  will-change: translate, visibility;
  z-index: 98;
}
.admin-bar .NavigationBurger .menu {
  block-size: calc(100% - var(--navigation-height) - var(--wp-admin--admin-bar--height));
  inset-block-start: calc(var(--navigation-height) + var(--wp-admin--admin-bar--height));
}
.NavigationBurger .menu .link {
  color: var(--color-text);
  display: block;
  font-size: 1.25rem;
  padding-block: 0.9rem;
  padding-inline: 1.25rem;
  text-decoration: none;
}
.NavigationBurger .menu .current-menu-item .link {
  color: var(--color-accent);
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  #wpadminbar {
    position: fixed;
  }
  .mobile-actions-container {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .mobile-actions {
    display: flex;
    gap: 20px;
  }
  .mobile-actions .search-icon,
  .mobile-actions .account-icon,
  .mobile-actions .cart-icon {
    width: 25px;
  }
}
.NavigationBurger[data-status=menuIsOpen] .menu {
  translate: 0 0;
  visibility: visible;
}

a.button {
  display: inline-block;
  padding: 12px 18px;
  background-color: transparent;
  color: var(--color-primary);
  border-radius: var(--btn-radius);
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  a.button {
    font-size: 16px;
    padding: 14px 18px;
  }
}

a.white-button {
  display: inline-block;
  padding: 10px 18px;
  background-color: white;
  color: var(--color-primary);
  border-radius: var(--btn-radius);
  text-decoration: none;
}
@media (min-width: 768px) {
  a.white-button {
    padding: 18px 32px;
  }
}

.mainFooter {
  border-top: 2px solid var(--color-border);
  padding: 60px 0 20px;
  font-size: 16px;
}
.mainFooter .footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1024px) {
  .mainFooter .footer {
    flex-direction: row;
  }
}
.mainFooter .footer * {
  flex: 1;
}
.mainFooter .footer h3 {
  font-size: 16px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .mainFooter .footer h3 {
    font-size: 20px;
    border-bottom: 0;
  }
}
.mainFooter .footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mainFooter .footer ul li a {
  text-decoration: none;
}
.mainFooter .footer .company p {
  padding-block: 10px;
}
.mainFooter .footer .company img {
  margin-bottom: 10px;
  width: 120px;
}
.mainFooter .copyright {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .mainFooter .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.mainFooter .copyright .copy {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .mainFooter .copyright .copy {
    text-align: left;
  }
}
.mainFooter .copyright .payments {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .mainFooter .copyright .payments {
    padding-top: 0;
    justify-content: start;
  }
}
.mainFooter .copyright .payments img {
  width: 40px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background-color: var(--color-background-secondary);
}
.hero-slider .hero-swiper {
  width: 100%;
  height: 600px;
}
@media (max-width: 992px) {
  .hero-slider .hero-swiper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .hero-slider .hero-swiper {
    height: 400px;
  }
}
.hero-slider .hero-slide {
  position: relative;
  overflow: hidden;
}
.hero-slider .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.hero-slider .hero-slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .hero-slide .hero-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-slider .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .hero-slider .slide-content {
    padding: 30px 20px;
  }
}
.hero-slider .slide-text {
  max-width: 500px;
  margin-bottom: 20px;
}
.hero-slider .slide-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: white;
  position: relative;
  padding-left: 30px;
}
.hero-slider .slide-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: white;
}
@media (max-width: 768px) {
  .hero-slider .slide-subtitle {
    font-size: 16px;
  }
}
.hero-slider .slide-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  margin: 0;
  text-transform: uppercase;
}
.hero-slider .slide-title .italic-text {
  font-style: italic;
  font-family: serif;
  text-transform: none;
}
@media (max-width: 992px) {
  .hero-slider .slide-title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .hero-slider .slide-title {
    font-size: 36px;
  }
}
.hero-slider .slide-cta {
  margin-top: 10px;
}
.hero-slider .hero-swiper-next,
.hero-slider .hero-swiper-prev {
  width: 50px;
  height: 50px;
  color: white;
  z-index: 5;
}
.hero-slider .hero-swiper-next::after,
.hero-slider .hero-swiper-prev::after {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero-slider .hero-swiper-next,
  .hero-slider .hero-swiper-prev {
    width: 40px;
    height: 40px;
  }
  .hero-slider .hero-swiper-next::after,
  .hero-slider .hero-swiper-prev::after {
    font-size: 16px;
  }
}
.hero-slider .hero-swiper-next {
  right: 20px;
}
.hero-slider .hero-swiper-prev {
  left: 20px;
}
.hero-slider .hero-swiper-pagination {
  bottom: 2px !important;
  z-index: 5;
}
@media (min-width: 1024px) {
  .hero-slider .hero-swiper-pagination {
    bottom: 20px !important;
  }
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 0.5;
}
.hero-slider .hero-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.materials {
  display: flex;
  flex-direction: column;
  background-color: var(--color-background);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.materials .top-brands,
.materials .carbon,
.materials .organic {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .materials .top-brands,
  .materials .carbon,
  .materials .organic {
    padding: 40px;
  }
}
.materials .carbon {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 1024px) {
  .materials .carbon {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }
}
@media (min-width: 1024px) {
  .materials {
    flex-direction: row;
    justify-content: space-between;
  }
}

.trending-categories {
  background-color: var(--color-background-secondary);
}
.trending-categories .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.trending-categories .categories-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.trending-categories .swiper-wrapper {
  align-items: center;
}
.trending-categories .category-slide {
  text-align: center;
}
.trending-categories .category-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.trending-categories .category-image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.trending-categories .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trending-categories .category-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}
.trending-categories .category-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.trending-categories .category-title sup {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  position: relative;
  top: -5px;
  margin-left: 2px;
}
.trending-categories .categories-swiper-prev,
.trending-categories .categories-swiper-next {
  display: none;
}
@media (min-width: 1024px) {
  .trending-categories .categories-swiper-prev,
  .trending-categories .categories-swiper-next {
    display: flex;
    width: 40px;
    height: 40px;
  }
}
.trending-categories .categories-swiper-prev {
  left: 0;
}
.trending-categories .categories-swiper-prev svg {
  transform: rotate(180deg);
}
.trending-categories .categories-swiper-next {
  right: 0;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.new-arrivals {
  text-align: center;
}
.new-arrivals h2 {
  margin-bottom: 20px;
}
.new-arrivals p {
  padding-bottom: 40px;
}
.new-arrivals a.button {
  margin-top: 40px;
}

.collection {
  position: relative;
  background-color: #ede6de;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .collection {
    min-height: 800px;
  }
}
.collection .container {
  text-align: center;
}
.collection .container h2 {
  margin-bottom: 20px;
}
.collection .deco-one,
.collection .deco-two,
.collection .deco-three,
.collection .deco-four,
.collection .deco-five {
  position: absolute;
  left: 0;
  border-radius: 24px;
  height: auto;
}
.collection .deco-one {
  top: 0;
  left: 2%;
  width: 100px;
}
@media (min-width: 1024px) {
  .collection .deco-one {
    left: 5%;
    width: 250px;
  }
}
.collection .deco-two {
  top: 5%;
  left: 48%;
  width: 90px;
}
@media (min-width: 1024px) {
  .collection .deco-two {
    top: 0;
    left: 48%;
    width: 250px;
  }
}
.collection .deco-three {
  top: 20%;
  left: 85%;
  width: 80px;
}
@media (min-width: 1024px) {
  .collection .deco-three {
    top: 10%;
    left: 78%;
    width: 250px;
  }
}
.collection .deco-four {
  top: 70%;
  left: 4%;
  width: 90px;
}
@media (min-width: 1024px) {
  .collection .deco-four {
    top: 50%;
    left: 12%;
    width: 250px;
  }
}
.collection .deco-five {
  top: 70%;
  left: 71%;
  width: 100px;
}
@media (min-width: 1024px) {
  .collection .deco-five {
    top: 65%;
    left: 71%;
    width: 250px;
  }
}
.collection .utopia-icon {
  position: absolute;
  width: 200px;
  left: 50%;
}
.collection .utopia-icon svg {
  fill: #cdbfaf;
}
.collection .utopia-icon-one {
  top: 17%;
  left: 34%;
}
.collection .utopia-icon-two {
  top: 80%;
  left: 32%;
}
.collection .utopia-icon-three {
  top: 53%;
  left: 84%;
}

.best-sellers {
  text-align: center;
}
.best-sellers h2 {
  margin-bottom: 20px;
}
.best-sellers a.button {
  margin-top: 40px;
}

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