@charset "UTF-8";
/* colors */
/*! 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.
 */
@import url(../node_modules/aos/dist/aos.css);
* {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

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

/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #d67c73;
    --wc-orange: #ffba00;
    --wc-blue: #0330c5;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
    font-family: "star";
    src: url("../fonts/star.eot");
    src:
        url("../fonts/star.eot?#iefix") format("embedded-opentype"),
        url("../fonts/star.woff") format("woff"),
        url("../fonts/star.ttf") format("truetype"),
        url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "WooCommerce";
    src: url("../fonts/WooCommerce.eot");
    src:
        url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"),
        url("../fonts/WooCommerce.woff") format("woff"),
        url("../fonts/WooCommerce.ttf") format("truetype"),
        url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* colors */
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: white;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
    color: white;
    text-decoration: underline;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.admin-bar p.demo_store {
    top: 32px;
}

/**
 * Utility classes
 */
.clear {
    clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
    /**
     * Product Page
     */
    /**
     * Product loops
     */
    /**
     * Buttons
     */
    /**
     * Reviews
     */
    /**
     * Star ratings
     */
    /**
     * Tables
     */
    /**
     * Cart sidebar
     */
    /**
     * Forms
     */
    /**
     * Order page
     */
    /**
     * Layered nav widget
     */
    /**
     * Price filter widget
     */
    /**
     * Rating Filter Widget
     */
}
.woocommerce .blockUI.blockOverlay {
    position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../images/icons/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url("../images/icons/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: red;
}
.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: 0.857em;
    margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before,
.woocommerce .woocommerce-breadcrumb::after {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
    clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #767676;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
    background: inherit;
    display: inline-block;
    text-decoration: none;
    margin-right: 0.5rem;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
    opacity: 0.5;
    display: inline-block;
    margin-right: 0.5rem;
}
.woocommerce div.product p.stock {
    font-size: 0.92em;
}
.woocommerce div.product .stock {
    color: #000;
}
.woocommerce div.product .out-of-stock {
    color: red;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
    margin-bottom: 2em;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    margin: 0;
    padding: 0;
}
.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__wrapper
    .zoomImg {
    background-color: #fff;
    opacity: 0;
}
.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2;
}
.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 25%;
    display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce
    div.product
    div.images
    .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}
.woocommerce
    div.product
    .woocommerce-product-gallery--columns-3
    .flex-control-thumbs
    li:nth-child(3n + 1) {
    clear: left;
}
.woocommerce
    div.product
    .woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li:nth-child(4n + 1) {
    clear: left;
}
.woocommerce
    div.product
    .woocommerce-product-gallery--columns-5
    .flex-control-thumbs
    li:nth-child(5n + 1) {
    clear: left;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
}
.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}
.woocommerce div.product div.social span {
    margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
    margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}
.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    border-top: solid 1px;
    border-bottom: solid 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    max-width: 40%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 2rem 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 3rem 0 0 0;
}
.woocommerce div.product p.cart {
    margin-bottom: 2em;
    *zoom: 1;
}
.woocommerce div.product p.cart::before,
.woocommerce div.product p.cart::after {
    content: " ";
    display: table;
}
.woocommerce div.product p.cart::after {
    clear: both;
}
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    *zoom: 1;
}
.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
    content: " ";
    display: table;
}
.woocommerce div.product form.cart::after {
    clear: both;
}
.woocommerce div.product form.cart div.quantity {
    display: none !important;
    float: left;
    margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
    padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}
.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.woocommerce
    div.product
    form.cart
    .group_table
    td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: 0.5em;
    border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center;
}
.woocommerce
    div.product
    form.cart
    .group_table
    .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -0.5em;
    left: -0.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #000;
    color: white;
    font-size: 0.857em;
    z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 0em 0;
    margin: 0;
    font-size: 1.3rem;
    font-weight: normal;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 2.5rem;
    box-shadow: none;
}
.woocommerce ul.products li.product strong {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
    margin-right: 0.5rem;
}
.woocommerce ul.products li.product .price ins {
    background: none;
    font-weight: normal;
    display: inline-block;
}
.woocommerce ul.products li.product .price .discount-label {
    display: none;
}
.woocommerce ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    padding: 0.5em;
    min-width: 1em;
    display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #ebe9eb;
    color: #8a7e88;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 1rem 1.5rem;
    border-radius: 0px;
    left: auto;
    color: #181716;
    background-color: #d67c73;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
    opacity: 0.25;
    padding-right: 2.618em;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
    font-family: "WooCommerce";
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
    font-family: "WooCommerce";
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: #d67c73;
    color: #181716;
    -webkit-font-smoothing: antialiased;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
    background-color: #d06a5f;
}
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
    background-color: #ccc;
}
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    background-color: #ccc;
    color: #fff;
}
.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
    background-color: #ccc;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
}
.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
}
.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 1.5rem;
    margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676;
}
.woocommerce #reviews h3 {
    margin: 0;
}
.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}
.woocommerce #reviews #comment {
    height: 75px;
}
.woocommerce #reviews #comments .add_review {
    *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before,
.woocommerce #reviews #comments .add_review::after {
    content: " ";
    display: table;
}
.woocommerce #reviews #comments .add_review::after {
    clear: both;
}
.woocommerce #reviews #comments h2 {
    clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: none;
    list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before,
.woocommerce #reviews #comments ol.commentlist::after {
    content: " ";
    display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
    clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before,
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    content: " ";
    display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
    content: "";
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: "star";
}
.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block;
}
.woocommerce .woocommerce-product-rating::before,
.woocommerce .woocommerce-product-rating::after {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-product-rating::after {
    clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0.5em 4px 0 0;
    float: left;
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none;
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}
.woocommerce #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}
.woocommerce #review_form #respond::before,
.woocommerce #review_form #respond::after {
    content: " ";
    display: table;
}
.woocommerce #review_form #respond::after {
    clear: both;
}
.woocommerce #review_form #respond p {
    margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "WooCommerce";
    content: "\e021";
    text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
    content: "\e021";
}
.woocommerce p.stars:hover a::before {
    content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
    content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020";
}
.woocommerce table.shop_attributes {
    border: 0;
    margin-bottom: 1.618em;
    width: 100%;
}
.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce table.shop_table td small {
    font-weight: normal;
}
.woocommerce table.shop_table td del {
    font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
    font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left;
}
.woocommerce
    table.woocommerce-MyAccount-downloads
    td
    .woocommerce-MyAccount-downloads-file::before,
.woocommerce
    table.woocommerce-MyAccount-downloads
    th
    .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
    list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
    margin: 0;
}
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
    margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em;
}
.woocommerce td.product-quantity {
    min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    *zoom: 1;
    list-style: none;
}
.woocommerce ul.cart_list li::before,
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    *zoom: 1;
}
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
    content: " ";
    display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
    *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
    content: " ";
    display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
    clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}
.woocommerce form .form-row label {
    line-height: 2;
}
.woocommerce form .form-row label.hidden {
    visibility: hidden;
}
.woocommerce form .form-row label.inline {
    display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: 0.5em 0 0;
    clear: both;
    display: none;
    position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0%;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block;
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden;
}
.woocommerce form .form-row .optional {
    visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none;
}
.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #d67c73;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #d67c73;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
    line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.woocommerce ul#shipping_method li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside;
}
.woocommerce ul#shipping_method li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top;
}
.woocommerce ul#shipping_method li label {
    display: inline;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}
.woocommerce ul.order_details {
    *zoom: 1;
    margin: 0 0 3em;
    list-style: none;
}
.woocommerce ul.order_details::before,
.woocommerce ul.order_details::after {
    content: " ";
    display: table;
}
.woocommerce ul.order_details::after {
    clear: both;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
    margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
    margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce
    .woocommerce-customer-details
    .woocommerce-customer-details--email {
    margin-bottom: 0;
    padding-left: 1.5em;
}
.woocommerce
    .woocommerce-customer-details
    .woocommerce-customer-details--phone::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute;
}
.woocommerce
    .woocommerce-customer-details
    .woocommerce-customer-details--email::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item {
    *zoom: 1;
    padding: 0 0 1px;
    list-style: none;
}
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item::before,
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item::after {
    content: " ";
    display: table;
}
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item::after {
    clear: both;
}
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item
    a,
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item
    span {
    padding: 1px 0;
}
.woocommerce
    .woocommerce-widget-layered-nav-list
    .woocommerce-widget-layered-nav-list__item--chosen
    a::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #d67c73;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #d67c73;
    vertical-align: inherit;
    margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
}
.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -0.3em;
    /* rtl:ignore */
    margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}
.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
    *zoom: 1;
    padding: 0 0 1px;
    list-style: none;
}
.woocommerce .widget_rating_filter ul li::before,
.woocommerce .widget_rating_filter ul li::after {
    content: " ";
    display: table;
}
.woocommerce .widget_rating_filter ul li::after {
    clear: both;
}
.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #d67c73;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
    display: block !important;
}

.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
    display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 1em 2em 1em 2em;
    margin: 2rem 0;
    position: relative;
    text-align: center;
    color: #181716;
    border: 1px solid #181716 !important;
    list-style: none outside;
    *zoom: 1;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
    content: " ";
    display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
    clear: both;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    /* rtl:ignore */
    direction: ltr;
    unicode-bidi: embed;
}

.woocommerce-message {
    border-top-color: #8fae1b;
}
.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b;
}

.woocommerce-info {
    border-top-color: #1e85be;
}
.woocommerce-info::before {
    color: #1e85be;
}

.woocommerce-error {
    border-top-color: #b81c23;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
    *zoom: 1;
}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
    content: " ";
    display: table;
}
.woocommerce-account .woocommerce::after {
    clear: both;
}

.woocommerce-account .addresses .title {
    *zoom: 1;
}
.woocommerce-account .addresses .title::before,
.woocommerce-account .addresses .title::after {
    content: " ";
    display: table;
}
.woocommerce-account .addresses .title::after {
    clear: both;
}
.woocommerce-account .addresses .title h3 {
    float: left;
}
.woocommerce-account .addresses .title .edit {
    float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
    float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
    width: 32px;
    box-shadow: none;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
    vertical-align: middle;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
    margin: 0;
    vertical-align: middle;
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
    *zoom: 1;
    padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
    content: " ";
    display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
    clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: 0.5em;
    display: inline-block;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "";
    text-decoration: none;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0;
}

.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: 0.83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
    width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
    color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
    color: #000;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
}

.woocommerce-cart
    .cart-collaterals
    .cart_totals
    .woocommerce-shipping-destination,
.woocommerce-checkout
    .cart-collaterals
    .cart_totals
    .woocommerce-shipping-destination,
#add_payment_method
    .cart-collaterals
    .cart_totals
    .woocommerce-shipping-destination {
    margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
    clear: left;
}

.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
    clear: left;
}

.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
    font-size: 1.1rem;
    color: #767676;
    font-weight: normal;
}

.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
    clear: both;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
    background: #ebe9eb;
    border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
    content: " ";
    display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
    clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
    margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
    *zoom: 1;
}
.woocommerce-cart
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::before,
.woocommerce-cart
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::after,
.woocommerce-checkout
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::before,
.woocommerce-checkout
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::after,
#add_payment_method
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::before,
#add_payment_method
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::after {
    content: " ";
    display: table;
}
.woocommerce-cart
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::after,
.woocommerce-checkout
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::after,
#add_payment_method
    #payment
    ul.payment_methods
    li:not(.woocommerce-notice)::after {
    clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
    padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9;
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9;
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9;
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0;
}
.woocommerce-cart
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-new,
#add_payment_method
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-token,
#add_payment_method
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-new {
    margin: 0 0 0.5em;
}
.woocommerce-cart
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-token
    label,
.woocommerce-cart
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-new
    label,
.woocommerce-checkout
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-token
    label,
.woocommerce-checkout
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-new
    label,
#add_payment_method
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-token
    label,
#add_payment_method
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-new
    label {
    cursor: pointer;
}
.woocommerce-cart
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method
    #payment
    div.payment_box
    .woocommerce-SavedPaymentMethods
    .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 32px 20px;
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.visa,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.visa,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.visa,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.visa,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.visa,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.visa {
    background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.mastercard,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.mastercard {
    background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.laser,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.laser,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.laser,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.laser,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.laser,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.laser {
    background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.dinersclub,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.dinersclub {
    background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.maestro,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.maestro,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.maestro,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.maestro,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.maestro {
    background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.jcb,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.jcb,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
    background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.amex,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.amex,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.amex,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.amex,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.amex,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.amex {
    background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.discover,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.discover,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.discover,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-number.discover,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-expiry.discover,
#add_payment_method
    #payment
    div.payment_box
    .wc-credit-card-form-card-cvc.discover {
    background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
    font-size: 0.857em;
    color: #767676;
    font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
    margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
    margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    /* arrow size / color */
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 5.2rem;
    font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}
.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}
.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}
.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
    padding: 0;
}

.single-product .twentythirteen p.stars {
    clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit;
}

/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #ffffff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background: url(/img/carrousel-prev.svg) center center no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background: url(/img/carrousel-next.svg) center center no-repeat;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition:
        200ms transform,
        200ms top;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition:
        200ms transform,
        200ms left;
}

.swiper-container-horizontal.swiper-container-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition:
        200ms transform,
        200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl
    .swiper-pagination-progressbar
    .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@font-face {
    font-family: Riposte;
    font-weight: 300;
    src: url(../fonts/Riposte-Light.eot);
    src:
        url(../fonts/Riposte-Light.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Riposte-Light.woff2) format("woff2"),
        url(../fonts/Riposte-Light.woff) format("woff");
}

@font-face {
    font-family: Riposte;
    font-weight: 600;
    src: url(../fonts/Riposte-Medium.eot);
    src:
        url(../fonts/Riposte-Medium.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Riposte-Medium.woff2) format("woff2"),
        url(../fonts/Riposte-Medium.woff) format("woff");
}

@font-face {
    font-family: "GT Super Display Medium";
    font-weight: 700;
    src:
        url(../fonts/GT-Super-Display-Medium.woff2) format("woff2"),
        url(../fonts/GT-Super-Display-Medium.woff) format("woff");
}

@font-face {
    font-family: "GT Super Display Regular";
    font-weight: 400;
    src:
        url(../fonts/GT-Super-Display-Regular.woff2) format("woff2"),
        url(../fonts/GT-Super-Display-Regular.woff) format("woff");
}

.stain {
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    transform: translateX(-80%);
    background: url(../img/vlek.jpg);
    background-size: contain;
    background-position: center right;
    mix-blend-mode: multiply;
    z-index: 100;
    opacity: 0.8;
}

.stain2 {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 150%;
    mix-blend-mode: multiply !important;
    z-index: 100;
    opacity: 1;
    overflow: hidden;
}
.stain2 div {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
@media only screen and (max-width: 47.9375em) {
    .stain2 {
        display: none;
    }
}

.stain--0 div {
    background-image: url(../img/vlek-0.jpg);
}

.stain--90 div {
    background-image: url(../img/vlek-90.jpg);
}

.stain--180 div {
    background-image: url(../img/vlek-180.jpg);
}

.stain--270 div {
    background-image: url(../img/vlek-270.jpg);
}

ins,
bdi {
    text-decoration: none;
}

.max-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 1.4;
    font-family: "Riposte", sans-serif;
    color: #181716;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 1.4rem;
}

a {
    color: inherit;
}
a.no-underline {
    text-decoration: none;
}

.hidden {
    display: none;
}

[data-link] {
    cursor: pointer;
}

p {
    line-height: 1.7;
    margin-bottom: 1.4em;
    margin-top: 0;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}
p:last-child {
    margin-bottom: 0;
}

.padding {
    padding-left: 2rem;
    padding-right: 2rem;
}
@media only screen and (min-width: 48em) {
    .padding {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.none-found {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.1;
    letter-spacing: 0.05em !important;
    margin: 5rem auto !important;
    font-family: "GT Super Display Regular";
    font-size: 2.2rem !important;
}

.header {
    padding-top: 4rem;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 200;
}
.header hr {
    height: 1px;
    background-color: #000;
    border: none;
}
@media only screen and (max-width: 47.9375em) {
    .header hr {
        margin-top: 3rem;
    }
}

.header--fixed .header {
    background: transparent;
    position: fixed;
    width: 100%;
    top: 0;
}
.header--fixed .header > * {
    position: relative;
    z-index: 10;
}

.topbar__item,
.topbar__text,
.topbar__text-alt {
    transition: 0.2s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
}

.shop-categories__submenus {
    border: none !important;
}

.scrolled-down .topbar__item,
.scrolled-down .topbar__text,
.scrolled-down .topbar__text-alt {
    transform: translateY(-8rem);
    transition: 0.2s cubic-bezier(0.77, 0.01, 1, 0.5) all;
}

.menu-enabled .topbar__item,
.menu-enabled .topbar__text {
    opacity: 0;
}

.menu-enabled .bag-icon path {
    fill: #fff !important;
}

.menu-enabled .topbar__menu line.top {
    transform: rotate(30deg) translate(0, 0) scaleX(1.15);
}

.menu-enabled .topbar__menu line.mid {
    transform: translate(0, 0) scaleX(0);
    opacity: 0;
}

.menu-enabled .topbar__menu line.bottom {
    transform: rotate(-30deg) translate(0, 0) scaleX(1.15);
}

.menu-enabled .header {
    background-color: transparent;
}
.menu-enabled .header hr {
    background-color: transparent;
}
.menu-enabled .header .topbar {
    color: #fff;
}
.menu-enabled .header .topbar path {
    fill: #fff;
}
.menu-enabled .header .topbar line {
    stroke: #fff;
}

.menu-enabled .menu-overlay {
    transform: translateY(0);
    opacity: 1;
}

.header--white .topbar {
    color: #fff;
}
.header--white .topbar path {
    fill: #fff !important;
}
.header--white .topbar line {
    stroke: #fff;
}

.menu-overlay {
    background: #181716;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    color: #ffffff;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.5s cubic-bezier(0, 0.75, 0.14, 0.99) all;
}

.menu-overlay__inner {
    font-size: 2rem;
    line-height: 1.1;
    opacity: 0;
    transition: 0.25s cubic-bezier(0.69, 0.05, 1, 0.52) all;
    transform: translateY(4rem);
}
@media only screen and (min-width: 30em) {
    .menu-overlay__inner {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 48em) {
    .menu-overlay__inner {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 64em) {
    .menu-overlay__inner {
        font-size: 3.5rem;
    }
}
.menu-overlay__inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-overlay__inner a {
    text-decoration: none;
}

.menu-done .menu-overlay__inner {
    opacity: 1;
    transform: translateY(0rem);
    transition: 0.5s cubic-bezier(0, 0.75, 0.14, 0.99) all;
    padding-bottom: 5rem;
}

.menu-overlay__columns {
    display: none;
}
@media only screen and (min-width: 30em) {
    .menu-overlay__columns {
        display: flex;
        justify-content: space-between;
    }
}

.menu-overlay__mobile {
    display: block;
}
@media only screen and (min-width: 30em) {
    .menu-overlay__mobile {
        display: none;
    }
}

.menu-overlay__mobile {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.25;
}

.mobilemenu__item--main {
    margin-top: 3rem;
    font-family: "GT Super Display Regular";
}
.mobilemenu__item--main:first-child {
    margin-top: 0;
}
.mobilemenu__item--main > a {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.mobilemenu__item--sub {
    color: #c2baad;
    margin-left: 2rem;
    font-family: "Riposte";
}
@media only screen and (max-width: 47.9375em) {
    .mobilemenu__item--sub {
        margin: 0.5rem 2rem 0.5rem 0;
        font-size: 1.5rem;
    }
}

.mobilemenu__item--subsub {
    color: #c2baad;
    margin-left: 4rem;
    font-family: "Riposte";
}
@media only screen and (max-width: 47.9375em) {
    .mobilemenu__item--subsub {
        margin: 0.5rem 2rem 0.5rem 3rem;
        font-size: 1.5rem;
    }
}

.menu-overlay__main {
    font-family: "GT Super Display Regular";
}

.menu-overlay__sub {
    font-family: "Riposte";
    flex-grow: 1;
}
.menu-overlay__sub .submenu {
    line-height: 1.09;
}
.menu-overlay__sub .menu-overlay__main {
    font-family: "Riposte";
    flex-grow: 1;
}

.submenu__item-image {
    width: calc(180px + 4rem);
    border-left: 1px solid #c2baad;
    padding-left: 4rem;
    display: none;
}
.submenu__item-image img {
    width: 100%;
    height: auto;
    max-height: 185px;
}

.menu-overlay__sub {
    line-height: 1.12;
}

.menu-overlay__inner .mainmenu {
    padding-right: 4rem;
    margin-right: 4rem;
    border-right: 1px solid #c2baad;
}

.submenu__item.current_page_item,
.submenu__item:hover,
.mainmenu__item.current_page_item,
.mainmenu__item:hover {
    color: #c2baad;
}

.submenu {
    display: none;
}

.submenu--second {
    margin-left: 2rem !important;
}

@media only screen and (max-width: 47.9375em) {
    .menu-overlay__images {
        display: none;
    }
}

.topbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    width: 100%;
    align-items: center;
}
@media only screen and (min-width: 48em) {
    .topbar {
        justify-content: space-around;
    }
}

.topbar__left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
@media only screen and (min-width: 48em) {
    .topbar__left {
        width: 37.5%;
    }
}
.topbar__left a {
    text-decoration: none;
}

.topbar__logo {
    width: 50%;
    height: auto;
}
@media only screen and (min-width: 48em) {
    .topbar__logo {
        width: 25%;
    }
}
.topbar__logo svg,
.topbar__logo img {
    width: 100%;
    height: auto;
    transition: 0.5s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
    transform: scale(0.99);
}
.topbar__logo:hover svg,
.topbar__logo:hover img {
    transform: scale(1.025);
}
.topbar__logo path {
    fill: #000;
}

.topbar__menu {
    cursor: pointer;
}
.topbar__menu img,
.topbar__menu svg {
    width: 7rem;
    height: 4rem;
    stroke: #181716;
    transition: 0.5s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
}
@media only screen and (max-width: 47.9375em) {
    .topbar__menu img,
    .topbar__menu svg {
        width: 4rem;
        height: 3rem;
    }
}
.topbar__menu:hover svg,
.topbar__menu:hover img {
    transform: scaleX(1.1);
}
.topbar__menu line {
    transition: 0.15s ease all;
}
.topbar__menu line.top {
    transition-duration: 0.15s;
    transition-delay: 0.1s;
}
.topbar__menu line.mid {
    transition-duration: 0.1s;
    transition-delay: 0s;
}
.topbar__menu line.bottom {
    transition-duration: 0.15s;
    transition-delay: 0.1s;
}

.topbar__item {
    display: none;
}
@media only screen and (min-width: 48em) {
    .topbar__item {
        display: inline;
    }
}
.topbar__item:hover,
.topbar__item.topbar__item--active {
    color: #c2baad;
}

.topbar__text {
    width: 37.5%;
    text-align: center;
    display: none;
}
@media only screen and (min-width: 48em) {
    .topbar__text {
        display: inline;
    }
}

.topbar__placeholder {
    width: 20%;
    text-align: right;
}
@media only screen and (min-width: 48em) {
    .topbar__placeholder {
        display: none;
    }
}
.topbar__placeholder .bag-icon {
    width: 4rem;
    height: auto;
    border: 1rem solid transparent;
}
.topbar__placeholder .bag-icon path {
    fill: #000;
}

.slides {
    position: relative;
    height: 80vh;
}
@media only screen and (min-width: 30em) {
    .slides {
        height: 100vw;
    }
}
@media only screen and (min-width: 48em) {
    .slides {
        height: 56.25vw;
    }
}
.slides.slides--gradient:after {
    content: "";
    display: block;
    width: 100%;
    height: 20vh;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.slides--full-height {
    height: 100vh;
}
.slides--full-height .slide__text {
    margin-top: 8rem;
}

.swiper-container,
.swiper-wrapper {
    height: 100%;
    z-index: 1;
    position: relative;
}

.slides__slide {
    height: 100%;
    background-color: #181716;
}

.slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide__image {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background-color: #181716;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: #181716;
    mix-blend-mode: luminosity;
}

.slide__text {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.slide__text h1 {
    font-size: 12.5vw;
    margin: 0;
    line-height: 0.9;
    letter-spacing: -0.025em;
    font-family: "GT Super Display Regular";
    font-weight: normal;
}
@media only screen and (min-width: 30em) {
    .slide__text h1 {
        font-size: 10vw;
    }
}
@media only screen and (min-width: 48em) {
    .slide__text h1 {
        font-size: 8vw;
    }
}
@media only screen and (min-width: 100em) {
    .slide__text h1 {
        font-size: 12rem;
    }
}
.slide__text h1 strong,
.slide__text h1 span {
    font-family: "GT Super Display Medium";
}
.slide__text h2 {
    font-size: 4.5vw;
    margin: 3rem 0 0;
    font-weight: normal;
    letter-spacing: -0.01em;
    font-family: "GT Super Display Regular";
}
@media only screen and (min-width: 48em) {
    .slide__text h2 {
        font-size: 2.5vw;
    }
}
@media only screen and (min-width: 100em) {
    .slide__text h2 {
        font-size: 3.25rem;
    }
}
.slide__text h2 a {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
@media only screen and (min-width: 100em) {
    .slide__text h2 a {
        border-bottom: 2px solid;
    }
}

.down-arrow {
    position: absolute;
    bottom: 10vw;
    z-index: 10;
    left: 50%;
    margin-left: -2rem;
    cursor: pointer;
}
@media only screen and (min-width: 64em) {
    .down-arrow {
        bottom: 7.5vw;
    }
}
.down-arrow svg,
.down-arrow img {
    width: 3rem;
    height: auto;
    transition: 0.5s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
}
.down-arrow:hover svg,
.down-arrow:hover img {
    transform: translateY(1rem);
}

.slides__container {
    position: relative;
    z-index: 1;
}

.full-width-image {
    width: 100%;
    height: auto;
    background-color: #c2baad;
}
.full-width-image img {
    width: 100%;
    height: auto;
    display: block;
}

.text-header {
    background: #c2baad;
    text-align: center;
    padding: 7.5vw;
}
.text-header:first-child {
    padding-top: 15vw;
}
@media only screen and (max-width: 63.9375em) {
    .text-header:first-child {
        padding-top: 20vw;
    }
}
@media only screen and (max-width: 47.9375em) {
    .text-header:first-child {
        padding-top: 25vw;
    }
}
@media only screen and (max-width: 29.9375em) {
    .text-header:first-child {
        padding-top: 30vw;
    }
}
@media only screen and (min-width: 100em) {
    .text-header {
        padding: 8rem;
    }
}
.text-header > * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.text-header p {
    display: block;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .text-header p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .text-header p {
        font-size: 2rem;
    }
}
.text-header p a {
    text-underline-offset: 4px;
}
.text-header h2 {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.1;
    margin-top: 4rem;
    margin-bottom: 4rem;
    max-width: 500px;
}
@media only screen and (min-width: 48em) {
    .text-header h2 {
        font-size: 5rem;
    }
}
.text-header h2 strong,
.text-header h2 span {
    font-family: "GT Super Display Regular";
    font-weight: normal;
}
.text-header .intro {
    font-family: "GT Super Display Regular";
    line-height: 1.25;
    font-size: 2.25rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.text-header + .text-columns .text-columns__inner {
    border-top: 1px solid #181716;
}

.text-header__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #8b573b;
}
@media only screen and (min-width: 64em) {
    .text-header__menu {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .text-header__menu {
        font-size: 2rem;
    }
}
.text-header__menu a {
    text-underline-offset: 4px;
}
.text-header__menu li {
    margin: 0 0.5rem;
    list-style: none;
    padding: 0;
    white-space: nowrap;
}
.text-header__menu li:last-child:after {
    display: none;
}
@media only screen and (min-width: 30em) {
    .text-header__menu {
        flex-direction: row;
    }
    .text-header__menu li:after {
        content: "—";
        margin-left: 1rem;
    }
}

.content-blocks {
    padding: 7.5vw;
    background-color: #c2baad;
    padding-bottom: calc(7.5vw + 16rem);
    position: relative;
}
@media only screen and (min-width: 100em) {
    .content-blocks {
        padding: 8rem;
        padding-bottom: 32rem;
    }
}
.content-blocks h3 {
    margin: 0 0 4rem;
    text-align: center;
    font-size: 4rem;
    font-weight: normal;
}
@media only screen and (min-width: 48em) {
    .content-blocks h3 {
        margin: 0 0 8rem;
    }
}

.content-blocks--no-padding-bottom {
    padding-bottom: 0;
}

.content-blocks__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6rem;
    margin: 0 auto;
    max-width: 1000px;
}
@media only screen and (min-width: 48em) {
    .content-blocks__inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 7.5rem;
    }
}
@media only screen and (min-width: 64em) {
    .content-blocks__inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 8.5rem;
    }
}
@media only screen and (min-width: 80em) {
    .content-blocks__inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10rem;
    }
}

.cblock {
    position: relative;
    text-decoration: none;
}

@media only screen and (min-width: 64em) and (min-width: 48em) {
    .cblock:nth-child(2n) {
        transform: translateY(16rem);
    }
}
@media only screen and (min-width: 64em) {
    .cblock:nth-child(4) {
        width: 90%;
    }
    .cblock:nth-child(5) {
        width: 80%;
    }
    .cblock:nth-child(5) .cblock__image {
        padding-bottom: 175%;
    }
    .cblock:nth-child(6) {
        width: 110%;
        transform: translate(-4rem, 16rem);
    }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
    .cblock:nth-child(6) {
        transform: translate(-4rem, 13.5rem);
    }
}
@media only screen and (min-width: 64em) {
    .cblock:nth-child(6) .cblock__image {
        padding-bottom: 100%;
    }
}
.cblock:hover .cblock__text {
    opacity: 1;
    transform: scale(1);
}
.cblock:hover .cblock__curtain {
    width: 100%;
    opacity: 0.75;
}
.cblock h4 {
    font-family: "GT Super Display Regular";
    font-size: 3rem;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 2rem;
}
@media only screen and (min-width: 48em) {
    .cblock h4 {
        font-size: 3.5rem;
    }
}
.cblock h4 span,
.cblock h4 strong {
    font-family: "GT Super Display Medium";
}
.cblock p {
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}
@media only screen and (min-width: 64em) {
    .cblock p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .cblock p {
        font-size: 2rem;
    }
}
.cblock p a {
    text-underline-offset: 4px;
}

.cblock__image {
    height: 0;
    padding-bottom: 150%;
    position: relative;
    width: 100%;
    margin: 0 0 4rem;
}

.cblock__curtain {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #c2baad;
    width: 0%;
    transition: 0.2s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
    opacity: 0;
}

.cblock__image-self {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: 1s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
}

.cblock__text {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 4rem;
    text-align: center;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.9);
    transition: 0.5s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
}

.text-columns {
    background: #c2baad;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}
@media only screen and (min-width: 100em) {
    .text-columns {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}
.text-columns h2 {
    font-family: "GT Super Display Regular";
    font-size: 2.5rem;
    line-height: 1.1;
    text-align: center;
    font-weight: normal;
    max-width: 350px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 48em) {
    .text-columns h2 {
        font-size: 3.5rem;
    }
}
.text-columns h2 strong {
    font-weight: normal;
}
.text-columns .suffix {
    text-align: center;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .text-columns .suffix {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .text-columns .suffix {
        font-size: 2rem;
    }
}
.text-columns .suffix a {
    text-underline-offset: 4px;
}
.text-columns + .text-columns .text-columns__inner {
    border-top: 1px solid #181716;
}

.text-columns__inner {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
}
@media only screen and (min-width: 48em) {
    .text-columns__inner {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw;
    }
}
@media only screen and (min-width: 100em) {
    .text-columns__inner {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.text-columns__columns {
    margin-top: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 64em) {
    .text-columns__columns {
        margin-top: 8rem;
    }
}
@media only screen and (min-width: 48em) {
    .text-columns__columns {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
}
@media only screen and (min-width: 100em) {
    .text-columns__columns {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
        max-width: 1000px;
    }
}
.text-columns__columns p {
    letter-spacing: unset;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .text-columns__columns p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .text-columns__columns p {
        font-size: 2rem;
    }
}
.text-columns__columns p a {
    text-underline-offset: 4px;
}
.text-columns__columns h3 {
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: "Riposte", sans-serif;
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}
@media only screen and (min-width: 64em) {
    .text-columns__columns h3 {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .text-columns__columns h3 {
        font-size: 2rem;
    }
}
.text-columns__columns h3 a {
    text-underline-offset: 4px;
}
.text-columns__columns + .suffix {
    margin-top: 4rem;
}
@media only screen and (min-width: 48em) {
    .text-columns__columns + .suffix {
        margin-top: 8rem;
    }
}

.text-columns--single .text-columns__columns {
    max-width: 650px;
}
@media only screen and (min-width: 48em) {
    .text-columns--single .text-columns__columns {
        -moz-columns: 1;
        columns: 1;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
        max-width: 650px;
    }
}
@media only screen and (min-width: 100em) {
    .text-columns--single .text-columns__columns {
        max-width: 650px;
    }
}

.page-break-avoid .text-columns__columns p {
    page-break-inside: avoid;
}

.article {
    background: #747371;
    padding: 12.5vw;
    overflow: hidden;
    color: #fff;
}
@media only screen and (min-width: 48em) {
    .article {
        padding: 7.5vw;
    }
}
@media only screen and (min-width: 100em) {
    .article {
        padding: 8rem;
    }
}

.article--light {
    background: #c2baad;
}
.article--light p {
    color: #747371;
}
.article--light p.read-article a {
    -webkit-text-decoration-color: #747371;
    text-decoration-color: #747371;
}

.article--dark {
    background: #747371;
}
.article--dark p {
    color: #c2baad;
}
.article--dark p.read-article a {
    -webkit-text-decoration-color: #c2baad;
    text-decoration-color: #c2baad;
}

.article--dark-alt {
    background: #747371;
}
.article--dark-alt p.read-article a {
    -webkit-text-decoration-color: #181716;
    text-decoration-color: #181716;
}

.article__inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
}
@media only screen and (min-width: 48em) {
    .article__inner {
        flex-direction: row;
    }
}
@media only screen and (min-width: 64em) {
    .article__inner {
        padding: 5rem;
    }
}

.article__image {
    width: 80%;
    margin-bottom: 4rem;
}
@media only screen and (min-width: 48em) {
    .article__image {
        width: 45%;
        margin-right: 7.5%;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 100em) {
    .article__image {
        margin-right: 10%;
    }
}
.article__image img {
    width: 100%;
    height: auto;
}

.article__text {
    text-align: center;
    width: 80%;
}
@media only screen and (min-width: 48em) {
    .article__text {
        width: 47.5%;
    }
}
@media only screen and (min-width: 100em) {
    .article__text {
        width: 45%;
    }
}
.article__text h3 {
    font-family: "GT Super Display Regular";
    font-weight: normal;
    font-size: 4rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
    .article__text h3 {
        font-size: 5rem;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 100em) {
    .article__text h3 {
        font-size: 6rem;
    }
}
.article__text h3 a {
    text-decoration: none;
}
.article__text p {
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .article__text p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .article__text p {
        font-size: 2rem;
    }
}
.article__text p a {
    text-underline-offset: 4px;
}
.article__text p.date {
    color: #fff;
    margin-bottom: 1em;
}
.article__text p.read-article {
    margin-top: 1em;
}
.article__text p.read-article a:hover {
    color: #181716;
    -webkit-text-decoration-color: #181716;
    text-decoration-color: #181716;
}
.article__text p.prefix a {
    text-decoration: none;
}

.theme--brown .prefix,
.theme--brown .suffix {
    color: #8b573b;
}

.news__pagination {
    text-align: center;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 3rem;
}
@media only screen and (min-width: 64em) {
    .news__pagination {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .news__pagination {
        font-size: 2rem;
    }
}
.news__pagination a {
    text-underline-offset: 4px;
}
.news__pagination a {
    -webkit-text-decoration-color: #c2baad !important;
    text-decoration-color: #c2baad !important;
}

.news-module {
    background: #c2baad;
    color: #181716;
    padding: 12.5vw;
}
@media only screen and (min-width: 48em) {
    .news-module {
        padding: 7.5vw;
    }
}
@media only screen and (min-width: 100em) {
    .news-module {
        padding: 8rem;
    }
}
.news-module > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.news-module + .news-module {
    padding-top: 0;
}

.news-module__date {
    text-align: center;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .news-module__date {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .news-module__date {
        font-size: 2rem;
    }
}
.news-module__date a {
    text-underline-offset: 4px;
}

.news-module--date {
    padding-bottom: 3rem;
}

.news-module__video {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.news-module__text {
    text-align: center;
    font-family: "GT Super Display Regular";
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.news-module__text h2,
.news-module__text h3,
.news-module__text h4,
.news-module__text h5,
.news-module__text h6 {
    font-weight: normal;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 4rem;
    max-width: 600px;
}
@media only screen and (min-width: 64em) {
    .news-module__text h2,
    .news-module__text h3,
    .news-module__text h4,
    .news-module__text h5,
    .news-module__text h6 {
        font-size: 3.6rem;
    }
}
.news-module__text p,
.news-module__text ul {
    letter-spacing: unset;
    font-size: 2rem;
    line-height: 1.3;
}
@media only screen and (min-width: 64em) {
    .news-module__text p,
    .news-module__text ul {
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 100em) {
    .news-module__text p,
    .news-module__text ul {
        font-size: 2.4rem;
    }
}
.news-module__text p a,
.news-module__text ul a {
    text-underline-offset: 4px;
}
.news-module__text li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-module__text li:before {
    content: "\b7\a0";
    font-size: 5rem;
    vertical-align: middle;
}
.news-module__text strong,
.news-module__text b {
    font-weight: normal;
    font-family: "GT Super Display Medium";
}

.news-module__image img {
    width: 100%;
    height: auto;
}

.news-module__images {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 64em) {
    .news-module__images {
        grid-gap: 4rem;
    }
}

.news-module--related h4 {
    text-align: center;
    margin: 0 0 6rem;
    font-weight: normal;
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .news-module--related h4 {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .news-module--related h4 {
        font-size: 2rem;
    }
}
.news-module--related h4 a {
    text-underline-offset: 4px;
}

.news-module__related {
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 48em) {
    .news-module__related {
        justify-content: space-around;
        flex-direction: row;
    }
}

.news-module__related-inner {
    border-top: 1px solid #181716;
    padding-top: 6rem;
}

.small-article {
    text-align: center;
    margin-bottom: 6rem;
}
@media only screen and (min-width: 48em) {
    .small-article {
        margin-bottom: 0rem;
    }
}
.small-article h3 {
    font-family: "GT Super Display Regular";
    font-weight: normal;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
    .small-article h3 {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 100em) {
    .small-article h3 {
        font-size: 3.5rem;
    }
}
.small-article h3 a {
    text-decoration: none;
}
.small-article img {
    max-width: 200px;
    height: auto;
    margin-bottom: 1rem;
}
.small-article p {
    letter-spacing: unset;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media only screen and (min-width: 64em) {
    .small-article p {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 100em) {
    .small-article p {
        font-size: 2rem;
    }
}
.small-article p a {
    text-underline-offset: 4px;
}
.small-article p.date {
    color: #fff;
    margin-bottom: 0;
}
.small-article p.read-article {
    margin-top: 4rem;
}

.small-article__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer {
    position: relative;
    padding: 7.5vw;
    background: #c2baad;
    font-size: 1.6rem;
}
@media only screen and (min-width: 100em) {
    .footer {
        padding: 8rem;
    }
}
@media only screen and (min-width: 80em) {
    .footer {
        font-size: 1.8rem;
    }
}
.footer a {
    text-decoration: none;
}

.footer-stain--bottom {
    top: 0;
    left: 0;
    height: 100%;
}
.footer-stain--bottom div {
    transform: translate(50%, 70%);
}

.footer-stain--top {
    top: -50%;
    left: 0;
    height: 100%;
}
.footer-stain--top div {
    transform: translate(-70%, 0%);
}

.footer__payoff {
    min-height: 50vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
@media only screen and (min-width: 30em) {
    .footer__payoff {
        min-height: 35vw;
    }
}
@media only screen and (min-width: 48em) {
    .footer__payoff {
        min-height: 30vw;
        max-width: 70%;
    }
}
@media only screen and (min-width: 64em) {
    .footer__payoff {
        min-height: 25vw;
        max-width: 60%;
    }
}
@media only screen and (min-width: 100em) {
    .footer__payoff {
        min-height: 20vw;
        max-width: 50%;
    }
}
.footer__payoff h4 {
    font-size: 6vw;
    line-height: 1.1;
    font-family: "GT Super Display Regular";
    font-weight: normal;
    margin-bottom: 4rem;
}
@media only screen and (min-width: 30em) {
    .footer__payoff h4 {
        font-size: 5vw;
    }
}
@media only screen and (min-width: 48em) {
    .footer__payoff h4 {
        font-size: 4vw;
    }
}
@media only screen and (min-width: 64em) {
    .footer__payoff h4 {
        font-size: 3vw;
    }
}
@media only screen and (min-width: 100em) {
    .footer__payoff h4 {
        font-size: 5rem;
    }
}
@media only screen and (min-width: 48em) {
    .footer__payoff h4 {
        margin-bottom: 6rem;
    }
}
@media only screen and (min-width: 80em) {
    .footer__payoff h4 {
        margin-bottom: 8rem;
    }
}

.footer__payofflink {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer__logo {
    display: block;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
@media only screen and (min-width: 48em) {
    .footer__logo {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
}
@media only screen and (min-width: 80em) {
    .footer__logo {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
}
.footer__logo svg,
.footer__logo img {
    width: 150px;
    transition: 0.5s cubic-bezier(0.05, 0.49, 0.27, 0.97) all;
    transform: scale(0.99);
    height: auto;
}
@media only screen and (min-width: 48em) {
    .footer__logo svg,
    .footer__logo img {
        width: 20vw;
    }
}
@media only screen and (min-width: 100em) {
    .footer__logo svg,
    .footer__logo img {
        width: 320px;
    }
}
.footer__logo svg path,
.footer__logo img path {
    fill: #181716;
}
.footer__logo:hover svg,
.footer__logo:hover img {
    transform: scale(1.025);
}

.footer__columns {
    border-top: 1px solid #181716;
    border-bottom: 1px solid #181716;
    padding-top: 7.5vw;
    margin-top: 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (min-width: 100em) {
    .footer__columns {
        padding-top: 8rem;
        margin-top: 8rem;
    }
}
@media only screen and (min-width: 48em) {
    .footer__columns {
        flex-wrap: unset;
    }
}

.footer__column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7.5vw;
    text-align: center;
}
@media only screen and (min-width: 30em) {
    .footer__column {
        text-align: left;
        padding-right: 2rem;
    }
}
.footer__column:last-child {
    padding-right: 0;
}
@media only screen and (min-width: 30em) {
    .footer__column {
        width: 50%;
    }
}
@media only screen and (min-width: 48em) {
    .footer__column {
        width: auto;
    }
}
@media only screen and (min-width: 100em) {
    .footer__column {
        margin-bottom: 8rem;
    }
}
.footer__column ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}
.footer__column ul:last-child {
    margin-bottom: 0;
}
.footer__column h3 {
    font-family: "GT Super Display Medium";
    font-weight: normal;
    margin: 0;
}

.footer__back {
    margin-top: 8rem;
    text-align: center;
    cursor: pointer;
}
.footer__back span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.shop-categories {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media only screen and (max-width: 47.9375em) {
    .shop-categories {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.shop-categories__categories {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
    .shop-categories__categories {
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
        letter-spacing: 0.15rem;
        row-gap: 1rem;
    }
}
@media only screen and (min-width: 48em) {
    .shop-categories__categories {
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 64em) {
    .shop-categories__categories {
        font-size: 2.1rem;
    }
}
.shop-categories__categories li {
    margin: 0;
    padding: 0;
    margin: 0 1rem;
}
@media only screen and (max-width: 47.9375em) {
    .shop-categories__categories li {
        margin: 0;
    }
}
.shop-categories__categories li a {
    text-decoration: none;
    white-space: nowrap;
}
.shop-categories__categories li a.active,
.shop-categories__categories li a:hover {
    color: #c2baad;
}

.shop-categories__sub-categories {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin: 0 auto 0 auto;
    padding: 3rem 0 0rem 0;
    max-width: 900px;
    display: none;
}
.shop-categories__sub-categories.active {
    display: flex;
}
@media only screen and (max-width: 47.9375em) {
    .shop-categories__sub-categories {
        font-size: 1.2rem;
        padding: 3rem 0 0rem 0;
    }
}

select.orderby {
    border: none;
    width: auto !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    padding-right: 2rem;
    font-size: 1.3rem;
    background: url(../img/arrow_type.svg) center right no-repeat;
    background-size: 15px;
    appearance: none;
    text-align: right;
    color: #000 !important;
}
@media only screen and (max-width: 47.9375em) {
    select.orderby {
        font-size: 1.2rem;
        background-size: 11px;
    }
}

.woocommerce-result-count {
    font-size: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
    .woocommerce-result-count {
        font-size: 1.2rem;
    }
}

.page-header,
.product-header {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 3rem;
    margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
    .page-header,
    .product-header {
        padding-top: 2rem;
    }
}
.page-header h1,
.page-header h2,
.product-header h1,
.product-header h2 {
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 64em) {
    .page-header h1,
    .page-header h2,
    .product-header h1,
    .product-header h2 {
        font-size: 3rem;
    }
}
@media only screen and (min-width: 80em) {
    .page-header h1,
    .page-header h2,
    .product-header h1,
    .product-header h2 {
        font-size: 4rem;
    }
}
.page-header h1 a,
.page-header h2 a,
.product-header h1 a,
.product-header h2 a {
    text-decoration: none;
}
.page-header .term-description,
.product-header .term-description {
    margin: 3rem auto;
    max-width: 900px;
    font-size: 1.8rem;
}
@media only screen and (max-width: 47.9375em) {
    .page-header .term-description,
    .product-header .term-description {
        font-size: 1.4rem;
    }
}
.page-header .term-description p,
.product-header .term-description p {
    font-size: inherit;
}
.page-header .term-description__read-more,
.page-header .term-description__read-less,
.product-header .term-description__read-more,
.product-header .term-description__read-less {
    font-size: 1.8rem;
    margin: 3rem 0;
}
@media only screen and (max-width: 47.9375em) {
    .page-header .term-description__read-more,
    .page-header .term-description__read-less,
    .product-header .term-description__read-more,
    .product-header .term-description__read-less {
        font-size: 1.4rem;
    }
}
.page-header .type-selector,
.product-header .type-selector {
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 47.9375em) {
    .page-header .type-selector img,
    .product-header .type-selector img {
        width: 11px;
    }
}
.page-header .type-selector:hover .type-selector__box,
.product-header .type-selector:hover .type-selector__box {
    display: block;
}
.page-header .type-selectors,
.page-header .back,
.product-header .type-selectors,
.product-header .back {
    position: absolute;
    left: 4rem;
    top: 5rem;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}
@media only screen and (max-width: 47.9375em) {
    .page-header .type-selectors,
    .page-header .back,
    .product-header .type-selectors,
    .product-header .back {
        font-size: 1.2rem;
        top: 0rem;
        white-space: nowrap;
        position: relative;
        margin-top: 2rem;
        left: auto;
        text-align: center;
    }
}
@media only screen and (max-width: 47.9375em) {
    .page-header .back,
    .product-header .back {
        margin-bottom: 1rem;
        display: inline-block;
        margin-top: 0;
    }
}
.page-header .type-selectors,
.product-header .type-selectors {
    display: flex;
    gap: 4rem;
    top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
    .page-header .type-selectors,
    .product-header .type-selectors {
        justify-content: center;
        top: 0;
    }
}
.page-header .sort-amount,
.product-header .sort-amount {
    display: flex;
    gap: 3rem;
    top: 5rem;
    align-items: center;
    position: absolute;
    right: 4rem;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}
@media only screen and (max-width: 47.9375em) {
    .page-header .sort-amount,
    .product-header .sort-amount {
        position: relative;
        top: auto;
        margin-top: 1rem;
        right: auto;
        justify-content: center;
        font-size: 1rem;
        white-space: nowrap;
    }
}
.page-header .type-selector__box,
.product-header .type-selector__box {
    display: none;
    padding: 0rem;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 100;
    padding-top: 30px;
    width: 200px;
}
.page-header .type-selector__box ul,
.product-header .type-selector__box ul {
    background: #fff;
    border: 1px solid #181716;
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-header .type-selector__box ul a,
.product-header .type-selector__box ul a {
    text-decoration: none;
}
.page-header .type-selector__box ul li a,
.product-header .type-selector__box ul li a {
    padding: 1rem;
    border-bottom: 1px solid #181716;
    display: block;
}
.page-header .type-selector__box ul li a:hover,
.page-header .type-selector__box ul li a.active,
.product-header .type-selector__box ul li a:hover,
.product-header .type-selector__box ul li a.active {
    background: #c2baad;
}
.page-header .type-selector__box ul li:last-child a,
.product-header .type-selector__box ul li:last-child a {
    border-bottom: none;
}

.product-container {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
}
@media only screen and (min-width: 48em) {
    .product-container {
        flex-direction: row;
    }
}
@media only screen and (max-width: 47.9375em) {
    .product-container {
        margin-top: 2rem;
    }
}

.onsale {
    display: none;
}

.product__details__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 24rem;
}

.product__images {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 0rem;
}
@media only screen and (min-width: 48em) {
    .product__images {
        width: 40%;
        margin-right: 10%;
    }
}

.product__details {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 0rem;
}
@media only screen and (min-width: 48em) {
    .product__details {
        width: 45%;
        margin-left: 5%;
    }
}

.product-images__image img {
    width: 100%;
    height: auto;
}

.product-images__image {
    margin: 0;
    margin-bottom: 5rem;
    transform: translateX(0rem);
}
@media only screen and (min-width: 48em) {
    .product-images__image:nth-child(2n) {
        transform: translateX(4rem);
    }
}
.product-images__image:last-child {
    margin-bottom: 0;
}

.product__details {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}
.product__details h1 {
    margin: 0 0 3rem 0;
    padding: 0;
    font-weight: normal;
    font-size: 2.5rem;
    letter-spacing: 0;
}

.product__price {
    margin-bottom: 3rem;
}

.title-and-price {
    display: flex;
}
.title-and-price .discount-label {
    margin-left: 2rem;
}

.discount-label {
    border: #d67c73 1px solid;
    opacity: 1;
    padding: 1rem 1.25rem;
    line-height: 1;
    font-size: 1.3rem;
    color: #d67c73;
    display: inline-block;
}

.bb {
    border-bottom: 1px solid;
    margin-bottom: 3rem;
}

.c {
    text-align: center;
}

.pre-order {
    color: #d67c73;
    display: flex;
    line-height: 1;
    align-items: center;
    margin-bottom: 2rem;
}

.pre-order__countdown {
    padding: 1rem 1.25rem;
    border: 1px solid;
    line-height: 1;
    display: inline-block;
    margin-left: 0.5rem;
}

input[type="submit"],
.button,
button {
    cursor: pointer;
    background: #d67c73;
    padding: 1rem 1.5rem;
    font-family: "Riposte", sans-serif;
    letter-spacing: 0.2rem;
    line-height: 1;
    font-size: 1.3rem;
    border: none;
    border-radius: 0;
    color: #181716;
    margin-right: 1rem;
    text-decoration: none;
    display: inline-block;
}
input[type="submit"].black,
.button.black,
button.black {
    background-color: #ffffff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAEpJREFUOE9jZKAAMFKgl2GIa/7PwECSF8Dqkf1MrAFwdegBRsgAFHlsoY3LAAxxXFGFrhCrgfjiGaYBp1cIJRK8YUBIM97UO3CaAecjDRCUkb54AAAAAElFTkSuQmCC");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding-right: 4rem;
    border: 1px solid #181716;
}
input[type="submit"].black.active,
.button.black.active,
button.black.active {
    background-color: #181716;
    color: #ffffff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAE5JREFUOE/N0kEKACAIBED3/4/eIDDKNAMvdkxHFBZSeChYaYpJEkC4XVhQ+BrgYguiAReOGr3/A2c32vrCGdQ87H0T/0I7oGlIstyX1h42oTQQ4M/R5gAAAABJRU5ErkJggg==");
}

.order-button {
    margin-bottom: 3rem;
}

.made_to_order__note,
.rental__note,
.pre-order__note {
    color: #d67c73;
    font-size: 1.1rem;
}
.made_to_order__note h3,
.made_to_order__note h2,
.rental__note h3,
.rental__note h2,
.pre-order__note h3,
.pre-order__note h2 {
    font-family: "GT Super Display Medium";
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0rem;
    padding: 0;
    text-align: left;
    color: #d67c73;
}
.made_to_order__note p,
.rental__note p,
.pre-order__note p {
    font-size: inherit;
    line-height: 2;
    margin-bottom: 2rem;
}

.product__desc p,
.product__desc ul,
.product__desc ol {
    margin-bottom: 3rem;
    line-height: 1.7;
}

.product__desc blockquote {
    margin: 0 auto;
    font-family: "GT Super Display Medium";
    font-size: 2rem;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 4rem;
}
.product__desc blockquote p {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: 1.1;
    margin-bottom: 0;
}
.product__desc blockquote p span,
.product__desc blockquote p em {
    font-family: "GT Super Display Regular";
}

.product__tabs__tab {
    border-bottom: 1px solid;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
}
.product__tabs__tab:last-child {
    margin-bottom: 0;
}
.product__tabs__tab h3,
.product__tabs__tab h2 {
    font-family: "GT Super Display Medium";
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0rem 3rem;
    padding: 0;
    text-align: left;
}

.product__sizing {
    padding: 1.5rem 0;
    border-top: 1px solid;
}
.product__sizing ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}
.product__sizing ul li {
    margin: 0;
    padding: 0;
}
.product__sizing ul li p {
    display: inline;
}

.divider-line {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 7.5vw;
    background: #000;
    border: none;
    height: 1px;
}

.woocommerce .related-products {
    margin-bottom: 6rem;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce .related-products hr {
    width: 100%;
    height: 1px;
    background-color: #181716;
    border: none;
    margin-bottom: 4rem;
}
.woocommerce .related-products > h3 {
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-bottom: 4rem;
    font-size: 1.3rem;
}
.woocommerce .related-products ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 30em) {
    .woocommerce .related-products ul.products {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
}
@media only screen and (min-width: 64em) {
    .woocommerce .related-products ul.products {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
}
.woocommerce .related-products ul.products .product {
    margin-bottom: 2rem;
}
.woocommerce .related-products ul.products .product a img:nth-child(n + 2) {
    display: none;
}
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
    .woocommerce .related-products ul.products.products--4 .product {
        width: calc(48% - 2rem);
    }
    .woocommerce
        .related-products
        ul.products.products--4
        .product:nth-child(2) {
        width: calc(52% - 2rem);
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 64em) {
    .woocommerce .related-products ul.products.products--4 .product {
        width: calc(25% - 3rem);
    }
    .woocommerce
        .related-products
        ul.products.products--4
        .product:nth-child(2) {
        width: calc(22% - 3rem);
        margin-top: 2rem;
    }
    .woocommerce
        .related-products
        ul.products.products--4
        .product:nth-child(4) {
        width: calc(28% - 3rem);
    }
}
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
    .woocommerce .related-products ul.products.products--1 .product,
    .woocommerce .related-products ul.products.products--2 .product,
    .woocommerce .related-products ul.products.products--3 .product,
    .woocommerce .related-products ul.products.products--6 .product {
        width: calc(52% - 2rem);
    }
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(5),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(5),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(5),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(5) {
        width: calc(48% - 2rem);
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 64em) {
    .woocommerce .related-products ul.products.products--1 .product,
    .woocommerce .related-products ul.products.products--2 .product,
    .woocommerce .related-products ul.products.products--3 .product,
    .woocommerce .related-products ul.products.products--6 .product {
        width: calc(33.333% - 2.67rem);
    }
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(2),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(2),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(2),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(2) {
        width: calc(28.3333% - 2.67rem);
        margin-top: 2rem;
    }
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--1
        .product:nth-child(6),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--2
        .product:nth-child(6),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--3
        .product:nth-child(6),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--6
        .product:nth-child(6) {
        width: calc(38.333% - 2.67rem);
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
    .woocommerce .related-products ul.products.products--5 .product {
        width: calc(52% - 2rem);
    }
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(1),
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(4),
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(5) {
        width: calc(48% - 2rem);
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 64em) {
    .woocommerce .related-products ul.products.products--5 .product {
        width: calc(33.333% - 2.67rem);
    }
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(2) {
        width: calc(28.3333% - 2.67rem);
        margin-top: 2rem;
    }
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(1) {
        width: calc(38.333% - 2.67rem);
        margin-top: 2rem;
    }
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(5),
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(4) {
        width: calc(50% - 2rem);
    }
    .woocommerce
        .related-products
        ul.products.products--5
        .product:nth-child(4) {
        margin-top: 2rem;
    }
}
.woocommerce .related-products ul.products.products--2 .product {
    width: 52%;
}
.woocommerce .related-products ul.products.products--2 .product:nth-child(2) {
    width: 48%;
    margin-top: 2rem;
}

.woocommerce li.product {
    line-height: 1.2;
    letter-spacing: 0.2rem;
}

.other-templates-placeholder {
    background: #c2baad;
    min-height: 100vh;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0.5rem 0 !important;
}
@media only screen and (max-width: 29.9375em) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        max-width: 100%;
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a br {
    display: none;
}
@media only screen and (min-width: 64em) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 1rem 0 !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a br {
        display: inline-block;
    }
}
@media only screen and (min-width: 64em) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li br {
        display: none;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #d67c73;
}

.woocommerce ul.products--main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
    .woocommerce ul.products--main {
        grid-template-columns: 1fr;
    }
}

.woocommerce ul.products--main li.product {
    display: flex;
    justify-content: flex-start;
}
.woocommerce ul.products--main li.product h3 {
    position: relative;
}
.woocommerce ul.products--main li.product h3 .discount-label {
    position: absolute;
    top: 0;
    margin-left: 2rem;
}
.woocommerce ul.products--main li.product a {
    width: 80%;
}
@media only screen and (max-width: 47.9375em) {
    .woocommerce ul.products--main li.product a {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 48em) {
    .woocommerce ul.products--main li.product:nth-child(4n + 1) {
        align-items: flex-start;
        justify-content: center;
    }
    .woocommerce ul.products--main li.product:nth-child(4n + 2) {
        padding-top: 8rem;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .woocommerce ul.products--main li.product:nth-child(4n + 3) {
        justify-content: flex-end;
        align-items: flex-start;
    }
    .woocommerce ul.products--main li.product:nth-child(4n + 4) {
        padding-top: 8rem;
        justify-content: flex-start;
        align-items: flex-end;
    }
}
.woocommerce ul.products--main li.product a img:nth-child(n + 2) {
    display: none;
}

.woocommerce
    ul.products--main
    li.product[data-first-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main
    li.product[data-first-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(3) {
    display: block;
}

.woocommerce
    ul.products--main
    li.product[data-first-image-type="male"][data-has-male-hover="true"]:hover
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main
    li.product[data-first-image-type="male"][data-has-male-hover="true"]:hover
    a
    img:nth-child(3) {
    display: block;
}

.woocommerce
    ul.products--main
    li.product[data-first-image-type="nonbinary"][data-has-nonbinary-hover="true"]:hover
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main
    li.product[data-first-image-type="nonbinary"][data-has-nonbinary-hover="true"]:hover
    a
    img:nth-child(2) {
    display: block;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"]
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"]
    a
    img:nth-child(3) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"]
    a
    img:nth-child(4) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"][data-has-male-hover="true"]:hover
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"][data-has-male-hover="true"]:hover
    a
    img:nth-child(2) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"][data-has-male-hover="true"]:hover
    a
    img:nth-child(3) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-first-image-type="female"][data-has-male-hover="true"]:hover
    a
    img:nth-child(4) {
    display: block !important;
}

.woocommerce
    ul.products--main.male
    li.product[data-second-image-type="male"]
    a
    img:nth-child(2) {
    display: block;
}

.woocommerce
    ul.products--main.male
    li.product[data-second-image-type="male"]
    a
    img:nth-child(3) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-second-image-type="male"]
    a
    img:nth-child(4) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-second-image-type="male"][data-has-male-hover="true"]:hover
    a
    img:nth-child(2) {
    display: none;
}

.woocommerce
    ul.products--main.male
    li.product[data-second-image-type="male"][data-has-male-hover="true"]:hover
    a
    img:nth-child(4) {
    display: block;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"]
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"]
    a
    img:nth-child(3) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"]
    a
    img:nth-child(4) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"][data-has-female-hover="true"]:hover
    a
    img:nth-child(2) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"][data-has-female-hover="true"]:hover
    a
    img:nth-child(2) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"][data-has-female-hover="true"]:hover
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="male"][data-has-female-hover="true"]:hover
    a
    img:nth-child(4) {
    display: block !important;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(1) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-first-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(3) {
    display: block;
}

.woocommerce
    ul.products--main.female
    li.product[data-second-image-type="female"]
    a
    img:nth-child(2) {
    display: block;
}

.woocommerce
    ul.products--main.female
    li.product[data-second-image-type="female"]
    a
    img:nth-child(3) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-second-image-type="female"]
    a
    img:nth-child(4) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-second-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(2) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-second-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(3) {
    display: none;
}

.woocommerce
    ul.products--main.female
    li.product[data-second-image-type="female"][data-has-female-hover="true"]:hover
    a
    img:nth-child(4) {
    display: block;
}

.woocommerce div.product form.cart .variations th.label,
.woocommerce div.product form.cart .variations td.value {
    display: block;
    text-align: left;
}
.woocommerce div.product form.cart .variations th.label label,
.woocommerce div.product form.cart .variations td.value label {
    font-weight: normal;
}

.variation-row > td {
    padding-bottom: 2rem;
}

.variation-row:last-child > td {
    padding-bottom: 0;
}

.custom-color-select-container,
.custom-size-select-container {
    position: relative;
}

.custom-color-select-container__inner {
    max-height: 300px;
    overflow: scroll;
    position: absolute;
    z-index: 1000;
    top: 0;
    border-right: 1px solid #181716 !important;
    border-top: 1px solid #181716 !important;
    border-bottom: 1px solid #181716 !important;
}
.custom-color-select-container__inner.hidden {
    display: none;
}

.custom-color-select,
.custom-size-select {
    position: relative;
    min-width: 200px;
    background: #fff;
    margin: 0 0 0rem 0;
}
.custom-color-select.hidden,
.custom-size-select.hidden {
    display: none;
}

.custom-size-select {
    border-right: 1px solid #181716 !important;
    border-top: 1px solid #181716 !important;
    position: absolute;
    z-index: 999;
    top: 0;
}

.custom-size-select td,
.custom-size-select th,
.custom-color-select td {
    font-weight: normal;
    border-left: 1px solid #181716 !important;
    border-bottom: 1px solid #181716 !important;
    padding: 0.3rem 1rem !important;
}

.custom-size-select tr:hover td,
.custom-color-select tr:hover td,
.custom-size-select tr.selected td .custom-color-select tr.selected td {
    background: #d67c73 !important;
}

.custom-color-select tr,
.custom-size-select tr {
    cursor: pointer;
}

.reset_variations {
    text-decoration: none;
    vertical-align: middle;
    transform: translateY(-3px);
    display: inline-block;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 2rem;
}

.reset_variations span,
.reset_variation_close {
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.single_variation_wrap .woocommerce-variation {
    padding-bottom: 2rem;
}

.woocommerce div.product form.cart .variations select {
    min-width: 0;
    background-color: #ffffff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAEpJREFUOE9jZKAAMFKgl2GIa/7PwECSF8Dqkf1MrAFwdegBRsgAFHlsoY3LAAxxXFGFrhCrgfjiGaYBp1cIJRK8YUBIM97UO3CaAecjDRCUkb54AAAAAElFTkSuQmCC);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding: 1rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Riposte", sans-serif;
    letter-spacing: 0.2rem;
    line-height: 1;
    font-size: 1.3rem;
    cursor: pointer;
    padding-right: 4rem;
    border: 1px solid #181716;
    border-radius: 0px;
}
.woocommerce div.product form.cart .variations select.no-options {
    padding-right: 1.5rem;
    background-image: none;
}

.one_size_fits_all {
    margin-bottom: 2rem;
}

.wcrp-rental-products-rental-dates {
    border: none;
    font-size: 1.3rem;
    background: none;
    letter-spacing: 0.2rem;
    line-height: 1;
    padding: 1rem 0rem;
    color: #d67c73;
}
.wcrp-rental-products-rental-dates:focus {
    outline: none;
}
.wcrp-rental-products-rental-dates::-moz-placeholder {
    color: #fff;
}
.wcrp-rental-products-rental-dates:-ms-input-placeholder {
    color: #fff;
}
.wcrp-rental-products-rental-dates::placeholder {
    color: #fff;
}

.amount_needed,
.variation-class {
    min-width: 0;
    background-color: #ffffff;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding: 1rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Riposte", sans-serif;
    letter-spacing: 0.2rem;
    line-height: 1;
    font-size: 1.3rem;
    display: inline-block;
    border: 1px solid #181716;
    border-radius: 0px;
    text-align: center;
}
.amount_needed:focus,
.variation-class:focus {
    outline: none;
}

#price_calculator {
    border-spacing: 0px;
    border-collapse: separate;
    margin-bottom: 2rem;
}

#price_calculator input {
    width: 80px;
}

#price_calculator .price-table-row td:first-child {
    display: none;
}

#price_calculator .price-table-row.calculated-price {
    display: block;
}
#price_calculator .price-table-row.calculated-price td {
    padding-top: 2rem;
}

#price_calculator input,
#price_calculator span {
    float: none !important;
}

#price_calculator .x {
    display: inline-block;
    margin: 0 1rem;
}

#price_calculator .price-table-row td {
    text-align: left !important;
}
#price_calculator .price-table-row td .dashicons {
    display: none;
}

#price_calculator tr {
    display: inline;
}

.woocommerce div.product form.cart .variations select:focus {
    outline: none;
}

.woocommerce-message::before,
.woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
    display: none;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    border: none !important;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    float: none;
    margin: 0 1rem !important;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
    height: auto;
}

.woocommerce-Price-currencySymbol {
    padding-right: 1rem;
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
    margin-right: 1rem;
}

.woocommerce .product-container {
    margin-bottom: 10rem;
}
@media only screen and (max-width: 63.9375em) {
    .woocommerce .product-container {
        margin-bottom: 6rem;
    }
}
@media only screen and (max-width: 47.9375em) {
    .woocommerce .product-container {
        margin-bottom: 2rem;
    }
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.2rem;
}

.product-name a {
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-cart-form__contents thead {
    display: none;
}

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
    padding: 0;
    border: none !important;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
    background: transparent;
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
    border-bottom-color: #f3f3f3;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
    background: #f3f3f3;
}

.product__details h1 {
    margin-bottom: 2rem;
}

.litepicker {
    font-size: 1rem !important;
}

.litepicker .container__days .day-item {
    border-radius: 0px !important;
}

.litepicker .container__days {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    margin-right: -1px;
    margin-bottom: -1px;
}

.litepicker .container__days div {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.litepicker .container__months .month-item .month-item-header {
    font-size: 1.3rem;
    padding-left: 0;
    padding-right: 0;
}

.wcrp-rental-products-disable-rental-start-end-days {
    border: none !important;
    padding-left: 0 !important;
    justify-content: flex-start;
    padding: 0 !important;
    flex-direction: row !important;
    text-align: left !important;
}

.button-previous-month,
.button-next-month {
    margin-right: 0;
    padding: 0;
}

.litepicker .container__months .month-item strong {
    font-weight: normal;
}

.wcrp-rental-products-is-rental .litepicker * {
    box-sizing: border-box !important;
}

.litepicker .container__tooltip {
    box-shadow: none;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: #d67c73;
}

.litepicker .container__days .day-item.is-locked {
    overflow: hidden;
}

.litepicker .container__days .day-item.is-locked:not(.is-start-date):after {
    content: "";
    display: block;
    width: 139%;
    height: 1px;
    background: #000;
    transform: translate(-7px, -6px) rotate(-38deg);
}

:root {
    --litepicker-container-months-box-shadow-color: #fff;
    --litepicker-day-width: 14.2857142857%;
    --litepicker-month-width: 50%;
    --litepicker-month-weekday-color: #000;
    --litepicker-highlighted-day-color-bg: #eee;
    --litepicker-month-header-color: #181716;
    --litepicker-button-prev-month-color: #181716;
    --litepicker-button-next-month-color: #181716;
    --litepicker-button-prev-month-color-hover: #c2baad;
    --litepicker-button-next-month-color-hover: #c2baad;
    --litepicker-day-color-hover: #d67c73;
    --litepicker-is-start-color-bg: #d67c73;
    --litepicker-is-end-color-bg: #d67c73;
    --litepicker-button-apply-color-bg: #d67c73;
    --litepicker-button-reset-color-hover: #d67c73;
    --litepicker-is-in-range-color: #e2aea6;
}

.newsletter-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 80%;
    max-width: 550px;
    background: #c2baad;
    padding: 5rem 5rem;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.newsletter-popup .newsletter-close {
    position: absolute;
    top: 5rem;
    right: 5rem;
    z-index: 100;
    width: 4rem;
    height: 4rem;
    stroke: #181716;
    cursor: pointer;
}
.newsletter-popup .newsletter-close .top {
    transform: rotate(30deg) translate(0, 0) scaleX(1.15);
}
.newsletter-popup .newsletter-close .bottom {
    transform: rotate(-30deg) translate(0, 0) scaleX(1.15);
}
.newsletter-popup #mc_embed_signup {
    z-index: 1;
    font-size: 1.4rem;
}
.newsletter-popup
    #mc_embed_signup
    #mc-embedded-subscribe-form
    div.mce_inline_error {
    background: #e85c41;
    border-color: #e85c41;
    color: #fff;
    border-radius: 0;
    padding: 3px 5px;
}
.newsletter-popup #mc_embed_signup form {
    margin: 0;
}
.newsletter-popup #mc_embed_signup form .mc-field-group {
    width: 100%;
}
.newsletter-popup #mc_embed_signup .helper_text {
    background: none;
}
.newsletter-popup #mc_embed_signup h2 {
    font-size: 3rem;
    font-family: "GT Super Display Medium";
    font-weight: normal;
    margin-top: 0;
}
.newsletter-popup #mc_embed_signup .button {
    border-radius: 0;
    background: #000;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 1rem 1.5rem;
    border-radius: 0px;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.newsletter-popup .newsletter-stain {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/vlek-180.jpg);
    background-size: 340%;
    background-position: center right;
    mix-blend-mode: multiply;
    opacity: 0.7;
    top: 0;
    left: 0;
    transform: translateY(10px);
}

.newsletter-active .newsletter-popup {
    display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    padding: 1rem;
    border: 1px solid #181716;
    outline: none;
    font-size: 1.4rem;
    border-radius: 0;
    letter-spacing: 0.2rem;
    display: block;
    width: 100%;
}

.woocommerce div.product .out-of-stock {
    color: #d67c73;
}

.shop-categories--placeholder {
    height: 4rem;
}
@media only screen and (max-width: 47.9375em) {
    .shop-categories--placeholder {
        display: none;
    }
}

.return-to-shop {
    text-align: center;
}

.shop_table td:last-child,
.product-price,
.product-quantity,
.product-subtotal {
    text-align: right;
}

.product-quantity {
    white-space: nowrap;
}

.product-price {
    padding-right: 2rem !important;
}

.product-thumbnail img {
    margin-right: 2rem;
}

.wc-proceed-to-checkout {
    text-align: center;
}

.cart_totals h2 {
    display: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
    float: none;
}

.woocommerce-cart table.cart td.actions {
    text-align: center;
    justify-content: center;
    vertical-align: bottom;
    padding: 3rem;
}
.woocommerce-cart table.cart td.actions .coupon {
    display: inline-block;
    vertical-align: bottom;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    vertical-align: bottom;
}

.woocommerce a.remove {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5rem;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    color: #000 !important;
    text-decoration: none;
    font-weight: 300 !important;
    border: 0;
}

.woocommerce a.remove:hover {
    background: none !important;
    color: #c2baad !important;
}

.cart-collaterals {
    display: flex;
    justify-content: center;
}

.cart_totals {
    max-width: 400px;
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    width: auto !important;
}

.quantity {
    display: inline-block;
    vertical-align: middle;
}

.remove-icon {
    width: 16px !important;
    height: auto;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: none;
    background: #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.woocommerce-checkout h3,
.woocommerce-checkout label,
.woocommerce-cart h3,
.woocommerce-cart label {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}

.woocommerce-checkout h3,
.woocommerce-cart h3 {
    margin-top: 6rem;
}

.woocommerce table.shop_table thead {
    display: none;
}

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

#place_order {
    margin-top: 2rem;
    margin-bottom: 10rem;
}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-checkout form.woocommerce-checkout {
    max-width: 600px;
    margin: 0 auto;
}

.woocommerce .quantity .qty {
    width: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.includes_tax {
    display: block;
    padding-top: 1rem;
}

#pwgc-redeem-gift-card-number {
    padding: 0.75rem 1rem;
}

#pwgc-redeem-button {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

[for="pwgc-redeem-gift-card-number"] {
    font-weight: 700;
    display: block;
}

#pwgc-redeem-form {
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
}

@media only screen and (max-width: 47.9375em) {
    .woocommerce-cart-form__contents tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .woocommerce-cart-form__contents tr td {
        display: block;
    }
    .woocommerce-cart-form__contents tr td.product-thumbnail {
        width: 35%;
    }
    .woocommerce-cart-form__contents tr td.product-name {
        width: 65%;
    }
    .woocommerce-cart-form__contents tr td.product-price,
    .woocommerce-cart-form__contents tr td.product-quantity,
    .woocommerce-cart-form__contents tr td.product-subtotal {
        vertical-align: middle;
    }
    .woocommerce-cart-form__contents tr td.product-subtotal {
        width: 35%;
    }
    .woocommerce-cart-form__contents tr td.product-price {
        width: 20%;
    }
    .woocommerce-cart-form__contents tr td.product-quantity {
        width: 45%;
    }
    .woocommerce-cart-form__contents tr td.actions {
        width: 100%;
    }
}

@media only screen and (max-width: 47.9375em) {
    .woocommerce-cart-form__contents tbody {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
    width: 70px;
}

.litepicker .container__main {
    width: 100%;
}

.woocommerce-thankyou-order-details {
    display: none;
}

address {
    letter-spacing: 0.2rem;
}

.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
    padding-left: 0;
}
.woocommerce-customer-details--email:before,
.woocommerce-customer-details--phone:before {
    display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce
    .woocommerce-customer-details
    .woocommerce-customer-details--email {
    padding-left: 0 !important;
}

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

.woocommerce .woocommerce-order {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
