@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:992px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:992px)/";
  width: 992px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:992px) and (max-width:1261px)/";
  width: 992px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #e5e5e5; }

.table-tfoot {
  border: 1px solid #e5e5e5; }

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #757575; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: white; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(51, 51, 51, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #757575;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e5e5e5 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.25rem 0.375rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.5rem; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus:before, .carousel-tooltip:focus:after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -5px; }
  .slick-next .carousel-tooltip:after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip:before, .slick-dots button .carousel-tooltip:after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip:before {
      top: -7px; }

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 992px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 3.125rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 992px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-top: 2.25rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 992px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 992px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #757575;
  font-size: 26px;
  line-height: 2rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 992px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.25rem 0.375rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.5rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center;
  border-radius: 0 !important; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.125rem;
    font-size: 12px; }
    @media (min-width: 768px) {
      .modal--alert .modal-content {
        font-size: 16px;
        font-family: "Work Sans"; } }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      border-color: #061c3c;
      color: white;
      font-family: "Work Sans";
      border-radius: 0;
      background-color: #061c3c;
      letter-spacing: 2px;
      font-size: 15px;
      font-weight: 500;
      transition: 0.3s ease; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #192843;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #052757; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: ''; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 992px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 992px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 992px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 992px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.6875rem 1.125rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 992px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  font-size: 0.9375rem;
  margin: 0;
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.accordion-navigation {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 1rem; }

@media (min-width: 992px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 992px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 992px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 992px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 992px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 992px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575; }
  @media (min-width: 992px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #333333; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  color: #333333; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--info {
  color: white;
  background-color: #707070; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

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

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #666666; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #666666; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 992px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: #333333;
    text-decoration: none;
    display: block; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.1875rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 992px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

@media (min-width: 992px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.75rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.875rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #e5e5e5;
  color: #757575;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 992px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 992px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }

@media (min-width: 551px) {
  .navUser-item-cartLabel {
    display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 992px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 992px) {
    .navPages {
      margin: 0 auto;
      max-width: 75rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 992px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 992px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }
    .navPages .navPage-subMenu-list li {
      clear: inline-end; }

.navPages-list {
  margin: 0; }
  @media (min-width: 992px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 992px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 992px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 992px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 992px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #9f735a;
    stroke: #9f735a; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #9f735a; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #9f735a;
      stroke: #9f735a; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 992px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.6875rem;
    width: 0.6875rem;
    margin: 0 1.5rem; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 992px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 992px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 992px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

@media (min-width: 992px) {
  .navPages-item.Rare .navPage-subMenu-list {
    margin-right: 0 !important; } }

@media (min-width: 992px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 992px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #cccccc;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 992px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 992px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 992px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 992px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 992px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75rem; }
  @media (min-width: 992px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.625rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.25rem 0.375rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.5rem; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus:before, .socialLinks-item .socialLinks__link:focus:after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #757575; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 992px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 992px) {
    .heroCarousel.slick-initialized {
      max-height: 37.5rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 992px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 992px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 992px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh;
    transition: height .3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 992px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 37.5rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      width: 43.75rem;
      padding: 2.25rem;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      padding: 1.5rem;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
      overflow: auto; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 992px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 992px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 992px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #999999;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 992px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 992px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #757575;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 992px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: cover;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.hidden {
  display: none; }

.u-hidden {
  display: block; }

.video-overlay {
  height: 375px;
  color: white; }
  .video-overlay .videoWrapper {
    height: 375px; }
    .video-overlay .videoWrapper iframe {
      height: 375px; }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 992px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 992px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 48px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  color: #757575; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Work Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 992px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 992px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 992px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 992px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 992px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 992px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 992px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 992px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 992px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 992px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 992px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 992px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 992px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 10px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .cart-item-title {
      padding-left: 20px; } }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .cart-item-info {
      float: none;
      width: 33.33333%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 992px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 992px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: right; } }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 992px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0;
  display: inline-block; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 992px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 992px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  width: 50%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 992px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 992px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label {
  float: left;
  padding: 0.4rem 0; }
  @media (min-width: 992px) {
    .cart-total-label {
      padding: 1rem 0; } }

.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 992px) {
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative; }
  @media (min-width: 992px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.previewCart-additionalCheckoutButtons {
  padding-right: 1.5rem;
  padding-bottom: 1.5rem; }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 992px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 992px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 992px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 992px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 48px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 992px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Work Sans";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 992px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 992px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 992px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 992px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 992px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 992px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 992px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 48px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

@media (min-width: 992px) {
  .navBar--account {
    display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }
  .account-heading a {
    font-size: 16px; }
    .account-heading a:not(:last-of-type) {
      margin-right: 10px; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.1875rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 90px;
  width: 160px;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  padding: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.75rem; }

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .paymentMethodsGrid-item {
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.1875rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 11.625rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.75rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 55px; }
  @media (min-width: 992px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      overflow: visible;
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 992px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 992px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 992px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 992px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 992px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Work Sans", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 992px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container:after {
  content: '';
  display: block; }

.header-logo-image {
  max-height: 1.9375rem;
  display: block;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 992px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 992px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.45rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.45rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 992px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 992px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 992px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #757575; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 640px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 992px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 992px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 992px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 992px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 992px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 992px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 992px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 992px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 992px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 992px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 992px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 992px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: 0; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 992px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after, .sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star:before,
  .sold-out-flag-star:before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star:after,
  .sold-out-flag-star:after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 992px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 992px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 992px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 992px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 992px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* Dimensions and Screen sizes */
@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 480px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 576px) {
  .container {
    width: 100%; } }

@media (min-width: 768px) {
  .container {
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 1140px; } }

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .container {
    width: 1560px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.col,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxl-1, .col-xxxl-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxl-2, .col-xxxl-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxl-3, .col-xxxl-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxl-4, .col-xxxl-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxl-5, .col-xxxl-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxl-6, .col-xxxl-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxl-7, .col-xxxl-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxl-8, .col-xxxl-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxl-9, .col-xxxl-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxl-10, .col-xxxl-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxl-11, .col-xxxl-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12, .col-xxl-12, .col-xxxl-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 576px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 768px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; } }

@media (min-width: 1440px) {
  .col, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-11 {
    width: 91.66666667%; }
  .col-xxl-10 {
    width: 83.33333333%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-8 {
    width: 66.66666667%; }
  .col-xxl-7 {
    width: 58.33333333%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-5 {
    width: 41.66666667%; }
  .col-xxl-4 {
    width: 33.33333333%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-2 {
    width: 16.66666667%; }
  .col-xxl-1 {
    width: 8.33333333%; } }

@media (min-width: 1600px) {
  .col, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
    float: left; }
  .col-xxxl-12 {
    width: 100%; }
  .col-xxxl-11 {
    width: 91.66666667%; }
  .col-xxxl-10 {
    width: 83.33333333%; }
  .col-xxxl-9 {
    width: 75%; }
  .col-xxxl-8 {
    width: 66.66666667%; }
  .col-xxxl-7 {
    width: 58.33333333%; }
  .col-xxxl-6 {
    width: 50%; }
  .col-xxxl-5 {
    width: 41.66666667%; }
  .col-xxxl-4 {
    width: 33.33333333%; }
  .col-xxxl-3 {
    width: 25%; }
  .col-xxxl-2 {
    width: 16.66666667%; }
  .col-xxxl-1 {
    width: 8.33333333%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.seven-col-grid .col-xs-1,
.seven-col-grid .col-sm-1,
.seven-col-grid .col-md-1,
.seven-col-grid .col-lg-1,
.seven-col-grid .col-xl-1,
.seven-col-grid .col-xxl-1,
.seven-col-grid .col-xxxl-1 {
  width: calc(100% / 7); }

/* BAPO Custom SCSS */
/* Dimensions and Screen sizes */
/* Layout */
#consent-manager,
#consent-manager-update-banner {
  display: none !important; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent; }

body {
  overflow-x: hidden;
  margin-top: 104px !important; }
  @media (max-width: 991px) {
    body {
      margin-top: 0 !important; } }

*:focus {
  outline: none !important; }

/* custom scrollbar */
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  background-color: #9d9d9d;
  border-radius: 7px;
  border: 1px solid transparent;
  background-clip: content-box; }

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf; }

.calendly-popup {
  max-height: none !important; }

a {
  transition: 0.3s; }

.nv-button--primary,
.nv-button--secondary {
  display: inline-block;
  position: relative;
  border-radius: 0;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  outline: none;
  vertical-align: middle;
  padding: 12px 45px;
  font-size: 12px;
  letter-spacing: 2px; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .nv-button--primary,
      .nv-button--secondary {
        letter-spacing: 1px; } } }
  @media (min-width: 992px) {
    .nv-button--primary,
    .nv-button--secondary {
      padding: 20px 45px;
      font-size: 15px;
      max-width: 265px; } }

.nv-button--primary {
  background-color: #061C3C;
  border: 1px solid #061C3C;
  color: #ffffff; }
  .nv-button--primary:hover {
    background-color: #142945;
    border: 1px solid #061C3C;
    color: #ffffff !important; }
  .nv-button--primary:active, .nv-button--primary:focus {
    background-color: #05162e;
    color: #ffffff !important; }

.nv-button--secondary {
  background-color: transparent;
  border: 1px solid #061C3C;
  color: #061C3C; }
  .nv-button--secondary:hover {
    background-color: #E7F1F4;
    border: 1px solid #061C3C;
    color: #061C3C !important; }
  .nv-button--secondary:active, .nv-button--secondary:focus {
    background-color: #052757;
    color: #ffffff !important; }

.row {
  margin: 0 -15px; }

.img-hover-zoom {
  height: auto;
  overflow: hidden; }

.img-hover-zoom--slowmo img {
  transform-origin: 50% 65% !important;
  transition: transform 0.6s !important; }

.img-hover-zoom--slowmo:hover img {
  transform: scale(1.1) !important;
  transition: transform 1.3s !important; }

.page-heading {
  text-align: left;
  font-family: 'Alga';
  font-weight: bold;
  color: #061c3c;
  padding: 0 0.75rem;
  margin-bottom: 1rem; }
  @media (max-width: 991px) {
    .page-heading {
      font-size: 24px;
      line-height: 28px;
      padding: 0;
      margin: 1.5rem 0 1rem; } }

.page {
  margin: 0; }

@media (max-width: 991px) {
  body {
    padding-top: 86px; } }

@media (max-width: 991px) {
  .body {
    margin: 0; } }

@media (max-width: 991px) {
  .page-content,
  .page-content--full {
    padding: 0; } }

@media (max-width: 991px) {
  p {
    font-size: 14px; } }

@media (max-width: 991px) {
  [aria-label='Breadcrumb'] {
    display: none; } }

input:focus,
input:focus + label,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable='true']:focus {
  outline: none !important; }

.modal-background {
  background: rgba(0, 0, 0, 0.4); }

.book-a-consultation {
  padding: 100px 0;
  background: #f9f5ed;
  text-align: center; }
  @media (max-width: 991px) {
    .book-a-consultation {
      padding: 60px 0; } }
  .book-a-consultation .container {
    padding: 0 25px; }
  .book-a-consultation .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #000; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .book-a-consultation .title {
          letter-spacing: 1px; } } }
    @media (max-width: 991px) {
      .book-a-consultation .title {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 30px; } }
  .book-a-consultation p {
    font-family: 'Alga';
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #000;
    margin: 0 auto;
    max-width: 900px; }
    @media (max-width: 991px) {
      .book-a-consultation p {
        font-size: 18px;
        line-height: 24px; } }
  .book-a-consultation .nv-button--primary {
    width: 239px;
    font-size: 13px;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .book-a-consultation .nv-button--primary {
        font-size: 12px; } }

.get-inspired {
  padding: 164px 184px;
  text-align: center;
  background-size: cover !important;
  background-position: center !important; }
  @media (max-width: 991px) {
    .get-inspired {
      padding: 100px 25px; } }
  .get-inspired .title {
    font-family: 'Alga';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 434px;
    margin: 0 auto 40px;
    color: #fff; }
    @media (max-width: 991px) {
      .get-inspired .title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 25px; } }
  .get-inspired .cta .nv-button--secondary {
    width: 100%;
    color: #fff;
    border-color: #fff;
    padding: 12px 70px;
    font-size: 13px; }
    .get-inspired .cta .nv-button--secondary .material-icons {
      vertical-align: middle; }
    .get-inspired .cta .nv-button--secondary:hover {
      color: #061C3C;
      border-color: #061C3C; }
    @media (min-width: 992px) {
      .get-inspired .cta .nv-button--secondary {
        max-width: 378px;
        font-size: 16px;
        padding: 20px 70px; } }

.our-couples-banner {
  padding: 210px 0 175px;
  text-align: center;
  background-size: cover !important;
  background-position: 52% 50% !important; }
  @media (max-width: 991px) {
    .our-couples-banner {
      padding: 110px 0; } }
  @media (min-width: 992px) {
    .our-couples-banner {
      background-position: center !important; } }
  .our-couples-banner .title {
    font-family: 'Alga';
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 475px;
    margin: 0 auto 36px;
    color: #fff; }
    @media (max-width: 991px) {
      .our-couples-banner .title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 15px; } }
  .our-couples-banner .cta a.button {
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    border-color: #fff;
    height: 62px;
    padding: 0 40px;
    max-width: 326px;
    font-size: 13px;
    line-height: 62px;
    transition: all 0.4s ease; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .our-couples-banner .cta a.button {
          letter-spacing: 1px; } } }
    @media (max-width: 767px) {
      .our-couples-banner .cta a.button {
        width: 100%; } }
    .our-couples-banner .cta a.button:hover {
      background: #fff;
      color: #061c3c; }
    .our-couples-banner .cta a.button .material-icons {
      vertical-align: middle; }
    @media (min-width: 992px) {
      .our-couples-banner .cta a.button {
        min-width: 400px;
        font-size: 16px;
        line-height: 68px;
        height: 68px; } }

.customerReviews {
  padding: 60px 0 68px;
  background-color: #F9F5ED;
  color: #061C3C;
  text-align: center; }
  @media (min-width: 768px) {
    .customerReviews {
      padding: 128px 0 95px; } }
  .customerReviews .container {
    padding: 0; }
    .customerReviews .container .col-md-1 {
      cursor: pointer; }
      @media (max-width: 767px) {
        .customerReviews .container .col-md-1 {
          padding: 0px; } }
      .customerReviews .container .col-md-1 .material-icons {
        padding: 120px 0; }
    @media (max-width: 767px) {
      .customerReviews .container .col-md-10,
      .customerReviews .container .col-md-12 {
        padding: 0px; } }

.flexiblePayment-block {
  background-color: #E7F1F4;
  padding: 60px 0 92px; }
  @media (max-width: 991px) {
    .flexiblePayment-block {
      padding: 40px 0; } }
  .flexiblePayment-block .container {
    text-align: center; }
    .flexiblePayment-block .container .subtitle {
      width: 205px;
      margin: 0 auto;
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      color: #9F735A;
      letter-spacing: 2px;
      border-bottom: 1px solid #9F735A; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .flexiblePayment-block .container .subtitle {
            letter-spacing: 1px; } } }
      @media (max-width: 991px) {
        .flexiblePayment-block .container .subtitle {
          margin-bottom: 20px; } }
    .flexiblePayment-block .container .content {
      margin: 0 auto;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      font-feature-settings: 'liga' off;
      color: #000000; }
      @media (min-width: 768px) {
        .flexiblePayment-block .container .content {
          width: 585px; } }
      .flexiblePayment-block .container .content .title {
        font-family: 'Alga';
        font-weight: 600;
        color: #000000;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px; }
        @media (min-width: 768px) {
          .flexiblePayment-block .container .content .title {
            margin: 23px 0 11px 0;
            font-size: 28px;
            line-height: 36px; } }
      .flexiblePayment-block .container .content p {
        padding: 0 15px; }
        @media (max-width: 767px) {
          .flexiblePayment-block .container .content p {
            margin-bottom: 8px; } }
    .flexiblePayment-block .container .row {
      margin-top: 0px; }
      @media (min-width: 992px) {
        .flexiblePayment-block .container .row {
          margin-top: 48px; } }
      @media (max-width: 375px) {
        .flexiblePayment-block .container .row .col {
          padding: 0 10px; } }
    .flexiblePayment-block .container .chart {
      min-height: unset; }
      @media (max-width: 349px) {
        .flexiblePayment-block .container .chart {
          margin-bottom: 10px;
          height: 260px; } }
      @media (min-width: 350px) and (max-width: 991px) {
        .flexiblePayment-block .container .chart {
          margin-bottom: 10px;
          height: 210px; } }
      .flexiblePayment-block .container .chart .image {
        position: relative;
        height: 115px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 991px) {
          .flexiblePayment-block .container .chart .image {
            height: 95px; } }
        .flexiblePayment-block .container .chart .image svg {
          margin: 0 auto; }
          @media (max-width: 991px) {
            .flexiblePayment-block .container .chart .image svg {
              max-width: 40px;
              max-height: 35px; }
              .flexiblePayment-block .container .chart .image svg#plane_svg {
                max-width: 50px;
                max-height: 50px; } }
      .flexiblePayment-block .container .chart .title {
        margin: 9px 0 16.5px 0;
        color: #000000;
        font-weight: 500; }
        @media (max-width: 767px) {
          .flexiblePayment-block .container .chart .title {
            font-size: 12.5px;
            line-height: 18px;
            font-family: 'Work Sans', Arial, Helvetica, sans-serif;
            margin-top: 0;
            margin-bottom: 5px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .flexiblePayment-block .container .chart .title {
            font-size: 19px;
            line-height: 22px; } }
        @media (min-width: 992px) {
          .flexiblePayment-block .container .chart .title {
            font-size: 20px;
            line-height: 28px; } }
      .flexiblePayment-block .container .chart p {
        margin: 0 auto;
        font-weight: normal;
        font-feature-settings: 'liga' off;
        color: #595959; }
        @media (max-width: 767px) {
          .flexiblePayment-block .container .chart p {
            width: 100%;
            font-size: 12px;
            line-height: 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .flexiblePayment-block .container .chart p {
            font-size: 14px;
            line-height: 20px; } }
        @media (min-width: 992px) {
          .flexiblePayment-block .container .chart p {
            font-size: 16px;
            line-height: 20px;
            max-width: 254px; } }
  .flexiblePayment-block .nv-button--secondary {
    font-size: 12px;
    line-height: 22px; }
    @media (max-width: 991px) {
      .flexiblePayment-block .nv-button--secondary {
        margin: 16px 0 0;
        width: 90%; } }
    @media (min-width: 992px) {
      .flexiblePayment-block .nv-button--secondary {
        margin: 60px 0 0;
        padding: 16px 77px;
        font-size: 13px;
        line-height: 22px; } }

.customiseOwn {
  padding: 40px 0 62px 0;
  background-color: #f6f0ea;
  text-align: center; }
  @media (min-width: 992px) {
    .customiseOwn {
      padding: 0;
      height: 517px; } }
  .customiseOwn .subtitle {
    padding-bottom: 30px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    color: #000000; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .customiseOwn .subtitle {
          letter-spacing: 1px; } } }
    @media (min-width: 992px) {
      .customiseOwn .subtitle {
        padding: 131px 0 37px 0;
        font-size: 16px;
        line-height: 22px; } }
  .customiseOwn .title {
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    font-family: 'Alga';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .customiseOwn .title {
        font-size: 28px;
        line-height: 36px;
        padding: 0; } }
    @media (min-width: 1090px) {
      .customiseOwn .title {
        padding: 0 5rem; } }
  .customiseOwn .book-now {
    margin: 0 auto;
    display: block;
    max-width: 239px;
    margin-top: 30px;
    padding: 1rem 0;
    background-color: #061C3C;
    font-weight: bold;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #061C3C; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .customiseOwn .book-now {
          letter-spacing: 1px; } } }
    @media (min-width: 768px) {
      .customiseOwn .book-now {
        margin-top: 53px;
        font-size: 13px;
        line-height: 22px; } }
    .customiseOwn .book-now:hover {
      background: transparent;
      color: #061C3C; }

.tf-v1-popup {
  z-index: 9999999999 !important; }

.blog-banner {
  position: relative;
  width: 100%; }
  .blog-banner .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
    height: 120px; }
    @media (min-width: 768px) {
      .blog-banner .featured-img {
        height: 220px;
        position: absolute;
        top: 0;
        left: 0; } }
  .blog-banner .container {
    padding: 15px 25px; }
    @media (min-width: 768px) {
      .blog-banner .container {
        width: 100%;
        padding: 90px 30px; } }
    .blog-banner .container h1 {
      margin: 0;
      font-family: "Alga";
      font-weight: 600;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px;
      text-align: center; }
      @media (min-width: 768px) {
        .blog-banner .container h1 {
          font-size: 32px;
          line-height: 42px;
          font-weight: bold;
          text-align: left; } }
      @media (min-width: 992px) {
        .blog-banner .container h1 {
          font-size: 38px;
          line-height: 40px; } }

article.blog {
  margin: 0; }

div.blog {
  margin: 0 auto; }
  div.blog a {
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    transition: 0.5s ease !important; }
    div.blog a:hover {
      text-decoration-color: #9F735A !important;
      color: #9F735A !important; }
  @media (min-width: 992px) {
    div.blog {
      max-width: 1200px; } }
  @media (min-width: 1300px) {
    div.blog {
      padding: 0; } }
  @media (min-width: 992px) {
    div.blog .page.blog.posts .blog {
      min-height: 470px; } }
  @media (min-width: 1200px) {
    div.blog .page.blog.posts .blog {
      min-height: 495px; } }
  @media (min-width: 1300px) {
    div.blog .page.blog.posts .blog {
      min-height: 460px; } }
  div.blog .page.blog h3 {
    margin-top: 5rem;
    font-family: Alga;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-feature-settings: "liga" off;
    color: #000000; }
    @media (min-width: 1090px) {
      div.blog .page.blog h3 {
        margin-top: 161px; } }
  div.blog .page.blog .blog-date, div.blog .page.blog .blog-post {
    display: none !important; }
  div.blog .page.blog .blog + .blog {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  div.blog .page.blog .blog.most-recent .blog-post-figure {
    width: 100%; }
    div.blog .page.blog .blog.most-recent .blog-post-figure .blog-thumbnail {
      margin: 0;
      max-width: 1200px; }
      div.blog .page.blog .blog.most-recent .blog-post-figure .blog-thumbnail img {
        width: 100%;
        height: 100%;
        max-height: 66vh;
        object-fit: cover; }
  div.blog .page.blog .blog.most-recent .blog-post-body {
    width: 100%;
    text-align: left; }
    div.blog .page.blog .blog.most-recent .blog-post-body .blog-title {
      margin: 11px 0 0 0; }
      div.blog .page.blog .blog.most-recent .blog-post-body .blog-title a {
        font-family: "Alga";
        font-weight: 600;
        letter-spacing: 0.03em;
        font-feature-settings: "liga" off;
        color: #000000;
        font-size: 24px;
        line-height: 38px; }
        @media (min-width: 992px) {
          div.blog .page.blog .blog.most-recent .blog-post-body .blog-title a {
            font-size: 40px;
            line-height: 54px; } }
    div.blog .page.blog .blog.most-recent .blog-post-body .tags {
      margin: 0;
      text-align: left; }
  @media (max-width: 767px) {
    div.blog .page.blog .blog.col-sm-12 {
      width: 100%;
      padding: 0;
      margin-top: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    div.blog .page.blog .blog.col-md-6 {
      width: 48%;
      padding: 0;
      margin: 78px 0 0 0; }
      div.blog .page.blog .blog.col-md-6:nth-child(odd) {
        margin-right: 26px; } }
  @media (min-width: 992px) {
    div.blog .page.blog .blog.col-lg-4 {
      width: 31%;
      padding: 0;
      margin: 78px 0 0 0; } }
  @media (min-width: 1300px) {
    div.blog .page.blog .blog.col-lg-4 {
      width: 382px; } }
  @media (min-width: 992px) {
    div.blog .page.blog .blog.col-lg-4:nth-child(3n + 2) {
      margin-left: 26px;
      margin-right: 26px; } }
  @media (min-width: 1335px) {
    div.blog .page.blog .blog.col-lg-4:nth-child(3n + 2) {
      margin-left: 26px;
      margin-right: 26px; } }
  div.blog .page.blog .blog.col-lg-4 .blog-post-figure {
    width: 100%; }
    div.blog .page.blog .blog.col-lg-4 .blog-post-figure .blog-thumbnail {
      margin: 0;
      max-width: none; }
      div.blog .page.blog .blog.col-lg-4 .blog-post-figure .blog-thumbnail img {
        width: 100%;
        height: 50vw;
        object-fit: cover; }
        @media (min-width: 768px) {
          div.blog .page.blog .blog.col-lg-4 .blog-post-figure .blog-thumbnail img {
            height: 30vw; } }
        @media (min-width: 1300px) {
          div.blog .page.blog .blog.col-lg-4 .blog-post-figure .blog-thumbnail img {
            width: 382px;
            height: 353px; } }
  div.blog .page.blog .blog.col-lg-4 .blog-post-body {
    width: 100%;
    text-align: left; }
    div.blog .page.blog .blog.col-lg-4 .blog-post-body .blog-title {
      text-align: center;
      margin: 11px 0 0 0;
      font-family: "Alga";
      font-weight: normal;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0.02em;
      font-feature-settings: "liga" off;
      color: #000000; }
    div.blog .page.blog .blog.col-lg-4 .blog-post-body .tags {
      margin: 0;
      text-align: left; }
      div.blog .page.blog .blog.col-lg-4 .blog-post-body .tags .tag {
        margin: 22.05px 0 0 0; }
  div.blog .page.blog .blog .tag {
    margin-top: 29px; }
    div.blog .page.blog .blog .tag a {
      padding: 0;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      text-transform: capitalize;
      color: #9F735A; }
  div.blog .page.blog .blog-nav {
    margin: 4rem 0 0 0; }
    @media (min-width: 768px) {
      div.blog .page.blog .blog-nav {
        margin: 90px 0 0 0; } }
    div.blog .page.blog .blog-nav ul {
      margin: 0;
      list-style-type: none; }
      @media (max-width: 899px) {
        div.blog .page.blog .blog-nav ul {
          text-align: center; } }
      div.blog .page.blog .blog-nav ul li {
        display: inline; }
        div.blog .page.blog .blog-nav ul li:not(:first-child) {
          margin-left: 10px; }
        @media (min-width: 422px) {
          div.blog .page.blog .blog-nav ul li:not(:first-child) {
            margin-left: 20px; } }
        @media (min-width: 512px) {
          div.blog .page.blog .blog-nav ul li:not(:first-child) {
            margin-left: 40px; } }
        @media (min-width: 620px) {
          div.blog .page.blog .blog-nav ul li:not(:first-child) {
            margin-left: 60px; } }
        @media (min-width: 900px) {
          div.blog .page.blog .blog-nav ul li {
            margin-left: 80px; } }
        div.blog .page.blog .blog-nav ul li a {
          text-decoration: none;
          font-size: 14px;
          line-height: 20px; }
          div.blog .page.blog .blog-nav ul li a.selected {
            color: #9F735A;
            text-decoration: underline;
            font-weight: bold; }
  div.blog .blog-pagination {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      div.blog .blog-pagination {
        margin-top: 100px; } }
    div.blog .blog-pagination .pagination-item {
      margin: 0;
      border: none; }
      div.blog .blog-pagination .pagination-item .pagination-link {
        padding: 0.3125rem 0.2rem;
        font-family: "Alga";
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.02em;
        font-feature-settings: "liga" off;
        color: #000000; }
        div.blog .blog-pagination .pagination-item .pagination-link[aria-current="page"] {
          font-weight: bold;
          color: #9F735A;
          text-decoration: underline; }
          div.blog .blog-pagination .pagination-item .pagination-link[aria-current="page"] .comma {
            font-weight: normal;
            color: black;
            text-decoration: none !important; }

.full-blog-post {
  margin: 36px 0; }
  .full-blog-post .blog-title {
    margin: 0; }
    .full-blog-post .blog-title a {
      font-family: "Alga";
      font-weight: bold;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 0.03em;
      font-feature-settings: "liga" off;
      color: #111111; }
      @media (min-width: 768px) {
        .full-blog-post .blog-title a {
          font-size: 48px;
          line-height: 64px; } }
  .full-blog-post .blog-details {
    margin: 25px 0;
    text-align: left; }
    @media (min-width: 992px) {
      .full-blog-post .blog-details {
        margin: 45px 0; } }
    .full-blog-post .blog-details .col-md-2 {
      padding: 0;
      font-size: 14px; }
      @media (min-width: 1250px) {
        .full-blog-post .blog-details .col-md-2 {
          width: 14% !important; } }
      .full-blog-post .blog-details .col-md-2 .title {
        font-weight: bold;
        color: #111111; }
      .full-blog-post .blog-details .col-md-2 .content {
        color: #9F735A; }
        .full-blog-post .blog-details .col-md-2 .content .blog-date {
          text-align: left; }
        .full-blog-post .blog-details .col-md-2 .content ul.tags {
          margin: 0;
          text-align: left; }
          .full-blog-post .blog-details .col-md-2 .content ul.tags a {
            padding: 0;
            text-transform: capitalize;
            font-size: 14px; }
    .full-blog-post .blog-details .col-md-8 {
      padding: 0;
      text-align: right;
      font-size: 14px;
      line-height: 20px;
      color: #A4A6AA; }
      @media (min-width: 1250px) {
        .full-blog-post .blog-details .col-md-8 {
          width: 72%; } }
  .full-blog-post .blog-post-figure {
    width: 100%; }
    .full-blog-post .blog-post-figure .blog-thumbnail {
      margin: 0;
      max-width: 1200px; }
      .full-blog-post .blog-post-figure .blog-thumbnail img {
        width: 100%;
        height: 100%;
        max-height: 66vh;
        object-fit: cover; }
  .full-blog-post .blog-post-body {
    margin-top: 36px;
    width: 100%;
    max-width: 994px; }
    @media (min-width: 992px) {
      .full-blog-post .blog-post-body {
        margin-top: 65px; } }
    .full-blog-post .blog-post-body .blog-post {
      font-size: 18px;
      line-height: 26px;
      color: #111111; }
      .full-blog-post .blog-post-body .blog-post h1 {
        margin: 0 0 16px !important;
        font-family: "Alga";
        font-weight: 700;
        letter-spacing: .03em;
        color: #061C3C; }
        @media (min-width: 992px) {
          .full-blog-post .blog-post-body .blog-post h1 {
            font-size: 48px;
            line-height: 64px; } }
      .full-blog-post .blog-post-body .blog-post h2 {
        margin: 0 0 16px !important;
        font-family: "Alga";
        font-weight: 600;
        letter-spacing: .03em;
        color: #061c3c; }
        @media (min-width: 992px) {
          .full-blog-post .blog-post-body .blog-post h2 {
            font-size: 28px;
            line-height: 36px; } }
      .full-blog-post .blog-post-body .blog-post h3 {
        margin: 0 0 8px !important;
        font-family: "Work Sans";
        font-weight: 700;
        color: #061c3c; }
        @media (min-width: 992px) {
          .full-blog-post .blog-post-body .blog-post h3 {
            font-size: 18px;
            line-height: 24px; } }
      .full-blog-post .blog-post-body .blog-post h4 {
        margin: 0 0 8px !important;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 700;
        color: #9F735A;
        text-decoration: underline; }
        @media (min-width: 992px) {
          .full-blog-post .blog-post-body .blog-post h4 {
            font-size: 16px;
            line-height: 24px; } }
      .full-blog-post .blog-post-body .blog-post h5 {
        margin: 0 0 8px !important;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: 700;
        color: #9F735A;
        text-decoration: underline; }
        @media (min-width: 992px) {
          .full-blog-post .blog-post-body .blog-post h5 {
            font-size: 16px;
            line-height: 24px; } }
      .full-blog-post .blog-post-body .blog-post .section-subcategory-title {
        margin: 16px 0 8px 0;
        font-family: "Work Sans";
        font-style: normal;
        font-weight: bold;
        color: #061C3C;
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 992px) {
          .full-blog-post .blog-post-body .blog-post .section-subcategory-title {
            font-size: 18px;
            line-height: 24px; } }
      .full-blog-post .blog-post-body .blog-post ul {
        padding-left: 25px; }
        @media (min-width: 768px) {
          .full-blog-post .blog-post-body .blog-post ul {
            padding-left: 65px; } }
        .full-blog-post .blog-post-body .blog-post ul li {
          margin: 15px 0; }
          @media (max-width: 991px) {
            .full-blog-post .blog-post-body .blog-post ul li {
              font-size: 14px; } }

.related-articles {
  width: 100%;
  margin: 60px auto 50px;
  text-align: center;
  max-width: 800px; }
  @media (min-width: 992px) {
    .related-articles {
      margin: 99px auto 40px auto; } }
  .related-articles .title {
    margin: 0 0 59px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }
  @media (max-width: 767px) {
    .related-articles .col-sm-12 {
      width: 100%; }
      .related-articles .col-sm-12:nth-child(2) {
        margin-top: 50px; } }
  .related-articles .col-md-6 {
    padding: 0; }
    @media (min-width: 768px) {
      .related-articles .col-md-6 {
        width: 48%; } }
    @media (min-width: 940px) {
      .related-articles .col-md-6 {
        width: 380px; } }
    @media (min-width: 768px) {
      .related-articles .col-md-6:first-of-type {
        margin-right: 25px; } }
    @media (min-width: 898px) {
      .related-articles .col-md-6:first-of-type {
        margin-right: 30px; } }
    .related-articles .col-md-6 a {
      text-decoration: none; }
      .related-articles .col-md-6 a .related-img {
        width: 100%;
        height: 350px;
        object-fit: cover; }
        @media (min-width: 940px) {
          .related-articles .col-md-6 a .related-img {
            width: 380px;
            height: 380px; } }
      .related-articles .col-md-6 a .related-title {
        padding: 0 24px;
        margin: 24px 0 31px 0;
        font-family: "Alga";
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        color: #000000; }
        @media (min-width: 768px) {
          .related-articles .col-md-6 a .related-title {
            font-size: 28px;
            line-height: 36px; } }
      .related-articles .col-md-6 a .related-summary {
        margin: 0 auto;
        max-width: 298px;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px; }

.couples-header p {
  margin: 8px 0 0;
  text-align: left; }
  @media (max-width: 991px) {
    .couples-header p {
      text-align: center; } }
  @media (min-width: 992px) {
    .couples-header p {
      margin: 16px 0 0; } }

.couples-header.desktop {
  height: 180px;
  background-position: right center;
  background-size: cover; }
  @media (min-width: 992px) {
    .couples-header.desktop {
      background-position: center center;
      height: 220px; } }
  .couples-header.desktop .container {
    padding: 76px 25px; }
  @media (max-width: 991px) {
    .couples-header.desktop h1,
    .couples-header.desktop p {
      display: none; } }
  @media (min-width: 992px) {
    .couples-header.desktop h1,
    .couples-header.desktop p {
      display: block; } }

.couples-header.mobile {
  padding: 15px 0 0; }
  @media (max-width: 991px) {
    .couples-header.mobile {
      display: block; } }
  @media (min-width: 992px) {
    .couples-header.mobile {
      display: none; } }

.couples-header h1 {
  margin: 0;
  width: 100%;
  font-family: "Alga";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #061C3C;
  text-align: left; }
  @media (max-width: 991px) {
    .couples-header h1 {
      text-align: center; } }
  @media (min-width: 850px) {
    .couples-header h1 {
      font-size: 42px; } }

.blog-reviews .customerReviews {
  background: #F9F5ED !important;
  color: #061C3C !important; }
  .blog-reviews .customerReviews .text,
  .blog-reviews .customerReviews .person-name,
  .blog-reviews .customerReviews .person-location,
  .blog-reviews .customerReviews .person-stars,
  .blog-reviews .customerReviews a {
    color: #061C3C !important; }
  .blog-reviews .customerReviews .heroCarouselReviews .slick-next::before {
    color: #061C3C !important; }
  .blog-reviews .customerReviews .heroCarouselReviews .slick-prev::before {
    color: #061C3C !important; }

.blog-post .fl-rich-text span {
  font-weight: 600; }
  @media (min-width: 992px) {
    .blog-post .fl-rich-text span {
      font-size: 18px !important; } }

.blog-post .fl-module {
  margin: 36px 0; }

.blog-post .fl-callout, .blog-post .tip-box {
  background-color: #F9F5ED;
  border-style: solid;
  border-width: 0;
  background-clip: padding-box;
  border-color: #dad6cf;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px; }
  .blog-post .fl-callout p:last-of-type, .blog-post .tip-box p:last-of-type {
    margin: 0; }

.blog-post .fl-photo-content {
  text-align: center; }

.blog-post a.btn {
  display: inline-block;
  position: relative;
  border-radius: 0;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 2px;
  transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  outline: none;
  vertical-align: middle;
  padding: 12px 45px;
  font-size: 12px;
  background-color: #061C3C;
  border: 1px solid #061C3C;
  color: #ffffff; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .blog-post a.btn {
        letter-spacing: 1px; } } }
  @media (max-width: 767px) {
    .blog-post a.btn {
      width: 100%; } }
  @media (min-width: 992px) {
    .blog-post a.btn {
      padding: 20px 45px;
      font-size: 15px;
      max-width: 265px; } }
  .blog-post a.btn:hover {
    background-color: #142945;
    border: 1px solid #061C3C;
    color: #ffffff; }
  .blog-post a.btn:active, .blog-post a.btn:focus {
    background-color: #05162e;
    color: #ffffff; }

.blog-post img {
  display: block;
  margin: 0 auto 15px; }

.blog-post embed {
  margin: 15px 0; }

/* Components */
.header {
  border-bottom: 1px solid #061c3c;
  position: fixed; }
  .header .hide_desktop {
    display: none; }
  .header .container {
    position: unset; }
    @media (max-width: 991px) {
      .header .container {
        position: relative; } }
    @media (min-width: 1440px) {
      .header .container {
        max-width: 1248px; } }
  @media (max-width: 991px) {
    .header {
      height: fit-content; }
      .header .hide_desktop {
        display: inline; } }
  .header .global-banner {
    text-align: center;
    background: #061c3c;
    width: 100%;
    color: #efeadf;
    font-weight: 400;
    padding: 5px;
    font-size: 10px; }
    @media (min-width: 768px) {
      .header .global-banner {
        padding: 5px;
        font-size: 12px; } }
    .header .global-banner a {
      color: #efeadf;
      text-decoration: none;
      transition: all 0.3s ease;
      text-decoration: underline;
      text-decoration-color: transparent; }
      .header .global-banner a:hover {
        color: #fff;
        text-decoration-color: white; }
  .header .col-sm-3,
  .header .col-sm-9 {
    padding: 0; }
  .header .mobileMenu-toggle {
    top: 0; }
  .header .header-logo {
    padding: 0;
    margin: 0; }
    @media (min-width: 991px) {
      .header .header-logo {
        height: 75px; } }
    .header .header-logo .header-logo__link {
      outline: none !important; }
      @media (max-width: 991px) {
        .header .header-logo .header-logo__link {
          height: 65px; } }
      .header .header-logo .header-logo__link .header-logo-image-container {
        min-height: auto; }
        .header .header-logo .header-logo__link .header-logo-image-container:after {
          display: none; }
        @media (max-width: 991px) {
          .header .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
            max-height: 25px;
            width: 100%; } }
        @media (min-width: 992px) {
          .header .header-logo .header-logo__link .header-logo-image-container .header-logo-image {
            width: 184px; } }
  .header .featured-img.plane img {
    max-width: 50px;
    padding-top: 8px; }
  .header .navPages-container {
    float: right;
    position: inherit; }
    @media (max-width: 991px) {
      .header .navPages-container {
        position: absolute; }
        .header .navPages-container.is-open {
          padding-top: 63px; } }
    @media (max-width: 991px) {
      .header .navPages-container .navPages {
        background: #fff;
        border-top: 1px solid #061c3c;
        padding: 0 0 75px 0; } }
    @media (max-width: 991px) {
      .header .navPages-container .navPages .navPages-list .navPages-item {
        border-bottom: 1px solid #a4a6aa; } }
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
      text-align: center; }
      .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
        animation: slow-down-open 0.2s 1; }

@keyframes slow-down-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu ul li {
        display: none;
        opacity: 0; }
      .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
        background: #fff;
        padding: 50px 0 !important;
        border-top: 1px solid #061C3C;
        border-bottom: 1px solid #eee;
        text-align: center; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
            padding: 10px !important;
            background-color: #f9f5ed;
            text-emphasis: center;
            margin-top: 0;
            border-bottom: none; } }
        .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li {
          float: none;
          width: 20%;
          display: inline-block;
          opacity: 1; }
          @media (max-width: 991px) {
            .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li {
              width: 48%;
              text-align: left;
              padding: 1rem 0; } }
          .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a {
            padding: 0;
            border: none;
            text-decoration: none;
            margin: 0;
            font-family: "Work Sans", Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: 400;
            transition: all 0.3s ease;
            text-decoration: underline;
            text-decoration-color: transparent; }
            @media (max-width: 991px) {
              .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a {
                text-align: center;
                font-size: 14px;
                line-height: 22px; }
                .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*='Wedding Bands'] {
                  font-size: 12.5px;
                  line-height: 20px; }
                .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a .sm {
                  display: none; } }
            .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a .featured-img {
              width: 72px;
              height: 72px;
              margin: 0 auto 15px;
              transition: all 0.5s ease; }
            .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a .sm {
              width: 30px;
              float: left;
              height: 30px;
              margin-right: 15px; }
            .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Bands"] .featured-img {
              margin: 15px auto 0; }
            .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="About Us"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="NV Couples"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Our Ethics"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Design Collection"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Emerald Engagement Rings"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="The Anniversary Ring Collection"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Wedding Bands"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Ready To Ship"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Past Designs"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="The Petite Collection"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Customise"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Emeralds"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Sapphires"] .featured-img, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a[aria-label*="Blog"] .featured-img {
              width: 148px;
              height: 88px;
              margin: 15px auto; }
            .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a:hover {
              text-decoration-color: #9F735A; }
              .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open ul li a:hover .featured-img {
                transform: scale(1.1); }
    .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
      font-family: "alga";
      text-transform: none;
      padding: 25px 30px;
      font-size: 16px;
      font-weight: 600;
      outline: none !important;
      position: relative;
      text-decoration: underline;
      text-decoration-color: transparent;
      transition: all 0.3s ease; }
      .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
        text-decoration-color: #9F735A; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
            text-decoration: none; } }
      @media (min-width: 992px) {
        .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action .moreIcon {
          display: none; } }
      .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
        background: #fff;
        color: #9f735a;
        text-decoration: underline; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
            background: #f9f5ed;
            text-decoration: none; } }
        .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open .moreIcon {
          transform: rotate(-180deg); }
      @media (max-width: 1440px) {
        .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          padding: 25.5px 24px; } }
      @media (max-width: 1200px) {
        .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          padding: 25px 13px; } }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
          padding: 25.5px 24px;
          font-size: 20px;
          line-height: 28px; }
          .header .navPages-container .navPages .navPages-list .navPages-item .navPages-action .moreIcon {
            float: right;
            margin: 0;
            position: absolute;
            right: 21px;
            top: 21px;
            font-size: 30px; } }
    .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu {
      border-top: 1px solid #061C3C;
      padding: 30px 0 25px !important; }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu {
          padding: 10px !important; } }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul {
          margin-bottom: 15px; } }
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li {
        width: 18%;
        float: left;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li {
            width: 48%;
            padding: 1rem 0;
            text-align: left;
            float: none; } }
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(5),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(6),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(7),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(8),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(9),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(10),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(11),
      .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(12) {
        width: 24%;
        float: right;
        padding: 0 !important;
        text-align: left; }
        @media (min-width: 1084px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(5),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(6),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(7),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(8),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(9),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(10),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(11),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(12) {
            width: 21%; } }
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(5):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(6):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(7):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(8):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(9):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(10):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(11):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(12):not(:nth-child(12)) {
          margin-bottom: 5px; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(5),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(6),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(7),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(8),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(9),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(10),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(11),
          .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(12) {
            width: 100%;
            float: none; } }
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(5) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(6) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(7) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(8) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(9) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(10) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(11) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.Gemstones .navPage-subMenu ul li:nth-child(12) a {
          font-weight: normal;
          font-size: 14px; }
    .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu-list {
      max-width: 87.5rem; }
    .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu, .header .navPages-container .navPages .navPages-list .navPages-item.Rare .navPage-subMenu {
      border-top: 1px solid #061C3C;
      padding: 30px 0 25px !important; }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu, .header .navPages-container .navPages .navPages-list .navPages-item.Rare .navPage-subMenu {
          padding: 10px !important; } }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu ul, .header .navPages-container .navPages .navPages-list .navPages-item.Rare .navPage-subMenu ul {
          margin-bottom: 15px; } }
      .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu ul li, .header .navPages-container .navPages .navPages-list .navPages-item.Rare .navPage-subMenu ul li {
        width: 12.5%;
        float: left;
        margin-bottom: 20px; }
        .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu ul li .wide_name, .header .navPages-container .navPages .navPages-list .navPages-item.Rare .navPage-subMenu ul li .wide_name {
          width: 120%;
          position: relative;
          right: 10%; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.Engagement .navPage-subMenu ul li, .header .navPages-container .navPages .navPages-list .navPages-item.Rare .navPage-subMenu ul li {
            width: 48%;
            padding: 1rem 0;
            text-align: left;
            float: none; } }
    .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu {
      border-top: 1px solid #061C3C;
      padding: 30px 0 25px !important; }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu {
          padding: 10px !important; } }
      @media (max-width: 991px) {
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul {
          margin-bottom: 15px; } }
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li {
        width: 18%;
        float: left;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li {
            width: 48%;
            padding: 1rem 0;
            text-align: left;
            float: none; } }
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(5),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(6),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(7),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(8),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(9),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(10),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(11),
      .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(12) {
        width: 24%;
        float: right;
        padding: 0 !important;
        text-align: left; }
        @media (min-width: 1084px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(5),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(6),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(7),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(8),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(9),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(10),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(11),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(12) {
            width: 21%; } }
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(5):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(6):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(7):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(8):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(9):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(10):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(11):not(:nth-child(12)),
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(12):not(:nth-child(12)) {
          margin-bottom: 5px; }
        @media (max-width: 991px) {
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(5),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(6),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(7),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(8),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(9),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(10),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(11),
          .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(12) {
            width: 100%;
            float: none; } }
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(5) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(6) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(7) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(8) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(9) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(10) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(11) a,
        .header .navPages-container .navPages .navPages-list .navPages-item.About .navPage-subMenu ul li:nth-child(12) a {
          font-weight: normal;
          font-size: 14px; }
    @media (max-width: 991px) {
      .header .navPages-container.is-open {
        top: 0;
        bottom: 0;
        height: 100vh; } }
  .header .navUser {
    padding: 0;
    float: right;
    width: auto;
    margin-left: 30px; }
    @media (max-width: 1440px) {
      .header .navUser {
        margin-left: 10px; } }
    @media (max-width: 1200px) {
      .header .navUser {
        margin-left: 0px; } }
    @media (max-width: 991px) {
      .header .navUser {
        margin-right: 15px; } }
    .header .navUser .navUser-section .navUser-item {
      display: inline-block; }
      .header .navUser .navUser-section .navUser-item .navUser-action {
        padding: 25px 0 23px 20px;
        font-size: 14px;
        outline: none !important;
        display: block; }
        @media (max-width: 991px) {
          .header .navUser .navUser-section .navUser-item .navUser-action {
            padding: 10px 8px; } }
        @media (max-width: 767px) {
          .header .navUser .navUser-section .navUser-item .navUser-action {
            margin-top: 8px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header .navUser .navUser-section .navUser-item .navUser-action {
            margin-top: 15px; } }
        .header .navUser .navUser-section .navUser-item .navUser-action svg {
          stroke-width: 0; }
          .header .navUser .navUser-section .navUser-item .navUser-action svg path {
            transition: fill 0.3s ease; }
        .header .navUser .navUser-section .navUser-item .navUser-action .material-icons {
          width: 17px;
          text-align: center; }
        .header .navUser .navUser-section .navUser-item .navUser-action:hover svg path {
          fill: #9f735a; }
        .header .navUser .navUser-section .navUser-item .navUser-action[aria-label="Logout"] {
          font-family: "alga";
          text-transform: none;
          font-size: 14px;
          font-weight: 600;
          outline: none !important;
          position: relative;
          padding: 39px 0 15px 27px; }
        .header .navUser .navUser-section .navUser-item .navUser-action[aria-label="Login"] {
          padding: 22px 0 23px 15px; }
          .header .navUser .navUser-section .navUser-item .navUser-action[aria-label="Login"].active .material-icons {
            rotate: 180deg;
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
        .header .navUser .navUser-section .navUser-item .navUser-action[aria-label="Search"] {
          padding: 23px 0 23px 20px; }
          @media (max-width: 991px) {
            .header .navUser .navUser-section .navUser-item .navUser-action[aria-label="Search"] {
              padding: 8px 5px; } }
        @media (min-width: 992px) {
          .header .navUser .navUser-section .navUser-item .navUser-action[aria-label*="Cart"] {
            padding-left: 8px; } }
        @media (min-width: 1050px) {
          .header .navUser .navUser-section .navUser-item .navUser-action[aria-label*="Cart"] {
            padding-left: 25px; } }
        @media (min-width: 1200px) {
          .header .navUser .navUser-section .navUser-item .navUser-action[aria-label*="Cart"] {
            padding-left: 0; } }
      .header .navUser .navUser-section .navUser-item.navUser-item--cart {
        position: relative; }
        .header .navUser .navUser-section .navUser-item.navUser-item--cart .countPill {
          position: absolute;
          right: -11px;
          top: 35px;
          background-color: #000; }
          @media (max-width: 991px) {
            .header .navUser .navUser-section .navUser-item.navUser-item--cart .countPill {
              right: -2px;
              top: 26px;
              width: 18px;
              height: 18px;
              line-height: 18px;
              font-size: 10px; } }
        .header .navUser .navUser-section .navUser-item.navUser-item--cart .dropdown-menu {
          width: 300px;
          right: 40px;
          top: 102px !important; }
      @media (max-width: 767px) {
        .header .navUser .navUser-section .navUser-item-cartLabel svg {
          width: 14px; } }
      @media (max-width: 991px) {
        .header .navUser .navUser-section .navUser-item--account {
          display: none; } }
      @media (max-width: 767px) {
        .header .navUser .navUser-section .navUser-item--account svg {
          width: 17px; } }
      @media (max-width: 767px) {
        .header .navUser .navUser-section .navUser-item--search svg {
          width: 23px;
          vertical-align: sub; } }

.dropdown-container {
  position: relative; }

.mobile-account,
#account_dropdown {
  display: none; }
  @media (max-width: 991px) {
    .mobile-account,
    #account_dropdown {
      display: block;
      padding: 25.5px 24px; }
      .mobile-account a,
      #account_dropdown a {
        margin: 7px 0;
        padding: 5px 0;
        display: block;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500; }
        .mobile-account a svg,
        #account_dropdown a svg {
          margin-right: 15px;
          width: 20px !important;
          height: 20px !important;
          vertical-align: middle; }
        .mobile-account a.login-link svg,
        #account_dropdown a.login-link svg {
          margin-top: -5px; } }
  @media (min-width: 992px) {
    .mobile-account,
    #account_dropdown {
      display: none;
      position: absolute;
      top: 79px;
      right: 0;
      background-color: white;
      padding: 10px 35px 10px 20px;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
      .mobile-account.active,
      #account_dropdown.active {
        display: block; }
      .mobile-account a,
      #account_dropdown a {
        margin: 5px 0;
        padding: 5px 0;
        display: block;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500; }
        .mobile-account a:hover,
        #account_dropdown a:hover {
          text-decoration: underline; }
        .mobile-account a svg,
        #account_dropdown a svg {
          margin-right: 15px;
          width: 20px !important;
          height: 20px !important;
          vertical-align: middle; }
        .mobile-account a.login-link svg,
        #account_dropdown a.login-link svg {
          margin-top: -5px; } }

@media (max-width: 991px) {
  #account_dropdown {
    display: none; } }

.mobile-menu-consultation {
  background: #eff1f1;
  padding: 0;
  display: none; }
  @media (max-width: 991px) {
    .mobile-menu-consultation {
      display: block;
      position: absolute;
      width: 100%;
      bottom: 0;
      padding-bottom: 25px; } }
  .mobile-menu-consultation ul {
    margin: 0;
    padding: 30px 30px 20px; }
    .mobile-menu-consultation ul li {
      width: 100%;
      margin-bottom: 10px; }
      .mobile-menu-consultation ul li a {
        color: #9f735a;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px; }
        .mobile-menu-consultation ul li a img {
          float: left;
          margin: 5px 20px 0 0; }
        .mobile-menu-consultation ul li a:hover {
          text-decoration: underline; }
      .mobile-menu-consultation ul li:last-child img {
        margin-top: 10px; }
  .mobile-menu-consultation .button {
    width: 100%;
    border: none;
    border-top: 1px solid #061c3c;
    padding: 20px;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    color: #061c3c;
    border-radius: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    font-family: "alga";
    text-decoration: underline; }
    .mobile-menu-consultation .button:hover {
      background: #061c3c;
      color: #fff;
      text-decoration: none; }

@keyframes fadeDown {
  0% {
    display: none;
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    display: block;
    transform: translateY(0);
    opacity: 1; } }

#search_query {
  display: none;
  background-color: white;
  border: 8px solid white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  #search_query input {
    border-radius: 2px;
    border: 1px solid #333;
    font-size: 14px; }
  #search_query .snize-sticky-submit {
    width: 38px;
    height: 38px;
    background: #333;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: inherit;
    font: inherit;
    -webkit-appearance: none;
    outline: none;
    margin-left: 10px;
    transition: none;
    box-shadow: none;
    min-width: auto;
    position: absolute;
    top: 5px;
    right: 15px; }
  #search_query.active {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    right: 0;
    top: 1px; }
    @media (min-width: 768px) {
      #search_query.active {
        top: 2px; } }
    @media (min-width: 992px) {
      #search_query.active {
        width: 558px;
        top: 79px; } }

body.search-active .body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
  background: #fff;
  min-width: 850px;
  transform: none;
  padding: 0;
  max-width: 100%;
  border-radius: 0;
  background-color: rgba(249, 249, 249, 0.95);
  outline: none;
  z-index: 9; }

.onlinebox_hide {
  display: none; }

.onlinebox_hide.show {
  display: inline; }

.onlinebox_light:before {
  content: ' ';
  background: #00c900;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 10px;
  box-shadow: 0 0px 12px 0px #00c900; }

.footer {
  background: #061c3c;
  border: none;
  padding: 100px 0 0; }
  @media (max-width: 991px) {
    .footer {
      padding: 60px 0 0; } }
  @media (max-width: 991px) {
    .footer .footer-info {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 991px) {
    .footer .footer-info .footer-info-col {
      text-align: center;
      width: 100%;
      float: none; } }
  .footer .footer-info .footer-info-col .footer-info-heading {
    color: #fff;
    font-family: "Alga";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .footer .footer-info .footer-info-col .footer-info-heading {
        margin-bottom: 8px; } }
  .footer .footer-info .footer-info-col .footer-info-list li {
    margin-bottom: 10px; }
    .footer .footer-info .footer-info-col .footer-info-list li a {
      color: #d9dbe1;
      font-weight: normal; }
      @media (max-width: 991px) {
        .footer .footer-info .footer-info-col .footer-info-list li a {
          margin: 0 auto;
          display: block;
          width: 66%;
          height: 100%;
          font-size: 14px; } }
      .footer .footer-info .footer-info-col .footer-info-list li a:hover {
        color: #9f735a; }
  .footer .footer-info .footer-info-col p {
    color: #d9dbe1;
    font-size: 14px; }
  .footer .footer-info .company-mission {
    max-width: 270px;
    float: right;
    padding: 0; }
    @media (max-width: 991px) {
      .footer .footer-info .company-mission {
        max-width: 100%;
        margin-bottom: 20px; }
        .footer .footer-info .company-mission p {
          max-width: 360px;
          margin: 0 auto 12px; } }
    .footer .footer-info .company-mission .logo {
      margin: 0 0 24px 0; }
    @media (min-width: 1440px) {
      .footer .footer-info .company-mission .klaviyo-container {
        width: 100% !important;
        max-width: 1200px !important; } }
    @media (max-width: 991px) {
      .footer .footer-info .company-mission .klaviyo-container {
        margin: 2rem 0 !important; } }
    @media (max-width: 991px) {
      .footer .footer-info .company-mission .klaviyo-container .ql-editor {
        text-align: center !important; } }
    .footer .footer-info .company-mission .klaviyo-container div.needsclick {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .footer .footer-info .company-mission .klaviyo-container .ql-font-alga {
      color: white !important;
      font-size: 24px !important; }
    .footer .footer-info .company-mission .klaviyo-container .ql-font-work-sans {
      font-size: 14px !important;
      color: white !important; }
    .footer .footer-info .company-mission .klaviyo-container input {
      width: 95% !important;
      font-size: 14px !important;
      height: 40px !important; }
      .footer .footer-info .company-mission .klaviyo-container input::placeholder {
        font-size: 14px !important; }
    .footer .footer-info .company-mission .klaviyo-container button {
      height: 40px !important;
      font-size: 14px !important; }
    @media (min-width: 992px) {
      .footer .footer-info .company-mission .klaviyo-container {
        padding: 0; } }
  .footer .footer-info .socialLinks li .icon {
    background: #1f334f;
    border-radius: 100px;
    padding: 5px;
    width: 24px;
    height: 24px; }
    .footer .footer-info .socialLinks li .icon svg {
      fill: #fff;
      width: 14px;
      height: 14px; }
    .footer .footer-info .socialLinks li .icon:hover {
      background: #fff; }
      .footer .footer-info .socialLinks li .icon:hover .icon {
        width: 30px;
        height: 30px;
        padding: 6px; }
      .footer .footer-info .socialLinks li .icon:hover svg {
        fill: #061c3c; }
  .footer p {
    color: #d9dbe1;
    font-size: 14px; }

.company-mission {
  max-width: 270px;
  float: right;
  padding: 0; }

.copyright-container {
  width: 100%;
  border-top: 1px solid rgba(217, 219, 225, 0.4);
  display: inline-block;
  padding: 20px 0;
  margin-top: 100px; }
  @media (max-width: 991px) {
    .copyright-container {
      margin-top: 0px; } }
  .copyright-container .footer-copyright p {
    color: #d9dbe1;
    font-size: 14px; }
    @media (max-width: 991px) {
      .copyright-container .footer-copyright p {
        font-size: 12px;
        text-align: center; } }
  .copyright-container ul {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #d9dbe1; }
    @media (max-width: 991px) {
      .copyright-container ul {
        text-align: center; } }
    .copyright-container ul li {
      list-style: none;
      display: inline-block;
      margin: 0 9px 0 5px; }
      @media (max-width: 991px) {
        .copyright-container ul li {
          margin: 0 5px 0 0; } }
      .copyright-container ul li a {
        color: #d9dbe1;
        text-decoration: none;
        font-size: 14px; }
        @media (max-width: 991px) {
          .copyright-container ul li a {
            font-size: 12px; } }
        .copyright-container ul li a:hover {
          color: #9f735a; }

#consent-manager-update-banner {
  display: none !important; }

body.sidebar-open .snize-no-products-found {
  min-height: unset !important;
  margin: 0 !important; }
  body.sidebar-open .snize-no-products-found .snize-no-products-found-text {
    padding: 30px 0 0 0 !important; }
    @media (min-width: 992px) {
      body.sidebar-open .snize-no-products-found .snize-no-products-found-text {
        padding: 0 !important; } }

body.sidebar-open #main-content .container {
  position: static; }
  body.sidebar-open #main-content .container::before {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }

.snize-results-page .snize-search-results.snize-mobile-design {
  display: flex !important;
  flex-direction: column !important; }
  .snize-results-page .snize-search-results.snize-mobile-design .snize-header {
    order: 0 !important; }
  .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel {
    order: 1 !important; }
    @media (max-width: 991px) {
      .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel {
        display: flex !important;
        column-gap: 10px; }
        .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel .sort-by {
          position: relative;
          width: 50% !important;
          padding: 10px !important;
          text-align: center;
          border: 1px solid #061c3c !important; }
          .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel .sort-by .snize-product-filters-title {
            text-transform: uppercase !important;
            color: #061c3c !important;
            font-weight: 700 !important;
            font-size: 12px !important;
            text-decoration: none !important;
            font-family: 'Work Sans', sans-serif !important;
            padding-right: 2.5px; }
          .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel .sort-by::after {
            position: absolute !important;
            content: "" !important;
            top: 17px !important;
            right: 20px !important;
            width: 0 !important;
            height: 0 !important;
            border: 6px solid transparent !important;
            border-color: #061c3c transparent transparent transparent !important;
            background-image: none !important; }
        .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel #snize_product_filter_mobile_sort {
          position: absolute;
          z-index: 999;
          background-color: white;
          text-align: left;
          border: 1px solid black;
          top: 40px;
          left: -1px;
          width: 100%;
          font-size: 14px; }
          .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel #snize_product_filter_mobile_sort li a {
            display: block;
            margin: 0 !important;
            text-transform: uppercase !important;
            text-align: center !important;
            user-select: none;
            font-size: 10px !important;
            line-height: 12px !important;
            border: 1px solid transparent !important;
            border-color: transparent transparent #a19f9d transparent !important;
            color: #061c3c !important;
            padding: 13px 16px !important;
            cursor: pointer; }
            .snize-results-page .snize-search-results.snize-mobile-design .snize-main-panel #snize_product_filter_mobile_sort li a:hover {
              background: #f9f9f9; } }
  .snize-results-page .snize-search-results.snize-mobile-design .snize-search-results-main-content {
    order: 2 !important; }
  .snize-results-page .snize-search-results.snize-mobile-design .snize-pagination {
    order: 3 !important; }

.snize-results-page .hero-image {
  background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/images/stencil/original/w/01-sapphire-engagement-ring-collection_blue-sapphire_green-sapphire_pink-sapphire__84907.original.jpg");
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 57%; }

.snize-results-page .page-heading {
  display: none; }

.snize-results-page .snize-header {
  margin: 1rem 0 1.5rem 0 !important;
  text-align: center !important; }
  @media (min-width: 992px) {
    .snize-results-page .snize-header {
      margin: 1rem 0 2.5rem 0 !important; } }
  .snize-results-page .snize-header .snize-search-results-header {
    text-align: center !important;
    display: block !important; }

.snize-results-page button.toggle-filters {
  height: 100% !important;
  padding: 0 !important;
  font-family: 'Work Sans', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  color: #061c3c !important;
  transition: 0.3s all ease !important; }
  @media (max-width: 991px) {
    .snize-results-page button.toggle-filters {
      border: 1px solid #061c3c !important;
      text-align: center;
      width: 100% !important;
      max-width: 200px !important;
      font-size: 13px !important; } }
  .snize-results-page button.toggle-filters .material-icons-outlined {
    padding-left: 5px !important;
    vertical-align: middle !important;
    font-size: 16px !important; }
    @media (min-width: 992px) {
      .snize-results-page button.toggle-filters .material-icons-outlined {
        vertical-align: top !important;
        font-size: 20px !important; } }
  .snize-results-page button.toggle-filters.box {
    border: 1px solid #061c3c !important;
    text-align: center !important;
    font-size: 10px !important;
    height: 38px !important;
    text-align: center;
    line-height: 22px !important;
    letter-spacing: 2px !important; }
    @media (max-width: 991px) {
      .snize-results-page button.toggle-filters.box {
        display: none !important; } }
    @media (min-width: 992px) {
      .snize-results-page button.toggle-filters.box {
        width: 160px !important; }
        .snize-results-page button.toggle-filters.box:nth-of-type(2) {
          margin-left: 5px !important; }
        .snize-results-page button.toggle-filters.box:nth-of-type(3) {
          margin: 0 5px !important; } }
    @media (min-width: 1200px) {
      .snize-results-page button.toggle-filters.box {
        width: 201px !important; }
        .snize-results-page button.toggle-filters.box:nth-of-type(2) {
          margin-left: 16px !important; }
        .snize-results-page button.toggle-filters.box:nth-of-type(3) {
          margin: 0 16px !important; } }
    .snize-results-page button.toggle-filters.box:hover {
      background-color: #E7F1F4 !important; }

.snize-results-page .snize-selected-filters {
  display: none !important; }

.snize-results-page .snize-search-results-header {
  text-align: left;
  font-family: 'Alga' !important;
  font-weight: bold !important;
  color: #061c3c !important;
  font-size: 32px !important;
  height: auto !important; }
  @media (max-width: 1055px) {
    .snize-results-page .snize-search-results-header {
      font-size: 28px !important; } }
  @media (max-width: 991px) {
    .snize-results-page .snize-search-results-header {
      font-size: 24px !important; } }
  @media (max-width: 991px) {
    .snize-results-page .snize-search-results-header {
      font-size: 24px !important;
      line-height: 28px !important;
      padding: 0;
      margin: 0 0 10px;
      text-align: center; } }
  .snize-results-page .snize-search-results-header b {
    font-weight: bold !important; }

.snize-results-page .snize-main-panel {
  padding: 0 15px !important; }
  .snize-results-page .snize-main-panel .snize-main-panel-controls,
  .snize-results-page .snize-main-panel .snize-main-panel-view-mode {
    display: none !important; }
  @media (min-width: 768px) {
    .snize-results-page .snize-main-panel {
      display: none !important; } }
  .snize-results-page .snize-main-panel .snize-main-panel-mobile-filters {
    float: left !important;
    height: 100% !important;
    padding: 0 !important;
    transition: 0.3s all ease !important;
    place-content: center !important;
    width: 50% !important; }
    .snize-results-page .snize-main-panel .snize-main-panel-mobile-filters a {
      padding: 10px !important;
      text-transform: uppercase !important;
      color: #061c3c !important;
      font-weight: 700 !important;
      font-size: 12px !important;
      text-decoration: none !important;
      font-family: 'Work Sans', sans-serif !important; }
    @media (max-width: 991px) {
      .snize-results-page .snize-main-panel .snize-main-panel-mobile-filters {
        border: 1px solid #061c3c !important;
        text-align: center;
        width: 57% !important;
        font-size: 13px !important; } }
    .snize-results-page .snize-main-panel .snize-main-panel-mobile-filters .material-icons-outlined {
      padding-left: 5px !important;
      vertical-align: middle !important;
      font-size: 16px !important; }
      @media (min-width: 992px) {
        .snize-results-page .snize-main-panel .snize-main-panel-mobile-filters .material-icons-outlined {
          vertical-align: top !important;
          font-size: 20px !important; } }

.snize-results-page .snize-main-panel-dropdown-button {
  border: 1px solid #061c3c !important;
  border-radius: 0 !important;
  text-align: center !important;
  padding: 13px 16px !important;
  cursor: pointer !important; }
  .snize-results-page .snize-main-panel-dropdown-button span {
    text-transform: uppercase !important;
    color: #061c3c !important;
    font-size: 10px;
    line-height: 12px; }
  .snize-results-page .snize-main-panel-dropdown-button::after {
    position: absolute !important;
    content: '' !important;
    top: 17px !important;
    right: 20px !important;
    width: 0 !important;
    height: 0 !important;
    border: 6px solid transparent !important;
    border-color: #061c3c transparent transparent transparent !important;
    background-image: none !important; }

@media (max-width: 767px) {
  .snize-results-page .snize-main-panel-dropdown-button {
    width: auto !important; } }

@media (min-width: 768px) {
  .snize-results-page .snize-main-panel-dropdown-content {
    width: 99% !important;
    padding: 0 !important;
    border: none !important; }
    .snize-results-page .snize-main-panel-dropdown-content a {
      margin: 0 !important;
      width: 100%;
      max-width: 166px !important;
      text-transform: uppercase !important;
      text-align: center !important;
      user-select: none;
      font-size: 10px !important;
      line-height: 12px !important;
      border: 1px solid transparent !important;
      border-color: transparent transparent #a19f9d transparent !important;
      color: #061c3c !important;
      padding: 13px 16px !important;
      cursor: pointer; } }

@media (max-width: 991px) {
  .snize-results-page .snize-horizontal-wrapper {
    padding: 0 15px !important;
    margin-bottom: 15px !important; } }

@media (max-width: 991px) {
  .snize-results-page .snize-horizontal-right {
    min-width: unset !important; } }

.snize-results-page .snize-horizontal-right .snize-main-panel-view-mode {
  display: none !important; }

@media (min-width: 768px) {
  .snize-results-page .snize-filters-sidebar,
  .snize-results-page .snize-product-filters {
    display: none;
    clear: both !important;
    position: fixed !important;
    left: 0 !important;
    background-color: white !important;
    height: 100% !important;
    max-height: 90vh !important;
    z-index: 99 !important;
    margin: 0 !important;
    top: 82px !important;
    padding: 20px 0 75px !important;
    width: 100% !important;
    overflow-y: scroll !important; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .snize-results-page .snize-filters-sidebar,
    .snize-results-page .snize-product-filters {
      top: 104px !important;
      width: 35% !important; } }
  @media (min-width: 768px) and (min-width: 1050px) {
    .snize-results-page .snize-filters-sidebar,
    .snize-results-page .snize-product-filters {
      top: 104px !important;
      width: 33% !important; } }
  @media (min-width: 768px) and (min-width: 1300px) {
    .snize-results-page .snize-filters-sidebar,
    .snize-results-page .snize-product-filters {
      width: 30% !important;
      max-width: 470px !important; } }

@media (min-width: 768px) {
    .snize-results-page .snize-filters-sidebar .filter-close,
    .snize-results-page .snize-product-filters .filter-close {
      padding: 2px !important;
      position: absolute !important;
      top: 17px !important;
      right: 17px !important;
      border-radius: 50% !important;
      width: 24px !important;
      height: 24px !important;
      text-align: center;
      box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.15) !important; }
      .snize-results-page .snize-filters-sidebar .filter-close .material-icons,
      .snize-results-page .snize-product-filters .filter-close .material-icons {
        font-size: 18px !important;
        line-height: 24px !important; }
    .snize-results-page .snize-filters-sidebar .snize-product-filters-list,
    .snize-results-page .snize-product-filters .snize-product-filters-list {
      margin-bottom: 1rem !important;
      display: flex;
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
      row-gap: 10px; }
      .snize-results-page .snize-filters-sidebar .snize-product-filters-list li,
      .snize-results-page .snize-product-filters .snize-product-filters-list li {
        width: calc((100% / 3) - 7.5px);
        margin: 0 !important;
        border: 1px solid transparent !important;
        order: 10; } }
      @media (min-width: 768px) and (min-width: 550px) and (max-width: 699px) {
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li,
        .snize-results-page .snize-product-filters .snize-product-filters-list li {
          width: calc((100% / 4) - 7.5px); } }
      @media (min-width: 768px) and (min-width: 700px) and (max-width: 991px) {
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li,
        .snize-results-page .snize-product-filters .snize-product-filters-list li {
          width: calc((100% / 5) - 7.5px); } }

@media (min-width: 768px) {
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.snize-filter-checked,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.snize-filter-checked {
          background-color: #f9f5ed !important;
          border: 1px solid #9f735a !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.snize-filter-checked .needsclick,
          .snize-results-page .snize-product-filters .snize-product-filters-list li.snize-filter-checked .needsclick {
            background-color: #f9f5ed; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li label,
        .snize-results-page .snize-product-filters .snize-product-filters-list li label {
          padding: 5px !important;
          display: block !important;
          color: #061c3c !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-list li label > span,
          .snize-results-page .snize-product-filters .snize-product-filters-list li label > span {
            text-align: center !important;
            width: 100% !important;
            display: block !important;
            padding: 0 !important;
            font-size: 13px !important;
            color: #061c3c !important; }
            .snize-results-page .snize-filters-sidebar .snize-product-filters-list li label > span .snize-filter-variant-count,
            .snize-results-page .snize-product-filters .snize-product-filters-list li label > span .snize-filter-variant-count {
              position: static !important;
              color: #061c3c !important; }
              .snize-results-page .snize-filters-sidebar .snize-product-filters-list li label > span .snize-filter-variant-count::before,
              .snize-results-page .snize-product-filters .snize-product-filters-list li label > span .snize-filter-variant-count::before {
                content: "("; }
              .snize-results-page .snize-filters-sidebar .snize-product-filters-list li label > span .snize-filter-variant-count::after,
              .snize-results-page .snize-product-filters .snize-product-filters-list li label > span .snize-filter-variant-count::after {
                content: ")"; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox,
        .snize-results-page .snize-product-filters .snize-product-filters-list li .snize-filter-checkbox {
          position: static !important;
          width: 100% !important;
          height: 100% !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox input,
          .snize-results-page .snize-product-filters .snize-product-filters-list li .snize-filter-checkbox input {
            position: absolute !important;
            display: none !important; }
            .snize-results-page .snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox input:checked + span,
            .snize-results-page .snize-product-filters .snize-product-filters-list li .snize-filter-checkbox input:checked + span {
              background-color: transparent !important; }
              .snize-results-page .snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox input:checked + span::after,
              .snize-results-page .snize-product-filters .snize-product-filters-list li .snize-filter-checkbox input:checked + span::after {
                display: none !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox .needsclick,
          .snize-results-page .snize-product-filters .snize-product-filters-list li .snize-filter-checkbox .needsclick {
            display: block !important;
            position: static !important;
            width: 100% !important;
            border: none !important;
            background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Cluster.svg);
            background-repeat: no-repeat;
            background-size: 110%;
            background-position: center center;
            height: 70px !important; } }
          @media (min-width: 768px) and (min-width: 700px) and (max-width: 991px) {
            .snize-results-page .snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox .needsclick,
            .snize-results-page .snize-product-filters .snize-product-filters-list li .snize-filter-checkbox .needsclick {
              background-size: 90%; } }

@media (min-width: 768px) {
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Cluster .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Halo .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Three.Stone .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Cluster .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Halo .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Three.Stone .snize-filter-checkbox .needsclick {
          background-size: 100% 60% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Cluster .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Cluster .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Cluster.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Alexandra .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Alexandra .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S832-ALEXANDRA.svg) !important;
          background-size: 100% 75% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Celine .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Celine .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S826-CELINE2.svg) !important;
          background-size: 100% 120% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Solitaire.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Toi.Et.Moi .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Toi.Et.Moi .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S831%20HARRIET.svg) !important;
          background-size: 100% 62% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Halo .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Halo .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Halo.svg) !important;
          background-size: 100% 75% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Side.Stones,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Side.Stones {
          display: none !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Side.Diamonds .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Side.Diamonds .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Side%20Stone.svg) !important;
          background-size: 100% 62% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Celine .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Celine .snize-filter-checkbox .needsclick {
          background-size: 100% 120% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S826-CELINE2.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Solitaire.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Princess .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Princess .snize-filter-checkbox .needsclick {
          background-size: 100% 160% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/PrincessCutNew1.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Two.Stone .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Two.Stone .snize-filter-checkbox .needsclick {
          background-size: 100% 120% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/TwoStone.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Three.Stone .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Three.Stone .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Three-Stone.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Alice .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Alice .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S806%20ALICE.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Amy .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Amy .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Amy.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Aria .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Aria .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S822%20ARIA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Ava .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Ava .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S816%20AVA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Chloe .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Chloe .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S809%20CHLOE.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Clara .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Clara .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S817%20CLARA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Zara .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Zara .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S824-ZARA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Faye .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Faye .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S811%20FAYE.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Fleur .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Fleur .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S823%20FLEUR.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Flora .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Flora .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S819%20FLORA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Iris .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Iris .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S818%20IRIS.svg) !important;
          background-size: 100% 80% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Kira .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Kira .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S814%20KIRA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Leah .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Leah .snize-filter-checkbox .needsclick {
          background-size: 100% 120% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Leah.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Lisa .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Lisa .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S805%20LISA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Lydia .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Lydia .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S815%20LYDIA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Sarah .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Sarah .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S811%20SARAH.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Serenity .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Serenity .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S807%20SERENITY.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Sylvia .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Sylvia .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S824%20SYLVIA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Trinity .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Trinity .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S814%20TRINITY.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Victoria .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Victoria .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S808%20VICTORIA.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Zoe .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Zoe .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S810%20ZOE.svg) !important;
          background-size: 100% 65% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Harriet .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Harriet .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S831%20HARRIET.svg) !important;
          background-size: 100% 65% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Alice .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Amy .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Aria .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Ava .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Chloe .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Clara .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Zara .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Faye .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Fleur .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Flora .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Kira .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Lisa .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Lydia .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Sarah .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Serenity .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Sylvia .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Trinity .snize-filter-checkbox .needsclick, .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Victoria .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Alice .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Amy .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Aria .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Ava .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Chloe .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Clara .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Zara .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Faye .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Fleur .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Flora .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Kira .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Lisa .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Lydia .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Sarah .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Serenity .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Sylvia .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Trinity .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Victoria .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-size: 100% 60% !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Cushion .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Cushion .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Cushion.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Marquise .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Marquise .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Marquise.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Fancy .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Fancy .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/KITE2.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Octagonal .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Octagonal .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Octagonal.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Oval .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Oval .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Oval.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Pear .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Pear .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Pear.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Round .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Round .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Round.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Blue .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Blue .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Blue.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Yellow .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Yellow .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Yellow.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Peach .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Peach .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/PeachNew1.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Pink .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Pink .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Pink.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.White .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.White .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/White.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Purple .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Purple .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Purple.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Green .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Green .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Green.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Teal .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Teal .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/TealNew1.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Montana.Teal .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Montana.Teal .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/MontanaNew1.svg) !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Australian-Parti-Teal.svg) !important;
          background-size: 42% !important; } }
        @media (min-width: 768px) and (min-width: 700px) and (max-width: 991px) {
          .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick,
          .snize-results-page .snize-product-filters .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick {
            background-size: 30% !important; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick,
          .snize-results-page .snize-product-filters .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick {
            background-size: 36% !important; } }

@media (min-width: 768px) {
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Solitaire,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Solitaire {
          order: 0; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Side.Diamonds,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Side.Diamonds {
          order: 1; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Halo,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Halo {
          order: 2; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Three.Stone,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Three.Stone {
          order: 4; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-list li.Cluster,
        .snize-results-page .snize-product-filters .snize-product-filters-list li.Cluster {
          order: 5; }
    .snize-results-page .snize-filters-sidebar .snize-filters-title,
    .snize-results-page .snize-product-filters .snize-filters-title {
      margin: 0 20px !important; }
      .snize-results-page .snize-filters-sidebar .snize-filters-title span,
      .snize-results-page .snize-product-filters .snize-filters-title span {
        color: #061c3c !important;
        padding-bottom: 10px !important;
        font-size: 22px !important;
        font-weight: 600 !important; }
      .snize-results-page .snize-filters-sidebar .snize-filters-title:nth-of-type(n + 2),
      .snize-results-page .snize-product-filters .snize-filters-title:nth-of-type(n + 2) {
        display: none !important; }
    .snize-results-page .snize-filters-sidebar .snize-product-filters-block,
    .snize-results-page .snize-product-filters .snize-product-filters-block {
      margin: 0 20px !important; }
      .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Style.active,
      .snize-results-page .snize-product-filters .snize-product-filters-block.Style.active {
        border-bottom: none !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Style.active .snize-product-filters-title:not(.open),
        .snize-results-page .snize-product-filters .snize-product-filters-block.Style.active .snize-product-filters-title:not(.open) {
          border-bottom: 1px solid #dcdcdc !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Style.active .snize-product-filters-title.open,
        .snize-results-page .snize-product-filters .snize-product-filters-block.Style.active .snize-product-filters-title.open {
          padding-bottom: 0 !important;
          border-bottom: none !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Style.active .snize-product-filters-list,
        .snize-results-page .snize-product-filters .snize-product-filters-block.Style.active .snize-product-filters-list {
          flex-wrap: wrap; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Style.active .snize-product-filters-list::before,
          .snize-results-page .snize-product-filters .snize-product-filters-block.Style.active .snize-product-filters-list::before {
            padding: 10px 0 0 0;
            content: "Style";
            font-size: 13px !important;
            flex: 100%;
            text-transform: uppercase !important;
            font-weight: 700 !important;
            line-height: 22px !important;
            text-decoration: none !important;
            letter-spacing: 1px !important;
            color: #061c3c !important; }
      .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Ring.Design.Name,
      .snize-results-page .snize-product-filters .snize-product-filters-block.Ring.Design.Name {
        display: none !important; }
        .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Ring.Design.Name.active,
        .snize-results-page .snize-product-filters .snize-product-filters-block.Ring.Design.Name.active {
          display: block !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Ring.Design.Name.active .snize-product-filters-title,
          .snize-results-page .snize-product-filters .snize-product-filters-block.Ring.Design.Name.active .snize-product-filters-title {
            display: none !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Ring.Design.Name.active .snize-product-filters-list,
          .snize-results-page .snize-product-filters .snize-product-filters-block.Ring.Design.Name.active .snize-product-filters-list {
            display: flex !important; }
          .snize-results-page .snize-filters-sidebar .snize-product-filters-block.Ring.Design.Name.active::before,
          .snize-results-page .snize-product-filters .snize-product-filters-block.Ring.Design.Name.active::before {
            font-size: 13px !important;
            content: "Design";
            text-transform: uppercase !important;
            font-weight: 700 !important;
            line-height: 22px !important;
            text-decoration: none !important;
            letter-spacing: 1px !important;
            color: #061c3c !important; }
    .snize-results-page .snize-filters-sidebar i.snize-product-filters-close,
    .snize-results-page .snize-product-filters i.snize-product-filters-close {
      width: 14px !important;
      height: 14px !important;
      background-size: contain !important;
      background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Feather-arrows-chevron-up.svg/1024px-Feather-arrows-chevron-up.svg.png) !important; }
    .snize-results-page .snize-filters-sidebar i.snize-product-filters-open,
    .snize-results-page .snize-product-filters i.snize-product-filters-open {
      background-size: contain !important;
      background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Feather-arrows-chevron-down.svg/1024px-Feather-arrows-chevron-down.svg.png) !important; }
    .snize-results-page .snize-filters-sidebar .snize-product-filters-title,
    .snize-results-page .snize-product-filters .snize-product-filters-title {
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
      .snize-results-page .snize-filters-sidebar .snize-product-filters-title.open + .snize-product-filters-list,
      .snize-results-page .snize-product-filters .snize-product-filters-title.open + .snize-product-filters-list {
        display: flex !important;
        max-height: none !important; }
      .snize-results-page .snize-filters-sidebar .snize-product-filters-title span,
      .snize-results-page .snize-product-filters .snize-product-filters-title span {
        font-family: 'Work Sans', sans-serif !important;
        text-transform: uppercase !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        text-decoration: none !important;
        letter-spacing: 1px !important;
        color: #061c3c !important;
        font-size: 15px; }
    .snize-results-page .snize-filters-sidebar .sidebar-actions,
    .snize-results-page .snize-product-filters .sidebar-actions {
      position: fixed;
      padding: 15px 20px;
      background-color: white;
      bottom: 0;
      left: 0;
      width: calc(100% - 40px) !important;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      gap: 10px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .snize-results-page .snize-filters-sidebar .sidebar-actions,
      .snize-results-page .snize-product-filters .sidebar-actions {
        width: calc(35% - 40px) !important; } }
    @media (min-width: 768px) and (min-width: 1050px) {
      .snize-results-page .snize-filters-sidebar .sidebar-actions,
      .snize-results-page .snize-product-filters .sidebar-actions {
        width: calc(33% - 40px) !important; } }
    @media (min-width: 768px) and (min-width: 1300px) {
      .snize-results-page .snize-filters-sidebar .sidebar-actions,
      .snize-results-page .snize-product-filters .sidebar-actions {
        width: calc(30% - 40px) !important;
        max-width: 430px !important; } }

@media (min-width: 768px) {
      .snize-results-page .snize-filters-sidebar .sidebar-actions button,
      .snize-results-page .snize-product-filters .sidebar-actions button {
        padding: 10px 0;
        width: 100%;
        background-color: #061c3c;
        border: 1px solid #061c3c;
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 0;
        transition: all .5s ease;
        font-size: 15px;
        line-height: 22px; }
        .snize-results-page .snize-filters-sidebar .sidebar-actions button:hover,
        .snize-results-page .snize-product-filters .sidebar-actions button:hover {
          background-color: #e7f1f4 !important;
          color: #061c3c; }
      .snize-results-page .snize-filters-sidebar .sidebar-actions .reset-button,
      .snize-results-page .snize-product-filters .sidebar-actions .reset-button {
        background-color: transparent;
        color: #061c3c; }
      .snize-results-page .snize-filters-sidebar .sidebar-actions .apply-button,
      .snize-results-page .snize-product-filters .sidebar-actions .apply-button {
        background-color: #061c3c;
        border: 1px solid #061c3c; }
        .snize-results-page .snize-filters-sidebar .sidebar-actions .apply-button .count,
        .snize-results-page .snize-product-filters .sidebar-actions .apply-button .count {
          display: none;
          margin-left: 5px; } }

.snize-results-page #snize-modal-mobile-filters-dialog {
  padding: 5px !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog button.snize-close-button {
    left: auto !important;
    right: 0 !important;
    padding: 2px !important;
    position: absolute !important;
    top: 10px !important;
    right: 17px !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    text-align: center;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.15) !important;
    background-size: 12px !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-count {
    display: none !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header {
    padding: 15px 0 !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center right;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Feather-arrows-chevron-down.svg/1024px-Feather-arrows-chevron-down.svg.png) !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header + .snize-product-filter-container {
      display: none !important; }
      @media (min-width: 768px) {
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header + .snize-product-filter-container.active {
          display: block !important; } }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header.open {
      background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Feather-arrows-chevron-up.svg/1024px-Feather-arrows-chevron-up.svg.png) !important;
      border-bottom: none !important; }
      .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header.open + .snize-product-filter-container {
        display: block !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header#snize_product_filter_header_mobile_sort {
      display: none !important; }
    @media (max-width: 991px) {
      .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header[id*="custom_field_5d1b80ff63c189dd89b2c8cb4d198c4a"] {
        display: none !important; } }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container.Ring.Design.Name {
    display: none !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container.Ring.Design.Name.active {
      display: block !important; }
      .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container.Ring.Design.Name.active::before {
        padding: 0 15px;
        content: "Design";
        font-size: 13px !important;
        text-transform: uppercase !important;
        font-weight: 700 !important;
        line-height: 22px !important;
        text-decoration: none !important;
        letter-spacing: 1px !important;
        color: #061c3c !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container.Style.active {
    padding-top: 0 !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container.Style.active::before {
      padding: 0 15px;
      content: "Style";
      font-size: 13px !important;
      font-family: 'Work Sans', sans-serif !important;
      text-transform: uppercase !important;
      font-weight: 700 !important;
      line-height: 22px !important;
      text-decoration: none !important;
      letter-spacing: 1px !important;
      color: #061c3c !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container.Style.active .snize-product-filters-list {
      padding-top: 15px; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-list {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header span {
    font-family: 'Work Sans', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    font-size: 15px !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    color: #061c3c !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort {
    padding-top: 15px !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog #snize_product_filter_mobile_sort ul {
      margin-bottom: 15px !important; }
  @media (min-width: 992px) {
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header:first-of-type {
      text-align: left !important;
      border-bottom: none !important;
      background-image: none !important; }
      .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header:first-of-type span {
        font-size: 18px !important;
        font-weight: 500 !important;
        text-transform: capitalize !important;
        color: #333 !important;
        font-size: 20px !important;
        letter-spacing: normal !important; } }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container {
    padding: 10px 0 !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container#snize_product_filters_selected {
      padding: 0 !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list {
      margin-bottom: 1rem !important;
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
      row-gap: 10px; }
      .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li {
        height: 100% !important;
        width: calc((100% / 3) - 7.5px);
        margin: 0 !important;
        border: 1px solid transparent !important;
        order: 10; }
        @media (min-width: 550px) and (max-width: 699px) {
          .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li {
            width: calc((100% / 4) - 7.5px); } }
        @media (min-width: 700px) and (max-width: 991px) {
          .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li {
            width: calc((100% / 5) - 7.5px); } }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.snize-filter-checked {
          background-color: #f9f5ed !important;
          border: 1px solid #9f735a !important; }
          .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.snize-filter-checked .needsclick {
            background-color: #f9f5ed; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li label {
          margin: 0 !important;
          padding: 5px !important;
          display: block !important;
          color: #061c3c !important; }
          .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li label > span {
            text-align: center !important;
            width: 100% !important;
            display: block !important;
            padding: 0 !important;
            font-size: 13px !important;
            color: #061c3c !important; }
            .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li label > span .snize-filter-variant-count {
              position: static !important;
              color: #061c3c !important; }
              .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li label > span .snize-filter-variant-count::before {
                content: "("; }
              .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li label > span .snize-filter-variant-count::after {
                content: ")"; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li .snize-filter-checkbox {
          position: static !important;
          width: 100% !important;
          height: 100% !important; }
          .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li .snize-filter-checkbox input {
            position: absolute !important;
            display: none !important; }
            .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li .snize-filter-checkbox input:checked + span {
              background-color: transparent !important; }
              .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li .snize-filter-checkbox input:checked + span::after {
                display: none !important; }
          .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li .snize-filter-checkbox .needsclick {
            display: block !important;
            position: static !important;
            width: 100% !important;
            border: none !important;
            background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Cluster.svg);
            background-repeat: no-repeat;
            background-size: 125%;
            background-position: center center;
            height: 70px !important; }
            @media (min-width: 700px) and (max-width: 991px) {
              .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li .snize-filter-checkbox .needsclick {
                background-size: 90%; } }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Cluster .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Halo .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Three.Stone .snize-filter-checkbox .needsclick {
          background-size: 100% 60% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Cluster .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Cluster.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Halo .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Halo.svg) !important;
          background-size: 100% 75% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Side.Stones {
          display: none !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Side.Diamonds .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Side%20Stone.svg) !important;
          background-size: 100% 62% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Princess .snize-filter-checkbox .needsclick {
          background-size: 100% 160% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/PrincessCutNew1.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Two.Stone .snize-filter-checkbox .needsclick {
          background-size: 100% 120% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/TwoStone.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Solitaire.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Three.Stone .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/Three-Stone.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Alice .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S806%20ALICE.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Amy .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Amy.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Aria .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S822%20ARIA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Ava .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S816%20AVA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Chloe .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S809%20CHLOE.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Clara .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S817%20CLARA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Alexandra .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S832-ALEXANDRA.svg) !important;
          background-size: 100% 75% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Solitaire .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S826-CELINE.svg) !important;
          background-size: 100% 75% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Toi.Et.Moi .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S831%20HARRIET.svg) !important;
          background-size: 100% 62% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Zara .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S824-ZARA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Faye .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S811%20FAYE.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Fleur .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S823%20FLEUR.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Flora .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S819%20FLORA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Iris .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S818%20IRIS.svg) !important;
          background-size: 100% 80% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Kira .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S814%20KIRA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Leah .snize-filter-checkbox .needsclick {
          background-size: 100% 120% !important;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Leah.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Lisa .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S805%20LISA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Lydia .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S815%20LYDIA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Sarah .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S811%20SARAH.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Serenity .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S807%20SERENITY.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Sylvia .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S824%20SYLVIA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Trinity .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S814%20TRINITY.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Victoria .snize-filter-checkbox .needsclick {
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S808%20VICTORIA.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Zoe .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S810%20ZOE.svg) !important;
          background-size: 100% 65% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Harriet .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/2023/S831%20HARRIET.svg) !important;
          background-size: 100% 65% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Amy .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Alice .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Aria .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Ava .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Chloe .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Clara .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Zara .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Faye .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Fleur .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Flora .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Kira .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Lisa .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Lydia .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Sarah .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Serenity .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Sylvia .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Trinity .snize-filter-checkbox .needsclick, .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Victoria .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-size: 100% 60% !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Cushion .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Cushion.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Marquise .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Marquise.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Fancy .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/KITE2.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Octagonal .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Octagonal.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Oval .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Oval.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Pear .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Pear.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Round .snize-filter-checkbox .needsclick {
          margin-bottom: 5px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Round.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Blue .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Blue.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Yellow .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Yellow.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Peach .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/PeachNew1.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Pink .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Pink.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.White .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/White.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Green .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Green.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Purple .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Purple.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Teal .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/TealNew1.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Montana.Teal .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/MontanaNew1.svg) !important; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick {
          margin-bottom: 10px;
          background-image: url(https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Australian-Parti-Teal.svg) !important;
          background-size: 42% !important; }
          @media (min-width: 700px) and (max-width: 991px) {
            .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Australian.Parti .snize-filter-checkbox .needsclick {
              background-size: 30% !important; } }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Solitaire {
          order: 0; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Side.Diamonds {
          order: 1; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Halo {
          order: 2; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Three.Stone {
          order: 4; }
        .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container .snize-product-filters-list li.Cluster {
          order: 5; }
  .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container {
    bottom: -15px !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container .snize-product-filters-showed-products {
      display: none !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all,
    .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
      padding: 10px 0;
      background-color: #061c3c;
      border: 1px solid #061c3c;
      font-weight: 500;
      font-size: 12px;
      line-height: 22px;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      border-radius: 0;
      transition: all .5s ease;
      font-size: 15px;
      line-height: 22px; }
      .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all svg,
      .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products svg {
        display: none !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
      background-color: transparent !important;
      color: #061c3c !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-block {
    border-bottom: none !important; }
  .snize-results-page #snize-modal-mobile-filters-dialog .snize-modal-content > .snize-product-filters-header:first-of-type {
    text-align: left !important;
    border-bottom: none !important;
    background-image: none !important; }
    .snize-results-page #snize-modal-mobile-filters-dialog .snize-modal-content > .snize-product-filters-header:first-of-type span {
      font-size: 18px !important;
      font-weight: 500 !important;
      text-transform: capitalize !important;
      color: #333 !important;
      font-size: 22px !important;
      letter-spacing: normal !important; }

@media (max-width: 767px) {
  .snize-results-page .snize-search-results-main-content {
    padding: 0 15px !important; } }

.snize-results-page #snize-search-results-grid-mode {
  width: 100% !important; }
  .snize-results-page #snize-search-results-grid-mode ul {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .snize-results-page #snize-search-results-grid-mode.snize-four-columns .snize-product {
    width: 31.3% !important;
    margin-bottom: 7.5% !important; }
    @media (max-width: 991px) {
      .snize-results-page #snize-search-results-grid-mode.snize-four-columns .snize-product {
        margin-bottom: 5rem !important; } }
  @media (min-width: 850px) {
    .snize-results-page #snize-search-results-grid-mode.snize-two-columns .snize-product {
      width: 31.3% !important;
      margin-bottom: 7.5% !important; } }
  @media (max-width: 991px) {
    .snize-results-page #snize-search-results-grid-mode.snize-two-columns .snize-product {
      margin-bottom: 5rem !important; } }
  .snize-results-page #snize-search-results-grid-mode .snize-product {
    border-bottom: none !important;
    padding: 0 !important; }
    @media (max-width: 767px) {
      .snize-results-page #snize-search-results-grid-mode .snize-product {
        width: 100% !important; } }
    @media (min-width: 840px) and (max-width: 991px) {
      .snize-results-page #snize-search-results-grid-mode .snize-product {
        width: 31.3% !important; } }
    @media (max-width: 991px) {
      .snize-results-page #snize-search-results-grid-mode .snize-product {
        margin-bottom: 5rem !important; } }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box {
      width: 100% !important;
      margin-top: 1rem !important;
      margin-bottom: 0.66rem; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box label {
        display: none !important; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select {
        width: 100% !important;
        height: 22px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
        text-align: center !important;
        -webkit-tap-highlight-color: transparent !important;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        -webkit-appearance: none !important;
        outline: none !important; }
        .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select:focus {
          outline: none !important; }
        .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option {
          vertical-align: middle !important;
          display: inline-flex !important;
          box-sizing: border-box;
          display: inline-block;
          height: 18px !important;
          width: 18px !important;
          border-radius: 50% !important;
          border: none !important;
          overflow: hidden !important;
          color: transparent !important;
          margin-right: 1rem !important;
          text-align: center !important;
          -webkit-tap-highlight-color: transparent !important;
          -webkit-touch-callout: none !important;
          -webkit-user-select: none !important;
          -khtml-user-select: none !important;
          -moz-user-select: none !important;
          -ms-user-select: none !important;
          user-select: none !important;
          font-size: 0px !important; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option:focus {
            outline: none !important; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="14K Rose Gold"], .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="18K Rose Gold"] {
            background-color: #E8BFA2; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="14K Yellow Gold"], .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="18K Yellow Gold"] {
            background-color: #C3AB76; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="Platinum"] {
            background-color: #BFBFBF; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="14K White Gold"], .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option[value*="18K White Gold"] {
            background-color: #DEDEDE; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box select option:checked {
            border: 1px solid white !important;
            outline: 2px solid #061C3C !important; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] {
        display: flex;
        justify-content: center;
        gap: 1rem; }
        .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] .metal-option {
          align-self: center;
          display: inline-block;
          width: 18px;
          height: 18px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background-color: #bfbfbf; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] .metal-option.checked {
            border: 2px solid #061C3C !important; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] .metal-option[metal-type*="14K Rose Gold"] {
            background-color: #E8BFA2; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] .metal-option[metal-type*="18K Yellow Gold"] {
            background-color: #C3AB76; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] .metal-option[metal-type*="Platinum"] {
            background-color: #BFBFBF; }
          .snize-results-page #snize-search-results-grid-mode .snize-product .snize-options-box .snize-simple-options-box [class*="radio-options"] .metal-option[metal-type*="18K White Gold"] {
            background-color: #DEDEDE; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-thumbnail-wrapper .snize-thumbnail {
      height: 341px !important;
      max-height: 341px !important;
      overflow: hidden !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .snize-results-page #snize-search-results-grid-mode .snize-product .snize-thumbnail-wrapper .snize-thumbnail {
          height: 245px !important;
          max-height: 245px !important; } }
      .snize-results-page #snize-search-results-grid-mode .snize-product .snize-thumbnail-wrapper .snize-thumbnail img {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover !important; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-overhidden {
      flex-direction: row !important;
      align-self: center !important;
      align-items: baseline !important;
      flex-wrap: wrap !important;
      padding: 0 !important;
      justify-content: center !important; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-title {
      margin: 0 !important;
      padding: 0 !important;
      font-family: 'Alga' !important;
      font-weight: 600 !important;
      text-align: center !important;
      font-feature-settings: 'liga' off !important;
      color: #000 !important;
      text-transform: capitalize !important;
      font-size: 28px !important;
      line-height: 36px !important; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-description {
      display: none !important; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-price-list {
      padding-left: 5px !important;
      margin: 0 !important;
      font-family: 'Work Sans' !important;
      font-weight: 100 !important;
      font-size: 14px !important;
      line-height: 20px !important;
      font-feature-settings: 'liga' off !important;
      color: #a0a0a0 !important;
      letter-spacing: normal !important; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .snize-price {
      font-family: 'Work Sans' !important;
      font-weight: 100 !important;
      font-size: 14px !important;
      line-height: 20px !important;
      font-feature-settings: 'liga' off !important;
      color: #a0a0a0 !important;
      letter-spacing: normal !important; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .details {
      margin: 0 0 0.5rem;
      width: 100%;
      text-align: center;
      color: #717171;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: normal; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .options {
      margin: 15px 0 5px 0;
      text-align: center;
      position: relative;
      width: 100%; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .options .form-field {
        margin: 0;
        font-size: 18px; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .options input {
        display: none; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .options .form-option-swatch,
      .snize-results-page #snize-search-results-grid-mode .snize-product .options .form-option-variant--color {
        border-radius: 50%;
        border: none;
        border-color: #061C3C; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .options .form-option-variant--color {
        height: 18px;
        width: 18px; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .options .form-radio:checked + label {
        border: 1px solid #061C3C; }
      .snize-results-page #snize-search-results-grid-mode .snize-product .options label > span[data-option-value] {
        color: #061C3C;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        font-feature-settings: 'liga' off; }
    .snize-results-page #snize-search-results-grid-mode .snize-product .book-consultation {
      margin: 15px auto 0;
      padding: 12px 20px;
      display: block;
      background-color: #9f753a;
      border: 1px solid #9f753a;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center !important; }
      @media (max-width: 991px) {
        .snize-results-page #snize-search-results-grid-mode .snize-product .book-consultation {
          width: 88% !important; } }
      @media (min-width: 992px) {
        .snize-results-page #snize-search-results-grid-mode .snize-product .book-consultation {
          width: 100%; } }
      @media (min-width: 992px) {
        .snize-results-page #snize-search-results-grid-mode .snize-product .book-consultation {
          font-size: 14px;
          width: fit-content;
          padding: 10px 45px; } }
      .snize-results-page #snize-search-results-grid-mode .snize-product .book-consultation:hover {
        color: #9f753a;
        background-color: #efeadf; }

.snize-results-page .snize-pagination {
  margin: 0 0 2rem !important; }
  .snize-results-page .snize-pagination a.active {
    background-color: #061C3C !important;
    border-color: #061C3C !important; }

/* Pages */
.hero-banner {
  background: white;
  position: relative; }
  @media (max-width: 991px) {
    .hero-banner {
      padding: 0;
      background: #fff;
      height: 100%; } }
  @media (min-width: 992px) {
    .hero-banner {
      padding: 25vh 0;
      height: 82vh;
      max-height: 653px; } }
  @media (min-width: 992px) and (max-height: 500px) {
    .hero-banner {
      padding: 10vh 0; } }
  @media (min-width: 992px) and (min-height: 768px) {
    .hero-banner {
      padding: 214px 0; } }
  .hero-banner .background-wrapper {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(85.35deg, #f9f5ed -22.08%, rgba(249, 245, 237, 0) 76%); }
    @media (max-width: 991px) {
      .hero-banner .background-wrapper {
        height: 320px; } }
    @media (min-width: 992px) {
      .hero-banner .background-wrapper {
        opacity: 0.2;
        height: 653px; } }
  @media (max-width: 991px) {
    .hero-banner .hero-content {
      text-align: center; } }
  @media (min-width: 992px) {
    .hero-banner .hero-content {
      text-align: left; } }
  .hero-banner .hero-content .tagline {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 22px;
    font-weight: 700;
    color: #061c3c;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .hero-banner .hero-content .tagline {
          letter-spacing: 1px; } } }
    @media (max-width: 991px) {
      .hero-banner .hero-content .tagline {
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 8px; } }
  .hero-banner .hero-content .title {
    font-family: 'Alga';
    font-size: 42px;
    font-weight: 700;
    color: #061c3c; }
    @media (max-width: 991px) {
      .hero-banner .hero-content .title {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 5px; } }
  .hero-banner .hero-content p {
    font-size: 18px;
    line-height: 24px;
    color: #061c3c;
    margin-bottom: 36px; }
    @media (max-width: 991px) {
      .hero-banner .hero-content p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 24px; } }
  .hero-banner .hero-content .nv-button--secondary {
    padding: 17px 45px;
    width: 270px;
    max-width: 270px;
    font-size: 13px; }
    .hero-banner .hero-content .nv-button--secondary.desktop:first-of-type {
      margin: 0 35px 0 0; }
    @media (max-width: 991px) {
      .hero-banner .hero-content .nv-button--secondary.desktop {
        display: none; } }
    @media (min-width: 992px) {
      .hero-banner .hero-content .nv-button--secondary.desktop {
        display: inline-block; } }
    .hero-banner .hero-content .nv-button--secondary.mobile {
      margin: 0;
      padding: 9px 0;
      width: 110px;
      height: 42px;
      min-width: auto;
      max-width: auto;
      font-weight: bold;
      font-size: 10px;
      line-height: 22px;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .hero-banner .hero-content .nv-button--secondary.mobile {
            letter-spacing: 1px; } } }
      @media (min-width: 300px) {
        .hero-banner .hero-content .nv-button--secondary.mobile {
          width: 120px; } }
      @media (min-width: 375px) {
        .hero-banner .hero-content .nv-button--secondary.mobile {
          margin: 0 5px;
          width: 135px; } }
      @media (min-width: 500px) {
        .hero-banner .hero-content .nv-button--secondary.mobile {
          width: 155px; } }
      @media (max-width: 991px) {
        .hero-banner .hero-content .nv-button--secondary.mobile {
          display: inline-block; } }
      @media (min-width: 992px) {
        .hero-banner .hero-content .nv-button--secondary.mobile {
          display: none; } }
  .hero-banner .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: bottom right;
    height: 82vh; }
    @media (max-width: 991px) {
      .hero-banner .featured-img {
        position: relative;
        margin-bottom: 28px;
        max-height: 320px; } }
    @media (min-width: 992px) {
      .hero-banner .featured-img {
        max-height: 653px; } }

.featured-brands {
  padding: 10px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .featured-brands {
      margin-top: 25px; } }
  .featured-brands ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .featured-brands ul li {
      list-style: none;
      display: inline-block;
      margin: 0 20px; }
      @media (max-width: 991px) {
        .featured-brands ul li {
          width: 30%;
          margin: 0; }
          .featured-brands ul li a img {
            max-width: 100px; } }

.most-popular-designs {
  padding: 52px 0 105px;
  background-color: #F9F5ED;
  position: relative; }
  @media (max-width: 991px) {
    .most-popular-designs {
      padding: 0 0 40px 0; } }
  .most-popular-designs .container {
    padding: 0 24px;
    z-index: 2; }
  .most-popular-designs .tagline {
    text-align: center;
    color: #9f735a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .most-popular-designs .tagline {
          letter-spacing: 1px; } } }
    @media (max-width: 991px) {
      .most-popular-designs .tagline {
        margin-top: 26px; } }
  .most-popular-designs hr {
    background: #9f735a;
    height: 1px;
    width: 110px;
    margin: 0 auto 12px; }
    @media (min-width: 992px) {
      .most-popular-designs hr {
        width: 185px; } }
  .most-popular-designs .title {
    font-family: 'Alga';
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-align: center; }
    @media (max-width: 991px) {
      .most-popular-designs .title {
        font-size: 24px;
        line-height: 28px; } }
  .most-popular-designs p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 40px;
    margin: 0 auto;
    max-width: 520px;
    text-align: center; }
    @media (max-width: 991px) {
      .most-popular-designs p {
        font-size: 14px;
        line-height: 20px; } }
  .most-popular-designs ul {
    padding: 0;
    display: block;
    margin: 70px 0 0 100px;
    max-width: 380px; }
    @media (max-width: 991px) {
      .most-popular-designs ul {
        margin: 50px auto;
        max-width: 280px; } }
    .most-popular-designs ul li {
      list-style: none;
      margin-bottom: 15px;
      z-index: 9; }
      .most-popular-designs ul li a {
        font-size: 28px;
        text-decoration: none;
        color: #061c3c; }
        @media (max-width: 991px) {
          .most-popular-designs ul li a {
            font-size: 18px; } }
        .most-popular-designs ul li a:hover {
          color: #9f735a; }
        .most-popular-designs ul li a .material-icons {
          float: right;
          margin-top: 8px; }
  .most-popular-designs .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .most-popular-designs .featured-img {
        position: relative;
        height: 258px;
        object-fit: cover;
        object-position: bottom right; } }
    @media (min-width: 992px) {
      .most-popular-designs .featured-img {
        max-width: none;
        height: 550px;
        object-fit: cover; } }

.our-ethics {
  padding: 80px 0;
  background: #eff1f1; }
  @media (max-width: 991px) {
    .our-ethics {
      padding: 0 0 40px 0;
      text-align: center; }
      .our-ethics .container {
        padding: 0;
        display: flex;
        flex-direction: column; }
        .our-ethics .container .col:last-child {
          padding: 0;
          order: 1; }
          .our-ethics .container .col:last-child img {
            width: 100%; }
        .our-ethics .container .col {
          order: 2; } }
  .our-ethics .tagline {
    text-align: left;
    color: #9f735a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .our-ethics .tagline {
          letter-spacing: 1px; } } }
    @media (max-width: 991px) {
      .our-ethics .tagline {
        text-align: center;
        margin-top: 40px; } }
  .our-ethics hr {
    background: #9f735a;
    height: 1px;
    width: 100%;
    max-width: 400px;
    float: left;
    margin: 0 0 25px; }
    @media (max-width: 991px) {
      .our-ethics hr {
        float: none;
        max-width: 110px;
        margin: 0 auto 20px; } }
  .our-ethics .title {
    margin: 0 0 18px 0;
    font-family: 'Alga';
    font-weight: bold;
    color: #061C3C;
    margin-bottom: 12px;
    text-align: left;
    max-width: 503px;
    font-size: 32px;
    line-height: 40px; }
    @media (max-width: 991px) {
      .our-ethics .title {
        font-weight: 600;
        margin: 0 auto 8px;
        text-align: center;
        font-size: 24px;
        line-height: 28px; } }
  .our-ethics p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 24px;
    max-width: 400px; }
    @media (max-width: 991px) {
      .our-ethics p {
        margin: 0 auto 24px;
        text-align: center;
        font-size: 14px;
        line-height: 20px; } }
  @media (max-width: 991px) {
    .our-ethics img {
      height: 265px;
      object-fit: cover;
      object-position: 50% 75%; } }
  @media (min-width: 992px) {
    .our-ethics img {
      margin: 0 0 0 45px;
      width: 640px; } }

.our-collection {
  padding: 100px 0;
  background: #fff; }
  @media (max-width: 991px) {
    .our-collection {
      padding: 40px 0; } }
  .our-collection .card .cta {
    margin: 25px 0 0; }
    .our-collection .card .cta .book-consultation,
    .our-collection .card .cta .drop-hint {
      width: fit-content;
      margin: 0 auto;
      padding: 10px 60px;
      display: block;
      background-color: #FFE5EA;
      border: 1px solid #FFE5EA;
      color: #061c3c;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px; }
      @media (min-width: 992px) {
        .our-collection .card .cta .book-consultation,
        .our-collection .card .cta .drop-hint {
          font-size: 14px; } }
      .our-collection .card .cta .book-consultation:hover,
      .our-collection .card .cta .drop-hint:hover {
        background-color: #FFF5F7; }
  @media (min-width: 1440px) {
    .our-collection .container {
      max-width: 1364px; } }
  .our-collection .tagline {
    text-align: center;
    color: #9f735a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .our-collection .tagline {
          letter-spacing: 1px; } } }
  .our-collection hr {
    background: #9f735a;
    height: 1px;
    width: 185px;
    margin: 0 auto 10px; }
  .our-collection .title {
    font-family: 'Alga';
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 991px) {
      .our-collection .title {
        font-size: 24px;
        line-height: 28px; } }
  .our-collection .cta {
    text-align: center;
    width: 100%;
    margin: 30px 0 0; }
    @media (max-width: 991px) {
      .our-collection .cta {
        margin: 0; } }
    .our-collection .cta .nv-button--secondary {
      padding: 17px 80px;
      font-size: 13px;
      max-width: none; }
      @media (max-width: 991px) {
        .our-collection .cta .nv-button--secondary {
          padding: 12px 40px;
          width: 100%;
          font-size: 12px; } }
  .our-collection .productGrid {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 0 !important;
    max-width: 1364px; }
    @media (min-width: 992px) {
      .our-collection .productGrid {
        margin-bottom: 1.5rem; } }
    .our-collection .productGrid .slick-prev,
    .our-collection .productGrid .slick-next {
      background-color: transparent;
      width: 50px;
      height: 44px;
      transition: filter 0.5s ease;
      border: none;
      top: 41%; }
      .our-collection .productGrid .slick-prev::before,
      .our-collection .productGrid .slick-next::before {
        margin-left: 10px;
        width: 6px;
        height: 12px; }
      @media (min-width: 992px) {
        .our-collection .productGrid .slick-prev:hover,
        .our-collection .productGrid .slick-next:hover {
          filter: brightness(0.2); } }
    .our-collection .productGrid .slick-prev {
      left: 10px; }
      @media (min-width: 992px) {
        .our-collection .productGrid .slick-prev {
          left: 50px; } }
    .our-collection .productGrid .slick-next {
      right: 10px; }
      @media (min-width: 992px) {
        .our-collection .productGrid .slick-next {
          right: 50px; } }
    .our-collection .productGrid .slick-prev::before {
      background-image: url(https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/backward.png?t=1629321738); }
    .our-collection .productGrid .slick-next::before {
      background-image: url(https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/forward.png?t=1629321738); }
    .our-collection .productGrid .product {
      width: 100%; }
      @media (min-width: 560px) {
        .our-collection .productGrid .product {
          width: 50%; } }
      @media (min-width: 768px) {
        .our-collection .productGrid .product {
          width: 33%; } }
      @media (min-width: 992px) {
        .our-collection .productGrid .product {
          width: 33%;
          padding: 0 22px; } }
      .our-collection .productGrid .product .card {
        margin-bottom: 2.5rem; }
        .our-collection .productGrid .product .card-img-container {
          max-width: none; }
          .our-collection .productGrid .product .card-img-container::after {
            padding-bottom: 100%; }
          .our-collection .productGrid .product .card-img-container img {
            mix-blend-mode: multiply;
            object-fit: cover; }
        .our-collection .productGrid .product .card-body {
          padding: 12px 0 0 0; }
          .our-collection .productGrid .product .card-body .options {
            margin-bottom: 5px;
            text-align: center;
            position: relative; }
            .our-collection .productGrid .product .card-body .options .form-field {
              margin: 0;
              font-size: 18px; }
            .our-collection .productGrid .product .card-body .options .form-option-swatch,
            .our-collection .productGrid .product .card-body .options .form-option-variant--color {
              border-radius: 50%;
              border: none;
              border-color: #061C3C; }
            .our-collection .productGrid .product .card-body .options .form-option-variant--color {
              height: 18px;
              width: 18px; }
            .our-collection .productGrid .product .card-body .options .form-radio:checked {
              background-color: red; }
            .our-collection .productGrid .product .card-body .options .form-radio:checked + label {
              border: 1px solid #061C3C; }
            .our-collection .productGrid .product .card-body .options label > span[data-option-value] {
              color: #061C3C;
              font-weight: normal;
              font-size: 16px;
              line-height: 20px;
              font-feature-settings: 'liga' off; }
          .our-collection .productGrid .product .card-body .card-title {
            margin: 0;
            padding: 0;
            font-family: 'Alga';
            font-weight: normal;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            font-feature-settings: 'liga' off;
            color: #000000; }
            .our-collection .productGrid .product .card-body .card-title.Wedding, .our-collection .productGrid .product .card-body .card-title.Engagement, .our-collection .productGrid .product .card-body .card-title.Three.Stones {
              font-size: 18px;
              line-height: 24px;
              font-weight: 600; }
              @media (min-width: 992px) {
                .our-collection .productGrid .product .card-body .card-title.Wedding, .our-collection .productGrid .product .card-body .card-title.Engagement, .our-collection .productGrid .product .card-body .card-title.Three.Stones {
                  font-size: 28px;
                  line-height: 36px; } }
          .our-collection .productGrid .product .card-body .product-price {
            font-family: 'Work Sans';
            font-weight: 100;
            font-size: 14px;
            line-height: 20px;
            font-feature-settings: 'liga' off;
            color: #a0a0a0;
            letter-spacing: normal; }
          .our-collection .productGrid .product .card-body .card-description {
            text-align: center;
            font-size: 14px;
            line-height: 20px;
            color: #717171;
            letter-spacing: 0.5px; }
            .our-collection .productGrid .product .card-body .card-description.Engagement, .our-collection .productGrid .product .card-body .card-description.Three.Stones {
              font-size: 12px;
              line-height: 20px;
              letter-spacing: normal; }
          .our-collection .productGrid .product .card-body .product-metal {
            font-size: 12px;
            line-height: 20px;
            text-align: center;
            color: #747474;
            letter-spacing: normal; }

.our-couples {
  padding: 20px 0 100px;
  background: #fff; }
  @media (max-width: 991px) {
    .our-couples {
      padding: 20px 0 50px; } }
  .our-couples .tagline {
    text-align: center;
    color: #9f735a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .our-couples .tagline {
          letter-spacing: 1px; } } }
  .our-couples hr {
    background: #9f735a;
    height: 1px;
    width: 185px;
    margin: 0 auto 10px; }
  .our-couples .title {
    font-family: 'Alga';
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
    text-align: center; }
    @media (min-width: 992px) {
      .our-couples .title {
        margin-bottom: 10px; } }
  .our-couples p {
    color: #000;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 992px) {
      .our-couples p {
        font-size: 16px;
        line-height: 20px; } }
  .our-couples .cta {
    text-align: center;
    width: 100;
    margin: 10px 0 0; }
    @media (min-width: 992px) {
      .our-couples .cta {
        margin: 20px 0 0; } }
    .our-couples .cta .nv-button--secondary {
      padding: 17px 45px;
      font-size: 13px; }
      @media (max-width: 991px) {
        .our-couples .cta .nv-button--secondary {
          padding: 12px 45px;
          width: 100%;
          font-size: 12px; } }
  .our-couples .card {
    text-align: center;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .our-couples .card {
        margin-top: 30px; } }
    .our-couples .card img {
      width: 100%;
      height: auto; }
    .our-couples .card .title {
      font-size: 28px;
      line-height: 36px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .our-couples .card .title {
          font-size: 24px;
          margin: 10px 0 0; } }
      .our-couples .card .title .price {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #a0a0a0;
        margin-left: 5px; }
    .our-couples .card .details {
      font-size: 14px;
      line-height: 20px;
      color: #747474;
      max-width: 300px;
      margin: 0 auto; }
  .our-couples .our-couples-carousel .slide {
    padding: 0 15px; }
    .our-couples .our-couples-carousel .slide a {
      text-decoration: none; }
      .our-couples .our-couples-carousel .slide a:hover .title {
        color: #061c3c; }
  .our-couples .our-couples-carousel .slick-next {
    background: none;
    border: none;
    margin-top: -70px;
    right: 15px; }
    .our-couples .our-couples-carousel .slick-next:before {
      background-image: none;
      font-family: 'Material Icons';
      content: '\e5cc';
      font-size: 30px;
      color: #9F735A; }
  .our-couples .our-couples-carousel .slick-prev {
    background: none;
    border: none;
    margin-top: -70px;
    left: 5px; }
    .our-couples .our-couples-carousel .slick-prev:before {
      background-image: none;
      font-family: 'Material Icons';
      content: '\e5cb';
      font-size: 30px;
      color: #9F735A; }

.our-process {
  padding: 80px 0 40px;
  background: #f9f5ed; }
  @media (max-width: 991px) {
    .our-process {
      padding: 40px 0; } }
  .our-process .tagline {
    text-align: center;
    color: #9f735a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .our-process .tagline {
          letter-spacing: 1px; } } }
  .our-process hr {
    background: #9f735a;
    height: 1px;
    width: 185px;
    margin: 0 auto 10px; }
    @media (max-width: 991px) {
      .our-process hr {
        margin: 0 auto 20px; } }
  .our-process .title {
    margin: 23px 0 0;
    font-family: 'Alga';
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 991px) {
      .our-process .title {
        font-size: 24px;
        line-height: 28px; } }
  .our-process p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 auto;
    max-width: 500px;
    text-align: center; }
    @media (max-width: 991px) {
      .our-process p {
        font-size: 14px; } }
  @media (max-width: 439px) {
    .our-process .col {
      height: 350px; } }
  @media (min-width: 440px) and (max-width: 515px) {
    .our-process .col {
      height: 370px; } }
  @media (min-width: 516px) and (max-width: 600px) {
    .our-process .col {
      height: 400px; } }
  @media (min-width: 601px) and (max-width: 700px) {
    .our-process .col {
      height: 440px; } }
  @media (min-width: 701px) {
    .our-process .col {
      height: 480px; } }
  @media (min-width: 780px) {
    .our-process .col {
      height: 530px; } }
  @media (min-width: 850px) {
    .our-process .col {
      height: 600px; } }
  @media (min-width: 992px) {
    .our-process .col {
      height: auto;
      max-height: none; } }
  @media (max-width: 991px) {
    .our-process .col:nth-of-type(even) {
      padding: 0 25px 0 8px; }
    .our-process .col:nth-of-type(odd) {
      padding: 0 8px 0 25px; } }
  @media (min-width: 992px) {
    .our-process .col {
      padding: 0 24px; } }
  .our-process .col .title {
    line-height: 24px; }
  .our-process .card {
    text-align: center;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .our-process .card {
        margin-top: 30px;
        margin-bottom: 0; } }
    .our-process .card img {
      width: 100%;
      height: auto; }
      @media (min-width: 992px) {
        .our-process .card img {
          max-width: 240px; } }
    .our-process .card .title {
      font-size: 19px;
      line-height: 28px;
      font-weight: 500;
      margin-top: 30px;
      margin-bottom: 16.5px;
      color: #000;
      font-family: 'Work Sans'; }
      @media (max-width: 991px) {
        .our-process .card .title {
          font-size: 12px;
          line-height: 18px;
          font-family: 'Work Sans', Arial, Helvetica, sans-serif;
          margin-top: 16px;
          font-weight: 700; } }
      .our-process .card .title .price {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #a0a0a0;
        margin-left: 5px; }
    .our-process .card .details {
      font-size: 16px;
      line-height: 20px;
      color: #595959;
      margin: 0 auto;
      max-width: 300px; }
      @media (max-width: 991px) {
        .our-process .card .details {
          font-size: 12px;
          line-height: 16px; } }

.our-guarantees {
  background: #EFEADF; }
  .our-guarantees .row {
    margin-top: 24px !important; }
  .our-guarantees .content .title {
    margin-top: 0 !important;
    margin-bottom: -10px !important; }
  @media (min-width: 350px) and (max-width: 374px) {
    .our-guarantees .chart {
      margin-bottom: 10px;
      min-height: 260px !important; } }
  @media (min-width: 375px) and (max-width: 991px) {
    .our-guarantees .chart {
      margin-bottom: 10px;
      min-height: 250px; } }

.home-about-us {
  padding: 67px 0 78px;
  background: #fff; }
  @media (max-width: 991px) {
    .home-about-us {
      padding: 0 0 60px 0;
      text-align: center; }
      .home-about-us .container {
        padding: 0; }
      .home-about-us .col-md-7 {
        padding: 0; } }
  .home-about-us .tagline {
    margin-top: 10px;
    text-align: left;
    color: #9f735a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 1150px) {
      .home-about-us .tagline {
        margin-top: 75px; } }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .home-about-us .tagline {
          letter-spacing: 1px; } } }
    @media (max-width: 991px) {
      .home-about-us .tagline {
        text-align: center;
        margin-top: 40px; } }
  .home-about-us hr {
    background: #9f735a;
    height: 1px;
    width: 90%;
    margin: 0 0 10px; }
    @media (max-width: 991px) {
      .home-about-us hr {
        float: none;
        max-width: 110px;
        margin: 0 auto 20px; } }
  .home-about-us .title {
    font-family: 'Alga';
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    max-width: 410px;
    line-height: 36px; }
    @media (max-width: 991px) {
      .home-about-us .title {
        margin: 0 auto 20px;
        text-align: center;
        font-size: 24px;
        line-height: 28px; } }
  .home-about-us p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    max-width: 380px;
    text-align: left; }
    @media (max-width: 991px) {
      .home-about-us p {
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
        text-align: center; } }
  @media (max-width: 767px) {
    .home-about-us .featured-img {
      margin: 0; } }
  .home-about-us .learn-more {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block; }
    @media (max-width: 991px) {
      .home-about-us .learn-more {
        margin-top: 16px; } }
    .home-about-us .learn-more .material-icons {
      float: right;
      margin-left: 10px; }
  .home-about-us .row {
    margin: 0; }
    .home-about-us .row .featured-stone {
      position: absolute; }
      @media (max-width: 1149px) {
        .home-about-us .row .featured-stone {
          display: none; } }
    .home-about-us .row:nth-child(1) .featured-stone {
      bottom: -40px;
      left: 160px; }
    .home-about-us .row:nth-child(2) .featured-stone {
      bottom: -40px;
      right: 160px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-about-us .row:nth-child(1) .featured-img {
        margin: 40px 0 0; }
      .home-about-us .row:nth-child(2) .featured-img,
      .home-about-us .row:nth-child(2) .col-md-5 {
        margin: 80px 0 0; } }
    @media (min-width: 992px) {
      .home-about-us .row:nth-child(1) .featured-img {
        padding-right: 50px; }
      .home-about-us .row:nth-child(2) {
        margin-top: 100px; }
        .home-about-us .row:nth-child(2) .featured-img {
          padding-left: 130px; }
        .home-about-us .row:nth-child(2) .tagline {
          padding-top: 25px; } }
  .home-about-us .container {
    padding: 0; }
    @media (max-width: 767px) {
      .home-about-us .container {
        display: flex;
        flex-direction: column; }
        .home-about-us .container .row {
          display: flex;
          flex-direction: column; }
          .home-about-us .container .row:nth-child(2) .col-md-5 {
            order: 2; }
          .home-about-us .container .row:nth-child(2) .col-md-7 {
            padding-top: 60px;
            order: 0; } }
    @media (min-width: 992px) {
      .home-about-us .container {
        max-width: 1200px; } }
    @media (min-width: 1200px) {
      .home-about-us .container {
        max-width: 1200px; } }
    @media (min-width: 1440px) {
      .home-about-us .container {
        max-width: 1250px; } }
    @media (min-width: 1600px) {
      .home-about-us .container {
        max-width: 1250px; } }

.customerReviews {
  background-color: #061C3C; }
  .customerReviews .heroCarouselReviews .reviewBlock {
    margin: 0 auto;
    max-width: 75%; }
    .customerReviews .heroCarouselReviews .reviewBlock .text {
      font-family: 'Alga';
      font-weight: 500;
      letter-spacing: 0.02em;
      font-feature-settings: 'liga' off;
      font-size: 16px;
      line-height: 22px;
      color: #ffffff; }
      @media (min-width: 992px) {
        .customerReviews .heroCarouselReviews .reviewBlock .text {
          font-size: 24px;
          line-height: 36px; } }
    .customerReviews .heroCarouselReviews .reviewBlock .person-stars img {
      display: inline-block;
      width: auto; }
    .customerReviews .heroCarouselReviews .reviewBlock .person-name {
      margin: 32px 0 5px;
      font-weight: bold;
      font-feature-settings: 'liga' off;
      font-size: 14px;
      line-height: 20px;
      color: #ffffff; }
      @media (min-width: 992px) {
        .customerReviews .heroCarouselReviews .reviewBlock .person-name {
          font-size: 16px;
          line-height: 26px; } }
    .customerReviews .heroCarouselReviews .reviewBlock .person-location {
      margin: 0 0 25px 0;
      line-height: 20px;
      font-weight: bold;
      font-feature-settings: 'liga' off;
      color: #ffffff;
      font-size: 12px; }
      @media (min-width: 992px) {
        .customerReviews .heroCarouselReviews .reviewBlock .person-location {
          margin: 0 0 32px 0;
          line-height: 24px;
          font-size: 14px; } }
    .customerReviews .heroCarouselReviews .reviewBlock .person-stars {
      color: #ffffff;
      font-size: 12px; }
      @media (min-width: 992px) {
        .customerReviews .heroCarouselReviews .reviewBlock .person-stars {
          font-size: 14px; } }
    .customerReviews .heroCarouselReviews .reviewBlock .link a {
      font-family: 'Work Sans';
      font-weight: normal;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      text-decoration-line: underline;
      font-feature-settings: 'liga' off;
      color: #ffffff; }
      @media (min-width: 768px) {
        .customerReviews .heroCarouselReviews .reviewBlock .link a {
          font-size: 14px;
          line-height: 24px; } }
  .customerReviews .heroCarouselReviews .slick-dots {
    display: none !important; }
  .customerReviews .heroCarouselReviews .slick-next,
  .customerReviews .heroCarouselReviews .slick-prev {
    top: 25%; }
    @media (min-width: 768px) {
      .customerReviews .heroCarouselReviews .slick-next,
      .customerReviews .heroCarouselReviews .slick-prev {
        top: 33%; } }
  .customerReviews .heroCarouselReviews .slick-prev {
    background: none;
    border: none;
    outline: none !important;
    left: 0; }
    @media (max-width: 480px) {
      .customerReviews .heroCarouselReviews .slick-prev {
        margin-top: 45px; } }
  .customerReviews .heroCarouselReviews .slick-next {
    background: none;
    border: none;
    outline: none !important;
    right: 0; }
    @media (max-width: 480px) {
      .customerReviews .heroCarouselReviews .slick-next {
        margin-top: 45px; } }
  .customerReviews .heroCarouselReviews .slick-next::before {
    background-image: none;
    font-family: 'Material Icons';
    content: '\e409';
    font-size: 30px;
    color: #ffffff; }
  .customerReviews .heroCarouselReviews .slick-prev::before {
    background-image: none;
    font-family: 'Material Icons';
    content: '\e5cb';
    font-size: 30px;
    color: #ffffff; }

.login {
  margin: 0;
  max-width: none;
  background-color: #F9F5ED; }
  .login .container {
    padding: 50px 24px; }
    @media (min-width: 992px) {
      .login .container {
        padding: 100px 24px; } }
    .login .container .tagline {
      margin: 0 0 10px 0;
      letter-spacing: 2px;
      font-weight: 700;
      color: #061C3C;
      text-transform: uppercase;
      padding: 0;
      font-size: 11px;
      line-height: 20px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .login .container .tagline {
            letter-spacing: 1px; } } }
      @media (min-width: 500px) {
        .login .container .tagline {
          padding: 0 24px; } }
      @media (min-width: 992px) {
        .login .container .tagline {
          font-size: 13px;
          line-height: 22px; } }
    .login .container .page-heading {
      margin: 0;
      font-family: "Alga";
      font-weight: 700;
      color: #061C3C;
      margin-bottom: 5px;
      padding: 0;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 500px) {
        .login .container .page-heading {
          padding: 0 24px; } }
      @media (min-width: 992px) {
        .login .container .page-heading {
          font-size: 32px;
          line-height: 1.5; } }
    .login .container .subtitle {
      margin: 0;
      color: #061C3C;
      padding: 0;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 500px) {
        .login .container .subtitle {
          padding: 0 24px; } }
      @media (min-width: 992px) {
        .login .container .subtitle {
          font-size: 18px;
          line-height: 24px; } }
    .login .container .login-row {
      margin-top: 36px;
      padding: 0; }
      @media (min-width: 500px) {
        .login .container .login-row {
          padding: 0 24px; } }
      @media (min-width: 992px) {
        .login .container .login-row {
          margin-top: 0; } }
      .login .container .login-row .login-form {
        padding: 24px;
        background-color: transparent;
        box-shadow: 0 0 2px #ccc;
        margin: 0; }
        @media (min-width: 992px) {
          .login .container .login-row .login-form {
            margin: 3rem 0 0; } }
        .login .container .login-row .login-form .form-label {
          font-family: "Work Sans";
          font-weight: bold;
          font-size: 12px;
          line-height: 16px;
          color: #000000; }
          @media (min-width: 992px) {
            .login .container .login-row .login-form .form-label {
              font-size: 14px;
              line-height: 20px; } }
        .login .container .login-row .login-form .form-input {
          padding: 0 15px;
          border-radius: 0;
          border: 1px solid #c1c1c1;
          color: #b4b4b4;
          font-size: 12px;
          background-color: transparent; }
          @media (min-width: 992px) {
            .login .container .login-row .login-form .form-input {
              font-size: 14px; } }
        .login .container .login-row .login-form .form-inlineMessage {
          font-weight: 500;
          font-size: 12px; }
          @media (min-width: 992px) {
            .login .container .login-row .login-form .form-inlineMessage {
              font-size: 14px; } }
        .login .container .login-row .login-form .button--primary {
          width: 100%;
          background: #061C3C;
          border-radius: 0;
          color: #ffffff;
          text-transform: uppercase;
          text-align: center;
          letter-spacing: 2px;
          font-weight: bold;
          padding: 20px 0;
          font-size: 14px;
          line-height: 18px; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .login .container .login-row .login-form .button--primary {
                letter-spacing: 1px; } } }
          @media (min-width: 992px) {
            .login .container .login-row .login-form .button--primary {
              padding: 25px 0;
              font-size: 15px;
              line-height: 22px; } }
          .login .container .login-row .login-form .button--primary:hover {
            background-color: transparent;
            color: #061C3C; }
        .login .container .login-row .login-form .forgot-password {
          background-color: transparent;
          margin: 0;
          font-weight: bold;
          color: #a19f9d;
          text-align: left;
          padding: 5px 0 0 0;
          font-size: 12px;
          line-height: 16px; }
          @media (min-width: 992px) {
            .login .container .login-row .login-form .forgot-password {
              padding: 24px 0 5px 0;
              font-size: 15px;
              line-height: 20px; } }
      .login .container .login-row .new-customer {
        margin-top: 3rem;
        padding: 0 0 2rem; }
        @media (min-width: 992px) {
          .login .container .login-row .new-customer {
            padding: 0 0 0 36px; } }
        .login .container .login-row .new-customer .panel {
          color: #ffffff;
          box-shadow: 0 0 2px #ccc; }
          .login .container .login-row .new-customer .panel-header, .login .container .login-row .new-customer .panel-body {
            background-color: #061C3C; }
          .login .container .login-row .new-customer .panel-title {
            font-family: "Alga";
            font-size: 22px;
            color: #ffffff; }
            @media (min-width: 992px) {
              .login .container .login-row .new-customer .panel-title {
                font-size: 28px; } }
          .login .container .login-row .new-customer .panel-body {
            font-size: 15px;
            line-height: 1.8; }
          .login .container .login-row .new-customer .panel .button--primary {
            margin: 10px 0 0 0;
            padding: 20px 0;
            width: 100%;
            background: #061C3C;
            border-radius: 0;
            border: 1px solid #ffffff;
            color: #ffffff;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 2px;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px; }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) and (stroke-color: transparent) {
                .login .container .login-row .new-customer .panel .button--primary {
                  letter-spacing: 1px; } } }
            @media (min-width: 992px) {
              .login .container .login-row .new-customer .panel .button--primary {
                margin: 20px 0 0 0;
                padding: 25px 0;
                font-size: 15px;
                line-height: 22px; } }
            .login .container .login-row .new-customer .panel .button--primary:hover {
              background-color: #ffffff;
              color: #061C3C; }

.forgot-password {
  background-color: #F9F5ED; }
  .forgot-password .container {
    padding: 50px 24px; }
    @media (min-width: 992px) {
      .forgot-password .container {
        padding: 75px 24px 100px; } }
    .forgot-password .container .page-heading {
      margin: 0;
      font-family: "Alga";
      font-weight: 700;
      color: #061C3C;
      margin-bottom: 5px;
      padding: 0;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 992px) {
        .forgot-password .container .page-heading {
          font-size: 42px;
          line-height: 1.5; } }
    .forgot-password .container p {
      margin: 10px 0 0; }
      @media (min-width: 992px) {
        .forgot-password .container p {
          margin: 0; } }
    .forgot-password .container .forgot-password-form {
      padding: 24px;
      background-color: transparent;
      box-shadow: 0 0 2px #ccc;
      margin: 2rem 0 0; }
      .forgot-password .container .forgot-password-form .form-prefixPostfix.wrap {
        display: block; }
      .forgot-password .container .forgot-password-form .form-label {
        font-family: "Work Sans";
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        color: #000000; }
        @media (min-width: 992px) {
          .forgot-password .container .forgot-password-form .form-label {
            font-size: 14px;
            line-height: 20px; } }
      .forgot-password .container .forgot-password-form .form-input {
        padding: 0 15px;
        border-radius: 0;
        border: 1px solid #c1c1c1;
        background-color: transparent;
        color: #b4b4b4;
        font-size: 12px;
        width: 100%; }
        @media (min-width: 992px) {
          .forgot-password .container .forgot-password-form .form-input {
            font-size: 14px; } }
      .forgot-password .container .forgot-password-form .form-inlineMessage {
        font-weight: 500;
        font-size: 12px; }
        @media (min-width: 992px) {
          .forgot-password .container .forgot-password-form .form-inlineMessage {
            font-size: 14px; } }
      .forgot-password .container .forgot-password-form .button--primary {
        margin: 16px 0 0 0;
        width: 100%;
        height: auto;
        background: #061C3C;
        border-radius: 0;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        font-weight: bold;
        padding: 20px 0;
        font-size: 14px;
        line-height: 18px; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .forgot-password .container .forgot-password-form .button--primary {
              letter-spacing: 1px; } } }
        @media (min-width: 992px) {
          .forgot-password .container .forgot-password-form .button--primary {
            padding: 25px 0;
            font-size: 15px;
            line-height: 22px; } }
        .forgot-password .container .forgot-password-form .button--primary:hover {
          background-color: transparent;
          color: #061C3C; }

.create-account {
  background-color: #F9F5ED; }
  .create-account .container {
    padding: 50px 24px; }
    @media (min-width: 992px) {
      .create-account .container {
        padding: 75px 48px 100px; } }
    .create-account .container .tagline {
      margin: 0 0 10px;
      letter-spacing: 2px;
      font-weight: 700;
      color: #061C3C;
      text-transform: uppercase;
      padding: 0;
      font-size: 11px;
      line-height: 20px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .create-account .container .tagline {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .create-account .container .tagline {
          font-size: 13px;
          line-height: 22px; } }
    .create-account .container .page-heading {
      margin: 0;
      font-family: "Alga";
      font-weight: 700;
      color: #061C3C;
      margin-bottom: 5px;
      padding: 0;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 992px) {
        .create-account .container .page-heading {
          font-size: 42px;
          line-height: 1.5; } }
    .create-account .container p {
      margin: 10px 0 0; }
      @media (min-width: 992px) {
        .create-account .container p {
          margin: 0; } }
    .create-account .container .account--fixed {
      width: 100%; }
      .create-account .container .account--fixed .account-body {
        margin: 0;
        padding: 0; }
        .create-account .container .account--fixed .account-body .form {
          padding: 24px;
          background-color: #ffffff;
          box-shadow: 0 0 2px #ccc;
          margin: 2rem 0 0; }
          .create-account .container .account--fixed .account-body .form .form-label {
            font-family: "Work Sans";
            font-weight: bold;
            font-size: 12px;
            line-height: 16px;
            color: #000000; }
            @media (min-width: 992px) {
              .create-account .container .account--fixed .account-body .form .form-label {
                font-size: 14px;
                line-height: 20px; } }
          .create-account .container .account--fixed .account-body .form .form-input {
            padding: 0 15px;
            border-radius: 0;
            border: 1px solid #c1c1c1;
            color: #b4b4b4;
            font-size: 12px;
            width: 100%; }
            @media (min-width: 992px) {
              .create-account .container .account--fixed .account-body .form .form-input {
                font-size: 14px; } }
          .create-account .container .account--fixed .account-body .form .form-inlineMessage {
            font-weight: 500;
            font-size: 12px; }
            @media (min-width: 992px) {
              .create-account .container .account--fixed .account-body .form .form-inlineMessage {
                font-size: 14px; } }
          .create-account .container .account--fixed .account-body .form .button--primary {
            margin: 16px 0 0 0;
            width: 100%;
            height: auto;
            background: #061C3C;
            border-radius: 0;
            color: #ffffff;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 2px;
            font-weight: bold;
            padding: 20px 0;
            font-size: 14px;
            line-height: 18px; }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) and (stroke-color: transparent) {
                .create-account .container .account--fixed .account-body .form .button--primary {
                  letter-spacing: 1px; } } }
            @media (min-width: 992px) {
              .create-account .container .account--fixed .account-body .form .button--primary {
                padding: 25px 0;
                font-size: 15px;
                line-height: 22px; } }
            .create-account .container .account--fixed .account-body .form .button--primary:hover {
              background-color: transparent;
              color: #061C3C; }

.account-created {
  background-color: #F9F5ED; }
  .account-created .container {
    padding: 50px 24px; }
    @media (min-width: 992px) {
      .account-created .container {
        padding: 65px 48px 100px; } }
    .account-created .container .confirmation {
      display: block;
      width: 200px;
      margin: 0 auto 50px; }
    .account-created .container .page-heading {
      margin: 0;
      font-family: "Alga";
      font-weight: 700;
      color: #061C3C;
      margin-bottom: 5px;
      padding: 0;
      font-size: 24px;
      line-height: 28px;
      text-align: center; }
      @media (min-width: 992px) {
        .account-created .container .page-heading {
          font-size: 42px;
          line-height: 1.5; } }
    .account-created .container .button--primary {
      margin: 16px 0 0 0;
      width: 100%;
      height: auto;
      background: #061C3C;
      border-radius: 0;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      font-weight: bold;
      padding: 20px 0;
      font-size: 14px;
      line-height: 18px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .account-created .container .button--primary {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .account-created .container .button--primary {
          padding: 25px 0;
          font-size: 15px;
          line-height: 22px; } }
      .account-created .container .button--primary:hover {
        background-color: transparent;
        color: #061C3C; }

.account-page {
  background-color: #F9F5ED; }
  .account-page .container {
    padding: 50px 24px; }
    @media (min-width: 992px) {
      .account-page .container {
        padding: 75px 48px 100px; } }
    .account-page .container .logout-link {
      float: right;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      margin-top: 0; }
      @media (min-width: 992px) {
        .account-page .container .logout-link {
          margin-top: 18px; } }
    .account-page .container h1.page-heading {
      margin: 0;
      font-family: "Alga";
      font-weight: 700;
      color: #061C3C;
      padding: 0;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 992px) {
        .account-page .container h1.page-heading {
          font-size: 42px;
          line-height: 1.5; } }
    .account-page .container h2.page-heading {
      padding: 0;
      margin: 0; }
    .account-page .container .welcome-back {
      margin-bottom: 30px;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .account-page .container .welcome-back {
          font-size: 14px;
          line-height: 20px; } }
    .account-page .container .account {
      width: 100%; }
      .account-page .container .account-body {
        margin: 0;
        padding: 24px; }
  .account-page .form {
    padding: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 2px #ccc;
    margin: 2rem 0 0; }
    .account-page .form .form-label {
      font-family: "Work Sans";
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      color: #000000; }
      @media (min-width: 992px) {
        .account-page .form .form-label {
          font-size: 14px;
          line-height: 20px; } }
    .account-page .form .form-input {
      padding: 0 15px;
      border-radius: 0;
      border: 1px solid #c1c1c1;
      color: #b4b4b4;
      font-size: 12px;
      width: 100%; }
      @media (min-width: 992px) {
        .account-page .form .form-input {
          font-size: 14px; } }
    .account-page .form .form-inlineMessage {
      font-weight: 500;
      font-size: 12px; }
      @media (min-width: 992px) {
        .account-page .form .form-inlineMessage {
          font-size: 14px; } }
    .account-page .form .button--primary {
      margin: 16px 0 0 0;
      width: 100%;
      height: auto;
      background: #061C3C;
      border-radius: 0;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      font-weight: bold;
      padding: 20px 0;
      font-size: 14px;
      line-height: 18px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .account-page .form .button--primary {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .account-page .form .button--primary {
          padding: 25px 0;
          font-size: 15px;
          line-height: 22px; } }
      .account-page .form .button--primary:hover {
        background-color: transparent;
        color: #061C3C; }
    .account-page .form a.button {
      margin: 16px 0 0 0;
      width: 100%;
      height: auto;
      background: transparent;
      border-radius: 0;
      color: #061C3C;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      font-weight: bold;
      padding: 20px 0;
      font-size: 14px;
      line-height: 18px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .account-page .form a.button {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .account-page .form a.button {
          padding: 25px 0;
          font-size: 15px;
          line-height: 22px; } }
      .account-page .form a.button:hover {
        background-color: #061C3C;
        color: #ffffff; }
    .account-page .form input.button {
      margin: 16px 0 0 0;
      width: 100%;
      height: auto;
      background: #061C3C;
      border-radius: 0;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px;
      font-weight: bold;
      padding: 20px 0;
      font-size: 14px;
      line-height: 18px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .account-page .form input.button {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .account-page .form input.button {
          padding: 25px 0;
          font-size: 15px;
          line-height: 22px; } }
      .account-page .form input.button:hover {
        background-color: transparent;
        color: #061C3C; }
  .account-page table th,
  .account-page table td {
    padding: 0.75rem 1.5rem !important; }
  .account-page .wishlist-form {
    width: 100%;
    max-width: none; }
  .account-page .wishlists-table .form {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    margin: 0; }
    .account-page .wishlists-table .form a.button {
      margin: 0;
      padding: 0.5625rem 1.5rem;
      width: auto; }
    .account-page .wishlists-table .form .button--small {
      font-weight: bold;
      padding: 0.5625rem 1.5rem;
      font-size: 15px;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .account-page .wishlists-table .form .button--small {
            letter-spacing: 1px; } } }
  .account-page .productGrid .product .card-figure {
    background-color: transparent; }
  .account-page .productGrid .product .card-body {
    display: none; }
  .account-page .productGrid .product .card-img-container:after {
    padding-bottom: 100%; }

.navBar--sub .navBar-action {
  color: white !important; }

.account-body {
  padding: 0 !important; }
  .account-body .account-head {
    margin-bottom: 0 !important; }
  .account-body .account-content {
    margin: 0 !important;
    padding: 0 !important; }
  .account-body .account-product .subscription-edit-btn {
    display: none !important;
    float: right !important; }
  .account-body .account-product .account-listItem {
    padding: 0 !important; }
  .account-body .account-product .account-product-body .account-orderButtons {
    display: block !important; }
    .account-body .account-product .account-product-body .account-orderButtons a {
      font-size: 15px;
      color: #061C3C; }
      .account-body .account-product .account-product-body .account-orderButtons a:not(:last-of-type) {
        margin-right: 15px !important; }
  .account-body .account-product .subscription-item thead {
    background: #EFEADF; }
  .account-body .account-product .subscription-item .account-orderStatus-label {
    background-color: #061C3C; }

.navBar--account {
  margin: 1rem 0 2rem;
  padding: 10px 0;
  background-color: #061C3C;
  color: #ffffff; }
  .navBar--account a {
    color: #ffffff !important; }
    .navBar--account a:hover {
      color: #b4b4b4 !important; }
  .navBar--account .navBar-item {
    color: #ffffff; }
    .navBar--account .navBar-item.is-active {
      font-weight: 500;
      border-bottom: 1px solid #ffffff !important;
      color: #ffffff; }

.alertBox--info {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #061C3C;
  color: #061C3C; }
  .alertBox--info svg {
    fill: #061C3C; }

.alertBox--success {
  margin: 30px 24px 0 24px; }

#payment-form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vw;
  max-width: 100vw;
  background-color: white;
  z-index: 999; }
  #payment-form-overlay h2 {
    font-family: "Alga";
    font-weight: 600;
    text-align: center;
    color: #061C3C;
    font-size: 22px;
    line-height: 30px; }
    @media (min-width: 768px) {
      #payment-form-overlay h2 {
        font-size: 28px;
        line-height: 36px; } }
  #payment-form-overlay .payment-form-container {
    max-width: 50%;
    margin: 50px auto 0; }
    #payment-form-overlay .payment-form-container .payment-select-wrapper {
      margin-bottom: 14px; }
      #payment-form-overlay .payment-form-container .payment-select-wrapper label[for="payment_use_existing"] {
        margin-right: 15px; }
    #payment-form-overlay .payment-form-container .payment-section {
      width: 100%;
      float: none; }
      #payment-form-overlay .payment-form-container .payment-section .section-heading {
        display: block;
        margin-bottom: 14px;
        font-family: "Alga";
        font-style: normal;
        font-weight: 600;
        color: #061c3c;
        font-size: 28px;
        line-height: 36px; }
        @media (min-width: 768px) {
          #payment-form-overlay .payment-form-container .payment-section .section-heading {
            font-size: 24px;
            line-height: 32px; } }
      #payment-form-overlay .payment-form-container .payment-section .form-label {
        margin: 0 0 7px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: #666; }
      #payment-form-overlay .payment-form-container .payment-section input,
      #payment-form-overlay .payment-form-container .payment-section select {
        border-radius: 0 !important; }
  #payment-form-overlay .btns {
    display: block;
    text-align: center; }
    #payment-form-overlay .btns .button--primary {
      display: inline-block;
      position: relative;
      border-radius: 0;
      font-family: "Work Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 22px;
      transition: all 0.4s ease;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      outline: none;
      vertical-align: middle;
      padding: 12px 45px;
      font-size: 12px;
      letter-spacing: 2px;
      background-color: #061C3C;
      border: 1px solid #061C3C;
      color: #ffffff; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          #payment-form-overlay .btns .button--primary {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        #payment-form-overlay .btns .button--primary {
          padding: 20px 45px;
          font-size: 15px;
          max-width: 265px; } }
      #payment-form-overlay .btns .button--primary:hover {
        background-color: #142945;
        border: 1px solid #061C3C;
        color: #ffffff !important; }
      #payment-form-overlay .btns .button--primary:active, #payment-form-overlay .btns .button--primary:focus {
        background-color: #05162e;
        color: #ffffff !important; }
    #payment-form-overlay .btns .button-cancel {
      display: inline-block;
      position: relative;
      border-radius: 0;
      font-family: "Work Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 22px;
      transition: all 0.4s ease;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      outline: none;
      vertical-align: middle;
      padding: 12px 45px;
      font-size: 12px;
      letter-spacing: 2px;
      background-color: transparent;
      border: 1px solid #061C3C;
      color: #061C3C; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          #payment-form-overlay .btns .button-cancel {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        #payment-form-overlay .btns .button-cancel {
          padding: 20px 45px;
          font-size: 15px;
          max-width: 265px; } }
      #payment-form-overlay .btns .button-cancel:hover {
        background-color: #E7F1F4;
        border: 1px solid #061C3C;
        color: #061C3C !important; }
      #payment-form-overlay .btns .button-cancel:active, #payment-form-overlay .btns .button-cancel:focus {
        background-color: #052757;
        color: #ffffff !important; }
  #payment-form-overlay .form-label {
    margin: 0 0 7px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #666; }

.cart-page {
  background-color: #f5f5f5; }
  .cart-page .page-content {
    margin: 0;
    padding: 0; }
    .cart-page .page-content .cart-hero {
      padding: 30px 0;
      background-color: #061C3C;
      color: #ffffff; }
      @media (min-width: 768px) {
        .cart-page .page-content .cart-hero {
          padding: 40px 0; } }
      @media (min-width: 992px) {
        .cart-page .page-content .cart-hero {
          padding: 50px 0; } }
      .cart-page .page-content .cart-hero .page-heading {
        margin: 0;
        font-family: "Alga";
        font-weight: 700;
        color: #ffffff;
        padding: 0;
        font-size: 24px;
        line-height: 28px;
        text-align: center; }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-hero .page-heading {
            font-size: 42px;
            line-height: 1.5; } }
    .cart-page .page-content .cart {
      margin-bottom: 0; }
    .cart-page .page-content .cart-content {
      padding: 35px 24px; }
      @media (min-width: 768px) {
        .cart-page .page-content .cart-content {
          padding: 75px 24px; } }
      .cart-page .page-content .cart-content .col {
        padding: 0; }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-content .col:nth-of-type(2) {
            padding-right: 15px; }
          .cart-page .page-content .cart-content .col:nth-of-type(3) {
            padding-left: 15px; } }
        @media (max-width: 767px) {
          .cart-page .page-content .cart-content .col:nth-of-type(3) {
            margin-top: 30px; } }
      .cart-page .page-content .cart-content h3 {
        font-size: 18px;
        text-align: center; }
        @media (min-width: 992px) {
          .cart-page .page-content .cart-content h3 {
            font-size: 22px; } }
      .cart-page .page-content .cart-content div[data-cart-content] {
        padding: 15px;
        background-color: #ffffff;
        position: relative; }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-content div[data-cart-content] {
            padding: 10px 15px; } }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-content div[data-cart-content] .cart-remove {
            position: absolute;
            top: 10px;
            right: 0; } }
        @media (min-width: 992px) {
          .cart-page .page-content .cart-content div[data-cart-content] .cart-remove {
            top: 20px;
            right: 25px; } }
        .cart-page .page-content .cart-content div[data-cart-content] .only-one {
          margin: 10px 0 0;
          font-family: 'Work Sans';
          color: #9f735a;
          font-size: 14px;
          cursor: pointer; }
          .cart-page .page-content .cart-content div[data-cart-content] .only-one .text {
            border-bottom: 1px dotted rgba(159, 115, 90, 0.5); }
          .cart-page .page-content .cart-content div[data-cart-content] .only-one.desktop {
            width: fit-content; }
            @media (max-width: 767px) {
              .cart-page .page-content .cart-content div[data-cart-content] .only-one.desktop {
                display: none; } }
          .cart-page .page-content .cart-content div[data-cart-content] .only-one.mobile {
            font-size: 13px;
            text-align: center; }
            @media (min-width: 400px) {
              .cart-page .page-content .cart-content div[data-cart-content] .only-one.mobile {
                padding-left: 10vw; } }
            @media (min-width: 500px) {
              .cart-page .page-content .cart-content div[data-cart-content] .only-one.mobile {
                padding-left: 15vw; } }
            @media (min-width: 768px) {
              .cart-page .page-content .cart-content div[data-cart-content] .only-one.mobile {
                display: none; } }
          .cart-page .page-content .cart-content div[data-cart-content] .only-one .material-icons {
            margin-right: 5px;
            font-size: 18px;
            vertical-align: middle; }
        .cart-page .page-content .cart-content div[data-cart-content] .tooltip-text {
          display: none;
          position: relative;
          padding: 20px 50px;
          line-height: 22px;
          background-color: white;
          text-align: center;
          z-index: 10;
          width: 100%;
          padding: 20px;
          font-size: 12px;
          line-height: 18px;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          color: #061C3C; }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content div[data-cart-content] .tooltip-text {
              padding: 20px 50px;
              font-size: 14px; } }
          @media (min-width: 992px) {
            .cart-page .page-content .cart-content div[data-cart-content] .tooltip-text {
              position: absolute;
              bottom: -75px;
              left: 0; } }
          .cart-page .page-content .cart-content div[data-cart-content] .tooltip-text .close {
            padding-top: 5px;
            display: block;
            width: 25px;
            height: 25px;
            position: absolute;
            text-align: center;
            cursor: pointer;
            color: grey;
            font-size: 16px;
            top: 3px;
            right: 3px; }
            @media (min-width: 768px) {
              .cart-page .page-content .cart-content div[data-cart-content] .tooltip-text .close {
                top: 10px;
                right: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .cart-page .page-content .cart-content div[data-cart-content] .cart-item-info {
            text-align: right;
            padding-right: 15px; } }
        @media (min-width: 992px) {
          .cart-page .page-content .cart-content div[data-cart-content] .cart-item-info {
            width: 20%; } }
        @media (min-width: 992px) {
          .cart-page .page-content .cart-content div[data-cart-content] .cart-item-value.total {
            position: absolute;
            bottom: 15px;
            right: 25px; } }
        .cart-page .page-content .cart-content div[data-cart-content] .cart-item-figure {
          position: relative;
          width: 25%;
          padding: 0;
          vertical-align: top;
          padding: 10px 0; }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content div[data-cart-content] .cart-item-figure {
              width: 20%; } }
          .cart-page .page-content .cart-content div[data-cart-content] .cart-item-figure img {
            max-width: none;
            width: 100%; }
        .cart-page .page-content .cart-content div[data-cart-content] .cart-item-title {
          padding: 0.5rem 1rem;
          margin-bottom: 0; }
        .cart-page .page-content .cart-content div[data-cart-content] .definitionList {
          margin: 0.25rem 0 1rem 0; }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content div[data-cart-content] .definitionList {
              margin: 0.375rem 0; } }
          .cart-page .page-content .cart-content div[data-cart-content] .definitionList-key, .cart-page .page-content .cart-content div[data-cart-content] .definitionList-value {
            color: #606060;
            font-size: 12px; }
            @media (min-width: 768px) {
              .cart-page .page-content .cart-content div[data-cart-content] .definitionList-key, .cart-page .page-content .cart-content div[data-cart-content] .definitionList-value {
                font-size: 14px; } }
        .cart-page .page-content .cart-content div[data-cart-content] .cart-header {
          display: none; }
        .cart-page .page-content .cart-content div[data-cart-content] .cart-header-item,
        .cart-page .page-content .cart-content div[data-cart-content] .cart-item-name {
          font-family: "Alga";
          font-size: 18px;
          line-height: 24px; }
          @media (min-width: 992px) {
            .cart-page .page-content .cart-content div[data-cart-content] .cart-header-item,
            .cart-page .page-content .cart-content div[data-cart-content] .cart-item-name {
              font-size: 1.2rem; } }
        .cart-page .page-content .cart-content div[data-cart-content] .cart-item-name__label {
          text-decoration: none;
          margin: 0 0 7.5px; }
        .cart-page .page-content .cart-content div[data-cart-content] .cart-item-info {
          margin: 0; }
          @media (max-width: 991px) {
            .cart-page .page-content .cart-content div[data-cart-content] .cart-item-info {
              font-size: 14px;
              padding-left: 30px; } }
      .cart-page .page-content .cart-content .cart-content-padding-right {
        padding-right: 0; }
      .cart-page .page-content .cart-content .extra-info {
        background-color: white;
        border-top: 1px solid #e5e5e5;
        color: #a19f9d;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        padding: 20px 5px; }
        @media (min-width: 1050px) {
          .cart-page .page-content .cart-content .extra-info {
            padding: 20px 25px 20px 20px; } }
        @media (max-width: 991px) {
          .cart-page .page-content .cart-content .extra-info {
            display: block;
            text-align: left;
            padding: 10px 15px; } }
        .cart-page .page-content .cart-content .extra-info img {
          margin-right: 5px; }
        @media (max-width: 991px) {
          .cart-page .page-content .cart-content .extra-info span {
            display: block;
            margin-bottom: 5px; } }
        @media (min-width: 992px) {
          .cart-page .page-content .cart-content .extra-info span:nth-of-type(1) {
            float: left; }
          .cart-page .page-content .cart-content .extra-info span:nth-of-type(3) {
            float: right; } }
        .cart-page .page-content .cart-content .extra-info td:nth-of-type(2) {
          width: 75%; }
      .cart-page .page-content .cart-content .cart-list,
      .cart-page .page-content .cart-content .cart-item {
        border: none;
        position: relative; }
      .cart-page .page-content .cart-content .cart-item:nth-of-type(n+2) {
        border-top: 1px solid #e5e5e5; }
      .cart-page .page-content .cart-content .cart-list tr.extra-info {
        border-top: 1px solid #e5e5e5;
        color: #a19f9d;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px; }
        @media (max-width: 991px) {
          .cart-page .page-content .cart-content .cart-list tr.extra-info {
            display: block; } }
        .cart-page .page-content .cart-content .cart-list tr.extra-info img {
          margin-right: 10px; }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content .cart-list tr.extra-info img {
              margin-left: 30px; } }
        @media (max-width: 767px) {
          .cart-page .page-content .cart-content .cart-list tr.extra-info span {
            display: block; } }
        .cart-page .page-content .cart-content .cart-list tr.extra-info td:nth-of-type(2) {
          width: 75%; }
        @media (max-width: 991px) {
          .cart-page .page-content .cart-content .cart-list tr.extra-info td:nth-of-type(1),
          .cart-page .page-content .cart-content .cart-list tr.extra-info td:nth-of-type(3) {
            display: none; } }
      .cart-page .page-content .cart-content .cart-item {
        padding: 0; }
      @media (max-width: 991px) {
        .cart-page .page-content .cart-content .cart-item {
          padding-bottom: 15px; }
          .cart-page .page-content .cart-content .cart-item:not(:first-of-type) {
            padding-top: 15px;
            border-top: 1px solid #e5e5e5; } }
      .cart-page .page-content .cart-content .cart-item .sold-ring {
        display: none;
        color: #ED430E;
        width: fit-content;
        font-size: 12px; }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-content .cart-item .sold-ring {
            font-size: 14px;
            padding: 0.33rem 1.33rem; } }
      @media (min-width: 768px) {
        .cart-page .page-content .cart-content .cart-item.oos {
          padding-bottom: 0 !important; } }
      @media (max-width: 767px) {
        .cart-page .page-content .cart-content .cart-item.oos .cart-item-title {
          width: 62%; } }
      @media (min-width: 768px) {
        .cart-page .page-content .cart-content .cart-item.oos .cart-item-value.total {
          position: absolute;
          bottom: 38px;
          right: 25px; } }
      .cart-page .page-content .cart-content .cart-item.oos .sold-ring {
        display: block !important; }
      .cart-page .page-content .cart-content .cart-totals {
        width: 100%;
        margin: 0;
        padding: 5px 24px;
        background-color: #ffffff; }
        .cart-page .page-content .cart-content .cart-totals .title {
          text-align: left;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 14px;
          padding: 10px 0 5px;
          border-bottom: 1px solid #e5e5e5;
          margin-bottom: 15px; }
        .cart-page .page-content .cart-content .cart-totals .cart-total {
          border: none; }
          .cart-page .page-content .cart-content .cart-totals .cart-total.coupon {
            position: relative; }
        .cart-page .page-content .cart-content .cart-totals .cart-total-label,
        .cart-page .page-content .cart-content .cart-totals .cart-total-value {
          padding: 0.3rem 0;
          color: black;
          font-size: 15px; }
          .cart-page .page-content .cart-content .cart-totals .cart-total-label.grand,
          .cart-page .page-content .cart-content .cart-totals .cart-total-value.grand {
            font-weight: bold; }
        .cart-page .page-content .cart-content .cart-totals .cart-code-input .cart-total-value {
          width: 100%;
          text-align: left; }
        .cart-page .page-content .cart-content .cart-totals .cart-code-input .coupon-code-add {
          position: relative;
          width: 100%;
          margin: 15px 0;
          padding: 10px 0;
          text-align: left;
          border-top: 1px solid #e5e5e5;
          border-bottom: 1px solid #e5e5e5;
          text-decoration: none;
          color: #a19f9d; }
          .cart-page .page-content .cart-content .cart-totals .cart-code-input .coupon-code-add::after {
            content: "+";
            position: absolute;
            top: 2px;
            right: 5px;
            font-size: 25px;
            color: #ccc; }
          .cart-page .page-content .cart-content .cart-totals .cart-code-input .coupon-code-add.show::after {
            display: none; }
        .cart-page .page-content .cart-content .cart-totals .cart-code-input .coupon-code-cancel {
          text-align: right;
          position: absolute;
          top: 30px;
          right: 0; }
        .cart-page .page-content .cart-content .cart-totals .cart-code-input #couponcode {
          margin: 0 0 10px; }
        .cart-page .page-content .cart-content .cart-totals .coupon-form .form-input,
        .cart-page .page-content .cart-content .cart-totals .cart-gift-certificate-form .form-input {
          width: 100%; }
        .cart-page .page-content .cart-content .cart-totals .button--small {
          width: 100%; }
        .cart-page .page-content .cart-content .cart-totals #couponcode {
          height: 2.5rem;
          border-radius: 0;
          padding: 8px;
          font-size: 14px; }
        .cart-page .page-content .cart-content .cart-totals .button--small {
          padding: 11px 0 !important; }
        @media (max-width: 991px) {
          .cart-page .page-content .cart-content .cart-totals .cart-total-label {
            text-align: left;
            font-size: 14px; }
          .cart-page .page-content .cart-content .cart-totals .cart-total-value {
            text-align: right;
            float: right;
            font-size: 14px; } }
      .cart-page .page-content .cart-content .cart-actions {
        width: 100%;
        float: none; }
      .cart-page .page-content .cart-content .duplicateWarning {
        margin: 10px 0 0;
        display: none;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        text-align: center;
        display: block;
        float: none; }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-content .duplicateWarning {
            font-size: 14px; } }
      .cart-page .page-content .cart-content .button--primary {
        display: block;
        margin: 16px 0 0 0;
        height: auto;
        background: #061C3C;
        border-radius: 0;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        font-weight: bold;
        padding: 14px 0;
        font-size: 12px;
        line-height: 22px;
        width: 100%;
        float: none; }
        .cart-page .page-content .cart-content .button--primary .material-icons {
          vertical-align: bottom;
          margin-right: 2.5px; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .cart-page .page-content .cart-content .button--primary {
              letter-spacing: 1px; } } }
        @media (min-width: 768px) {
          .cart-page .page-content .cart-content .button--primary {
            padding: 17px 0;
            font-size: 15px; } }
        .cart-page .page-content .cart-content .button--primary:hover {
          background-color: #142945;
          border: 1px solid #061C3C;
          color: #ffffff !important; }
        .cart-page .page-content .cart-content .button--primary:active, .cart-page .page-content .cart-content .button--primary:focus {
          background-color: #05162e;
          color: #ffffff !important; }
        .cart-page .page-content .cart-content .button--primary.disabled {
          background-color: #edebe9 !important;
          color: #a19f9d !important; }
          .cart-page .page-content .cart-content .button--primary.disabled:hover {
            border-color: #edebe9 !important; }
      .cart-page .page-content .cart-content .or-use-label {
        display: none; }
      .cart-page .page-content .cart-content .PaypalCommerceButton {
        width: 100%;
        float: none;
        margin: 15px 0 0; }
      .cart-page .page-content .cart-content .paypal-button.paypal-button-shape-pill {
        border-radius: 0 !important; }
      .cart-page .page-content .cart-content .reserve {
        margin: 10px 0 0;
        color: #061C3C; }
        .cart-page .page-content .cart-content .reserve #reserve-now {
          width: 100%;
          display: block;
          margin: 0;
          height: auto;
          background-color: #E7F1F3;
          border-radius: 0;
          color: #061C3C;
          text-transform: uppercase;
          text-align: center;
          text-decoration: none;
          letter-spacing: 2px;
          font-weight: bold;
          padding: 14px 0;
          font-size: 12px;
          line-height: 22px;
          width: 100%;
          float: none;
          border: 1px solid #061C3C;
          transition-duration: 0.3s; }
          .cart-page .page-content .cart-content .reserve #reserve-now .material-icons {
            vertical-align: bottom;
            margin-right: 2.5px; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .cart-page .page-content .cart-content .reserve #reserve-now {
                letter-spacing: 1px; } } }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content .reserve #reserve-now {
              padding: 17px 0;
              font-size: 15px; } }
          .cart-page .page-content .cart-content .reserve #reserve-now:hover {
            background-color: #061C3C;
            color: #ffffff !important; }
          .cart-page .page-content .cart-content .reserve #reserve-now:active, .cart-page .page-content .cart-content .reserve #reserve-now:focus {
            background-color: #05162e;
            color: #ffffff !important; }
          .cart-page .page-content .cart-content .reserve #reserve-now.disabled {
            background-color: #edebe9 !important;
            color: #a19f9d !important; }
            .cart-page .page-content .cart-content .reserve #reserve-now.disabled:hover {
              border-color: #edebe9 !important; }
        .cart-page .page-content .cart-content .reserve .disclaimer {
          margin: 15px 0 0;
          padding: 0 5px 15px;
          border-bottom: 1px solid #061C3C; }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content .reserve .disclaimer {
              padding: 0 15px 15px; } }
          @media (min-width: 992px) {
            .cart-page .page-content .cart-content .reserve .disclaimer {
              padding: 0 38px 15px; } }
          .cart-page .page-content .cart-content .reserve .disclaimer p {
            margin: 0;
            text-align: center;
            font-size: 12px;
            font-weight: 500; }
            @media (min-width: 768px) {
              .cart-page .page-content .cart-content .reserve .disclaimer p {
                font-size: 13px; } }
            @media (min-width: 992px) {
              .cart-page .page-content .cart-content .reserve .disclaimer p {
                font-size: 14px; } }
        .cart-page .page-content .cart-content .reserve .guarantees {
          padding: 25px 15px; }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content .reserve .guarantees {
              padding: 25px; } }
          @media (max-width: 991px) {
            .cart-page .page-content .cart-content .reserve .guarantees .col-xs-10 {
              padding: 0 25px 0 5px; } }
          .cart-page .page-content .cart-content .reserve .guarantees .col-xs-2 svg {
            display: block;
            margin: 0 auto; }
            @media (max-width: 991px) {
              .cart-page .page-content .cart-content .reserve .guarantees .col-xs-2 svg {
                margin-top: 5px; } }
          @media (min-width: 768px) {
            .cart-page .page-content .cart-content .reserve .guarantees .col.col-xs-2 {
              padding-right: 10px; } }
          .cart-page .page-content .cart-content .reserve .guarantees .row {
            margin-bottom: 30px; }
          .cart-page .page-content .cart-content .reserve .guarantees .title {
            font-weight: 500;
            margin: 0 0 5px;
            font-size: 14px; }
            @media (min-width: 768px) {
              .cart-page .page-content .cart-content .reserve .guarantees .title {
                font-size: 16px; } }
          .cart-page .page-content .cart-content .reserve .guarantees .text {
            font-size: 12px; }
            @media (min-width: 768px) {
              .cart-page .page-content .cart-content .reserve .guarantees .text {
                font-size: 15px; } }
          .cart-page .page-content .cart-content .reserve .guarantees a {
            text-decoration: none; }
          .cart-page .page-content .cart-content .reserve .guarantees .footer-payment-icons {
            margin: 1rem 0 0; }
            .cart-page .page-content .cart-content .reserve .guarantees .footer-payment-icons .footer-payment-icon {
              margin: 0 0.5rem; }
              @media (max-width: 767px) {
                .cart-page .page-content .cart-content .reserve .guarantees .footer-payment-icons .footer-payment-icon {
                  width: 2.8rem; } }
              .cart-page .page-content .cart-content .reserve .guarantees .footer-payment-icons .footer-payment-icon:first-of-type {
                margin-left: 0; }
            .cart-page .page-content .cart-content .reserve .guarantees .footer-payment-icons svg {
              fill: #061C3C; }

.configure-product .modal-header-title {
  font-family: "Alga"; }

.configure-product .ringSize-select select,
.configure-product .reserveMonth-select select {
  display: block; }

.category-snize .snize-header {
  display: none !important; }

.snize-results-page #main-content[category] .hero-image {
  display: none !important; }

.snize-results-page #main-content[category] .page-heading {
  display: block !important; }

.snize-results-page #main-content[category] .snize-main-panel-collection-results-found {
  display: none !important; }

@media (max-width: 991px) {
  .snize-results-page #main-content[category] .snize-header {
    display: none !important; } }

@media (min-width: 992px) {
  .snize-results-page #main-content[category] .category-header {
    margin-bottom: 1rem; } }

.drop-hint {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 60px;
  display: block;
  background-color: #FFE5EA !important;
  border: 1px solid #FFE5EA !important;
  color: #061c3c;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px; }
  @media (min-width: 992px) {
    .drop-hint {
      font-size: 14px; } }
  .drop-hint:hover {
    background-color: #FFF5F7 !important; }

.get-inspired-product-listing .actionBar {
  display: none; }

.get-inspired-product-listing .productGrid .product {
  width: 33%; }
  .get-inspired-product-listing .productGrid .product .card {
    margin: 0;
    padding: 0; }
    .get-inspired-product-listing .productGrid .product .card .card-body {
      display: none; }

.category-header {
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .category-header {
      height: 220px; } }
  @media (max-width: 991px) {
    .category-header {
      background-position: 90% 50%; } }
  .category-header .featured-img {
    object-fit: cover; }
  .category-header.Sapphires .featured-img, .category-header.Emeralds .featured-img {
    object-fit: cover;
    object-position: center right; }
    @media (max-width: 991px) {
      .category-header.Sapphires .featured-img, .category-header.Emeralds .featured-img {
        object-position: 100% 50%; } }
  .category-header.Engagement .featured-img {
    object-position: center right; }
  .category-header.Engagement .page-heading {
    font-size: 32px;
    margin-top: 20px; }
    @media (max-width: 1055px) {
      .category-header.Engagement .page-heading {
        font-size: 28px;
        margin-top: 22px; } }
    @media (max-width: 991px) {
      .category-header.Engagement .page-heading {
        font-size: 24px; } }
  .category-header .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
    height: 120px; }
    @media (min-width: 992px) {
      .category-header .featured-img {
        height: 220px;
        position: absolute;
        top: 0;
        left: 0; } }
  .category-header .container {
    padding: 15px 25px; }
    @media (min-width: 992px) {
      .category-header .container {
        padding: 70px 15px 60px; } }
  .category-header .page-heading {
    text-align: left;
    font-family: 'Alga';
    font-weight: bold;
    color: #061c3c;
    padding: 0 0.75rem;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .category-header .page-heading {
        font-size: 24px;
        line-height: 28px;
        padding: 0;
        margin: 0 0 10px;
        text-align: center; } }

.category-page {
  padding: 18px 0 0 0;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/ }
  .category-page.Sapphires .container, .category-page.Emeralds .container {
    padding: 0 20px !important; }
    @media (min-width: 768px) {
      .category-page.Sapphires .container, .category-page.Emeralds .container {
        padding: 0 25px !important; } }
  .category-page div.form-field .form-label {
    display: none; }
  .category-page .page-content.Sapphires .custom-select,
  .category-page .page-content.Emeralds .custom-select,
  .category-page .page-content.Wedding .custom-select {
    display: none; }
  .category-page .custom-select {
    position: relative;
    width: 205px;
    margin: 0 auto;
    /* custom scrollbar */ }
    .category-page .custom-select ::-webkit-scrollbar {
      width: 10px; }
    .category-page .custom-select ::-webkit-scrollbar-track {
      background-color: transparent; }
    .category-page .custom-select ::-webkit-scrollbar-thumb {
      background-color: #9d9d9d;
      border-radius: 7px;
      border: 1px solid transparent;
      background-clip: content-box; }
    .category-page .custom-select ::-webkit-scrollbar-thumb:hover {
      background-color: #a8bbbf; }
  .category-page .custom-select select {
    display: none;
    /*hide original SELECT element:*/ }
  .category-page .select-selected {
    background-color: white; }
  .category-page .select-selected:after {
    position: absolute;
    content: '';
    top: 17px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #061C3C transparent transparent transparent; }
  .category-page .select-selected.select-arrow-active:after {
    border-color: transparent transparent #061C3C transparent;
    top: 10px; }
  .category-page .select-items div,
  .category-page .select-selected {
    color: #061C3C;
    padding: 13px 16px;
    cursor: pointer;
    user-select: none;
    font-size: 10px;
    line-height: 12px;
    border: 1px solid transparent;
    border-color: transparent transparent #a19f9d transparent; }
  .category-page .select-selected {
    border: 1px solid #061C3C;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center; }
  .category-page .select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    text-transform: uppercase;
    text-align: center; }
    .category-page .select-items .same-as-selected {
      background-color: #061C3C;
      color: #ffffff; }
  .category-page .select-hide {
    display: none; }
  .category-page .select-items div:hover,
  .category-page .same-as-selected {
    background-color: #eff1f1;
    color: #000000; }
  .category-page .page-sidebar {
    padding: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
    position: static; }
    @media (min-width: 992px) {
      .category-page .page-sidebar {
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }
    .category-page .page-sidebar .facetedSearch-refineFilters .sidebarBlock-heading,
    .category-page .page-sidebar .facetedSearch-refineFilters .inlineList {
      display: none; }
    .category-page .page-sidebar .filter-title {
      padding: 0;
      font-size: 12px;
      line-height: 16px; }
      @media (max-width: 991px) {
        .category-page .page-sidebar .filter-title {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .category-page .page-sidebar .filter-title {
          padding: 0 0 16px 0;
          font-size: 14px;
          line-height: 20px; } }
    .category-page .page-sidebar label[for='shape'],
    .category-page .page-sidebar label[for='style'] {
      margin-right: 16px; }
    .category-page .page-sidebar input[type='checkbox'] {
      box-sizing: border-box;
      padding: 0;
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute;
      width: 1px; }
    .category-page .page-sidebar input[type='checkbox'] + label {
      height: 48px;
      width: 100%;
      padding: 15px 24px;
      display: inline-block;
      font-weight: bold;
      font-size: 12.5px;
      line-height: 20px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease;
      text-align: left;
      border-bottom: 1px solid #a19f9d;
      color: #000000; }
      @media (max-width: 991px) {
        .category-page .page-sidebar input[type='checkbox'] + label::after {
          content: '';
          float: right;
          margin-top: 6px;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #061C3C; }
        .category-page .page-sidebar input[type='checkbox'] + label.is-selected::after {
          content: '';
          float: right;
          margin-top: 1px;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #e8e8e8; } }
      @media (min-width: 992px) {
        .category-page .page-sidebar input[type='checkbox'] + label {
          height: 38px;
          padding-top: 7px;
          width: 201px;
          text-align: center;
          border: 1px solid #061C3C;
          font-size: 10px;
          line-height: 22px;
          letter-spacing: 2px; } }
      .category-page .page-sidebar input[type='checkbox'] + label:hover {
        background-color: #E7F1F4; }
    .category-page .page-sidebar input[type='checkbox'] + label.is-selected {
      background-color: #061C3C;
      color: #ffffff; }
    .category-page .page-sidebar .accordion {
      border: none; }
    .category-page .page-sidebar .clear-filters {
      position: relative;
      display: none;
      margin: 22px 0 0 42px;
      font-size: 12px;
      line-height: 16px;
      color: #061C3C;
      cursor: pointer;
      transition: 0.2s ease;
      text-decoration: none; }
      @media (min-width: 992px) {
        .category-page .page-sidebar .clear-filters {
          position: absolute;
          display: inline; } }
      .category-page .page-sidebar .clear-filters:hover {
        color: #E7F1F4; }
      .category-page .page-sidebar .clear-filters.mobile {
        position: relative;
        width: 100%;
        top: 15px;
        display: none;
        margin: 0;
        font-size: 12px;
        line-height: 16px;
        color: #061C3C;
        cursor: pointer;
        transition: 0.2s ease;
        text-decoration: none; }
    .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-navList--sapphire,
    .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-navList--design-setting,
    .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-navList--gemstone,
    .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-navList--carat-weight,
    .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-navList--sapphire,
    .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-navList--design-setting,
    .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-navList--gemstone,
    .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-navList--carat-weight {
      display: none !important; }
    .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-content--shape,
    .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-content--colour,
    .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-content--shape,
    .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-content--colour {
      margin: 60px 0 -60px; }
      @media (min-width: 992px) {
        .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-content--shape,
        .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-content--colour,
        .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-content--shape,
        .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-content--colour {
          margin: 60px 0 0; } }
      .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-content--shape.is-open ul,
      .category-page .page-sidebar .productFilters.Sapphires #facetedSearch-content--colour.is-open ul,
      .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-content--shape.is-open ul,
      .category-page .page-sidebar .productFilters.Emeralds #facetedSearch-content--colour.is-open ul {
        margin: 0;
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap; }
    @media (min-width: 992px) {
      .category-page .page-sidebar .productFilters.Engagement.RingDesign label[for='colour'] {
        margin-left: 10px; } }
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-navList--sapphire,
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-navList--design-setting,
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-navList--gemstone,
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-navList--carat-weight {
      display: none !important; }
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--style,
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--shape,
    .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--colour {
      margin: 60px 0 -60px; }
      @media (min-width: 992px) {
        .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--style,
        .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--shape,
        .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--colour {
          margin: 60px 0 0; } }
      .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--style.is-open ul,
      .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--shape.is-open ul,
      .category-page .page-sidebar .productFilters.Engagement #facetedSearch-content--colour.is-open ul {
        margin: 0;
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap; }
    .category-page .page-sidebar #facetedSearch .accordion--navList {
      margin: 0; }
    .category-page .page-sidebar #facetedSearch #facetedSearch-navList {
      margin: 0; }
      .category-page .page-sidebar #facetedSearch #facetedSearch-navList .accordion-block {
        margin: 0; }
      .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape {
        display: none; }
        @media (min-width: 992px) {
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape {
            margin: 80px 0 0 0; } }
        .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
          display: none;
          display: inline-block; }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Oval, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Marquise, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Octagonal, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Fancy, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Oval, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Pear, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item.Round {
            display: inline-block; }
          @media (max-width: 500px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
              width: 30%; } }
          @media (min-width: 501px) and (max-width: 767px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
              width: 23%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
              width: 15%; } }
          @media (max-width: 991px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
              height: 92px; } }
          @media (min-width: 501px) and (max-width: 767px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
              height: 100px; } }
          @media (min-width: 992px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item {
              width: 60px;
              margin: 0 0.66rem; } }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action {
            padding: 0;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #061C3C; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action span {
              display: none; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action--checkbox {
              padding-top: 8px; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action::before {
              background-color: transparent;
              top: -45px;
              left: 0;
              width: 100%;
              height: 48px;
              border: none;
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Round.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action::after {
              top: -45px;
              left: 7px;
              width: 48px;
              height: 48px;
              border-radius: 50%;
              border: none; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.is-selected {
              font-weight: bold;
              color: #9F735A; }
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.is-selected::after {
                opacity: 0; }
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.is-selected::before {
                filter: hue-rotate(187deg) saturate(400%); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Cushion::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Cushion.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Marquise::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Marquise.svg"); }
              @media (max-width: 991px) {
                .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Marquise::before {
                  background-size: cover; } }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Round::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Round.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Princess::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/PrincessCutNew1.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Fancy::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/KITE2.svg");
              background-size: 157%; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Octagonal::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Octagonal.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Oval::before {
              background-size: cover;
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Oval.svg"); }
              @media (min-width: 992px) {
                .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Oval::before {
                  background-size: 170%; } }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Pear::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Pear.svg"); }
              @media (max-width: 991px) {
                .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action.Pear::before {
                  background-size: cover; } }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action::before {
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 50% 50%; }
            @media (min-width: 992px) {
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--shape .navList-item .navList-action::before {
                background-size: 200%; } }
      .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour {
        display: none; }
        @media (min-width: 992px) {
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour {
            margin: 80px 0 0 0; } }
        .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
          display: none;
          order: 0; }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Blue, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Teal, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Peach, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Green, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Purple, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.White, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Padparadscha, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Pink, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Yellow, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Purple, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Unique.Colours {
            display: inline-block; }
          @media (max-width: 500px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
              width: 30%; } }
          @media (min-width: 501px) and (max-width: 767px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
              width: 18%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
              width: 15%; } }
          @media (max-width: 991px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
              height: 92px; } }
          @media (min-width: 501px) and (max-width: 767px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
              height: 100px; } }
          @media (min-width: 992px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item {
              width: 60px;
              margin: 0 0.66rem; } }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Teal {
            order: 1; }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item.Australian.Teal {
            order: 2; }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action {
            padding: 0;
            font-weight: normal;
            font-size: 12px;
            line-height: 16px;
            color: #061C3C; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action span {
              display: none; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action--checkbox {
              padding-top: 8px; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action::before {
              background-color: transparent;
              top: -45px;
              left: 0;
              width: 100%;
              height: 48px;
              border: none;
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/desgin-your-own/Unique-Colours.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action::after {
              top: -45px;
              left: 7px;
              width: 48px;
              height: 48px;
              border-radius: 50%;
              border: none; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.is-selected {
              font-weight: bold;
              color: #9F735A; }
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.is-selected::after {
                opacity: 0; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Blue::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Blue.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Green::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Green.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Purple::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Purple.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Teal::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Teal.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Australian.Teal::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Australian-Parti-Teal.svg");
              background-size: 34% !important; }
              @media (min-width: 992px) {
                .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Australian.Teal::before {
                  background-size: 55% !important; } }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Peach::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Peach.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.White::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/White.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Padparadscha::before, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Red::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Padparadscha.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Pink::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Pink.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Yellow::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Yellow.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Purple::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Purple.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action.Unique.Colours::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/desgin-your-own/Unique-Colours.svg"); }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action::before {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50% 50%; }
            @media (min-width: 992px) {
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--colour .navList-item .navList-action::before {
                background-size: 170%; } }
      .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style {
        display: none; }
        @media (min-width: 992px) {
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style {
            margin: 85px 0 0 0; } }
        .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item {
          display: none; }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item.Cluster, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item.Side.Diamonds, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item.Solitaire, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item.Halo, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item.Three.Stone {
            display: inline-block; }
          @media (max-width: 991px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item {
              width: 108px;
              height: 92px; } }
          @media (min-width: 992px) {
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item {
              width: 115px;
              margin: 0 0.66rem; } }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action {
            padding: 0;
            font-weight: bold;
            font-size: 11px;
            line-height: 11px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #061C3C; }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) and (stroke-color: transparent) {
                .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action {
                  letter-spacing: 1px; } } }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action span {
              display: none; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action--checkbox {
              padding-top: 8px; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action::before {
              top: -45px;
              left: 0;
              width: 100%;
              height: 55px;
              border: none;
              background-color: transparent;
              background-image: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/content/svgs/design-your-own/new/Solitaire.svg");
              background-size: 68px;
              background-position: 50% 50%; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action::after {
              top: -45px;
              left: 7px;
              width: 48px;
              height: 48px;
              border-radius: 50%;
              border: none; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.is-selected {
              font-weight: bold;
              color: #9F735A; }
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.is-selected::after {
                opacity: 0; }
              .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.is-selected::before {
                filter: brightness(200%) hue-rotate(165deg) sepia(2%) saturate(100%); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Solitaire::before, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Halo::before, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Cluster::before, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Side.Diamonds::before, .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Three.Stone::before {
              background-color: transparent;
              background-size: cover;
              background-position: 50% 55%; }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Solitaire::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Solitaire.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Halo::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Halo.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Cluster::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Cluster.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Side.Diamonds::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Side-Stones.svg"); }
            .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action.Three.Stone::before {
              background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/design-your-own/new/Three-Stone.svg"); }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action:has(> a.Basket) {
            display: none; }
          .category-page .page-sidebar #facetedSearch #facetedSearch-navList--style .navList-item .navList-action::before {
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 50% 50%; }
  .category-page .container {
    max-width: 100% !important;
    padding: 0 25px !important;
    position: static; }
    .category-page .container .page-content {
      width: 100%;
      padding: 0 0 112px; }
      .category-page .container .page-content.Wedding, .category-page .container .page-content.Men.Bands, .category-page .container .page-content.Women.Bands {
        margin-top: 10px; }
      .category-page .container .page-content.Sapphires, .category-page .container .page-content.Emeralds, .category-page .container .page-content.Engagement, .category-page .container .page-content.Three.Stones {
        margin: 36px 0 0 0; }
        @media (min-width: 768px) {
          .category-page .container .page-content.Sapphires, .category-page .container .page-content.Emeralds, .category-page .container .page-content.Engagement, .category-page .container .page-content.Three.Stones {
            padding: 24px 0 0 0; } }
      .category-page .container .page-content.Sapphires .actionBar, .category-page .container .page-content.Emeralds .actionBar {
        display: none !important; }
      .category-page .container .page-content .heading {
        position: relative;
        text-align: center; }
        @media (min-width: 992px) {
          .category-page .container .page-content .heading {
            margin-bottom: 4px; } }
        .category-page .container .page-content .heading .title {
          display: none;
          font-family: 'Alga';
          font-weight: 600;
          font-size: 28px;
          line-height: 36px;
          color: #061C3C;
          text-align: center; }
          @media (min-width: 768px) {
            .category-page .container .page-content .heading .title {
              display: inline-block; } }
        .category-page .container .page-content .heading .actionBar {
          position: relative;
          right: 0;
          margin: 0;
          height: 40px; }
          @media (min-width: 768px) {
            .category-page .container .page-content .heading .actionBar {
              position: absolute;
              display: inline-block; } }
          .category-page .container .page-content .heading .actionBar-section {
            float: none; }
          .category-page .container .page-content .heading .actionBar .form-field {
            border: none; }
          @media (min-width: 768px) {
            .category-page .container .page-content .heading .actionBar {
              margin: 0 0px 0 0; }
              .category-page .container .page-content .heading .actionBar-section {
                float: right; }
                .category-page .container .page-content .heading .actionBar-section .form-field {
                  margin: 0; } }
      .category-page .container .page-content.Sapphires .productGrid, .category-page .container .page-content.Emeralds .productGrid {
        padding: 36px 0 0 0;
        margin-bottom: 0; }
        .category-page .container .page-content.Sapphires .productGrid .product, .category-page .container .page-content.Emeralds .productGrid .product {
          padding: 0 0.2rem;
          width: 50%; }
          @media (min-width: 560px) {
            .category-page .container .page-content.Sapphires .productGrid .product, .category-page .container .page-content.Emeralds .productGrid .product {
              width: 50%; } }
          @media (min-width: 768px) {
            .category-page .container .page-content.Sapphires .productGrid .product, .category-page .container .page-content.Emeralds .productGrid .product {
              width: 33%; } }
          @media (min-width: 992px) {
            .category-page .container .page-content.Sapphires .productGrid .product, .category-page .container .page-content.Emeralds .productGrid .product {
              width: 25%;
              padding: 0 31.5px; } }
          .category-page .container .page-content.Sapphires .productGrid .product .card, .category-page .container .page-content.Emeralds .productGrid .product .card {
            margin-bottom: 1rem; }
            @media (min-width: 992px) {
              .category-page .container .page-content.Sapphires .productGrid .product .card, .category-page .container .page-content.Emeralds .productGrid .product .card {
                margin-bottom: 115px; } }
            .category-page .container .page-content.Sapphires .productGrid .product .card-img-container, .category-page .container .page-content.Emeralds .productGrid .product .card-img-container {
              max-width: none; }
              .category-page .container .page-content.Sapphires .productGrid .product .card-img-container::after, .category-page .container .page-content.Emeralds .productGrid .product .card-img-container::after {
                padding-bottom: 100%; }
              .category-page .container .page-content.Sapphires .productGrid .product .card-img-container img, .category-page .container .page-content.Emeralds .productGrid .product .card-img-container img {
                mix-blend-mode: multiply;
                object-fit: cover;
                width: 100%;
                height: 100%; }
            .category-page .container .page-content.Sapphires .productGrid .product .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card-body {
              padding: 12px 0 0 0; }
              .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-title {
                margin: 0;
                padding: 0;
                font-family: 'Alga';
                font-weight: normal;
                text-align: center;
                font-feature-settings: 'liga' off;
                color: #000000;
                text-transform: capitalize;
                font-size: 16px;
                line-height: 24px; }
                @media (min-width: 768px) {
                  .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-title {
                    font-size: 20px;
                    line-height: 28px; } }
              .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-description {
                text-align: center;
                color: #717171;
                font-size: 10px;
                line-height: 16px; }
                @media (max-width: 767px) {
                  .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-description {
                    font-size: 11px; } }
                @media (min-width: 768px) {
                  .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-description {
                    font-size: 14px;
                    line-height: 20px;
                    letter-spacing: 0.5px; } }
                .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-description .dimensions,
                .category-page .container .page-content.Sapphires .productGrid .product .card-body .card-description .divider, .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-description .dimensions,
                .category-page .container .page-content.Emeralds .productGrid .product .card-body .card-description .divider {
                  display: none; }
            .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card {
              position: relative; }
              .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure {
                background-color: #F9F5ED;
                height: 100%; }
                .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                  width: 100%;
                  position: absolute;
                  top: 0;
                  left: 0;
                  padding: 5% 10px; }
                  @media (min-width: 300px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 10% 10px; } }
                  @media (min-width: 320px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 19% 10px; } }
                  @media (min-width: 450px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 21% 25px; } }
                  @media (min-width: 550px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 25% 25px; } }
                  @media (min-width: 768px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 16% 20px; } }
                  @media (min-width: 850px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 20% 25px; } }
                  @media (min-width: 992px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 12% 10px; } }
                  @media (min-width: 1050px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 15% 15px; } }
                  @media (min-width: 1150px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 19% 15px; } }
                  @media (min-width: 1200px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 12.5% 25px; } }
                  @media (min-width: 1400px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 17% 25px; } }
                  @media (min-width: 1600px) {
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body {
                      padding: 65px 25px; } }
                  .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-title {
                    margin: 0;
                    text-align: center;
                    font-family: 'Alga';
                    font-weight: 500;
                    color: #061C3C;
                    font-size: 14px;
                    line-height: 18px; }
                    @media (min-width: 350px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-title {
                        font-size: 18px;
                        line-height: 22px; } }
                    @media (min-width: 550px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-title {
                        font-size: 24px;
                        line-height: 32px; } }
                    @media (min-width: 992px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-title {
                        font-size: 18px;
                        line-height: 26px; } }
                    @media (min-width: 1200px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-title {
                        font-size: 24px;
                        line-height: 32px; } }
                    @media (min-width: 1400px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-title, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-title {
                        font-size: 32px;
                        line-height: 40px; } }
                  .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                    font-family: 'Work Sans';
                    text-align: center;
                    font-size: 10px;
                    margin: 5px 0; }
                    @media (min-width: 350px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                        margin: 5px 0 15px; } }
                    @media (min-width: 450px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                        margin: 7.5px 0 15px;
                        font-size: 12px; } }
                    @media (min-width: 550px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                        margin: 10px 0 10px; } }
                    @media (min-width: 768px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                        font-size: 14px;
                        margin: 10px 0 15px; } }
                    @media (min-width: 992px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                        font-size: 12px;
                        margin: 10px 0 10px; } }
                    @media (min-width: 1200px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body .card-description, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body .card-description {
                        margin: 10px 0 36px;
                        font-size: 14px; } }
                  .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button,
                  .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button,
                  .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a {
                    display: block;
                    width: 100%;
                    background-color: #061C3C;
                    color: white;
                    text-transform: uppercase;
                    font-weight: 500;
                    transition: all 0.4s ease;
                    padding: 5px !important;
                    font-size: 10px !important;
                    text-decoration: none;
                    text-align: center !important; }
                    @media (min-width: 450px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a {
                        font-size: 12px !important;
                        padding: 7.5px !important; } }
                    @media (min-width: 550px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a {
                        padding: 10px !important;
                        font-size: 14px !important; } }
                    @media (min-width: 992px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a {
                        padding: 7.5px !important;
                        font-size: 12px !important; } }
                    @media (min-width: 1200px) {
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button,
                      .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a {
                        padding: 10px !important;
                        font-size: 14px !important; } }
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button:hover,
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a:hover, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button:hover,
                    .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a:hover {
                      background-color: #192843; }
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button:active, .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body button:focus,
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a:active,
                    .category-page .container .page-content.Sapphires .productGrid .product .card.sapphire-card .card-figure .card-body a:focus, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button:active, .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body button:focus,
                    .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a:active,
                    .category-page .container .page-content.Emeralds .productGrid .product .card.sapphire-card .card-figure .card-body a:focus {
                      background-color: #052757; }
      .category-page .container .page-content.Engagement .productGrid, .category-page .container .page-content.Three.Stones .productGrid, .category-page .container .page-content.Wedding .productGrid, .category-page .container .page-content.Women.Bands .productGrid, .category-page .container .page-content.Men.Bands .productGrid, .category-page .container .page-content.Bands .productGrid {
        padding: 36px 0 0 0;
        margin: 0 auto;
        max-width: 1364px; }
        @media (max-width: 991px) {
          .category-page .container .page-content.Engagement .productGrid, .category-page .container .page-content.Three.Stones .productGrid, .category-page .container .page-content.Wedding .productGrid, .category-page .container .page-content.Women.Bands .productGrid, .category-page .container .page-content.Men.Bands .productGrid, .category-page .container .page-content.Bands .productGrid {
            padding: 0; } }
        @media (min-width: 992px) {
          .category-page .container .page-content.Engagement .productGrid, .category-page .container .page-content.Three.Stones .productGrid, .category-page .container .page-content.Wedding .productGrid, .category-page .container .page-content.Women.Bands .productGrid, .category-page .container .page-content.Men.Bands .productGrid, .category-page .container .page-content.Bands .productGrid {
            margin-bottom: 1.5rem; } }
        .category-page .container .page-content.Engagement .productGrid .product, .category-page .container .page-content.Three.Stones .productGrid .product, .category-page .container .page-content.Wedding .productGrid .product, .category-page .container .page-content.Women.Bands .productGrid .product, .category-page .container .page-content.Men.Bands .productGrid .product, .category-page .container .page-content.Bands .productGrid .product {
          width: 100%; }
          @media (min-width: 560px) {
            .category-page .container .page-content.Engagement .productGrid .product, .category-page .container .page-content.Three.Stones .productGrid .product, .category-page .container .page-content.Wedding .productGrid .product, .category-page .container .page-content.Women.Bands .productGrid .product, .category-page .container .page-content.Men.Bands .productGrid .product, .category-page .container .page-content.Bands .productGrid .product {
              width: 50%; } }
          @media (min-width: 768px) {
            .category-page .container .page-content.Engagement .productGrid .product, .category-page .container .page-content.Three.Stones .productGrid .product, .category-page .container .page-content.Wedding .productGrid .product, .category-page .container .page-content.Women.Bands .productGrid .product, .category-page .container .page-content.Men.Bands .productGrid .product, .category-page .container .page-content.Bands .productGrid .product {
              width: 33%; } }
          @media (min-width: 992px) {
            .category-page .container .page-content.Engagement .productGrid .product, .category-page .container .page-content.Three.Stones .productGrid .product, .category-page .container .page-content.Wedding .productGrid .product, .category-page .container .page-content.Women.Bands .productGrid .product, .category-page .container .page-content.Men.Bands .productGrid .product, .category-page .container .page-content.Bands .productGrid .product {
              width: 33%;
              padding: 0 22px; } }
          .category-page .container .page-content.Engagement .productGrid .product .card, .category-page .container .page-content.Three.Stones .productGrid .product .card, .category-page .container .page-content.Wedding .productGrid .product .card, .category-page .container .page-content.Women.Bands .productGrid .product .card, .category-page .container .page-content.Men.Bands .productGrid .product .card, .category-page .container .page-content.Bands .productGrid .product .card {
            margin-bottom: 85px; }
            @media (min-width: 992px) {
              .category-page .container .page-content.Engagement .productGrid .product .card, .category-page .container .page-content.Three.Stones .productGrid .product .card, .category-page .container .page-content.Wedding .productGrid .product .card, .category-page .container .page-content.Women.Bands .productGrid .product .card, .category-page .container .page-content.Men.Bands .productGrid .product .card, .category-page .container .page-content.Bands .productGrid .product .card {
                margin-bottom: 115px; } }
            .category-page .container .page-content.Engagement .productGrid .product .card-img-container, .category-page .container .page-content.Three.Stones .productGrid .product .card-img-container, .category-page .container .page-content.Wedding .productGrid .product .card-img-container, .category-page .container .page-content.Women.Bands .productGrid .product .card-img-container, .category-page .container .page-content.Men.Bands .productGrid .product .card-img-container, .category-page .container .page-content.Bands .productGrid .product .card-img-container {
              max-width: none; }
              .category-page .container .page-content.Engagement .productGrid .product .card-img-container::after, .category-page .container .page-content.Three.Stones .productGrid .product .card-img-container::after, .category-page .container .page-content.Wedding .productGrid .product .card-img-container::after, .category-page .container .page-content.Women.Bands .productGrid .product .card-img-container::after, .category-page .container .page-content.Men.Bands .productGrid .product .card-img-container::after, .category-page .container .page-content.Bands .productGrid .product .card-img-container::after {
                padding-bottom: 100%; }
              .category-page .container .page-content.Engagement .productGrid .product .card-img-container img, .category-page .container .page-content.Three.Stones .productGrid .product .card-img-container img, .category-page .container .page-content.Wedding .productGrid .product .card-img-container img, .category-page .container .page-content.Women.Bands .productGrid .product .card-img-container img, .category-page .container .page-content.Men.Bands .productGrid .product .card-img-container img, .category-page .container .page-content.Bands .productGrid .product .card-img-container img {
                mix-blend-mode: multiply;
                object-fit: cover; }
            .category-page .container .page-content.Engagement .productGrid .product .card-body, .category-page .container .page-content.Three.Stones .productGrid .product .card-body, .category-page .container .page-content.Wedding .productGrid .product .card-body, .category-page .container .page-content.Women.Bands .productGrid .product .card-body, .category-page .container .page-content.Men.Bands .productGrid .product .card-body, .category-page .container .page-content.Bands .productGrid .product .card-body {
              padding: 12px 0 0 0; }
              .category-page .container .page-content.Engagement .productGrid .product .card-body .options, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options, .category-page .container .page-content.Wedding .productGrid .product .card-body .options, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options, .category-page .container .page-content.Bands .productGrid .product .card-body .options {
                margin-bottom: 5px;
                text-align: center;
                position: relative; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options .form-field, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options .form-field, .category-page .container .page-content.Wedding .productGrid .product .card-body .options .form-field, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options .form-field, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options .form-field, .category-page .container .page-content.Bands .productGrid .product .card-body .options .form-field {
                  margin: 0;
                  font-size: 18px; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options .form-option-swatch,
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options .form-option-swatch,
                .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Wedding .productGrid .product .card-body .options .form-option-swatch,
                .category-page .container .page-content.Wedding .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options .form-option-swatch,
                .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options .form-option-swatch,
                .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Bands .productGrid .product .card-body .options .form-option-swatch,
                .category-page .container .page-content.Bands .productGrid .product .card-body .options .form-option-variant--color {
                  border-radius: 50%;
                  border: none;
                  border-color: #061C3C; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Wedding .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options .form-option-variant--color, .category-page .container .page-content.Bands .productGrid .product .card-body .options .form-option-variant--color {
                  height: 18px;
                  width: 18px; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options .form-radio:checked, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options .form-radio:checked, .category-page .container .page-content.Wedding .productGrid .product .card-body .options .form-radio:checked, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options .form-radio:checked, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options .form-radio:checked, .category-page .container .page-content.Bands .productGrid .product .card-body .options .form-radio:checked {
                  background-color: red; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options .form-radio:checked + label, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options .form-radio:checked + label, .category-page .container .page-content.Wedding .productGrid .product .card-body .options .form-radio:checked + label, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options .form-radio:checked + label, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options .form-radio:checked + label, .category-page .container .page-content.Bands .productGrid .product .card-body .options .form-radio:checked + label {
                  border: 1px solid #061C3C; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .options label > span[data-option-value], .category-page .container .page-content.Three.Stones .productGrid .product .card-body .options label > span[data-option-value], .category-page .container .page-content.Wedding .productGrid .product .card-body .options label > span[data-option-value], .category-page .container .page-content.Women.Bands .productGrid .product .card-body .options label > span[data-option-value], .category-page .container .page-content.Men.Bands .productGrid .product .card-body .options label > span[data-option-value], .category-page .container .page-content.Bands .productGrid .product .card-body .options label > span[data-option-value] {
                  color: #061C3C;
                  font-weight: normal;
                  font-size: 16px;
                  line-height: 20px;
                  font-feature-settings: 'liga' off; }
              .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title {
                margin: 0;
                padding: 0;
                font-family: 'Alga';
                font-weight: normal;
                font-size: 20px;
                line-height: 28px;
                text-align: center;
                font-feature-settings: 'liga' off;
                color: #000000;
                text-transform: capitalize; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title.Three.Stones {
                  font-size: 18px;
                  line-height: 24px;
                  font-weight: 600; }
                  @media (min-width: 992px) {
                    .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Engagement .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-title.Three.Stones, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title.Wedding, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title.Engagement, .category-page .container .page-content.Bands .productGrid .product .card-body .card-title.Three.Stones {
                      font-size: 28px;
                      line-height: 36px; } }
              .category-page .container .page-content.Engagement .productGrid .product .card-body .product-price, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .product-price, .category-page .container .page-content.Wedding .productGrid .product .card-body .product-price, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .product-price, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .product-price, .category-page .container .page-content.Bands .productGrid .product .card-body .product-price {
                font-family: 'Work Sans';
                font-weight: 100;
                font-size: 14px;
                line-height: 20px;
                font-feature-settings: 'liga' off;
                color: #a0a0a0;
                letter-spacing: normal; }
              .category-page .container .page-content.Engagement .productGrid .product .card-body .card-description, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-description, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-description, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-description, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-description, .category-page .container .page-content.Bands .productGrid .product .card-body .card-description {
                text-align: center;
                color: #717171;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.5px; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .card-description.Engagement, .category-page .container .page-content.Engagement .productGrid .product .card-body .card-description.Three.Stones, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-description.Engagement, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .card-description.Three.Stones, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-description.Engagement, .category-page .container .page-content.Wedding .productGrid .product .card-body .card-description.Three.Stones, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-description.Engagement, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .card-description.Three.Stones, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-description.Engagement, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .card-description.Three.Stones, .category-page .container .page-content.Bands .productGrid .product .card-body .card-description.Engagement, .category-page .container .page-content.Bands .productGrid .product .card-body .card-description.Three.Stones {
                  font-size: 12px;
                  line-height: 18px;
                  letter-spacing: normal; }
              .category-page .container .page-content.Engagement .productGrid .product .card-body .cta, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .cta, .category-page .container .page-content.Wedding .productGrid .product .card-body .cta, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .cta, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .cta, .category-page .container .page-content.Bands .productGrid .product .card-body .cta {
                margin: 25px 0 0; }
                .category-page .container .page-content.Engagement .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Wedding .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Bands .productGrid .product .card-body .cta .book-consultation {
                  width: 100%;
                  margin: 0 auto;
                  padding: 10px 20px;
                  display: block;
                  background-color: #9F753A;
                  border: 1px solid #9F753A;
                  color: white;
                  text-decoration: none;
                  text-transform: uppercase;
                  font-size: 12px; }
                  @media (min-width: 992px) {
                    .category-page .container .page-content.Engagement .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Wedding .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .cta .book-consultation, .category-page .container .page-content.Bands .productGrid .product .card-body .cta .book-consultation {
                      font-size: 14px;
                      width: fit-content;
                      padding: 10px 45px; } }
                  .category-page .container .page-content.Engagement .productGrid .product .card-body .cta .book-consultation:hover, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .cta .book-consultation:hover, .category-page .container .page-content.Wedding .productGrid .product .card-body .cta .book-consultation:hover, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .cta .book-consultation:hover, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .cta .book-consultation:hover, .category-page .container .page-content.Bands .productGrid .product .card-body .cta .book-consultation:hover {
                    color: #9F753A;
                    background-color: #EFEADF; }
              .category-page .container .page-content.Engagement .productGrid .product .card-body .product-metal, .category-page .container .page-content.Three.Stones .productGrid .product .card-body .product-metal, .category-page .container .page-content.Wedding .productGrid .product .card-body .product-metal, .category-page .container .page-content.Women.Bands .productGrid .product .card-body .product-metal, .category-page .container .page-content.Men.Bands .productGrid .product .card-body .product-metal, .category-page .container .page-content.Bands .productGrid .product .card-body .product-metal {
                font-size: 12px;
                line-height: 20px;
                text-align: center;
                color: #747474;
                letter-spacing: normal; }
      @media (max-width: 991px) {
        .category-page .container .page-content.Engagement .productGrid {
          margin-top: 2rem; } }
      .category-page .container .page-content nav.pagination {
        display: none; }
      .category-page .container .page-content #load-btn {
        display: none;
        margin: 0 auto 50px;
        padding: 18px 82px;
        font-size: 13px;
        line-height: 22px;
        max-width: 263px;
        border: 1px solid #061C3C;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: 0.4s ease; }
        @media (max-width: 767px) {
          .category-page .container .page-content #load-btn {
            margin: 2rem auto 0; } }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .category-page .container .page-content #load-btn {
              letter-spacing: 1px; } } }
        .category-page .container .page-content #load-btn:hover {
          background-color: #E7F1F4;
          color: #061C3C; }
  .category-page .customerReviews {
    background-color: #EFEADF !important;
    color: #061C3C !important; }
    .category-page .customerReviews .text,
    .category-page .customerReviews .person-name,
    .category-page .customerReviews .person-location,
    .category-page .customerReviews .person-stars,
    .category-page .customerReviews a {
      color: #061C3C !important; }
    .category-page .customerReviews .slick-next::before,
    .category-page .customerReviews .slick-prev::before {
      color: #061C3C !important; }

@keyframes fadeDown {
  0% {
    display: none;
    transform: translateY(-25px);
    opacity: 0; }
  100% {
    display: block;
    transform: translateY(0);
    opacity: 1; } }

.easyzoom-flyout {
  display: none !important; }

button.img-prev,
button.img-next {
  padding: 5px;
  position: absolute;
  height: 80%;
  width: 50px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.75;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    button.img-prev,
    button.img-next {
      width: 12%; } }
  button.img-prev span,
  button.img-next span {
    vertical-align: middle;
    color: #061C3C;
    font-size: 30px; }
  button.img-prev:hover,
  button.img-next:hover {
    opacity: 1; }

button.img-prev {
  left: 10px; }
  button.img-prev.inspired {
    left: 0; }
  @media (max-width: 767px) {
    button.img-prev span {
      float: left; } }

button.img-next {
  right: 10px; }
  button.img-next.inspired {
    right: 0; }
  @media (max-width: 767px) {
    button.img-next span {
      float: right; } }

.pdp_logos.desktop {
  display: block; }
  @media (max-width: 767px) {
    .pdp_logos.desktop {
      display: none; } }

.pdp_logos.mobile {
  display: none;
  padding-top: 0px;
  position: relative;
  bottom: 10px;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .pdp_logos.mobile {
      display: block;
      padding-top: 20px; } }

.pdp_logos {
  padding-top: 30px; }
  .pdp_logos .pdp_logo_title h3 {
    width: 160px;
    margin: 0 auto;
    border-bottom: 1px solid #9f735a;
    color: #9f735a;
    text-transform: uppercase;
    padding: 20px 0 6px;
    text-align: center;
    font-size: 16px; }
  .pdp_logos .pdp_logo_container {
    clear: both;
    margin: 10px 0 50px auto;
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .pdp_logos .pdp_logo_container {
        margin: 10px 0 20px 0;
        padding: 0 24px; } }
  .pdp_logos .pdp_logo_box {
    float: left;
    max-width: 300px;
    text-align: center; }
    @media (max-width: 767px) {
      .pdp_logos .pdp_logo_box {
        width: 30%; }
        .pdp_logos .pdp_logo_box:first-of-type {
          width: 25%; } }
    @media (min-width: 768px) {
      .pdp_logos .pdp_logo_box {
        width: 33.3%; } }
    .pdp_logos .pdp_logo_box svg, .pdp_logos .pdp_logo_box img {
      max-width: 190px;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 767px) {
        .pdp_logos .pdp_logo_box svg, .pdp_logos .pdp_logo_box img {
          max-height: 42px; } }
    .pdp_logos .pdp_logo_box img.elogo {
      max-width: 100px;
      padding-top: 15px; }
      @media (max-width: 767px) {
        .pdp_logos .pdp_logo_box img.elogo {
          max-width: 60px;
          padding-top: 10px; } }
  .pdp_logos .container {
    width: initial;
    text-align: center; }
    .pdp_logos .container .subtitle {
      width: 205px;
      margin: 0 auto;
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      color: #9F735A;
      letter-spacing: 2px;
      border-bottom: 1px solid #9F735A; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .pdp_logos .container .subtitle {
            letter-spacing: 1px; } } }
      @media (max-width: 991px) {
        .pdp_logos .container .subtitle {
          margin-bottom: 20px; } }

.past_designs {
  padding: 30px 0 0;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold; }
  .past_designs img {
    margin-right: 8px;
    height: 32px; }
    @media (max-width: 767px) {
      .past_designs img {
        height: 24px; } }

#ring_gallery {
  background: white;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px; }

#ring_gallery:after {
  content: ' ';
  position: absolute;
  top: 5%;
  right: 5%;
  background: white;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  z-index: 1005;
  background-image: url("https://store-rz5bm1io81.mybigcommerce.com/content/svgs/cross.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center; }

div[data-test='popup'] {
  z-index: 2000; }

#ring_popup_box.tf-v1-popup {
  z-index: 1000 !important; }

.past_designs.desktop {
  display: block; }
  @media (max-width: 767px) {
    .past_designs.desktop {
      display: none; } }

.past_designs.mobile {
  display: none;
  padding-top: 8px; }
  @media (max-width: 767px) {
    .past_designs.mobile {
      font-size: 13px;
      display: block; } }

.form-label--inlineSmall {
  float: left; }
  .form-label--inlineSmall span {
    font-size: 13px !important;
    line-height: 22px !important;
    color: #061C3C;
    padding: 0.5625rem 0 0.5625rem 0.75rem;
    font-weight: bold !important;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .form-option-wrapper {
    margin-right: 0px !important; } }

.reviews_badge a {
  color: #9F735A;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase; }
  .reviews_badge a span {
    font-size: 13px; }

@media (min-width: 992px) {
  .reviews_badge .material-icons {
    vertical-align: middle !important; } }

.reviews_badge .material-icons:first-of-type {
  margin-left: 5px; }

.stone-desc-text {
  padding: 6px 20% 40px 0;
  font-size: 14px; }
  @media (max-width: 767px) {
    .stone-desc-text {
      padding-top: 0px;
      padding-right: 0; } }

.disStonePopup {
  position: relative;
  text-align: left;
  color: #000000;
  border: 1px solid transparent;
  border-color: transparent transparent #a19f9d transparent;
  cursor: pointer;
  padding: 12px 36px 16px 0px; }
  .disStonePopup label {
    cursor: pointer;
    margin: 0;
    padding: 0.5625rem 0.75rem;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #061C3C;
    z-index: 5;
    width: 100%; }
    .disStonePopup label:after {
      position: absolute;
      content: '';
      top: 28px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #061C3C transparent transparent transparent; }
  .disStonePopup #dis_stone_intro {
    cursor: pointer; }
  .disStonePopup #dis_stone_text {
    padding: 0px 12px;
    cursor: pointer; }

.further {
  background-color: #DEECF9; }

.ringSize-select {
  position: relative;
  /* custom scrollbar */ }
  .ringSize-select ::-webkit-scrollbar {
    width: 10px; }
  .ringSize-select ::-webkit-scrollbar-track {
    background-color: transparent; }
  .ringSize-select ::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    border-radius: 7px;
    border: 1px solid transparent;
    background-clip: content-box; }
  .ringSize-select ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf; }
  .ringSize-select select {
    display: none; }
  .ringSize-select .select-selected {
    height: 80px;
    text-align: right;
    padding: 4px 36px 8px 16px;
    font-size: 14px;
    line-height: 26px; }
    @media (max-width: 767px) {
      .ringSize-select .select-selected {
        height: 98px;
        padding: 17px 36px 8px 16px; } }
    @media (min-width: 992px) {
      .ringSize-select .select-selected {
        font-size: 18px; } }
    .ringSize-select .select-selected:after {
      position: absolute;
      content: '';
      top: 16px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #061C3C transparent transparent transparent; }
      @media (max-width: 767px) {
        .ringSize-select .select-selected:after {
          top: 29px; } }
    .ringSize-select .select-selected .select-arrow-active:after {
      border-color: transparent transparent #061C3C transparent;
      top: 7px; }
  .ringSize-select .select-items div,
  .ringSize-select .select-selected {
    color: #000000;
    border: 1px solid transparent;
    border-color: transparent transparent #a19f9d transparent;
    cursor: pointer; }
  .ringSize-select .select-items {
    height: 295px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    animation: fadeDown 0.4s ease; }
    .ringSize-select .select-items div {
      padding: 15px 36px;
      font-size: 14px; }
      @media (min-width: 992px) {
        .ringSize-select .select-items div {
          font-size: 18px; } }
    .ringSize-select .select-items .same-as-selected {
      background-color: #061C3C;
      color: #ffffff; }
  .ringSize-select .select-hide {
    display: none; }
  .ringSize-select .select-items div:hover,
  .ringSize-select .same-as-selected {
    background-color: #eff1f1;
    color: #000000; }
  .ringSize-select .ring-size-text {
    float: left;
    position: absolute;
    top: 40px;
    left: 12px;
    color: #9F735A;
    text-transform: uppercase;
    font-size: 12px; }
    @media (max-width: 767px) {
      .ringSize-select .ring-size-text {
        top: 53px; } }

.reserveMonth-select {
  position: relative;
  width: 40%;
  float: right;
  /* custom scrollbar */ }
  @media (max-width: 767px) {
    .reserveMonth-select {
      margin-top: 16px;
      width: 50%; } }
  .reserveMonth-select ::-webkit-scrollbar {
    width: 10px; }
  .reserveMonth-select ::-webkit-scrollbar-track {
    background-color: transparent; }
  .reserveMonth-select ::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    border-radius: 7px;
    border: 1px solid transparent;
    background-clip: content-box; }
  .reserveMonth-select ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf; }
  .reserveMonth-select select {
    display: none; }
  .reserveMonth-select .select-selected {
    height: 40px;
    padding: 4px 36px 8px 16px;
    color: #9F735A !important; }
    .reserveMonth-select .select-selected:after {
      position: absolute;
      content: '';
      top: 16px;
      right: 10px;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-color: #061C3C transparent transparent transparent; }
    .reserveMonth-select .select-selected .select-arrow-active:after {
      border-color: transparent transparent #061C3C transparent;
      top: 7px; }
  .reserveMonth-select .select-items div,
  .reserveMonth-select .select-selected {
    color: #000000;
    cursor: pointer; }
  .reserveMonth-select .select-items {
    height: 275px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
    .reserveMonth-select .select-items div {
      padding: 15px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .reserveMonth-select .select-items div {
          padding: 15px 36px;
          font-size: 16px; } }
      .reserveMonth-select .select-items div:not(:last-child) {
        border-bottom: 1px solid #c8c6c4; }
    .reserveMonth-select .select-items .same-as-selected {
      background-color: #061C3C;
      color: #ffffff; }
  .reserveMonth-select .select-hide {
    display: none; }
  .reserveMonth-select .select-items div:hover,
  .reserveMonth-select .same-as-selected {
    background-color: #eff1f1;
    color: #000000; }

div.product {
  position: relative; }
  div.product .productView-details.product-options {
    display: none !important; }
  div.product a:hover {
    color: #717171; }
  div.product .row {
    margin: 0; }
  div.product .easyzoom-flyout {
    background-color: #F9F5ED; }
    div.product .easyzoom-flyout img {
      mix-blend-mode: multiply; }
  div.product .learn-more:not(.ethics-button):not([href*="scenes"]) {
    display: none;
    position: absolute;
    top: 420px;
    left: 0;
    transform: rotate(-90deg);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    z-index: 9999;
    display: none; }
    @media (min-width: 1350px) {
      div.product .learn-more:not(.ethics-button):not([href*="scenes"]) {
        left: -2vw; } }
    @media (min-width: 1400px) {
      div.product .learn-more:not(.ethics-button):not([href*="scenes"]) {
        left: 2vw; } }
    @media (min-width: 1500px) {
      div.product .learn-more:not(.ethics-button):not([href*="scenes"]) {
        left: 4vw; } }
    @media (min-width: 1600px) {
      div.product .learn-more:not(.ethics-button):not([href*="scenes"]) {
        left: 0; } }
    div.product .learn-more:not(.ethics-button):not([href*="scenes"]) a {
      text-decoration: none; }
    div.product .learn-more:not(.ethics-button):not([href*="scenes"]) .material-icons {
      vertical-align: middle;
      font-size: 30px; }
      div.product .learn-more:not(.ethics-button):not([href*="scenes"]) .material-icons:first-of-type {
        width: 10px; }
      div.product .learn-more:not(.ethics-button):not([href*="scenes"]) .material-icons:nth-of-type(2) {
        width: 10px;
        margin-right: 20px; }
  div.product .customerReviews {
    background: #F9F5ED !important; }
    div.product .customerReviews .heroCarouselReviews {
      background: #F9F5ED !important;
      color: #061C3C !important; }
      div.product .customerReviews .heroCarouselReviews .text,
      div.product .customerReviews .heroCarouselReviews .person-name,
      div.product .customerReviews .heroCarouselReviews .person-location,
      div.product .customerReviews .heroCarouselReviews .person-stars,
      div.product .customerReviews .heroCarouselReviews .link a {
        color: #061C3C; }
      div.product .customerReviews .heroCarouselReviews .slick-next::before {
        color: #061C3C !important; }
      div.product .customerReviews .heroCarouselReviews .slick-prev::before {
        color: #061C3C !important; }

.container.product {
  padding: 0 15px; }
  @media (max-width: 767px) {
    .container.product {
      padding: 0;
      border-top: 1px solid #061C3C; } }
  @media (min-width: 992px) {
    .container.product {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .container.product {
      max-width: 1200px; } }
  @media (min-width: 1600px) {
    .container.product {
      max-width: 1220px; } }
  @media (min-width: 992px) {
    .container.product .productView.wedding, .container.product .productView.engagement {
      -ms-zoom: 0.9;
      -webkit-zoom: 0.9;
      -moz-transform: scale(0.9, 0.9);
      -moz-transform-origin: top center;
      zoom: 0.9; } }
  .container.product .productView.engagement, .container.product .productView.design {
    margin: 0 auto;
    display: block !important;
    padding-top: 0px; }
    @media (min-width: 768px) {
      .container.product .productView.engagement, .container.product .productView.design {
        padding-top: 48px; } }
    @media (min-width: 768px) {
      .container.product .productView.engagement, .container.product .productView.design {
        padding-bottom: 100px; } }
    @media (min-width: 992px) {
      .container.product .productView.engagement, .container.product .productView.design {
        padding-bottom: 50px; } }
    @media (min-width: 1050px) {
      .container.product .productView.engagement, .container.product .productView.design {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .container.product .productView.engagement, .container.product .productView.design {
        max-width: 1200px; } }
    .container.product .productView.engagement .only-one, .container.product .productView.design .only-one {
      margin: 0 auto;
      width: fit-content;
      margin: 15px 0 0px;
      font-family: 'Work Sans';
      color: #9f735a;
      font-size: 14px;
      cursor: pointer; }
      .container.product .productView.engagement .only-one .text, .container.product .productView.design .only-one .text {
        text-transform: uppercase;
        border-bottom: 2px dotted rgba(159, 115, 90, 0.5); }
      @media (min-width: 768px) {
        .container.product .productView.engagement .only-one, .container.product .productView.design .only-one {
          margin: 15px 0 30px;
          font-size: 16px; } }
      .container.product .productView.engagement .only-one .material-icons, .container.product .productView.design .only-one .material-icons {
        margin-right: 5px;
        font-size: 18px;
        vertical-align: middle; }
    .container.product .productView.engagement .tooltip-text, .container.product .productView.design .tooltip-text {
      display: none;
      position: relative;
      padding: 20px 50px;
      line-height: 22px;
      background-color: white;
      text-align: center;
      z-index: 10;
      width: 100%;
      padding: 20px;
      font-size: 12px;
      line-height: 18px;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
      color: #061C3C; }
      @media (min-width: 768px) {
        .container.product .productView.engagement .tooltip-text, .container.product .productView.design .tooltip-text {
          padding: 20px 50px;
          font-size: 14px; } }
      @media (min-width: 992px) {
        .container.product .productView.engagement .tooltip-text, .container.product .productView.design .tooltip-text {
          position: absolute;
          top: 150px;
          left: 0; } }
      .container.product .productView.engagement .tooltip-text .close, .container.product .productView.design .tooltip-text .close {
        padding-top: 5px;
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        text-align: center;
        cursor: pointer;
        color: grey;
        font-size: 16px;
        top: 3px;
        right: 3px; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .tooltip-text .close, .container.product .productView.design .tooltip-text .close {
            top: 10px;
            right: 10px; } }
    .container.product .productView.engagement .extra-info, .container.product .productView.design .extra-info {
      float: left;
      margin-bottom: 78px;
      width: 100%;
      padding: 0 23px; }
      .container.product .productView.engagement .extra-info.desktop, .container.product .productView.design .extra-info.desktop {
        display: none; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .extra-info.desktop, .container.product .productView.design .extra-info.desktop {
            display: block; } }
      .container.product .productView.engagement .extra-info.mobile, .container.product .productView.design .extra-info.mobile {
        padding: 24px 20px;
        margin: 0;
        text-align: left; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .extra-info.mobile, .container.product .productView.design .extra-info.mobile {
            display: none; } }
      @media (min-width: 768px) {
        .container.product .productView.engagement .extra-info, .container.product .productView.design .extra-info {
          display: block;
          margin-top: 30px;
          margin-bottom: 100px;
          padding: 0; } }
      @media (min-width: 992px) {
        .container.product .productView.engagement .extra-info, .container.product .productView.design .extra-info {
          margin-bottom: 78px;
          padding: 0; } }
      .container.product .productView.engagement .extra-info .col-md-4, .container.product .productView.design .extra-info .col-md-4 {
        margin-top: 8px;
        padding: 0;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #a19f9d; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .extra-info .col-md-4, .container.product .productView.design .extra-info .col-md-4 {
            margin-top: 0;
            text-align: center; } }
        @media (min-width: 768px) {
          .container.product .productView.engagement .extra-info .col-md-4:first-of-type img, .container.product .productView.design .extra-info .col-md-4:first-of-type img {
            margin-left: -10px; }
          .container.product .productView.engagement .extra-info .col-md-4:nth-of-type(3) img, .container.product .productView.design .extra-info .col-md-4:nth-of-type(3) img {
            margin-left: 20px; } }
        .container.product .productView.engagement .extra-info .col-md-4 img, .container.product .productView.design .extra-info .col-md-4 img {
          margin-right: 10.36px; }
    .container.product .productView.engagement .productView-images, .container.product .productView.design .productView-images {
      position: relative;
      padding: 0;
      width: 100%;
      margin-bottom: 0;
      position: relative; }
      @media (min-width: 768px) {
        .container.product .productView.engagement .productView-images, .container.product .productView.design .productView-images {
          width: 50%; } }
      @media (min-width: 992px) {
        .container.product .productView.engagement .productView-images, .container.product .productView.design .productView-images {
          width: 57.5%; } }
      .container.product .productView.engagement .productView-images .render-oh-text, .container.product .productView.design .productView-images .render-oh-text {
        color: white; }
      .container.product .productView.engagement .productView-images .on-hand-text,
      .container.product .productView.engagement .productView-images .render-text,
      .container.product .productView.engagement .productView-images .render-oh-text, .container.product .productView.design .productView-images .on-hand-text,
      .container.product .productView.design .productView-images .render-text,
      .container.product .productView.design .productView-images .render-oh-text {
        padding: 0 25px;
        font-family: 'Work Sans';
        font-weight: 500;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 35px;
        color: #9f735a;
        font-size: 12px;
        display: none; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .productView-images .on-hand-text,
          .container.product .productView.engagement .productView-images .render-text,
          .container.product .productView.engagement .productView-images .render-oh-text, .container.product .productView.design .productView-images .on-hand-text,
          .container.product .productView.design .productView-images .render-text,
          .container.product .productView.design .productView-images .render-oh-text {
            bottom: 25px;
            font-size: 12px; } }
        .container.product .productView.engagement .productView-images .on-hand-text.active,
        .container.product .productView.engagement .productView-images .render-text.active,
        .container.product .productView.engagement .productView-images .render-oh-text.active, .container.product .productView.design .productView-images .on-hand-text.active,
        .container.product .productView.design .productView-images .render-text.active,
        .container.product .productView.design .productView-images .render-oh-text.active {
          display: block; }
        .container.product .productView.engagement .productView-images .on-hand-text.videot,
        .container.product .productView.engagement .productView-images .render-text.videot,
        .container.product .productView.engagement .productView-images .render-oh-text.videot, .container.product .productView.design .productView-images .on-hand-text.videot,
        .container.product .productView.design .productView-images .render-text.videot,
        .container.product .productView.design .productView-images .render-oh-text.videot {
          padding: 0 55px; }
          @media (min-width: 992px) {
            .container.product .productView.engagement .productView-images .on-hand-text.videot,
            .container.product .productView.engagement .productView-images .render-text.videot,
            .container.product .productView.engagement .productView-images .render-oh-text.videot, .container.product .productView.design .productView-images .on-hand-text.videot,
            .container.product .productView.design .productView-images .render-text.videot,
            .container.product .productView.design .productView-images .render-oh-text.videot {
              padding: 0 85px;
              font-size: 13px !important; } }
          @media (min-width: 1200px) {
            .container.product .productView.engagement .productView-images .on-hand-text.videot,
            .container.product .productView.engagement .productView-images .render-text.videot,
            .container.product .productView.engagement .productView-images .render-oh-text.videot, .container.product .productView.design .productView-images .on-hand-text.videot,
            .container.product .productView.design .productView-images .render-text.videot,
            .container.product .productView.design .productView-images .render-oh-text.videot {
              padding: 0 85px;
              font-size: 15px !important; } }
      .container.product .productView.engagement .productView-images .render-oh-text, .container.product .productView.design .productView-images .render-oh-text {
        color: white; }
      .container.product .productView.engagement .productView-images .render-text, .container.product .productView.engagement .productView-images .render-oh-text, .container.product .productView.design .productView-images .render-text, .container.product .productView.design .productView-images .render-oh-text {
        padding: 0 25px;
        color: #9f735a;
        bottom: 45px; }
        .container.product .productView.engagement .productView-images .render-text .sapphireLink, .container.product .productView.engagement .productView-images .render-oh-text .sapphireLink, .container.product .productView.design .productView-images .render-text .sapphireLink, .container.product .productView.design .productView-images .render-oh-text .sapphireLink {
          font-weight: bold;
          color: #9f735a; }
        .container.product .productView.engagement .productView-images .render-text.videot, .container.product .productView.engagement .productView-images .render-oh-text.videot, .container.product .productView.design .productView-images .render-text.videot, .container.product .productView.design .productView-images .render-oh-text.videot {
          padding: 0 55px; }
          @media (min-width: 992px) {
            .container.product .productView.engagement .productView-images .render-text.videot, .container.product .productView.engagement .productView-images .render-oh-text.videot, .container.product .productView.design .productView-images .render-text.videot, .container.product .productView.design .productView-images .render-oh-text.videot {
              padding: 0 85px;
              font-size: 13px !important; } }
          @media (min-width: 1200px) {
            .container.product .productView.engagement .productView-images .render-text.videot, .container.product .productView.engagement .productView-images .render-oh-text.videot, .container.product .productView.design .productView-images .render-text.videot, .container.product .productView.design .productView-images .render-oh-text.videot {
              padding: 0 85px;
              font-size: 15px !important; } }
      .container.product .productView.engagement .productView-images .render-oh-text, .container.product .productView.design .productView-images .render-oh-text {
        color: white; }
      .container.product .productView.engagement .productView-images .productView-thumbnailList, .container.product .productView.design .productView-images .productView-thumbnailList {
        margin-top: 12px; }
        @media (max-width: 767px) {
          .container.product .productView.engagement .productView-images .productView-thumbnailList, .container.product .productView.design .productView-images .productView-thumbnailList {
            position: absolute;
            bottom: 28px;
            left: 15px; } }
        .container.product .productView.engagement .productView-images .productView-thumbnailList button, .container.product .productView.design .productView-images .productView-thumbnailList button {
          display: none !important; }
        .container.product .productView.engagement .productView-images .productView-thumbnailList .slick-list, .container.product .productView.design .productView-images .productView-thumbnailList .slick-list {
          margin: 12px 0 0 0; }
        .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnails, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnails {
          width: 100%;
          margin: 0; }
        .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
          background-color: #838383;
          padding: 0;
          margin: 0 11px;
          height: 8px;
          border-radius: 50%; }
          @media (max-width: 767px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 8px !important; }
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail.active, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail.active {
                background-color: black; }
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail:nth-child(n + 6), .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail:nth-child(n + 6) {
                display: none; } }
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .loose,
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .threesix,
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .threesixty, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .loose,
          .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .threesix,
          .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .threesixty {
            text-decoration: none; }
            @media (min-width: 768px) {
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .loose,
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .threesix,
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .threesixty, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .loose,
              .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .threesix,
              .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .threesixty {
                font-size: 11.6301px;
                line-height: 17px;
                display: flex;
                align-items: center; } }
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail.looseSapphire, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail.looseSapphire {
            display: block !important; }
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .threesixty, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .threesixty {
            display: none; }
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail .threesixty svg, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail .threesixty svg {
              margin: 0 auto;
              width: 60%;
              height: 100%; }
          @media (max-width: 767px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type {
              margin-top: -8px;
              width: 20px !important;
              height: 20px;
              background-color: transparent; }
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type .threesix, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type .threesix {
                font-size: 12px;
                line-height: 128.5%;
                font-weight: bold; }
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail:not(:last-of-type):nth-of-type(n + 6), .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail:not(:last-of-type):nth-of-type(n + 6) {
              display: none; }
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail.slick-current, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail.slick-current {
              background-color: #000000; } }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              margin: 0 6px;
              background-color: #f9f9f9;
              border-radius: 0;
              height: 70px; }
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail:first-of-type, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail:first-of-type {
                margin-left: 0; }
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type {
                margin-right: 0; } }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 70px !important;
              height: 70px; } }
          @media (min-width: 992px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 75px !important;
              height: 75px; } }
          @media (min-width: 1030px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 100px !important;
              height: 100px; } }
          @media (min-width: 1160px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 96px !important;
              height: 96px; } }
          @media (min-width: 1440px) {
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 104px !important;
              height: 104px; } }
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail-link, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail-link {
            border: none;
            max-width: 104px;
            height: 104px; }
            @media (min-width: 768px) {
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail-link, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail-link {
                height: 100%; } }
            @media (max-width: 767px) {
              .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail-link span.loose, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail-link span.loose {
                display: none; } }
            .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail-link img, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail-link img {
              width: 100%;
              mix-blend-mode: multiply; }
              @media (max-width: 767px) {
                .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail-link img, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail-link img {
                  display: none; } }
          .container.product .productView.engagement .productView-images .productView-thumbnailList .productView-thumbnail.packaging, .container.product .productView.design .productView-images .productView-thumbnailList .productView-thumbnail.packaging {
            display: block !important; }
      .container.product .productView.engagement .productView-images .productView-mobile-slider, .container.product .productView.design .productView-images .productView-mobile-slider {
        margin: 0; }
        .container.product .productView.engagement .productView-images .productView-mobile-slider img, .container.product .productView.design .productView-images .productView-mobile-slider img {
          height: 375px;
          object-fit: cover; }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-images .productView-mobile-slider img, .container.product .productView.design .productView-images .productView-mobile-slider img {
              height: 384px; } }
        .container.product .productView.engagement .productView-images .productView-mobile-slider .video-overlay, .container.product .productView.design .productView-images .productView-mobile-slider .video-overlay {
          height: 375px; }
          .container.product .productView.engagement .productView-images .productView-mobile-slider .video-overlay .videoWrapper, .container.product .productView.design .productView-images .productView-mobile-slider .video-overlay .videoWrapper {
            height: 375px; }
            .container.product .productView.engagement .productView-images .productView-mobile-slider .video-overlay .videoWrapper iframe, .container.product .productView.design .productView-images .productView-mobile-slider .video-overlay .videoWrapper iframe {
              height: 375px; }
        .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-prev,
        .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-next, .container.product .productView.design .productView-images .productView-mobile-slider .slick-prev,
        .container.product .productView.design .productView-images .productView-mobile-slider .slick-next {
          background-color: transparent;
          border: none; }
          .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-prev::before,
          .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-next::before, .container.product .productView.design .productView-images .productView-mobile-slider .slick-prev::before,
          .container.product .productView.design .productView-images .productView-mobile-slider .slick-next::before {
            height: 1.1rem;
            width: 1.1rem; }
        .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-next, .container.product .productView.design .productView-images .productView-mobile-slider .slick-next {
          right: 10px; }
          .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-next::before, .container.product .productView.design .productView-images .productView-mobile-slider .slick-next::before {
            background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
            background-size: contain; }
        .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-prev, .container.product .productView.design .productView-images .productView-mobile-slider .slick-prev {
          left: 10px; }
          .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-prev::before, .container.product .productView.design .productView-images .productView-mobile-slider .slick-prev::before {
            background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
            background-size: contain;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: 'FlipH'; }
        .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots {
          text-align: left;
          position: absolute;
          bottom: 10px;
          left: 20px; }
          .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots.text, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots.text {
            bottom: 10px; }
          .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots li, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots li {
            width: 1.5rem; }
            .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots li:nth-child(n + 13), .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots li:nth-child(n + 13) {
              display: none; }
            .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots li button, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots li button {
              width: 7px;
              height: 7px;
              border: rgba(166, 113, 88, 0.3);
              background-color: rgba(166, 113, 88, 0.3); }
              .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots li button::before, .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots li button::after, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots li button::before, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots li button::after {
                width: 7px;
                height: 7px; }
            .container.product .productView.engagement .productView-images .productView-mobile-slider .slick-dots li.slick-active button::before, .container.product .productView.design .productView-images .productView-mobile-slider .slick-dots li.slick-active button::before {
              left: 0;
              top: 0;
              width: 7px;
              height: 7px;
              background-color: #a67158; }
    .container.product .productView.engagement .productView-image, .container.product .productView.design .productView-image {
      margin: 0; }
      @media (min-width: 768px) {
        .container.product .productView.engagement .productView-image, .container.product .productView.design .productView-image {
          height: 50vw;
          max-height: 475px;
          max-width: 500px; } }
      @media (min-width: 992px) {
        .container.product .productView.engagement .productView-image, .container.product .productView.design .productView-image {
          height: 55vw;
          max-height: 680px;
          max-width: 690px; } }
      .container.product .productView.engagement .productView-image .productLabel, .container.product .productView.design .productView-image .productLabel {
        position: absolute;
        top: 0px;
        left: 1px;
        padding: 7px 10px;
        z-index: 9;
        background-color: #061C3C;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #ffffff; }
        @media (min-width: 992px) {
          .container.product .productView.engagement .productView-image .productLabel, .container.product .productView.design .productView-image .productLabel {
            top: 30px;
            left: 3px; } }
      .container.product .productView.engagement .productView-image .productView-img-container, .container.product .productView.design .productView-image .productView-img-container {
        max-width: none;
        height: 375px; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .productView-image .productView-img-container, .container.product .productView.design .productView-image .productView-img-container {
            height: 50vw;
            max-height: 475px;
            max-width: 500px; } }
        @media (min-width: 992px) {
          .container.product .productView.engagement .productView-image .productView-img-container, .container.product .productView.design .productView-image .productView-img-container {
            height: 55vw;
            max-height: 680px;
            max-width: 690px; } }
        .container.product .productView.engagement .productView-image .productView-img-container .render-oh-text, .container.product .productView.design .productView-image .productView-img-container .render-oh-text {
          color: white; }
        .container.product .productView.engagement .productView-image .productView-img-container .on-hand-text,
        .container.product .productView.engagement .productView-image .productView-img-container .render-text,
        .container.product .productView.engagement .productView-image .productView-img-container .render-oh-text, .container.product .productView.design .productView-image .productView-img-container .on-hand-text,
        .container.product .productView.design .productView-image .productView-img-container .render-text,
        .container.product .productView.design .productView-image .productView-img-container .render-oh-text {
          padding: 0 25px;
          font-family: 'Work Sans';
          font-weight: 500;
          width: 100%;
          text-align: center;
          position: absolute;
          bottom: 30px;
          color: white;
          font-size: 15px;
          display: none; }
          .container.product .productView.engagement .productView-image .productView-img-container .on-hand-text.active,
          .container.product .productView.engagement .productView-image .productView-img-container .render-text.active,
          .container.product .productView.engagement .productView-image .productView-img-container .render-oh-text.active, .container.product .productView.design .productView-image .productView-img-container .on-hand-text.active,
          .container.product .productView.design .productView-image .productView-img-container .render-text.active,
          .container.product .productView.design .productView-image .productView-img-container .render-oh-text.active {
            display: block; }
          .container.product .productView.engagement .productView-image .productView-img-container .on-hand-text.videot,
          .container.product .productView.engagement .productView-image .productView-img-container .render-text.videot,
          .container.product .productView.engagement .productView-image .productView-img-container .render-oh-text.videot, .container.product .productView.design .productView-image .productView-img-container .on-hand-text.videot,
          .container.product .productView.design .productView-image .productView-img-container .render-text.videot,
          .container.product .productView.design .productView-image .productView-img-container .render-oh-text.videot {
            padding: 0 55px; }
            @media (min-width: 992px) {
              .container.product .productView.engagement .productView-image .productView-img-container .on-hand-text.videot,
              .container.product .productView.engagement .productView-image .productView-img-container .render-text.videot,
              .container.product .productView.engagement .productView-image .productView-img-container .render-oh-text.videot, .container.product .productView.design .productView-image .productView-img-container .on-hand-text.videot,
              .container.product .productView.design .productView-image .productView-img-container .render-text.videot,
              .container.product .productView.design .productView-image .productView-img-container .render-oh-text.videot {
                padding: 0 85px;
                font-size: 13px !important; } }
            @media (min-width: 1200px) {
              .container.product .productView.engagement .productView-image .productView-img-container .on-hand-text.videot,
              .container.product .productView.engagement .productView-image .productView-img-container .render-text.videot,
              .container.product .productView.engagement .productView-image .productView-img-container .render-oh-text.videot, .container.product .productView.design .productView-image .productView-img-container .on-hand-text.videot,
              .container.product .productView.design .productView-image .productView-img-container .render-text.videot,
              .container.product .productView.design .productView-image .productView-img-container .render-oh-text.videot {
                padding: 0 85px;
                font-size: 15px !important; } }
        .container.product .productView.engagement .productView-image .productView-img-container .render-text, .container.product .productView.design .productView-image .productView-img-container .render-text {
          padding: 0 25px;
          color: #9f735a; }
          .container.product .productView.engagement .productView-image .productView-img-container .render-text .sapphireLink, .container.product .productView.design .productView-image .productView-img-container .render-text .sapphireLink {
            font-weight: bold;
            color: #9f735a; }
          .container.product .productView.engagement .productView-image .productView-img-container .render-text.videot, .container.product .productView.design .productView-image .productView-img-container .render-text.videot {
            padding: 0 55px; }
            @media (min-width: 992px) {
              .container.product .productView.engagement .productView-image .productView-img-container .render-text.videot, .container.product .productView.design .productView-image .productView-img-container .render-text.videot {
                padding: 0 100px;
                font-size: 13px !important; } }
            @media (min-width: 1200px) {
              .container.product .productView.engagement .productView-image .productView-img-container .render-text.videot, .container.product .productView.design .productView-image .productView-img-container .render-text.videot {
                padding: 0 85px;
                font-size: 15px !important; } }
        .container.product .productView.engagement .productView-image .productView-img-container::after, .container.product .productView.design .productView-image .productView-img-container::after {
          padding-bottom: 0; }
        .container.product .productView.engagement .productView-image .productView-img-container .video-overlay, .container.product .productView.design .productView-image .productView-img-container .video-overlay {
          height: 100%; }
          .container.product .productView.engagement .productView-image .productView-img-container .video-overlay.hidden, .container.product .productView.design .productView-image .productView-img-container .video-overlay.hidden {
            display: none; }
          .container.product .productView.engagement .productView-image .productView-img-container .video-overlay .videoWrapper, .container.product .productView.design .productView-image .productView-img-container .video-overlay .videoWrapper {
            height: 100%; }
        .container.product .productView.engagement .productView-image .productView-img-container img, .container.product .productView.design .productView-image .productView-img-container img {
          mix-blend-mode: multiply;
          object-fit: cover;
          height: 100%; }
        .container.product .productView.engagement .productView-image .productView-img-container .iframe, .container.product .productView.design .productView-image .productView-img-container .iframe {
          text-align: left; }
          .container.product .productView.engagement .productView-image .productView-img-container .iframe #vision360_iframe, .container.product .productView.design .productView-image .productView-img-container .iframe #vision360_iframe {
            height: 100vw;
            width: 100vw;
            border: 0px;
            border: 0px solid #ddd;
            object-fit: fill; }
            @media (min-width: 600px) {
              .container.product .productView.engagement .productView-image .productView-img-container .iframe #vision360_iframe, .container.product .productView.design .productView-image .productView-img-container .iframe #vision360_iframe {
                height: 70vw;
                width: 70vw; } }
            @media (min-width: 768px) {
              .container.product .productView.engagement .productView-image .productView-img-container .iframe #vision360_iframe, .container.product .productView.design .productView-image .productView-img-container .iframe #vision360_iframe {
                height: 450px;
                width: 100%; } }
            @media (min-width: 992px) {
              .container.product .productView.engagement .productView-image .productView-img-container .iframe #vision360_iframe, .container.product .productView.design .productView-image .productView-img-container .iframe #vision360_iframe {
                height: 680px;
                width: 100%; } }
    .container.product .productView.engagement .productView-details, .container.product .productView.design .productView-details {
      display: block;
      padding: 0;
      width: 100%;
      padding: 20px 24px;
      text-align: left;
      float: right; }
      @media (max-width: 767px) {
        .container.product .productView.engagement .productView-details, .container.product .productView.design .productView-details {
          position: relative; } }
      @media (min-width: 768px) {
        .container.product .productView.engagement .productView-details, .container.product .productView.design .productView-details {
          padding: 0 24px;
          width: 49%;
          padding: 1rem; } }
      @media (min-width: 992px) {
        .container.product .productView.engagement .productView-details, .container.product .productView.design .productView-details {
          width: 42%;
          padding: 0px 0px 0px 24px; } }
      @media (min-width: 1220px) {
        .container.product .productView.engagement .productView-details, .container.product .productView.design .productView-details {
          width: 42.5%;
          max-width: 500px;
          padding: 0 0 0 34px; } }
      @media (min-width: 1600px) {
        .container.product .productView.engagement .productView-details, .container.product .productView.design .productView-details {
          max-width: none; } }
    .container.product .productView.engagement .productView-product, .container.product .productView.design .productView-product {
      border: none;
      position: relative; }
      .container.product .productView.engagement .productView-product:first-of-type, .container.product .productView.design .productView-product:first-of-type {
        padding-bottom: 0; }
      @media (max-width: 767px) {
        .container.product .productView.engagement .productView-product .productView-tabs, .container.product .productView.design .productView-product .productView-tabs {
          margin-top: 80px; } }
      .container.product .productView.engagement .productView-product .productView--details, .container.product .productView.design .productView-product .productView--details {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        font-feature-settings: 'liga' off;
        color: #717171; }
        @media (max-width: 768px) {
          .container.product .productView.engagement .productView-product .productView--details, .container.product .productView.design .productView-product .productView--details {
            text-align: center; } }
        @media (min-width: 768px) {
          .container.product .productView.engagement .productView-product .productView--details, .container.product .productView.design .productView-product .productView--details {
            font-size: 16px;
            line-height: 20px; } }
      .container.product .productView.engagement .productView-product .productView-title, .container.product .productView.design .productView-product .productView-title {
        margin: 8px 0 10px 0;
        font-family: 'Alga';
        font-weight: 600;
        letter-spacing: 1px;
        color: #061C3C;
        font-size: 24px;
        line-height: 28px; }
        @media (min-width: 768px) {
          .container.product .productView.engagement .productView-product .productView-title, .container.product .productView.design .productView-product .productView-title {
            margin: 8px 0 0px 0;
            font-size: 32px;
            line-height: 36px; } }
        @media (min-width: 992px) {
          .container.product .productView.engagement .productView-product .productView-title, .container.product .productView.design .productView-product .productView-title {
            margin: 12px 0 19px 0;
            font-size: 38px;
            line-height: 40px; } }
      .container.product .productView.engagement .productView-product .productView-price, .container.product .productView.design .productView-product .productView-price {
        font-size: 17px; }
        @media (max-width: 768px) {
          .container.product .productView.engagement .productView-product .productView-price, .container.product .productView.design .productView-product .productView-price {
            font-size: 16px; } }
      .container.product .productView.engagement .productView-product .productView-tabs .row, .container.product .productView.design .productView-product .productView-tabs .row {
        margin: 0; }
        .container.product .productView.engagement .productView-product .productView-tabs .row .tab, .container.product .productView.design .productView-product .productView-tabs .row .tab {
          border-top: none; }
        .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-6, .container.product .productView.design .productView-product .productView-tabs .row .col-lg-6 {
          padding: 0 12px 4px 12px;
          cursor: pointer;
          font-size: 14px;
          line-height: 22px; }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-6, .container.product .productView.design .productView-product .productView-tabs .row .col-lg-6 {
              font-size: 16px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-6.active, .container.product .productView.design .productView-product .productView-tabs .row .col-lg-6.active {
            border-bottom: 3px solid #061C3C;
            font-weight: 700; }
          .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-6:not(.active), .container.product .productView.design .productView-product .productView-tabs .row .col-lg-6:not(.active) {
            border-bottom: 2px solid #a4a6aa; }
          .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-6:nth-child(1), .container.product .productView.design .productView-product .productView-tabs .row .col-lg-6:nth-child(1) {
            text-align: right; }
          .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-6:nth-child(2), .container.product .productView.design .productView-product .productView-tabs .row .col-lg-6:nth-child(2) {
            text-align: left; }
        .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-12, .container.product .productView.design .productView-product .productView-tabs .row .col-lg-12 {
          padding: 0 12px 4px 12px;
          cursor: pointer;
          font-size: 14px;
          line-height: 22px; }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-12, .container.product .productView.design .productView-product .productView-tabs .row .col-lg-12 {
              font-size: 16px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .productView-tabs .row .col-lg-12.active, .container.product .productView.design .productView-product .productView-tabs .row .col-lg-12.active {
            border-bottom: 3px solid #061C3C;
            font-weight: 700; }
      .container.product .productView.engagement .productView-product .productView-description, .container.product .productView.design .productView-product .productView-description {
        margin: 16px 0;
        padding: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        font-feature-settings: 'liga' off;
        color: #111111; }
        @media (max-width: 767px) {
          .container.product .productView.engagement .productView-product .productView-description, .container.product .productView.design .productView-product .productView-description {
            float: none; } }
        @media (min-width: 768px) {
          .container.product .productView.engagement .productView-product .productView-description, .container.product .productView.design .productView-product .productView-description {
            margin: 24px 0 30px 0;
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 992px) {
          .container.product .productView.engagement .productView-product .productView-description, .container.product .productView.design .productView-product .productView-description {
            margin: 24px 0 40px 0; } }
        .container.product .productView.engagement .productView-product .productView-description p, .container.product .productView.design .productView-product .productView-description p {
          margin: 0; }
      .container.product .productView.engagement .productView-product .productView-options, .container.product .productView.design .productView-product .productView-options {
        margin-bottom: 0;
        text-align: center; }
        @media (min-width: 992px) {
          .container.product .productView.engagement .productView-product .productView-options, .container.product .productView.design .productView-product .productView-options {
            position: relative; } }
        .container.product .productView.engagement .productView-product .productView-options form .product-radio-select, .container.product .productView.design .productView-product .productView-options form .product-radio-select {
          color: #000000;
          border: 1px solid transparent;
          border-color: transparent transparent #a19f9d transparent;
          cursor: pointer;
          padding-bottom: 15px; }
          @media (max-width: 767px) {
            .container.product .productView.engagement .productView-product .productView-options form .product-radio-select, .container.product .productView.design .productView-product .productView-options form .product-radio-select {
              padding-bottom: 10px;
              padding-top: 20px; } }
        .container.product .productView.engagement .productView-product .productView-options .form-field, .container.product .productView.design .productView-product .productView-options .form-field {
          margin: 0;
          font-size: 18px; }
        @media (max-width: 767px) {
          .container.product .productView.engagement .productView-product .productView-options [data-product-attribute='swatch'], .container.product .productView.design .productView-product .productView-options [data-product-attribute='swatch'] {
            width: 100%; } }
        .container.product .productView.engagement .productView-product .productView-options .form-option-swatch,
        .container.product .productView.engagement .productView-product .productView-options .form-option-variant--color, .container.product .productView.design .productView-product .productView-options .form-option-swatch,
        .container.product .productView.design .productView-product .productView-options .form-option-variant--color {
          border-radius: 50%;
          border: none;
          border-color: #061C3C; }
        @media (max-width: 767px) {
          .container.product .productView.engagement .productView-product .productView-options .form-option-wrapper:not(:last-of-type), .container.product .productView.design .productView-product .productView-options .form-option-wrapper:not(:last-of-type) {
            margin-right: 26px; } }
        .container.product .productView.engagement .productView-product .productView-options .form-option-variant--color, .container.product .productView.design .productView-product .productView-options .form-option-variant--color {
          height: 18px;
          width: 18px; }
        .container.product .productView.engagement .productView-product .productView-options .form-radio:checked + .form-option, .container.product .productView.design .productView-product .productView-options .form-radio:checked + .form-option {
          border: 1px solid #061C3C; }
        .container.product .productView.engagement .productView-product .productView-options .form-label > span[data-option-value], .container.product .productView.design .productView-product .productView-options .form-label > span[data-option-value] {
          color: #061C3C;
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          font-feature-settings: 'liga' off; }
        .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'], .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] {
          margin: 0;
          text-align: left;
          position: relative;
          height: 80px;
          border-bottom: 1px solid #061C3C; }
          @media (max-width: 767px) {
            .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'], .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] {
              height: 98px; } }
          @media (min-width: 992px) {
            .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'], .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] {
              margin: 15px 0 0 0; } }
          .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
            position: absolute;
            left: 0;
            margin: 0;
            padding: 0.5625rem 0.75rem;
            display: inline-block;
            font-weight: bold;
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #061C3C;
            z-index: 5; }
            @media (max-width: 767px) {
              .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
                padding: 24px 0.75rem; } }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) and (stroke-color: transparent) {
                .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
                  letter-spacing: 1px; } } }
            @media (min-width: 992px) {
              .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
                font-size: 13px;
                line-height: 22px; } }
            .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label .ringSize .material-icons-outlined, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label .ringSize .material-icons-outlined {
              color: #9F735A;
              vertical-align: middle; }
            .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label .ringSize:hover, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label .ringSize:hover {
              color: #9f735a; }
          .container.product .productView.engagement .productView-product .productView-options .form-field[data-product-attribute*='set-select'] small, .container.product .productView.design .productView-product .productView-options .form-field[data-product-attribute*='set-select'] small {
            display: none !important; }
        .container.product .productView.engagement .productView-product .productView-options .form-buyBy, .container.product .productView.design .productView-product .productView-options .form-buyBy {
          margin: 44px 0 10px 0;
          font-style: normal;
          font-weight: 500;
          font-size: 13px;
          line-height: 18px;
          text-align: center;
          color: #061C3C; }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-options .form-buyBy, .container.product .productView.design .productView-product .productView-options .form-buyBy {
              margin: 17px 0 0 0;
              font-size: 16px;
              line-height: 20px; } }
          .container.product .productView.engagement .productView-product .productView-options .form-buyBy .date, .container.product .productView.design .productView-product .productView-options .form-buyBy .date {
            text-decoration: underline; }
          @media (max-width: 1049px) {
            .container.product .productView.engagement .productView-product .productView-options .form-buyBy #buy-now-date, .container.product .productView.design .productView-product .productView-options .form-buyBy #buy-now-date {
              display: block !important; } }
        .container.product .productView.engagement .productView-product .productView-options .form-action, .container.product .productView.design .productView-product .productView-options .form-action {
          padding: 0;
          margin-top: 1rem;
          width: 100%; }
        .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper .form-field--increments, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper .form-field--increments {
          display: none !important; }
        .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
          margin: 0 auto;
          padding: 1rem 0;
          width: 100%;
          background-color: #061c3c;
          font-weight: 500;
          font-size: 12px;
          line-height: 22px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ffffff;
          border-radius: 0;
          transition: all 0.5s ease; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
                letter-spacing: 1px; } } }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
              font-size: 15px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover {
            background-color: #192843;
            color: #ffffff; }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:focus, .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:focus, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active {
            background-color: #052757; }
        .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
          margin: 0 auto;
          padding: 1rem 0;
          width: 100%;
          background-color: #061c3c;
          font-weight: 500;
          font-size: 12px;
          line-height: 22px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ffffff;
          border-radius: 0;
          transition: all 0.5s ease; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
                letter-spacing: 1px; } } }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
              font-size: 15px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover {
            background-color: #192843;
            color: #ffffff; }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:focus, .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:focus, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active {
            background-color: #052757; }
        .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
          margin: 0 auto;
          padding: 1rem 0;
          width: 100%;
          background-color: #061c3c;
          font-weight: 500;
          font-size: 12px;
          line-height: 22px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ffffff;
          border-radius: 0;
          transition: all 0.5s ease; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
                letter-spacing: 1px; } } }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
              font-size: 15px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover {
            background-color: #192843;
            color: #ffffff; }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:focus, .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:focus, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active {
            background-color: #052757; }
        .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #no-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #no-addToCart {
          margin: 0 auto;
          padding: 1rem 0;
          width: 100%;
          background-color: #edebe9;
          font-weight: 500;
          font-size: 12px;
          line-height: 22px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #a19f9d;
          border-radius: 0;
          transition: all 0.5s ease;
          border-color: transparent; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #no-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #no-addToCart {
                letter-spacing: 1px; } } }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #no-addToCart, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #no-addToCart {
              font-size: 15px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .productView-options #add-to-cart-wrapper #no-addToCart:hover, .container.product .productView.design .productView-product .productView-options #add-to-cart-wrapper #no-addToCart:hover {
            cursor: not-allowed; }
      .container.product .productView.engagement .productView-product .installmentPlan, .container.product .productView.design .productView-product .installmentPlan {
        margin: 0 auto; }
        .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy, .container.product .productView.design .productView-product .installmentPlan .form-buyBy {
          margin: 10px 0 44px 0;
          font-style: normal;
          font-weight: 500;
          font-size: 13px;
          line-height: 18px;
          text-align: center;
          color: #061C3C; }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy, .container.product .productView.design .productView-product .installmentPlan .form-buyBy {
              margin: 17px 0 0 0;
              font-size: 16px;
              line-height: 20px; } }
          .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy .date, .container.product .productView.design .productView-product .installmentPlan .form-buyBy .date {
            text-decoration: underline; }
          @media (max-width: 1049px) {
            .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy #buy-now-date, .container.product .productView.design .productView-product .installmentPlan .form-buyBy #buy-now-date {
              display: block !important; } }
          @media (max-width: 768px) {
            .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy, .container.product .productView.design .productView-product .installmentPlan .form-buyBy {
              margin-bottom: 0px; } }
        .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink {
          background: #FFF5F7;
          padding: 14px;
          font-size: 13px; }
          .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink img, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink img {
            max-width: 45px;
            position: absolute;
            left: 20px;
            padding-top: 32px; }
          .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink div, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink div {
            background: #FFE5EA;
            width: 60%;
            padding: 10px;
            text-align: center;
            margin: 10px auto 0;
            letter-spacing: 1px; }
          .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink span, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink span {
            font-size: 11px;
            font-weight: lighter; }
          .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink button, .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink table, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink button, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink table {
            width: 100%; }
          @media (max-width: 768px) {
            .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink {
              font-size: 9px; }
              .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink img, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink img {
                max-width: 30px;
                padding-top: 20px; }
              .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink div, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink div {
                font-size: 9px;
                padding: 7px; }
              .container.product .productView.engagement .productView-product .installmentPlan .form-buyBy.pink span, .container.product .productView.design .productView-product .installmentPlan .form-buyBy.pink span {
                font-size: 7.5px; } }
        .container.product .productView.engagement .productView-product .installmentPlan p, .container.product .productView.design .productView-product .installmentPlan p {
          margin: 0 auto 24px auto;
          font-weight: normal;
          text-align: center;
          font-feature-settings: 'liga' off;
          color: #717171;
          font-size: 12.5px;
          line-height: 20px; }
          @media (min-width: 768px) {
            .container.product .productView.engagement .productView-product .installmentPlan p, .container.product .productView.design .productView-product .installmentPlan p {
              margin: 0 auto 8px auto;
              font-size: 14px;
              line-height: 18px; } }
          .container.product .productView.engagement .productView-product .installmentPlan p.title, .container.product .productView.design .productView-product .installmentPlan p.title {
            margin: 10px 0 8px 0; }
            .container.product .productView.engagement .productView-product .installmentPlan p.title a, .container.product .productView.design .productView-product .installmentPlan p.title a {
              font-weight: bold;
              text-decoration: underline;
              color: #a19f9d; }
              .container.product .productView.engagement .productView-product .installmentPlan p.title a:hover, .container.product .productView.design .productView-product .installmentPlan p.title a:hover {
                color: #061C3C; }
          .container.product .productView.engagement .productView-product .installmentPlan p.enquire, .container.product .productView.design .productView-product .installmentPlan p.enquire {
            margin: 15px auto;
            color: #9F735A;
            font-size: 14px;
            line-height: 18px; }
            @media (min-width: 768px) {
              .container.product .productView.engagement .productView-product .installmentPlan p.enquire, .container.product .productView.design .productView-product .installmentPlan p.enquire {
                font-size: 16px;
                line-height: 20px; } }
        .container.product .productView.engagement .productView-product .installmentPlan .book-consultation, .container.product .productView.design .productView-product .installmentPlan .book-consultation {
          margin: 10px auto 0;
          display: block;
          width: 100%;
          font-size: 12px;
          line-height: 22px;
          padding: 1rem 0;
          font-weight: 500;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-decoration: none;
          border-radius: 0;
          transition: all 0.5s ease;
          color: #061c3c;
          border: 1px solid #061c3c; }
          @media (min-width: 992px) {
            .container.product .productView.engagement .productView-product .installmentPlan .book-consultation, .container.product .productView.design .productView-product .installmentPlan .book-consultation {
              font-size: 15px;
              line-height: 22px; } }
          .container.product .productView.engagement .productView-product .installmentPlan .book-consultation:hover, .container.product .productView.design .productView-product .installmentPlan .book-consultation:hover {
            background-color: #e7f1f4; }
        .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons, .container.product .productView.design .productView-product .installmentPlan .swym-buttons {
          padding-top: 20px;
          display: flex;
          flex-direction: row;
          justify-content: space-evenly; }
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-spacer, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-spacer {
            width: 5%; }
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box:before, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box:before {
            content: "";
            display: block;
            padding-top: 100%; }
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box {
            width: 30%;
            color: #9F735A;
            position: relative; }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-bg, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-bg {
              background: #f9f5ed;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              text-align: center;
              display: flex;
              align-items: center;
              line-height: 100%;
              height: 100%;
              justify-content: center;
              flex-direction: column; }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-img, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-img {
              text-align: center; }
              @media (max-width: 767px) {
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-img, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-img {
                  padding-top: 5px; } }
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-img img, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-img img {
                margin: auto;
                height: 30px; }
                @media (max-width: 767px) {
                  .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-img img, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-img img {
                    height: 20px; } }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-img.tall img, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-img.tall img {
              height: 40px;
              margin-bottom: -10px;
              position: relative;
              bottom: 5px; }
              @media (max-width: 767px) {
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-img.tall img, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-img.tall img {
                  height: 30px; } }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-txt, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-txt {
              text-align: center;
              font-size: 0.7em;
              padding-top: 20px; }
              @media (max-width: 767px) {
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box .swym-txt, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box .swym-txt {
                  padding-top: 15px; } }
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-box:last-child .swym-bg, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-box:last-child .swym-bg {
            margin-right: 0; }
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a,
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button, .container.product .productView.design .productView-product .installmentPlan .swym-buttons a,
          .container.product .productView.design .productView-product .installmentPlan .swym-buttons button {
            font-family: 'Work Sans';
            padding: 0;
            margin: 0;
            display: block;
            border: none;
            color: black;
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 0.05em;
            font-size: 12px;
            line-height: 40px;
            text-decoration: underline; }
            @media (min-width: 768px) {
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a,
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button, .container.product .productView.design .productView-product .installmentPlan .swym-buttons a,
              .container.product .productView.design .productView-product .installmentPlan .swym-buttons button {
                font-size: 13px;
                line-height: 42px; } }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a .material-icons,
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a .material-icons-outlined,
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a svg,
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button .material-icons,
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button .material-icons-outlined,
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button svg, .container.product .productView.design .productView-product .installmentPlan .swym-buttons a .material-icons,
            .container.product .productView.design .productView-product .installmentPlan .swym-buttons a .material-icons-outlined,
            .container.product .productView.design .productView-product .installmentPlan .swym-buttons a svg,
            .container.product .productView.design .productView-product .installmentPlan .swym-buttons button .material-icons,
            .container.product .productView.design .productView-product .installmentPlan .swym-buttons button .material-icons-outlined,
            .container.product .productView.design .productView-product .installmentPlan .swym-buttons button svg {
              margin-right: 10px;
              text-decoration: none;
              font-weight: normal;
              color: black;
              vertical-align: middle;
              font-size: 30px; }
              @media (min-width: 768px) {
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a .material-icons,
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a .material-icons-outlined,
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a svg,
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button .material-icons,
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button .material-icons-outlined,
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button svg, .container.product .productView.design .productView-product .installmentPlan .swym-buttons a .material-icons,
                .container.product .productView.design .productView-product .installmentPlan .swym-buttons a .material-icons-outlined,
                .container.product .productView.design .productView-product .installmentPlan .swym-buttons a svg,
                .container.product .productView.design .productView-product .installmentPlan .swym-buttons button .material-icons,
                .container.product .productView.design .productView-product .installmentPlan .swym-buttons button .material-icons-outlined,
                .container.product .productView.design .productView-product .installmentPlan .swym-buttons button svg {
                  font-size: 32px; } }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a svg,
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button svg, .container.product .productView.design .productView-product .installmentPlan .swym-buttons a svg,
            .container.product .productView.design .productView-product .installmentPlan .swym-buttons button svg {
              object-fit: contain;
              width: 20px;
              height: 20px; }
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons a svg.heart-svg,
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons button svg.heart-svg, .container.product .productView.design .productView-product .installmentPlan .swym-buttons a svg.heart-svg,
              .container.product .productView.design .productView-product .installmentPlan .swym-buttons button svg.heart-svg {
                width: 20px;
                height: 20px; }
          .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-button-bar, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-button-bar {
            font-family: 'Work Sans' !important;
            padding: 0 !important;
            margin: 0 !important;
            border: none !important;
            color: black !important;
            text-transform: uppercase !important;
            font-weight: 600 !important;
            letter-spacing: 0.05em !important;
            font-size: 12px !important;
            line-height: 40px !important; }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-button-bar span, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-button-bar span {
              font-family: 'Work Sans' !important;
              padding: 0 !important;
              margin: 0 !important;
              border: none !important;
              color: black !important;
              text-transform: uppercase !important;
              font-weight: 600 !important;
              letter-spacing: 0.05em !important;
              font-size: 12px !important;
              line-height: 40px !important; }
            .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container {
              position: relative;
              height: 100%; }
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container .swym-button, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container .swym-button {
                height: 100%;
                display: inline !important; }
                .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container .swym-button::after, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container .swym-button::after {
                  padding-top: 11px;
                  padding-right: 15px;
                  font-size: 18px; }
              .container.product .productView.engagement .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container .swym-fave-count, .container.product .productView.design .productView-product .installmentPlan .swym-buttons .swym-button-bar .swym-btn-container .swym-fave-count {
                display: inline !important;
                margin-left: 5px !important; }
        .container.product .productView.engagement .productView-product .installmentPlan .reserve-block, .container.product .productView.design .productView-product .installmentPlan .reserve-block {
          padding: 15px 25px;
          text-align: left;
          background-color: #f9f5ed;
          margin: 20px 0 0;
          padding: 10px 20px; }
          @media (min-width: 992px) {
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block, .container.product .productView.design .productView-product .installmentPlan .reserve-block {
              margin: 20px 0;
              padding: 15px 25px; } }
          .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a,
          .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button, .container.product .productView.design .productView-product .installmentPlan .reserve-block a,
          .container.product .productView.design .productView-product .installmentPlan .reserve-block button {
            font-family: 'Work Sans';
            padding: 0;
            margin: 0;
            display: block;
            border: none;
            color: black;
            text-transform: uppercase;
            text-decoration: underline;
            font-weight: 600;
            letter-spacing: 0.05em;
            font-size: 12px;
            line-height: 40px; }
            @media (min-width: 768px) {
              .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a,
              .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button, .container.product .productView.design .productView-product .installmentPlan .reserve-block a,
              .container.product .productView.design .productView-product .installmentPlan .reserve-block button {
                font-size: 13px;
                line-height: 42px; } }
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a .material-icons,
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a .material-icons-outlined,
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a svg,
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button .material-icons,
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button .material-icons-outlined,
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button svg, .container.product .productView.design .productView-product .installmentPlan .reserve-block a .material-icons,
            .container.product .productView.design .productView-product .installmentPlan .reserve-block a .material-icons-outlined,
            .container.product .productView.design .productView-product .installmentPlan .reserve-block a svg,
            .container.product .productView.design .productView-product .installmentPlan .reserve-block button .material-icons,
            .container.product .productView.design .productView-product .installmentPlan .reserve-block button .material-icons-outlined,
            .container.product .productView.design .productView-product .installmentPlan .reserve-block button svg {
              margin-right: 20px;
              text-decoration: none;
              font-weight: normal;
              color: black;
              vertical-align: middle;
              font-size: 30px; }
              @media (min-width: 768px) {
                .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a .material-icons,
                .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a .material-icons-outlined,
                .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a svg,
                .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button .material-icons,
                .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button .material-icons-outlined,
                .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button svg, .container.product .productView.design .productView-product .installmentPlan .reserve-block a .material-icons,
                .container.product .productView.design .productView-product .installmentPlan .reserve-block a .material-icons-outlined,
                .container.product .productView.design .productView-product .installmentPlan .reserve-block a svg,
                .container.product .productView.design .productView-product .installmentPlan .reserve-block button .material-icons,
                .container.product .productView.design .productView-product .installmentPlan .reserve-block button .material-icons-outlined,
                .container.product .productView.design .productView-product .installmentPlan .reserve-block button svg {
                  font-size: 32px; } }
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a svg,
            .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button svg, .container.product .productView.design .productView-product .installmentPlan .reserve-block a svg,
            .container.product .productView.design .productView-product .installmentPlan .reserve-block button svg {
              object-fit: contain;
              width: 25px;
              height: 25px; }
              .container.product .productView.engagement .productView-product .installmentPlan .reserve-block a svg.heart-svg,
              .container.product .productView.engagement .productView-product .installmentPlan .reserve-block button svg.heart-svg, .container.product .productView.design .productView-product .installmentPlan .reserve-block a svg.heart-svg,
              .container.product .productView.design .productView-product .installmentPlan .reserve-block button svg.heart-svg {
                width: 25px;
                height: 25px; }
  .container.product .productView.engagement .product-radio-select {
    display: flex;
    align-items: space-between; }
    .container.product .productView.engagement .product-radio-select label {
      margin-right: auto; }
    .container.product .productView.engagement .product-radio-select .form-option-wrapper {
      margin: 0 15px; }
  .container.product .productView.wedding {
    margin: 0 auto;
    display: block !important;
    padding-top: 0px; }
    @media (min-width: 768px) {
      .container.product .productView.wedding {
        padding-top: 48px; } }
    @media (min-width: 768px) {
      .container.product .productView.wedding {
        padding-bottom: 100px; } }
    @media (min-width: 992px) {
      .container.product .productView.wedding {
        padding-bottom: 50px; } }
    @media (min-width: 1050px) {
      .container.product .productView.wedding {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .container.product .productView.wedding {
        max-width: 1200px; } }
    .container.product .productView.wedding .extra-info {
      float: left;
      margin: 36px 0 20px;
      width: 100%; }
      @media (min-width: 768px) {
        .container.product .productView.wedding .extra-info {
          display: block;
          margin-top: 24px;
          margin-bottom: 100px;
          padding: 0; } }
      @media (min-width: 992px) {
        .container.product .productView.wedding .extra-info {
          margin-bottom: 78px;
          padding: 0; } }
      .container.product .productView.wedding .extra-info .col-md-4 {
        margin-top: 8px;
        padding: 0;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #a19f9d; }
        @media (min-width: 768px) {
          .container.product .productView.wedding .extra-info .col-md-4 {
            margin-top: 0;
            text-align: center; } }
        .container.product .productView.wedding .extra-info .col-md-4 img {
          margin-right: 10.36px; }
      .container.product .productView.wedding .extra-info.desktop {
        display: none; }
        @media (min-width: 768px) {
          .container.product .productView.wedding .extra-info.desktop {
            display: block; } }
      .container.product .productView.wedding .extra-info.mobile {
        display: block; }
        @media (min-width: 768px) {
          .container.product .productView.wedding .extra-info.mobile {
            display: none; } }
    .container.product .productView.wedding .productView-images {
      position: relative;
      padding: 0;
      width: 100%;
      margin-bottom: 0;
      position: relative; }
      @media (min-width: 768px) {
        .container.product .productView.wedding .productView-images {
          width: 50%; } }
      @media (min-width: 992px) {
        .container.product .productView.wedding .productView-images {
          width: 57.5%; } }
      .container.product .productView.wedding .productView-images .on-hand-text {
        font-family: 'Work Sans';
        font-weight: 500;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 25px;
        color: white;
        font-size: 13px;
        display: none; }
        .container.product .productView.wedding .productView-images .on-hand-text.active {
          display: block; }
      .container.product .productView.wedding .productView-images .productView-thumbnailList {
        margin-top: 12px; }
        @media (max-width: 767px) {
          .container.product .productView.wedding .productView-images .productView-thumbnailList {
            position: absolute;
            bottom: 28px;
            left: 15px; } }
        .container.product .productView.wedding .productView-images .productView-thumbnailList button {
          display: none !important; }
        .container.product .productView.wedding .productView-images .productView-thumbnailList .slick-list {
          margin: 12px 0 0 0; }
        .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnails {
          width: 100%;
          margin: 0; }
        .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
          background-color: #6f6f6f;
          padding: 0;
          margin: 0 11px;
          height: 8px;
          border-radius: 50%; }
          @media (max-width: 767px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 8px !important; }
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail.active {
                background-color: black; }
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail:nth-child(n + 6) {
                display: none; } }
          .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail .loose,
          .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail .threesix,
          .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail .threesixty {
            text-decoration: none; }
            @media (min-width: 768px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail .loose,
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail .threesix,
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail .threesixty {
                font-size: 11.6301px;
                line-height: 17px;
                display: flex;
                align-items: center; } }
          .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail.looseSapphire {
            display: block !important; }
          @media (min-width: 768px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              margin: 0 6px;
              background-color: transparent;
              border-radius: 0;
              width: 13.8% !important;
              height: 70px; }
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail:first-of-type {
                margin-left: 0; }
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type {
                margin-right: 0; } }
          @media (min-width: 768px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 70px !important;
              height: 70px; } }
          @media (min-width: 992px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 75px !important;
              height: 75px; } }
          @media (min-width: 1030px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 100px !important;
              height: 100px; } }
          @media (min-width: 1160px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 96px !important;
              height: 96px; } }
          @media (min-width: 1440px) {
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail {
              width: 104px !important;
              height: 104px; } }
          .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link {
            border: none;
            max-width: 104px;
            height: 30px; }
            @media (max-width: 767px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link.is-active::after {
                content: '';
                width: 12px;
                border: 1px solid black;
                height: 12px;
                top: -2px;
                left: -2px;
                position: absolute;
                border-radius: 50%; } }
            @media (min-width: 768px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link {
                height: 70px; } }
            @media (min-width: 1030px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link {
                height: 95px; } }
            @media (min-width: 1090px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link {
                height: 100px; } }
            @media (min-width: 1160px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link {
                height: 96px; } }
            @media (min-width: 1440px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link {
                height: 104px; } }
            @media (max-width: 767px) {
              .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link span.loose {
                display: none; } }
            .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link img {
              width: 104px;
              mix-blend-mode: multiply; }
              @media (max-width: 767px) {
                .container.product .productView.wedding .productView-images .productView-thumbnailList .productView-thumbnail-link img {
                  display: none; } }
      .container.product .productView.wedding .productView-images .productView-mobile-slider {
        margin: 0; }
        .container.product .productView.wedding .productView-images .productView-mobile-slider img {
          height: 375px;
          object-fit: cover; }
          @media (min-width: 768px) {
            .container.product .productView.wedding .productView-images .productView-mobile-slider img {
              height: 384px; } }
        .container.product .productView.wedding .productView-images .productView-mobile-slider .video-overlay {
          height: 375px; }
          .container.product .productView.wedding .productView-images .productView-mobile-slider .video-overlay .videoWrapper {
            height: 375px; }
            .container.product .productView.wedding .productView-images .productView-mobile-slider .video-overlay .videoWrapper iframe {
              height: 375px; }
        .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-prev,
        .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-next {
          background-color: transparent;
          border: none; }
          .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-prev::before,
          .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-next::before {
            height: 1.1rem;
            width: 1.1rem; }
        .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-next {
          right: 10px; }
          .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-next::before {
            background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
            background-size: contain; }
        .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-prev {
          left: 10px; }
          .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-prev::before {
            background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
            background-size: contain;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: 'FlipH'; }
        .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots {
          text-align: left;
          position: absolute;
          bottom: 10px;
          left: 20px; }
          .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots.text {
            bottom: 10px; }
          .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots li {
            width: 1.5rem; }
            .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots li:nth-child(n + 13) {
              display: none; }
            .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots li button {
              width: 7px;
              height: 7px;
              border: rgba(166, 113, 88, 0.3);
              background-color: rgba(166, 113, 88, 0.3); }
              .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots li button::before, .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots li button::after {
                width: 7px;
                height: 7px; }
            .container.product .productView.wedding .productView-images .productView-mobile-slider .slick-dots li.slick-active button::before {
              left: 0;
              top: 0;
              width: 7px;
              height: 7px;
              background-color: #a67158; }
    .container.product .productView.wedding .productView-image {
      margin: 0; }
      @media (min-width: 768px) {
        .container.product .productView.wedding .productView-image {
          height: 50vw;
          max-height: 450px;
          max-width: 500px; } }
      @media (min-width: 992px) {
        .container.product .productView.wedding .productView-image {
          height: 55vw;
          max-height: 680px;
          max-width: 690px; } }
      .container.product .productView.wedding .productView-image .productLabel {
        position: absolute;
        top: 0px;
        left: 1px;
        padding: 7px 10px;
        z-index: 9;
        background-color: #061C3C;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #ffffff; }
        @media (min-width: 992px) {
          .container.product .productView.wedding .productView-image .productLabel {
            top: 30px;
            left: 3px; } }
      .container.product .productView.wedding .productView-image .productView-img-container {
        max-width: none;
        height: 375px; }
        @media (min-width: 768px) {
          .container.product .productView.wedding .productView-image .productView-img-container {
            height: 50vw;
            max-height: 450px;
            max-width: 450px; } }
        @media (min-width: 992px) {
          .container.product .productView.wedding .productView-image .productView-img-container {
            height: 55vw;
            max-height: 680px;
            max-width: 690px; } }
        .container.product .productView.wedding .productView-image .productView-img-container .on-hand-text {
          font-family: 'Work Sans';
          font-weight: 500;
          width: 100%;
          text-align: center;
          position: absolute;
          bottom: 25px;
          color: white;
          font-size: 13px;
          display: none; }
          .container.product .productView.wedding .productView-image .productView-img-container .on-hand-text.active {
            display: block; }
        .container.product .productView.wedding .productView-image .productView-img-container::after {
          padding-bottom: 0; }
        .container.product .productView.wedding .productView-image .productView-img-container img {
          mix-blend-mode: multiply;
          object-fit: cover;
          height: 100%; }
        .container.product .productView.wedding .productView-image .productView-img-container .iframe {
          display: none;
          text-align: left; }
          .container.product .productView.wedding .productView-image .productView-img-container .iframe #vision360_iframe {
            height: 100vw;
            width: 100vw;
            border: 0px;
            border: 0px solid #ddd;
            object-fit: fill; }
            @media (min-width: 600px) {
              .container.product .productView.wedding .productView-image .productView-img-container .iframe #vision360_iframe {
                height: 70vw;
                width: 70vw; } }
            @media (min-width: 768px) {
              .container.product .productView.wedding .productView-image .productView-img-container .iframe #vision360_iframe {
                height: 376px;
                width: 100%; } }
            @media (min-width: 992px) {
              .container.product .productView.wedding .productView-image .productView-img-container .iframe #vision360_iframe {
                height: 680px;
                width: 690px; } }
    .container.product .productView.wedding .productView-details {
      padding: 0;
      float: right;
      width: 100%;
      padding: 20px 24px;
      text-align: center;
      position: relative; }
      @media (min-width: 768px) {
        .container.product .productView.wedding .productView-details {
          padding: 0 24px;
          width: 50%;
          padding: 1rem; } }
      @media (min-width: 992px) {
        .container.product .productView.wedding .productView-details {
          width: 42%;
          padding: 0px 0px 0px 24px; } }
      @media (min-width: 1220px) {
        .container.product .productView.wedding .productView-details {
          width: 42.5%;
          max-width: 500px;
          padding: 0 0 0 34px; } }
      @media (min-width: 1600px) {
        .container.product .productView.wedding .productView-details {
          max-width: none; } }
    .container.product .productView.wedding .productView-product {
      border: none; }
      .container.product .productView.wedding .productView-product .productView--details {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        font-feature-settings: 'liga' off;
        color: #717171; }
        @media (min-width: 768px) {
          .container.product .productView.wedding .productView-product .productView--details {
            font-size: 16px;
            line-height: 20px; } }
      .container.product .productView.wedding .productView-product .productView-title {
        margin: 8px 0 5px 0;
        font-family: 'Alga';
        font-weight: 600;
        letter-spacing: 1px;
        color: #061C3C;
        font-size: 24px;
        line-height: 28px; }
        @media (min-width: 768px) {
          .container.product .productView.wedding .productView-product .productView-title {
            margin: 16px 0 5px 0;
            font-size: 32px;
            line-height: 36px; } }
        @media (min-width: 992px) {
          .container.product .productView.wedding .productView-product .productView-title {
            font-size: 38px;
            line-height: 40px; } }
      .container.product .productView.wedding .productView-product .productView-price {
        margin: 0 0 -5px; }
        .container.product .productView.wedding .productView-product .productView-price .price--withoutTax {
          font-family: 'Alga';
          font-weight: 600;
          font-size: 20px;
          line-height: 28px;
          text-align: center;
          color: #717171; }
          @media (min-width: 992px) {
            .container.product .productView.wedding .productView-product .productView-price .price--withoutTax {
              font-size: 28px;
              line-height: 36px; } }
      .container.product .productView.wedding .productView-product .productView-description {
        margin: 80px 0 0px 0;
        padding: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        font-feature-settings: 'liga' off;
        color: #111111; }
        @media (max-width: 767px) {
          .container.product .productView.wedding .productView-product .productView-description {
            float: none; } }
        @media (min-width: 768px) {
          .container.product .productView.wedding .productView-product .productView-description {
            margin: 0px 0 30px 0;
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 992px) {
          .container.product .productView.wedding .productView-product .productView-description {
            margin: 0px 0 40px 0; } }
        .container.product .productView.wedding .productView-product .productView-description p {
          margin: 0; }
      .container.product .productView.wedding .productView-product .productView-options {
        margin-bottom: 0;
        text-align: center; }
        @media (max-width: 767px) {
          .container.product .productView.wedding .productView-product .productView-options [data-product-attribute='swatch'] {
            position: absolute;
            top: 25px;
            left: 0;
            width: 100%; } }
        .container.product .productView.wedding .productView-product .productView-options .form-field {
          margin: 0;
          font-size: 18px; }
        .container.product .productView.wedding .productView-product .productView-options .form-option-swatch,
        .container.product .productView.wedding .productView-product .productView-options .form-option-variant--color {
          border-radius: 50%;
          border: none;
          border-color: #061C3C; }
        @media (max-width: 767px) {
          .container.product .productView.wedding .productView-product .productView-options .form-option-wrapper:not(:last-of-type) {
            margin-right: 26px; } }
        .container.product .productView.wedding .productView-product .productView-options .form-option-variant--color {
          height: 18px;
          width: 18px; }
        .container.product .productView.wedding .productView-product .productView-options .form-radio:checked + .form-option {
          border: 1px solid #061C3C; }
        .container.product .productView.wedding .productView-product .productView-options .form-label > span[data-option-value] {
          color: #061C3C;
          font-weight: normal;
          font-feature-settings: 'liga' off;
          font-size: 14px;
          line-height: 20px; }
          @media (min-width: 768px) {
            .container.product .productView.wedding .productView-product .productView-options .form-label > span[data-option-value] {
              font-size: 16px;
              line-height: 20px; } }
        .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] {
          margin: 24px 0 0 0;
          text-align: left;
          position: relative;
          height: 45px;
          border-bottom: 1px solid #061C3C; }
          @media (min-width: 992px) {
            .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] {
              height: 50px; } }
          .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
            position: absolute;
            left: 0;
            margin: 0;
            padding: 0.5625rem 0.75rem;
            display: inline-block;
            font-weight: bold;
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #061C3C;
            z-index: 5; }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) and (stroke-color: transparent) {
                .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
                  letter-spacing: 1px; } } }
            @media (min-width: 992px) {
              .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label {
                font-size: 13px;
                line-height: 22px; } }
            .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label .ringSize .material-icons-outlined {
              vertical-align: middle; }
            .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] label .ringSize:hover {
              color: #9f735a; }
          .container.product .productView.wedding .productView-product .productView-options .form-field[data-product-attribute*='set-select'] small {
            display: none !important; }
        .container.product .productView.wedding .productView-product .productView-options .form-action {
          padding: 0;
          margin-top: 1rem;
          width: 100%; }
        .container.product .productView.wedding .productView-product .productView-options #add-to-cart-wrapper .form-field--increments {
          display: none !important; }
        .container.product .productView.wedding .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
          margin: 0 auto;
          padding: 1rem 0;
          width: 100%;
          background-color: #061c3c;
          font-weight: 500;
          font-size: 12px;
          line-height: 22px;
          text-align: center;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #ffffff;
          border-radius: 0;
          transition: all 0.5s ease; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .container.product .productView.wedding .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
                letter-spacing: 1px; } } }
          @media (min-width: 768px) {
            .container.product .productView.wedding .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart {
              font-size: 15px;
              line-height: 22px; } }
          .container.product .productView.wedding .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:hover {
            background-color: #192843; }
          .container.product .productView.wedding .productView-product .productView-options #add-to-cart-wrapper #form-action-addToCart:active {
            background-color: #052757; }
      .container.product .productView.wedding .productView-product .bookConsultation {
        margin: 24px 0 0 0; }
        .container.product .productView.wedding .productView-product .bookConsultation .book-consultation {
          margin-top: 16px;
          font-family: 'Alga';
          text-align: center;
          letter-spacing: 0.02em;
          text-decoration-line: underline;
          color: #061C3C;
          font-size: 15px;
          line-height: 22px;
          font-weight: bold; }
          @media (min-width: 768px) {
            .container.product .productView.wedding .productView-product .bookConsultation .book-consultation {
              font-size: 20px;
              line-height: 28px;
              font-weight: normal; } }
    .container.product .productView.wedding .product-radio-select {
      color: #000000;
      border: 1px solid transparent;
      border-color: transparent transparent #a19f9d transparent;
      cursor: pointer;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .container.product .productView.wedding .product-radio-select {
          padding-bottom: 10px; } }
    .container.product .productView.wedding .form-field {
      height: fit-content; }
      .container.product .productView.wedding .form-field[data-product-attribute="set-select"] {
        border-bottom: unset !important;
        height: fit-content !important; }
    .container.product .productView.wedding .select-selected {
      margin-bottom: 15px;
      border-bottom: 1px solid #a19f9d !important;
      padding-top: 5px; }
    .container.product .productView.wedding .reviews_badge {
      font-size: 18px; }
    @media (max-width: 767px) {
      .container.product .productView.wedding .select-selected {
        height: 80px; }
        .container.product .productView.wedding .select-selected::after {
          top: 15px; } }
    @media (max-width: 767px) {
      .container.product .productView.wedding .ring-size-text {
        top: 40px; } }
    @media (max-width: 767px) {
      .container.product .productView.wedding .form-buyBy {
        margin: 15px 0 0;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #061c3c; } }
  .container.product .productView.sapphire {
    display: block !important;
    padding-top: 0px; }
    @media (min-width: 768px) {
      .container.product .productView.sapphire {
        padding-top: 45px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .container.product .productView.sapphire {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      .container.product .productView.sapphire .book-consultation {
        max-width: 445px; } }
    .container.product .productView.sapphire .productView-thumbnailList {
      display: none;
      float: left;
      margin: 0 20px;
      width: 147px; }
      @media (min-width: 992px) {
        .container.product .productView.sapphire .productView-thumbnailList {
          display: inline-block;
          width: 100px; } }
      @media (min-width: 1220px) {
        .container.product .productView.sapphire .productView-thumbnailList {
          margin: 0 38.98px 0 10px;
          width: 147px;
          max-width: 147px; } }
      .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail {
        display: block;
        padding: 0;
        margin: 0 0 25px 0;
        width: 100px;
        height: 100px; }
        @media (max-width: 767px) {
          .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail.active {
            background-color: black; } }
        @media (min-width: 1220px) {
          .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail {
            margin: 0 0 15.3px 0;
            width: 110px;
            height: 110px; } }
        .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail .productView-thumbnail-link {
          width: 100%;
          height: 100%;
          max-width: none;
          background: #f9f9f9;
          border: none;
          color: #717171;
          text-decoration: none; }
          .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail .productView-thumbnail-link .threesix svg {
            margin: 0 auto;
            display: block;
            width: 50%;
            height: 100%;
            fill: #061C3C; }
            .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail .productView-thumbnail-link .threesix svg g {
              fill: #061C3C; }
          .container.product .productView.sapphire .productView-thumbnailList .productView-thumbnail .productView-thumbnail-link img {
            width: 100%;
            mix-blend-mode: multiply; }
    .container.product .productView.sapphire .render-text {
      padding: 0 40px;
      font-family: 'Work Sans';
      font-weight: 500;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 35px;
      color: white;
      font-size: 12px;
      display: none; }
      @media (min-width: 768px) {
        .container.product .productView.sapphire .render-text {
          bottom: 25px;
          font-size: 12px;
          padding: 0 55px; } }
      .container.product .productView.sapphire .render-text.active {
        display: block; }
      .container.product .productView.sapphire .render-text.design {
        padding: 0 55px; }
    .container.product .productView.sapphire .productView-images {
      padding: 0;
      width: 100%;
      margin-bottom: 0;
      position: relative; }
      @media (max-width: 767px) {
        .container.product .productView.sapphire .productView-images {
          height: 375px; } }
      @media (min-width: 768px) {
        .container.product .productView.sapphire .productView-images {
          width: 50%; } }
      @media (min-width: 992px) {
        .container.product .productView.sapphire .productView-images {
          width: 58%;
          margin-bottom: 21px; } }
      .container.product .productView.sapphire .productView-images .on-hand-text {
        font-family: 'Work Sans';
        font-weight: 500;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 35px;
        color: white;
        font-size: 13px;
        display: none; }
        .container.product .productView.sapphire .productView-images .on-hand-text.active {
          display: block; }
      .container.product .productView.sapphire .productView-images .productView-image {
        margin: 0;
        max-height: 481px;
        height: 100%; }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-images .productView-image {
            max-height: 481px;
            max-width: 481px; } }
        @media (min-width: 1220px) {
          .container.product .productView.sapphire .productView-images .productView-image {
            max-height: 476px;
            height: 476px; } }
        .container.product .productView.sapphire .productView-images .productView-image .productLabel {
          position: absolute;
          top: 0px;
          left: 16px;
          padding: 7px 10px;
          z-index: 9;
          background-color: #061C3C;
          font-weight: normal;
          font-size: 12px;
          line-height: 14px;
          align-items: center;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #ffffff; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-images .productView-image .productLabel {
              left: 1px; } }
          @media (min-width: 992px) {
            .container.product .productView.sapphire .productView-images .productView-image .productLabel {
              top: 30px;
              left: 1px; } }
        .container.product .productView.sapphire .productView-images .productView-image .productView-img-container {
          max-width: none;
          height: 100%; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-images .productView-image .productView-img-container {
              max-height: 481px;
              max-width: 481px;
              height: 50vw; } }
          .container.product .productView.sapphire .productView-images .productView-image .productView-img-container::after {
            padding-bottom: 0; }
          .container.product .productView.sapphire .productView-images .productView-image .productView-img-container .on-hand-text {
            font-family: 'Work Sans';
            font-weight: 500;
            width: 100%;
            text-align: center;
            position: absolute;
            bottom: 30px;
            color: white;
            font-size: 13px;
            display: none; }
            .container.product .productView.sapphire .productView-images .productView-image .productView-img-container .on-hand-text.active {
              display: block; }
          .container.product .productView.sapphire .productView-images .productView-image .productView-img-container img {
            mix-blend-mode: multiply;
            height: 100%;
            object-fit: cover;
            max-height: 481px;
            width: 100%; }
            @media (min-width: 768px) {
              .container.product .productView.sapphire .productView-images .productView-image .productView-img-container img {
                height: 50vw; } }
      .container.product .productView.sapphire .productView-images .iframe {
        text-align: center;
        height: 100%;
        max-height: 481px; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-images .iframe {
            height: 50vw; } }
        .container.product .productView.sapphire .productView-images .iframe #vision360_iframe {
          height: 100%;
          width: 100%;
          border: 0px;
          border: 0px solid #ddd;
          object-fit: fill; }
      .container.product .productView.sapphire .productView-images .productView-mobile-slider {
        margin: 0; }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider img {
          height: 375px;
          object-fit: cover; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-images .productView-mobile-slider img {
              height: 384px; } }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .video-overlay {
          height: 375px; }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .video-overlay .videoWrapper {
            height: 375px; }
            .container.product .productView.sapphire .productView-images .productView-mobile-slider .video-overlay .videoWrapper iframe {
              height: 375px; }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-prev,
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-next {
          background-color: transparent;
          border: none; }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-prev::before,
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-next::before {
            height: 1.1rem;
            width: 1.1rem; }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-next {
          right: 20px; }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-next::before {
            background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
            background-size: contain; }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-prev {
          left: 20px; }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-prev::before {
            background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
            background-size: contain;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: 'FlipH'; }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots {
          text-align: left;
          position: absolute;
          bottom: 10px;
          left: 30px; }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots.text {
            bottom: 10px; }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots li {
            width: 1.5rem; }
            .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots li:nth-child(n + 13) {
              display: none; }
            .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots li button {
              width: 7px;
              height: 7px;
              border: rgba(166, 113, 88, 0.3);
              background-color: rgba(166, 113, 88, 0.3); }
              .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots li button::before, .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots li button::after {
                width: 7px;
                height: 7px; }
            .container.product .productView.sapphire .productView-images .productView-mobile-slider .slick-dots li.slick-active button::before {
              left: 0;
              top: 0;
              width: 7px;
              height: 7px;
              background-color: #a67158; }
        .container.product .productView.sapphire .productView-images .productView-mobile-slider .iframe {
          display: block !important;
          text-align: center;
          height: 375px; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-images .productView-mobile-slider .iframe {
              height: 384px; } }
          .container.product .productView.sapphire .productView-images .productView-mobile-slider .iframe #vision360_iframe {
            height: 100%;
            width: 100%;
            border: 0px;
            border: 0px solid #ddd;
            object-fit: fill; }
    .container.product .productView.sapphire .productView-details {
      display: block;
      padding: 0;
      float: right;
      width: 100%;
      padding: 15px 40px 36px 40px;
      text-align: center; }
      @media (min-width: 768px) {
        .container.product .productView.sapphire .productView-details {
          width: 50%;
          padding: 1rem; } }
      @media (min-width: 992px) {
        .container.product .productView.sapphire .productView-details {
          width: 42%;
          padding: 15px 24px 0px 24px; } }
      @media (min-width: 1050px) {
        .container.product .productView.sapphire .productView-details {
          width: 42%;
          padding: 15px 0px 0px 24px; } }
      @media (min-width: 1220px) {
        .container.product .productView.sapphire .productView-details {
          max-width: 500px;
          padding: 15px 0px 0px 52px; } }
      @media (min-width: 1440px) {
        .container.product .productView.sapphire .productView-details {
          width: 50%; } }
      @media (min-width: 1600px) {
        .container.product .productView.sapphire .productView-details {
          width: 42%; } }
      @media (min-width: 1600px) {
        .container.product .productView.sapphire .productView-details {
          max-width: none; } }
      .container.product .productView.sapphire .productView-details .productView-product {
        position: relative; }
      .container.product .productView.sapphire .productView-details .only-one {
        width: fit-content;
        margin: 15px 0 0;
        font-family: 'Work Sans';
        color: #9f735a;
        font-size: 14px;
        cursor: pointer; }
        .container.product .productView.sapphire .productView-details .only-one .text {
          border-bottom: 1px dotted rgba(159, 115, 90, 0.5); }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-details .only-one {
            margin: 15px auto 30px;
            font-size: 16px; } }
        @media (max-width: 768px) {
          .container.product .productView.sapphire .productView-details .only-one {
            margin: 7px auto 20px; } }
        .container.product .productView.sapphire .productView-details .only-one .material-icons {
          margin-right: 5px;
          font-size: 18px;
          vertical-align: middle; }
      .container.product .productView.sapphire .productView-details .tooltip-text {
        display: none;
        position: relative;
        padding: 20px 50px;
        line-height: 22px;
        background-color: white;
        text-align: center;
        z-index: 10;
        width: 100%;
        padding: 20px;
        font-size: 12px;
        line-height: 18px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
        color: #061C3C; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-details .tooltip-text {
            padding: 20px 50px;
            font-size: 14px; } }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-details .tooltip-text {
            position: absolute;
            top: 25px;
            left: 0; } }
        .container.product .productView.sapphire .productView-details .tooltip-text .close {
          padding-top: 5px;
          display: block;
          width: 25px;
          height: 25px;
          position: absolute;
          text-align: center;
          cursor: pointer;
          color: grey;
          font-size: 16px;
          top: 3px;
          right: 3px; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-details .tooltip-text .close {
              top: 10px;
              right: 10px; } }
    .container.product .productView.sapphire .productView-product {
      border: none; }
      .container.product .productView.sapphire .productView-product .productView--details {
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        font-feature-settings: 'liga' off;
        color: #717171; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-product .productView--details {
            font-size: 16px;
            line-height: 20px; } }
      .container.product .productView.sapphire .productView-product .productView-title {
        margin: 10px 0;
        font-family: 'Alga';
        font-weight: 600;
        letter-spacing: 1px;
        color: #061C3C;
        font-size: 24px;
        line-height: 28px; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-product .productView-title {
            margin: 10px 0 18px 0;
            font-size: 32px;
            line-height: 36px; } }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-product .productView-title {
            font-size: 38px;
            line-height: 40px; } }
      .container.product .productView.sapphire .productView-product .productView-description {
        margin: 0 0 20px 0;
        padding: 0;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        font-feature-settings: 'liga' off;
        color: #111111;
        float: none; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-product .productView-description {
            margin: 0 0 30px 0; } }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-product .productView-description {
            margin: 0 0 45px 0; } }
        .container.product .productView.sapphire .productView-product .productView-description p {
          margin: 0; }
      .container.product .productView.sapphire .productView-product .price-section {
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-product .price-section {
            margin-bottom: 2rem; } }
      .container.product .productView.sapphire .productView-product .productView-price {
        width: 100%;
        margin-bottom: 26px; }
        @media (min-width: 768px) {
          .container.product .productView.sapphire .productView-product .productView-price {
            margin-bottom: 24px; } }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-product .productView-price {
            margin-bottom: 36px; } }
        .container.product .productView.sapphire .productView-product .productView-price .enquire-now,
        .container.product .productView.sapphire .productView-product .productView-price .book-consultation {
          display: block;
          margin: 0 auto 8px;
          font-weight: 700;
          letter-spacing: 0.02em;
          font-feature-settings: 'liga' off;
          text-transform: uppercase;
          color: #061C3C;
          text-align: center;
          font-size: 14px;
          line-height: 30px;
          text-decoration: none; }
          .container.product .productView.sapphire .productView-product .productView-price .enquire-now .right-arrow,
          .container.product .productView.sapphire .productView-product .productView-price .book-consultation .right-arrow {
            margin-left: 5px; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-product .productView-price .enquire-now,
            .container.product .productView.sapphire .productView-product .productView-price .book-consultation {
              margin: 0 8px 8px;
              font-size: 16px;
              line-height: 30px; } }
      .container.product .productView.sapphire .productView-product .add-ring .add-to-ring {
        width: 100%;
        max-width: none;
        color: #ffffff;
        padding: 17px 0; }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-product .add-ring .add-to-ring {
            width: 100%;
            max-width: 445px; } }
        .container.product .productView.sapphire .productView-product .add-ring .add-to-ring.disabled {
          background: #edebe9 !important;
          color: #a19f9d !important;
          border-color: #edebe9;
          cursor: not-allowed; }
          .container.product .productView.sapphire .productView-product .add-ring .add-to-ring.disabled:hover {
            color: #a19f9d !important; }
      .container.product .productView.sapphire .productView-product .book-consultation {
        margin: 0 auto;
        display: block;
        color: #9f735a;
        border: 1px solid #9f735a;
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        padding: 1rem 0;
        font-weight: 500;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 0;
        transition: all 0.5s ease; }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-product .book-consultation {
            font-size: 15px;
            line-height: 22px; } }
        .container.product .productView.sapphire .productView-product .book-consultation:hover {
          background-color: #efeadf; }
      .container.product .productView.sapphire .productView-product .swym-buttons {
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly; }
        .container.product .productView.sapphire .productView-product .swym-buttons a,
        .container.product .productView.sapphire .productView-product .swym-buttons button {
          font-family: 'Work Sans';
          padding: 0;
          margin: 0;
          display: block;
          border: none;
          color: black;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 0.05em;
          font-size: 12px;
          line-height: 40px;
          text-decoration: underline; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-product .swym-buttons a,
            .container.product .productView.sapphire .productView-product .swym-buttons button {
              font-size: 13px;
              line-height: 42px; } }
          .container.product .productView.sapphire .productView-product .swym-buttons a .material-icons,
          .container.product .productView.sapphire .productView-product .swym-buttons a .material-icons-outlined,
          .container.product .productView.sapphire .productView-product .swym-buttons a svg,
          .container.product .productView.sapphire .productView-product .swym-buttons button .material-icons,
          .container.product .productView.sapphire .productView-product .swym-buttons button .material-icons-outlined,
          .container.product .productView.sapphire .productView-product .swym-buttons button svg {
            margin-right: 10px;
            text-decoration: none;
            font-weight: normal;
            color: black;
            vertical-align: middle;
            font-size: 30px; }
            @media (min-width: 768px) {
              .container.product .productView.sapphire .productView-product .swym-buttons a .material-icons,
              .container.product .productView.sapphire .productView-product .swym-buttons a .material-icons-outlined,
              .container.product .productView.sapphire .productView-product .swym-buttons a svg,
              .container.product .productView.sapphire .productView-product .swym-buttons button .material-icons,
              .container.product .productView.sapphire .productView-product .swym-buttons button .material-icons-outlined,
              .container.product .productView.sapphire .productView-product .swym-buttons button svg {
                font-size: 32px; } }
          .container.product .productView.sapphire .productView-product .swym-buttons a svg,
          .container.product .productView.sapphire .productView-product .swym-buttons button svg {
            object-fit: contain;
            width: 20px;
            height: 20px; }
            .container.product .productView.sapphire .productView-product .swym-buttons a svg.heart-svg,
            .container.product .productView.sapphire .productView-product .swym-buttons button svg.heart-svg {
              width: 20px;
              height: 20px; }
        .container.product .productView.sapphire .productView-product .swym-buttons .swym-button-bar {
          font-family: 'Work Sans' !important;
          padding: 0 !important;
          margin: 0 !important;
          border: none !important;
          color: black !important;
          text-transform: uppercase !important;
          font-weight: 600 !important;
          letter-spacing: 0.05em !important;
          font-size: 12px !important;
          line-height: 40px !important; }
          .container.product .productView.sapphire .productView-product .swym-buttons .swym-button-bar span {
            font-family: 'Work Sans' !important;
            padding: 0 !important;
            margin: 0 !important;
            border: none !important;
            color: black !important;
            text-transform: uppercase !important;
            font-weight: 600 !important;
            letter-spacing: 0.05em !important;
            font-size: 12px !important;
            line-height: 40px !important; }
          .container.product .productView.sapphire .productView-product .swym-buttons .swym-button-bar .swym-btn-container {
            position: relative;
            height: 100%; }
            .container.product .productView.sapphire .productView-product .swym-buttons .swym-button-bar .swym-btn-container .swym-button {
              height: 100%;
              display: inline !important; }
              .container.product .productView.sapphire .productView-product .swym-buttons .swym-button-bar .swym-btn-container .swym-button::after {
                padding-top: 11px;
                padding-right: 15px;
                font-size: 18px; }
            .container.product .productView.sapphire .productView-product .swym-buttons .swym-button-bar .swym-btn-container .swym-fave-count {
              display: inline;
              margin-left: 5px !important; }
      .container.product .productView.sapphire .productView-product .reserve-block {
        padding: 15px 25px;
        text-align: left;
        background-color: #f9f5ed;
        margin: 20px 0 0;
        padding: 10px 20px; }
        @media (min-width: 992px) {
          .container.product .productView.sapphire .productView-product .reserve-block {
            margin: 20px 0;
            padding: 15px 25px; } }
        .container.product .productView.sapphire .productView-product .reserve-block a,
        .container.product .productView.sapphire .productView-product .reserve-block button {
          font-family: 'Work Sans';
          padding: 0;
          margin: 0;
          display: block;
          border: none;
          color: black;
          text-transform: uppercase;
          text-decoration: underline;
          font-weight: 600;
          letter-spacing: 0.05em;
          font-size: 12px;
          line-height: 40px; }
          @media (min-width: 768px) {
            .container.product .productView.sapphire .productView-product .reserve-block a,
            .container.product .productView.sapphire .productView-product .reserve-block button {
              font-size: 12px;
              line-height: 40px; } }
          .container.product .productView.sapphire .productView-product .reserve-block a .material-icons,
          .container.product .productView.sapphire .productView-product .reserve-block a .material-icons-outlined,
          .container.product .productView.sapphire .productView-product .reserve-block a svg,
          .container.product .productView.sapphire .productView-product .reserve-block button .material-icons,
          .container.product .productView.sapphire .productView-product .reserve-block button .material-icons-outlined,
          .container.product .productView.sapphire .productView-product .reserve-block button svg {
            margin-right: 20px;
            text-decoration: none;
            font-weight: normal;
            color: black;
            vertical-align: middle;
            font-size: 30px; }
            @media (min-width: 768px) {
              .container.product .productView.sapphire .productView-product .reserve-block a .material-icons,
              .container.product .productView.sapphire .productView-product .reserve-block a .material-icons-outlined,
              .container.product .productView.sapphire .productView-product .reserve-block a svg,
              .container.product .productView.sapphire .productView-product .reserve-block button .material-icons,
              .container.product .productView.sapphire .productView-product .reserve-block button .material-icons-outlined,
              .container.product .productView.sapphire .productView-product .reserve-block button svg {
                font-size: 32px; } }
          .container.product .productView.sapphire .productView-product .reserve-block a svg,
          .container.product .productView.sapphire .productView-product .reserve-block button svg {
            object-fit: contain;
            width: 25px;
            height: 25px; }
            .container.product .productView.sapphire .productView-product .reserve-block a svg.heart-svg,
            .container.product .productView.sapphire .productView-product .reserve-block button svg.heart-svg {
              width: 25px;
              height: 25px; }
    .container.product .productView.sapphire #compositeRings {
      display: none; }

.sapphire-extra-info {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .sapphire-extra-info {
      margin-top: 60px;
      margin-bottom: 0; } }
  .sapphire-extra-info.desktop {
    display: none; }
    @media (min-width: 768px) {
      .sapphire-extra-info.desktop {
        display: block; } }
  .sapphire-extra-info.mobile {
    display: block; }
    @media (min-width: 768px) {
      .sapphire-extra-info.mobile {
        display: none; } }
  .sapphire-extra-info .extra-info {
    width: 100%;
    float: none;
    padding: 0 25px; }
    @media (min-width: 768px) {
      .sapphire-extra-info .extra-info {
        float: left; } }
    @media (min-width: 992px) {
      .sapphire-extra-info .extra-info {
        padding: 0; } }
  .sapphire-extra-info div {
    display: block;
    float: none; }
    .sapphire-extra-info div .col-md-4 {
      float: none;
      padding: 0;
      text-align: left;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #a19f9d;
      margin-top: 10px; }
      .sapphire-extra-info div .col-md-4 img {
        margin-right: 10px; }
      @media (max-width: 991px) {
        .sapphire-extra-info div .col-md-4 {
          width: 100%;
          text-align: left; } }
      @media (min-width: 768px) {
        .sapphire-extra-info div .col-md-4 {
          float: left; } }
      @media (min-width: 992px) {
        .sapphire-extra-info div .col-md-4 {
          margin-top: 0;
          text-align: center; } }

.productView-belowDetails {
  position: relative;
  background-color: #F9F5ED; }
  .productView-belowDetails .ring-sprite {
    width: 59px;
    position: absolute;
    top: -68px;
    right: 25px; }
    @media (min-width: 768px) {
      .productView-belowDetails .ring-sprite {
        width: 95px;
        top: -68px;
        right: 50px; } }
    @media (min-width: 992px) {
      .productView-belowDetails .ring-sprite {
        right: 131px; } }
  .productView-belowDetails #finer-details .title {
    font-family: 'Alga';
    font-weight: bold;
    color: #0f0f0f;
    margin: 40px 0 32px 0;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .productView-belowDetails #finer-details .title {
        margin: 42px 0 20px 0;
        font-size: 42px;
        line-height: 52px; } }
  .productView-belowDetails #finer-details .centre-stone {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .productView-belowDetails #finer-details .centre-stone {
          letter-spacing: 1px; } } }
  .productView-belowDetails #finer-details hr {
    display: block;
    margin: 6px auto 0;
    border: 0.5px solid #02060f; }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details hr {
        margin: 12px auto 0; } }
  @media (max-width: 991px) {
    .productView-belowDetails #finer-details .information .col-xs-12 {
      padding: 0; } }
  @media (max-width: 767px) {
    .productView-belowDetails #finer-details .information.container {
      padding: 0 23px; } }
  .productView-belowDetails #finer-details .information.container.wedding {
    max-width: 1365px; }
    @media (min-width: 1200px) {
      .productView-belowDetails #finer-details .information.container.wedding .title,
      .productView-belowDetails #finer-details .information.container.wedding .row {
        padding-left: 52px; } }
    .productView-belowDetails #finer-details .information.container.wedding .title .col-lg-6,
    .productView-belowDetails #finer-details .information.container.wedding .row .col-lg-6 {
      padding: 0; }
      @media (min-width: 992px) {
        .productView-belowDetails #finer-details .information.container.wedding .title .col-lg-6,
        .productView-belowDetails #finer-details .information.container.wedding .row .col-lg-6 {
          padding: 0; } }
  .productView-belowDetails #finer-details .information.container.engagement {
    max-width: 1365px; }
    @media (min-width: 1200px) {
      .productView-belowDetails #finer-details .information.container.engagement .title,
      .productView-belowDetails #finer-details .information.container.engagement .row {
        padding-left: 52px; } }
    .productView-belowDetails #finer-details .information.container.engagement .title .col,
    .productView-belowDetails #finer-details .information.container.engagement .row .col {
      padding: 0; }
    .productView-belowDetails #finer-details .information.container.engagement .stock-id {
      text-decoration: underline; }
  .productView-belowDetails #finer-details .information .details-title {
    font-weight: bolder;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    line-height: 22px; }
    .productView-belowDetails #finer-details .information .details-title.capitalize {
      text-transform: capitalize;
      letter-spacing: 0.5px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .productView-belowDetails #finer-details .information .details-title {
          letter-spacing: 1px; } } }
    @media (min-width: 768px) {
      .productView-belowDetails #finer-details .information .details-title {
        font-size: 16px;
        line-height: 22px; } }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details .information .details-title {
        border: none; } }
  .productView-belowDetails #finer-details .information-table {
    margin: 18.5px 0 30px 0;
    font-size: 14px;
    line-height: 225%;
    color: #000000; }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details .information-table {
        margin: 18.5px 0 62.5px 0; } }
    .productView-belowDetails #finer-details .information-table tr td a {
      text-decoration: none;
      color: black; }
    @media (max-width: 767px) {
      .productView-belowDetails #finer-details .information-table tr td {
        display: block;
        width: 100%; } }
    @media (min-width: 768px) {
      .productView-belowDetails #finer-details .information-table tr td:nth-child(2) {
        padding-left: 220px; } }
    @media (min-width: 882px) {
      .productView-belowDetails #finer-details .information-table tr td:nth-child(2) {
        padding-left: 300px; } }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details .information-table tr td:nth-child(2) {
        padding-left: 358px; } }
    .productView-belowDetails #finer-details .information-table tr td .name {
      font-weight: bold; }
  @media (max-width: 767px) {
    .productView-belowDetails #finer-details .information2.container {
      padding: 0 23px; } }
  .productView-belowDetails #finer-details .information2.container.wedding {
    max-width: 1365px; }
    @media (min-width: 1200px) {
      .productView-belowDetails #finer-details .information2.container.wedding .row {
        padding-left: 52px; } }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details .information2.container.wedding .row .col-lg-6 {
        padding: 0; } }
  .productView-belowDetails #finer-details .information2.container.engagement {
    max-width: 1365px; }
    @media (min-width: 1200px) {
      .productView-belowDetails #finer-details .information2.container.engagement .row {
        padding-left: 52px; } }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details .information2.container.engagement .row .col-lg-2 {
        padding: 0; } }
  .productView-belowDetails #finer-details .tooltip {
    margin: 1px 0 0 2px;
    vertical-align: middle; }
    .productView-belowDetails #finer-details .tooltip .material-icons-outlined {
      font-size: 20px;
      vertical-align: sub; }
    .productView-belowDetails #finer-details .tooltip:hover {
      color: grey; }
  .productView-belowDetails #finer-details .tooltip-text {
    display: none;
    position: relative;
    padding: 20px 50px;
    line-height: 22px;
    background-color: white;
    text-align: center;
    z-index: 10;
    width: 100%;
    padding: 20px;
    font-size: 12px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .productView-belowDetails #finer-details .tooltip-text {
        width: 66%;
        padding: 20px 50px;
        font-size: 14px; } }
    @media (min-width: 992px) {
      .productView-belowDetails #finer-details .tooltip-text {
        position: absolute;
        top: 35px;
        left: 0;
        width: 500px; } }
    .productView-belowDetails #finer-details .tooltip-text .close {
      padding-top: 5px;
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      text-align: center;
      cursor: pointer;
      color: grey;
      font-size: 16px;
      top: 3px;
      right: 3px; }
      @media (min-width: 768px) {
        .productView-belowDetails #finer-details .tooltip-text .close {
          top: 10px;
          right: 10px; } }
  @media (max-width: 992px) {
    .productView-belowDetails #finer-details .reverse_on_mobile {
      display: flex;
      flex-direction: column-reverse; } }
  .productView-belowDetails #materials-certifications,
  .productView-belowDetails #duties-taxes,
  .productView-belowDetails #shipping-returns,
  .productView-belowDetails #warranty-aftercare {
    border-top: 1px solid #a4a6aa;
    cursor: pointer; }
    .productView-belowDetails #materials-certifications .accordion-title,
    .productView-belowDetails #duties-taxes .accordion-title,
    .productView-belowDetails #shipping-returns .accordion-title,
    .productView-belowDetails #warranty-aftercare .accordion-title {
      padding: 17px 0px;
      text-transform: uppercase;
      color: #000000;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold; }
      @media (max-width: 1250px) {
        .productView-belowDetails #materials-certifications .accordion-title,
        .productView-belowDetails #duties-taxes .accordion-title,
        .productView-belowDetails #shipping-returns .accordion-title,
        .productView-belowDetails #warranty-aftercare .accordion-title {
          padding: 17px; } }
      @media (min-width: 768px) {
        .productView-belowDetails #materials-certifications .accordion-title,
        .productView-belowDetails #duties-taxes .accordion-title,
        .productView-belowDetails #shipping-returns .accordion-title,
        .productView-belowDetails #warranty-aftercare .accordion-title {
          font-size: 18px;
          line-height: 24px;
          font-weight: normal; } }
      .productView-belowDetails #materials-certifications .accordion-title .text,
      .productView-belowDetails #duties-taxes .accordion-title .text,
      .productView-belowDetails #shipping-returns .accordion-title .text,
      .productView-belowDetails #warranty-aftercare .accordion-title .text {
        max-width: 1200px;
        margin: 0 auto; }
        .productView-belowDetails #materials-certifications .accordion-title .text:after,
        .productView-belowDetails #duties-taxes .accordion-title .text:after,
        .productView-belowDetails #shipping-returns .accordion-title .text:after,
        .productView-belowDetails #warranty-aftercare .accordion-title .text:after {
          content: '\25bc';
          float: right;
          font-size: 14px;
          width: 12px;
          height: 12px; }
        .productView-belowDetails #materials-certifications .accordion-title .text.engagement,
        .productView-belowDetails #duties-taxes .accordion-title .text.engagement,
        .productView-belowDetails #shipping-returns .accordion-title .text.engagement,
        .productView-belowDetails #warranty-aftercare .accordion-title .text.engagement {
          max-width: 1225px; }
      .productView-belowDetails #materials-certifications .accordion-title.expanded,
      .productView-belowDetails #duties-taxes .accordion-title.expanded,
      .productView-belowDetails #shipping-returns .accordion-title.expanded,
      .productView-belowDetails #warranty-aftercare .accordion-title.expanded {
        background-color: #EFEADF; }
        .productView-belowDetails #materials-certifications .accordion-title.expanded .text:after,
        .productView-belowDetails #duties-taxes .accordion-title.expanded .text:after,
        .productView-belowDetails #shipping-returns .accordion-title.expanded .text:after,
        .productView-belowDetails #warranty-aftercare .accordion-title.expanded .text:after {
          content: '\25b2';
          float: right;
          font-size: 14px;
          width: 12px;
          height: 12px; }
    .productView-belowDetails #materials-certifications .accordion-content,
    .productView-belowDetails #duties-taxes .accordion-content,
    .productView-belowDetails #shipping-returns .accordion-content,
    .productView-belowDetails #warranty-aftercare .accordion-content {
      padding: 1rem;
      margin: 0 auto;
      max-width: 1200px;
      font-size: 12px;
      line-height: 16px; }
      .productView-belowDetails #materials-certifications .accordion-content p,
      .productView-belowDetails #duties-taxes .accordion-content p,
      .productView-belowDetails #shipping-returns .accordion-content p,
      .productView-belowDetails #warranty-aftercare .accordion-content p {
        font-size: 12px;
        line-height: 16px; }
        @media (min-width: 768px) {
          .productView-belowDetails #materials-certifications .accordion-content p,
          .productView-belowDetails #duties-taxes .accordion-content p,
          .productView-belowDetails #shipping-returns .accordion-content p,
          .productView-belowDetails #warranty-aftercare .accordion-content p {
            font-size: 16px;
            line-height: 20px; } }
        .productView-belowDetails #materials-certifications .accordion-content p:last-of-type,
        .productView-belowDetails #duties-taxes .accordion-content p:last-of-type,
        .productView-belowDetails #shipping-returns .accordion-content p:last-of-type,
        .productView-belowDetails #warranty-aftercare .accordion-content p:last-of-type {
          margin: 0; }
      @media (min-width: 768px) {
        .productView-belowDetails #materials-certifications .accordion-content,
        .productView-belowDetails #duties-taxes .accordion-content,
        .productView-belowDetails #shipping-returns .accordion-content,
        .productView-belowDetails #warranty-aftercare .accordion-content {
          padding: 2rem;
          font-size: 16px;
          line-height: 20px; } }
      .productView-belowDetails #materials-certifications .accordion-content .learnMore,
      .productView-belowDetails #duties-taxes .accordion-content .learnMore,
      .productView-belowDetails #shipping-returns .accordion-content .learnMore,
      .productView-belowDetails #warranty-aftercare .accordion-content .learnMore {
        display: block;
        font-weight: bold;
        text-decoration: none; }
  .productView-belowDetails #warranty-aftercare {
    border-bottom: 1px solid #a4a6aa; }

.product .flexiblePayment-block .container {
  padding: 0; }

.sourcedFrom-block {
  padding: 25px 25px 68px; }
  @media (min-width: 768px) {
    .sourcedFrom-block {
      padding: 50px 1rem; } }
  @media (min-width: 992px) {
    .sourcedFrom-block {
      padding: 50px 25px; } }
  .sourcedFrom-block .col-md-6 {
    padding: 0; }
    .sourcedFrom-block .col-md-6 img {
      display: block;
      margin: 10px auto 30px;
      max-width: 138px; }
      @media (min-width: 768px) {
        .sourcedFrom-block .col-md-6 img {
          margin: 0 auto;
          max-width: 100%;
          max-height: 344px; } }
    @media (max-width: 767px) {
      .sourcedFrom-block .col-md-6:nth-of-type(1) {
        text-align: center; } }
    @media (min-width: 768px) {
      .sourcedFrom-block .col-md-6:nth-of-type(2) {
        padding-top: 5%; } }
    @media (min-width: 992px) {
      .sourcedFrom-block .col-md-6:nth-of-type(2) {
        padding-top: 55px; } }
  .sourcedFrom-block .heading {
    width: 150px;
    margin: 0 auto;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #9F735A;
    border-bottom: 1px solid #9F735A;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .sourcedFrom-block .heading {
        margin: 0;
        text-align: left;
        width: 431px; } }
  .sourcedFrom-block .sourcedFrom-country {
    margin: 26px 0 18px 0;
    font-family: 'Alga';
    font-weight: bold;
    letter-spacing: 1px;
    color: #0f151d;
    text-align: center;
    font-size: 24px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .sourcedFrom-block .sourcedFrom-country {
        text-align: left;
        font-size: 32px;
        line-height: 40px; } }
  .sourcedFrom-block .sourcedFrom-description {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    color: #0f151d;
    text-align: center; }
    @media (min-width: 768px) {
      .sourcedFrom-block .sourcedFrom-description {
        text-align: left;
        font-size: 16px;
        line-height: 20px; } }

.designCraftsmanship {
  background-color: #ffffff; }
  .designCraftsmanship .container .row {
    margin-top: 24px; }
    @media (min-width: 768px) {
      .designCraftsmanship .container .row {
        padding-bottom: 40px; } }
    .designCraftsmanship .container .row.ethics {
      padding-bottom: 0; }
    .designCraftsmanship .container .row.process {
      margin-top: 70px; }
      .designCraftsmanship .container .row.process .title {
        width: auto !important;
        margin-bottom: 1rem; }
  .designCraftsmanship .container .subtitle {
    width: 212px; }
  .designCraftsmanship .container .chart {
    margin-bottom: 24px; }
    @media (max-width: 424px) {
      .designCraftsmanship .container .chart {
        min-height: 305px; } }
    @media (min-width: 425px) and (max-width: 499px) {
      .designCraftsmanship .container .chart {
        min-height: 337px; } }
    @media (min-width: 500px) {
      .designCraftsmanship .container .chart {
        min-height: 355px; } }
    .designCraftsmanship .container .chart .title {
      margin-top: 30px; }
  @media (max-width: 767px) {
    .designCraftsmanship .ethics .col-md-6 {
      width: 100%; } }
  .designCraftsmanship .ethics .col-lg-7 {
    padding: 0; }
  @media (min-width: 768px) {
    .designCraftsmanship .ethics .col-lg-7 {
      text-align: right; } }
  .designCraftsmanship .ethics .col-lg-5 {
    text-align: center; }
    @media (min-width: 768px) {
      .designCraftsmanship .ethics .col-lg-5 {
        padding: 0 25px;
        text-align: left; } }
    @media (min-width: 1050px) {
      .designCraftsmanship .ethics .col-lg-5 {
        padding: 0 24px 0 117px; } }
    @media (min-width: 1200px) {
      .designCraftsmanship .ethics .col-lg-5 {
        padding: 0 0 0 117px; } }
  .designCraftsmanship .ethics .subtitle {
    padding: 0 0 6px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #9F735A;
    text-transform: uppercase;
    border-bottom: 1px solid #9F735A;
    margin: 38px auto 0;
    width: 110px;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .designCraftsmanship .ethics .subtitle {
          letter-spacing: 1px; } } }
    @media (min-width: 768px) {
      .designCraftsmanship .ethics .subtitle {
        width: 100%;
        margin: 0 auto; } }
    @media (min-width: 1050px) {
      .designCraftsmanship .ethics .subtitle {
        width: 100%;
        margin: 90px auto 0; } }
  .designCraftsmanship .ethics .title {
    margin: 24px 0 7px;
    font-family: 'Alga';
    font-weight: bold;
    letter-spacing: 0.02em;
    font-feature-settings: 'liga' off;
    font-size: 24px;
    line-height: 28px;
    color: #061C3C; }
    @media (min-width: 768px) {
      .designCraftsmanship .ethics .title {
        margin: 26px 0 7px;
        width: 325px;
        font-size: 28px;
        line-height: 36px; } }
  .designCraftsmanship .ethics .description {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: 'liga' off; }
    .designCraftsmanship .ethics .description p {
      margin: 0; }
    @media (min-width: 768px) {
      .designCraftsmanship .ethics .description {
        font-size: 16px;
        line-height: 20px; } }
  .designCraftsmanship .ethics .ethics-button {
    display: block;
    margin: 24px 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-feature-settings: 'liga' off;
    color: #061C3C;
    text-decoration: none; }
    @media (min-width: 768px) {
      .designCraftsmanship .ethics .ethics-button {
        margin: 36px 0 0;
        font-size: 16px;
        line-height: 30px; } }
    .designCraftsmanship .ethics .ethics-button img {
      margin-left: 5px; }
    .designCraftsmanship .ethics .ethics-button .material-icons,
    .designCraftsmanship .ethics .ethics-button .right-arrow {
      vertical-align: middle;
      margin-left: 7px; }

.product_modal {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.25);
  right: unset; }
  @media (min-width: 768px) {
    .product_modal {
      overflow-y: scroll;
      top: 50% !important;
      padding: 32px 36px; } }
  .product_modal .top-header-bar .deposit-title {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase !important;
    letter-spacing: 2px !important; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .product_modal .top-header-bar .deposit-title {
          letter-spacing: 1px !important; } } }
  .product_modal .form-field {
    text-align: left; }
    @media (min-width: 768px) {
      .product_modal .form-field {
        padding-bottom: 8px; } }
    .product_modal .form-field .form-label {
      display: inline;
      width: 45%;
      font-weight: bold;
      font-size: 10px;
      line-height: 22px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #061C3C;
      text-align: left;
      align-self: center; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .product_modal .form-field .form-label {
            letter-spacing: 1px; } } }
      @media (min-width: 768px) {
        .product_modal .form-field .form-label {
          width: 50%;
          font-size: 16px;
          line-height: 22px;
          vertical-align: sub !important; } }
      .product_modal .form-field .form-label small {
        display: none; }
    .product_modal .form-field select {
      width: 30%;
      font-size: 18px;
      line-height: 20px;
      text-align: right;
      color: #9F735A; }
  .product_modal .deposit-title {
    margin: auto;
    font-weight: bold;
    color: #061c3c;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .product_modal .deposit-title {
          letter-spacing: 1px; } } }
    .product_modal .deposit-title:last-of-type {
      text-transform: none;
      letter-spacing: normal; }
    @media (min-width: 768px) {
      .product_modal .deposit-title {
        font-size: 16px;
        line-height: 22px; } }
  .product_modal .deposit-date {
    font-weight: bold;
    color: #061c3c;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 19px; }
    @media (min-width: 768px) {
      .product_modal .deposit-date {
        font-size: 16px;
        line-height: 22px; } }
  .product_modal .top-header-bar {
    display: flex; }
    .product_modal .top-header-bar span.material-icons {
      transform: rotate(90deg);
      cursor: pointer; }
  .product_modal .productModal-info {
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 500px) {
      .product_modal .productModal-info {
        max-width: 85%; } }
    @media (min-width: 768px) {
      .product_modal .productModal-info {
        max-width: 75%; } }
    @media (min-width: 992px) {
      .product_modal .productModal-info {
        width: 50%;
        max-width: 760px; } }
    .product_modal .productModal-info .productView-title,
    .product_modal .productModal-info .deposit {
      margin: 0 auto;
      padding: 36px 0 8px 0;
      font-family: Alga;
      font-weight: 600;
      font-size: 22px;
      line-height: 30px;
      color: #061C3C; }
      @media (min-width: 768px) {
        .product_modal .productModal-info .productView-title,
        .product_modal .productModal-info .deposit {
          font-size: 38px;
          line-height: 40px;
          padding: 54px 0 8px 0; } }
    .product_modal .productModal-info .productView--details {
      margin: 0 auto;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      color: #717171;
      width: 100%; }
      @media (min-width: 768px) {
        .product_modal .productModal-info .productView--details {
          font-size: 17px;
          line-height: 24px; } }
  .product_modal .reserve-option {
    width: 100%;
    margin: 30px auto;
    border-bottom: 2px solid #a4a6aa; }
    .product_modal .reserve-option .form-field {
      margin-bottom: 0; }
      .product_modal .reserve-option .form-field label {
        margin: 0;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .product_modal .reserve-option .form-field label {
            display: inline-block;
            padding-top: 20px; } }
        .product_modal .reserve-option .form-field label small {
          display: none; }
      .product_modal .reserve-option .form-field select {
        width: 50%;
        padding: 0;
        border-width: 0;
        align-self: flex-end; }
  .product_modal .reserve-payment-plan .info {
    color: #a19f9d;
    font-weight: bold; }
    @media (max-width: 767px) {
      .product_modal .reserve-payment-plan .info {
        font-size: 12px;
        font-weight: 700; } }
  .product_modal .reserve-payment-plan .material-icons {
    vertical-align: middle; }
  .product_modal .installmentPlan {
    margin: 0 auto; }
    .product_modal .installmentPlan p {
      margin: 0 auto 24px auto;
      font-weight: normal;
      text-align: center;
      font-feature-settings: 'liga' off;
      color: #717171;
      font-size: 12.5px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .product_modal .installmentPlan p {
          margin: 0 auto 8px auto;
          font-size: 16px;
          line-height: 20px; } }
      .product_modal .installmentPlan p .deposit {
        font-family: 'Work Sans';
        font-weight: normal;
        font-feature-settings: 'liga' off;
        color: #717171;
        font-size: 12.5px;
        line-height: 20px; }
        @media (min-width: 768px) {
          .product_modal .installmentPlan p .deposit {
            font-size: 16px;
            line-height: 20px; } }
      .product_modal .installmentPlan p.title {
        margin: 10px 0 8px 0; }
        .product_modal .installmentPlan p.title a {
          font-weight: bold;
          text-decoration: underline;
          color: #a19f9d; }
          .product_modal .installmentPlan p.title a:hover {
            color: #061C3C; }
  .product_modal .productModal-btn {
    padding: 22px 0; }
    .product_modal .productModal-btn .lds-ellipsis {
      margin-right: 10px;
      display: inline-block;
      position: relative;
      width: 75px;
      height: 10px; }
    .product_modal .productModal-btn .lds-ellipsis div {
      position: absolute;
      top: 0;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #fff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .product_modal .productModal-btn .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite; }
    .product_modal .productModal-btn .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite; }
    .product_modal .productModal-btn .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite; }
    .product_modal .productModal-btn .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
    .product_modal .productModal-btn #book-now {
      margin: 0 auto;
      display: block;
      padding: 15px 0;
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-decoration: none;
      background-color: #061C3C;
      border: 1px solid #061C3C;
      cursor: pointer;
      border-radius: 0;
      width: 100%;
      max-width: 445px;
      font-size: 12px;
      line-height: 22px;
      transition: 0.4s ease; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .product_modal .productModal-btn #book-now {
            letter-spacing: 1px; } } }
      @media (min-width: 768px) {
        .product_modal .productModal-btn #book-now {
          padding: 24px 0;
          font-size: 15px;
          line-height: 22px; } }
      .product_modal .productModal-btn #book-now:hover {
        background-color: #192843;
        color: #ffffff; }
      .product_modal .productModal-btn #book-now:active, .product_modal .productModal-btn #book-now:focus {
        background-color: #052757;
        color: #ffffff; }
    .product_modal .productModal-btn .reserve-payment-plan {
      margin-top: 1rem;
      color: #A4A6AA; }
      .product_modal .productModal-btn .reserve-payment-plan .info {
        color: #A4A6AA;
        font-weight: bold; }
        @media (max-width: 768px) {
          .product_modal .productModal-btn .reserve-payment-plan .info {
            font-size: 12px; } }
      .product_modal .productModal-btn .reserve-payment-plan .material-icons {
        font-size: 18px;
        vertical-align: middle; }
  .product_modal .reserve-option {
    margin: 50px auto 36px; }
    @media (min-width: 992px) {
      .product_modal .reserve-option {
        margin: 80px auto 42px; } }
    .product_modal .reserve-option .reserve-content {
      padding-top: 10px;
      padding-bottom: 10px; }
  .product_modal .reserve-text {
    width: 100%;
    margin: 8px auto 0;
    font-size: 12px;
    line-height: 19px; }
    @media (min-width: 768px) {
      .product_modal .reserve-text {
        font-size: 16px;
        line-height: 32px;
        width: 60%; } }
    .product_modal .reserve-text .reserve-detail {
      color: #9F735A;
      font-weight: bold; }
  @media (min-width: 768px) {
    .product_modal .receive-by {
      font-size: 16px;
      margin-top: 5px; } }

.cdk-global-overlay-wrapper {
  align-items: unset !important; }
  .cdk-global-overlay-wrapper .mat-snack-bar-container {
    height: 45px;
    margin: 40px auto; }

.installment_modal {
  padding: 20px 30px;
  position: fixed !important;
  max-height: none;
  background-color: #ffffff;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.18);
  overflow-y: scroll;
  top: 50% !important;
  width: 90%;
  height: 100vh;
  left: unset;
  right: 0;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .installment_modal p {
      font-size: 12px;
      line-height: 16px; } }
  .installment_modal .text {
    padding: 20px 0 0 0; }
    .installment_modal .text .title {
      padding: 5px 0 10px 0;
      font-family: 'Alga';
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.02em;
      font-feature-settings: 'liga' off;
      color: #000000; }
    .installment_modal .text .content {
      font-size: 16px;
      line-height: 22px;
      color: #000000; }
      .installment_modal .text .content .tagline {
        font-weight: bold;
        color: #061C3C;
        text-decoration: underline;
        margin-bottom: 8px;
        font-size: 14px; }
        @media (min-width: 992px) {
          .installment_modal .text .content .tagline {
            font-size: 16px; } }
      .installment_modal .text .content .cta {
        color: #061C3C;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px; }
        @media (min-width: 992px) {
          .installment_modal .text .content .cta {
            font-size: 16px; } }
        .installment_modal .text .content .cta .material-icons {
          vertical-align: middle; }
  @media (min-width: 768px) {
    .installment_modal .text {
      padding: 40px 8px 0 30px; }
      .installment_modal .text .title {
        padding: 10px 0 20px 0;
        font-family: 'Alga';
        font-weight: 600;
        font-size: 25px;
        line-height: 36px;
        letter-spacing: 0.02em;
        font-feature-settings: 'liga' off;
        color: #000000; }
      .installment_modal .text .content {
        font-size: 18px;
        line-height: 24px;
        color: #000000; } }
  @media (min-width: 992px) {
    .installment_modal {
      width: 490px;
      height: 100vh; }
      .installment_modal .text {
        padding: 50px 8px 0 40px; }
        .installment_modal .text .title {
          padding: 10px 0 20px 0;
          font-family: 'Alga';
          font-weight: 600;
          font-size: 28px;
          line-height: 40px;
          letter-spacing: 0.02em;
          font-feature-settings: 'liga' off;
          color: #000000; }
        .installment_modal .text .content {
          font-size: 16px;
          line-height: 22px;
          color: #000000; } }
  .installment_modal .close {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    text-decoration: none;
    font-feature-settings: 'liga' off;
    color: #061C3C; }

#reserve-now[disabled],
#book-now[disabled],
button:disabled {
  border: none !important;
  background-color: #ddd !important;
  color: rgba(59, 56, 56, 0.644) !important;
  cursor: not-allowed !important; }

.tooltiptext {
  display: none;
  width: 250px;
  background-color: #061C3C;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  bottom: -25px;
  left: 18%;
  z-index: 1; }
  .tooltiptext::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent; }

.product .our-collection {
  padding: 60px 0 92px; }
  .product .our-collection .card-title a {
    text-transform: capitalize; }
  .product .our-collection .title {
    margin-bottom: 10px; }
  .product .our-collection .desc {
    text-align: center;
    margin-bottom: 25px;
    font-size: 12px;
    width: 66%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .product .our-collection .desc {
        width: 100%;
        margin-bottom: 50px;
        font-size: 14px; } }
  .product .our-collection .cta a {
    font-size: 14px;
    text-transform: uppercase;
    color: #9F735A;
    font-weight: 700;
    border-color: #9F735A; }

.container.product .productView.readyToShip .productView-details {
  text-align: center !important; }

.container.product .productView.readyToShip .ring-size-text, .container.product .productView.readyToShip .reviews_badge {
  display: none !important; }

.container.product .productView.readyToShip .only-one {
  margin: 0 auto 30px !important; }
  .container.product .productView.readyToShip .only-one .text {
    text-transform: capitalize !important; }

.container.product .productView.readyToShip .product-radio-select {
  justify-content: center !important;
  border-bottom: none !important; }
  .container.product .productView.readyToShip .product-radio-select .form-label {
    display: none !important; }

.container.product .productView.readyToShip .select-selected {
  height: fit-content !important;
  padding-bottom: 20px !important; }

.container.product .productView.readyToShip .form-field {
  height: fit-content !important;
  border-bottom: none !important; }

@media (min-width: 768px) {
  .container.product .productView.readyToShip .productView-price, .container.product .productView.readyToShip .ring-size-text {
    display: none !important; } }

@media (max-width: 767px) {
  .container.product .productView.readyToShip.engagement {
    display: flex !important; }
    .container.product .productView.readyToShip.engagement .productView-images {
      order: 1; }
    .container.product .productView.readyToShip.engagement .productView-details {
      order: 2; }
    .container.product .productView.readyToShip.engagement .productView-tabs {
      margin-top: 0 !important; }
    .container.product .productView.readyToShip.engagement .only-one {
      margin-bottom: 0 !important; } }

.container.product .productView.wedding .ring-size-text, .container.product .productView.wedding .reviews_badge {
  display: none !important; }

.container.product .productView.wedding .select-selected {
  height: fit-content !important;
  padding-bottom: 20px !important; }

.container.product .productView.wedding .form-field {
  height: fit-content !important;
  border-bottom: none !important; }

.container.product .productView.wedding .product-radio-select {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important; }
  .container.product .productView.wedding .product-radio-select .form-label {
    width: 100% !important;
    order: 2 !important; }
    .container.product .productView.wedding .product-radio-select .form-label span {
      font-size: 14px !important;
      text-transform: capitalize !important;
      font-weight: normal !important;
      padding: 0 !important; }
      @media (min-width: 768px) {
        .container.product .productView.wedding .product-radio-select .form-label span {
          font-size: 16px !important;
          line-height: 20px !important; } }

.container.product .productView.wedding .form-buyBy {
  margin: 25px 0 0 0 !important; }

.container.product .productView.wedding .form-option-wrapper .form-option {
  margin-right: 1rem !important; }
  @media (max-width: 767px) {
    .container.product .productView.wedding .form-option-wrapper .form-option {
      margin-right: 2rem !important; } }

.container.product .productView.wedding .form-option-wrapper:last-of-type .form-option {
  margin-right: 0 !important; }

.product .container.product.petite .display_header {
  color: #061C3C;
  font-size: 13px !important;
  line-height: 22px !important;
  padding: 0.5625rem 0 0.5625rem 0.75rem;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 0 0 0 12px;
  text-align: left; }

.product .container.product.petite .display_header.shape {
  padding-top: 15px;
  text-align: left;
  display: block; }

.product .container.product.petite .track_shape {
  text-align: left;
  display: block; }

.product .container.product.petite .display_small {
  float: left;
  color: #9F735A !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: initial !important;
  padding: 0 0 0 12px; }
  @media (max-width: 767px) {
    .product .container.product.petite .display_small {
      top: 53px; } }

.product .container.product.petite .product-radio-select {
  padding-top: 15px; }

.product .container.product.petite .product-radio-select:first-child {
  padding-top: 0px; }

.product .container.product.petite .form-label--alternate {
  margin-bottom: 0; }

.product .container.product.petite .form-radio:checked + label .shape_button {
  border: 1px solid #9F735A; }

.product .container.product.petite .shape_button {
  border: 1px solid white;
  height: 70px;
  max-width: 82px; }
  .product .container.product.petite .shape_button img {
    height: 90px;
    width: auto;
    overflow: hidden;
    position: relative;
    bottom: 25%; }
  .product .container.product.petite .shape_button span {
    position: relative;
    bottom: 75%;
    font-size: 12px !important;
    margin: 0 10px; }

.product .container.product.petite .shape_button:hover {
  border: 1px solid #DEDEDE; }

.product .container.product.petite .form-option-wrapper.shape {
  margin: 0 1px !important; }

.product .container.product.petite .shape input {
  height: 70px;
  width: 70px; }

.product .container.product.petite .render-text.active, .product .container.product.petite .render-oh-text.active {
  color: #061C3C !important; }
  @media (max-width: 768px) {
    .product .container.product.petite .render-text.active, .product .container.product.petite .render-oh-text.active {
      font-size: 12px !important; } }

.product .container.product.petite .past_designs {
  display: none !important; }

.product .container.product.petite .petite-gallery {
  color: red !important; }

@media (max-width: 767px) {
  .product .container.product.petite .productView-thumbnail {
    background-color: #9f735a !important; }
  .product .container.product.petite .render-text, .product .container.product.petite .render-oh-text {
    bottom: 45px !important; }
  .product .container.product.petite .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type {
    background-color: #9f735a !important;
    height: 8px !important;
    margin-top: 0 !important;
    width: 8px !important; } }

.hide_soft {
  display: none; }

.hide {
  display: none !important; }

.anniversary .productView-price {
  display: none; }

.anniversary.container.product .productView.readyToShip .product-radio-select .form-label {
  display: block !important; }

.get-inspired-category .top-category-banner.get-inspired {
  text-align: center;
  padding: 0;
  height: 210px; }
  @media (min-width: 992px) {
    .get-inspired-category .top-category-banner.get-inspired {
      padding: 0;
      height: 220px; } }
  .get-inspired-category .top-category-banner.get-inspired .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    height: 120px; }
    @media (min-width: 992px) {
      .get-inspired-category .top-category-banner.get-inspired .featured-img {
        height: 220px;
        position: absolute;
        top: 0;
        left: 0; } }
  .get-inspired-category .top-category-banner.get-inspired .container {
    padding: 15px 25px; }
    @media (min-width: 992px) {
      .get-inspired-category .top-category-banner.get-inspired .container {
        padding: 70px 25px; } }
  .get-inspired-category .top-category-banner.get-inspired h1 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #061C3C; }
    @media (max-width: 991px) {
      .get-inspired-category .top-category-banner.get-inspired h1 {
        text-align: center; } }
    @media (min-width: 992px) {
      .get-inspired-category .top-category-banner.get-inspired h1 {
        font-size: 42px;
        line-height: 52px;
        font-weight: 700; } }
  .get-inspired-category .top-category-banner.get-inspired p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #061C3C;
    margin: 0 auto;
    text-align: left; }
    @media (max-width: 991px) {
      .get-inspired-category .top-category-banner.get-inspired p {
        text-align: center; } }
    @media (min-width: 992px) {
      .get-inspired-category .top-category-banner.get-inspired p {
        padding: 0 0.75rem;
        font-size: 18px;
        line-height: 28px; } }

.get-inspired-category .get-inspired-product-listing .productGrid {
  margin: 0;
  padding: 20px 10px; }
  @media (min-width: 992px) {
    .get-inspired-category .get-inspired-product-listing .productGrid {
      padding: 80px 0 40px; } }
  .get-inspired-category .get-inspired-product-listing .productGrid .product {
    padding: 4px;
    width: 50%; }
    @media (min-width: 992px) {
      .get-inspired-category .get-inspired-product-listing .productGrid .product {
        padding: 20px;
        width: 33%; } }
    .get-inspired-category .get-inspired-product-listing .productGrid .product .card-figure {
      padding: 0; }
    .get-inspired-category .get-inspired-product-listing .productGrid .product .card-img-container:after {
      padding-bottom: 100%; }

.get-inspired-category .get-inspired-product-listing nav.pagination {
  display: none; }

.get-inspired-category .get-inspired-product-listing #load-btn {
  display: none;
  margin: 0 auto 50px;
  padding: 15px 82px;
  width: 90%;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #061C3C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.4s ease; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .get-inspired-category .get-inspired-product-listing #load-btn {
        letter-spacing: 1px; } } }
  @media (min-width: 768px) {
    .get-inspired-category .get-inspired-product-listing #load-btn {
      font-size: 13px;
      line-height: 22px;
      max-width: 263px; } }
  .get-inspired-category .get-inspired-product-listing #load-btn:hover {
    background-color: #E7F1F4;
    color: #061C3C; }
  .get-inspired-category .get-inspired-product-listing #load-btn:active, .get-inspired-category .get-inspired-product-listing #load-btn:focus {
    background-color: #052757;
    color: #ffffff; }

.get-inspired-category .book-a-consultation {
  background: #E7F1F4;
  color: #061C3C; }

.get-inspired-category .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .get-inspired-category .customerReviews .text,
  .get-inspired-category .customerReviews .person-location,
  .get-inspired-category .customerReviews .person-stars,
  .get-inspired-category .customerReviews .person-name,
  .get-inspired-category .customerReviews a {
    color: #061C3C !important; }
  .get-inspired-category .customerReviews .slick-prev.slick-arrow::before,
  .get-inspired-category .customerReviews .slick-next.slick-arrow::before {
    color: #061C3C !important; }

.backInspired {
  margin-top: 19px;
  padding: 0 24px; }
  @media (min-width: 992px) {
    .backInspired {
      padding: 0 38px;
      margin-top: 32px; } }
  .backInspired .backButton {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    font-feature-settings: "liga" off;
    color: #061C3C; }

.productView.getInspired {
  margin: 0 auto;
  display: block !important;
  padding: 17px 24px 60px; }
  @media (min-width: 992px) {
    .productView.getInspired {
      padding: 32px 38px 78px; } }
  @media (min-width: 1200px) {
    .productView.getInspired {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .productView.getInspired {
      max-width: 1200px; } }
  .productView.getInspired .extra-info {
    float: left;
    margin: 36px 0 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .productView.getInspired .extra-info {
        display: block;
        margin-top: 24px;
        margin-bottom: 100px;
        padding: 0; } }
    @media (min-width: 992px) {
      .productView.getInspired .extra-info {
        margin-bottom: 78px;
        padding: 0; } }
    .productView.getInspired .extra-info .col-md-4 {
      margin-top: 8px;
      padding: 0;
      text-align: left;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #a19f9d; }
      .productView.getInspired .extra-info .col-md-4 img {
        margin-right: 10.36px; }
    .productView.getInspired .extra-info.desktop {
      display: none; }
      @media (min-width: 992px) {
        .productView.getInspired .extra-info.desktop {
          display: block; } }
    .productView.getInspired .extra-info.mobile {
      display: block; }
      @media (min-width: 992px) {
        .productView.getInspired .extra-info.mobile {
          display: none; } }
  .productView.getInspired .productView-images {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .productView.getInspired .productView-images {
        width: 100%;
        margin: 0 auto;
        float: none; } }
    @media (min-width: 768px) {
      .productView.getInspired .productView-images {
        width: 50%; } }
    @media (min-width: 992px) {
      .productView.getInspired .productView-images {
        width: 50%; } }
    @media (min-width: 1200px) {
      .productView.getInspired .productView-images {
        width: 55%; } }
    @media (min-width: 1440px) {
      .productView.getInspired .productView-images {
        width: 56.2%; } }
    .productView.getInspired .productView-images .productView-mobile-slider {
      margin: 0; }
      .productView.getInspired .productView-images .productView-mobile-slider img {
        height: 327px;
        object-fit: contain; }
        @media (min-width: 768px) {
          .productView.getInspired .productView-images .productView-mobile-slider img {
            height: 384px; } }
      .productView.getInspired .productView-images .productView-mobile-slider .slick-prev,
      .productView.getInspired .productView-images .productView-mobile-slider .slick-next {
        background-color: transparent;
        border: none; }
        .productView.getInspired .productView-images .productView-mobile-slider .slick-prev::before,
        .productView.getInspired .productView-images .productView-mobile-slider .slick-next::before {
          height: 1.1rem;
          width: 1.1rem; }
      .productView.getInspired .productView-images .productView-mobile-slider .slick-next {
        right: 5px; }
        .productView.getInspired .productView-images .productView-mobile-slider .slick-next::before {
          background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
          background-size: contain; }
      .productView.getInspired .productView-images .productView-mobile-slider .slick-prev {
        left: 5px; }
        .productView.getInspired .productView-images .productView-mobile-slider .slick-prev::before {
          background-image: url("https://cdn11.bigcommerce.com/s-6nlm102lh/content/svgs/Forward.svg");
          background-size: contain;
          -moz-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          filter: FlipH;
          -ms-filter: "FlipH"; }
      .productView.getInspired .productView-images .productView-mobile-slider .slick-dots {
        text-align: left;
        position: absolute;
        bottom: 10px;
        left: 15px; }
        .productView.getInspired .productView-images .productView-mobile-slider .slick-dots li button {
          width: 9px;
          height: 9px;
          border: #838383;
          background-color: #838383; }
          .productView.getInspired .productView-images .productView-mobile-slider .slick-dots li button::before, .productView.getInspired .productView-images .productView-mobile-slider .slick-dots li button::after {
            width: 9px;
            height: 9px; }
        .productView.getInspired .productView-images .productView-mobile-slider .slick-dots li.slick-active button::before {
          left: 0;
          top: 0;
          width: 9px;
          height: 9px;
          background-color: black; }
      .productView.getInspired .productView-images .productView-mobile-slider .iframe {
        display: block !important;
        text-align: center;
        height: 327px; }
        @media (min-width: 768px) {
          .productView.getInspired .productView-images .productView-mobile-slider .iframe {
            height: 384px; } }
        .productView.getInspired .productView-images .productView-mobile-slider .iframe #vision360_iframe {
          height: 100%;
          width: 100%;
          border: 0px;
          border: 0px solid #ddd;
          object-fit: fill; }
    .productView.getInspired .productView-images .productView-thumbnailList {
      margin-top: 12px; }
      @media (max-width: 767px) {
        .productView.getInspired .productView-images .productView-thumbnailList {
          position: absolute; } }
      @media (max-width: 500px) {
        .productView.getInspired .productView-images .productView-thumbnailList {
          top: 80vw;
          left: 8%; } }
      @media (min-width: 501px) and (max-width: 767px) {
        .productView.getInspired .productView-images .productView-thumbnailList {
          top: 81vw;
          left: 7%; } }
      .productView.getInspired .productView-images .productView-thumbnailList button {
        display: none !important; }
      .productView.getInspired .productView-images .productView-thumbnailList .slick-list {
        margin: 12px 0 0 0; }
      .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnails {
        width: 100%;
        margin: 0; }
      .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail {
        background-color: #6f6f6f;
        padding: 0;
        margin: 0 11px;
        width: 8px !important;
        height: 8px;
        border-radius: 50%; }
        @media (min-width: 768px) {
          .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail {
            margin: 0 6px;
            background-color: #F9F5ED;
            border-radius: 0;
            width: 15% !important;
            height: auto; }
            .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail:first-of-type {
              margin-left: 0; }
            .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail:last-of-type {
              margin-right: 0; } }
        @media (min-width: 992px) {
          .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail {
            width: 96px !important;
            height: 96px; } }
        @media (min-width: 1440px) {
          .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail {
            width: 104px !important;
            height: 104px; } }
        .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail-link {
          display: block;
          border: none;
          height: 100%;
          width: 100%;
          max-width: none;
          padding: 0; }
          .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail-link img {
            width: 100%;
            mix-blend-mode: multiply; }
            @media (max-width: 767px) {
              .productView.getInspired .productView-images .productView-thumbnailList .productView-thumbnail-link img {
                display: none; } }
  .productView.getInspired .productView-image {
    margin: 0;
    background: #F9F5ED; }
    @media (min-width: 768px) {
      .productView.getInspired .productView-image {
        height: 450px;
        max-height: 450px;
        max-width: 500px; } }
    @media (min-width: 992px) {
      .productView.getInspired .productView-image {
        height: 550px;
        max-height: 550px;
        max-width: 550px; } }
    @media (min-width: 1200px) {
      .productView.getInspired .productView-image {
        height: 659px;
        max-height: 659px;
        max-width: 659px; } }
    .productView.getInspired .productView-image .productLabel {
      position: absolute;
      top: 0px;
      left: 1px;
      padding: 7px 10px;
      z-index: 9;
      background-color: #061C3C;
      font-weight: normal;
      font-size: 12px;
      line-height: 14px;
      align-items: center;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #ffffff; }
      @media (min-width: 992px) {
        .productView.getInspired .productView-image .productLabel {
          top: 30px;
          left: 3px; } }
    .productView.getInspired .productView-image .productView-img-container {
      max-width: none;
      height: 85vw; }
      @media (min-width: 768px) {
        .productView.getInspired .productView-image .productView-img-container {
          height: 450px;
          max-height: 450px;
          max-width: 450px; } }
      @media (min-width: 992px) {
        .productView.getInspired .productView-image .productView-img-container {
          height: 550px;
          max-height: 550px;
          max-width: 550px; } }
      @media (min-width: 1200px) {
        .productView.getInspired .productView-image .productView-img-container {
          height: 659px;
          max-height: 659px;
          max-width: 659px; } }
      .productView.getInspired .productView-image .productView-img-container::after {
        padding-bottom: 0; }
      .productView.getInspired .productView-image .productView-img-container img {
        height: 100%;
        mix-blend-mode: multiply;
        object-fit: cover; }
      .productView.getInspired .productView-image .productView-img-container .iframe {
        display: none;
        text-align: left; }
        .productView.getInspired .productView-image .productView-img-container .iframe #vision360_iframe {
          height: 100vw;
          width: 100vw;
          border: 0px;
          border: 0px solid #ddd;
          object-fit: fill; }
          @media (min-width: 600px) {
            .productView.getInspired .productView-image .productView-img-container .iframe #vision360_iframe {
              height: 70vw;
              width: 70vw; } }
          @media (min-width: 768px) {
            .productView.getInspired .productView-image .productView-img-container .iframe #vision360_iframe {
              height: 376px;
              width: 100%; } }
          @media (min-width: 992px) {
            .productView.getInspired .productView-image .productView-img-container .iframe #vision360_iframe {
              height: 550px;
              width: 550px; } }
          @media (min-width: 1200px) {
            .productView.getInspired .productView-image .productView-img-container .iframe #vision360_iframe {
              height: 659px;
              width: 659px; } }
  .productView.getInspired .productView-details {
    padding: 0;
    float: left;
    width: 100%;
    padding: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .productView.getInspired .productView-details {
        text-align: left;
        padding: 0 0 0 24px;
        width: 50%; } }
    @media (min-width: 992px) {
      .productView.getInspired .productView-details {
        padding: 1rem;
        width: 50%;
        padding: 0px 0px 0px 24px; } }
    @media (min-width: 1200px) {
      .productView.getInspired .productView-details {
        width: 45%;
        margin: 0;
        padding: 0 0 0 63px; } }
    @media (min-width: 1440px) {
      .productView.getInspired .productView-details {
        width: 40.7%; } }
    @media (min-width: 1600px) {
      .productView.getInspired .productView-details {
        max-width: none; } }
  .productView.getInspired .productView-product {
    border: none;
    padding: 20px 0 0; }
    @media (min-width: 768px) {
      .productView.getInspired .productView-product {
        padding: 0; } }
    @media (min-width: 992px) {
      .productView.getInspired .productView-product {
        padding-top: 26px; } }
    .productView.getInspired .productView-product .productView--details {
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      font-feature-settings: "liga" off;
      color: #717171; }
      @media (min-width: 768px) {
        .productView.getInspired .productView-product .productView--details {
          font-size: 14px;
          line-height: 20px; } }
    .productView.getInspired .productView-product .productView-title {
      margin: 5px 0 11px 0;
      font-family: "Alga";
      font-weight: bold;
      color: #000000;
      font-size: 20px;
      line-height: 23px; }
      @media (min-width: 768px) {
        .productView.getInspired .productView-product .productView-title {
          padding: 0 0 22px;
          margin: 3px 0 20px 0;
          font-size: 24px;
          line-height: 28px;
          border-bottom: 1px solid #000000; } }
      @media (min-width: 992px) {
        .productView.getInspired .productView-product .productView-title {
          font-size: 32px;
          line-height: 36px; } }
    .productView.getInspired .productView-product .productView-price {
      margin: 0 0 24px 0; }
      .productView.getInspired .productView-product .productView-price .approximate-text {
        font-weight: normal;
        margin: 0 0 -5px;
        font-size: 12px;
        line-height: 20px;
        color: #a4a6aa;
        text-transform: uppercase; }
      .productView.getInspired .productView-product .productView-price .price--withoutTax {
        color: #061C3C;
        font-size: 18px;
        line-height: 24px; }
        @media (min-width: 992px) {
          .productView.getInspired .productView-product .productView-price .price--withoutTax {
            font-size: 24px;
            line-height: 28px;
            font-weight: normal; } }
    .productView.getInspired .productView-product .productView-description {
      margin: 0 0 24px 0;
      padding: 0;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      font-feature-settings: "liga" off;
      color: #000000;
      font-style: italic;
      float: none; }
      @media (min-width: 768px) {
        .productView.getInspired .productView-product .productView-description {
          margin: 0px 0 24px 0;
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 992px) {
        .productView.getInspired .productView-product .productView-description {
          font-size: 16px;
          line-height: 22px; } }
      .productView.getInspired .productView-product .productView-description p {
        margin: 0;
        font-size: 12px;
        line-height: 16px; }
        @media (min-width: 768px) {
          .productView.getInspired .productView-product .productView-description p {
            font-size: 16px;
            line-height: 22px; } }
    .productView.getInspired .productView-product .productView-fields {
      width: 100%;
      margin: 0 0 40px 0; }
      @media (min-width: 768px) {
        .productView.getInspired .productView-product .productView-fields {
          margin: 0 0 30px 0; } }
      @media (min-width: 992px) {
        .productView.getInspired .productView-product .productView-fields {
          margin: 0 0 50px 0; } }
      .productView.getInspired .productView-product .productView-fields .col {
        padding: 0;
        width: 100%; }
        .productView.getInspired .productView-product .productView-fields .col:nth-of-type(2) {
          float: right; }
          @media (min-width: 768px) and (max-width: 991px) {
            .productView.getInspired .productView-product .productView-fields .col:nth-of-type(2) {
              padding-left: 15px; } }
        @media (max-width: 767px) {
          .productView.getInspired .productView-product .productView-fields .col:nth-of-type(2) {
            margin-top: 10px; } }
        @media (min-width: 768px) {
          .productView.getInspired .productView-product .productView-fields .col {
            width: 50%; } }
        @media (min-width: 902px) {
          .productView.getInspired .productView-product .productView-fields .col:nth-of-type(2) {
            margin-left: 15px;
            width: 46%; } }
        .productView.getInspired .productView-product .productView-fields .col .productView--details_value {
          font-size: 14px;
          line-height: 128.5%;
          color: #000000; }
          @media (min-width: 992px) {
            .productView.getInspired .productView-product .productView-fields .col .productView--details_value {
              font-size: 15px; } }
          .productView.getInspired .productView-product .productView-fields .col .productView--details_value:nth-child(2) {
            margin-top: 10px; }
          .productView.getInspired .productView-product .productView-fields .col .productView--details_value .title {
            font-weight: bold; }
    .productView.getInspired .productView-product .show-similar-buttons a {
      display: block;
      text-decoration: none;
      font-weight: bold;
      font-feature-settings: "liga" off;
      color: #111111;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 992px) {
        .productView.getInspired .productView-product .show-similar-buttons a {
          font-size: 16px;
          line-height: 30px; } }
      .productView.getInspired .productView-product .show-similar-buttons a.similar-sapphire {
        margin-top: 8px; }
      .productView.getInspired .productView-product .show-similar-buttons a:hover {
        color: #717171; }
      .productView.getInspired .productView-product .show-similar-buttons a .material-icons {
        margin-left: 11px;
        vertical-align: middle; }
    .productView.getInspired .productView-product .enquire-now {
      width: 100%;
      max-width: none; }
    .productView.getInspired .productView-product .bookConsultation {
      margin: 10px auto 0;
      width: 100%; }
      @media (min-width: 768px) {
        .productView.getInspired .productView-product .bookConsultation {
          width: 175px; } }
      .productView.getInspired .productView-product .bookConsultation .book-consultation {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        text-decoration-line: underline;
        text-transform: uppercase;
        font-feature-settings: "liga" off;
        color: #9F735A; }
        .productView.getInspired .productView-product .bookConsultation .book-consultation:hover {
          color: #061C3C; }
        @media (min-width: 768px) {
          .productView.getInspired .productView-product .bookConsultation .book-consultation {
            font-size: 12px;
            line-height: 20px; } }

.get-inspired-reviews .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .get-inspired-reviews .customerReviews .text,
  .get-inspired-reviews .customerReviews .person-location,
  .get-inspired-reviews .customerReviews .person-stars,
  .get-inspired-reviews .customerReviews .person-name,
  .get-inspired-reviews .customerReviews a {
    color: #061C3C !important; }
  .get-inspired-reviews .customerReviews .slick-next::before,
  .get-inspired-reviews .customerReviews .slick-prev::before {
    color: #061C3C !important; }

.engagement-landing .slick-dotted.slick-slider {
  margin-bottom: 0; }

.engagement-landing a.cta:hover {
  color: #a2aab6 !important; }

.engagement-landing .hero {
  background-size: cover;
  background-repeat: no-repeat;
  height: 240px;
  background-position: 100% 50%; }
  @media (min-width: 768px) {
    .engagement-landing .hero {
      background-position: 50% 90%;
      height: 50vh;
      max-height: 380px;
      min-height: 280px; } }
  .engagement-landing .hero .container {
    padding: 77px 24px 146px; }
    @media (min-width: 992px) {
      .engagement-landing .hero .container {
        padding: 16vh 25px 10vh; } }
    @media (min-width: 992px) and (max-height: 500px) {
      .engagement-landing .hero .container {
        padding: 22vh 25px 9vh; } }
    @media (min-width: 992px) and (min-height: 768px) {
      .engagement-landing .hero .container {
        padding: 115px 25px 123px; } }
  @media (max-width: 991px) {
    .engagement-landing .hero__text.desktop {
      display: none; } }
  .engagement-landing .hero__text.mobile {
    padding: 30px 20px;
    background-color: #EFF1F1;
    text-align: center; }
    @media (min-width: 768px) {
      .engagement-landing .hero__text.mobile {
        padding: 30px 0; } }
    @media (min-width: 992px) {
      .engagement-landing .hero__text.mobile {
        display: none; } }
  .engagement-landing .hero__text .title {
    margin: 0;
    font-family: "Alga";
    font-weight: 600;
    color: #061C3C;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .engagement-landing .hero__text .title {
        font-size: 32px;
        line-height: 42px;
        font-weight: bold; } }
    @media (min-width: 992px) {
      .engagement-landing .hero__text .title {
        font-size: 36px;
        line-height: 52px; } }
  .engagement-landing .hero__text .subtext {
    padding: 0 15px;
    margin: 8px 0 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    font-feature-settings: "liga" off;
    color: #061C3C; }
    @media (min-width: 768px) {
      .engagement-landing .hero__text .subtext {
        margin: 0;
        font-size: 16px;
        line-height: 24px; } }
    @media (min-width: 992px) {
      .engagement-landing .hero__text .subtext {
        padding: 0;
        max-width: 500px;
        font-size: 18px;
        line-height: 28px; } }
  .engagement-landing .hero__text .nv-button--primary {
    vertical-align: top;
    width: auto;
    width: auto;
    padding: 0 40px;
    margin: 1rem 0 0;
    min-width: 250px;
    font-size: 13px;
    line-height: 50px;
    height: 50px; }
    .engagement-landing .hero__text .nv-button--primary:nth-of-type(2) {
      display: none; }
    .engagement-landing .hero__text .nv-button--primary:hover {
      background: transparent;
      color: #061C3C !important; }
      @media (min-width: 992px) {
        .engagement-landing .hero__text .nv-button--primary:hover {
          background-color: #E7F1F4; } }
    .engagement-landing .hero__text .nv-button--primary:active, .engagement-landing .hero__text .nv-button--primary:focus {
      background-color: #052757;
      color: #ffffff !important; }

.engagement-landing .categories {
  padding: 0 8px;
  text-align: center; }
  @media (min-width: 992px) {
    .engagement-landing .categories {
      padding: 0 0 95px 0; } }
  .engagement-landing .categories .container {
    padding: 0; }
    @media (min-width: 992px) {
      .engagement-landing .categories .container {
        padding: 0 25px; } }
  .engagement-landing .categories .collection:first-of-type {
    padding: 36px 0 25px; }
  .engagement-landing .categories .collection:not(:first-of-type) {
    padding: 30px 0; }
  .engagement-landing .categories .collection:last-of-type {
    padding-bottom: 44px; }
  @media (min-width: 992px) {
    .engagement-landing .categories .collection:first-of-type {
      padding: 88px 0 44px; }
    .engagement-landing .categories .collection:not(:first-of-type) {
      padding: 44px 0; } }
  .engagement-landing .categories .view-collection {
    vertical-align: top;
    width: auto;
    padding: 0 40px;
    margin: 1rem 0 2rem 0;
    min-width: 250px;
    font-size: 13px;
    line-height: 50px;
    height: 50px; }
    @media (min-width: 992px) {
      .engagement-landing .categories .view-collection {
        margin-bottom: 0; } }
    .engagement-landing .categories .view-collection:hover {
      background-color: #E7F1F4;
      color: #061C3C !important; }
    .engagement-landing .categories .view-collection:active, .engagement-landing .categories .view-collection:focus {
      background-color: #052757;
      color: #ffffff !important; }
  .engagement-landing .categories .category-image {
    width: 83px; }
  @media (min-width: 992px) {
    .engagement-landing .categories .category-description {
      text-align: left; } }
  .engagement-landing .categories .category-description .title {
    margin: 0 0 6px;
    font-family: "Alga";
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 992px) {
      .engagement-landing .categories .category-description .title {
        margin: 8px 0;
        font-size: 32px;
        line-height: 36px; } }
  .engagement-landing .categories .category-description .description {
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    line-height: 16px; }
    @media (max-width: 991px) {
      .engagement-landing .categories .category-description .description {
        max-width: 272px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .engagement-landing .categories .category-description .description {
        font-size: 14px;
        line-height: 20px;
        max-width: 413px; } }
  .engagement-landing .categories .category-cta {
    position: relative;
    min-height: 92px; }
    @media (max-width: 991px) {
      .engagement-landing .categories .category-cta {
        display: none; } }
    .engagement-landing .categories .category-cta .cta {
      display: none;
      padding-right: 25px;
      position: absolute;
      bottom: 0;
      right: 0;
      font-weight: bold;
      font-size: 12px;
      line-height: 30px;
      letter-spacing: 0.02em;
      text-decoration-line: underline;
      font-feature-settings: "liga" off;
      color: #061C3C;
      text-align: right; }
      @media (min-width: 992px) {
        .engagement-landing .categories .category-cta .cta {
          display: block; } }
      .engagement-landing .categories .category-cta .cta .material-icons {
        margin: 0 0 0 5px;
        vertical-align: middle; }
  .engagement-landing .categories .category-products {
    padding: 0 8px; }
  .engagement-landing .categories .category-items {
    margin-top: 30px;
    padding: 0;
    width: 100%; }
    .engagement-landing .categories .category-items .productGrid {
      margin: 0;
      padding: 0;
      width: 100%; }
      @media (min-width: 992px) {
        .engagement-landing .categories .category-items .productGrid .slick-track {
          margin-left: unset !important; } }
      .engagement-landing .categories .category-items .productGrid .slick-prev,
      .engagement-landing .categories .category-items .productGrid .slick-next {
        background-color: transparent;
        width: 50px;
        height: 44px;
        transition: border-color 0.5s ease-in, filter 0.5 ease-in;
        border: none; }
        .engagement-landing .categories .category-items .productGrid .slick-prev::before,
        .engagement-landing .categories .category-items .productGrid .slick-next::before {
          margin-left: 10px;
          width: 9px;
          height: 18px; }
        @media (min-width: 992px) {
          .engagement-landing .categories .category-items .productGrid .slick-prev:hover,
          .engagement-landing .categories .category-items .productGrid .slick-next:hover {
            border-color: #061C3C;
            filter: brightness(0.5); } }
      .engagement-landing .categories .category-items .productGrid .slick-prev::before {
        background-image: url(https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/backward.png?t=1629321738); }
      .engagement-landing .categories .category-items .productGrid .slick-next::before {
        background-image: url(https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/forward.png?t=1629321738); }
      @media (min-width: 992px) {
        .engagement-landing .categories .category-items .productGrid .slick-next {
          right: 1.5rem;
          background-color: transparent;
          border: 2px solid #9f735a;
          border-radius: 40px;
          width: 50px;
          height: 44px;
          transition: 0.2s ease; }
          .engagement-landing .categories .category-items .productGrid .slick-next::before {
            margin-left: 10px;
            background-image: url(https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/forward.png?t=1629321738);
            width: 9px;
            height: 18px; }
        .engagement-landing .categories .category-items .productGrid .slick-prev {
          left: 1.5rem;
          background-color: transparent;
          border: 2px solid #9f735a;
          border-radius: 40px;
          width: 50px;
          height: 44px;
          transition: 0.2s ease; }
          .engagement-landing .categories .category-items .productGrid .slick-prev::before {
            margin-left: 8px;
            background-image: url(https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/backward.png?t=1629321738);
            width: 9px;
            height: 18px; } }
      .engagement-landing .categories .category-items .productGrid .product {
        padding: 0 10px; }
        .engagement-landing .categories .category-items .productGrid .product .card {
          margin: 0; }
          @media (min-width: 992px) {
            .engagement-landing .categories .category-items .productGrid .product .card {
              max-width: 279px; } }
          .engagement-landing .categories .category-items .productGrid .product .card-figure {
            padding: 0;
            background-color: #F9F5ED; }
            .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container {
              max-width: none; }
              @media (max-width: 991px) {
                .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container {
                  height: 52vw; } }
              @media (min-width: 992px) {
                .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container {
                  height: 300px; } }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container::after {
                padding-bottom: 100%; }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container img {
                margin: 0;
                object-fit: cover;
                height: 100%;
                width: 100%; }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last .holder {
                position: absolute;
                top: 35%;
                width: 100%;
                padding: 0 10px; }
                @media (min-width: 992px) {
                  .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last .holder {
                    padding: 0 15px; } }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last .title {
                font-family: "Work Sans";
                font-style: normal;
                font-weight: bold;
                font-size: 12px;
                line-height: 16px;
                text-align: center;
                color: #9F735A;
                max-width: 150px;
                margin: 0 auto;
                transition: 0.3s ease; }
                @media (min-width: 992px) {
                  .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last .title {
                    font-size: 14px;
                    line-height: 18px;
                    max-width: 200px; } }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last .button {
                margin: 10px 0 0;
                padding: 0;
                width: auto;
                font-family: "Work Sans";
                font-style: normal;
                font-weight: bold;
                font-size: 10px;
                line-height: 22px;
                text-align: center;
                letter-spacing: 2px;
                text-transform: uppercase;
                color: #9F735A;
                border-radius: 0;
                border: none;
                text-decoration: underline;
                transition: 0.3s ease; }
                @media (min-width: 992px) {
                  .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last .button {
                    margin: 20px 0 0;
                    font-size: 11px;
                    line-height: 24px; } }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last:hover .title {
                color: #061C3C; }
              .engagement-landing .categories .category-items .productGrid .product .card-figure .card-img-container.last:hover .button {
                color: #061C3C;
                border-color: #061C3C; }
            .engagement-landing .categories .category-items .productGrid .product .card-figure__link {
              text-decoration: none; }
          .engagement-landing .categories .category-items .productGrid .product .card-body {
            padding: 0;
            margin: 16px 0 0 0; }
            @media (min-width: 992px) {
              .engagement-landing .categories .category-items .productGrid .product .card-body {
                margin: 17px 0 0 0; } }
            .engagement-landing .categories .category-items .productGrid .product .card-body .card-title {
              margin: 0;
              font-family: "Alga";
              font-weight: 600;
              font-size: 16px;
              line-height: 22px;
              text-align: center;
              color: #000000; }
              @media (min-width: 992px) {
                .engagement-landing .categories .category-items .productGrid .product .card-body .card-title {
                  font-size: 20.5421px;
                  line-height: 24px; } }
            .engagement-landing .categories .category-items .productGrid .product .card-body .options,
            .engagement-landing .categories .category-items .productGrid .product .card-body .product-price,
            .engagement-landing .categories .category-items .productGrid .product .card-body .card-description {
              display: none; }
    .engagement-landing .categories .category-items .cta.mobile {
      display: block;
      margin: 0 0 47px 0;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.02em;
      text-decoration-line: underline;
      font-feature-settings: "liga" off;
      color: #061C3C; }
      @media (min-width: 992px) {
        .engagement-landing .categories .category-items .cta.mobile {
          display: none; } }
      .engagement-landing .categories .category-items .cta.mobile .material-icons {
        margin: 0 0 0 5px;
        vertical-align: middle; }

.engagement-landing .ourDesigns {
  padding: 30px 0;
  background-color: #E7F1F4; }
  .engagement-landing .ourDesigns .img-col {
    padding: 0; }
    @media (max-width: 767px) {
      .engagement-landing .ourDesigns .img-col img {
        display: block;
        margin: 0 auto; } }
  @media (min-width: 992px) {
    .engagement-landing .ourDesigns {
      min-height: 575px; }
      .engagement-landing .ourDesigns .img-col {
        position: relative; } }
  .engagement-landing .ourDesigns .text-col {
    padding: 38px 25px;
    text-align: center; }
    @media (min-width: 992px) {
      .engagement-landing .ourDesigns .text-col {
        padding-top: 65px 15px;
        text-align: left; } }
    .engagement-landing .ourDesigns .text-col .tagline {
      margin: 0 auto;
      width: 210px;
      padding: 0 0 6px 0;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      color: #9F735A;
      text-transform: uppercase;
      border-bottom: 1px solid #9F735A;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .engagement-landing .ourDesigns .text-col .tagline {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .engagement-landing .ourDesigns .text-col .tagline {
          width: 100%; } }
    .engagement-landing .ourDesigns .text-col .title {
      margin: 26px 0 0 0;
      font-family: "Alga";
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      font-feature-settings: "liga" off;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 992px) {
        .engagement-landing .ourDesigns .text-col .title {
          font-size: 32px;
          line-height: 40px;
          letter-spacing: 0.02em; } }
    .engagement-landing .ourDesigns .text-col .description {
      margin: 16px 0 0 0;
      font-weight: normal;
      font-feature-settings: "liga" off;
      color: #000000;
      font-size: 14px;
      line-height: 20px; }
      @media (min-width: 992px) {
        .engagement-landing .ourDesigns .text-col .description {
          padding-right: 45px;
          font-size: 16px;
          line-height: 20px; } }
    .engagement-landing .ourDesigns .text-col .cta {
      display: block;
      margin: 36px 0 0 0;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.02em;
      font-feature-settings: "liga" off;
      color: #061c3c;
      text-decoration: none; }
      .engagement-landing .ourDesigns .text-col .cta .material-icons {
        vertical-align: middle; }

.engagement-landing .customerReviews {
  background: #F9F5ED !important;
  color: #061C3C !important; }
  .engagement-landing .customerReviews .text,
  .engagement-landing .customerReviews .person-location,
  .engagement-landing .customerReviews .person-stars,
  .engagement-landing .customerReviews .person-name,
  .engagement-landing .customerReviews a {
    color: #061C3C !important; }
  .engagement-landing .customerReviews .heroCarouselReviews .slick-next::before {
    color: #061C3C !important; }
  .engagement-landing .customerReviews .heroCarouselReviews .slick-prev::before {
    color: #061C3C !important; }

.sapphire-landing .slick-dotted.slick-slider {
  margin-bottom: 0; }

.sapphire-landing a.cta:hover {
  color: #a2aab6 !important; }

.sapphire-landing .hero {
  border-top: 1px solid #061C3C;
  background-size: cover;
  background-position: 50% 80%;
  height: 320px; }
  @media (max-width: 767px) {
    .sapphire-landing .hero {
      background-image: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/images/stencil/320w/image-manager/sapphire-landing-banner-mobile.png?t=1632095905") !important; } }
  @media (min-width: 992px) {
    .sapphire-landing .hero {
      height: 58vh;
      max-height: 380px;
      min-height: 280px; } }
  @media (min-width: 768px) {
    .sapphire-landing .hero .container {
      padding: 16vh 40px 10vh; } }
  @media (min-width: 992px) and (max-height: 500px) {
    .sapphire-landing .hero .container {
      padding: 13vh 40px 11vh; } }
  @media (min-width: 992px) and (min-height: 768px) {
    .sapphire-landing .hero .container {
      padding: 130px 40px 87px; } }
  .sapphire-landing .hero__text {
    display: none; }
    @media (min-width: 768px) {
      .sapphire-landing .hero__text {
        display: block; } }
    .sapphire-landing .hero__text .title {
      margin: 0;
      font-family: "Alga";
      font-weight: 600;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .sapphire-landing .hero__text .title {
          font-size: 32px;
          line-height: 42px;
          font-weight: bold; } }
      @media (min-width: 992px) {
        .sapphire-landing .hero__text .title {
          font-size: 42px;
          line-height: 52px; } }
    .sapphire-landing .hero__text .subtext {
      max-width: 500px;
      margin: 8px 0 18px 0;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      font-feature-settings: "liga" off;
      color: #061C3C; }
      @media (min-width: 768px) {
        .sapphire-landing .hero__text .subtext {
          margin: 8px 0 24px 0;
          font-size: 16px;
          line-height: 24px; } }
      @media (min-width: 992px) {
        .sapphire-landing .hero__text .subtext {
          font-size: 18px;
          line-height: 28px; } }
    .sapphire-landing .hero__text .nv-button--primary {
      vertical-align: top;
      width: 142px; }
      .sapphire-landing .hero__text .nv-button--primary:nth-of-type(1) {
        margin: 0 17px 0 0; }
      @media (min-width: 768px) {
        .sapphire-landing .hero__text .nv-button--primary {
          width: auto;
          margin: 0 40px 0 0;
          min-width: 250px;
          font-size: 13px; } }
  .sapphire-landing .hero-text.mobile {
    text-align: center;
    padding: 28px 24px; }
    .sapphire-landing .hero-text.mobile .subtitle {
      font-weight: bold;
      font-size: 11px;
      line-height: 20px;
      color: #061C3C;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .sapphire-landing .hero-text.mobile .subtitle {
            letter-spacing: 1px; } } }
    .sapphire-landing .hero-text.mobile .title {
      margin: 10px 0 6px 0;
      font-family: "Alga";
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      color: #061C3C; }
    .sapphire-landing .hero-text.mobile .subtext {
      margin: 0;
      font-size: 12px;
      line-height: 16px;
      color: #061C3C; }
    .sapphire-landing .hero-text.mobile .nv-button--secondary {
      margin: 22px 0 0 0;
      vertical-align: top;
      width: 145px;
      font-size: 12px;
      padding: 12px 0; }
      @media (max-width: 374px) {
        .sapphire-landing .hero-text.mobile .nv-button--secondary {
          width: 130px; }
          .sapphire-landing .hero-text.mobile .nv-button--secondary:first-of-type {
            margin-right: 5px; } }
      @media (min-width: 375px) {
        .sapphire-landing .hero-text.mobile .nv-button--secondary:first-of-type {
          margin-right: 14px; } }
    @media (min-width: 768px) {
      .sapphire-landing .hero-text.mobile {
        display: none; } }

@media (max-width: 767px) {
  .sapphire-landing .mobile-img {
    display: block;
    max-height: 300px;
    width: 100%;
    object-fit: cover; } }

@media (min-width: 768px) {
  .sapphire-landing .mobile-img {
    display: none; } }

@media (min-width: 768px) {
  .sapphire-landing .information {
    padding: 32px 0; } }

@media (max-width: 767px) {
  .sapphire-landing .information .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .sapphire-landing .information .row .col-lg-5:first-of-type {
      order: 1;
      background-color: #eff1f1; }
    .sapphire-landing .information .row .col-lg-5:nth-of-type(2) {
      order: 0; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .sapphire-landing .information .row .img-col {
      display: none; } }

@media (min-width: 992px) {
  .sapphire-landing .information {
    padding: 88px 0 48px; } }

.sapphire-landing .information .col-lg-5 {
  padding: 38px 24px 50px 24px;
  text-align: center; }
  @media (min-width: 768px) {
    .sapphire-landing .information .col-lg-5 {
      text-align: left;
      padding: 0px 30px 60px 30px; } }
  @media (min-width: 1180px) {
    .sapphire-landing .information .col-lg-5 {
      padding: 50px 70px 60px 25px; } }
  .sapphire-landing .information .col-lg-5 .subtitle {
    margin: 0 auto;
    padding-bottom: 6px;
    width: 180px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9F735A;
    border-bottom: 1px solid #9F735A;
    font-size: 12px;
    line-height: 16px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .sapphire-landing .information .col-lg-5 .subtitle {
          letter-spacing: 1px; } } }
    @media (min-width: 768px) {
      .sapphire-landing .information .col-lg-5 .subtitle {
        margin: 0 15px;
        width: auto; } }
    @media (min-width: 992px) {
      .sapphire-landing .information .col-lg-5 .subtitle {
        padding: 0 0 6px 0;
        margin: 0; } }
  .sapphire-landing .information .col-lg-5 .title {
    padding: 0 10px;
    margin: 26px 0 12px;
    font-size: 24px;
    line-height: 28px;
    font-family: "Alga";
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #061C3C; }
    @media (min-width: 768px) {
      .sapphire-landing .information .col-lg-5 .title {
        padding: 0 0px 0 10px;
        margin: 26px 0 12px;
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 992px) {
      .sapphire-landing .information .col-lg-5 .title {
        padding: 0 100px 0 0; } }
  .sapphire-landing .information .col-lg-5 .content {
    padding: 0 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 34px 0; }
    @media (min-width: 768px) {
      .sapphire-landing .information .col-lg-5 .content {
        margin: 0 0 48px 0;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 992px) {
      .sapphire-landing .information .col-lg-5 .content {
        padding: 0 30px 0 0;
        margin: 0; } }
  .sapphire-landing .information .col-lg-5 .cta {
    width: 130px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-feature-settings: "liga" off;
    color: #061C3C;
    text-decoration: none;
    float: none; }
    @media (min-width: 768px) {
      .sapphire-landing .information .col-lg-5 .cta {
        font-size: 16px;
        line-height: 30px;
        float: left; } }
    @media (min-width: 992px) {
      .sapphire-landing .information .col-lg-5 .cta {
        margin-top: 36px; } }
    .sapphire-landing .information .col-lg-5 .cta .material-icons {
      display: inline;
      float: none;
      vertical-align: bottom;
      margin-left: 9px; }
      @media (min-width: 768px) {
        .sapphire-landing .information .col-lg-5 .cta .material-icons {
          float: right; } }

.sapphire-landing .information .col-lg-7 {
  padding: 0; }
  @media (max-width: 767px) {
    .sapphire-landing .information .col-lg-7 {
      text-align: center; } }

.sapphire-landing .heroCarouselInspired .reviewBlock .person-stars img {
  display: inline-block;
  width: auto; }

.sapphire-landing .heroCarouselInspired .slick-dots {
  top: 120px;
  left: 2vw;
  text-align: left; }
  @media (max-width: 767px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      display: none; } }
  @media (min-width: 400px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      top: 75px; } }
  @media (min-width: 620px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      left: 3vw; } }
  @media (min-width: 768px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      top: 200px;
      left: 3vw; } }
  @media (min-width: 992px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      top: 250px;
      left: 3vw; } }
  @media (min-width: 1250px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      left: 5vw; } }
  @media (min-width: 1440px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      left: 8.7vw; } }
  @media (min-width: 1600px) {
    .sapphire-landing .heroCarouselInspired .slick-dots {
      left: 10vw; } }
  .sapphire-landing .heroCarouselInspired .slick-dots li {
    display: block; }
    .sapphire-landing .heroCarouselInspired .slick-dots li button,
    .sapphire-landing .heroCarouselInspired .slick-dots li button::before {
      width: 8px;
      height: 8px;
      background: #cac9c8;
      color: #cac9c8;
      border-color: #cac9c8; }
      @media (min-width: 768px) {
        .sapphire-landing .heroCarouselInspired .slick-dots li button,
        .sapphire-landing .heroCarouselInspired .slick-dots li button::before {
          width: 10px;
          height: 10px; } }
    .sapphire-landing .heroCarouselInspired .slick-dots li.slick-active button,
    .sapphire-landing .heroCarouselInspired .slick-dots li.slick-active button::before {
      background: black;
      color: black;
      border-color: black; }

.sapphire-landing .heroCarouselInspired .slick-prev {
  display: none !important; }

.sapphire-landing .heroCarouselInspired .slick-next {
  display: none !important; }

@media (max-width: 767px) {
  .sapphire-landing .heroCarouselInspired .slick-track,
  .sapphire-landing .heroCarouselInspired .slide {
    width: 100% !important; } }

@media (min-width: 1440px) {
  .sapphire-landing .heroCarouselInspired .slide {
    height: 720px; } }

.sapphire-landing .heroCarouselInspired .slide .divider {
  position: absolute;
  bottom: 48px;
  height: 1px;
  background-color: #061C3C;
  width: 100%; }
  @media (max-width: 767px) {
    .sapphire-landing .heroCarouselInspired .slide .divider {
      display: none; } }

.sapphire-landing .heroCarouselInspired .inspiredBy {
  height: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sapphire-landing .heroCarouselInspired .inspiredBy {
      height: 500px; } }
  @media (min-width: 992px) {
    .sapphire-landing .heroCarouselInspired .inspiredBy {
      padding-bottom: 48px;
      max-height: 720px;
      height: 100%; } }
  .sapphire-landing .heroCarouselInspired .inspiredBy.yellow {
    background: linear-gradient(to right, #f9f5ed, #f2ece2); }
    @media (min-width: 1600px) {
      .sapphire-landing .heroCarouselInspired .inspiredBy.yellow {
        background: linear-gradient(90deg, #f9f5ed 0%, #f9f5ed 30%, #f2ece2 75%); } }
    .sapphire-landing .heroCarouselInspired .inspiredBy.yellow .img-background {
      height: 100%;
      background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/precomp-5.png");
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: contain; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy.yellow .img-background {
          background-position: 50% -10%;
          background-size: 350px; } }
      @media (min-width: 992px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy.yellow .img-background {
          background-position: 100% 50%;
          background-size: 50%; } }
      @media (min-width: 1200px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy.yellow .img-background {
          background-position: 100% 50%;
          background-size: 666px 470px; } }
  .sapphire-landing .heroCarouselInspired .inspiredBy.blue {
    background: linear-gradient(to right, #e8f1f5 0%, #e8f1f5 30%, #d7dfe7 75%); }
    @media (min-width: 1600px) {
      .sapphire-landing .heroCarouselInspired .inspiredBy.blue {
        background: linear-gradient(to right, #e8f1f5 0%, #e8f1f5 30%, #d7dfe7 75%); } }
    .sapphire-landing .heroCarouselInspired .inspiredBy.blue .img-background {
      height: 100%;
      background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/precomp-5.png");
      background-repeat: no-repeat;
      background-position: 50% 0%;
      background-size: contain; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy.blue .img-background {
          background-position: 50% -10%;
          background-size: 350px; } }
      @media (min-width: 992px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy.blue .img-background {
          background-position: 100% 50%;
          background-size: 50%; } }
      @media (min-width: 1200px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy.blue .img-background {
          background-position: 100% 50%;
          background-size: 666px 470px; } }
  .sapphire-landing .heroCarouselInspired .inspiredBy .container {
    max-width: 1200px;
    padding: 0 15px; }
    .sapphire-landing .heroCarouselInspired .inspiredBy .container .row {
      padding: 50px 25px; }
      @media (min-width: 620px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy .container .row {
          padding: 50px 50px 60px 60px; } }
      @media (min-width: 992px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy .container .row {
          padding: 145px 458px 145px 110px; } }
      @media (max-width: 991px) {
        .sapphire-landing .heroCarouselInspired .inspiredBy .container .row {
          text-align: center; } }
      .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .title {
        margin: 10px 0 15px 0;
        font-family: "Alga";
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1px;
        color: #061C3C; }
        @media (max-width: 991px) {
          .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .title {
            margin-top: 55vw; } }
        @media (min-width: 768px) {
          .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .title {
            margin-top: 0;
            padding-top: 150px;
            font-size: 38px;
            line-height: 40px; } }
        @media (min-width: 992px) {
          .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .title {
            padding-top: 0;
            margin: 0 0 20px 0; } }
      .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .text {
        font-weight: 500;
        color: #061C3C;
        font-size: 14px;
        line-height: 20px; }
        @media (min-width: 992px) {
          .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .text {
            max-width: 497px;
            padding-right: 60px;
            padding-right: 0;
            font-size: 20px;
            line-height: 28px; } }
      .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .cta {
        margin: 36px 0 0 0;
        display: block;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        font-feature-settings: "liga" off;
        color: #061C3C; }
        @media (min-width: 768px) {
          .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .cta {
            margin: 24px 0 0 0;
            font-size: 16px;
            line-height: 30px;
            margin: 24px 0 0 0; } }
        @media (min-width: 992px) {
          .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .cta {
            float: left; } }
        .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .cta .material-icons {
          margin: 3px 0 0 9px;
          float: none;
          vertical-align: middle; }
          @media (min-width: 992px) {
            .sapphire-landing .heroCarouselInspired .inspiredBy .container .row .cta .material-icons {
              float: right; } }

.sapphire-landing .book-a-consultation {
  background: white !important;
  color: #061C3C; }
  .sapphire-landing .book-a-consultation .book-now:hover {
    background-color: #F9F5ED; }

.sapphire-landing .customerReviews {
  background: #E7F1F4 !important;
  color: #061C3C !important; }
  .sapphire-landing .customerReviews .text, .sapphire-landing .customerReviews .person-location, .sapphire-landing .customerReviews .person-stars, .sapphire-landing .customerReviews .person-name, .sapphire-landing .customerReviews a {
    color: #061C3C !important; }
  .sapphire-landing .customerReviews .heroCarouselReviews .slick-next::before {
    color: #061C3C !important; }
  .sapphire-landing .customerReviews .heroCarouselReviews .slick-prev::before {
    color: #061C3C !important; }

.wedding-landing .slick-dotted.slick-slider {
  margin-bottom: 0; }

.wedding-landing a.cta:hover {
  color: #a2aab6 !important; }

.wedding-landing .hero {
  background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/sapphire-landing-hero-mobile.png?t=1624463595");
  background-size: cover;
  background-position: 50% 50%;
  height: 320px; }
  @media (min-width: 768px) {
    .wedding-landing .hero {
      height: auto;
      max-height: 346px;
      background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/sapphire-banner-.png?t=1623871066");
      background-size: cover; } }
  @media (min-width: 992px) {
    .wedding-landing .hero {
      height: 50vh;
      max-height: 380px;
      min-height: 280px; } }
  .wedding-landing .hero .container {
    padding: 88px 24px; }
    @media (min-width: 768px) {
      .wedding-landing .hero .container {
        padding: 85px 0px 50px 0px; } }
    @media (min-width: 992px) {
      .wedding-landing .hero .container {
        padding: 12vh 25px 10vh; } }
    @media (min-width: 992px) and (max-height: 600px) {
      .wedding-landing .hero .container {
        padding: 10vh 25px 7vh; } }
    @media (min-width: 992px) and (min-height: 768px) {
      .wedding-landing .hero .container {
        padding: 105px 25px 83px; } }
  .wedding-landing .hero__text {
    display: none;
    text-align: center; }
    @media (min-width: 768px) {
      .wedding-landing .hero__text {
        display: block; } }
    .wedding-landing .hero__text .title {
      margin: 0;
      font-family: "Alga";
      font-weight: 600;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .wedding-landing .hero__text .title {
          font-size: 32px;
          line-height: 42px;
          font-weight: bold; } }
      @media (min-width: 992px) {
        .wedding-landing .hero__text .title {
          font-size: 42px;
          line-height: 52px; } }
    .wedding-landing .hero__text .subtext {
      max-width: 500px;
      margin: 8px auto 18px;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      font-feature-settings: "liga" off;
      color: #061C3C; }
      @media (min-width: 768px) {
        .wedding-landing .hero__text .subtext {
          margin: 0 auto 24px auto;
          font-size: 16px;
          line-height: 24px; } }
      @media (min-width: 992px) {
        .wedding-landing .hero__text .subtext {
          font-size: 18px;
          line-height: 28px; } }
    .wedding-landing .hero__text .button {
      vertical-align: top;
      border-radius: 0;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #ffffff;
      background: #061C3C;
      border-color: #061C3C;
      width: 142px;
      padding: 0;
      font-size: 12px;
      line-height: 42px;
      height: 42px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .wedding-landing .hero__text .button {
            letter-spacing: 1px; } } }
      .wedding-landing .hero__text .button:nth-of-type(1) {
        margin: 0 36px 0 0; }
      @media (min-width: 768px) {
        .wedding-landing .hero__text .button {
          width: auto;
          padding: 3px 40px;
          margin: 0;
          min-width: 263px;
          font-size: 13px;
          line-height: 50px;
          height: 58px; } }
      .wedding-landing .hero__text .button:hover {
        background: transparent;
        color: #061C3C; }
  .wedding-landing .hero-text.mobile {
    text-align: center;
    padding: 28px 24px; }
    .wedding-landing .hero-text.mobile .subtitle {
      font-weight: bold;
      font-size: 11px;
      line-height: 20px;
      color: #061C3C;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .wedding-landing .hero-text.mobile .subtitle {
            letter-spacing: 1px; } } }
    .wedding-landing .hero-text.mobile .title {
      margin: 10px 0 6px 0;
      font-family: "Alga";
      font-weight: 600;
      font-size: 24px;
      line-height: 28px;
      color: #061C3C; }
    .wedding-landing .hero-text.mobile .subtext {
      margin: 0;
      font-size: 12px;
      line-height: 16px;
      color: #061C3C; }
    .wedding-landing .hero-text.mobile .button {
      margin: 22px 0 0 0;
      vertical-align: top;
      border-radius: 0;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #061C3C;
      background: transparent;
      border: 1px solid #061C3C;
      width: 145px;
      padding: 0;
      font-size: 12px;
      line-height: 42px;
      height: 42px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .wedding-landing .hero-text.mobile .button {
            letter-spacing: 1px; } } }
      .wedding-landing .hero-text.mobile .button:first-of-type {
        margin-right: 14px; }
      .wedding-landing .hero-text.mobile .button:hover {
        background: #061C3C;
        color: #ffffff; }
    @media (min-width: 768px) {
      .wedding-landing .hero-text.mobile {
        display: none; } }

.wedding-landing .information {
  padding: 22px 0 0 0; }
  @media (min-width: 768px) {
    .wedding-landing .information {
      padding: 32px 0; } }
  @media (max-width: 767px) {
    .wedding-landing .information .row {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      .wedding-landing .information .row .col-lg-5:first-of-type {
        order: 1;
        background-color: #eff1f1; }
      .wedding-landing .information .row .col-lg-5:nth-of-type(2) {
        order: 0; } }
  @media (min-width: 992px) {
    .wedding-landing .information {
      padding: 88px 0 48px; } }
  .wedding-landing .information .col-lg-5 {
    padding: 38px 24px 50px 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .wedding-landing .information .col-lg-5 {
        text-align: left;
        padding: 0px 30px 60px 30px; } }
    @media (min-width: 1180px) {
      .wedding-landing .information .col-lg-5 {
        padding: 50px 70px 60px 25px; } }
    .wedding-landing .information .col-lg-5 .subtitle {
      margin: 0 auto;
      padding-bottom: 6px;
      width: 140px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #9F735A;
      border-bottom: 1px solid #9F735A;
      font-size: 12px;
      line-height: 16px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .wedding-landing .information .col-lg-5 .subtitle {
            letter-spacing: 1px; } } }
      @media (min-width: 768px) {
        .wedding-landing .information .col-lg-5 .subtitle {
          margin: 0 15px;
          width: auto; } }
      @media (min-width: 992px) {
        .wedding-landing .information .col-lg-5 .subtitle {
          padding: 0 0 6px 0;
          margin: 0; } }
    .wedding-landing .information .col-lg-5 .title {
      padding: 0 10px;
      margin: 26px 0 12px;
      font-size: 24px;
      line-height: 28px;
      font-family: "Alga";
      font-weight: 600;
      letter-spacing: 0.02em;
      color: #061C3C; }
      @media (min-width: 768px) {
        .wedding-landing .information .col-lg-5 .title {
          padding: 0 0px 0 10px;
          margin: 26px 0 12px;
          font-size: 32px;
          line-height: 40px; } }
      @media (min-width: 992px) {
        .wedding-landing .information .col-lg-5 .title {
          padding: 0 100px 0 0; } }
    .wedding-landing .information .col-lg-5 .content {
      padding: 0 10px;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      margin: 0 0 34px 0; }
      @media (min-width: 768px) {
        .wedding-landing .information .col-lg-5 .content {
          margin: 0 0 48px 0;
          font-size: 16px;
          line-height: 20px; } }
      @media (min-width: 992px) {
        .wedding-landing .information .col-lg-5 .content {
          padding: 0 30px 0 0;
          margin: 0; } }
    .wedding-landing .information .col-lg-5 .cta {
      width: 130px;
      display: block;
      margin: 0 auto;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em;
      font-feature-settings: "liga" off;
      color: #061C3C;
      text-decoration: none;
      float: none; }
      @media (min-width: 768px) {
        .wedding-landing .information .col-lg-5 .cta {
          font-size: 16px;
          line-height: 30px;
          float: left; } }
      @media (min-width: 992px) {
        .wedding-landing .information .col-lg-5 .cta {
          margin-top: 36px; } }
      .wedding-landing .information .col-lg-5 .cta .material-icons {
        display: inline;
        float: none;
        vertical-align: bottom;
        margin-left: 9px; }
        @media (min-width: 768px) {
          .wedding-landing .information .col-lg-5 .cta .material-icons {
            float: right; } }
  .wedding-landing .information .col-lg-7 {
    padding: 0; }
    @media (max-width: 767px) {
      .wedding-landing .information .col-lg-7 {
        text-align: center; } }

.wedding-landing .heroCarouselInspired .reviewBlock .person-stars img {
  display: inline-block;
  width: auto; }

.wedding-landing .heroCarouselInspired .slick-dots {
  top: 120px;
  left: 2vw;
  text-align: left; }
  @media (min-width: 400px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      top: 75px; } }
  @media (min-width: 620px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      left: 3vw; } }
  @media (min-width: 768px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      top: 200px;
      left: 3vw; } }
  @media (min-width: 992px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      top: 250px;
      left: 3vw; } }
  @media (min-width: 1250px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      left: 5vw; } }
  @media (min-width: 1440px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      left: 8.7vw; } }
  @media (min-width: 1600px) {
    .wedding-landing .heroCarouselInspired .slick-dots {
      left: 10vw; } }
  .wedding-landing .heroCarouselInspired .slick-dots li {
    display: block; }
    .wedding-landing .heroCarouselInspired .slick-dots li button,
    .wedding-landing .heroCarouselInspired .slick-dots li button::before {
      width: 8px;
      height: 8px;
      background: #cac9c8;
      color: #cac9c8;
      border-color: #cac9c8; }
      @media (min-width: 768px) {
        .wedding-landing .heroCarouselInspired .slick-dots li button,
        .wedding-landing .heroCarouselInspired .slick-dots li button::before {
          width: 10px;
          height: 10px; } }
    .wedding-landing .heroCarouselInspired .slick-dots li.slick-active button,
    .wedding-landing .heroCarouselInspired .slick-dots li.slick-active button::before {
      background: black;
      color: black;
      border-color: black; }

.wedding-landing .heroCarouselInspired .slick-prev {
  display: none !important; }

.wedding-landing .heroCarouselInspired .slick-next {
  display: none !important; }

@media (max-width: 767px) {
  .wedding-landing .heroCarouselInspired .slick-track,
  .wedding-landing .heroCarouselInspired .slide {
    width: 100% !important; } }

.wedding-landing .heroCarouselInspired .inspiredBy {
  max-height: 720px; }
  .wedding-landing .heroCarouselInspired .inspiredBy.yellow {
    background-color: #F9F5ED; }
  .wedding-landing .heroCarouselInspired .inspiredBy.peach {
    background-color: #EFEADF; }
  .wedding-landing .heroCarouselInspired .inspiredBy .container {
    max-width: 1200px;
    padding: 0 15px; }
    .wedding-landing .heroCarouselInspired .inspiredBy .container .row {
      padding: 0;
      text-align: center; }
      @media (min-width: 620px) {
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row {
          padding: 40px 0 30px 0px; } }
      @media (min-width: 768px) {
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row {
          text-align: left;
          padding: 50px 0 30px 0px; } }
      @media (min-width: 992px) {
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row {
          padding: 88px 0 30px 0px; } }
      .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col {
        padding: 48px 25px 45px 25px; }
        @media (min-width: 768px) {
          .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col {
            padding: 48px 25px 45px 80px; } }
        @media (min-width: 840px) {
          .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col {
            padding: 60px 70px 45px 100px; } }
        @media (min-width: 992px) {
          .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col {
            padding: 130px 40px 0 110px; } }
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .title {
          margin: 0px 0 15px 0;
          font-family: "Alga";
          font-weight: 600;
          font-size: 24px;
          line-height: 28px;
          letter-spacing: 1px;
          color: #061C3C; }
          @media (min-width: 992px) {
            .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .title {
              margin: 0 0 20px 0;
              font-size: 38px;
              line-height: 40px; } }
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .text {
          max-width: 440px;
          font-weight: 500;
          color: #061C3C;
          font-size: 14px;
          line-height: 20px; }
          @media (min-width: 992px) {
            .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .text {
              font-size: 20px;
              line-height: 28px; } }
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .cta {
          margin: 36px 0 0 0;
          display: block;
          font-weight: bold;
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0.02em;
          text-transform: uppercase;
          font-feature-settings: "liga" off;
          color: #061C3C; }
          @media (min-width: 768px) {
            .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .cta {
              float: left;
              margin: 24px 0 0 0;
              font-size: 16px;
              line-height: 30px;
              margin: 55px 0 0 0; } }
          .wedding-landing .heroCarouselInspired .inspiredBy .container .row .text-col .cta .material-icons {
            margin: 3px 0 0 9px;
            vertical-align: middle; }
      .wedding-landing .heroCarouselInspired .inspiredBy .container .row .img-col {
        padding: 0; }
        .wedding-landing .heroCarouselInspired .inspiredBy .container .row .img-col img {
          mix-blend-mode: multiply; }
          @media (min-width: 992px) {
            .wedding-landing .heroCarouselInspired .inspiredBy .container .row .img-col img {
              width: 582px;
              height: 603px; } }

.wedding-landing .image-divider {
  background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/sapphire-banner-.png?t=1623871066");
  background-size: cover;
  height: 162px; }
  @media (min-width: 768px) {
    .wedding-landing .image-divider {
      background-position: 35% 50%;
      height: 320px; } }
  @media (min-width: 992px) {
    .wedding-landing .image-divider {
      height: 623px; } }

.wedding-landing .inspiredText {
  padding: 14px 25px 10px;
  background-color: #E7F1F4;
  text-align: center; }
  .wedding-landing .inspiredText .text {
    font-family: "Alga";
    font-weight: normal;
    letter-spacing: 1px;
    color: #1c1817;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 992px) {
      .wedding-landing .inspiredText .text {
        font-size: 38px;
        line-height: 40px; } }

.wedding-landing .latestListings {
  padding: 45px 0 45px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .wedding-landing .latestListings {
      padding: 97px 0 94px 0; } }
  .wedding-landing .latestListings .tagline {
    padding: 0 0 6px 0;
    margin: 0 auto;
    width: 184px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #9F735A;
    border-bottom: 1px solid #9F735A;
    letter-spacing: 2px; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .wedding-landing .latestListings .tagline {
          letter-spacing: 1px; } } }
  .wedding-landing .latestListings .blog-posts {
    padding: 48px 0 0 0; }
    @media (min-width: 992px) {
      .wedding-landing .latestListings .blog-posts {
        display: flex;
        flex-direction: row;
        justify-content: center; } }
    .wedding-landing .latestListings .blog-posts .blog-col {
      padding: 25px; }
      @media (min-width: 992px) {
        .wedding-landing .latestListings .blog-posts .blog-col {
          padding: 0 23px;
          max-width: 455px; } }
      .wedding-landing .latestListings .blog-posts .blog-col a {
        text-decoration: none; }
      .wedding-landing .latestListings .blog-posts .blog-col .blog-img {
        width: 100%;
        height: 350px;
        object-fit: cover; }
        @media (min-width: 992px) {
          .wedding-landing .latestListings .blog-posts .blog-col .blog-img {
            height: 494px; } }
      .wedding-landing .latestListings .blog-posts .blog-col .blog-title {
        margin: 36px 0 18px 0;
        font-family: 'Alga';
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        color: #000000; }
      .wedding-landing .latestListings .blog-posts .blog-col .blog-date {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #717171; }

.wedding-landing .consultation-footer {
  background: white;
  color: #061C3C; }
  .wedding-landing .consultation-footer .book-now:hover {
    background-color: #F9F5ED; }

.wedding-landing .customerReviews {
  background: #EFEADF !important;
  color: #061C3C !important; }
  .wedding-landing .customerReviews .text, .wedding-landing .customerReviews .person-location, .wedding-landing .customerReviews .person-stars, .wedding-landing .customerReviews .person-name, .wedding-landing .customerReviews a {
    color: #061C3C !important; }
  .wedding-landing .customerReviews .heroCarouselReviews .slick-next::before {
    color: #061C3C !important; }
  .wedding-landing .customerReviews .heroCarouselReviews .slick-prev::before {
    color: #061C3C !important; }

.frequentlyAsked .hero {
  background-color: #F9F5ED;
  height: 150px; }
  @media (max-width: 767px) {
    .frequentlyAsked .hero {
      background-position: 50% 50%; } }
  @media (min-width: 768px) {
    .frequentlyAsked .hero {
      height: 220px; } }
  .frequentlyAsked .hero .container {
    padding: 0; }
  .frequentlyAsked .hero__text {
    padding: 50px 0 0 0;
    margin: 0;
    font-family: "Alga";
    font-weight: 600;
    color: #061C3C;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .frequentlyAsked .hero__text {
        padding: 84px 0 0 44px;
        text-align: left;
        font-size: 32px;
        line-height: 42px; } }
    @media (min-width: 992px) {
      .frequentlyAsked .hero__text {
        font-size: 42px;
        line-height: 52px;
        max-width: 1200px; } }

.frequentlyAsked .information {
  display: none !important;
  padding: 2rem 1rem;
  color: #000000; }
  @media (min-width: 768px) {
    .frequentlyAsked .information {
      padding: 20px 0 0 0; } }
  .frequentlyAsked .information__column {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center; }
    @media (max-width: 767px) {
      .frequentlyAsked .information__column {
        width: 100%; } }
    @media (min-width: 768px) {
      .frequentlyAsked .information__column {
        text-align: left;
        padding: 45px 4rem 45px 8rem; }
        .frequentlyAsked .information__column:first-of-type {
          border-right: 1px solid #e1dfdd; } }
    .frequentlyAsked .information__column .title {
      margin: 0 0 10px;
      font-family: "Alga";
      font-weight: 600;
      font-size: 24px;
      line-height: 28px; }
    .frequentlyAsked .information__column .content {
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      font-feature-settings: "liga" off; }
      @media (min-width: 768px) {
        .frequentlyAsked .information__column .content {
          font-size: 16px;
          line-height: 20px; } }
      .frequentlyAsked .information__column .content .store-address {
        text-decoration: underline; }
      .frequentlyAsked .information__column .content .subtitle {
        margin: 21px 0 12px 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #9F735A; }
      .frequentlyAsked .information__column .content .call-btn,
      .frequentlyAsked .information__column .content .email-btn {
        padding: 0;
        display: block;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        font-feature-settings: "liga" off;
        text-decoration: none; }
        .frequentlyAsked .information__column .content .call-btn a,
        .frequentlyAsked .information__column .content .email-btn a {
          text-decoration: none; }
      .frequentlyAsked .information__column .content .call-btn {
        margin: 30px auto 18px auto; }
        @media (min-width: 768px) {
          .frequentlyAsked .information__column .content .call-btn {
            margin: 30px 0 18px 0; } }
      @media (max-width: 767px) {
        .frequentlyAsked .information__column .content .email-btn {
          margin: 18px auto 30px auto; } }
      .frequentlyAsked .information__column .content .call-svg, .frequentlyAsked .information__column .content .email-svg {
        margin-right: 15px; }
      .frequentlyAsked .information__column .content .hours table {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
        @media (max-width: 767px) {
          .frequentlyAsked .information__column .content .hours table {
            margin: 0 auto; } }
        .frequentlyAsked .information__column .content .hours table tr td:first-of-type {
          padding-right: 15px;
          font-weight: bold; }

.frequentlyAsked .faq {
  padding: 44px 1rem 55px 1rem;
  background: #F9F5ED; }
  @media (min-width: 992px) {
    .frequentlyAsked .faq {
      padding: 89px 0 143px; } }
  .frequentlyAsked .faq .container {
    padding: 0;
    max-width: 1200px; }
    .frequentlyAsked .faq .container .col-lg-3,
    .frequentlyAsked .faq .container .col-lg-9 {
      padding: 0; }
  .frequentlyAsked .faq-nav ul, .frequentlyAsked .faq-nav-mobile ul {
    margin: 0 0 0 8px;
    list-style-type: none; }
    .frequentlyAsked .faq-nav ul li, .frequentlyAsked .faq-nav-mobile ul li {
      font-family: Alga;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px; }
      .frequentlyAsked .faq-nav ul li:first-of-type, .frequentlyAsked .faq-nav-mobile ul li:first-of-type {
        padding: 0 0 11px 0; }
      .frequentlyAsked .faq-nav ul li:not(:first-of-type), .frequentlyAsked .faq-nav-mobile ul li:not(:first-of-type) {
        padding: 11px 0; }
      .frequentlyAsked .faq-nav ul li a, .frequentlyAsked .faq-nav-mobile ul li a {
        text-decoration: none;
        color: #a4a6aa; }
        .frequentlyAsked .faq-nav ul li a.active, .frequentlyAsked .faq-nav-mobile ul li a.active {
          color: #061C3C; }
  .frequentlyAsked .faq-nav.sticky, .frequentlyAsked .faq-nav-mobile.sticky {
    position: fixed;
    top: 20%; }
  .frequentlyAsked .faq-nav {
    display: none;
    padding: 0 1rem; }
    @media (min-width: 1250px) {
      .frequentlyAsked .faq-nav {
        padding: 0; } }
    @media (min-width: 992px) {
      .frequentlyAsked .faq-nav {
        display: block; } }
  .frequentlyAsked .faq-nav-mobile {
    display: block;
    margin-bottom: 30px; }
    .frequentlyAsked .faq-nav-mobile ul li:first-of-type {
      padding: 17px;
      background: #EFEADF;
      cursor: pointer; }
      .frequentlyAsked .faq-nav-mobile ul li:first-of-type:after {
        content: "\25bc";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
      .frequentlyAsked .faq-nav-mobile ul li:first-of-type.expanded:after {
        content: "\25b2";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
    .frequentlyAsked .faq-nav-mobile ul li:not(:first-of-type) {
      padding: 11px 15px; }
    @media (min-width: 992px) {
      .frequentlyAsked .faq-nav-mobile {
        display: none; } }
  @media (max-width: 991px) {
    .frequentlyAsked .faq-content {
      padding-top: 49px; } }
  .frequentlyAsked .faq-content #faq-working {
    padding: 0 0 49px 0; }
  .frequentlyAsked .faq-content #faq-sapphires,
  .frequentlyAsked .faq-content #faq-shipping,
  .frequentlyAsked .faq-content #faq-duties,
  .frequentlyAsked .faq-content #faq-ordering,
  .frequentlyAsked .faq-content #faq-warranty {
    padding: 49px 0; }
  .frequentlyAsked .faq-content .title {
    padding: 0 28px 28px 15px;
    font-family: "Alga";
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #111111; }
    @media (min-width: 768px) {
      .frequentlyAsked .faq-content .title {
        font-size: 38px;
        line-height: 40px; } }
    @media (min-width: 992px) {
      .frequentlyAsked .faq-content .title {
        padding: 0 0 28px; } }
  .frequentlyAsked .faq-content .accordion-title {
    margin-top: -1px;
    padding: 28px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    transition: 0.7s;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    @media (min-width: 768px) {
      .frequentlyAsked .faq-content .accordion-title {
        font-size: 16px;
        line-height: 22px; } }
    .frequentlyAsked .faq-content .accordion-title:hover {
      background-color: #EFEADF; }
    .frequentlyAsked .faq-content .accordion-title:after {
      content: "\25bc";
      float: right;
      font-size: 16px;
      width: 14px;
      height: 14px; }
    .frequentlyAsked .faq-content .accordion-title.expanded {
      background-color: #EFEADF; }
      .frequentlyAsked .faq-content .accordion-title.expanded:after {
        content: "\25b2";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
  .frequentlyAsked .faq-content .accordion-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "liga" off;
    color: #111111; }
    @media (min-width: 768px) {
      .frequentlyAsked .faq-content .accordion-content {
        font-size: 16px;
        line-height: 20px; } }
    .frequentlyAsked .faq-content .accordion-content p:last-of-type {
      margin-bottom: 0; }

.frequentlyAsked .book-a-consultation {
  background: #E7F1F4;
  color: #061C3C; }

.ourPromise .hero {
  background-color: white;
  position: relative; }
  @media (max-width: 991px) {
    .ourPromise .hero {
      padding-bottom: 46px; } }
  .ourPromise .hero .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: middle; }
    @media (max-width: 991px) {
      .ourPromise .hero .featured-img {
        position: relative;
        margin-bottom: 26px;
        height: 320px; } }
    @media (min-width: 992px) {
      .ourPromise .hero .featured-img {
        height: 50vh;
        max-height: 380px;
        min-height: 280px; } }
    @media (max-width: 991px) {
      .ourPromise .hero .featured-img.desktop {
        display: none; } }
    @media (min-width: 768px) {
      .ourPromise .hero .featured-img.desktop {
        display: block; } }
    @media (max-width: 991px) {
      .ourPromise .hero .featured-img.mobile {
        display: block; } }
    @media (min-width: 768px) {
      .ourPromise .hero .featured-img.mobile {
        display: none; } }
  .ourPromise .hero .background-wrapper {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(85.35deg, #f9f5ed -22.08%, rgba(249, 245, 237, 0) 76%); }
    @media (max-width: 991px) {
      .ourPromise .hero .background-wrapper {
        height: 320px; } }
    @media (min-width: 992px) {
      .ourPromise .hero .background-wrapper {
        height: 380px; } }
  .ourPromise .hero .container {
    padding: 0 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .ourPromise .hero .container {
        text-align: left; } }
    @media (min-width: 992px) {
      .ourPromise .hero .container {
        padding: 14vh 25px 8vh; } }
    @media (min-width: 992px) and (max-height: 500px) {
      .ourPromise .hero .container {
        padding: 18vh 25px 10vh; } }
    @media (min-width: 992px) and (min-height: 768px) {
      .ourPromise .hero .container {
        padding: 149px 25px 79px; } }
    @media (min-width: 1440px) {
      .ourPromise .hero .container {
        max-width: 1200px; } }
  .ourPromise .hero .title {
    margin: 0;
    font-family: "Alga";
    font-weight: 600;
    color: #061C3C;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .ourPromise .hero .title {
        font-size: 32px;
        line-height: 42px; } }
    @media (min-width: 992px) {
      .ourPromise .hero .title {
        font-size: 42px;
        line-height: 52px; } }
  .ourPromise .hero .text {
    margin: 6px 0 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #061C3C; }
    @media (min-width: 768px) {
      .ourPromise .hero .text {
        margin: 8px 0 0 0;
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 992px) {
      .ourPromise .hero .text {
        font-size: 18px;
        line-height: 24px;
        max-width: 590px; } }

.ourPromise .theMission.first {
  padding: 26px 26px 33vw;
  background: #E7F1F4; }
  @media (min-width: 992px) {
    .ourPromise .theMission.first {
      padding: 113px 25px 480px; } }
  .ourPromise .theMission.first .container {
    padding: 0; }
    .ourPromise .theMission.first .container .tagline {
      margin: 0 auto;
      padding: 0 0 6px 0;
      width: 185px;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      text-align: center;
      color: #9F735A;
      text-transform: uppercase;
      border-bottom: 1px solid #9F735A;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .ourPromise .theMission.first .container .tagline {
            letter-spacing: 1px; } } }
    .ourPromise .theMission.first .container .title {
      max-width: 972px;
      margin: 26px auto 30px;
      font-family: "Alga";
      font-weight: 600;
      text-align: center;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .ourPromise .theMission.first .container .title {
          margin: 26px auto 42px;
          font-size: 38px;
          line-height: 40px;
          letter-spacing: 1px; } }
    .ourPromise .theMission.first .container .row {
      padding: 0 15px; }
    .ourPromise .theMission.first .container .col-lg-12 {
      padding: 0; }
    .ourPromise .theMission.first .container .col-lg-12 {
      margin: 0 auto;
      padding: 0 35px; }
      @media (min-width: 500px) {
        .ourPromise .theMission.first .container .col-lg-12 {
          padding: 0 40px; } }
      @media (min-width: 600px) {
        .ourPromise .theMission.first .container .col-lg-12 {
          padding: 0 45px; } }
      @media (min-width: 650px) {
        .ourPromise .theMission.first .container .col-lg-12 {
          padding: 0 55px; } }
      @media (min-width: 700px) {
        .ourPromise .theMission.first .container .col-lg-12 {
          position: relative;
          padding: 0 65px; } }
      .ourPromise .theMission.first .container .col-lg-12 img {
        max-width: 90%;
        position: absolute;
        width: 100%; }
        @media (max-width: 768px) {
          .ourPromise .theMission.first .container .col-lg-12 img {
            max-width: 100%;
            left: 0; } }
        @media (max-width: 991px) {
          .ourPromise .theMission.first .container .col-lg-12 img.desktop {
            display: none; } }
        @media (min-width: 992px) {
          .ourPromise .theMission.first .container .col-lg-12 img.desktop {
            display: block; } }
        @media (max-width: 991px) {
          .ourPromise .theMission.first .container .col-lg-12 img.mobile {
            display: block; } }
        @media (min-width: 992px) {
          .ourPromise .theMission.first .container .col-lg-12 img.mobile {
            display: none; } }
      @media (min-width: 768px) {
        .ourPromise .theMission.first .container .col-lg-12 {
          width: 100%; }
          .ourPromise .theMission.first .container .col-lg-12 img {
            position: absolute;
            top: 30px; } }
      @media (min-width: 1150px) {
        .ourPromise .theMission.first .container .col-lg-12 img {
          position: absolute;
          top: 20px; } }

.ourPromise .theMission.second {
  background: #F9F5ED;
  padding: 33vw 0 0; }
  @media (min-width: 768px) {
    .ourPromise .theMission.second {
      padding: 40vw 0 0; } }
  @media (min-width: 992px) {
    .ourPromise .theMission.second {
      padding: 240px 0 0px; } }
  .ourPromise .theMission.second .container {
    max-width: 1440px;
    padding: 0; }
    @media (max-width: 991px) {
      .ourPromise .theMission.second .container .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; } }
    @media (min-width: 992px) {
      .ourPromise .theMission.second .container .row:not(:first-of-type) {
        padding-top: 110px; } }
    .ourPromise .theMission.second .container .row .col-lg-6 {
      padding: 0; }
      .ourPromise .theMission.second .container .row .col-lg-6.text-col {
        padding: 60px 40px 68px;
        text-align: left; }
        @media (max-width: 991px) {
          .ourPromise .theMission.second .container .row .col-lg-6.text-col {
            width: 100%;
            order: -1;
            text-align: center; } }
        @media (min-width: 992px) {
          .ourPromise .theMission.second .container .row .col-lg-6.text-col:nth-of-type(odd) {
            padding: 46px 74px 0 105px; }
          .ourPromise .theMission.second .container .row .col-lg-6.text-col:nth-of-type(even) {
            padding: 46px 54px 0 120px; } }
        @media (min-width: 1250px) {
          .ourPromise .theMission.second .container .row .col-lg-6.text-col:nth-of-type(odd) {
            padding: 117px 70px 0 240px; }
          .ourPromise .theMission.second .container .row .col-lg-6.text-col:nth-of-type(even) {
            padding: 117px 190px 0 120px; } }
      @media (max-width: 991px) {
        .ourPromise .theMission.second .container .row .col-lg-6.img-col {
          width: 100%;
          order: 1;
          height: 300px; }
          .ourPromise .theMission.second .container .row .col-lg-6.img-col img {
            height: 300px;
            width: 100%;
            object-fit: cover; } }
      @media (min-width: 992) {
        .ourPromise .theMission.second .container .row .col-lg-6.img-col {
          padding-right: 10px; }
          .ourPromise .theMission.second .container .row .col-lg-6.img-col img {
            float: right;
            object-fit: cover;
            max-width: 705px;
            height: 660px; } }
      .ourPromise .theMission.second .container .row .col-lg-6 .tagline {
        padding: 0 0 6px;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #9F735A;
        letter-spacing: 2px; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .ourPromise .theMission.second .container .row .col-lg-6 .tagline {
              letter-spacing: 1px; } } }
        @media (max-width: 991px) {
          .ourPromise .theMission.second .container .row .col-lg-6 .tagline {
            width: 154px;
            margin: 0 auto 10px;
            border-bottom: 1px solid #9F735A; } }
      .ourPromise .theMission.second .container .row .col-lg-6 .title {
        margin: 0 0 16px 0;
        font-family: "Alga";
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #000000; }
        @media (min-width: 992px) {
          .ourPromise .theMission.second .container .row .col-lg-6 .title {
            margin: 10px 0 16px 0;
            font-size: 28px;
            line-height: 36px; } }
      .ourPromise .theMission.second .container .row .col-lg-6 .content {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
        .ourPromise .theMission.second .container .row .col-lg-6 .content p:last-of-type {
          margin-bottom: 0; }
        @media (min-width: 992px) {
          .ourPromise .theMission.second .container .row .col-lg-6 .content {
            font-size: 16px;
            line-height: 20px; } }

.ourPromise .qualityCustomise {
  padding: 40px 0 36px;
  background-color: #E7F1F4; }
  @media (min-width: 768px) {
    .ourPromise .qualityCustomise {
      padding: 140px 0 86px; } }
  .ourPromise .qualityCustomise .container {
    padding: 0 25px;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .ourPromise .qualityCustomise .container {
        padding: 0 15px; } }
    .ourPromise .qualityCustomise .container .title {
      margin: 0 auto 35px;
      font-family: "Alga";
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
      color: #000000; }
      @media (min-width: 768px) {
        .ourPromise .qualityCustomise .container .title {
          padding: 0;
          margin: 0 auto 63px;
          font-size: 28px;
          line-height: 36px; } }
    .ourPromise .qualityCustomise .container .nv-button--secondary {
      margin: 0 auto 62px;
      width: 100%;
      max-width: none; }
      @media (min-width: 768px) {
        .ourPromise .qualityCustomise .container .nv-button--secondary {
          margin: 0 auto 142px;
          width: 377px; } }
    .ourPromise .qualityCustomise .container .images {
      position: relative; }
      .ourPromise .qualityCustomise .container .images .jewel-sprite {
        display: block;
        position: absolute;
        width: 54px;
        top: -38px;
        right: 10px; }
        @media (min-width: 768px) {
          .ourPromise .qualityCustomise .container .images .jewel-sprite {
            width: 79px;
            top: -40px;
            right: 100px; } }
      .ourPromise .qualityCustomise .container .images .banner-img {
        height: 244px;
        background-size: cover;
        background-position: 50% 50%; }
        @media (max-width: 991px) {
          .ourPromise .qualityCustomise .container .images .banner-img {
            background-image: url("https://nolan-and-vada-sandbox-1.mybigcommerce.com/product_images/uploaded_images/quality-customise-edit-mobile.png") !important; } }
        @media (min-width: 768px) {
          .ourPromise .qualityCustomise .container .images .banner-img {
            height: 500px;
            background-size: cover;
            background-position: 50% 50%; } }

.ourPromise .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .ourPromise .customerReviews .text, .ourPromise .customerReviews .person-location, .ourPromise .customerReviews .person-stars, .ourPromise .customerReviews .person-name, .ourPromise .customerReviews a {
    color: #061C3C !important; }
  .ourPromise .customerReviews .slick-prev.slick-arrow::before,
  .ourPromise .customerReviews .slick-next.slick-arrow::before {
    color: #061C3C !important; }

.ourEthics .hero {
  background-color: white;
  position: relative; }
  @media (max-width: 991px) {
    .ourEthics .hero {
      padding-bottom: 30px; } }
  .ourEthics .hero .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: right; }
    @media (max-width: 991px) {
      .ourEthics .hero .featured-img {
        position: relative;
        margin-bottom: 28px;
        height: 240px; } }
    @media (min-width: 992px) {
      .ourEthics .hero .featured-img {
        height: 50vh;
        max-height: 380px;
        min-height: 280px; } }
  .ourEthics .hero .background-wrapper {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(85.35deg, #f9f5ed -22.08%, rgba(249, 245, 237, 0) 76%); }
    @media (max-width: 991px) {
      .ourEthics .hero .background-wrapper {
        height: 240px; } }
    @media (min-width: 992px) {
      .ourEthics .hero .background-wrapper {
        height: 50vh;
        max-height: 380px;
        min-height: 280px; } }
  .ourEthics .hero .container {
    padding: 0 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .ourEthics .hero .container {
        padding: 14vh 25px 7vh;
        text-align: left; } }
    @media (min-width: 992px) and (max-height: 500px) {
      .ourEthics .hero .container {
        padding: 10vh 25px 5vh; } }
    @media (min-width: 992px) and (min-height: 768px) {
      .ourEthics .hero .container {
        padding: 115px 25px 93px; } }
    @media (min-width: 1440px) {
      .ourEthics .hero .container {
        max-width: 1200px; } }
  .ourEthics .hero .title {
    margin: 0;
    font-family: "Alga";
    font-weight: 600;
    color: #061C3C;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .ourEthics .hero .title {
        font-size: 32px;
        line-height: 42px;
        font-weight: bold; } }
    @media (min-width: 992px) {
      .ourEthics .hero .title {
        font-size: 42px;
        line-height: 52px; } }
  .ourEthics .hero .text {
    margin: 8px 0 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #061C3C; }
    @media (min-width: 768px) {
      .ourEthics .hero .text {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 992px) {
      .ourEthics .hero .text {
        font-size: 18px;
        line-height: 28px;
        width: 590px; } }

.ourEthics .information {
  padding: 36px 0 0;
  background-color: #F9F5ED;
  text-align: center; }
  @media (min-width: 992px) {
    .ourEthics .information {
      padding: 107px 0; } }
  .ourEthics .information .container {
    padding: 0; }
    @media (min-width: 992px) {
      .ourEthics .information .container {
        padding: 0 24px; } }
    .ourEthics .information .container .tagline {
      width: 210px;
      margin: 0 auto;
      padding: 0 0 6px 0;
      font-weight: bold;
      text-transform: uppercase;
      color: #9F735A;
      border-bottom: 1px solid #9F735A;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .ourEthics .information .container .tagline {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .ourEthics .information .container .tagline {
          width: 237px;
          font-size: 13px;
          line-height: 22px;
          letter-spacing: 2px;
          border-bottom: 2px solid #9F735A; } }
    .ourEthics .information .container .title {
      margin: 24px 0 8px 0;
      font-family: 'Alga';
      font-weight: 600;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .ourEthics .information .container .title {
          padding: 0 20px; } }
      @media (min-width: 992px) {
        .ourEthics .information .container .title {
          margin: 32px 0 6px 0;
          font-size: 38px;
          line-height: 40px;
          letter-spacing: 1px; } }
    .ourEthics .information .container .text {
      margin: 0 auto;
      font-weight: normal;
      color: #000000;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .ourEthics .information .container .text {
          padding: 0 20px; } }
      @media (min-width: 992px) {
        .ourEthics .information .container .text {
          width: 790px;
          font-size: 18px;
          line-height: 24px; } }
    .ourEthics .information .container .featured-img {
      margin: 60px 0 0 0; }
      @media (max-width: 991px) {
        .ourEthics .information .container .featured-img {
          width: 100%;
          height: 300px;
          object-fit: cover;
          object-position: bottom right; } }

.ourEthics .ourSapphires {
  padding: 36px 0 0;
  text-align: center;
  background: #EFF1F1; }
  @media (min-width: 992px) {
    .ourEthics .ourSapphires {
      padding: 62px 0 112px;
      text-align: left;
      background: #EFF1F1; } }
  .ourEthics .ourSapphires .container {
    max-width: 1200px;
    padding: 0; }
    @media (max-width: 991px) {
      .ourEthics .ourSapphires .container .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .ourEthics .ourSapphires .container .row:not(:first-of-type) {
          padding-top: 47px; } }
    @media (min-width: 992px) {
      .ourEthics .ourSapphires .container .row:not(:first-of-type) {
        padding-top: 110px; } }
    @media (max-width: 991px) {
      .ourEthics .ourSapphires .container .row {
        background-color: #EFF1F1; } }
    .ourEthics .ourSapphires .container .row .col-lg-6 {
      padding: 0; }
      .ourEthics .ourSapphires .container .row .col-lg-6.text-col {
        padding: 0 40px; }
        @media (max-width: 991px) {
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col {
            width: 100%; }
            .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(odd) {
              order: 0; }
            .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(even) {
              order: -1; } }
        @media (min-width: 992px) {
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(odd) {
            padding: 56px 50px 0 55px; }
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(even) {
            padding: 80px 50px 0 55px; } }
        @media (min-width: 992px) {
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(odd) {
            padding: 46px 74px 0 105px; }
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(even) {
            padding: 46px 54px 0 120px; } }
        @media (min-width: 1080px) {
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(odd) {
            padding: 116px 74px 0 105px; }
          .ourEthics .ourSapphires .container .row .col-lg-6.text-col:nth-of-type(even) {
            padding: 116px 54px 0 120px; } }
      @media (max-width: 991px) {
        .ourEthics .ourSapphires .container .row .col-lg-6.img-col {
          width: 100%; }
          .ourEthics .ourSapphires .container .row .col-lg-6.img-col:nth-of-type(odd) {
            order: 0; }
          .ourEthics .ourSapphires .container .row .col-lg-6.img-col:nth-of-type(even) {
            order: 1; } }
      .ourEthics .ourSapphires .container .row .col-lg-6.img-col img {
        width: 100%;
        object-fit: cover; }
      @media (min-width: 992px) {
        .ourEthics .ourSapphires .container .row .col-lg-6.img-col {
          padding-right: 10px; }
          .ourEthics .ourSapphires .container .row .col-lg-6.img-col img {
            max-width: 580px;
            max-height: 496px;
            object-fit: cover;
            float: right; } }
      .ourEthics .ourSapphires .container .row .col-lg-6 .subtitle {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        color: #9F735A;
        padding-bottom: 6px;
        border-bottom: 1px solid #9F735A;
        margin: 0 auto;
        width: 175px;
        letter-spacing: 2px; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .ourEthics .ourSapphires .container .row .col-lg-6 .subtitle {
              letter-spacing: 1px; } } }
        @media (min-width: 992px) {
          .ourEthics .ourSapphires .container .row .col-lg-6 .subtitle {
            width: 100%;
            margin: 0;
            padding-bottom: 0px;
            font-size: 14px;
            line-height: 22px;
            border: none; } }
      .ourEthics .ourSapphires .container .row .col-lg-6 .title {
        margin: 24px 0 8px 0;
        font-family: "Alga";
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        color: #000000; }
        @media (min-width: 992px) {
          .ourEthics .ourSapphires .container .row .col-lg-6 .title {
            margin: 8px 0 22px 0;
            font-size: 28px;
            line-height: 36px; } }
      .ourEthics .ourSapphires .container .row .col-lg-6 .content {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        padding-bottom: 60px; }
        @media (min-width: 992px) {
          .ourEthics .ourSapphires .container .row .col-lg-6 .content {
            padding-bottom: 0;
            font-size: 18px;
            line-height: 24px; } }

.ourEthics .qualityCustomise {
  padding: 40px 0 36px;
  background-color: #E7F1F4; }
  @media (min-width: 768px) {
    .ourEthics .qualityCustomise {
      padding: 140px 0 116px; } }
  .ourEthics .qualityCustomise .container {
    padding: 0 25px;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .ourEthics .qualityCustomise .container {
        padding: 0 15px; } }
    .ourEthics .qualityCustomise .container .title {
      margin: 0 auto 35px;
      font-family: "Alga";
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
      color: #000000; }
      @media (min-width: 768px) {
        .ourEthics .qualityCustomise .container .title {
          padding: 0;
          margin: 0 auto 50px;
          max-width: 853px;
          font-size: 28px;
          line-height: 36px; } }
    .ourEthics .qualityCustomise .container .nv-button--secondary {
      margin: 0 auto 62px;
      width: 100%;
      max-width: none; }
      @media (min-width: 768px) {
        .ourEthics .qualityCustomise .container .nv-button--secondary {
          margin: 0 auto 142px;
          width: 377px;
          font-size: 13px; } }
    .ourEthics .qualityCustomise .container .images {
      position: relative; }
      .ourEthics .qualityCustomise .container .images .jewel-sprite {
        display: block;
        position: absolute;
        width: 54px;
        top: -40px;
        right: 10px; }
        @media (min-width: 768px) {
          .ourEthics .qualityCustomise .container .images .jewel-sprite {
            width: 79px;
            top: -40px;
            right: 100px; } }
      .ourEthics .qualityCustomise .container .images .banner-img {
        height: 244px;
        background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/tools.png?t=1629302264");
        background-size: cover;
        background-position: 50% 50%; }
        @media (min-width: 768px) {
          .ourEthics .qualityCustomise .container .images .banner-img {
            margin: 0 auto;
            height: 539px;
            background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/tools.png?t=1629302264");
            background-size: cover;
            background-position: 50% 50%; } }
        @media (min-width: 992px) {
          .ourEthics .qualityCustomise .container .images .banner-img {
            width: 1111px; } }

.ourEthics .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .ourEthics .customerReviews .text, .ourEthics .customerReviews .person-location, .ourEthics .customerReviews .person-stars, .ourEthics .customerReviews .person-name, .ourEthics .customerReviews a {
    color: #061C3C !important; }
  .ourEthics .customerReviews .slick-next::before,
  .ourEthics .customerReviews .slick-prev::before {
    color: #061C3C !important; }

.ourStory .hero {
  background-color: #ffffff;
  position: relative; }
  @media (max-width: 991px) {
    .ourStory .hero {
      padding-bottom: 30px; } }
  .ourStory .hero .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: bottom; }
    @media (max-width: 991px) {
      .ourStory .hero .featured-img {
        position: relative;
        margin-bottom: 28px;
        height: 240px;
        object-position: right; } }
    @media (min-width: 992px) {
      .ourStory .hero .featured-img {
        height: 50vh;
        max-height: 380px;
        min-height: 280px; } }
  .ourStory .hero .background-wrapper {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(85.35deg, #f9f5ed -22.08%, rgba(249, 245, 237, 0) 76%); }
    @media (max-width: 991px) {
      .ourStory .hero .background-wrapper {
        height: 240px; } }
    @media (min-width: 992px) {
      .ourStory .hero .background-wrapper {
        height: 380px; } }
  .ourStory .hero .container {
    padding: 0 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .ourStory .hero .container {
        text-align: left; } }
    @media (min-width: 992px) {
      .ourStory .hero .container {
        padding: 15vh 40px 10vh; } }
    @media (min-width: 992px) and (max-height: 500px) {
      .ourStory .hero .container {
        padding: 18vh 40px 13vh; } }
    @media (min-width: 992px) and (min-height: 768px) {
      .ourStory .hero .container {
        padding: 149px 40px 103px; } }
    @media (min-width: 1440px) {
      .ourStory .hero .container {
        max-width: 1200px; } }
  .ourStory .hero .title {
    margin: 0;
    font-family: "Alga";
    font-weight: 600;
    color: #061C3C;
    font-size: 24px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .ourStory .hero .title {
        font-size: 32px;
        line-height: 42px;
        font-weight: bold; } }
    @media (min-width: 992px) {
      .ourStory .hero .title {
        font-size: 38px;
        line-height: 40px; } }
  .ourStory .hero .text {
    margin: 16px 0 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #061C3C; }
    @media (min-width: 768px) {
      .ourStory .hero .text {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 992px) {
      .ourStory .hero .text {
        font-size: 18px;
        line-height: 24px;
        max-width: 637px; } }

.ourStory .information {
  padding: 0;
  background: #F9F5ED; }
  @media (min-width: 992px) {
    .ourStory .information {
      padding: 100px 0; } }
  .ourStory .information .container {
    padding: 0; }
    .ourStory .information .container .row.first {
      text-align: center; }
      @media (max-width: 991px) {
        .ourStory .information .container .row.first {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column; } }
      @media (min-width: 992px) {
        .ourStory .information .container .row.first {
          text-align: left; } }
      .ourStory .information .container .row.first .col-lg-6 {
        padding: 0; }
        .ourStory .information .container .row.first .col-lg-6.about {
          padding: 58px 25px; }
          @media (max-width: 991px) {
            .ourStory .information .container .row.first .col-lg-6.about {
              width: 100%; } }
          @media (max-width: 991px) {
            .ourStory .information .container .row.first .col-lg-6.about {
              order: 2; } }
          @media (min-width: 992px) {
            .ourStory .information .container .row.first .col-lg-6.about {
              padding: 36px 40px 0 50px; } }
          @media (min-width: 992px) {
            .ourStory .information .container .row.first .col-lg-6.about {
              padding: 36px 40px 0 100px; } }
          @media (min-width: 1200px) {
            .ourStory .information .container .row.first .col-lg-6.about {
              padding: 36px 73px 0 100px; } }
          .ourStory .information .container .row.first .col-lg-6.about .tagline {
            font-weight: bold;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #9F735A;
            border-bottom: 1px solid #9F735A;
            padding: 0 0 6px 0;
            font-size: 12px;
            line-height: 16px; }
            @media not all and (min-resolution: 0.001dpcm) {
              @supports (-webkit-appearance: none) and (stroke-color: transparent) {
                .ourStory .information .container .row.first .col-lg-6.about .tagline {
                  letter-spacing: 1px; } } }
            @media (max-width: 767px) {
              .ourStory .information .container .row.first .col-lg-6.about .tagline {
                width: 180px;
                margin: 0 auto 21px; } }
            @media (min-width: 992px) {
              .ourStory .information .container .row.first .col-lg-6.about .tagline {
                display: block;
                padding: 0;
                font-size: 13px;
                line-height: 22px; } }
            @media (min-width: 992px) {
              .ourStory .information .container .row.first .col-lg-6.about .tagline {
                margin: 0; } }
          .ourStory .information .container .row.first .col-lg-6.about .title {
            font-family: "Alga";
            font-weight: 600;
            color: #061C3C; }
            @media (max-width: 991px) {
              .ourStory .information .container .row.first .col-lg-6.about .title {
                margin: 0 auto 16px;
                padding: 0 15px;
                font-size: 24px;
                line-height: 28px; } }
            @media (min-width: 992px) {
              .ourStory .information .container .row.first .col-lg-6.about .title {
                display: block;
                margin: 26px 0 22px;
                font-size: 24px;
                line-height: 28px; } }
          .ourStory .information .container .row.first .col-lg-6.about .content {
            padding: 0 16px;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #000000; }
            @media (min-width: 992px) {
              .ourStory .information .container .row.first .col-lg-6.about .content {
                margin: 0 0 48px 0;
                padding: 0;
                font-size: 16px;
                line-height: 20px; } }
            @media (min-width: 992px) {
              .ourStory .information .container .row.first .col-lg-6.about .content {
                margin: 0; } }
            .ourStory .information .container .row.first .col-lg-6.about .content .cta {
              display: block;
              margin: 40px 0 0 0;
              font-weight: bold;
              font-size: 16px;
              line-height: 30px;
              letter-spacing: 0.02em;
              font-feature-settings: "liga" off;
              color: #061C3C;
              text-transform: uppercase;
              text-decoration: none; }
              .ourStory .information .container .row.first .col-lg-6.about .content .cta .material-icons {
                margin: 0 0 0 5px;
                vertical-align: middle; }
        .ourStory .information .container .row.first .col-lg-6.img {
          position: relative; }
          @media (max-width: 991px) {
            .ourStory .information .container .row.first .col-lg-6.img {
              width: 100%;
              order: 0; } }
          .ourStory .information .container .row.first .col-lg-6.img img {
            max-width: none; }
            @media (max-width: 991px) {
              .ourStory .information .container .row.first .col-lg-6.img img {
                max-height: 380px;
                width: 100%;
                object-fit: cover;
                object-position: 50% 8%; } }
          .ourStory .information .container .row.first .col-lg-6.img .jewel-sprite {
            position: absolute;
            width: 41px;
            right: 15%;
            bottom: -60px; }
            @media (min-width: 605px) {
              .ourStory .information .container .row.first .col-lg-6.img .jewel-sprite {
                right: 25%; } }
            @media (min-width: 992px) {
              .ourStory .information .container .row.first .col-lg-6.img .jewel-sprite {
                position: absolute;
                width: 117px;
                left: 70%;
                bottom: -60px; } }

.ourStory .howItBegan.blue {
  background: #E7F1F4;
  padding: 65px 0 50px; }
  .ourStory .howItBegan.blue .container {
    padding: 0 20px; }
  @media (min-width: 768px) {
    .ourStory .howItBegan.blue {
      padding: 100px 0; } }
  .ourStory .howItBegan.blue .content {
    text-align: center; }
    @media (min-width: 768px) {
      .ourStory .howItBegan.blue .content {
        margin: 0 auto;
        max-width: 481px; } }
    .ourStory .howItBegan.blue .content .subtitle {
      padding-bottom: 6px;
      margin: 0 auto;
      width: 230px;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #9F735A;
      border-bottom: 2px solid #9F735A; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .ourStory .howItBegan.blue .content .subtitle {
            letter-spacing: 1px; } } }
      @media (min-width: 768px) {
        .ourStory .howItBegan.blue .content .subtitle {
          width: 292px;
          font-size: 13px;
          line-height: 22px; } }
    .ourStory .howItBegan.blue .content .text,
    .ourStory .howItBegan.blue .content .text > p {
      margin-top: 26px;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #061C3C; }
      @media (min-width: 768px) {
        .ourStory .howItBegan.blue .content .text,
        .ourStory .howItBegan.blue .content .text > p {
          margin-top: 16px;
          font-size: 16px;
          line-height: 20px; } }
    .ourStory .howItBegan.blue .content .text {
      margin-top: 36px; }
    .ourStory .howItBegan.blue .content .cta {
      margin: 16px auto 0;
      display: block;
      font-weight: bold;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.02em;
      font-feature-settings: "liga" off;
      color: #061C3C;
      text-transform: uppercase;
      text-decoration: none; }
      @media (min-width: 768px) {
        .ourStory .howItBegan.blue .content .cta {
          float: left; } }
      .ourStory .howItBegan.blue .content .cta .material-icons {
        vertical-align: middle;
        margin-left: 9px; }

.ourStory .howItBegan .founder {
  margin-top: 50px; }
  .ourStory .howItBegan .founder img {
    margin-bottom: 24px; }
  .ourStory .howItBegan .founder .name {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px; }
    @media (min-width: 768px) {
      .ourStory .howItBegan .founder .name {
        font-size: 16px; } }
  .ourStory .howItBegan .founder p {
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    font-size: 13px; }
    @media (min-width: 768px) {
      .ourStory .howItBegan .founder p {
        font-size: 14px; } }

.ourStory .get-inspired {
  position: relative; }
  .ourStory .get-inspired .jewel-sprite {
    position: absolute;
    top: -30px;
    left: 9%;
    width: 36px; }
    @media (min-width: 768px) {
      .ourStory .get-inspired .jewel-sprite {
        top: -50px;
        left: 9%;
        width: 52px; } }
  .ourStory .get-inspired .title {
    max-width: none; }
  .ourStory .get-inspired .cta a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-feature-settings: "liga" off; }
    .ourStory .get-inspired .cta a .material-icons {
      margin-left: 9px; }

.ourStory .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .ourStory .customerReviews .text, .ourStory .customerReviews .person-location, .ourStory .customerReviews .person-stars, .ourStory .customerReviews .person-name, .ourStory .customerReviews a {
    color: #061C3C !important; }
  .ourStory .customerReviews .slick-prev.slick-arrow::before,
  .ourStory .customerReviews .slick-next.slick-arrow::before {
    color: #061C3C !important; }

.contact {
  background-color: #F9F5ED; }
  .contact .hero .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 214px; }
    @media (min-width: 768px) {
      .contact .hero .image {
        height: 1080px; } }
    @media (min-width: 1254px) {
      .contact .hero .image {
        height: 1000px; } }
    @media (max-width: 767px) {
      .contact .hero .image {
        display: none; } }
  .contact .hero .mobile-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 214px; }
    @media (min-width: 768px) {
      .contact .hero .mobile-image {
        display: none; } }
  .contact .hero .info {
    padding: 30px 0;
    background-size: 100% 214px;
    text-align: center; }
    @media (min-width: 768px) {
      .contact .hero .info {
        padding: 50px 50px 35px 50px;
        text-align: left; } }
    @media (min-width: 992px) {
      .contact .hero .info {
        padding: 80px 80px 30px 80px; } }
    @media (min-width: 1200px) {
      .contact .hero .info {
        padding: 80px 80px 50px 80px; } }
    @media (min-width: 1334px) {
      .contact .hero .info {
        padding: 100px 80px 50px 120px; } }
    .contact .hero .info .title {
      margin: 0 0 24px 0;
      font-family: "Alga";
      font-weight: bold;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (max-width: 767px) {
        .contact .hero .info .title {
          padding: 0 30px; } }
      @media (min-width: 768px) {
        .contact .hero .info .title {
          font-size: 42px;
          line-height: 52px; } }
    .contact .hero .info .text {
      font-weight: normal;
      color: #000000;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .contact .hero .info .text {
          padding: 0 30px; } }
      @media (min-width: 768px) {
        .contact .hero .info .text {
          margin-bottom: 0;
          font-size: 16px;
          line-height: 22px;
          max-width: 445px; } }
    @media (max-width: 767px) {
      .contact .hero .info .cta {
        margin: 0 auto;
        width: 235px; } }
    .contact .hero .info .call-btn,
    .contact .hero .info .email-btn {
      padding: 0;
      display: block;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      font-feature-settings: "liga" off;
      text-decoration: none; }
      .contact .hero .info .call-btn a,
      .contact .hero .info .email-btn a {
        text-decoration: none; }
      @media (min-width: 768px) {
        .contact .hero .info .call-btn,
        .contact .hero .info .email-btn {
          font-size: 16px;
          line-height: 24px; } }
    .contact .hero .info .call-btn {
      margin: 16px auto 18px auto; }
      @media (min-width: 768px) {
        .contact .hero .info .call-btn {
          margin: 16px 0 18px 0; } }
    @media (max-width: 767px) {
      .contact .hero .info .email-btn {
        margin: 16px auto 30px auto; } }
    .contact .hero .info .call-svg,
    .contact .hero .info .email-svg {
      margin-right: 5px;
      vertical-align: sub; }
      @media (min-width: 768px) {
        .contact .hero .info .call-svg,
        .contact .hero .info .email-svg {
          margin-right: 15px; } }
    .contact .hero .info .hours {
      margin: 36px 0 0 0; }
      @media (min-width: 768px) {
        .contact .hero .info .hours {
          margin: 36px 0 0 0; } }
      .contact .hero .info .hours .subtitle {
        margin: 0 0 12px;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #9F735A;
        text-align: center; }
        @media (min-width: 768px) {
          .contact .hero .info .hours .subtitle {
            text-align: left; } }
      .contact .hero .info .hours table {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
        color: #000000; }
        @media (max-width: 767px) {
          .contact .hero .info .hours table {
            margin: 0 auto; } }
        .contact .hero .info .hours table tr td:first-of-type {
          padding-right: 15px;
          font-weight: bold; }
    .contact .hero .info .storeAddress {
      margin: 24px 0 0 0;
      text-align: center; }
      @media (max-width: 767px) {
        .contact .hero .info .storeAddress {
          padding: 0 25px; } }
      @media (min-width: 768px) {
        .contact .hero .info .storeAddress {
          margin: 45px 0 0 0;
          text-align: left; } }
      .contact .hero .info .storeAddress .subtitle {
        margin: 21px 0 12px 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #9F735A; }
      .contact .hero .info .storeAddress address {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #000000; }
  .contact .bookConsultation .row .calendar {
    padding: 0; }
    @media (min-width: 768px) {
      .contact .bookConsultation .row .calendar {
        padding: 45px 0 0; } }
    .contact .bookConsultation .row .calendar .calendly-inline-widget {
      border: 1px solid var(grey, rgba(26, 26, 26, 0.1));
      border-radius: 8px;
      position: relative;
      mix-blend-mode: multiply;
      margin: 0 auto 0;
      min-width: 100px;
      width: 100%;
      height: 1030px;
      padding: 2rem; }
      @media (min-width: 992px) {
        .contact .bookConsultation .row .calendar .calendly-inline-widget {
          padding: 0;
          width: 506px;
          height: 970px;
          padding: 2rem; } }
      @media (min-width: 1400px) {
        .contact .bookConsultation .row .calendar .calendly-inline-widget {
          width: 550px;
          height: 1000px; } }
  @media (max-width: 767px) {
    .contact .bookConsultation .row {
      display: flex;
      flex-direction: column; }
      .contact .bookConsultation .row .calendar {
        order: 2; } }
  .contact .bookConsultation .book {
    background-color: #EFF1F1;
    padding: 45px 36px;
    text-align: center; }
    @media (min-width: 768px) {
      .contact .bookConsultation .book {
        padding: 141px 0px 260px 5%;
        text-align: left; } }
    @media (min-width: 992px) {
      .contact .bookConsultation .book {
        padding: 141px 0px 296px 8%; } }
    @media (min-width: 1416px) {
      .contact .bookConsultation .book {
        padding: 141px 0px 327px 112px; } }
    .contact .bookConsultation .book .title {
      margin: 0 auto 18px;
      max-width: 323px;
      font-family: "Alga";
      font-weight: bold;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .contact .bookConsultation .book .title {
          margin: 0 0 18px;
          font-size: 42px;
          line-height: 52px; } }
    .contact .bookConsultation .book .text {
      margin: 0 auto 50px;
      max-width: 417px;
      font-weight: normal;
      color: #9F735A;
      font-size: 16px;
      line-height: 24px; }
      @media (min-width: 768px) {
        .contact .bookConsultation .book .text {
          margin: 0 0 50px;
          font-size: 18px;
          line-height: 24px; } }
    .contact .bookConsultation .book .info {
      color: #061C3C; }
      .contact .bookConsultation .book .info .col {
        margin: 0 auto;
        text-align: left;
        padding: 0; }
        @media (max-width: 767px) {
          .contact .bookConsultation .book .info .col {
            width: 75%;
            text-align: center; }
            .contact .bookConsultation .book .info .col:nth-child(even) {
              margin-top: 25px; } }
        @media (min-width: 768px) {
          .contact .bookConsultation .book .info .col {
            max-width: 200px;
            margin-left: 20px; } }
  @media (min-width: 768px) and (max-width: 891px) {
    .contact .bookConsultation .book .info .col:nth-child(even) {
      margin-top: 20px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .contact .bookConsultation .book .info .col:nth-child(2) {
      margin-left: 15px; } }
        @media (min-width: 1200px) {
          .contact .bookConsultation .book .info .col {
            max-width: 228px; }
            .contact .bookConsultation .book .info .col:nth-child(2) {
              margin-left: 0px; } }
    @media (min-width: 1200px) and (min-width: 992px) {
      .contact .bookConsultation .book .info .col:nth-child(2) {
        margin-left: 15px; } }
      .contact .bookConsultation .book .info .subtitle {
        font-style: normal;
        font-weight: bold;
        font-size: 12.5px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .contact .bookConsultation .book .info .subtitle svg {
          margin: 0 auto;
          height: 35px;
          display: block; }
          @media (min-width: 768px) {
            .contact .bookConsultation .book .info .subtitle svg {
              margin: 0 0 9px; } }
          .contact .bookConsultation .book .info .subtitle svg path {
            fill: #061C3C; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .contact .bookConsultation .book .info .subtitle {
              letter-spacing: 1px; } } }
        @media (min-width: 768px) {
          .contact .bookConsultation .book .info .subtitle {
            font-size: 13px; } }
      .contact .bookConsultation .book .info .subtext {
        margin: 8px 0 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px; }
        @media (min-width: 768px) {
          .contact .bookConsultation .book .info .subtext {
            margin: 10px 0 0;
            max-width: 170px; } }
      .contact .bookConsultation .book .info:nth-child(4) {
        margin-top: 25px; }
      .contact .bookConsultation .book .info:nth-child(5) {
        margin-top: 36px; }

.booking {
  background-color: #F9F5ED; }
  .booking .hero .image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 836px; }
  .booking .hero .info {
    padding: 128px 80px 0 90px; }
    @media (min-width: 768px) {
      .booking .hero .info {
        padding: 100px 50px 0 50px; } }
    @media (min-width: 992px) {
      .booking .hero .info {
        padding: 128px 80px 0 90px; } }
    @media (min-width: 1200px) {
      .booking .hero .info {
        padding: 128px 80px 0 90px; } }
    @media (min-width: 1300px) {
      .booking .hero .info {
        padding: 128px 80px 0 90px; } }
    @media (min-width: 1366px) {
      .booking .hero .info {
        padding: 128px 92px 0 119px; } }
    .booking .hero .info .title {
      margin: 0 0 7px 0;
      font-family: "Alga";
      font-weight: bold;
      font-size: 42px;
      line-height: 52px;
      color: #061C3C; }
    .booking .hero .info .text {
      max-width: 445px;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #000000; }
    .booking .hero .info .cta .call-btn,
    .booking .hero .info .cta .email-btn {
      padding: 0;
      display: block;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      font-feature-settings: "liga" off;
      text-decoration: none; }
      .booking .hero .info .cta .call-btn a,
      .booking .hero .info .cta .email-btn a {
        text-decoration: none; }
    .booking .hero .info .cta .call-btn {
      margin: 30px auto 18px auto; }
      @media (min-width: 768px) {
        .booking .hero .info .cta .call-btn {
          margin: 30px 0 18px 0; } }
    @media (max-width: 767px) {
      .booking .hero .info .cta .email-btn {
        margin: 18px auto 30px auto; } }
    .booking .hero .info .cta .call-svg,
    .booking .hero .info .cta .email-svg {
      margin-right: 15px; }
    .booking .hero .info .hours {
      margin: 74px 0 0 0; }
      .booking .hero .info .hours .subtitle {
        margin: 0 0 12px;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #9F735A; }
      .booking .hero .info .hours table {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
        @media (max-width: 767px) {
          .booking .hero .info .hours table {
            margin: 0 auto; } }
        .booking .hero .info .hours table tr td:first-of-type {
          padding-right: 15px;
          font-weight: bold; }
    .booking .hero .info .storeAddress {
      margin: 45px 0 0 0; }
      .booking .hero .info .storeAddress .subtitle {
        margin: 21px 0 12px 0;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #9F735A; }
      .booking .hero .info .storeAddress address {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
  .booking .bookConsultation .row .calendar {
    padding: 0; }
    @media (min-width: 768px) {
      .booking .bookConsultation .row .calendar {
        padding: 45px 0 0; } }
    .booking .bookConsultation .row .calendar .calendly-inline-widget {
      border: 1px solid var(grey, rgba(26, 26, 26, 0.1));
      border-radius: 8px;
      position: relative;
      mix-blend-mode: multiply;
      margin: 0 auto 0;
      min-width: 100px;
      width: 100%;
      height: 1030px;
      padding: 2rem; }
      @media (min-width: 992px) {
        .booking .bookConsultation .row .calendar .calendly-inline-widget {
          padding: 0;
          width: 506px;
          height: 898px; } }
      @media (min-width: 1400px) {
        .booking .bookConsultation .row .calendar .calendly-inline-widget {
          width: 550px; } }
  @media (max-width: 767px) {
    .booking .bookConsultation .row {
      display: flex;
      flex-direction: column; }
      .booking .bookConsultation .row .calendar {
        order: 2; } }
  .booking .bookConsultation .book {
    background-color: #EFF1F1;
    padding: 25px 0 70px;
    text-align: center; }
    @media (min-width: 768px) {
      .booking .bookConsultation .book {
        padding: 121px 0px 260px 5%;
        text-align: left; } }
    @media (min-width: 882px) {
      .booking .bookConsultation .book {
        padding: 121px 0px 346px 5%; } }
    @media (min-width: 892px) {
      .booking .bookConsultation .book {
        padding: 121px 0px 366px 5%; } }
    @media (min-width: 1090px) {
      .booking .bookConsultation .book {
        padding: 121px 0px 260px 8%; } }
    @media (min-width: 1200px) {
      .booking .bookConsultation .book {
        padding: 121px 0px 302px 8%; } }
    @media (min-width: 1216px) {
      .booking .bookConsultation .book {
        padding: 121px 0px 302px 106px; } }
    .booking .bookConsultation .book .title {
      margin: 0 auto 18px;
      max-width: 323px;
      font-family: "Alga";
      font-weight: bold;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .booking .bookConsultation .book .title {
          margin: 0 0 18px;
          font-size: 42px;
          line-height: 52px; } }
    .booking .bookConsultation .book .text {
      margin: 0 auto 18px;
      max-width: 417px;
      font-weight: normal;
      color: #9F735A;
      font-size: 14px;
      line-height: 20px;
      padding: 0 36px; }
      @media (min-width: 768px) {
        .booking .bookConsultation .book .text {
          padding: 0;
          margin: 0 0 50px;
          font-size: 18px;
          line-height: 24px; } }
    .booking .bookConsultation .book .mobile-banner {
      width: 100%;
      height: 214px;
      background-image: url("https://nolan-and-vada-sandbox-1.mybigcommerce.com/product_images/uploaded_images/booking-banner.png");
      background-size: cover; }
      @media (min-width: 768px) {
        .booking .bookConsultation .book .mobile-banner {
          display: none; } }
    .booking .bookConsultation .book .info {
      color: #061C3C; }
      .booking .bookConsultation .book .info .col {
        margin: 0 auto;
        text-align: left;
        padding: 0; }
        @media (max-width: 767px) {
          .booking .bookConsultation .book .info .col {
            width: 75%;
            text-align: center; }
            .booking .bookConsultation .book .info .col:nth-child(even) {
              margin-top: 25px; } }
        @media (min-width: 768px) {
          .booking .bookConsultation .book .info .col {
            max-width: 200px;
            margin-left: 20px; } }
  @media (min-width: 768px) and (max-width: 891px) {
    .booking .bookConsultation .book .info .col:nth-child(even) {
      margin-top: 20px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .booking .bookConsultation .book .info .col:nth-child(2) {
      margin-left: 15px; } }
        @media (min-width: 1200px) {
          .booking .bookConsultation .book .info .col {
            max-width: 228px; }
            .booking .bookConsultation .book .info .col:nth-child(2) {
              margin-left: 0px; } }
    @media (min-width: 1200px) and (min-width: 992px) {
      .booking .bookConsultation .book .info .col:nth-child(2) {
        margin-left: 15px; } }
      .booking .bookConsultation .book .info .subtitle {
        font-style: normal;
        font-weight: bold;
        font-size: 12.5px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .booking .bookConsultation .book .info .subtitle svg {
          margin: 0 auto;
          height: 35px;
          display: block; }
          @media (min-width: 768px) {
            .booking .bookConsultation .book .info .subtitle svg {
              margin: 0 0 9px; } }
          .booking .bookConsultation .book .info .subtitle svg path {
            fill: #061C3C; }
        @media not all and (min-resolution: 0.001dpcm) {
          @supports (-webkit-appearance: none) and (stroke-color: transparent) {
            .booking .bookConsultation .book .info .subtitle {
              letter-spacing: 1px; } } }
        @media (min-width: 768px) {
          .booking .bookConsultation .book .info .subtitle {
            font-size: 13px; } }
      .booking .bookConsultation .book .info .subtext {
        margin: 8px 0 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px; }
        @media (min-width: 768px) {
          .booking .bookConsultation .book .info .subtext {
            margin: 10px 0 0;
            max-width: 170px; } }
      .booking .bookConsultation .book .info:nth-child(4) {
        margin-top: 25px; }
      .booking .bookConsultation .book .info:nth-child(5) {
        margin-top: 36px; }

.full-page {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .full-page {
      padding: 80px 0; } }
  .full-page .page-title {
    margin-bottom: 36px;
    font-family: "Alga", sans-serif;
    color: #061C3C;
    font-weight: bold;
    font-size: 30px; }
    @media (min-width: 768px) {
      .full-page .page-title {
        font-size: 36px; } }
    @media (min-width: 992px) {
      .full-page .page-title {
        font-size: 46px; } }
  .full-page .page-subtitle {
    margin: 10px 0 36px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .full-page .page-subtitle {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .full-page .page-subtitle {
        font-size: 20px; } }
  .full-page .page-text {
    font-size: 12px; }
    @media (min-width: 768px) {
      .full-page .page-text {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .full-page .page-text {
        font-size: 16px; } }
    .full-page .page-text p:last-of-type {
      margin-bottom: 0; }
    .full-page .page-text .cta-text {
      margin-bottom: 24px !important;
      color: #061C3C;
      font-size: 20px;
      font-family: "Alga"; }
      @media (min-width: 768px) {
        .full-page .page-text .cta-text {
          font-size: 24px; } }
    .full-page .page-text .nv-button--primary.get-inspired-btn {
      width: 100%; }
      @media (min-width: 768px) {
        .full-page .page-text .nv-button--primary.get-inspired-btn {
          max-width: 50%; } }
  .full-page .enquire-confirmation .title {
    display: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: "liga" off;
    color: #000000; }
  .full-page .enquire-confirmation .thank-you {
    margin: 0 auto 80px;
    font-family: "Alga";
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    font-feature-settings: "liga" off;
    color: #000000;
    max-width: 445px; }
  .full-page .enquire-confirmation svg {
    display: block;
    margin: 0 auto 84px;
    width: 200px; }
  .full-page .enquire-confirmation .cta {
    font-weight: normal;
    font-size: 14px;
    line-height: 128.5%;
    text-align: center;
    color: #000000;
    max-width: 319px;
    margin: 0 auto 38px; }
  .full-page .enquire-confirmation .nv-button--primary {
    width: 100%;
    max-width: 445px; }

.category_page .page-banner {
  padding: 50px 0;
  background-color: #EFEADF; }
  @media (min-width: 992px) {
    .category_page .page-banner {
      padding: 131px 0 87px; } }
  @media (min-width: 1440px) {
    .category_page .page-banner .container {
      max-width: 1220px; } }
  .category_page .page-banner .title {
    margin: 0;
    font-family: "Alga";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #061C3C;
    text-align: center; }
    @media (min-width: 992px) {
      .category_page .page-banner .title {
        font-size: 42px;
        line-height: 52px;
        text-align: left; } }

.category_page .page-content {
  padding: 30px 0;
  background-color: #F9F5ED;
  float: none;
  font-family: "Work Sans";
  color: #061C3C;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 992px) {
    .category_page .page-content {
      font-size: 18px;
      line-height: 24px;
      padding: 120px 0 166px;
      font-weight: 400; } }
  .category_page .page-content .text-block {
    max-width: 684px;
    padding: 0 10px; }
    @media (min-width: 992px) {
      .category_page .page-content .text-block {
        margin: 0 0 0 220px;
        padding: 0; } }
    .category_page .page-content .text-block p {
      opacity: 0.8; }
    .category_page .page-content .text-block .top-image {
      margin-bottom: 40px; }

.category_page h2 {
  margin: 16px 0 8px 0;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: bold;
  color: #061C3C;
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 992px) {
    .category_page h2 {
      font-size: 18px;
      line-height: 24px; } }

.category_page p {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .category_page p {
      margin-bottom: 30px; } }

.category_page li {
  margin: 0 0 30px 10px; }

.category_page .section-title {
  margin-bottom: 14px;
  font-family: "Alga";
  font-style: normal;
  font-weight: 600;
  color: #061C3C;
  font-size: 28px;
  line-height: 36px; }
  @media (max-width: 991px) {
    .category_page .section-title {
      font-size: 22px;
      line-height: 30px; } }

.category_page .tagline {
  margin-bottom: 14px;
  max-width: 240px;
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9F735A;
  border-bottom: 2px solid #9F735A; }
  @media (max-width: 991px) {
    .category_page .tagline {
      margin-top: 36px;
      margin-bottom: 22px; } }

.category_page .cta {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-feature-settings: "liga" off;
  color: #061C3C;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px; }
  @media (min-width: 992px) {
    .category_page .cta {
      font-size: 16px;
      line-height: 30px; } }
  .category_page .cta .material-icons {
    vertical-align: middle; }
    @media (max-width: 991px) {
      .category_page .cta .material-icons {
        font-size: 20px; } }

.category_page .button {
  margin: 16px 0 0 0;
  width: 100%;
  height: auto;
  background: #061C3C;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 20px 0;
  font-size: 14px;
  line-height: 18px;
  transition: 0.4s ease; }
  @media (min-width: 992px) {
    .category_page .button {
      max-width: 239px;
      padding: 20px 0;
      font-size: 15px;
      line-height: 22px; } }
  .category_page .button:hover {
    background-color: #192843;
    color: #ffffff; }
  .category_page .button:active, .category_page .button:focus {
    background-color: #05162e;
    color: #ffffff; }

.category_page .sapphire-guide {
  mix-blend-mode: multiply; }
  @media (min-width: 1200px) {
    .category_page .sapphire-guide {
      max-width: none;
      margin-left: -100px;
      width: 994px; } }

.category_page .more-info {
  padding: 50px 0;
  background-color: #EFF1F1;
  text-align: center; }
  @media (min-width: 768px) {
    .category_page .more-info {
      padding: 88px 0; } }
  @media (min-width: 992px) {
    .category_page .more-info .container {
      max-width: 1050px; } }
  .category_page .more-info .section-title {
    margin: 0 auto;
    padding-bottom: 6px; }
  .category_page .more-info .tagline {
    margin: 0 auto 13px;
    padding-bottom: 6px; }
  .category_page .more-info .row {
    margin-top: 0; }
    @media (min-width: 768px) {
      .category_page .more-info .row {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .category_page .more-info .row .col {
        margin-top: 36px; } }
    @media (min-width: 576px) {
      .category_page .more-info .row .col {
        height: 350px; } }
    @media (min-width: 768px) {
      .category_page .more-info .row .col {
        height: 300px; }
        .category_page .more-info .row .col:not(:last-of-type) {
          max-width: 480px; }
        .category_page .more-info .row .col:nth-child(3), .category_page .more-info .row .col:nth-child(4), .category_page .more-info .row .col:nth-child(5), .category_page .more-info .row .col:nth-child(6) {
          margin-top: 60px; }
        .category_page .more-info .row .col:nth-child(5), .category_page .more-info .row .col:nth-child(6) {
          margin-bottom: 60px; }
        .category_page .more-info .row .col:nth-child(even):not(:last-child) {
          float: right; }
        .category_page .more-info .row .col:last-child {
          margin: 0 auto; }
          .category_page .more-info .row .col:last-child .text {
            margin: 16px auto 0;
            max-width: 480px; } }
    .category_page .more-info .row .image {
      max-width: 150px;
      margin: 0 auto 24px; }
    .category_page .more-info .row .title {
      font-family: "Work Sans";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      color: #000000; }
      @media (min-width: 768px) {
        .category_page .more-info .row .title {
          font-size: 20px;
          line-height: 28px; } }
    .category_page .more-info .row .text {
      margin-top: 8px;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 768px) {
        .category_page .more-info .row .text {
          margin-top: 16px;
          font-size: 16px;
          line-height: 20px; } }

.category_page .book-a-consultation {
  background-color: #f7f0ea;
  color: #061C3C; }

.category_page .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .category_page .customerReviews .text,
  .category_page .customerReviews .person-location,
  .category_page .customerReviews .person-stars,
  .category_page .customerReviews .person-name,
  .category_page .customerReviews a {
    color: #061C3C !important; }
  .category_page .customerReviews .slick-next::before,
  .category_page .customerReviews .slick-prev::before {
    color: #061C3C !important; }

.category_page .image-divider {
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .category_page .image-divider {
      height: 205px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .category_page .image-divider {
      height: 375px !important; } }
  @media (min-width: 992px) {
    .category_page .image-divider {
      height: 652px; } }

.category_page .faq-hero {
  padding: 100px 0 50px;
  background-color: #F9F5ED; }
  @media (max-width: 767px) {
    .category_page .faq-hero {
      background-position: 50% 50%; } }
  .category_page .faq-hero h2 {
    margin: 0;
    font-family: "Alga";
    font-weight: 600;
    color: #061C3C;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .category_page .faq-hero h2 {
        text-align: left;
        font-size: 32px;
        line-height: 42px; } }
    @media (min-width: 992px) {
      .category_page .faq-hero h2 {
        font-size: 42px;
        line-height: 52px;
        max-width: 1220px; } }

.category_page .faq {
  padding: 0 1rem 50px;
  background: #F9F5ED; }
  @media (min-width: 992px) {
    .category_page .faq {
      padding: 25px 0 100px; } }
  .category_page .faq .container {
    max-width: 1220px; }
  .category_page .faq-nav ul, .category_page .faq-nav-mobile ul {
    margin: 0 0 0 8px;
    list-style-type: none; }
    .category_page .faq-nav ul li, .category_page .faq-nav-mobile ul li {
      font-family: Alga;
      font-weight: 600;
      font-size: 24px;
      line-height: 28px; }
      .category_page .faq-nav ul li:first-of-type, .category_page .faq-nav-mobile ul li:first-of-type {
        padding: 0 0 11px 0; }
      .category_page .faq-nav ul li:not(:first-of-type), .category_page .faq-nav-mobile ul li:not(:first-of-type) {
        padding: 11px 0; }
      .category_page .faq-nav ul li a, .category_page .faq-nav-mobile ul li a {
        text-decoration: none;
        color: #a4a6aa; }
        .category_page .faq-nav ul li a.active, .category_page .faq-nav-mobile ul li a.active {
          color: #061C3C; }
  .category_page .faq-nav.sticky, .category_page .faq-nav-mobile.sticky {
    position: fixed;
    top: 20%; }
  .category_page .faq-nav {
    display: none;
    padding: 0 1rem; }
    @media (min-width: 1250px) {
      .category_page .faq-nav {
        padding: 0; } }
    @media (min-width: 992px) {
      .category_page .faq-nav {
        display: block; } }
  .category_page .faq-nav-mobile {
    display: block;
    margin-bottom: 30px; }
    .category_page .faq-nav-mobile ul li:first-of-type {
      padding: 17px;
      background: #EFEADF;
      cursor: pointer; }
      .category_page .faq-nav-mobile ul li:first-of-type:after {
        content: "\25bc";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
      .category_page .faq-nav-mobile ul li:first-of-type.expanded:after {
        content: "\25b2";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
    .category_page .faq-nav-mobile ul li:not(:first-of-type) {
      display: none;
      padding: 11px 15px; }
    @media (min-width: 992px) {
      .category_page .faq-nav-mobile {
        display: none; } }
  .category_page .faq-content #faq-working {
    padding: 0 0 49px 0; }
  .category_page .faq-content #faq-sapphires,
  .category_page .faq-content #faq-shipping,
  .category_page .faq-content #faq-duties,
  .category_page .faq-content #faq-partPayment,
  .category_page .faq-content #faq-warranty {
    padding: 49px 0; }
  .category_page .faq-content .title {
    padding: 0 28px 28px 15px;
    font-family: "Alga";
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #111111; }
    @media (min-width: 768px) {
      .category_page .faq-content .title {
        font-size: 38px;
        line-height: 40px; } }
    @media (min-width: 992px) {
      .category_page .faq-content .title {
        padding: 0 0 28px; } }
  .category_page .faq-content .accordion-title {
    margin-top: -1px;
    padding: 28px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    transition: 0.7s;
    cursor: pointer;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; }
    @media (min-width: 768px) {
      .category_page .faq-content .accordion-title {
        font-size: 16px;
        line-height: 22px; } }
    .category_page .faq-content .accordion-title:hover {
      background-color: #EFEADF; }
    .category_page .faq-content .accordion-title:after {
      content: "\25bc";
      float: right;
      font-size: 16px;
      width: 14px;
      height: 14px; }
    .category_page .faq-content .accordion-title.expanded {
      background-color: #EFEADF; }
      .category_page .faq-content .accordion-title.expanded:after {
        content: "\25b2";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
  .category_page .faq-content .accordion-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    font-feature-settings: "liga" off;
    color: #111111; }
    @media (min-width: 768px) {
      .category_page .faq-content .accordion-content {
        font-size: 16px;
        line-height: 20px; } }
    .category_page .faq-content .accordion-content p:last-of-type {
      margin-bottom: 0; }

.category_page.Duties.and.Taxes .page-banner {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .category_page.Duties.and.Taxes .page-banner {
      padding: 88px 0 78px; } }
  .category_page.Duties.and.Taxes .page-banner .title {
    text-align: center; }
  .category_page.Duties.and.Taxes .page-banner .text {
    margin-top: 16px;
    text-align: center;
    font-size: 12px; }
    @media (min-width: 768px) {
      .category_page.Duties.and.Taxes .page-banner .text {
        margin-top: 30px;
        font-size: 15px; } }

.category_page.Duties.and.Taxes .page-content {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .category_page.Duties.and.Taxes .page-content {
      padding: 75px 0 100px; } }
  .category_page.Duties.and.Taxes .page-content .container {
    padding: 0 25px; }
  .category_page.Duties.and.Taxes .page-content .text-block {
    margin: 0 auto;
    max-width: none;
    padding: 0; }
  .category_page.Duties.and.Taxes .page-content .faq {
    padding: 0; }
    .category_page.Duties.and.Taxes .page-content .faq .title {
      padding: 0 0 36px;
      font-family: "Alga";
      font-weight: bold;
      font-size: 22px;
      line-height: 28px;
      color: #111111; }
      @media (min-width: 768px) {
        .category_page.Duties.and.Taxes .page-content .faq .title {
          font-size: 28px;
          line-height: 40px;
          padding: 0 0 28px; } }
    .category_page.Duties.and.Taxes .page-content .faq .accordion-title {
      margin-top: -1px;
      padding: 28px 10px;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      color: #111111;
      transition: 0.7s;
      cursor: pointer;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
      @media (min-width: 768px) {
        .category_page.Duties.and.Taxes .page-content .faq .accordion-title {
          padding: 28px;
          font-size: 16px;
          line-height: 22px; } }
      .category_page.Duties.and.Taxes .page-content .faq .accordion-title:hover {
        background-color: #EFEADF; }
      .category_page.Duties.and.Taxes .page-content .faq .accordion-title:after {
        content: "\25bc";
        float: right;
        font-size: 16px;
        width: 14px;
        height: 14px; }
      .category_page.Duties.and.Taxes .page-content .faq .accordion-title.expanded {
        background-color: #EFEADF; }
        .category_page.Duties.and.Taxes .page-content .faq .accordion-title.expanded:after {
          content: "\25b2";
          float: right;
          font-size: 16px;
          width: 14px;
          height: 14px; }
    .category_page.Duties.and.Taxes .page-content .faq .accordion-content {
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      font-feature-settings: "liga" off;
      color: #111111;
      padding: 2rem 1rem; }
      @media (min-width: 768px) {
        .category_page.Duties.and.Taxes .page-content .faq .accordion-content {
          padding: 2rem;
          font-size: 16px;
          line-height: 20px; } }
      .category_page.Duties.and.Taxes .page-content .faq .accordion-content p:last-of-type {
        margin-bottom: 0; }
  .category_page.Duties.and.Taxes .page-content .other-countries {
    width: 100%;
    margin: 75px auto 0; }
    @media (min-width: 768px) {
      .category_page.Duties.and.Taxes .page-content .other-countries {
        width: 80%; } }

@media (max-width: 991px) {
  .customise-your-own .featured-img {
    display: block;
    height: 320px;
    object-fit: cover;
    object-position: right; } }

@media (min-width: 992px) {
  .customise-your-own .featured-img {
    display: none; } }

@media (max-width: 991px) {
  .customise-your-own .hero {
    background-color: #EFF1F1;
    background-image: none !important;
    padding: 38px 15px; } }

@media (min-width: 992px) {
  .customise-your-own .hero {
    background-color: #F9F5ED;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 50vh;
    max-height: 380px;
    min-height: 280px;
    padding: 16vh 25px 10vh; } }

@media (min-width: 992px) and (max-height: 500px) {
  .customise-your-own .hero {
    padding: 22vh 25px 9vh; } }

@media (min-width: 992px) and (min-height: 768px) {
  .customise-your-own .hero {
    padding: 160px 0 72px; } }

@media (max-width: 767px) {
  .customise-your-own .hero .container {
    padding: 0 10px; } }

@media (min-width: 1440px) {
  .customise-your-own .hero .container {
    max-width: 1200px; } }

.customise-your-own .hero .tagline {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2.5px;
  text-align: center;
  color: #9F735A; }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      .customise-your-own .hero .tagline {
        letter-spacing: 1px; } } }
  @media (min-width: 992px) {
    .customise-your-own .hero .tagline {
      font-size: 13px;
      line-height: 22px;
      color: #061C3C;
      text-align: left; } }

.customise-your-own .hero .title {
  margin: 7px 0;
  font-family: 'Alga';
  font-weight: bold;
  color: #061C3C;
  font-size: 21px;
  line-height: 28px;
  text-align: center; }
  @media (min-width: 992px) {
    .customise-your-own .hero .title {
      margin: 0;
      font-size: 42px;
      line-height: 52px;
      text-align: left; } }

.customise-your-own .hero .text {
  font-weight: normal;
  color: #061C3C;
  font-size: 12px;
  line-height: 16px;
  text-align: center; }
  @media (min-width: 992px) {
    .customise-your-own .hero .text {
      max-width: 648px;
      font-size: 18px;
      line-height: 24px;
      text-align: left; } }

.customise-your-own .customise-selections {
  padding: 0 0 36px;
  text-align: center; }
  @media (min-width: 768px) {
    .customise-your-own .customise-selections {
      padding: 0 0 170px; } }
  .customise-your-own .customise-selections .form .form-title {
    margin: 0 0 6px;
    font-family: 'Alga';
    font-style: normal;
    font-weight: 600;
    color: #061C3C;
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 992px) {
      .customise-your-own .customise-selections .form .form-title {
        margin: 0 0 8px;
        font-size: 28px;
        line-height: 36px; } }
  .customise-your-own .customise-selections .form .form-field {
    margin: 0 auto;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .customise-your-own .customise-selections .form .form-field {
        border-bottom: 0.8px solid #a4a6aa; } }
    @media (min-width: 992px) {
      .customise-your-own .customise-selections .form .form-field {
        padding: 70px 0 36px; } }
    .customise-your-own .customise-selections .form .form-field .form-text {
      margin: 0 auto 16px;
      max-width: 595px;
      font-weight: normal;
      text-align: center;
      font-feature-settings: 'liga' off;
      color: #061C3C;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 992px) {
        .customise-your-own .customise-selections .form .form-field .form-text {
          margin: 0 auto 50px;
          font-size: 16px;
          line-height: 20px; } }
    .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-next {
      margin-right: 5px; }
    .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-prev {
      margin-left: -5px; }
    @media (max-width: 991px) {
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-next,
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-prev {
        background-color: transparent;
        border: none;
        width: 1rem;
        height: 1rem; }
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-next::before,
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-prev::before {
        background-color: transparent;
        width: 1rem;
        height: 1rem;
        color: #9F735A !important;
        filter: sepia(1); } }
    @media (min-width: 992px) {
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-next,
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-prev {
        background-color: transparent;
        border: none;
        width: 1.4rem;
        height: 1.4rem; }
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-next::before,
      .customise-your-own .customise-selections .form .form-field .custom-carousel .slick-prev::before {
        background-color: transparent;
        width: 1.4rem;
        height: 1.4rem;
        color: #9F735A !important;
        filter: sepia(1); } }
    .customise-your-own .customise-selections .form .form-field .selection {
      display: inline-block; }
      @media (min-width: 768px) {
        .customise-your-own .customise-selections .form .form-field .selection {
          margin: 0 12px;
          width: 150px; } }
      .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox'] {
        box-sizing: border-box;
        padding: 0;
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px; }
      .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox'] + label {
        font-weight: normal;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #061C3C;
        transition: 0.2s ease;
        cursor: pointer;
        font-size: 10px;
        line-height: 12px; }
        @media (min-width: 992px) {
          .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox'] + label {
            font-size: 16px;
            line-height: 26px; } }
      .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox']:hover + label {
        font-weight: bold; }
        .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox']:hover + label .svg-container {
          border: 1px solid #9F735A; }
      .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox']:checked + label {
        font-weight: bold;
        color: #9F735A; }
        .customise-your-own .customise-selections .form .form-field .selection input[type='checkbox']:checked + label .svg-container {
          border: 2px solid #9F735A;
          background-color: #F9F5ED; }
      .customise-your-own .customise-selections .form .form-field .selection .svg-container {
        margin: 0 0 5px;
        position: relative;
        border: 1px solid transparent;
        transition: border-color 0.3s ease, background-color 0.3s ease;
        width: 90px;
        height: 90px; }
        @media (min-width: 768px) {
          .customise-your-own .customise-selections .form .form-field .selection .svg-container {
            margin: 0 0 14px 0;
            width: 151px;
            height: 156px; } }
        .customise-your-own .customise-selections .form .form-field .selection .svg-container svg {
          margin: 0 auto;
          display: block;
          position: absolute;
          top: 28%;
          left: 32%; }
          @media (max-width: 767px) {
            .customise-your-own .customise-selections .form .form-field .selection .svg-container svg {
              width: 32px;
              top: 13.33%;
              left: 32%; } }
        .customise-your-own .customise-selections .form .form-field .selection .svg-container img {
          margin: 0 auto;
          display: block;
          mix-blend-mode: multiply;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          @media (max-width: 767px) {
            .customise-your-own .customise-selections .form .form-field .selection .svg-container img {
              width: 32px;
              top: 13.33%;
              left: 32%; } }
          @media (min-width: 768px) {
            .customise-your-own .customise-selections .form .form-field .selection .svg-container img {
              position: absolute; } }
          @media (max-width: 767px) {
            .customise-your-own .customise-selections .form .form-field .selection .svg-container img.blue-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.teal-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.green-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.purple-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.peach-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.white-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.yellow-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.padparadscha-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.unique-icon {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: contain; } }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.round-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cushion-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.octagonal-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.fancy-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.oval-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.pear-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.marquise-icon {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
            @media (max-width: 767px) {
              .customise-your-own .customise-selections .form .form-field .selection .svg-container img.round-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cushion-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.octagonal-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.fancy-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.oval-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.pear-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.marquise-icon {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: contain; } }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.blue-design-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.teal-design-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.green-design-icon {
            position: absolute;
            width: 66%;
            top: 33%;
            left: 15%; }
            @media (min-width: 768px) {
              .customise-your-own .customise-selections .form .form-field .selection .svg-container img.blue-design-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.teal-design-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.green-design-icon {
                top: 30%;
                left: 18%; } }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.white-gold-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.rose-gold-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.yellow-gold-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.platinum-icon {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            max-height: 100%;
            object-fit: contain; }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c080ct-100ct-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c122ct-150ct-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c150ct-200ct-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c200ct-250ct-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c250ct-300ct-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c300ct-350ct-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.c350ct-400ct-icon {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.halo-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.bezel-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-round-pear-trio-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-floral-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-half-halo-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-asymmetrical-cluster-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-marquise-trio-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-cathedral-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-trellis-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-french-basket-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-cathedral-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-trellis-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-split-shank-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-pear-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-round-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-kite-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-triliant-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-tapered-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-tapered-baguette-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.halo-side-stones-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.halo-no-side-stones-icon {
            mix-blend-mode: multiply;
            width: 85%;
            margin: 0 auto;
            height: 100%;
            top: 0; }
            @media (min-width: 768px) {
              .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.halo-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.bezel-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-round-pear-trio-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-floral-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-half-halo-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-asymmetrical-cluster-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.cluster-marquise-trio-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-cathedral-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-trellis-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.side-stones-french-basket-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-cathedral-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-trellis-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.solitaire-split-shank-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-pear-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-round-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-kite-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-triliant-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-tapered-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.three-stone-tapered-baguette-diamonds-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.halo-side-stones-icon, .customise-your-own .customise-selections .form .form-field .selection .svg-container img.halo-no-side-stones-icon {
                left: 50%;
                transform: translateX(-50%); } }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.bezel-icon {
            width: 100%; }
          .customise-your-own .customise-selections .form .form-field .selection .svg-container img.custom-icon {
            position: absolute;
            mix-blend-mode: multiply;
            width: 60px;
            left: 18%;
            top: 0; }
            @media (min-width: 768px) {
              .customise-your-own .customise-selections .form .form-field .selection .svg-container img.custom-icon {
                width: 80px;
                left: 24%;
                top: 0; } }
    .customise-your-own .customise-selections .form .form-field .image-upload {
      padding: 54px 0;
      margin: 0 auto;
      max-width: 700px;
      background: #f0f0f0;
      border: 2px dashed #b5b5b5;
      cursor: pointer;
      font-size: 14px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .customise-your-own .customise-selections .form .form-field .image-upload {
          font-size: 16px; } }
      .customise-your-own .customise-selections .form .form-field .image-upload .upload-svg {
        display: block;
        margin: 0 auto 20px; }
    .customise-your-own .customise-selections .form .form-field #inspiration {
      display: none; }
    .customise-your-own .customise-selections .form .form-field.design {
      display: none; }
  .customise-your-own .customise-selections .form .form-notes {
    padding: 36px 0 0 0; }
    @media (min-width: 768px) {
      .customise-your-own .customise-selections .form .form-notes {
        padding: 106px 0 0 0; } }
    .customise-your-own .customise-selections .form .form-notes textarea {
      margin: 36px auto;
      padding: 10px 14px;
      display: block;
      width: 100%;
      max-width: 576px;
      height: 170px;
      border: 1px solid #c1c1c1;
      font-weight: normal;
      font-size: 14px;
      line-height: 128.5%;
      color: black; }
      @media (min-width: 768px) {
        .customise-your-own .customise-selections .form .form-notes textarea {
          margin: 51px auto 111px; } }
      .customise-your-own .customise-selections .form .form-notes textarea::placeholder {
        color: #b4b4b4; }
  .customise-your-own .customise-selections .form .copy {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 16px; }
  .customise-your-own .customise-selections .form #request-estimate {
    width: 100%;
    max-width: none;
    padding: 14px; }
    @media (min-width: 768px) {
      .customise-your-own .customise-selections .form #request-estimate {
        width: auto;
        padding: 20px 90px; } }

.customise-your-own .customerReviews {
  background: #F9F5ED !important;
  color: #061C3C !important; }
  .customise-your-own .customerReviews .text,
  .customise-your-own .customerReviews .person-location,
  .customise-your-own .customerReviews .person-stars,
  .customise-your-own .customerReviews .person-name,
  .customise-your-own .customerReviews a {
    color: #061C3C !important; }
  .customise-your-own .customerReviews .heroCarouselReviews .slick-next::before {
    color: #061C3C !important; }
  .customise-your-own .customerReviews .heroCarouselReviews .slick-prev::before {
    color: #061C3C !important; }

#obligation-modal {
  padding: 30px;
  overflow-y: scroll;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important; }
  @media (min-width: 992px) {
    #obligation-modal {
      padding: 30px;
      max-width: 50%; } }
  #obligation-modal span[data-reveal-close] {
    float: right;
    cursor: pointer; }
  #obligation-modal .store-logo {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      #obligation-modal .store-logo {
        margin: 0 0 40px; } }
    #obligation-modal .store-logo .store-logo-image {
      display: block;
      margin: 0 auto;
      width: 100%; }
  #obligation-modal .obligation-title {
    font-family: 'Alga';
    font-weight: 600;
    text-align: center;
    color: #061C3C;
    font-size: 22px;
    line-height: 30px; }
    @media (min-width: 768px) {
      #obligation-modal .obligation-title {
        font-size: 28px;
        line-height: 36px; } }
  #obligation-modal .obligation-text {
    max-width: 645px;
    margin: 8px auto 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center; }
    @media (min-width: 768px) {
      #obligation-modal .obligation-text {
        font-size: 15px;
        line-height: 20px; } }
  #obligation-modal .obligationModal-step2 {
    margin: 24px auto 0;
    max-width: 100%; }
    @media (min-width: 768px) {
      #obligation-modal .obligationModal-step2 {
        max-width: 66%; } }
    @media (min-width: 1200px) {
      #obligation-modal .obligationModal-step2 {
        max-width: 50%; } }
    @media (min-width: 768px) {
      #obligation-modal .obligationModal-step2 {
        margin: 40px auto 0; } }
    #obligation-modal .obligationModal-step2 .form-label {
      margin: 0 0 7px;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px; }
    #obligation-modal .obligationModal-step2 .opt-field {
      width: fit-content;
      margin: 0 auto 2rem;
      text-align: center;
      /* Hide the browser's default checkbox */
      /* Create a custom checkbox */
      /* On mouse-over, add a grey background color */
      /* When the checkbox is checked, add a blue background */
      /* Create the checkmark/indicator (hidden when not checked) */
      /* Show the checkmark when checked */
      /* Style the checkmark/indicator */ }
      #obligation-modal .obligationModal-step2 .opt-field input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      #obligation-modal .obligationModal-step2 .opt-field .checkmark {
        left: 0;
        margin-top: 2.5px;
        position: absolute;
        height: 16px;
        width: 16px;
        background-color: #eee; }
        @media (min-width: 520px) {
          #obligation-modal .obligationModal-step2 .opt-field .checkmark {
            left: -25px; } }
      #obligation-modal .obligationModal-step2 .opt-field:hover input ~ .checkmark {
        background-color: #ccc; }
      #obligation-modal .obligationModal-step2 .opt-field input:checked ~ .checkmark {
        background-color: #061C3C; }
      #obligation-modal .obligationModal-step2 .opt-field .checkmark:after {
        content: '';
        position: absolute;
        display: none; }
      #obligation-modal .obligationModal-step2 .opt-field input:checked ~ .checkmark:after {
        display: block; }
      #obligation-modal .obligationModal-step2 .opt-field .checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #obligation-modal .obligationModal-step2 .opt-field .checkmark:hover {
        cursor: pointer; }
    #obligation-modal .obligationModal-step2 input {
      padding: 13px 10px;
      width: 100%;
      border: 1px solid #c1c1c1;
      font-size: 14px;
      line-height: 128.5%; }
      #obligation-modal .obligationModal-step2 input::placeholder {
        color: #b4b4b4; }
        #obligation-modal .obligationModal-step2 input::placeholder.required {
          color: #9F735A; }
      #obligation-modal .obligationModal-step2 input[type='checkbox'] {
        display: inline;
        width: auto; }
        #obligation-modal .obligationModal-step2 input[type='checkbox'] + .checkmark + label {
          margin-left: 5px;
          display: inline;
          font-weight: normal;
          text-align: center;
          vertical-align: top; }
          @media (max-width: 519px) {
            #obligation-modal .obligationModal-step2 input[type='checkbox'] + .checkmark + label {
              margin-left: 35px; } }
    #obligation-modal .obligationModal-step2 .required {
      background-color: rgba(231, 220, 214, 0.2);
      border: 1px solid #9F735A; }
    #obligation-modal .obligationModal-step2 .budget-select,
    #obligation-modal .obligationModal-step2 .needBy-select {
      position: relative;
      /* custom scrollbar */ }
      #obligation-modal .obligationModal-step2 .budget-select ::-webkit-scrollbar,
      #obligation-modal .obligationModal-step2 .needBy-select ::-webkit-scrollbar {
        width: 10px; }
      #obligation-modal .obligationModal-step2 .budget-select ::-webkit-scrollbar-track,
      #obligation-modal .obligationModal-step2 .needBy-select ::-webkit-scrollbar-track {
        background-color: transparent; }
      #obligation-modal .obligationModal-step2 .budget-select ::-webkit-scrollbar-thumb,
      #obligation-modal .obligationModal-step2 .needBy-select ::-webkit-scrollbar-thumb {
        background-color: #9d9d9d;
        border-radius: 7px;
        border: 1px solid transparent;
        background-clip: content-box; }
      #obligation-modal .obligationModal-step2 .budget-select ::-webkit-scrollbar-thumb:hover,
      #obligation-modal .obligationModal-step2 .needBy-select ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf; }
      #obligation-modal .obligationModal-step2 .budget-select select,
      #obligation-modal .obligationModal-step2 .needBy-select select {
        display: none; }
      #obligation-modal .obligationModal-step2 .budget-select .select-selected,
      #obligation-modal .obligationModal-step2 .needBy-select .select-selected {
        height: 50px;
        text-align: right;
        padding: 4px 36px 8px 16px; }
        @media (max-width: 767px) {
          #obligation-modal .obligationModal-step2 .budget-select .select-selected,
          #obligation-modal .obligationModal-step2 .needBy-select .select-selected {
            font-size: 14px;
            padding: 12px 15px !important; } }
        #obligation-modal .obligationModal-step2 .budget-select .select-selected:after,
        #obligation-modal .obligationModal-step2 .needBy-select .select-selected:after {
          position: absolute;
          content: '';
          top: 20px;
          right: 10px;
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-color: #061C3C transparent transparent transparent; }
        #obligation-modal .obligationModal-step2 .budget-select .select-selected .select-arrow-active:after,
        #obligation-modal .obligationModal-step2 .needBy-select .select-selected .select-arrow-active:after {
          border-color: transparent transparent #061C3C transparent;
          top: 7px; }
        #obligation-modal .obligationModal-step2 .budget-select .select-selected.required,
        #obligation-modal .obligationModal-step2 .needBy-select .select-selected.required {
          background-color: rgba(231, 220, 214, 0.2);
          border: 1px solid #9F735A; }
      #obligation-modal .obligationModal-step2 .budget-select .select-items div,
      #obligation-modal .obligationModal-step2 .budget-select .select-selected,
      #obligation-modal .obligationModal-step2 .needBy-select .select-items div,
      #obligation-modal .obligationModal-step2 .needBy-select .select-selected {
        color: #000000;
        border: 1px solid transparent;
        border-color: transparent transparent #a19f9d transparent;
        cursor: pointer; }
      #obligation-modal .obligationModal-step2 .budget-select .select-items,
      #obligation-modal .obligationModal-step2 .needBy-select .select-items {
        overflow-y: scroll;
        overflow-x: hidden;
        text-align: center;
        position: absolute;
        background-color: #ffffff;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
        #obligation-modal .obligationModal-step2 .budget-select .select-items div,
        #obligation-modal .obligationModal-step2 .needBy-select .select-items div {
          padding: 15px 36px; }
        #obligation-modal .obligationModal-step2 .budget-select .select-items .same-as-selected,
        #obligation-modal .obligationModal-step2 .needBy-select .select-items .same-as-selected {
          background-color: #061C3C;
          color: #ffffff; }
      #obligation-modal .obligationModal-step2 .budget-select .select-hide,
      #obligation-modal .obligationModal-step2 .needBy-select .select-hide {
        display: none; }
      #obligation-modal .obligationModal-step2 .budget-select .select-items div:hover,
      #obligation-modal .obligationModal-step2 .budget-select .same-as-selected,
      #obligation-modal .obligationModal-step2 .needBy-select .select-items div:hover,
      #obligation-modal .obligationModal-step2 .needBy-select .same-as-selected {
        background-color: #eff1f1;
        color: #000000; }
    #obligation-modal .obligationModal-step2 .budget-select .select-selected,
    #obligation-modal .obligationModal-step2 .needBy-select .select-selected {
      padding: 10px 15px;
      text-align: left;
      height: 46px;
      border: 1px solid #c1c1c1; }
    #obligation-modal .obligationModal-step2 .obligationModal-btn #enquire-now,
    #obligation-modal .obligationModal-step2 .obligationModal-btn #send-request {
      display: block;
      width: 100%;
      margin: 0 auto;
      max-width: 445px; }
    #obligation-modal .obligationModal-step2 .obligationModal-btn .lds-ellipsis {
      margin-right: 10px;
      display: inline-block;
      position: relative;
      width: 75px;
      height: 10px; }
    #obligation-modal .obligationModal-step2 .obligationModal-btn .lds-ellipsis div {
      position: absolute;
      top: 0;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #061C3C;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    #obligation-modal .obligationModal-step2 .obligationModal-btn .lds-ellipsis div:nth-child(1) {
      left: 8px;
      animation: lds-ellipsis1 0.6s infinite; }
    #obligation-modal .obligationModal-step2 .obligationModal-btn .lds-ellipsis div:nth-child(2) {
      left: 8px;
      animation: lds-ellipsis2 0.6s infinite; }
    #obligation-modal .obligationModal-step2 .obligationModal-btn .lds-ellipsis div:nth-child(3) {
      left: 32px;
      animation: lds-ellipsis2 0.6s infinite; }
    #obligation-modal .obligationModal-step2 .obligationModal-btn .lds-ellipsis div:nth-child(4) {
      left: 56px;
      animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
  #obligation-modal .enquire-confirmation .title {
    display: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #000000; }
  #obligation-modal .enquire-confirmation .thank-you {
    margin: 0 auto 80px;
    font-family: 'Alga';
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.02em;
    font-feature-settings: 'liga' off;
    color: #000000;
    max-width: 445px; }
  #obligation-modal .enquire-confirmation img {
    display: block; }
  #obligation-modal .enquire-confirmation svg {
    display: block;
    margin: 0 auto 84px;
    width: 200px; }
  #obligation-modal .enquire-confirmation .cta {
    font-weight: normal;
    font-size: 14px;
    line-height: 128.5%;
    text-align: center;
    color: #000000;
    max-width: 319px;
    margin: 0 auto 38px; }
  #obligation-modal .enquire-confirmation .nv-button--primary {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 445px; }

.p404 {
  padding: 100px 0;
  background-color: #F9F5ED;
  text-align: center;
  color: #061C3C; }
  .p404 .page-heading {
    text-align: center;
    color: #061C3C; }

@media (max-width: 991px) {
  .category-layout .category-header .page-heading {
    margin: 15px 0 10px; } }

@media (min-width: 992px) {
  .category-layout .category-header .page-heading {
    font-size: 45px; } }

.category-layout .category-header .featured-img {
  height: 300px;
  object-position: center center; }
  @media (max-width: 991px) {
    .category-layout .category-header .featured-img {
      height: 240px;
      object-position: 90% 50%; } }

@media (min-width: 992px) {
  .category-layout .category-header .container {
    padding: 98px 15px; } }

.category-layout .information {
  padding: 36px 0;
  background-color: #F9F5ED;
  text-align: center; }
  @media (min-width: 992px) {
    .category-layout .information {
      padding: 100px 0; } }
  .category-layout .information .container {
    padding: 0; }
    @media (min-width: 992px) {
      .category-layout .information .container {
        padding: 0 24px; } }
    .category-layout .information .container .tagline {
      width: fit-content;
      margin: 0 auto;
      padding: 0 100px 10px 100px;
      font-weight: bold;
      text-transform: uppercase;
      color: #9F735A;
      border-bottom: 1px solid #9F735A;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 2px; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color: transparent) {
          .category-layout .information .container .tagline {
            letter-spacing: 1px; } } }
      @media (min-width: 992px) {
        .category-layout .information .container .tagline {
          font-size: 13px;
          line-height: 22px;
          letter-spacing: 2px;
          border-bottom: 2px solid #9F735A; } }
    .category-layout .information .container .title {
      margin: 24px 0;
      font-family: 'Alga';
      font-weight: 600;
      color: #061C3C;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .category-layout .information .container .title {
          padding: 0 20px; } }
      @media (min-width: 992px) {
        .category-layout .information .container .title {
          margin: 32px 0 24px;
          font-size: 38px;
          line-height: 40px;
          letter-spacing: 1px; } }
    .category-layout .information .container .text {
      margin: 0 auto;
      font-weight: normal;
      color: #000000;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: normal; }
      @media (max-width: 991px) {
        .category-layout .information .container .text {
          padding: 0 20px; } }
      @media (min-width: 992px) {
        .category-layout .information .container .text {
          width: 750px;
          font-size: 18px;
          line-height: 24px; } }
    .category-layout .information .container .featured-img {
      margin: 60px 0 0 0; }
      @media (max-width: 991px) {
        .category-layout .information .container .featured-img {
          width: 100%;
          height: 300px;
          object-fit: cover;
          object-position: bottom right; } }

.category-layout .blueSection {
  padding: 0;
  text-align: center;
  background: #EFF1F1; }
  @media (min-width: 992px) {
    .category-layout .blueSection {
      padding: 62px 0 112px;
      text-align: left;
      background: #EFF1F1; } }
  .category-layout .blueSection .container {
    max-width: 1200px;
    padding: 0; }
    .category-layout .blueSection .container .row {
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 991px) {
        .category-layout .blueSection .container .row {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          padding-top: 47px; } }
      @media (min-width: 992px) {
        .category-layout .blueSection .container .row:not(:first-of-type) {
          padding-top: 110px; } }
      @media (max-width: 991px) {
        .category-layout .blueSection .container .row {
          background-color: #EFF1F1; } }
      .category-layout .blueSection .container .row .col-lg-6 {
        padding: 0; }
        .category-layout .blueSection .container .row .col-lg-6.text-col {
          padding: 0 40px; }
          @media (max-width: 991px) {
            .category-layout .blueSection .container .row .col-lg-6.text-col {
              width: 100%;
              order: 0;
              padding-bottom: 60px; } }
          @media (min-width: 992px) {
            .category-layout .blueSection .container .row .col-lg-6.text-col:nth-of-type(odd) {
              padding: 0 50px 0 55px; }
            .category-layout .blueSection .container .row .col-lg-6.text-col:nth-of-type(even) {
              padding: 0 50px 0 55px; } }
          @media (min-width: 992px) {
            .category-layout .blueSection .container .row .col-lg-6.text-col:nth-of-type(odd) {
              padding: 0 74px 0 105px; }
            .category-layout .blueSection .container .row .col-lg-6.text-col:nth-of-type(even) {
              padding: 0 54px 0 120px; } }
          @media (min-width: 1080px) {
            .category-layout .blueSection .container .row .col-lg-6.text-col:nth-of-type(odd) {
              padding: 0 74px 0 105px; }
            .category-layout .blueSection .container .row .col-lg-6.text-col:nth-of-type(even) {
              padding: 0 54px 0 120px; } }
        @media (max-width: 991px) {
          .category-layout .blueSection .container .row .col-lg-6.img-col {
            width: 100%;
            order: 1; } }
        .category-layout .blueSection .container .row .col-lg-6.img-col img {
          width: 100%;
          object-fit: cover; }
        @media (min-width: 992px) {
          .category-layout .blueSection .container .row .col-lg-6.img-col {
            padding-right: 10px; }
            .category-layout .blueSection .container .row .col-lg-6.img-col img {
              max-width: 580px;
              max-height: 496px;
              object-fit: cover;
              float: right; } }
        .category-layout .blueSection .container .row .col-lg-6 .subtitle {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 16px;
          color: #9F735A;
          padding: 0 10px 6px;
          border-bottom: 1px solid #9F735A;
          margin: 0 auto;
          width: fit-content;
          letter-spacing: 2px; }
          @media not all and (min-resolution: 0.001dpcm) {
            @supports (-webkit-appearance: none) and (stroke-color: transparent) {
              .category-layout .blueSection .container .row .col-lg-6 .subtitle {
                letter-spacing: 1px; } } }
          @media (min-width: 992px) {
            .category-layout .blueSection .container .row .col-lg-6 .subtitle {
              width: 100%;
              margin: 0;
              padding: 0;
              font-size: 14px;
              line-height: 22px;
              border: none; } }
        .category-layout .blueSection .container .row .col-lg-6 .title {
          margin: 24px 0 8px 0;
          font-family: "Alga";
          font-weight: 600;
          font-size: 24px;
          line-height: 28px;
          color: #000000; }
          @media (min-width: 992px) {
            .category-layout .blueSection .container .row .col-lg-6 .title {
              margin: 8px 0 22px 0;
              font-size: 28px;
              line-height: 36px; } }
        .category-layout .blueSection .container .row .col-lg-6 .content {
          font-weight: normal;
          font-size: 14px;
          line-height: 20px;
          color: #000000;
          padding-bottom: 0; }
          @media (min-width: 992px) {
            .category-layout .blueSection .container .row .col-lg-6 .content {
              padding-bottom: 0;
              font-size: 18px;
              line-height: 24px; } }

.category-layout .qualityCustomise {
  padding: 40px 0 36px;
  background-color: #E7F1F4; }
  @media (min-width: 768px) {
    .category-layout .qualityCustomise {
      padding: 140px 0 116px; } }
  .category-layout .qualityCustomise .container {
    padding: 0 25px;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .category-layout .qualityCustomise .container {
        padding: 0 15px; } }
    .category-layout .qualityCustomise .container .title {
      margin: 0 auto 35px;
      font-family: "Alga";
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
      color: #000000; }
      @media (min-width: 768px) {
        .category-layout .qualityCustomise .container .title {
          padding: 0;
          margin: 0 auto 50px;
          max-width: 853px;
          font-size: 28px;
          line-height: 36px; } }
    .category-layout .qualityCustomise .container .nv-button--secondary {
      margin: 0 auto 62px;
      width: 100%;
      max-width: none; }
      @media (min-width: 768px) {
        .category-layout .qualityCustomise .container .nv-button--secondary {
          margin: 0 auto 142px;
          width: 377px;
          font-size: 13px; } }
    .category-layout .qualityCustomise .container .images {
      position: relative; }
      .category-layout .qualityCustomise .container .images .jewel-sprite {
        display: block;
        position: absolute;
        width: 54px;
        top: -40px;
        right: 10px; }
        @media (min-width: 768px) {
          .category-layout .qualityCustomise .container .images .jewel-sprite {
            width: 79px;
            top: -40px;
            right: 100px; } }
      .category-layout .qualityCustomise .container .images .banner-img {
        height: 244px;
        background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/tools.png?t=1629302264");
        background-size: cover;
        background-position: 50% 50%; }
        @media (min-width: 768px) {
          .category-layout .qualityCustomise .container .images .banner-img {
            margin: 0 auto;
            height: 539px;
            background: url("https://cdn11.bigcommerce.com/s-rz5bm1io81/product_images/uploaded_images/tools.png?t=1629302264");
            background-size: cover;
            background-position: 50% 50%; } }
        @media (min-width: 992px) {
          .category-layout .qualityCustomise .container .images .banner-img {
            width: 1111px; } }

.category-layout .customerReviews {
  background-color: #EFEADF !important;
  color: #061C3C !important; }
  .category-layout .customerReviews .text,
  .category-layout .customerReviews .person-location,
  .category-layout .customerReviews .person-stars,
  .category-layout .customerReviews .person-name,
  .category-layout .customerReviews a {
    color: #061C3C !important; }
  .category-layout .customerReviews .slick-next::before,
  .category-layout .customerReviews .slick-prev::before {
    color: #061C3C !important; }
