/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
@import '../../node_modules/photoswipe/dist/photoswipe.css';
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! 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, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received {
  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 */
  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;
}

/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "Open Sans";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

h1, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received,
h2,
h3,
#review_form_wrapper .comment-reply-title,
.product-filters__title,
h4,
.review-item__author,
.c-woocommerce-account h2,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title,
.c-woocommerce-checkout__step-header-title,
.c-woocommerce-checkout-right__wrapper h3#order_review_heading,
.c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title,
#review_form_wrapper .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title,
.c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title,
h5,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th,
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .product-quantity,
h6,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name,
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-name {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

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

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
.button,
.form-submit input,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input,
.form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input,
.c-woocommerce-cart-content .return-to-shop .form-submit input,
.form-submit .c-woocommerce-cart-content .return-to-shop input,
.c-woocommerce-cart-voucher > div .coupon button[type=submit],
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit],
.c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit],
.c-woocommerce-cart-content .return-to-shop .button,
.c-woocommerce-cart-content .return-to-shop .form-submit input,
.form-submit .c-woocommerce-cart-content .return-to-shop input,
.c-woocommerce-cart-content .return-to-shop .form-submit input,
.form-submit .c-woocommerce-cart-content .return-to-shop input,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button,
.c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button,
.c-woocommerce-checkout__payment .place-order button,
.c-woocommerce-checkout__step-header-button span {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 13px 24px;
  border-radius: 93px;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: 600;
  line-height: 20px;
  gap: 21px;
  width: fit-content;
}
.button svg,
.form-submit input svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input svg,
.form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input svg,
.c-woocommerce-cart-content .return-to-shop .form-submit input svg,
.form-submit .c-woocommerce-cart-content .return-to-shop input svg,
.c-woocommerce-cart-voucher > div .coupon button[type=submit] svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit] svg,
.c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit] svg,
.c-woocommerce-cart-content .return-to-shop .button svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span svg,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button svg,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button svg,
.c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span svg,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button svg,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button svg,
.c-woocommerce-checkout__payment .place-order button svg,
.c-woocommerce-checkout__step-header-button span svg {
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease;
}

/**
 * Button (default).
 */
.button--default,
.form-submit input,
.c-woocommerce-cart-content .return-to-shop .button,
.c-woocommerce-cart-content .return-to-shop .form-submit input,
.form-submit .c-woocommerce-cart-content .return-to-shop input,
.c-woocommerce-cart-content .return-to-shop .form-submit input,
.form-submit .c-woocommerce-cart-content .return-to-shop input,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon button[type=submit],
.c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .return-to-shop button[type=submit],
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input,
.form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input,
.c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit],
.c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit],
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button,
.c-woocommerce-checkout__step-header-button span {
  background-color: hsl(20, 100%, 50%);
  color: hsl(0, 0%, 100%);
  border: 1.5px solid hsl(20, 100%, 50%);
  transition: background-color 0.3s ease;
}
.button--default svg,
.form-submit input svg,
.c-woocommerce-cart-content .return-to-shop .button svg,
.c-woocommerce-cart-content .return-to-shop .form-submit input svg,
.form-submit .c-woocommerce-cart-content .return-to-shop input svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon button[type=submit] svg,
.c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .return-to-shop button[type=submit] svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span svg,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button svg,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input svg,
.form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input svg,
.c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit] svg,
.c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit] svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span svg,
.c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span svg,
.c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span svg,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button svg,
.c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button svg,
.c-woocommerce-checkout__step-header-button span svg {
  width: 12px;
  height: 17px;
}
@media (hover: hover) {
  .button--default:hover,
  .form-submit input:hover,
  .c-woocommerce-cart-content .return-to-shop .button:hover,
  .c-woocommerce-cart-content .return-to-shop .form-submit input:hover,
  .form-submit .c-woocommerce-cart-content .return-to-shop input:hover,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover,
  .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .return-to-shop button[type=submit]:hover,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span:hover,
  .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span:hover,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button:hover,
  .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button:hover,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button:hover,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input:hover,
  .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover,
  .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover,
  .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit]:hover,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span:hover,
  .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button:hover,
  .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button:hover,
  .c-woocommerce-checkout__step-header-button span:hover {
    background-color: hsl(15, 100%, 46%);
  }
  .button--default:hover svg,
  .form-submit input:hover svg,
  .c-woocommerce-cart-content .return-to-shop .button:hover svg,
  .c-woocommerce-cart-content .return-to-shop .form-submit input:hover svg,
  .form-submit .c-woocommerce-cart-content .return-to-shop input:hover svg,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover svg,
  .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .return-to-shop button[type=submit]:hover svg,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span:hover svg,
  .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span:hover svg,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button:hover svg,
  .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button:hover svg,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button:hover svg,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input:hover svg,
  .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover svg,
  .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover svg,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover svg,
  .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit]:hover svg,
  .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover svg,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span:hover svg,
  .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover svg,
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button:hover svg,
  .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button:hover svg,
  .c-woocommerce-checkout__step-header-button span:hover svg {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
}

/**
 * Button (secondary).
 */
.button--secondary,
.c-woocommerce-cart-voucher > div .coupon button[type=submit] {
  background-color: transparent;
  color: hsl(254, 58%, 25%);
  border: 1.5px solid hsl(254, 58%, 25%);
  transition: background-color 0.3s ease;
  padding: 2px 2px 2px 24px;
  height: fit-content;
}
.button--secondary .svg-wrapper,
.c-woocommerce-cart-voucher > div .coupon button[type=submit] .svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(20, 100%, 50%);
  border-radius: 100px;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease;
  padding: 14px;
}
@media (hover: hover) {
  .button--secondary:hover,
  .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover {
    background-color: hsl(15, 100%, 46%);
    color: hsl(0, 0%, 100%);
    border-color: hsl(15, 100%, 46%);
  }
  .button--secondary:hover .svg-wrapper,
  .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover .svg-wrapper {
    background-color: hsl(15, 100%, 46%);
  }
  .button--secondary:hover svg,
  .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover svg {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
}

.button--round {
  width: 58px;
  height: 58px;
  background-color: hsl(20, 100%, 50%);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.button--round svg {
  width: 18px;
  height: 25px;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .button--round:hover {
    background-color: hsl(15, 100%, 46%);
  }
  .button--round:hover svg {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 599px) {
  .button--round {
    width: 48px;
    height: 48px;
  }
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p {
  color: hsl(220, 2%, 34%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.cms-output p:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .cms-output p:not(:last-child) {
    margin-bottom: 32px;
  }
}
.cms-output h2,
.cms-output h3,
.cms-output #review_form_wrapper .comment-reply-title,
#review_form_wrapper .cms-output .comment-reply-title,
.cms-output .product-filters__title,
.cms-output h4,
.cms-output .review-item__author,
.cms-output .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
.c-woocommerce-checkout-content .woocommerce-order .cms-output .woocommerce-order-details__title,
.cms-output .c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title,
.c-woocommerce-checkout-content .woocommerce-order .cms-output .woocommerce-column__title,
.cms-output .c-woocommerce-checkout__step-header-title,
.cms-output .c-woocommerce-checkout-right__wrapper h3#order_review_heading,
.c-woocommerce-checkout-right__wrapper .cms-output h3#order_review_heading,
.cms-output .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title,
.c-woocommerce-checkout-right__wrapper .cms-output #order_review_heading.product-filters__title {
  padding-top: 24px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .cms-output h2,
  .cms-output h3,
  .cms-output #review_form_wrapper .comment-reply-title,
  #review_form_wrapper .cms-output .comment-reply-title,
  .cms-output .product-filters__title,
  .cms-output h4,
  .cms-output .review-item__author,
  .cms-output .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
  .c-woocommerce-checkout-content .woocommerce-order .cms-output .woocommerce-order-details__title,
  .cms-output .c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title,
  .c-woocommerce-checkout-content .woocommerce-order .cms-output .woocommerce-column__title,
  .cms-output .c-woocommerce-checkout__step-header-title,
  .cms-output .c-woocommerce-checkout-right__wrapper h3#order_review_heading,
  .c-woocommerce-checkout-right__wrapper .cms-output h3#order_review_heading,
  .cms-output .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title,
  .c-woocommerce-checkout-right__wrapper .cms-output #order_review_heading.product-filters__title {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 599px) {
  .cms-output h2,
  .cms-output h3,
  .cms-output #review_form_wrapper .comment-reply-title,
  #review_form_wrapper .cms-output .comment-reply-title,
  .cms-output .product-filters__title,
  .cms-output h4,
  .cms-output .review-item__author,
  .cms-output .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
  .c-woocommerce-checkout-content .woocommerce-order .cms-output .woocommerce-order-details__title,
  .cms-output .c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title,
  .c-woocommerce-checkout-content .woocommerce-order .cms-output .woocommerce-column__title,
  .cms-output .c-woocommerce-checkout__step-header-title,
  .cms-output .c-woocommerce-checkout-right__wrapper h3#order_review_heading,
  .c-woocommerce-checkout-right__wrapper .cms-output h3#order_review_heading,
  .cms-output .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title,
  .c-woocommerce-checkout-right__wrapper .cms-output #order_review_heading.product-filters__title {
    padding-bottom: 8px;
  }
}
.cms-output h5, .cms-output .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .cms-output th, .cms-output .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .product-quantity, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .cms-output .product-quantity {
  margin-bottom: 16px;
}
@media only screen and (max-width: 599px) {
  .cms-output h5, .cms-output .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .cms-output th, .cms-output .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .product-quantity, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .cms-output .product-quantity {
    padding-bottom: 8px;
  }
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(358, 93%, 50%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsla(358, 93%, 50%, 0.1);
}
.cms-output .intro-text {
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.cms-output blockquote {
  position: relative;
  padding: 20px 27px;
  background-color: hsl(267, 28%, 92%);
  margin-bottom: 32px;
}
.cms-output blockquote p {
  position: relative;
  padding-left: 40px;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 140%;
}
.cms-output blockquote p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/images/blockquote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(358, 93%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

.general-subtitle {
  display: flex;
  padding: 6px 18px 6px 14px;
  align-items: center;
  gap: 6px;
  flex-direction: row;
  border-radius: 93px;
  background: #F8EFB9;
  width: fit-content;
  margin-bottom: 16px;
}
.general-subtitle svg {
  width: 22px;
  height: 22px;
}
.general-subtitle p {
  color: #2D1B66;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.slider-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .slider-navigation {
    gap: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .slider-navigation {
    margin-top: 32px;
  }
}

.slider-progress {
  position: relative;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: #CCD2DE;
  overflow: hidden;
  margin-right: 16px;
}

.slider-progress__bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: hsl(254, 58%, 25%);
  transition: width 0.3s ease;
}

.slider-navigation__nav-prev,
.slider-navigation__nav-next {
  display: flex;
  height: 44px;
  width: 44px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #F3F3F3;
  transition: all 250ms ease;
  background-color: #F3F3F3;
}
.slider-navigation__nav-prev svg path,
.slider-navigation__nav-next svg path {
  transition: all 250ms ease;
  fill: hsl(254, 58%, 25%);
}
.slider-navigation__nav-prev:hover,
.slider-navigation__nav-next:hover {
  background-color: hsl(254, 58%, 25%);
  border-color: hsl(254, 58%, 25%);
}
.slider-navigation__nav-prev:hover svg path,
.slider-navigation__nav-next:hover svg path {
  fill: hsl(0, 0%, 100%);
}

.slider-navigation__nav-prev {
  background-color: #F3F3F3;
  border: 3px solid #F3F3F3;
}
.slider-navigation__nav-prev svg {
  transform: rotate(-135deg);
}
.slider-navigation__nav-prev svg path {
  fill: hsl(254, 58%, 25%);
}

.slider-navigation__nav-next {
  transform: rotate(180deg);
}
.slider-navigation__nav-next svg {
  transform: rotate(225deg);
}

.slider-navigation__nav button:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.instock-pulse {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.instock-pulse.orange-pulse .icon--pulsing:after,
.instock-pulse.orange-pulse .icon--pulsing:before {
  background: #FF5700;
}

.icon--pulsing {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
.icon--pulsing:after,
.icon--pulsing:before {
  background: #54c63a;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin: 5px;
}

.icon--pulsing:before {
  animation: inventory-pulse 2s linear infinite;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

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

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
.gform_title {
  padding-bottom: 36px;
}
@media only screen and (max-width: 1199px) {
  .gform_title {
    padding-bottom: 32px;
  }
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

select,
input,
textarea {
  font-size: 14px;
  line-height: 160%;
  font-style: italic;
  color: #B0AFB2;
  font-weight: 400;
  width: 100%;
  padding: 10px 24px;
  border-radius: 44px;
  border: 1px solid #F1F0F1;
  background: #F6F6F7;
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

textarea {
  height: 130px;
  padding-top: 15px;
  border-radius: 22px;
}

.gfield_required {
  color: hsl(20, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 0%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gform_wrapper {
  width: 100%;
}

.gform_fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  .gform_fields {
    gap: 16px;
  }
}

.gfield--width-half {
  grid-column: span 1;
}

.gfield--width-full,
.gfield--type-textarea {
  grid-column: 1/-1;
}

@media only screen and (max-width: 1199px) {
  .gform_fields {
    grid-template-columns: 1fr;
  }
  .gfield--width-half,
  .gfield--width-full,
  .gfield--type-textarea {
    grid-column: auto;
  }
}
.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 80px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(254, 58%, 25%);
  background-color: hsl(20, 100%, 50%);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(358, 93%, 50%, 0.1);
  color: hsl(358, 93%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(358, 93%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_button {
  background-color: hsl(20, 100%, 50%);
  margin-top: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  padding: 8px 24px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .gform_button {
    margin-top: 32px;
  }
}
.gform_button span {
  color: hsl(0, 0%, 100%);
}
.gform_button svg {
  height: 30px;
  width: 30px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .gform_button:hover {
    background-color: hsl(15, 100%, 46%);
  }
  .gform_button:hover svg {
    transform: rotate(45deg);
  }
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(358, 93%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4, .gform_confirmation_message .review-item__author, .gform_confirmation_message .c-woocommerce-account h2, .c-woocommerce-account .gform_confirmation_message h2, .gform_confirmation_message .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title, .c-woocommerce-checkout-content .woocommerce-order .gform_confirmation_message .woocommerce-order-details__title,
.gform_confirmation_message .c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title,
.c-woocommerce-checkout-content .woocommerce-order .gform_confirmation_message .woocommerce-column__title, .gform_confirmation_message .c-woocommerce-checkout__step-header-title, .gform_confirmation_message .c-woocommerce-checkout-right__wrapper h3#order_review_heading, .gform_confirmation_message .c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title, #review_form_wrapper .gform_confirmation_message .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title, .c-woocommerce-checkout-right__wrapper .gform_confirmation_message h3#order_review_heading, .c-woocommerce-checkout-right__wrapper .gform_confirmation_message #review_form_wrapper #order_review_heading.comment-reply-title, #review_form_wrapper .c-woocommerce-checkout-right__wrapper .gform_confirmation_message #order_review_heading.comment-reply-title, .gform_confirmation_message .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title, .c-woocommerce-checkout-right__wrapper .gform_confirmation_message #order_review_heading.product-filters__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg, .gform_confirmation_message .review-item__author svg, .gform_confirmation_message .c-woocommerce-account h2 svg, .c-woocommerce-account .gform_confirmation_message h2 svg, .gform_confirmation_message .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title svg, .c-woocommerce-checkout-content .woocommerce-order .gform_confirmation_message .woocommerce-order-details__title svg,
.gform_confirmation_message .c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title svg,
.c-woocommerce-checkout-content .woocommerce-order .gform_confirmation_message .woocommerce-column__title svg, .gform_confirmation_message .c-woocommerce-checkout__step-header-title svg, .gform_confirmation_message .c-woocommerce-checkout-right__wrapper h3#order_review_heading svg, .gform_confirmation_message .c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title svg, #review_form_wrapper .gform_confirmation_message .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title svg, .c-woocommerce-checkout-right__wrapper .gform_confirmation_message h3#order_review_heading svg, .c-woocommerce-checkout-right__wrapper .gform_confirmation_message #review_form_wrapper #order_review_heading.comment-reply-title svg, #review_form_wrapper .c-woocommerce-checkout-right__wrapper .gform_confirmation_message #order_review_heading.comment-reply-title svg, .gform_confirmation_message .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title svg, .c-woocommerce-checkout-right__wrapper .gform_confirmation_message #order_review_heading.product-filters__title svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Heading.
 */
h1, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received,
h2,
h3,
#review_form_wrapper .comment-reply-title,
.product-filters__title,
h4,
.review-item__author,
.c-woocommerce-account h2,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title,
.c-woocommerce-checkout__step-header-title,
.c-woocommerce-checkout-right__wrapper h3#order_review_heading,
.c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title,
#review_form_wrapper .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title,
.c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title {
  font-family: "Rethink Sans";
  color: hsl(254, 58%, 25%);
  font-style: normal;
}
h1.is-white, .c-woocommerce-checkout-content .woocommerce-order .is-white.woocommerce-thankyou-order-received,
h2.is-white,
h3.is-white,
#review_form_wrapper .is-white.comment-reply-title,
.is-white.product-filters__title,
h4.is-white,
.is-white.review-item__author,
.c-woocommerce-checkout-content .woocommerce-order .is-white.woocommerce-order-details__title,
.c-woocommerce-checkout-content .woocommerce-order .is-white.woocommerce-column__title,
.is-white.c-woocommerce-checkout__step-header-title,
.c-woocommerce-checkout-right__wrapper h3.is-white#order_review_heading,
.c-woocommerce-checkout-right__wrapper .is-white#order_review_heading.product-filters__title {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received,
.heading-1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  h1, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received,
  .heading-1 {
    font-size: 25px;
    line-height: 34px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 25px;
    line-height: 34px;
  }
}

/**
 * Heading 3.
 */
h3, #review_form_wrapper .comment-reply-title, .product-filters__title,
.heading-3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  h3, #review_form_wrapper .comment-reply-title, .product-filters__title,
  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }
}

/**
* Heading 3.
*/
h4, .review-item__author, .c-woocommerce-account h2, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title, .c-woocommerce-checkout__step-header-title, .c-woocommerce-checkout-right__wrapper h3#order_review_heading, .c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title, #review_form_wrapper .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title, .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  h4, .review-item__author, .c-woocommerce-account h2, .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
  .c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title, .c-woocommerce-checkout__step-header-title, .c-woocommerce-checkout-right__wrapper h3#order_review_heading, .c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title, #review_form_wrapper .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title, .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title {
    font-size: 18px;
    line-height: 27px;
  }
}

/**
* Heading 3.
*/
h5, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .product-quantity {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  h5, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .product-quantity {
    font-size: 14px;
    line-height: 19px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 23px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 23px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  position: relative;
  transition: all 350ms ease;
  transition-delay: 500ms;
  opacity: 0;
}

.has-lazy-load[loaded=true] {
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 120px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  font-size: 16px;
  font-family: "Rethink Sans";
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: all 250ms ease;
  color: hsl(254, 58%, 25%);
  font-weight: 600;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: hsl(20, 100%, 50%);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
  background-color: #F3F3F3;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  transition: all 300ms ease-in-out;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  color: hsl(0, 0%, 0%);
  transition: all 250ms ease;
}
.pagination .page-numbers.prev svg path, .pagination .page-numbers.next svg path {
  transition: all 250ms ease;
  stroke: hsl(254, 58%, 25%);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: hsl(254, 58%, 25%);
}
.pagination .page-numbers.prev:hover svg path, .pagination .page-numbers.next:hover svg path {
  stroke: hsl(0, 0%, 100%);
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1320px + 192px);
  padding: 0 96px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1004px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(1004px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(600px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(920px + 592px);
  padding: 0 296px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--small {
    max-width: calc(1004px + 392px);
    padding: 0 196px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(1004px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(1140px + 40px);
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* rethink-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rethink-sans-v7-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/rethink-sans-v7-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rethink-sans-v7-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/rethink-sans-v7-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rethink-sans-v7-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/rethink-sans-v7-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rethink-sans-v7-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/rethink-sans-v7-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/rethink-sans-v7-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rethink-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Rethink Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/rethink-sans-v7-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v44-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v44-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v44-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.breadcrumbs {
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
}
.breadcrumbs .breadcrumbs__current {
  color: hsl(20, 100%, 50%);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/**
 * Components.
 */
.header {
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wrapper {
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .wrapper {
    justify-content: flex-end;
  }
}

.header__logo {
  width: 151px;
  height: 54px;
  margin-right: 48px;
}
@media only screen and (max-width: 899px) {
  .header__logo {
    width: 120px;
    height: 42.914px;
    margin-right: auto;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav {
  display: flex;
}
@media only screen and (max-width: 899px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__nav-item {
  display: flex;
  margin-right: 32px;
  position: relative;
}
.header__nav-item:hover .header__nav-link, .header__nav-item.is-current .header__nav-link {
  color: hsl(20, 100%, 50%);
}
.header__nav-item:hover .header__nav-link svg path, .header__nav-item.is-current .header__nav-link svg path {
  fill: hsl(20, 100%, 50%);
}
.header__nav-item.is-active .header__submenu {
  visibility: visible;
  opacity: 1;
}

.header__nav-link {
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 500;
  color: hsl(254, 58%, 25%);
}
.header__nav-link svg {
  margin-left: 8px;
  transform: scaleY(-1);
}
.header__nav-link svg path {
  fill: hsl(254, 58%, 25%);
}

.header__submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 65px;
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 24px 16px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1.2px solid hsl(0, 0%, 100%);
  background: hsl(0, 0%, 100%);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.04);
  z-index: 10;
  left: -80px;
}
.header__submenu::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  bottom: 100%;
  height: 75px;
}

.header__submenu-item {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1.2px solid rgba(45, 27, 102, 0.04);
}
.header__submenu-item.header__submenu-item--highlighted {
  color: hsl(20, 100%, 50%);
}
.header__submenu-item.header__submenu-item--highlighted svg path {
  fill: hsl(20, 100%, 50%);
}
.header__submenu-item.header__submenu-item--highlighted:hover {
  color: hsl(15, 100%, 46%);
}
.header__submenu-item.header__submenu-item--highlighted:hover svg path {
  fill: hsl(15, 100%, 46%);
}
.header__submenu-item:last-child {
  border: none;
  padding-bottom: 0;
}
.header__submenu-item:hover {
  color: hsl(20, 100%, 50%);
}
.header__submenu-item:hover .header__submenu-link svg path {
  fill: hsl(20, 100%, 50%);
}

.header__submenu-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header__submenu-link svg {
  transform: rotate(90deg);
}
.header__submenu-link svg path {
  fill: hsl(254, 58%, 25%);
}

.header__search {
  margin-left: auto;
  width: 100%;
  max-width: calc(100% - 800px);
  margin-right: 28px;
}
@media only screen and (max-width: 1199px) {
  .header__search {
    display: none;
  }
}
.header__search .swp-input--search {
  border-radius: 24px;
  background: #F1F1F1;
  border: none;
  background-position: left 16px top 50% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9.91663 9.91699L12.25 12.2503' stroke='%23565759' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75 6.41667C1.75 8.99401 3.83934 11.0833 6.41667 11.0833C7.70758 11.0833 8.87606 10.5592 9.7209 9.71209C10.5628 8.86795 11.0833 7.70309 11.0833 6.41667C11.0833 3.83934 8.99401 1.75 6.41667 1.75C3.83934 1.75 1.75 3.83934 1.75 6.41667Z' stroke='%23565759' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  padding-left: 39px !important;
  background-size: 14px 14px !important;
  font-family: "Rethink Sans" !important;
}

.header__search-mobile {
  position: relative;
  display: none !important;
}
.header__search-mobile svg {
  width: 24px;
  height: 24px;
}
.header__search-mobile svg path {
  stroke: hsl(254, 58%, 25%);
}
@media only screen and (max-width: 1199px) {
  .header__search-mobile {
    display: flex !important;
    margin-left: auto;
  }
}
.header__search-mobile .swp-input--search {
  border-radius: 24px;
  background: #F1F1F1;
  border: none;
  background-position: left 16px top 50% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9.91663 9.91699L12.25 12.2503' stroke='%23565759' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75 6.41667C1.75 8.99401 3.83934 11.0833 6.41667 11.0833C7.70758 11.0833 8.87606 10.5592 9.7209 9.71209C10.5628 8.86795 11.0833 7.70309 11.0833 6.41667C11.0833 3.83934 8.99401 1.75 6.41667 1.75C3.83934 1.75 1.75 3.83934 1.75 6.41667Z' stroke='%23565759' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  padding-left: 39px !important;
  background-size: 14px 14px !important;
  font-family: "Rethink Sans" !important;
}

.header__search-mobile_fold {
  position: fixed;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  top: 75px;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border: 1.2px solid hsl(0, 0%, 100%);
  background: hsl(0, 0%, 100%);
  z-index: 10;
}
@media only screen and (max-width: 899px) {
  .header__search-mobile_fold {
    top: 85px;
  }
}
.header__search-mobile_fold.is-active {
  opacity: 1;
  visibility: visible;
}
.header__search-mobile_fold form {
  width: 100%;
}

.search-submit.swp-button {
  display: none;
}

.header__action {
  display: flex;
  align-items: center;
  margin-right: 28px;
  position: relative;
  transition: all 0s ease;
}
@media only screen and (max-width: 599px) {
  .header__action {
    margin-right: 20px;
  }
}
.header__action:hover {
  color: hsl(15, 100%, 46%);
}
.header__action .header__action--account,
.header__action .header__action--cart {
  width: 19px;
  height: 19px;
}
.header__action .header__cart-count {
  font-family: "Open Sans";
  position: absolute;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 100%);
  top: 7px;
  right: -3px;
  font-size: 11px;
  font-weight: 600;
  background-color: hsl(20, 100%, 50%);
}

.header__action-icon svg {
  width: 24px;
  height: 24px;
}
.header__action-icon svg path {
  stroke: hsl(254, 58%, 25%);
}

.header__action--contact {
  color: hsl(254, 58%, 25%);
  font-size: 16px;
  font-weight: 500;
  font-family: "Rethink Sans";
  padding: 0;
  margin-right: 0;
}
@media only screen and (max-width: 899px) {
  .header__action--contact {
    display: none;
  }
}

.header__usps {
  background-color: hsl(254, 58%, 25%);
  color: hsl(0, 0%, 100%);
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}
.header__usps .header__usps-track {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}
.header__usps .wrapper {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .header__usps .wrapper {
    justify-content: flex-start;
    width: max-content;
    padding-left: 0;
    padding-right: 20px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.header__usp {
  flex: 0 0 auto;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header__usp::before {
  content: "";
  margin-right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 13L9 17L19 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header__menu-button {
  display: none;
  padding: 20px 0 20px 20px;
  height: fit-content;
  z-index: 999;
}
@media only screen and (max-width: 899px) {
  .header__menu-button {
    display: block;
  }
}
.header__menu-button span {
  width: 19px;
  height: 2px;
  background-color: hsl(254, 58%, 25%);
  display: block;
  margin-block: 5px;
  transition: all 350ms ease;
  border-radius: 50px;
}
.header__menu-button.is-active span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}
.header__menu-button.is-active span:nth-child(2) {
  opacity: 0;
}
.header__menu-button.is-active span:nth-child(3) {
  transform: rotate(135deg);
  position: relative;
  top: -5px;
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  transition: all 500ms ease;
  background: hsl(0, 0%, 100%);
  opacity: 0;
  z-index: 998;
  overflow-x: hidden;
  pointer-events: none;
  padding-top: 20px;
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  height: 100%;
}
.navigation-mobile .navigation-mobile__search {
  width: 80%;
  margin-bottom: 44px;
}
.navigation-mobile .navigation-mobile__search .swp-input--search {
  border-radius: 24px;
  background: #F1F1F1;
  border: none;
  background-position: left 16px top 50% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M9.91663 9.91699L12.25 12.2503' stroke='%23565759' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.75 6.41667C1.75 8.99401 3.83934 11.0833 6.41667 11.0833C7.70758 11.0833 8.87606 10.5592 9.7209 9.71209C10.5628 8.86795 11.0833 7.70309 11.0833 6.41667C11.0833 3.83934 8.99401 1.75 6.41667 1.75C3.83934 1.75 1.75 3.83934 1.75 6.41667Z' stroke='%23565759' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  padding-left: 39px !important;
  background-size: 14px 14px !important;
  font-family: "Rethink Sans" !important;
  background-repeat: no-repeat;
}
.navigation-mobile .navigation-mobile__nav-list {
  display: flex;
  flex-direction: column;
}
.navigation-mobile .navigation-mobile__nav-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(169, 169, 169, 0.1);
  color: #565759;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.navigation-mobile .navigation-mobile__nav-item a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  line-height: 100%;
}
.navigation-mobile .navigation-mobile__nav-item.is-accent {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  border-bottom: 1px solid rgba(169, 169, 169, 0.25);
}
.navigation-mobile .navigation-mobile__nav-item .navigation-mobile-link {
  width: 36px;
  height: 36px;
  padding: 12px;
}
.navigation-mobile .navigation-mobile__nav-item:not(.is-accent) .navigation-mobile-link {
  display: none;
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.products-list-header {
  background-color: #FFF9D5;
  padding-top: 86px;
  padding-bottom: 93px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .products-list-header {
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 899px) {
  .products-list-header {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.products-list-header .wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .products-list-header .wrapper {
    gap: 72px;
  }
}
@media only screen and (max-width: 899px) {
  .products-list-header .wrapper {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero-secondary__background-image {
  position: absolute;
  right: -200px;
  top: 0;
  bottom: -110px;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .hero-secondary__background-image {
    right: -450px;
    top: -170px;
    bottom: -120px;
  }
}
.hero-secondary__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scaleY(-1);
}

.product-list-header__title {
  white-space: nowrap;
}

.product-list-header__editor {
  max-width: 730px;
}
.product-list-header__editor p {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 599px) {
  .product-list-header__editor p {
    font-size: 16px;
  }
}

.product-list {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .product-list {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .product-list {
    margin-top: 0;
  }
}

.product-list__wrap {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .product-list__wrap {
    flex-direction: column;
    gap: 0;
  }
}

.active-filters_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 24px;
  gap: 8px;
}
@media only screen and (min-width: 900px) {
  .active-filters_wrapper {
    display: none;
  }
}
.active-filters_wrapper .product-active-filter__button {
  background-color: hsl(254, 58%, 25%);
  border-color: hsl(254, 58%, 25%);
  font-size: 14px;
}
.active-filters_wrapper .product-active-filter__button svg {
  width: 11px;
  height: 11px;
}
.active-filters_wrapper .product-active-filter__button svg path {
  fill: hsl(0, 0%, 100%);
}
.active-filters_wrapper .product-active-filter__button:hover svg {
  transform: none;
}

.product-filters {
  width: 312px;
}
@media only screen and (max-width: 899px) {
  .product-filters {
    width: 100%;
  }
}

.product-list__products {
  width: calc(100% - 325px - 36px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 48px 18px;
  margin-top: 48px;
}
.product-list__products .product-item {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
}
@media only screen and (max-width: 1199px) {
  .product-list__products .product-item {
    flex-basis: calc((100% - 18px) / 1);
  }
}
@media only screen and (max-width: 599px) {
  .product-list__products .product-item {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .product-list__products {
    width: 100%;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .product-list__products {
    row-gap: 20px;
  }
}

.product-list__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .product-list__header {
    justify-content: space-between;
    padding: 24px;
    margin-left: -24px;
    margin-right: -24px;
    border-bottom: 1px solid #D4D4D4;
  }
}

.product-list__filter-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 76px;
  border: 1.5px solid hsl(254, 58%, 25%);
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (min-width: 900px) {
  .product-list__filter-button {
    display: none;
  }
}

.product-list__header-left {
  width: 312px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .product-list__header-left {
    width: fit-content;
  }
}

.product-list__result-count {
  color: hsl(254, 58%, 25%);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
@media only screen and (max-width: 899px) {
  .product-list__result-count {
    display: none;
  }
}

.product-list_reset-button {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8.222px;
  border-radius: 36.998px;
  border: 1px solid hsl(254, 58%, 25%);
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 899px) {
  .product-list_reset-button {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid hsl(254, 58%, 25%);
    padding: 2px 0;
    font-weight: 400;
  }
}
.product-list_reset-button:hover {
  background-color: hsl(254, 58%, 25%);
  color: hsl(0, 0%, 100%);
}

.product-list__header-right {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 400px);
}
@media only screen and (max-width: 1199px) {
  .product-list__header-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .product-list__header-right {
    display: none;
  }
}

.product-list__sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 24px;
  align-items: center;
}

.product-list__sort-label {
  font-size: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: hsl(254, 58%, 25%);
  margin-right: 10px;
  margin-bottom: 0;
}

.product-list__sort-select-wrap {
  position: relative;
}
.product-list__sort-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Pro v7.3.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M180.7 363.3c6.2 6.2 16.4 6.2 22.6 0l160-160c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 329.4 43.3 180.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l160 160z' fill='%232D1B66'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.product-list__sort-select {
  border-radius: 50px;
  border: 1.2px solid #ECECEC;
  background: #FFF;
  width: 240px;
  padding: 12px 16px 12px 24px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  cursor: pointer;
  color: hsl(254, 58%, 25%);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-family: "Rethink Sans";
}
.product-list__sort-select option {
  color: hsl(254, 58%, 25%);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-family: "Rethink Sans";
}

.product-list__view-select {
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 1199px) {
  .product-list__view-select {
    display: none;
  }
}
.product-list__view-select span path {
  transition: fill 300ms ease-in-out;
}
.product-list__view-select span.is-active, .product-list__view-select span:hover {
  cursor: pointer;
}
.product-list__view-select span.is-active path, .product-list__view-select span:hover path {
  fill: hsl(254, 58%, 25%);
}

.product-list.is-list .product-list__products {
  flex-direction: column;
  gap: 20px;
}
.product-list.is-list .product-item {
  width: 100%;
  border: none;
  box-shadow: none;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid rgba(45, 27, 102, 0.1);
  border-radius: 0;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}
.product-list.is-list .product-item__image {
  margin-bottom: 0;
}
.product-list.is-list .product-item__title,
.product-list.is-list .product-item__sku {
  text-align: start;
}
.product-list.is-list .product-item__cta {
  white-space: nowrap;
}
.product-list.is-list .product-item__price {
  justify-content: flex-start;
}
.product-list.is-list .product-item__cta {
  margin-top: initial;
}

.product-filters {
  margin-top: 28px;
  padding-top: 36px;
  border-top: 1px solid rgba(169, 169, 169, 0.3);
}
@media only screen and (max-width: 899px) {
  .product-filters {
    position: fixed;
    top: 0;
    height: 100svh;
    background-color: hsl(0, 0%, 100%);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    right: 0;
    left: 0;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
}
.product-filters.is-active .product-filters-active-head {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 899px) {
  .product-filters.is-active {
    visibility: visible;
    opacity: 1;
  }
}
.product-filters .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: hsl(0, 0%, 100%);
  z-index: 2;
}
.product-filters .button-wrapper::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, hsl(0, 0%, 100%));
  pointer-events: none;
}
@media only screen and (min-width: 900px) {
  .product-filters .button-wrapper {
    display: none;
  }
}
.product-filters .button-wrapper .product-filters__button-close {
  width: 100%;
}
.product-filters .button-wrapper .product-filters__button-filters {
  width: 100%;
  background-color: transparent;
  border-color: hsl(254, 58%, 25%);
  color: hsl(254, 58%, 25%);
}
.product-filters body.is-active {
  overflow: hidden;
}
.product-filters body.is-active .header::before {
  bottom: 0;
}

.product-filters-active-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 899px) {
  .product-filters-active-head {
    padding-top: 0;
  }
}
@media only screen and (min-width: 900px) {
  .product-filters-active-head {
    display: none;
  }
}

.product-filters__title {
  color: hsl(254, 58%, 25%);
  font-size: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .product-filters__title {
    font-size: 18px;
    line-height: 150%;
  }
}
.product-filters__title svg {
  transition: all 0.3s ease;
}
@media only screen and (min-width: 900px) {
  .product-filters__title svg {
    display: none;
  }
}
.product-filters__title.is-active svg {
  transform: scaleY(-1);
}

@media only screen and (max-width: 899px) {
  .product-filters__group-wrapper {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 160px;
    margin-right: -24px;
    padding-right: 24px;
  }
}

.product-list__sort--mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .product-list__sort--mobile {
    display: block;
  }
  .product-list__sort--mobile .product-list__sort {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .product-list__sort--mobile .product-list__sort-label {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .product-list__sort--mobile .product-list__sort-select-wrap {
    width: 100%;
  }
  .product-list__sort--mobile .product-list__sort-select {
    width: 100%;
  }
  .product-list__sort--mobile .product-list__sort-select-wrap {
    margin-top: 20px;
  }
}

.product-filters__pills {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-right: 12px;
}
@media only screen and (max-width: 899px) {
  .product-filters__pills {
    overflow: hidden;
  }
}

.product-filters__pill {
  border-radius: 37px;
  padding: 10px 20px;
  border: 1px solid hsl(254, 58%, 25%);
  font-size: 14px;
  font-family: "Rethink Sans";
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease-in-out;
  color: hsl(254, 58%, 25%);
  position: relative;
}
.product-filters__pill::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M1 5.5L4 8.5L11.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.product-filters__pill--active {
  background-color: hsl(254, 58%, 25%);
  color: hsl(0, 0%, 100%);
  padding-left: 40px;
}
.product-filters__pill--active::after {
  opacity: 1;
}

.product-filters__group {
  margin-bottom: 36px;
}
@media only screen and (max-width: 899px) {
  .product-filters__group {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(45, 27, 102, 0.08);
  }
}
.product-filters__group button.js-toggle-head {
  width: 100%;
}
.product-filters__group button.js-toggle-head svg {
  transition: transform 0.3s ease;
}
.product-filters__group button.js-toggle-head.is-active svg {
  transform: scaleY(-1);
}

.product-filters__group-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-filters__group-header svg {
  width: 24px;
  height: 24px;
  transition: all 300ms ease-in-out;
}
.product-filters__group-header.is-active svg {
  transform: rotate(180deg);
}

.product-filters__list {
  margin-top: 20px;
}

.product-filters__label {
  margin-left: 0;
  display: flex;
  width: 100%;
}
.product-filters__label input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid hsl(254, 58%, 25%);
}
.product-filters__label input:checked {
  background-color: hsl(254, 58%, 25%);
}

.product-filters__checkbox {
  position: absolute;
  opacity: 0;
}

.product-filters__check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid hsl(254, 58%, 25%);
  border-radius: 4px;
}
.product-filters__check svg {
  opacity: 0;
  transform: scale(0.8);
  transition: 0.2s ease;
}

.product-filters__checkbox:checked + .product-filters__check {
  background: hsl(254, 58%, 25%);
}
.product-filters__checkbox:checked + .product-filters__check svg {
  opacity: 1;
  transform: scale(1);
}

.product-filters__label-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: hsl(254, 58%, 25%);
  margin-left: 10px;
  font-family: "Open Sans";
}

.product-item {
  border-radius: 12px;
  border: 1px solid #ECECEC;
  background: #FFF;
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
  padding-top: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 235px;
}
.product-item:hover .product-item__title {
  text-decoration: underline;
}
.product-item:hover .product-item__cta {
  background-color: hsl(15, 100%, 46%);
}
.product-item:hover .product-item__cta svg {
  transform: rotate(45deg);
}

.product-item__image {
  margin-left: auto;
  margin-right: auto;
  max-height: 220px;
  margin-bottom: 32px;
}
.product-item__image img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
  transition: all 300ms ease-in-out;
}

.product-item__badge {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  top: 32px;
  right: 0;
  display: flex;
  padding: 10px 16px 10px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px 0px 0px 50px;
  background: hsl(254, 58%, 25%);
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
.product-item__badge svg {
  width: 20px;
  height: 20px;
}

.product-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.product-item__tag {
  border-radius: 4px;
  background: #F1F0F5;
  padding: 6px 12px 6px 12px;
  color: hsl(254, 58%, 25%);
  font-size: 12px;
  font-family: "Rethink Sans";
  font-weight: 500;
  line-height: 120%;
}

.product-item__title {
  color: hsl(254, 58%, 25%);
  font-size: 16px;
  font-family: "Rethink Sans";
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0;
  text-align: start;
}

.product-item__sku {
  color: #A9A9A9;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 12px;
  text-align: start;
}

.product-item__price {
  margin-top: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: start;
}

.product-item__price-regular {
  opacity: 0.6;
  color: var(--Text-grey, #565759);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.16px;
  text-decoration-line: line-through;
  margin-right: 15px;
}

.product-item__price-current {
  color: hsl(20, 100%, 50%);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  margin-right: 5px;
}

.product-item__price-tax {
  color: rgba(101, 101, 101, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}

.product-item__cta {
  margin-top: 23px;
  padding: 0px 24px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 93px;
  border: 1.5px solid hsl(20, 100%, 50%);
  background: hsl(20, 100%, 50%);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-family: "Rethink Sans";
  color: hsl(0, 0%, 100%);
  transition: all 300ms ease-in-out;
  margin-top: auto;
}
.product-item__cta svg {
  width: 22px;
  height: 22px;
  margin-left: 16px;
  transition: all 0.3s ease;
}

.product-single__add-to-cart .quantity {
  display: none !important;
}

.hero .hero__top {
  background-color: hsl(51, 100%, 92%);
  padding-top: 112px;
  padding-bottom: 64px;
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 599px) {
  .hero .hero__top {
    height: 680px;
  }
}
.hero .hero__background-image {
  position: absolute;
  right: -500px;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
}
.hero .hero__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero .wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .hero .wrapper {
    height: 100%;
  }
}
.hero .hero__title {
  font-size: 56px;
  max-width: 531px;
  line-height: 67px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 599px) {
  .hero .hero__title {
    font-size: 38px;
    max-width: 100%;
  }
}
.hero .hero__search-outer {
  display: flex;
  width: fit-content;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  background: #FEFEFE;
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  width: 670px;
}
@media only screen and (max-width: 899px) {
  .hero .hero__search-outer {
    width: calc(100% - 48px);
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__search-outer {
    justify-self: center;
    position: absolute;
    bottom: -210px;
    left: 24px;
    right: 24px;
    padding: 24px 20px;
  }
}
.hero .hero__search-categories {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 24px;
  border-bottom: 1.5px solid rgba(45, 27, 102, 0.1);
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .hero .hero__search-categories {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
}
.hero .hero__search-category {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.hero .hero__search-category.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5px;
  height: 1.5px;
  background: hsl(254, 58%, 25%);
}
.hero .hero__search {
  width: 100%;
}
.hero .hero__search input {
  border: none;
  display: flex;
  padding: 12px 24px !important;
  justify-content: space-between;
  align-items: center;
  border-radius: 93px;
  background: #F1F1F1;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 100%;
}
@media only screen and (max-width: 599px) {
  .hero .swp-flex--row.swp-items-stretch.swp-flex--gap-md {
    flex-direction: column;
    gap: 16px;
  }
}
.hero .swp-input--search {
  background-image: none !important;
}
.hero .search-submit.swp-button {
  width: fit-content;
  padding: 12px 24px 12px 52px !important;
  background-color: hsl(20, 100%, 50%);
  color: hsl(0, 0%, 100%);
  font-style: normal;
  font-family: "Rethink Sans";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 120%;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 16px 16px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .hero .search-submit.swp-button {
    width: stretch;
  }
}
.hero .search-submit.swp-button:hover {
  background-color: hsl(15, 100%, 46%);
}
.hero .header-img {
  height: 575px;
  position: absolute;
  right: 0;
  bottom: -64px;
  object-fit: cover;
  object-position: left;
}
@media only screen and (max-width: 1199px) {
  .hero .header-img {
    height: 523px;
    right: -150px;
  }
}
@media only screen and (max-width: 899px) {
  .hero .header-img {
    height: 423px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .header-img {
    height: 363px;
    right: -30px;
  }
}
.hero .hero__bottom {
  background-color: hsl(0, 0%, 100%);
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .hero .hero__bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__bottom {
    padding-top: 194px;
    padding-bottom: 48px;
  }
}
.hero .hero__teasers {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .hero .hero__teasers {
    gap: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__teasers {
    flex-direction: column;
    gap: 16px;
  }
}
.hero .hero__teaser {
  background-color: hsl(51, 100%, 92%);
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 50%;
  padding: 40px 32px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
}
@media only screen and (max-width: 899px) {
  .hero .hero__teaser {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__teaser {
    width: 100%;
    padding: 24px;
    gap: 12px;
  }
}
.hero .hero__teaser:nth-child(2) {
  background-color: hsl(267, 28%, 92%);
}
@media (hover: hover) and (pointer: fine) {
  .hero .hero__teaser:hover .hero__teaser_link {
    background-color: hsl(15, 100%, 46%);
  }
  .hero .hero__teaser:hover .hero__teaser_link svg {
    transform: rotate(45deg);
  }
}
.hero .hero__teaser-image {
  width: 100%;
  max-width: 224px;
  display: flex;
  align-items: center;
}
.hero .hero__teaser-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 899px) {
  .hero .hero__teaser-image {
    align-self: flex-start;
    max-height: 120px;
  }
  .hero .hero__teaser-image img {
    max-height: 120px;
    width: auto;
  }
}
@media only screen and (max-width: 599px) {
  .hero .hero__teaser-image {
    max-height: 88px;
  }
  .hero .hero__teaser-image img {
    max-height: 88px;
  }
}
.hero .hero__teaser-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hero .hero__teaser-title {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 599px) {
  .hero .hero__teaser-title {
    margin-bottom: 16px;
  }
}

.hero-secondary {
  background-color: hsl(51, 100%, 92%);
  padding-top: 86px;
  position: relative;
  height: 245px;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .hero-secondary {
    height: 168px;
    padding-top: 48px;
  }
}
.hero-secondary .hero-secondary__background-image {
  position: absolute;
  right: -200px;
  top: 0;
  bottom: -110px;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .hero-secondary .hero-secondary__background-image {
    right: -450px;
    top: -170px;
    bottom: -120px;
  }
}
.hero-secondary .hero-secondary__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scaleY(-1);
}
.hero-secondary .wrapper {
  position: relative;
  z-index: 2;
}

.teasers {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .teasers {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .teasers {
    padding: 48px 0;
  }
}
.teasers .teasers__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 64px;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .teasers .teasers__header {
    gap: 80px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .teasers .teasers__header {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
  }
}
.teasers .teasers__title {
  min-width: 471px;
}
@media only screen and (max-width: 1199px) {
  .teasers .teasers__title {
    min-width: 371;
  }
}
@media only screen and (max-width: 899px) {
  .teasers .teasers__title {
    min-width: 100%;
  }
}
.teasers .teasers__teasers {
  display: flex;
  flex-direction: row;
  gap: 54px;
}
@media only screen and (max-width: 1199px) {
  .teasers .teasers__teasers {
    gap: 28px;
  }
}
@media only screen and (max-width: 899px) {
  .teasers .teasers__teasers {
    gap: 0;
  }
}
.teasers .teasers__teaser {
  flex: 1 1 0;
  position: relative;
  overflow: hidden;
  height: 497px;
  min-width: 404px;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.teasers .teasers__teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.55) 85.35%);
}
@media (hover: hover) and (pointer: fine) {
  .teasers .teasers__teaser:hover img {
    transform: scale(1.1);
  }
  .teasers .teasers__teaser:hover .button--round {
    background-color: hsl(15, 100%, 46%);
  }
  .teasers .teasers__teaser:hover .button--round svg {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1199px) {
  .teasers .teasers__teaser {
    height: 400px;
  }
}
@media only screen and (max-width: 599px) {
  .teasers .teasers__teaser {
    height: 360px;
  }
}
.teasers .teasers__teaser img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 0.3s ease;
}
.teasers .teasers__teaser-body {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 2;
}
.teasers .teasers__teaser-title {
  color: hsl(0, 0%, 100%);
  font-family: "Rethink Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.text-cta {
  background-color: hsl(51, 100%, 92%);
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .text-cta {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .text-cta {
    padding: 48px 0;
  }
}
.text-cta .text-cta__background-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__background-image {
    right: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__background-image {
    right: -500px;
  }
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__background-image {
    right: -700px;
  }
}
.text-cta .text-cta__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-cta .wrapper {
  display: flex;
  flex-direction: row;
  gap: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .text-cta .wrapper {
    gap: 72px;
  }
}
@media only screen and (max-width: 899px) {
  .text-cta .wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.text-cta .text-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.text-cta .text-cta__title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__title {
    margin-bottom: 16px;
  }
}
.text-cta .text-cta__editor {
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__editor {
    margin-bottom: 32px;
  }
}
.text-cta .text-cta__items {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  min-width: 560px;
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__items {
    min-width: 440px;
    gap: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__items {
    min-width: 0;
    width: 100%;
    gap: 16px;
  }
}
.text-cta .text-cta__item {
  height: 200px;
  flex-shrink: 0;
}
.text-cta .text-cta__item:nth-child(1) {
  flex: 0 0 calc(33.333% - 19px);
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 7px;
  background: hsl(254, 58%, 25%);
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__item:nth-child(1) {
    flex: 0 0 calc(45% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__item:nth-child(1) {
    flex: 0 0 calc(45% - 8px);
    padding: 16px;
  }
}
.text-cta .text-cta__item:nth-child(2) {
  flex: 0 0 calc(66.666% - 9px);
  border-radius: 7px;
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__item:nth-child(2) {
    flex: 0 0 calc(55% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__item:nth-child(2) {
    flex: 0 0 calc(55% - 8px);
  }
}
.text-cta .text-cta__item:nth-child(3) {
  flex: 0 0 calc(66.666% - 9px);
  border-radius: 7px;
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__item:nth-child(3) {
    flex: 0 0 calc(55% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__item:nth-child(3) {
    flex: 0 0 calc(55% - 8px);
  }
}
.text-cta .text-cta__item:nth-child(4) {
  flex: 0 0 calc(33.333% - 19px);
  display: flex;
  padding: 28px 20px 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 7px;
  background: hsl(20, 100%, 50%);
}
@media only screen and (max-width: 1199px) {
  .text-cta .text-cta__item:nth-child(4) {
    flex: 0 0 calc(45% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__item:nth-child(4) {
    flex: 0 0 calc(45% - 8px);
    padding: 16px;
  }
}
.text-cta .text-cta__item img.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}
.text-cta .text-cta__item img.text {
  margin-bottom: auto;
}
.text-cta .text-cta__item-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-cta .text-cta__item-title {
  color: hsl(0, 0%, 100%);
  font-family: "Rethink Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.24px;
}
.text-cta .text-cta__item-subtitle {
  color: hsl(0, 0%, 100%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.18px;
}
@media only screen and (max-width: 599px) {
  .text-cta .text-cta__item-subtitle {
    font-size: 16px;
  }
}

.text-content {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .text-content {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .text-content {
    padding: 48px 0;
  }
}
.text-content .text-content__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 64px;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .text-content .text-content__header {
    gap: 80px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .text-content .text-content__header {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
  }
}
.text-content .text-content__title {
  min-width: 471px;
}
@media only screen and (max-width: 1199px) {
  .text-content .text-content__title {
    min-width: 371;
  }
}
@media only screen and (max-width: 899px) {
  .text-content .text-content__title {
    min-width: 100%;
  }
}
.text-content .text-content__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  height: 542px;
}
@media only screen and (max-width: 899px) {
  .text-content .text-content__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: auto;
    gap: 16px;
  }
}
.text-content .text-content__items img.image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.text-content .text-content__items img.text {
  object-fit: contain;
}
.text-content .text-content__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  border-radius: 8px;
}
.text-content .text-content__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1/2;
  display: flex;
  padding: 28px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: hsl(254, 58%, 25%);
}
@media only screen and (max-width: 1199px) {
  .text-content .text-content__item:nth-child(2) {
    flex: 0 0 calc(45% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .text-content .text-content__item:nth-child(2) {
    flex: 0 0 calc(45% - 8px);
    padding: 16px;
  }
}
.text-content .text-content__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1/3;
}
.text-content .text-content__item:nth-child(4) {
  grid-column: 4;
  grid-row: 1/4;
}
.text-content .text-content__item:nth-child(5) {
  grid-column: 1;
  grid-row: 3/4;
}
.text-content .text-content__item:nth-child(6) {
  grid-column: 2;
  grid-row: 2/4;
}
.text-content .text-content__item:nth-child(7) {
  grid-column: 3;
  grid-row: 3/4;
  display: flex;
  padding: 28px 20px 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 7px;
  background: hsl(20, 100%, 50%);
}
@media only screen and (max-width: 1199px) {
  .text-content .text-content__item:nth-child(7) {
    flex: 0 0 calc(45% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .text-content .text-content__item:nth-child(7) {
    flex: 0 0 calc(45% - 8px);
    padding: 16px;
  }
}
@media only screen and (max-width: 899px) {
  .text-content .text-content__item {
    grid-column: unset !important;
    grid-row: unset !important;
    min-height: 220px;
  }
  .text-content .text-content__item:nth-child(7) {
    grid-column: 1/-1 !important;
  }
}
.text-content .text-content__item-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-content .text-content__item-title {
  color: hsl(0, 0%, 100%);
  font-family: "Rethink Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 0.24px;
}
.text-content .text-content__item-subtitle {
  color: hsl(0, 0%, 100%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.18px;
}

.text-image {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .text-image {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .text-image {
    padding: 48px 0;
  }
}
.text-image.white {
  background-color: hsl(0, 0%, 100%);
}
.text-image.grey {
  background-color: #F9F8FB;
}
.text-image .wrapper {
  display: flex;
  flex-direction: row;
  gap: 120px;
}
.text-image .wrapper.right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 599px) {
  .text-image .wrapper.right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1199px) {
  .text-image .wrapper {
    gap: 72px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
.text-image .text-image_image {
  width: 50%;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .text-image .text-image_image {
    width: 100%;
  }
}
.text-image .text-image_image img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media only screen and (max-width: 899px) {
  .text-image .text-image_image img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .text-image_image img {
    max-height: 240px;
    min-height: 240px;
  }
}
.text-image .text-image_content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .text-image .text-image_content {
    width: 100%;
  }
}
.text-image .text-image__title {
  margin-bottom: 24px;
}
.text-image .text-image__editor {
  padding-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .text-image .text-image__editor {
    margin-bottom: 0;
  }
}

.blocks {
  padding: 100px 0;
  background-color: #FBFAFC;
}
@media only screen and (max-width: 1199px) {
  .blocks {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .blocks {
    padding: 48px 0;
  }
}
.blocks .blocks__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 64px;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .blocks .blocks__header {
    gap: 80px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .blocks .blocks__header {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
  }
}
.blocks .blocks__title {
  min-width: 400px;
  max-width: 471px;
}
@media only screen and (max-width: 1199px) {
  .blocks .blocks__title {
    min-width: 300px;
    max-width: 371px;
  }
}
@media only screen and (max-width: 899px) {
  .blocks .blocks__title {
    max-width: 100%;
  }
}
.blocks .blocks__editor p {
  color: hsl(254, 58%, 25%);
}
.blocks .blocks_link {
  margin-left: auto;
}
@media only screen and (max-width: 899px) {
  .blocks .blocks_link {
    margin-left: 0;
  }
}
.blocks .blocks__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 1199px) {
  .blocks .blocks__blocks {
    gap: 16px;
  }
}
.blocks .blocks__block {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1.2px solid rgba(236, 236, 236, 0.6);
  background: hsl(0, 0%, 100%);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.04);
  min-width: 240px;
}
.blocks .blocks__block-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 8px;
  border-radius: 60px;
  background: rgba(255, 87, 0, 0.1);
  margin-bottom: 20px;
}
@media only screen and (max-width: 899px) {
  .blocks .blocks__block-icon {
    margin-bottom: 0;
  }
}
.blocks .blocks__block-title {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
  max-width: 471px;
}
.blocks .blocks__block-editor p {
  color: hsl(220, 2%, 34%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer-cta {
  background-color: hsl(51, 100%, 92%);
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .footer-cta {
    padding: 56px 0;
  }
}
.footer-cta .footer-cta__background-image {
  position: absolute;
  right: -200px;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .footer-cta .footer-cta__background-image {
    right: -100px;
  }
}
@media only screen and (max-width: 899px) {
  .footer-cta .footer-cta__background-image {
    right: -50px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-cta .footer-cta__background-image {
    display: none;
  }
}
.footer-cta .footer-cta__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scaleY(-1);
}
.footer-cta .wrapper {
  display: flex;
  flex-direction: row;
  gap: 120px;
  position: relative;
  z-index: 3;
  justify-content: flex-start;
}
.footer-cta .footer-cta__subtitle svg {
  width: 15px;
  height: 15px;
}
.footer-cta .footer-cta__title {
  max-width: 550px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .footer-cta .footer-cta__title {
    max-width: 304px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-cta .footer-cta__title {
    max-width: 204px;
  }
}
.footer-cta .footer-cta__image {
  position: absolute;
  height: 400px;
  bottom: 0;
  right: 250px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .footer-cta .footer-cta__image {
    right: 30px;
    height: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-cta .footer-cta__image {
    right: -200px;
  }
}
.footer-cta .footer-cta__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer {
  background-color: hsl(254, 58%, 25%);
  padding-top: 80px;
  padding-bottom: 56px;
}
@media only screen and (max-width: 899px) {
  .footer {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 599px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  gap: 170px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__top {
    gap: 40px;
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 899px) {
  .footer .footer__top {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__top {
    padding-bottom: 0;
  }
}
.footer .footer__left {
  max-width: 420px;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__left {
    max-width: 300px;
  }
}
@media only screen and (max-width: 899px) {
  .footer .footer__left {
    max-width: 100%;
  }
}
.footer .footer__newsletter-title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__newsletter-title {
    margin-bottom: 20px;
  }
}
.footer .footer__right {
  display: flex;
  flex-direction: row;
  gap: 72px;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__right {
    gap: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .footer .footer__right {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__right {
    flex-direction: column;
    gap: 16px;
  }
}
.footer .footer__column {
  padding-bottom: 16px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__column {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .footer .footer__column:last-child {
    border-bottom: 0;
  }
}
.footer .footer__column-title {
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer .footer__column-title svg {
  display: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 599px) {
  .footer .footer__column-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  .footer .footer__column-title svg {
    display: block;
  }
}
.footer .footer__column-editor {
  color: #CCD2DE;
}
.footer .footer__column-editor a {
  line-height: 40px;
  color: #CCD2DE;
}
@media only screen and (max-width: 1199px) {
  .footer .footer__column-editor a {
    line-height: 32px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__column-editor a:hover {
    color: hsl(0, 0%, 100%);
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__column-editor {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__column.is-active .footer__column-editor {
    visibility: visible;
    opacity: 1;
    height: fit-content;
  }
}
@media only screen and (max-width: 599px) {
  .footer .footer__column.is-active .footer__column-title {
    margin-bottom: 16px;
  }
}
.footer .footer__column.is-active .footer__column-title svg {
  transform: scaleY(-1);
}
.footer .footer__column-title.is-active .footer__column-editor {
  visibility: visible;
  opacity: 1;
  height: fit-content;
}
.footer .footer__column-title.is-active svg {
  transform: scaleX(-1);
}
.footer .footer__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  gap: 40px;
}
@media only screen and (max-width: 599px) {
  .footer .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer .footer__copyright {
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer .footer__paymentmethods {
  margin-left: auto;
}
@media only screen and (max-width: 599px) {
  .footer .footer__paymentmethods {
    margin-left: initial;
  }
}
.footer .footer__paymentmethods img {
  max-height: 30px;
  object-fit: contain;
}

.footer .ginput_container_email input {
  border: none;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 500px;
  background: hsl(0, 0%, 100%);
  color: #A9A9A9;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
.footer .ginput_container_consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.footer .ginput_container_consent input {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #FCFCFD;
  background-color: hsl(254, 58%, 25%);
}
.footer .ginput_container_consent input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free v7.3.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M438 68.5c10.8 7.7 13.2 22.7 5.5 33.5l-264 368c-4.1 5.7-10.5 9.4-17.5 9.9S148 478 143 473L7 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L157 419 404.5 74c7.7-10.8 22.7-13.2 33.5-5.5z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 65%;
  background-position: center;
}
.footer .ginput_container_consent .gform-field-label {
  margin: 0;
  color: hsl(0, 0%, 100%);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer .gfield_label_before_complex {
  display: none;
}
.footer .gfield--type-html p {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#gform_2 .gform_fields {
  position: relative;
}
#gform_2 .gfield--type-email {
  grid-column: span 2;
}
@media only screen and (max-width: 1199px) {
  #gform_2 .gfield--type-email {
    margin-bottom: 62px;
  }
}
#gform_2 .gfield--type-email input {
  padding: 15px 24px !important;
}
#gform_2 .gform_button {
  width: fit-content;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  #gform_2 .gform_button {
    left: 0;
    top: 66px;
    width: stretch;
  }
}
#gform_2 .gform_button svg {
  display: none;
}
#gform_2 .gfield--type-html {
  grid-column: span 2;
}

.default {
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .default {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .default {
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
.default .wrapper {
  max-width: 1064px;
}

.form {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .form {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .form {
    padding: 48px 0;
  }
}
.form .form__title {
  padding-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .form .form__title {
    display: none;
  }
}
.form .form__content {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .form .form__content {
    flex-direction: column;
  }
}
.form .form__form {
  width: 60%;
  display: flex;
  padding: 48px 64px 48px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px 0 0 12px;
  background: #FFF;
  box-shadow: 0 4px 40px 0 rgba(94, 121, 78, 0.1);
}
@media only screen and (max-width: 899px) {
  .form .form__form {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 32px 20px;
  }
}
.form .form__image {
  width: 40%;
  height: stretch;
  border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 899px) {
  .form .form__image {
    width: 100%;
    border-radius: 0 0 12px 12px;
  }
}
.form .form__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 899px) {
  .form .form__image img {
    border-radius: 0 0 12px 12px;
  }
}

.c-woocommerce-checkout {
  position: relative;
}

.c-woocommerce-checkout-login-notice {
  margin-top: 24px;
}
.c-woocommerce-checkout-login-notice__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #EBE6F1;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-login-notice__inner {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.c-woocommerce-checkout-login-notice__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: hsl(0, 0%, 100%);
}
.c-woocommerce-checkout-login-notice__icon svg {
  width: 18px;
  height: 18px;
}
.c-woocommerce-checkout-login-notice__text {
  flex: 1;
  margin: 0;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-login-notice__text {
    flex: 1 1 auto;
    font-size: 14px;
  }
}
.c-woocommerce-checkout-login-notice__link {
  color: hsl(254, 58%, 25%);
  font-weight: 700;
  text-decoration-line: underline;
}
.c-woocommerce-checkout-login-notice__button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 8px 8px 8px 24px;
  border-radius: 100px;
  border: 1px solid hsl(254, 58%, 25%);
  background: transparent;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) {
  .c-woocommerce-checkout-login-notice__button:hover {
    background: hsl(254, 58%, 25%);
    color: hsl(0, 0%, 100%);
  }
}
.c-woocommerce-checkout-login-notice__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: hsl(20, 100%, 50%);
}
.c-woocommerce-checkout-login-notice__button-icon svg {
  width: 12px;
  height: 12px;
}

.c-woocommerce-checkout-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsl(358, 93%, 50%);
  position: relative;
}
.c-woocommerce-checkout-header .tiles-graphic {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 576px;
  z-index: 0;
  object-fit: contain;
  object-position: top right;
  pointer-events: none;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-header .tiles-graphic {
    min-width: 800px;
  }
}
.c-woocommerce-checkout-header .tiles-graphic img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: top right;
}

.c-woocommerce-checkout-icon {
  margin-left: auto;
  display: flex;
}

.c-woocommerce-checkout-content {
  padding: 80px 0;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-checkout-content {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-content {
    padding: 48px 0;
  }
}
.c-woocommerce-checkout-content .woocommerce-form-coupon-toggle {
  display: none;
}
.c-woocommerce-checkout-content .woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
}
.c-woocommerce-checkout-content .c-woocommerce-checkout-left {
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-checkout-content .c-woocommerce-checkout-left {
    width: 100%;
    order: 2;
  }
}
.c-woocommerce-checkout-content .c-woocommerce-checkout-right {
  width: 40%;
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-checkout-content .c-woocommerce-checkout-right {
    display: none;
  }
}
.c-woocommerce-checkout-content .c-woocommerce-checkout-right .c-woocommerce-checkout-right__wrapper {
  position: sticky;
  top: 50px;
}
.c-woocommerce-checkout-content .c-woocommerce-checkout-mobile-header {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-checkout-content .c-woocommerce-checkout-mobile-header {
    display: block;
  }
}

.c-woocommerce-checkout-right__wrapper h3#order_review_heading, .c-woocommerce-checkout-right__wrapper #review_form_wrapper #order_review_heading.comment-reply-title, #review_form_wrapper .c-woocommerce-checkout-right__wrapper #order_review_heading.comment-reply-title, .c-woocommerce-checkout-right__wrapper #order_review_heading.product-filters__title {
  margin-bottom: 16px;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table {
  border: none !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table thead {
  display: none;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody {
  display: block;
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
  width: 4px;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb {
  background: hsl(358, 93%, 50%);
  border-radius: 8px;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody tr {
  display: table;
  padding: 16px 0;
  border-bottom: 1px solid rgba(45, 27, 102, 0.06);
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody td, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tbody th {
  padding-bottom: 16px !important;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tfoot {
  border-spacing: 0;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image {
  position: relative;
  display: flex;
  width: 88px;
  height: 88px;
  padding: 14px 3px;
  justify-content: center;
  align-items: center;
  gap: 7.235px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #F1F0F1 !important;
  background: #FFF;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image img {
  height: 61px;
  object-fit: contain;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image {
    width: 70px;
    height: 70px;
    background-color: #F6F6F6;
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-image .product-quantity {
  width: 24px;
  height: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  border-radius: 33px;
  background-color: hsl(20, 100%, 50%);
  color: hsl(0, 0%, 100%);
  position: absolute;
  right: -15px;
  top: 0;
  transform: translateY(-50%);
  font-size: 12px;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-name {
  padding: 0;
  padding-left: 48px;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-name {
    padding-left: 16px;
    font-size: 14px;
    display: flex;
    width: calc(100% - 70px);
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-name .woocommerce-Price-amount {
  display: block;
  width: 100%;
  color: hsl(20, 100%, 50%);
  font-style: normal;
  font-family: "Rethink Sans";
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .product-name .woocommerce-Price-amount {
    font-size: 16px;
    padding-left: 9px;
    text-align: right;
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table td, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table th {
  border: none !important;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-subtotal td, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-subtotal th,
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-discount td,
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-discount th {
  border-top: 1px solid rgba(45, 27, 102, 0.06) !important;
  padding-top: 16px;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-subtotal td, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-subtotal th,
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-discount td,
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-discount th {
    color: #565759;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(45, 27, 102, 0.06) !important;
    font-weight: normal;
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-subtotal th,
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-discount th {
  font-weight: 700 !important;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-subtotal th,
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .cart-discount th {
    font-weight: normal !important;
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals input[type=radio] {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(45, 27, 102, 0.06);
  background-color: hsl(0, 0%, 100%);
  transition: all 300ms ease-out;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals input[type=radio]:checked {
  background-color: hsl(358, 93%, 50%);
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals label {
  font-weight: normal;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals label {
    font-size: 0;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals label .woocommerce-Price-amount {
    font-size: 16px;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    color: #565759;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    padding: 0;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td .woocommerce-Price-amount {
    color: #565759;
    font-weight: normal !important;
  }
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td li {
    margin-bottom: 0 !important;
  }
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tfoot {
  width: 100%;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tfoot tr {
  display: table;
  width: 100%;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tfoot th {
  padding: 0;
  padding-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 160%;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table tfoot td {
  padding: 0;
  padding-bottom: 4px;
  text-align: right;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .order-total td, .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .order-total th {
  border-top: 1px solid rgba(45, 27, 102, 0.06) !important;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .order-total th {
  font-weight: 700 !important;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .order-total td {
  line-height: 100%;
  font-family: "Rethink Sans";
  padding-top: 8px;
  color: hsl(20, 100%, 50%);
  text-shadow: 0 0 60px rgba(16, 44, 13, 0.04);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .order-total .includes_tax {
  display: block;
  line-height: 100%;
  color: #565759;
  font-size: 14px;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-right__wrapper .woocommerce-checkout-review-order-table .order-total .includes_tax {
    width: 100%;
  }
}

.form-checkout__usps {
  margin-top: 16px;
}

.form-checkout__usps-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 56px;
}

.form-checkout__usp-text {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  color: #565759;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.c-woocommerce-checkout__login {
  width: 100%;
}
.c-woocommerce-checkout__login .c-woocommerce-checkout__step-content .form-row {
  margin-bottom: 0 !important;
}
.c-woocommerce-checkout__login #newsletter_subscribe_field {
  margin-top: 20px;
}
.c-woocommerce-checkout__login #newsletter_subscribe_field .optional {
  display: none;
}

.c-woocommerce-checkout__step {
  margin-bottom: 40px;
}

.c-woocommerce-checkout__step-header {
  background-color: hsl(254, 58%, 25%);
  border-radius: 6px 6px 0px 0px;
  padding: 12px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__step-header {
    padding: 8px 16px;
  }
}

.c-woocommerce-checkout__step-header-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 140%;
  font-family: "Rethink Sans";
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__step-header-number {
    font-size: 23px;
  }
}
.c-woocommerce-checkout__step-header-number span {
  position: relative;
  left: 2px;
}

.c-woocommerce-checkout__step-header-title {
  color: hsl(0, 0%, 100%);
}

.c-woocommerce-checkout__step-header-button {
  margin-left: auto;
}
.c-woocommerce-checkout__step-content {
  display: block;
  border-radius: 0px 0px 8px 8px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 0 60px 0 rgba(16, 44, 13, 0.1);
  padding: 40px;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__step-content {
    padding: 32px 24px;
  }
}
.c-woocommerce-checkout__step-content .form-row {
  margin-bottom: 24px !important;
}
.c-woocommerce-checkout__step-content #billing_address_1_field {
  margin-bottom: 8px !important;
}
.c-woocommerce-checkout__step-content .form-row-first, .c-woocommerce-checkout__step-content .form-row-last {
  width: calc(50% - 6px) !important;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__step-content .form-row-first, .c-woocommerce-checkout__step-content .form-row-last {
    width: 100% !important;
  }
}

.c-woocommerce-checkout__step .woocommerce-billing-fields #billing_address_2_field {
  display: none !important;
}
.c-woocommerce-checkout__step .woocommerce-billing-fields #billing_address_1_field {
  margin-bottom: 24px !important;
}

.c-woocommerce-checkout__billing .woocommerce-billing-fields h3, .c-woocommerce-checkout__billing .woocommerce-billing-fields #review_form_wrapper .comment-reply-title, #review_form_wrapper .c-woocommerce-checkout__billing .woocommerce-billing-fields .comment-reply-title, .c-woocommerce-checkout__billing .woocommerce-billing-fields .product-filters__title {
  display: none;
}
.c-woocommerce-checkout__billing .woocommerce-additional-fields {
  margin-top: 24px;
}
.c-woocommerce-checkout__billing .woocommerce-additional-fields .form-row {
  margin-bottom: 0 !important;
}

.c-woocommerce-checkout__step-content input[type=text], .c-woocommerce-checkout__step-content input[type=tel], .c-woocommerce-checkout__step-content input[type=email], .c-woocommerce-checkout__step-content input[type=password], .c-woocommerce-checkout__step-content textarea, .c-woocommerce-checkout__step-content input[type=number] {
  border-radius: 24px !important;
  background: #F5F5F5 !important;
  padding: 14px 24px !important;
  color: hsl(254, 58%, 25%) !important;
  font-style: normal !important;
  font-size: 14px !important;
  border: 1.2px solid #F1F0F1 !important;
}
.c-woocommerce-checkout__step-content input[type=text]::placeholder, .c-woocommerce-checkout__step-content input[type=tel]::placeholder, .c-woocommerce-checkout__step-content input[type=email]::placeholder, .c-woocommerce-checkout__step-content input[type=password]::placeholder, .c-woocommerce-checkout__step-content textarea::placeholder, .c-woocommerce-checkout__step-content input[type=number]::placeholder {
  color: #A9A9A9 !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.c-woocommerce-checkout__step-content .woocommerce-form__label-for-checkbox {
  display: flex !important;
  flex-direction: row !important;
  margin-top: 24px;
}
.c-woocommerce-checkout__step-content .woocommerce-form__label-for-checkbox span {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
}
.c-woocommerce-checkout__step-content textarea {
  height: 100px !important;
}
.c-woocommerce-checkout__step-content .woocommerce-invalid label {
  color: hsl(358, 93%, 50%) !important;
}
.c-woocommerce-checkout__step-content label {
  margin-left: 8px;
  margin-bottom: 6px;
  color: hsl(254, 58%, 25%);
  font-size: 16px;
  font-weight: 600;
  line-height: 120% !important;
  font-family: "Rethink Sans";
}
.c-woocommerce-checkout__step-content label .required {
  color: hsl(20, 100%, 50%);
}
.c-woocommerce-checkout__step-content input[type=checkbox] {
  display: flex !important;
  width: 24px;
  height: 24px;
  border: 1px solid hsl(254, 58%, 25%);
  border-radius: 5px;
  background-color: hsl(0, 0%, 100%);
  transition: all 300ms ease-out;
}
.c-woocommerce-checkout__step-content input[type=checkbox]:checked {
  background-color: hsl(254, 58%, 25%) !important;
}
.c-woocommerce-checkout__step-content #ship-to-different-address {
  margin-left: 5px;
}
.c-woocommerce-checkout__step-content #ship-to-different-address input[type=checkbox] {
  margin-right: 18px;
}
.c-woocommerce-checkout__step-content #ship-to-different-address label {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-woocommerce-checkout__step-content #ship-to-different-address label span {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields .create-account {
  padding: 0;
  margin-left: 5px;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields input[type=checkbox] {
  display: inline-block;
  margin-right: 14px;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields label {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields label span {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields .woocommerce-password-strength {
  margin-top: 16px;
  border-radius: 24px;
  color: hsl(0, 0%, 100%);
  border: none !important;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields .woocommerce-password-strength.short, .c-woocommerce-checkout__step-content .woocommerce-account-fields .woocommerce-password-strength.bad {
  background-color: hsl(358, 93%, 50%);
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields .woocommerce-password-strength.good {
  background-color: #f83a40;
}
.c-woocommerce-checkout__step-content .woocommerce-account-fields .woocommerce-password-strength.strong {
  background-color: hsl(358, 93%, 50%);
}
.c-woocommerce-checkout__step-content .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 24px;
  background-color: hsl(358, 93%, 50%);
  padding: 16px 24px;
  height: auto;
  color: hsl(358, 93%, 50%);
  font-style: normal;
  font-size: 12px;
}
.c-woocommerce-checkout__step-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 100%;
}
.c-woocommerce-checkout__step-content .select2-selection__arrow {
  padding: 16px 24px;
  top: 5px !important;
}

.c-woocommerce-checkout__payment .woocommerce-checkout-payment {
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 0px;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #F5F5F5 !important;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 24px !important;
  cursor: pointer;
  position: relative;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background-color: hsl(254, 58%, 25%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-out;
  z-index: 100;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method:has(input[type=radio]:checked)::before {
  opacity: 1;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method input[type=radio] {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid hsl(20, 100%, 50%);
  background-color: hsl(0, 0%, 100%);
  transition: all 300ms ease-out;
  cursor: pointer;
  z-index: 99;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method input[type=radio]:checked {
  border-color: hsl(254, 58%, 25%);
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method label {
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method .payment_box {
  display: none !important;
  width: 100%;
  background-color: hsl(20, 100%, 50%) !important;
  color: hsl(0, 0%, 100%) !important;
}
.c-woocommerce-checkout__payment .woocommerce-checkout-payment .wc_payment_method .payment_box::before {
  border-bottom-color: hsl(20, 100%, 50%) !important;
}
.c-woocommerce-checkout__payment .place-order {
  padding: 0 !important;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__payment .place-order {
    margin-bottom: 0 !important;
  }
}
.c-woocommerce-checkout__payment .place-order button {
  width: 100%;
  background: hsl(20, 100%, 50%) !important;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__payment .place-order button {
    margin-bottom: 0 !important;
  }
}
.c-woocommerce-checkout__payment .place-order button:hover {
  background: hsl(15, 100%, 46%) !important;
}
.c-woocommerce-checkout__payment #newsletter_subscribe_field {
  display: none;
}

.c-woocommerce-checkout-content .woocommerce-form-login-toggle {
  display: none;
}
.c-woocommerce-checkout-content .woocommerce-form-login {
  border: none !important;
  border-radius: 0 0 6px 6px;
  background: #FFF;
  box-shadow: 0 0 60px 0 rgba(16, 44, 13, 0.04);
}

@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout__usps {
    display: none;
  }
}

.c-woocommerce-checkout__usps-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.c-woocommerce-checkout__usps-list .c-woocommerce-checkout__usp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-woocommerce-checkout__usps-list .c-woocommerce-checkout__usp .c-woocommerce-checkout__usp-icon {
  display: flex;
}
.c-woocommerce-checkout__usps-list .c-woocommerce-checkout__usp .c-woocommerce-checkout__usp-icon svg {
  width: 22px;
  height: 22px;
}
.c-woocommerce-checkout__usps-list .c-woocommerce-checkout__usp .c-woocommerce-checkout__usp-text {
  margin-left: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
}

.c-woocommerce-checkout-mobile-header__content {
  display: none;
}

.c-woocommerce-checkout-mobile-header {
  padding: 16px;
  border-radius: 8px;
  background: hsl(0, 0%, 100%);
  width: 100%;
  margin-bottom: 24px;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.04);
}

.c-woocommerce-checkout-mobile-header__summary {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
}
.c-woocommerce-checkout-mobile-header__summary .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
}
.c-woocommerce-checkout-mobile-header__summary .icon {
  margin-left: 16px;
}
.c-woocommerce-checkout-mobile-header__summary .icon svg {
  width: 12px;
  height: 12px;
  transition: transform 300ms ease-in-out;
}
.c-woocommerce-checkout-mobile-header__summary .total {
  margin-left: auto;
  color: hsl(358, 93%, 50%);
  font-family: "Rethink Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.c-woocommerce-checkout-mobile-header__summary.is-active .icon svg {
  transform: rotate(180deg);
}

.c-woocommerce-checkout-mobile-header__content h3#order_review_heading, .c-woocommerce-checkout-mobile-header__content #review_form_wrapper #order_review_heading.comment-reply-title, #review_form_wrapper .c-woocommerce-checkout-mobile-header__content #order_review_heading.comment-reply-title, .c-woocommerce-checkout-mobile-header__content #order_review_heading.product-filters__title {
  display: none;
}
.c-woocommerce-checkout-mobile-header__content table {
  margin-bottom: 0 !important;
}
.c-woocommerce-checkout-mobile-header__content .woocommerce-checkout-payment {
  display: none;
}

.c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 32px;
  color: hsl(254, 58%, 25%);
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 24px;
  margin-bottom: 40px;
  border-radius: 16px;
  background: #EBE6F1;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-overview li {
  flex: 1;
  min-width: 180px;
  margin: 0;
  border-right: none !important;
  font-family: "Rethink Sans";
  font-size: 14px;
  color: hsl(254, 58%, 25%);
  font-weight: 600;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  margin-top: 8px;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  color: hsl(254, 58%, 25%);
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-customer-details {
  background-color: hsl(0, 0%, 100%);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 32px;
  box-shadow: 0 0 60px 0 rgba(16, 44, 13, 0.1);
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details,
  .c-woocommerce-checkout-content .woocommerce-order .woocommerce-customer-details {
    padding: 24px;
  }
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-order-details__title,
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-column__title {
  color: hsl(254, 58%, 25%);
  margin-bottom: 24px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details {
  border: none;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details thead {
  display: none;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody tr {
  border-bottom: 2px solid hsl(254, 58%, 25%);
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody tr:last-child {
  border-bottom: none;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody td {
  padding: 14px 0;
  border: none;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody .product-name {
  font-family: "Rethink Sans";
  font-weight: 500;
  color: hsl(254, 58%, 25%);
  font-size: 16px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody .product-name a {
  color: inherit;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody .product-total {
  text-align: right;
  border-color: hsl(254, 58%, 25%);
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tbody .product-total .amount {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-weight: 600;
  font-size: 14px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tfoot tr {
  border-top: 1px solid rgba(45, 27, 102, 0.06);
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tfoot th {
  font-weight: 600;
  color: hsl(254, 58%, 25%);
  font-size: 14px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tfoot td {
  text-align: right;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 14px;
  font-weight: 600;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tfoot .order-total th {
  font-size: 18px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-table--order-details tfoot .order-total td {
  font-size: 28px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-customer-details address {
  border: none;
  padding: 0;
  border-radius: 0;
  font-style: normal;
  line-height: 160%;
  color: hsl(254, 58%, 25%);
  font-size: 16px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-customer-details address p {
  margin-top: 16px;
}
.c-woocommerce-checkout-content .woocommerce-order .woocommerce-thankyou-order-received + .woocommerce-order-overview {
  margin-top: 0;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-error {
  border: none !important;
  background-color: #EBE6F1 !important;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 24px;
  padding-left: 68px;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
  align-items: center;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.woocommerce-error::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("../../assets/images/laptop-regular-full.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  border: 5px solid hsl(0, 0%, 100%);
}
.woocommerce-error li {
  width: 100%;
}

.checkout-inline-error-message {
  color: hsl(358, 93%, 50%);
  font-size: 14px;
  margin-left: 6px;
  margin-top: 8px;
  font-weight: 700;
}

#billing_country_helper {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-left: 6px;
  margin-top: 8px;
}

#billing_country_field .woocommerce-input-wrapper {
  display: flex;
  width: 100%;
  cursor: not-allowed;
  opacity: 0.5;
  padding-left: 8px;
}
#billing_country_field .woocommerce-input-wrapper input {
  display: flex;
  height: 46px;
  padding: 14px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1.2px solid #F1F0F1;
  background: #F5F5F5;
  color: var(--Tekst-grey-light, #A9A9A9);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods-saveNew {
  display: none;
}

.woocommerce-checkout #payment .payment_method_ppcp-credit-card-gateway label {
  margin-bottom: 5px;
}

.c-woocommerce-checkout-mobile-header__summary .total {
  color: hsl(20, 100%, 50%) !important;
}

.woocommerce-additional-fields__field-wrapper #delayed_delivery_field {
  margin-bottom: 24px !important;
}

#billing_country_field .woocommerce-input-wrapper {
  padding-left: 0;
}
#billing_country_field select {
  border-radius: 24px !important;
  background: #F5F5F5 !important;
  padding: 14px 24px !important;
  color: hsl(254, 58%, 25%) !important;
  font-style: normal !important;
  font-size: 14px !important;
  border: 1.2px solid #F1F0F1 !important;
  width: 100%;
}

.c-woocommerce-cart {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart {
    padding: 48px 0;
  }
}

.c-woocommerce-cart__subtitle {
  width: 100%;
  color: hsl(20, 100%, 50%);
  margin-bottom: 8px;
}

.c-woocommerce-cart__title {
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart__title {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content {
    margin-top: 32px;
  }
}
.c-woocommerce-cart-content .woocommerce {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-notices-wrapper {
  width: 100%;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form {
  width: calc(100% - 392px);
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table {
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table {
    display: block;
  }
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table tbody,
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table tfoot {
    display: block;
    width: 100%;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table tbody {
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.1);
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table thead {
  background-color: hsl(254, 58%, 25%);
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table thead {
    display: none;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table thead .product-thumbnail {
  border-top-left-radius: 4px;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table thead .product-remove {
  border-top-right-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table thead .product-remove {
    padding-right: 20px;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th {
  background-color: hsl(254, 58%, 25%);
  color: hsl(358, 93%, 50%);
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td {
    border-top: none;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td::before {
    display: none !important;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-thumbnail {
  min-width: 102px;
  min-height: 102px;
  height: 102px;
  background-color: #F6F6F6;
  border: 16px solid hsl(0, 0%, 100%);
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-thumbnail {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1;
    display: block !important;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-thumbnail {
    width: 102px;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-name, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name {
  padding-left: 40px;
  border-top: none;
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-name, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-name, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name {
    padding-left: 118px;
    width: calc(100% - 150px);
    background: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left !important;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-name, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name {
    width: calc(100% - 80px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-name, .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name {
    width: calc(100% - 80px);
    padding-top: 0 !important;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-name,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-price,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-quantity,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table th.product-subtotal {
  color: hsl(0, 0%, 100%) !important;
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name a {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name a {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name a {
    font-size: 14px;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name .product-cart_sku {
  color: #A9A9A9;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-name .product-cart_sku {
    font-size: 12px;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-subtotal {
  padding-left: 0;
  color: hsl(20, 100%, 50%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  border-top: none;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-subtotal {
    width: 150px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: none;
  }
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-subtotal {
    width: 80px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-subtotal {
    justify-content: flex-start;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-subtotal .tax_label {
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-remove a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background-color: hsl(254, 58%, 25%);
  border-radius: 47px;
  transition: all 300ms ease-out;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-remove a {
    width: 40px;
    height: 40px;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table td.product-remove a:hover {
  background-color: hsl(254, 58%, 25%);
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-quantity {
  min-width: 175px;
  border-top: none;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-quantity {
    padding-left: 118px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    display: flex;
    background: none;
    min-width: auto;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-cart__product-quantity-minus,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-cart__product-quantity-plus {
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 33px;
  align-self: stretch;
  background: #F5F5F5;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-cart__product-quantity-minus svg,
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-cart__product-quantity-plus svg {
  width: 13px;
  height: 13px;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-cart__product-quantity-minus {
  border-radius: 100px 0 0 100px;
  border-right: #F5F5F5;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-cart__product-quantity-plus {
  border-radius: 0 100px 100px 0;
  border-left: #F5F5F5;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .quantity input {
  border: none;
  background-color: transparent;
  padding: 0;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 42px;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-remove {
  border-top: none;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-remove {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 0;
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-remove {
    margin-right: 15px;
  }
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-remove .remove {
  background-color: #F5F5F5;
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .product-remove .remove:hover svg path {
  fill: hsl(0, 0%, 100%);
}
.c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .woocommerce-cart-form__cart-item {
  background: hsl(0, 0%, 100%);
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table .woocommerce-cart-form__cart-item {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .woocommerce-cart-form table tbody .woocommerce-cart-form__cart-item {
    display: flex;
    flex-wrap: wrap;
    min-height: 134px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
  }
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals {
  width: 352px;
  border-radius: 8px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0px 0px 60px 0px rgba(16, 44, 13, 0.1);
  padding: 24px;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals {
    width: 100%;
    margin-top: 40px;
  }
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cross-sells {
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals h2 {
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals table {
  border: none;
  margin: 0;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .ppc-button-wrapper {
  margin-top: 10px;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals tr th {
  padding: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 400;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals tr td {
  padding: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 8px;
  text-align: right;
  font-weight: 700;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-subtotal th,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals th,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-discount th {
  padding-top: 0;
  font-weight: 700;
  color: #565759;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-subtotal td,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals td,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-discount td {
  padding-top: 0px;
  color: #565759;
  text-shadow: 0 0 60px rgba(16, 44, 13, 0.04);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-subtotal .woocommerce-Price-amount,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-Price-amount,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-discount .woocommerce-Price-amount {
  padding-top: 0px !important;
  color: #565759 !important;
  text-shadow: 0 0 60px rgba(16, 44, 13, 0.04) !important;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 160% !important;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-subtotal .tax_label,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .tax_label,
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-discount .tax_label {
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .cart-discount th, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals th, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  padding-top: 16px !important;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-weight: 400;
  max-width: 175px;
  float: right;
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
  font-weight: 400;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods {
  padding-top: 16px;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods label {
  font-size: 0;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods label span {
  color: hsl(254, 58%, 25%);
  font-size: 16px;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-methods label[for=shipping_method_0_free_shipping4] {
  color: hsl(254, 58%, 25%);
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
    background: none;
  }
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-totals .tax_label {
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  display: none;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total th {
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total .includes_tax {
  display: block;
  color: #A9A9A9;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total .includes_tax {
    width: 100%;
  }
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total td {
  font-weight: 700;
  color: hsl(20, 100%, 50%);
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: none;
  }
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total td strong {
    margin-left: auto;
  }
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .cart_totals .order-total td::before {
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: hsl(254, 58%, 25%);
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout {
  width: 100%;
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit], .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit], .c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit], .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button {
  width: 100%;
  font-weight: 600 !important;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit], .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit], .c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit], .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button {
    padding: 16px 0;
    margin-bottom: 24px;
  }
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input:hover, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button[type=submit]:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button:hover, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button:hover {
  background-color: hsl(15, 100%, 46%);
}
.c-woocommerce-cart-content .woocommerce > .cart-collaterals .c-cart-paymentmethods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  top: 100%;
  left: 0px;
  margin-top: 32px;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-content .woocommerce > .cart-collaterals .c-cart-paymentmethods img {
    width: 30px;
  }
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper {
  width: 100%;
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce-message {
  border: none !important;
  background-color: #EBE6F1 !important;
  display: flex;
  padding: 20px 24px;
  padding-left: 68px;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
  align-items: center;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  flex-wrap: wrap;
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce-message::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("../../assets/images/laptop-regular-full.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  border: 5px solid hsl(0, 0%, 100%);
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper .button.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .form-submit input.wc-forward, .form-submit .c-woocommerce-cart-content .woocommerce-notices-wrapper input.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .woocommerce-notices-wrapper input.wc-forward, .form-submit .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper input.wc-forward, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce-notices-wrapper input.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit], .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward[type=submit], .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon .woocommerce-notices-wrapper button.wc-forward[type=submit], .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce-notices-wrapper span.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__payment .place-order button.wc-forward, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .wc-forward.button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .form-submit input.wc-forward, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button .return-to-shop span.wc-forward, .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper span.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward,
.c-woocommerce-cart-content .woocommerce-notices-wrapper .restore-item {
  display: flex;
  padding: 2px 2px 2px 24px;
  align-items: center;
  gap: 12px;
  border-radius: 93px;
  border: 1.5px solid hsl(254, 58%, 25%);
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s ease;
  margin-left: auto;
  white-space: nowrap;
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper .button.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .form-submit input.wc-forward::after, .form-submit .c-woocommerce-cart-content .woocommerce-notices-wrapper input.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .woocommerce-notices-wrapper input.wc-forward::after, .form-submit .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward::after, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper input.wc-forward::after, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce-notices-wrapper input.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit]::after, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward[type=submit]::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon .woocommerce-notices-wrapper button.wc-forward[type=submit]::after, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward::after, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button span.wc-forward::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce-notices-wrapper span.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__payment .place-order button.wc-forward::after, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .wc-forward.button::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .form-submit input.wc-forward::after, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button span.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button .return-to-shop span.wc-forward::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce-notices-wrapper .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .woocommerce-notices-wrapper span.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward::after,
.c-woocommerce-cart-content .woocommerce-notices-wrapper .restore-item::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: hsl(20, 100%, 50%) url("../../assets/images/arrow-down-light-full.svg") center center no-repeat;
  background-size: 32px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper .button.wc-forward:hover, .c-woocommerce-cart-content .woocommerce-notices-wrapper .form-submit input.wc-forward:hover, .form-submit .c-woocommerce-cart-content .woocommerce-notices-wrapper input.wc-forward:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .woocommerce-notices-wrapper input.wc-forward:hover, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce-notices-wrapper input.wc-forward:hover, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit]:hover, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward[type=submit]:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward:hover, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button span.wc-forward:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce-notices-wrapper span.wc-forward:hover, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__payment .place-order button.wc-forward:hover, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward:hover,
.c-woocommerce-cart-content .woocommerce-notices-wrapper .restore-item:hover {
  background-color: hsl(20, 100%, 50%);
  border-color: hsl(20, 100%, 50%);
  color: hsl(0, 0%, 100%);
}
.c-woocommerce-cart-content .woocommerce-notices-wrapper .button.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .form-submit input.wc-forward:hover::after, .form-submit .c-woocommerce-cart-content .woocommerce-notices-wrapper input.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .woocommerce-notices-wrapper input.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit]:hover::after, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward[type=submit]:hover::after, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward:hover::after, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__step-header-button span.wc-forward:hover::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce-notices-wrapper span.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce-notices-wrapper .c-woocommerce-checkout__payment .place-order button.wc-forward:hover::after, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce-notices-wrapper button.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .woocommerce-notices-wrapper span.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .woocommerce-notices-wrapper button.wc-forward:hover::after,
.c-woocommerce-cart-content .woocommerce-notices-wrapper .restore-item:hover::after {
  transform: rotate(45deg);
}
.c-woocommerce-cart-content .cart-empty {
  border: none !important;
  background-color: #EBE6F1 !important;
  display: flex;
  padding: 20px 24px;
  padding-left: 68px;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-self: stretch;
  align-items: center;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 100%;
}
.c-woocommerce-cart-content .cart-empty::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("../../assets/images/Cart-oranje.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  border: 5px solid hsl(0, 0%, 100%);
}
.c-woocommerce-cart-content .return-to-shop .button, .c-woocommerce-cart-content .return-to-shop .form-submit input, .form-submit .c-woocommerce-cart-content .return-to-shop input, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .return-to-shop input, .form-submit .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout input, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop input, .c-woocommerce-cart-content .return-to-shop .form-submit input, .form-submit .c-woocommerce-cart-content .return-to-shop input, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop .form-submit input, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon button[type=submit], .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .return-to-shop button[type=submit], .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon .return-to-shop button[type=submit], .c-woocommerce-cart-content .return-to-shop .button, .c-woocommerce-cart-content .return-to-shop .form-submit input, .form-submit .c-woocommerce-cart-content .return-to-shop input, .c-woocommerce-cart-content .return-to-shop .form-submit input, .form-submit .c-woocommerce-cart-content .return-to-shop input, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop .button, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .return-to-shop span, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout span, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop span, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .return-to-shop button, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout button, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop .c-woocommerce-checkout__step-header-button span, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop .c-woocommerce-checkout__payment .place-order button, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order .woocommerce > .cart-collaterals .wc-proceed-to-checkout button, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span {
  font-weight: 600;
  background-color: hsl(20, 100%, 50%);
}
.c-woocommerce-cart-content .return-to-shop .button:hover, .c-woocommerce-cart-content .return-to-shop .form-submit input:hover, .form-submit .c-woocommerce-cart-content .return-to-shop input:hover, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .return-to-shop input:hover, .form-submit .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop input:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-cart-voucher > div .coupon button[type=submit]:hover, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-cart-content .return-to-shop button[type=submit]:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-cart-voucher > div .coupon .return-to-shop button[type=submit]:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__payment .place-order button:hover, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .return-to-shop button:hover, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .button:hover, .c-woocommerce-cart-content .return-to-shop .form-submit .woocommerce > .cart-collaterals .wc-proceed-to-checkout input:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop .button:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop .form-submit input:hover, .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .return-to-shop span:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .return-to-shop span:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .return-to-shop button:hover, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .woocommerce > .cart-collaterals .wc-proceed-to-checkout span:hover {
  background-color: hsl(15, 100%, 46%);
  color: hsl(0, 0%, 100%);
}

.product-cart__product-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-cart__product-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-radius: 100px;
  box-shadow: 0px 0px 60px 0px rgba(16, 44, 13, 0.04);
  width: fit-content;
}

.product-cart__product-quantity-minus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  border-right: 1px solid hsl(358, 93%, 50%);
  cursor: pointer;
  transition: all 300ms ease-out;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .product-cart__product-quantity-minus {
    width: 38px;
    height: 34px;
  }
}
.product-cart__product-quantity-minus svg {
  display: flex;
  width: 10px;
  height: 10px;
}
.product-cart__product-quantity-minus:hover {
  background-color: hsl(358, 93%, 50%);
}

.product-cart__product-quantity-amount {
  width: 48px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .product-cart__product-quantity-amount {
    width: 40px;
    height: 34px;
  }
}
.product-cart__product-quantity-amount::-webkit-outer-spin-button, .product-cart__product-quantity-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-cart__product-quantity-plus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 40px;
  border-left: 1px solid hsl(358, 93%, 50%);
  cursor: pointer;
  transition: all 300ms ease-out;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .product-cart__product-quantity-plus {
    width: 38px;
    height: 34px;
  }
}
.product-cart__product-quantity-plus svg {
  display: flex;
  width: 10px;
  height: 10px;
}
.product-cart__product-quantity-plus:hover {
  background-color: hsl(358, 93%, 50%);
}

.wc-empty-cart-message {
  width: 100%;
}

.c-woocommerce-cart-voucher {
  width: 100%;
  margin-top: 24px;
}
.c-woocommerce-cart-voucher .woocommerce-error {
  width: 100%;
}
.c-woocommerce-cart-voucher > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-woocommerce-cart-voucher > div .coupon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-woocommerce-cart-voucher > div .coupon label {
  display: block;
  opacity: 1;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  position: relative !important;
  top: 0;
  left: 0;
  clip: none !important;
  padding-left: 8px;
  margin-bottom: 8px;
}
.c-woocommerce-cart-voucher > div .coupon .coupon_input {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-cart-voucher > div .coupon .coupon_input {
    flex-wrap: wrap;
    gap: 0;
  }
}
.c-woocommerce-cart-voucher > div .coupon .input-text {
  flex-grow: 1;
  margin-right: 8px;
  border-radius: 24px;
  border: 1px solid rgba(45, 27, 102, 0.15);
  background-color: hsl(0, 0%, 100%);
  padding: 16px 24px;
  color: hsl(254, 58%, 25%);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-cart-voucher > div .coupon .input-text {
    width: 100%;
    height: 47px;
    margin-bottom: 16px;
  }
}
.c-woocommerce-cart-voucher > div .coupon button[type=submit] {
  background-color: transparent;
  font-weight: 600 !important;
  white-space: nowrap;
  display: flex;
  padding: 14px 48px;
  height: 51px;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid hsl(254, 58%, 25%);
}

.c-woocommerce-refresh-cart-button {
  padding: 12px 44px !important;
  width: fit-content !important;
  border-radius: 100px !important;
  transition: all 300ms ease-out !important;
  cursor: pointer !important;
  margin-left: auto !important;
  margin-top: 8px !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-refresh-cart-button {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-refresh-cart-button {
    padding: 12px 24px;
  }
}
.c-woocommerce-refresh-cart-button span {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px;
  color: hsl(20, 100%, 50%) !important;
  font-weight: 400 !important;
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.c-woocommerce-refresh-cart-button svg path {
  stroke: hsl(20, 100%, 50%);
  stroke-width: 1.5px;
}

.product-cart_discount-badge {
  display: block;
  width: fit-content;
  margin-top: 8px;
  border-radius: 3px;
  background: #EDC7BB;
  padding: 3px 8px;
  text-transform: uppercase;
  color: hsl(20, 100%, 50%);
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .product-cart_discount-badge {
    margin-bottom: 10px;
  }
}

.product-subtotal__regular {
  display: block;
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 0.875em;
}

/**
 * Components news.
 */
.news-latest {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .news-latest {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .news-latest {
    padding: 48px 0;
  }
}
.news-latest .news-latest__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 64px;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .news-latest .news-latest__header {
    gap: 80px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__header {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 40px;
  }
}
.news-latest .news-latest__title {
  min-width: 471px;
}
@media only screen and (max-width: 1199px) {
  .news-latest .news-latest__title {
    min-width: 371px;
  }
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__title {
    min-width: 100%;
  }
}
.news-latest .news-latest__wrap {
  display: flex;
  flex-direction: row;
  gap: 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .news-latest .news-latest__wrap {
    gap: 32px;
  }
}
@media only screen and (max-width: 899px) {
  .news-latest .news-latest__wrap {
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 900px) {
  .news-latest .news-latest__nav {
    display: none;
  }
}

.news-list {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .news-list {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .news-list {
    padding: 48px 0;
  }
}
.news-list .news-list__featured {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid rgba(45, 27, 102, 0.08);
}
@media only screen and (max-width: 1199px) {
  .news-list .news-list__featured {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__featured {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
.news-list .news-list__title {
  padding-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__title {
    padding-bottom: 32px;
  }
}
.news-list .news-list__featured-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .news-list .news-list__featured-wrapper {
    gap: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__featured-wrapper {
    flex-direction: column;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-list .news-list__featured-wrapper .news-list-item:hover .news-list-item__image img {
    transform: scale(1.05);
  }
}
.news-list .news-list-item {
  display: flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 12px;
  border: 1.2px solid rgba(236, 236, 236, 0.6);
  background: #FFF;
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list-item {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-list .news-list-item:hover .news-list-item__image img {
    transform: scale(1.1);
  }
  .news-list .news-list-item:hover .button--secondary, .news-list .news-list-item:hover .c-woocommerce-cart-voucher > div .coupon button[type=submit], .c-woocommerce-cart-voucher > div .coupon .news-list .news-list-item:hover button[type=submit] {
    background-color: hsl(15, 100%, 46%);
    color: hsl(0, 0%, 100%);
    border-color: hsl(15, 100%, 46%);
  }
  .news-list .news-list-item:hover .button--secondary .svg-wrapper, .news-list .news-list-item:hover .c-woocommerce-cart-voucher > div .coupon button[type=submit] .svg-wrapper, .c-woocommerce-cart-voucher > div .coupon .news-list .news-list-item:hover button[type=submit] .svg-wrapper {
    background-color: hsl(15, 100%, 46%);
  }
  .news-list .news-list-item:hover .button--secondary svg, .news-list .news-list-item:hover .c-woocommerce-cart-voucher > div .coupon button[type=submit] svg, .c-woocommerce-cart-voucher > div .coupon .news-list .news-list-item:hover button[type=submit] svg {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
}
.news-list .news-list-item__image {
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .news-list .news-list-item__image {
    height: 200px;
  }
}
.news-list .news-list-item__image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.news-list .news-list .news-list-item__title {
  padding-bottom: 14px;
}
.news-list .news-list-item__teaser {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 28px;
}
.news-list .news-list__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 64px;
  column-gap: 32px;
}
@media only screen and (max-width: 599px) {
  .news-list .news-list__wrap {
    gap: 32px;
  }
}

.news-item {
  flex: 1 1 0;
  display: flex;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1.2px solid rgba(236, 236, 236, 0.6);
  background: #FFF;
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  min-width: 408px;
}
@media only screen and (max-width: 899px) {
  .news-item {
    flex: 0 0 408px;
    min-width: 408px;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .news-item {
    flex: 0 0 325px;
    min-width: 325px;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-item:hover .news-item__image img {
    transform: scale(1.1);
  }
  .news-item:hover .button--secondary, .news-item:hover .c-woocommerce-cart-voucher > div .coupon button[type=submit], .c-woocommerce-cart-voucher > div .coupon .news-item:hover button[type=submit] {
    background-color: hsl(15, 100%, 46%);
    color: hsl(0, 0%, 100%);
    border-color: hsl(15, 100%, 46%);
  }
  .news-item:hover .button--secondary .svg-wrapper, .news-item:hover .c-woocommerce-cart-voucher > div .coupon button[type=submit] .svg-wrapper, .c-woocommerce-cart-voucher > div .coupon .news-item:hover button[type=submit] .svg-wrapper {
    background-color: hsl(15, 100%, 46%);
  }
  .news-item:hover .button--secondary svg, .news-item:hover .c-woocommerce-cart-voucher > div .coupon button[type=submit] svg, .c-woocommerce-cart-voucher > div .coupon .news-item:hover button[type=submit] svg {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
}

.news-item__image {
  height: 300px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199px) {
  .news-item__image {
    height: 280px;
  }
}
@media only screen and (max-width: 599px) {
  .news-item__image {
    height: 200px;
  }
}
.news-item__image img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

.news-item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 899px) {
  .news-item__body {
    padding: 0 16px;
  }
}

.news-item__title {
  padding-bottom: 14px;
}

.news-item__meta {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 899px) {
  .news-item__meta {
    padding: 0 16px;
  }
}

.news-item__label {
  display: flex;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #F1F0F5;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.news-item__reading-time {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  color: #A9A9A9;
  font-family: "Rethink Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-left: auto;
}

.news-item__teaser {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 28px;
}
@media only screen and (max-width: 899px) {
  .news-item__teaser {
    margin-bottom: 14px;
  }
}

.news-item__more {
  margin-top: auto;
}

.news-single {
  background-color: hsl(51, 100%, 92%);
  padding: 120px 0;
  height: 720px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .news-single {
    padding-top: 80px;
    padding-bottom: 120px;
    height: 640px;
  }
}
@media only screen and (max-width: 899px) {
  .news-single {
    height: 450px;
  }
}
@media only screen and (max-width: 599px) {
  .news-single {
    padding: 48px 0;
    height: 520px;
  }
}
.news-single .news-single__background-image {
  position: absolute;
  right: -500px;
  top: 0;
  bottom: 0;
  height: auto;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__background-image {
    right: -560px;
  }
}
.news-single .news-single__background-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scaleY(-1);
}
.news-single .wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
}
.news-single .news-single__hero {
  display: flex;
  flex-direction: row;
  gap: 56px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .news-single .news-single__hero {
    gap: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__hero {
    flex-direction: column;
    gap: 40px;
  }
}
.news-single .news-single__hero-content {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__hero-content {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__title {
    padding-bottom: 32px;
  }
}
.news-single .news-single__share {
  margin-top: auto;
}
.news-single .news-single__share-title {
  color: hsl(254, 58%, 25%);
  padding-bottom: 12px;
}
.news-single .news-single__share-links {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.news-single .is-copy,
.news-single .is-linkedin,
.news-single .is-twitter,
.news-single .is-facebook {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  background: hsl(20, 100%, 50%);
}
.news-single .is-copy:hover,
.news-single .is-linkedin:hover,
.news-single .is-twitter:hover,
.news-single .is-facebook:hover {
  background-color: hsl(15, 100%, 46%);
}
.news-single .news-single__image {
  border-radius: 12px;
  width: 55%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__image {
    width: 100%;
    max-height: 248px;
  }
}
.news-single .news-single__image img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news-single .news-single__cta {
  position: absolute;
  bottom: 32px;
  justify-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 599px) {
  .news-single .news-single__cta {
    display: none;
  }
}
.news-single .news-single__cta .button--round {
  width: 32px;
  height: 32px;
  padding: 10px;
}
.news-single .news-single__cta .button--round svg {
  transform: rotate(135deg);
}

/**
 * Components products.
 */
.product-single {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .product-single {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .product-single {
    padding: 48px 0;
  }
}
.product-single .product-single__breadcrumbs {
  color: hsl(220, 2%, 34%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 16px;
}
.product-single .product-single__breadcrumbs .product-single__breadcrumb-current {
  color: hsl(20, 100%, 50%);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  margin-bottom: 16px;
}
.product-single .product-single__product-title {
  margin-bottom: 56px;
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__product-title {
    margin-bottom: 20px;
  }
}
.product-single .product-single__columns {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__columns {
    flex-direction: column;
    gap: 56px;
  }
}
.product-single .product-single__col--gallery {
  align-self: flex-start;
  height: stretch;
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__col--gallery {
    position: relative;
  }
}
.product-single .product-single__gallery-sticky {
  position: sticky;
  top: 24px;
}
.product-single .product-single__col {
  width: 50%;
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__col {
    width: 100%;
  }
}
.product-single .product-single__gallery {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 32px;
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__gallery {
    flex-direction: column;
  }
}
.product-single .product-single__gallery-thumbs .keen-slider {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__gallery-thumbs .keen-slider {
    flex-direction: row;
  }
}
.product-single .product-single__gallery-thumbs .keen-slider .product-single__gallery-thumb {
  flex-shrink: 0;
  width: 119px;
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__gallery-thumbs .keen-slider .product-single__gallery-thumb {
    height: 119px;
  }
}
.product-single .product-single__gallery-thumb {
  border-radius: 8px;
  border: 1.2px solid #F1F0F1;
  background: rgba(246, 246, 246, 0.8);
  padding: 8px;
  cursor: pointer;
  transition: 0.2s;
  height: 113px;
  width: 119px;
}
.product-single .product-single__gallery-thumb img {
  width: 100%;
  height: 73px;
  display: block;
  object-fit: contain;
}
.product-single .product-single__gallery-thumb--active {
  border: 1.5px solid hsl(20, 100%, 50%);
}
.product-single .product-single__gallery-main {
  border-radius: 8px;
  border: 1.2px solid #F1F0F1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  aspect-ratio: 1/1;
  padding: 56px 80px;
  background: rgba(246, 246, 246, 0.8);
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__gallery-main {
    padding: 32px 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-single .product-single__gallery-main {
    max-height: 440px;
  }
}
@media only screen and (max-width: 899px) {
  .product-single .product-single__gallery-main {
    max-height: 330px;
  }
}
.product-single .product-single__gallery-main img {
  object-fit: contain;
  height: 100%;
}
.product-single .product-single__warning {
  display: flex;
  flex-direction: row;
  padding: 16px 20px 16px 16px;
  gap: 10px;
  border-radius: 4px;
  background: #FFEFE4;
  margin-bottom: 40px;
}
.product-single .product-single__warning-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: hsl(0, 0%, 100%);
  align-self: center;
}
.product-single .product-single__warning-text-outer {
  display: flex;
  flex-direction: column;
}
.product-single .product-single__warning-text-outer span {
  color: hsl(20, 100%, 50%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.product-single .product-single__warning-text-outer .product-single__warning-text {
  color: #565759;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.product-single .product-single__title {
  padding-bottom: 16px;
}
.product-single .product-single__sku {
  color: #A9A9A9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 16px;
}
.product-single .product-single__short-desc {
  color: #565759;
  margin-bottom: 40px;
}
.product-single .product-single__price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
}
.product-single .product-single__price-regular {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.16px;
  text-decoration-line: line-through;
  color: #565759;
  font-family: "Rethink Sans";
  display: flex;
  align-items: center;
  margin-right: 12px;
  opacity: 0.6;
}
.product-single .product-single__price-current {
  color: hsl(20, 100%, 50%);
  text-align: center;
  font-family: "Rethink Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.product-single .product-single__price-notice {
  color: #A9A9A9;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  align-self: center;
}
.product-single .product-single__shipping-info {
  color: #A9A9A9;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.product-single .product-single__quantity-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 24px;
}
.product-single .product-single__quantity {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.product-single .product-single__quantity-btn {
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 33px;
  align-self: stretch;
  background: #F5F5F5;
  transition: all 0.3 ease;
}
.product-single .product-single__quantity-btn:hover {
  background: #EBEBEB;
}
.product-single .product-single__quantity-btn.product-single__quantity-btn--minus {
  border-radius: 100px 0 0 100px;
}
.product-single .product-single__quantity-btn.product-single__quantity-btn--plus {
  border-radius: 0 100px 100px 0;
}
.product-single .product-single__quantity-input {
  border: none;
  width: 9px;
  color: hsl(254, 58%, 25%);
  padding: 0;
  background-color: transparent;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
  appearance: textfield;
}
.product-single .product-single__quantity-input::-webkit-outer-spin-button, .product-single .product-single__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-single .product-single__stock {
  display: flex;
  align-items: center;
  gap: 8px;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.product-single .single_add_to_cart_button {
  background-color: hsl(20, 100%, 50%);
  color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
  width: 100%;
}
.product-single .single_add_to_cart_button::before {
  content: "";
  width: 17.648px;
  height: 16.5px;
  flex-shrink: 0;
  background-image: url("../../assets/images/shopping-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .product-single .single_add_to_cart_button:hover {
    background-color: hsl(15, 100%, 46%);
    border-color: hsl(15, 100%, 46%);
  }
}
.product-single .bundle_form .bundled_product_images,
.product-single .bundle_form .bundled_product_title_link,
.product-single .bundle_form .bundled_item_after_cart_details,
.product-single .bundle_form .bundled_item_cart_details,
.product-single .bundle_form .item_qty,
.product-single .bundle_form .item_suffix {
  display: none !important;
}
.product-single .bundle_form .bundled_product {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
.product-single .bundle_form .details {
  margin: 0;
}
.product-single .bundle_form .bundled_product_title {
  position: relative;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  padding: 8px 0 8px 28px;
}
.product-single .bundle_form .bundled_product_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../../assets/images/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-single .bundle_form .item_title {
  color: hsl(254, 58%, 25%);
  font-weight: 400;
}
.product-single .bundle_form .bundled_item_1::before {
  content: "Inbegrepen in pakket";
  display: block;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
.product-single .bundle_form .bundle_price,
.product-single .bundle_form .bundle_error,
.product-single .bundle_form .bundle_availability {
  display: none !important;
}
.product-single .product-single__bundle {
  margin-top: 40px;
}
.product-single .product-single__bundle-heading {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__bundle-heading {
    font-size: 18px;
  }
}
.product-single .product-single__bundle-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #EBE6F1;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .product-single .product-single__bundle-card:hover {
    background: rgba(45, 27, 102, 0.1);
  }
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__bundle-card {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.product-single .product-single__bundle-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 120px;
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__bundle-media {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
.product-single .product-single__bundle-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-single .product-single__bundle-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__bundle-image img {
    width: 100px;
  }
}
.product-single .product-single__bundle-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(45, 27, 102, 0.12);
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
.product-single .product-single__bundle-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-single .product-single__bundle-title {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}
.product-single .product-single__bundle-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
}
.product-single .product-single__bundle-price-regular {
  color: #565759;
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration-line: line-through;
  opacity: 0.6;
}
.product-single .product-single__bundle-price-current {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}
.product-single .product-single__bundle-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsl(20, 100%, 50%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 4px;
}
.product-single .product-single__notice {
  display: flex;
  flex-direction: row;
  padding: 16px 20px 16px 16px;
  gap: 10px;
  border-radius: 4px;
  background: #F8F8F8;
  margin-bottom: 40px;
}
.product-single .product-single__notice-icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: hsl(0, 0%, 100%);
  align-self: center;
  flex-shrink: 0;
}
.product-single .product-single__notice-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-single .product-single__notice-text p {
  color: #565759;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.product-single .product-single__notice-text p strong {
  color: hsl(254, 58%, 25%);
  font-weight: 700;
}
.product-single .product-single__usps-title {
  padding-bottom: 14px;
}
.product-single .product-single__usps-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 56px;
}
.product-single .product-single__usp-text {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.product-single .product-single__extra-info-item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(45, 27, 102, 0.06);
  transition: opacity 300ms ease-in-out;
}
.product-single .product-single__extra-info-item:hover {
  opacity: 0.6;
}
.product-single .product-single__extra-info-content {
  width: 90%;
  padding-top: 10px;
}
.product-single .product-single__extra-info-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-single .product-single__extra-info-header svg {
  display: flex;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #EAE9ED;
  padding: 10px;
  margin-left: 40px;
}
.product-single .product-single__extra-info-header .product-single__extra-info-icon-minus {
  display: none;
}
.product-single .product-single__extra-info-header.is-active .product-single__extra-info-icon-plus {
  display: none;
}
.product-single .product-single__extra-info-header.is-active .product-single__extra-info-icon-minus {
  display: flex;
}
.product-single .product-single__practical-info__title {
  margin-bottom: 24px;
}
.product-single .product-single__extra-info-title {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__extra-info-title {
    font-size: 18px;
  }
}
.product-single .product-single__price-wrap.only-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: hsl(0, 0%, 100%);
  width: 100%;
  padding: 20px;
  z-index: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(45, 27, 102, 0.1);
}
@media only screen and (max-width: 599px) {
  .product-single .product-single__price-wrap.only-mobile {
    display: flex;
  }
  .product-single .product-single__price-wrap.only-mobile .product-single__price-current {
    font-size: 20px;
  }
  .product-single .product-single__price-wrap.only-mobile .single_add_to_cart_button {
    padding: 13px 14px !important;
    font-size: 0;
    gap: 0;
  }
  .product-single .product-single__price-wrap.only-mobile .single_add_to_cart_button::after {
    content: "In winkelwagen";
    font-size: 16px;
    margin-left: 10px;
  }
}
.product-single .product-single__price-wrap.only-mobile button {
  margin: 0;
}
.product-single .product-single__price-wrap.only-mobile .bundled_product_summary {
  display: none;
}

.c-woocommerce-account {
  padding: 120px 0;
  position: static;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-account {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-account {
    padding: 48px 0;
  }
}
.c-woocommerce-account .c-woocommerce-account__title {
  padding-bottom: 64px;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-account .c-woocommerce-account__title {
    padding-bottom: 24px;
  }
}
.c-woocommerce-account h2 {
  margin-bottom: 26px;
}
.c-woocommerce-account .u-column2 {
  padding-left: 60px;
  border-left: 1px solid rgba(45, 27, 102, 0.12);
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-account .u-column2 {
    border-top: 1px solid rgba(45, 27, 102, 0.12);
    margin-top: 24px;
    padding-top: 24px;
    padding-left: 0px;
    border-left: 0;
  }
}
.c-woocommerce-account .u-column1 {
  padding-right: 15px;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-account .u-column1 {
    border-right: 0;
  }
}
.c-woocommerce-account .woocommerce-form-login, .c-woocommerce-account .woocommerce-form-register {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.c-woocommerce-account .woocommerce-form-login label, .c-woocommerce-account .woocommerce-form-register label {
  display: none !important;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form-row, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-row {
  width: 100%;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-Input, .c-woocommerce-account .woocommerce-form-register .woocommerce-Input {
  display: flex !important;
  height: 46px !important;
  padding: 16px 24px !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: stretch !important;
  border-radius: 24px !important;
  border: 1.2px solid #F1F0F1 !important;
  background: #F5F5F5 !important;
  color: #A9A9A9 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 160% !important;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit, .c-woocommerce-account .woocommerce-form-login .woocommerce-form-register__submit, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-login__submit, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit {
  display: flex;
  padding: 2px 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 93px;
  border: 1.5px solid hsl(20, 100%, 50%);
  background: hsl(20, 100%, 50%);
  color: #FFF;
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit:hover, .c-woocommerce-account .woocommerce-form-login .woocommerce-form-register__submit:hover, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-login__submit:hover, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit:hover {
  border-color: hsl(15, 100%, 46%);
  background: hsl(15, 100%, 46%);
  color: hsl(0, 0%, 100%);
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form-register__submit, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit {
  background-color: transparent;
  border: 2px solid hsl(254, 58%, 25%);
  color: hsl(254, 58%, 25%);
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox, .c-woocommerce-account .woocommerce-form-register .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  align-self: center;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox input, .c-woocommerce-account .woocommerce-form-register .woocommerce-form__label-for-checkbox input {
  border: 1.5px solid hsl(254, 58%, 25%);
  border-radius: 5px;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-LostPassword, .c-woocommerce-account .woocommerce-form-register .woocommerce-LostPassword {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: hsl(254, 58%, 25%);
  margin-top: 35px;
  transition: all 300ms ease-in-out;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-LostPassword:hover, .c-woocommerce-account .woocommerce-form-register .woocommerce-LostPassword:hover {
  opacity: 0.7;
}
.c-woocommerce-account .woocommerce-form-login .form-row, .c-woocommerce-account .woocommerce-form-register .form-row {
  width: 100%;
}
.c-woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit, .c-woocommerce-account .woocommerce-form-login .woocommerce-form-register__submit, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-login__submit, .c-woocommerce-account .woocommerce-form-register .woocommerce-form-register__submit {
  margin-top: 40px;
  width: 100%;
}
.c-woocommerce-account .woocommerce-form-register p:not(.woocommerce-form-row) {
  display: none;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 50px;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 32px;
  background-color: hsl(0, 0%, 100%);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-account .woocommerce-MyAccount-navigation {
    width: fit-content;
    padding: 32px;
  }
}
.c-woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .c-woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    gap: 16px;
  }
}
.c-woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  display: flex;
  height: 44px;
  padding: 10px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  background: hsl(20, 100%, 50%);
}
.c-woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: hsl(0, 0%, 100%);
}
.c-woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "";
  width: 14px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("../../assets/images/user.svg") center/contain no-repeat;
  mask: url("../../assets/images/user.svg") center/contain no-repeat;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before {
  content: "";
  width: 12px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("../../assets/images/clipboard-check.svg") center/contain no-repeat;
  mask: url("../../assets/images/clipboard-check.svg") center/contain no-repeat;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "";
  width: 18px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("../../assets/images/house-regular-full.svg") center/contain no-repeat;
  mask: url("../../assets/images/house-regular-full.svg") center/contain no-repeat;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "";
  width: 12px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("../../assets/images/download.svg") center/contain no-repeat;
  mask: url("../../assets/images/download.svg") center/contain no-repeat;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "";
  width: 14px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("../../assets/images/clipboard-user.svg") center/contain no-repeat;
  mask: url("../../assets/images/clipboard-user.svg") center/contain no-repeat;
}
.c-woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "";
  width: 16px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask: url("../../assets/images/sign-out.svg") center/contain no-repeat;
  mask: url("../../assets/images/sign-out.svg") center/contain no-repeat;
}
.c-woocommerce-account table.shop_table {
  border: none;
}
.c-woocommerce-account table.shop_table thead {
  align-items: flex-start;
  align-self: stretch;
  border-radius: 6px 6px 0 0;
  background: hsl(254, 58%, 25%);
}
.c-woocommerce-account table.shop_table thead th {
  color: hsl(0, 0%, 100%);
  font-family: "Rethink Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  padding: 16px 32px;
}
.c-woocommerce-account table.shop_table tbody {
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 0 6px 6px;
}
.c-woocommerce-account table.shop_table tbody th,
.c-woocommerce-account table.shop_table tbody td {
  padding: 16px 32px !important;
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.c-woocommerce-account table.shop_table tbody .woocommerce-orders-table__cell-order-actions a {
  display: flex;
  padding: 2px 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 93px;
  border: 1.5px solid hsl(20, 100%, 50%);
  background: hsl(20, 100%, 50%);
  color: #FFF;
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 899px) {
  .c-woocommerce-account table.shop_table tbody .woocommerce-orders-table__cell-order-actions a {
    margin-left: auto;
  }
}
.c-woocommerce-account table.shop_table tbody .woocommerce-orders-table__cell-order-actions a:hover {
  border-color: hsl(15, 100%, 46%);
  background: hsl(15, 100%, 46%);
  color: hsl(0, 0%, 100%);
}
.c-woocommerce-account .woocommerce-Addresses {
  margin-top: 16px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px;
  padding: 40px;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-account .woocommerce-Addresses {
    padding: 20px;
  }
}
.c-woocommerce-account .woocommerce-Addresses header a {
  padding: 16px 0;
  color: hsl(20, 100%, 50%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.c-woocommerce-account .woocommerce-Addresses address {
  color: hsl(254, 58%, 25%);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.c-woocommerce-account .woocommerce-EditAccountForm {
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px;
  padding: 40px;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-account .woocommerce-EditAccountForm {
    padding: 20px;
  }
}
.c-woocommerce-account .woocommerce-EditAccountForm input {
  display: flex !important;
  height: 46px !important;
  padding: 16px 24px !important;
  align-items: center !important;
  gap: 8px !important;
  align-self: stretch !important;
  border-radius: 24px !important;
  border: 1.2px solid #F1F0F1 !important;
  background: #F5F5F5 !important;
  color: #A9A9A9 !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 160% !important;
}
.c-woocommerce-account .woocommerce-EditAccountForm button.woocommerce-Button {
  display: flex;
  padding: 2px 24px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 93px;
  border: 1.5px solid hsl(20, 100%, 50%);
  background: hsl(20, 100%, 50%);
  color: #FFF;
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  transition: all 0.3s ease;
}
.c-woocommerce-account .woocommerce-EditAccountForm button.woocommerce-Button:hover {
  border-color: hsl(15, 100%, 46%);
  background: hsl(15, 100%, 46%);
  color: hsl(0, 0%, 100%);
}
.c-woocommerce-account .woocommerce-info {
  border-radius: 8px;
  background: #EBE6F1;
  padding-left: 68px;
  border-top-color: #EBE6F1;
  color: hsl(254, 58%, 25%);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-account .woocommerce-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-woocommerce-account .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
  color: hsl(20, 100%, 50%);
  background-color: hsl(0, 0%, 100%);
  display: flex;
  width: 32px;
  height: 32px;
  border: 8px solid hsl(0, 0%, 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
}
.c-woocommerce-account .button.wc-forward, .c-woocommerce-account .form-submit input.wc-forward, .form-submit .c-woocommerce-account input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .c-woocommerce-account input.wc-forward, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .form-submit input.wc-forward, .c-woocommerce-cart-content .return-to-shop .form-submit .c-woocommerce-account input.wc-forward, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .return-to-shop input.wc-forward, .form-submit .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account input.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order button.wc-forward, .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .wc-forward.button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .form-submit input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button.wc-forward, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account button.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .wc-forward.button, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop input.wc-forward, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account .wc-forward.button, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account .form-submit input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit], .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-account button.wc-forward[type=submit] {
  display: flex;
  padding: 2px 2px 2px 24px;
  align-items: center;
  gap: 12px;
  border-radius: 93px;
  border: 1px solid hsl(254, 58%, 25%);
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s ease;
  margin-left: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 599px) {
  .c-woocommerce-account .button.wc-forward, .c-woocommerce-account .form-submit input.wc-forward, .form-submit .c-woocommerce-account input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .c-woocommerce-account input.wc-forward, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .form-submit input.wc-forward, .c-woocommerce-cart-content .return-to-shop .form-submit .c-woocommerce-account input.wc-forward, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .return-to-shop input.wc-forward, .form-submit .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account input.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order button.wc-forward, .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .wc-forward.button, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .form-submit input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button.wc-forward, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button.wc-forward, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account button.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .wc-forward.button, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop input.wc-forward, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account .wc-forward.button, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account .form-submit input.wc-forward, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button span.wc-forward, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop span.wc-forward, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account span.wc-forward, .c-woocommerce-account .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit], .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-account button.wc-forward[type=submit] {
    margin: 0;
  }
}
.c-woocommerce-account .button.wc-forward::after, .c-woocommerce-account .form-submit input.wc-forward::after, .form-submit .c-woocommerce-account input.wc-forward::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .c-woocommerce-account input.wc-forward::after, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward::after, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account input.wc-forward::after, .c-woocommerce-account .c-woocommerce-checkout__step-header-button span.wc-forward::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward::after, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order button.wc-forward::after, .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button::after, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .wc-forward.button::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .form-submit input.wc-forward::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward::after, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account span.wc-forward::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order button.wc-forward::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward::after, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout button.wc-forward::after, .c-woocommerce-checkout__payment .place-order .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account button.wc-forward::after, .c-woocommerce-account .c-woocommerce-cart-content .return-to-shop .wc-forward.button::after, .c-woocommerce-cart-content .return-to-shop .c-woocommerce-account .wc-forward.button::after, .c-woocommerce-account .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit]::after, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-account button.wc-forward[type=submit]::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: hsl(20, 100%, 50%) url("../../assets/images/arrow-down-light-full.svg") center center no-repeat;
  background-size: 32px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.c-woocommerce-account .button.wc-forward:hover, .c-woocommerce-account .form-submit input.wc-forward:hover, .form-submit .c-woocommerce-account input.wc-forward:hover, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .c-woocommerce-account input.wc-forward:hover, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward:hover, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account input.wc-forward:hover, .c-woocommerce-account .c-woocommerce-checkout__step-header-button span.wc-forward:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward:hover, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order button.wc-forward:hover, .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward:hover, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button:hover, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .wc-forward.button:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .form-submit input.wc-forward:hover, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward:hover, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward:hover, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward:hover, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account span.wc-forward:hover, .c-woocommerce-account .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit]:hover, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-account button.wc-forward[type=submit]:hover {
  background-color: hsl(20, 100%, 50%);
  border-color: hsl(20, 100%, 50%);
  color: hsl(0, 0%, 100%);
}
.c-woocommerce-account .button.wc-forward:hover::after, .c-woocommerce-account .form-submit input.wc-forward:hover::after, .form-submit .c-woocommerce-account input.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit input.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .form-submit .c-woocommerce-account input.wc-forward:hover::after, .c-woocommerce-account .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward:hover::after, .form-submit .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account input.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-checkout__step-header-button span.wc-forward:hover::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-checkout__payment .place-order button.wc-forward:hover::after, .c-woocommerce-checkout__payment .place-order .c-woocommerce-account button.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .wc-forward.button:hover::after, .form-submit .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout input.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .wc-forward.button:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account .form-submit input.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button span.wc-forward:hover::after, .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-checkout__step-header-button .c-woocommerce-account span.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout span.wc-forward:hover::after, .c-woocommerce-checkout__step-header-button .c-woocommerce-cart-content .woocommerce > .cart-collaterals .wc-proceed-to-checkout .c-woocommerce-account span.wc-forward:hover::after, .c-woocommerce-account .c-woocommerce-cart-voucher > div .coupon button.wc-forward[type=submit]:hover::after, .c-woocommerce-cart-voucher > div .coupon .c-woocommerce-account button.wc-forward[type=submit]:hover::after {
  transform: rotate(45deg);
}

.woocommerce-reviews__list .owl-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  gap: 32px;
  font-family: "Open Sans";
  min-width: 538px;
}

.woocommerce-reviews__list .disabled {
  display: none !important;
}

.review-item__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.review-item__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: hsl(0, 0%, 100%);
}

.review-item__author {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
}

.review-item__date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #A9A9A9;
}

.review-item__body {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #565759;
}

.review-item {
  border-radius: 4px;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 10px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 24px;
}

.review-item__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.close-revies__popup {
  position: absolute;
  top: 24px;
  right: 24px;
}
.close-revies__popup svg path {
  fill: #565759;
}

.woocommerce-reviews-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 125%;
  font-family: "Rethink Sans";
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (max-width: 899px) {
  .woocommerce-reviews-title {
    font-size: 25px;
    line-height: 1.4em;
  }
}

.woocommerce-reviews {
  background: var(--BG-Purple-Light, #F9F8FB);
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .woocommerce-reviews {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .woocommerce-reviews {
    padding: 48px 0;
  }
}

.woocommerce-reviews__list {
  display: flex;
}
.woocommerce-reviews__list .owl-stage {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.woocommerce-reviews__list .owl-carousel .owl-stage-outer {
  overflow-x: clip;
}

.woocommerce-reviews-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#commentform span.required {
  display: none;
}

.comment-form-rating {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-bottom: 24px;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .comment-form-rating {
    flex-direction: column;
    gap: 12px;
  }
}

#comment-form-rating-label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  font-family: "Rethink Sans";
  margin-bottom: 0px;
}

#comment-form-comment label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  font-family: "Rethink Sans";
  margin-bottom: 0px;
}

.comment-form-rating__stars .stars {
  display: none;
}

.comment-form-comment {
  padding-top: 24px;
  border-top: 1px solid rgba(45, 27, 102, 0.08);
}
.comment-form-comment label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.18px;
  font-family: "Rethink Sans";
  margin-bottom: 0px;
}
.comment-form-comment textarea {
  height: 100px;
  border: none;
  border-radius: 4px;
  margin-top: 8px;
  border-radius: 23px;
  background: #F6F6F7;
}

@media only screen and (max-width: 899px) {
  .review-item__head {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.review-item__content {
  gap: 8px;
  margin-bottom: 16px;
}

.form-submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  max-width: fit-content;
  margin-top: 32px;
  font-style: normal;
}

@media only screen and (max-width: 899px) {
  .login-button {
    width: 100%;
  }
}

.login-button a {
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  line-height: normal;
  height: 32px;
}
@media only screen and (max-width: 899px) {
  .login-button a {
    max-width: 100%;
  }
}
.login-button a svg {
  display: none;
}
.login-button a::after {
  display: none;
}
.login-button a:hover {
  padding-left: 24px;
}

#review_form_wrapper {
  max-width: 720px;
  width: 100%;
  padding: 48px 40px 48px 48px;
  border-radius: 4px;
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 899px) {
  #review_form_wrapper {
    width: calc(100% - 48px);
    padding: 48px 24px;
  }
}
#review_form_wrapper .comment-reply-title {
  margin-bottom: 40px;
  display: block;
}
#review_form_wrapper.is-active {
  pointer-events: all;
  opacity: 1;
}

.comment-form-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(45, 27, 102, 0.4);
  top: 0;
  left: 0;
  z-index: 98;
  pointer-events: none;
  opacity: 0;
}
.comment-form-bg.is-active {
  pointer-events: all;
  opacity: 0.4;
}

.woocommerce-verification-required {
  background-color: #EBE6F1;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 16px 20px;
  max-width: 538px;
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .woocommerce-verification-required {
    flex-wrap: wrap;
    margin-top: 16px;
  }
}

.warning-message {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  color: hsl(254, 58%, 25%);
  font-size: 14px;
}
@media only screen and (max-width: 899px) {
  .warning-message {
    width: calc(80% - 10px);
    padding-right: 0;
  }
}
.warning-message span:first-child {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 8px;
}

.warning-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 80px;
  border: 4px solid hsl(0, 0%, 100%);
  aspect-ratio: 1/1;
}

.login-button a {
  padding: 14px 24px;
  color: hsl(254, 58%, 25%);
  font-family: "Rethink Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.woocommerce-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  border-radius: 4px;
  padding: 16px 20px;
  background-color: hsla(358, 93%, 50%, 0.2);
  max-width: 100%;
  font-weight: 700;
  font-size: 16px;
  color: hsl(358, 93%, 50%);
}
@media only screen and (max-width: 899px) {
  .woocommerce-info {
    width: 100%;
    margin-top: 16px;
  }
}

.stars {
  margin-left: auto;
}
@media only screen and (max-width: 899px) {
  .stars {
    margin-left: unset;
  }
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5 {
  cursor: pointer;
}
.star-1 svg,
.star-1 svg path,
.star-2 svg,
.star-2 svg path,
.star-3 svg,
.star-3 svg path,
.star-4 svg,
.star-4 svg path,
.star-5 svg,
.star-5 svg path {
  transition: all 250ms ease-in-out;
  fill: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .star-1 svg,
  .star-2 svg,
  .star-3 svg,
  .star-4 svg,
  .star-5 svg {
    height: 32px;
    width: 32px;
  }
}

.stars:has(.star-5:hover, .star-5.active) .star-1 svg path,
.stars:has(.star-5:hover, .star-5.active) .star-2 svg path,
.stars:has(.star-5:hover, .star-5.active) .star-3 svg path,
.stars:has(.star-5:hover, .star-5.active) .star-4 svg path,
.stars:has(.star-5:hover, .star-5.active) .star-5 svg path {
  fill: hsl(37.5, 48.98%, 61.57%);
}

.stars:has(.star-4:hover, .star-4.active) .star-1 svg path,
.stars:has(.star-4:hover, .star-4.active) .star-2 svg path,
.stars:has(.star-4:hover, .star-4.active) .star-3 svg path,
.stars:has(.star-4:hover, .star-4.active) .star-4 svg path {
  fill: hsl(37.5, 48.98%, 61.57%);
}

.stars:has(.star-3:hover, .star-3.active) .star-1 svg path,
.stars:has(.star-3:hover, .star-3.active) .star-2 svg path,
.stars:has(.star-3:hover, .star-3.active) .star-3 svg path {
  fill: hsl(37.5, 48.98%, 61.57%);
}

.stars:has(.star-2:hover, .star-2.active) .star-1 svg path,
.stars:has(.star-2:hover, .star-2.active) .star-2 svg path {
  fill: hsl(37.5, 48.98%, 61.57%);
}

.stars:has(.star-1:hover, .star-1.active) .star-1 svg path {
  fill: hsl(37.5, 48.98%, 61.57%);
}

.woocommerce-reviews__list.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.woocommerce-reviews__list .owl-dots {
  display: none;
}

.woocommerce-reviews .woocommerce-info {
  display: none;
}

.products-latest {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .products-latest {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 599px) {
  .products-latest {
    padding: 48px 0;
  }
}
.products-latest .products-latest__header {
  display: flex;
  flex-direction: row;
  padding-bottom: 48px;
  justify-content: space-between;
  gap: 120px;
}
@media only screen and (max-width: 1199px) {
  .products-latest .products-latest__header {
    gap: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .products-latest .products-latest__header {
    gap: 16px;
    padding-bottom: 40px;
  }
}
.products-latest .product-list__products .product-item {
  flex: 0 0 calc((100% - 36px) / 5);
}
@media only screen and (max-width: 899px) {
  .products-latest .product-list__products .product-item {
    flex: 0 0 calc((100% - 36px) / 2);
  }
}
.products-latest .product-item__title, .products-latest .product-item__sku {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .products-latest .products-latest_link {
    display: none;
  }
}
.products-latest .products-latest__title {
  min-width: 471px;
}
@media only screen and (max-width: 1199px) {
  .products-latest .products-latest__title {
    min-width: 371px;
  }
}
@media only screen and (max-width: 899px) {
  .products-latest .products-latest__title {
    min-width: 271px;
  }
}
.products-latest .products-latest__nav.slider-navigation .slider-progress {
  opacity: 0;
}
.products-latest .product-list__products {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
}
.products-latest .product-item {
  border: none;
  box-shadow: none;
  padding: 0;
}
.products-latest .product-item__title,
.products-latest .product-item__sku {
  text-align: middle;
}
.products-latest .product-item__price {
  justify-content: center;
}
.products-latest .product-item__tags {
  display: none;
}
.products-latest .product-item__cta {
  display: none;
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsl(254, 58%, 25%)-100 color utility.
 */
.color-purple-100 {
  color: hsl(254, 58%, 25%);
}

/**
 * `background-color` hsl(254, 58%, 25%)-100 color utility.
 */
.background-color-purple-100 {
  background-color: hsl(254, 58%, 25%);
}

/**
 * `color` hsla(254, 58%, 25%, 0.9)-90 color utility.
 */
.color-purple-90 {
  color: hsla(254, 58%, 25%, 0.9);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.9)-90 color utility.
 */
.background-color-purple-90 {
  background-color: hsla(254, 58%, 25%, 0.9);
}

/**
 * `color` hsla(254, 58%, 25%, 0.8)-80 color utility.
 */
.color-purple-80 {
  color: hsla(254, 58%, 25%, 0.8);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.8)-80 color utility.
 */
.background-color-purple-80 {
  background-color: hsla(254, 58%, 25%, 0.8);
}

/**
 * `color` hsla(254, 58%, 25%, 0.7)-70 color utility.
 */
.color-purple-70 {
  color: hsla(254, 58%, 25%, 0.7);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.7)-70 color utility.
 */
.background-color-purple-70 {
  background-color: hsla(254, 58%, 25%, 0.7);
}

/**
 * `color` hsla(254, 58%, 25%, 0.6)-60 color utility.
 */
.color-purple-60 {
  color: hsla(254, 58%, 25%, 0.6);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.6)-60 color utility.
 */
.background-color-purple-60 {
  background-color: hsla(254, 58%, 25%, 0.6);
}

/**
 * `color` hsla(254, 58%, 25%, 0.5)-50 color utility.
 */
.color-purple-50 {
  color: hsla(254, 58%, 25%, 0.5);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.5)-50 color utility.
 */
.background-color-purple-50 {
  background-color: hsla(254, 58%, 25%, 0.5);
}

/**
 * `color` hsla(254, 58%, 25%, 0.4)-40 color utility.
 */
.color-purple-40 {
  color: hsla(254, 58%, 25%, 0.4);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.4)-40 color utility.
 */
.background-color-purple-40 {
  background-color: hsla(254, 58%, 25%, 0.4);
}

/**
 * `color` hsla(254, 58%, 25%, 0.3)-30 color utility.
 */
.color-purple-30 {
  color: hsla(254, 58%, 25%, 0.3);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.3)-30 color utility.
 */
.background-color-purple-30 {
  background-color: hsla(254, 58%, 25%, 0.3);
}

/**
 * `color` hsla(254, 58%, 25%, 0.2)-20 color utility.
 */
.color-purple-20 {
  color: hsla(254, 58%, 25%, 0.2);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.2)-20 color utility.
 */
.background-color-purple-20 {
  background-color: hsla(254, 58%, 25%, 0.2);
}

/**
 * `color` hsla(254, 58%, 25%, 0.1)-10 color utility.
 */
.color-purple-10 {
  color: hsla(254, 58%, 25%, 0.1);
}

/**
 * `background-color` hsla(254, 58%, 25%, 0.1)-10 color utility.
 */
.background-color-purple-10 {
  background-color: hsla(254, 58%, 25%, 0.1);
}

/**
 * `color` hsl(267, 28%, 92%)-100 color utility.
 */
.color-purple-light-100 {
  color: hsl(267, 28%, 92%);
}

/**
 * `background-color` hsl(267, 28%, 92%)-100 color utility.
 */
.background-color-purple-light-100 {
  background-color: hsl(267, 28%, 92%);
}

/**
 * `color` hsla(267, 28%, 92%, 0.9)-90 color utility.
 */
.color-purple-light-90 {
  color: hsla(267, 28%, 92%, 0.9);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.9)-90 color utility.
 */
.background-color-purple-light-90 {
  background-color: hsla(267, 28%, 92%, 0.9);
}

/**
 * `color` hsla(267, 28%, 92%, 0.8)-80 color utility.
 */
.color-purple-light-80 {
  color: hsla(267, 28%, 92%, 0.8);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.8)-80 color utility.
 */
.background-color-purple-light-80 {
  background-color: hsla(267, 28%, 92%, 0.8);
}

/**
 * `color` hsla(267, 28%, 92%, 0.7)-70 color utility.
 */
.color-purple-light-70 {
  color: hsla(267, 28%, 92%, 0.7);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.7)-70 color utility.
 */
.background-color-purple-light-70 {
  background-color: hsla(267, 28%, 92%, 0.7);
}

/**
 * `color` hsla(267, 28%, 92%, 0.6)-60 color utility.
 */
.color-purple-light-60 {
  color: hsla(267, 28%, 92%, 0.6);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.6)-60 color utility.
 */
.background-color-purple-light-60 {
  background-color: hsla(267, 28%, 92%, 0.6);
}

/**
 * `color` hsla(267, 28%, 92%, 0.5)-50 color utility.
 */
.color-purple-light-50 {
  color: hsla(267, 28%, 92%, 0.5);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.5)-50 color utility.
 */
.background-color-purple-light-50 {
  background-color: hsla(267, 28%, 92%, 0.5);
}

/**
 * `color` hsla(267, 28%, 92%, 0.4)-40 color utility.
 */
.color-purple-light-40 {
  color: hsla(267, 28%, 92%, 0.4);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.4)-40 color utility.
 */
.background-color-purple-light-40 {
  background-color: hsla(267, 28%, 92%, 0.4);
}

/**
 * `color` hsla(267, 28%, 92%, 0.3)-30 color utility.
 */
.color-purple-light-30 {
  color: hsla(267, 28%, 92%, 0.3);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.3)-30 color utility.
 */
.background-color-purple-light-30 {
  background-color: hsla(267, 28%, 92%, 0.3);
}

/**
 * `color` hsla(267, 28%, 92%, 0.2)-20 color utility.
 */
.color-purple-light-20 {
  color: hsla(267, 28%, 92%, 0.2);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.2)-20 color utility.
 */
.background-color-purple-light-20 {
  background-color: hsla(267, 28%, 92%, 0.2);
}

/**
 * `color` hsla(267, 28%, 92%, 0.1)-10 color utility.
 */
.color-purple-light-10 {
  color: hsla(267, 28%, 92%, 0.1);
}

/**
 * `background-color` hsla(267, 28%, 92%, 0.1)-10 color utility.
 */
.background-color-purple-light-10 {
  background-color: hsla(267, 28%, 92%, 0.1);
}

/**
 * `color` hsl(51, 100%, 92%)-100 color utility.
 */
.color-beige-100 {
  color: hsl(51, 100%, 92%);
}

/**
 * `background-color` hsl(51, 100%, 92%)-100 color utility.
 */
.background-color-beige-100 {
  background-color: hsl(51, 100%, 92%);
}

/**
 * `color` hsla(51, 100%, 92%, 0.9)-90 color utility.
 */
.color-beige-90 {
  color: hsla(51, 100%, 92%, 0.9);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.9)-90 color utility.
 */
.background-color-beige-90 {
  background-color: hsla(51, 100%, 92%, 0.9);
}

/**
 * `color` hsla(51, 100%, 92%, 0.8)-80 color utility.
 */
.color-beige-80 {
  color: hsla(51, 100%, 92%, 0.8);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.8)-80 color utility.
 */
.background-color-beige-80 {
  background-color: hsla(51, 100%, 92%, 0.8);
}

/**
 * `color` hsla(51, 100%, 92%, 0.7)-70 color utility.
 */
.color-beige-70 {
  color: hsla(51, 100%, 92%, 0.7);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.7)-70 color utility.
 */
.background-color-beige-70 {
  background-color: hsla(51, 100%, 92%, 0.7);
}

/**
 * `color` hsla(51, 100%, 92%, 0.6)-60 color utility.
 */
.color-beige-60 {
  color: hsla(51, 100%, 92%, 0.6);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.6)-60 color utility.
 */
.background-color-beige-60 {
  background-color: hsla(51, 100%, 92%, 0.6);
}

/**
 * `color` hsla(51, 100%, 92%, 0.5)-50 color utility.
 */
.color-beige-50 {
  color: hsla(51, 100%, 92%, 0.5);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.5)-50 color utility.
 */
.background-color-beige-50 {
  background-color: hsla(51, 100%, 92%, 0.5);
}

/**
 * `color` hsla(51, 100%, 92%, 0.4)-40 color utility.
 */
.color-beige-40 {
  color: hsla(51, 100%, 92%, 0.4);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.4)-40 color utility.
 */
.background-color-beige-40 {
  background-color: hsla(51, 100%, 92%, 0.4);
}

/**
 * `color` hsla(51, 100%, 92%, 0.3)-30 color utility.
 */
.color-beige-30 {
  color: hsla(51, 100%, 92%, 0.3);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.3)-30 color utility.
 */
.background-color-beige-30 {
  background-color: hsla(51, 100%, 92%, 0.3);
}

/**
 * `color` hsla(51, 100%, 92%, 0.2)-20 color utility.
 */
.color-beige-20 {
  color: hsla(51, 100%, 92%, 0.2);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.2)-20 color utility.
 */
.background-color-beige-20 {
  background-color: hsla(51, 100%, 92%, 0.2);
}

/**
 * `color` hsla(51, 100%, 92%, 0.1)-10 color utility.
 */
.color-beige-10 {
  color: hsla(51, 100%, 92%, 0.1);
}

/**
 * `background-color` hsla(51, 100%, 92%, 0.1)-10 color utility.
 */
.background-color-beige-10 {
  background-color: hsla(51, 100%, 92%, 0.1);
}

/**
 * `color` hsl(20, 100%, 50%)-100 color utility.
 */
.color-orange-100 {
  color: hsl(20, 100%, 50%);
}

/**
 * `background-color` hsl(20, 100%, 50%)-100 color utility.
 */
.background-color-orange-100 {
  background-color: hsl(20, 100%, 50%);
}

/**
 * `color` hsla(20, 100%, 50%, 0.9)-90 color utility.
 */
.color-orange-90 {
  color: hsla(20, 100%, 50%, 0.9);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.9)-90 color utility.
 */
.background-color-orange-90 {
  background-color: hsla(20, 100%, 50%, 0.9);
}

/**
 * `color` hsla(20, 100%, 50%, 0.8)-80 color utility.
 */
.color-orange-80 {
  color: hsla(20, 100%, 50%, 0.8);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.8)-80 color utility.
 */
.background-color-orange-80 {
  background-color: hsla(20, 100%, 50%, 0.8);
}

/**
 * `color` hsla(20, 100%, 50%, 0.7)-70 color utility.
 */
.color-orange-70 {
  color: hsla(20, 100%, 50%, 0.7);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.7)-70 color utility.
 */
.background-color-orange-70 {
  background-color: hsla(20, 100%, 50%, 0.7);
}

/**
 * `color` hsla(20, 100%, 50%, 0.6)-60 color utility.
 */
.color-orange-60 {
  color: hsla(20, 100%, 50%, 0.6);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.6)-60 color utility.
 */
.background-color-orange-60 {
  background-color: hsla(20, 100%, 50%, 0.6);
}

/**
 * `color` hsla(20, 100%, 50%, 0.5)-50 color utility.
 */
.color-orange-50 {
  color: hsla(20, 100%, 50%, 0.5);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.5)-50 color utility.
 */
.background-color-orange-50 {
  background-color: hsla(20, 100%, 50%, 0.5);
}

/**
 * `color` hsla(20, 100%, 50%, 0.4)-40 color utility.
 */
.color-orange-40 {
  color: hsla(20, 100%, 50%, 0.4);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.4)-40 color utility.
 */
.background-color-orange-40 {
  background-color: hsla(20, 100%, 50%, 0.4);
}

/**
 * `color` hsla(20, 100%, 50%, 0.3)-30 color utility.
 */
.color-orange-30 {
  color: hsla(20, 100%, 50%, 0.3);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.3)-30 color utility.
 */
.background-color-orange-30 {
  background-color: hsla(20, 100%, 50%, 0.3);
}

/**
 * `color` hsla(20, 100%, 50%, 0.2)-20 color utility.
 */
.color-orange-20 {
  color: hsla(20, 100%, 50%, 0.2);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.2)-20 color utility.
 */
.background-color-orange-20 {
  background-color: hsla(20, 100%, 50%, 0.2);
}

/**
 * `color` hsla(20, 100%, 50%, 0.1)-10 color utility.
 */
.color-orange-10 {
  color: hsla(20, 100%, 50%, 0.1);
}

/**
 * `background-color` hsla(20, 100%, 50%, 0.1)-10 color utility.
 */
.background-color-orange-10 {
  background-color: hsla(20, 100%, 50%, 0.1);
}

/**
 * `color` hsl(15, 100%, 46%)-hover color utility.
 */
.color-orange-hover {
  color: hsl(15, 100%, 46%);
}

/**
 * `background-color` hsl(15, 100%, 46%)-hover color utility.
 */
.background-color-orange-hover {
  background-color: hsl(15, 100%, 46%);
}

/**
 * `color` hsl(220, 2%, 34%)-100 color utility.
 */
.color-grey-100 {
  color: hsl(220, 2%, 34%);
}

/**
 * `background-color` hsl(220, 2%, 34%)-100 color utility.
 */
.background-color-grey-100 {
  background-color: hsl(220, 2%, 34%);
}

/**
 * `color` hsla(220, 2%, 34%, 0.9)-90 color utility.
 */
.color-grey-90 {
  color: hsla(220, 2%, 34%, 0.9);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.9)-90 color utility.
 */
.background-color-grey-90 {
  background-color: hsla(220, 2%, 34%, 0.9);
}

/**
 * `color` hsla(220, 2%, 34%, 0.8)-80 color utility.
 */
.color-grey-80 {
  color: hsla(220, 2%, 34%, 0.8);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.8)-80 color utility.
 */
.background-color-grey-80 {
  background-color: hsla(220, 2%, 34%, 0.8);
}

/**
 * `color` hsla(220, 2%, 34%, 0.7)-70 color utility.
 */
.color-grey-70 {
  color: hsla(220, 2%, 34%, 0.7);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.7)-70 color utility.
 */
.background-color-grey-70 {
  background-color: hsla(220, 2%, 34%, 0.7);
}

/**
 * `color` hsla(220, 2%, 34%, 0.6)-60 color utility.
 */
.color-grey-60 {
  color: hsla(220, 2%, 34%, 0.6);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.6)-60 color utility.
 */
.background-color-grey-60 {
  background-color: hsla(220, 2%, 34%, 0.6);
}

/**
 * `color` hsla(220, 2%, 34%, 0.5)-50 color utility.
 */
.color-grey-50 {
  color: hsla(220, 2%, 34%, 0.5);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.5)-50 color utility.
 */
.background-color-grey-50 {
  background-color: hsla(220, 2%, 34%, 0.5);
}

/**
 * `color` hsla(220, 2%, 34%, 0.4)-40 color utility.
 */
.color-grey-40 {
  color: hsla(220, 2%, 34%, 0.4);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.4)-40 color utility.
 */
.background-color-grey-40 {
  background-color: hsla(220, 2%, 34%, 0.4);
}

/**
 * `color` hsla(220, 2%, 34%, 0.3)-30 color utility.
 */
.color-grey-30 {
  color: hsla(220, 2%, 34%, 0.3);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.3)-30 color utility.
 */
.background-color-grey-30 {
  background-color: hsla(220, 2%, 34%, 0.3);
}

/**
 * `color` hsla(220, 2%, 34%, 0.2)-20 color utility.
 */
.color-grey-20 {
  color: hsla(220, 2%, 34%, 0.2);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.2)-20 color utility.
 */
.background-color-grey-20 {
  background-color: hsla(220, 2%, 34%, 0.2);
}

/**
 * `color` hsla(220, 2%, 34%, 0.1)-10 color utility.
 */
.color-grey-10 {
  color: hsla(220, 2%, 34%, 0.1);
}

/**
 * `background-color` hsla(220, 2%, 34%, 0.1)-10 color utility.
 */
.background-color-grey-10 {
  background-color: hsla(220, 2%, 34%, 0.1);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsl(358, 93%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(358, 93%, 50%);
}

/**
 * `background-color` hsl(358, 93%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(358, 93%, 50%);
}

/**
 * `color` hsla(358, 93%, 50%, 0.9)-90 color utility.
 */
.color-red-90 {
  color: hsla(358, 93%, 50%, 0.9);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.9)-90 color utility.
 */
.background-color-red-90 {
  background-color: hsla(358, 93%, 50%, 0.9);
}

/**
 * `color` hsla(358, 93%, 50%, 0.8)-80 color utility.
 */
.color-red-80 {
  color: hsla(358, 93%, 50%, 0.8);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.8)-80 color utility.
 */
.background-color-red-80 {
  background-color: hsla(358, 93%, 50%, 0.8);
}

/**
 * `color` hsla(358, 93%, 50%, 0.7)-70 color utility.
 */
.color-red-70 {
  color: hsla(358, 93%, 50%, 0.7);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.7)-70 color utility.
 */
.background-color-red-70 {
  background-color: hsla(358, 93%, 50%, 0.7);
}

/**
 * `color` hsla(358, 93%, 50%, 0.6)-60 color utility.
 */
.color-red-60 {
  color: hsla(358, 93%, 50%, 0.6);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.6)-60 color utility.
 */
.background-color-red-60 {
  background-color: hsla(358, 93%, 50%, 0.6);
}

/**
 * `color` hsla(358, 93%, 50%, 0.5)-50 color utility.
 */
.color-red-50 {
  color: hsla(358, 93%, 50%, 0.5);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.5)-50 color utility.
 */
.background-color-red-50 {
  background-color: hsla(358, 93%, 50%, 0.5);
}

/**
 * `color` hsla(358, 93%, 50%, 0.4)-40 color utility.
 */
.color-red-40 {
  color: hsla(358, 93%, 50%, 0.4);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.4)-40 color utility.
 */
.background-color-red-40 {
  background-color: hsla(358, 93%, 50%, 0.4);
}

/**
 * `color` hsla(358, 93%, 50%, 0.3)-30 color utility.
 */
.color-red-30 {
  color: hsla(358, 93%, 50%, 0.3);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.3)-30 color utility.
 */
.background-color-red-30 {
  background-color: hsla(358, 93%, 50%, 0.3);
}

/**
 * `color` hsla(358, 93%, 50%, 0.2)-20 color utility.
 */
.color-red-20 {
  color: hsla(358, 93%, 50%, 0.2);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.2)-20 color utility.
 */
.background-color-red-20 {
  background-color: hsla(358, 93%, 50%, 0.2);
}

/**
 * `color` hsla(358, 93%, 50%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(358, 93%, 50%, 0.1);
}

/**
 * `background-color` hsla(358, 93%, 50%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(358, 93%, 50%, 0.1);
}

/**
 * `color` hsl(37.5, 48.98%, 61.57%)-100 color utility.
 */
.color-gold-100 {
  color: hsl(37.5, 48.98%, 61.57%);
}

/**
 * `background-color` hsl(37.5, 48.98%, 61.57%)-100 color utility.
 */
.background-color-gold-100 {
  background-color: hsl(37.5, 48.98%, 61.57%);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.9)-90 color utility.
 */
.color-gold-90 {
  color: hsla(37.5, 48.98%, 61.57%, 0.9);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.9)-90 color utility.
 */
.background-color-gold-90 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.9);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.8)-80 color utility.
 */
.color-gold-80 {
  color: hsla(37.5, 48.98%, 61.57%, 0.8);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.8)-80 color utility.
 */
.background-color-gold-80 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.8);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.7)-70 color utility.
 */
.color-gold-70 {
  color: hsla(37.5, 48.98%, 61.57%, 0.7);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.7)-70 color utility.
 */
.background-color-gold-70 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.7);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.6)-60 color utility.
 */
.color-gold-60 {
  color: hsla(37.5, 48.98%, 61.57%, 0.6);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.6)-60 color utility.
 */
.background-color-gold-60 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.6);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.5)-50 color utility.
 */
.color-gold-50 {
  color: hsla(37.5, 48.98%, 61.57%, 0.5);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.5)-50 color utility.
 */
.background-color-gold-50 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.5);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.4)-40 color utility.
 */
.color-gold-40 {
  color: hsla(37.5, 48.98%, 61.57%, 0.4);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.4)-40 color utility.
 */
.background-color-gold-40 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.4);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.3)-30 color utility.
 */
.color-gold-30 {
  color: hsla(37.5, 48.98%, 61.57%, 0.3);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.3)-30 color utility.
 */
.background-color-gold-30 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.3);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.2)-20 color utility.
 */
.color-gold-20 {
  color: hsla(37.5, 48.98%, 61.57%, 0.2);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.2)-20 color utility.
 */
.background-color-gold-20 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.2);
}

/**
 * `color` hsla(37.5, 48.98%, 61.57%, 0.1)-10 color utility.
 */
.color-gold-10 {
  color: hsla(37.5, 48.98%, 61.57%, 0.1);
}

/**
 * `background-color` hsla(37.5, 48.98%, 61.57%, 0.1)-10 color utility.
 */
.background-color-gold-10 {
  background-color: hsla(37.5, 48.98%, 61.57%, 0.1);
}