/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.row:before,
section:before,
header:before,
footer:before,
.cf:before, .row:after,
section:after,
header:after,
footer:after,
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

@font-face {
  font-family: "Kaio-Bold";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../assets/fonts/Kaio-Bold.woff2") format("woff2"), url("../assets/fonts/Kaio-Bold.woff") format("woff"); /* Modern Browsers */
}
:root {
  --clr-one: #000000;
  --clr-two: #4C529F;
  --clr-three: #F3F2EF;
  --clr-four: #FFFFFF;
  --clr-five: #D8FD72;
  --clr-six: #707070;
  --font-primary: "proxima-nova", Helvetica, sans-serif;
  --font-secondary: "Kaio-Bold", Helvetica, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-weight-extra-bold: 800;
  --font-size-default: 1.6rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
  font-size: 1.6rem;
  color: var(--clr-one);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.btn {
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  display: block;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 1rem 3rem;
  font-weight: var(--font-weight-medium);
  text-align: center;
  width: 100%;
}
.btn.btn-inline {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-icon.btn-icon-left i {
  margin-right: 1rem;
}
.btn.btn-default {
  font-size: 1.6rem;
  padding: 1rem 3rem;
}
.btn.btn-sml {
  font-size: 1.1rem;
  padding: 1rem 3rem;
}
.btn.btn-med {
  font-size: 1.1rem;
  padding: 1rem 3rem;
}
.btn.btn-lrg {
  font-size: 2rem;
  padding: 1.5rem 3rem;
}

.btn-default {
  color: #FFFFFF;
  background: #4C529F;
  border-color: #4C529F;
}
.btn-default:hover {
  color: #000000;
  background: #F3F2EF;
  border-color: #F3F2EF;
}

.btn-secondary {
  color: #000000;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}

.btn-third {
  color: #000000;
  background: #FFFFFF;
  border-color: #F3F2EF;
}
.btn-third:hover {
  color: #000000;
  background: #F3F2EF;
  border-color: #F3F2EF;
}

.btn-fourth {
  color: #000000;
  background: #F3F2EF;
  border-color: #F3F2EF;
}
.btn-fourth:hover {
  color: #000000;
  background: #FFFFFF;
  border-color: #F3F2EF;
}

.btn-fifth {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}
.btn-fifth:hover {
  color: #FFFFFF;
  background: #4C529F;
  border-color: #4C529F;
}

.xdebug-var-dump {
  position: relative;
  z-index: 10000;
}

.container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    width: 85%;
  }
}

.container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-small {
    width: 85%;
  }
}

.container-fluid {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  width: 97%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-fluid {
    width: 85%;
  }
}

.the-post {
  font-family: var(--font-primary);
  font-size: var(--font-size-default);
  line-height: 2.4rem;
  color: var(--clr-one);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.4rem;
  margin: 2.5rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post p:last-child {
  margin-bottom: 0;
}
.the-post p.intro-text {
  font-size: 2.1rem;
  line-height: 2.9rem;
  font-weight: var(--font-weight-semi-bold);
  margin-bottom: 4rem;
}
.the-post p + h1, .the-post p + h2, .the-post p + h3, .the-post p + h4, .the-post p + h5 {
  margin-top: 0;
}
.the-post strong {
  font-weight: var(--font-weight-semi-bold);
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: normal;
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin: 0 0 6rem 0;
}
.the-post h3, .the-post h4, .the-post h5 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semi-bold);
  font-size: 1.5rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 0.5rem 0;
}
.the-post h1.table-title, .the-post h2.table-title, .the-post h3.table-title, .the-post h4.table-title, .the-post h5.table-title {
  font-family: var(--font-secondary);
  font-size: 2.4rem;
  text-transform: uppercase;
  color: var(--clr-two);
  margin-bottom: 2rem;
  font-weight: var(--font-weight-bold);
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 2rem 0;
}
.the-post ol li,
.the-post ul li {
  margin-bottom: 1rem;
}
.the-post ol li:last-child,
.the-post ul li:last-child {
  margin-bottom: 0;
}
.the-post .red-heading p {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--clr-two);
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  line-height: 3.1rem;
  margin: 0 0 1rem 0;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: 2.1rem;
  line-height: 2.9rem;
  font-weight: var(--font-weight-semi-bold);
  margin: 3rem 0;
}
.the-post blockquote.alignleft, .the-post blockquote.alignright {
  max-width: 270px;
  width: 100%;
}
.the-post img {
  display: block;
}
.the-post img:first-child {
  margin-top: 0;
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignnone {
  margin: 4rem 0;
}
.the-post .aligncenter {
  margin: 4rem auto;
}
.the-post table {
  width: 100%;
  border-top: 1px solid var(--clr-one);
  margin-bottom: 5rem;
}
.the-post table tr:nth-child(odd) td, .the-post table tr:nth-child(odd) th {
  background-color: var(--clr-three);
}
.the-post table tr:last-child td, .the-post table tr:last-child th {
  border-bottom: 1px solid var(--clr-three);
}
.the-post table td, .the-post table th {
  padding: 1rem 2rem;
}
.the-post table th {
  text-align: left;
  text-transform: uppercase;
  font-weight: var(--font-weight-semi-bold);
  padding: 0.8rem;
}
.the-post table td {
  font-weight: var(--font-weight-light);
}
@media (max-width: 767px) {
  .the-post .alignleft,
  .the-post .alignnone,
  .the-post .alignright,
  .the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post .wp-caption .wp-caption-text,
  .the-post .wp-caption .image-caption {
    margin-bottom: 0;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
.pulse,
.pulse-caption {
  transition: all 0.3s ease-in-out;
}

.pulse-transition {
  transform: scale(1.2);
}

@keyframes textScale {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
.textScale {
  animation-name: textScale;
}

@keyframes pulse-in {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(2, 2, 2);
  }
}
.pulse-in {
  animation-name: pulse-in;
}
.pulse-out {
  animation-name: pulse-out;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-1-22 15:34:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@keyframes swing-in-top-fwd {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}
.swing-in-top-fwd {
  animation-name: swing-in-top-fwd;
  transform-origin: top;
}

/**
 * ----------------------------------------
 * animation swing-out-top-bck
 * ----------------------------------------
 */
@keyframes swing-out-top-bck {
  0% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
}
.swing-out-top-bck {
  animation-name: swing-out-top-bck;
  transform-origin: top;
}

/**
 * ----------------------------------------
 * animation swing-in-bottom-fwd
 * ----------------------------------------
 */
@keyframes swing-in-bottom-fwd {
  0% {
    transform: rotateX(100deg);
    transform-origin: bottom;
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    transform-origin: bottom;
    opacity: 1;
  }
}
.swing-in-bottom-fwd {
  animation-name: swing-in-bottom-fwd;
  transform-origin: top;
}

/**
 * ----------------------------------------
 * animation swing-in-left-fwd
 * ----------------------------------------
 */
@keyframes swing-in-left-fwd {
  0% {
    transform: rotateY(100deg);
    transform-origin: left;
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    transform-origin: left;
    opacity: 1;
  }
}
.swing-in-left-fwd {
  animation-name: swing-in-left-fwd;
  transform-origin: top;
}

/**
 * ----------------------------------------
 * animation flip-in-ver-right
 * ----------------------------------------
 */
@keyframes flip-in-ver-right {
  0% {
    transform: rotateY(-80deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
.flip-in-ver-right {
  animation-name: flip-in-ver-right;
  transform-origin: top;
}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation-name: text-focus-in;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  transform-origin: top;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

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

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

.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 3rem;
}
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-family: var(--font-secondary);
  font-size: 1.6rem !important;
  font-weight: var(--font-weight-bold) !important;
  line-height: 2.6rem;
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  border: 1px solid var(--clr-one);
  border-radius: 3px;
  text-transform: none;
  box-sizing: border-box;
  font-size: 2rem;
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper .gform_footer {
  text-align: center;
}

.form-newsletter .gform_wrapper.gravity-theme form,
.form-newsletter .gform_wrapper form {
  display: flex;
  align-items: center;
  position: relative;
}
.form-newsletter .gform_wrapper.gravity-theme .gform-body,
.form-newsletter .gform_wrapper .gform-body {
  width: 100%;
}
.form-newsletter .gform_wrapper.gravity-theme .gform_footer,
.form-newsletter .gform_wrapper .gform_footer {
  position: absolute;
  right: 1.5rem;
  top: 55%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.form-newsletter .gform_wrapper.gravity-theme textarea,
.form-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]),
.form-newsletter .gform_wrapper textarea,
.form-newsletter .gform_wrapper input:not(input[type=submit]) {
  border: none;
  border-radius: 50px;
  padding: 1rem 5rem 1rem 2rem;
  font-size: 1.3rem;
}
.form-newsletter .gform_wrapper.gravity-theme textarea.placeholder,
.form-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]).placeholder,
.form-newsletter .gform_wrapper textarea.placeholder,
.form-newsletter .gform_wrapper input:not(input[type=submit]).placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.form-newsletter .gform_wrapper.gravity-theme textarea:-moz-placeholder,
.form-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]):-moz-placeholder,
.form-newsletter .gform_wrapper textarea:-moz-placeholder,
.form-newsletter .gform_wrapper input:not(input[type=submit]):-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.form-newsletter .gform_wrapper.gravity-theme textarea::-moz-placeholder,
.form-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit])::-moz-placeholder,
.form-newsletter .gform_wrapper textarea::-moz-placeholder,
.form-newsletter .gform_wrapper input:not(input[type=submit])::-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.form-newsletter .gform_wrapper.gravity-theme textarea:-ms-input-placeholder,
.form-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit]):-ms-input-placeholder,
.form-newsletter .gform_wrapper textarea:-ms-input-placeholder,
.form-newsletter .gform_wrapper input:not(input[type=submit]):-ms-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.form-newsletter .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
.form-newsletter .gform_wrapper.gravity-theme input:not(input[type=submit])::-webkit-input-placeholder,
.form-newsletter .gform_wrapper textarea::-webkit-input-placeholder,
.form-newsletter .gform_wrapper input:not(input[type=submit])::-webkit-input-placeholder {
  opacity: 1;
  text-transform: uppercase;
}
.form-newsletter .gform_wrapper.gravity-theme button,
.form-newsletter .gform_wrapper button {
  border: none;
  background: none;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline,
.list-inline-center {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline {
  display: flex;
}

.list-inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline-center li {
  display: flex;
  align-items: center;
}

.list-pipe-delimited li {
  position: relative;
}
.list-pipe-delimited li:after {
  display: block;
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.list-pipe-delimited li:last-child:after {
  display: none;
  content: "";
}

a {
  transition: color 0.5s ease-in-out;
  color: #4C529F;
  text-decoration: none;
}

.pagination-wrapper {
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-wrapper.shop.top {
  margin-bottom: 2rem;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  color: var(--clr-one);
  border-radius: 4px;
  height: 40px;
  min-width: 40px;
  border: 1px solid var(--clr-one);
}
.pagination-wrapper .page-numbers.dots, .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  position: relative;
  padding: 0 1rem;
}
.pagination-wrapper .page-numbers.dots {
  display: inline-block;
  margin: 0 0.5rem;
}
.pagination-wrapper .page-numbers.next {
  background: none;
}
.pagination-wrapper .page-numbers.prev {
  background: none;
}
.pagination-wrapper .page-numbers.current {
  color: var(--clr-four);
  background-color: var(--clr-two);
}
.pagination-wrapper .page-numbers .pagination-icon {
  display: flex;
  align-items: center;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
}
.pagination-wrapper .page-numbers .pagination-icon i {
  font-size: 2.9rem;
  color: var(--clr-two);
}
.pagination-wrapper .page-numbers .pagination-icon.icon-right .icon-text {
  margin-right: 3rem;
}
.pagination-wrapper .page-numbers .pagination-icon.icon-left .icon-text {
  margin-left: 3rem;
}
.pagination-wrapper.listing-pagination {
  margin-bottom: 0;
}
.pagination-wrapper.bottom {
  margin-bottom: 7rem;
}
.pagination-wrapper.post {
  margin: 0;
  text-align: right;
}
.pagination-wrapper.post.top {
  margin-bottom: 3.5rem;
}
.pagination-wrapper.post.bottom {
  margin-top: 0;
}
.grid-container-fluid, .grid-container-small, .grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
@media (max-width: 640px) {
  .grid-container-fluid, .grid-container-small, .grid-container {
    grid-column-gap: 0;
  }
}

.grid-container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .grid-container {
    width: 85%;
  }
}

.grid-container-fluid {
  gap: 0;
}

.grid-container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .grid-container-small {
    width: 85%;
  }
}

.span-1 {
  grid-column-end: span 1;
}

.span-2 {
  grid-column-end: span 2;
}

.span-3 {
  grid-column-end: span 3;
}

.span-4 {
  grid-column-end: span 4;
}

.span-5 {
  grid-column-end: span 5;
}

.span-6 {
  grid-column-end: span 6;
}

.span-7 {
  grid-column-end: span 7;
}

.span-8 {
  grid-column-end: span 8;
}

.span-9 {
  grid-column-end: span 9;
}

.span-10 {
  grid-column-end: span 10;
}

.span-11 {
  grid-column-end: span 11;
}

.span-12 {
  grid-column-end: span 12;
}

.offset-0 {
  grid-column-start: 1;
}

.offset-1 {
  grid-column-start: 2;
}

.offset-2 {
  grid-column-start: 3;
}

.offset-3 {
  grid-column-start: 4;
}

.offset-4 {
  grid-column-start: 5;
}

.offset-5 {
  grid-column-start: 6;
}

.offset-6 {
  grid-column-start: 7;
}

.offset-7 {
  grid-column-start: 8;
}

.offset-8 {
  grid-column-start: 9;
}

.offset-9 {
  grid-column-start: 10;
}

.offset-10 {
  grid-column-start: 11;
}

.offset-11 {
  grid-column-start: 12;
}

.offset-12 {
  grid-column-start: 13;
}

@media (max-width: 954px) {
  .sm-span-1 {
    grid-column-end: span 1;
  }
  .sm-span-2 {
    grid-column-end: span 2;
  }
  .sm-span-3 {
    grid-column-end: span 3;
  }
  .sm-span-4 {
    grid-column-end: span 4;
  }
  .sm-span-5 {
    grid-column-end: span 5;
  }
  .sm-span-6 {
    grid-column-end: span 6;
  }
  .sm-span-7 {
    grid-column-end: span 7;
  }
  .sm-span-8 {
    grid-column-end: span 8;
  }
  .sm-span-9 {
    grid-column-end: span 9;
  }
  .sm-span-10 {
    grid-column-end: span 10;
  }
  .sm-span-11 {
    grid-column-end: span 11;
  }
  .sm-span-12 {
    grid-column-end: span 12;
  }
  .sm-offset-0 {
    grid-column-start: 1;
  }
  .sm-offset-1 {
    grid-column-start: 2;
  }
  .sm-offset-2 {
    grid-column-start: 3;
  }
  .sm-offset-3 {
    grid-column-start: 4;
  }
  .sm-offset-4 {
    grid-column-start: 5;
  }
  .sm-offset-5 {
    grid-column-start: 6;
  }
  .sm-offset-6 {
    grid-column-start: 7;
  }
  .sm-offset-7 {
    grid-column-start: 8;
  }
  .sm-offset-8 {
    grid-column-start: 9;
  }
  .sm-offset-9 {
    grid-column-start: 10;
  }
  .sm-offset-10 {
    grid-column-start: 11;
  }
  .sm-offset-11 {
    grid-column-start: 12;
  }
  .sm-offset-12 {
    grid-column-start: 13;
  }
}
@media (max-width: 768px) {
  .xsm-span-1 {
    grid-column-end: span 1;
  }
  .xsm-span-2 {
    grid-column-end: span 2;
  }
  .xsm-span-3 {
    grid-column-end: span 3;
  }
  .xsm-span-4 {
    grid-column-end: span 4;
  }
  .xsm-span-5 {
    grid-column-end: span 5;
  }
  .xsm-span-6 {
    grid-column-end: span 6;
  }
  .xsm-span-7 {
    grid-column-end: span 7;
  }
  .xsm-span-8 {
    grid-column-end: span 8;
  }
  .xsm-span-9 {
    grid-column-end: span 9;
  }
  .xsm-span-10 {
    grid-column-end: span 10;
  }
  .xsm-span-11 {
    grid-column-end: span 11;
  }
  .xsm-span-12 {
    grid-column-end: span 12;
  }
  .xsm-offset-0 {
    grid-column-start: 1;
  }
  .xsm-offset-1 {
    grid-column-start: 2;
  }
  .xsm-offset-2 {
    grid-column-start: 3;
  }
  .xsm-offset-3 {
    grid-column-start: 4;
  }
  .xsm-offset-4 {
    grid-column-start: 5;
  }
  .xsm-offset-5 {
    grid-column-start: 6;
  }
  .xsm-offset-6 {
    grid-column-start: 7;
  }
  .xsm-offset-7 {
    grid-column-start: 8;
  }
  .xsm-offset-8 {
    grid-column-start: 9;
  }
  .xsm-offset-9 {
    grid-column-start: 10;
  }
  .xsm-offset-10 {
    grid-column-start: 11;
  }
  .xsm-offset-11 {
    grid-column-start: 12;
  }
  .xsm-offset-12 {
    grid-column-start: 13;
  }
}
@media (max-width: 767px) {
  .xxsm-span-1 {
    grid-column-end: span 1;
  }
  .xxsm-span-2 {
    grid-column-end: span 2;
  }
  .xxsm-span-3 {
    grid-column-end: span 3;
  }
  .xxsm-span-4 {
    grid-column-end: span 4;
  }
  .xxsm-span-5 {
    grid-column-end: span 5;
  }
  .xxsm-span-6 {
    grid-column-end: span 6;
  }
  .xxsm-span-7 {
    grid-column-end: span 7;
  }
  .xxsm-span-8 {
    grid-column-end: span 8;
  }
  .xxsm-span-9 {
    grid-column-end: span 9;
  }
  .xxsm-span-10 {
    grid-column-end: span 10;
  }
  .xxsm-span-11 {
    grid-column-end: span 11;
  }
  .xxsm-span-12 {
    grid-column-end: span 12;
  }
  .xxsm-offset-0 {
    grid-column-start: 1;
  }
  .xxsm-offset-1 {
    grid-column-start: 2;
  }
  .xxsm-offset-2 {
    grid-column-start: 3;
  }
  .xxsm-offset-3 {
    grid-column-start: 4;
  }
  .xxsm-offset-4 {
    grid-column-start: 5;
  }
  .xxsm-offset-5 {
    grid-column-start: 6;
  }
  .xxsm-offset-6 {
    grid-column-start: 7;
  }
  .xxsm-offset-7 {
    grid-column-start: 8;
  }
  .xxsm-offset-8 {
    grid-column-start: 9;
  }
  .xxsm-offset-9 {
    grid-column-start: 10;
  }
  .xxsm-offset-10 {
    grid-column-start: 11;
  }
  .xxsm-offset-11 {
    grid-column-start: 12;
  }
  .xxsm-offset-12 {
    grid-column-start: 13;
  }
}
@media (max-width: 640px) {
  [class*=span-] {
    grid-column-end: span 12;
  }
  [class*=offset-] {
    grid-column-start: 1;
  }
}
#header {
  padding: 4rem 0;
  transition: all 0.5s ease-in-out;
}
#header .container {
  display: flex;
  align-items: center;
}
#header .site-logo {
  width: 208px;
}
#header .header-toolbar {
  align-self: center;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 954px) {
  #header {
    padding: 2rem 0;
  }
}

#mobile-search,
#header .header-search {
  margin-left: 2rem;
}
#mobile-search .inline-form,
#header .header-search .inline-form {
  display: flex;
  position: relative;
}
#mobile-search input,
#header .header-search input {
  border-radius: 30px;
  font-weight: var(--font-weight-medium);
  background-color: var(--clr-three);
  color: var(--clr-one);
  border: none;
  padding: 1rem 5rem 1rem 2rem;
  font-size: 1.6rem;
  width: 200px;
}
#mobile-search input.placeholder,
#header .header-search input.placeholder {
  opacity: 1;
}
#mobile-search input:-moz-placeholder,
#header .header-search input:-moz-placeholder {
  opacity: 1;
}
#mobile-search input::-moz-placeholder,
#header .header-search input::-moz-placeholder {
  opacity: 1;
}
#mobile-search input:-ms-input-placeholder,
#header .header-search input:-ms-input-placeholder {
  opacity: 1;
}
#mobile-search input::-webkit-input-placeholder,
#header .header-search input::-webkit-input-placeholder {
  opacity: 1;
}
#mobile-search button,
#header .header-search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  background: none;
  border: none;
  padding: 0 1.5rem 0 0;
  border-radius: 30px;
}
@media (max-width: 954px) {
  #mobile-search,
  #header .header-search {
    display: none;
  }
}

#mobile-search {
  display: none;
  padding: 2rem 0 0 0;
  margin-left: 0;
  width: 100%;
}
#mobile-search form {
  width: 100%;
}
#mobile-search input {
  width: 100%;
  border: 1px solid var(--clr-five);
}

#footer {
  padding: 5rem 0 0 0;
  background-color: var(--clr-three);
}
#footer .footer-header {
  font-weight: var(--font-weight-bold);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--clr-one);
  margin-bottom: 3rem;
  letter-spacing: 0.2rem;
}
#footer .footer-grid {
  display: grid;
  grid-template-columns: 50% 1fr 1fr 1fr;
}
#footer .footer-logo a {
  display: inline-block;
  width: 41px;
}
#footer .footer-bottom {
  border-top: 1px solid var(--clr-six);
  padding: 1.5rem 0;
  margin: 10rem 0 0 0;
}
#footer .footer-bottom .container {
  display: flex;
}
#footer .footer-bottom .container .footer-credit:last-child {
  margin-left: auto;
}
@media (max-width: 768px) {
  #footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #footer .footer-col {
    margin-bottom: 3rem;
  }
  #footer .footer-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  #footer .footer-grid {
    grid-template-columns: 100%;
  }
  #footer .footer-bottom .container {
    flex-direction: column;
  }
  #footer .footer-bottom .container .footer-credit:last-child {
    margin-left: 0;
    margin-top: 1rem;
  }
}

#footer .footer-nav a {
  color: var(--clr-one);
}
#footer .footer-nav ul li {
  margin-bottom: 1rem;
}
#footer .footer-nav ul li:last-child {
  margin-bottom: 0;
}

#footer .footer-social {
  margin-top: 1.5rem;
}
#footer .footer-social a {
  font-size: 2.6rem;
  color: var(--clr-one);
}
#footer .footer-social a:hover {
  color: var(--clr-two);
}
#footer .footer-social ul li {
  margin-right: 1.2rem;
}
#footer .footer-social ul li:last-child {
  margin-right: 0;
}

#footer .footer-credit {
  font-weight: var(--font-weight-light);
  font-size: 1.4rem;
}
#footer .footer-credit a {
  color: var(--clr-one);
}

.form-newsletter {
  background-color: var(--clr-three);
  border-bottom: 1px solid var(--clr-six);
  padding: 1.5rem 0;
}
.form-newsletter .gform_heading {
  display: none;
}
.form-newsletter .container {
  display: grid;
  grid-template-columns: 420px 1fr;
  grid-column-gap: 3rem;
  align-items: center;
}
.form-newsletter .form-header {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
}
.form-newsletter .gform_wrapper {
  width: 100%;
}
.form-newsletter .gform_wrapper .gfield {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .form-newsletter .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .form-newsletter .container {
    grid-template-columns: 1fr;
  }
  .form-newsletter .form-header {
    margin-bottom: 1.5rem;
  }
}

body.nav-open {
  overflow: hidden;
  height: 100%;
}

.header-navigation {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.header-navigation .mobile-toolbar li,
.header-navigation #primary-nav-bar li {
  position: relative;
  margin: 0 1.5rem;
}
.header-navigation .mobile-toolbar li a,
.header-navigation #primary-nav-bar li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  color: var(--clr-one);
}
.header-navigation .mobile-toolbar li a .nav-icon,
.header-navigation #primary-nav-bar li a .nav-icon {
  margin-left: 1rem;
}
.header-navigation .mobile-toolbar li a .nav-icon i,
.header-navigation #primary-nav-bar li a .nav-icon i {
  font-size: 1.8rem;
}
.header-navigation .mobile-toolbar li.current-menu-item > a,
.header-navigation #primary-nav-bar li.current-menu-item > a {
  color: var(--clr-two);
}
.header-navigation .mobile-toolbar {
  display: none;
}
@media (max-width: 954px) {
  .header-navigation .mobile-toolbar {
    display: flex;
    align-items: center;
  }
  .header-navigation #primary-nav-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-navigation .mobile-toolbar li,
  .header-navigation #primary-nav-bar li {
    margin: 0 1rem 0 0;
  }
  .header-navigation .mobile-toolbar li:last-child,
  .header-navigation #primary-nav-bar li:last-child {
    margin-right: 0;
  }
  .header-navigation .mobile-toolbar .nav-text {
    display: none;
  }
  .header-navigation .mobile-toolbar .nav-icon {
    margin-left: 0;
  }
}

.header-navigation #primary-nav-bar .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 3rem;
  z-index: 150;
}
.header-navigation #primary-nav-bar .sub-menu:before {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent var(--clr-two) transparent;
}
.header-navigation #primary-nav-bar .sub-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header-navigation #primary-nav-bar .sub-menu ul li {
  margin: 0 0 2.5rem 0;
  text-align: center;
  min-width: 250px;
}
.header-navigation #primary-nav-bar .sub-menu ul li:last-child {
  margin-bottom: 0;
}
.header-navigation #primary-nav-bar .sub-menu ul li a {
  justify-content: center;
  color: var(--clr-four);
}
.header-navigation #primary-nav-bar .sub-menu .sub-menu-wrap {
  background-color: var(--clr-two);
  padding: 2.5rem 2rem 3rem 2rem;
}

#mobile-navigation .nav-tool {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 2rem 0;
}
#mobile-navigation .nav-tool a {
  font-size: 2.4rem;
}

#mobile-navigation {
  position: fixed;
  overflow: hidden;
  max-width: 460px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--clr-three);
  z-index: 1010;
  transform: translateX(460px);
  transition: transform 0.5s ease-in-out;
  padding: 3rem 2rem;
}
#mobile-navigation.mobile-nav-open {
  transform: translateX(0);
}
#mobile-navigation ul li {
  margin-bottom: 0.8rem;
}
#mobile-navigation ul li:last-child {
  margin-bottom: 0;
}
#mobile-navigation ul li a {
  position: relative;
  color: var(--clr-one);
  font-size: 1.8rem;
  text-transform: uppercase;
}
#mobile-navigation ul li.menu-item-has-children > a {
  display: block;
  width: 100%;
}
#mobile-navigation ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font: var(--fa-font-solid);
  content: "\f061";
}
#mobile-navigation ul li.menu-item-has-children a.subnav-close {
  display: block;
  width: 100%;
  margin: 0 0 2rem 0;
  font-weight: var(--font-weight-semi-bold);
}
#mobile-navigation ul li.menu-item-has-children a.subnav-close:after {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font: var(--fa-font-solid);
  content: "\f060";
}
#mobile-navigation ul li.current-menu-item > a {
  color: var(--clr-two);
}

#mobile-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--clr-three);
  padding: 3rem 2rem;
  z-index: 100;
}
#mobile-navigation .sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page-content,
.standard-page-content {
  padding: 0;
}

.standard-page-content {
  padding-top: 8rem;
}
.standard-page-content.is-404 {
  padding-bottom: 8rem;
}

#banner .site-slideshow {
  overflow: hidden;
}

#banner.home {
  position: relative;
  height: 700px;
  overflow: hidden;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
#banner.home .single-slider-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: var(--clr-four);
  padding: 0.6rem 1rem 0.5rem 1rem;
  width: auto;
}
#banner.home .single-slider-pagination:before, #banner.home .single-slider-pagination:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 40px;
}
#banner.home .single-slider-pagination:before {
  left: -33px;
  background: url("../assets/images/pagination-angle-left.svg") no-repeat left bottom transparent;
}
#banner.home .single-slider-pagination:after {
  right: -33px;
  background: url("../assets/images/pagination-angle-right.svg") no-repeat right bottom transparent;
}
#banner.home .single-slider-pagination .swiper-pagination-bullet {
  background-color: var(--clr-three);
  opacity: 1;
  width: 11px;
  height: 11px;
}
#banner.home .single-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--clr-two);
}
#banner.home.invisible {
  opacity: 0;
}
#banner.home.visible {
  animation-name: fadeIn;
  opacity: 1;
}
@media (max-width: 768px) {
  #banner.home {
    height: auto;
  }
  #banner.home .single-slider-pagination {
    display: none;
  }
}

#banner.home .slide {
  height: 700px;
  display: flex;
}
#banner.home .slide .slide-img-bg,
#banner.home .slide .banner-caption-wrapper {
  width: 50%;
}
#banner.home .slide .banner-caption-wrapper {
  position: relative;
  background-color: var(--clr-two);
}
#banner.home .slide .banner-caption-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--clr-four);
  width: 100%;
  height: 4.5rem;
  z-index: 15;
}
#banner.home .slide .caption-body,
#banner.home .slide .banner-caption {
  height: 100%;
}
#banner.home .slide .caption-body {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
  color: var(--clr-four);
}
#banner.home .slide .caption-content {
  padding: 3rem 7rem 0 7rem;
  background: url("../assets/images/banner-caption-bg.svg") center center transparent;
}
#banner.home .slide .caption-content p {
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.3rem;
}
#banner.home .slide .title {
  display: flex;
  padding: 0 7rem 2rem 7rem;
}
#banner.home .slide .primary-title {
  font-family: var(--font-secondary);
  font-size: clamp(5rem, 0.563rem + 6.406vw, 9.1rem);
  color: var(--clr-four);
  margin: 0;
  align-self: flex-end;
}
#banner.home .slide .next-section {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  #banner.home .slide {
    height: auto;
    flex-direction: column;
  }
  #banner.home .slide .slide-img-bg {
    display: none;
  }
  #banner.home .slide .banner-caption-wrapper {
    width: 100%;
    height: 100%;
  }
  #banner.home .slide .banner-caption-wrapper:before {
    display: none;
  }
  #banner.home .slide .primary-title {
    font-size: clamp(4rem, 0.563rem + 6.406vw, 9.1rem);
  }
  #banner.home .slide .caption-body {
    grid-template-rows: auto auto;
  }
  #banner.home .slide .title {
    padding: 3rem 3rem 2rem 3rem;
  }
  #banner.home .slide .caption-content {
    padding: 2rem 3rem 3rem 3rem;
  }
}

#banner.home .slide-img-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner.home .slide-img-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--clr-four);
  width: 100%;
  height: 4.5rem;
  z-index: 15;
}
#banner.home .slide-img-bg:after {
  content: "";
  background: url("../assets/images/banner-image-bg.svg") no-repeat bottom left transparent;
  position: absolute;
  left: 0;
  bottom: 4.5rem;
  z-index: 5;
  width: 100%;
  height: 100%;
}
#banner.home .slide-img-bg .img-grad {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgb(0, 0, 0);
  background: linear-gradient(40deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
}
#banner.home .slide-img-bg .img-caption {
  border-left: 1px solid var(--clr-four);
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  display: flex;
  justify-content: center;
}
#banner.home .slide-img-bg .img-caption .img-caption-inner {
  text-transform: uppercase;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.3rem;
  color: var(--clr-four);
  display: block;
  padding: 9rem 0 0 0;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
#banner.home .slide-img-bg .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  z-index: 5;
}
#banner.home .slide-img-bg .img-overlay {
  position: relative;
  width: 75%;
  max-width: 730px;
  z-index: 10;
}

#banner.generic {
  position: relative;
  height: 287px;
  background-color: var(--clr-two);
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner.generic:before, #banner.generic:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#banner.generic:before {
  background: url("../assets/images/banner-pattern-left.svg") no-repeat left center transparent;
}
#banner.generic:after {
  background: url("../assets/images/banner-pattern-right.svg") no-repeat right center transparent;
}

#banner.generic .banner-caption {
  position: relative;
  z-index: 5;
  text-align: center;
  color: var(--clr-four);
}
#banner.generic .banner-caption .banner-sub-title {
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  margin: 0 0 2rem 0;
}
#banner.generic .banner-caption .banner-title {
  font-family: var(--font-secondary);
  font-size: clamp(3.4rem, 30.1739px + 1.1957vw, 4.5rem);
  font-weight: var(--font-weight-bold);
  margin: 0;
}

#banner.shop {
  height: auto;
}
#banner.shop .banner-title {
  font-family: var(--font-secondary);
  font-size: 4.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  margin: 0 0 1rem 0;
}

.terms-list {
  padding: 4rem 0 0 0;
}
.terms-list .term-item {
  margin-right: 2rem;
}
.terms-list .term-item:last-child {
  margin-right: 0;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 0 8rem 0;
}
.post-list .post-item {
  width: 31.3333333333%;
  margin-right: 3%;
  margin-bottom: 7rem;
}
.post-list .post-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .post-list .post-item {
    width: 48.5%;
  }
  .post-list .post-item:nth-child(2n) {
    margin-right: 0;
  }
  .post-list .post-item:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (max-width: 640px) {
  .post-list {
    flex-direction: column;
  }
  .post-list .post-item {
    width: 100%;
    margin-bottom: 4rem;
    margin-right: 0;
  }
}

.post-list .post-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.post-list .post-item .image,
.post-list .post-item .title,
.post-list .post-item .detail,
.post-list .post-item .read-more {
  width: 100%;
}
.post-list .post-item .image a,
.post-list .post-item .title a {
  color: var(--clr-one);
}
.post-list .post-item .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-transform: uppercase;
  margin: 4rem 0 1rem 0;
  padding: 0 3rem;
}
.post-list .post-item .detail {
  margin-bottom: 3rem;
  margin-top: auto;
  font-weight: var(--font-weight-light);
  letter-spacing: 0.2rem;
}
.single-post .read-more {
  margin-top: 5rem;
}

.content-item {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
}
.content-item .section-title {
  margin: 3rem 0 4.5rem 0;
}
.content-item .section-title .primary-title {
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 1.5rem 0;
}
.content-item .section-title .secondary-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: clamp(4rem, 12.1739px + 8.6957vw, 12rem);
  line-height: clamp(5rem, 12.1739px + 8.6957vw, 13rem);
}
.content-item:last-child {
  margin-bottom: 6rem;
}

.standard-page-content .content-item {
  padding: 5.5rem 0;
}
.standard-page-content .content-item:last-child {
  margin-bottom: 0;
}

.magic-cursor {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: var(--clr-two);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2000;
  background-color: var(--clr-two);
  display: flex;
  justify-content: center;
  align-items: center;
}
.magic-cursor i {
  color: var(--clr-four);
  font-size: 4rem;
}

.has-angled-shape.angle-vertical {
  background-color: var(--clr-four);
  width: 5px;
  height: 85px;
  position: absolute;
  top: 9rem;
  left: -5px;
}
.has-angled-shape.angle-vertical:before {
  position: absolute;
  bottom: -5px;
  content: "";
  background-color: var(--clr-four);
  width: 5px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%);
}
.has-angled-shape.angle-horizontal {
  background-color: var(--clr-one);
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.has-angled-shape.angle-horizontal:before {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  background-color: var(--clr-one);
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}

.block-product-category {
  padding-bottom: 12rem;
}
.block-product-category .category-slider-progress {
  display: none;
}
.block-product-category.has-large-layout .category-slider-progress {
  display: block;
  top: auto;
  bottom: -4rem;
  height: 7px;
  width: 100%;
  border-radius: 50px !important;
  background-color: var(--clr-three);
  overflow: hidden !important;
}
.block-product-category.has-large-layout .category-slider-progress .swiper-pagination-progressbar-fill {
  background-color: var(--clr-one);
  border-radius: 50px !important;
}

.block-product-category .category-image-list .item {
  position: relative;
  max-width: 280px;
  width: 100%;
  overflow: visible;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.block-product-category .category-image-list .item .title {
  position: relative;
  transition: color 0.5s ease-in-out;
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: var(--clr-one);
  padding: 2rem 0;
  border-bottom: 1px solid var(--clr-one);
}
.block-product-category .category-image-list .item .image {
  padding: 3rem 2rem;
  border: 1px solid var(--clr-one);
  border-radius: 6px;
}
.block-product-category .category-image-list .item .image img {
  margin: 0 auto;
}
.block-product-category .category-image-list .item:hover .title {
  color: var(--clr-two);
}
.block-product-category .category-image-list .item.invisible {
  opacity: 0;
}
.block-product-category .category-image-list .item.visible {
  animation-name: fadeInUp;
  opacity: 1;
}
.block-product-category .category-image-list .item:nth-child(1) {
  animation-delay: 0.1s;
}
.block-product-category .category-image-list .item:nth-child(2) {
  animation-delay: 0.2s;
}
.block-product-category .category-image-list .item:nth-child(3) {
  animation-delay: 0.3s;
}
.block-product-category .category-image-list .item:nth-child(4) {
  animation-delay: 0.4s;
}
.block-product-category .category-image-list .item:nth-child(5) {
  animation-delay: 0.5s;
}
.block-product-category .category-image-list .item:nth-child(6) {
  animation-delay: 0.6s;
}
.block-product-category .category-image-list .item:nth-child(7) {
  animation-delay: 0.7s;
}
@media (max-width: 767px) {
  .block-product-category .category-image-list .item {
    width: 48.5%;
  }
  .block-product-category .category-image-list .item:nth-child(3n) {
    margin-right: 3%;
  }
  .block-product-category .category-image-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .block-product-category .category-image-list .item {
    width: 100%;
    margin-right: 0;
  }
  .block-product-category .category-image-list .item:nth-child(3n) {
    margin-right: 0;
  }
}

.block-product-category.has-large-layout .category-image-list .product-item {
  position: relative;
  max-width: 390px;
  width: 100%;
  overflow: visible;
}

.block-large-product-category-feature {
  background: repeat center center transparent;
  background-size: contain;
  padding: 8rem 0;
}
.block-large-product-category-feature .category-feature-list {
  display: flex;
  flex-wrap: wrap;
}

.block-large-product-category-feature .category-feature-list .item {
  position: relative;
  width: 31.3333333333%;
  margin-right: 3%;
  height: 314px;
  overflow: hidden;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.block-large-product-category-feature .category-feature-list .item:last-child {
  margin-bottom: 0;
}
.block-large-product-category-feature .category-feature-list .item:nth-child(3n) {
  margin-right: 0;
}
.block-large-product-category-feature .category-feature-list .item .image {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: var(--clr-three);
}
.block-large-product-category-feature .category-feature-list .item .image img {
  width: 320px;
}
.block-large-product-category-feature .category-feature-list .item .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url("../assets/images/paint-spray-effect.png") no-repeat top left transparent;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem 2rem 3rem;
}
.block-large-product-category-feature .category-feature-list .item .title {
  font-family: var(--font-secondary);
  font-size: 3.6rem;
  line-height: 4.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: var(--font-weight-semi-bold);
}
.block-large-product-category-feature .category-feature-list .item .title i {
  font-size: 3.2rem;
}
.block-large-product-category-feature .category-feature-list .item .title a {
  transition: color 0.5s ease-in-out;
  color: var(--clr-two);
}
.block-large-product-category-feature .category-feature-list .item .read-more {
  margin-top: auto;
}
.block-large-product-category-feature .category-feature-list .item.invisible {
  opacity: 0;
}
.block-large-product-category-feature .category-feature-list .item.visible {
  animation-name: fadeInUp;
  opacity: 1;
}
@media (max-width: 767px) {
  .block-large-product-category-feature .category-feature-list .item {
    max-width: 368px;
    width: 100%;
    margin: 0 auto 2rem auto;
  }
  .block-large-product-category-feature .category-feature-list .item:last-child {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-latest-posts .section-title {
  margin-top: 0;
  padding: 3.5rem 0;
  border-top: 1px solid var(--clr-one);
  border-bottom: 1px solid var(--clr-one);
}
.block-latest-posts .next-section {
  text-align: center;
}
.block-latest-posts .latest-post-list {
  display: flex;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid var(--clr-one);
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .block-latest-posts .latest-post-list {
    flex-direction: column;
  }
}

.block-latest-posts .post-item {
  width: 50%;
  display: flex;
  border-right: 1px solid var(--clr-one);
  padding-right: 3rem;
}
.block-latest-posts .post-item .body,
.block-latest-posts .post-item .image {
  width: 50%;
}
.block-latest-posts .post-item .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-extra-bold);
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 2rem 0;
}
.block-latest-posts .post-item .body {
  text-align: center;
  padding-right: 3rem;
  align-self: center;
}
.block-latest-posts .post-item .read-more {
  margin-top: 2rem;
}
.block-latest-posts .post-item:last-child {
  padding-left: 3rem;
  padding-right: 0;
  border-right: none;
}
@media (max-width: 954px) {
  .block-latest-posts .post-item .image {
    display: none;
  }
  .block-latest-posts .post-item .body {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .block-latest-posts .post-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--clr-one);
    border-right: none;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .block-latest-posts .post-item:last-child {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.image-block .wp-caption {
  margin: 1rem 0 0 0;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.1rem;
  color: var(--clr-one);
}

.block-table {
  padding: 4rem 0;
}
.block-table table:last-child {
  margin-bottom: 0;
}

.block-large-feature {
  position: relative;
  padding: 0;
  background-color: var(--clr-one);
  color: var(--clr-four);
  height: 470px;
}
.block-large-feature:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 70%;
  background-color: var(--clr-four);
}
.block-large-feature .feature-detail-wrapper .feature-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1160px;
  width: 90%;
  z-index: 15;
}

.block-large-feature .feature-detail .sub-title,
.block-large-feature .feature-detail .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-four);
}
.block-large-feature .feature-detail .title {
  font-size: clamp(3.4rem, -0.0625rem + 5.4688vw, 6.9rem);
  margin: 0 0 2rem 0;
}
.block-large-feature .feature-detail .sub-title {
  font-size: 2.5rem;
}
.block-large-feature .feature-detail .read-more {
  margin: 6rem 0 0 0;
}

.block-large-feature .image {
  max-width: 690px;
  width: 100%;
  background-color: var(--clr-two);
  position: absolute;
  right: 3rem;
  bottom: 4rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .block-large-feature .image {
    display: none;
  }
}

.block-large-feature .pattern {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 345px;
  width: 100%;
}
.block-large-feature .pattern:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 100%;
  background-color: var(--clr-four);
}
.block-large-feature .pattern .pattern-bg {
  background: url("../assets/images/feature-bg-pattern.svg") no-repeat right center transparent;
  background-size: cover;
  height: 470px;
}
@media (max-width: 640px) {
  .block-large-feature .pattern:after {
    width: 70%;
  }
}

.block-two-column .block-title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  font-size: 2.5rem;
  line-height: 3.5rem;
}

.block-pull-out-feature .pull-out-feature {
  background-color: var(--clr-three);
}
.block-pull-out-feature .pull-out-feature.feature-even .column {
  order: 1;
}
.block-pull-out-feature .pull-out-feature.feature-even .content-column {
  order: 2;
}
.block-pull-out-feature .pull-out-feature img {
  display: block;
  width: 100%;
  height: auto;
}
.block-pull-out-feature .pull-out-feature .content-column {
  background: url("../assets/images/pull-feature-bg.svg") left top repeat-y;
  padding: 4rem 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-pull-out-feature .pull-out-feature .content-column .content-inner {
  max-width: 320px;
  width: 100%;
}
.block-pull-out-feature .pull-out-feature .title {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin: 0 0 2rem 0;
}
.block-pull-out-feature .pull-out-feature .read-more {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .block-pull-out-feature .pull-out-feature.feature-even .column {
    order: 2;
  }
  .block-pull-out-feature .pull-out-feature.feature-even .content-column {
    order: 1;
  }
  .block-pull-out-feature .pull-out-feature .content-column {
    padding: 4rem 3rem 4rem 13rem;
  }
  .block-pull-out-feature .pull-out-feature .content-column .content-inner {
    max-width: none;
  }
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images {
  float: none;
  width: 100%;
}
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations {
  margin-top: 2.5rem;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  text-align: left;
}
.woocommerce div.product form.cart .variations td {
  padding-bottom: 1.5rem;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-page .woocommerce-ordering {
  float: none;
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    display: inline-block;
    width: 100%;
  }
  .woocommerce div.product form.cart .variations td {
    padding-bottom: 2rem;
  }
}

.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.shop-archive {
  padding: 0 0 6rem 0;
}

.shop-container {
  padding-top: 0;
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-column-gap: 7rem;
  position: relative;
}
.shop-container .shop-sidebar {
  padding-top: 7rem;
}
.shop-container .shop-sidebar .sidebar {
  position: sticky;
  top: 9rem;
}
.shop-container .mobile-toolbar {
  display: none;
  margin-bottom: 1rem;
  position: sticky;
  top: 2rem;
  z-index: 100;
}
@media (max-width: 991px) {
  .shop-container {
    grid-template-columns: 1fr;
  }
  .shop-container .shop-sidebar {
    width: 0;
    overflow: hidden;
    padding: 0;
  }
  .shop-container .shop-sidebar .sidebar {
    position: static;
    top: auto;
  }
  .shop-container .shop-content {
    padding-left: 0;
    width: 100%;
  }
  .shop-container .mobile-toolbar {
    display: block;
  }
}
.shop-container .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
}
@media (max-width: 767px) {
  .shop-container .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .shop-container .product-grid {
    grid-template-columns: 100%;
  }
}

.shop-container .shop-grid-toolbar {
  padding: 1.5rem 0;
  display: flex;
  justify-content: flex-end;
}
.shop-container .shop-grid-toolbar select {
  border: none;
  background: none;
}

.block-product-category.has-large-layout .category-image-list .product-item,
.shop-container .product-grid .product-item {
  display: flex;
  flex-direction: column;
}
.block-product-category.has-large-layout .category-image-list .product-item .image,
.block-product-category.has-large-layout .category-image-list .product-item .detail,
.block-product-category.has-large-layout .category-image-list .product-item .mobile,
.shop-container .product-grid .product-item .image,
.shop-container .product-grid .product-item .detail,
.shop-container .product-grid .product-item .mobile {
  width: 100%;
}
.block-product-category.has-large-layout .category-image-list .product-item .image,
.shop-container .product-grid .product-item .image {
  border-radius: 6px;
  border: 1px solid var(--clr-one);
  box-sizing: border-box;
  position: relative;
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: border-color 0.5s ease-in-out;
}
.block-product-category.has-large-layout .category-image-list .product-item .image img,
.shop-container .product-grid .product-item .image img {
  width: 100%;
}
.block-product-category.has-large-layout .category-image-list .product-item .product-label,
.shop-container .product-grid .product-item .product-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-five);
  color: var(--clr-one);
  padding: 1rem 3rem;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.block-product-category.has-large-layout .category-image-list .product-item .overlay,
.shop-container .product-grid .product-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out, z-index 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.block-product-category.has-large-layout .category-image-list .product-item .overlay .overlay-bg,
.shop-container .product-grid .product-item .overlay .overlay-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-product-category.has-large-layout .category-image-list .product-item .overlay .btn,
.shop-container .product-grid .product-item .overlay .btn {
  transition: margin 0.5s ease-in-out;
}
.block-product-category.has-large-layout .category-image-list .product-item .detail,
.shop-container .product-grid .product-item .detail {
  padding: 1rem 0;
}
.block-product-category.has-large-layout .category-image-list .product-item .title,
.block-product-category.has-large-layout .category-image-list .product-item .price-attributes,
.block-product-category.has-large-layout .category-image-list .product-item .read-more,
.shop-container .product-grid .product-item .title,
.shop-container .product-grid .product-item .price-attributes,
.shop-container .product-grid .product-item .read-more {
  width: 100%;
}
.block-product-category.has-large-layout .category-image-list .product-item .title a,
.block-product-category.has-large-layout .category-image-list .product-item .price a,
.shop-container .product-grid .product-item .title a,
.shop-container .product-grid .product-item .price a {
  color: var(--clr-one);
}
.block-product-category.has-large-layout .category-image-list .product-item .title,
.shop-container .product-grid .product-item .title {
  font-family: var(--font-primary);
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: var(--font-weight-bold);
  margin: 0 0 0.5rem 0;
}
.block-product-category.has-large-layout .category-image-list .product-item .price-attributes,
.shop-container .product-grid .product-item .price-attributes {
  display: flex;
}
.block-product-category.has-large-layout .category-image-list .product-item .price-attributes div:last-child,
.shop-container .product-grid .product-item .price-attributes div:last-child {
  margin-left: auto;
}
.block-product-category.has-large-layout .category-image-list .product-item .read-more,
.shop-container .product-grid .product-item .read-more {
  display: flex;
  flex-direction: column;
}
.block-product-category.has-large-layout .category-image-list .product-item .read-more a,
.shop-container .product-grid .product-item .read-more a {
  margin-bottom: 1rem;
}
.block-product-category.has-large-layout .category-image-list .product-item .read-more a:first-child,
.shop-container .product-grid .product-item .read-more a:first-child {
  margin-top: 1.5rem;
}
.block-product-category.has-large-layout .category-image-list .product-item .read-more a:last-child,
.shop-container .product-grid .product-item .read-more a:last-child {
  margin-bottom: 0;
}
.block-product-category.has-large-layout .category-image-list .product-item .mobile,
.shop-container .product-grid .product-item .mobile {
  display: none;
  margin-top: auto;
}
@media (max-width: 767px) {
  .block-product-category.has-large-layout .category-image-list .product-item .mobile,
  .shop-container .product-grid .product-item .mobile {
    display: block;
  }
}
@media (max-width: 640px) {
  .block-product-category.has-large-layout .category-image-list .product-item .detail,
  .shop-container .product-grid .product-item .detail {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.block-product-category.has-large-layout .category-image-list .product-item:hover .image,
.shop-container .product-grid .product-item:hover .image {
  border-color: transparent;
}
.block-product-category.has-large-layout .category-image-list .product-item:hover .product-label,
.shop-container .product-grid .product-item:hover .product-label {
  opacity: 0;
}
.block-product-category.has-large-layout .category-image-list .product-item:hover .overlay,
.shop-container .product-grid .product-item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  z-index: 50;
}
.block-product-category.has-large-layout .category-image-list .product-item:hover .overlay .btn,
.shop-container .product-grid .product-item:hover .overlay .btn {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .block-product-category.has-large-layout .category-image-list .product-item:hover .overlay,
  .shop-container .product-grid .product-item:hover .overlay {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

.shop-single {
  padding: 3rem 0 4rem 0;
}
.shop-single .shop-toolbar {
  margin-bottom: 2.5rem;
}
.shop-single #breadcrumbs {
  font-weight: var(--font-weight-medium);
  color: var(--clr-one);
  font-size: 1.4rem;
}
.shop-single #breadcrumbs span {
  margin: 0 0.5rem;
}
.shop-single #breadcrumbs span:first-child {
  margin-left: 0;
}
.shop-single #breadcrumbs a {
  color: var(--clr-one);
}
.shop-single .product-title {
  display: none;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  line-height: 4.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid var(--clr-three);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .shop-single .product-title {
    display: block;
  }
}

.shop-single .wcml-dropdown {
  width: 100%;
}
.shop-single .wcml-dropdown a {
  color: var(--clr-one);
}

.shop-single .shop-single-container {
  display: flex;
  gap: clamp(30px, -70px + 15.625vw, 130px);
}
.shop-single .shop-single-container .product-column {
  width: 50%;
}
@media (max-width: 640px) {
  .shop-single .shop-single-container {
    flex-direction: column;
  }
  .shop-single .shop-single-container .product-column {
    width: 100%;
  }
  .shop-single .shop-single-container .product-column.shop-gallery {
    order: 1;
  }
  .shop-single .shop-single-container .product-column.shop-detail {
    order: 0;
  }
}

.shop-single .shop-single-container .product-section {
  padding-bottom: 2rem;
}
.shop-single .shop-single-container .product-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.shop-single .shop-single-container select {
  background-color: var(--clr-four);
  border: 1px solid var(--clr-one);
  border-radius: 6px;
  padding: 0.5rem 1.5rem;
}
.shop-single .shop-single-container .product-price {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
}
.shop-single .shop-single-container .product-title {
  position: relative;
  display: block;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.shop-single .shop-single-container .title {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--clr-one);
}
.shop-single .shop-single-container .title:after {
  content: "";
  background-color: var(--clr-one);
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.shop-single .shop-single-container .title:before {
  position: absolute;
  bottom: -10px;
  left: 120px;
  content: "";
  background-color: var(--clr-one);
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}
.shop-single .shop-single-container .section-title {
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.shop-single .shop-single-container .option-list {
  margin-top: 2rem;
  display: flex;
  gap: 0.5rem;
}
.shop-single .shop-single-container .option-list span {
  font-weight: var(--font-weight-medium);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--clr-three);
  color: var(--clr-one);
}
.shop-single .shop-single-container .the-post table {
  margin-top: 2rem;
  border: none !important;
}
.shop-single .shop-single-container .the-post table tr td {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
@media (max-width: 767px) {
  .shop-single .shop-single-container .title,
  .shop-single .shop-single-container .product-title {
    display: none;
  }
}

.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter {
  position: relative;
  border-bottom: 1px solid var(--clr-one);
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter:after {
  content: "";
  background-color: var(--clr-one);
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter:before {
  position: absolute;
  bottom: -10px;
  left: 120px;
  content: "";
  background-color: var(--clr-one);
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter h4.filter-title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--clr-one);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 0.5rem 0;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: none;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter [type=checkbox], .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter [type=radio] {
  margin-right: 1rem;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter.filter-price-slider h4.filter-title {
  margin-bottom: 4rem;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
  font-size: 1.3rem;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-light);
  top: -15px;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .irs--round .irs-handle {
  box-shadow: none;
}
.shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .irs--round .irs-min, .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter .irs--round .irs-max {
  display: none;
}
@media (max-width: 991px) {
  .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter {
    border: 1px solid var(--clr-one);
  }
  .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter:before, .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter h4.filter-title {
    margin-bottom: 0;
  }
  .shop-sidebar .sidebar .yith-wcan-filters .yith-wcan-filter.filter-price-slider h4.filter-title {
    margin-bottom: 4rem;
  }
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  border: 1px solid var(--clr-one);
  border-radius: 6px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  max-height: 530px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  padding: 5rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--clr-three);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-radius: 0;
  background: none;
  transform: none;
  width: auto;
  height: auto;
  border: none;
  top: auto;
  left: auto;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  font: var(--fa-font-light);
  content: "\f00e";
  color: var(--clr-one);
  font-size: 2rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
  margin-bottom: 1.5rem;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n), .woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  margin-right: 1.5rem;
  border: 1px solid var(--clr-one);
  padding: 1rem;
  opacity: 1;
  transition: border-width 0.1s ease-in-out;
  border-radius: 50%;
  overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 3px solid var(--clr-one);
}
