@charset "UTF-8";
/*
Theme Name: Terra Candido Child Theme
Theme URI: https://github.com/trinketmage/terra-candido-wc
Description: Terra Candido child theme for Twenty Twenty One.
Author: Tran Remi
Author URI: https://trinketmage.github.io/
Template: twentytwentyone
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearnings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Collumns.............Specific styles for the collumns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Meda text............Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@font-face {
  font-family: Windsor;
  src: url("/wp-content/themes/terra-candido/assets/fonts/Windsor/Windsor Light Regular.otf");
  font-weight: normal;
}
:root {
  --global--spacing-vertical: 0px;
  --global--tablet-spacing: 8.25vw;
  --vh: 1vh;
}

@media only screen and (min-width: 1920px) {
  :root {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1920px) {
  :root {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 821px) {
  :root {
    --global--font-size-subtitle: 25px;
    --global--font-size-text: 11px;
    --form--font-size: 11px;
    --global--gutter-xs: 24px;
    --global--max-width-xs: 540px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}
@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  }
}
/**
 * Extends
 */
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.site-header, .wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */
/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-top: calc(0.75 * var(--global--spacing-vertical));
  padding-bottom: calc(2 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .site-header {
    padding-bottom: calc(3 * var(--global--spacing-vertical));
  }
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
  margin-top: calc(3 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}
.site-main > *:first-child {
  margin-top: 0;
}
.site-main > *:last-child {
  margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */
/**
 * Set the wide maximum responsive content-width
 */
/**
 * Set the full maximum responsive content-width
 */
/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: var(--global--spacing-vertical);
  margin-right: auto;
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child {
  margin-top: 0;
}
.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .site-footer > *,
.widget-area > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}
.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */
}
.entry-content > *.alignleft, .entry-content > *.alignright, .entry-content > *.alignleft:first-child + *, .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull.has-background {
  margin-top: 0;
}
.entry-content > *:last-child, .entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}
.entry-content > *.alignfull + .alignleft, .entry-content > *.alignfull + .alignright {
  margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-size: var(--global--font-size-base);
  font-weight: normal;
  color: var(--global--color-primary);
  text-align: left;
  background-color: var(--global--color-background);
}
@media only screen and (max-width: 821px) {
  body {
    font-size: var(--global--font-size-xxxl);
  }
}

button {
  cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
#masthead,
#mobile-masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
  z-index: 10;
  margin-top: 0;
  padding-top: 0;
  align-items: center;
  display: flex;
  max-width: none;
  width: 100%;
}
#masthead .fixed-spacer,
#mobile-masthead .fixed-spacer {
  width: 100%;
  margin-top: 1.5rem;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 821px) {
  #masthead .fixed-spacer,
#mobile-masthead .fixed-spacer {
    max-width: none;
    padding-left: var(--global--tablet-spacing);
    padding-right: var(--global--tablet-spacing);
    margin-top: 10px;
  }
}
#masthead.masthead-scrolling,
#mobile-masthead.masthead-scrolling {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#masthead path,
#mobile-masthead path {
  stroke: #000000;
}
#masthead.darkin,
#mobile-masthead.darkin {
  filter: invert(100%) brightness(2);
}
#masthead.darkin-helper,
#mobile-masthead.darkin-helper {
  display: flex;
  align-items: center;
  height: 100%;
  pointer-events: all;
}

@media only screen and (max-width: 821px) {
  #masthead {
    display: none;
  }
}

@media only screen and (min-width: 822px) {
  #mobile-masthead {
    display: none;
  }
}
#mobile-masthead .fixed-spacer {
  padding-right: 50px;
}

.site-header {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--global--spacing-vertical);
}
.wp-custom-logo .site-header {
  align-items: center;
}
@media only screen and (min-width: 482px) {
  .site-header {
    padding-top: calc(var(--global--spacing-vertical) / 0.75);
  }
}
@media only screen and (min-width: 822px) {
  .site-header {
    padding-top: 3.5rem;
  }
}

#breadcrumb {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.8125rem;
}
@media only screen and (max-width: 821px) {
  #breadcrumb {
    margin-top: 50px;
  }
}
#breadcrumb .circle-cta {
  margin-right: 1.5625rem;
}
#breadcrumb .circle-cta .decoration {
  width: 7.5rem;
  height: 7.5rem;
}
@media only screen and (max-width: 821px) {
  #breadcrumb .circle-cta .decoration {
    width: 40px;
    height: 40px;
  }
}
#breadcrumb .navigation {
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5714285714;
  letter-spacing: 0.2em;
  opacity: 0.8;
  text-transform: uppercase;
}
@media only screen and (max-width: 821px) {
  #breadcrumb .navigation {
    font-size: var(--global--font-size-text);
  }
}

@media only screen and (max-width: 821px) {
  #breadcrumb {
    margin-bottom: 30px;
  }
}
#site-navigation {
  margin-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-navigation .menu-wrapper-right {
  justify-content: flex-end;
}
#site-navigation .masthead-nav {
  flex: 1;
}
#site-navigation ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}
#site-navigation a, #site-navigation li {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
  letter-spacing: 0.23em;
  text-decoration: none;
  text-transform: uppercase;
}
#site-navigation * + a,
#site-navigation * + li {
  margin-left: 2em;
}
#site-navigation .cart-contents {
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
}
@media only screen and (max-width: 821px) {
  #site-navigation .cart-contents {
    width: 40px;
    height: 40px;
  }
}
#site-navigation .cart-contents-count {
  font-size: 0.75rem;
  display: block;
  margin-right: -0.23rem;
}
@media only screen and (max-width: 821px) {
  #site-navigation .cart-contents-count {
    font-size: var(--global--font-size-text);
  }
}
#site-navigation:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 821px) {
  #site-navigation a {
    display: none;
  }
  #site-navigation a.cart-contents {
    display: flex;
  }
}

a.custom-logo-link {
  text-decoration: none;
  padding: 0;
}
.has-background-white a.custom-logo-link:focus, .is-dark-theme a.custom-logo-link:focus {
  background: none;
}

.site-title > a {
  text-decoration-color: var(--global--color-secondary);
}

.site-header > .site-logo {
  text-align: center;
  width: auto;
  padding-bottom: 0;
  border-bottom: none;
}
.site-logo .custom-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.125rem;
  max-height: 8.125rem;
  height: auto;
  display: block;
  width: auto;
}
@media only screen and (max-width: 821px) {
  .site-logo .custom-logo {
    margin: 0;
    max-width: 60px;
    max-height: 60px;
  }
}

.search-popup {
  padding-top: 10px;
  padding-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: fixed;
  top: 120px;
  background-color: white;
  padding: 20px 80px;
  z-index: 99;
  width: 100%;
}
@media only screen and (max-width: 821px) {
  .search-popup {
    top: 69px;
    padding: 20px 10px;
  }
}

#toggle-mobile-nav {
  position: fixed;
  top: 5px;
  right: 7px;
  z-index: 999;
  color: white;
}

#open-mobile-nav,
#site-mobile-navigation {
  display: none;
}

#site-mobile-navigation {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  background-color: #ffffffd6;
  display: block;
}

#toggle-mobile-nav.menu-open + #site-mobile-navigation {
  opacity: 1;
  transform: translateX(0);
}

#site-mobile-navigation .masthead-nav a {
  font-size: var(--global--font-size-xxxl);
}

#site-mobile-navigation .masthead-nav .menu-wrapper {
  padding: 10px 0 0 50px;
  list-style: none;
  display: list-item;
}

#site-mobile-navigation .masthead-nav .menu-wrapper-right {
  padding: 0 0 0 50px;
  list-style: none;
  display: list-item;
}

#mobile-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#mobile-nav .site-logo {
  flex: 3;
}

#mobile-nav > a {
  min-width: 40px;
  text-align: center;
}

@media only screen and (max-width: 821px) {
  #mobile-nav > a {
    font-size: 20px;
  }
}
.site-footer {
  max-width: 1720px;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-bottom: 2.5625rem;
}
.site-footer img {
  width: 14rem;
  height: auto;
  max-width: initial;
  display: block;
}
.site-footer .ending {
  display: flex;
  justify-content: space-between;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 7.5rem;
}
@media only screen and (max-width: 821px) {
  .site-footer .ending {
    font-size: var(--global--font-size-text);
  }
}
.site-footer .footer-nav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 821px) {
  .site-footer .footer-nav {
    flex-direction: column;
  }
}
.site-footer .footer-block {
  padding-top: 3.75rem;
  display: flex;
}
@media only screen and (max-width: 821px) {
  .site-footer .footer-block {
    flex-direction: column;
    row-gap: 6px;
  }
}
.site-footer h4 {
  font-size: 2.4375rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 3.75rem 0 0;
}
@media only screen and (max-width: 821px) {
  .site-footer h4 {
    font-size: var(--global--font-size-subtitle);
  }
}
.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  color: #000000;
  text-transform: uppercase;
}
.site-footer .footer-links a {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 2.17;
  letter-spacing: 0.05em;
  color: #000000;
  align-self: flex-start;
  text-decoration: none;
}
@media only screen and (max-width: 821px) {
  .site-footer .footer-links a {
    font-size: var(--global--font-size-text);
  }
}

.candide-text-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.3125rem;
  font-family: "Open Sans";
  text-align: left;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 821px) {
  .candide-text-container {
    display: flex;
    flex-direction: column;
  }
}
.candide-text-container .baseline {
  font-size: 3.0625rem;
  line-height: 1.1020408163;
  letter-spacing: 0em;
}
@media only screen and (max-width: 821px) {
  .candide-text-container .baseline {
    font-size: var(--global--font-size-subtitle);
    max-width: 252px;
  }
}
.candide-text-container .candide-paragraph {
  font-size: 1.1875rem;
  line-height: 1.7894736842;
  letter-spacing: 0em;
}
@media only screen and (max-width: 821px) {
  .candide-text-container .candide-paragraph {
    font-size: var(--global--font-size-text);
    max-width: 252px;
  }
}

@media only screen and (min-width: 1920px) {
  .ending-container {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ending-container {
  display: flex;
  align-items: center;
}
.ending-container.woocommerce-ordering {
  float: none;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.0625rem;
  margin-bottom: 4.5rem;
  text-transform: uppercase;
}
.ending-container:before {
  content: "";
  display: block;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
}
.ending-container.undecorated:before {
  background-color: transparent;
  height: 0;
}
.ending-container .circle-cta {
  margin-left: 4.875rem;
}

.circle-cta {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
}
.circle-cta .decoration {
  width: 11.5rem;
  height: 11.5rem;
  background-color: #B82D25;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.25, 1);
  will-change: transform;
}
@media only screen and (max-width: 821px) {
  .circle-cta .decoration {
    width: 120px;
    height: 120px;
  }
}
.circle-cta .caption {
  font-family: Open Sans;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 821px) {
  .circle-cta .caption {
    font-size: var(--global--font-size-text);
  }
}
.circle-cta.ocre {
  color: #646235;
}
.circle-cta.ocre .decoration {
  background-color: #ffffff;
}
.circle-cta.white {
  color: #B82D25;
}
.circle-cta.white .decoration {
  background-color: #ffffff;
}
.circle-cta.loading .caption {
  opacity: 0.5;
  pointer-events: none;
}
.circle-cta.loading .caption:after {
  font-family: WooCommerce;
  content: "";
  vertical-align: middle;
  font-weight: 400;
  position: absolute;
  left: 100%;
  margin-left: 0.3125em;
  animation: spin 2s linear infinite;
}
.circle-cta.added .caption:after {
  font-family: WooCommerce;
  content: "";
  margin-left: 0.53em;
  vertical-align: bottom;
  position: absolute;
  left: 100%;
  margin-left: 0.3125em;
}
.circle-cta:hover:not(.static) .decoration {
  transform: scale(3.14);
}

.wc-block-product-categories-list--depth-1 {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .wc-block-product-categories-list,
.wc-block-all-categories-list {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 6.25rem;
    row-gap: 4.75rem;
    padding-top: 18rem;
    font-size: 2.5rem;
    line-height: 1.35;
    letter-spacing: 0em;
    text-align: center;
  }
  .wc-block-product-categories-list li:last-child:nth-child(3n-2),
.wc-block-all-categories-list li:last-child:nth-child(3n-2) {
    grid-column-end: 3;
    margin-top: -18rem;
  }
  .wc-block-product-categories-list li:nth-child(3n-1),
.wc-block-all-categories-list li:nth-child(3n-1) {
    margin-top: -18rem;
  }
}
@media screen and (max-width: 767px) {
  .wc-block-product-categories-list,
.wc-block-all-categories-list {
    padding: 0;
    display: block;
    padding-top: 14rem;
    font-size: 7rem;
    line-height: 1.35;
    letter-spacing: 0em;
    text-align: center;
  }

  .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 0 0 10rem 0 !important;
  }
}
@media only screen and (max-width: 821px) {
  .wc-block-product-categories-list .wc-block-product-categories-list-item__image:after,
.wc-block-product-categories-list .wc-block-all-categories-list-item__image:after,
.wc-block-all-categories-list .wc-block-product-categories-list-item__image:after,
.wc-block-all-categories-list .wc-block-all-categories-list-item__image:after {
    line-height: 120px !important;
  }
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image,
.wc-block-product-categories-list--has-images .wc-block-all-categories-list-item__image,
.wc-block-product-categories-list .wc-block-product-categories-list-item__image,
.wc-block-product-categories-list .wc-block-all-categories-list-item__image,
.wc-block-all-categories-list .wc-block-product-categories-list-item__image,
.wc-block-all-categories-list .wc-block-all-categories-list-item__image {
  background-color: #000000;
  border: none !important;
  display: block !important;
  margin: 0.5em 0 0 0 !important;
  max-width: initial !important;
  overflow: hidden;
  position: relative;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image:before,
.wc-block-product-categories-list--has-images .wc-block-all-categories-list-item__image:before,
.wc-block-product-categories-list .wc-block-product-categories-list-item__image:before,
.wc-block-product-categories-list .wc-block-all-categories-list-item__image:before,
.wc-block-all-categories-list .wc-block-product-categories-list-item__image:before,
.wc-block-all-categories-list .wc-block-all-categories-list-item__image:before {
  color: #ffffff;
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s linear;
  z-index: 1;
}
.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image:after,
.wc-block-product-categories-list--has-images .wc-block-all-categories-list-item__image:after,
.wc-block-product-categories-list .wc-block-product-categories-list-item__image:after,
.wc-block-product-categories-list .wc-block-all-categories-list-item__image:after,
.wc-block-all-categories-list .wc-block-product-categories-list-item__image:after,
.wc-block-all-categories-list .wc-block-all-categories-list-item__image:after {
  background-color: #B82D25;
  border-radius: 50%;
  color: white;
  content: "VOIR";
  font-family: Open Sans;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 11.5rem;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 11.5rem;
  margin-top: -5.75rem;
  margin-left: -5.75rem;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: scale(0.625);
  transition: opacity, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 11.5rem;
  white-space: nowrap;
}
@media only screen and (max-width: 821px) {
  .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image:after,
.wc-block-product-categories-list--has-images .wc-block-all-categories-list-item__image:after,
.wc-block-product-categories-list .wc-block-product-categories-list-item__image:after,
.wc-block-product-categories-list .wc-block-all-categories-list-item__image:after,
.wc-block-all-categories-list .wc-block-product-categories-list-item__image:after,
.wc-block-all-categories-list .wc-block-all-categories-list-item__image:after {
    font-size: var(--global--font-size-text);
    width: 120px;
    height: 120px;
  }
}
.wc-block-product-categories-list--has-images li,
.wc-block-product-categories-list li,
.wc-block-all-categories-list li {
  grid-column: span 1;
  list-style: none;
}
.wc-block-product-categories-list--has-images li a,
.wc-block-product-categories-list li a,
.wc-block-all-categories-list li a {
  color: #7A201A;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.wc-block-product-categories-list--has-images li a .wc-block-product-categories-list-item__name,
.wc-block-product-categories-list li a .wc-block-product-categories-list-item__name,
.wc-block-all-categories-list li a .wc-block-product-categories-list-item__name {
  order: 1;
}
.wc-block-product-categories-list--has-images li a .wc-block-product-categories-list-item__image,
.wc-block-product-categories-list li a .wc-block-product-categories-list-item__image,
.wc-block-all-categories-list li a .wc-block-product-categories-list-item__image {
  order: 2;
}
.wc-block-product-categories-list--has-images li a:hover .wc-block-product-categories-list-item__image:before,
.wc-block-product-categories-list li a:hover .wc-block-product-categories-list-item__image:before,
.wc-block-all-categories-list li a:hover .wc-block-product-categories-list-item__image:before {
  opacity: 1;
}
.wc-block-product-categories-list--has-images li a:hover .wc-block-product-categories-list-item__image:after,
.wc-block-product-categories-list li a:hover .wc-block-product-categories-list-item__image:after,
.wc-block-all-categories-list li a:hover .wc-block-product-categories-list-item__image:after {
  opacity: 1;
  transform: scale(1);
}
.wc-block-product-categories-list--has-images li a:hover img,
.wc-block-product-categories-list li a:hover img,
.wc-block-all-categories-list li a:hover img {
  opacity: 0.3;
  transform: scale(1.2);
}
.wc-block-product-categories-list--has-images li img,
.wc-block-product-categories-list li img,
.wc-block-all-categories-list li img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.woocommerce-notices-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-products-header {
  margin-top: -60px !important;
  margin-bottom: -20px;
  border-bottom: none;
  padding-bottom: 0;
}
.woocommerce-products-header .page-title {
  font-family: Windsor;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.7857142857;
  letter-spacing: -0.02em;
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align-last: center;
}
.woocommerce-products-header .category-image-container {
  height: 38.4615384615vw;
  margin-top: 4.875rem;
}
.woocommerce-products-header .category-image-container img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 821px) {
  .woocommerce-products-header {
    margin-top: -20px !important;
  }
}
.woocommerce .site-content {
  overflow: hidden;
}
.woocommerce .site-content .product > .products {
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .site-content .product > .products ul.products {
  justify-content: flex-start;
}
@media only screen and (max-width: 821px) {
  .woocommerce .site-content .product > .products {
    padding-left: var(--global--gutter-xs);
    padding-right: var(--global--gutter-xs);
    max-width: var(--global--max-width-xs);
    box-sizing: content-box;
  }
}

.woocommerce .orderby {
  width: 11.5rem;
  height: 11.5rem;
  border: none;
  border-radius: 50%;
  appearance: none;
  text-align-last: center;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  white-space: pre-wrap;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0);
  background-position: right var(--form--spacing-unit) top 51.5%;
  font: inherit;
}

@media screen and (max-width: 821px) {
  .woocommerce .orderby {
    height: 140px;
    margin-left: -12px;
    padding: 0;
    width: 140px;
  }
}
.woocommerce-loop-product__link .candide-thumbnail {
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.woocommerce-loop-product__link .candide-thumbnail .circle-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s linear;
}
.woocommerce-loop-product__link .candide-thumbnail .circle-cta .decoration {
  transform: scale(0.625);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.woocommerce-loop-product__link .candide-thumbnail img {
  transition: opacity 0.3s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.woocommerce-loop-product__link:hover .candide-thumbnail .circle-cta {
  opacity: 1;
}
.woocommerce-loop-product__link:hover .candide-thumbnail .circle-cta .decoration {
  transform: scale(1);
}
.woocommerce-loop-product__link:hover .candide-thumbnail img {
  opacity: 0.3;
  transform: scale(1.2);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: Open Sans;
  font-size: 1.9375rem;
  line-height: 1.0322580645;
}
.woocommerce ul.products li.product .format-label {
  font-family: Open Sans;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.04;
}
.woocommerce ul.products li.product .price {
  font-family: Open Sans;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.04;
  color: #B82D25;
}
.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 821px) {
  .woocommerce .related ul.products li.product .woocommerce-loop-product__title {
    font-size: var(--global--font-size-text);
  }
}
.woocommerce .related ul.products li.product .price {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 821px) {
  .woocommerce .related ul.products li.product .price {
    font-size: var(--global--font-size-text);
  }
}
.woocommerce .related ul.products li.product .format-label {
  font-size: inherit;
}
@media only screen and (max-width: 821px) {
  .woocommerce .related ul.products li.product .format-label {
    font-size: var(--global--font-size-text);
  }
}

.woocommerce-product-data-tabs {
  clear: both;
}

.upsells.products > h2,
.related.products > h2 {
  font-family: Windsor;
  font-size: 15.4375rem;
  font-weight: 300;
  line-height: 0.8097165992;
  letter-spacing: -0.02em;
  margin-bottom: 6.4375rem;
}

.woocommerce .content-area {
  width: auto;
  padding: 0;
  max-width: none;
}

.woocommerce-info, .woocommerce-message {
  background-color: #F9F9F9;
  border-top: 2px solid #B82D25;
}

.woocommerce .content-area .site-main {
  margin: 0;
}

@media only screen and (max-width: 821px) {
  .woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products {
    flex-direction: row;
  }
}
@media only screen and (max-width: 591px) {
  .woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
    max-width: 300px;
  }
}
#main > ul.products {
  max-width: 107.5rem;
  margin: auto;
}

.woopspro-product-slider-wrap,
.woopspro-product-slider,
.woopspro-product-slider .slick-slider,
.woopspro-product-slider .slick-slider .slick-list,
.woopspro-product-slider .slick-slider .slick-list .slick-track,
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-LoopProduct-link,
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-LoopProduct-link .candide-thumbnail {
  height: 46.625vw;
}
@media only screen and (max-width: 821px) {
  .woopspro-product-slider-wrap,
.woopspro-product-slider,
.woopspro-product-slider .slick-slider,
.woopspro-product-slider .slick-slider .slick-list,
.woopspro-product-slider .slick-slider .slick-list .slick-track,
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-LoopProduct-link,
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-LoopProduct-link .candide-thumbnail {
    height: 59vw;
  }
}

.woopspro-product-slider-wrap,
.woopspro-product-slider {
  height: 46.625vw;
  max-width: initial !important;
  position: relative;
  color: #ffffff;
}
@media only screen and (max-width: 821px) {
  .woopspro-product-slider-wrap,
.woopspro-product-slider {
    height: 59vw;
  }
}

.woopspro-product-slider .slick-slider .slick-list .slick-track .attachment-woocommerce_thumbnail {
  height: initial !important;
  left: 0;
  max-width: initial !important;
  position: absolute;
  top: -50%;
}
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__link .candide-thumbnail .circle-cta {
  bottom: 45px;
  opacity: 1;
  top: initial;
  transform: translateX(-50%);
}
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__link .candide-thumbnail .circle-cta .decoration {
  transform: scale(1);
}
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__link:hover .candide-thumbnail .circle-cta .decoration {
  transform: scale(3.14);
}
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__link:hover .candide-thumbnail img {
  opacity: 1;
  transform: none;
}
.woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__title {
  background-color: #0000005c;
  bottom: 90px;
  color: white;
  font-size: 1.9375rem;
  font-weight: 600;
  letter-spacing: 0;
  left: 3.25rem;
  line-height: 1.0322580645;
  max-width: 40%;
  padding: 8px;
  position: absolute;
}
.woopspro-product-slider .slick-slider .slick-list .slick-track .price {
  background-color: #0000005c;
  bottom: 45px;
  color: white;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  left: 3.25rem;
  letter-spacing: 0;
  padding: 8px;
  position: absolute;
}
.woopspro-product-slider .slick-slider .slick-dots {
  display: none;
}
.woopspro-product-slider .slick-slider .slick-arrow {
  background-color: #fff !important;
  border-radius: 50% !important;
  bottom: 45px;
  height: 40px;
  left: initial;
  padding: 0 !important;
  position: absolute;
  top: initial;
  width: 40px;
  z-index: 2;
}
.woopspro-product-slider .slick-slider .slick-arrow:hover, .woopspro-product-slider .slick-slider .slick-arrow:focus {
  background-color: #fff !important;
}
.woopspro-product-slider .slick-slider .slick-arrow:before {
  color: #b82d25;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  left: 50%;
  position: absolute;
  top: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%);
}
.woopspro-product-slider .slick-slider .slick-arrow.slick-prev {
  right: 80px;
}
.woopspro-product-slider .slick-slider .slick-arrow.slick-prev:before {
  content: "←";
}
.woopspro-product-slider .slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.woopspro-product-slider .slick-slider .slick-arrow.slick-next:before {
  content: "→";
}

@media only screen and (max-width: 821px) {
  .woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__link .candide-thumbnail .circle-cta {
    bottom: 15px;
  }
  .woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__link .candide-thumbnail .circle-cta .decoration {
    height: 60px;
    width: 60px;
  }
  .woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__title,
.woopspro-product-slider .slick-slider .slick-list .slick-track .price {
    font-size: var(--global--font-size-text);
  }
  .woopspro-product-slider .slick-slider .slick-arrow {
    bottom: 15px;
    height: 35px;
    width: 35px;
  }
  .woopspro-product-slider .slick-slider .slick-arrow.slick-prev {
    right: 60px;
  }
  .woopspro-product-slider .slick-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .woopspro-product-slider .slick-slider .slick-list .slick-track .woocommerce-loop-product__title {
    bottom: 110px;
    font-size: 25px;
  }
  .woopspro-product-slider .slick-slider .slick-arrow {
    height: 90px;
    width: 90px;
  }
  .woopspro-product-slider .slick-slider .slick-arrow.slick-prev {
    right: 130px;
  }
}
.candide-thumbnail.no-stock img {
  filter: grayscale(100%);
}

.woocommerce-page #content div.product div.images-flex {
  width: 56.25%;
  float: left;
}
@media only screen and (max-width: 651px) {
  .woocommerce-page #content div.product div.images-flex {
    width: auto;
    float: none;
  }
}
.woocommerce-page #content div.product div.images-flex img {
  max-width: 100% !important;
}
.woocommerce-page #content div.product div.summary {
  width: 29.58%;
  float: right;
  margin-right: 5%;
  padding-top: 12.6875rem;
}
@media only screen and (max-width: 821px) {
  .woocommerce-page #content div.product div.summary {
    width: 33.58%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 651px) {
  .woocommerce-page #content div.product div.summary {
    width: auto;
    float: none;
    padding-left: var(--global--gutter-xs);
    padding-right: var(--global--gutter-xs);
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--global--gutter-xs);
    max-width: var(--global--max-width-xs);
    box-sizing: content-box;
  }
}
.woocommerce-page #content div.product div.summary .product_title {
  font-family: Windsor;
  font-size: 6.375rem;
  font-weight: 300;
  line-height: 0.7821782178;
  letter-spacing: -0.02em;
  color: #7A201A;
  margin-bottom: 2.0625rem;
}
@media only screen and (max-width: 821px) {
  .woocommerce-page #content div.product div.summary .product_title {
    font-size: 40px;
  }
}
.woocommerce-page #content div.product div.summary .format-label {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  color: #7A201A;
}
@media only screen and (max-width: 821px) {
  .woocommerce-page #content div.product div.summary .format-label {
    font-size: var(--global--font-size-subtitle);
  }
}
.woocommerce-page #content div.product div.summary p.price,
.woocommerce-page #content div.product div.summary span.price,
.woocommerce-page #content div.product div.summary .woocommerce-Price-amount {
  font-family: Windsor;
  font-size: 2.9375rem;
  font-weight: 300;
  line-height: 0.9361702128;
  letter-spacing: -0.08em;
  color: #000000;
  column-gap: 0.625em;
}
@media only screen and (max-width: 821px) {
  .woocommerce-page #content div.product div.summary p.price,
.woocommerce-page #content div.product div.summary span.price,
.woocommerce-page #content div.product div.summary .woocommerce-Price-amount {
    font-size: var(--global--font-size-subtitle);
  }
}
.woocommerce-page #content div.product div.summary p.price del,
.woocommerce-page #content div.product div.summary span.price del,
.woocommerce-page #content div.product div.summary .woocommerce-Price-amount del {
  font-size: 1.6875rem;
}
@media only screen and (max-width: 821px) {
  .woocommerce-page #content div.product div.summary p.price del,
.woocommerce-page #content div.product div.summary span.price del,
.woocommerce-page #content div.product div.summary .woocommerce-Price-amount del {
    font-size: var(--global--font-size-subtitle);
  }
}
.woocommerce-page #content div.product div.summary p.price ins,
.woocommerce-page #content div.product div.summary span.price ins,
.woocommerce-page #content div.product div.summary .woocommerce-Price-amount ins {
  text-decoration: none;
}
.woocommerce-page #content div.product div.summary .woocommerce-product-details__short-description {
  margin-top: 3.375rem;
  margin-bottom: 8.75rem;
}
.woocommerce-page #content div.product div.summary .woocommerce-product-details__short-description p {
  font-family: Open Sans;
  font-size: 1.1875rem;
  line-height: 1.7894736842;
}
@media only screen and (max-width: 821px) {
  .woocommerce-page #content div.product div.summary .woocommerce-product-details__short-description p {
    font-size: var(--global--font-size-text);
  }
}
.woocommerce-page #content div.product div.summary .cart {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-page #content div.product div.summary .cart::before, .woocommerce-page #content div.product div.summary .cart::after {
  display: none;
}
.woocommerce-page #content div.product div.summary .cart .quantity-container {
  display: flex;
  align-items: center;
}
.woocommerce-page #content div.product div.summary .cart .quantity-container .quantity {
  float: none;
  margin: 0 1rem;
}
@media only screen and (max-width: 651px) {
  .woocommerce-page #content div.product div.summary .cart .quantity-container .quantity {
    margin: 0 11px;
  }
}
.woocommerce-page #content div.product div.summary .cart .control-quantity {
  font-family: Open Sans;
  font-size: 1.6875rem;
  line-height: 1.75;
  color: #841E17;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  margin-left: -0.3em;
  margin-right: -0.3em;
  user-select: none;
}
@media only screen and (max-width: 651px) {
  .woocommerce-page #content div.product div.summary .cart .control-quantity {
    font-size: 17px;
  }
}
.woocommerce-page #content div.product div.summary .cart .control-quantity:hover {
  background-color: #7a201a;
  color: #ffffff;
}
.woocommerce-page #content div.product div.summary .cart input::-webkit-outer-spin-button,
.woocommerce-page #content div.product div.summary .cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-page #content div.product div.summary .cart input[type=number] {
  background: #B82D25;
  border-radius: 50%;
  font-family: Open Sans;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6470588235;
  text-align: center;
  width: 4.625rem;
  height: 4.625rem;
  border: none;
  outline: 0;
  color: #ffffff;
}
.woocommerce-page #content div.product div.summary .cart input[type=number]:focus {
  border: 2px solid #7a201a;
}
@media only screen and (max-width: 651px) {
  .woocommerce-page #content div.product div.summary .cart input[type=number] {
    font-size: 11px;
    width: 37px;
    height: 37px;
  }
}
.woocommerce-page #content div.product div.summary .cart .line {
  flex: 1;
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  margin-left: 1.1875rem;
  margin-right: 1.75rem;
}
@media only screen and (max-width: 651px) {
  .woocommerce-page #content div.product div.summary .cart .line {
    margin: 0 11px;
  }
}
.woocommerce-page #content div.product div.summary .cart .circle-cta {
  appearance: none;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.woocommerce-page #content div.product div.summary .cart .circle-cta.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.woocommerce-page #content div.product .woocommerce-product-gallery {
  max-width: none;
}

.woocommerce-product-data-tabs {
  display: flex;
  max-width: 1424px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15.5rem;
  padding-right: 16.875rem;
  box-sizing: content-box;
  column-gap: 7.0625rem;
  margin-bottom: 11.25rem;
}
@media only screen and (max-width: 821px) {
  .woocommerce-product-data-tabs {
    flex-direction: column;
    max-width: var(--global--max-width-xs);
    padding-left: var(--global--gutter-xs);
    padding-right: var(--global--gutter-xs);
  }
}
.woocommerce-product-data-tabs .column {
  flex: 1;
}
.woocommerce-product-data-tabs h3 {
  font-family: Open Sans;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.3928571429;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 2.1875rem;
}
@media only screen and (max-width: 821px) {
  .woocommerce-product-data-tabs h3 {
    font-size: var(--global--font-size-subtitle);
  }
}
.woocommerce-product-data-tabs p {
  font-family: Open Sans;
  font-size: 1.1875rem;
  line-height: 2.125;
}
@media only screen and (max-width: 821px) {
  .woocommerce-product-data-tabs p {
    font-size: var(--global--font-size-text);
  }
}

.wp-block-categories-container {
  max-width: 107.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.875rem;
}
@media only screen and (max-width: 821px) {
  .wp-block-categories-container {
    max-width: 100%;
  }
}
.wp-block-categories-container h2 {
  font-family: Windsor;
  font-size: 15.4375rem;
  font-weight: 300;
  line-height: 0.8097165992;
  letter-spacing: -0.02em;
  padding-right: 15%;
}
@media only screen and (max-width: 821px) {
  .wp-block-categories-container h2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--global--gutter-xs);
    padding-right: var(--global--gutter-xs);
    max-width: var(--global--max-width-xs);
    box-sizing: content-box;
  }
}
.wp-block-categories-container h2 p:last-child {
  text-align: right;
}
@media only screen and (max-width: 821px) {
  .wp-block-categories-container .swiper-container {
    padding-left: calc(50vw - 270px);
    padding-right: calc(50vw - 270px);
  }
}
@media only screen and (max-width: 651px) {
  .wp-block-categories-container .swiper-container {
    padding-left: var(--global--gutter-xs);
    padding-right: var(--global--gutter-xs);
  }
}
.wp-block-categories-container .swiper-wrapper {
  padding-top: 7.625rem;
  padding-bottom: 6.875rem;
}
.wp-block-categories-container .swiper-slide {
  width: 15.75rem;
  text-decoration: none;
  font-family: Open Sans;
  font-size: 1.875rem;
  line-height: 1.3666666667;
  text-align: center;
  color: #7A201A;
}
.wp-block-categories-container .swiper-slide + .swiper-slide {
  margin-left: 2.5rem;
}
@media only screen and (max-width: 821px) {
  .wp-block-categories-container .swiper-slide + .swiper-slide {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 821px) {
  .wp-block-categories-container .swiper-slide {
    width: 252px;
    font-size: var(--global--font-size-text);
  }
}
.wp-block-categories-container .swiper-slide .image-container {
  height: 15.3125rem;
  margin-bottom: 1.4375rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
@media only screen and (max-width: 821px) {
  .wp-block-categories-container .swiper-slide .image-container {
    width: 252px;
    height: 245px;
  }
}
.wp-block-categories-container .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s linear, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wp-block-categories-container .swiper-slide .circle-cta {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s linear;
}
.wp-block-categories-container .swiper-slide .circle-cta .decoration {
  transform: scale(0.625);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wp-block-categories-container .swiper-slide:hover .circle-cta {
  opacity: 1;
}
.wp-block-categories-container .swiper-slide:hover .circle-cta .decoration {
  transform: scale(1);
}
.wp-block-categories-container .swiper-slide:hover img {
  opacity: 0.3;
  transform: scale(1.2);
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: center;
}

.woocommerce-cart,
.woocommerce-checkout.woocommerce-page,
.woocommerce-account.woocommerce-page,
.page-id-531,
.error404 #main,
.search:not(.woocommerce) #main {
  margin-top: 10rem;
  padding-top: 3.625rem;
}
@media only screen and (max-width: 821px) {
  .woocommerce-cart,
.woocommerce-checkout.woocommerce-page,
.woocommerce-account.woocommerce-page,
.page-id-531,
.error404 #main,
.search:not(.woocommerce) #main {
    margin-top: 50px;
    padding-top: 16px;
  }
  .woocommerce-cart .site .button, .woocommerce-cart input[type=submit], .woocommerce-cart input[type=reset], .woocommerce-cart .wp-block-search__button, .woocommerce-cart .wp-block-button .wp-block-button__link,
.woocommerce-checkout.woocommerce-page .site .button,
.woocommerce-checkout.woocommerce-page input[type=submit],
.woocommerce-checkout.woocommerce-page input[type=reset],
.woocommerce-checkout.woocommerce-page .wp-block-search__button,
.woocommerce-checkout.woocommerce-page .wp-block-button .wp-block-button__link,
.woocommerce-account.woocommerce-page .site .button,
.woocommerce-account.woocommerce-page input[type=submit],
.woocommerce-account.woocommerce-page input[type=reset],
.woocommerce-account.woocommerce-page .wp-block-search__button,
.woocommerce-account.woocommerce-page .wp-block-button .wp-block-button__link,
.page-id-531 .site .button,
.page-id-531 input[type=submit],
.page-id-531 input[type=reset],
.page-id-531 .wp-block-search__button,
.page-id-531 .wp-block-button .wp-block-button__link,
.error404 #main .site .button,
.error404 #main input[type=submit],
.error404 #main input[type=reset],
.error404 #main .wp-block-search__button,
.error404 #main .wp-block-button .wp-block-button__link,
.search:not(.woocommerce) #main .site .button,
.search:not(.woocommerce) #main input[type=submit],
.search:not(.woocommerce) #main input[type=reset],
.search:not(.woocommerce) #main .wp-block-search__button,
.search:not(.woocommerce) #main .wp-block-button .wp-block-button__link {
    font-size: var(--global--font-size-text);
  }
}
@media only screen and (max-width: 821px) {
  .woocommerce-cart h2,
.woocommerce-checkout.woocommerce-page h2,
.woocommerce-account.woocommerce-page h2,
.page-id-531 h2,
.error404 #main h2,
.search:not(.woocommerce) #main h2 {
    font-size: 40px;
  }
  .woocommerce-cart h3,
.woocommerce-checkout.woocommerce-page h3,
.woocommerce-account.woocommerce-page h3,
.page-id-531 h3,
.error404 #main h3,
.search:not(.woocommerce) #main h3 {
    font-size: var(--global--font-size-subtitle);
  }
  .woocommerce-cart .woocommerce-checkout-review-order,
.woocommerce-cart input,
.woocommerce-cart .select2-container,
.woocommerce-cart .woocommerce-privacy-policy-text,
.woocommerce-cart .woocommerce-LostPassword,
.woocommerce-cart form p,
.woocommerce-cart textarea,
.woocommerce-checkout.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce-checkout.woocommerce-page input,
.woocommerce-checkout.woocommerce-page .select2-container,
.woocommerce-checkout.woocommerce-page .woocommerce-privacy-policy-text,
.woocommerce-checkout.woocommerce-page .woocommerce-LostPassword,
.woocommerce-checkout.woocommerce-page form p,
.woocommerce-checkout.woocommerce-page textarea,
.woocommerce-account.woocommerce-page .woocommerce-checkout-review-order,
.woocommerce-account.woocommerce-page input,
.woocommerce-account.woocommerce-page .select2-container,
.woocommerce-account.woocommerce-page .woocommerce-privacy-policy-text,
.woocommerce-account.woocommerce-page .woocommerce-LostPassword,
.woocommerce-account.woocommerce-page form p,
.woocommerce-account.woocommerce-page textarea,
.page-id-531 .woocommerce-checkout-review-order,
.page-id-531 input,
.page-id-531 .select2-container,
.page-id-531 .woocommerce-privacy-policy-text,
.page-id-531 .woocommerce-LostPassword,
.page-id-531 form p,
.page-id-531 textarea,
.error404 #main .woocommerce-checkout-review-order,
.error404 #main input,
.error404 #main .select2-container,
.error404 #main .woocommerce-privacy-policy-text,
.error404 #main .woocommerce-LostPassword,
.error404 #main form p,
.error404 #main textarea,
.search:not(.woocommerce) #main .woocommerce-checkout-review-order,
.search:not(.woocommerce) #main input,
.search:not(.woocommerce) #main .select2-container,
.search:not(.woocommerce) #main .woocommerce-privacy-policy-text,
.search:not(.woocommerce) #main .woocommerce-LostPassword,
.search:not(.woocommerce) #main form p,
.search:not(.woocommerce) #main textarea {
    font-size: var(--global--font-size-text);
  }
}

@media screen and (max-width: 821px) {
  .site .button, input[type=submit], input[type=reset], .wp-block-search__button, .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 821px) {
  .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: var(--global--font-size-text);
    margin-bottom: 2em;
    padding: 1em;
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: var(--global--font-size-text);
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    font-size: var(--global--font-size-text);
    padding: 0.5em 0;
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-account .woocommerce-MyAccount-navigation-link a {
    font-size: var(--global--font-size-text);
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-account .woocommerce-MyAccount-content p {
    font-size: var(--global--font-size-text);
  }
  .woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-account .woocommerce-MyAccount-content label,
.woocommerce-account .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-EditAccountForm em {
    font-size: var(--global--font-size-text);
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-form input {
    font-size: var(--global--font-size-text);
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-cart-form {
    font-size: var(--global--font-size-text);
  }
}

@media only screen and (max-width: 821px) {
  .woocommerce-page .cart-collaterals {
    font-size: var(--global--font-size-text);
  }
}

.woocommerce-MyAccount-navigation {
  font-size: 11px;
}

@media only screen and (max-width: 821px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses a,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses address {
    font-size: var(--global--font-size-text);
  }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
    font-size: var(--global--font-size-subtitle);
  }
}

body .product-search-results .entry span.title {
  font-size: 1.9375rem;
  font-weight: 600;
  line-height: 1.0322580645;
  letter-spacing: 0em;
}
@media only screen and (max-width: 821px) {
  body .product-search-results .entry span.title {
    font-size: var(--global--font-size-text);
  }
}

.product-search-results .entry span.price {
  font-family: Open Sans;
  font-size: 1.5625rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.04;
  color: #B82D25;
  margin-top: 0.625em;
}

.woocommerce form.woocommerce-form-login input,
.woocommerce form.woocommerce-form-register input {
  border: var(--form--border-width) solid var(--form--border-color);
}

.page .wppb-user-forms input[type=text],
.page .wppb-user-forms input[type=number],
.page .wppb-user-forms input[type=email],
.page .wppb-user-forms input[type=url],
.page .wppb-user-forms input[type=password],
.page .wppb-user-forms input[type=search],
.page .wppb-user-forms textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
}

.page .wppb-user-forms input[type=text],
.page .wppb-user-forms input[type=number],
.page .wppb-user-forms input[type=email],
.page .wppb-user-forms input[type=url],
.page .wppb-user-forms input[type=password],
.page .wppb-user-forms input[type=search] {
  padding: var(--form--spacing-unit);
}

.page .wppb-user-forms input:not([type=button]):not([type=reset]):not([type=submit]):not([type=file]):not([value=agree]),
.page .wppb-user-forms select,
.page .wppb-user-forms textarea {
  margin: 0 2px;
}

.page .wppb-form-field > span {
  margin-left: 0;
}

.page #pass-strength-result {
  margin-left: 5px;
}

.page .wppb-checkboxes {
  clear: left;
}

.page .wppb-checkboxes .custom_field_checkbox {
  display: inline-block !important;
  margin: 0px 2px !important;
}

.page .wppb-user-forms .wppb-checkboxes li,
.page .wppb-user-forms .wppb-radios li {
  padding: 0 10px 0 0;
}

button[type=submit] {
  line-height: var(--button--line-height);
  color: var(--button--color-text);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  background-color: var(--button--color-background);
  border-radius: var(--button--border-radius);
  border: var(--button--border-width) solid var(--button--color-background);
  text-decoration: none;
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}

button[type=submit]:focus {
  background: transparent;
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}

.is-dark-theme button[type=submit]:focus {
  color: var(--button--color-background);
}

button[type=submit]:focus:not(.has-background) {
  color: var(--button--color-text-hover);
}

button[type=submit]:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

button[type=submit]:active {
  color: var(--button--color-text-active);
  background-color: var(--button--color-background-active);
}

button[type=submit]:hover {
  color: var(--button--color-text-hover);
  background: transparent;
}

.contact-container input[type=tel],
.contact-container input[type=email],
.contact-container input[type=text],
.contact-container textarea {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  font-size: inherit !important;
  width: 100% !important;
  padding: 0 !important;
  border-radius: 0;
  line-height: inherit;
  color: #ffffff;
  resize: vertical;
}
.contact-container input[type=text]:focus ~ label,
.contact-container input[type=text]:valid ~ label,
.contact-container textarea:focus ~ label,
.contact-container textarea:valid ~ label {
  transform: scale(0.5) translateY(-100%);
}
.contact-container input[type=text]:focus,
.contact-container input[type=email]:focus,
.contact-container input[type=url]:focus,
.contact-container input[type=password]:focus,
.contact-container input[type=search]:focus,
.contact-container input[type=number]:focus,
.contact-container input[type=tel]:focus,
.contact-container input[type=date]:focus,
.contact-container input[type=month]:focus,
.contact-container input[type=week]:focus,
.contact-container input[type=time]:focus,
.contact-container input[type=datetime]:focus,
.contact-container input[type=datetime-local]:focus,
.contact-container input[type=color]:focus,
.contact-container textarea:focus {
  color: #ffffff;
  outline-offset: initial;
  outline: none;
}
.contact-container .gform_wrapper {
  grid-column: 2/4;
  display: grid;
  grid-template-columns: repeat(1, 2fr);
  column-gap: inherit;
  row-gap: 2.6875rem;
}
.contact-container .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 6%;
}
.contact-container .gform_wrapper .gform_heading {
  display: none;
}
.contact-container .gform_wrapper .gfield {
  position: relative;
}
.contact-container .gform_wrapper .gfield_required {
  display: none !important;
}
.contact-container .gform_wrapper .gfield_label {
  font-size: inherit !important;
  font-weight: normal !important;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: 0% 50%;
}
.contact-container .gform_wrapper .gfield_label.field-focused {
  transform: scale(0.5) translateY(-100%);
}
.contact-container .gform_footer {
  cursor: pointer;
  position: relative;
  float: right;
  z-index: 1;
  margin: 3rem 0 0 0 !important;
  width: 11.5rem;
  height: 11.5rem;
  padding: 0 !important;
}
.contact-container .gform_footer:before {
  content: "";
  width: 11.5rem;
  background-color: #fff;
  height: 11.5rem;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.25, 1);
  will-change: transform;
  display: block;
}
.contact-container .gform_footer:hover:before {
  transform: scale(3.14);
}
.contact-container .gform_footer .gform_button {
  color: #646235 !important;
  font-family: "Open Sans";
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent !important;
  border: none;
}
.contact-container .gform_footer .gform_button:focus {
  outline-offset: initial;
  outline: none;
}

.single-product .summary p.price {
  margin-bottom: 0;
}

.single-product .summary div.full-price {
  margin-bottom: 2rem;
}

.products .price-detail {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.products .price-detail .price-second {
  color: #585354 !important;
}
.products .price-detail .price-unite {
  font-size: 1.3rem;
}

.wp-block-categories-container .swiper-container {
  position: relative;
}
.wp-block-categories-container .swiper-button-prev,
.wp-block-categories-container .swiper-button-next {
  top: 90%;
  color: #7a201a;
}

@media screen and (max-width: 667px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 26px;
  }

  .woocommerce ul.products li.product .price {
    font-size: 22px;
    line-height: 2;
  }

  .products .price-detail .price-unite {
    font-size: 20px;
  }
}

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