@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:801px)/";
  width: 551px; }

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

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

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: #151515;
  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: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #525252;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 56px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 21px; }

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: #151515;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 24px;
  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: #2b2b2b;
    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: "Bebas Neue", 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: #ca9a5c;
  color: #151515;
  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: #e0ab66;
    color: #151515; }
  .button:active {
    background-color: transparent;
    border: 1px solid #e0ab66;
    color: #151515; }
  .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: #ca9a5c;
  border-color: #ca9a5c;
  color: #151515; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #e0ab66;
    border-color: #e0ab66;
    color: #151515; }
  .button--primary:active {
    background-color: #e0ab66;
    border: 1px solid #e0ab66;
    color: #151515; }

.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: #151515; }

/*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: #525252;
    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(21, 21, 21, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(21, 21, 21, 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(21, 21, 21, 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: #151515;
    box-shadow: 0 0 4px rgba(21, 21, 21, 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: #525252;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #525252; }
  .breadcrumb.current {
    color: #525252;
    cursor: default; }
    .breadcrumb.current a {
      color: #525252;
      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: #525252;
    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: #525252;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #525252;
    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: #525252;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #151515; }

.tab.is-active .tab-title {
  color: #151515;
  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: #151515;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #525252;
    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: #525252;
      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: #151515; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #151515;
  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: #151515; }
  .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: #151515;
    padding: 1.875rem;
    display: block;
    font-family: "Overpass", 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: 26px;
  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: #525252; }

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

.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: #525252; }

.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 {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

/* 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: #151515;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #e0ab66;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  z-index: 1; }
  .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 #151515;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #151515; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #e0ab66; }

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

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

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

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

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.625rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.5rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.25rem 0.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .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 {
    left: -5px;
    right: auto; }
  .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 {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    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: 400;
  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: 56px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #525252;
  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(202, 154, 92, 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: #525252;
  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; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .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: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @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: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  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: 24px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 26px; } }

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Overpass", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #151515;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #ca9a5c;
      border-color: #ca9a5c;
      color: #151515; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #e0ab66;
      border-color: #e0ab66;
      color: #151515; }
    .modal--alert .button-container .confirm:active {
      background-color: #e0ab66;
      border-color: #e0ab66;
      color: #151515; }

.hide-content {
  opacity: 0; }

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

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @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 {
    border-right: 0.1em solid #151515;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

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

.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: #525252; }
  .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: #151515; }
    .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: #525252;
    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: 801px) {
      .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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .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: 801px) {
  .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 {
  color: #151515;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  margin: 0; }

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

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

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

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

@media (min-width: 801px) {
  .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: 801px) {
    .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 {
  color: #525252;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #525252; }

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: #151515; }

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

.alertBox--info {
  background-color: #ca9a5c;
  color: white; }
  .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"] {
  padding-right: 3rem;
  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; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 2.25rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.25rem center; }

.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 {
  display: inline-block;
  position: relative; }
  .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: "Bebas Neue", 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--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

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

.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-field--success .form-input--incrementTotal {
    float: none; }

.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: #151515;
    box-shadow: 0 0 0 1px #151515; }

.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;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .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;
    padding-bottom: 131.8%;
    width: 100%; }

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

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

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

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

.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: #151515; }
    .card--alternate:hover .card-body {
      background-color: #151515; }
      .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(21, 21, 21, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(21, 21, 21, 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: #151515; }
  .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: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #151515; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #525252;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #525252;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #525252; }

.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: #525252;
  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: #151515;
  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: 801px) {
    .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: 801px) {
  .navUser-section {
    position: relative; } }

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

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

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .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: #525252;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .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: #151515; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ca9a5c; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.3125rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .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: 801px) {
          .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: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.875rem; } }

.navUser-item-cartLabel {
  display: none; }
  @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: #151515;
  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;
  display: none;
  padding: 1.5rem 0; }
  @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: 21px;
    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: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .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: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .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: 801px) {
      .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-list {
  margin: 0; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .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: 801px) {
    .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: 801px) {
      .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: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #151515;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .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: #ca9a5c;
    stroke: #ca9a5c; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #ca9a5c; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #ca9a5c;
      stroke: #ca9a5c; }
  .navPages-action svg {
    fill: #151515;
    stroke: #151515;
    transition: all 0.15s ease; }

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

.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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .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: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .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: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

@media (min-width: 801px) {
  .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: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 801px) {
      .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: 801px) {
      .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: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .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: #525252;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #525252; }

.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: #2b2b2b; }
    .socialLinks .icon svg {
      fill: #2b2b2b;
      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 {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.625rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.5rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.25rem 0.375rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .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 {
      left: 0;
      right: auto;
      z-index: 20; }

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 25rem; } }
  @media (min-width: 801px) {
    .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 {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .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 .heroCarousel-image-wrapper {
    background: url("https://cdn11.bigcommerce.com/s-2684pxp0db/stencil/18ec1980-f73c-013d-25b4-1e1bf69de92a/e/e5870200-2409-013e-124a-36ca4020c5ad/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 {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @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 {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 25rem; } }
    @media (min-width: 801px) {
      .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);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: white;
  font-size: 21px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .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: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

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

.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 {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .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: 801px) {
    .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: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #525252;
  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: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

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

.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[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .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 {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

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

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

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

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

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

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

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

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

.productView-reviewLink {
  color: #525252;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #525252; }
  .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: "Bebas Neue", 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 .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .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 {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.6875rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.8125rem 1.5rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #525252;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #525252; }

.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 {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 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: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .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: #2b2b2b;
    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: #525252; }
  .toggleLink:hover {
    color: #525252; }
  .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: 801px) {
    .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: 801px) {
    .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: 801px) {
      .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: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.reset-filters {
  display: none; }

.banners {
  background-color: #151515;
  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: #525252;
    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: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

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

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

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

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

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .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;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

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

@media (min-width: 801px) {
  .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: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #151515;
  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: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  margin: 0; }
  .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: #151515; }

.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: #2b2b2b; }

.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: 801px) {
    .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: 801px) {
    .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: #525252;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-total-value {
      width: 50%; } }

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

.cart-total-grandTotal {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 21px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .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: #525252;
  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: #525252; }

.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; }

.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;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @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: #525252;
  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; }

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

.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: #525252;
  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;
  padding-top: 0; }
  .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .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: 56px;
  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: 801px) {
    .suggestiveCart {
      display: block; } }

.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: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .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: 56px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.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 {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    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;
    padding-bottom: 100%;
    width: 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: "Overpass", 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: #525252;
  font-family: "Overpass", 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: #525252;
  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: 21px; }

.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: #525252;
  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: #525252; }

.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: #151515;
  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: #525252;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #525252; }

.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-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  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;
  padding: 1.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 15.625rem;
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .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 {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.125rem;
    margin-left: 0.75rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 11.625rem;
  text-decoration: none; }
  .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: "Overpass", 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%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #151515;
  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;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #151515;
    display: flex;
    height: inherit;
    justify-content: 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: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #151515; }
    .header-logo__link:active {
      color: #151515; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  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: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 26px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 16px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  @media (min-width: 801px) {
    .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: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #151515;
    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.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .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: #151515;
      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); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.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; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@media (min-width: 801px) {
  .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: 801px) {
    .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: #f2f1f0;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.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 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #525252;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.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;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #525252;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #525252; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #525252;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #525252;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #525252; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.5rem;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #2b2b2b; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 81rem;
  padding: 0 18px;
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .container {
      padding: 0 1.5rem; } }
  @media (min-width: 1261px) {
    .container {
      padding: 0 0.5rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .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: 24px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #525252;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 370px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

.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: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.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: 801px) {
      .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: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .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: 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: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@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: #151515; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #151515; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .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 {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .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: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 21px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 21px; } }

@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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.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: 801px) {
    .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: #b10a10; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 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: #b10a10; }

.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: #b10a10;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: #b10a10; }

.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: #b10a10;
  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 {
      left: -20px;
      top: 19px; } }
  @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: #b10a10; }

.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: 20px;
  width: 20px;
  background-size: cover; }

.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 {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .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: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.page .page-wrap .custom-brand-doc {
  background-color: #F2F1F0; }

.page .page-wrap .bg-outer-side {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page .page-wrap .bg-outer-side {
      margin-left: calc(-50vw + 50% - 10px); } }

.page .page-wrap .custom-pt-hero, .page .page-wrap .custom-brand-plank {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page .page-wrap .custom-pt-hero, .page .page-wrap .custom-brand-plank {
      margin-left: calc(-50vw + 50% - 10px); } }

.page .page-wrap [id^="sd-simple-button-editable"] {
  display: block;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 250px !important;
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }

.page .page-wrap [data-layout-name="top-hero-section"] {
  background-color: #151515;
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .page .page-wrap [data-layout-name="top-hero-section"] {
      flex-direction: row; } }
  .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout] {
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
    .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(1) {
      max-width: 33.33333333333333%;
      flex-basis: 33.33333333333333%; }
      @media (max-width: 1200px) {
        .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(1) {
          max-width: 100%;
          flex-basis: 100%; } }
      .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(1) div[data-widget-id]:nth-of-type(1) p {
        font-size: 40px;
        line-height: 65px;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(1) div[data-widget-id]:nth-of-type(1) p {
            font-size: 55px; } }
      .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(1) div[data-widget-id]:nth-of-type(2) p {
        max-width: 100%;
        max-width: 100%;
        letter-spacing: .15px;
        font-family: Overpass, sans-serif; }
        @media (min-width: 1200px) {
          .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(1) div[data-widget-id]:nth-of-type(2) p {
            margin: 0 auto;
            max-width: 375px; } }
    .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(2) {
      max-width: 66.66666666666666%;
      flex-basis: 66.66666666666666%; }
      @media (max-width: 1200px) {
        .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(2) {
          max-width: 100%;
          flex-basis: 100%; } }
      .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(2) img {
        opacity: 0;
        height: 100%;
        object-fit: cover;
        width: 100% !important; }
        @media (min-width: 1201px) {
          .page .page-wrap [data-layout-name="top-hero-section"] > div[data-sub-layout]:nth-of-type(2) img {
            width: 100%; } }

.page .page-wrap [data-layout-name="text-no-heading"] {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 934px; }
  @media (min-width: 801px) {
    .page .page-wrap [data-layout-name="text-no-heading"] {
      padding: 80px 0; } }

.page .page-wrap .custom-aboutus-diff {
  padding: 60px 0;
  background-color: #151515; }

.page .page-wrap [data-layout-name="shop-table-heading"] {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
  .page .page-wrap [data-layout-name="shop-table-heading"] p {
    font-size: 40px;
    line-height: 44px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .page .page-wrap [data-layout-name="shop-table-heading"] p {
        font-size: 52px;
        line-height: 52px; } }

.page .page-wrap [data-layout-name="Types"] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between; }
  .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] {
    max-width: 100%;
    margin: 0 auto;
    flex-basis: none;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] {
        max-width: calc(50% - 24px);
        flex-basis: none; } }
    @media (min-width: 801px) {
      .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] {
        max-width: calc(25% - 24px); } }
    .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] p {
      line-height: 22px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }
      .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] p a {
        text-decoration: none; }
        .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] p a:hover {
          color: #ffffff; }
    .page .page-wrap [data-layout-name="Types"] div[data-sub-layout] img {
      width: 100%; }

.page .page-wrap [data-layout-name="text-with-heading"] {
  width: 100%;
  margin: 0 auto;
  max-width: 934px;
  padding: 30px 0 44px 0; }
  @media (min-width: 801px) {
    .page .page-wrap [data-layout-name="text-with-heading"] {
      padding: 80px 0 64px 0; } }
  .page .page-wrap [data-layout-name="text-with-heading"] div[data-sub-layout] div[data-widget-id]:nth-of-type(1) {
    line-height: 36px;
    font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }

.page .page-wrap [data-layout-name="ftb-boxes"] {
  gap: 24px; }
  .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    flex-basis: auto;
    background: #FCFAF7; }
    @media (min-width: 801px) {
      .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] {
        max-width: 100%;
        flex-basis: auto;
        width: calc(50% - 12px); } }
    .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id] {
      border-radius: 5px 5px 0 0; }
      .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id] img {
        width: 100%; }
        .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id] img:hover {
          opacity: 0.8; }
      .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(2) p {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: .2px;
        font-family: roboto, Arial, Helvetica, sans-serif; }
        @media (min-width: 801px) {
          .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(2) p {
            font-size: 21px; } }
        .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(2) p a {
          text-decoration: none; }
          .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(2) p a:hover {
            color: #151515; }
      .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(3) p {
        line-height: 24px;
        letter-spacing: .15px;
        font-family: Overpass, sans-serif; }
        .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(3) p a {
          text-decoration: none; }
          .page .page-wrap [data-layout-name="ftb-boxes"] div[data-sub-layout] div[data-widget-id]:nth-of-type(3) p a:hover {
            color: #151515; }

.page .page-wrap [data-layout-name="need-assistance"] {
  background-color: #151515; }
  .page .page-wrap [data-layout-name="need-assistance"] div[data-sub-layout] div[data-widget-id]:nth-of-type(2) p {
    margin: 0 auto;
    width: 100%;
    max-width: 718px;
    line-height: 24px;
    letter-spacing: .15px;
    font-family: Overpass, sans-serif; }
  .page .page-wrap [data-layout-name="need-assistance"] div[data-sub-layout] div[data-widget-id]:nth-of-type(3) [id^="sd-simple-button-editable"] {
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    font-family: Overpass, Arial, Helvetica, sans-serif; }
    .page .page-wrap [data-layout-name="need-assistance"] div[data-sub-layout] div[data-widget-id]:nth-of-type(3) [id^="sd-simple-button-editable"]:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 88%;
      height: 2px;
      top: inherit;
      margin: 0 auto;
      transition: .4s all ease;
      background-color: #ca9a5c; }

.page .page-wrap .custom-brand-nixon {
  background-color: #F2F1F0; }

.page .page-wrap [data-layout-name="stb-heading"] p {
  line-height: 52px;
  letter-spacing: .25px;
  Font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }

.page .page-wrap [data-layout-name="top-brands-details"] {
  padding: 30px 0; }
  @media (min-width: 801px) {
    .page .page-wrap [data-layout-name="top-brands-details"] {
      padding: 70px 0; } }

.page .page-wrap [data-layout-name="top-brands-details-reverse"] {
  padding: 30px 0;
  flex-direction: column-reverse; }
  @media (min-width: 801px) {
    .page .page-wrap [data-layout-name="top-brands-details-reverse"] {
      padding: 70px 0;
      flex-direction: row; } }

.page-shuffleboards .buttonLink #sd-simple-button-editable-e14313ae-ced9-4837-9444-6f7609600ce4, .page-shuffleboards .buttonLink #sd-simple-button-editable-fe3d5e19-9ff8-486e-bec3-dce124f27490 {
  display: block;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  min-width: 250px;
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }

.page-shuffleboards .custom-shop-pt {
  width: 100vw;
  background-color: #151515;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shuffleboards .custom-shop-pt {
      margin-left: calc(-50vw + 50% - 10px); } }
  .page-shuffleboards .custom-shop-pt div#sd-simple-text-editable-f394173c-a1e1-448b-b540-9ae3be48f938 {
    line-height: 52px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
    @media (min-width: 801px) {
      .page-shuffleboards .custom-shop-pt div#sd-simple-text-editable-f394173c-a1e1-448b-b540-9ae3be48f938 {
        line-height: 44px; } }
    .page-shuffleboards .custom-shop-pt div#sd-simple-text-editable-f394173c-a1e1-448b-b540-9ae3be48f938 p {
      font-size: 40px; }
      @media (min-width: 801px) {
        .page-shuffleboards .custom-shop-pt div#sd-simple-text-editable-f394173c-a1e1-448b-b540-9ae3be48f938 p {
          font-size: 52px; } }
  .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between; }
    .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] {
      max-width: 100%;
      flex-basis: none;
      margin: 0 auto; }
      @media (min-width: 551px) {
        .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] {
          max-width: calc(50% - 24px);
          flex-basis: none; } }
      @media (min-width: 801px) {
        .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"], .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] {
          max-width: calc(25% - 24px); } }
      .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] #sd-image-dce00d70-6816-4674-a1db-06330d188785 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] #sd-image-3401058b-22a9-4f04-97fe-98e0f64cd8fa img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] #sd-image-c3cdd8f4-2779-4ad8-982f-4dc863e81d99 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] #sd-image-c16b5957-4a2b-4a5a-b038-a5a165ef0e8c img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] #sd-image-dce00d70-6816-4674-a1db-06330d188785 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] #sd-image-3401058b-22a9-4f04-97fe-98e0f64cd8fa img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] #sd-image-c3cdd8f4-2779-4ad8-982f-4dc863e81d99 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] #sd-image-c16b5957-4a2b-4a5a-b038-a5a165ef0e8c img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] #sd-image-dce00d70-6816-4674-a1db-06330d188785 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] #sd-image-3401058b-22a9-4f04-97fe-98e0f64cd8fa img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] #sd-image-c3cdd8f4-2779-4ad8-982f-4dc863e81d99 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] #sd-image-c16b5957-4a2b-4a5a-b038-a5a165ef0e8c img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] #sd-image-dce00d70-6816-4674-a1db-06330d188785 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] #sd-image-3401058b-22a9-4f04-97fe-98e0f64cd8fa img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] #sd-image-c3cdd8f4-2779-4ad8-982f-4dc863e81d99 img, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] #sd-image-c16b5957-4a2b-4a5a-b038-a5a165ef0e8c img {
        width: 100%; }
      .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b {
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a {
          text-decoration: none; }
          .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="49be8978-1702-4601-b7d3-8ebc6115c80c"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="5164b214-f29e-4d43-8657-226ba21c1d39"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="ef272e7b-7533-4c99-8556-debc9d4a893a"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-5953ad48-8613-4c3f-b222-8d0ac14aae26 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-c17a7f5d-7473-4ecd-9a9b-a0c60fd8a205 p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-7db99319-f578-42cf-8016-77478e93b1cb p a:hover, .page-shuffleboards .custom-shop-pt [data-sub-layout-container="b39ddd27-939d-4ff9-98ee-7e54699de977"] [data-sub-layout="36a2c354-7b34-4441-9179-bf2c130d5369"] .sd-simple-text-65118106-5aa6-460d-97c6-9260a34eab9b p a:hover {
            color: #ffffff; }

.page-shuffleboards .custom-first-time-buyer [data-sub-layout-container="5b14b253-c14d-42a1-8e96-c54a65d9cc65"] {
  padding: 30px 0 44px 0; }
  @media (min-width: 801px) {
    .page-shuffleboards .custom-first-time-buyer [data-sub-layout-container="5b14b253-c14d-42a1-8e96-c54a65d9cc65"] {
      padding: 80px 0 64px 0; } }
  .page-shuffleboards .custom-first-time-buyer [data-sub-layout-container="5b14b253-c14d-42a1-8e96-c54a65d9cc65"] #sd-simple-text-editable-4501b892-1d3e-4cf8-bf37-0fb75b08b255 {
    font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
    line-height: 36px; }
  .page-shuffleboards .custom-first-time-buyer [data-sub-layout-container="5b14b253-c14d-42a1-8e96-c54a65d9cc65"] .sd-simple-text-016a0751-32fa-4053-8cd8-b12ece9a0749 {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .page-shuffleboards .custom-first-time-buyer [data-sub-layout-container="5b14b253-c14d-42a1-8e96-c54a65d9cc65"] .sd-simple-text-016a0751-32fa-4053-8cd8-b12ece9a0749 {
        padding-right: 165px;
        padding-left: 165px; } }
    .page-shuffleboards .custom-first-time-buyer [data-sub-layout-container="5b14b253-c14d-42a1-8e96-c54a65d9cc65"] .sd-simple-text-016a0751-32fa-4053-8cd8-b12ece9a0749 #sd-simple-text-editable-016a0751-32fa-4053-8cd8-b12ece9a0749 {
      font-family: Overpass, sans-serif;
      line-height: 25px; }

.page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] {
  gap: 24px; }
  .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"], .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    flex-basis: auto; }
    @media (min-width: 801px) {
      .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"], .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] {
        flex-basis: auto;
        width: calc(50% - 12px);
        max-width: 100%; } }
    .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] #sd-image-3ac15db0-910d-4e65-900c-834ff4e592b4, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] #sd-image-3c785bbf-d93f-43e7-b8fa-503849dd72fe, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] #sd-image-3ac15db0-910d-4e65-900c-834ff4e592b4, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] #sd-image-3c785bbf-d93f-43e7-b8fa-503849dd72fe {
      border-radius: 5px 5px 0 0; }
      .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] #sd-image-3ac15db0-910d-4e65-900c-834ff4e592b4 img, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] #sd-image-3c785bbf-d93f-43e7-b8fa-503849dd72fe img, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] #sd-image-3ac15db0-910d-4e65-900c-834ff4e592b4 img, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] #sd-image-3c785bbf-d93f-43e7-b8fa-503849dd72fe img {
        width: 100%; }
      .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] #sd-image-3ac15db0-910d-4e65-900c-834ff4e592b4:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] #sd-image-3c785bbf-d93f-43e7-b8fa-503849dd72fe:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] #sd-image-3ac15db0-910d-4e65-900c-834ff4e592b4:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] #sd-image-3c785bbf-d93f-43e7-b8fa-503849dd72fe:hover {
        opacity: 0.8; }
    .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 {
      background-color: #fcfaf7; }
      .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 {
        font-size: 18px;
        line-height: 18px;
        font-family: roboto, Arial, Helvetica, sans-serif;
        letter-spacing: .2px; }
        @media (min-width: 801px) {
          .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 {
            font-size: 21px; } }
        .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a {
          text-decoration: none; }
          .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-be321fa7-f094-407c-acd3-7f71990fee54 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-be321fa7-f094-407c-acd3-7f71990fee54 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 #sd-simple-text-editable-bbef479c-dfc7-4bf5-af2f-0a45e99b0af6 p a:hover {
            color: #151515; }
    .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 {
      background-color: #fcfaf7; }
      .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 {
        line-height: 24px;
        font-family: Overpass, sans-serif;
        letter-spacing: .15px; }
        .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a {
          text-decoration: none; }
          .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="8524eb82-ae0a-40aa-a01d-8602fd40c69b"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-47aea52a-43e2-4fad-962e-15f3fec3ebed #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-47aea52a-43e2-4fad-962e-15f3fec3ebed p a:hover, .page-shuffleboards .custom-ftb-boxes [data-sub-layout-container="bf9aacae-2305-4a32-99a2-2c1a8ed8a9da"] [data-sub-layout="2e8d22b6-9932-4999-87c2-859b65a23d0a"] .sd-simple-text-93eddbd2-fd59-4937-95fe-49834332b7a9 #sd-simple-text-editable-93eddbd2-fd59-4937-95fe-49834332b7a9 p a:hover {
            color: #151515; }

.page-shuffleboards .custom-question-section #sd-simple-text-editable-92d1ff4d-12cb-49b7-ba9c-0f927046dd81 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .page-shuffleboards .custom-question-section #sd-simple-text-editable-92d1ff4d-12cb-49b7-ba9c-0f927046dd81 {
      font-size: 26px; } }

.page-shuffleboards .custom-question-section #sd-simple-text-editable-2701439d-4cc9-4b49-85c7-643ae1a843ad {
  max-width: 718px;
  width: 100%;
  line-height: 24px;
  font-family: Overpass, sans-serif;
  letter-spacing: .15px; }

.page-shuffleboards .custom-question-section a#sd-simple-button-editable-0f0778e4-2dc5-4081-883b-a0419db44194 {
  position: relative;
  font-family: Overpass, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 22px; }
  .page-shuffleboards .custom-question-section a#sd-simple-button-editable-0f0778e4-2dc5-4081-883b-a0419db44194:after {
    content: "";
    height: 2px;
    width: 88%;
    background-color: #ca9a5c;
    position: absolute;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }

.page-shuffleboards .custom-shop-top-brands #sd-simple-text-editable-6b7a83eb-ea32-4509-81c8-674214f321ec {
  line-height: 52px;
  Font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  letter-spacing: .25px; }

.page-shuffleboards .custom-brand-doc, .page-shuffleboards .custom-brand-plank, .page-shuffleboards .custom-brand-nixon {
  width: 100vw;
  background-color: #f2f1f0;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shuffleboards .custom-brand-doc, .page-shuffleboards .custom-brand-plank, .page-shuffleboards .custom-brand-nixon {
      margin-left: calc(-50vw + 50% - 10px); } }
  .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] {
    gap: 25px 0;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 801px) {
      .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] {
        padding-top: 70px;
        padding-bottom: 70px; } }
    .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] {
      width: 100%;
      max-width: 100%;
      flex-basis: 100%; }
      @media (min-width: 801px) {
        .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"], .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] {
          flex-basis: 50%;
          max-width: 50%;
          width: auto; } }
      .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-4b7b3a12-1d6e-4d7b-8f1a-325c6ef4a93f img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-d20b8ef3-2590-4b5b-856e-c409b4154537 img, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-image-71ebf397-cd25-427a-aa2a-743dcb8ae17d img {
        width: 100%; }
      .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-d84bc1b9-5696-4f53-880d-9ebe332a4ca0, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-50a2c57b-21be-4078-b5ea-fc1e2e685e9c, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-73744c8a-1a44-4468-b999-af550e122f0e {
        line-height: 36px;
        font-family: roboto, Arial, Helvetica, sans-serif;
        letter-spacing: .15px; }
      .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-c1aeb37b-37fe-4e16-8271-b47bfcd3f184, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] #sd-simple-text-editable-2f2f5275-7b0b-4053-adbd-ef9be8fc93ab {
        line-height: 24px;
        font-weight: 400;
        font-family: Overpass, sans-serif;
        letter-spacing: .15px; }
      .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-doc [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-plank [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="6dbc19ef-661e-4dbc-a8eb-c2d52adb75f7"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="017e2a25-745b-4b78-8624-74b4996ea2ac"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="f3028ea5-4d3f-482b-9da2-072690a8620a"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="fda292f3-b722-49ac-baae-fe6f43054780"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="ec45be14-6c0b-401f-bca1-3f74e9b82c79"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="617535ed-1be4-418f-ba33-4f0ae15c795f"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1c1b533d-eaa4-492f-91a3-99d53b5e4dd4, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-107c113e-9534-4c38-bc2d-84b30d815e61, .page-shuffleboards .custom-brand-nixon [data-sub-layout-container="c87905fc-e162-4efd-9e3a-50163a0fef79"] [data-sub-layout="a2364750-f841-4339-bb06-ce55618f7a92"] .buttonLink a#sd-simple-button-editable-1b44e6b4-7c70-4839-bffe-03c52ed9a54b {
        min-width: 250px;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: .5px;
        line-height: 22px;
        text-transform: uppercase; }

.page-shuffleboards .custom-brand-plank {
  background-color: transparent; }
  .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] {
    flex-direction: column-reverse; }
    @media (min-width: 801px) {
      .page-shuffleboards .custom-brand-plank [data-sub-layout-container="f254b7b6-e6dc-419e-8dfb-950688a77d7e"] {
        flex-direction: row; } }

.page-shop-pool-table .custom-pt-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-pt-hero {
      margin-left: calc(-50vw + 50% - 10px); } }
  .page-shop-pool-table .custom-pt-hero [data-sub-layout-container="a8a643c1-7d9e-4e77-bcc8-4f54f3a82ca4"] {
    flex-direction: column-reverse; }
    @media (min-width: 1200px) {
      .page-shop-pool-table .custom-pt-hero [data-sub-layout-container="a8a643c1-7d9e-4e77-bcc8-4f54f3a82ca4"] {
        flex-direction: row; } }
  @media (max-width: 1200px) {
    .page-shop-pool-table .custom-pt-hero [data-sub-layout="d1754bad-75ba-4156-8ab6-4050cc36bf20"], .page-shop-pool-table .custom-pt-hero [data-sub-layout="c72d5f6c-22ea-4b04-9ece-d517cb5e84f9"] {
      flex-basis: 100%;
      max-width: 100%; } }
  .page-shop-pool-table .custom-pt-hero #sd-image-d4276979-d2b7-4cc1-b952-521c556a132e img {
    width: auto;
    opacity: 0;
    object-fit: cover;
    height: 100%; }
    @media (min-width: 1200px) {
      .page-shop-pool-table .custom-pt-hero #sd-image-d4276979-d2b7-4cc1-b952-521c556a132e img {
        width: 100%; } }
  .page-shop-pool-table .custom-pt-hero #sd-simple-text-editable-ab7a8d33-9d49-41e6-bb53-8c125bcd16b2 p {
    font-family: Overpass, sans-serif;
    max-width: 100%;
    letter-spacing: .15px;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .page-shop-pool-table .custom-pt-hero #sd-simple-text-editable-ab7a8d33-9d49-41e6-bb53-8c125bcd16b2 p {
        max-width: 375px;
        margin: 0 auto; } }
  .page-shop-pool-table .custom-pt-hero #sd-simple-text-editable-9ead798f-1d4c-4e90-a885-51f783f6f57b {
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
    .page-shop-pool-table .custom-pt-hero #sd-simple-text-editable-9ead798f-1d4c-4e90-a885-51f783f6f57b p {
      font-size: 40px;
      line-height: 65px; }
      @media (min-width: 801px) {
        .page-shop-pool-table .custom-pt-hero #sd-simple-text-editable-9ead798f-1d4c-4e90-a885-51f783f6f57b p {
          font-size: 55px; } }

.page-shop-pool-table .custom-intro .sd-simple-text-5415b3b0-69a1-4cfd-8187-c28ef0ed024e {
  padding: 30px 0 68px 0; }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-intro .sd-simple-text-5415b3b0-69a1-4cfd-8187-c28ef0ed024e {
      padding: 80px 165px 68px 165px; } }

.page-shop-pool-table .buttonLink #sd-simple-button-editable-2da38524-107e-4777-8156-8ab7b5addd71, .page-shop-pool-table .buttonLink #sd-simple-button-editable-9a552c10-d360-401d-8153-b4f6c9d86a83 {
  display: block;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  min-width: 250px;
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }

.page-shop-pool-table div#sd-simple-text-editable-272f1c43-4a97-4b53-8c01-29d0028a320d {
  line-height: 52px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif; }
  @media (min-width: 801px) {
    .page-shop-pool-table div#sd-simple-text-editable-272f1c43-4a97-4b53-8c01-29d0028a320d {
      line-height: 44px; } }

.page-shop-pool-table div#sd-simple-text-editable-272f1c43-4a97-4b53-8c01-29d0028a320d p {
  font-size: 40px; }
  @media (min-width: 801px) {
    .page-shop-pool-table div#sd-simple-text-editable-272f1c43-4a97-4b53-8c01-29d0028a320d p {
      font-size: 52px; } }

.page-shop-pool-table [data-sub-layout-container="45b44841-ebce-4c77-a924-7d2af3e82857"] {
  padding: 30px 0 44px 0; }
  @media (min-width: 801px) {
    .page-shop-pool-table [data-sub-layout-container="45b44841-ebce-4c77-a924-7d2af3e82857"] {
      padding: 80px 0 64px 0; } }

.page-shop-pool-table .sd-simple-text-7737cbe1-16a5-4857-93ba-f7a5cfecec91 {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  @media (min-width: 801px) {
    .page-shop-pool-table .sd-simple-text-7737cbe1-16a5-4857-93ba-f7a5cfecec91 {
      padding-right: 165px;
      padding-left: 165px; } }

.page-shop-pool-table .sd-simple-text-f7ebcee7-e58d-4db9-8f68-0926db4a4270, .page-shop-pool-table .sd-simple-text-40a6b331-33b0-4cb5-8334-a8b98e35d1f5, .page-shop-pool-table .sd-simple-text-009a7242-136e-4fe2-b847-e7ef4312a11b, .page-shop-pool-table .sd-simple-text-865c28e5-2ef4-496e-822e-c4802921816c {
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .page-shop-pool-table .sd-simple-text-f7ebcee7-e58d-4db9-8f68-0926db4a4270 p a, .page-shop-pool-table .sd-simple-text-40a6b331-33b0-4cb5-8334-a8b98e35d1f5 p a, .page-shop-pool-table .sd-simple-text-009a7242-136e-4fe2-b847-e7ef4312a11b p a, .page-shop-pool-table .sd-simple-text-865c28e5-2ef4-496e-822e-c4802921816c p a {
    text-decoration: none; }
    .page-shop-pool-table .sd-simple-text-f7ebcee7-e58d-4db9-8f68-0926db4a4270 p a:hover, .page-shop-pool-table .sd-simple-text-40a6b331-33b0-4cb5-8334-a8b98e35d1f5 p a:hover, .page-shop-pool-table .sd-simple-text-009a7242-136e-4fe2-b847-e7ef4312a11b p a:hover, .page-shop-pool-table .sd-simple-text-865c28e5-2ef4-496e-822e-c4802921816c p a:hover {
      color: #ffffff; }

.page-shop-pool-table .custom-shop-pt {
  width: 100vw;
  background-color: #151515;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-shop-pt {
      margin-left: calc(-50vw + 50% - 10px); } }

.page-shop-pool-table .custom-shop-pt [data-sub-layout-container="b1de2dfc-29f3-47e5-ae84-52ec89f06f8a"] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between; }

.page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] {
  max-width: 100%;
  flex-basis: none;
  margin: 0 auto; }
  @media (min-width: 551px) {
    .page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] {
      max-width: calc(50% - 24px);
      flex-basis: none; } }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"], .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] {
      max-width: calc(25% - 24px); } }
  .page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"] #sd-image-e0175f56-9979-4e96-b7d8-51caf7d30aad img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"] #sd-image-82c08260-7fc8-4e69-9304-34a752c316f8 img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"] #sd-image-5ebe6096-a3d1-4b58-b1dc-febe7ec26a9a img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="7a0b8e31-09e7-4472-a917-a1f07ccfe1f2"] #sd-image-cce3f5de-5988-4f65-a4ec-018f9ebc60da img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"] #sd-image-e0175f56-9979-4e96-b7d8-51caf7d30aad img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"] #sd-image-82c08260-7fc8-4e69-9304-34a752c316f8 img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"] #sd-image-5ebe6096-a3d1-4b58-b1dc-febe7ec26a9a img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ca85b688-3af8-40f0-aa88-d9743a8e79ea"] #sd-image-cce3f5de-5988-4f65-a4ec-018f9ebc60da img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"] #sd-image-e0175f56-9979-4e96-b7d8-51caf7d30aad img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"] #sd-image-82c08260-7fc8-4e69-9304-34a752c316f8 img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"] #sd-image-5ebe6096-a3d1-4b58-b1dc-febe7ec26a9a img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="ec2ff9c7-4165-40ed-990a-bb1fb738a97c"] #sd-image-cce3f5de-5988-4f65-a4ec-018f9ebc60da img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] #sd-image-e0175f56-9979-4e96-b7d8-51caf7d30aad img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] #sd-image-82c08260-7fc8-4e69-9304-34a752c316f8 img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] #sd-image-5ebe6096-a3d1-4b58-b1dc-febe7ec26a9a img, .page-shop-pool-table .custom-shop-pt [data-sub-layout="f45a5691-d719-4cd8-9c97-891ceee932a0"] #sd-image-cce3f5de-5988-4f65-a4ec-018f9ebc60da img {
    width: 100%; }

.page-shop-pool-table .custom-first-time-buyer div#sd-simple-text-editable-62641e14-f6d9-4bca-9ed8-b30a5d25c208 {
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
  line-height: 36px; }

.page-shop-pool-table .custom-first-time-buyer div#sd-simple-text-editable-7737cbe1-16a5-4857-93ba-f7a5cfecec91 {
  font-family: Overpass, sans-serif;
  line-height: 25px; }

.page-shop-pool-table .custom-ftb-boxes [data-sub-layout-container="66725a57-2a40-4110-ae36-75ee9c7ea1c2"] {
  gap: 24px; }

.page-shop-pool-table .custom-ftb-boxes #sd-image-6b616b67-5f87-4670-bd1b-b832e17ef077 img, .page-shop-pool-table .custom-ftb-boxes #sd-image-38acd19e-d068-49bf-9d32-dcebfc4603d3 img {
  width: 100%; }

.page-shop-pool-table .custom-ftb-boxes [data-sub-layout="881a6c96-8c8a-4a9b-a7ac-daaed888769b"], .page-shop-pool-table .custom-ftb-boxes [data-sub-layout="0e6be5b2-9176-4a3c-b729-29edc87e8edd"] {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  flex-basis: auto; }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-ftb-boxes [data-sub-layout="881a6c96-8c8a-4a9b-a7ac-daaed888769b"], .page-shop-pool-table .custom-ftb-boxes [data-sub-layout="0e6be5b2-9176-4a3c-b729-29edc87e8edd"] {
      flex-basis: auto;
      width: calc(50% - 12px);
      max-width: 100%; } }

.page-shop-pool-table .custom-ftb-boxes #sd-image-6b616b67-5f87-4670-bd1b-b832e17ef077 {
  border-radius: 5px 5px 0 0; }

.page-shop-pool-table .custom-ftb-boxes #sd-image-6b616b67-5f87-4670-bd1b-b832e17ef077:hover, .page-shop-pool-table .custom-ftb-boxes #sd-image-38acd19e-d068-49bf-9d32-dcebfc4603d3:hover {
  opacity: 0.8; }

.page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-7fdce464-a221-4955-972c-a5dc39395199, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-df096fc3-e520-4d00-9187-f6134f95573b {
  font-size: 18px;
  line-height: 18px;
  font-family: roboto, Arial, Helvetica, sans-serif;
  letter-spacing: .2px; }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-7fdce464-a221-4955-972c-a5dc39395199, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-df096fc3-e520-4d00-9187-f6134f95573b {
      font-size: 21px; } }
  .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-7fdce464-a221-4955-972c-a5dc39395199 p a, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-df096fc3-e520-4d00-9187-f6134f95573b p a {
    text-decoration: none; }
    .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-7fdce464-a221-4955-972c-a5dc39395199 p a:hover, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-df096fc3-e520-4d00-9187-f6134f95573b p a:hover {
      color: #151515; }

.page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-8f722ba2-f4ea-4372-853e-2239c5473d8e, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-a60d16ad-0024-4634-8aec-a09009c26bcc {
  line-height: 24px;
  font-family: Overpass, sans-serif;
  letter-spacing: .15px; }
  .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-8f722ba2-f4ea-4372-853e-2239c5473d8e p a, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-a60d16ad-0024-4634-8aec-a09009c26bcc p a {
    text-decoration: none; }
    .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-8f722ba2-f4ea-4372-853e-2239c5473d8e p a:hover, .page-shop-pool-table .custom-ftb-boxes div#sd-simple-text-editable-a60d16ad-0024-4634-8aec-a09009c26bcc p a:hover {
      color: #151515; }

.page-shop-pool-table .custom-ftb-boxes .sd-simple-text-df096fc3-e520-4d00-9187-f6134f95573b, .page-shop-pool-table .custom-ftb-boxes .sd-simple-text-a60d16ad-0024-4634-8aec-a09009c26bcc, .page-shop-pool-table .custom-ftb-boxes .sd-simple-text-7fdce464-a221-4955-972c-a5dc39395199, .page-shop-pool-table .custom-ftb-boxes .sd-simple-text-8f722ba2-f4ea-4372-853e-2239c5473d8e {
  background-color: #fcfaf7; }

.page-shop-pool-table .custom-question-section #sd-simple-text-editable-92d1ff4d-12cb-49b7-ba9c-0f927046dd81 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  font-family: "roboto", Arial, Helvetica, sans-serif; }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-question-section #sd-simple-text-editable-92d1ff4d-12cb-49b7-ba9c-0f927046dd81 {
      font-size: 26px; } }

.page-shop-pool-table .custom-question-section div#sd-simple-text-editable-ee0ea6bb-2aff-4c34-883e-158cd0fd8b5f {
  max-width: 718px;
  width: 100%;
  line-height: 24px;
  font-family: Overpass, sans-serif;
  letter-spacing: .15px; }

.page-shop-pool-table .custom-question-section a#sd-simple-button-editable-90553dec-8683-47c0-b78f-881d8c76a231 {
  position: relative;
  font-family: Overpass, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 22px; }
  .page-shop-pool-table .custom-question-section a#sd-simple-button-editable-90553dec-8683-47c0-b78f-881d8c76a231:after {
    content: "";
    height: 2px;
    width: 88%;
    background-color: #ca9a5c;
    position: absolute;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: .4s all ease;
    transition: .4s all ease; }

.page-shop-pool-table .custom-shop-top-brands div#sd-simple-text-editable-79fd4505-9c22-48ba-9945-1e35c12e4db3 {
  line-height: 52px;
  Font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  letter-spacing: .25px; }

.page-shop-pool-table [data-sub-layout="5d274c5b-b917-4e06-bd69-41466752ba09"], .page-shop-pool-table [data-sub-layout="b176f4ef-3cef-410f-89c3-52c854c5bab3"] {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%; }
  @media (min-width: 801px) {
    .page-shop-pool-table [data-sub-layout="5d274c5b-b917-4e06-bd69-41466752ba09"], .page-shop-pool-table [data-sub-layout="b176f4ef-3cef-410f-89c3-52c854c5bab3"] {
      flex-basis: 50%;
      max-width: 50%;
      width: auto; } }

.page-shop-pool-table .custom-brand-doc {
  width: 100vw;
  background-color: #f2f1f0;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-brand-doc {
      margin-left: calc(-50vw + 50% - 10px); } }

.page-shop-pool-table .custom-brand-doc [data-sub-layout="5d274c5b-b917-4e06-bd69-41466752ba09"], .page-shop-pool-table .custom-brand-doc [data-sub-layout="b176f4ef-3cef-410f-89c3-52c854c5bab3"], .page-shop-pool-table .custom-brand-plank [data-sub-layout="6c539a0c-a279-4673-b9e5-7cd9c8a0fb85"], .page-shop-pool-table .custom-brand-plank [data-sub-layout="a26351f0-e74f-4dfe-acc5-41886b77a11b"], .page-shop-pool-table .custom-brand-nixon [data-sub-layout="018d896e-d011-4d20-a0bf-6dc0c190e2ab"], .page-shop-pool-table .custom-brand-nixon [data-sub-layout="bf8e8f26-2e5a-48ca-a5c9-f46015735ff2"] {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%; }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-brand-doc [data-sub-layout="5d274c5b-b917-4e06-bd69-41466752ba09"], .page-shop-pool-table .custom-brand-doc [data-sub-layout="b176f4ef-3cef-410f-89c3-52c854c5bab3"], .page-shop-pool-table .custom-brand-plank [data-sub-layout="6c539a0c-a279-4673-b9e5-7cd9c8a0fb85"], .page-shop-pool-table .custom-brand-plank [data-sub-layout="a26351f0-e74f-4dfe-acc5-41886b77a11b"], .page-shop-pool-table .custom-brand-nixon [data-sub-layout="018d896e-d011-4d20-a0bf-6dc0c190e2ab"], .page-shop-pool-table .custom-brand-nixon [data-sub-layout="bf8e8f26-2e5a-48ca-a5c9-f46015735ff2"] {
      flex-basis: 50%;
      max-width: 50%;
      width: auto; } }

.page-shop-pool-table .custom-brand-doc #sd-image-d9dce8c4-f1a4-46e1-95c3-7b31fb129334 img, .page-shop-pool-table .custom-brand-plank #sd-image-b3f2ba69-dd42-4d23-8f83-a152b5a73247 img, .page-shop-pool-table .custom-brand-nixon #sd-image-234a7c23-b643-4307-b2dc-5d5b1c41bc85 img {
  width: 100%; }

.page-shop-pool-table .custom-brand-doc [data-sub-layout-container="e682f24e-ba9c-48d8-9354-8f197d1a7c8b"], .page-shop-pool-table .custom-brand-plank [data-sub-layout-container="55c509e3-70a9-4d0c-84aa-5712e0557751"], .page-shop-pool-table .custom-brand-nixon [data-sub-layout-container="19e991e6-a91f-4fc8-8f1e-ddfb793a8654"] {
  gap: 25px 0;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-brand-doc [data-sub-layout-container="e682f24e-ba9c-48d8-9354-8f197d1a7c8b"], .page-shop-pool-table .custom-brand-plank [data-sub-layout-container="55c509e3-70a9-4d0c-84aa-5712e0557751"], .page-shop-pool-table .custom-brand-nixon [data-sub-layout-container="19e991e6-a91f-4fc8-8f1e-ddfb793a8654"] {
      padding-top: 70px;
      padding-bottom: 70px; } }

.page-shop-pool-table .custom-brand-plank {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-brand-plank {
      margin-left: calc(-50vw + 50% - 10px); } }
  .page-shop-pool-table .custom-brand-plank [data-sub-layout-container="55c509e3-70a9-4d0c-84aa-5712e0557751"] {
    flex-direction: column-reverse; }
    @media (min-width: 801px) {
      .page-shop-pool-table .custom-brand-plank [data-sub-layout-container="55c509e3-70a9-4d0c-84aa-5712e0557751"] {
        flex-direction: row; } }

.page-shop-pool-table div#sd-simple-text-editable-a75dcfef-f52b-4ab6-9155-cac66e14de54, .page-shop-pool-table div#sd-simple-text-editable-5a458bb8-777f-4ba1-a1a0-18ad025cecbc, .page-shop-pool-table div#sd-simple-text-editable-7a68001a-5f81-4ded-bfef-224550d87571 {
  line-height: 36px;
  font-family: roboto, Arial, Helvetica, sans-serif;
  letter-spacing: .15px; }

.page-shop-pool-table div#sd-simple-text-editable-e328a2ad-3ae1-4143-bbee-ca5c43ed469b, .page-shop-pool-table div#sd-simple-text-editable-8db9664f-37a9-464a-8b7a-3eb4345c1aa7, .page-shop-pool-table div#sd-simple-text-editable-4a874d2d-a36d-467f-a2aa-c2fbc0b244b5 {
  line-height: 24px;
  font-weight: 400;
  font-family: Overpass, sans-serif;
  letter-spacing: .15px; }

.page-shop-pool-table .buttonLink a#sd-simple-button-editable-7d149b69-ff57-4f44-a450-aaf77e38765d, .page-shop-pool-table .buttonLink a#sd-simple-button-editable-422919a4-1d01-42a9-a4fc-b3dd42ad609e, .page-shop-pool-table .buttonLink a#sd-simple-button-editable-7e47d80d-59e0-467e-a3a4-c93ee6211fa2 {
  min-width: 250px;
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  line-height: 22px;
  text-transform: uppercase; }

.page-shop-pool-table .custom-brand-nixon {
  width: 100vw;
  background-color: #f2f1f0;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-shop-pool-table .custom-brand-nixon {
      margin-left: calc(-50vw + 50% - 10px); } }

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

.skip-to-main-link {
  display: none !important; }

body {
  padding-top: 0; }

@media (min-width: 412px) {
  .body {
    margin: 113px 0 0; } }

@media (min-width: 551px) {
  .body {
    margin: 91px 0 0; } }

@media (min-width: 801px) {
  .body {
    margin: 157px 0 0; } }

@media (min-width: 1261px) {
  .body {
    margin: 98px 0 0; } }

.page {
  margin: 0; }

.custom-category .page {
  margin: 0 -0.75rem; }

.below-header-text-bar {
  background-color: #F2F1F0;
  padding: 15px 0 14px; }
  .below-header-text-bar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
    flex-direction: column; }
    @media (min-width: 801px) {
      .below-header-text-bar .inner {
        gap: 30px;
        flex-direction: row; } }
    .below-header-text-bar .inner .box {
      width: 100%;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.32px;
      font-family: "Overpass", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #151515;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 8px;
      padding: 0 20px;
      max-width: 320px; }
      @media (min-width: 801px) {
        .below-header-text-bar .inner .box {
          width: 33.333%;
          justify-content: center;
          max-width: inherit; } }
      @media (min-width: 801px) {
        .below-header-text-bar .inner .box:after {
          content: "|";
          position: absolute;
          right: 0; } }
      .below-header-text-bar .inner .box:last-child:after {
        display: none; }
      .below-header-text-bar .inner .box .icon {
        width: 20px;
        height: 20px;
        margin-top: -3px; }

.breadcrumbs-outer {
  background-color: #ffffff;
  border-top: 1px solid #E3E3E2;
  border-bottom: 1px solid #E3E3E2; }
  .breadcrumbs-outer .breadcrumbs {
    display: block;
    margin: 0;
    padding: 5px 0;
    text-align: center; }
    @media (min-width: 551px) {
      .breadcrumbs-outer .breadcrumbs {
        text-align: left; } }
    @media (min-width: 801px) {
      .breadcrumbs-outer .breadcrumbs {
        padding: 8px 0 6px 0; } }
    .breadcrumbs-outer .breadcrumbs .breadcrumb {
      font-size: 13px;
      line-height: 22px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.25px; }
      .breadcrumbs-outer .breadcrumbs .breadcrumb:hover a {
        color: #CA9A5C; }
      .breadcrumbs-outer .breadcrumbs .breadcrumb a {
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.25px;
        color: #151515;
        text-decoration: none; }
        .breadcrumbs-outer .breadcrumbs .breadcrumb a .icon {
          margin-bottom: 2px; }
      .breadcrumbs-outer .breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
        font-weight: 400; }

.page-wrap {
  padding: 1.4rem 0; }
  .page-wrap:after, .page-wrap:before {
    content: '';
    clear: both;
    display: table;
    width: 100%; }

.custom-404 .page-heading,
.custom-createaccount_thanks .page-heading {
  text-align: center; }

.panel-body {
  background: #F2F1F0;
  border-radius: 8px; }

#search-results-heading .page-heading {
  text-align: center; }

.button {
  border-radius: 60px;
  font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0.813rem 2.25rem; }
  .button--large {
    min-width: 250px; }

.heroCarousel {
  margin-top: 0; }
  .heroCarousel.slick-slider {
    overflow: hidden; }
    .heroCarousel.slick-slider .slick-next, .heroCarousel.slick-slider .slick-prev {
      opacity: 0;
      visibility: hidden;
      transition: 0.5s all;
      top: 28%;
      transform: translateY(-28%); }
      @media (min-width: 801px) {
        .heroCarousel.slick-slider .slick-next, .heroCarousel.slick-slider .slick-prev {
          top: 50%;
          transform: translateY(-50%); } }
    .heroCarousel.slick-slider .slick-next {
      right: -100px; }
    .heroCarousel.slick-slider .slick-prev {
      left: -100px; }
  .heroCarousel:hover .slick-next, .heroCarousel:hover .slick-prev {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all; }
  .heroCarousel:hover .slick-next {
    right: 25px; }
  .heroCarousel:hover .slick-prev {
    left: 25px; }
  .heroCarousel .slick-dots li {
    background-color: transparent; }

.slick-slider .slick-next, .slick-slider .slick-prev {
  background-color: transparent;
  border: 0;
  height: 40px;
  padding: 0;
  width: 40px; }
  .slick-slider .slick-next:before, .slick-slider .slick-next:before, .slick-slider .slick-prev:before, .slick-slider .slick-prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 40px;
    width: 40px; }

.slick-slider .slick-prev:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.2 41.2'%3E%3Ccircle fill='%23FFFFFF' stroke='%23151515' stroke-width='1.2' cx='20.6' cy='20.6' r='20'/%3E%3Cpath fill='%23151515' d='M24.2,13.4c0.1,0.1,0.1,0.2,0.1,0.3s0,0.2-0.1,0.3l-6.9,6.9l6.9,6.9c0.1,0.1,0.1,0.2,0.1,0.3s0,0.2-0.1,0.3L24,28.6c-0.1,0.1-0.2,0.1-0.3,0.1s-0.2,0-0.3-0.1L16,21.1c-0.1-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3l7.5-7.5c0.1-0.1,0.2-0.1,0.3-0.1s0.2,0,0.3,0.1L24.2,13.4z'/%3E%3C/svg%3E"); }

.slick-slider .slick-next:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.2 41.2'%3E%3Ccircle fill='%23FFFFFF' stroke='%23151515' stroke-width='1.2' cx='20.6' cy='20.6' r='20'/%3e%3Cpath fill='%23151515' d='M17.2,13.1c0.1-0.1,0.2-0.1,0.3-0.1s0.2,0,0.3,0.1l7.5,7.5c0.1,0.1,0.1,0.2,0.1,0.3s0,0.2-0.1,0.3l-7.5,7.5c-0.1,0.1-0.2,0.1-0.3,0.1s-0.2,0-0.3-0.1L17,28.3c-0.1-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3l6.9-6.9L17,14c-0.1-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3L17.2,13.1z'/%3e%3C/svg%3E"); }

.heroCarousel.slick-initialized {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: unset; } }
  @media (min-width: 1261px) {
    .heroCarousel.slick-initialized {
      max-height: 37.4vw; } }

.heroCarousel .heroCarousel-slide {
  align-items: center;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 801px) {
    .heroCarousel .heroCarousel-slide {
      flex-direction: row-reverse; } }
  .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
    height: inherit;
    max-height: unset; }
    @media (min-width: 801px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
        width: 66%; } }
  .heroCarousel .heroCarousel-slide .heroCarousel-content {
    align-items: center;
    background-color: #151515;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: unset;
    margin: 0;
    max-height: unset;
    padding: 1.5rem;
    transform: none;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content {
        padding: 1rem 2rem; } }
    @media (min-width: 801px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content {
        padding: 0 75px;
        width: 34%; } }
    @media (min-width: 1261px) {
      .heroCarousel .heroCarousel-slide .heroCarousel-content {
        padding: 0 4rem; } }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-subtitle {
      color: #CA9A5C;
      font-size: 15px;
      line-height: 22px;
      font-weight: 700;
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
      margin: 0 0 14px;
      text-transform: uppercase; }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
      color: #fff;
      font-size: 40px;
      line-height: 40px;
      letter-spacing: 1px;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-weight: normal;
      margin: 0 0 15px; }
      @media (min-width: 551px) {
        .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
          font-size: 60px;
          line-height: 52px;
          margin: 0 0 24px; } }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.15px;
      font-family: "Overpass", Arial, Helvetica, sans-serif;
      font-weight: 400;
      margin: 0; }
    .heroCarousel .heroCarousel-slide .heroCarousel-content .heroCarousel-action {
      margin: 36px 0 0; }

.productCarousel.slick-slider .slick-arrow {
  top: -30px; }
  .productCarousel.slick-slider .slick-arrow.slick-next {
    right: 0.75rem; }
  .productCarousel.slick-slider .slick-arrow.slick-prev {
    left: unset;
    right: 3.75rem; }

.productCarousel.slick-slider .slick-dots {
  bottom: -20px;
  display: flex !important;
  justify-content: space-around;
  max-width: 750px;
  margin-left: auto;
  left: 50%;
  width: 95%;
  transform: translateX(-50%); }
  .productCarousel.slick-slider .slick-dots li {
    padding: 0;
    width: 100%; }
    .productCarousel.slick-slider .slick-dots li.slick-active button:before {
      background-color: #3B3B3B; }
    .productCarousel.slick-slider .slick-dots li button {
      border: 0;
      border-radius: 0;
      height: 3px;
      width: 100%; }
      .productCarousel.slick-slider .slick-dots li button:before {
        background-color: #F2F1F0;
        border: 0;
        border-radius: 0;
        height: 3px;
        width: 100%; }
      .productCarousel.slick-slider .slick-dots li button .carousel-tooltip {
        margin-top: 0;
        display: none; }

.banners[data-banner-location="bottom"] {
  background-color: #F2F1F0; }
  .banners[data-banner-location="bottom"] .banner h1, .banners[data-banner-location="bottom"] .banner h2, .banners[data-banner-location="bottom"] .banner h3, .banners[data-banner-location="bottom"] .banner h4, .banners[data-banner-location="bottom"] .banner h5, .banners[data-banner-location="bottom"] .banner h6, .banners[data-banner-location="bottom"] .banner p, .banners[data-banner-location="bottom"] .banner ul li, .banners[data-banner-location="bottom"] .banner a {
    color: #151515;
    text-decoration: none; }
  .banners[data-banner-location="bottom"] .banner a {
    color: #151515;
    text-decoration: none;
    font-weight: 700; }

.page-heading {
  color: #151515;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 25px 0;
  text-align: left; }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 26px;
      margin: 0 0 36px 0; } }

.benefits-panel-home {
  margin: 60px 0; }
  .benefits-panel-home .benefits-panel-wrapper {
    border-top: 1px solid #E3E3E2; }

.custom-default .benefits-panel-wrapper {
  border-top: 0;
  border-bottom: 1px solid #E3E3E2; }
  .custom-default .benefits-panel-wrapper .benefits-inner {
    padding: 27.2px 0 20px; }

.brandGrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px 20px;
  max-width: 1170px;
  margin: 0 auto 50px; }
  @media (min-width: 801px) {
    .brandGrid {
      gap: 36px 30px;
      margin: 0 auto 100px; } }
  .brandGrid:before, .brandGrid:after {
    display: none; }
  .brandGrid .brand {
    padding: 0;
    width: calc(270px - 20px);
    height: 251px; }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: calc(270px - 30px); } }
    .brandGrid .brand .card {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 30px;
      height: 100%;
      border-color: #E3E3E2;
      border-width: 1px;
      border-style: solid;
      outline: 1px solid transparent;
      border-radius: 5px;
      padding: 12px 15px 25px;
      margin: 0; }
      .brandGrid .brand .card-img-container {
        max-width: inherit; }
      .brandGrid .brand .card-figure {
        margin-top: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .brandGrid .brand .card-figure .card-figure__link {
          height: 100%; }
        .brandGrid .brand .card-figure .card-img-container {
          height: 100%; }
          .brandGrid .brand .card-figure .card-img-container:after {
            display: none; }
          .brandGrid .brand .card-figure .card-img-container .card-image {
            position: inherit;
            height: 100%; }
      .brandGrid .brand .card-body {
        padding: 0; }
        .brandGrid .brand .card-body .card-title a {
          color: #151515;
          font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
          font-size: 21px;
          font-weight: 700;
          line-height: 26px;
          margin: 0;
          overflow: hidden;
          text-align: center;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .brandGrid .brand .card-body .card-title a:hover {
            color: #CA9A5C; }
      .brandGrid .brand .card:hover {
        border-color: #CA9A5C;
        outline: 1px solid #CA9A5C; }

@media (min-width: 551px) {
  .login .form-actions {
    align-items: center;
    display: flex;
    justify-content: center; } }

.login .new-customer .panel {
  background-color: #F2F1F0;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden; }
  .login .new-customer .panel .panel-header, .login .new-customer .panel .panel-body {
    background-color: #F2F1F0;
    margin: 0; }

.banners {
  padding: 5rem 0;
  text-align: left; }
  .banners .banner {
    max-width: 81rem;
    padding: 0 1rem; }
    @media (min-width: 801px) {
      .banners .banner {
        padding: 0 0.5rem; } }
    .banners .banner h1, .banners .banner h2, .banners .banner h3, .banners .banner h4, .banners .banner h5, .banners .banner h6 {
      color: #ffffff;
      margin: 0 0 0.6rem; }
  .banners.brand-top-banners {
    padding: 56px 0;
    text-align: center; }
    .banners.brand-top-banners .banner {
      max-width: 48rem; }
      .banners.brand-top-banners .banner h1 {
        margin: 0 0.8rem; }

.no-product-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px; }

.quickSearchResults .modal-close {
  top: 10px !important; }

.quickSearchResults .quickSearchMessage {
  color: #fff;
  font-size: 23px; }

.quickSearchResults .productList {
  height: 320px;
  overflow-y: scroll;
  margin-top: 1rem; }
  .quickSearchResults .productList .product .listItem .listItem-figure {
    width: 35%; }
  .quickSearchResults .productList .product .listItem .listItem-body .listItem-content .listItem-details {
    padding-right: 0; }
    .quickSearchResults .productList .product .listItem .listItem-body .listItem-content .listItem-details .listItem-title a {
      color: #ffffff; }
  .quickSearchResults .productList .product .listItem .listItem-body .listItem-content .listItem-actions {
    display: none; }

.compareTable .compareTable-headingText {
  font-size: 20px; }

.compareTable .card-title {
  font-family: "roboto", Arial, Helvetica, sans-serif; }

.compareTable .compareTable-row .compareTable-heading,
.compareTable .compareTable-row .card-title {
  font-family: "roboto", Arial, Helvetica, sans-serif; }

.form[action*="/pages.php"] .form-field {
  margin: 0 0 25px; }
  .form[action*="/pages.php"] .form-field .form-label {
    color: #151515;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Overpass", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px;
    margin: 0 0 5px; }
  .form[action*="/pages.php"] .form-field .form-input {
    border: 1px solid #E3E3E2;
    border-radius: 5px;
    height: 58px;
    background-color: #F2F1F0;
    color: #151515;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Overpass", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px; }
    .form[action*="/pages.php"] .form-field .form-input#contact_question {
      height: auto; }

.pagination .pagination-list .pagination-item {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px; }
  .pagination .pagination-list .pagination-item .pagination-link {
    font-family: "Overpass", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #151515;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-radius: 0;
    transition: 0.3s all; }
    .pagination .pagination-list .pagination-item .pagination-link:hover {
      color: #151515;
      border-bottom-color: #CA9A5C;
      transition: 0.3s all; }
  .pagination .pagination-list .pagination-item--current .pagination-link {
    font-weight: 400;
    color: #151515;
    border-bottom-color: #CA9A5C; }
  .pagination .pagination-list .pagination-item--next, .pagination .pagination-list .pagination-item--previous {
    float: none;
    margin: 0 8px; }
    .pagination .pagination-list .pagination-item--next .pagination-link, .pagination .pagination-list .pagination-item--previous .pagination-link {
      font-size: 0;
      color: #151515;
      border: 1px solid #151515;
      border-radius: 50%;
      padding: 4px;
      width: 36px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .pagination .pagination-list .pagination-item--next .pagination-link .icon, .pagination .pagination-list .pagination-item--previous .pagination-link .icon {
        width: 28px;
        height: 28px;
        margin: 0; }
        .pagination .pagination-list .pagination-item--next .pagination-link .icon svg, .pagination .pagination-list .pagination-item--previous .pagination-link .icon svg {
          fill: #151515; }
      .pagination .pagination-list .pagination-item--next .pagination-link:hover, .pagination .pagination-list .pagination-item--previous .pagination-link:hover {
        border-color: #151515; }
        .pagination .pagination-list .pagination-item--next .pagination-link:hover .icon svg, .pagination .pagination-list .pagination-item--previous .pagination-link:hover .icon svg {
          fill: #CA9A5C; }

.page-custom-about-us .custom-aboutus-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50% - 0px); }
  @media (min-width: 801px) {
    .page-custom-about-us .custom-aboutus-hero {
      margin-left: calc(-50vw + 50% - 10px); } }
  .page-custom-about-us .custom-aboutus-hero [data-sub-layout="db80dac7-e058-433c-afdb-c294fe926053"], .page-custom-about-us .custom-aboutus-hero [data-sub-layout="8d101397-e000-4bde-a22d-be37f8d37927"] {
    display: none; }
    @media (min-width: 950px) {
      .page-custom-about-us .custom-aboutus-hero [data-sub-layout="db80dac7-e058-433c-afdb-c294fe926053"], .page-custom-about-us .custom-aboutus-hero [data-sub-layout="8d101397-e000-4bde-a22d-be37f8d37927"] {
        display: flex; } }
  .page-custom-about-us .custom-aboutus-hero [data-sub-layout="a5de31ef-275f-4b97-97e6-8f574a007583"] {
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 950px) {
      .page-custom-about-us .custom-aboutus-hero [data-sub-layout="a5de31ef-275f-4b97-97e6-8f574a007583"] {
        flex-basis: 33.333333%;
        max-width: 33.333333%; } }
  .page-custom-about-us .custom-aboutus-hero .sd-simple-text-82d48fdf-da6b-407d-9a6a-0073236bc7fa {
    max-width: 395px;
    width: 100%;
    margin: 0 auto 20px auto; }
  .page-custom-about-us .custom-aboutus-hero .sd-simple-text-70b59a0d-a4c9-4eeb-8a42-08a3bce8b5c5 {
    max-width: 395px;
    width: 100%;
    margin: 0 auto; }
  .page-custom-about-us .custom-aboutus-hero div#sd-simple-text-editable-82d48fdf-da6b-407d-9a6a-0073236bc7fa {
    line-height: 52px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase; }
  .page-custom-about-us .custom-aboutus-hero div#sd-simple-text-editable-70b59a0d-a4c9-4eeb-8a42-08a3bce8b5c5 {
    line-height: 24px;
    font-family: "Overpass", sans-serif;
    letter-spacing: 0.15px; }

.page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] {
  gap: 60px;
  margin-bottom: 30px; }
  @media (min-width: 801px) {
    .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] {
      margin-bottom: 65px; } }
  .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] [data-sub-layout="8e497f2c-f217-40fb-a6dc-9e4467a60585"], .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] [data-sub-layout="df656092-cff1-4420-9de2-6f8b036a8eaa"] {
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 801px) {
      .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] [data-sub-layout="8e497f2c-f217-40fb-a6dc-9e4467a60585"], .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] [data-sub-layout="df656092-cff1-4420-9de2-6f8b036a8eaa"] {
        flex-basis: auto;
        max-width: calc(50% - 30px); } }
  .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] #sd-image-83484344-f23e-42d2-a1fb-3c32639f1af4 img {
    width: 100%; }
  .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] div#sd-simple-text-editable-99ec832d-37ee-4b90-b613-ea539464857e {
    font-size: 26px;
    font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }
  .page-custom-about-us .custom-aboutus-intro [data-sub-layout-container="7fac477f-0229-4eb0-bcfc-81f0735b9d7a"] div#sd-simple-text-editable-ab1a7507-1845-4deb-ab4a-67fc471607c7 {
    max-width: 525px;
    width: 100%;
    font-size: 16px;
    font-family: "Overpass", sans-serif; }

.page-custom-about-us .custom-aboutus-diff {
  background-color: #151515;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 0px);
  padding: 40px 0 0; }
  @media (min-width: 801px) {
    .page-custom-about-us .custom-aboutus-diff {
      padding: 60px 0 0;
      margin-left: calc(-50vw + 50% - 10px); } }
  .page-custom-about-us .custom-aboutus-diff div#sd-simple-text-editable-d6aff981-bd16-4c79-b0d6-290b9d12ba3f {
    line-height: 40px;
    font-size: 35px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .page-custom-about-us .custom-aboutus-diff div#sd-simple-text-editable-d6aff981-bd16-4c79-b0d6-290b9d12ba3f {
        font-size: 48px;
        line-height: 52px; } }
  .page-custom-about-us .custom-aboutus-diff .sd-simple-text-d6aff981-bd16-4c79-b0d6-290b9d12ba3f {
    font-size: 35px !important;
    line-height: 40px; }
    @media (min-width: 801px) {
      .page-custom-about-us .custom-aboutus-diff .sd-simple-text-d6aff981-bd16-4c79-b0d6-290b9d12ba3f {
        font-size: 48px;
        line-height: 52px; } }
  .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] {
    justify-content: start;
    align-items: start;
    gap: 30px;
    padding: 0 0 75px 0; }
    @media (min-width: 1260px) {
      .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] {
        justify-content: space-between; } }
    .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="dd3d8a06-8cea-40ef-921d-a3bbdfb0fe64"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="b4d4519c-a8c7-47f1-a58b-b496294d4172"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="e006c943-f57e-4860-a717-760fac21e87f"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="5c4cb166-a569-43b6-968f-54eb1f515d5e"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="96db6fef-7238-43a6-9564-95e613c29c78"] {
      flex-basis: auto;
      max-width: 100%;
      align-items: center; }
      @media (min-width: 551px) {
        .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="dd3d8a06-8cea-40ef-921d-a3bbdfb0fe64"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="b4d4519c-a8c7-47f1-a58b-b496294d4172"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="e006c943-f57e-4860-a717-760fac21e87f"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="5c4cb166-a569-43b6-968f-54eb1f515d5e"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="96db6fef-7238-43a6-9564-95e613c29c78"] {
          max-width: calc(50% - 30px);
          text-align: left;
          align-items: normal; } }
      @media (min-width: 801px) {
        .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="dd3d8a06-8cea-40ef-921d-a3bbdfb0fe64"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="b4d4519c-a8c7-47f1-a58b-b496294d4172"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="e006c943-f57e-4860-a717-760fac21e87f"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="5c4cb166-a569-43b6-968f-54eb1f515d5e"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="96db6fef-7238-43a6-9564-95e613c29c78"] {
          max-width: calc(33.3% - 30px); } }
      @media (min-width: 1260px) {
        .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="dd3d8a06-8cea-40ef-921d-a3bbdfb0fe64"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="b4d4519c-a8c7-47f1-a58b-b496294d4172"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="e006c943-f57e-4860-a717-760fac21e87f"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="5c4cb166-a569-43b6-968f-54eb1f515d5e"], .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] [data-sub-layout="96db6fef-7238-43a6-9564-95e613c29c78"] {
          max-width: calc(20% - 30px); } }
    .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-bfa646a2-12c3-4026-9d9b-314b3eac8acf, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-8464637b-e431-4bd2-ab0c-8b208738ed97, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-a861d44a-ec4a-4df2-bbc2-3a78b6bc8e3f, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-1333a7d1-1c88-4713-aa25-23c52120f5ed, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-b939793c-e917-47ff-a99e-106914b96c5b {
      text-align: center; }
      @media (min-width: 551px) {
        .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-bfa646a2-12c3-4026-9d9b-314b3eac8acf, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-8464637b-e431-4bd2-ab0c-8b208738ed97, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-a861d44a-ec4a-4df2-bbc2-3a78b6bc8e3f, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-1333a7d1-1c88-4713-aa25-23c52120f5ed, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-b939793c-e917-47ff-a99e-106914b96c5b {
          text-align: left; } }
    .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-977f983d-6e2f-4a6b-85fb-0dd0e7315eb3, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-c26ac17c-1bcd-4197-8ad0-4e6cde6c6d84, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-29c61c17-baca-4214-9711-4e8c44bba888, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-b69c1942-f748-48a5-87ca-349580d011b5, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-c0067504-27c2-492f-9255-1bd5214159f8 {
      text-align: center; }
      @media (min-width: 551px) {
        .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-977f983d-6e2f-4a6b-85fb-0dd0e7315eb3, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-c26ac17c-1bcd-4197-8ad0-4e6cde6c6d84, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-29c61c17-baca-4214-9711-4e8c44bba888, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-b69c1942-f748-48a5-87ca-349580d011b5, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] .sd-simple-text-c0067504-27c2-492f-9255-1bd5214159f8 {
          text-align: left; } }
    .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-bfa646a2-12c3-4026-9d9b-314b3eac8acf, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-8464637b-e431-4bd2-ab0c-8b208738ed97, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-a861d44a-ec4a-4df2-bbc2-3a78b6bc8e3f, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-1333a7d1-1c88-4713-aa25-23c52120f5ed, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-b939793c-e917-47ff-a99e-106914b96c5b {
      font-size: 24px;
      line-height: 28px;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }
    .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-977f983d-6e2f-4a6b-85fb-0dd0e7315eb3, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-c26ac17c-1bcd-4197-8ad0-4e6cde6c6d84, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-29c61c17-baca-4214-9711-4e8c44bba888, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-b69c1942-f748-48a5-87ca-349580d011b5, .page-custom-about-us .custom-aboutus-diff [data-sub-layout-container="8ac20036-f8f8-409b-8158-b76971ac1c2d"] div#sd-simple-text-editable-c0067504-27c2-492f-9255-1bd5214159f8 {
      font-size: 16px;
      line-height: 22px;
      font-family: "Overpass", sans-serif; }
  .page-custom-about-us .custom-aboutus-diff #sd-image-689ebc3b-a3f9-4303-b0d3-fc4c39234000 img {
    width: 100%; }

.page-custom-about-us .custom-aboutus-resources div#sd-simple-text-editable-8795ba4b-d6ce-4091-b0dc-cf880d73583c {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] {
  gap: 24px; }
  .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"], .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] {
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 801px) {
      .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"], .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] {
        max-width: calc(50% - 12px); } }
    .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] #sd-image-7de01e23-82d3-40b7-a09e-64e03fa1f057 img, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] #sd-image-0835711e-a6e6-4a4a-8720-58a555b6d509 img, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] #sd-image-7de01e23-82d3-40b7-a09e-64e03fa1f057 img, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] #sd-image-0835711e-a6e6-4a4a-8720-58a555b6d509 img {
      width: 100%;
      border-radius: 5px 5px 0 0; }
    .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 {
      background-color: #FCFAF7; }
      .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 {
        font-size: 21px;
        font-family: "roboto", Arial, Helvetica, sans-serif;
        letter-spacing: 0.2px; }
        .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a {
          text-decoration: none; }
          .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-bb798444-feab-4c5d-9a81-ab47ab81c362 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-53b14405-9e19-471a-9d8d-b7a6c0e83e77 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-53b14405-9e19-471a-9d8d-b7a6c0e83e77 div#sd-simple-text-editable-bb798444-feab-4c5d-9a81-ab47ab81c362 p a:hover {
            color: #151515; }
    .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae {
      background-color: #FCFAF7; }
      .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 {
        font-size: 16px;
        line-height: 24px;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.15px; }
        .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a {
          text-decoration: none; }
          .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="effd43ae-b32d-4863-b937-dc0b7a96f292"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-369b94bd-369a-41a5-a1cb-4465d770dd25 div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-06d0eea4-3bf3-474d-b416-f4ef3687cfae p a:hover, .page-custom-about-us .custom-aboutus-resources [data-sub-layout-container="374c31f4-9df6-47ba-b49f-96dcd763dd2d"] [data-sub-layout="5d2eb1c3-44fd-41e4-b41c-505a620a19ec"] .sd-simple-text-06d0eea4-3bf3-474d-b416-f4ef3687cfae div#sd-simple-text-editable-369b94bd-369a-41a5-a1cb-4465d770dd25 p a:hover {
            color: #151515; }

.custom-contact-us {
  background-color: #f2f1f0;
  padding: 70px 0 45px; }
  .custom-contact-us div#sd-simple-text-editable-8d8ee4c1-900c-4983-869c-bb8f7d4f0515 {
    font-size: 56px;
    line-height: 52px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: .25px;
    text-transform: uppercase; }
  .custom-contact-us div#sd-simple-text-editable-7a36d25b-15e2-4d70-90d2-d9fc7c541a6d {
    font-size: 16px;
    line-height: 24px;
    font-family: Overpass, sans-serif;
    letter-spacing: .15px; }
  .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] {
    gap: 30px;
    justify-content: center; }
    .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"], .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"], .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"], .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] {
      width: 100%;
      flex-basis: auto;
      justify-content: normal;
      max-width: 270px;
      border: 2px solid transparent;
      border-radius: 6px;
      background: #fff;
      transition: .3s ease-in-out; }
      .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"]:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"]:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"]:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"]:hover {
        border: 2px solid #ca9a5c;
        cursor: pointer; }
      .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] .sd-simple-text-e715a282-93ef-43e6-b029-72fb573abcbe, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] .sd-simple-text-e715a282-93ef-43e6-b029-72fb573abcbe, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] .sd-simple-text-e715a282-93ef-43e6-b029-72fb573abcbe, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] .sd-simple-text-e715a282-93ef-43e6-b029-72fb573abcbe {
        text-align: left; }
      .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 {
        font-size: 24px;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        letter-spacing: .1px;
        margin: 0;
        text-transform: uppercase; }
        .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p {
          background-image: url(../png/arrow-left229a.png?t=1738846978);
          background-repeat: no-repeat;
          background-position: right top 10px;
          background-size: 11px;
          padding-right: 22px; }
          .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a {
            text-decoration: none; }
            .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e8a17009-39d5-409b-8905-f701d3d6822d p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-a0cb4653-f60c-4c3e-89d2-10681cbd2afa p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-ae71ae12-1f85-4c6e-a1e9-8500a2ce4f60 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-da4c7c67-de5b-4a62-9cf6-87c3388bfbc7 p a:hover {
              color: #151515; }
      .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe {
        font-family: Overpass, sans-serif;
        letter-spacing: .15px; }
        .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a {
          text-decoration: none; }
          .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="7ca72d48-d488-4b34-97d5-e0d3cfc60387"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="dfa5dfbc-b615-43eb-a1f9-6d0d47a5c628"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="4a84b239-1900-4da6-b1af-cbbefb2fd30a"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-dfa381b5-7f04-453c-9d46-f1e0d7b9099e p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-57da8b74-0081-4df7-9c62-99f93027fd08 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-b0459a63-6427-472d-8b63-b7cbaa6a4d73 p a:hover, .custom-contact-us [data-sub-layout-container="bd97b113-49c8-45f6-b5a6-ab344b4140ec"] [data-sub-layout="d15742b5-9959-466c-8be5-8c074009c210"] div#sd-simple-text-editable-e715a282-93ef-43e6-b029-72fb573abcbe p a:hover {
            color: #151515; }

.customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] {
  gap: 35px 125px;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media (min-width: 801px) {
    .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] {
      gap: 80px 125px; } }
  .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"], .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"], .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] {
    flex-basis: auto;
    max-width: 240px;
    width: 100%; }
    .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] #sd-image-4338d608-788b-4c6a-82e5-ff8ee9b96578 img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] #sd-image-6d80e347-0e2c-4087-93bb-9ce334e387e2 img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] #sd-image-b520c03f-3bab-4b5b-8a07-f2c85c9b0fdd img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] #sd-image-4338d608-788b-4c6a-82e5-ff8ee9b96578 img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] #sd-image-6d80e347-0e2c-4087-93bb-9ce334e387e2 img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] #sd-image-b520c03f-3bab-4b5b-8a07-f2c85c9b0fdd img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] #sd-image-4338d608-788b-4c6a-82e5-ff8ee9b96578 img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] #sd-image-6d80e347-0e2c-4087-93bb-9ce334e387e2 img, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] #sd-image-b520c03f-3bab-4b5b-8a07-f2c85c9b0fdd img {
      width: 55px;
      height: 35px; }
    .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a {
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
      text-transform: uppercase; }
      .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34 p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34 p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34 p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a p a, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a p a {
        text-decoration: none; }
        .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-49a7cb25-72a7-471f-9c09-e56ddd964d34 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-3beca920-52ce-4720-9de9-0255a032945a p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-0aa1d572-f80d-486b-9cf2-6d71e4f4f85a p a:hover {
          color: #151515; }
    .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-db9228f3-179f-4a79-93fc-99155be7ed22, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-b9090816-521a-4902-ad44-95a006f87f87, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-deb663ec-2973-40ca-bb54-69023cc77583, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-db9228f3-179f-4a79-93fc-99155be7ed22, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-b9090816-521a-4902-ad44-95a006f87f87, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-deb663ec-2973-40ca-bb54-69023cc77583, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-db9228f3-179f-4a79-93fc-99155be7ed22, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-b9090816-521a-4902-ad44-95a006f87f87, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-deb663ec-2973-40ca-bb54-69023cc77583 {
      font-family: Overpass, sans-serif; }
      .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-db9228f3-179f-4a79-93fc-99155be7ed22 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-b9090816-521a-4902-ad44-95a006f87f87 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="3d033c2b-a30e-49d9-a5bb-a20bb08867c9"] div#sd-simple-text-editable-deb663ec-2973-40ca-bb54-69023cc77583 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-db9228f3-179f-4a79-93fc-99155be7ed22 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-b9090816-521a-4902-ad44-95a006f87f87 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be819014-4a1b-4e56-b80d-e5e1ff4e6257"] div#sd-simple-text-editable-deb663ec-2973-40ca-bb54-69023cc77583 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-db9228f3-179f-4a79-93fc-99155be7ed22 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-b9090816-521a-4902-ad44-95a006f87f87 p a:hover, .customer-care [data-sub-layout-container="90f3c9dc-47e6-43fc-ac44-9aec2b2b0ac2"] [data-sub-layout="be7df89d-2639-4cb8-993b-f86ef215d334"] div#sd-simple-text-editable-deb663ec-2973-40ca-bb54-69023cc77583 p a:hover {
        color: #151515; }

.header-top-wrapper {
  background-color: #151515;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }
  @media (min-width: 801px) {
    .header-top-wrapper {
      justify-content: space-between;
      margin-bottom: 0; } }
  .header-top-wrapper .header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0.438rem 0; }
    @media (min-width: 801px) {
      .header-top-wrapper .header-top {
        justify-content: space-between;
        flex-direction: row; } }
    .header-top-wrapper .header-top .top-left {
      display: flex;
      align-items: baseline;
      margin-bottom: 5px; }
      @media (min-width: 801px) {
        .header-top-wrapper .header-top .top-left {
          margin-bottom: 0; } }
      .header-top-wrapper .header-top .top-left .usa-icon {
        width: 18px;
        height: 11px;
        display: flex; }
        .header-top-wrapper .header-top .top-left .usa-icon .icon {
          width: 100% !important;
          height: 100% !important; }
      .header-top-wrapper .header-top .top-left a {
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        font-family: "Overpass", sans-serif;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.515 10.643'%3E%3Cg transform='translate(0 -0.001)'%3E%3Crect width='17.515' height='10.643' transform='translate(0 0.001)' fill='%23fff'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 0.001)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 1.632)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 3.262)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 4.893)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 6.524)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 8.155)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 9.785)' fill='%23b22233'/%3E%3Crect width='8.107' height='5.75' transform='translate(0 0.001)' fill='%233b3b6d'/%3E%3Cpath d='M7.713,5.52l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -5.256)' fill='%23fff'/%3E%3Cpath d='M36.146,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -5.256)' fill='%23fff'/%3E%3Cpath d='M21.93,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -16.81)' fill='%23fff'/%3E%3Cpath d='M50.362,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -16.81)' fill='%23fff'/%3E%3Cpath d='M78.794,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -16.81)' fill='%23fff'/%3E%3Cpath d='M107.226,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -16.81)' fill='%23fff'/%3E%3Cpath d='M135.659,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -16.81)' fill='%23fff'/%3E%3Cpath d='M21.93,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -39.827)' fill='%23fff'/%3E%3Cpath d='M50.362,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -39.827)' fill='%23fff'/%3E%3Cpath d='M78.794,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -39.827)' fill='%23fff'/%3E%3Cpath d='M107.226,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -39.827)' fill='%23fff'/%3E%3Cpath d='M135.659,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -39.827)' fill='%23fff'/%3E%3Cpath d='M21.93,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -62.844)' fill='%23fff'/%3E%3Cpath d='M50.362,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -62.844)' fill='%23fff'/%3E%3Cpath d='M78.794,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -62.844)' fill='%23fff'/%3E%3Cpath d='M107.226,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -62.844)' fill='%23fff'/%3E%3Cpath d='M135.659,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -62.844)' fill='%23fff'/%3E%3Cpath d='M22,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-20.583 -85.861)' fill='%23fff'/%3E%3Cpath d='M50.437,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-47.662 -85.861)' fill='%23fff'/%3E%3Cpath d='M78.87,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-74.741 -85.861)' fill='%23fff'/%3E%3Cpath d='M107.3,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-101.82 -85.861)' fill='%23fff'/%3E%3Cpath d='M135.734,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-128.899 -85.861)' fill='%23fff'/%3E%3Cpath d='M64.578,5.52l-.075.231H64.26l.2.143-.075.231.2-.143.2.143L64.7,5.894l.2-.143h-.243Z' transform='translate(-61.201 -5.256)' fill='%23fff'/%3E%3Cpath d='M93.01,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -5.256)' fill='%23fff'/%3E%3Cpath d='M121.443,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -5.256)' fill='%23fff'/%3E%3Cpath d='M149.678,6.126l.2-.143.2.143L150,5.894l.2-.143h-.243l-.075-.231-.075.231h-.243l.2.143Z' transform='translate(-142.438 -5.257)' fill='%23fff'/%3E%3Cpath d='M7.713,29.782l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -28.364)' fill='%23fff'/%3E%3Cpath d='M36.146,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -28.364)' fill='%23fff'/%3E%3Cpath d='M64.578,29.782l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -28.364)' fill='%23fff'/%3E%3Cpath d='M93.01,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -28.364)' fill='%23fff'/%3E%3Cpath d='M121.443,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -28.364)' fill='%23fff'/%3E%3Cpath d='M149.875,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,30.157l.2-.143h-.243Z' transform='translate(-142.438 -28.364)' fill='%23fff'/%3E%3Cpath d='M7.713,54.045l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -51.471)' fill='%23fff'/%3E%3Cpath d='M36.146,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -51.471)' fill='%23fff'/%3E%3Cpath d='M64.578,54.045l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -51.471)' fill='%23fff'/%3E%3Cpath d='M93.01,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -51.471)' fill='%23fff'/%3E%3Cpath d='M121.443,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -51.471)' fill='%23fff'/%3E%3Cpath d='M149.875,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,54.419l.2-.143h-.243Z' transform='translate(-142.438 -51.471)' fill='%23fff'/%3E%3Cpath d='M7.713,78.307l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -74.578)' fill='%23fff'/%3E%3Cpath d='M36.146,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -74.578)' fill='%23fff'/%3E%3Cpath d='M64.578,78.307l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -74.578)' fill='%23fff'/%3E%3Cpath d='M93.01,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -74.578)' fill='%23fff'/%3E%3Cpath d='M121.443,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -74.578)' fill='%23fff'/%3E%3Cpath d='M149.875,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,78.681l.2-.143h-.243Z' transform='translate(-142.438 -74.578)' fill='%23fff'/%3E%3Cpath d='M7.789,102.8l-.075-.231-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-7.043 -97.686)' fill='%23fff'/%3E%3Cpath d='M36.221,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-34.122 -97.686)' fill='%23fff'/%3E%3Cpath d='M64.653,102.8l-.075-.231-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-61.201 -97.686)' fill='%23fff'/%3E%3Cpath d='M93.086,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-88.28 -97.686)' fill='%23fff'/%3E%3Cpath d='M121.518,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-115.359 -97.686)' fill='%23fff'/%3E%3Cpath d='M149.95,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-142.438 -97.686)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 19px;
        background-position: center left;
        padding-left: 30px; }
        @media (min-width: 551px) {
          .header-top-wrapper .header-top .top-left a {
            font-size: 13px; } }
    .header-top-wrapper .header-top .top-middle span {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      color: #fff;
      font-family: "Overpass", sans-serif;
      padding: 0;
      display: flex;
      width: 100%; }
      @media (min-width: 551px) {
        .header-top-wrapper .header-top .top-middle span {
          font-size: 14px;
          line-height: 22px; } }
    .header-top-wrapper .header-top .top-right {
      display: none;
      justify-content: center;
      justify-content: space-between;
      margin: 0; }
      @media (min-width: 801px) {
        .header-top-wrapper .header-top .top-right {
          display: flex; } }
      .header-top-wrapper .header-top .top-right li {
        list-style: none; }
        .header-top-wrapper .header-top .top-right li a {
          font-size: 13px;
          font-weight: 700;
          color: #fff;
          font-family: "Overpass", sans-serif;
          text-decoration: none;
          margin: 0 8px; }

.header-top-mobile {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  height: 36px;
  padding: 1.48571rem; }
  @media (min-width: 801px) {
    .header-top-mobile {
      display: none; } }
  .header-top-mobile .top-left {
    display: flex;
    align-items: baseline;
    gap: 10px; }
    .header-top-mobile .top-left span {
      font-size: 13px;
      font-weight: 700;
      margin-top: 18px;
      line-height: 0;
      font-family: "Overpass", sans-serif; }
  .header-top-mobile .top-right {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0; }
    .header-top-mobile .top-right li {
      list-style: none; }
      .header-top-mobile .top-right li a {
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        font-family: "Overpass", sans-serif;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 20px; }

.header {
  border: 0;
  top: 36px;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0, rgba(0, 0, 0, 0.05) 0 0px 1px 0, rgba(0, 0, 0, 0.05) 0 2px 5px 0; }
  .header .mobileMenu-toggle {
    padding: 0 1.025rem; }
  .header .mobileMenu-toggle .mobileMenu-toggleIcon,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background-color: #43505F;
    width: 22px; }
  .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent; }
  @media (min-width: 801px) {
    .header .header-inner {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      justify-content: unset;
      margin-top: 0; } }
  @media (min-width: 1261px) {
    .header .header-inner {
      flex-direction: row;
      align-items: center; } }
  .header .header-inner .header-logo {
    margin: 0 3.4375rem 0 2.438rem; }
    @media (min-width: 480px) {
      .header .header-inner .header-logo {
        margin: 0 5.15625rem; } }
    @media (min-width: 551px) {
      .header .header-inner .header-logo {
        margin-left: 5.15625rem;
        margin-right: 5.15625rem; } }
    @media (min-width: 801px) {
      .header .header-inner .header-logo {
        height: 60px;
        margin: 0; } }
    .header .header-inner .header-logo .header-logo__link {
      width: 100%; }
      .header .header-inner .header-logo .header-logo__link .header-logo-image-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        padding: 0 18px 0 0; }
        @media (min-width: 480px) {
          .header .header-inner .header-logo .header-logo__link .header-logo-image-container {
            padding: 0; } }
        @media (min-width: 801px) {
          .header .header-inner .header-logo .header-logo__link .header-logo-image-container {
            justify-content: unset;
            margin-right: 35px; } }
  .header .header-inner .navUser {
    float: right;
    left: 0;
    margin-left: auto;
    position: absolute;
    top: 28px;
    width: auto; }
    @media (min-width: 801px) {
      .header .header-inner .navUser {
        right: 0;
        top: 6px; } }
    @media (min-width: 1261px) {
      .header .header-inner .navUser {
        position: relative;
        top: 0px;
        right: unset; } }
    .header .header-inner .navUser .navUser-section .navUser-item {
      display: inline-block; }
      .header .header-inner .navUser .navUser-section .navUser-item .navUser-action {
        padding: 1rem 0.571rem; }
        @media (min-width: 551px) {
          .header .header-inner .navUser .navUser-section .navUser-item .navUser-action {
            padding: 1rem 0.78571rem; } }
        .header .header-inner .navUser .navUser-section .navUser-item .navUser-action .navPage-icon {
          display: inline-block;
          height: 19px;
          vertical-align: middle;
          width: 19px; }
          .header .header-inner .navUser .navUser-section .navUser-item .navUser-action .navPage-icon .icon {
            height: 100%;
            margin: 0;
            width: 100%; }
          .header .header-inner .navUser .navUser-section .navUser-item .navUser-action .navPage-icon:hover .icon {
            fill: #CA9A5C;
            stroke: #CA9A5C; }
      .header .header-inner .navUser .navUser-section .navUser-item--compare .navUser-action--compare {
        display: none; }
        .header .header-inner .navUser .navUser-section .navUser-item--compare .navUser-action--compare.show {
          display: block;
          position: relative; }
        .header .header-inner .navUser .navUser-section .navUser-item--compare .navUser-action--compare .countPill {
          background-color: #CA9A5C;
          color: #151515;
          height: 18px;
          position: absolute;
          right: 0;
          top: 16px;
          width: 18px; }
      .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch button {
        color: #fff;
        top: 110px; }
      .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form .form-input {
        border: 2px solid #CA9A5C;
        padding-right: 60px; }
      .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form .form-input::placeholder {
        font-size: 14px;
        color: #151515;
        font-family: "Overpass",sans-serif; }
        @media (min-width: 801px) {
          .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form .form-input::placeholder {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px; } }
      .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form .form-field {
        position: relative; }
        .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form .form-field .button-icon {
          position: absolute;
          right: 20px;
          top: 15px; }
          .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form .form-field .button-icon .icon {
            height: 20px;
            width: 20px; }
      .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form span.navPage-icon {
        position: absolute;
        top: 41px;
        right: 50px;
        width: 16px;
        height: 16px; }
        @media (min-width: 801px) {
          .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form span.navPage-icon {
            width: 20px;
            height: 20px;
            top: 48px; } }
        .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch .form span.navPage-icon svg {
          width: 100%;
          height: 100%; }
      .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open {
        background-color: #151515;
        padding: 0; }
        @media (min-width: 801px) {
          .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open {
            top: calc(100% + 2px) !important;
            left: -370px !important;
            width: 527px !important; } }
        .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open .container {
          padding: 2rem; }
          .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open .container .form {
            max-width: 100%; }
            .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open .container .form .form-input {
              font-size: 20px;
              height: 44px;
              border-radius: 40px;
              position: relative;
              padding-left: 20px; }
              @media (min-width: 801px) {
                .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open .container .form .form-input {
                  height: 60px; } }
          .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open .container .productGrid .product {
            width: 100%;
            padding: 30px; }
            @media (min-width: 551px) {
              .header .header-inner .navUser .navUser-section .navUser-item--quickSearch #quickSearch.dropdown--quickSearch.is-open .container .productGrid .product {
                padding: 50px; } }
      .header .header-inner .navUser .navUser-section .navUser-item--account {
        display: none; }
        @media (min-width: 551px) {
          .header .header-inner .navUser .navUser-section .navUser-item--account {
            display: inline-block; } }
      .header .header-inner .navUser .navUser-section .navUser-item--cart .navUser-item--cart__hidden-s, .header .header-inner .navUser .navUser-section .navUser-item--cart .navUser-item-cartLabel {
        display: block; }
      .header .header-inner .navUser .navUser-section .navUser-item--cart .navUser-action {
        position: relative; }
        .header .header-inner .navUser .navUser-section .navUser-item--cart .navUser-action .cart-quantity {
          position: absolute;
          right: 0px;
          top: 16px; }
          .header .header-inner .navUser .navUser-section .navUser-item--cart .navUser-action .cart-quantity.countPill {
            background-color: #CA9A5C;
            color: #151515;
            height: 18px;
            width: 18px; }
      .header .header-inner .navUser .navUser-section .navUser-item--cart .dropdown-menu {
        width: 350px;
        max-width: 35rem; }

.header .container {
  position: unset; }

@media (min-width: 801px) {
  .header .navPages-container {
    position: unset;
    width: 100%; } }

@media (min-width: 1261px) {
  .header .navPages-container {
    width: auto; } }

.header .navPages-container .navPages {
  background-color: #ffffff;
  border-top: 1px solid #E3E3E2;
  padding: 0; }
  .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action {
    background-color: #ffffff;
    padding: 1.15rem 1.725rem;
    text-transform: capitalize; }
    @media (min-width: 801px) {
      .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action {
        padding: 1.15rem 1.025rem; } }
    @media (min-width: 801px) {
      .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
        margin: 0 0 0 0.25rem; } }
    .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forDesktop {
      display: none; }
      @media (min-width: 801px) {
        .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forDesktop {
          display: block; } }
    .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile {
      border-bottom: 1px solid #E3E3E2;
      display: block;
      font-family: 'Roboto Condensed';
      letter-spacing: 0.5px;
      padding: 1.15rem 1.725rem;
      position: relative;
      text-transform: uppercase;
      width: 100%; }
      @media (min-width: 801px) {
        .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile {
          display: none; } }
      .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile .navPages-action-moreIcon {
        align-items: center;
        border-left: 1px solid #E3E3E2;
        display: flex;
        height: 45px;
        position: absolute;
        justify-content: center;
        margin: 0;
        right: 0;
        top: 6px;
        transform: rotate(0);
        width: 77px; }
        .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile .navPages-action-moreIcon svg {
          height: 12px;
          transform: rotate(0deg);
          width: 10px; }
      .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open .navPages-action-moreIcon svg {
        transform: rotate(-180deg); }
      .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list {
        margin: 0; }
        .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          padding: 0;
          border-bottom: 1px solid #E3E3E2; }
          .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
            padding: 1.15rem 0 1.15rem 2.5rem;
            position: relative;
            text-transform: capitalize; }
            .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper {
              align-items: center;
              display: flex;
              justify-content: center;
              height: 42px;
              width: 67px;
              border-left: 1px solid #E3E3E2;
              position: absolute;
              top: 6px;
              right: 0; }
              .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper .navPages-action-moreIcon {
                transform: rotate(-90deg); }
              .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper svg {
                height: 12px;
                transform: rotate(0deg);
                width: 10px; }
              .header .navPages-container .navPages .navPages-list .navPages-item > .navPages-action.has-subMenu-forMobile.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
                transform: rotate(0deg); }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
      background-color: #ffffff;
      border-top: 1px solid #E3E3E2;
      box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0, rgba(0, 0, 0, 0.05) 0 0px 1px 0, rgba(0, 0, 0, 0.05) 0 2px 5px 0;
      padding: 0 !important; } }
  .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
    top: 100%; }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      margin: auto;
      max-width: 81rem; } }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column {
      width: calc(70% - 2rem); } }
  @media (min-width: 1261px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column {
      width: calc(75% - 2rem); } }
  .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper {
    display: none; }
    @media (min-width: 801px) {
      .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper {
        align-items: flex-start;
        background-color: #F2F1F0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 2rem;
        width: 30%; } }
    @media (min-width: 1261px) {
      .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper {
        width: 25%; } }
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper .menudropdown--banner {
      display: block;
      margin: 0 0 1rem; }
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper .subMenu--learning-links .learning-items {
      text-align: center; }
      .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper .subMenu--learning-links .learning-items .nav-learning-action {
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: center left;
        font-size: 14px;
        padding: 0.425rem 0 0.425rem 2.325rem;
        margin: 0 0 0.8rem;
        text-transform: capitalize; }
        .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper .subMenu--learning-links .learning-items .nav-learning-action.buying-guide {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.608 21.661' %3E%3Cg transform='translate(-2436.696 1044.304)'%3E%3Cpath d='M26.208,3.34V2H2V3.34A3.732,3.732,0,0,1,5.732,7.071H22.477A3.732,3.732,0,0,1,26.208,3.34Z' transform='translate(2435.396 -1045.604)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M2,8.768v3.5a1.573,1.573,0,0,0,2.591,1.2l1.14-.97' transform='translate(2435.396 -1051.032)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M109.181,8.768v3.5a1.572,1.572,0,0,1-2.591,1.2l-1.141-.97' transform='translate(2352.423 -1051.032)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M7.339,34.43v2.051a1.207,1.207,0,0,1-.246.745,1.223,1.223,0,0,0,0,1.592,1.207,1.207,0,0,1,.246.745v6.314a1.259,1.259,0,0,0,2.464.364l1.955-6.472a1.293,1.293,0,0,1,.443-.629,1.459,1.459,0,0,0,.619-1.12,1.163,1.163,0,0,0-.084-.431,1.324,1.324,0,0,1-.055-.874l.05-.166a1.259,1.259,0,0,0,.032-.6' transform='translate(2431.548 -1071.615)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M94.563,34.43v2.051a1.207,1.207,0,0,0,.246.745,1.223,1.223,0,0,1,0,1.592,1.207,1.207,0,0,0-.246.745v6.314a1.259,1.259,0,0,1-2.464.364L90.144,39.77a1.293,1.293,0,0,0-.443-.629,1.459,1.459,0,0,1-.619-1.12,1.163,1.163,0,0,1,.084-.431,1.324,1.324,0,0,0,.055-.874l-.05-.166a1.259,1.259,0,0,1-.032-.6' transform='translate(2365.551 -1071.615)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cline x2='15.232' transform='translate(2441.884 -1035.652)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cline y2='1.135' transform='translate(2440.08 -1024.478)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cline x2='2.631' transform='translate(2438.791 -1023.343)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cline y2='1.135' transform='translate(2458.867 -1024.478)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cline x2='2.631' transform='translate(2457.578 -1023.343)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/g%3E%3C/svg%3E"); }
        .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu--wrapper .navPage-subMenu--column.navPage-subMenu--marketing-wrapper .subMenu--learning-links .learning-items .nav-learning-action.finishes-swatches {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.206 24.404' %3E%3Cg transform='translate(-636.9 -406.9)'%3E%3Cpath d='M24.91,16.039l-1.329-4.96a2.619,2.619,0,0,0-.855-1.333,2.613,2.613,0,0,0-.6-1.471l-3.3-3.934a2.619,2.619,0,0,0-1.34-.848,2.612,2.612,0,0,0-1.167-1.075L11.659.247A2.6,2.6,0,0,0,9.311.316,2.694,2.694,0,0,0,8.172.062H2.716A2.719,2.719,0,0,0,0,2.778v18.71A2.719,2.719,0,0,0,2.716,24.2H8.172a2.717,2.717,0,0,0,2.484-1.622l12.393-3.321a2.634,2.634,0,0,0,1.861-3.223M17.586,5.914a2.615,2.615,0,0,0,.223-.768c.008.008.016.015.023.024l3.3,3.934a1.342,1.342,0,0,1-.165,1.891L11.52,18.923Zm-6.472-4.5,4.654,2.17a1.342,1.342,0,0,1,.649,1.784l-5.53,11.859V2.778A2.7,2.7,0,0,0,10.446,1.3c.034,0,.068-.008.1-.008a1.344,1.344,0,0,1,.567.126M9.6,21.488a1.427,1.427,0,0,1-1.426,1.426H2.716a1.426,1.426,0,0,1-1.426-1.426V2.778A1.426,1.426,0,0,1,2.716,1.352H8.172A1.427,1.427,0,0,1,9.6,2.778Zm13.117-3.472L10.888,21.185v-.049L21.8,11.982a2.64,2.64,0,0,0,.528-.6c0,.01.008.02.011.03l1.329,4.961a1.342,1.342,0,0,1-.949,1.644' transform='translate(637 407)' fill='%232b2b2b' stroke='%232b2b2b' stroke-width='0.2'/%3E%3Cpath d='M12.429,47.214a2.143,2.143,0,1,0,1,1.3,2.147,2.147,0,0,0-1-1.3M12.1,49.5a.875.875,0,0,1-1.167.312.854.854,0,0,1-.313-1.166.853.853,0,0,1,1.167-.312A.854.854,0,0,1,12.1,49.5' transform='translate(631.086 376.879)' fill='%232b2b2b' stroke='%232b2b2b' stroke-width='0.2'/%3E%3C/g%3E%3C/svg%3E"); }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
      max-width: 100%;
      padding: 1.5rem 0;
      column-count: 2;
      max-height: 450px; } }
  @media (min-width: 1261px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
      column-count: 4; } }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list:before, .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list:after {
      display: none; } }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
      display: inline-block;
      float: none;
      padding: 0 0.75rem !important;
      width: 100%; } }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
      border-bottom: 0;
      margin-bottom: 0;
      padding: 0.75rem 0;
      text-transform: uppercase; } }
  .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
    color: #151515;
    text-transform: capitalize; }
    .header .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
      text-decoration: underline; }
  @media (min-width: 801px) {
    .header .navPages-container .navPages .navPages-list .navPages-item.has-subMenu:hover .navPage-subMenu {
      display: block;
      left: 0;
      top: 100%;
      width: 100%; } }
  .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user {
    border-top: 1px solid #E3E3E2;
    margin-top: 0;
    padding-top: 0; }
    .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action {
      border-bottom: 1px solid #E3E3E2;
      font-family: 'Roboto Condensed';
      letter-spacing: 0.5px;
      padding: 1.15rem 1.725rem;
      position: relative;
      text-transform: uppercase; }
      .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action .navPages-action-moreIcon {
        align-items: center;
        border-left: 1px solid #E3E3E2;
        display: flex;
        height: 45px;
        position: absolute;
        justify-content: center;
        margin: 0;
        right: 0;
        top: 6px;
        transform: rotate(0);
        width: 77px; }
        .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action .navPages-action-moreIcon svg {
          height: 12px;
          transform: rotate(0deg);
          width: 10px; }
      .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action.is-open .navPages-action-moreIcon svg {
        transform: rotate(-180deg); }
      .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action.is-open + .navPage-subMenu .navPage-subMenu-list {
        margin: 0; }
        .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          padding: 0; }
          .header .navPages-container .navPages .navPages-list + .navPages-list.navPages-list--user .navPages-item > .navPages-action.is-open + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
            border-bottom: 1px solid #E3E3E2;
            padding: 1.15rem 0 1.15rem 2.5rem;
            text-transform: capitalize; }
  .header .navPages-container .navPages .navPages-list.navPages-list--additional {
    border: 0;
    display: block;
    margin: 0;
    padding: 0; }
    @media (min-width: 801px) {
      .header .navPages-container .navPages .navPages-list.navPages-list--additional {
        display: none; } }
    .header .navPages-container .navPages .navPages-list.navPages-list--additional .navPages-item > .navPages-action {
      padding: 0.75rem 1.725rem;
      text-transform: capitalize; }
  .header .navPages-container .navPages .mobile-usa-phone {
    display: flex;
    margin-top: 0.6rem;
    padding: 1.125rem 2.525rem 1.125rem 1.725rem;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 801px) {
      .header .navPages-container .navPages .mobile-usa-phone {
        display: none; } }
    .header .navPages-container .navPages .mobile-usa-phone a.mobile-phone-action {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.515 10.643'%3E%3Cg transform='translate(0 -0.001)'%3E%3Crect width='17.515' height='10.643' transform='translate(0 0.001)' fill='%23fff'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 0.001)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 1.632)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 3.262)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 4.893)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 6.524)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 8.155)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 9.785)' fill='%23b22233'/%3E%3Crect width='8.107' height='5.75' transform='translate(0 0.001)' fill='%233b3b6d'/%3E%3Cpath d='M7.713,5.52l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -5.256)' fill='%23fff'/%3E%3Cpath d='M36.146,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -5.256)' fill='%23fff'/%3E%3Cpath d='M21.93,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -16.81)' fill='%23fff'/%3E%3Cpath d='M50.362,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -16.81)' fill='%23fff'/%3E%3Cpath d='M78.794,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -16.81)' fill='%23fff'/%3E%3Cpath d='M107.226,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -16.81)' fill='%23fff'/%3E%3Cpath d='M135.659,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -16.81)' fill='%23fff'/%3E%3Cpath d='M21.93,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -39.827)' fill='%23fff'/%3E%3Cpath d='M50.362,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -39.827)' fill='%23fff'/%3E%3Cpath d='M78.794,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -39.827)' fill='%23fff'/%3E%3Cpath d='M107.226,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -39.827)' fill='%23fff'/%3E%3Cpath d='M135.659,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -39.827)' fill='%23fff'/%3E%3Cpath d='M21.93,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -62.844)' fill='%23fff'/%3E%3Cpath d='M50.362,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -62.844)' fill='%23fff'/%3E%3Cpath d='M78.794,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -62.844)' fill='%23fff'/%3E%3Cpath d='M107.226,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -62.844)' fill='%23fff'/%3E%3Cpath d='M135.659,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -62.844)' fill='%23fff'/%3E%3Cpath d='M22,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-20.583 -85.861)' fill='%23fff'/%3E%3Cpath d='M50.437,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-47.662 -85.861)' fill='%23fff'/%3E%3Cpath d='M78.87,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-74.741 -85.861)' fill='%23fff'/%3E%3Cpath d='M107.3,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-101.82 -85.861)' fill='%23fff'/%3E%3Cpath d='M135.734,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-128.899 -85.861)' fill='%23fff'/%3E%3Cpath d='M64.578,5.52l-.075.231H64.26l.2.143-.075.231.2-.143.2.143L64.7,5.894l.2-.143h-.243Z' transform='translate(-61.201 -5.256)' fill='%23fff'/%3E%3Cpath d='M93.01,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -5.256)' fill='%23fff'/%3E%3Cpath d='M121.443,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -5.256)' fill='%23fff'/%3E%3Cpath d='M149.678,6.126l.2-.143.2.143L150,5.894l.2-.143h-.243l-.075-.231-.075.231h-.243l.2.143Z' transform='translate(-142.438 -5.257)' fill='%23fff'/%3E%3Cpath d='M7.713,29.782l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -28.364)' fill='%23fff'/%3E%3Cpath d='M36.146,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -28.364)' fill='%23fff'/%3E%3Cpath d='M64.578,29.782l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -28.364)' fill='%23fff'/%3E%3Cpath d='M93.01,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -28.364)' fill='%23fff'/%3E%3Cpath d='M121.443,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -28.364)' fill='%23fff'/%3E%3Cpath d='M149.875,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,30.157l.2-.143h-.243Z' transform='translate(-142.438 -28.364)' fill='%23fff'/%3E%3Cpath d='M7.713,54.045l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -51.471)' fill='%23fff'/%3E%3Cpath d='M36.146,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -51.471)' fill='%23fff'/%3E%3Cpath d='M64.578,54.045l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -51.471)' fill='%23fff'/%3E%3Cpath d='M93.01,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -51.471)' fill='%23fff'/%3E%3Cpath d='M121.443,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -51.471)' fill='%23fff'/%3E%3Cpath d='M149.875,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,54.419l.2-.143h-.243Z' transform='translate(-142.438 -51.471)' fill='%23fff'/%3E%3Cpath d='M7.713,78.307l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -74.578)' fill='%23fff'/%3E%3Cpath d='M36.146,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -74.578)' fill='%23fff'/%3E%3Cpath d='M64.578,78.307l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -74.578)' fill='%23fff'/%3E%3Cpath d='M93.01,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -74.578)' fill='%23fff'/%3E%3Cpath d='M121.443,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -74.578)' fill='%23fff'/%3E%3Cpath d='M149.875,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,78.681l.2-.143h-.243Z' transform='translate(-142.438 -74.578)' fill='%23fff'/%3E%3Cpath d='M7.789,102.8l-.075-.231-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-7.043 -97.686)' fill='%23fff'/%3E%3Cpath d='M36.221,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-34.122 -97.686)' fill='%23fff'/%3E%3Cpath d='M64.653,102.8l-.075-.231-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-61.201 -97.686)' fill='%23fff'/%3E%3Cpath d='M93.086,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-88.28 -97.686)' fill='%23fff'/%3E%3Cpath d='M121.518,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-115.359 -97.686)' fill='%23fff'/%3E%3Cpath d='M149.95,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-142.438 -97.686)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: left top 6px;
      font-size: 13px;
      font-weight: bold;
      display: block;
      line-height: 24px;
      padding-left: 2rem;
      text-decoration: none; }
    .header .navPages-container .navPages .mobile-usa-phone a.mobile-phone-login-action {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.4 18.8'%3E%3Cg transform='translate(-12.6 -4.6)'%3E%3Cpath d='M27.26,59H13.34a.337.337,0,0,1-.34-.34v-2.6A6.043,6.043,0,0,1,19.06,50h2.5a6.039,6.039,0,0,1,6.04,6.06v2.6A.35.35,0,0,1,27.26,59ZM13.6,58.4H27V56a5.429,5.429,0,0,0-5.4-5.4H19a5.569,5.569,0,0,0-5.4,5.56Z' transform='translate(0 -36)' fill='%23151515' stroke='%23272f3b' stroke-width='0.8'/%3E%3Cpath d='M32.66,13.3a4.15,4.15,0,1,1,4.16-4.14A4.157,4.157,0,0,1,32.66,13.3Zm0-7.6a3.46,3.46,0,1,0,3.46,3.46A3.461,3.461,0,0,0,32.66,5.7Z' transform='translate(-12.4)' fill='%23151515' stroke='%23272f3b' stroke-width='0.8'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 15px;
      display: block;
      font-size: 14px;
      font-weight: 700;
      padding-left: 1.5rem;
      text-decoration: none; }

.header .navPages-container.is-open .navPages-item.navPage-brand-page .navPages-action {
  font-family: 'Roboto Condensed';
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.navPages-item.navPage-item-blog, .navPages-item.navPage-item-contact-us, .navPages-item.navPage-item-info, .navPages-item.navPage-item-summer-sale-2024 {
  display: none; }

.benefits-panel-wrapper {
  border-top: 1px solid #E3E3E2;
  border-bottom: 1px solid #E3E3E2;
  background-color: #fff; }
  .benefits-panel-wrapper .benefits-inner {
    padding: 64px 0 65.2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 75px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    min-width: unset; }
    .benefits-panel-wrapper .benefits-inner .slick-list {
      width: 100%; }
    .benefits-panel-wrapper .benefits-inner .box {
      padding: 0 5px; }
    .benefits-panel-wrapper .benefits-inner .box-list {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 16.2px; }
      .benefits-panel-wrapper .benefits-inner .box-list .box-icon.icon {
        width: 52px;
        height: 52px; }
      .benefits-panel-wrapper .benefits-inner .box-list .box-icon svg {
        width: 100%;
        height: 100%; }
      .benefits-panel-wrapper .benefits-inner .box-list .box-info h3 {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.2px;
        margin: 0 0 1px 0; }
      .benefits-panel-wrapper .benefits-inner .box-list .box-info p {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.2px;
        margin: 0; }

.subscribe-newsletter {
  background-color: #151515;
  padding: 43px 0;
  text-align: center; }
  @media (min-width: 801px) {
    .subscribe-newsletter {
      padding: 75px 0 80px; } }
  .subscribe-newsletter .footer-info-heading {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: "roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 17px 0; }
    @media (min-width: 551px) {
      .subscribe-newsletter .footer-info-heading {
        line-height: 18px; } }
  .subscribe-newsletter p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Overpass", sans-serif;
    letter-spacing: 0.15px;
    margin: 0 0 25px 0; }
  .subscribe-newsletter .form {
    max-width: 653px;
    margin: 0 auto; }
    .subscribe-newsletter .form .form-field {
      margin: 0; }
    .subscribe-newsletter .form .form-prefixPostfix {
      position: relative; }
      .subscribe-newsletter .form .form-prefixPostfix .form-input {
        width: 100%;
        height: 79px;
        border-radius: 60px;
        background-color: transparent;
        border: 1px solid #fff;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792' %3E%3Cg transform='translate(0 0.707)'%3E%3Cpath d='M1664 1504v-768q-32 36-69 66-268 206-426 338-51 43-83 67t-86.5 48.5-102.5 24.5h-2q-48 0-102.5-24.5t-86.5-48.5-83-67q-158-132-426-338-37-30-69-66v768q0 13 9.5 22.5t22.5 9.5h1472q13 0 22.5-9.5t9.5-22.5zm0-1051v-24.5l-.5-13-3-12.5-5.5-9-9-7.5-14-2.5h-1472q-13 0-22.5 9.5t-9.5 22.5q0 168 147 284 193 152 401 317 6 5 35 29.5t46 37.5 44.5 31.5 50.5 27.5 43 9h2q20 0 43-9t50.5-27.5 44.5-31.5 46-37.5 35-29.5q208-165 401-317 54-43 100.5-115.5t46.5-131.5zm128-37v1088q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-1088q0-66 47-113t113-47h1472q66 0 113 47t47 113z' fill='%23ffffff' stroke='none' /%3E%3C/g%3E%3C/svg%3E");
        background-position: 25px center;
        background-size: 15px;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.2px;
        padding: 25px 120px 20px 50px; }
        @media (min-width: 801px) {
          .subscribe-newsletter .form .form-prefixPostfix .form-input {
            padding: 25px 160px 20px 50px; } }
        .subscribe-newsletter .form .form-prefixPostfix .form-input::placeholder {
          color: #fff;
          opacity: 1; }
      .subscribe-newsletter .form .form-prefixPostfix .button {
        width: auto;
        position: absolute;
        right: 10px;
        top: 7px;
        margin: 0;
        height: 64px;
        color: #151515;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 1.5px;
        padding: 15px 20px;
        max-width: 100px;
        width: 100%; }
        @media (min-width: 801px) {
          .subscribe-newsletter .form .form-prefixPostfix .button {
            padding: 22px 38px;
            max-width: 135px; } }

.footer {
  padding: 0; }
  .footer .footer-content {
    padding: 44px 0 15px; }
    @media (min-width: 551px) {
      .footer .footer-content {
        padding: 93px  0 100px; } }
    .footer .footer-content .footer-info {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      @media (min-width: 551px) {
        .footer .footer-content .footer-info {
          display: block; } }
      .footer .footer-content .footer-info .footer-info-col {
        text-align: left;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 551px) {
          .footer .footer-content .footer-info .footer-info-col {
            padding-left: 0.75rem;
            padding-right: 0.75rem; } }
        .footer .footer-content .footer-info .footer-info-col.newsletterBox {
          order: -1;
          width: 100%;
          margin: 0 0 48px 0; }
          @media (min-width: 551px) {
            .footer .footer-content .footer-info .footer-info-col.newsletterBox {
              margin-bottom: 24px;
              order: inherit;
              width: 100%;
              margin: 0; } }
          @media (min-width: 801px) {
            .footer .footer-content .footer-info .footer-info-col.newsletterBox {
              width: 33.33334%; } }
        .footer .footer-content .footer-info .footer-info-col--small {
          padding: 0 22px;
          border-bottom: 1px solid #E3E3E2; }
          @media (min-width: 551px) {
            .footer .footer-content .footer-info .footer-info-col--small {
              padding: 0 0.75rem;
              border-bottom: 0; } }
          .footer .footer-content .footer-info .footer-info-col--small:first-child {
            border-top: 1px solid #E3E3E2; }
            @media (min-width: 551px) {
              .footer .footer-content .footer-info .footer-info-col--small:first-child {
                border-top: 0; } }
      .footer .footer-content .footer-info .footer-info-heading {
        color: #151515;
        font-size: 14px;
        line-height: 17px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 0.1px;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        padding: 23px 30px 23px 0;
        cursor: pointer;
        pointer-events: visible; }
        @media (min-width: 551px) {
          .footer .footer-content .footer-info .footer-info-heading {
            margin: 0 0 20px 0;
            padding: 0;
            cursor: default;
            pointer-events: none; } }
        .footer .footer-content .footer-info .footer-info-heading:after {
          content: "";
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24"><polygon points="7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707"/></svg>');
          background-repeat: no-repeat;
          background-position: right center;
          background-size: 15px;
          width: 15px;
          height: 15px;
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          @media (min-width: 551px) {
            .footer .footer-content .footer-info .footer-info-heading:after {
              display: none; } }
        .footer .footer-content .footer-info .footer-info-heading.active:after {
          content: "";
          transform: rotate(90deg);
          top: 40%; }
      .footer .footer-content .footer-info .footer-info-list {
        margin: 0 0 0.5rem;
        display: none; }
        @media (min-width: 551px) {
          .footer .footer-content .footer-info .footer-info-list {
            display: block !important; } }
        .footer .footer-content .footer-info .footer-info-list a {
          display: inline-block;
          color: #151515;
          font-size: 15px;
          line-height: 22px;
          font-weight: 400;
          font-family: "Overpass", sans-serif;
          letter-spacing: 0.2px;
          margin: 0 0 10px 0; }
          .footer .footer-content .footer-info .footer-info-list a:hover {
            color: #525252; }
        .footer .footer-content .footer-info .footer-info-list .freeshipping a {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.515 10.643'%3E%3Cg transform='translate(0 -0.001)'%3E%3Crect width='17.515' height='10.643' transform='translate(0 0.001)' fill='%23fff'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 0.001)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 1.632)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 3.262)' fill='%23b22233'/%3E%3Crect width='9.407' height='0.858' transform='translate(8.107 4.893)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 6.524)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 8.155)' fill='%23b22233'/%3E%3Crect width='17.515' height='0.858' transform='translate(0 9.785)' fill='%23b22233'/%3E%3Crect width='8.107' height='5.75' transform='translate(0 0.001)' fill='%233b3b6d'/%3E%3Cpath d='M7.713,5.52l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -5.256)' fill='%23fff'/%3E%3Cpath d='M36.146,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -5.256)' fill='%23fff'/%3E%3Cpath d='M21.93,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -16.81)' fill='%23fff'/%3E%3Cpath d='M50.362,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -16.81)' fill='%23fff'/%3E%3Cpath d='M78.794,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -16.81)' fill='%23fff'/%3E%3Cpath d='M107.226,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -16.81)' fill='%23fff'/%3E%3Cpath d='M135.659,17.651l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -16.81)' fill='%23fff'/%3E%3Cpath d='M21.93,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -39.827)' fill='%23fff'/%3E%3Cpath d='M50.362,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -39.827)' fill='%23fff'/%3E%3Cpath d='M78.794,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -39.827)' fill='%23fff'/%3E%3Cpath d='M107.226,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -39.827)' fill='%23fff'/%3E%3Cpath d='M135.659,41.819l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -39.827)' fill='%23fff'/%3E%3Cpath d='M21.93,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H22Z' transform='translate(-20.583 -62.844)' fill='%23fff'/%3E%3Cpath d='M50.362,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-47.662 -62.844)' fill='%23fff'/%3E%3Cpath d='M78.794,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-74.74 -62.844)' fill='%23fff'/%3E%3Cpath d='M107.226,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H107.3Z' transform='translate(-101.819 -62.844)' fill='%23fff'/%3E%3Cpath d='M135.659,65.986l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-128.898 -62.844)' fill='%23fff'/%3E%3Cpath d='M22,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-20.583 -85.861)' fill='%23fff'/%3E%3Cpath d='M50.437,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-47.662 -85.861)' fill='%23fff'/%3E%3Cpath d='M78.87,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-74.741 -85.861)' fill='%23fff'/%3E%3Cpath d='M107.3,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-101.82 -85.861)' fill='%23fff'/%3E%3Cpath d='M135.734,90.384l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-128.899 -85.861)' fill='%23fff'/%3E%3Cpath d='M64.578,5.52l-.075.231H64.26l.2.143-.075.231.2-.143.2.143L64.7,5.894l.2-.143h-.243Z' transform='translate(-61.201 -5.256)' fill='%23fff'/%3E%3Cpath d='M93.01,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -5.256)' fill='%23fff'/%3E%3Cpath d='M121.443,5.52l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -5.256)' fill='%23fff'/%3E%3Cpath d='M149.678,6.126l.2-.143.2.143L150,5.894l.2-.143h-.243l-.075-.231-.075.231h-.243l.2.143Z' transform='translate(-142.438 -5.257)' fill='%23fff'/%3E%3Cpath d='M7.713,29.782l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -28.364)' fill='%23fff'/%3E%3Cpath d='M36.146,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -28.364)' fill='%23fff'/%3E%3Cpath d='M64.578,29.782l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -28.364)' fill='%23fff'/%3E%3Cpath d='M93.01,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -28.364)' fill='%23fff'/%3E%3Cpath d='M121.443,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -28.364)' fill='%23fff'/%3E%3Cpath d='M149.875,29.782l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,30.157l.2-.143h-.243Z' transform='translate(-142.438 -28.364)' fill='%23fff'/%3E%3Cpath d='M7.713,54.045l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -51.471)' fill='%23fff'/%3E%3Cpath d='M36.146,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -51.471)' fill='%23fff'/%3E%3Cpath d='M64.578,54.045l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -51.471)' fill='%23fff'/%3E%3Cpath d='M93.01,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -51.471)' fill='%23fff'/%3E%3Cpath d='M121.443,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -51.471)' fill='%23fff'/%3E%3Cpath d='M149.875,54.045l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,54.419l.2-.143h-.243Z' transform='translate(-142.438 -51.471)' fill='%23fff'/%3E%3Cpath d='M7.713,78.307l-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143H7.788Z' transform='translate(-7.043 -74.578)' fill='%23fff'/%3E%3Cpath d='M36.146,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-34.122 -74.578)' fill='%23fff'/%3E%3Cpath d='M64.578,78.307l-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-61.201 -74.578)' fill='%23fff'/%3E%3Cpath d='M93.01,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-88.28 -74.578)' fill='%23fff'/%3E%3Cpath d='M121.443,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143h-.243Z' transform='translate(-115.359 -74.578)' fill='%23fff'/%3E%3Cpath d='M149.875,78.307l-.075.231h-.243l.2.143-.075.231.2-.143.2.143L150,78.681l.2-.143h-.243Z' transform='translate(-142.438 -74.578)' fill='%23fff'/%3E%3Cpath d='M7.789,102.8l-.075-.231-.075.231H7.4l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-7.043 -97.686)' fill='%23fff'/%3E%3Cpath d='M36.221,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-34.122 -97.686)' fill='%23fff'/%3E%3Cpath d='M64.653,102.8l-.075-.231-.075.231H64.26l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-61.201 -97.686)' fill='%23fff'/%3E%3Cpath d='M93.086,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-88.28 -97.686)' fill='%23fff'/%3E%3Cpath d='M121.518,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-115.359 -97.686)' fill='%23fff'/%3E%3Cpath d='M149.95,102.8l-.075-.231-.075.231h-.243l.2.143-.075.231.2-.143.2.143-.075-.231.2-.143Z' transform='translate(-142.438 -97.686)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 16px;
          background-position: center right;
          padding-right: 22px; }
  .footer .footer-copyright {
    border-top: 0; }
    @media (min-width: 551px) {
      .footer .footer-copyright {
        border-top: 1px solid #E3E3E2; } }
    .footer .footer-copyright .footer-copyright-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      padding: 4px 0; }
      @media (min-width: 551px) {
        .footer .footer-copyright .footer-copyright-content {
          justify-content: space-between; } }
      .footer .footer-copyright .footer-copyright-content .payment-icons-wrap {
        align-items: center;
        display: flex;
        font-size: 13px;
        gap: 1rem;
        flex-wrap: wrap; }
        .footer .footer-copyright .footer-copyright-content .payment-icons-wrap p {
          color: #151515;
          margin: 0 auto; }
          @media (min-width: 551px) {
            .footer .footer-copyright .footer-copyright-content .payment-icons-wrap p {
              margin: 0; } }
        .footer .footer-copyright .footer-copyright-content .payment-icons-wrap .footer-payment-icons {
          margin: 0 auto; }
          @media (min-width: 551px) {
            .footer .footer-copyright .footer-copyright-content .payment-icons-wrap .footer-payment-icons {
              margin: 0; } }
          .footer .footer-copyright .footer-copyright-content .payment-icons-wrap .footer-payment-icons .footer-payment-icon {
            width: 30px;
            height: 30px; }
      .footer .footer-copyright .footer-copyright-content .copyright-nav {
        display: flex;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap; }
        .footer .footer-copyright .footer-copyright-content .copyright-nav .powered-by {
          color: #151515;
          font-size: 13px;
          margin: 0 auto; }
          @media (min-width: 551px) {
            .footer .footer-copyright .footer-copyright-content .copyright-nav .powered-by {
              margin: 0; } }
          @media (min-width: 551px) {
            .footer .footer-copyright .footer-copyright-content .copyright-nav .powered-by:after {
              content: '';
              border-left: 1px solid #151515;
              margin-left: 1rem; } }
        .footer .footer-copyright .footer-copyright-content .copyright-nav .copyright-nav-list {
          align-items: center;
          display: flex;
          gap: 1rem;
          list-style: none;
          margin: 0 auto; }
          @media (min-width: 551px) {
            .footer .footer-copyright .footer-copyright-content .copyright-nav .copyright-nav-list {
              margin: 0; } }
          .footer .footer-copyright .footer-copyright-content .copyright-nav .copyright-nav-list li a {
            color: #151515;
            font-size: 13px; }

.newsletterSubscription {
  text-align: center; }
  .newsletterSubscription h4 {
    color: #151515;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    font-family: "Overpass", sans-serif;
    letter-spacing: 0.2px;
    margin: 0 0 11px 0; }
  .newsletterSubscription p {
    color: #151515;
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Overpass", sans-serif;
    letter-spacing: 0.25px;
    margin: 0; }

.call-us-email {
  margin: 19px 0 0 0;
  list-style: none;
  border: 1px solid #E3E3E2;
  border-radius: 5px;
  overflow: hidden; }
  .call-us-email li {
    padding: 18px 0 18px 60px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 24px;
    border-bottom: 1px solid #E3E3E2; }
    @media (min-width: 551px) {
      .call-us-email li {
        padding: 18px 0 18px 80px;
        background-position: 28px center; } }
    .call-us-email li:last-child {
      border-bottom: 0; }
    .call-us-email li.call-us {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.291 24.292'%3E%3Cg transform='translate(-882.713 -6658.643)'%3E%3Cpath d='M10.8,29.114a18.55,18.55,0,0,0,8.6,5.108,9.176,9.176,0,0,0,5.083-.153,7.9,7.9,0,0,0,3.354-2.548c.088-.1.175-.211.259-.319a.622.622,0,0,0-.116-.866l-5.406-4.146a.715.715,0,0,0-.92.066,10.751,10.751,0,0,1-2.324,2.029c-1.264.321-3.712-1.407-5-2.7' transform='translate(878.012 6647.725)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M6.809,18.839A18.55,18.55,0,0,1,1.7,10.24a9.176,9.176,0,0,1,.153-5.083A7.9,7.9,0,0,1,4.4,1.8c.1-.089.211-.175.32-.259a.621.621,0,0,1,.866.116L9.734,7.065a.715.715,0,0,1-.066.92,10.751,10.751,0,0,0-2.029,2.324c-.321,1.264,1.407,3.712,2.7,5' transform='translate(882 6658)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/g%3E%3C/svg%3E"); }
    .call-us-email li.email {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.5 25.5'%3E%3Cg transform='translate(-984.615 -6664.571)'%3E%3Cpath d='M104.5,7.933l7.22,7.916,1.06,1.162a3.986,3.986,0,0,0,5.989,0l1.061-1.162,7.22-7.916' transform='translate(881.523 6657.627)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M120.732,7.007h4.71a1.839,1.839,0,0,1,1.834,1.834V20.767a1.84,1.84,0,0,1-1.834,1.834H105.149a1.839,1.839,0,0,1-1.834-1.834V8.841a1.839,1.839,0,0,1,1.834-1.834h15.869' transform='translate(882 6659)' fill='none' stroke='%232b2b2b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/g%3E%3C/svg%3E"); }
    .call-us-email li a {
      display: block;
      text-decoration: none;
      padding-right: 30px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><polygon points="7.293 4.707 14.586 12 7.293 19.293 8.707 20.707 17.414 12 8.707 3.293 7.293 4.707"/></svg>');
      background-repeat: no-repeat;
      background-position: right 20px center;
      background-size: 14px; }
      @media (min-width: 551px) {
        .call-us-email li a {
          padding-right: 40px;
          background-position: right 18px center; } }
    .call-us-email li span {
      display: block; }
      .call-us-email li span.label {
        color: #151515;
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.2px;
        margin: 0 0 6px 0; }
      .call-us-email li span.info {
        color: #151515;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.2px; }

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

@media (min-width: 801px) {
  .body.custom-default {
    margin-top: calc(65px + 36px + 2.5rem); } }

.home-page-heading {
  color: #151515;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 25px 0;
  text-align: left; }
  @media (min-width: 551px) {
    .home-page-heading {
      font-size: 26px;
      margin: 0 0 34px 0; } }

.main.full {
  margin: 43px 0 0 0; }
  @media (min-width: 551px) {
    .main.full {
      margin: 80px 0 0 0; } }

.popular-departments-wrapper {
  margin: 43px 0 0 0; }
  @media (min-width: 551px) {
    .popular-departments-wrapper {
      margin: 80px 0 0 0; } }
  .popular-departments-wrapper .outer-department {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto; }
  .popular-departments-wrapper .inner-department {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 13px; }
    @media (min-width: 801px) {
      .popular-departments-wrapper .inner-department {
        gap: 20px; } }
    .popular-departments-wrapper .inner-department .box {
      width: calc(33.333% - 13px); }
      @media (min-width: 801px) {
        .popular-departments-wrapper .inner-department .box {
          width: calc(16.667% - 20px); } }
      .popular-departments-wrapper .inner-department .box a {
        text-decoration: none;
        display: block; }
        .popular-departments-wrapper .inner-department .box a:hover .image-detail img {
          transform: translateY(-2px); }
        .popular-departments-wrapper .inner-department .box a:hover .title-info {
          color: #CA9A5C; }
      .popular-departments-wrapper .inner-department .box .image-detail {
        display: block;
        background-color: #f2f1f0;
        border-radius: 5px;
        text-align: center;
        overflow: hidden; }
      .popular-departments-wrapper .inner-department .box .title-info {
        color: #151515;
        font-size: 13px;
        line-height: 22px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        display: block;
        text-align: center;
        margin: 8.2px 0 0 0;
        text-transform: uppercase; }
        @media (min-width: 551px) {
          .popular-departments-wrapper .inner-department .box .title-info {
            font-size: 15px;
            margin: 12px 0 0 0; } }

.two-column-pool-wrapper {
  margin: 43px 0 0 0; }
  @media (min-width: 551px) {
    .two-column-pool-wrapper {
      margin: 80px 0 0 0; } }
  .two-column-pool-wrapper .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #151515; }
    .two-column-pool-wrapper .inner .box {
      width: 100%;
      text-align: center; }
      @media (min-width: 801px) {
        .two-column-pool-wrapper .inner .box {
          width: 50%;
          min-height: 500px; } }
      .two-column-pool-wrapper .inner .box img {
        width: 100%; }
        @media (min-width: 801px) {
          .two-column-pool-wrapper .inner .box img {
            object-fit: cover;
            object-position: center;
            height: 100%; } }
      .two-column-pool-wrapper .inner .box-detail {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: 100%;
        padding: 42px 21px 45px; }
        @media (min-width: 801px) {
          .two-column-pool-wrapper .inner .box-detail {
            padding: 25px 91px; } }
      .two-column-pool-wrapper .inner .box .small-hd {
        color: #CA9A5C;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 0.1px;
        margin: 0;
        text-transform: uppercase;
        display: block; }
      .two-column-pool-wrapper .inner .box .main-hd {
        color: #fff;
        font-size: 40px;
        line-height: 52px;
        font-weight: normal;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        letter-spacing: 0.1px;
        margin: 0 0 14px 0;
        text-transform: uppercase; }
        @media (min-width: 551px) {
          .two-column-pool-wrapper .inner .box .main-hd {
            font-size: 56px;
            line-height: 73px; } }
      .two-column-pool-wrapper .inner .box p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.15px;
        margin: 0; }
      .two-column-pool-wrapper .inner .box .button {
        margin: 25px 0 0 0; }
        @media (min-width: 551px) {
          .two-column-pool-wrapper .inner .box .button {
            margin: 36px 0 0 0; } }
        .two-column-pool-wrapper .inner .box .button:hover .for-simple {
          display: none; }
        .two-column-pool-wrapper .inner .box .button:hover .for-hover {
          display: block !important; }
  .two-column-pool-wrapper.shuffle-board .inner .box:first-child {
    order: 2; }
    @media (min-width: 801px) {
      .two-column-pool-wrapper.shuffle-board .inner .box:first-child {
        order: unset; } }

.home-brand-logos .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  padding: 44px 0; }
  @media (min-width: 801px) {
    .home-brand-logos .inner {
      padding: 70.5px 25px 69.5px; } }
  .home-brand-logos .inner .box {
    width: calc(50% - 32px);
    text-align: center; }
    @media (min-width: 551px) {
      .home-brand-logos .inner .box {
        width: calc(33.333% - 32px); } }
    @media (min-width: 801px) {
      .home-brand-logos .inner .box {
        width: calc(14.285% - 32px); } }

.three-column-pool-type {
  background-color: #F2F1F0;
  padding: 44px 0; }
  @media (min-width: 801px) {
    .three-column-pool-type {
      padding: 71px 0 80px; } }
  .three-column-pool-type .home-page-heading {
    text-align: center; }
  .three-column-pool-type .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px; }
    .three-column-pool-type .inner .box {
      width: 100%;
      text-align: center; }
      @media (min-width: 551px) {
        .three-column-pool-type .inner .box {
          width: calc(50% - 25px); } }
      @media (min-width: 801px) {
        .three-column-pool-type .inner .box {
          width: calc(33.333% - 25px); } }
      .three-column-pool-type .inner .box a {
        display: block;
        text-decoration: none; }
        .three-column-pool-type .inner .box a:hover .text-info:after {
          transform: rotateY(-180deg);
          transition: 0.4s all ease; }
      .three-column-pool-type .inner .box .image-detail {
        display: block;
        border-radius: 5px;
        overflow: hidden;
        position: relative; }
        .three-column-pool-type .inner .box .image-detail:after {
          content: "";
          position: absolute;
          top: inherit;
          bottom: 0;
          left: 0;
          right: 0;
          height: 40%;
          background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #151515 100%); }
        .three-column-pool-type .inner .box .image-detail img {
          width: 100%; }
      .three-column-pool-type .inner .box .text-info {
        color: #151515;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        margin: 18px 0 0; }
        @media (min-width: 801px) {
          .three-column-pool-type .inner .box .text-info {
            margin: 21px 0 0; } }
        .three-column-pool-type .inner .box .text-info:after {
          content: "";
          height: 2px;
          width: 88%;
          background-color: #CA9A5C;
          position: absolute;
          left: 0;
          right: 0;
          top: inherit;
          bottom: 0px;
          margin: 0 auto;
          transition: 0.4s all ease; }

.premium-entertainment-wrapper {
  margin: 43px 0; }
  @media (min-width: 551px) {
    .premium-entertainment-wrapper {
      margin: 80px 0; } }
  .premium-entertainment-wrapper .home-page-heading {
    text-align: center; }
  .premium-entertainment-wrapper .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px; }
    @media (min-width: 551px) {
      .premium-entertainment-wrapper .inner {
        gap: 24px; } }
    .premium-entertainment-wrapper .inner .box {
      text-align: center;
      width: calc(50% - 10px); }
      @media (min-width: 551px) {
        .premium-entertainment-wrapper .inner .box {
          width: calc(50% - 24px); } }
      @media (min-width: 801px) {
        .premium-entertainment-wrapper .inner .box {
          width: calc(25% - 24px); } }
      .premium-entertainment-wrapper .inner .box a {
        display: block;
        text-decoration: none; }
        .premium-entertainment-wrapper .inner .box a:hover .text-info {
          color: #CA9A5C;
          text-decoration: underline; }
      .premium-entertainment-wrapper .inner .box .image-detail {
        display: block;
        border-radius: 5px;
        overflow: hidden; }
        .premium-entertainment-wrapper .inner .box .image-detail img {
          width: 100%; }
      .premium-entertainment-wrapper .inner .box .text-info {
        color: #151515;
        font-size: 13px;
        line-height: 22px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 0.1px;
        text-transform: uppercase;
        display: inline-block;
        margin: 8px 0 0; }
        @media (min-width: 801px) {
          .premium-entertainment-wrapper .inner .box .text-info {
            font-size: 18px;
            margin: 14px 0 0; } }

.home-premium-entertainment-room {
  padding: 44px 0;
  background-color: #151515; }
  @media (min-width: 801px) {
    .home-premium-entertainment-room {
      padding: 80px 0 100px; } }
  .home-premium-entertainment-room .home-page-heading {
    color: #fff;
    text-align: center; }
  .home-premium-entertainment-room .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px; }
    .home-premium-entertainment-room .inner .box {
      width: 100%; }
      @media (min-width: 801px) {
        .home-premium-entertainment-room .inner .box {
          width: calc(50% - 24px); } }
      .home-premium-entertainment-room .inner .box a {
        display: block;
        text-decoration: none; }
        .home-premium-entertainment-room .inner .box a:hover .image-detail img {
          opacity: 0.8; }
        .home-premium-entertainment-room .inner .box a:hover .text-info h3 {
          color: #CA9A5C; }
        .home-premium-entertainment-room .inner .box a:hover .text-info p {
          color: #CA9A5C; }
      .home-premium-entertainment-room .inner .box .image-detail {
        display: block; }
        .home-premium-entertainment-room .inner .box .image-detail img {
          display: block;
          width: 100%;
          border-radius: 5px 5px 0 0; }
      .home-premium-entertainment-room .inner .box .text-info {
        background-color: #fff;
        display: block;
        padding: 20px;
        text-align: center;
        border-radius: 0 0 5px 5px; }
        @media (min-width: 801px) {
          .home-premium-entertainment-room .inner .box .text-info {
            padding: 30px 20px; } }
        .home-premium-entertainment-room .inner .box .text-info h3 {
          color: #151515;
          font-size: 18px;
          line-height: 18px;
          font-weight: 700;
          font-family: "roboto", Arial, Helvetica, sans-serif;
          letter-spacing: 0.2px;
          margin: 0 0 10px; }
          @media (min-width: 801px) {
            .home-premium-entertainment-room .inner .box .text-info h3 {
              font-size: 21px;
              line-height: 26px; } }
        .home-premium-entertainment-room .inner .box .text-info p {
          color: #151515;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          font-family: "Overpass", sans-serif;
          letter-spacing: 0.15px;
          margin: 0; }

.daily-inspiration-wrapper {
  padding: 45px 0 65px; }
  @media (min-width: 551px) {
    .daily-inspiration-wrapper {
      padding: 80px 0 100px; } }
  .daily-inspiration-wrapper .container {
    max-width: 1170px;
    margin: 0 auto; }
  .daily-inspiration-wrapper .heading-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 19px; }
    .daily-inspiration-wrapper .heading-section .daily-inspiration {
      color: #151515;
      font-size: 21px;
      line-height: 26px;
      font-weight: 700;
      font-family: "roboto", Arial, Helvetica, sans-serif;
      letter-spacing: 0.2px;
      margin: 0; }
    .daily-inspiration-wrapper .heading-section .follow-us-txt {
      color: #151515;
      font-size: 15px;
      line-height: 22px;
      font-weight: 700;
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
      letter-spacing: 0.1px;
      text-transform: uppercase;
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 11px; }
      .daily-inspiration-wrapper .heading-section .follow-us-txt .icon {
        width: 15px;
        height: 15px; }
        .daily-inspiration-wrapper .heading-section .follow-us-txt .icon svg {
          width: 100%;
          height: 100%;
          fill: #CA9A5C;
          margin: -2px 0 0 0; }
      .daily-inspiration-wrapper .heading-section .follow-us-txt a {
        color: #151515;
        text-decoration: none; }
        .daily-inspiration-wrapper .heading-section .follow-us-txt a:hover {
          color: #CA9A5C; }
  .daily-inspiration-wrapper .inspiration-gallery:before, .daily-inspiration-wrapper .inspiration-gallery:after {
    content: "";
    display: table;
    clear: both; }
  .daily-inspiration-wrapper .inspiration-gallery .box {
    width: 33.333%; }
    @media (min-width: 551px) {
      .daily-inspiration-wrapper .inspiration-gallery .box {
        width: 25%; } }
    @media (min-width: 801px) {
      .daily-inspiration-wrapper .inspiration-gallery .box {
        width: 20%; } }
    .daily-inspiration-wrapper .inspiration-gallery .box a {
      display: block; }
    .daily-inspiration-wrapper .inspiration-gallery .box img {
      width: 100%;
      display: block; }
  .daily-inspiration-wrapper .inspiration-gallery .slick-arrow {
    margin: 0; }

.st-footer-logo {
  border-top: 1px solid #E3E3E2;
  margin-top: 40px;
  text-align: center; }
  .st-footer-logo .inner {
    position: relative;
    padding: 80px 0 107px; }
    .st-footer-logo .inner .ST-Logo {
      position: absolute;
      top: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0 42px;
      background-color: #fff;
      width: 200px;
      height: 50px; }
    .st-footer-logo .inner p {
      color: #151515;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.15px;
      margin: 0 auto;
      max-width: 460px; }

.benefits-panel-home {
  margin: 60px 0; }
  .benefits-panel-home .benefits-panel-wrapper {
    border-top: 1px solid #E3E3E2;
    padding: 60px 0; }

.heroCarousel .heroCarousel-slide.memorial-day-sale {
  background-color: #ffffff; }

.heroCarousel .heroCarousel-slide.full-width .heroCarousel-image-wrapper {
  width: 100%; }

.category-banner-wrap .category-banner {
  background-color: #151515;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .category-banner-wrap .category-banner .banner-img {
    position: relative;
    width: 100%; }
    @media (min-width: 1261px) {
      .category-banner-wrap .category-banner .banner-img {
        width: 65%; } }
    .category-banner-wrap .category-banner .banner-img:after {
      content: "";
      display: block;
      width: 100%;
      height: 100px;
      position: absolute;
      top: inherit;
      bottom: 0;
      background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 0%, #151515 100%);
      border-bottom: 1px solid #707070; }
      @media (min-width: 1261px) {
        .category-banner-wrap .category-banner .banner-img:after {
          border-bottom: 0; } }
    .category-banner-wrap .category-banner .banner-img img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .category-banner-wrap .category-banner .banner-description {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center; }
    @media (min-width: 1261px) {
      .category-banner-wrap .category-banner .banner-description {
        width: 35%; } }
    .category-banner-wrap .category-banner .banner-description .banner-detail {
      padding: 2rem;
      text-align: center; }
      @media (min-width: 1261px) {
        .category-banner-wrap .category-banner .banner-description .banner-detail {
          padding: 0 5rem;
          text-align: left; } }
      .category-banner-wrap .category-banner .banner-description .banner-detail h2, .category-banner-wrap .category-banner .banner-description .banner-detail .main-hd {
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        margin: 0 0 20px 0;
        text-transform: uppercase;
        text-align: center !important; }
        @media (min-width: 801px) {
          .category-banner-wrap .category-banner .banner-description .banner-detail h2, .category-banner-wrap .category-banner .banner-description .banner-detail .main-hd {
            font-size: 55px;
            line-height: 52px; } }
        @media (min-width: 1261px) {
          .category-banner-wrap .category-banner .banner-description .banner-detail h2, .category-banner-wrap .category-banner .banner-description .banner-detail .main-hd {
            font-size: 60px;
            text-align: left !important; } }
      .category-banner-wrap .category-banner .banner-description .banner-detail p {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.15px;
        margin: 0;
        text-align: center !important; }
        @media (min-width: 1261px) {
          .category-banner-wrap .category-banner .banner-description .banner-detail p {
            text-align: left !important; } }
        .category-banner-wrap .category-banner .banner-description .banner-detail p a {
          color: #fff;
          text-decoration: underline;
          text-underline-offset: 5px; }
      .category-banner-wrap .category-banner .banner-description .banner-detail.no-image {
        padding: 2rem;
        text-align: center; }
        @media (min-width: 1261px) {
          .category-banner-wrap .category-banner .banner-description .banner-detail.no-image {
            padding: 5rem; } }
  .category-banner-wrap .category-banner.category-banner-only .banner-img {
    width: 100%; }
    .category-banner-wrap .category-banner.category-banner-only .banner-img img {
      max-height: 600px; }
  .category-banner-wrap .category-banner.category-banner-content .banner-description {
    width: 100%;
    text-align: center; }
    @media (min-width: 1261px) {
      .category-banner-wrap .category-banner.category-banner-content .banner-description {
        width: 100%; } }
    .category-banner-wrap .category-banner.category-banner-content .banner-description .banner-detail {
      text-align: center; }
      .category-banner-wrap .category-banner.category-banner-content .banner-description .banner-detail h2, .category-banner-wrap .category-banner.category-banner-content .banner-description .banner-detail .main-hd {
        text-align: center !important; }
      .category-banner-wrap .category-banner.category-banner-content .banner-description .banner-detail p {
        text-align: center !important; }

.actionBar[data-sort-by="product"] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 2rem; }
  .actionBar[data-sort-by="product"] p {
    font-weight: bold;
    margin: 5px 16px 5px 0; }
  .actionBar[data-sort-by="product"] .actionBar-section {
    float: none; }
    .actionBar[data-sort-by="product"] .actionBar-section .form-field {
      background-color: #F2F1F0;
      border-radius: 80px;
      overflow: hidden;
      margin: 0; }
      .actionBar[data-sort-by="product"] .actionBar-section .form-field .form-label {
        color: #151515;
        font-weight: bold;
        margin-right: 0.2rem; }
      .actionBar[data-sort-by="product"] .actionBar-section .form-field .form-select {
        background-color: #F2F1F0;
        height: 47px;
        font-size: 13px;
        line-height: 1.6rem;
        padding: 0.75rem 2.7rem 0.75rem 0.1875rem; }

.paginator-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; }
  @media (min-width: 551px) {
    .paginator-wrapper {
      justify-content: space-between; } }
  .paginator-wrapper:after {
    content: "";
    min-width: 135px; }
  .paginator-wrapper p {
    margin: 0;
    font-family: "Overpass", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    color: #151515; }
  .paginator-wrapper .pagination .pagination-list {
    margin: 0; }

.page-sidebar .sidebarBlock .sidebarBlock-heading {
  font-size: 15px;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  margin: 0 0 1rem; }
  .page-sidebar .sidebarBlock .sidebarBlock-heading.category-heading {
    font-size: 24px;
    margin-bottom: 1rem;
    margin-top: 1.35rem; }

.page-sidebar .sidebarBlock .navPage-subMenu-list {
  list-style: none;
  margin: 0; }
  .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item {
    float: none;
    padding: 0 !important;
    width: auto; }
    .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item.have-submenu {
      position: relative; }
      .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item.have-submenu .navPages-action-moreIcon {
        align-items: center;
        cursor: pointer;
        display: inline-flex;
        height: 25px;
        justify-content: center;
        width: 25px;
        transform: rotate(-90deg); }
        .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item.have-submenu .navPages-action-moreIcon svg {
          height: 10px;
          width: 10px; }
    .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item.is-active .navPages-action-moreIcon {
      transform: rotate(0deg); }
    .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item.is-active > .navPage-subMenu-action {
      border-bottom: 2px solid #CA9A5C; }
    .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item.is-active .navPage-subMenu-list-child {
      display: block; }
    .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item > .navPage-subMenu-action {
      color: #151515;
      border-bottom: 2px solid transparent;
      font-size: 14px;
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
      letter-spacing: 1px;
      margin: 0;
      padding: 0.75rem 0 0;
      text-transform: uppercase;
      width: auto;
      display: inline-block; }
    .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-list-child {
      display: none;
      list-style: none;
      margin-top: 0.75rem; }
      .page-sidebar .sidebarBlock .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-list-child .navPage-subMenu-item-child .navPage-subMenu-action {
        font-size: 15px;
        font-weight: normal;
        padding: 0.2rem 0;
        width: 100%;
        text-transform: none; }

.page-sidebar .sidebarBlock + .sidebarBlock {
  border-top: 1px solid #E3E3E2;
  margin-top: 1rem;
  padding-top: 1rem; }

.page-sidebar .sidebarBlock:last-child {
  border-bottom: 1px solid #E3E3E2;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.page-sidebar .sidebarBlock .facetedSearch-refineFilters .sidebarBlock-heading {
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-transform: none; }

.page-sidebar .sidebarBlock .facetedSearch-refineFilters p {
  margin: 0; }

@media (min-width: 801px) {
  .page-sidebar .sidebarBlock .facetedSearch-toggle + .facetedSearch-navList,
  .page-sidebar .sidebarBlock + .facetedSearch-navList {
    margin-top: 0; } }

.page-sidebar .sidebarBlock .facetedSearch-toggle {
  background-color: #F2F1F0; }
  .page-sidebar .sidebarBlock .facetedSearch-toggle-indicator {
    width: 100%;
    float: none;
    text-align: center; }
    .page-sidebar .sidebarBlock .facetedSearch-toggle-indicator .toggleLink-text {
      color: #151515;
      font-size: 15px;
      font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
      .page-sidebar .sidebarBlock .facetedSearch-toggle-indicator .toggleLink-text .icon {
        width: 20.5px;
        height: 20px;
        margin: 0 20.5px 0 0; }
        .page-sidebar .sidebarBlock .facetedSearch-toggle-indicator .toggleLink-text .icon svg {
          fill: #151515; }

.page-sidebar .sidebarBlock .accordion--navList {
  margin: 0; }
  .page-sidebar .sidebarBlock .accordion--navList .accordion-block {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }
    @media (min-width: 801px) {
      .page-sidebar .sidebarBlock .accordion--navList .accordion-block {
        border-top: 1px solid #E3E3E2;
        margin-top: 1rem;
        padding-top: 1rem; } }
    .page-sidebar .sidebarBlock .accordion--navList .accordion-block .accordion-navigation {
      padding-left: 22px;
      margin-bottom: 0 !important; }
      .page-sidebar .sidebarBlock .accordion--navList .accordion-block .accordion-navigation .accordion-title {
        text-transform: uppercase;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px; }
        .page-sidebar .sidebarBlock .accordion--navList .accordion-block .accordion-navigation .accordion-title + span {
          position: absolute;
          left: 10px; }
          @media (min-width: 801px) {
            .page-sidebar .sidebarBlock .accordion--navList .accordion-block .accordion-navigation .accordion-title + span {
              left: 0; } }
          .page-sidebar .sidebarBlock .accordion--navList .accordion-block .accordion-navigation .accordion-title + span svg {
            fill: #151515; }
    .page-sidebar .sidebarBlock .accordion--navList .accordion-block .facetedSearch-clearLink {
      right: 0;
      color: #151515;
      font-size: 14px;
      line-height: 10px; }
  .page-sidebar .sidebarBlock .accordion--navList .accordion-content {
    padding-left: 22px;
    margin-top: 15px; }
    .page-sidebar .sidebarBlock .accordion--navList .accordion-content .navList-action--checkbox:before, .page-sidebar .sidebarBlock .accordion--navList .accordion-content .navList-action--checkbox:after {
      top: 13px; }
    .page-sidebar .sidebarBlock .accordion--navList .accordion-content .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='white' /%3E%3C/svg%3E");
      background-color: #151515; }

.form-minMaxRow .button.button--small {
  padding: 0.4rem;
  background-color: #CA9A5C;
  text-decoration: underline; }
  .form-minMaxRow .button.button--small:hover {
    background-color: #fff; }

.panel-body.search-suggestions {
  padding: 26px 25px; }
  @media (min-width: 551px) {
    .panel-body.search-suggestions {
      padding: 46px 55px; } }

.search-suggestion .suggestion-title {
  font-size: 21px;
  line-height: 26px;
  color: #151515;
  font-family: "roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 18px 0; }
  @media (min-width: 551px) {
    .search-suggestion .suggestion-title {
      margin: 0 0 38px 0; } }

.search-suggestion .category-suggestion-list .category-suggestion {
  width: 100%;
  margin: 0 0 20px 0; }
  @media (min-width: 551px) {
    .search-suggestion .category-suggestion-list .category-suggestion {
      width: 50%; } }
  .search-suggestion .category-suggestion-list .category-suggestion a {
    font-family: "Overpass", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.24px;
    text-decoration: none; }

.productCarousel {
  margin: 0; }
  .productCarousel .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .productCarousel .slick-track {
    padding-bottom: 46px; }

.card-figure-hover {
  overflow: hidden; }
  .card-figure-hover .card-img-container {
    overflow: hidden; }
  .card-figure-hover .product-additional {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: auto;
    max-height: 100%;
    transition: all ease .3s; }
  .card-figure-hover .card-image {
    display: inline-block;
    vertical-align: top; }
  .card-figure-hover:hover .card-image {
    opacity: 0;
    visibility: hidden; }
    .card-figure-hover:hover .card-image.product-additional {
      opacity: 1;
      visibility: visible;
      transition: opacity .5s ease; }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .productGrid .product {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media (min-width: 1261px) {
      .productGrid .product {
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }

.product .card, .productCarousel-slide .card {
  border: 1px solid #E3E3E2;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 10.7px 10px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 551px) {
    .product .card, .productCarousel-slide .card {
      padding: 11px 10.5px; } }
  .product .card .card-figure, .productCarousel-slide .card .card-figure {
    padding: 0; }
    .product .card .card-figure__link .card-img-container:after, .productCarousel-slide .card .card-figure__link .card-img-container:after {
      padding-bottom: 75%; }
    .product .card .card-figure .card-figcaption, .productCarousel-slide .card .card-figure .card-figcaption {
      opacity: 1;
      left: unset;
      right: -50px;
      transition: 0.2s; }
      .product .card .card-figure .card-figcaption .card-figcaption-body, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body {
        top: 0;
        transform: none; }
        .product .card .card-figure .card-figcaption .card-figcaption-body .compare-label, .product .card .card-figure .card-figcaption .card-figcaption-body .quickview, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .compare-label, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .quickview {
          background-color: #F2F1F0;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 50%;
          height: 33px;
          padding: 0;
          width: 33px; }
          .product .card .card-figure .card-figcaption .card-figcaption-body .compare-label:hover, .product .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .compare-label:hover, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .quickview:hover {
            background-color: #CA9A5C; }
        .product .card .card-figure .card-figcaption .card-figcaption-body .compare-label, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .compare-label {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.8 33.799' %3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M59.817,8.679a.236.236,0,0,0-.324,0l-1.587,1.587L55.4,12.772l-.173.173V-3.116c0-.225.007-.452,0-.677v-.028a.237.237,0,0,0-.245-.229.237.237,0,0,0-.229.229v16.63c0,.044,0,.089,0,.133l-1.181-1.181L51.066,9.255l-.575-.576a.236.236,0,0,0-.334.334h0L51.743,10.6l2.506,2.506.576.575a.24.24,0,0,0,.334,0l1.587-1.587,2.506-2.506.576-.576A.236.236,0,0,0,59.817,8.679Z' transform='translate(12.051 66.891) rotate(-90)' fill='%23151515' stroke='%23151515' stroke-width='0.4'/%3E%3Cpath d='M59.817,1.019a.236.236,0,0,1-.324,0L57.906-.568,55.4-3.074l-.173-.173V12.814c0,.225.007.452,0,.677v.028a.237.237,0,0,1-.474,0V-3.11c0-.044,0-.089,0-.133L53.572-2.063,51.066.443l-.575.576a.236.236,0,0,1-.334-.334h0L51.743-.9l2.506-2.506.575-.575a.24.24,0,0,1,.334,0L56.745-2.4,59.252.109l.575.576A.236.236,0,0,1,59.817,1.019Z' transform='translate(11.051 76.891) rotate(-90)' fill='%23151515' stroke='%23151515' stroke-width='0.4'/%3E%3C/g%3E%3C/svg%3E");
          display: block;
          cursor: pointer; }
          .product .card .card-figure .card-figcaption .card-figcaption-body .compare-label input[type="checkbox"], .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .compare-label input[type="checkbox"] {
            display: none; }
        .product .card .card-figure .card-figcaption .card-figcaption-body .quickview, .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .quickview {
          font-size: 0;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M12.046 6.969c-2.705 0-4.906 2.261-4.906 5.041 0 2.78 2.201 5.042 4.906 5.042s4.906-2.262 4.906-5.042-2.201-5.041-4.906-5.041zm0 9.082c-2.154 0-3.906-1.813-3.906-4.042s1.752-4.041 3.906-4.041 3.906 1.812 3.906 4.041-1.752 4.042-3.906 4.042z'%3E%3C/path%3E%3Cpath d='M12.046 9.642c-1.275 0-2.312 1.062-2.312 2.368s1.037 2.367 2.312 2.367c1.274 0 2.312-1.062 2.312-2.367s-1.038-2.368-2.312-2.368zm0 3.735c-.724 0-1.312-.613-1.312-1.367s.588-1.368 1.312-1.368c.723 0 1.312.614 1.312 1.368s-.589 1.367-1.312 1.367z'%3E%3C/path%3E%3Cpath d='M23.555 11.788c-2.378-4.805-6.787-7.789-11.509-7.789-4.721 0-9.131 2.984-11.509 7.789a.5.5 0 0 0 0 .443c2.377 4.805 6.787 7.789 11.509 7.789s9.132-2.984 11.509-7.789a.5.5 0 0 0 0-.443zM12.046 19.02c-4.267 0-8.27-2.68-10.5-7.011 2.231-4.331 6.234-7.011 10.5-7.011 4.267 0 8.27 2.68 10.5 7.011-2.231 4.332-6.234 7.011-10.5 7.011z'%3E%3C/path%3E%3C/svg%3E");
          background-size: 20px;
          margin: 0 0 0.5rem; }
  .product .card .card-body, .productCarousel-slide .card .card-body {
    padding: 12px 0 13px;
    position: relative;
    text-align: left; }
    @media (min-width: 551px) {
      .product .card .card-body, .productCarousel-slide .card .card-body {
        padding: 12px 9.5px 13px; } }
    .product .card .card-body .card-brand, .productCarousel-slide .card .card-body .card-brand {
      font-size: 13px;
      font-family: "Overpass", Arial, Helvetica, sans-serif;
      line-height: 25px;
      letter-spacing: 0.25px;
      color: #151515;
      font-weight: 400;
      margin-bottom: 5px; }
    .product .card .card-body .card-title, .productCarousel-slide .card .card-body .card-title {
      font-family: "roboto", Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 700;
      margin: 0 0 10px;
      min-height: 45px;
      line-height: 21px;
      text-align: left; }
    .product .card .card-body .card-options, .productCarousel-slide .card .card-body .card-options {
      margin: 0 0 0.8rem;
      min-height: 24px; }
      .product .card .card-body .card-options .form-option-wrapper label.form-option, .productCarousel-slide .card .card-body .card-options .form-option-wrapper label.form-option {
        border-color: #E3E3E2;
        border-radius: 5px;
        margin: 0 0.2rem 0 0;
        pointer-events: none; }
        .product .card .card-body .card-options .form-option-wrapper label.form-option .form-option-variant, .productCarousel-slide .card .card-body .card-options .form-option-wrapper label.form-option .form-option-variant {
          color: #525252;
          display: block;
          font-size: 13px;
          line-height: 12px;
          margin-top: 4px;
          min-width: 1.975rem;
          padding: 1px 0.275rem; }
    .product .card .card-body .additional-feature, .productCarousel-slide .card .card-body .additional-feature {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' %3E%3Cg%3E%3Ccircle fill='%23CA9A5C' cx='16' cy='16' r='15.2'/%3E%3Cg%3E%3Cpath d='M16.8,29.3c-0.5,0-1.1,0-1.7,0c-0.4,0-0.6-0.1-1-0.1c-2.6-0.4-5-1.4-7-3.2c-2.3-2.1-3.7-4.6-4.3-7.7c-0.1-0.5-0.2-1-0.2-1.5s0-1.1,0-1.7c0-0.1,0-0.2,0.1-0.3C2.9,14.4,2.9,14,3,13.5C3.7,10,5.5,7.1,8.5,5.1c2.9-2,6.2-2.7,9.7-2.2c3.4,0.6,6.3,2.3,8.4,5.1c2.2,2.9,3.1,6.2,2.6,9.8c-0.4,2.7-1.5,5-3.2,7c-2,2.3-4.6,3.7-7.6,4.3C17.8,29.1,17.3,29.2,16.8,29.3zM16,27.6c6.4,0,11.6-5.3,11.6-11.6S22.4,4.4,16,4.4C9.6,4.4,4.4,9.6,4.4,16S9.6,27.6,16,27.6z'/%3E%3Cpath d='M13.5,19.1c0.1-0.2,0.2-0.3,0.3-0.3c2.5-2.5,4.9-4.9,7.4-7.4c0.2-0.2,0.4-0.3,0.5-0.4c0.4-0.1,0.6,0.1,0.8,0.4s0.2,0.6,0,1c-0.1,0.1-0.1,0.2-0.2,0.2c-2.7,2.7-5.4,5.4-8.1,8.1c-0.5,0.5-0.9,0.5-1.4,0c-1.1-1.1-2.1-2.1-3.2-3.2C9.1,17,9.3,16.3,10,16.1c0.4-0.1,0.6,0,0.9,0.3c0.8,0.8,1.7,1.7,2.5,2.5C13.4,18.8,13.4,18.9,13.5,19.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position: left 1px;
      background-repeat: no-repeat;
      background-size: 15px;
      padding-left: 18px;
      display: flex;
      flex-wrap: wrap;
      font-size: 13px;
      margin: 0 0 10px;
      color: #151515; }
      .product .card .card-body .additional-feature span:nth-child(2), .productCarousel-slide .card .card-body .additional-feature span:nth-child(2) {
        padding-left: 0.3rem; }
        .product .card .card-body .additional-feature span:nth-child(2):before, .productCarousel-slide .card .card-body .additional-feature span:nth-child(2):before {
          content: "|";
          font-size: 8px;
          margin-right: 0.3rem; }
    .product .card .card-body .card-price, .productCarousel-slide .card .card-body .card-price {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 0 15px; }
      .product .card .card-body .card-price .price-section, .productCarousel-slide .card .card-body .card-price .price-section {
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 22px; }
        .product .card .card-body .card-price .price-section .price-now-label, .productCarousel-slide .card .card-body .card-price .price-section .price-now-label {
          display: none; }
        .product .card .card-body .card-price .price-section.rrp-price--withoutTax, .productCarousel-slide .card .card-body .card-price .price-section.rrp-price--withoutTax {
          color: #8D0000;
          font-weight: 400; }
        .product .card .card-body .card-price .price-section .price--withoutTax, .productCarousel-slide .card .card-body .card-price .price-section .price--withoutTax {
          color: #151515;
          font-weight: 700; }
        .product .card .card-body .card-price .price-section.non-sale-price--withoutTax, .productCarousel-slide .card .card-body .card-price .price-section.non-sale-price--withoutTax {
          display: none; }
  .product .card .card-action, .productCarousel-slide .card .card-action {
    bottom: -130px;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
    .product .card .card-action a, .productCarousel-slide .card .card-action a {
      background-color: #151515;
      border-color: #151515;
      border-radius: 0 0 5px;
      color: #fff;
      font-size: 12px;
      padding: 0.375rem 2.25rem; }
      .product .card .card-action a:hover, .productCarousel-slide .card .card-action a:hover {
        background-color: #CA9A5C;
        border-color: #CA9A5C;
        color: #151515; }
  .product .card:hover, .productCarousel-slide .card:hover {
    border-color: #CA9A5C;
    margin: 0; }
    .product .card:hover .card-figure .card-figcaption, .productCarousel-slide .card:hover .card-figure .card-figcaption {
      right: 0;
      transition: 0.2s; }
    .product .card:hover .card-action, .productCarousel-slide .card:hover .card-action {
      bottom: -32px; }

.productView {
  margin: 0; }
  .productView .product-details-wrap {
    display: flex;
    flex-wrap: wrap; }
    .productView .product-details-wrap:before, .productView .product-details-wrap:after {
      content: "";
      display: table;
      clear: both; }
    .productView .product-details-wrap .product-left {
      width: 100%;
      height: 100%; }
      @media (min-width: 801px) {
        .productView .product-details-wrap .product-left {
          top: 117px;
          position: sticky;
          width: calc(100% - 420px); } }
      @media (min-width: 1261px) {
        .productView .product-details-wrap .product-left {
          width: calc(100% - 530px); } }
      .productView .product-details-wrap .product-left:before, .productView .product-details-wrap .product-left:after {
        content: "";
        display: table;
        clear: both; }
      .productView .product-details-wrap .product-left .productView-title {
        color: #151515;
        display: block;
        font-family: "Roboto", sans-serif;
        font-size: 21px;
        letter-spacing: 0.5px;
        line-height: 25px;
        margin: 36px 0 7px;
        text-align: center; }
        @media (min-width: 801px) {
          .productView .product-details-wrap .product-left .productView-title {
            display: none; } }
      .productView .product-details-wrap .product-left .productView-brand {
        display: block;
        font-size: 13px;
        color: #151515;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
        margin: 0 0 0.75rem;
        font-family: "Overpass", sans-serif; }
        .productView .product-details-wrap .product-left .productView-brand a {
          color: #151515; }
        @media (min-width: 801px) {
          .productView .product-details-wrap .product-left .productView-brand {
            display: none; } }
      .productView .product-details-wrap .product-left .productView-images {
        margin: 0;
        padding: 0;
        width: 100%; }
        .productView .product-details-wrap .product-left .productView-images .productView-image .productView-img-container {
          max-width: unset; }
          .productView .product-details-wrap .product-left .productView-images .productView-image .productView-img-container:after {
            padding-bottom: 80%; }
        .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .slick-next {
          width: 26px;
          height: 26px;
          margin-top: 0; }
          .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .slick-next:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.2 41.2'%3E%3Ccircle fill='%23FFFFFF' stroke='%235A5B5E' stroke-width='1.2' cx='20.6' cy='20.6' r='20'/>%3Cpath fill='%235A5B5E' d='M17.2,13.1c0.1-0.1,0.2-0.1,0.3-0.1s0.2,0,0.3,0.1l7.5,7.5c0.1,0.1,0.1,0.2,0.1,0.3s0,0.2-0.1,0.3l-7.5,7.5c-0.1,0.1-0.2,0.1-0.3,0.1s-0.2,0-0.3-0.1L17,28.3c-0.1-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3l6.9-6.9L17,14c-0.1-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3L17.2,13.1z'/>%3C/svg%3E");
            width: 26px;
            height: 26px; }
        .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .slick-prev {
          width: 26px;
          height: 26px;
          margin-top: 0; }
          .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .slick-prev:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.2 41.2'%3E%3Ccircle fill='%23FFFFFF' stroke='%235A5B5E' stroke-width='1.2' cx='20.6' cy='20.6' r='20'/%3E%3Cpath fill='%235A5B5E' d='M24.2,13.4c0.1,0.1,0.1,0.2,0.1,0.3s0,0.2-0.1,0.3l-6.9,6.9l6.9,6.9c0.1,0.1,0.1,0.2,0.1,0.3s0,0.2-0.1,0.3L24,28.6c-0.1,0.1-0.2,0.1-0.3,0.1s-0.2,0-0.3-0.1L16,21.1c-0.1-0.1-0.1-0.2-0.1-0.3s0-0.2,0.1-0.3l7.5-7.5c0.1-0.1,0.2-0.1,0.3-0.1s0.2,0,0.3,0.1L24.2,13.4z'/%3E%3C/svg%3E");
            width: 26px;
            height: 26px; }
        .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .carousel-tooltip {
          margin: 0;
          display: none; }
        .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .productView-thumbnail {
          padding: 0;
          margin: 0;
          border-radius: 5px;
          border: 1px solid transparent; }
          .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            border: 1px solid #ffffff;
            padding: 0;
            max-width: calc(100% - 10px);
            border-radius: 5px;
            height: 83px; }
            .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
              border-color: #707070; }
            .productView .product-details-wrap .product-left .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
              width: 100%;
              object-fit: cover;
              border-radius: 5px;
              object-position: center center; }
    .productView .product-details-wrap .product-right {
      width: 100%;
      margin: 0 0 0 auto; }
      @media (min-width: 801px) {
        .productView .product-details-wrap .product-right {
          width: 400px;
          max-width: 400px; } }
      @media (min-width: 1261px) {
        .productView .product-details-wrap .product-right {
          width: 450px;
          max-width: 450px; } }
      .productView .product-details-wrap .product-right:before, .productView .product-details-wrap .product-right:after {
        content: "";
        display: table;
        clear: both; }
      .productView .product-details-wrap .product-right .productView-details {
        width: 100%;
        padding: 0 0 22px 0; }
        .productView .product-details-wrap .product-right .productView-details.product-data {
          padding: 0 0 22px 0; }
        .productView .product-details-wrap .product-right .productView-details.product-options {
          padding: 0; }
        .productView .product-details-wrap .product-right .productView-details .productView-product {
          padding-bottom: 16px;
          border-bottom: 1px solid #E3E3E2; }
          .productView .product-details-wrap .product-right .productView-details .productView-product .productView-title {
            margin: 0 0 7px;
            font-size: 21px;
            color: #151515;
            line-height: 25px;
            letter-spacing: .2px;
            font-family: "Roboto", sans-serif;
            display: none; }
            @media (min-width: 801px) {
              .productView .product-details-wrap .product-right .productView-details .productView-product .productView-title {
                display: block; } }
          .productView .product-details-wrap .product-right .productView-details .productView-product .productView-brand {
            margin: 0;
            font-size: 13px;
            color: #151515;
            font-weight: 400;
            line-height: 15px;
            font-family: "Overpass", sans-serif;
            display: none; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-brand a {
              color: #151515; }
            @media (min-width: 801px) {
              .productView .product-details-wrap .product-right .productView-details .productView-product .productView-brand {
                display: block; } }
          .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            line-height: 22px;
            margin: 29px 0 22px 0;
            align-items: center; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price .price-section .price-now-label {
              display: none !important; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price .price-section .price--withoutTax {
              color: #151515;
              font-size: 18px;
              font-weight: 700;
              line-height: 22px;
              font-family: "Roboto Condensed", sans-serif; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price .price-section.non-sale-price--withoutTax {
              display: none !important; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price .price-section.rrp-price--withoutTax span {
              font-size: 13px;
              color: #8D0000;
              font-weight: 400;
              line-height: 25px;
              font-family: "Overpass", sans-serif; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price .price-section.rrp-price--withoutTax .price--rrp {
              font-size: 13px;
              color: #8D0000;
              font-weight: 400;
              line-height: 25px;
              font-family: "Overpass", sans-serif; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-price .price-section--saving {
              display: none !important; }
          .productView .product-details-wrap .product-right .productView-details .productView-product .productView-info .productView-info-name {
            display: none; }
          .productView .product-details-wrap .product-right .productView-details .productView-product .productView-info .productView-info-value {
            font-size: 13px;
            margin: 0 0 10px;
            font-weight: 400;
            color: #151515;
            line-height: 15px;
            font-family: "Roboto", sans-serif; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-info .productView-info-value:empty {
              margin: 0; }
            .productView .product-details-wrap .product-right .productView-details .productView-product .productView-info .productView-info-value:last-child {
              margin: 0; }
          .productView .product-details-wrap .product-right .productView-details .productView-product .productView-info .tick-shipping {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 5px 0 0;
            background: url('data:image/svg+xml,<svg viewBox="0 -0.5 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="https://cdn11.bigcommerce.com/s-2684pxp0db/stencil/18ec1980-f73c-013d-25b4-1e1bf69de92a/e/e5870200-2409-013e-124a-36ca4020c5ad/css/0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M5.5 12.5L10.167 17L19.5 8" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>'), #CA9A5C;
            border-radius: 100px;
            background-size: 100%;
            vertical-align: middle;
            border: 1px solid #000;
            background-repeat: no-repeat;
            background-position: center center; }
        .productView .product-details-wrap .product-right .productView-details.product-options .productView-options {
          margin: 0; }
          .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form span[data-option-value=""] {
            font-size: 13px;
            color: #525252;
            font-weight: 400;
            line-height: 25px;
            margin: 0 0 0 10px;
            display: inline-block;
            vertical-align: middle;
            font-family: "Overpass", sans-serif; }
          .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-label {
            text-align: left;
            font-size: 15px;
            color: #151515;
            font-weight: 700;
            margin-bottom: 8px;
            font-family: "Overpass", sans-serif; }
            @media (min-width: 801px) {
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-label {
                margin-bottom: 9px; } }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-label small {
              margin: 0;
              font-size: 13px;
              color: #8D0000;
              font-weight: 400;
              line-height: 25px;
              display: inline-block;
              vertical-align: middle;
              font-family: "Overpass", sans-serif; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-label.learn-more-label-wrap {
              position: relative; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-label.learn-more-label-wrap .form-label-text {
                display: block;
                padding-right: 100px; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-label.learn-more-label-wrap .learn-more-label {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' %3E%3Ccircle fill='%23CA9A5C' cx='7' cy='7' r='https://cdn11.bigcommerce.com/s-2684pxp0db/stencil/18ec1980-f73c-013d-25b4-1e1bf69de92a/e/e5870200-2409-013e-124a-36ca4020c5ad/css/7'/%3E%3Cpath fill='%23151515' d='M7,0.8c1.1,0,2.2,0.3,3.1,0.9S11.9,3,12.4,4s0.9,2,0.9,3.1s-0.3,2.2-0.9,3.1s-1.3,1.7-2.3,2.3s-2,0.9-3.1,0.9c-1.1,0-2.2-0.3-3.1-0.9s-1.7-1.3-2.3-2.3s-0.9-2-0.9-3.1S1,4.9,1.6,4s1.3-1.7,2.3-2.3S5.9,0.8,7,0.8z M7,12.2c0.9,0,1.8-0.2,2.5-0.7s1.4-1.1,1.9-1.9s0.7-1.6,0.7-2.5s-0.2-1.8-0.7-2.5s-1.1-1.4-1.9-1.9S7.9,2,7,2S5.2,2.3,4.5,2.7S3.1,3.8,2.6,4.6S1.9,6.2,1.9,7.1s0.2,1.8,0.7,2.5s1.1,1.4,1.9,1.9S6.1,12.2,7,12.2z M9.7,5.7c0-0.4-0.1-0.8-0.4-1.1S8.8,4,8.4,3.8S7.6,3.5,7.2,3.5c-0.6,0-1.1,0.1-1.5,0.3s-0.8,0.6-1.1,1c0,0.1,0,0.1,0,0.2s0,0.2,0.1,0.2l0.7,0.5c0.1,0.1,0.1,0.1,0.2,0.1s0.1-0.1,0.2-0.1C6,5.5,6.2,5.3,6.3,5.2C6.5,5.1,6.8,5,7,5s0.5,0.1,0.7,0.2S8,5.5,8,5.7C8,5.9,8,6,7.9,6.1C7.8,6.2,7.6,6.3,7.3,6.5l-0.1,0C6.9,6.7,6.7,6.9,6.5,7C6.2,7.3,6.1,7.6,6.1,8v0.2c0,0.1,0,0.2,0.1,0.2s0.1,0.1,0.2,0.1h1.2c0.1,0,0.2,0,0.2-0.1s0.1-0.1,0.1-0.2V8.1c0-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.4-0.3c0.4-0.2,0.7-0.4,0.8-0.6C9.6,6.6,9.7,6.2,9.7,5.7z M8.1,10c0-0.3-0.1-0.5-0.3-0.7S7.3,8.9,7,8.9S6.5,9,6.3,9.2S5.9,9.7,5.9,10s0.1,0.5,0.3,0.7S6.7,11,7,11s0.5-0.1,0.7-0.3S8.1,10.3,8.1,10z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: top 2px left;
                padding-left: 17px;
                background-size: 14px;
                font-size: 13px;
                font-weight: normal;
                position: absolute;
                right: 0;
                top: 0;
                text-decoration: underline; }
          .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field {
            text-align: left;
            margin-bottom: 22px; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field input:focus + label {
              outline: 0px solid #0f7fff !important;
              outline-offset: 0px !important; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field.attribute_rectangle .form-option-wrapper .form-option {
              font-size: 13px;
              line-height: 25px;
              font-family: "Overpass", sans-serif;
              font-weight: 700;
              background-color: #F2F1F0;
              border: 1.2px solid #E3E3E2;
              border-radius: 20px;
              padding: 6px 10px 4px;
              min-width: 56px; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field.attribute_rectangle .form-option-wrapper .form-radio:checked + .form-option {
              background-color: #151515;
              color: #fff;
              border-color: transparent; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field--set-rectangle .form-option-wrapper .form-radio:checked + .form-option {
              outline: 0;
              color: #fff;
              box-shadow: none;
              background: #151515;
              border-color: #151515; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field--set-rectangle .form-option-wrapper .form-option {
              font-size: 13px;
              font-weight: 700;
              color: #151515;
              line-height: 14px;
              padding: 6px 10px;
              margin: 0 4px 4px 0;
              border-radius: 100px;
              background: #F2F1F0;
              border: 1px solid #E3E3E2;
              font-family: "Overpass", sans-serif; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field--set-rectangle .form-option-wrapper .form-option span {
                padding: 0;
                font-size: 13px;
                line-height: 14px; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] {
              margin-bottom: 22px; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option {
                outline: 0;
                padding: 4px;
                border-radius: 100px;
                border: 1px solid #151515; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch {
                padding: 4px;
                margin: 0 2px 6px 0;
                border: 1px solid transparent; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-variant {
                border: 1px solid #cdcdcd;
                border-radius: 100px; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-expanded {
                border-radius: 100px;
                left: calc(100% + 30px);
                display: none; }
                @media (min-width: 801px) {
                  .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-expanded {
                    display: block; } }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field[data-product-attribute="swatch"] .form-option-wrapper .form-option-expanded .form-option-image {
                  border-radius: 100px; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form .form-field .form-select {
              width: 100%;
              height: unset;
              display: block;
              font-size: 15px;
              font-weight: 400;
              max-width: unset;
              color: #151515;
              line-height: 18px;
              padding: 14px 20px;
              border-radius: 100px;
              background-color: #F2F1F0;
              border: 1px solid #E3E3E2;
              font-family: "Overpass", sans-serif;
              background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="https://cdn11.bigcommerce.com/s-2684pxp0db/stencil/18ec1980-f73c-013d-25b4-1e1bf69de92a/e/e5870200-2409-013e-124a-36ca4020c5ad/css/0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7071 14.7071C12.3166 15.0976 11.6834 15.0976 11.2929 14.7071L6.29289 9.70711C5.90237 9.31658 5.90237 8.68342 6.29289 8.29289C6.68342 7.90237 7.31658 7.90237 7.70711 8.29289L12 12.5858L16.2929 8.29289C16.6834 7.90237 17.3166 7.90237 17.7071 8.29289C18.0976 8.68342 18.0976 9.31658 17.7071 9.70711L12.7071 14.7071Z" fill="%23000000"></path></g></svg>');
              background-position: center right 28px; }
          .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist {
            display: block;
            margin-top: 1rem;
            width: 100%;
            text-align: right; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist .button {
              width: auto;
              text-align: right;
              text-decoration: underline;
              letter-spacing: 0.33px;
              color: #151515;
              border: none;
              padding: 0;
              margin: 0;
              text-transform: none;
              font-family: "Overpass", sans-serif;
              font-size: 13px;
              line-height: normal;
              border-radius: 0; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist .button .icon {
                height: 8px;
                width: 10px;
                margin-top: 4px;
                margin-left: 6px; }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist .button .icon svg {
                  stroke: #151515;
                  fill: #151515; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist #wishlist-dropdown {
              border: 1px solid #151515; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist #wishlist-dropdown.is-open {
                padding-right: 0;
                width: fit-content !important;
                right: 0;
                background-color: #151515;
                top: 22px !important; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist #wishlist-dropdown .button {
                display: block;
                background-color: #151515;
                color: #fff;
                padding: 4px 10px;
                text-decoration: none; }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .form.form-wishlist #wishlist-dropdown .button:hover {
                  background-color: #fff;
                  color: #151515; }
          .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper {
            display: flex;
            gap: 13px;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: flex-start; }
            @media (min-width: 551px) {
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper {
                align-items: end;
                flex-direction: row; } }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-field {
              margin: 0;
              text-align: left;
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%; }
              @media (min-width: 551px) {
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-field {
                  width: auto;
                  display: block; } }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-field .form-label {
                margin-bottom: 0;
                width: calc(100% - 135px); }
                @media (min-width: 551px) {
                  .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-field .form-label {
                    width: auto;
                    margin-bottom: 9px; } }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment {
              border: 0;
              border-radius: 100px;
              display: inline-block;
              background: #F2F1F0; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon {
                border: 0;
                padding: 0;
                width: 43px;
                height: 47px;
                display: inline-flex;
                align-items: center;
                justify-content: center; }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon .icon {
                  width: 11px;
                  height: 11px; }
                  .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon .icon svg {
                    width: 100%;
                    height: 100%;
                    fill: #151515; }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon[data-action="dec"] {
                  border-top-right-radius: 0;
                  border: 1px solid #E3E3E2;
                  border-bottom-right-radius: 0; }
                  .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon[data-action="dec"]:hover {
                    border-color: #151515;
                    background-color: #fff; }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon[data-action="inc"] {
                  border-top-left-radius: 0;
                  border: 1px solid #E3E3E2;
                  border-bottom-left-radius: 0; }
                  .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .button.button--icon[data-action="inc"]:hover {
                    border-color: #151515;
                    background-color: #fff; }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .form-increment .form-input {
                width: 43px;
                height: 47px;
                border-left: 0;
                border-right: 0;
                border-radius: 0;
                background-color: #F2F1F0;
                border-top: 1px solid #E3E3E2;
                border-bottom: 1px solid #E3E3E2; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
              margin: 0;
              padding: 0;
              width: 100%; }
              @media (min-width: 551px) {
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
                  width: calc(100% - 150px); } }
              .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons .form-action .button {
                color: #fff;
                font-size: 15px;
                padding: 11.5px 5px;
                font-weight: 700;
                line-height: 22px;
                border-color: #151515;
                background-color: #151515;
                font-family: "Roboto", sans-serif; }
                .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-buttons .form-action .button:hover {
                  color: #151515;
                  background-color: #fff; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .alertBox {
              width: 100%; }
            .productView .product-details-wrap .product-right .productView-details.product-options .productView-options .add-to-cart-wrapper .add-to-cart-wallet-buttons {
              margin: 0; }
        .productView .product-details-wrap .product-right .productView-details .purchase-benifits {
          display: flex;
          gap: 15px;
          padding: 0 0 40px;
          flex-wrap: wrap;
          justify-content: space-around;
          border-bottom: 1px solid #E3E3E2; }
          .productView .product-details-wrap .product-right .productView-details .purchase-benifits .benifit-inner {
            display: flex;
            gap: 11px;
            text-align: center;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            width: calc(25% - 10px); }
            .productView .product-details-wrap .product-right .productView-details .purchase-benifits .benifit-inner .benifit-icon {
              display: inline-block;
              width: 53px;
              height: 53px; }
              .productView .product-details-wrap .product-right .productView-details .purchase-benifits .benifit-inner .benifit-icon svg {
                width: 100%;
                height: 100%; }
            .productView .product-details-wrap .product-right .productView-details .purchase-benifits .benifit-inner .benifit-title {
              font-size: 15px;
              font-weight: 700;
              color: #151515;
              line-height: 18px;
              font-family: "Overpass", sans-serif; }
              .productView .product-details-wrap .product-right .productView-details .purchase-benifits .benifit-inner .benifit-title:hover {
                color: #CA9A5C; }

.productView-description-wrap {
  margin: 64px 0;
  padding: 41px 0;
  background-color: #151515; }
  @media (min-width: 801px) {
    .productView-description-wrap {
      padding: 43px 0 64px 0; } }
  .productView-description-wrap:before, .productView-description-wrap:after {
    contain: '';
    clear: both;
    display: table;
    width: 100%; }
  .productView-description-wrap .prod-details-title {
    color: #fff;
    font-size: 26px;
    margin: 0 0 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1px;
    text-transform: none;
    font-family: "Roboto", sans-serif; }
    @media (min-width: 801px) {
      .productView-description-wrap .prod-details-title {
        margin: 0 0 43px; } }
  .productView-description-wrap .productView-description {
    background-color: #fff;
    padding: 0;
    float: none; }
    @media (min-width: 801px) {
      .productView-description-wrap .productView-description {
        padding: 40px 100px; } }
    .productView-description-wrap .productView-description:before, .productView-description-wrap .productView-description:after {
      contain: '';
      clear: both;
      display: table;
      width: 100%; }
    .productView-description-wrap .productView-description .tabs {
      margin: 0;
      padding: 24px;
      border: 1px solid #E3E3E2;
      background-color: #F2F1F0;
      text-align: center; }
      @media (min-width: 801px) {
        .productView-description-wrap .productView-description .tabs {
          padding: 8px;
          border-radius: 100px; } }
      .productView-description-wrap .productView-description .tabs .tab {
        border: 0;
        border-radius: 100px;
        transition: .2s all ease; }
        @media (min-width: 801px) {
          .productView-description-wrap .productView-description .tabs .tab {
            float: none;
            display: inline-block; } }
        .productView-description-wrap .productView-description .tabs .tab .tab-title {
          font-size: 15px;
          font-weight: 700;
          color: #151515;
          line-height: 22px;
          padding: 12.5px 20px;
          text-align: center;
          transition: .2s all ease;
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          letter-spacing: 1.5px; }
        .productView-description-wrap .productView-description .tabs .tab:hover {
          transition: .2s all ease;
          background-color: #CA9A5C; }
        .productView-description-wrap .productView-description .tabs .tab.is-active {
          transition: .2s all ease;
          background-color: #151515; }
          .productView-description-wrap .productView-description .tabs .tab.is-active .tab-title {
            transition: .2s all ease;
            color: #fff; }
        .productView-description-wrap .productView-description .tabs .tab + .tab {
          margin-top: 5px; }
          @media (min-width: 801px) {
            .productView-description-wrap .productView-description .tabs .tab + .tab {
              margin-top: 0;
              margin-left: 15px; } }
    .productView-description-wrap .productView-description .tabs-contents {
      margin: 52px 0 0 0; }
      .productView-description-wrap .productView-description .tabs-contents .tab-content {
        padding: 0 20px; }
        @media (min-width: 801px) {
          .productView-description-wrap .productView-description .tabs-contents .tab-content {
            padding: 0; } }
        .productView-description-wrap .productView-description .tabs-contents .tab-content h1, .productView-description-wrap .productView-description .tabs-contents .tab-content h2, .productView-description-wrap .productView-description .tabs-contents .tab-content h3, .productView-description-wrap .productView-description .tabs-contents .tab-content h4, .productView-description-wrap .productView-description .tabs-contents .tab-content h5, .productView-description-wrap .productView-description .tabs-contents .tab-content h6 {
          margin: 0 0 1rem; }
        .productView-description-wrap .productView-description .tabs-contents .tab-content .productView-description {
          padding: 0; }
          .productView-description-wrap .productView-description .tabs-contents .tab-content .productView-description h3:first-child, .productView-description-wrap .productView-description .tabs-contents .tab-content .productView-description p:first-child, .productView-description-wrap .productView-description .tabs-contents .tab-content .productView-description div:first-child, .productView-description-wrap .productView-description .tabs-contents .tab-content .productView-description span:first-child, .productView-description-wrap .productView-description .tabs-contents .tab-content .productView-description *:first-child {
            margin-top: 0; }
      .productView-description-wrap .productView-description .tabs-contents .productCarousel .slick-arrow.slick-disabled {
        opacity: 1; }
        .productView-description-wrap .productView-description .tabs-contents .productCarousel .slick-arrow.slick-disabled:before {
          opacity: 1; }

.related-tabs-wrap {
  margin-bottom: 80px; }
  .related-tabs-wrap .customers-loved-title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    color: #151515;
    line-height: 30px;
    font-family: "Roboto", sans-serif; }
  .related-tabs-wrap .tabs-contents {
    margin-bottom: 0px; }
    .related-tabs-wrap .tabs-contents .tab-content {
      padding-top: 31px; }
    .related-tabs-wrap .tabs-contents .productCarousel {
      margin: 0; }
      .related-tabs-wrap .tabs-contents .productCarousel .slick-arrow.slick-disabled {
        opacity: 1; }
        .related-tabs-wrap .tabs-contents .productCarousel .slick-arrow.slick-disabled:before {
          opacity: 1; }
      .related-tabs-wrap .tabs-contents .productCarousel .carousel-tooltip {
        margin: 0;
        display: none; }

#modal-installation-info .modal-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.2 61.2' %3E%3Cg transform='translate(0.6 0.741)'%3E%3Ccircle cx='30' cy='30' r='30' transform='translate(0 -0.141)' fill='%23fff' stroke='%235a5b5e' stroke-width='1.2'/%3E%3Cg transform='translate(-12.19 -4.937)'%3E%3Cpath d='M34.444,46H5.556c-.307,0-.556.37-.556.825s.249.826.556.826H34.444c.307,0,.556-.37.556-.826S34.751,46,34.444,46Z' transform='translate(60.968 -12.267) rotate(45)' fill='%2343505f'/%3E%3Cpath d='M29.444,1.651H.556C.249,1.651,0,1.281,0,.826S.249,0,.556,0H29.444c.307,0,.556.37.556.826S29.751,1.651,29.444,1.651Z' transform='translate(53.19 24.963) rotate(135)' fill='%2343505f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  font-size: 0;
  width: 60px;
  height: 60px; }
  #modal-installation-info .modal-close:before, #modal-installation-info .modal-close:after {
    display: none; }

#modal-installation-info .installation-infoDetails {
  margin-top: 1rem;
  text-align: center; }
  #modal-installation-info .installation-infoDetails .icon {
    width: 80px;
    height: 80px; }
  #modal-installation-info .installation-infoDetails h2 {
    font-family: "roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 3rem; }
  #modal-installation-info .installation-infoDetails p {
    margin: 0 auto 1.5rem;
    max-width: 800px;
    text-align: left; }

.tab-content .productView-info .customfield-name {
  color: #151515;
  font-family: "Bebas Neue",Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: .75rem;
  font-size: 21px; }

.tabs-contents h1 {
  font-size: 34px; }

#tab-support article {
  max-width: 450px;
  margin: 0 auto 1rem;
  width: 100%; }

@media (min-width: 801px) {
  #previewModal .previewCart .previewCartCheckout {
    width: 28%; } }

#previewModal .previewCart .previewCartCheckout-subtotal .previewCartCheckout-price {
  font-size: 25px; }

@media (min-width: 801px) {
  #previewModal .previewCart .productView {
    float: none;
    flex-direction: row;
    width: 72%; } }

#previewModal .previewCart .productView .productView-title {
  font-size: 36px;
  line-height: 2.6rem; }

.previewCart .previewCartItem-brand, .previewCart .previewCartItem-name {
  font-family: "Roboto", sans-serif; }

.previewCart .previewCartItem-brand, .previewCart .previewCartItem-price {
  font-size: 12px; }

table.cart .cart-list .cart-item .cart-item-brand {
  font-size: 12px; }

table.cart .cart-list .cart-item .cart-item-name {
  font-family: "Roboto", sans-serif; }

table.cart .cart-list .cart-item .cart-item-quantity .form-increment .button {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; }
  table.cart .cart-list .cart-item .cart-item-quantity .form-increment .button .icon {
    height: 10px;
    width: 10px; }

.previewCart .productView-info {
  margin-bottom: 1rem; }
  .previewCart .productView-info .productView-info-name {
    margin: 0;
    font-size: 20px; }

.custom-blog .page {
  margin: 0; }

.custom-blog .body {
  margin-bottom: 0; }

.main-blog-banner {
  background-color: #F2F1F0;
  padding: 20px 0; }
  .main-blog-banner .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 280px;
    max-width: 630px;
    margin: 0 auto;
    text-align: center; }
    .main-blog-banner .inner .page-heading {
      color: #151515;
      font-size: 56px;
      line-height: 52px;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-weight: normal;
      letter-spacing: 2.5px;
      margin: 0;
      text-align: center; }
    .main-blog-banner .inner .blog-short-desc {
      color: #151515;
      font-size: 16px;
      line-height: 24px;
      font-family: "Overpass", sans-serif;
      font-weight: 400;
      letter-spacing: 0.15px;
      margin: 5px 0 0; }

.blog--banner-below {
  border-bottom: 1px solid #E3E3E2;
  padding: 28px 0 26px; }
  .blog--banner-below .blog-tag-nav-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }
    @media (min-width: 551px) {
      .blog--banner-below .blog-tag-nav-tab {
        gap: 20px; } }
    .blog--banner-below .blog-tag-nav-tab .nav---link {
      color: #151515;
      font-size: 15px;
      line-height: 18px;
      font-family: "Overpass", sans-serif;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-decoration: none;
      border: 1px solid #E3E3E2;
      border-radius: 80px;
      padding: 14px 30px;
      text-align: center;
      width: 100%; }
      @media (min-width: 551px) {
        .blog--banner-below .blog-tag-nav-tab .nav---link {
          width: auto; } }
      .blog--banner-below .blog-tag-nav-tab .nav---link:hover, .blog--banner-below .blog-tag-nav-tab .nav---link.is-active {
        background-color: #CA9A5C; }

.blog-main-content {
  padding: 64px 0 0; }
  .blog-main-content .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px; }
    .blog-main-content .inner .blog {
      width: 100%;
      margin: 0;
      border-radius: 5px;
      overflow: hidden; }
      @media (min-width: 551px) {
        .blog-main-content .inner .blog {
          width: calc(50% - 30px); } }
      @media (min-width: 991px) {
        .blog-main-content .inner .blog {
          width: calc(33.334% - 30px); } }
      .blog-main-content .inner .blog + .blog {
        border: 0;
        padding-top: 0; }
      .blog-main-content .inner .blog .blog-post-figure {
        width: 100%; }
        .blog-main-content .inner .blog .blog-post-figure .blog-thumbnail {
          margin: 0;
          max-width: 100%;
          overflow: hidden; }
          .blog-main-content .inner .blog .blog-post-figure .blog-thumbnail a {
            display: block; }
          .blog-main-content .inner .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container {
            max-width: 338px; }
            .blog-main-content .inner .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container:after {
              content: "";
              display: block;
              height: 0;
              padding-bottom: 100%;
              width: 100%; }
            .blog-main-content .inner .blog .blog-post-figure .blog-thumbnail .blog-thumbnail-container img {
              width: 100%;
              bottom: 0;
              left: 0;
              margin: auto;
              position: absolute;
              right: 0;
              top: 0;
              border: 0;
              font-family: "object-fit: contain;";
              max-height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              width: 100%;
              height: 338px; }
      .blog-main-content .inner .blog .blog-post-body {
        width: 100%;
        background-color: #F2F1F0;
        padding: 24px; }
        @media (min-width: 801px) {
          .blog-main-content .inner .blog .blog-post-body {
            padding: 24px 44px; } }
        .blog-main-content .inner .blog .blog-post-body .blog-title {
          font-size: 21px;
          line-height: 26px;
          font-weight: 700;
          font-family: "roboto", Arial, Helvetica, sans-serif;
          letter-spacing: 0.5px;
          text-transform: capitalize;
          margin: 0 0 12px; }
          .blog-main-content .inner .blog .blog-post-body .blog-title a {
            color: #151515;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -moz-box;
            display: -ms-box;
            display: -o-box;
            display: -webkit-box;
            -moz-line-clamp: 2;
            -ms-line-clamp: 2;
            -o-line-clamp: 2;
            -webkit-line-clamp: 2;
            -ms-box-orient: vertical;
            -o-box-orient: vertical;
            -webkit-box-orient: vertical; }
            .blog-main-content .inner .blog .blog-post-body .blog-title a:hover {
              color: #CA9A5C; }
        .blog-main-content .inner .blog .blog-post-body .blog-post {
          text-align: center; }
          .blog-main-content .inner .blog .blog-post-body .blog-post .tags {
            margin: 0; }
            .blog-main-content .inner .blog .blog-post-body .blog-post .tags .tag {
              font-size: 13px;
              line-height: 25px;
              font-weight: 400;
              font-family: "Overpass", sans-serif;
              letter-spacing: 0.25px;
              color: #151515;
              position: relative; }
              .blog-main-content .inner .blog .blog-post-body .blog-post .tags .tag:last-child:after {
                display: none; }
              .blog-main-content .inner .blog .blog-post-body .blog-post .tags .tag:after {
                content: "";
                height: 12px;
                width: 1px;
                background-color: #151515;
                position: absolute;
                top: 5px; }
              .blog-main-content .inner .blog .blog-post-body .blog-post .tags .tag a {
                padding: 0 5px;
                color: #151515; }
                .blog-main-content .inner .blog .blog-post-body .blog-post .tags .tag a:hover {
                  color: #CA9A5C; }
          .blog-main-content .inner .blog .blog-post-body .blog-post .read-more {
            font-size: 18px;
            line-height: 22px;
            font-weight: 700;
            font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin: 26px 0 0;
            position: relative;
            text-decoration: none;
            display: inline-block; }
            .blog-main-content .inner .blog .blog-post-body .blog-post .read-more:hover {
              color: #CA9A5C; }
            .blog-main-content .inner .blog .blog-post-body .blog-post .read-more:after {
              content: "";
              width: 102px;
              height: 2px;
              background-color: #CA9A5C;
              display: block;
              margin: 0 auto; }

.related-blog-posts {
  padding: 70px 0;
  margin-top: 65px;
  background-color: #F2F1F0; }
  .related-blog-posts .related-heading {
    color: #151515;
    font-size: 30px;
    line-height: 35px;
    font-weight: normal;
    letter-spacing: 2.5px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 551px) {
      .related-blog-posts .related-heading {
        font-size: 35px;
        line-height: 38px; } }
    @media (min-width: 801px) {
      .related-blog-posts .related-heading {
        font-size: 48px;
        line-height: 52px;
        margin: 0 0 40px; } }

.single-blog-post .single-post-banner {
  background-color: #151515;
  margin: 0 0 80px; }
  .single-blog-post .single-post-banner .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 62px;
    padding: 30px; }
    @media (min-width: 801px) {
      .single-blog-post .single-post-banner .inner {
        padding: 48px;
        gap: 40px; } }
    .single-blog-post .single-post-banner .inner .box-left {
      max-width: 370px;
      width: 100%; }
    .single-blog-post .single-post-banner .inner .box-right {
      width: 100%; }
      @media (min-width: 801px) {
        .single-blog-post .single-post-banner .inner .box-right {
          width: calc(100% - 370px - 62px); } }
    .single-blog-post .single-post-banner .inner .box .post-info .tags {
      margin: 0 -10px 15px;
      text-align: left; }
      .single-blog-post .single-post-banner .inner .box .post-info .tags .tag {
        color: #CA9A5C;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 0.25px;
        position: relative; }
        .single-blog-post .single-post-banner .inner .box .post-info .tags .tag:last-child:after {
          display: none; }
        .single-blog-post .single-post-banner .inner .box .post-info .tags .tag:after {
          content: "";
          height: 12px;
          width: 2px;
          background-color: #CA9A5C;
          position: absolute;
          top: 5px;
          right: 0px; }
        .single-blog-post .single-post-banner .inner .box .post-info .tags .tag a {
          padding: 0 10px;
          color: #CA9A5C;
          text-transform: uppercase; }
          .single-blog-post .single-post-banner .inner .box .post-info .tags .tag a:hover {
            color: #fff; }
    .single-blog-post .single-post-banner .inner .box .post-info .blog-title {
      color: #ffffff;
      font-size: 35px;
      line-height: 40px;
      font-weight: 400;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      letter-spacing: 0.25px;
      margin: 0 0 8px; }
      @media (min-width: 551px) {
        .single-blog-post .single-post-banner .inner .box .post-info .blog-title {
          font-size: 45px;
          line-height: 46px; } }
      @media (min-width: 801px) {
        .single-blog-post .single-post-banner .inner .box .post-info .blog-title {
          font-size: 56px;
          line-height: 54px; } }
      .single-blog-post .single-post-banner .inner .box .post-info .blog-title a {
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: -webkit-box;
        -moz-line-clamp: 2;
        -ms-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-line-clamp: 2;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-box-orient: vertical; }
        .single-blog-post .single-post-banner .inner .box .post-info .blog-title a:hover {
          color: #CA9A5C; }
    .single-blog-post .single-post-banner .inner .box .post-info .blog-date {
      color: #ffffff;
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.2px;
      text-align: left;
      margin: 0; }
    .single-blog-post .single-post-banner .inner .box .blog-post-figure {
      width: 100%; }
      .single-blog-post .single-post-banner .inner .box .blog-post-figure .blog-thumbnail {
        margin: 0;
        max-width: 100%; }

.single-blog-post .blog .blog-post-body {
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 801px) {
    .single-blog-post .blog .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .single-blog-post .blog .blog-post-body {
      width: 50%; } }
  .single-blog-post .blog .blog-post-body .blog-post h2, .single-blog-post .blog .blog-post-body .blog-post h3 {
    color: #151515;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.15px;
    font-family: "roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 8px; }
  .single-blog-post .blog .blog-post-body .blog-post p {
    color: #151515;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.15px;
    font-family: "Overpass", sans-serif;
    margin: 15px 0; }
  .single-blog-post .blog .blog-post-body .blog-post img {
    margin: 0 0 15px; }

.related-blog-posts.blog-main-content .inner .blog {
  display: none; }
  .related-blog-posts.blog-main-content .inner .blog:nth-child(-n+3) {
    display: block; }

.pool-tables-about .two-column-pool-wrapper {
  margin: 0; }
  .pool-tables-about .two-column-pool-wrapper .inner .banner-description {
    order: 2;
    width: 100%;
    text-align: center; }
    @media (min-width: 801px) {
      .pool-tables-about .two-column-pool-wrapper .inner .banner-description {
        order: 1;
        width: 35%;
        min-height: 520px; } }
    .pool-tables-about .two-column-pool-wrapper .inner .banner-description .banner-detail {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      height: 100%;
      padding: 42px 21px 45px; }
      @media (min-width: 801px) {
        .pool-tables-about .two-column-pool-wrapper .inner .banner-description .banner-detail {
          padding: 25px 33px; } }
    .pool-tables-about .two-column-pool-wrapper .inner .banner-description .main-hd {
      color: #fff;
      font-size: 40px;
      line-height: 65px;
      font-weight: normal;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .pool-tables-about .two-column-pool-wrapper .inner .banner-description .main-hd {
          font-size: 55px; } }
      @media (min-width: 1261px) {
        .pool-tables-about .two-column-pool-wrapper .inner .banner-description .main-hd {
          line-height: 52px;
          font-size: 60px; } }
    .pool-tables-about .two-column-pool-wrapper .inner .banner-description p {
      width: 100%;
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.15px;
      margin: 0; }
      @media (min-width: 1261px) {
        .pool-tables-about .two-column-pool-wrapper .inner .banner-description p {
          width: 375px; } }
    .pool-tables-about .two-column-pool-wrapper .inner .banner-description .button {
      margin: 25px 0 0 0; }
      @media (min-width: 551px) {
        .pool-tables-about .two-column-pool-wrapper .inner .banner-description .button {
          margin: 40px 0 0 0; } }
      .pool-tables-about .two-column-pool-wrapper .inner .banner-description .button:hover .for-simple {
        display: none; }
      .pool-tables-about .two-column-pool-wrapper .inner .banner-description .button:hover .for-hover {
        display: block !important; }
  .pool-tables-about .two-column-pool-wrapper .inner .banner-img {
    order: 1;
    width: 100%; }
    @media (min-width: 801px) {
      .pool-tables-about .two-column-pool-wrapper .inner .banner-img {
        width: 65%;
        min-height: 520px;
        order: 2; } }
    .pool-tables-about .two-column-pool-wrapper .inner .banner-img img {
      width: 100%; }
      @media (min-width: 801px) {
        .pool-tables-about .two-column-pool-wrapper .inner .banner-img img {
          object-fit: cover;
          object-position: center;
          height: 100%; } }

.container-inner {
  font-size: 16px;
  line-height: 25px;
  font-family: "Overpass", sans-serif;
  text-align: center;
  padding: 30px 0 0 0; }
  @media (min-width: 801px) {
    .container-inner {
      padding: 60px 50px 0 50px; } }
  @media (min-width: 801px) {
    .container-inner {
      padding: 80px 165px 0 165px; } }
  .container-inner h3 {
    margin: 0 0 24px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    font-family: "roboto Condensed", Arial, Helvetica, sans-serif; }
  .container-inner p {
    margin: 0; }

.four-column-pool-type {
  background-color: #151515;
  padding: 44px 0;
  margin-top: 64px; }
  @media (min-width: 801px) {
    .four-column-pool-type {
      padding: 62px 0 35px; } }
  .four-column-pool-type .pool-page-heading {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    margin: 0 auto 38px auto; }
    @media (min-width: 801px) {
      .four-column-pool-type .pool-page-heading {
        font-size: 56px;
        line-height: 52px; } }
  .four-column-pool-type .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px; }
    .four-column-pool-type .inner .box {
      width: 100%;
      text-align: center; }
      @media (min-width: 551px) {
        .four-column-pool-type .inner .box {
          width: calc(50% - 24px); } }
      @media (min-width: 801px) {
        .four-column-pool-type .inner .box {
          width: calc(25% - 24px); } }
      .four-column-pool-type .inner .box a {
        display: block;
        text-decoration: none; }
      .four-column-pool-type .inner .box .image-detail {
        display: block;
        border-radius: 5px;
        overflow: hidden;
        position: relative; }
        .four-column-pool-type .inner .box .image-detail:after {
          content: "";
          position: absolute;
          top: inherit;
          bottom: 0;
          left: 0;
          right: 0;
          height: 40%; }
        .four-column-pool-type .inner .box .image-detail img {
          width: 100%; }
      .four-column-pool-type .inner .box .text-info {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        margin: 15px 0 0; }
  .four-column-pool-type .pool-btn {
    margin: 63px 0 0 0;
    border-top: 1px solid #525252;
    text-align: center; }
    .four-column-pool-type .pool-btn .shop-now-btn {
      margin-top: 36px; }
      .four-column-pool-type .pool-btn .shop-now-btn .button {
        margin: 0; }

.pool-table-props {
  padding: 44px 0; }
  @media (min-width: 801px) {
    .pool-table-props {
      padding: 64px 0; } }
  .pool-table-props .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px; }
    .pool-table-props .inner .box {
      width: 100%; }
      @media (min-width: 801px) {
        .pool-table-props .inner .box {
          width: calc(50% - 12px); } }
      .pool-table-props .inner .box a {
        display: block;
        text-decoration: none; }
        .pool-table-props .inner .box a:hover {
          opacity: 0.8; }
      .pool-table-props .inner .box .image-detail {
        display: block; }
        .pool-table-props .inner .box .image-detail img {
          display: block;
          width: 100%;
          border-radius: 5px 5px 0 0; }
      .pool-table-props .inner .box .text-info {
        background-color: #fcfaf7;
        display: block;
        padding: 20px;
        text-align: center;
        border-radius: 0 0 5px 5px; }
        @media (min-width: 801px) {
          .pool-table-props .inner .box .text-info {
            padding: 30px 27px; } }
        .pool-table-props .inner .box .text-info h3 {
          color: #151515;
          font-size: 18px;
          line-height: 18px;
          font-weight: 700;
          font-family: "roboto", Arial, Helvetica, sans-serif;
          letter-spacing: 0.2px;
          margin: 0 0 10px; }
          @media (min-width: 801px) {
            .pool-table-props .inner .box .text-info h3 {
              font-size: 21px;
              line-height: 26px; } }
        .pool-table-props .inner .box .text-info p {
          color: #151515;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          font-family: "Overpass", sans-serif;
          letter-spacing: 0.15px;
          margin: 0; }

.assitance-section {
  background: #151515;
  padding: 55px 30px;
  text-align: center;
  min-height: 255px;
  margin-bottom: 60px; }
  .assitance-section .section-inner h3 {
    color: #fff;
    margin: 0 0 18px 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    font-family: "roboto", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .assitance-section .section-inner h3 {
        font-size: 26px; } }
  .assitance-section .section-inner .need-assistance-description {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 0 17px; }
    .assitance-section .section-inner .need-assistance-description p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.15px;
      color: #fff;
      max-width: 718px;
      width: 100%; }
  .assitance-section .section-inner .contact-us-text {
    text-align: center; }
    .assitance-section .section-inner .contact-us-text a {
      text-decoration: none; }
    .assitance-section .section-inner .contact-us-text .text-info {
      color: #fff;
      text-decoration: none;
      text-align: center;
      position: relative;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700; }
      .assitance-section .section-inner .contact-us-text .text-info:after {
        content: "";
        height: 2px;
        width: 88%;
        background-color: #ca9a5c;
        position: absolute;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0px;
        margin: 0 auto;
        transition: 0.4s all ease; }

.shop-by-brand-main {
  margin-top: 70px; }
  .shop-by-brand-main .shop-by-brand-hd {
    text-align: center;
    font-size: 35px;
    line-height: 32px;
    font-weight: normal;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px;
    color: #151515;
    margin: 0 0 20px 0; }
    @media (min-width: 551px) {
      .shop-by-brand-main .shop-by-brand-hd {
        font-size: 40px;
        line-height: 42px;
        margin: 0 0 40px 0; } }
    @media (min-width: 801px) {
      .shop-by-brand-main .shop-by-brand-hd {
        font-size: 48px;
        line-height: 52px; } }
  .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner:nth-child(2n + 1) {
    background-color: #f2f1f0; }
    @media (min-width: 801px) {
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner:nth-child(2n + 1) .shop-by-brand-content .shop-by-brand-description {
        order: 2; } }
    @media (min-width: 801px) {
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner:nth-child(2n + 1) .shop-by-brand-content .shop-by-brand-img {
        order: 1; } }
  @media (min-width: 801px) {
    .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner:nth-child(2n) .shop-by-brand-content .shop-by-brand-description {
      order: 1; } }
  .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner:nth-child(2n) .shop-by-brand-content .shop-by-brand-img {
    padding-left: 0; }
    @media (min-width: 801px) {
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner:nth-child(2n) .shop-by-brand-content .shop-by-brand-img {
        order: 2; } }
  .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    padding: 35px 0; }
    @media (min-width: 801px) {
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content {
        gap: 0;
        padding: 70px 0; } }
    .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-description {
      width: 100%; }
      @media (min-width: 801px) {
        .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-description {
          width: 50%;
          padding: 0 28.5px; } }
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-description h2 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        font-family: "roboto", Arial, Helvetica, sans-serif;
        letter-spacing: 0.15px;
        color: #151515;
        margin: 0 0 17px; }
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-description p {
        color: #151515;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.15px;
        margin: 0 0 34px; }
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-description .button {
        margin: 0; }
    .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-img {
      width: 100%; }
      @media (min-width: 801px) {
        .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-img {
          width: 50%;
          padding: 0 28.5px; } }
      .shop-by-brand-main .shop-by-brand-outer .shop-by-brand-inner .shop-by-brand-content .shop-by-brand-img img {
        width: 100%; }

.st-section {
  background: #151515;
  padding: 80px 30px;
  text-align: center;
  min-height: 255px;
  margin-bottom: 60px; }
  .st-section .section-inner .st-Logo {
    margin-bottom: 45px; }
  .st-section .section-inner h3 {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    font-family: "roboto", Arial, Helvetica, sans-serif; }
    @media (min-width: 551px) {
      .st-section .section-inner h3 {
        font-size: 26px; } }
  .st-section .section-inner .st-Section-description {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px; }
    .st-section .section-inner .st-Section-description p, .st-section .section-inner .st-Section-description a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.15px;
      color: #fff;
      max-width: 970px;
      width: 100%;
      text-decoration: none; }
  .st-section .section-inner .contact-us-text {
    text-align: center; }
    .st-section .section-inner .contact-us-text a {
      text-decoration: none; }
    .st-section .section-inner .contact-us-text .text-info {
      color: #fff;
      text-decoration: none;
      text-align: center;
      position: relative;
      text-transform: uppercase; }
      .st-section .section-inner .contact-us-text .text-info:after {
        content: "";
        height: 2px;
        width: 88%;
        background-color: #ca9a5c;
        position: absolute;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0px;
        margin: 0 auto;
        transition: 0.4s all ease; }

.masthead-about-main-wrapper .about-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .masthead-about-main-wrapper .about-inner .box.about-description {
    background-color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 10px;
    width: 100%; }
    @media (min-width: 801px) {
      .masthead-about-main-wrapper .about-inner .box.about-description {
        width: 33.334%;
        padding: 65px 10px; } }
    .masthead-about-main-wrapper .about-inner .box.about-description .description-outer {
      max-width: 395px;
      width: 100%;
      margin: 0 auto; }
    .masthead-about-main-wrapper .about-inner .box.about-description h1 {
      text-align: center;
      color: #fff;
      font-size: 56px;
      line-height: 52px;
      font-weight: normal;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      letter-spacing: 0.1px;
      margin: 0 0 20px 0;
      text-transform: uppercase; }
    .masthead-about-main-wrapper .about-inner .box.about-description .about-dt {
      width: 100%;
      display: flex;
      justify-content: center; }
      .masthead-about-main-wrapper .about-inner .box.about-description .about-dt p {
        text-align: center;
        width: 100%;
        max-width: 770px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.15px;
        margin: 0; }
  .masthead-about-main-wrapper .about-inner .box.about-banner-img {
    display: none;
    width: 100%; }
    @media (min-width: 801px) {
      .masthead-about-main-wrapper .about-inner .box.about-banner-img {
        display: block;
        width: 33.334%; } }
    .masthead-about-main-wrapper .about-inner .box.about-banner-img img {
      object-fit: cover;
      object-position: center;
      height: 100%; }

.about-main-wrapper .about-inner {
  position: relative; }
  .about-main-wrapper .about-inner .about-description {
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .about-main-wrapper .about-inner .about-description .about-hd {
      width: 100%;
      display: flex;
      justify-content: center; }
      .about-main-wrapper .about-inner .about-description .about-hd h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 40px;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        color: #ffff;
        width: 100%;
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0 0 8px; }
        @media (min-width: 801px) {
          .about-main-wrapper .about-inner .about-description .about-hd h1 {
            font-size: 56px;
            line-height: 52px;
            max-width: 375px; } }
    .about-main-wrapper .about-inner .about-description .about-dt {
      width: 100%;
      display: flex;
      justify-content: center; }
      .about-main-wrapper .about-inner .about-description .about-dt p {
        text-align: center;
        max-width: 350px;
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.15px;
        font-family: "Overpass", sans-serif;
        margin: 0; }
  .about-main-wrapper .about-inner .about-banner-img {
    width: 100%; }
    .about-main-wrapper .about-inner .about-banner-img img {
      min-height: 520px;
      width: 100%;
      object-fit: cover;
      object-position: center; }

.classic-pool-table {
  margin: 40px 0 0; }
  @media (min-width: 801px) {
    .classic-pool-table {
      margin: 80px 0 0; } }
  .classic-pool-table .classic-pool-table-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px; }
    .classic-pool-table .classic-pool-table-inner .classic-pool-table-img {
      width: 100%; }
      @media (min-width: 801px) {
        .classic-pool-table .classic-pool-table-inner .classic-pool-table-img {
          width: 50%; } }
      .classic-pool-table .classic-pool-table-inner .classic-pool-table-img img {
        width: 100%; }
    .classic-pool-table .classic-pool-table-inner .classic-pool-table-description {
      width: 100%; }
      @media (min-width: 801px) {
        .classic-pool-table .classic-pool-table-inner .classic-pool-table-description {
          width: calc(50% - 60px); } }
      .classic-pool-table .classic-pool-table-inner .classic-pool-table-description h3 {
        margin: 0 0 18px 0;
        font-size: 26px;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        color: #151515;
        font-weight: 700; }
      .classic-pool-table .classic-pool-table-inner .classic-pool-table-description p {
        margin-bottom: 0;
        max-width: 525px;
        width: 100%;
        font-weight: 400;
        color: #151515;
        font-size: 16px;
        font-family: "Overpass", sans-serif; }

.ST-diff-main {
  margin: 30px 0 0; }
  @media (min-width: 801px) {
    .ST-diff-main {
      margin: 65px 0 0; } }
  .ST-diff-main .st-diff-inner {
    background-color: #000;
    padding: 40px 0 0 0; }
    @media (min-width: 801px) {
      .ST-diff-main .st-diff-inner {
        padding: 60px 0 0 0; } }
    .ST-diff-main .st-diff-inner h2 {
      text-align: center;
      margin: 0 0 13px;
      color: #fff;
      font-size: 35px;
      line-height: 40px;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .ST-diff-main .st-diff-inner h2 {
          font-size: 48px;
          line-height: 52px;
          margin: 0 0 40px; } }
    .ST-diff-main .st-diff-inner .st-diff-text {
      padding: 0 0 75px 0; }
      .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: flex-start;
        gap: 30px; }
        @media (min-width: 1261px) {
          .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner {
            justify-content: center; } }
        .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box {
          width: 100%;
          text-align: center; }
          @media (min-width: 551px) {
            .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box {
              width: calc(50% - 30px);
              text-align: left; } }
          @media (min-width: 801px) {
            .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box {
              width: calc(33.3% - 30px); } }
          @media (min-width: 1261px) {
            .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box {
              width: calc(20% - 30px); } }
          .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box svg {
            width: 60px;
            height: 60px;
            margin: 0 0 20px; }
          .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box h4 {
            margin: 0 0 15px;
            color: #fff;
            font-size: 24px;
            line-height: 28px;
            font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
            font-weight: normal;
            text-transform: uppercase; }
          .ST-diff-main .st-diff-inner .st-diff-text .st-diff-text-inner .diff-box p {
            color: #fff;
            margin-bottom: 0;
            font-size: 16px;
            line-height: 22px;
            font-family: "Overpass", sans-serif;
            font-weight: 400; }
    .ST-diff-main .st-diff-inner .st-img img {
      width: 100%; }

.resources-n-guide {
  padding: 0; }
  .resources-n-guide .resources-hd {
    margin-bottom: 40px;
    color: #151515;
    text-align: center;
    font-size: 48px;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase; }
  .resources-n-guide .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px; }
    .resources-n-guide .inner .box {
      width: 100%; }
      @media (min-width: 801px) {
        .resources-n-guide .inner .box {
          width: calc(50% - 12px); } }
      .resources-n-guide .inner .box a {
        display: block;
        text-decoration: none; }
      .resources-n-guide .inner .box .image-detail {
        display: block; }
        .resources-n-guide .inner .box .image-detail img {
          display: block;
          width: 100%;
          border-radius: 5px 5px 0 0; }
      .resources-n-guide .inner .box .text-info {
        background-color: #FCFAF7;
        display: block;
        padding: 20px;
        text-align: center;
        border-radius: 0 0 5px 5px; }
        @media (min-width: 801px) {
          .resources-n-guide .inner .box .text-info {
            padding: 30px 20px; } }
        .resources-n-guide .inner .box .text-info .info-hd {
          color: #151515;
          font-size: 21px;
          font-weight: 700;
          font-family: "roboto", Arial, Helvetica, sans-serif;
          letter-spacing: 0.2px;
          margin: 0 0 10px; }
        .resources-n-guide .inner .box .text-info p {
          color: #151515;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          font-family: "Overpass", sans-serif;
          letter-spacing: 0.15px;
          margin: 0; }

.Finishes-banner-outer {
  margin-bottom: 40px;
  min-height: 290px; }
  .Finishes-banner-outer .Finishes-banner-inner {
    padding: 25px 0;
    background-color: #151515; }
    @media (min-width: 801px) {
      .Finishes-banner-outer .Finishes-banner-inner {
        padding: 65px 0; } }
    .Finishes-banner-outer .Finishes-banner-inner .Finishes-banner-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .Finishes-banner-outer .Finishes-banner-inner .Finishes-banner-content .finishes-hd {
        text-align: center;
        color: #fff;
        font-size: 56px;
        font-weight: normal;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        letter-spacing: 0.1px;
        margin: 0 0 10px 0;
        text-transform: uppercase; }
      .Finishes-banner-outer .Finishes-banner-inner .Finishes-banner-content .finishes-banner-text {
        width: 100%;
        display: flex;
        justify-content: center; }
        .Finishes-banner-outer .Finishes-banner-inner .Finishes-banner-content .finishes-banner-text p {
          text-align: center;
          width: 100%;
          max-width: 770px;
          color: #fff;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400;
          font-family: "Overpass", sans-serif;
          letter-spacing: 0.15px;
          margin: 0; }

.Finishes-main-outer .finishes-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }

.Finishes-main-outer .finishes-tabs {
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  position: relative; }
  @media (min-width: 551px) {
    .Finishes-main-outer .finishes-tabs {
      justify-content: start;
      gap: 30px; } }
  .Finishes-main-outer .finishes-tabs:after {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: " ";
    height: 2px;
    width: 100%;
    background: #F2F1F0;
    border-radius: 2rem; }
  .Finishes-main-outer .finishes-tabs .tab-button {
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    border: none;
    position: relative;
    background: transparent;
    outline: none; }
    .Finishes-main-outer .finishes-tabs .tab-button::after {
      content: "";
      display: block;
      height: 2px;
      width: 98%;
      background: transparent;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: background-color 0.3s; }
    .Finishes-main-outer .finishes-tabs .tab-button.active::after {
      background: #CA9A5C; }
  .Finishes-main-outer .finishes-tabs .tab-button.active {
    border-bottom-color: #CA9A5C;
    border-bottom-width: 2px; }

.Finishes-main-outer .finishes-tab-content {
  display: none;
  padding: 0; }
  .Finishes-main-outer .finishes-tab-content .tab-image-outer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px; }
    .Finishes-main-outer .finishes-tab-content .tab-image-outer a {
      text-decoration: none; }
      .Finishes-main-outer .finishes-tab-content .tab-image-outer a .tab-image img {
        width: 100%; }
      .Finishes-main-outer .finishes-tab-content .tab-image-outer a p {
        padding: 15px 0;
        font-size: 18px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-align: center;
        color: #2B2B2B;
        margin: 0; }

.Finishes-main-outer .finishes-tab-content.active {
  display: block; }

.contact-general-hd-wrapper {
  background-color: #F2F1F0;
  text-align: center;
  padding: 69px 20px 250px; }
  .contact-general-hd-wrapper .inner {
    max-width: 534px;
    width: 100%;
    margin: 0 auto; }
    .contact-general-hd-wrapper .inner .page-heading {
      text-align: center;
      color: #151515;
      font-size: 45px;
      line-height: 42px;
      font-weight: normal;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      letter-spacing: 0.25px;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
      @media (min-width: 801px) {
        .contact-general-hd-wrapper .inner .page-heading {
          font-size: 56px;
          line-height: 52px; } }
    .contact-general-hd-wrapper .inner p {
      text-align: center;
      color: #151515;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Overpass", sans-serif;
      letter-spacing: 0.15px;
      margin: 0; }
      .contact-general-hd-wrapper .inner p a {
        color: #151515;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px; }
        .contact-general-hd-wrapper .inner p a:hover {
          color: #CA9A5C; }

#contact-us-page {
  margin: -220px auto 0;
  padding: 44px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 18px #edece8;
  float: none; }
  @media (min-width: 801px) {
    #contact-us-page {
      padding: 44px 50px; } }
  @media (min-width: 1261px) {
    #contact-us-page {
      padding: 44px 105px; } }

.contact-us-wrapper .contact-us-inner {
  background-color: #F2F1F0;
  padding: 70px 0 45px 0; }
  .contact-us-wrapper .contact-us-inner .contact-us-hd {
    text-align: center;
    color: #151515;
    font-size: 45px;
    line-height: 42px;
    font-weight: normal;
    font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 0.25px;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      .contact-us-wrapper .contact-us-inner .contact-us-hd {
        font-size: 56px;
        line-height: 52px; } }
  .contact-us-wrapper .contact-us-inner .contact-us-text {
    text-align: center;
    color: #151515;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Overpass", sans-serif;
    letter-spacing: 0.15px;
    margin: 0; }
  .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer {
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; }
    .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer .contact-us-box-outer {
      width: 270px;
      border: 2px solid transparent;
      border-radius: 6px;
      background: #FFFFFF;
      padding: 35px 28px;
      text-decoration: none;
      transition: 0.3s ease-in-out; }
      .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer .contact-us-box-outer .contact-us-box-inner .box-hd {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 14px 0; }
        .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer .contact-us-box-outer .contact-us-box-inner .box-hd h3 {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'%3E%3C/path%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: right top 10px;
          background-size: 8px;
          padding-right: 21px;
          color: #151515;
          font-size: 24px;
          font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
          font-weight: normal;
          letter-spacing: 0.1px;
          margin: 0;
          text-transform: uppercase; }
        .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer .contact-us-box-outer .contact-us-box-inner .box-hd svg {
          width: 10px;
          height: 12px;
          margin-bottom: 4px;
          color: #151515; }
      .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer .contact-us-box-outer .contact-us-box-inner p {
        color: #151515;
        font-size: 16px;
        font-weight: 400;
        font-family: "Overpass", sans-serif;
        letter-spacing: 0.15px;
        margin: 0; }
      .contact-us-wrapper .contact-us-inner .contact-us-boxes-outer .contact-us-box-outer:hover {
        border: 2px solid #CA9A5C; }

.contact-us-wrapper .customer-care-outer {
  padding: 45px 0; }
  @media (min-width: 801px) {
    .contact-us-wrapper .customer-care-outer {
      padding: 60px 0; } }
  .contact-us-wrapper .customer-care-outer .customer-care-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 35px 125px; }
    @media (min-width: 801px) {
      .contact-us-wrapper .customer-care-outer .customer-care-inner {
        gap: 80px 125px; } }
    .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box {
      max-width: 240px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box .icon {
        width: 55px;
        height: 35px;
        margin-bottom: 1rem; }
      .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box h3 {
        margin: 0 0 8px 0;
        color: #151515;
        font-size: 21px;
        font-weight: 700;
        font-family: "roboto Condensed", Arial, Helvetica, sans-serif;
        text-transform: uppercase; }
      .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box a:hover {
        color: #151515; }
      .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box .customer-sub-hd a {
        text-decoration: none; }
        .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box .customer-sub-hd a:hover {
          color: #151515; }
      .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box p {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Overpass", sans-serif; }
      .contact-us-wrapper .customer-care-outer .customer-care-inner .customer-care-box svg {
        margin-bottom: 25px; }
