@charset "UTF-8";
/*
00. VARIABLES
01. TOOLS
02. GLOBALS
03. ELEMENTS
04. OBJECTS
05. COMPONENTS
06. UTILITIES
*/
/* VARIABLES */
/* VARIABLES
===========================================

===========================================*/
/* Border radius */
/* Font sizes (generated from https://www.fluid-type-scale.com/calculate?minFontSize=20&minWidth=400&minRatio=1.125&maxFontSize=22&maxWidth=1280&maxRatio=1.25&steps=s%2Cbase%2Cl%2Cxl%2C2xl%2C3xl&baseStep=base&prefix=font-size&decimals=2&useRems=on&remValue=16&previewFont=Inter */
/* nav height */
/* Line heights */
/* Flow space */
/* GLOBALS */
/* GLOBALS
===========================================
===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  background-color: hsl(0, 0%, 100%);
  font-family: sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.23vw + 1.19rem, 1.38rem);
  line-height: 1.45;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

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

article > * + *,
.flow > * + * {
  margin-top: 1.5em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/**
 * 1. Fluid images for responsive purposes.
 * 2. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] { /* [1] */
  max-width: none;
}

/* Skip link */
[href="#main"] {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  background-color: #0b69ae;
  position: absolute;
  top: -10rem;
}

[href="#main"]:focus {
  position: absolute;
  z-index: 1;
  top: 0;
  outline: none;
}

figcaption {
  font-size: 0.9rem;
  font-style: italic;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Hidden */
[hidden] {
  display: none;
}

/**
  * 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. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

.section-content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .section-content {
    max-width: 1028px;
  }
}
@media (max-width: 1068px) {
  .section-content {
    max-width: 715px;
  }
}
@media (max-width: 735px) {
  .section-content {
    max-width: 87.5%;
  }
}

.row {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.row .col {
  width: 100%;
}

.large-1 {
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333%;
}

.large-2 {
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}

.large-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.large-4 {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}

.large-5 {
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667%;
}

.large-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.large-7 {
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333%;
}

.large-8 {
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667%;
}

.large-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.large-10 {
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333%;
}

.large-11 {
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667%;
}

.large-12 {
  max-width: 100%;
  flex-basis: 100%;
}

@media (max-width: 1068px) {
  .medium-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .medium-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .medium-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .medium-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .medium-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .medium-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .medium-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .medium-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .medium-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .medium-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .medium-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .medium-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 735px) {
  .small-1 {
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .small-2 {
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .small-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .small-4 {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .small-5 {
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .small-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .small-7 {
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .small-8 {
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .small-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .small-10 {
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .small-11 {
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .small-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.justify-center {
  justify-content: center;
}

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

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

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

.align-start {
  align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
}

header {
  margin-top: 60px;
}
header nav .nav-list {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  width: 50%;
  margin: 0 auto;
}
header .logo.img {
  height: 200px;
  width: 144.2px;
  margin: 0 auto;
}
header .logo.txt {
  width: 641px;
  height: 110px;
}

.section-hero {
  margin-top: 60px;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-hero::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.section-hero .hero-carousel-container {
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.section-hero .hero-carousel {
  grid-area: 1/1/2/2;
  animation-name: carousel;
  animation-duration: 30s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: backwards;
  animation-play-state: running;
  display: grid;
  grid-template-columns: repeat(4, 100vw);
  width: fit-content;
}
@keyframes carousel {
  0% {
    translate: 0;
  }
  33% {
    translate: -100vw;
  }
  66% {
    translate: -200vw;
  }
  100% {
    translate: -300vw;
  }
}
.section-hero .hero-carousel img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-hero .section-content {
  grid-area: 1/1/2/2;
  position: relative;
  z-index: 20;
  justify-self: center;
  align-self: center;
  text-align: center;
  color: #fff;
}
.section-hero .section-content .quote {
  font-size: clamp(2rem, 2.46vw + 1.39rem, 3.36rem);
}

footer {
  background-color: #e9ecef;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 80px;
}

main.home .section-welcome {
  margin-top: 45px;
}

body {
  font-family: system-ui;
  background-color: #fff;
  text-align: center;
}

h1 {
  color: #c4183c;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 735px) {
  h1 {
    color: rebeccapurple;
  }
}

.dev * {
  border: 1px solid hsla(80, 61%, 50%, 0.5);
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser {
  padding: 0 0 20px !important;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-store__content-wrapper:not(.ec-store__content-wrapper--wide) {
  max-width: unset !important;
}
