/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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, .blog-items-list .post-title {
  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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

.account-wrapper, .account-form-column-container, .account-item-details, .account-receipt-summaries, .account-downloads-gallery-thumbs, .account-invoice-addresses, .account-settings-form, .account-create-details,
.account-create-address, .button-group, .form-field-date, .banners, .product-quantity-submit .product-quantity-container, .form-field-rectangle, .form-field-swatch .form-field-control, .date-select-group, .section, .cart-totals-item, .cart-additional-checkout-buttons, .shipping-calculator {
  *zoom: 1; }
  .account-wrapper:before, .account-form-column-container:before, .account-item-details:before, .account-receipt-summaries:before, .account-downloads-gallery-thumbs:before, .account-invoice-addresses:before, .account-settings-form:before, .account-create-details:before,
  .account-create-address:before, .button-group:before, .form-field-date:before, .banners:before, .product-quantity-submit .product-quantity-container:before, .form-field-rectangle:before, .form-field-swatch .form-field-control:before, .date-select-group:before, .section:before, .cart-totals-item:before, .cart-additional-checkout-buttons:before, .shipping-calculator:before, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after, .button-group:after, .form-field-date:after, .banners:after, .product-quantity-submit .product-quantity-container:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after, .section:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after {
    display: table;
    content: ""; }
  .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after, .button-group:after, .form-field-date:after, .banners:after, .product-quantity-submit .product-quantity-container:after, .form-field-rectangle:after, .form-field-swatch .form-field-control:after, .date-select-group:after, .section:after, .cart-totals-item:after, .cart-additional-checkout-buttons:after, .shipping-calculator:after {
    clear: both; }

html {
  box-sizing: border-box; }

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

a {
  text-decoration: none; }

h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h4,
.search.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  line-height: 1.25; }

img {
  max-width: 100%; }

ul,
ol,
dl {
  padding: 0;
  margin: 0; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

hr {
  height: 2px;
  border: 0; }

blockquote > *:first-child {
  margin-top: 0; }

blockquote > *:last-child {
  margin-bottom: 0; }

figure {
  margin: 0; }

iframe {
  max-width: 100%;
  border: 0; }

pre {
  padding: 1em;
  background: #fafafa; }

.show-for-sr, .sr-only, .slick-slide .home-carousel-image, .form-field-swatch .form-label-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.button, .blog .post-read-more {
  display: inline-block;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .button + .button, .blog .post-read-more + .button, .blog .button + .post-read-more, .blog .post-read-more + .post-read-more {
    margin-left: 5px; }

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

.form-label {
  display: block; }

.form-label-text,
.form-label-text-inline {
  display: inline-block; }

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  border: 1px solid;
  border-color: inherit;
  border-radius: 0;
  box-sizing: border-box; }
  .form-input::placeholder, .navigation-mobile .search-input::placeholder, .review-form .product-item-rating::placeholder {
    opacity: 0.8; }

textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  resize: vertical; }

input[type="color"].form-input, .navigation-mobile input.search-input[type="color"], .review-form input.product-item-rating[type="color"], input[type="date"].form-input, .navigation-mobile input.search-input[type="date"], .review-form input.product-item-rating[type="date"], input[type="datetime"].form-input, .navigation-mobile input.search-input[type="datetime"], .review-form input.product-item-rating[type="datetime"], input[type="datetime-local"].form-input, .navigation-mobile input.search-input[type="datetime-local"], .review-form input.product-item-rating[type="datetime-local"], input[type="email"].form-input, .navigation-mobile input.search-input[type="email"], .review-form input.product-item-rating[type="email"], input[type="month"].form-input, .navigation-mobile input.search-input[type="month"], .review-form input.product-item-rating[type="month"], input[type="number"].form-input, .navigation-mobile input.search-input[type="number"], .review-form input.product-item-rating[type="number"], input[type="password"].form-input, .navigation-mobile input.search-input[type="password"], .review-form input.product-item-rating[type="password"], input[type="search"].form-input, .navigation-mobile input.search-input[type="search"], .review-form input.product-item-rating[type="search"], input[type="tel"].form-input, .navigation-mobile input.search-input[type="tel"], .review-form input.product-item-rating[type="tel"], input[type="text"].form-input, .navigation-mobile input.search-input[type="text"], .review-form input.product-item-rating[type="text"], input[type="time"].form-input, .navigation-mobile input.search-input[type="time"], .review-form input.product-item-rating[type="time"], input[type="url"].form-input, .navigation-mobile input.search-input[type="url"], .review-form input.product-item-rating[type="url"], input[type="week"].form-input, .navigation-mobile input.search-input[type="week"], .review-form input.product-item-rating[type="week"], input:not([type]).form-input, .navigation-mobile input.search-input:not([type]), .review-form input.product-item-rating:not([type]), textarea.form-input, .navigation-mobile textarea.search-input, .review-form textarea.product-item-rating {
  -webkit-appearance: none; }

.form-inline .form-label-text {
  display: inline-block;
  vertical-align: middle; }

.form-inline .form-input, .form-inline .navigation-mobile .search-input, .navigation-mobile .form-inline .search-input, .form-inline .review-form .product-item-rating, .review-form .form-inline .product-item-rating {
  display: inline-block; }

table {
  margin: 1em 0;
  background: transparent;
  border: 1px solid;
  border-collapse: separate;
  border-top: 0;
  border-color: inherit; }
  table.table-clean {
    border: 0;
    border-radius: 0; }

td,
th {
  padding: 20px;
  border-top: 1px solid;
  border-top-color: inherit; }
  .table-clean td, .table-clean
  th {
    border: 0; }

th {
  font-weight: bold; }

td {
  border-left: 1px solid;
  border-left-color: inherit; }
  td:first-child {
    border-left: 0; }

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

ul.tabs {
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal; }
  ul.tabs .active {
    font-weight: bold; }
  ul.tabs li {
    display: inline-block; }

.tabs-content > * {
  display: none; }
  .tabs-content > *.active {
    display: block; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0; }
  .modal-overlay.animating, .modal-overlay.visible {
    display: block;
    transition: opacity 0.3s ease; }
  .modal-overlay.visible {
    opacity: 1; }

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }
  .modal-wrapper.animating, .modal-wrapper.visible {
    display: block;
    transition: opacity 0.2s ease; }
  .modal-wrapper.animating-in {
    transition-delay: 0.1s; }
  .modal-wrapper.visible {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/*----------  Layout  ----------*/
/*----------  Icons  ----------*/
/*----------  Theme Editor Settings  ----------*/
/*---------- Images ----------*/
/*----------  Text treatments  ----------*/
body, .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a, .nav-mobile-panel-child .nav-mobile-item a, .nav-mobile-support-panel-child .nav-mobile-item a, .compare-table-heading {
  font-family: "CoFo Sans Regular";
  font-size: 15px;
  line-height: 1.666; }

th {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #333; }

.page-header {
  background-color: #eff1f5;
  padding: 2.5rem 3.875rem;
  text-align: center; }

.section-title {
  text-align: center;
  color: #6b6e79; }

.customer-links,
.currency-selector, .button-compare-toggle {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300; }

.link, .variation-preview-label, .blog-latest-posts .post-read-more, .giftcard-nav-item {
  padding-bottom: 2px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.077em;
  font-size: 0.8125rem;
  text-decoration: underline; }
  .link:hover, .variation-preview-label:hover, .blog-latest-posts .post-read-more:hover, .giftcard-nav-item:hover {
    text-decoration: none;
    color: #25a397; }

.page-content ul,
.page-content ol,
.product-description ul,
.product-description ol,
.blog-content ul,
.blog-content ol {
  padding-left: 1.25em;
  margin-bottom: 2em; }
  .page-content ul li, .page-content ol li, .product-description ul li, .product-description ol li, .blog-content ul li, .blog-content ol li {
    margin-bottom: 1em; }

/*----------  Layout  ----------*/
.container, .product-tabs, .account-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.main-nav-bar .site-branding:before, .main-nav-bar .site-branding-link:before, .main-nav-bar .navigation:before {
  content: " ";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle; }

/*----------  Forms  ----------*/
.review-form, .form-contact-us {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eff1f5;
  padding: 50px 15px;
  margin-top: 56px; }
  @media screen and (min-width: 768px) {
    .review-form, .form-contact-us {
      padding: 50px; } }
  .review-form:after, .form-contact-us:after {
    content: " ";
    display: block;
    clear: both; }

/*----------  Utils  ----------*/
.customer-links:after, .customer-utils .button-wishlist:after, .logo-align-center .customer-utils .button-wishlist:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-left: 18px;
  vertical-align: top;
  content: '';
  pointer-events: none;
  background-color: #e6e9ef;
  transform: translateY(-50%);
  opacity: 0.3; }

.form-field-swatch .swatch-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.top-bar .icon {
  display: inline-block;
  vertical-align: middle; }

.login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.form-select-wrapper:after, .alert.success .alert-dismiss, .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss, .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss, .selected-facet a:after, .account-wrapper .form-field-email .form-field-control:after, .account-wrapper .form-field-password .form-field-control:after, .login-modal .account-create-facts li:before, .account-create-facts li:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain; }

.form-input::placeholder, .navigation-mobile .search-input::placeholder, .review-form .product-item-rating::placeholder, .review-form .rating-stars-label {
  padding-top: 2px;
  letter-spacing: 0.1em;
  color: #c7cad0;
  text-transform: uppercase;
  font-size: 0.8125rem; }

/*----------  Button  ----------*/
.button.inverse:hover, .blog .inverse.post-read-more:hover, .mini-cart .button-checkout:hover {
  box-shadow: 0 0 0 2px white inset; }

.button.button-secondary.inverse, .login-modal .account-create .button.inverse, .login-modal .account-create .blog .inverse.post-read-more, .blog .login-modal .account-create .inverse.post-read-more, .blog .button-secondary.inverse.post-read-more {
  color: white;
  box-shadow: 0 0 0 2px white inset; }
  @media (min-width: 800px) {
    .button.button-secondary.inverse:hover, .login-modal .account-create .button.inverse:hover, .login-modal .account-create .blog .inverse.post-read-more:hover, .blog .login-modal .account-create .inverse.post-read-more:hover, .blog .button-secondary.inverse.post-read-more:hover {
      box-shadow: 0 0 0 2px transparent inset; } }

.account-wrapper {
  font-size: 15px; }

.account-nav,
.account-body {
  vertical-align: top; }

.account-wishlist-wrapper {
  display: grid; }

@media screen and (min-width: 620px) {
  .account-body {
    padding-left: 7.5px; } }

.account-body > :first-child {
  margin-top: 0; }

.account-nav-hidden .account-body {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0; }

@media screen and (max-width: 619px) {
  .account-nav {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .account-nav {
    float: left;
    width: 35%;
    padding-right: 7.5px; } }

@media screen and (min-width: 900px) {
  .account-nav {
    width: 25%; } }

.account-wrapper .form-label-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.account-wrapper .form-field-checkbox .form-label-text,
.account-wrapper .form-field-radio .form-label-text {
  width: auto; }

.account-wrapper .form-field {
  margin-bottom: 7.5px; }

.account-wrapper .form-input, .account-wrapper .navigation-mobile .search-input, .navigation-mobile .account-wrapper .search-input, .account-wrapper .review-form .product-item-rating, .review-form .account-wrapper .product-item-rating {
  width: 100%; }
  .account-wrapper .form-input.account-form-half, .account-wrapper .navigation-mobile .account-form-half.search-input, .navigation-mobile .account-wrapper .account-form-half.search-input, .account-wrapper .review-form .account-form-half.product-item-rating, .review-form .account-wrapper .account-form-half.product-item-rating {
    width: 50%; }

.account-wrapper .form-actions {
  clear: both; }

@media screen and (min-width: 480px) {
  .account-form-column-container .form-field {
    float: left;
    width: 50%; }
    .account-form-column-container .form-field:nth-child(odd) {
      padding-right: 7.5px; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 7.5px; } }

.account-reset-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .account-reset-form .g-recaptcha {
    transform: none !important;
    align-items: none !important; }
  .account-reset-form .account-button-primary {
    margin-top: 1em; }

.account-wrapper table {
  width: 100%;
  margin-top: 7.5px;
  margin-bottom: 7.5px; }

.account-wrapper td,
.account-wrapper th {
  padding: 7.5px; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid #e6e9ef; }

.account-items {
  margin-bottom: 15px; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e9ef; }
  .account-item:first-of-type {
    border-top: 1px solid #e6e9ef; }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail,
    .account-item-body,
    .account-item-badge,
    .account-item-actions {
      display: table-cell;
      vertical-align: top; } }

.account-item-checkbox {
  display: table-cell;
  min-width: 30px;
  margin-bottom: 0;
  vertical-align: middle; }

.account-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.account-item-thumbnail {
  min-width: 100px; }
  .account-item-thumbnail img {
    height: auto;
    max-width: 100px; }

.account-item-body {
  width: 100%; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail + .account-item-body {
      padding-left: 7.5px; } }

.account-item-title {
  margin-top: 3px;
  font-size: 15px; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 18px; }

.account-item-description {
  margin-top: 0;
  margin-bottom: 5px;
  color: #5f5f5f; }

.account-item-details {
  font-size: 15px;
  color: #5f5f5f; }

.account-item-detail {
  float: left;
  margin-top: 7.5px;
  margin-right: 15px; }

.account-item-detail-title {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #bfbfbf;
  text-transform: uppercase; }

.account-item-actions {
  white-space: nowrap; }

.account-header {
  display: table;
  width: 100%;
  margin-bottom: 7.5px; }

.account-heading,
.account-toolbar {
  display: table-cell;
  vertical-align: baseline; }
  .account-heading .alert-error,
  .account-toolbar .alert-error {
    display: none; }

.account-toolbar {
  text-align: right; }
  .account-toolbar * {
    display: inline; }

.account-tool {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
  color: inherit;
  border: 0; }
  .account-tool:hover {
    color: #25a397; }
  .account-tool:focus {
    outline: 0; }

.account-nav-list {
  padding: 0;
  margin-bottom: 7.5px;
  list-style: none;
  border: 1px solid #e6e9ef;
  border-radius: 0; }

.account-nav-item {
  color: #25a397;
  border-top: 1px solid #e6e9ef; }
  .account-nav-item:first-child {
    border-top: 0; }
  .account-nav-item.is-active {
    color: #6b6e79;
    border-left: 3px solid #6b6e79; }

.account-nav-link {
  display: block;
  padding: 15px;
  color: inherit; }

.account-nav-badge {
  float: right; }

.account-wrapper .pagination {
  margin-top: 7.5px;
  display: flex;
  justify-content: center; }

.account-card, .payment-method-details, .payment-method-edit-form {
  background: #f5f5f5; }
  .account-card .form-input, .payment-method-details .form-input, .payment-method-edit-form .form-input, .account-card .navigation-mobile .search-input, .navigation-mobile .account-card .search-input, .payment-method-details .navigation-mobile .search-input, .navigation-mobile .payment-method-details .search-input, .payment-method-edit-form .navigation-mobile .search-input, .navigation-mobile .payment-method-edit-form .search-input, .account-card .review-form .product-item-rating, .review-form .account-card .product-item-rating, .payment-method-details .review-form .product-item-rating, .review-form .payment-method-details .product-item-rating, .payment-method-edit-form .review-form .product-item-rating, .review-form .payment-method-edit-form .product-item-rating {
    background-color: white; }

.account-card {
  padding: 7.5px;
  margin: 7.5px 0;
  border-radius: 0; }

.account-toggle-hidden {
  display: none; }

.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background: #8e8e8e; }

.account-shipments {
  margin-bottom: 15px; }

.account-shipments-table th,
.account-shipments-table td {
  padding: 10px 0;
  text-align: left; }

.account-shipments-table th {
  padding: 7.5px 0 0;
  border-top: 1px solid #e6e9ef; }

.account-wrapper .account-shipments-table {
  margin-top: 0;
  margin-bottom: 0; }

.payment-method-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.payment-method-name {
  width: 100%; }

.payment-method {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e6e9ef; }
  @media screen and (min-width: 400px) {
    .payment-method {
      width: calc(50% - 15px); } }
  .payment-method .panel-payment-method {
    display: block; }
    .payment-method .panel-payment-method:hover .payment-method-title {
      color: #6b6e79; }
  .payment-method .panel-new-payment-method {
    position: relative;
    width: 100%;
    min-width: 305px; }
    .payment-method .panel-new-payment-method .panel-body {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .payment-method .payment-method-new-icon {
    width: 30px;
    height: 30px; }

.payment-method-card {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 20px; }

.payment-method-brand-contianer {
  display: flex; }

.payment-method-icon-card {
  width: 40px;
  height: 30px; }

.payment-method-brand {
  padding-top: 2px;
  padding-left: 10px; }

.payment-method-default-icon {
  width: 24px;
  height: 24px;
  padding-left: 5px; }

.payment-method-expiry {
  display: flex; }

.payment-method-details {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-top: 15px; }
  .payment-method-details .payment-methods-label {
    width: calc(50% - 20px); }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-methods-label {
        width: calc(40% - 20px); } }
  .payment-method-details .payment-method-description {
    width: calc(50% - 20px);
    text-align: right; }
    @media screen and (min-width: 400px) {
      .payment-method-details .payment-method-description {
        width: calc(60% - 20px); } }

.payment-method-edit-form {
  padding: 15px 20px 20px; }
  .payment-method-edit-form .form-actions {
    text-align: left; }

.account-page-add-address .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

.account-address-detail {
  display: block; }

.account-address-form {
  padding-top: 7.5px; }
  @media screen and (min-width: 900px) {
    .account-address-form .form-field {
      float: left;
      width: 50%;
      padding-right: 7.5px; }
      .account-address-form .form-field:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 7.5px; }
      .account-address-form .form-field:nth-of-type(2n + 1) {
        clear: left; } }
  .account-address-form .form-actions {
    padding-top: 7.5px; }

.account-page-orders-receipt .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 15px; }
  @media screen and (max-width: 900px) {
    .account-receipt-summary {
      width: 100%;
      padding-right: 0;
      padding-bottom: 15px; } }

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-receipt-summary-address {
  line-height: 1.5; }

.account-receipt-detail {
  margin-bottom: 5px; }

.account-receipt-detail-title {
  color: #929292; }

.account-receipt-comments {
  white-space: pre-line; }

.account-receipt-items {
  padding-top: 7.5px; }

.account-receipt-download {
  margin: 10px 0; }

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }
  @media screen and (max-width: 620px) {
    .account-receipt-totals {
      width: 100%;
      margin-left: 0; } }

.account-receipt-total {
  display: table-row;
  margin-bottom: 7.5px; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-top: 1px solid #e6e9ef; }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

.account-receipt-total-title {
  font-weight: normal;
  letter-spacing: 1px;
  color: #929292; }

.account-receipt-total-value {
  text-align: right; }

.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

.account-return-table .form-field {
  margin-bottom: 0; }

.account-return-fields {
  margin-top: 15px; }
  .account-return-fields .form-field-select {
    width: 50%; }

.account-wishlists {
  margin-bottom: 30px; }

.account-messages-table.table-clean {
  border-bottom: 1px solid #e6e9ef; }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #e6e9ef; }

.account-messages-table-date {
  width: 22%;
  text-align: right; }

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: #929292; }

.account-message-content {
  padding-right: 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #5f5f5f;
  white-space: pre-line; }
  .account-message-is-read .account-message-content {
    color: #acacac; }

.account-message-date {
  color: #929292; }

.account-messages-form-subject {
  width: 50%; }

.account-download {
  padding: 7.5px 0 0;
  margin: 7.5px 0;
  border-top: 1px solid #e6e9ef; }

.account-download-title {
  margin: 0;
  font-size: 1em; }

.account-download-link {
  color: inherit;
  text-decoration: underline; }

.account-download-filename {
  font-size: 1.2em; }

.account-download-filesize {
  padding-left: 5px;
  font-weight: normal;
  color: #929292; }

.account-download-description {
  padding-top: 10px;
  padding-bottom: 10px; }

.account-download-expiry {
  font-size: 0.9em;
  color: #929292; }

.account-download-expiry-item {
  display: block;
  padding-bottom: 5px; }
  .account-download-expiry-item:last-of-type {
    padding-bottom: 0; }

.account-downloads-gallery-image {
  text-align: center; }

.account-downloads-gallery-thumbs {
  text-align: center; }

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

.account-invoice-date {
  margin-top: -20px;
  font-size: 15px; }

.account-invoice-addresses {
  margin-top: 15px;
  margin-bottom: 15px; }

.account-invoice-address {
  float: left;
  margin-right: 15px; }

.account-invoice-address-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px; }

.account-invoice-address-body {
  line-height: 1.5; }

.account-wrapper .account-invoice-table {
  margin-bottom: 0; }

.account-invoice-table th,
.account-invoice-table td {
  padding-right: 7.5px;
  text-align: left;
  vertical-align: top; }
  .account-invoice-table th:nth-of-type(0n+3),
  .account-invoice-table td:nth-of-type(0n+3) {
    width: 10%; }
  .account-invoice-table th:last-of-type,
  .account-invoice-table td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-invoice-table td:first-of-type {
  width: 85px; }

.account-invoice-item-thumbnail {
  width: 60px;
  height: auto; }

.account-invoice-item-name {
  margin-bottom: 5px;
  font-weight: bold; }

.account-invoice-total-title {
  font-weight: bold; }

.account-wrapper .account-invoice-totals {
  width: auto;
  margin-top: 0;
  margin-left: auto; }

.account-invoice-totals th,
.account-invoice-totals td {
  padding-right: 7.5px; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }

.account-settings-form {
  padding-top: 7.5px; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: 3.75px;
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n+0) {
      padding-right: 0;
      padding-left: 3.75px; }
  .account-settings-form .form-actions {
    padding-top: 7.5px; }

.account-page-payment .account-content {
  border-top: 1px solid #e6e9ef; }

@media screen and (min-width: 400px) {
  .payment-method-form {
    max-width: 60%; } }

.payment-method-form .payment-method-form-column {
  display: flex; }
  .payment-method-form .payment-method-form-column .payment-method-form-inputs {
    width: 70%; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs:last-child {
      width: 30%;
      padding-left: 10px; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-card-number, .payment-method-form .payment-method-form-column .payment-method-form-inputs.payment-cvv {
      position: relative; }
    .payment-method-form .payment-method-form-column .payment-method-form-inputs .payment-method-form-inputs-icon {
      position: absolute;
      top: 50px;
      right: 10px;
      width: 24px;
      height: 24px;
      fill: currentColor; }

.payment-method-form .form-field-checkbox {
  display: flex;
  align-content: center; }
  .payment-method-form .form-field-checkbox .form-field-title {
    position: relative;
    top: 1px;
    margin-bottom: 0; }

.payment-method-form .form-field-control {
  width: 20px; }

.payment-method-form .payment-method-form-details {
  display: inline-block;
  margin-bottom: 15px; }
  .payment-method-form .payment-method-form-details:first-child {
    margin-right: 30px; }

.payment-method-form .payment-method-form-details-description {
  margin-left: 0;
  font-weight: 700; }

.payment-method-form-subheading {
  margin: 0; }

.payment-method-form-cards-icon {
  width: 40px;
  margin-right: 5px; }

.billing-heading {
  margin: 0; }

.billing-addess-form {
  padding-top: 7.5px;
  border-top: 1px solid #e6e9ef; }
  .billing-addess-form .form-field {
    width: 100%; }
    @media screen and (min-width: 400px) {
      .billing-addess-form .form-field {
        float: left;
        width: 50%;
        padding-right: 7.5px; }
        .billing-addess-form .form-field:nth-of-type(2n + 1) {
          clear: left; } }

.billing-actions .button + .button, .billing-actions .blog .post-read-more + .button, .blog .billing-actions .post-read-more + .button, .billing-actions .blog .button + .post-read-more, .blog .billing-actions .button + .post-read-more, .billing-actions .blog .post-read-more + .post-read-more, .blog .billing-actions .post-read-more + .post-read-more {
  margin-top: 20px; }
  @media screen and (min-width: 400px) {
    .billing-actions .button + .button, .billing-actions .blog .post-read-more + .button, .blog .billing-actions .post-read-more + .button, .billing-actions .blog .button + .post-read-more, .blog .billing-actions .button + .post-read-more, .billing-actions .blog .post-read-more + .post-read-more, .blog .billing-actions .post-read-more + .post-read-more {
      margin-top: 0;
      margin-left: 5px; } }

.account-page-login .alert {
  position: relative;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  display: grid; }
  @media screen and (max-width: 500px) {
    .account-login-wrapper {
      grid-template-rows: repeat(1, 1fr); } }
  @media screen and (min-width: 900px) {
    .account-login-wrapper {
      column-gap: 20%;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.account-page-login .account-sub-heading {
  margin: 0 0 20px; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

@media screen and (max-width: 619px) {
  .account-login {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .account-login {
    padding: 7.5px 37.5px 7.5px 0; } }

.account-login-button {
  margin-right: 7.5px; }

.account-create {
  padding: 7.5px;
  background: #f5f5f5; }

.account-create-intro:empty {
  display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc; }
  .account-create-facts li:empty {
    display: none; }

.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 15px; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

.account-page-create .account-header {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e9ef; }

.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 7.5px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 7.5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e9ef; }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 7.5px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 7.5px; } }

.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 15px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: monospace;
    font-style: normal;
    font-weight: bold;
    background: #f5f5f5; }

.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 15px;
  text-align: center; }

.giftcard-nav {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #25a397; }
  .giftcard-nav-item.is-active {
    color: #5f5f5f; }

.giftcard-heading-container {
  margin-bottom: 30px;
  text-align: center; }

.giftcard-form-help-message {
  display: block;
  margin-top: 6px; }

.giftcard-form-preview iframe {
  width: 100%; }

.giftcard-single-theme {
  display: none; }

.giftcard-balance-container {
  max-width: 600px;
  margin: 0 auto; }

.form-giftcard-balance {
  position: relative; }
  .form-giftcard-balance .form-field-title {
    position: absolute;
    left: -9999px; }
  .form-giftcard-balance .form-field-control {
    display: block; }
    @media screen and (min-width: 615px) {
      .form-giftcard-balance .form-field-control {
        margin-right: calc(30% + 7.5px); } }
  @media screen and (min-width: 615px) {
    .form-giftcard-balance .form-actions {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%; } }
  .form-giftcard-balance .button, .form-giftcard-balance .blog .post-read-more, .blog .form-giftcard-balance .post-read-more {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

.unavailable-container {
  display: table;
  text-align: center;
  width: 100%;
  height: 100vh;
  font-size: 14px; }
  @media (min-width: 400px) {
    .unavailable-container {
      font-size: 16px; } }

.unavailable-container-inner {
  display: table-cell;
  padding: 20px;
  vertical-align: middle; }

.unavailable-logo {
  margin-top: 0; }

.unavailable-heading {
  font-size: 1.5em; }

.unavailable-message {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.875em; }

.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.dropdown {
  position: relative; }

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  max-height: calc(100vh - 112px);
  min-width: 100%;
  padding: 0.625rem;
  overflow: auto; }
  .dropdown-panel.animating, .dropdown-panel.visible {
    display: block; }
  .dropdown-panel.animating-in, .dropdown-panel.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .dropdown-panel.visible {
    opacity: 1;
    transform: translateY(0); }

.icon-arrow-down {
  display: inline-block;
  margin-top: -0.03em;
  margin-left: 0.5em;
  vertical-align: middle;
  transition: transform 0.3s ease; }
  .dropdown-open .icon-arrow-down {
    transform: rotate(-180deg); }
  .nav-mobile-panel-parent .nav-mobile-item-parent .icon-arrow-down {
    margin-top: -0.1rem; }

.tier-toggle {
  padding: 0.3125rem 0 !important;
  background: transparent; }

.tier-open > a {
  color: white; }

.tier-panel {
  position: static;
  display: none;
  padding: 0 0 0 0.625rem;
  margin: 0;
  overflow: hidden;
  background: transparent; }
  .tier-panel.tier-open {
    display: block; }
  .tier-panel.animating, .tier-panel.visible {
    display: block; }
  .tier-panel.animating-in, .tier-panel.animating-out {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .tier-panel.visible {
    opacity: 1; }
  .tier-panel a {
    white-space: nowrap; }
    .main-dropdown .tier-panel a {
      line-height: 30px; }

.modal-overlay {
  background-color: rgba(40, 42, 47, 0.95); }

.modal {
  margin-bottom: 5vw;
  width: 90%;
  max-width: 1230px;
  padding: 15px; }
  .loaded .modal {
    background-color: #fff; }
  .modal.modal-quick-shop {
    top: 5vw; }
  .modal .icon-spinner {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto; }

.button-modal-close {
  position: absolute;
  top: 19px;
  right: 20px;
  color: white;
  background: none; }
  .visible .button-modal-close {
    position: fixed; }
  .button-modal-close:hover {
    color: #25a397; }
  .button-modal-close .icon-close {
    width: 16px;
    height: 16px; }

.modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  background-color: #6b6e79;
  color: white;
  transition: all 0.3s ease; }
  .modal-close:hover {
    background-color: #25a397;
    color: white; }
  .modal-close .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.tabs {
  margin: 0; }

ul[role="tablist"] {
  margin-bottom: 4%;
  text-align: center; }

.tab-title {
  padding: 0;
  font-size: 15px;
  border-radius: 0;
  width: 33.17%;
  border: 0 none;
  color: #282a2f;
  background-color: #eff1f5;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .tab-title {
      width: 100%; } }
  .tab-title a.active {
    color: #282a2f;
    background-color: #fff; }
  .tab-title:not(:first-child) {
    margin-left: -2px; }
  .tab-title:first-child {
    border-radius: 4px; }
    .tab-title:first-child a {
      cursor: default; }
    .tab-title:first-child:not(:last-child) {
      border-radius: 4px 0 0 4px; }
      .tab-title:first-child:not(:last-child) a {
        cursor: pointer; }
  .tab-title a {
    display: block;
    min-width: 190px;
    padding: 14px;
    color: #282a2f;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .tab-title a {
        padding: 7px; } }

.tabs-content {
  position: relative; }
  .tabs-content .icon-spinner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px; }

.tab-content-panel.active ~ .icon-spinner {
  display: none; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

#baguetteBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(40, 42, 47, 0.98);
  opacity: 0;
  transition: opacity 0.5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      height: 100%;
      margin: 0; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 90%;
      vertical-align: middle; }
    #baguetteBox-overlay .full-image figcaption {
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      padding-bottom: 16px;
      font-weight: 300;
      line-height: 1.8;
      text-align: center;
      white-space: normal; }
    #baguetteBox-overlay .full-image:before {
      display: inline-block;
      width: 1px;
      height: 50%;
      margin-right: -1px;
      content: ""; }

#baguetteBox-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight 0.4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft 0.4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 15%;
  outline: none;
  transition: background-color 0.4s ease; }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    top: 0;
    left: 0; }
    .baguetteBox-button svg g {
      stroke: white; }

.spinner:not(.button) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1,
.double-bounce2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 2s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.mega-nav-variant-container {
  display: block;
  max-width: 100%;
  min-width: 24%;
  max-height: 31.25rem;
  text-align: center;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem; }
  .mega-nav-variant-container:after {
    content: " ";
    display: block;
    clear: both; }

.mega-nav-root-list,
.mega-nav-child-list {
  float: left;
  margin-right: 15px;
  vertical-align: top; }
  .mega-nav-root-list li,
  .mega-nav-child-list li {
    text-align: left;
    padding: 5px; }
    .mega-nav-root-list li:hover,
    .mega-nav-child-list li:hover {
      cursor: pointer; }
    .mega-nav-root-list li a,
    .mega-nav-child-list li a {
      color: white; }

.mega-nav-root-list {
  width: 24%;
  margin-right: 2%;
  border-right: 1px solid #3f434b;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  height: 460px;
  letter-spacing: 0.077em;
  max-height: 460px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  text-transform: uppercase; }
  .mega-nav-root-list li {
    display: block; }
    .mega-nav-root-list li a {
      letter-spacing: normal; }
    .mega-nav-root-list li.active a {
      color: #25a397; }
    .mega-nav-root-list li:hover a {
      color: white;
      text-decoration: underline; }

.mega-nav-child-container {
  display: block;
  float: left;
  max-width: 75%;
  max-height: 25rem;
  padding-left: 1.875rem; }

.mega-nav-child-list-container {
  display: none; }
  .mega-nav-child-list-container.animating, .mega-nav-child-list-container.visible {
    display: block; }
  .mega-nav-child-list-container.animating {
    position: absolute; }
  .mega-nav-child-list-container.animating-in, .mega-nav-child-list-container.animating-out {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.3s ease; }
  .mega-nav-child-list-container.visible {
    opacity: 1;
    transform: translateY(0); }

.mega-nav-child-header {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: white;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0;
  text-align: left;
  width: 100%; }

.mega-nav-child-list-back {
  display: block;
  height: 1.25rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  font-size: 12px;
  margin-left: -7px; }
  .mega-nav-child-list-back svg {
    margin-top: -3px;
    vertical-align: middle;
    transform: rotate(90deg) !important;
    color: white; }
    .mega-nav-child-list-back svg path {
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mega-nav-child-list-back a {
    height: 100%;
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mega-nav-child-list-back:hover a {
    text-decoration: none;
    color: #25a397; }
  .mega-nav-child-list-back:hover svg path {
    fill: #25a397; }

.mega-nav-child-list-inner-container {
  display: flex;
  height: 22.5rem; }

.mega-nav-child-list {
  display: flex;
  max-height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  float: left;
  font-family: "Roboto Slab", serif;
  font-size: 13px; }
  .mega-nav-child-list .mega-nav-child-item {
    align-self: baseline;
    margin-right: 3.75rem;
    min-height: 0;
    min-width: 0;
    padding: 5px 5px 5px 0;
    text-align: left; }
    .mega-nav-child-list .mega-nav-child-item a {
      color: #6b6e79;
      font-size: 1rem;
      font-weight: lighter;
      padding: 0; }
    .mega-nav-child-list .mega-nav-child-item:hover > a {
      color: #25a397; }
    .mega-nav-child-list .mega-nav-child-item:hover .mega-nav-arrow svg path {
      fill: #25a397; }

.mega-nav-arrow {
  display: inline-block;
  height: 100%;
  margin-left: 0.125rem;
  margin-top: 3px;
  vertical-align: top;
  width: 0.8125rem; }
  .mega-nav-arrow .icon-arrow-down {
    transform: rotate(-90deg);
    vertical-align: middle; }
    .mega-nav-arrow .icon-arrow-down path {
      fill: #6b6e79; }

/*----------  Carousel  ----------*/
.carousel {
  cursor: ew-resize;
  cursor: grab; }
  .js .carousel .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease; }
  .js .carousel.slick-initialized .carousel-item {
    opacity: 1; }
  .carousel .container, .carousel .product-tabs {
    position: relative; }
    @media screen and (max-width: 767px) {
      .carousel .container, .carousel .product-tabs {
        padding: 0; } }

.carousel-item {
  width: 100%; }
  .carousel-item > a {
    display: block; }

.carousel-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 41.66667%;
  background-size: cover; }
  .ratio-natural .carousel-item-image {
    height: auto;
    padding-bottom: 0; }
  .ratio-3-1 .carousel-item-image {
    width: 100%;
    height: 0;
    padding-bottom: 33.33333%; }
  .ratio-16-9 .carousel-item-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }

.ratio-natural .slick-slide .home-carousel-image {
  position: static !important;
  display: block;
  width: 100%;
  height: auto; }

.product-images-container .slick-slide {
  height: auto !important; }

.carousel-item-info {
  padding: 37px 0;
  text-align: center;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.2s ease-out;
  background-color: rgba(40, 42, 47, 0.8); }
  @media screen and (min-width: 768px) {
    .carousel-item-info {
      position: absolute;
      left: 45px;
      bottom: 0;
      width: 380px;
      padding: 25px 31px 32px;
      text-align: left; } }
  .carousel-item-info.show {
    opacity: 1;
    transform: translate(0, 0); }
  .carousel-item-info .carousel-item-title {
    margin: 0;
    font-family: "CoFo Sans Regular";
    font-weight: 400;
    font-size: 40px;
    color: white; }
  .carousel-item-info .carousel-item-caption {
    font-size: 15px;
    color: rgba(182, 186, 194, 0.75); }
  .carousel-item-info .carousel-item-link {
    font-size: 13px;
    color: #25a397; }

.carousel-navigation-item {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 1rem;
  color: white;
  cursor: pointer;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .carousel-navigation-item {
      display: none !important; } }
  .carousel-navigation-item.previous {
    left: 0; }
  .carousel-navigation-item.next {
    right: 0; }
  .carousel-navigation-item .icon {
    height: 24px;
    width: 15px; }

.slick-dots {
  position: absolute;
  top: 41.66667vw;
  left: 50%;
  transform: translateX(-50%) translateY(-34px);
  list-style: none;
  margin: 0 0 30px 0;
  line-height: 1;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .slick-dots {
      top: auto; } }
  .ratio-3-1 .slick-dots {
    top: 33.33333vw; }
  .ratio-16-9 .slick-dots {
    top: 56.25vw; }
  .slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .slick-dots li:hover {
      background-color: #25a397;
      border-color: #25a397; }
  .slick-dots .slick-active {
    border-color: #25a397; }
  .slick-dots button {
    display: none; }

/* General */
body {
  background-color: white; }
  body.scroll-locked {
    overflow: hidden; }

/* Links */
a {
  color: #6b6e79;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #25a397; }

/* Headers */
h1, .blog-items-list .post-title,
h2,
.giftcard-header,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h3 span,
.section-title span,
.listing-title span,
.login-modal .account-sub-heading span,
.auth-sub-heading span,
h4,
.search.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name,
h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  line-height: 1.25;
  font-family: "Modern Era Bold"; }
  h1 a, .blog-items-list .post-title a,
  h2 a,
  .giftcard-header a,
  h3 a,
  .section-title a,
  .listing-title a,
  .login-modal .account-sub-heading a,
  .auth-sub-heading a,
  h3 span a,
  .section-title span a,
  .listing-title span a,
  .login-modal .account-sub-heading span a,
  .auth-sub-heading span a,
  h4 a,
  .search.search-wrap .search-input a,
  .content-result h1 a,
  .content-result .blog-items-list .post-title a,
  .blog-items-list .content-result .post-title a,
  .product-item-price a,
  h5 a,
  .bulk-pricing-block .product-details-heading a,
  .review-item-title a,
  .cart-table-header .cell a,
  .cart-item-info .product-name a,
  h6 a,
  .product-item-brand a,
  .product-details .product-brand a,
  .product-stock a,
  .site-footer .footer-title a,
  .giftwrap-subtitle a {
    color: inherit; }
    h1 a:hover, .blog-items-list .post-title a:hover,
    h2 a:hover,
    .giftcard-header a:hover,
    h3 a:hover,
    .section-title a:hover,
    .listing-title a:hover,
    .login-modal .account-sub-heading a:hover,
    .auth-sub-heading a:hover,
    h3 span a:hover,
    .section-title span a:hover,
    .listing-title span a:hover,
    .login-modal .account-sub-heading span a:hover,
    .auth-sub-heading span a:hover,
    h4 a:hover,
    .search.search-wrap .search-input a:hover,
    .content-result h1 a:hover,
    .content-result .blog-items-list .post-title a:hover,
    .blog-items-list .content-result .post-title a:hover,
    .product-item-price a:hover,
    h5 a:hover,
    .bulk-pricing-block .product-details-heading a:hover,
    .review-item-title a:hover,
    .cart-table-header .cell a:hover,
    .cart-item-info .product-name a:hover,
    h6 a:hover,
    .product-item-brand a:hover,
    .product-details .product-brand a:hover,
    .product-stock a:hover,
    .site-footer .footer-title a:hover,
    .giftwrap-subtitle a:hover {
      color: #25a397; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-weight: 400; }

h1, .blog-items-list .post-title,
h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading,
h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  color: #2e3036; }


h2,
.giftcard-header,
h4,
.search.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price {
  font-weight: 300;
  text-transform: none; }

h1, .blog-items-list .post-title {
  font-size: 2.25rem; }


h2,
.giftcard-header {
  font-size: 1.75rem; }


h3,
.section-title,
.listing-title,
.login-modal .account-sub-heading,
.auth-sub-heading {
  font-size: 1.5rem; }


h4,
.search.search-wrap .search-input,
.content-result h1,
.content-result .blog-items-list .post-title,
.blog-items-list .content-result .post-title,
.product-item-price {
  font-size: 1.25rem; }


h5,
.bulk-pricing-block .product-details-heading,
.review-item-title,
.cart-table-header .cell,
.cart-item-info .product-name {
  font-size: 1.0625rem; }


h6,
.product-item-brand,
.product-details .product-brand,
.product-stock,
.site-footer .footer-title,
.giftwrap-subtitle {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.0625em;
  color: #2e3036; }

p,
li,
span:not(.animated-framer-text):not(.currency-selector-flag--label):not(.cofo-sans-medium) {
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400; }

/* Utility classes */
.text-center {
  text-align: center; }

.hidden {
  display: none; }

/* Basic elements */
hr {
  background: #e6e9ef;
  height: 1px; }

cite {
  color: #b6bac2; }

img {
  max-width: 100%;
  height: auto; }
  img:not([src]) {
    visibility: hidden; }

svg {
  fill: currentColor; }

.list-bulleted {
  margin: 1em 0 1em 1.5em;
  list-style: disc; }

/* Buttons */
button {
  border: 0; }

.button, .blog .post-read-more {
  padding: 1.0625em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: white;
  background-color: #25a397;
  border-radius: 4px;
  box-shadow: 0 0 0 2px transparent inset;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (min-width: 768px) {
    .button:hover, .blog .post-read-more:hover {
      color: white;
      background-color: #282a2f; } }
  .button.button-wide, .blog .post-read-more {
    padding-left: 3em;
    padding-right: 3em; }
  .button.button-small, .blog .button-small.post-read-more {
    padding: 0.25em 0.5em;
    font-size: 13px; }
  .button.button-short, .blog .button-short.post-read-more {
    padding: 0.75em 1.5em; }
  .button.button-secondary, .login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more, .blog .button-secondary.post-read-more {
    color: #b6bac2;
    background: rgba(0, 0, 255, 0);
    box-shadow: 0 0 0 2px #b6bac2 inset; }
    .button.button-secondary:hover, .login-modal .account-create .button:hover, .login-modal .account-create .blog .post-read-more:hover, .blog .login-modal .account-create .post-read-more:hover, .blog .button-secondary.post-read-more:hover {
      color: white;
      background-color: #b6bac2; }
  .button.button-tertiary, .blog .button-tertiary.post-read-more {
    color: white;
    background: #282a2f; }
    .button.button-tertiary:hover, .blog .button-tertiary.post-read-more:hover {
      color: #282a2f;
      box-shadow: 0 0 0 2px #282a2f inset;
      background-color: transparent; }
  .button:disabled, .blog .post-read-more:disabled, .button.button-disabled, .button.compare-submit.is-disabled, .blog .compare-submit.is-disabled.post-read-more, .blog .button-disabled.post-read-more {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #282a2f; }
  .button.spinner, .blog .spinner.post-read-more {
    position: relative; }
    .button.spinner.progress .button-text, .blog .spinner.progress.post-read-more .button-text {
      opacity: 0.1; }
  .button .icon-spinner, .blog .post-read-more .icon-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px; }

.button-group {
  display: inline-block; }

.button-group-item {
  position: relative;
  float: left;
  height: 45px;
  min-width: 45px;
  padding: 12px;
  font-family: "CoFo Sans Regular";
  font-size: 0.8125rem;
  line-height: 1;
  color: #b6bac2;
  text-align: center;
  background-color: transparent;
  border: 2px solid #e6e9ef;
  transition: all 0.3s ease; }
  .button-group-item + .button-group-item {
    margin-left: -2px; }
  .button-group-item:hover {
    background-color: #25a397;
    border-color: #25a397;
    color: white; }
  .button-group-item:first-child {
    border-radius: 4px 0 0 4px; }
  .button-group-item:last-child {
    border-radius: 0 4px 4px 0; }
  .button-group-item.active {
    z-index: 1;
    color: white;
    background-color: #282a2f;
    border-color: #282a2f; }
  .button-group-item.disabled, .button-group-item.active {
    pointer-events: none;
    cursor: default; }
  .button-group-item .icon-grid-view {
    width: 16px;
    height: 16px; }
  .button-group-item .icon-list-view {
    width: 17px;
    height: 16px; }

/*----------  Forms  ----------*/
.form-field, .account-wrapper .form-field {
  margin-bottom: 1.75rem; }
  @media screen and (max-width: 501px) {
    .form-field, .account-wrapper .form-field {
      margin-bottom: 0px; } }

.form-label {
  font-weight: 400; }
  .form-label.checkbox .form-label-text {
    margin-bottom: 0; }

.form-input, .navigation-mobile .search-input, .review-form .product-item-rating {
  display: block;
  padding: 1.1875rem 1.0625rem 1.125rem;
  color: #b6bac2;
  border: 0;
  border-radius: 4px;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .navigation-mobile .search-input:not([type="radio"]):not([type="checkbox"]):not(.quantity-input), .review-form .product-item-rating:not([type="radio"]):not([type="checkbox"]):not(.quantity-input) {
    box-shadow: 0 0 0 2px #e6e9ef inset; }
  .form-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .navigation-mobile .search-input:not(textarea):not([type="radio"]):not([type="checkbox"]), .review-form .product-item-rating:not(textarea):not([type="radio"]):not([type="checkbox"]) {
    height: 3.4375rem; }
  .form-input:focus, .navigation-mobile .search-input:focus, .review-form .product-item-rating:focus {
    outline: none; }
  .form-input.form-input-short, .navigation-mobile .form-input-short.search-input, .review-form .form-input-short.product-item-rating {
    padding: 0.875rem 1.0625rem 0.8125rem;
    height: 2.8125rem; }

.form-radio,
.form-checkbox {
  display: inline-block;
  vertical-align: middle; }
  .form-radio + .form-label-text,
  .form-checkbox + .form-label-text {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0.625rem;
    margin-left: 0.625rem; }

.form-select-wrapper {
  position: relative;
  display: block; }
  .form-select-wrapper:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23b6bac2' version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M6.514 6.232l9.487 9.597 9.487-9.597c1.491-1.491 3.904-1.491 5.395 0 1.483 1.507 1.491 3.944 0 5.451l-12.19 12.306c-1.483 1.491-3.904 1.491-5.395 0l-12.182-12.306c-1.489-1.507-1.489-3.944 0.002-5.451 1.491-1.491 3.904-1.491 5.395 0z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 9px;
    height: 6px;
    margin-top: -3px;
    pointer-events: none;
    content: ""; }
  .form-select-wrapper .form-select {
    width: 100%;
    color: #6b6e79; }

.form-select {
  height: 3.4375rem;
  padding: 0 2.25rem 0 1.0625rem;
  background-color: white;
  appearance: none; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.form-input-short {
    height: 2.8125rem;
    padding: 0 2.25rem 0 1.0625rem; }

.form-label-text,
.form-field-title {
  display: block;
  margin: 0 0.625rem 0.5rem 0;
  font-weight: normal; }

.form-field-title .required-text {
  display: none; }
  .form-required .form-field-title .required-text {
    display: inline-block; }

.input-group {
  display: table;
  width: 100%; }

.input-group-item {
  display: table-cell;
  vertical-align: top; }
  .input-group-item:first-child .button, .input-group-item:first-child .blog .post-read-more, .blog .input-group-item:first-child .post-read-more {
    border-radius: 4px 0 0 4px;
    margin-right: -2px; }
  .input-group-item:last-child .button, .input-group-item:last-child .blog .post-read-more, .blog .input-group-item:last-child .post-read-more {
    border-radius: 0 4px 4px 0;
    margin-left: -2px; }
  .input-group-item.form-field {
    width: 99%; }
  .input-group-item .form-input, .input-group-item .navigation-mobile .search-input, .navigation-mobile .input-group-item .search-input, .input-group-item .review-form .product-item-rating, .review-form .input-group-item .product-item-rating {
    width: 100%; }

.form-field-date .form-select-wrapper {
  float: left; }

.form-field-date .form-date-year {
  width: 44%; }

.form-field-date .form-date-month {
  width: 25%;
  margin-right: 3%;
  margin-left: 3%; }

.form-field-date .form-date-day {
  width: 25%; }

/*----------  Form Errors  ----------*/
.form-error {
  color: #FF5E5D;
  border: 1px solid #FF5E5D; }
  .form-error::placeholder {
    color: #fff6f6; }

.form-error-message {
  color: #FF5E5D; }

.form-inline-message {
  display: block;
  margin-top: 0.625rem;
  clear: left; }
  .form-field-invalid .form-inline-message {
    color: #FF5E5D; }

/* Tables */
table {
  color: #6b6e79;
  border-color: #e6e9ef; }

th {
  color: #b6bac2; }

table.geotrust-ssl-seal-table {
  margin-top: 30px;
  margin-bottom: 0;
  border: 0; }
  table.geotrust-ssl-seal-table td {
    padding: 0;
    border: 0; }

.alert {
  position: absolute;
  width: 100%;
  z-index: 15;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .alert.dismissed {
    opacity: 0; }
  .alert.hidden, .alert.alert-dynamic {
    display: none; }
  .alert.animating, .alert.visible {
    display: block; }
  .alert.animating-in, .alert.animating-out {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .alert.visible {
    transform: translateX(0);
    opacity: 1; }
  .alert.revertAlertOnAccount {
    position: relative; }
  .alert .alert-dismiss {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 0.75rem;
    height: 0.75rem;
    line-height: 0;
    color: #fff;
    cursor: pointer; }
    .alert .alert-dismiss:hover {
      opacity: 1; }
  .alert.alert-success {
    background-color: #25a397; }
  .alert.success {
    background-color: #8BC53F; }
    .alert.success .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23557925' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert.alert-error, .alert.error {
    background-color: #FF5E5D; }
    .alert.alert-error .alert-dismiss, .alert.error .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23c30100' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert.alert-info, .alert.neutral {
    background-color: #00529B; }
    .alert.alert-info .alert-dismiss, .alert.neutral .alert-dismiss {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23000102' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E"); }
  .alert a:not(.alert-dismiss) {
    color: #fff;
    text-decoration: underline; }
    .alert a:not(.alert-dismiss):hover {
      text-decoration: none; }

/*----------  Spinner  ----------*/
.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8); }
  .loading-overlay .icon-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px; }

/*----------  Animations  ----------*/
.icon-spinner {
  width: 20px;
  height: 20px;
  animation: spin 0.75s linear infinite; }

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

/*----------  Page  ----------*/
.page-header_breadcrumb {
  display: none; }
  @media screen and (max-width: 1024px), screen and (orientation: portrait) {
    .page-header_breadcrumb {
      display: block; } }

.page-header_nav {
  display: block; }
  @media screen and (max-width: 1024px), screen and (orientation: portrait) {
    .page-header_nav {
      display: none; } }
  .page-header_nav-main {
    margin: 15px auto;
    max-width: 1230px;
    text-align: left; }
    @media screen and (min-width: 1920px) {
      .page-header_nav-main {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .page-header_nav-main {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .page-header_nav-main {
        max-width: 2895px; } }
    .page-header_nav-main--items {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
      row-gap: 40px;
      margin-top: 25px;
      text-align: center; }
      @media screen and (max-width: 1023px) {
        .page-header_nav-main--items {
          grid-template-columns: repeat(auto-fit, minmax(21%, 1fr)); } }
      .page-header_nav-main--items li a {
        color: #000; }
      .page-header_nav-main--items li a:hover {
        text-decoration: underline; }

.page-header .page-title {
  text-transform: uppercase;
  margin: 0 auto; }

.section-title {
  margin: 0 0 2.083em;
  font-size: 24px; }

.page-content ul,
.product-description ul,
.blog-content ul {
  list-style: disc; }

.page-content a,
.product-description a,
.blog-content a {
  color: #25a397; }
  .page-content a:hover,
  .product-description a:hover,
  .blog-content a:hover {
    text-decoration: underline; }

.page-content img,
.product-description img,
.blog-content img {
  margin-bottom: 2em; }

.page-content .feedflare img,
.product-description .feedflare img,
.blog-content .feedflare img {
  margin-bottom: 0; }

.page-content .page-feed h6, .page-content .page-feed .product-item-brand, .page-content .page-feed .product-details .product-brand, .product-details .page-content .page-feed .product-brand, .page-content .page-feed .product-stock, .page-content .page-feed .site-footer .footer-title, .site-footer .page-content .page-feed .footer-title, .page-content .page-feed .giftwrap-subtitle,
.product-description .page-feed h6,
.product-description .page-feed .product-item-brand,
.product-description .page-feed .product-details .product-brand,
.product-details .product-description .page-feed .product-brand,
.product-description .page-feed .product-stock,
.product-description .page-feed .site-footer .footer-title,
.site-footer .product-description .page-feed .footer-title,
.product-description .page-feed .giftwrap-subtitle,
.blog-content .page-feed h6,
.blog-content .page-feed .product-item-brand,
.blog-content .page-feed .product-details .product-brand,
.product-details .blog-content .page-feed .product-brand,
.blog-content .page-feed .product-stock,
.blog-content .page-feed .site-footer .footer-title,
.site-footer .blog-content .page-feed .footer-title,
.blog-content .page-feed .giftwrap-subtitle {
  margin-top: 0; }

.page-content .page-feed li,
.product-description .page-feed li,
.blog-content .page-feed li {
  margin-bottom: 0; }

.horizontal-scrollbar {
  overflow-x: auto; }

/*----------  Pagination  ----------*/
.pagination-wrapper {
  margin: 5rem 0;
  text-align: center; }

.pagination .icon {
  position: relative;
  top: 0.125rem;
  width: 0.75rem;
  height: 0.625rem; }

.pagination .pagination-page-link {
  line-height: 1.0625rem; }

/*----------  Newsletter Signup  ----------*/
.newsletter-signup {
  background-color: #eff1f5; }
  .newsletter-signup .container, .newsletter-signup .product-tabs {
    max-width: 616px; }
  .newsletter-signup .subscription-form {
    text-align: center; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .subscription-form {
        display: flex;
        align-items: flex-start;
        justify-content: center; } }
  .newsletter-signup .form-field {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (min-width: 480px) {
      .newsletter-signup .form-field {
        display: inline-block;
        flex: 2;
        width: auto;
        margin: 0 30px 0 0; } }
  .newsletter-signup .form-input, .newsletter-signup .navigation-mobile .search-input, .navigation-mobile .newsletter-signup .search-input, .newsletter-signup .review-form .product-item-rating, .review-form .newsletter-signup .product-item-rating {
    width: 100%; }
  .newsletter-signup .form-inline-message {
    text-align: left; }
  .newsletter-signup .newsletter-summary {
    margin-top: 30px;
    text-align: center; }

.footer-col .form.subscription-form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 6px; }
  .footer-col .form.subscription-form .form-input, .footer-col .form.subscription-form .navigation-mobile .search-input, .navigation-mobile .footer-col .form.subscription-form .search-input, .footer-col .form.subscription-form .review-form .product-item-rating, .review-form .footer-col .form.subscription-form .product-item-rating {
    height: 40px; }
  .footer-col .form.subscription-form .form-field.form-inline {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0;
    position: relative;
    height: 40px; }
    .footer-col .form.subscription-form .form-field.form-inline.form-field-invalid .form-inline-message {
      position: absolute; }
    .footer-col .form.subscription-form .form-field.form-inline #nl_email {
      background: transparent;
      border: none;
      box-shadow: none;
      color: rgba(255, 255, 255, 0.5);
      border-radius: 0;
      text-transform: none;
      width: 100%; }
      .footer-col .form.subscription-form .form-field.form-inline #nl_email::placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1;
        text-transform: none; }
      .footer-col .form.subscription-form .form-field.form-inline #nl_email:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-transform: none; }
      .footer-col .form.subscription-form .form-field.form-inline #nl_email::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-transform: none; }
  .footer-col .form.subscription-form .subscription-form-button {
    color: gray;
    background-color: transparent;
    border: none;
    font-size: 20px;
    margin: auto 0;
    padding: 0; }
    .footer-col .form.subscription-form .subscription-form-button--svg {
      width: 40px;
      height: 100%;
      vertical-align: middle; }

/*----------  Banners  ----------*/
.banners {
  padding: 0 15px;
  text-align: center;
  background: #eff1f5; }
  @media only screen and (max-width: 840px) {
    .banners {
      padding-top: 20px; } }

.banners-bottom {
  background: white;
  border-top: 1px solid #e6e9ef;
  border-bottom: 1px solid #e6e9ef; }

.banner {
  max-width: 1230px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e6e9ef; }
  .banner h1, .banner .blog-items-list .post-title, .blog-items-list .banner .post-title,
  .banner h2,
  .banner .giftcard-header,
  .banner h3,
  .banner .section-title,
  .banner .listing-title,
  .banner .login-modal .account-sub-heading,
  .login-modal .banner .account-sub-heading,
  .banner .auth-sub-heading,
  .banner h4,
  .banner .search.search-wrap .search-input,
  .search.search-wrap .banner .search-input,
  .banner .content-result h1,
  .content-result .banner h1,
  .banner .content-result .blog-items-list .post-title,
  .content-result .blog-items-list .banner .post-title,
  .banner .blog-items-list .content-result .post-title,
  .blog-items-list .content-result .banner .post-title,
  .banner .product-item-price,
  .banner h5,
  .banner .bulk-pricing-block .product-details-heading,
  .bulk-pricing-block .banner .product-details-heading,
  .banner .review-item-title,
  .banner .cart-table-header .cell,
  .cart-table-header .banner .cell,
  .banner .cart-item-info .product-name,
  .cart-item-info .banner .product-name,
  .banner h6,
  .banner .product-item-brand,
  .banner .product-details .product-brand,
  .product-details .banner .product-brand,
  .banner .product-stock,
  .banner .site-footer .footer-title,
  .site-footer .banner .footer-title,
  .banner .giftwrap-subtitle {
    color: inherit; }
  .banner a {
    text-decoration: underline; }
    .banner a:hover {
      color: #6b6e79; }
  .banner:last-child {
    border-bottom: 0; }

.product-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 4%;
  border: 0;
  width: 100%;
  max-height: 100%; }
  .thumbnail-cover .product-item-image {
    height: 100%; }

.ratio-any img {
  width: 100%; }

.ratio-16-9:not(.carousel) {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.ratio-4-3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%; }

.ratio-1-1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.ratio-3-1:not(.carousel) {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333%; }

.ratio-3-4 {
  width: 100%;
  height: 0;
  padding-bottom: 133.33333%; }

.amp-product-options .form-field-quantity-control {
  position: relative;
  display: block; }
  .amp-product-options .form-field-quantity-control .form-input, .amp-product-options .form-field-quantity-control .navigation-mobile .search-input, .navigation-mobile .amp-product-options .form-field-quantity-control .search-input, .amp-product-options .form-field-quantity-control .review-form .product-item-rating, .review-form .amp-product-options .form-field-quantity-control .product-item-rating {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center; }
  .amp-product-options .form-field-quantity-control .quantity-control-action {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer; }
    .amp-product-options .form-field-quantity-control .quantity-control-action:hover {
      color: #25a397; }
  .amp-product-options .form-field-quantity-control .quantity-decrement {
    left: 8px; }
  .amp-product-options .form-field-quantity-control .quantity-increment {
    right: 8px; }

.amp-product-options .button-progress .complete-text {
  top: calc(50% - 10px); }

.mini-cart {
  z-index: 999;
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background-color: #2e3036;
  transition: transform .3s ease; }
  .no-js .mini-cart {
    overflow: auto; }

.mini-cart-inner {
  position: relative;
  top: 0; }

.mini-cart-top-bar {
  color: white; }
  .mini-cart-top-bar .button-cart-close {
    position: absolute;
    top: 2.5rem;
    right: 1.5625rem;
    padding: 0;
    background: none; }
    .mini-cart-top-bar .button-cart-close .icon-close:hover {
      color: #25a397; }

.mini-cart-contents > .icon-spinner {
  display: block;
  margin: 1.25rem auto; }

.mini-cart-title {
  color: white;
  font-size: 18px;
  text-align: center;
  font-family: "Modern Era Bold";
  font-weight: 300;
  text-transform: none;
  margin: 0;
  padding: 2.5rem 0; }

.mini-cart-empty {
  color: white;
  text-align: center; }

.mini-cart-item, .compare-tab-item {
  color: white;
  position: relative;
  transition: background-color 0.3s ease; }
  .mini-cart-item:not(:last-of-type):after, .compare-tab-item:not(:last-of-type):after {
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    margin-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    content: ""; }
  .mini-cart-item:hover, .compare-tab-item:hover {
    background-color: #222428; }
    .mini-cart-item:hover:after, .compare-tab-item:hover:after {
      background-color: #222428; }
    .mini-cart-item:hover .mini-cart-item-actions, .compare-tab-item:hover .mini-cart-item-actions {
      opacity: 1; }
  .mini-cart-item.removing .mini-cart-item-wrap, .removing.compare-tab-item .mini-cart-item-wrap, .mini-cart-item.removing .compare-tab-item-wrap, .removing.compare-tab-item .compare-tab-item-wrap {
    pointer-events: none;
    opacity: 0.2; }
  .mini-cart-item a, .compare-tab-item a {
    color: inherit; }
  .mini-cart-item .icon-spinner, .compare-tab-item .icon-spinner {
    position: absolute;
    top: 25px;
    right: 25px; }

.mini-cart-item-wrap, .compare-tab-item-wrap {
  display: table;
  width: 100%;
  padding: 25px; }
  .mini-cart-item-wrap > *, .compare-tab-item-wrap > * {
    display: table-cell; }
  .mini-cart-item-wrap .giftcard-image, .compare-tab-item-wrap .giftcard-image {
    width: 75px; }

.mini-cart-item-thumb {
  position: relative;
  width: 75px; }
  .mini-cart-item-thumb.no-image {
    background-color: white; }

.mini-cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.mini-cart-item-title, .compare-tab-item-title {
  font-family: "CoFo Sans Regular", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase; }

.mini-cart-item-options {
  padding-top: 2px;
  padding-bottom: 2px; }
  .mini-cart-item-options .option-value {
    margin-right: 4px;
    color: #6b6e79; }
    .mini-cart-item-options .option-value:not(:last-child):after {
      content: ","; }

.mini-cart-item-description, .compare-tab-item-description {
  vertical-align: middle;
  padding-left: 20px;
  width: 90%; }

.mini-cart-item-actions {
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .mini-cart-item-actions .link {
    margin-right: 14px; }

.mini-cart-item-price {
  text-align: right;
  vertical-align: bottom;
  opacity: 0.6; }
  .mini-cart-item-price .price-discounted {
    text-decoration: line-through; }

.mini-cart-footer {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .mini-cart-footer .mini-cart-subtotal {
    float: right;
    font-size: 111%;
    vertical-align: middle; }

.mini-cart-footer-title {
  color: white; }

.mini-cart-actions .button, .mini-cart-actions .blog .post-read-more, .blog .mini-cart-actions .post-read-more {
  width: calc(50% - 5px); }
  .mini-cart-actions .button + .button, .mini-cart-actions .blog .post-read-more + .button, .blog .mini-cart-actions .post-read-more + .button, .mini-cart-actions .blog .button + .post-read-more, .blog .mini-cart-actions .button + .post-read-more, .mini-cart-actions .blog .post-read-more + .post-read-more, .blog .mini-cart-actions .post-read-more + .post-read-more {
    float: right; }

.mini-cart-actions .button-secondary, .mini-cart-actions .login-modal .account-create .button, .login-modal .account-create .mini-cart-actions .button, .mini-cart-actions .login-modal .account-create .blog .post-read-more, .login-modal .account-create .blog .mini-cart-actions .post-read-more, .mini-cart-actions .blog .login-modal .account-create .post-read-more, .blog .login-modal .account-create .mini-cart-actions .post-read-more {
  color: white;
  box-shadow: 0 0 0 2px white inset; }
  .mini-cart-actions .button-secondary:hover, .mini-cart-actions .login-modal .account-create .button:hover, .login-modal .account-create .mini-cart-actions .button:hover, .mini-cart-actions .login-modal .account-create .blog .post-read-more:hover, .login-modal .account-create .blog .mini-cart-actions .post-read-more:hover, .mini-cart-actions .blog .login-modal .account-create .post-read-more:hover, .blog .login-modal .account-create .mini-cart-actions .post-read-more:hover {
    box-shadow: 0 0 0 2px #b6bac2 inset; }

/*----------  Search Form  ----------*/
.search-form {
  position: relative;
  max-width: 250px;
  margin: 1.375rem auto 0; }
  .search-form .search-input {
    width: 100%; }
  .search-form .button-search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: 0;
    color: #b6bac2;
    background: none;
    transform: translateY(-50%); }
  .search-form .icon-search {
    width: 24px;
    height: 24px; }
  .search-form .form-inline-message {
    position: absolute;
    bottom: -3.125rem; }

.search.search-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  background-color: rgba(40, 42, 47, 0.98);
  transform: translateY(-100%);
  transition: all 0.2s ease-out;
  display: none; }
  .search.search-wrap.search-open {
    top: 0;
    height: 100vh;
    opacity: 1;
    transform: translateY(0);
    transform: translate(-50%, -50%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .search.search-wrap.search-open .search-input.form-input, .search.search-wrap.search-open .navigation-mobile .search-input, .navigation-mobile .search.search-wrap.search-open .search-input, .search.search-wrap.search-open .review-form .search-input.product-item-rating, .review-form .search.search-wrap.search-open .search-input.product-item-rating {
      box-shadow: none; }
  .search.search-wrap .search-input {
    padding-right: 0;
    padding-left: 0;
    background: none;
    color: white; }
    .search.search-wrap .search-input::placeholder {
      color: white;
      text-transform: none;
      font-size: 1.25rem; }
    .search.search-wrap .search-input:focus {
      outline: none; }
  .search.search-wrap .button-search-submit {
    top: 1.5625rem;
    color: white; }
  .search.search-wrap .form-field {
    margin: 0; }

.button-search-submit {
  float: right;
  right: 0;
  background: none; }
  .button-search-submit:hover, .button-search-submit:focus {
    color: #25a397;
    outline: 0; }
  .button-search-submit .icon {
    width: 25px;
    height: 25px; }

/*----------  Search Page  ----------*/
.search .product-listing {
  padding-top: 0; }

.search .tab-content-panel {
  display: grid; }
  @media screen and (min-width: 768px) {
    .search .tab-content-panel.with-sidebar {
      column-gap: 2%;
      align-items: start; } }

.tabs {
  margin-top: 5rem; }

.content-results {
  margin-bottom: 5rem; }

.content-result {
  margin-bottom: 2.5rem; }

.content-results-pagination {
  text-align: center; }

.nav-mobile-open .site-canvas {
  transform: none;
  padding-top: 3.5rem; }

.nav-mobile-open .top-bar {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%; }

.nav-mobile-open .button-mobile-nav-toggle .burger {
  transform: rotate(-45deg); }
  .nav-mobile-open .button-mobile-nav-toggle .burger:before {
    transform: rotate(90deg); }
  .nav-mobile-open .button-mobile-nav-toggle .burger:after {
    display: none; }

.button-mobile-nav-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .button-mobile-nav-toggle.has-promo {
    top: auto;
    bottom: 15px;
    transform: translateY(0); }

.button-mobile-nav-back {
  margin-top: 10px;
  position: relative;
  background: none;
  left: 10px;
  display: none; }
  .button-mobile-nav-back .icon {
    width: 9px;
    height: 14px; }
  .mobile-nav-open .button-mobile-nav-back {
    display: block; }

.button-mobile-nav-toggle {
  left: 16px;
  height: 28px;
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .button-mobile-nav-toggle {
      display: none; } }
  .button-mobile-nav-toggle:focus {
    outline: none; }
  .button-mobile-nav-toggle .burger {
    display: block;
    width: 16px;
    height: 2px;
    background: white;
    border-radius: 1px;
    transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before, .button-mobile-nav-toggle .burger:after {
      display: block;
      width: 16px;
      height: 2px;
      background: white;
      border-radius: 1px;
      content: '';
      transition: transform 0.2s ease; }
    .button-mobile-nav-toggle .burger:before {
      transform: rotate(0deg) translate3d(0, -5px, 0); }
    .button-mobile-nav-toggle .burger:after {
      transform: translateY(3px); }

.button-mobile-nav-cart {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  height: 32px;
  transform: translateY(-35%); }
  @media screen and (max-width: 1023px) {
    .button-mobile-nav-cart {
      display: block; } }
  .button-mobile-nav-cart.has-promo {
    top: auto;
    bottom: 8%;
    transform: translateY(0); }
  .button-mobile-nav-cart a {
    display: block;
    position: relative; }
    .button-mobile-nav-cart a span.countPill.cart-quantity {
      display: inline-block;
      text-align: center;
      background: #25A397;
      border-radius: 50%;
      height: 16px;
      width: 16px;
      line-height: 13px;
      position: absolute;
      top: -5px;
      right: -9px;
      color: #fff;
      border: 2px solid #282A2F;
      font-size: 10px; }
    .button-mobile-nav-cart a svg {
      fill: white; }

.container-extended {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 767px) {
    .container-extended {
      margin-top: -5rem; } }
  .container-extended h1, .container-extended .blog-items-list .post-title, .blog-items-list .container-extended .post-title {
    margin-top: 0; }
  .container-extended ul.breadcrumbs {
    margin: 0; }
  .container-extended .listing-description {
    background: #fff; }
  .container-extended .extended-category-description > div, .container-extended .extended-category-description > section {
    margin-bottom: 7px; }
  .container-extended img {
    width: 100%; }
  .container-extended h2, .container-extended .giftcard-header {
    color: #0F1111;
    font-size: 32px;
    line-height: 1.2em;
    padding: 40px 0;
    margin: 0;
    font-weight: 700;
    text-align: center; }
  .container-extended .section-banner-content {
    position: relative; }
    .container-extended .section-banner-content > img {
      display: block; }
      .container-extended .section-banner-content > img.mobile-view {
        display: none; }
      @media (max-width: 800px) {
        .container-extended .section-banner-content > img {
          display: none; }
          .container-extended .section-banner-content > img.mobile-view {
            display: block; } }
    .container-extended .section-banner-content .inner-section {
      width: 100%;
      top: 0;
      left: 0;
      position: absolute; }
      @media (max-width: 800px) {
        .container-extended .section-banner-content .inner-section {
          background: rgba(0, 0, 0, 0.5);
          height: 100%; } }
      .container-extended .section-banner-content .inner-section .container, .container-extended .section-banner-content .inner-section .product-tabs {
        width: calc(100% - 30px); }
        @media (max-width: 800px) {
          .container-extended .section-banner-content .inner-section .container, .container-extended .section-banner-content .inner-section .product-tabs {
            position: relative; } }
        .container-extended .section-banner-content .inner-section .container .content-box, .container-extended .section-banner-content .inner-section .product-tabs .content-box {
          position: absolute;
          top: 0;
          right: 20%;
          width: 21.5%;
          padding: 20px 10px;
          text-align: center;
          margin-top: 7%; }
          @media (max-width: 990px) {
            .container-extended .section-banner-content .inner-section .container .content-box, .container-extended .section-banner-content .inner-section .product-tabs .content-box {
              padding: 7px; } }
          @media (min-width: 801px) {
            .container-extended .section-banner-content .inner-section .container .content-box, .container-extended .section-banner-content .inner-section .product-tabs .content-box {
              background: rgba(0, 0, 0, 0.5); } }
          @media (max-width: 800px) {
            .container-extended .section-banner-content .inner-section .container .content-box, .container-extended .section-banner-content .inner-section .product-tabs .content-box {
              top: 0;
              margin-top: 33%;
              right: 0;
              text-align: center;
              width: 100%; } }
          @media (max-width: 380px) {
            .container-extended .section-banner-content .inner-section .container .content-box, .container-extended .section-banner-content .inner-section .product-tabs .content-box {
              margin-top: 26%; } }
          @media (max-width: 300px) {
            .container-extended .section-banner-content .inner-section .container .content-box, .container-extended .section-banner-content .inner-section .product-tabs .content-box {
              margin-top: 20%; } }
          .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
            font-size: 50px;
            line-height: 1.2em;
            padding-bottom: 20px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase; }
            @media (max-width: 1435px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                line-height: 1em;
                padding-bottom: 10px;
                font-size: 32px; } }
            @media (max-width: 940px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                padding-bottom: 5px;
                font-size: 30px; } }
            @media (max-width: 864px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                padding-bottom: 3px;
                font-size: 28px; } }
            @media (max-width: 828px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                font-size: 26px; } }
            @media (max-width: 600px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                line-height: 1em;
                padding-bottom: 10px;
                font-size: 32px; } }
            @media (max-width: 375px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                font-size: 30px; } }
            @media (max-width: 353px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                font-size: 28px; } }
            @media (max-width: 329px) {
              .container-extended .section-banner-content .inner-section .container .content-box .heading, .container-extended .section-banner-content .inner-section .product-tabs .content-box .heading {
                font-size: 26px; } }
          .container-extended .section-banner-content .inner-section .container .content-box .content, .container-extended .section-banner-content .inner-section .product-tabs .content-box .content {
            color: #fff;
            font-size: 18px;
            line-height: 1.4em;
            font-weight: 300; }
            @media (max-width: 1250px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .content, .container-extended .section-banner-content .inner-section .product-tabs .content-box .content {
                font-size: 16px; } }
            @media (max-width: 1175px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .content, .container-extended .section-banner-content .inner-section .product-tabs .content-box .content {
                line-height: 1em; } }
            @media (max-width: 940px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .content, .container-extended .section-banner-content .inner-section .product-tabs .content-box .content {
                font-size: 15px; } }
            @media (max-width: 882px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .content, .container-extended .section-banner-content .inner-section .product-tabs .content-box .content {
                font-size: 14px; } }
            @media (max-width: 828px) and (min-width: 801px) {
              .container-extended .section-banner-content .inner-section .container .content-box .content, .container-extended .section-banner-content .inner-section .product-tabs .content-box .content {
                font-size: 13px; } }
    .container-extended .section-banner-content .cta.button, .container-extended .section-banner-content .blog .cta.post-read-more, .blog .container-extended .section-banner-content .cta.post-read-more {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.35);
      border: 0 none;
      color: #fff;
      border-radius: 25px;
      position: absolute;
      bottom: 30px;
      right: 50px;
      width: 200px;
      padding: 12px; }
      @media (max-width: 600px) {
        .container-extended .section-banner-content .cta.button, .container-extended .section-banner-content .blog .cta.post-read-more, .blog .container-extended .section-banner-content .cta.post-read-more {
          display: none; } }
  .container-extended .section-map-image {
    background: #000;
    position: relative; }
    .container-extended .section-map-image .container, .container-extended .section-map-image .product-tabs {
      width: calc(100% - 30px);
      position: relative; }
      .container-extended .section-map-image .container .inner-section, .container-extended .section-map-image .product-tabs .inner-section {
        position: relative;
        padding: 30px 0 0; }
        .container-extended .section-map-image .container .inner-section img, .container-extended .section-map-image .product-tabs .inner-section img {
          padding-top: 15px;
          max-height: 500px;
          width: auto !important;
          display: block;
          margin-left: auto;
          margin-right: auto; }
    .container-extended .section-map-image .hover-wrapper {
      position: absolute;
      width: 35px;
      height: 35px; }
      .container-extended .section-map-image .hover-wrapper .hover-point {
        display: block;
        border: 2px solid #fff;
        background: rgba(145, 145, 145, 0.4);
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        outline-style: none;
        cursor: pointer;
        position: relative; }
        .container-extended .section-map-image .hover-wrapper .hover-point:hover {
          background: #00B6D9; }
        .container-extended .section-map-image .hover-wrapper .hover-point > div {
          visibility: hidden;
          background-color: #fff;
          color: #000;
          text-align: center;
          border-radius: 6px;
          padding: 5px 0;
          position: absolute;
          z-index: 1;
          top: -40px;
          opacity: 0;
          transition: opacity 0.3s;
          padding: 0;
          text-align: left;
          width: 420px; }
          @media (max-width: 800px) {
            .container-extended .section-map-image .hover-wrapper .hover-point > div {
              width: 250px;
              top: -50px; } }
          @media (max-width: 500px) {
            .container-extended .section-map-image .hover-wrapper .hover-point > div {
              width: 160px;
              top: -65px; } }
          .container-extended .section-map-image .hover-wrapper .hover-point > div::after {
            content: "";
            position: absolute;
            top: calc(50% - 8px);
            border: 8px solid transparent; }
          .container-extended .section-map-image .hover-wrapper .hover-point > div.right {
            left: 41px; }
            .container-extended .section-map-image .hover-wrapper .hover-point > div.right::after {
              left: -8px;
              border-left: 0;
              border-right-color: #fff; }
          .container-extended .section-map-image .hover-wrapper .hover-point > div.left {
            right: 41px; }
            .container-extended .section-map-image .hover-wrapper .hover-point > div.left::after {
              right: -8px;
              border-right: 0;
              border-left-color: #fff; }
          .container-extended .section-map-image .hover-wrapper .hover-point > div strong {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 14px; }
          .container-extended .section-map-image .hover-wrapper .hover-point > div span {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
            margin-top: 14px;
            min-height: 40px;
            display: block; }
          .container-extended .section-map-image .hover-wrapper .hover-point > div a {
            display: block;
            padding: 14px 16px;
            color: #000; }
            .container-extended .section-map-image .hover-wrapper .hover-point > div a:hover {
              color: #000;
              text-decoration: underline; }
        .container-extended .section-map-image .hover-wrapper .hover-point:hover > div {
          visibility: visible;
          opacity: 1; }
      @media (max-width: 500px) {
        .container-extended .section-map-image .hover-wrapper.mobile-top-margin .hover-point {
          margin-top: 165%; }
        .container-extended .section-map-image .hover-wrapper.mobile-margin-left .hover-point {
          margin-left: -165%; }
        .container-extended .section-map-image .hover-wrapper.mobile-margin-right .hover-point {
          margin-left: 165%; } }
    .container-extended .section-map-image .container-wrapper {
      width: 100%; }
      .container-extended .section-map-image .container-wrapper .map-image-content {
        text-align: center; }
        .container-extended .section-map-image .container-wrapper .map-image-content .heading {
          font-size: 50px;
          line-height: 1.2em;
          color: #00B6D9;
          font-weight: 700; }
          @media (max-width: 900px) {
            .container-extended .section-map-image .container-wrapper .map-image-content .heading {
              font-size: 32px; } }
        .container-extended .section-map-image .container-wrapper .map-image-content .content {
          color: #fff;
          font-size: 18px;
          line-height: 1.4em;
          font-weight: 300; }
          @media (max-width: 900px) {
            .container-extended .section-map-image .container-wrapper .map-image-content .content {
              font-size: 16px; } }
          @media (max-width: 600px) {
            .container-extended .section-map-image .container-wrapper .map-image-content .content {
              font-size: 13px; } }
  .container-extended .section-simple-banner {
    position: relative;
    background: #000;
    padding: 30px 0; }
    .container-extended .section-simple-banner .container img, .container-extended .section-simple-banner .product-tabs img {
      width: auto;
      display: block;
      margin: 10px auto 15px; }
    .container-extended .section-simple-banner .container .heading, .container-extended .section-simple-banner .product-tabs .heading {
      text-align: center;
      font-size: 50px;
      line-height: 1.2em;
      color: #00B6D9;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 900px) {
        .container-extended .section-simple-banner .container .heading, .container-extended .section-simple-banner .product-tabs .heading {
          font-size: 32px; } }
    .container-extended .section-simple-banner .container p, .container-extended .section-simple-banner .product-tabs p {
      color: #fff;
      font-size: 16px;
      line-height: 1.4em;
      font-weight: 300; }
      @media (max-width: 850px) {
        .container-extended .section-simple-banner .container p, .container-extended .section-simple-banner .product-tabs p {
          font-size: 16px; } }
      .container-extended .section-simple-banner .container p strong, .container-extended .section-simple-banner .product-tabs p strong {
        color: #00B6D9;
        text-transform: uppercase; }
    .container-extended .section-simple-banner .container .simple-banner-cells, .container-extended .section-simple-banner .product-tabs .simple-banner-cells {
      display: flex;
      text-align: left;
      justify-content: center;
      flex-wrap: wrap; }
      .container-extended .section-simple-banner .container .simple-banner-cells .cell, .container-extended .section-simple-banner .product-tabs .simple-banner-cells .cell {
        width: 33.33%;
        padding: 0 4%;
        text-align: center; }
        @media (max-width: 500px) {
          .container-extended .section-simple-banner .container .simple-banner-cells .cell, .container-extended .section-simple-banner .product-tabs .simple-banner-cells .cell {
            width: 100%; } }
    .container-extended .section-simple-banner img {
      max-height: 450px;
      width: auto !important;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 900px) {
        .container-extended .section-simple-banner img {
          max-height: 300px; } }
    .container-extended .section-simple-banner .cell img {
      max-height: 200px;
      width: 100% !important;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 900px) {
        .container-extended .section-simple-banner .cell img {
          width: auto !important;
          max-height: 50px; } }
    .container-extended .section-simple-banner .banner-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center; }
      .container-extended .section-simple-banner .banner-wrapper img {
        flex: none;
        display: inline-block;
        width: 295px; }
      .container-extended .section-simple-banner .banner-wrapper .banner-cell-wrapper {
        flex: none;
        display: inline-block;
        width: calc(100% - 530px); }
        .container-extended .section-simple-banner .banner-wrapper .banner-cell-wrapper .simple-banner-cells .cell {
          padding: 0 2.5%; }
          .container-extended .section-simple-banner .banner-wrapper .banner-cell-wrapper .simple-banner-cells .cell p {
            text-align: left;
            margin: 0 0 10px; }
            @media (max-width: 900px) {
              .container-extended .section-simple-banner .banner-wrapper .banner-cell-wrapper .simple-banner-cells .cell p {
                text-align: center; } }
      @media (max-width: 900px) {
        .container-extended .section-simple-banner .banner-wrapper {
          flex-wrap: wrap; }
          .container-extended .section-simple-banner .banner-wrapper img {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          .container-extended .section-simple-banner .banner-wrapper .banner-cell-wrapper {
            display: block;
            width: 100%; } }
  .container-extended .section-carousel {
    margin-bottom: 30px;
    background: #fff; }
    .container-extended .section-carousel .carousel-cell {
      margin-bottom: 30px; }
    .container-extended .section-carousel .slick-dots {
      margin: 0 0 -35px;
      bottom: 0;
      top: auto; }
    .container-extended .section-carousel .two-cells {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      align-content: stretch;
      flex-wrap: wrap; }
      .container-extended .section-carousel .two-cells .cell {
        width: calc(50% - 40px);
        flex: none;
        display: flex;
        padding: 0 40px;
        flex-wrap: wrap;
        align-items: center;
        align-content: center; }
        @media (max-width: 650px) {
          .container-extended .section-carousel .two-cells .cell {
            width: 100%;
            padding: 0; } }
        .container-extended .section-carousel .two-cells .cell img {
          width: 100%;
          height: auto; }
        .container-extended .section-carousel .two-cells .cell .heading {
          font-size: 32px;
          line-height: 1.2em;
          color: #0F1111;
          font-weight: 700;
          margin-bottom: 25px; }
          @media (max-width: 767px) {
            .container-extended .section-carousel .two-cells .cell .heading {
              font-size: 26px; } }
          @media (max-width: 650px) {
            .container-extended .section-carousel .two-cells .cell .heading {
              font-size: 20px;
              text-align: center;
              width: 100%; } }
        .container-extended .section-carousel .two-cells .cell .subheading {
          color: #0F1111;
          font-size: 16px;
          line-height: 1.4em;
          font-weight: 300; }
          @media (max-width: 767px) {
            .container-extended .section-carousel .two-cells .cell .subheading {
              font-size: 14px; } }
    .container-extended .section-carousel .slick-dots {
      margin-top: 15px; }
      .container-extended .section-carousel .slick-dots li {
        border: 1px solid #000; }
        .container-extended .section-carousel .slick-dots li.slick-active {
          background: #FFA500; }
    .container-extended .section-carousel .carousel-navigation-item .icon {
      fill: #000; }
  .container-extended .section-tab-carousel-wrapper {
    background: #282828; }
    @media (max-width: 600px) {
      .container-extended .section-tab-carousel-wrapper .slick-list {
        overflow: visible; }
        .container-extended .section-tab-carousel-wrapper .slick-list .slick-track {
          overflow: visible; } }
    .container-extended .section-tab-carousel-wrapper img {
      max-height: 600px;
      width: auto !important;
      margin-left: auto;
      margin-right: auto; }
      .container-extended .section-tab-carousel-wrapper img.desktop-view {
        display: block !important; }
      .container-extended .section-tab-carousel-wrapper img.mobile-view {
        display: none !important; }
      @media (max-width: 600px) {
        .container-extended .section-tab-carousel-wrapper img.desktop-view {
          display: none !important; }
        .container-extended .section-tab-carousel-wrapper img.mobile-view {
          display: block !important; } }
    .container-extended .section-tab-carousel-wrapper .slick-dots {
      width: 100%;
      position: relative; }
      @media (min-width: 910px) {
        .container-extended .section-tab-carousel-wrapper .slick-dots {
          top: 50px;
          position: absolute; } }
      @media (max-width: 910px) {
        .container-extended .section-tab-carousel-wrapper .slick-dots {
          margin: 27px -1px -41px;
          width: calc(100% + 32px);
          padding: 20px 0;
          top: auto; } }
      .container-extended .section-tab-carousel-wrapper .slick-dots li {
        display: inline-block;
        margin: 7px 10px;
        cursor: pointer;
        min-width: 200px;
        white-space: nowrap;
        height: 36px;
        border: 0 none; }
        .container-extended .section-tab-carousel-wrapper .slick-dots li:hover {
          border: 0 none; }
        .container-extended .section-tab-carousel-wrapper .slick-dots li button {
          border-radius: 30px;
          border: 2px solid #000;
          display: block;
          background: #fff;
          color: #000;
          height: 37px;
          line-height: 33px;
          text-align: center;
          margin: 0;
          width: 100%; }
        .container-extended .section-tab-carousel-wrapper .slick-dots li.slick-active {
          background-color: #000;
          color: #fff; }
          .container-extended .section-tab-carousel-wrapper .slick-dots li.slick-active button {
            border-color: #fff;
            color: #fff;
            background-color: #000; }
    .container-extended .section-tab-carousel-wrapper .carousel-cell {
      position: relative; }
      @media (max-width: 600px) {
        .container-extended .section-tab-carousel-wrapper .carousel-cell {
          display: flex !important;
          flex-wrap: wrap; }
          .container-extended .section-tab-carousel-wrapper .carousel-cell > img {
            display: block;
            flex: none;
            order: 2; } }
      .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400px;
        padding: 10px 15px;
        color: #fff;
        border-radius: 25px; }
        @media (max-width: 845px) {
          .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content {
            width: 320px; } }
        @media (max-width: 600px) {
          .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content {
            width: 100%;
            position: relative;
            flex: none;
            order: 1;
            top: 0;
            left: 0;
            padding-top: 25px; } }
        .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .heading {
          font-size: 26px;
          line-height: 1.2em;
          color: #fff;
          font-weight: 700;
          margin-bottom: 2px;
          text-transform: uppercase; }
          @media (max-width: 1200px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .heading {
              font-size: 20px; } }
          @media (max-width: 1000px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .heading {
              line-height: 20px; } }
          @media (max-width: 600px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .heading {
              font-size: 26px;
              line-height: 1.2em; } }
        .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .subheading {
          color: #fff;
          font-size: 14px;
          line-height: 1.4em;
          font-weight: 300; }
          @media (max-width: 1200px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .subheading {
              font-size: 12px; } }
          @media (max-width: 1000px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .subheading {
              line-height: 12px; } }
          @media (max-width: 600px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content .subheading {
              font-size: 14px;
              line-height: 1.2em; } }
        .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.center-left {
          margin-left: -400px;
          margin-top: 0; }
          @media (max-width: 860px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.center-left {
              width: 300px;
              margin-left: -260px; } }
          @media (max-width: 725px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.center-left {
              margin-left: -300px; } }
          @media (max-width: 600px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.center-left {
              margin: 0 !important;
              width: 100%; } }
        .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.top-center {
          margin-left: -200px;
          margin-top: -14%; }
          @media (max-width: 850px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.top-center {
              margin-left: -160px;
              margin-top: -21%; } }
          @media (max-width: 600px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.top-center {
              margin: 0 !important;
              width: 100%; } }
        .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.bottom-center {
          margin-left: -200px;
          margin-top: 10%; }
          @media (max-width: 850px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.bottom-center {
              margin-left: -160px;
              margin-top: 17%; } }
          @media (max-width: 600px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.bottom-center {
              margin: 0 !important;
              width: 100%; } }
        .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.upper-top-center {
          margin-left: -200px;
          margin-top: -19%; }
          @media (max-width: 850px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.upper-top-center {
              margin-left: -160px;
              margin-top: -27%; } }
          @media (max-width: 600px) {
            .container-extended .section-tab-carousel-wrapper .carousel-cell .carousel-content.upper-top-center {
              margin: 0 !important;
              width: 100%; } }
  .container-extended .section-video {
    position: relative; }
    .container-extended .section-video .video {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .container-extended .section-video .video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background: #f2f2f2; }
    .container-extended .section-video .video-icon {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpolygon points='15.6 12.6 15.6 27.4 28.4 20 15.6 12.6' fill='%23fff'/%3E%3Cpath d='M20,37A17,17,0,1,0,3,20,17,17,0,0,0,20,37Zm0,2A19,19,0,1,0,1,20,19,19,0,0,0,20,39Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 40px;
      border: 0;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      height: 44px;
      width: 44px;
      display: block;
      position: absolute;
      bottom: 35px;
      right: 20px; }
      .container-extended .section-video .video-icon[data-is-playing=true] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect x='16.4' y='13' width='2.1' height='14.09' fill='%23fff'/%3E%3Cpath d='M20,37A17,17,0,1,0,3,20,17,17,0,0,0,20,37Zm0,2A19,19,0,1,0,1,20,19,19,0,0,0,20,39Z' fill='%23fff' fill-rule='evenodd'/%3E%3Crect x='21.5' y='13' width='2.1' height='14.09' fill='%23fff'/%3E%3C/svg%3E"); }
  .container-extended .section-comparison {
    overflow: auto;
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible; }
    .container-extended .section-comparison table {
      width: 100%;
      border-collapse: collapse; }
      .container-extended .section-comparison table tbody tr td {
        font-size: 16px;
        line-height: 2.5em;
        color: #000;
        text-align: center;
        line-height: 2.5em;
        padding: 7px 14px;
        min-width: 230px;
        width: calc(25% - 75px);
        z-index: 2;
        border: 0 none; }
        @media (max-width: 650px) {
          .container-extended .section-comparison table tbody tr td {
            min-width: calc(33.33% - 28px);
            width: calc(33.33% - 28px); } }
        .container-extended .section-comparison table tbody tr td strong {
          display: block; }
        .container-extended .section-comparison table tbody tr td img {
          width: auto;
          margin-top: 20px; }
        .container-extended .section-comparison table tbody tr td:nth-child(2) {
          position: sticky;
          left: 300px;
          z-index: 1;
          min-width: 230px; }
          .container-extended .section-comparison table tbody tr td:nth-child(2)::before {
            box-shadow: -7px 0 7px -7px inset;
            content: " ";
            height: 100%;
            top: 0;
            left: -7px;
            position: absolute;
            width: 7px; }
          .container-extended .section-comparison table tbody tr td:nth-child(2)::after {
            box-shadow: 7px 0 7px -7px inset;
            content: " ";
            height: 100%;
            position: absolute;
            top: 0;
            right: -7px;
            width: 7px; }
          @media (max-width: 650px) {
            .container-extended .section-comparison table tbody tr td:nth-child(2) {
              left: calc(33.33% - 28px);
              min-width: calc(33.33% - 28px);
              width: calc(33.33% - 28px); } }
        .container-extended .section-comparison table tbody tr td:first-child {
          text-align: left;
          width: 300px;
          position: sticky;
          left: 0;
          z-index: 1;
          min-width: 300px; }
          @media (max-width: 650px) {
            .container-extended .section-comparison table tbody tr td:first-child {
              left: 0;
              min-width: calc(33.33% - 28px);
              width: calc(33.33% - 28px); } }
        .container-extended .section-comparison table tbody tr td a {
          color: #000; }
          .container-extended .section-comparison table tbody tr td a:hover {
            color: #000;
            text-decoration: underline; }
      .container-extended .section-comparison table tbody tr:first-child td:nth-child(2) > a {
        display: block; }
        .container-extended .section-comparison table tbody tr:first-child td:nth-child(2) > a::before {
          box-shadow: 0px 5px 10px -6px inset;
          content: " ";
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          width: 100%; }
      .container-extended .section-comparison table tbody tr:first-child td:nth-child(2)::before {
        box-shadow: -7px 0 7px -7px inset;
        content: " ";
        height: 100%;
        top: 0;
        left: -7px;
        position: absolute;
        width: 7px; }
      .container-extended .section-comparison table tbody tr:first-child td:nth-child(2)::after {
        box-shadow: 7px 0 7px -7px inset;
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        right: -7px;
        width: 7px; }
      .container-extended .section-comparison table tbody tr:first-child td:first-child {
        background: #F6F6F6 !important; }
      .container-extended .section-comparison table tbody tr:last-child td:nth-child(2) > span {
        display: block; }
        .container-extended .section-comparison table tbody tr:last-child td:nth-child(2) > span::before {
          box-shadow: 0px -5px 10px -6px inset;
          content: " ";
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          width: 100%; }
      .container-extended .section-comparison table tbody tr:last-child td:nth-child(2)::before {
        box-shadow: -7px 0 7px -7px inset;
        content: " ";
        height: 100%;
        top: 0;
        left: -7px;
        position: absolute;
        width: 7px; }
      .container-extended .section-comparison table tbody tr:last-child td:nth-child(2)::after {
        box-shadow: 7px 0 7px -7px inset;
        content: " ";
        height: 100%;
        position: absolute;
        top: 0;
        right: -7px;
        width: 7px; }
      .container-extended .section-comparison table tbody tr:nth-child(odd) td:first-child {
        background: #fff; }
      .container-extended .section-comparison table tbody tr:nth-child(odd) td:nth-child(2) {
        background: #fff; }
      .container-extended .section-comparison table tbody tr:nth-child(odd) td:nth-child(3) {
        background: #F0F2F2; }
      .container-extended .section-comparison table tbody tr:nth-child(odd) td:nth-child(4) {
        background: #F0F2F2; }
      .container-extended .section-comparison table tbody tr:nth-child(odd) td:nth-child(5) {
        background: #F0F2F2; }
      .container-extended .section-comparison table tbody tr:nth-child(even) td:first-child {
        background: #F6F6F6; }
      .container-extended .section-comparison table tbody tr:nth-child(even) td:nth-child(2) {
        background: #F6F6F6; }
      .container-extended .section-comparison table tbody tr:nth-child(even) td:nth-child(3) {
        background: #fff; }
      .container-extended .section-comparison table tbody tr:nth-child(even) td:nth-child(4) {
        background: #fff; }
      .container-extended .section-comparison table tbody tr:nth-child(even) td:nth-child(5) {
        background: #fff; }

.section-carousel-wrapper, .section-tab-carousel-wrapper {
  position: relative; }
  .section-carousel-wrapper .slick-slider, .section-tab-carousel-wrapper .slick-slider {
    position: initial; }

@media (min-width: 901px) {
  .container-extended .section-simple-banner .banner-wrapper > img {
    max-height: 350px !important;
    margin-top: 60px !important;
    margin-bottom: 75px !important; }
  .container-extended .section-simple-banner .container p, .container-extended .section-simple-banner .product-tabs p {
    font-size: 18px; }
  .container-extended .section-simple-banner .cell img {
    max-height: 105px;
    width: auto !important; }
  .container-extended .section-carousel .two-cells .cell {
    height: 477px; }
    .container-extended .section-carousel .two-cells .cell:nth-child(2) {
      width: calc(50% - 10px);
      padding-right: 15px; } }

.navigation-mobile {
  position: fixed;
  z-index: 1000;
  top: 3.5rem;
  width: 80%;
  height: calc(100vh - 56px);
  display: none;
  overflow-y: auto;
  background-color: #f0f0f0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  top: 56px; }
  @media screen and (min-width: 1024px) {
    .navigation-mobile {
      display: none !important; } }
  .navigation-mobile.animating, .navigation-mobile.visible {
    display: block; }
  .navigation-mobile.animating-in, .navigation-mobile.animating-out {
    transform: translateX(-100%);
    transition: transform 0.3s ease; }
  .navigation-mobile.visible {
    transform: translateX(0);
    opacity: 1; }
  .navigation-mobile .search-form {
    position: relative;
    display: block;
    padding: 10px;
    max-width: none; }
  .navigation-mobile .search-input {
    width: 100%; }
  .navigation-mobile .button-search-submit {
    position: absolute;
    right: 27px;
    top: 38px;
    padding: 0;
    background: none; }
    .navigation-mobile .button-search-submit .icon-search {
      width: 16px;
      height: 16px; }
  .navigation-mobile a {
    padding: 9px 0; }
  .navigation-mobile .navigation {
    padding: 20px;
    float: none;
    border-bottom: 1px solid #000;
    transition: transform 0.2s ease; }
    .navigation-mobile .navigation li,
    .navigation-mobile .navigation a {
      display: block; }
  .navigation-mobile .nav-mobile-item,
  .navigation-mobile .nav-mobile-item a,
  .navigation-mobile .button-util,
  .navigation-mobile .currency-selector .dropdown-toggle,
  .navigation-mobile .children a {
    font-family: "Modern Era Bold";
    font-size: 1rem;
    text-transform: uppercase; }
  .navigation-mobile .nav-mobile-panel-child .nav-mobile-item a {
    text-transform: none; }
  .navigation-mobile .utils {
    padding: 20px; }
    .navigation-mobile .utils a {
      display: block; }
    .navigation-mobile .utils .mobile-account-utils {
      display: inline-block; }
    .navigation-mobile .utils .button-util {
      padding: 3px 0; }
  .navigation-mobile .icon-account,
  .navigation-mobile .icon-wishlist,
  .navigation-mobile .icon-cart {
    width: 18px;
    margin-right: 11px; }
  .navigation-mobile .dropdown-panel {
    position: static;
    padding-top: 0; }
  .navigation-mobile .currency-selector {
    margin-left: 0 !important; }
    .navigation-mobile .currency-selector .dropdown-toggle.top-bar-button {
      height: auto;
      padding-left: 0; }
    .navigation-mobile .currency-selector .dropdown-panel {
      background-color: transparent;
      padding-top: 0; }
  .navigation-mobile .icon-arrow-down {
    margin-top: -0.05rem;
    transform: rotate(270deg); }

.nav-mobile-container {
  position: relative;
  overflow: hidden; }
  .nav-mobile-container .tech-mobile-panel-child li > a {
    margin-left: 15px;
    padding-block: 3px; }

.navigation-mobile .utils a {
  color: #000; }

.navigation-mobile .nav-mobile-container a {
  width: fit-content; }

.navigation-mobile .nav-mobile-container .technical-page p.heading {
  font-family: "Modern Era Bold"; }

.navigation-mobile .nav-mobile-container .technical-page .nav-mobile-item-parent > a,
.navigation-mobile .nav-mobile-container .technical-page a {
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500;
  color: #000;
  letter-spacing: 0.2px; }

.navigation-mobile .nav-mobile-container li.sub-category.has-children > a {
  font-family: "Modern Era Bold";
  letter-spacing: 0.2px; }

.navigation-mobile .nav-mobile-container li a {
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500;
  color: #000;
  letter-spacing: 0.2px; }

.navigation-mobile .nav-mobile-container li strong {
  font-family: "Modern Era Bold";
  letter-spacing: 0.2px;
  color: #000; }

.nav-mobile-panel-child .main-nav-border-bottom:not(:last-child) {
  height: 1px;
  background-color: #000;
  margin-block: 10px; }

.nav-mobile-panel {
  width: 100%;
  transition: transform 0.5s ease;
  overflow: auto; }
  .nav-mobile-panel.is-active {
    position: relative;
    height: 42vh;
    overflow: auto; }
  .nav-mobile-panel.is-right, .nav-mobile-panel.is-left {
    position: absolute;
    top: 0; }
  .nav-mobile-panel.is-right {
    transform: translateX(100%); }
  .nav-mobile-panel.is-left {
    transform: translateX(-100%); }
  .nav-mobile-panel.force-state {
    transition: none; }
  .nav-mobile-panel nav[data-page="/support-tab"] {
    height: 42vh;
    overflow: auto; }
  .nav-mobile-panel .nav-mobile-panel-title {
    margin-bottom: 0.5rem; }

.navigation-mobile .navigation li.heading {
  height: 42px; }
  .navigation-mobile .navigation li.heading strong {
    padding: 9px 0;
    display: block;
    text-transform: uppercase; }

.navigation-mobile .navigation li.nav-mobile-item.nav-mobile-item-parent strong {
  font-size: 18px; }

.navigation-mobile .navigation li.nav-mobile-item.nav-mobile-item-parent.web-page > a {
  font-size: 18px;
  font-weight: bold; }

.nav-mobile-panel .nav-mobile-panel-title {
  display: none !important; }

[data-mobile-menu="/pages/technical-guides.html"] a.tier-toggle, [data-mobile-menu="https://acinfinity.com/pages/technical-guides.html"] a.tier-toggle {
  color: #fff;
  font-weight: 400;
  cursor: none; }

[data-mobile-menu="/pages/technical-guides.html"].is-active nav, [data-mobile-menu="https://acinfinity.com/pages/technical-guides.html"].is-active nav {
  display: none; }
  [data-mobile-menu="/pages/technical-guides.html"].is-active nav.visible, [data-mobile-menu="https://acinfinity.com/pages/technical-guides.html"].is-active nav.visible {
    display: block; }

.technical-page {
  margin-block: 10px; }
  .technical-page > .heading {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-block-end: 0.8em; }
  .technical-page .nav-mobile-item > a, .technical-page > a {
    margin-left: 15px;
    padding-block: 3px; }

.navigation-mobile .nav-mobile-item.sub-category, .navigation-mobile .nav-mobile-item.sub-page {
  padding-left: 15px; }
  .navigation-mobile .nav-mobile-item.sub-category a, .navigation-mobile .nav-mobile-item.sub-page a {
    padding: 3px 0; }

.navigation-mobile .nav-mobile-item.main-pages > ul {
  display: block;
  position: relative;
  margin-left: 15px; }
  .navigation-mobile .nav-mobile-item.main-pages > ul a {
    padding: 3px 0; }

.navigation-mobile .nav-mobile-item.technical-page > li {
  padding-left: 15px;
  height: auto; }
  .navigation-mobile .nav-mobile-item.technical-page > li strong {
    font-weight: normal;
    padding: 3px 0;
    font-size: 16px !important; }

header button.button-mobile-nav-back {
  left: 16px;
  margin-top: -1px; }

.nav-mobile-panel-child .nav-mobile-item a {
  text-transform: none; }

.navigation-mobile .nav-mobile-panel nav li.heading strong svg {
  display: none; }

.navigation-mobile .navigation a.tier-toggle {
  color: #fff;
  pointer-events: none;
  cursor: default;
  font-weight: bold;
  font-size: 18px; }

.navigation-mobile .navigation li.tier-dropdown > ul.tier-dropdown {
  margin-left: 15px; }
  .navigation-mobile .navigation li.tier-dropdown > ul.tier-dropdown li a {
    padding: 3px 0; }

.navigation-mobile .nav-mobile-panel.nav-mobile-panel-child.is-active > nav > ul > ul {
  margin-left: 15px; }
  .navigation-mobile .nav-mobile-panel.nav-mobile-panel-child.is-active > nav > ul > ul li a {
    padding: 3px 0; }

.product-listing.section {
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .product-listing.section {
      padding-top: 0; } }
  @media screen and (min-width: 1440px) {
    .product-listing.section {
      max-width: 1235px; } }
  @media screen and (min-width: 1920px) {
    .product-listing.section {
      max-width: 1425px; } }
  @media screen and (min-width: 2560px) {
    .product-listing.section {
      max-width: 1845px; } }
  @media screen and (min-width: 3839px) {
    .product-listing.section {
      max-width: 2895px; } }

.product-listing .container, .product-listing .product-tabs {
  display: grid; }
  @media screen and (min-width: 768px) {
    .product-listing .container.with-sidebar, .product-listing .with-sidebar.product-tabs {
      column-gap: 2%;
      align-items: start; } }

/*----------  Yotpo Ratings Alignment  ----------*/
article.product-block .yotpo-reviews-star-ratings-widget {
  justify-content: center !important; }

.reviews-tab-drawer-container {
  width: 33% !important; }
  .reviews-tab-drawer-container .yotpo-reviews-tab-review-center-panel {
    width: 100% !important; }

/*----------  Category Banner  ----------*/
.category-banner .container, .category-banner .product-tabs {
  position: relative; }
  @media screen and (max-width: 767px) {
    .category-banner .container, .category-banner .product-tabs {
      background-color: #eff1f5; } }

.category-banner-image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-ratio-smallest .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 12.5%; }
  .banner-ratio-small .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 16.66667%; }
  .banner-ratio-medium .category-banner-image {
    width: 100%;
    height: 0;
    padding-bottom: 25%; }

.category-banner-description {
  padding: 2.3125rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .category-banner-description {
      position: absolute;
      left: 15px;
      bottom: 0;
      width: 23.75rem;
      padding: 1.5625rem 1.9375rem 2rem;
      background-color: rgba(40, 42, 47, 0.8);
      color: white;
      text-align: left; } }

/*----------  Listing Header  ----------*/
.listing-header {
  display: flex;
  justify-content: center;
  margin: -15px;
  margin-bottom: 30px;
  background-color: #eff1f5; }
  @media screen and (min-width: 768px) {
    .listing-header {
      grid-column: 1 / -1;
      margin-left: 0;
      margin-right: 0;
      background-color: transparent; } }
  .listing-header .listing-utils {
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .listing-header .listing-utils {
        display: none; } }

.listing-title {
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500; }

.listing-description {
  clear: left;
  position: relative;
  width: 100%; }

.listing-utils {
  float: right; }
  .listing-utils .sorting,
  .listing-utils .button-group,
  .listing-utils .form-label,
  .listing-utils .form-select-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px; }
  .listing-utils .form-field {
    margin-bottom: 0;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .listing-utils .button-group {
      display: none; } }

[data-content-region] {
  grid-column: 1 / -1; }

/*----------  Listing Grid  ----------*/
.product-listing-grid {
  display: flex;
  flex-direction: column;
  max-width: 1230px; }
  @media screen and (min-width: 1920px) {
    .product-listing-grid {
      max-width: 1425px; } }
  @media screen and (min-width: 2560px) {
    .product-listing-grid {
      max-width: 1845px; } }
  @media screen and (min-width: 3839px) {
    .product-listing-grid {
      max-width: 2895px; } }
  .js .product-listing-grid .listing-view {
    display: none; }
  .product-listing-grid .listing-view.active {
    display: block; }
  .product-listing-grid .listing-wrapper {
    display: grid; }
    @media screen and (min-width: 480px) {
      .product-listing-grid .listing-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5%; } }
    @media screen and (min-width: 768px) {
      .product-listing-grid .listing-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media screen and (min-width: 1024px) {
      .product-listing-grid .listing-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    @media screen and (min-width: 480px) {
      .product-listing-grid .listing-wrapper.with-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1%; } }
    @media screen and (min-width: 768px) {
      .product-listing-grid .listing-wrapper.with-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 1%; } }
    @media screen and (min-width: 1024px) {
      .product-listing-grid .listing-wrapper.with-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 1%; } }
    @media screen and (min-width: 1440px) {
      .product-listing-grid .listing-wrapper.with-sidebar {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    @media screen and (min-width: 2560px) {
      .product-listing-grid .listing-wrapper.with-sidebar {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
    .product-listing-grid .listing-wrapper.list-view {
      display: flex;
      flex-direction: column; }
  .product-listing-grid .product-grid-item, .product-listing-grid .account-wishlist-items .account-product-item, .account-wishlist-items .product-listing-grid .account-product-item,
  .product-listing-grid .account-recently-viewed .account-product-item, .account-recently-viewed .product-listing-grid .account-product-item {
    margin-bottom: 3.75rem; }
  .product-listing-grid .pagination {
    align-self: center;
    margin: 3.125rem 0 5rem; }

/*----------  Sidebar  ----------*/
@media screen and (min-width: 768px) {
  .listing-sidebar {
    padding-right: 30px; } }

.listing-sidebar .listing-utils {
  float: none;
  padding: 30px 15px;
  margin: 0 -0.9375rem;
  border-top: 1px solid #e6e9ef; }
  @media screen and (min-width: 768px) {
    .listing-sidebar .listing-utils {
      display: none; } }
  .listing-sidebar .listing-utils .sorting,
  .listing-sidebar .listing-utils .form-select-wrapper,
  .listing-sidebar .listing-utils .form-field {
    display: block;
    margin: 0; }
  .listing-sidebar .listing-utils .form-label {
    margin: 0 0 0.625rem; }
  .listing-sidebar .listing-utils .form-input, .listing-sidebar .listing-utils .navigation-mobile .search-input, .navigation-mobile .listing-sidebar .listing-utils .search-input, .listing-sidebar .listing-utils .review-form .product-item-rating, .review-form .listing-sidebar .listing-utils .product-item-rating {
    width: 100%; }

.faceted-search-toggle {
  position: relative;
  display: block;
  margin: 1.5em 0;
  text-decoration: none;
  cursor: pointer; }
  .faceted-search-toggle::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .faceted-search-toggle {
      display: none; }
      .faceted-search-toggle::before {
        display: none; } }
  .faceted-search-toggle.is-open .icon-plus {
    display: none; }

@media screen and (max-width: 767px) {
  .faceted-search {
    display: none; } }

.faceted-search.visible {
  display: block; }

.facet-list {
  margin-bottom: 3em; }

.facet-list-items {
  display: none; }
  .facet-list-items.is-open,
  .is-open .facet-list-items {
    display: block; }
  .facet-list-items .product-item-rating > .icon-star {
    cursor: not-allowed; }
  .facet-list-items .product-item-rating .selected-rating {
    font-family: "CoFo Sans Regular";
    font-size: 0.9375rem;
    letter-spacing: 0.09375em;
    text-transform: uppercase; }
  .facet-list-items .product-item-rating .icon-star {
    width: 1.125rem;
    height: 1.125rem; }
  .facet-list-items .product-item-rating-facet:hover .icon-star {
    fill: #282a2f; }
  .facet-list-items .product-item-rating-facet.full .icon-star {
    fill: #282a2f; }

.facet-price {
  display: none; }
  .facet-price.is-open {
    display: block; }

.faceted-search-option-columns {
  display: none; }
  .is-open .faceted-search-option-columns.visible {
    display: block; }

.facet-list-title {
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  cursor: pointer; }
  .facet-list-title::before {
    position: absolute;
    top: -0.9375rem;
    right: -0.625rem;
    bottom: -0.9375rem;
    left: -0.625rem;
    content: ""; }
  @media screen and (min-width: 768px) {
    .facet-list-title {
      font-size: 0.875rem; }
      .facet-list-title::before {
        display: none; } }

.facet-list-toggle {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #b6bac2;
  color: #b6bac2;
  position: relative;
  float: right;
  color: #b6bac2;
  cursor: pointer; }
  .facet-list-toggle::before, .facet-list-toggle::after {
    position: absolute;
    display: block;
    background: #b6bac2;
    content: ""; }
  .facet-list-toggle::before {
    top: 0.1875rem;
    left: 0.4375rem;
    width: 0.125rem;
    height: 0.625rem;
    transition: all 0.1s ease; }
    .is-open .facet-list-toggle::before {
      display: none; }
  .facet-list-toggle::after {
    top: 0.4375rem;
    left: 0.1875rem;
    width: 0.625rem;
    height: 0.125rem; }

.facet-item,
.facet-toggle-more {
  margin-bottom: 0.625rem;
  font-family: "CoFo Sans Regular";
  font-size: 0.8125rem;
  letter-spacing: 0.0625em;
  color: #b6bac2;
  text-transform: uppercase; }
  .facet-item a,
  .facet-toggle-more a {
    color: inherit; }
  .facet-item .icon,
  .facet-toggle-more .icon {
    width: 9px;
    height: 6px; }
  .facet-item.toggle-link-text-on,
  .facet-toggle-more.toggle-link-text-on {
    display: none; }

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

.facet-default.is-open {
  display: block; }

.selected-facet {
  color: #25a397;
  font-weight: bold; }
  .selected-facet a:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2325a397' width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d='M15 1.73L13.52.25 7.89 5.88 2.26.25.778 1.73l5.63 5.63-5.63 5.63 1.482 1.482 5.63-5.63 5.63 5.63 1.48-1.48-5.63-5.63L15 1.73'/%3E%3C/svg%3E");
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.3125rem;
    content: ""; }

.facet-remove {
  font-size: 0.8125rem; }

@media screen and (min-width: 1024px) {
  .facet-price {
    display: table;
    width: 100%;
    display: none; }
    .facet-price.is-open {
      display: block; } }

@media screen and (min-width: 480px) {
  .facet-price .form-actions {
    display: table-cell; } }

@media screen and (min-width: 768px) {
  .facet-price .form-actions {
    display: block;
    margin-top: 6%; } }

@media screen and (min-width: 1024px) {
  .facet-price .form-actions {
    display: table-cell;
    margin-top: 0;
    vertical-align: top; } }

.facet-price .button, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (max-width: 1023px) and (min-width: 480px) {
    .facet-price .button, .facet-price .blog .post-read-more, .blog .facet-price .post-read-more {
      width: 94%; } }

.facet-price .form-field {
  display: table-cell;
  padding-right: 6%; }
  .facet-price .form-field .form-input, .facet-price .form-field .navigation-mobile .search-input, .navigation-mobile .facet-price .form-field .search-input, .facet-price .form-field .review-form .product-item-rating, .review-form .facet-price .form-field .product-item-rating {
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield; }
    .facet-price .form-field .form-input::-webkit-inner-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-inner-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-inner-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-inner-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-inner-spin-button, .facet-price .form-field .form-input::-webkit-outer-spin-button, .facet-price .form-field .navigation-mobile .search-input::-webkit-outer-spin-button, .navigation-mobile .facet-price .form-field .search-input::-webkit-outer-spin-button, .facet-price .form-field .review-form .product-item-rating::-webkit-outer-spin-button, .review-form .facet-price .form-field .product-item-rating::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.facet-price .form-input, .facet-price .navigation-mobile .search-input, .navigation-mobile .facet-price .search-input, .facet-price .review-form .product-item-rating, .review-form .facet-price .product-item-rating {
  width: 100%; }

.facet-price .icon-loop {
  position: relative;
  top: 1px;
  left: 1px;
  width: 1rem;
  height: 1rem; }

.listing-description.acz7default {
  position: static;
  width: initial; }

.listing-header.acz7default {
  flex-direction: column; }

.listing-description .acz7box {
  position: relative;
  display: inline-block;
  font-size: 19px; }
  .listing-description .acz7box a[href="#scroll"] {
    display: block;
    height: auto; }
  .listing-description .acz7box .acz7text1 {
    position: absolute;
    margin: 0 auto;
    left: 23px;
    right: 690px;
    text-align: left;
    top: 42%;
    background: rgba(0, 0, 0, 0);
    line-height: 125%;
    color: #dbd8d8;
    width: 30%; }
  .listing-description .acz7box .acz7text2 {
    position: absolute;
    margin: 0 auto;
    left: 687px;
    right: 0px;
    text-align: left;
    top: 21%;
    background: rgba(0, 0, 0, 0);
    line-height: 125%;
    color: #1f1f1f;
    width: 29%; }
  .listing-description .acz7box .acz7text3 {
    position: absolute;
    margin: 0 auto;
    left: 23px;
    right: 690px;
    text-align: left;
    top: 41%;
    background: rgba(0, 0, 0, 0);
    line-height: 125%;
    color: #dbd8d8;
    width: 30%; }
  .listing-description .acz7box .acz7text4 {
    position: absolute;
    margin: 0 auto;
    left: 680px;
    right: 0px;
    text-align: left;
    top: 44%;
    background: rgba(0, 0, 0, 0);
    line-height: 125%;
    color: #dbd8d8;
    width: 28%; }
  .listing-description .acz7box .acz7text5 {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 690px;
    text-align: left;
    top: 42%;
    background: rgba(0, 0, 0, 0);
    line-height: 125%;
    color: #1f1f1f;
    width: 28%; }
  .listing-description .acz7box .acz7text6 {
    position: absolute;
    margin: 0 auto;
    left: 690px;
    right: 0px;
    text-align: left;
    top: 41%;
    background: rgba(0, 0, 0, 0);
    line-height: 125%;
    color: #dbd8d8;
    width: 30%; }

@media screen and (min-width: 1920px) {
  .listing-description .acz7box .acz7text4 {
    left: 790px; }
  .listing-description .acz7box .acz7text3,
  .listing-description .acz7box .acz7text5 {
    right: 800px; }
  .listing-description .acz7box .acz7text6 {
    left: 800px; } }

@media screen and (min-width: 2560px) {
  .listing-description .acz7box .acz7text4 {
    left: 1025px; }
  .listing-description .acz7box .acz7text3,
  .listing-description .acz7box .acz7text5 {
    right: 1050px; }
  .listing-description .acz7box .acz7text6 {
    left: 1050px; } }

@media screen and (min-width: 3839px) {
  .listing-description .acz7box .acz7text4 {
    left: 1075px; }
  .listing-description .acz7box .acz7text3,
  .listing-description .acz7box .acz7text5 {
    right: 1090px; }
  .listing-description .acz7box .acz7text6 {
    left: 1090px; } }

@media screen and (max-width: 1225px) {
  .listing-description .acz7box .acz7text1 {
    right: 57.5%; }
  .listing-description .acz7box .acz7text2 {
    left: 57.2%; }
  .listing-description .acz7box .acz7text3 {
    right: 58%; }
  .listing-description .acz7box .acz7text4 {
    left: 56.5%; }
  .listing-description .acz7box .acz7text5 {
    right: 58%; }
  .listing-description .acz7box .acz7text6 {
    left: 57.5%; } }

@media screen and (max-width: 865px) {
  .listing-description .acz7box .acz7text1 {
    right: 0;
    left: 0;
    position: relative;
    top: 0;
    margin: -6px 0 0;
    width: 100%;
    background: #1f1f1f;
    padding: 10px 15px; }
  .listing-description .acz7box .acz7text6 {
    left: 0;
    position: relative;
    top: 0;
    margin: -6px 0 0;
    width: 100%;
    background: #373737;
    padding: 10px 15px; } }

@media screen and (max-width: 845px) {
  .listing-description .acz7box .acz7text3 {
    right: 0;
    left: 0;
    position: relative;
    top: 0;
    margin: -6px 0 0;
    width: 100%;
    background: #373737;
    padding: 10px 15px; } }

@media screen and (max-width: 840px) {
  .listing-description .acz7box .acz7text5 {
    right: 0;
    position: relative;
    top: 0;
    margin: -6px 0 0;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 15px; } }

@media screen and (max-width: 835px) {
  .listing-description .acz7box .acz7text2 {
    left: 0;
    position: relative;
    top: 0;
    margin: -6px 0 0;
    width: 100%;
    background: #fefefe;
    padding: 10px 15px; } }

@media screen and (max-width: 768px) {
  .listing-description .acz7box .acz7text4 {
    left: 0;
    position: relative;
    top: 0;
    margin: -6px 0 0;
    width: 100%;
    background: #2c2c2c;
    padding: 10px 15px; }
  .category-description-cell h3, .category-description-cell .section-title, .category-description-cell .listing-title, .category-description-cell .login-modal .account-sub-heading, .login-modal .category-description-cell .account-sub-heading, .category-description-cell .auth-sub-heading, .category-description-cell p {
    width: 90%;
    padding: 0 5%;
    text-align: left !important; } }

@media screen and (max-width: 500px) {
  .listing-description .acz7box .acz7text1 {
    font-size: 16px; }
  .listing-description .acz7box .acz7text2 {
    font-size: 16px; }
  .listing-description .acz7box .acz7text3 {
    font-size: 16px; }
  .listing-description .acz7box .acz7text4 {
    font-size: 16px; }
  .listing-description .acz7box .acz7text5 {
    font-size: 16px; }
  .listing-description .acz7box .acz7text6 {
    font-size: 16px; } }

@media screen and (max-width: 400px) {
  .listing-description .acz7box .acz7text1 {
    font-size: 14px; }
  .listing-description .acz7box .acz7text2 {
    font-size: 14px; }
  .listing-description .acz7box .acz7text3 {
    font-size: 14px; }
  .listing-description .acz7box .acz7text4 {
    font-size: 14px; }
  .listing-description .acz7box .acz7text5 {
    font-size: 14px; }
  .listing-description .acz7box .acz7text6 {
    font-size: 14px; } }

#blur-curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 99;
  right: 0;
  bottom: 0;
  opacity: 0;
  backdrop-filter: blur(5px);
  transition: opacity 320ms cubic-bezier(0.4, 0, 0.6, 1) 0s, backdrop-filter 320ms cubic-bezier(0.4, 0, 0.6, 1) 0s, -webkit-backdrop-filter 320ms cubic-bezier(0.4, 0, 0.6, 1) 0s, width 0s ease 0s, height 0s ease 0s; }

#blur-curtain.blur-open,
#blur-curtain.mobile-blur-open {
  opacity: 1;
  display: block; }

.ac-landing {
  display: inline-block;
  position: relative;
  width: 100%; }
  .ac-landing h3, .ac-landing .section-title, .ac-landing .listing-title, .ac-landing .login-modal .account-sub-heading, .login-modal .ac-landing .account-sub-heading, .ac-landing .auth-sub-heading {
    text-transform: initial; }
  .ac-landing_header {
    width: 100%;
    height: 2.5rem;
    position: sticky;
    top: 112px;
    background-color: white;
    z-index: 5; }
    @media screen and (max-width: 1023px) {
      .ac-landing_header {
        top: 76px; } }
    .ac-landing_header-container {
      display: flex;
      margin: 0 auto;
      justify-content: space-between;
      align-items: center;
      padding-left: 15px;
      padding-right: 20px;
      height: 100%; }
      @media screen and (min-width: 1024px) {
        .ac-landing_header-container {
          max-width: 1235px; } }
      @media screen and (min-width: 1920px) {
        .ac-landing_header-container {
          max-width: 1425px; } }
      @media screen and (min-width: 2560px) {
        .ac-landing_header-container {
          max-width: 1845px; } }
      @media screen and (min-width: 3839px) {
        .ac-landing_header-container {
          max-width: 2895px; } }
      .ac-landing_header-container-item.reset-anime {
        opacity: 1 !important;
        transform: none !important; }
        .ac-landing_header-container-item.reset-anime .reset-anime {
          opacity: 1 !important;
          transform: none !important; }
      .ac-landing_header-container-item > .ac-landing_header-title {
        font-family: "cofo-sans-variable", sans-serif;
        font-variation-settings: "slnt" 0, "wght" 500;
        font-size: 1.2rem;
        color: #000;
        margin: 0; }
      .ac-landing_header-container-item:last-child > button {
        cursor: pointer;
        background-color: transparent;
        display: inline-block;
        position: relative;
        padding: 0; }
      .ac-landing_header-container-item:last-child > button::before {
        content: "";
        position: absolute;
        height: 1.5px;
        left: 0;
        bottom: 0;
        width: 0%;
        background: #6b6e79;
        transition: width .3s; }
      .ac-landing_header-container-item:last-child > button:hover::before {
        width: 100%; }
      .ac-landing_header-container-item:last-child #landing_anchor_video {
        margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .ac-landing_header-container {
        position: relative; }
        .ac-landing_header-container_arrow::after {
          padding: 20px; }
        .ac-landing_header-container_arrow {
          border: solid #6b6e79;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 5px;
          position: absolute;
          right: 20px;
          transform: rotate(45deg);
          top: 30%;
          cursor: pointer; }
        .ac-landing_header-container_arrow.up {
          transform: rotate(-135deg);
          top: 45%; }
        .ac-landing_header-container-item.mobile-item-tray {
          position: absolute;
          top: -51px;
          z-index: -1;
          opacity: 0;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          background-color: #fff;
          width: calc(100% + 15px);
          left: -15px; }
          .ac-landing_header-container-item.mobile-item-tray button {
            width: fit-content;
            margin: 10px 0px 10px 45px;
            text-align: left;
            opacity: 0; } }
  .ac-landing_section {
    position: relative; }
    .ac-landing_section.landing-carousel {
      padding-top: 7vh;
      height: auto; }
      .ac-landing_section.landing-carousel h3, .ac-landing_section.landing-carousel .section-title, .ac-landing_section.landing-carousel .listing-title, .ac-landing_section.landing-carousel .login-modal .account-sub-heading, .login-modal .ac-landing_section.landing-carousel .account-sub-heading, .ac-landing_section.landing-carousel .auth-sub-heading {
        white-space: normal; }
    .ac-landing_section.landing-scroller {
      width: 100%;
      background-color: #292929; }
      .ac-landing_section.landing-scroller .ac-landing_section-content {
        height: 100vh; }
      .ac-landing_section.landing-scroller h3, .ac-landing_section.landing-scroller .section-title, .ac-landing_section.landing-scroller .listing-title, .ac-landing_section.landing-scroller .login-modal .account-sub-heading, .login-modal .ac-landing_section.landing-scroller .account-sub-heading, .ac-landing_section.landing-scroller .auth-sub-heading {
        white-space: nowrap; }
      .ac-landing_section.landing-scroller .landing-scroller_text-container, .ac-landing_section.landing-scroller .landing-scroller_image-container {
        width: 50%;
        overflow: hidden;
        position: relative;
        height: 85%; }
      .ac-landing_section.landing-scroller .landing-scroller_text-container .ac-landing_text-wrapper {
        width: 100%;
        position: absolute;
        top: 100%;
        align-items: flex-start;
        height: 50vh; }
      .ac-landing_section.landing-scroller .landing-scroller_text-container .ac-landing_text-wrapper:first-child {
        top: 85%; }
      .ac-landing_section.landing-scroller .landing-scroller_text-container .ac-landing_text-main_subtext {
        font-weight: 600; }
      .ac-landing_section.landing-scroller .landing-scroller_image-container {
        display: flex;
        justify-content: center;
        align-items: center; }
        .ac-landing_section.landing-scroller .landing-scroller_image-container--content {
          display: flex;
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden; }
          .ac-landing_section.landing-scroller .landing-scroller_image-container--content picture {
            display: flex;
            height: 100%;
            align-items: flex-end; }
          .ac-landing_section.landing-scroller .landing-scroller_image-container--content img:first-child {
            opacity: 1; }
          .ac-landing_section.landing-scroller .landing-scroller_image-container--content img {
            object-fit: contain;
            position: absolute;
            width: 100%;
            height: auto;
            opacity: 0;
            transition: all 0.3s ease;
            max-height: 100%; }
          .ac-landing_section.landing-scroller .landing-scroller_image-container--content img.revealed {
            opacity: 1; }
    @media only screen and (orientation: portrait) {
      .ac-landing_section.landing-scroller {
        background-color: #292929; }
        .ac-landing_section.landing-scroller .ac-landing_section-content {
          height: 100vh;
          flex-direction: column; }
          .ac-landing_section.landing-scroller .ac-landing_section-content picture {
            align-items: initial; }
          .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container, .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_image-container {
            width: 100%; }
          .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container {
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            height: 45%; }
            .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container .ac-landing_text-main {
              display: flex;
              flex-direction: column;
              justify-content: flex-end;
              height: 100%; }
              .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container .ac-landing_text-main_title, .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container .ac-landing_text-main_subtext, .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container .ac-landing_text-main_subcontent {
                text-align: left !important; }
            .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container .ac-landing_text-wrapper {
              position: absolute;
              height: 20vh;
              top: 105%; }
            .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_text-container .ac-landing_text-wrapper:first-child {
              top: 35%; }
          .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_image-container {
            height: 100%;
            background-color: #292929; }
            .ac-landing_section.landing-scroller .ac-landing_section-content .landing-scroller_image-container img {
              max-height: 80%; } }
    .ac-landing_section-first {
      position: relative; }
      .ac-landing_section-first_background {
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute; }
        .ac-landing_section-first_background--image {
          object-fit: cover;
          object-position: left bottom;
          height: 100%;
          width: 100%; }
      .ac-landing_section-first_foreground {
        display: flex;
        height: 100%;
        transition: width 0.1s; }
        .ac-landing_section-first_foreground_image {
          height: 100%;
          width: fit-content; }
        .ac-landing_section-first_foreground_article {
          margin: auto; }
          .ac-landing_section-first_foreground_article p {
            margin-top: 0px; }
        .ac-landing_section-first_foreground img {
          width: auto;
          height: 100%;
          object-fit: cover;
          object-position: bottom; }
      .ac-landing_section-first_foreground.text-left {
        flex-direction: row; }
        .ac-landing_section-first_foreground.text-left_image {
          width: 56%; }
        .ac-landing_section-first_foreground.text-left_article {
          width: 44%; }
      .ac-landing_section-first_foreground.text-right {
        flex-direction: row-reverse; }
        .ac-landing_section-first_foreground.text-right_image {
          width: 44%; }
        .ac-landing_section-first_foreground.text-right_article {
          width: 56%; }
    .ac-landing_section.second .ac-landing_section-content_image {
      height: auto; }
    .ac-landing_section-video {
      position: relative;
      height: auto;
      scroll-margin-top: 149px;
      background-color: #000; }
      .ac-landing_section-video--overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        cursor: pointer; }
        .ac-landing_section-video--overlay img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
      .ac-landing_section-video--close {
        display: none;
        align-items: center;
        position: absolute;
        background-color: white;
        border-radius: 50px;
        top: 5%;
        right: 1%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 1; }
      .ac-landing_section-video--close:before, .ac-landing_section-video--close:after {
        position: absolute;
        left: 19px;
        content: ' ';
        height: 25px;
        width: 2px;
        background-color: #000; }
      .ac-landing_section-video--close:before {
        transform: rotate(45deg); }
      .ac-landing_section-video--close:after {
        transform: rotate(-45deg); }
      @media screen and (max-width: 767px) {
        .ac-landing_section-video {
          scroll-margin-top: 95px; } }
      .ac-landing_section-video--container {
        padding: 2% 15%;
        position: relative;
        z-index: -1; }
        .ac-landing_section-video--container_child {
          position: relative; }
      @media screen and (orientation: portrait) {
        .ac-landing_section-video {
          display: flex; }
          .ac-landing_section-video--container {
            padding: 0;
            align-self: center; } }
      .ac-landing_section-video_player {
        width: 100%;
        height: 100%; }
      @media screen and (orientation: portrait) {
        .ac-landing_section-video_player.black-bars {
          background-color: black;
          object-fit: contain; } }
    .ac-landing_section-content {
      display: flex;
      margin: 0 auto;
      height: 100%; }
      @media screen and (min-width: 1440px) {
        .ac-landing_section-content {
          max-width: 1235px; } }
      @media screen and (min-width: 1920px) {
        .ac-landing_section-content {
          max-width: 1425px; } }
      @media screen and (min-width: 2560px) {
        .ac-landing_section-content {
          max-width: 1845px; } }
      @media screen and (min-width: 3839px) {
        .ac-landing_section-content {
          max-width: 2895px; } }
      .ac-landing_section-content_image {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .ac-landing_section-content_image > picture {
          height: 100%;
          display: flex;
          justify-content: center; }
        .ac-landing_section-content_image img {
          object-fit: contain; }
  .ac-landing section.small {
    height: 71vh; }
  .ac-landing section.medium {
    height: 65vh; }
  .ac-landing section.large {
    height: 90vh; }
  .ac-landing section.largest {
    height: 120vh; }
  .ac-landing_section.second, .ac-landing_section.fourth {
    background-color: #000; }
  .ac-landing_section.third {
    background-color: #fff; }
  .ac-landing_section.fifth {
    background-color: #1b1b1b; }
  .ac-landing_section.text-top .ac-landing_section-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 7vh;
    row-gap: 4rem; }
  .ac-landing_section.text-left .ac-landing_section-content {
    justify-content: space-evenly;
    flex-direction: row; }
    .ac-landing_section.text-left .ac-landing_section-content .ac-landing_text-main_subtext {
      text-align: left; }
  .ac-landing_section.text-right .ac-landing_section-content {
    justify-content: space-evenly;
    flex-direction: row-reverse; }
    .ac-landing_section.text-right .ac-landing_section-content .ac-landing_text-main_subtext {
      text-align: left; }
  .ac-landing img.item_left {
    object-position: left; }
  .ac-landing img.item_right {
    object-position: right; }
  .ac-landing img.item_center {
    object-position: center; }
  .ac-landing article.ac-landing_text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .ac-landing_text-main {
    text-align: center; }
    .ac-landing_text-main_title, .ac-landing_text-main_anchor, .ac-landing_text-main_subtext {
      color: white; }
    .ac-landing_text-main_title {
      margin: 0;
      white-space: nowrap; }
    .ac-landing_text-main_anchor {
      display: block;
      background-color: transparent;
      border-radius: 5px;
      border: #fff solid 1px;
      width: 120px;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      text-align: center;
      margin: 15px auto; }
    .ac-landing_text-main_anchor:hover {
      color: #fff;
      background-color: #ffffff63;
      cursor: pointer; }
    .ac-landing_text-main_subtext {
      line-height: 1.15;
      margin: 10px 0px 0px 0px;
      padding-top: 0px !important; }
    .ac-landing_text-main_subcontent {
      line-height: 1.15;
      font-size: 1rem; }
  .ac-landing_text-main.third h3, .ac-landing_text-main.third .section-title, .ac-landing_text-main.third .listing-title, .ac-landing_text-main.third .login-modal .account-sub-heading, .login-modal .ac-landing_text-main.third .account-sub-heading, .ac-landing_text-main.third .auth-sub-heading, .ac-landing_text-main.third p {
    color: #000; }
  .ac-landing_text-main.second h3, .ac-landing_text-main.second .section-title, .ac-landing_text-main.second .listing-title, .ac-landing_text-main.second .login-modal .account-sub-heading, .login-modal .ac-landing_text-main.second .account-sub-heading, .ac-landing_text-main.second .auth-sub-heading, .ac-landing_text-main.second p, .ac-landing_text-main.fourth h3, .ac-landing_text-main.fourth .section-title, .ac-landing_text-main.fourth .listing-title, .ac-landing_text-main.fourth .login-modal .account-sub-heading, .login-modal .ac-landing_text-main.fourth .account-sub-heading, .ac-landing_text-main.fourth .auth-sub-heading, .ac-landing_text-main.fourth p, .ac-landing_text-main.fifth h3, .ac-landing_text-main.fifth .section-title, .ac-landing_text-main.fifth .listing-title, .ac-landing_text-main.fifth .login-modal .account-sub-heading, .login-modal .ac-landing_text-main.fifth .account-sub-heading, .ac-landing_text-main.fifth .auth-sub-heading, .ac-landing_text-main.fifth p {
    color: #fff; }
  @media screen and (min-width: 480px) {
    .ac-landing_text-main.second {
      width: 530px; } }
  @media screen and (min-width: 768px) {
    .ac-landing_text-main.second {
      width: 490px; } }
  @media screen and (min-width: 1024px) {
    .ac-landing_text-main.second {
      width: 580px; } }
  @media screen and (min-width: 1440px) {
    .ac-landing_text-main.second {
      width: 625px; } }
  @media screen and (min-width: 1920px) {
    .ac-landing_text-main.second {
      width: 625px; } }
  @media screen and (min-width: 2560px) {
    .ac-landing_text-main.second {
      width: 885px; } }
  @media screen and (min-width: 3839px) {
    .ac-landing_text-main.second {
      width: 1105px; } }
  .ac-landing_text-main.third, .ac-landing_text-main.fourth {
    text-align: left; }
    @media screen and (min-width: 480px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 325px; } }
    @media screen and (min-width: 768px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 365px; } }
    @media screen and (min-width: 1024px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 445px; } }
    @media screen and (min-width: 1440px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 445px; } }
    @media screen and (min-width: 1920px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 470px; } }
    @media screen and (min-width: 2560px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 575px; } }
    @media screen and (min-width: 3839px) {
      .ac-landing_text-main.third, .ac-landing_text-main.fourth {
        width: 825px; } }
  @media screen and (min-width: 480px) {
    .ac-landing_text-main.fifth {
      width: 555px; } }
  @media screen and (min-width: 1024px) {
    .ac-landing_text-main.fifth {
      width: 660px; } }
  @media screen and (min-width: 1920px) {
    .ac-landing_text-main.fifth {
      width: 750px; } }
  @media screen and (min-width: 2560px) {
    .ac-landing_text-main.fifth {
      width: 1015px; } }
  @media screen and (min-width: 3839px) {
    .ac-landing_text-main.fifth {
      width: 1265px; } }
  @media only screen and (orientation: portrait) {
    .ac-landing section.portrait-small {
      height: 60vh; }
    .ac-landing section.portrait-medium {
      height: 66vh; } }

@media only screen and (orientation: portrait) and (max-width: 479px) {
  .ac-landing section.portrait-large {
    height: calc(100vh - 95px); } }

@media only screen and (orientation: portrait) and (min-width: 768px) {
  .ac-landing section.portrait-large {
    height: calc(100vh - 152px); } }
  @media only screen and (orientation: portrait) {
    .ac-landing section.portrait-largest {
      height: 100vh; }
    .ac-landing_section-first_foreground {
      flex-direction: column-reverse;
      column-gap: 0%;
      height: 100%; }
      .ac-landing_section-first_foreground_article {
        padding-top: 7vh;
        width: 100%; }
      .ac-landing_section-first_foreground_image {
        overflow: hidden;
        width: 100%; }
        .ac-landing_section-first_foreground_image img {
          height: 100%;
          object-fit: contain; }
        .ac-landing_section-first_foreground_image img.float_right {
          float: right; }
      .ac-landing_section-first_foreground_image.portrait-flex-center {
        display: flex;
        justify-content: center; }
    .ac-landing_section.text-left .ac-landing_section-content,
    .ac-landing_section.text-right .ac-landing_section-content {
      justify-content: space-between;
      flex-direction: column;
      row-gap: 4rem;
      padding-top: 7vh; } }

@media only screen and (orientation: portrait) and (max-width: 767px) and (min-width: 320px) {
  .ac-landing_text-main.second {
    width: 348px; } }

@media only screen and (orientation: portrait) and (min-width: 1024px) {
  .ac-landing_text-main.second {
    width: 645px; } }
  @media only screen and (orientation: portrait) {
    .ac-landing_text-main.third, .ac-landing_text-main.fourth {
      text-align: center; }
      .ac-landing_text-main.third .ac-landing_text-main_subtext, .ac-landing_text-main.fourth .ac-landing_text-main_subtext {
        text-align: center !important; } }
  @media only screen and (orientation: portrait) and (max-width: 767px) and (min-width: 320px) {
    .ac-landing_text-main.third, .ac-landing_text-main.fourth {
      width: 328px; } }
  @media only screen and (orientation: portrait) and (max-width: 1023px) and (min-width: 768px) {
    .ac-landing_text-main.third, .ac-landing_text-main.fourth {
      width: 565px; } }
  @media only screen and (orientation: portrait) and (min-width: 1024px) {
    .ac-landing_text-main.third, .ac-landing_text-main.fourth {
      width: 645px; } }

@media only screen and (orientation: portrait) and (max-width: 767px) and (min-width: 320px) {
  .ac-landing_text-main.fifth {
    width: 355px; } }

@media only screen and (orientation: portrait) and (min-width: 1024px) {
  .ac-landing_text-main.fifth {
    width: 655px; } }

@media screen and (min-width: 768px) {
  .products-featured .container, .products-featured .product-tabs,
  .products-related .container,
  .products-related .product-tabs {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1330px; } }

.products-featured .product-grid-item, .products-featured .account-wishlist-items .account-product-item, .account-wishlist-items .products-featured .account-product-item,
.products-featured .account-recently-viewed .account-product-item, .account-recently-viewed .products-featured .account-product-item,
.products-related .product-grid-item,
.products-related .account-wishlist-items .account-product-item,
.account-wishlist-items .products-related .account-product-item,
.products-related .account-recently-viewed .account-product-item,
.account-recently-viewed .products-related .account-product-item {
  margin-bottom: 3em; }
  @media screen and (min-width: 480px) {
    .products-featured .product-grid-item, .products-featured .account-wishlist-items .account-product-item, .account-wishlist-items .products-featured .account-product-item,
    .products-featured .account-recently-viewed .account-product-item, .account-recently-viewed .products-featured .account-product-item,
    .products-related .product-grid-item,
    .products-related .account-wishlist-items .account-product-item,
    .account-wishlist-items .products-related .account-product-item,
    .products-related .account-recently-viewed .account-product-item,
    .account-recently-viewed .products-related .account-product-item {
      margin-bottom: 0; } }

.products-featured .product-item-thumbnail,
.products-related .product-item-thumbnail {
  margin-right: 10px; }

.products-featured .carousel-navigation-item,
.products-related .carousel-navigation-item {
  color: #b6bac2; }
  .products-featured .carousel-navigation-item.previous,
  .products-related .carousel-navigation-item.previous {
    left: -50px; }
  .products-featured .carousel-navigation-item.next,
  .products-related .carousel-navigation-item.next {
    right: -50px; }

@media screen and (max-width: 767px) {
  .products-featured .tabs,
  .products-related .tabs {
    display: flex; } }

.products-featured .tab-title,
.products-related .tab-title {
  flex-basis: 50%; }
  @media screen and (max-width: 767px) {
    .products-featured .tab-title a,
    .products-related .tab-title a {
      min-width: 0;
      padding-left: 5px;
      padding-right: 5px; } }

.product-carousel {
  margin-bottom: 88px; }

.price-value {
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 400; }

.product-grid-item, .account-wishlist-items .account-product-item,
.account-recently-viewed .account-product-item {
  text-align: center; }
  .product-grid-item .price-value-wrapper .price-value, .account-wishlist-items .account-product-item .price-value-wrapper .price-value, .account-recently-viewed .account-product-item .price-value-wrapper .price-value {
    margin: 0 5px; }
  .product-grid-item .product-item-actions, .account-wishlist-items .account-product-item .product-item-actions, .account-recently-viewed .account-product-item .product-item-actions {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out; }
    .product-grid-item .product-item-actions .button, .account-wishlist-items .account-product-item .product-item-actions .button, .account-recently-viewed .account-product-item .product-item-actions .button, .product-grid-item .product-item-actions .blog .post-read-more, .blog .product-grid-item .product-item-actions .post-read-more, .account-wishlist-items .account-product-item .product-item-actions .blog .post-read-more, .blog .account-wishlist-items .account-product-item .product-item-actions .post-read-more, .account-recently-viewed .account-product-item .product-item-actions .blog .post-read-more, .blog .account-recently-viewed .account-product-item .product-item-actions .post-read-more {
      display: block;
      width: 135px;
      margin: 0 auto 0.9375em;
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .product-grid-item .product-item-actions .button ~ .button, .account-wishlist-items .account-product-item .product-item-actions .button ~ .button, .account-recently-viewed .account-product-item .product-item-actions .button ~ .button, .product-grid-item .product-item-actions .blog .post-read-more ~ .button, .blog .product-grid-item .product-item-actions .post-read-more ~ .button, .account-wishlist-items .account-product-item .product-item-actions .blog .post-read-more ~ .button, .blog .account-wishlist-items .account-product-item .product-item-actions .post-read-more ~ .button, .account-recently-viewed .account-product-item .product-item-actions .blog .post-read-more ~ .button, .blog .account-recently-viewed .account-product-item .product-item-actions .post-read-more ~ .button, .product-grid-item .product-item-actions .blog .button ~ .post-read-more, .blog .product-grid-item .product-item-actions .button ~ .post-read-more, .account-wishlist-items .account-product-item .product-item-actions .blog .button ~ .post-read-more, .blog .account-wishlist-items .account-product-item .product-item-actions .button ~ .post-read-more, .account-recently-viewed .account-product-item .product-item-actions .blog .button ~ .post-read-more, .blog .account-recently-viewed .account-product-item .product-item-actions .button ~ .post-read-more, .product-grid-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .product-grid-item .product-item-actions .post-read-more ~ .post-read-more, .account-wishlist-items .account-product-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .account-wishlist-items .account-product-item .product-item-actions .post-read-more ~ .post-read-more, .account-recently-viewed .account-product-item .product-item-actions .blog .post-read-more ~ .post-read-more, .blog .account-recently-viewed .account-product-item .product-item-actions .post-read-more ~ .post-read-more {
        margin-bottom: 0; }

.product-list-item {
  display: table;
  border-spacing: 0px 30px; }
  .product-list-item:not(:last-child) {
    border-bottom: 1px solid #e6e9ef; }
  @media screen and (min-width: 768px) {
    .product-list-item .product-thumb-wrapper,
    .product-list-item .product-item-details,
    .product-list-item .product-item-actions {
      display: table-cell;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .product-list-item .product-item-thumbnail {
      width: 176px;
      margin: 0; }
      .product-list-item .product-item-thumbnail img {
        max-height: 176px; } }
  .product-list-item .product-item-details {
    padding: 0 30px;
    width: 100%; }
  .product-list-item .product-item-actions {
    text-align: center; }
  .product-list-item .product-item-price {
    font-size: 1.25rem; }
  .product-list-item .product-price-line {
    margin-bottom: 0.625rem; }
  .product-list-item .tax-label {
    display: block; }
  .product-list-item .button, .product-list-item .blog .post-read-more, .blog .product-list-item .post-read-more {
    width: 100%;
    margin: 15px 0;
    white-space: nowrap; }
    .product-list-item .button + .button, .product-list-item .blog .post-read-more + .button, .blog .product-list-item .post-read-more + .button, .product-list-item .blog .button + .post-read-more, .blog .product-list-item .button + .post-read-more, .product-list-item .blog .post-read-more + .post-read-more, .blog .product-list-item .post-read-more + .post-read-more {
      margin: 0; }

.product-item-brand {
  color: #6b6e79; }

.product-badge {
  position: absolute;
  top: 1.5625rem;
  right: 0;
  z-index: 1;
  padding: 0.875rem 1rem;
  font-weight: 700;
  letter-spacing: 0.066em;
  color: white;
  text-transform: uppercase;
  background-color: #282a2f;
  transition: transform 0.15s ease-in-out; }

.product-item-title {
  margin: 0.625rem 0;
  font-family: "CoFo Sans Regular", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #2e3036;
  text-transform: none; }
  .product-item-title a {
    color: inherit; }

.product-item-thumbnail {
  position: relative;
  margin-bottom: 1.8125rem;
  background-color: white;
  border: 1px solid #e6e9ef;
  overflow: hidden; }
  .product-item-thumbnail .product-item-thumbnail-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    transition: all 0.3s ease-in-out; }
    .thumbnail-cover .product-item-thumbnail .product-item-thumbnail-image {
      background-size: cover; }
  .product-item-thumbnail a {
    display: block; }
  .product-item-thumbnail .item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .product-item-thumbnail:hover .product-item-thumbnail-image {
    transform: scale(1.1); }
  .product-item-thumbnail:hover .product-item-mask {
    opacity: 1; }
  .product-item-thumbnail:hover .product-item-actions {
    top: 50%; }
  .product-item-thumbnail:hover .product-badge {
    transform: translateX(calc(100% + 1px)); }

.product-item-mask {
  position: absolute;
  top: 8%;
  right: 8%;
  bottom: 8%;
  left: 8%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .product-item-mask {
      display: none; } }

.product-item-rating {
  margin-top: 0;
  margin-bottom: 20px;
  color: #b6bac2; }
  .product-item-rating .rating-title {
    margin-right: 9px;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "CoFo Sans Regular";
    font-size: 13px; }
  .product-item-rating .icon-star {
    width: 11px;
    height: 11px;
    opacity: 0.5;
    vertical-align: middle; }
    .product-item-rating .icon-star.full {
      fill: #25a397; }
  .product-item-rating .full {
    color: #25a397; }
    .product-item-rating .full .icon-star {
      opacity: 1; }

.product-item-price {
  text-transform: lowercase; }

.as-low-as-pricing {
  padding-right: 4px;
  font-size: 0.875rem; }

.price-ns-label {
  color: #b6bac2; }

.price-ns {
  color: #b6bac2;
  text-decoration: line-through; }

.price-rrp {
  text-decoration: line-through; }

.show-both-prices .price-tax-label {
  display: inline-block; }

.show-both-prices .price-without-tax {
  color: #b6bac2; }

.promo-grid-item {
  width: 24%;
  margin-right: 2%;
  padding-top: 15%;
  background-color: #ddd; }

.product-details {
  background-color: #eff1f5; }
  .product-details .container, .product-details .product-tabs {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
    @media screen and (min-width: 768px) {
      .product-details .container, .product-details .product-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 3%;
        align-items: start; } }
  @media screen and (max-width: 1023px) {
    .product-details .add-to-cart {
      padding-right: 5px;
      padding-left: 5px;
      width: 200px; } }
  .modal .product-details {
    padding: 15px 0;
    background-color: transparent; }
  .product-details .breadcrumbs-container {
    grid-column: 1 / -1; }
  .product-details .breadcrumbs {
    margin-top: -2.5rem;
    margin-bottom: 2.5rem; }
  .product-details .product-title {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .product-details .product-title {
        margin: 0; } }
  .product-details .product-brand {
    display: block;
    margin-bottom: 1em;
    color: #6b6e79; }
    .product-details .product-brand:hover {
      text-decoration: underline; }
  .product-details .product-price {
    font-size: 1.375rem; }
    @media screen and (min-width: 768px) {
      .product-details .product-price {
        font-size: 1.75rem; } }
    .product-details .product-price .price-saved {
      font-size: 15px; }
  .product-details .price-rrp {
    opacity: 0.5; }
    .product-details .price-rrp + .price {
      float: left;
      margin-right: 0.25em; }
  .product-details .price-you-save {
    font-size: 15px; }
  .product-details .product-rating-block {
    margin-top: 0.625rem; }
    .product-details .product-rating-block .yotpo-stars {
      margin-right: 10px; }

.tax-label {
  font-size: 0.875rem; }

.product-images-loader {
  padding: 3.125rem 0;
  text-align: center; }
  .product-images-loader.initialized {
    display: none; }

.product-slides-wrap {
  background-color: transparent; }
  .js .product-slides-wrap {
    visibility: hidden; }
  .product-slides-wrap.slick-initialized {
    visibility: visible; }

.product-image {
  background-repeat: no-repeat; }
  .no-touchevents .product-image:hover img {
    opacity: 0 !important; }
  .product-image.no-zoom {
    background-position: 50% 50%;
    background-size: 100% auto; }
    .product-image.no-zoom img {
      opacity: 0; }
  .product-image img {
    display: block;
    width: 100%;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff; }

.product-images-pagination {
  overflow: hidden;
  margin: 1rem -0.375rem; }
  @media screen and (max-width: 767px) {
    .product-images-pagination {
      padding: 0 1.5rem; } }
  .product-images-pagination.pagination-has-arrows {
    padding: 0 1.5rem; }
  .product-images-pagination .pagination-item {
    margin: 0 0.375rem;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s ease; }
    .product-images-pagination .pagination-item:hover, .product-images-pagination .pagination-item:focus, .product-images-pagination .pagination-item.slick-current {
      outline: none;
      opacity: 1; }
  .product-images-pagination a {
    transition: opacity 0.2s ease; }
    .product-images-pagination a:hover {
      opacity: 0.8; }

.product-images-pagination-icon {
  position: absolute;
  top: calc(50% - 1rem);
  padding: 0.5rem;
  cursor: pointer;
  transition: 0.3s ease; }
  .product-images-pagination-icon svg {
    width: 1.125rem;
    height: 1.125rem; }
  .product-images-pagination-icon.slick-disabled {
    opacity: 0;
    cursor: default; }
  .product-images-pagination-icon.pagination-prev {
    left: -0.375rem; }
  .product-images-pagination-icon.pagination-next {
    right: -0.375rem; }

.total-reviews {
  color: #6b6e79;
  font-family: "CoFo Sans Regular";
  font-weight: 700;
  font-size: 0.8125rem;
  margin-left: 0.35em; }

.product-description {
  font-family: Roboto Condensed;
  padding: 25px 10px; }
  .product-description-last .product-description {
    padding-top: 0; }

.product-description-last .product-stock {
  padding-top: 1em; }

.product-details-hidden {
  display: none; }

.product-quantity-toggle-wrapper {
  display: inline-block;
  margin-top: -0.3125rem;
  vertical-align: middle; }
  .product-quantity-toggle-wrapper .product-quantity-toggle {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #b6bac2;
    color: #b6bac2;
    float: left;
    clear: left;
    line-height: 1;
    background-color: white;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:first-of-type {
      margin-bottom: 0.25rem; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:hover {
      color: #25a397;
      border-color: #25a397; }
    .product-quantity-toggle-wrapper .product-quantity-toggle:focus {
      outline: none; }
    .product-quantity-toggle-wrapper .product-quantity-toggle svg.icon {
      margin-top: 3px; }
  .product-quantity-toggle-wrapper .form-input[type="number"], .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"], .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"], .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"], .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Modern Era Bold";
    color: #6b6e79;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
    -moz-appearance: textfield; }
    .product-quantity-toggle-wrapper .form-input[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]::-webkit-inner-spin-button, .product-quantity-toggle-wrapper .form-input[type="number"]::-webkit-outer-spin-button, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]::-webkit-outer-spin-button, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]::-webkit-outer-spin-button {
      appearance: none; }
    .product-quantity-toggle-wrapper .form-input[type="number"]:focus, .product-quantity-toggle-wrapper .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .product-quantity-toggle-wrapper .search-input[type="number"]:focus, .product-quantity-toggle-wrapper .review-form .product-item-rating[type="number"]:focus, .review-form .product-quantity-toggle-wrapper .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #b6bac2; }
  .product-quantity-toggle-wrapper .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

.product-quantity-submit .product-quantity-container {
  padding: 30px 0;
  border-bottom: 1px solid #e6e9ef; }
  .product-quantity-submit .product-quantity-container .form-field {
    display: inline-block;
    margin-right: 2.5rem;
    margin-bottom: 0;
    user-select: none; }

.product-quantity-submit .share-title,
.product-quantity-submit .share-buttons-nav {
  display: inline-block;
  vertical-align: middle; }

.product-quantity-submit .share-block {
  display: inline-block;
  margin-top: 13px;
  vertical-align: top; }

.product-quantity-submit .share-title {
  margin-right: 0.625rem;
  margin-bottom: 0; }

.product-quantity-submit .share-buttons {
  line-height: 0; }

.product-quantity-submit .product-quantity {
  width: 82px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none; }
  .product-quantity-submit .product-quantity::-webkit-inner-spin-button, .product-quantity-submit .product-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.product-quantity-submit .add-to-cart {
  float: left;
  margin: 30px 30px 30px 0px; }
  @media screen and (min-width: 1024px) {
    .product-quantity-submit .add-to-cart {
      margin: 30px 30px 30px 0; } }

.wishlist-form {
  position: relative;
  display: inline-block;
  padding: 30px 0;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .wishlist-form {
      text-align: left;
      margin-left: 0px; } }

@media screen and (max-width: 1023px) {
  .button-wide.add-to-wishlist, .blog .add-to-wishlist.post-read-more {
    width: calc(100% - 5px);
    padding-right: 5px;
    padding-left: 5px; } }

a.button[aria-controls="wishlist-dropdown"], .blog a.post-read-more[aria-controls="wishlist-dropdown"] {
  width: 215px;
  height: 55px; }

.add-to-wishlists {
  position: absolute;
  top: 100px;
  display: none;
  padding: 1.0625em;
  text-align: center;
  background-color: #282a2f; }
  @media screen and (max-width: 1023px) {
    .add-to-wishlists {
      padding-right: 1.5em;
      padding-left: 1.5em; } }
  .add-to-wishlists a {
    color: white; }
    .add-to-wishlists a:hover {
      color: #25a397; }
  .add-to-wishlists.animating, .add-to-wishlists.visible {
    display: block; }
  .add-to-wishlists.animating-in {
    opacity: 0;
    transform: translateY(-15px);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .add-to-wishlists.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .add-to-wishlists.visible {
    opacity: 1;
    transform: translateY(0); }
  .add-to-wishlists::before {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #282a2f;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%); }
  .add-to-wishlists input[type="submit"] {
    background: transparent;
    border: 0 none;
    color: #fff; }
    .add-to-wishlists input[type="submit"]:hover {
      color: #fc5f45; }

.product-message-area {
  margin-bottom: 1em;
  clear: both; }

.variation-preview {
  display: block; }

.variation-preview-thumb {
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: cover; }

.variation-preview-thumb-wrap {
  display: inline-block;
  vertical-align: middle; }

.variation-preview-label {
  vertical-align: middle; }

.bulk-pricing-block {
  margin-bottom: 2em; }
  .bulk-pricing-block .product-details-heading {
    margin-bottom: 0; }

.product-options-container {
  margin: 30px 0 0; }
  .product-options-container .form-field {
    margin-bottom: 22px; }
    .product-options-container .form-field.input[type="color"], .product-options-container .form-field input[type="date"], .product-options-container .form-field input[type="datetime"], .product-options-container .form-field input[type="datetime-local"], .product-options-container .form-field input[type="email"], .product-options-container .form-field input[type="month"], .product-options-container .form-field input[type="number"], .product-options-container .form-field input[type="password"], .product-options-container .form-field input[type="search"], .product-options-container .form-field input[type="tel"], .product-options-container .form-field input[type="text"], .product-options-container .form-field input[type="time"], .product-options-container .form-field input[type="url"], .product-options-container .form-field input[type="week"], .product-options-container .form-field input:not([type]), .product-options-container .form-field textarea {
      width: 100%; }
    .product-options-container .form-field input[type="number"] {
      max-width: 25%; }
    .product-options-container .form-field .input-select {
      width: 100%; }
    .product-options-container .form-field textarea {
      height: auto;
      resize: vertical; }
  .product-options-container .form-select-wrapper {
    display: inline-block; }
  .product-options-container .form-field-title {
    display: block;
    margin-bottom: 0.625rem;
    margin-left: 0;
    font-family: "Modern Era Bold"; }
  .product-options-container .required .form-label-text:after {
    content: "*"; }

.option-unavailable {
  opacity: 0.5; }

.form-field-title {
  display: block;
  margin-bottom: 10px;
  margin-left: 0; }
  .form-field-swatch .form-field-title {
    float: left; }

/* file */
.form-file-size,
.form-file-types {
  display: block;
  margin: 0.3125rem 0;
  font-size: 0.75rem; }

/* form feild rectangle */
.form-field-rectangle .rectangle {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0; }

.form-field-rectangle .rectangle-text {
  display: block;
  min-width: 45px;
  padding: 14px;
  font-size: 13px;
  font-family: "CoFo Sans Regular";
  line-height: 1;
  text-align: center;
  background-color: white;
  border: 2px solid #e6e9ef;
  border-radius: 23px;
  transition: all 0.3s ease; }

.form-field-rectangle input[type="radio"] {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-rectangle input[type="radio"]:checked + .rectangle-text {
    color: #fff;
    background-color: #6b6e79;
    border-color: #6b6e79; }

/* colour swatch */
.swatch-value {
  font-style: normal;
  font-weight: normal;
  color: #9fa2ab; }

.form-field-swatch .form-field-control {
  clear: left; }

.form-field-swatch .swatch-wrap {
  position: relative;
  display: block;
  float: left;
  margin: 0 10px 10px 0; }
  @media screen and (max-width: 767px) {
    .form-field-swatch .swatch-wrap:first-child .swatch-pattern-expanded {
      left: -10px;
      transform: translateX(0); }
    .form-field-swatch .swatch-wrap:last-child .swatch-pattern-expanded {
      left: auto;
      transform: translateX(0); } }

.form-field-swatch .swatch {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%; }

.form-field-swatch .swatch-color {
  background-color: #eee;
  background-size: cover; }
  .form-field-swatch .swatch-color.secondary {
    left: 50%; }
  .form-field-swatch .swatch-color.tertiary {
    top: 50%;
    left: 50%; }

.form-field-swatch .swatch-radio {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }
  .form-field-swatch .swatch-radio:checked + .swatch::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 13px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E6269C699-FBB7-4109-B1F3-15F8609CEA35%3C/title%3E%3Cpath d='M5.72 9.6325l-.3995.3995L.082 4.7936l2.1064-2.1063L5.62 6.1187 11.7704-.032l2.1064 2.1064L6.0192 9.932 5.72 9.6324z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    content: "";
    transform: translate(-50%, -50%) scale(1); }

.swatch-pattern-expanded {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 2;
  padding: 3px;
  border: 1px solid #e6e9ef;
  background: white;
  transform: translateX(-50%); }
  .swatch-pattern-expanded .swatch-pattern-image {
    display: block;
    width: 100px;
    height: 100px;
    max-width: none;
    background-size: cover; }

.swatch-wrap:hover .swatch-pattern-expanded {
  display: block; }

/* date input */
.date-select-group .form-select-wrapper {
  float: left; }

.date-select-group .month {
  width: 31%; }

.date-select-group .year {
  width: 31%; }

.date-select-group .day {
  width: 31%;
  margin-right: 3%;
  margin-left: 3%; }

/* product-picker input type  */
.product-picklist-item {
  position: relative;
  display: block;
  margin-bottom: -1px; }

.product-picklist-radio {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -7px;
  line-height: 14px; }

.product-picklist-item-body {
  position: relative;
  display: table;
  width: 100%;
  min-height: 60px;
  padding: 6px 8px 6px 84px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px; }
  .product-picklist-item-body.picklist-none {
    padding-left: 36px; }
  .product-picklist-item-body:hover {
    z-index: 1; }
  [type="radio"]:checked ~ .product-picklist-item-body {
    z-index: 2; }

.product-picklist-image-wrap {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 34px;
  width: 40px;
  overflow: hidden; }

.product-picklist-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-picklist-label-text {
  display: table-cell;
  padding: 15px 0;
  line-height: 1.4;
  vertical-align: middle; }

.product-tabs {
  padding: 0 !important;
  margin: 5rem auto !important;
  border: 1px solid #eee;
  width: 96%; }
  .product-tabs .tabs {
    margin-top: 0;
    padding: 0;
    display: block; }
    @media screen and (max-width: 767px) {
      .product-tabs .tabs {
        display: flex;
        flex-direction: column; } }
  .product-tabs .accordion-title {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
    font-weight: bold;
    border-bottom: 2px solid #e6e9ef; }
    @media screen and (min-width: 768px) {
      .product-tabs .accordion-title {
        display: none; } }
    .product-tabs .accordion-title:first-of-type {
      border-top: 2px solid #e6e9ef; }
    .product-tabs .accordion-title.is-open .icon-minus {
      display: inline-block; }
    .product-tabs .accordion-title.is-open .icon-plus {
      display: none; }
    .product-tabs .accordion-title a {
      display: block;
      padding: 15px;
      color: inherit; }
    .product-tabs .accordion-title .icon {
      position: absolute;
      top: 1.25rem;
      right: 15px;
      width: 1rem;
      height: 1rem; }
    .product-tabs .accordion-title .icon-plus {
      display: inline-block; }
    .product-tabs .accordion-title .icon-minus {
      display: none; }
  .product-tabs .tab-content-panel {
    display: none; }
    .product-tabs .tab-content-panel.active {
      display: block; }

.product-reviews-title {
  text-align: center; }

.review-item {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e6e9ef; }
  .review-item:first-child {
    border-top: 0; }
  .review-item.hidden {
    display: none; }
  .review-item.animating, .review-item.visible {
    display: block; }
  .review-item.animating-in {
    opacity: 0;
    transform: translateX(-100px);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .review-item.animating-out {
    opacity: 0;
    transition: opacity 0.2s ease; }
  .review-item.visible {
    opacity: 1;
    transform: translateX(0); }
  .review-item .product-item-rating {
    float: right; }

.review-author {
  margin-right: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2e3036; }

.review-date {
  font-family: "CoFo Sans Regular";
  font-size: 0.8125rem;
  letter-spacing: 0.077em;
  color: #b6bac2;
  text-transform: uppercase; }

.review-item-title {
  margin-bottom: 0; }

.review-item-body {
  margin: 0;
  font-weight: 300; }

.reviews-more-wrap {
  text-align: center; }

.reviews-show-more-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #25a397; }
  .reviews-show-more-link:hover .icon-arrow-down {
    transform: scale(2); }
  .reviews-show-more-link .icon-arrow-down {
    display: block;
    width: 9px;
    height: 9px;
    margin: 11px auto 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.num-reviews::before {
  content: attr(data-num-reviews); }

.num-reviews[data-num-reviews="()"] {
  display: none; }

.listing-page-yotpo-reviews > a {
  display: block; }
  .listing-page-yotpo-reviews > a .yotpo {
    text-align: center; }
    .listing-page-yotpo-reviews > a .yotpo .standalone-bottomline.star-clickable, .listing-page-yotpo-reviews > a .yotpo .standalone-bottomline .star-clickable {
      display: block; }
    .listing-page-yotpo-reviews > a .yotpo .pull-left {
      text-align: center;
      float: none; }
    .listing-page-yotpo-reviews > a .yotpo .yotpo-bottomline {
      margin-bottom: 15px; }
      .listing-page-yotpo-reviews > a .yotpo .yotpo-bottomline > a {
        margin-left: 5px; }

.product-details .product-short-description > * {
  display: none; }

.product-details .product-short-description > ul:nth-child(1) {
  margin-top: 2rem;
  display: block;
  list-style: disc;
  padding-left: 1.25em;
  margin-bottom: 1em; }
  .product-details .product-short-description > ul:nth-child(1) li {
    margin-bottom: 1em; }
    .product-details .product-short-description > ul:nth-child(1) li:nth-child(n+6) {
      display: none; }

.product-details .product-short-description > a.full-description {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #0c9dc4; }

.product-details-blocks {
  display: grid; }
  @media screen and (min-width: 480px) {
    .product-details-blocks {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 2%;
      align-items: start; } }

.product-details-block {
  margin-bottom: 2em;
  font-family: "CoFo Sans Regular"; }

.product-details-name {
  font-weight: bold;
  text-transform: uppercase; }

.product-details-value {
  margin: 0.5em 0 0; }
  .product-details-value table {
    width: 100% !important;
    border: 0 solid #ffffff; }
    .product-details-value table tbody tr td:only-child {
      width: 100%; }
    .product-details-value table tbody tr td:first-child {
      background-color: #eff1f5;
      color: #3a3a3a;
      width: 247px;
      font-family: "Modern Era Bold"; }
    .product-details-value table tbody tr td:nth-child(2) {
      background-color: #ffffff;
      width: 468px; }

.review-form {
  width: 100%;
  border-radius: 4px; }
  .review-form .form {
    display: grid; }
    @media screen and (min-width: 768px) {
      .review-form .form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 6%; } }
  .review-form .form-input, .review-form .navigation-mobile .search-input, .navigation-mobile .review-form .search-input, .review-form .product-item-rating {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .review-form .rating-subject,
    .review-form .rating-comments,
    .review-form .form-submit-wrap {
      grid-column: 1 / -1; } }
  .review-form .rating-stars-label {
    margin-right: 10px; }
  .review-form .icon-star-wrap {
    display: inline-block;
    transform: translateY(-1px); }
  .review-form .rating-stars-wrap {
    position: relative; }
  .review-form .product-item-rating {
    margin-bottom: 0;
    pointer-events: none;
    background-color: #fff; }
  .review-form .rating-stars {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0; }
  .review-form .icon-arrow-down {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 10px;
    height: 6px;
    transform: translateY(-50%); }
  .review-form #recaptcha_area {
    margin: 0 auto; }

.review-form-heading {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase; }

.form-submit-wrap {
  text-align: center; }

.cart-options-modal {
  max-width: 600px;
  padding: 5vw;
  opacity: 0; }
  .modal-wrapper.loaded .cart-options-modal {
    opacity: 1; }
  .cart-options-modal .reconfigure-errors {
    display: none; }
  .cart-options-modal .icon-close {
    width: 15px;
    height: 15px; }

.site-wrapper {
  width: 100%; }

.mini-cart-open .site-header,
.mini-cart-open .site-canvas,
.mini-cart-open .mini-cart {
  transform: translateX(-400px); }

.site-canvas {
  position: relative;
  padding-top: 3.5rem;
  transition: transform .3s ease, padding 0.2s linear; }
  @media screen and (min-width: 768px) {
    .site-canvas {
      padding-top: 9.75rem; } }

.container, .product-tabs {
  max-width: 1230px;
  margin: 0 auto; }
  @media screen and (min-width: 1920px) {
    .container, .product-tabs {
      max-width: 1425px; } }
  @media screen and (min-width: 2560px) {
    .container, .product-tabs {
      max-width: 1845px; } }
  @media screen and (min-width: 3839px) {
    .container, .product-tabs {
      max-width: 2895px; } }
  .container:after, .product-tabs:after {
    content: " ";
    display: block;
    clear: both; }
  .container.container-small, .container-small.product-tabs {
    max-width: 820px; }
  .container.container-full, .container-full.product-tabs {
    max-width: 100%;
    padding: 0; }

.section {
  padding: 5rem 0; }
  .section.error {
    text-align: center; }

.site-header {
  font-family: "CoFo Sans Regular";
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  background-color: white;
  transition: transform 0.3s ease; }
  .site-header button {
    background: none; }
  .site-header .button-primary {
    background-color: #25a397; }

.top-bar {
  position: relative;
  z-index: 10;
  background-color: #282a2f;
  color: white; }
  .top-bar .icon {
    fill: currentColor; }
  .top-bar .container, .top-bar .product-tabs {
    display: table;
    width: 100%;
    max-width: 1230px;
    min-height: 3.5rem;
    vertical-align: middle; }
    @media screen and (max-width: 1023px) {
      .top-bar .container, .top-bar .product-tabs {
        max-height: 3.5rem;
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 1920px) {
      .top-bar .container, .top-bar .product-tabs {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .top-bar .container, .top-bar .product-tabs {
        max-width: 1850px; } }
    @media screen and (min-width: 3839px) {
      .top-bar .container, .top-bar .product-tabs {
        max-width: 2900px; } }

.top-bar-button {
  display: inline-block;
  vertical-align: top;
  height: 3.5rem;
  padding-top: 21px;
  color: inherit;
  cursor: pointer; }
  .top-bar-button:focus {
    outline: none;
    color: #25a397; }

.top-bar-button:not():hover {
  filter: brightness(0) saturate(100%) invert(52%) sepia(35%) saturate(4829%) hue-rotate(334deg) brightness(101%) contrast(98%); }

.top-bar-left,
.top-bar-center,
.top-bar-right {
  display: table-cell;
  vertical-align: middle; }

.top-bar-left {
  white-space: nowrap; }
  @media screen and (max-width: 1023px) {
    .top-bar-left {
      padding-left: 15px;
      display: none; } }
  @media screen and (max-width: 767px) {
    .top-bar-left {
      display: none; } }

.top-bar-center {
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .top-bar-center {
      width: auto; } }
  .top-bar-center .site-branding {
    position: absolute;
    max-height: 6.25rem;
    margin: 0;
    color: white;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%); }
    .top-bar-center .site-branding .site-branding-logo {
      width: auto;
      max-height: calc(6.25rem - 1rem);
      padding: 20px 0;
      vertical-align: middle; }
    @media screen and (min-width: 1024px) {
      .logo-align-left .top-bar-center .site-branding,
      .logo-align-right .top-bar-center .site-branding {
        display: none; } }
    .text-logo .top-bar-center .site-branding {
      margin-top: 0; }
    .long-logo-text .top-bar-center .site-branding {
      font-size: 16px; }

.top-bar-right {
  white-space: nowrap; }
  .logo-align-center .top-bar-right {
    width: 32%; }
  .top-bar-right > * {
    white-space: normal; }
  @media screen and (max-width: 1023px) {
    .top-bar-right {
      padding-right: 15px; } }

header .navigation > ul > li:not(.custom-header):hover {
  color: white;
  background-color: #282a2f;
  height: 3.5rem;
  padding-bottom: 39px; }
  header .navigation > ul > li:not(.custom-header):hover > div {
    display: block;
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s;
    -o-animation: fadein 0.5s;
    -ms-animation: fadein 0.5s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.customer-links,
.currency-selector {
  display: inline-block;
  vertical-align: top; }

.currency-selector-flag img {
  width: 20px; }

.currency-selector-flag--label {
  margin-right: 10px;
  display: none; }
  @media screen and (max-width: 1023px) {
    .currency-selector-flag--label {
      display: inline-block;
      font-family: "Modern Era Bold"; } }

.customer-links {
  position: relative;
  margin-inline: 0.4rem;
  padding-block: 20px;
  height: 56px;
  text-transform: capitalize; }
  .customer-links #account-settings-btn {
    cursor: pointer; }
  .customer-links #account-settings-btn:hover img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(949%) hue-rotate(125deg) brightness(96%) contrast(86%); }
  .customer-links #account-settings-btn:hover .chevron {
    border-right-color: #25A397;
    border-bottom-color: #25A397; }
  .customer-links::after {
    display: none; }
  .customer-links .chevron {
    display: inline-block;
    position: relative;
    top: -3px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 7px;
    height: 7px;
    margin-left: 2px; }
  .customer-links .chevron.arrow-down {
    transform: rotate(45deg); }
  .customer-links .chevron.arrow-up {
    transform: rotate(-135deg); }
  .customer-links--dropdown {
    position: absolute;
    top: 56px;
    right: -50px;
    width: 150px;
    background-color: #282a2f;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    max-height: 0px; }
    .customer-links--dropdown_item {
      padding: 5px 10px;
      text-align: left; }
    .customer-links--dropdown_item:hover .button-text {
      color: #25A397;
      text-decoration: underline;
      font-family: "Modern Era Bold"; }
    .customer-links--dropdown .button-text {
      color: #fff; }
  .customer-links--dropdown.open {
    max-height: 500px; }
  .customer-links .top-bar-button {
    padding: 0;
    height: 15px;
    width: 15px;
    display: block;
    margin: 0 12.5px; }
    .customer-links .top-bar-button .button-text {
      display: none; }
  .no-currency-selector .customer-links:after {
    display: none; }
  .customer-links .icon-account {
    width: 0.9375rem;
    height: 0.9375rem; }
  .customer-links .button-text {
    vertical-align: top; }

.currency-selector {
  margin-left: 0; }
  .currency-selector.accounts-enabled {
    margin-left: 0.375rem; }
    .currency-selector.accounts-enabled .top-bar-button {
      padding-left: 0.625rem; }
      @media screen and (orientation: portrait) and (max-width: 1023px) {
        .currency-selector.accounts-enabled .top-bar-button {
          padding: 0; } }
  .currency-selector .currency-selector-active {
    margin-right: 5px; }
  .currency-selector .top-bar-button {
    padding-right: 0.625rem; }
  .currency-selector .icon-arrow-down {
    margin: -0.3em 0 0 0.5em; }
  .currency-selector .dropdown-panel {
    background-color: #282a2f;
    padding: 10px; }
  .currency-selector .dropdown-menu-item {
    white-space: nowrap; }
    .currency-selector .dropdown-menu-item a {
      display: block;
      color: inherit; }
      .currency-selector .dropdown-menu-item a:hover {
        color: #25a397; }

.currencies {
  width: 10px;
  padding-left: 10px;
  overflow: hidden;
  background: transparent;
  border: 0;
  appearance: none; }

.promo-message {
  font-family: "Modern Era Bold";
  padding: 1rem 2rem 1rem 1rem;
  overflow: hidden;
  font-size: 0.8125rem;
  color: white;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #282a2f; }
  @media screen and (max-width: 767px) {
    .promo-message {
      white-space: normal; } }
  .promo-message a {
    color: white;
    text-decoration: underline; }
    .promo-message a:hover {
      color: #25a397;
      text-decoration: none; }
  @media screen and (max-width: 1023px) {
    .top-bar-center .promo-message {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .logo-align-left .site-alerts .promo-message,
    .logo-align-right .site-alerts .promo-message {
      display: none; } }

.customer-utils {
  text-align: right;
  cursor: default; }
  @media screen and (max-width: 1023px) {
    .customer-utils {
      display: none; } }
  .customer-utils .button-wishlist {
    margin-right: 2.375rem; }

.logo-align-center .customer-utils .button-wishlist:after {
  top: auto;
  bottom: 0; }

.button-cart-toggle {
  padding-top: 0.6875rem;
  padding-left: 0;
  position: relative; }
  .button-cart-toggle .countPill.cart-quantity {
    display: inline-block;
    text-align: center;
    background: #25A397;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    line-height: 13px;
    position: absolute;
    top: 13px;
    right: -9px;
    color: #fff;
    border: 2px solid #282A2F;
    font-size: 10px; }
  @media screen and (max-width: 767px) {
    .button-cart-toggle {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); } }
  @media screen and (max-width: 1023px) {
    .button-cart-toggle {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); } }
  .button-cart-toggle.no-wishlist {
    width: 70px; }

.button-cart-toggle a:hover, .customer-links a:hover,
.top-bar-right.customer-utils .top-search a:hover {
  color: none; }

.button-cart-toggle a.top-bar-button:hover, .button-cart-toggle img:hover, .customer-links a.top-bar-button:hover, .customer-links img:hover,
.top-bar-right.customer-utils .top-search a.top-bar-button:hover,
.top-bar-right.customer-utils .top-search img:hover {
  filter: brightness(0) saturate(100%) invert(53%) sepia(31%) saturate(949%) hue-rotate(125deg) brightness(96%) contrast(86%); }

.mini-cart-subtotal {
  font-family: "Modern Era Bold";
  margin-right: 0.375rem;
  vertical-align: text-top;
  line-height: 1; }
  @media screen and (max-width: 1023px) {
    .mini-cart-subtotal {
      display: none; } }

/* Nav Bar */
.main-nav-bar {
  background-color: transparent;
  position: relative; }
  @media screen and (max-width: 767px) {
    .main-nav-bar {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .main-nav-bar {
      display: none; } }
  .main-nav-bar > .container, .main-nav-bar > .product-tabs {
    display: block;
    width: 100%;
    max-width: 1230px;
    height: 6.25rem;
    text-align: left;
    transition: height 0.2s linear; }
    @media screen and (min-width: 1920px) {
      .main-nav-bar > .container, .main-nav-bar > .product-tabs {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .main-nav-bar > .container, .main-nav-bar > .product-tabs {
        max-width: 1850px; } }
    @media screen and (min-width: 3839px) {
      .main-nav-bar > .container, .main-nav-bar > .product-tabs {
        max-width: 2900px; } }
    .compressed .main-nav-bar > .container, .compressed .main-nav-bar > .product-tabs {
      height: 3.5rem; }
  .main-nav-bar .site-branding {
    display: inline-block;
    width: 16%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    .logo-align-right .main-nav-bar .site-branding {
      float: right;
      margin: 0;
      padding-right: 6px;
      text-align: right; }
    .main-nav-bar .site-branding .logo-align-left {
      float: left; }
    .logo-align-center .main-nav-bar .site-branding {
      display: none; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .site-branding {
        display: none; } }
  .main-nav-bar .site-branding-link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: calc(100% - 1rem); }
    .logo-align-right .main-nav-bar .site-branding-link {
      width: auto; }
    .compressed .main-nav-bar .site-branding-link {
      height: 90%; }
  .main-nav-bar .site-branding-logo {
    max-height: 100%;
    width: auto;
    vertical-align: middle;
    padding: 10px 0;
    transition: all 0.3s ease; }
  .main-nav-bar .site-branding-logo.enlarge {
    padding: 0; }
  .main-nav-bar .site-branding-title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.1;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-all; }
  .main-nav-bar .navigation {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    margin-left: 2%;
    height: 100%;
    text-align: center; }
    .logo-align-right .main-nav-bar .navigation {
      float: left;
      margin-left: 0;
      text-align: left;
      max-width: 75%;
      width: auto; }
      @media screen and (max-width: 1023px) {
        .logo-align-right .main-nav-bar .navigation {
          max-width: none;
          width: 100%;
          float: none;
          text-align: left; } }
      .logo-align-right .logo-align-right .main-nav-bar .navigation .enforce-max-width {
        max-width: 95%; }
      .logo-align-right .main-nav-bar .navigation ul li:first-child .top-level-nav-link:first-child {
        padding-left: 0; }
    .logo-align-center .main-nav-bar .navigation {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      width: auto; }
    .logo-align-center .main-nav-bar .navigation > .button-search-toggle {
      display: none; }
    .main-nav-bar .navigation .button-search-toggle {
      height: 100%;
      vertical-align: top; }
      .main-nav-bar .navigation .button-search-toggle svg {
        vertical-align: middle;
        margin-top: -3px; }
    @media screen and (max-width: 1023px) {
      .main-nav-bar .navigation {
        width: 92%;
        height: 100%;
        margin-left: -0.75rem; } }
    .main-nav-bar .navigation > ul {
      display: inline-block; }
      .logo-align-right .main-nav-bar .navigation > ul {
        max-width: 95%; }
      .main-nav-bar .navigation > ul > li {
        display: inline-block;
        margin-right: 1.5rem; }
        .main-nav-bar .navigation > ul > li.dropdown > a {
          padding: 1rem 0.75rem; }
        .main-nav-bar .navigation > ul > li.dropdown > a:hover {
          background-color: rgba(40, 42, 47, 0.97); }
        .main-nav-bar .navigation > ul > li:not(.dropdown), .main-nav-bar .navigation > ul > li:not(:last-child) {
          margin-right: 1.5rem; }
      .main-nav-bar .navigation > ul li:nth-last-child(n+10),
      .main-nav-bar .navigation > ul li:nth-last-child(n+10) ~ li {
        margin-right: 0; }
        @media screen and (max-width: 1439px) {
          .main-nav-bar .navigation > ul li:nth-last-child(n+10),
          .main-nav-bar .navigation > ul li:nth-last-child(n+10) ~ li {
            margin-right: 0.625rem; } }
  .main-nav-bar .top-level-nav-link {
    padding: 1rem 0;
    display: block;
    color: #6b6e79;
    font-size: 0.8125rem;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear, padding 0.2s linear, height 0.2s linear; }
    @media screen and (min-width: 1230px) {
      .main-nav-bar .top-level-nav-link {
        padding: 1rem 1.25rem; } }
    .main-nav-bar .top-level-nav-link:hover:not(.pages) {
      color: #25a397; }
    .main-nav-bar .top-level-nav-link.pages span:hover {
      color: #25a397; }
  .main-nav-bar .dropdown .dropdown-panel:has(+ .container::after, + .product-tabs::after) {
    background-color: rgba(40, 42, 47, 0.97); }
  .main-nav-bar .dropdown-open > a {
    color: white;
    background-color: rgba(40, 42, 47, 0.97); }
    .main-nav-bar .dropdown-open > a:hover {
      color: white; }
  .main-nav-bar .dropdown-panel {
    text-align: left;
    background-color: rgba(40, 42, 47, 0.97); }
    .main-nav-bar .dropdown-panel .children > li > a {
      color: #b6bac2; }

.site-branding {
  font-weight: 300;
  font-size: 32px;
  color: #6b6e79;
  font-family: inherit; }
  .site-branding a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none; }

.simple-list .navigation {
  float: none;
  width: 100%;
  padding: 0 0.625rem;
  margin: 0;
  text-align: left; }
  .simple-list .navigation .top-level-nav-link {
    padding: 0.3125rem 0;
    white-space: nowrap; }
  .simple-list .navigation .parent {
    display: block;
    width: 100%; }
  .simple-list .navigation ul ul {
    width: 100%;
    margin-left: 0.625rem; }

.simple-list .parent > a {
  font-family: "CoFo Sans Regular";
  font-size: 1.0625rem;
  color: white; }

.nav-page {
  margin-top: 17px; }
  .nav-page .dropdown-panel {
    min-width: calc(100% + 15px);
    white-space: nowrap;
    line-height: 1.3;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 30px; }
    .navigation-mobile .nav-page .dropdown-panel {
      white-space: normal; }
    .nav-page .dropdown-panel li:not(:last-child) {
      margin-bottom: 15px; }
      .navigation-mobile .nav-page .dropdown-panel li:not(:last-child) {
        margin-bottom: 0; }
    .nav-page .dropdown-panel ul {
      margin-top: 0.625rem;
      margin-bottom: 15px; }
      .nav-page .dropdown-panel ul li > a {
        color: #fff;
        opacity: 0.5; }

.mega-nav {
  position: static; }
  .mega-nav.dropdown-open > a {
    height: 4.8125rem;
    padding-bottom: 39px; }
    .multi-row .mega-nav.dropdown-open > a {
      height: auto;
      padding-bottom: 1rem; }
    .compressed .mega-nav.dropdown-open > a {
      padding-bottom: 16px;
      height: 3.4375rem; }

.mega-nav-panel {
  left: 0;
  width: 100vw;
  max-height: calc(100vh - 9.75rem);
  padding: 2.5rem 0.9375rem 0 0;
  overflow-y: auto;
  text-align: center;
  transition: top 0.2s linear; }
  .mega-nav-panel .container, .mega-nav-panel .product-tabs {
    max-height: 100%; }
  .compressed .mega-nav-panel {
    top: 3.4375rem; }

.multi-row .mega-nav.dropdown-open .dropdown-toggle {
  position: relative; }
  .multi-row .mega-nav.dropdown-open .dropdown-toggle::after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 47px;
    background-color: rgba(40, 42, 47, 0.97);
    content: ""; }

a.no-redirect {
  pointer-events: none;
  cursor: pointer; }

.mega-nav-list {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: row; }
  .mega-nav-list.wrap-cols {
    flex-wrap: wrap; }
    .mega-nav-list.wrap-cols:after {
      flex: auto;
      content: ""; }
  .mega-nav-list a {
    display: inline-block;
    color: #000; }
    .mega-nav-list a:hover {
      text-decoration: underline; }
  .mega-nav-list .parent {
    display: inline-block;
    padding: 0 0.9375rem;
    margin-bottom: 1.5rem;
    text-align: left;
    vertical-align: top;
    white-space: nowrap; }
    .mega-nav-list .parent > a {
      font-family: "Modern Era Bold";
      font-size: 0.9375rem; }
  .mega-nav-list .children a {
    font-family: "CoFo Sans Regular"; }
  .mega-nav-list ul ul ul {
    margin-top: 0; }
  .mega-nav-list .tier-panel {
    padding: 0; }
  .mega-nav-list .tier-open > a {
    opacity: 1; }
  .mega-nav-list .tier-toggle {
    padding-top: 0 !important; }

.search-wrap {
  display: none; }

.search-button-wrap {
  height: 100%;
  text-align: right;
  display: inline-block;
  width: 13%; }
  @media screen and (max-width: 767px) {
    .search-button-wrap {
      width: 9%; } }
  @media screen and (max-width: 1199px) {
    .search-button-wrap {
      width: 9%;
      color: #6b6e79; } }
  .search-button-wrap--input {
    position: relative;
    margin-top: 15px; }
    .search-button-wrap--input #search_form_submit {
      position: relative; }
  .search-button-wrap input[type="text"] {
    padding: 5px;
    border-radius: 4px;
    border: 0px;
    color: #6b6e79;
    width: 100%; }
    .search-button-wrap input[type="text"]:hover {
      box-shadow: 0 0 0 2px #e6e9ef inset; }
    .search-button-wrap input[type="text"]:focus {
      box-shadow: 0 0 0 2px #e6e9ef inset;
      outline: none; }
  .search-button-wrap .quickSearchResults {
    position: relative; }
    .search-button-wrap .quickSearchResults .listing-wrapper {
      background: #fff;
      color: #000;
      border: 1px solid #e6e9ef;
      text-align: left;
      position: absolute;
      top: -1px;
      left: -122%;
      width: 221%;
      padding: 0px 0px 0px 5px; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content {
        height: 400px;
        overflow-y: scroll; }
        .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article {
          margin-bottom: 10px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          column-gap: 10%; }
          .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-thumbnail {
            margin: 5px 0;
            width: 15%;
            float: left; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-thumbnail .product-item-actions {
              display: none; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-thumbnail .product-item-mask {
              background-color: transparent; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-thumbnail .product-item-image {
              position: initial;
              padding: 0; }
          .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-details {
            width: 40%;
            margin: auto 0;
            float: right; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-details .product-item-brand {
              display: none; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-details .listing-page-yotpo-reviews {
              display: none; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-details .product-item-title {
              font-size: 1.2rem;
              font-weight: normal;
              margin: 10px 0 2px; }
            .search-button-wrap .quickSearchResults .listing-wrapper .inner-content article .product-item-details .product-item-price {
              font-size: 1.2rem;
              margin-block: 10px; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar {
        height: 10px;
        width: 8px; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar-track {
        border-radius: 4px;
        background-color: #DFE9EB;
        border: 1px solid #FFFFFF; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar-track:hover {
        background-color: #B8C0C2; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar-track:active {
        background-color: #B8C0C2; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #8F8F8F; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar-thumb:hover {
        background-color: #737373; }
      .search-button-wrap .quickSearchResults .listing-wrapper .inner-content::-webkit-scrollbar-thumb:active {
        background-color: #111D0D; }
  .search-button-wrap .form-field input[type="submit"] {
    background: url("../../img/icons/search-grey.svg") 50% 50% no-repeat;
    background-size: cover; }
  .search-button-wrap .button-search-toggle {
    vertical-align: middle;
    position: absolute;
    top: 15%;
    right: 0; }
    @media screen and (max-width: 1023px) {
      .search-button-wrap .button-search-toggle {
        right: -21%; } }
    .search-button-wrap .button-search-toggle:hover {
      color: #25a397; }
    .search-button-wrap .button-search-toggle:focus {
      outline: none;
      color: #25a397; }

.breadcrumbs {
  margin-top: 2.5rem;
  margin-bottom: 1.5625rem;
  text-align: center; }
  .page-header .breadcrumbs,
  .product-listing .breadcrumbs {
    margin-top: 0; }

.breadcrumb {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: normal;
  letter-spacing: 0.077em;
  text-transform: uppercase; }
  .breadcrumb:not(:last-child)::after {
    content: "/"; }
  .breadcrumb a:hover {
    text-decoration: underline; }

.breadcrumb-label {
  color: #2e3036; }
  .breadcrumb-label:not(.breadcrumb-link) {
    color: #b6bac2; }

.product-listing-desktop-breadcrumbs {
  display: none; }
  @media screen and (min-width: 768px) {
    .product-listing-desktop-breadcrumbs {
      display: block;
      grid-column: 1 / -1; } }

.product-listing-mobile-breadcrumbs {
  display: block; }
  @media screen and (min-width: 768px) {
    .product-listing-mobile-breadcrumbs {
      display: none; } }

.main-nav-bar {
  position: relative; }
  .main-nav-bar .site-branding {
    position: absolute;
    width: 20%;
    left: 40%;
    text-align: center;
    z-index: 11; }
    .main-nav-bar .site-branding a.site-branding-link img {
      width: 87px;
      height: 85px;
      max-width: 87px;
      max-height: 85px;
      margin-top: -56px;
      padding: 0 !important; }
  .main-nav-bar .navigation {
    width: 100%;
    margin: 0;
    display: flex; }
    .main-nav-bar .navigation > ul {
      width: 100%; }
      .main-nav-bar .navigation > ul > li.custom-header {
        width: 100%;
        margin: 0; }
        .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list {
          justify-content: flex-start; }
          .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent {
            width: 20%;
            padding: 17px 0;
            margin: 0;
            text-align: left; }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent > .dropdown-parent {
              display: flex;
              justify-content: center;
              position: absolute;
              top: 57px;
              left: 0;
              transition: all 0.5s ease;
              width: 100%;
              height: 0;
              background-color: #eff1f5;
              z-index: 12; }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent > span {
              color: #282a2f;
              margin: 0;
              cursor: pointer;
              font-family: "Modern Era Bold"; }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent > a:hover {
              text-decoration: none; }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children {
              display: none;
              grid-template-columns: repeat(5, max-content);
              justify-content: space-between;
              row-gap: 30px;
              column-gap: 40px;
              margin: auto;
              text-align: left;
              padding: 25px;
              width: 100%;
              max-width: 1235px; }
              @media screen and (min-width: 1920px) {
                .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children {
                  max-width: 1425px; } }
              @media screen and (min-width: 2560px) {
                .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children {
                  max-width: 1850px; } }
              @media screen and (min-width: 3839px) {
                .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children {
                  max-width: 2900px; } }
              .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children .dropdown-parent--title {
                font-size: 1.05rem;
                font-family: "Modern Era Bold";
                letter-spacing: 0.2px; }
              .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children ul > li > a {
                font-family: "cofo-sans-variable", sans-serif;
                font-variation-settings: "slnt" 0, "wght" 500;
                font-size: 0.9rem;
                letter-spacing: 0.2px;
                color: #282a2f; }
              .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent ul.children > li {
                opacity: 0;
                transform: translate(0px, -20px); }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent:nth-child(1) {
                width: 18%; } }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent:nth-child(2) {
              margin-right: 10%; }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent:nth-child(3) {
              margin-left: 10%; }
            .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent:nth-child(n + 3) {
              text-align: right; }
              .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent:nth-child(n + 3) > ul.children {
                margin-left: 35%;
                margin-right: -35%; }
                @media screen and (max-width: 1024px) and (orientation: landscape) {
                  .main-nav-bar .navigation > ul > li.custom-header > ul.mega-nav-list > li.parent:nth-child(n + 3) > ul.children {
                    margin-left: 0%; } }

.search-button-wrap {
  width: auto;
  float: none; }
  .search-button-wrap svg {
    fill: #6b6e79; }
    .search-button-wrap svg:hover {
      fill: #fc5f45; }

.top-bar-right.customer-utils .top-search {
  display: inline-block;
  margin: 8px 12.5px 0px 12.5px;
  vertical-align: middle;
  width: auto; }
  .top-bar-right.customer-utils .top-search > svg {
    cursor: pointer;
    margin: 5px;
    width: 15px;
    height: 15px; }
  .top-bar-right.customer-utils .top-search > img {
    cursor: pointer;
    margin: 0;
    width: 15px;
    height: 15px; }
  .top-bar-right.customer-utils .top-search .search-button-wrap {
    display: none; }
  .top-bar-right.customer-utils .top-search.show-search-bar .search-button-wrap {
    display: block;
    position: absolute;
    top: 113px;
    left: 0;
    background: #eff1f5;
    width: 100%;
    height: 60px; }
    .top-bar-right.customer-utils .top-search.show-search-bar .search-button-wrap .search-button-wrap--input {
      width: 100%; }

.top-bar-right.customer-utils .mini-cart-subtotal.button-text {
  display: none; }

.top-bar-right.customer-utils > button.top-bar-button.button-cart-toggle {
  padding: 6px 0 0 0;
  margin: 0 0 0 12.5px;
  vertical-align: middle; }
  .top-bar-right.customer-utils > button.top-bar-button.button-cart-toggle img {
    width: 15px;
    height: 15px; }

.top-bar-right.customer-utils ul.top-navigation {
  display: inline-block;
  height: 56px;
  vertical-align: middle; }
  .top-bar-right.customer-utils ul.top-navigation > li > a {
    margin: 0 12.5px;
    color: #fff;
    font-size: 1rem; }
    .top-bar-right.customer-utils ul.top-navigation > li > a img {
      width: auto;
      height: auto;
      vertical-align: middle; }
  .top-bar-right.customer-utils ul.top-navigation > li a:hover {
    color: #25A397; }
  .top-bar-right.customer-utils ul.top-navigation > li > ul {
    display: none; }
  .top-bar-right.customer-utils ul.top-navigation > li:hover > ul {
    display: block;
    background: #282a2f;
    margin: 7px 0 0 0;
    padding: 15px; }

.support-tab {
  display: none;
  transform: translateY(-1.6%);
  height: 0%;
  width: 100%;
  background: #eff1f5;
  position: relative; }
  .support-tab_main {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1230px;
    padding-inline: 15px; }
    @media screen and (min-width: 1920px) {
      .support-tab_main {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .support-tab_main {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .support-tab_main {
        max-width: 2895px; } }
  .support-tab_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .support-tab_nav p, .support-tab_nav a {
      color: #282a2f; }
    .support-tab_nav-category {
      transform: translate(0px, -30px);
      opacity: 0; }
      .support-tab_nav-category_item {
        display: block; }
        .support-tab_nav-category_item a {
          display: block;
          font-size: 0.85rem;
          font-family: "cofo-sans-variable", sans-serif;
          font-variation-settings: "slnt" 0, "wght" 500;
          letter-spacing: 0.2px;
          margin-block: 5px; }
        .support-tab_nav-category_item a:hover {
          text-decoration: underline; }
        .support-tab_nav-category_item--title {
          text-transform: uppercase;
          font-family: "Modern Era Bold";
          font-size: 1.05rem;
          margin-bottom: 0; }
      .support-tab_nav-category .support-contact > a {
        font-size: 1.2rem; }

.top-bar {
  height: 56px; }
  .top-bar .container, .top-bar .product-tabs, .top-bar .product-tabs {
    min-height: 56px; }
  .top-bar_curvature {
    position: absolute;
    width: 430px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%); }
    .top-bar_curvature--img {
      position: relative;
      top: 55px; }
    @media screen and (max-width: 1023px) {
      .top-bar_curvature {
        width: 175px; } }
    @media screen and (max-width: 767px) {
      .top-bar_curvature {
        width: 130px; } }
    @media screen and (max-width: 479px) {
      .top-bar_curvature {
        width: 170px; } }

.top-bar-left .logo-container {
  width: 117px; }

.top-bar-left a > img {
  vertical-align: middle; }

.site-wrapper .site-canvas .navigation-mobile {
  overflow: visible;
  z-index: 11111; }

.mobile-nav-open .button-mobile-nav-back {
  position: absolute;
  top: 20px;
  background: #28292e;
  color: #fff;
  left: 12px;
  z-index: 1111; }

.navigation-mobile {
  overflow-y: scroll !important; }

@media screen and (max-width: 1023px) {
  .site-branding-logo {
    padding: 0 !important; } }

.nav-mobile-support-container {
  position: relative;
  overflow: hidden; }

.nav-mobile-support-panel {
  width: 100%;
  transition: transform 0.5s ease; }
  .nav-mobile-support-panel.is-active {
    position: relative; }
  .nav-mobile-support-panel.is-right, .nav-mobile-support-panel.is-left {
    position: absolute;
    top: 0; }
  .nav-mobile-support-panel.is-right {
    transform: translateX(100%); }
  .nav-mobile-support-panel.is-left {
    transform: translateX(-100%); }
  .nav-mobile-support-panel.force-state {
    transition: none; }
  .nav-mobile-support-panel .nav-mobile-support-panel-title {
    margin-bottom: 0.5rem; }

.nav-mobile-support-panel .nav-mobile-support-panel-title {
  display: none !important; }

.nav-mobile-support-panel-child .nav-mobile-item a {
  color: #c0c2c9;
  text-transform: none; }

.navigation-mobile .nav-mobile-item.sub-category, .navigation-mobile .nav-mobile-item.sub-page {
  padding-left: 0; }

.navigation-mobile .utils a[data-toggle-mobile] {
  text-transform: uppercase; }

header.site-header {
  height: 113px; }
  @media screen and (max-width: 1023px) {
    header.site-header {
      height: 77px; }
      header.site-header .button-mobile-nav-toggle .burger {
        display: none; }
      header.site-header .site-branding a {
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-top: 20px; } }
    @media screen and (max-width: 1023px) and (max-width: 479px) {
      header.site-header .site-branding a {
        margin-top: 15px; } }
  @media screen and (max-width: 1023px) {
      header.site-header .top-bar-center .site-branding .site-branding-logo {
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px; } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    header.site-header header.site-header {
      height: 113px; } }
  @media screen and (max-width: 767px) {
    header.site-header header.site-header {
      height: 86px; } }

.nav-mobile-open header.site-header .button-mobile-nav-toggle .burger {
  display: block; }

.nav-mobile-open header.site-header .button-mobile-nav-toggle img {
  display: none; }

.compressed .main-nav-bar > .container, .compressed .main-nav-bar > .product-tabs {
  height: 62px; }

.top-bar .search-button-wrap .container, .top-bar .search-button-wrap .product-tabs {
  position: relative; }

.search-button-wrap .quickSearchResults {
  position: relative;
  left: 0;
  margin: 0;
  position: absolute;
  top: 107%;
  width: 100%; }
  .search-button-wrap .quickSearchResults .listing-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }

.site-footer {
  background-color: #28292e;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-title {
    font-family: "Modern Era Bold";
    color: white;
    margin-top: 40px; }
  .site-footer .container, .site-footer .product-tabs {
    padding-top: 35px; }
  .site-footer .footer-nav li {
    margin-bottom: 0.5rem; }
  .site-footer .navigation ul ul {
    margin-left: 1em; }
    .site-footer .navigation ul ul li {
      line-height: 1.75; }
  .site-footer .footer-col > p,
  .site-footer .navigation li > a {
    font-family: "cofo-sans-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 500; }
  .site-footer .footer-col > p,
  .site-footer .navigation li > a {
    letter-spacing: 0.2px;
    color: #B7B7B7; }
  .site-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-block: 1rem 1rem;
    font-family: "CoFo Sans Regular"; }
    @media screen and (max-width: 1023px) {
      .site-footer .footer-bottom {
        flex-direction: column; } }
    .site-footer .footer-bottom .footer-sitemap {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      @media screen and (max-width: 1023px) {
        .site-footer .footer-bottom .footer-sitemap {
          justify-content: center;
          flex-wrap: wrap; } }
      .site-footer .footer-bottom .footer-sitemap-separator {
        font-size: 1rem;
        margin-inline: 5px; }
  .site-footer .footer-social-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 7%; }
    .site-footer .footer-social-container .footer-media-links {
      justify-self: start; }
    .site-footer .footer-social-container .footer-payment-icons {
      justify-self: end; }
    @media screen and (max-width: 1023px) {
      .site-footer .footer-social-container {
        grid-template-columns: repeat(2, 2fr); }
        .site-footer .footer-social-container .footer-media-links,
        .site-footer .footer-social-container .footer-payment-icons {
          justify-self: center; } }
    @media screen and (max-width: 767px) {
      .site-footer .footer-social-container {
        grid-template-columns: repeat(1, 1fr); } }
    .site-footer .footer-social-container .footer-mailing-list .subscription-form-container {
      display: flex;
      justify-content: center; }
      .site-footer .footer-social-container .footer-mailing-list .subscription-form-container .subscription-form {
        width: 350px; }
        @media screen and (max-width: 1023px) and (min-width: 320px) {
          .site-footer .footer-social-container .footer-mailing-list .subscription-form-container .subscription-form {
            width: 250px; } }
    .site-footer .footer-social-container .footer-mailing-list .footer-title {
      text-align: center; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-social-container .footer-payment-icons {
        padding-top: 3em; } }
    .site-footer .footer-social-container .footer-payment-icons .footer-payment-icons-list {
      margin-top: 30px; }
      .site-footer .footer-social-container .footer-payment-icons .footer-payment-icons-list li {
        display: inline-block;
        width: 50px;
        margin: 0; }
      .site-footer .footer-social-container .footer-payment-icons .footer-payment-icons-list svg {
        max-width: 80%; }
    @media screen and (min-width: 768px) {
      .site-footer .footer-social-container .footer-social {
        padding-top: 3em; } }
    .site-footer .footer-social-container .footer-social a {
      color: inherit; }
      .site-footer .footer-social-container .footer-social a:hover {
        text-decoration: none;
        color: white; }
    .site-footer .footer-social-container .footer-social .footer-social-media {
      display: block;
      margin-top: 28px; }
      .site-footer .footer-social-container .footer-social .footer-social-media .social-media-link {
        display: inline-block;
        margin-inline: 10px; }
  .site-footer .bottom-bar {
    width: 100%;
    padding-bottom: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; }

.footer-nav-wrap {
  display: grid;
  padding-bottom: 57px;
  justify-content: space-between; }
  @media screen and (min-width: 550px) {
    .footer-nav-wrap {
      grid-template-columns: repeat(2, max-content); } }
  @media screen and (min-width: 700px) {
    .footer-nav-wrap {
      grid-template-columns: repeat(3, max-content); } }
  @media screen and (min-width: 1024px) {
    .footer-nav-wrap {
      grid-template-columns: repeat(5, max-content); } }

.button-top {
  position: fixed;
  right: 12px;
  bottom: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  color: white;
  opacity: 0;
  background-color: #25a397;
  border-radius: 4px;
  transform: translateY(100%);
  transition: transform 0.2s ease-out, background-color 0.2s ease, color 0.2s ease; }
  @media screen and (min-width: 768px) {
    .button-top {
      right: 38px; } }
  .button-top:hover {
    background-color: #6b6e79;
    color: white; }
  .button-top.show {
    opacity: 1;
    bottom: 12px;
    transform: translateY(0); }
    @media screen and (min-width: 768px) {
      .button-top.show {
        bottom: 27px; } }
    .mini-cart-open .button-top.show {
      right: 438px; }
  .button-top .icon {
    width: 16px;
    height: 10px; }

.footer-theme-credits {
  display: block;
  color: white;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.077em;
  text-transform: uppercase; }

.footer-theme-credits {
  padding-bottom: 28px; }

.footer-theme-credits {
  margin-bottom: 0; }

.shipping-banner {
  width: 100%;
  background: #eff1f5; }
  .shipping-banner_url {
    color: #000; }
  .shipping-banner_url:hover {
    text-decoration: underline;
    color: #000; }
  .shipping-banner_responsive-width {
    margin: 0 auto;
    padding-inline: 15px;
    max-width: 1230px;
    width: 100%; }
    @media screen and (min-width: 1440px) {
      .shipping-banner_responsive-width {
        max-width: 1230px; } }
    @media screen and (min-width: 1920px) {
      .shipping-banner_responsive-width {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .shipping-banner_responsive-width {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .shipping-banner_responsive-width {
        max-width: 2895px; } }
  .shipping-banner img {
    margin-right: 7px;
    position: relative;
    top: -2px;
    width: 24px;
    height: 24px; }
  .shipping-banner_main {
    display: flex;
    justify-content: space-between;
    align-content: center; }
    .shipping-banner_main--item {
      width: fit-content;
      display: flex;
      justify-content: center;
      font-size: 14px; }
      .shipping-banner_main--item_desktop {
        display: flex;
        align-items: center;
        justify-content: center; }
      .shipping-banner_main--item_mobile {
        display: none; }
      @media only screen and (max-width: 768px) {
        .shipping-banner_main--item_mobile {
          display: block !important; }
        .shipping-banner_main--item_desktop {
          display: none; } }
    .shipping-banner_main--item > p {
      margin: 0;
      color: #000; }
    .shipping-banner_main--image, .shipping-banner_main--text {
      display: block;
      font-family: "cofo-sans-variable", sans-serif;
      font-variation-settings: "slnt" 0, "wght" 500; }
  .shipping-banner_main--mobile {
    display: none; }
  @media only screen and (max-width: 840px) {
    .shipping-banner p {
      margin: 0; }
    .shipping-banner_main {
      display: none; }
      .shipping-banner_main--mobile {
        display: block;
        position: relative; }
        .shipping-banner_main--mobile_wrapper {
          height: 40px; }
        .shipping-banner_main--mobile_item--1, .shipping-banner_main--mobile_item--2, .shipping-banner_main--mobile_item--3 {
          display: flex;
          justify-content: center;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          opacity: 0; }
          .shipping-banner_main--mobile_item--1 > p, .shipping-banner_main--mobile_item--2 > p, .shipping-banner_main--mobile_item--3 > p {
            font-family: "Modern Era Bold"; } }

/*----------  Home Products  ----------*/
.products-new {
  background-color: #eff1f5; }
  .products-new .container, .products-new .product-tabs {
    display: grid; }
    @media screen and (min-width: 480px) {
      .products-new .container, .products-new .product-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2%;
        align-items: start; } }
    @media screen and (min-width: 768px) {
      .products-new .container, .products-new .product-tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .products-new .product-grid-item, .products-new .account-wishlist-items .account-product-item, .account-wishlist-items .products-new .account-product-item,
  .products-new .account-recently-viewed .account-product-item, .account-recently-viewed .products-new .account-product-item {
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 480px) {
      .products-new .product-grid-item, .products-new .account-wishlist-items .account-product-item, .account-wishlist-items .products-new .account-product-item,
      .products-new .account-recently-viewed .account-product-item, .account-recently-viewed .products-new .account-product-item {
        margin-bottom: 1rem; } }

.products-featured {
  padding-bottom: 0; }

/* ----------- Product Intro ------------- */
.upper-content-section {
  background-color: #fff;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px;
  border-top: 7px solid #FEFFFE; }
  .upper-content-section > .box {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: inline-block;
    float: left; }
    .upper-content-section > .box > .inner-container {
      max-width: 100%;
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.02), 0 0 0 0 rgba(0, 0, 0, 0.07), 0 0 0 0 rgba(0, 0, 0, 0.05);
      transition: box-shadow .3s ease-out 0s,-webkit-transform .3s ease-out 0s;
      transition: transform .3s ease-out 0s,box-shadow .3s ease-out 0s;
      transition: transform .3s ease-out 0s,box-shadow .3s ease-out 0s,-webkit-transform .3s ease-out 0s;
      box-sizing: border-box; }
      .upper-content-section > .box > .inner-container:hover {
        box-shadow: 0 8px 10px 1px rgba(255, 255, 255, 0.12), 0 3px 14px 2px rgba(255, 255, 255, 0.1), 0 5px 5px -3px rgba(255, 255, 255, 0.12);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        z-index: 2; }
      .upper-content-section > .box > .inner-container a {
        transition: color .3s ease-in-out;
        background-color: transparent;
        color: #333;
        line-height: inherit; }
        .upper-content-section > .box > .inner-container a:hover {
          outline: 0; }
        .upper-content-section > .box > .inner-container a img {
          max-width: 100%;
          height: auto;
          margin-bottom: -6px; }

.home-custom-section .home-custom-cells {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }
  .home-custom-section .home-custom-cells .home-custom-cell {
    display: inline-block;
    flex: none;
    width: 31%; }
    .home-custom-section .home-custom-cells .home-custom-cell .read-more a {
      color: #fc5f45;
      text-transform: uppercase;
      text-decoration: underline;
      padding-bottom: 2px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.077em;
      font-size: 0.8125rem;
      text-decoration: underline;
      display: inline-block;
      margin-top: 20px; }
      .home-custom-section .home-custom-cells .home-custom-cell .read-more a:hover {
        text-decoration: none; }
    .home-custom-section .home-custom-cells .home-custom-cell .content p {
      color: #6b6e79;
      font-size: 15px;
      line-height: 1.666;
      margin: 0; }
    .home-custom-section .home-custom-cells .home-custom-cell h4 a, .home-custom-section .home-custom-cells .home-custom-cell .search.search-wrap .search-input a, .search.search-wrap .home-custom-section .home-custom-cells .home-custom-cell .search-input a, .home-custom-section .home-custom-cells .home-custom-cell .content-result h1 a, .content-result .home-custom-section .home-custom-cells .home-custom-cell h1 a, .home-custom-section .home-custom-cells .home-custom-cell .content-result .blog-items-list .post-title a, .content-result .blog-items-list .home-custom-section .home-custom-cells .home-custom-cell .post-title a, .home-custom-section .home-custom-cells .home-custom-cell .blog-items-list .content-result .post-title a, .blog-items-list .content-result .home-custom-section .home-custom-cells .home-custom-cell .post-title a, .home-custom-section .home-custom-cells .home-custom-cell .product-item-price a {
      font-size: 1.75rem;
      font-weight: 300;
      text-transform: none;
      line-height: 1.25;
      color: #6b6e79; }
    @media (max-width: 800px) {
      .home-custom-section .home-custom-cells .home-custom-cell {
        width: 48%; }
        .home-custom-section .home-custom-cells .home-custom-cell .read-more a {
          margin-bottom: 30px; }
        .home-custom-section .home-custom-cells .home-custom-cell:last-child .read-more a {
          margin-bottom: 0; } }
    @media (max-width: 550px) {
      .home-custom-section .home-custom-cells .home-custom-cell {
        width: 100%; } }

/*----------  Brand List  ----------*/
.brand-list {
  display: none;
  padding-bottom: 40px;
  background-color: #282a2f;
  text-align: center; }
  .brand-list .brand-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 39px;
    transition: opacity 0.3s ease; }
    @media screen and (min-width: 768px) {
      .brand-list .brand-link {
        margin-left: 30px;
        margin-right: 30px; } }
    .brand-list .brand-link:hover {
      opacity: 0.8; }
  .brand-list .brand-logo {
    max-height: 40px; }

/*----------  Blog Recent Posts  ----------*/
.blog-latest-posts {
  background-color: #eff1f5; }
  .blog-latest-posts .recent-posts {
    display: grid; }
    @media screen and (min-width: 768px) {
      .blog-latest-posts .recent-posts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 2%;
        align-items: start; } }
  .blog-latest-posts .post {
    margin-bottom: 3rem; }
  @media screen and (min-width: 768px) {
    .blog-latest-posts .post {
      width: 32.20339%;
      float: left;
      margin-bottom: 0; }
    .blog-latest-posts .post:nth-child(1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .blog-latest-posts .post:nth-child(2) {
      margin-left: 33.89831%;
      margin-right: -100%;
      clear: none; }
    .blog-latest-posts .post:nth-child(3) {
      margin-left: 67.79661%;
      margin-right: -100%;
      clear: none; } }
  .blog-latest-posts .post-title {
    margin-bottom: 0; }
  .blog-latest-posts .post-read-more {
    display: inline-block;
    margin-top: 20px;
    color: #25a397; }

/*----------  Newsletter  ----------*/
.default .newsletter-signup {
  background-color: white; }

/*----------  Top-bar Tab  ----------*/
.compare-wrap {
  position: relative;
  display: none;
  height: 3.5rem;
  vertical-align: top; }
  .compare-wrap.compare-active {
    display: inline-block; }
  .compare-wrap:hover .compare-tab {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0); }

.button-compare-toggle {
  position: relative;
  height: 3.5rem;
  padding-top: 0.375rem;
  padding-right: 2.9375rem;
  line-height: 0; }

.compare-items-count {
  position: absolute;
  top: 17px;
  right: 15px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #282a2f;
  text-align: center;
  background-color: #25a397;
  border-radius: 50%; }

.compare-tab {
  position: absolute;
  top: 100%;
  left: 3px;
  width: 410px;
  height: 90vh;
  padding: 30px 0;
  overflow: scroll;
  text-align: center;
  background-color: #2e3036;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -15px);
  transition: all 0.3s ease; }
  @media screen and (min-width: 1024px) {
    .compare-tab {
      left: 50%; } }

.compare-items-list {
  margin-top: 15px; }

.compare-tab-item {
  display: none; }
  .compare-tab-item.animating, .compare-tab-item.visible {
    display: block; }
  .compare-tab-item.animating-in, .compare-tab-item.animating-out {
    transform: translateY(-10%);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.3s ease; }
  .compare-tab-item.visible {
    transform: translateY(0);
    opacity: 1; }

.compare-tab-item-thumb {
  width: 75px;
  padding-bottom: 75px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.compare-tab-item-description {
  padding-right: 15px;
  text-align: left; }

.compare-tab-item-price {
  color: #25a397;
  font-weight: 300;
  font-size: 20px; }

.compare-tab-item-remove {
  position: absolute;
  top: 30px;
  right: 30px;
  line-height: 0;
  cursor: pointer; }
  .compare-tab-item-remove .icon-close {
    width: 10px;
    height: 10px;
    pointer-events: none; }

.compare-submit {
  margin-top: 15px; }

/*----------  Compare Grid Item  ----------*/
.product-item-compare .icon-check-mark {
  display: none;
  width: 12px;
  height: 8px;
  margin-right: 5px; }

.product-item-compare .input-checkbox:checked + .form-label-text .icon-check-mark {
  display: inline-block; }

.product-item-compare .form-label-text {
  margin: 0; }

/*----------  Compare Page  ----------*/
.compare-content {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .compare-content {
      overflow-x: auto; } }

.compare-table {
  text-align: center;
  border-color: transparent; }
  .compare-table .product-item-thumbnail {
    display: inline-block;
    width: 100%; }
  .compare-table .product-item-thumbnail-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
    .thumbnail-cover .compare-table .product-item-thumbnail-image {
      background-size: cover; }

.compare-row {
  border-top-color: #e6e9ef; }
  .compare-row:first-child {
    border-color: transparent; }

.compare-table-heading {
  width: 20%;
  padding-left: 0;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  vertical-align: top; }

.compare-table-cell {
  min-width: 230px;
  vertical-align: top; }

.compare-remove {
  display: block;
  margin-top: 15px; }

.cart .link {
  font-size: 0.75rem;
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .cart-table-header,
  .cart-item {
    display: table;
    width: 100%; } }

@media screen and (min-width: 768px) {
  .cart-table-header .cell,
  .cart-item .cell {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle; } }

.cart-table-header .cell:last-child,
.cart-item .cell:last-child {
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .cart-table-header .cell:last-child,
    .cart-item .cell:last-child {
      text-align: right; } }

.cart-empty {
  text-align: center; }

/*----------  Cart Table Header  ----------*/
.cart-table-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e9ef; }
  @media screen and (max-width: 767px) {
    .cart-table-header {
      display: none; } }
  .cart-table-header .cell {
    color: #2e3036; }

@media screen and (min-width: 768px) {
  .cart-item-options {
    width: 20%; } }

@media screen and (min-width: 1024px) {
  .cart-item-options {
    width: 30%; } }

@media screen and (min-width: 768px) {
  .cart-item-quantity,
  .cart-item-price {
    width: 15%; } }

@media screen and (min-width: 1024px) {
  .cart-item-quantity,
  .cart-item-price {
    width: 10%; } }

/*----------  Cart Table Items  ----------*/
.cart-item {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #e6e9ef; }
  @media screen and (max-width: 767px) {
    .cart-item {
      position: relative; } }
  @media screen and (max-width: 767px) {
    .cart-item .cell {
      margin-bottom: 1em; } }

.cart-item-info {
  margin-bottom: 15px; }
  @media screen and (min-width: 480px) {
    .cart-item-info {
      margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .cart-item-info {
      width: 50%;
      margin-bottom: 0; } }
  .cart-item-info .product-brand {
    font-weight: bold; }
  .cart-item-info .product-name {
    margin-bottom: 0.35em;
    display: block; }

.cart-item-info-wrap {
  display: table;
  width: 100%; }

.cart-item-image,
.cart-item-text {
  display: table-cell;
  vertical-align: middle; }

.cart-item-image {
  width: 100px; }

.cart-item-link {
  display: block;
  position: relative;
  width: 100%; }
  .cart-item-link img {
    width: auto;
    height: auto;
    border: 1px solid #e6e9ef; }

.cart-item-text {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 480px) {
    .cart-item-text {
      padding-left: 30px; } }

.cart-item-actions .link {
  margin-right: 0.5rem; }

.cart-label {
  margin-right: 0.3125rem;
  color: #2e3036; }
  @media screen and (min-width: 768px) {
    .cart-item-quantity .cart-label,
    .cart-item-price .cart-label {
      display: none; } }

.quantity-control {
  display: inline-block; }
  .quantity-control .button-control-action {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    padding: 0;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #b6bac2;
    color: #b6bac2;
    line-height: 0;
    background-color: transparent;
    transition: color 0.3s ease, border-color 0.3s ease; }
    .quantity-control .button-control-action:hover {
      color: #25a397;
      border-color: #25a397; }
    .quantity-control .button-control-action:focus {
      outline: none; }
  .quantity-control .form-input[type="number"], .quantity-control .navigation-mobile .search-input[type="number"], .navigation-mobile .quantity-control .search-input[type="number"], .quantity-control .review-form .product-item-rating[type="number"], .review-form .quantity-control .product-item-rating[type="number"] {
    display: inline-block;
    width: 2.1875rem;
    padding: 0;
    font-family: "Modern Era Bold";
    color: #6b6e79;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
    -moz-appearance: textfield; }
    .quantity-control .form-input[type="number"]::-webkit-inner-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-inner-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-inner-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-inner-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-inner-spin-button, .quantity-control .form-input[type="number"]::-webkit-outer-spin-button, .quantity-control .navigation-mobile .search-input[type="number"]::-webkit-outer-spin-button, .navigation-mobile .quantity-control .search-input[type="number"]::-webkit-outer-spin-button, .quantity-control .review-form .product-item-rating[type="number"]::-webkit-outer-spin-button, .review-form .quantity-control .product-item-rating[type="number"]::-webkit-outer-spin-button {
      appearance: none; }
    .quantity-control .form-input[type="number"]:focus, .quantity-control .navigation-mobile .search-input[type="number"]:focus, .navigation-mobile .quantity-control .search-input[type="number"]:focus, .quantity-control .review-form .product-item-rating[type="number"]:focus, .review-form .quantity-control .product-item-rating[type="number"]:focus {
      border-bottom: 1px solid #b6bac2; }
  .quantity-control .icon {
    width: 10px;
    height: 10px;
    line-height: 0;
    pointer-events: none; }

@media screen and (min-width: 768px) {
  .cart-item-price {
    position: relative; } }

.cart-item-price .price-discounted {
  text-decoration: line-through; }

.cart-item-remove {
  position: absolute;
  top: 1.5625rem;
  right: 0; }
  @media screen and (min-width: 768px) {
    .cart-item-remove {
      top: 0; } }
  @media screen and (min-width: 1440px) {
    .cart-item-remove {
      top: 50%;
      right: -3.3125rem;
      transform: translateY(-50%); } }
  .cart-item-remove .icon {
    width: 12px;
    height: 12px; }

/*----------  Gift Wrapping  ----------*/
.giftwrapping-detail {
  color: #b6bac2;
  font-family: "CoFo Sans Regular";
  font-size: 0.875rem; }

.giftwrap-modal {
  max-width: 49.3125rem;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .giftwrap-modal .form-field-title {
    margin-left: 0;
    display: block; }
  .giftwrap-modal .form-radio + .form-label-text {
    font-weight: 300; }
  .giftwrap-modal .form-input:not(.form-radio), .giftwrap-modal .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftwrap-modal .search-input:not(.form-radio), .giftwrap-modal .review-form .product-item-rating:not(.form-radio), .review-form .giftwrap-modal .product-item-rating:not(.form-radio) {
    width: 100%; }

.giftwrap-subtitle,
.giftwrap-title {
  text-align: center; }

.giftwrap-title {
  margin-top: 0; }

.giftwrap-subtitle {
  margin-bottom: 1.5em;
  color: #b6bac2; }

.giftwrap-form .form-actions {
  text-align: center; }

.giftwrap-form .button + .button, .giftwrap-form .blog .post-read-more + .button, .blog .giftwrap-form .post-read-more + .button, .giftwrap-form .blog .button + .post-read-more, .blog .giftwrap-form .button + .post-read-more, .giftwrap-form .blog .post-read-more + .post-read-more, .blog .giftwrap-form .post-read-more + .post-read-more {
  margin-left: 1.5em; }

/*----------  Cart Totals  ----------*/
.cart-totals {
  display: grid; }
  @media screen and (min-width: 768px) {
    .cart-totals {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 10%;
      align-items: start; } }
  @media screen and (min-width: 1024px) {
    .cart-totals {
      column-gap: 30%; } }

.cart-totals-item {
  padding: 1.625rem 0;
  border-bottom: 1px solid #e6e9ef; }
  .cart-totals-item .link {
    float: right;
    clear: right; }
  .cart-totals-item .cart-total-item + .link span {
    display: none; }
  .cart-totals-item .cart-total-item + .link:before {
    content: attr(data-change-text); }

.cart-total-label {
  font-weight: normal; }

.cart-total-item {
  float: right; }
  .cart-total-item.grand-total {
    font-weight: bold;
    color: #2e3036; }

.list-bulleted .link {
  display: block; }

@media screen and (max-width: 479px) {
  .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
    display: block;
    margin: 2rem 0; } }

@media screen and (min-width: 480px) {
  .cart-actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-spacing: 2rem 2rem;
    margin-top: 2rem; }
    .cart-actions .button, .cart-actions .blog .post-read-more, .blog .cart-actions .post-read-more {
      width: calc(50% - 10px);
      padding-right: 0;
      padding-left: 0; } }

.checkout-multiple {
  display: block;
  width: 100%;
  margin-top: 10px; }

.cart-additional-checkout-buttons {
  text-align: center; }
  .cart-additional-checkout-buttons p {
    float: none !important; }
  .cart-additional-checkout-buttons form {
    clear: both; }
  .cart-additional-checkout-buttons > * {
    margin-bottom: 0.9375rem; }
  .cart-additional-checkout-buttons:last-child {
    margin-bottom: 0; }

.apple-pay-checkout-button {
  display: none;
  box-sizing: border-box;
  min-width: 11rem;
  height: 2.8125rem;
  background-size: 100% 60%;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  border-radius: 5px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-color: black; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: inline-block; }

.coupon-code {
  border: 0; }

.form-coupon {
  position: relative; }

.coupons-active {
  margin-bottom: 0; }

.shipping-calculator {
  display: none;
  margin-top: 1.75rem; }
  .shipping-calculator.visible {
    display: block; }
  .shipping-calculator .shipping-zip {
    float: left; }
  .shipping-calculator .get-shipping-quotes {
    float: right; }
  .shipping-calculator .form-select-wrapper [type="text"] + :after {
    display: none; }
  .shipping-calculator [name="shipping-state"] {
    width: 100%; }

.shipping-quotes {
  clear: both; }

.shipping-quote-item {
  cursor: pointer;
  margin-left: 2px; }
  .shipping-quote-item:hover {
    color: #25a397; }
  .shipping-quote-item .form-label-text {
    margin-bottom: 0; }
    .shipping-quote-item .form-label-text .ups-shipping-badge {
      vertical-align: middle;
      margin-top: -2px;
      margin-left: 3px;
      margin-right: 3px; }

.form-gift-certificate {
  display: none;
  margin-top: 1.75rem; }
  .form-gift-certificate.visible {
    display: block; }

.account-wrapper {
  max-width: 1230px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin: 0 auto; }
  .account-wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  .account-wrapper .form-field-email .form-field-control,
  .account-wrapper .form-field-password .form-field-control {
    position: relative;
    display: block; }
    .account-wrapper .form-field-email .form-field-control:after,
    .account-wrapper .form-field-password .form-field-control:after {
      position: absolute;
      right: 1.0625rem;
      bottom: 1.25rem;
      display: block;
      content: ""; }
  .account-wrapper .form-field-email .form-field-control:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23b6bac2' version='1.1' xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32'%3E%3Cpath d='M40 0h-37.333c-1.475 0-2.667 1.192-2.667 2.667v26.667c0 1.475 1.192 2.667 2.667 2.667h37.333c1.475 0 2.667-1.192 2.667-2.667v-26.667c0-1.475-1.192-2.667-2.667-2.667v0zM37.333 5.333v0.176l-16 12.445-16-12.445v-0.176h32zM5.333 26.667v-14.4l14.363 11.171c0.48 0.376 1.059 0.563 1.637 0.563s1.157-0.187 1.637-0.563l14.363-11.171v14.4h-32z'%3E%3C/path%3E%3C/svg%3E");
    width: 16px;
    height: 12px; }
  .account-wrapper .form-field-password .form-field-control:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23b6bac2' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32'%3E%3Cpath d='M22 12h-2v-4c0-4.418-3.582-8-8-8s-8 3.582-8 8v4h-2c-1.106 0-2 0.894-2 2v16c0 1.106 0.894 2 2 2h20c1.106 0 2-0.894 2-2v-16c0-1.106-0.894-2-2-2v0zM8 8c0-2.208 1.792-4 4-4s4 1.792 4 4v4h-8v-4zM4 16h16v12h-16v-12z'%3E%3C/path%3E%3Cpath d='M12 24c1.106 0 2-0.894 2-2s-0.894-2-2-2c-1.106 0-2 0.894-2 2s0.894 2 2 2z'%3E%3C/path%3E%3C/svg%3E");
    width: 12px;
    height: 16px; }
  .account-wrapper .form-select-wrapper {
    position: relative;
    display: block;
    height: 3.4375rem;
    padding: 1.1875rem 1.0625rem 1.125rem;
    color: #b6bac2;
    border: 0;
    border-radius: 4px;
    transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .account-wrapper .form-select-wrapper select {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      appearance: none; }

.account-login .account-button-secondary {
  margin-left: 1.25rem; }

/*----------  Auth Modal  ----------*/
.login-modal .modal-title {
  margin: 0;
  color: white;
  text-align: center; }

.login-modal .account-sub-heading {
  text-align: center; }

.login-modal .account-login,
.login-modal .account-create {
  display: block;
  border-radius: 4px; }

.login-modal .account-login {
  background-color: white; }
  @media screen and (max-width: 767px) {
    .login-modal .account-login {
      margin-bottom: 30px; } }

.login-modal .account-button-secondary {
  padding: 0 0 3px;
  background-color: transparent;
  color: #b6bac2;
  border-radius: 0;
  border-bottom: 1px solid; }

.login-modal .account-create {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent; }
  .login-modal .account-create .account-sub-heading {
    color: white; }
  .login-modal .account-create .button, .login-modal .account-create .blog .post-read-more, .blog .login-modal .account-create .post-read-more {
    color: white;
    border-color: white; }

.login-modal .account-create-facts li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='white' version='1.1' xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath d='M41.186 1.67c-1.936-1.937-5.075-1.937-7.011 0l-17.239 17.237-8.472-8.472c-1.935-1.937-5.076-1.937-7.011 0s-1.936 5.075 0 7.011l11.978 11.979c0.968 0.969 2.237 1.452 3.506 1.452s2.538-0.483 3.506-1.452l20.744-20.744c1.937-1.936 1.937-5.075 0.001-7.011z'%3E%3C/path%3E%3C/svg%3E"); }

.login-modal .account-page-forgot .account-body {
  position: relative;
  max-width: 42.75rem;
  margin: 0 auto;
  padding: 5vw;
  background-color: white;
  border-radius: 4px; }
  .login-modal .account-page-forgot .account-body .account-sub-heading {
    display: none; }

.login-register-block,
.forgot-password-block {
  display: none; }
  .login-register-block.animating, .login-register-block.visible,
  .forgot-password-block.animating,
  .forgot-password-block.visible {
    display: block; }
  .login-register-block.animating-in,
  .forgot-password-block.animating-in {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .login-register-block.animating-out,
  .forgot-password-block.animating-out {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease; }
  .login-register-block.visible,
  .forgot-password-block.visible {
    opacity: 1;
    transform: translateX(0); }

/*----------  Login  ----------*/
.account-login-wrapper {
  max-width: none; }

.account-login,
.account-create {
  padding: 30px; }
  @media screen and (min-width: 768px) {
    .account-login,
    .account-create {
      padding: 2vw; } }
  @media screen and (min-width: 1024px) {
    .account-login,
    .account-create {
      padding: 5vw; } }

.auth-sub-heading {
  margin-top: 0;
  text-align: center; }

.auth-login-form .button, .auth-login-form .blog .post-read-more, .blog .auth-login-form .post-read-more,
.auth-login-form .auth-button-alt {
  display: inline-block;
  width: 47%; }

.auth-login-form .auth-button-alt {
  text-align: right;
  text-decoration: underline; }

.account-create-facts {
  padding-left: 0;
  font-family: "CoFo Sans Regular";
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style: none; }
  .account-create-facts li {
    margin-bottom: 0.5em; }
    .account-create-facts li:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%236b6e79' version='1.1' xmlns='http://www.w3.org/2000/svg' width='44' height='32' viewBox='0 0 44 32'%3E%3Cpath d='M41.186 1.67c-1.936-1.937-5.075-1.937-7.011 0l-17.239 17.237-8.472-8.472c-1.935-1.937-5.076-1.937-7.011 0s-1.936 5.075 0 7.011l11.978 11.979c0.968 0.969 2.237 1.452 3.506 1.452s2.538-0.483 3.506-1.452l20.744-20.744c1.937-1.936 1.937-5.075 0.001-7.011z'%3E%3C/path%3E%3C/svg%3E");
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 0.9375rem;
      content: ""; }

/*----------  Forgot Password  ----------*/
.auth-forgot-password-message {
  text-align: center; }

.auth-forgot-password .form {
  display: table;
  width: 100%; }

.auth-forgot-password .form-field,
.auth-forgot-password .form-actions {
  display: table-cell;
  vertical-align: bottom; }

.auth-forgot-password .form-actions {
  width: 33%;
  text-align: right; }

/*----------  Nav  ----------*/
.account-nav-list {
  text-transform: uppercase;
  border: 0; }

.account-nav-item {
  color: inherit;
  border: 0; }
  .account-nav-item.is-active {
    border: 0;
    color: #25a397; }

.account-nav-link {
  padding: 0.625rem 0; }

/*----------  Products  ----------*/
.account-wishlist-items,
.account-recently-viewed {
  display: grid; }
  @media screen and (min-width: 480px) {
    .account-wishlist-items,
    .account-recently-viewed {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 2%;
      align-items: start; } }
  @media screen and (min-width: 1024px) {
    .account-wishlist-items,
    .account-recently-viewed {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .account-wishlist-items .account-product-item,
  .account-recently-viewed .account-product-item {
    margin-bottom: 3rem; }

/*----------  Blog Index  ----------*/
.blog-items-list .post {
  max-width: 40.3125rem;
  padding-bottom: 5rem;
  margin: 5rem auto 0;
  border-bottom: 1px solid #e6e9ef; }
  .blog-items-list .post:last-child {
    border: 0; }

.blog-items-list .post-thumb {
  margin-bottom: 1rem; }

.blog-items-list .post-title,
.blog-items-list .post-meta {
  text-align: center; }

.blog-items-list .post-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.blog-items-list .post-summary {
  margin-bottom: 30px;
  text-align: center; }

.blog-items-list .post-summary-actions {
  text-align: center; }

.blog-items-list .share-buttons-nav {
  display: inline-block;
  margin-top: 1.875rem; }
  @media screen and (min-width: 480px) {
    .blog-items-list .share-buttons-nav {
      margin-top: 0;
      margin-left: 1.875rem; } }

.blog-items-list .blog-thumb {
  margin-bottom: 1.875rem; }

.post-image-link {
  display: block;
  position: relative; }

.blog-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.featured-image-container {
  display: block; }
  .featured-image-container img {
    width: 100%; }

.post .icon-calendar,
.post .icon-avatar {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transform: translateY(-1px); }

.post-meta {
  font-weight: 400;
  font-size: 0.6875rem;
  letter-spacing: 0.09em;
  color: #b6bac2;
  text-transform: uppercase; }
  .post-meta > * {
    vertical-align: middle; }

.post-date {
  margin-right: 38px; }

/*----------  Blog Single  ----------*/
.blog-content {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .blog-content {
      padding: 0; } }

.blog-post-single .post-header {
  background-color: transparent; }

.blog-post-single .post-meta {
  margin-bottom: 0; }

.blog-post-single .post-main {
  max-width: 40.3125rem;
  margin: 0 auto; }

.blog-post-single .post-footer {
  margin-bottom: 10rem;
  text-align: center; }
  .blog-post-single .post-footer .post-tags,
  .blog-post-single .post-footer .share-buttons-nav {
    margin-top: 5rem; }

.post-tag {
  padding: 0.625rem;
  margin-right: 6px;
  background-color: #eff1f5;
  border-radius: 4px;
  transition: all 0.3s ease; }
  .post-tag:before {
    content: "#"; }
  .post-tag:hover {
    color: white;
    background-color: #bfc1c4; }

/*----------  Share Buttons  ----------*/
.share-buttons {
  line-height: 0; }

.social-link {
  display: inline-block;
  margin-right: 0.625rem;
  vertical-align: middle; }
  .social-link a {
    color: #b6bac2; }
    .social-link a:hover {
      color: #25a397; }
  .social-link .icon {
    width: 28px;
    height: 14px; }

.fb-like iframe {
  max-width: none; }

.brand-items-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  font-size: 0; }
  @media screen and (min-width: 768px) {
    .brand-items-list {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.brand-item {
  display: inline-block;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom; }
  .brand-item a {
    position: relative;
    display: block;
    padding: 50% 0;
    color: inherit;
    border: 1px solid #e6e9ef;
    transition: all 0.6s ease-out; }
    .brand-item a:hover {
      background-color: #2e3036;
      color: white;
      transition: all 0.3s ease-out; }
    .brand-item a .brand-name {
      position: absolute;
      max-width: 75%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.brand-item-image-container {
  overflow: hidden; }
  .brand-item-image-container .brand-name {
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    transition: background-color 0.6s ease-out; }
  .brand-item:hover .brand-item-image-container .brand-name {
    background-color: rgba(46, 48, 54, 0.75); }

.brand-item-title {
  font-family: "CoFo Sans Regular";
  text-transform: uppercase;
  margin: 0; }

.form-contact-us {
  width: 50%; }
  .form-contact-us .form-input, .form-contact-us .navigation-mobile .search-input, .navigation-mobile .form-contact-us .search-input, .form-contact-us .review-form .product-item-rating, .review-form .form-contact-us .product-item-rating {
    width: 100%; }
  .form-contact-us .form-actions {
    text-align: center; }

.giftcertificates .main-content .container, .giftcertificates .main-content .product-tabs {
  display: grid; }
  @media screen and (min-width: 768px) {
    .giftcertificates .main-content .container, .giftcertificates .main-content .product-tabs {
      grid-template-columns: 1fr 3fr;
      column-gap: 2%;
      align-items: start; } }

@media screen and (min-width: 768px) {
  .giftcard-sidebar {
    padding-right: 30px; } }

.giftcard-content {
  padding-bottom: 5rem; }
  .giftcard-content .giftcard-subheading {
    margin: 1.5em 0; }

.giftcard-nav {
  margin-bottom: 3rem;
  text-align: left; }

.giftcard-header {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e6e9ef; }

.giftcard-nav-item {
  margin: 0 0.5rem 0.625rem;
  text-decoration: none;
  color: #b6bac2; }
  .giftcard-nav-item.is-active {
    color: #25a397; }

.giftcertificates .giftcard-body {
  padding: 3.125rem 4.5rem;
  background-color: #eff1f5; }
  @media screen and (max-width: 479px) {
    .giftcertificates .giftcard-body {
      padding: 24px; } }

.giftcard-body .form-input:not(.form-radio), .giftcard-body .navigation-mobile .search-input:not(.form-radio), .navigation-mobile .giftcard-body .search-input:not(.form-radio), .giftcard-body .review-form .product-item-rating:not(.form-radio), .review-form .giftcard-body .product-item-rating:not(.form-radio) {
  width: 100%; }

.giftcard-body .giftcard-heading,
.giftcard-body .giftcard-subheading {
  display: none; }

.giftcard-form-preview iframe {
  width: 100%; }

.form-giftcard-balance {
  display: table;
  width: 100%; }
  .form-giftcard-balance .form-field,
  .form-giftcard-balance .form-actions {
    display: table-cell;
    vertical-align: bottom; }
  .form-giftcard-balance .form-field {
    width: 90%;
    padding-right: 1.875rem; }

.giftcard-balance-container {
  margin: 0; }

.giftcard-form-theme .form-field-control {
  display: grid;
  overflow: hidden; }
  @media screen and (min-width: 620px) {
    .giftcard-form-theme .form-field-control {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      column-gap: 2%;
      align-items: start; } }

.giftcard-form-actions {
  text-align: center; }

@media screen and (min-width: 768px) {
  #giftcard-amount {
    width: calc(50% - 8px); } }

@media screen and (min-width: 768px) {
  .giftcard-form-help-message {
    float: left;
    position: relative;
    top: -55px;
    margin-left: calc(50% + 10px); } }

.giftcard-redeem-steps {
  margin-left: 1em; }

.sitemap-group {
  display: inline-block;
  width: 33%;
  margin-bottom: 50px;
  padding: 0 15px;
  vertical-align: top; }
  @media screen and (max-width: 1023px) {
    .sitemap-group {
      width: 32%; }
      .sitemap-group:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
    .sitemap-group {
      width: 100%; } }

.sitemap-title {
  font-size: 16px; }

.sitemap-showall {
  display: block;
  margin-top: 15px;
  font-weight: 600; }

#homePageStuff {
  overflow-x: clip;
  width: 100%;
  max-width: 100%; }

.title-font {
  font-family: "Modern Era Bold"; }

.content-font {
  font-family: "CoFo Sans Regular"; }

.link-element {
  display: block;
  border-radius: 5px;
  border: solid 1px;
  padding: 1px 20px;
  text-decoration: none;
  font-size: 16px; }

.zero-touch-action {
  user-select: none;
  -webkit-user-select: none; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .ac-landing_text-main_title, .panel-one_text-container_title, .panel-three_main--heading-title, .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading, .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
    font-size: 2rem; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .ac-landing_text-main_title, .panel-one_text-container_title, .panel-three_main--heading-title, .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading, .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
    font-size: 2.6rem; } }

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .ac-landing_text-main_title, .panel-one_text-container_title, .panel-three_main--heading-title, .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading, .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
    font-size: 2rem; } }

@media screen and (max-width: 1919px) and (min-width: 1024px) {
  .ac-landing_text-main_title, .panel-one_text-container_title, .panel-three_main--heading-title, .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading, .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
    font-size: 2.8rem; } }

@media screen and (min-width: 1920px) {
  .ac-landing_text-main_title, .panel-one_text-container_title, .panel-three_main--heading-title, .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading, .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
    font-size: 3.4rem; } }

@media screen and (min-width: 3839px) {
  .ac-landing_text-main_title, .panel-one_text-container_title, .panel-three_main--heading-title, .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading, .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
    font-size: 5rem; } }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .ac-landing_text-main_subtext, .panel-one_text-container_content, .panel-three_main--heading-content, .custom-page--bg-text__text p, .custom-page--imgL-text__content p, .custom-page--imgR-text__content p, .custom-page--text-block_content p {
    padding-top: 10px;
    font-size: 1.2rem; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .ac-landing_text-main_subtext, .panel-one_text-container_content, .panel-three_main--heading-content, .custom-page--bg-text__text p, .custom-page--imgL-text__content p, .custom-page--imgR-text__content p, .custom-page--text-block_content p {
    font-size: 1.1rem; } }

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .ac-landing_text-main_subtext, .panel-one_text-container_content, .panel-three_main--heading-content, .custom-page--bg-text__text p, .custom-page--imgL-text__content p, .custom-page--imgR-text__content p, .custom-page--text-block_content p {
    font-size: 0.9rem; } }

@media screen and (max-width: 2559px) and (min-width: 1024px) {
  .ac-landing_text-main_subtext, .panel-one_text-container_content, .panel-three_main--heading-content, .custom-page--bg-text__text p, .custom-page--imgL-text__content p, .custom-page--imgR-text__content p, .custom-page--text-block_content p {
    font-size: 1.3rem; } }

@media screen and (min-width: 2560px) {
  .ac-landing_text-main_subtext, .panel-one_text-container_content, .panel-three_main--heading-content, .custom-page--bg-text__text p, .custom-page--imgL-text__content p, .custom-page--imgR-text__content p, .custom-page--text-block_content p {
    font-size: 2rem; } }

@media screen and (min-width: 3839px) {
  .ac-landing_text-main_subtext, .panel-one_text-container_content, .panel-three_main--heading-content, .custom-page--bg-text__text p, .custom-page--imgL-text__content p, .custom-page--imgR-text__content p, .custom-page--text-block_content p {
    font-size: 2.5rem; } }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .ac-landing_section.landing-carousel .embla__dots--button_main--text, .ac-landing_text-main_subcontent {
    font-size: 0.9rem; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .ac-landing_section.landing-carousel .embla__dots--button_main--text, .ac-landing_text-main_subcontent {
    font-size: 0.9rem; } }

@media only screen and (max-height: 575.98px) and (orientation: landscape) {
  .ac-landing_section.landing-carousel .embla__dots--button_main--text, .ac-landing_text-main_subcontent {
    font-size: 0.6rem; } }

@media screen and (max-width: 1919px) and (min-width: 1024px) {
  .ac-landing_section.landing-carousel .embla__dots--button_main--text, .ac-landing_text-main_subcontent {
    font-size: 1rem; } }

@media screen and (min-width: 2560px) {
  .ac-landing_section.landing-carousel .embla__dots--button_main--text, .ac-landing_text-main_subcontent {
    font-size: 1.6rem; } }

@media screen and (min-width: 3839px) {
  .ac-landing_section.landing-carousel .embla__dots--button_main--text, .ac-landing_text-main_subcontent {
    font-size: 2.2rem; } }

.ac-landing img,
.panel-one_container img,
.panel-one_container video,
.panel-two_container img,
.panel-two_container video,
.panel-three_container img,
.panel-three_container video,
.panel-four_container img,
.panel-four_container video,
.panel-five_container img,
.panel-five_container video {
  pointer-events: none; }

.panel-one_container {
  position: relative;
  z-index: 11;
  width: 100%;
  touch-action: pan-y;
  background-color: #000; }

.panel-one_backgroundContainer {
  position: absolute;
  width: 100%;
  height: 100%; }

.panel-one_overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(93, 120, 176, 0.816);
  opacity: 0.4;
  transition: 0.5s ease; }

.panel-one_overlay.morning {
  background-color: rgba(93, 120, 176, 0.816); }

.panel-one_overlay.afternoon {
  background-color: rgba(255, 255, 0, 0.09); }

.panel-one_overlay.evening {
  background-color: rgba(128, 69, 0, 0.49); }

.panel-one_overlay.night {
  background-color: #091f46; }

.panel-one_background-video, .panel-one_background-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9; }

.panel-one_background-video {
  width: 101%;
  object-position: center 71%;
  object-fit: cover; }
  @media screen and (orientation: portrait) {
    .panel-one_background-video {
      height: 80%;
      object-fit: cover;
      object-position: center 20%; } }
  @media screen and (orientation: portrait) and (max-width: 509px) {
    .panel-one_background-video {
      object-position: center 10%; } }
  @media screen and (orientation: portrait) and (max-width: 1024px) {
    .panel-one_background-video {
      height: 70%; } }

.panel-one_background-image {
  object-fit: cover;
  object-position: center 60%; }

@media screen and (orientation: portrait) and (max-width: 1025px) {
  .panel-one_background-image {
    object-position: center 65%; } }

.panel-one_text-container {
  position: absolute;
  top: 20%;
  width: 555px;
  max-width: 575px;
  left: 60%;
  transform: translate(12%);
  color: black;
  padding-right: 120px; }
  @media screen and (min-width: 1920px) {
    .panel-one_text-container {
      width: 575px;
      transform: translate(14%); } }
  @media screen and (max-width: 3838px) and (min-width: 2560px) {
    .panel-one_text-container {
      top: 23%;
      transform: translate(18%);
      width: 620px;
      max-width: 670px; } }
  @media screen and (min-width: 3839px) {
    .panel-one_text-container {
      top: 24%;
      transform: translate(15%);
      width: 800px;
      max-width: 865px; } }
  @media (min-width: 1100px) and (max-height: 1000px) {
    .panel-one_text-container {
      width: 574px;
      transform: translate(20%); } }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .panel-one_text-container {
      top: 23%;
      width: 550px;
      transform: translate(-4%); } }
  @media screen and (max-width: 1440px) and (orientation: landscape) {
    .panel-one_text-container {
      width: 555px;
      transform: translate(-4%); } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .panel-one_text-container {
      width: 500px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .panel-one_text-container {
      width: 90%;
      top: 8%;
      left: 0;
      right: 0;
      margin: auto;
      padding-right: 0;
      transform: none;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .panel-one_text-container {
      width: 50%;
      top: 8%;
      right: 0;
      left: 0;
      margin: auto;
      padding-right: 0;
      transform: none;
      max-width: 680px; } }
  .panel-one_text-container_title {
    letter-spacing: 0.5px;
    margin: 0;
    text-align: center;
    color: #fff; }
  .panel-one_text-container_content {
    line-height: 1.15;
    margin: 0;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 384px) {
      .panel-one_text-container_content {
        padding-top: 0px;
        font-size: 1.1rem; } }
  .panel-one_text-container_anchor {
    display: block;
    background-color: transparent;
    border-radius: 5px;
    border: #fff solid 1px;
    width: 120px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    margin: 15px auto; }
    @media screen and (max-width: 384px) {
      .panel-one_text-container_anchor {
        margin: 10px auto; } }
  .panel-one_text-container_anchor:hover {
    color: #fff;
    background-color: #ffffff63; }
  @media screen and (min-width: 2560px) {
    .panel-one_text-container_anchor {
      width: 160px;
      font-size: 22px;
      margin-top: 25px; } }
  @media screen and (min-width: 3839px) {
    .panel-one_text-container_anchor {
      width: 220px;
      font-size: 30px; } }

.panel-one_image_main {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12; }
  @media screen and (max-width: 1918px) {
    .panel-one_image_main {
      max-width: 1250px; } }
  @media screen and (min-width: 1920px) {
    .panel-one_image_main {
      max-width: 1445px; } }
  @media screen and (min-width: 2560px) {
    .panel-one_image_main {
      max-width: 1870px; } }
  @media screen and (min-width: 3839px) {
    .panel-one_image_main {
      max-width: 2920px; } }
  @media screen and (max-width: 767px) {
    .panel-one_image_main {
      height: 100%; } }
  .panel-one_image_main-container {
    width: 100vw;
    height: 100%; }
    @media screen and (max-width: 479px) {
      .panel-one_image_main-container {
        display: flex;
        flex-direction: column; } }
    .panel-one_image_main-container_device {
      display: inline-block;
      position: relative;
      width: 80%;
      max-width: 90%;
      height: 100%; }
      @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
        .panel-one_image_main-container_device {
          position: absolute;
          display: block;
          width: 100%;
          left: 0%;
          max-width: 100%; } }
      @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .panel-one_image_main-container_device {
          position: absolute;
          display: block;
          width: 90%;
          left: 5%;
          max-width: 100%; } }
      .panel-one_image_main-container_device--image {
        position: absolute;
        bottom: 7svh;
        width: 90%;
        max-width: 100%;
        z-index: 12;
        object-position: center 71%; }
        @media screen and (min-width: 320px) and (max-width: 499px) and (orientation: portrait) {
          .panel-one_image_main-container_device--image {
            width: 90%;
            bottom: 11svh !important; } }
        @media screen and (min-width: 500px) and (max-width: 767px) {
          .panel-one_image_main-container_device--image {
            bottom: 15svh;
            left: 4%; } }
        @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
          .panel-one_image_main-container_device--image {
            bottom: 13svh;
            left: 4%; } }
        @media only screen and (min-width: 1920px) {
          .panel-one_image_main-container_device--image {
            bottom: 4vh; } }
        @media screen and (min-width: 2560px) {
          .panel-one_image_main-container_device--image {
            bottom: 10svh; } }
        @media only screen and (min-width: 550px) and (max-width: 940px) and (orientation: landscape) {
          .panel-one_image_main-container_device--image {
            width: 100%;
            bottom: 12svh; } }
        @media only screen and (max-height: 865px) and (orientation: landscape) {
          .panel-one_image_main-container_device--image {
            width: 80%; } }
        @media only screen and (max-height: 760px) and (orientation: landscape) {
          .panel-one_image_main-container_device--image {
            width: 75%; } }
        @media only screen and (max-height: 700px) and (orientation: landscape) {
          .panel-one_image_main-container_device--image {
            width: 70%; } }
        @media only screen and (min-width: 1920px) and (max-height: 1024px) and (orientation: landscape) {
          .panel-one_image_main-container_device--image {
            width: 80%; } }
        @media only screen and (min-width: 1920px) and (max-height: 790px) and (orientation: landscape) {
          .panel-one_image_main-container_device--image {
            width: 70%; } }
    .panel-one_image_main-container_phone {
      display: inline-block;
      width: 35%; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .panel-one_image_main-container_phone {
          display: block; } }
      .panel-one_image_main-container_phone-base {
        position: absolute;
        bottom: 0;
        width: 23%;
        right: 5%;
        z-index: 12; }
        @media screen and (max-width: 767px) {
          .panel-one_image_main-container_phone-base {
            width: 24%;
            right: 12%; } }
        @media screen and (max-width: 479px) {
          .panel-one_image_main-container_phone-base {
            width: 26%;
            right: 3%; } }
        @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
          .panel-one_image_main-container_phone-base {
            width: 24%;
            right: 12%; } }
        @media only screen and (min-device-width: 350px) and (max-device-width: 950px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
          .panel-one_image_main-container_phone-base {
            width: 17%;
            right: 12%; } }
      .panel-one_image_main-container_phone-one, .panel-one_image_main-container_phone-two {
        position: absolute;
        bottom: 0;
        right: 5.4%;
        width: 28%;
        z-index: 12;
        opacity: 1;
        transition: 0.5s ease; }
        @media screen and (max-width: 767px) {
          .panel-one_image_main-container_phone-one, .panel-one_image_main-container_phone-two {
            width: 29%;
            right: 12.5%; } }
        @media screen and (max-width: 479px) {
          .panel-one_image_main-container_phone-one, .panel-one_image_main-container_phone-two {
            width: 32%;
            right: 3%; } }
        @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
          .panel-one_image_main-container_phone-one, .panel-one_image_main-container_phone-two {
            width: 29%;
            right: 12%; } }
        @media only screen and (min-device-width: 350px) and (max-device-width: 950px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
          .panel-one_image_main-container_phone-one, .panel-one_image_main-container_phone-two {
            width: 21%;
            right: 12%; } }

.panel-one_pill-container {
  z-index: 13;
  width: 100vw;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  opacity: 0.9; }
  @media only screen and (min-device-width: 350px) and (max-device-width: 950px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .panel-one_pill-container {
      height: 15%; } }
  .panel-one_pill-container_pill {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #686868;
    width: 145px;
    height: 45px;
    border-radius: 25px; }
    @media screen and (max-width: 479px) {
      .panel-one_pill-container_pill {
        width: 120px;
        height: 33px; } }
    @media screen and (min-width: 2560px) {
      .panel-one_pill-container_pill {
        width: 160px;
        height: 55px;
        border-radius: 30px; } }
    @media only screen and (min-device-width: 350px) and (max-device-width: 950px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      .panel-one_pill-container_pill {
        width: 140px;
        height: 35px; } }
    .panel-one_pill-container_pill svg {
      fill: white;
      width: 27px;
      height: 20px;
      cursor: pointer; }
      @media screen and (max-width: 479px) and (min-width: 320px) {
        .panel-one_pill-container_pill svg {
          width: 25px;
          height: 20px; } }
      @media screen and (min-width: 2560px) {
        .panel-one_pill-container_pill svg {
          width: 30px;
          height: 26px; } }
      @media only screen and (min-device-width: 350px) and (max-device-width: 950px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .panel-one_pill-container_pill svg {
          width: 30px;
          height: 20px; } }

.panel-two_container_main {
  position: relative; }

.panel-two_container_background {
  width: 100%;
  height: calc(110vh - 113px); }
  @media screen and (max-width: 767px) {
    .panel-two_container_background {
      height: calc(110vh - 56px); } }
  @media screen and (max-width: 385px) and (orientation: portrait) {
    .panel-two_container_background {
      height: calc(130vh - 56px); } }
  .panel-two_container_background-image {
    object-fit: cover;
    object-position: center 100%;
    width: 100%;
    height: 100%; }

.panel-two_container--reference {
  position: absolute;
  bottom: 30vh; }

.panel-two_main-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 7%;
  height: 93%; }
  .panel-two_main-content_heading {
    display: flex;
    justify-content: center;
    width: 100vw;
    text-align: center; }
    .panel-two_main-content_heading-content {
      color: white;
      margin-top: 0px;
      width: 1000px; }

@media only screen and (orientation: landscape) and (min-width: 768px) {
  .panel-two_main-content_heading-content {
    width: 760px; } }

@media only screen and (orientation: landscape) and (max-height: 575.98px) {
  .panel-two_main-content_heading-content {
    width: 550px; } }

@media only screen and (orientation: landscape) and (min-width: 1024px) {
  .panel-two_main-content_heading-content {
    width: 850px; } }

@media only screen and (orientation: landscape) and (min-width: 1920px) {
  .panel-two_main-content_heading-content {
    width: 860px; } }

@media only screen and (orientation: landscape) and (min-width: 2560px) {
  .panel-two_main-content_heading-content {
    width: 1380px; } }

@media only screen and (orientation: landscape) and (min-width: 3839px) {
  .panel-two_main-content_heading-content {
    width: 1505px; } }

@media only screen and (orientation: portrait) and (min-width: 320px) {
  .panel-two_main-content_heading-content {
    width: 360px; } }

@media only screen and (orientation: portrait) and (min-width: 480px) {
  .panel-two_main-content_heading-content {
    width: 760px; } }

@media only screen and (orientation: portrait) and (min-width: 1024px) {
  .panel-two_main-content_heading-content {
    width: 860px; } }

@media only screen and (orientation: portrait) and (min-width: 1920px) {
  .panel-two_main-content_heading-content {
    width: 800px; } }

@media only screen and (orientation: portrait) and (min-width: 2560px) {
  .panel-two_main-content_heading-content {
    width: 1280px; } }

@media only screen and (orientation: portrait) and (min-width: 3839px) {
  .panel-two_main-content_heading-content {
    width: 1505px; } }
      .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header, .panel-two_main-content_heading-content > p {
        margin: 0;
        line-height: 1.2; }
      .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
        letter-spacing: 0.5px; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 2rem;
            text-align: center; } }
        @media screen and (max-width: 1023px) and (min-width: 768px) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 2.6rem; } }
        @media only screen and (max-height: 575.98px) and (orientation: landscape) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 2rem; } }
        @media screen and (min-width: 1024px) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 2rem; } }
        @media screen and (max-width: 1919px) and (min-width: 1024px) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 2.8rem; } }
        @media screen and (min-width: 1920px) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 3.4rem; } }
        @media only screen and (min-width: 1920px) and (orientation: portrait) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 2.9rem; } }
        @media screen and (min-width: 3839px) {
          .panel-two_main-content_heading-content > h2, .panel-two_main-content_heading-content > .giftcard-header {
            font-size: 5rem; } }
      .panel-two_main-content_heading-content > p {
        padding-top: 5px;
        line-height: 1.2; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .panel-two_main-content_heading-content > p {
            padding-top: 10px;
            font-size: 1.2rem; } }
        @media screen and (max-width: 1023px) and (min-width: 768px) {
          .panel-two_main-content_heading-content > p {
            text-align: center;
            font-size: 1.1rem;
            padding: 1px 20px; } }
        @media only screen and (max-height: 575.98px) and (orientation: landscape) {
          .panel-two_main-content_heading-content > p {
            font-size: 0.9rem;
            padding: 0;
            margin-top: 5px; } }
        @media screen and (max-width: 2559px) and (min-width: 1024px) {
          .panel-two_main-content_heading-content > p {
            font-size: 1.3rem; } }
        @media screen and (min-width: 2560px) {
          .panel-two_main-content_heading-content > p {
            font-size: 2.1rem; } }
        @media screen and (min-width: 3839px) {
          .panel-two_main-content_heading-content > p {
            font-size: 2.5rem; } }
  .panel-two_main-content_pop-main {
    position: absolute;
    top: calc(15% - 1vh); }
    @media only screen and (max-height: 575.98px) and (orientation: landscape) {
      .panel-two_main-content_pop-main {
        height: 100px; } }
    @media only screen and (orientation: portrait) {
      .panel-two_main-content_pop-main {
        width: 100%;
        padding-top: calc(70px - 0.1vh);
        top: calc(-190px - 3vh); } }
  @media only screen and (orientation: portrait) and (min-width: 320px) and (max-width: 480px) {
    .panel-two_main-content_pop-main {
      top: calc(-230px - 5dvh);
      padding-top: calc(70px - 0.1vh);
      padding-right: 2vw;
      padding-left: 2vw; } }
  @media only screen and (orientation: portrait) and (min-width: 480px) and (max-width: 768px) {
    .panel-two_main-content_pop-main {
      top: calc(-245px - 2vh);
      padding-top: calc(70px - 0.1vh);
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media only screen and (orientation: portrait) and (min-width: 768px) {
    .panel-two_main-content_pop-main {
      top: calc(-235px - 2vh);
      padding-top: calc(65px - 0.1vh);
      padding-right: 5vw;
      padding-left: 5vw; } }
  @media only screen and (orientation: portrait) and (max-height: 990px) and (min-width: 560px) and (max-width: 752px) and (orientation: portrait) {
    .panel-two_main-content_pop-main {
      top: calc(-189px - 4vh); }
      .panel-two_main-content_pop-main > div a {
        margin-top: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      .panel-two_main-content_pop-main {
        width: 100%;
        top: calc(-190px - 3vh); } }
    @media screen and (min-width: 480px) and (orientation: landscape) {
      .panel-two_main-content_pop-main {
        width: 215px;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        word-wrap: break-word; } }
    @media screen and (min-width: 320px) and (orientation: portrait) {
      .panel-two_main-content_pop-main-content {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading, .panel-two_main-content_pop-main-content > p {
      color: white;
      margin: 0; }
    @media screen and (min-width: 320px) and (orientation: landscape) {
      .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
        font-size: 1.5rem; }
      .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading, .panel-two_main-content_pop-main-content > p {
        text-align: left; } }
    .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
      text-transform: initial; }
      @media screen and (min-width: 768px) {
        .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
          font-size: 2.2rem; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
          font-size: 1.5rem; } }
      @media screen and (min-width: 1024px) {
        .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
          text-align: left; } }
      @media screen and (min-width: 1920px) {
        .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
          font-size: 2.6rem; } }
      @media screen and (min-width: 2560px) {
        .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
          font-size: 3.5rem; } }
      @media screen and (min-width: 3839px) {
        .panel-two_main-content_pop-main-content > h3, .panel-two_main-content_pop-main-content > .section-title, .panel-two_main-content_pop-main-content > .listing-title, .login-modal .panel-two_main-content_pop-main-content > .account-sub-heading, .panel-two_main-content_pop-main-content > .auth-sub-heading {
          font-size: 4.5rem; } }
    .panel-two_main-content_pop-main-content > p {
      line-height: 1.25;
      font-size: 1.1rem;
      margin-top: 5px;
      margin-bottom: 13px;
      max-width: 730px; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .panel-two_main-content_pop-main-content > p {
          font-size: .9rem; } }
      @media only screen and (orientation: portrait) {
        .panel-two_main-content_pop-main-content > p {
          padding: 0 5px; } }
      @media screen and (min-width: 768px) and (orientation: landscape) {
        .panel-two_main-content_pop-main-content > p {
          font-size: 1rem;
          text-align: left; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_pop-main-content > p {
          font-size: 0.75rem;
          margin-bottom: 5px;
          margin-top: 3px;
          line-height: 1.1; } }
      @media screen and (min-width: 1440px) {
        .panel-two_main-content_pop-main-content > p {
          font-size: 1.3rem;
          line-height: 1.1; } }
      @media screen and (min-width: 2560px) {
        .panel-two_main-content_pop-main-content > p {
          font-size: 1.5rem; } }
      @media screen and (min-width: 3839px) {
        .panel-two_main-content_pop-main-content > p {
          font-size: 2.2rem; } }
    .panel-two_main-content_pop-main-content > a {
      display: block;
      background-color: transparent;
      border-radius: 5px;
      border: #fff solid 1px;
      width: 100px;
      margin-top: 25px;
      color: white;
      text-decoration: none;
      font-size: 14px;
      padding: 1px; }
      @media only screen and (orientation: portrait) {
        .panel-two_main-content_pop-main-content > a {
          margin-top: 10px; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_pop-main-content > a {
          width: 65px;
          font-size: 9px;
          padding: 1px 0px; } }
      @media screen and (min-width: 2560px) {
        .panel-two_main-content_pop-main-content > a {
          font-size: 20px;
          padding: 3px 3px;
          width: 140px; } }
      @media screen and (min-width: 3839px) {
        .panel-two_main-content_pop-main-content > a {
          font-size: 30px;
          margin-top: 30px;
          padding: 5px 4px;
          width: 185px; } }
    .panel-two_main-content_pop-main-content > a:hover {
      background-color: #ffffff63; }
  @media (orientation: portrait) {
    .panel-two_main-content_pop-main.heater p, .panel-two_main-content_pop-main.ac p, .panel-two_main-content_pop-main.circulation p,
    .panel-two_main-content_pop-main.dehumidifier p, .panel-two_main-content_pop-main.humidifier p,
    .panel-two_main-content_pop-main.inline p, .panel-two_main-content_pop-main.light p {
      font-size: 1rem;
      max-width: 730px; } }

@media screen and (orientation: portrait) and (max-width: 479px) and (min-width: 320px) {
  .panel-two_main-content_pop-main.ac {
    top: calc(-285px - 2vh); } }

@media screen and (orientation: landscape) and (min-width: 480px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 240px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 2rem; } }

@media screen and (orientation: landscape) and (min-width: 768px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 265px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 2rem; } }

@media screen and (orientation: landscape) and (min-width: 1024px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 265px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 1.8rem; } }

@media screen and (orientation: landscape) and (min-width: 1440px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 310px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 1.9rem; } }

@media screen and (orientation: landscape) and (min-width: 1920px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 325px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 2.2rem; } }

@media screen and (orientation: landscape) and (min-width: 2560px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 440px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 3rem; } }

@media screen and (orientation: landscape) and (min-width: 3839px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 645px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 4.3rem; } }

@media only screen and (orientation: landscape) and (max-height: 575.98px) {
  .panel-two_main-content_pop-main.heater, .panel-two_main-content_pop-main.heater.left, .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left, .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right, .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right, .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left, .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left, .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
    width: 220px; }
    .panel-two_main-content_pop-main.heater h3, .panel-two_main-content_pop-main.heater .section-title, .panel-two_main-content_pop-main.heater .listing-title, .panel-two_main-content_pop-main.heater .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater .account-sub-heading, .panel-two_main-content_pop-main.heater .auth-sub-heading, .panel-two_main-content_pop-main.heater.left h3, .panel-two_main-content_pop-main.heater.left .section-title, .panel-two_main-content_pop-main.heater.left .listing-title, .panel-two_main-content_pop-main.heater.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.heater.left .account-sub-heading, .panel-two_main-content_pop-main.heater.left .auth-sub-heading, .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading, .panel-two_main-content_pop-main.humidifier h3, .panel-two_main-content_pop-main.humidifier .section-title, .panel-two_main-content_pop-main.humidifier .listing-title, .panel-two_main-content_pop-main.humidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier .account-sub-heading, .panel-two_main-content_pop-main.humidifier .auth-sub-heading, .panel-two_main-content_pop-main.humidifier.right h3, .panel-two_main-content_pop-main.humidifier.right .section-title, .panel-two_main-content_pop-main.humidifier.right .listing-title, .panel-two_main-content_pop-main.humidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.humidifier.right .account-sub-heading, .panel-two_main-content_pop-main.humidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier h3, .panel-two_main-content_pop-main.dehumidifier .section-title, .panel-two_main-content_pop-main.dehumidifier .listing-title, .panel-two_main-content_pop-main.dehumidifier .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier .auth-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right h3, .panel-two_main-content_pop-main.dehumidifier.right .section-title, .panel-two_main-content_pop-main.dehumidifier.right .listing-title, .panel-two_main-content_pop-main.dehumidifier.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.dehumidifier.right .account-sub-heading, .panel-two_main-content_pop-main.dehumidifier.right .auth-sub-heading, .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading, .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading, .panel-two_main-content_pop-main.inline h3, .panel-two_main-content_pop-main.inline .section-title, .panel-two_main-content_pop-main.inline .listing-title, .panel-two_main-content_pop-main.inline .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline .account-sub-heading, .panel-two_main-content_pop-main.inline .auth-sub-heading, .panel-two_main-content_pop-main.inline.right h3, .panel-two_main-content_pop-main.inline.right .section-title, .panel-two_main-content_pop-main.inline.right .listing-title, .panel-two_main-content_pop-main.inline.right .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.inline.right .account-sub-heading, .panel-two_main-content_pop-main.inline.right .auth-sub-heading {
      font-size: 1.5rem; } }
  @media screen and (orientation: landscape) {
    .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left {
      top: 5%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_pop-main.ac, .panel-two_main-content_pop-main.ac.left {
      width: 200px;
      left: -180px; }
      .panel-two_main-content_pop-main.ac h3, .panel-two_main-content_pop-main.ac .section-title, .panel-two_main-content_pop-main.ac .listing-title, .panel-two_main-content_pop-main.ac .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac .account-sub-heading, .panel-two_main-content_pop-main.ac .auth-sub-heading, .panel-two_main-content_pop-main.ac.left h3, .panel-two_main-content_pop-main.ac.left .section-title, .panel-two_main-content_pop-main.ac.left .listing-title, .panel-two_main-content_pop-main.ac.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.ac.left .account-sub-heading, .panel-two_main-content_pop-main.ac.left .auth-sub-heading {
        font-size: 1.2rem; } }

@media screen and (orientation: landscape) and (min-width: 480px) {
  .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right {
    top: 0px;
    right: -100px; } }

@media screen and (orientation: landscape) and (min-width: 1024px) {
  .panel-two_main-content_pop-main.humidifier, .panel-two_main-content_pop-main.humidifier.right {
    right: -150px; } }
  @media screen and (orientation: landscape) {
    .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right {
      top: 0px;
      right: -120px; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_pop-main.dehumidifier, .panel-two_main-content_pop-main.dehumidifier.right {
      left: 0px; } }
  @media screen and (orientation: landscape) {
    .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left {
      right: -600%;
      top: calc(0% - 2vh); } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_pop-main.circulation, .panel-two_main-content_pop-main.circulation.left {
      width: 250px;
      top: -7%; }
      .panel-two_main-content_pop-main.circulation h3, .panel-two_main-content_pop-main.circulation .section-title, .panel-two_main-content_pop-main.circulation .listing-title, .panel-two_main-content_pop-main.circulation .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation .account-sub-heading, .panel-two_main-content_pop-main.circulation .auth-sub-heading, .panel-two_main-content_pop-main.circulation.left h3, .panel-two_main-content_pop-main.circulation.left .section-title, .panel-two_main-content_pop-main.circulation.left .listing-title, .panel-two_main-content_pop-main.circulation.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.circulation.left .account-sub-heading, .panel-two_main-content_pop-main.circulation.left .auth-sub-heading {
        font-size: 1.5rem; } }
  @media screen and (orientation: landscape) {
    .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left {
      right: -557%;
      top: calc(0% - 2vh); } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_pop-main.light, .panel-two_main-content_pop-main.light.left {
      width: 280px;
      top: -7%; }
      .panel-two_main-content_pop-main.light h3, .panel-two_main-content_pop-main.light .section-title, .panel-two_main-content_pop-main.light .listing-title, .panel-two_main-content_pop-main.light .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light .account-sub-heading, .panel-two_main-content_pop-main.light .auth-sub-heading, .panel-two_main-content_pop-main.light.left h3, .panel-two_main-content_pop-main.light.left .section-title, .panel-two_main-content_pop-main.light.left .listing-title, .panel-two_main-content_pop-main.light.left .login-modal .account-sub-heading, .login-modal .panel-two_main-content_pop-main.light.left .account-sub-heading, .panel-two_main-content_pop-main.light.left .auth-sub-heading {
        font-size: 1.5rem; } }
  @media screen and (orientation: landscape) {
    .panel-two_main-content_pop-main.inline, .panel-two_main-content_pop-main.inline.right {
      left: -500%;
      top: calc(0% - 2vh); } }
  .panel-two_main-content_foreground {
    position: absolute;
    height: 70vh;
    width: 100%;
    bottom: 0; }
    .panel-two_main-content_foreground-main {
      width: 100%;
      max-height: 100%;
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-main {
          bottom: 30px; } }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .panel-two_main-content_foreground-main {
          display: inline-flex;
          padding-right: 15px;
          padding-left: 15px; } }
    .panel-two_main-content_foreground__imageContainer {
      position: relative;
      display: inline-table;
      text-align: center; }
    .panel-two_main-content_foreground-image {
      height: auto;
      max-height: 66vh; }
      @media screen and (max-width: 767px) and (min-width: 480px) {
        .panel-two_main-content_foreground-image {
          max-height: 60vh; } }
      @media screen and (min-width: 768px) {
        .panel-two_main-content_foreground-image {
          max-height: 58vh; } }
      @media screen and (min-width: 1440px) {
        .panel-two_main-content_foreground-image {
          max-height: 66vh; } }
      @media only screen and (max-height: 1000px) and (orientation: landscape) {
        .panel-two_main-content_foreground-image {
          max-height: 61vh; } }
      @media only screen and (max-height: 575.98px) {
        .panel-two_main-content_foreground-image {
          max-height: 45vh; } }
    .panel-two_main-content_foreground-fan_hover {
      position: absolute;
      height: 13%;
      width: 9%;
      top: 15%;
      left: 40%; }
    .panel-two_main-content_foreground-heaterIcon, .panel-two_main-content_foreground-acIcon, .panel-two_main-content_foreground-humidifierIcon, .panel-two_main-content_foreground-dehumidifierIcon, .panel-two_main-content_foreground-inlineFanIcon, .panel-two_main-content_foreground-lightIcon, .panel-two_main-content_foreground-circulationFanIcon {
      width: 4%;
      height: 6%;
      position: absolute;
      color: #fff;
      outline: none; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-heaterIcon, .panel-two_main-content_foreground-acIcon, .panel-two_main-content_foreground-humidifierIcon, .panel-two_main-content_foreground-dehumidifierIcon, .panel-two_main-content_foreground-inlineFanIcon, .panel-two_main-content_foreground-lightIcon, .panel-two_main-content_foreground-circulationFanIcon {
          width: 8%;
          height: 10%; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_foreground-heaterIcon, .panel-two_main-content_foreground-acIcon, .panel-two_main-content_foreground-humidifierIcon, .panel-two_main-content_foreground-dehumidifierIcon, .panel-two_main-content_foreground-inlineFanIcon, .panel-two_main-content_foreground-lightIcon, .panel-two_main-content_foreground-circulationFanIcon {
          width: 6%;
          height: 7%; } }
    .panel-two_main-content_foreground-heaterIcon {
      left: 12%;
      bottom: 46%; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-heaterIcon {
          left: 10%; } }
      @media screen and (orientation: landscape) {
        .panel-two_main-content_foreground-heaterIcon--mask {
          position: absolute;
          top: 0px;
          width: 14.5%;
          height: 0%;
          bottom: 8%;
          left: -7%; } }
  @media screen and (orientation: landscape) and (min-width: 768px) {
    .panel-two_main-content_foreground-heaterIcon--mask {
      top: 0%; }
      .panel-two_main-content_foreground-heaterIcon--mask aside {
        top: -75%;
        right: -110%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_foreground-heaterIcon--mask {
      top: 0%;
      left: -75%; } }
  @media screen and (orientation: landscape) and (orientation: portrait) {
    .panel-two_main-content_foreground-heaterIcon--mask aside {
      right: -90%; } }
    .panel-two_main-content_foreground-acIcon {
      left: 23%;
      bottom: 53%; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-acIcon {
          left: 20.5%; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_foreground-acIcon {
          left: 22%; } }
      @media screen and (orientation: landscape) {
        .panel-two_main-content_foreground-acIcon--mask {
          position: absolute;
          width: 10.7%;
          height: 0%;
          left: -9%;
          bottom: 7%;
          top: 0%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_foreground-acIcon--mask {
      top: 0%; } }
      @media screen and (orientation: landscape) {
          .panel-two_main-content_foreground-acIcon--mask aside {
            top: -75%;
            right: -200%; } }
    .panel-two_main-content_foreground-humidifierIcon {
      right: 19.5%;
      bottom: 50%; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-humidifierIcon {
          right: 17.5%; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_foreground-humidifierIcon {
          right: 18.5%; } }
      @media screen and (orientation: landscape) {
        .panel-two_main-content_foreground-humidifierIcon--mask {
          position: absolute;
          width: 14%;
          height: 0%;
          bottom: 6.5%;
          right: 10%;
          top: 0%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_foreground-humidifierIcon--mask {
      top: -8%; } }
      @media screen and (orientation: landscape) {
          .panel-two_main-content_foreground-humidifierIcon--mask aside {
            top: -78%;
            left: 10%; } }
    @media screen and (orientation: landscape) and (orientation: portrait) {
      .panel-two_main-content_foreground-humidifierIcon--mask aside {
        left: 5%; } }
    .panel-two_main-content_foreground-dehumidifierIcon {
      right: 7%;
      bottom: 41%; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-dehumidifierIcon {
          right: 5%; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_foreground-dehumidifierIcon {
          right: 6%; } }
      @media screen and (orientation: landscape) {
        .panel-two_main-content_foreground-dehumidifierIcon--mask {
          position: absolute;
          top: 0px;
          width: 12%;
          height: 0%;
          bottom: 8%; } }
  @media screen and (orientation: landscape) and (min-width: 768px) {
    .panel-two_main-content_foreground-dehumidifierIcon--mask {
      top: 0%;
      right: 3%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_foreground-dehumidifierIcon--mask {
      top: -7%;
      right: -2%; } }
      @media screen and (orientation: landscape) {
          .panel-two_main-content_foreground-dehumidifierIcon--mask aside {
            top: calc(-110% - 2vw);
            left: -65%; } }
    @media screen and (orientation: landscape) {
      .panel-two_main-content_foreground-circulationIcon--mask {
        position: absolute;
        width: 7%;
        left: -26%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_foreground-circulationIcon--mask {
      left: -37%; } }
    @media screen and (orientation: landscape) {
      .panel-two_main-content_foreground-lightIcon--mask {
        position: absolute;
        width: 7%;
        left: -22%; } }
  @media only screen and (orientation: landscape) and (max-height: 575.98px) {
    .panel-two_main-content_foreground-lightIcon--mask {
      left: -29%; } }
    @media screen and (orientation: landscape) {
      .panel-two_main-content_foreground-inlineIcon--mask {
        position: absolute;
        width: 7%;
        right: -19%; } }
    .panel-two_main-content_foreground-circulationFanIcon {
      right: 66%;
      bottom: 98%; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-circulationFanIcon {
          right: 63%;
          bottom: 99%; } }
    .panel-two_main-content_foreground-lightIcon {
      right: 46.5%;
      bottom: 97%;
      width: 6%;
      height: 8%; }
      @media screen and (max-width: 479px) {
        .panel-two_main-content_foreground-lightIcon {
          width: 9%;
          right: 45%;
          height: 12%;
          bottom: 98%; } }
      @media only screen and (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_foreground-lightIcon {
          width: 7%;
          height: 9%; } }
    .panel-two_main-content_foreground-inlineFanIcon {
      right: 28%;
      bottom: 98%; }
      @media only screen and (max-width: 480px), (max-height: 575.98px) and (orientation: landscape) {
        .panel-two_main-content_foreground-inlineFanIcon {
          right: 28%;
          bottom: 99%; } }
    .panel-two_main-content_foreground-circulationFan {
      position: absolute;
      opacity: 1 !important; }
    .panel-two_main-content_foreground-circulationFan {
      left: 28.5%;
      top: 43%;
      width: 14%;
      height: 17%;
      z-index: 10; }
    .panel-two_main-content_foreground-heaterSmoke, .panel-two_main-content_foreground-airSmoke, .panel-two_main-content_foreground-fanAirflow, .panel-two_main-content_foreground-light, .panel-two_main-content_foreground-inlineFan, .panel-two_main-content_foreground-humidifier, .panel-two_main-content_foreground-dehumidifier {
      position: absolute; }
    .panel-two_main-content_foreground-heaterSmoke, .panel-two_main-content_foreground-airSmoke, .panel-two_main-content_foreground-fanAirflow {
      height: 83%;
      left: 28%;
      width: 35%;
      bottom: 8%; }
    .panel-two_main-content_foreground-humidifier {
      height: 90%;
      left: 29%;
      width: 37%;
      bottom: 7%; }
    .panel-two_main-content_foreground-dehumidifier {
      height: 84%;
      left: 29%;
      width: 33%;
      bottom: 7%; }
    .panel-two_main-content_foreground-light {
      width: 35.5%;
      bottom: 7.5%;
      height: 90%;
      left: 29.5%;
      mix-blend-mode: screen; }
    .panel-two_main-content_foreground-inlineFan {
      width: 41%;
      height: 91%;
      bottom: 9%;
      left: 26%; }
    .panel-two_main-content_foreground-fanAirflow {
      bottom: 9%;
      width: 41%; }

.panel-three_container {
  position: relative;
  z-index: 10;
  width: 100%; }

.panel-three_main {
  position: relative;
  height: 300vh; }
  @media screen and (max-width: 479px) {
    .panel-three_main {
      height: 120vh; } }
  @media screen and (min-width: 2560px) {
    .panel-three_main {
      height: 250vh; } }
  @media screen and (min-width: 3839px) {
    .panel-three_main {
      height: 220vh; } }
  .panel-three_main-background {
    width: 100%;
    height: calc(100dvh - 113px); }
    @media screen and (max-width: 1023px) {
      .panel-three_main-background {
        height: calc(100dvh - 56px); } }
    .panel-three_main-background_image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 100%; }
  .panel-three_main-sticky {
    position: sticky;
    top: 113px; }
    @media screen and (max-width: 1023px) {
      .panel-three_main-sticky {
        top: 56px; } }
  .panel-three_main--heading {
    position: absolute;
    top: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    color: white;
    text-align: center;
    line-height: 1.1; }
    @media only screen and (max-height: 575.98px) {
      .panel-three_main--heading {
        display: none; } }
    .panel-three_main--heading-container {
      position: absolute;
      z-index: 11; }
      @media screen and (max-width: 1439px) and (min-width: 768px) {
        .panel-three_main--heading-container {
          width: 700px; } }
      @media screen and (min-width: 1440px) {
        .panel-three_main--heading-container {
          width: 52%; } }
    .panel-three_main--heading-title {
      margin-top: 10px;
      margin-bottom: 0px;
      text-transform: capitalize; }
    .panel-three_main--heading-content {
      margin-top: 5px; }
      @media screen and (min-width: 1440px) {
        .panel-three_main--heading-content {
          line-height: 1.2; } }
    .panel-three_main--heading-anchor {
      display: block;
      background-color: transparent;
      border-radius: 5px;
      border: #fff solid 1px;
      width: 120px;
      color: white;
      text-decoration: none;
      font-size: 16px;
      text-align: center;
      margin: 17px auto 0px auto;
      padding: 5px 0; }
    .panel-three_main--heading-anchor:hover {
      color: #fff;
      background-color: #ffffff63; }
    @media screen and (min-width: 2560px) {
      .panel-three_main--heading-anchor {
        width: 160px;
        font-size: 22px;
        margin-top: 25px; } }
    @media screen and (min-width: 3839px) {
      .panel-three_main--heading-anchor {
        width: 220px;
        font-size: 30px; } }
  @media only screen and (orientation: portrait) {
    .panel-three_main--heading {
      top: 5vh; } }
  @media only screen and (orientation: portrait) and (max-width: 767px) and (min-width: 320px) {
    .panel-three_main--heading {
      transform: initial;
      width: 100vw;
      padding: 0 10px; } }
  @media only screen and (orientation: portrait) and (min-width: 768px) {
    .panel-three_main--heading {
      margin: 0; } }
  @media only screen and (orientation: portrait) {
      .panel-three_main--heading-content {
        padding-right: 10px;
        padding-left: 10px; } }
  @media only screen and (orientation: portrait) and (max-width: 1439px) and (min-width: 768px) {
    .panel-three_main--heading-container {
      width: 525px; } }
  @media only screen and (orientation: portrait) and (max-width: 767px) and (min-width: 320px) {
    .panel-three_main--heading-container {
      min-width: 400px;
      max-width: 550px; } }
  .panel-three_main-content {
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 100%;
    height: calc(100dvh - 113px);
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .panel-three_main-content {
        height: calc(100dvh - 56px); } }
    .panel-three_main-content--image {
      width: 80%;
      height: 100%;
      position: relative; }
      .panel-three_main-content--image-landscape {
        display: initial; }
      .panel-three_main-content--image-portrait {
        display: none; }
      .panel-three_main-content--image-foreground {
        height: 100%;
        object-position: bottom; }
      .panel-three_main-content--image-foreground.screen {
        position: absolute;
        top: 0;
        left: 0; }
    .panel-three_main-content--media {
      position: relative;
      width: 50%;
      bottom: -7.5px;
      text-align: center;
      align-self: flex-end;
      margin-right: 0%; }
      @media screen and (min-width: 1440px) {
        .panel-three_main-content--media {
          max-height: 61vh; } }
      @media screen and (min-width: 1920px) {
        .panel-three_main-content--media {
          max-height: 70vh; } }
      .panel-three_main-content--media > video {
        height: auto;
        width: 100%;
        position: relative;
        bottom: -1px; }
        @media screen and (max-width: 479px) {
          .panel-three_main-content--media > video {
            position: absolute;
            bottom: 0;
            left: 0; } }
    @media screen and (min-width: 1024px) {
      .panel-three_main-content--image {
        width: 40%; } }
  @media only screen and (orientation: portrait) {
    .panel-three_main-content--image {
      align-self: flex-end;
      width: 33%; }
      .panel-three_main-content--image-foreground {
        object-fit: contain; }
      .panel-three_main-content--image-landscape {
        display: none; }
      .panel-three_main-content--image-portrait {
        display: initial; }
    .panel-three_main-content--media {
      width: 51%; }
      .panel-three_main-content--media > video {
        width: 67.5vw; } }

.panel-four_container {
  position: relative;
  z-index: 10;
  width: 100%; }

.panel-four_main {
  position: relative; }
  .panel-four_main-container {
    display: flex;
    flex-direction: column;
    height: 110vh; }
    .panel-four_main-container--background {
      z-index: -1;
      width: 100%;
      height: 110vh;
      position: absolute; }
      .panel-four_main-container--background_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top; }
    .panel-four_main-container h3.title-font, .panel-four_main-container .title-font.section-title, .panel-four_main-container .title-font.listing-title, .panel-four_main-container .login-modal .title-font.account-sub-heading, .login-modal .panel-four_main-container .title-font.account-sub-heading, .panel-four_main-container .title-font.auth-sub-heading {
      color: #4192E0;
      margin: 0; }
      .panel-four_main-container h3.title-font > .special-char, .panel-four_main-container .title-font.section-title > .special-char, .panel-four_main-container .title-font.listing-title > .special-char, .panel-four_main-container .login-modal .title-font.account-sub-heading > .special-char, .login-modal .panel-four_main-container .title-font.account-sub-heading > .special-char, .panel-four_main-container .title-font.auth-sub-heading > .special-char {
        color: #4192E0;
        font-weight: 600; }
    .panel-four_main-container .content-font {
      line-height: 1.2;
      color: white; }
    .panel-four_main-container--heading {
      height: 14%;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      @media only screen and (orientation: portrait) {
        .panel-four_main-container--heading {
          height: 10%; } }
      .panel-four_main-container--heading-title {
        margin: 0;
        color: white; }
        @media screen and (max-width: 479px) and (min-width: 320px) {
          .panel-four_main-container--heading-title {
            font-size: 2rem; } }
        @media screen and (min-width: 480px) {
          .panel-four_main-container--heading-title {
            font-size: 1.8rem; } }
        @media screen and (min-width: 768px) {
          .panel-four_main-container--heading-title {
            font-size: 2rem; } }
        @media screen and (max-width: 1919px) and (min-width: 1024px) {
          .panel-four_main-container--heading-title {
            font-size: 2.8rem; } }
        @media screen and (min-width: 1920px) {
          .panel-four_main-container--heading-title {
            font-size: 3.4rem; } }
        @media screen and (min-width: 3839px) {
          .panel-four_main-container--heading-title {
            font-size: 5rem; } }
    @media only screen and (orientation: landscape) {
      .panel-four_main-container--content_portrait {
        display: none; }
      .panel-four_main-container--content {
        display: flex;
        flex-direction: row;
        height: 80%;
        width: 100%;
        margin: 0 auto; } }
  @media only screen and (orientation: landscape) and (min-width: 1440px) {
    .panel-four_main-container--content {
      max-width: 1235px; } }
  @media only screen and (orientation: landscape) and (min-width: 1920px) {
    .panel-four_main-container--content {
      max-width: 1425px; } }
  @media only screen and (orientation: landscape) and (min-width: 2560px) {
    .panel-four_main-container--content {
      max-width: 1845px; } }
  @media only screen and (orientation: landscape) and (min-width: 3839px) {
    .panel-four_main-container--content {
      max-width: 2895px; } }
    @media only screen and (orientation: landscape) {
        .panel-four_main-container--content_left-wrapper, .panel-four_main-container--content_right-wrapper {
          display: flex;
          flex-direction: column;
          position: relative;
          width: 23%;
          z-index: 2; }
        .panel-four_main-container--content_left-wrapper {
          left: 5%; }
        .panel-four_main-container--content_mid-wrapper {
          width: 54%;
          display: flex;
          justify-content: center;
          margin-top: 4rem;
          z-index: 1; }
          .panel-four_main-container--content_mid-wrapper--video {
            position: relative;
            width: 100%; }
            .panel-four_main-container--content_mid-wrapper--video_overlay {
              position: absolute;
              width: 100%;
              left: 0;
              max-height: 70vh;
              min-height: 50vh; }
          .panel-four_main-container--content_mid-wrapper--image_overlay {
            position: absolute;
            max-height: 70vh;
            min-height: 50vh;
            width: 100%; }
        .panel-four_main-container--content-right-wrapper {
          right: 5%; }
        .panel-four_main-container--content-text-container {
          margin-top: 7vh;
          transition: transform 0.2s ease-in-out;
          transform: scale(1); }
          .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
            cursor: default;
            font-size: 1.2rem; } }
      @media only screen and (orientation: landscape) and (min-width: 1024px) {
        .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
          font-size: 1.5rem; } }
      @media only screen and (orientation: landscape) and (min-width: 1440px) {
        .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
          font-size: 1.7rem; } }
      @media only screen and (orientation: landscape) and (min-width: 1920px) {
        .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
          font-size: 1.9rem; } }
      @media only screen and (orientation: landscape) and (min-width: 2560px) {
        .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
          font-size: 2.3rem; } }
      @media only screen and (orientation: landscape) and (min-width: 3839px) {
        .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
          font-size: 3.3rem; } }
    @media only screen and (orientation: landscape) {
            .panel-four_main-container--content-text-container > h3 > span, .panel-four_main-container--content-text-container > .section-title > span, .panel-four_main-container--content-text-container > .listing-title > span, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading > span, .panel-four_main-container--content-text-container > .auth-sub-heading > span {
              pointer-events: none; }
          .panel-four_main-container--content-text-container > p {
            font-size: 1rem;
            margin-top: 0.5rem;
            margin-bottom: 0;
            hyphens: auto;
            max-width: 280px; } }
      @media only screen and (orientation: landscape) and (min-width: 1024px) {
        .panel-four_main-container--content-text-container > p {
          font-size: 1.1rem; } }
      @media only screen and (orientation: landscape) and (min-width: 1440px) {
        .panel-four_main-container--content-text-container > p {
          font-size: 1.2rem; } }
      @media only screen and (orientation: landscape) and (min-width: 1920px) {
        .panel-four_main-container--content-text-container > p {
          font-size: 1.3rem;
          max-width: 300px; } }
      @media only screen and (orientation: landscape) and (min-width: 2560px) {
        .panel-four_main-container--content-text-container > p {
          font-size: 1.7rem;
          max-width: 380px; } }
      @media only screen and (orientation: landscape) and (min-width: 3839px) {
        .panel-four_main-container--content-text-container > p {
          font-size: 2.3rem;
          max-width: 520px; } }
    @media only screen and (orientation: landscape) {
        .panel-four_main-container--content-text-container:hover {
          will-change: auto;
          transform: scale(1.1); }
        .panel-four_main-container--content-image {
          width: 70%;
          position: absolute; } }
    @media only screen and (orientation: portrait) {
      .panel-four_main-container--content {
        display: flex;
        flex-direction: column;
        height: 90%;
        width: 100%; }
        .panel-four_main-container--content_left-wrapper, .panel-four_main-container--content_right-wrapper {
          display: flex;
          flex-direction: row;
          width: 100%;
          flex-direction: row;
          padding: 0px 5px;
          column-gap: 10px;
          justify-content: space-evenly;
          margin-top: 20px; }
        .panel-four_main-container--content_left-wrapper {
          order: 1; }
        .panel-four_main-container--content_right-wrapper {
          order: 2; }
        .panel-four_main-container--content_mid-wrapper {
          order: 3; }
        .panel-four_main-container--content-text-flex {
          display: flex;
          flex-direction: column; }
          .panel-four_main-container--content-text-flex_row {
            display: flex;
            width: 100%;
            flex-basis: 50%;
            flex-direction: row;
            padding: 0px 5px;
            column-gap: 15px;
            justify-content: space-evenly; } }
      @media only screen and (orientation: portrait) and (min-width: 500px) {
        .panel-four_main-container--content-text-flex_row {
          justify-content: space-evenly; } }
    @media only screen and (orientation: portrait) {
        .panel-four_main-container--content-text-container {
          text-align: left;
          width: 300px;
          margin: 0 10px;
          transition: transform 0.2s ease-in-out;
          transform: scale(1); }
          .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
            font-size: 1.5rem; } }
      @media only screen and (orientation: portrait) and (max-width: 479px) and (min-width: 320px) {
        .panel-four_main-container--content-text-container > h3, .panel-four_main-container--content-text-container > .section-title, .panel-four_main-container--content-text-container > .listing-title, .login-modal .panel-four_main-container--content-text-container > .account-sub-heading, .panel-four_main-container--content-text-container > .auth-sub-heading {
          font-size: 1.3rem;
          white-space: nowrap; } }
    @media only screen and (orientation: portrait) {
          .panel-four_main-container--content-text-container > p {
            font-size: 1.2rem;
            margin-top: 3px; } }
    @media only screen and (orientation: portrait) and (max-width: 479px) and (min-width: 320px) {
      .panel-four_main-container--content-text-container {
        width: 50%; }
        .panel-four_main-container--content-text-container > p {
          font-size: 0.9rem; } }
    @media only screen and (orientation: portrait) {
        .panel-four_main-container--content-text-container:hover, .panel-four_main-container--content-text-container:focus {
          will-change: auto;
          transform: scale(1.1); }
        .panel-four_main-container--content_mid-wrapper {
          display: flex;
          justify-content: center;
          height: 65%; }
          .panel-four_main-container--content_mid-wrapper--video {
            display: flex;
            justify-content: center; }
            .panel-four_main-container--content_mid-wrapper--video_overlay {
              position: absolute;
              max-height: 50vh;
              width: 100%;
              left: 0;
              bottom: 12dvh; } }
        @media only screen and (orientation: portrait) and (max-width: 479px) {
          .panel-four_main-container--content_mid-wrapper--video_overlay {
            bottom: 15dvh; } }
        @media only screen and (orientation: portrait) and (max-height: 700px) {
          .panel-four_main-container--content_mid-wrapper--video_overlay {
            bottom: 5dvh; } }

@keyframes scaleAnimation {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

.panel-four_main-container--content_portrait-text-container > h3, .panel-four_main-container--content_portrait-text-container > .section-title, .panel-four_main-container--content_portrait-text-container > .listing-title, .login-modal .panel-four_main-container--content_portrait-text-container > .account-sub-heading, .panel-four_main-container--content_portrait-text-container > .auth-sub-heading,
.panel-four_main-container--content_landscape-text-container > p {
  cursor: default;
  pointer-events: none; }

.panel-five_container {
  height: 100%;
  margin: -1px 0px -8px 0px; }

.panel-five_muteBtn {
  margin-left: 5px; }

.panel-five_playBtn {
  margin-right: 5px; }

.panel-five_main-container {
  position: relative;
  height: 100%;
  width: 100%; }
  .panel-five_main-container--video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 73%; }
    .panel-five_main-container--video > video {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
    .panel-five_main-container--video-controls {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 12px; }
      .panel-five_main-container--video-controls .panel-five_playBtn,
      .panel-five_main-container--video-controls .panel-five_muteBtn {
        border-radius: 50%;
        padding: 0px;
        margin: 0 3px;
        width: 38px;
        height: 38px;
        background-color: transparent; }
        .panel-five_main-container--video-controls .panel-five_playBtn svg,
        .panel-five_main-container--video-controls .panel-five_muteBtn svg {
          width: 20px;
          height: 20px;
          margin-bottom: 2px;
          vertical-align: middle; }
  .panel-five_main-container_background_image {
    width: 100%; }

.affiliate-cards {
  display: flex;
  width: 100%;
  height: 425px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3rem; }
  .affiliate-cards_button-left, .affiliate-cards_button-right {
    display: none; }
  .affiliate-cards .zero-height {
    line-height: 1.25; }
  .affiliate-cards .first-card-body {
    height: 200px;
    margin-top: 20px; }
    .affiliate-cards .first-card-body > ul {
      margin: 0 !important;
      height: 100%;
      justify-content: space-between; }
  .affiliate-cards_card {
    position: relative;
    width: 20%;
    margin: 0 10px;
    background-color: white;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.26);
    transition: all 0.3s; }
    .affiliate-cards_card img {
      border-radius: 25px 25px 0px 0px;
      margin-bottom: 0px; }
  .affiliate-cards_card:hover {
    transform: scale(1.05); }
  .affiliate-cards_card-body {
    padding: 0px 1.5em; }
    .affiliate-cards_card-body_title {
      position: relative;
      height: 70px;
      border-bottom: 1px solid #9395986b; }
      .affiliate-cards_card-body_title h3, .affiliate-cards_card-body_title .section-title, .affiliate-cards_card-body_title .listing-title, .affiliate-cards_card-body_title .login-modal .account-sub-heading, .login-modal .affiliate-cards_card-body_title .account-sub-heading, .affiliate-cards_card-body_title .auth-sub-heading {
        position: absolute;
        bottom: 0px;
        font-family: "Modern Era Bold";
        text-transform: uppercase;
        margin: 10px 0px; }
    .affiliate-cards_card-body_content {
      display: flex;
      flex-direction: column;
      padding-left: 0px !important;
      margin: 20px 0px !important; }
      .affiliate-cards_card-body_content li {
        display: flex;
        list-style-type: none;
        color: #939598;
        font-size: 13px; }
      .affiliate-cards_card-body_content li > p {
        margin: 0; }
      .affiliate-cards_card-body_content li > span {
        margin-right: 10px;
        color: #25A397;
        font-weight: bold; }
  .affiliate-cards_card-button {
    position: absolute;
    margin: 1rem auto;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center; }
    .affiliate-cards_card-button > a {
      background-color: #25A397;
      padding: 6px 23px;
      color: white;
      border-radius: 25px;
      text-transform: uppercase;
      font-size: 12px;
      cursor: pointer; }
    .affiliate-cards_card-button > a:hover {
      text-decoration: none; }

@media screen and (orientation: portrait) {
  .affiliate-cards {
    display: inline-block;
    position: relative;
    width: 55%;
    height: 400px;
    margin-bottom: 4rem;
    left: 50%;
    transform: translateX(-50%); } }
  @media screen and (orientation: portrait) and (max-width: 768px) {
    .affiliate-cards {
      width: 375px; } }

@media screen and (orientation: portrait) {
    .affiliate-cards.first-card-body {
      width: 100%; }
    .affiliate-cards_button-left, .affiliate-cards_button-right {
      display: block;
      position: absolute;
      top: 50%;
      background-color: transparent;
      padding: 5px 10px;
      z-index: 3; }
      .affiliate-cards_button-left .arrow, .affiliate-cards_button-right .arrow {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px; }
    .affiliate-cards_button-left {
      left: -10%; }
      .affiliate-cards_button-left .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); } }
    @media screen and (orientation: portrait) and (max-width: 768px) {
      .affiliate-cards_button-left {
        left: -7%; } }
    @media screen and (orientation: portrait) and (min-width: 350px) {
      .affiliate-cards_button-left {
        left: 3%; } }

@media screen and (orientation: portrait) {
    .affiliate-cards_button-right {
      right: -10%; }
      .affiliate-cards_button-right .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); } }
    @media screen and (orientation: portrait) and (max-width: 768px) {
      .affiliate-cards_button-right {
        right: -7%; } }
    @media screen and (orientation: portrait) and (min-width: 350px) {
      .affiliate-cards_button-right {
        right: 3%; } }

@media screen and (orientation: portrait) {
    .affiliate-cards_card {
      position: absolute;
      height: 100%;
      width: 65%;
      margin: 0 auto;
      left: 0;
      right: 0;
      transition: all .5s ease;
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d; }
    .affiliate-cards [data-position="2"] {
      transform: scale(1.1) translate3d(0px, 0px, 0px);
      z-index: 2; }
    .affiliate-cards [data-position="3"] {
      transform: scale(0.9) translate3d(20px, 0px, 0px); } }

.affiliate-cards.dealers {
  height: 325px;
  justify-content: center; }
  .affiliate-cards.dealers .affiliate-cards_card-body_title {
    height: 50px; }
  .affiliate-cards.dealers .card--1, .affiliate-cards.dealers .card--3 {
    width: 25%; }

@media screen and (orientation: portrait) {
  .affiliate-cards.dealers {
    height: 350px; }
    .affiliate-cards.dealers .affiliate-cards_card-body_title {
      height: 70px; }
    .affiliate-cards.dealers .affiliate-cards_card-body {
      padding: 0 1rem; }
    .affiliate-cards.dealers .card--1, .affiliate-cards.dealers .card--3 {
      width: 70%; }
    .affiliate-cards.dealers [data-position="2"] {
      transform: scale(0.9) translate3d(0px, 0px, 0px);
      z-index: 1; }
    .affiliate-cards.dealers [data-position="3"] {
      transform: scale(1.1) translate3d(0px, 0px, 0px);
      z-index: 2; } }

.aci-accordion p {
  margin-block-end: 0px; }

.aci-accordion_wrapper {
  margin-bottom: 1rem;
  background: #eff1f5;
  border-radius: 5px; }
  .aci-accordion_wrapper--question {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    cursor: pointer;
    list-style-type: none;
    padding: 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s linear; }
    .aci-accordion_wrapper--question_text {
      margin: 0;
      font-size: 1.2rem; }
    .aci-accordion_wrapper--question .aci-accordion-icon {
      width: 24px;
      height: 24px;
      transition: transform 0.2s;
      fill: #000;
      position: relative; }
      .aci-accordion_wrapper--question .aci-accordion-icon:before, .aci-accordion_wrapper--question .aci-accordion-icon:after {
        content: "";
        position: absolute;
        background-color: #000;
        transition: transform 0.25s ease-out; }
      .aci-accordion_wrapper--question .aci-accordion-icon:before {
        top: 0;
        left: 46%;
        width: 3px;
        height: 90%;
        margin-left: -2px; }
      .aci-accordion_wrapper--question .aci-accordion-icon:after {
        top: 46%;
        left: 0;
        width: 90%;
        height: 3px;
        margin-top: -2px; }
  .aci-accordion_wrapper--question.open-accordion, .aci-accordion_wrapper--question:hover {
    background-color: #d7d8dc; }
  .aci-accordion_wrapper--question.open-accordion + .aci-accordion_wrapper--details {
    opacity: 1;
    max-height: 500px;
    transition: max-height 0.5s linear, opacity 0.6s ease-out; }
  .aci-accordion_wrapper--question.open-accordion .aci-accordion-icon:before {
    transform: rotate(90deg); }
  .aci-accordion_wrapper--question.open-accordion .aci-accordion-icon:after {
    transform: rotate(180deg); }
  .aci-accordion_wrapper--divider {
    border-top: 1px dashed gray;
    padding: 0rem 1rem; }
  .aci-accordion_wrapper--details {
    overflow: hidden;
    max-height: 0px;
    opacity: 0; }
    .aci-accordion_wrapper--details-info {
      padding: 0rem 1rem 1rem 1rem; }
  .aci-accordion_wrapper--question {
    margin: 0;
    font-weight: bold; }

.language-currency_modal {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.language-currency_container {
  --textColor: #000;
  background-color: #fff;
  width: 450px;
  max-width: 800px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
  flex-direction: column; }

@media screen and (max-width: 479px) {
  .language-currency_container {
    width: calc(100% - 3rem); } }

.language-currency_header {
  justify-items: flex-start;
  width: 100%; }
  .language-currency_header--title {
    margin: 5px 0;
    font-weight: bold;
    width: fit-content;
    color: var(--textColor); }
  .language-currency_header--subtext {
    margin: 5px 0 15px 0;
    width: fit-content;
    color: var(--textColor); }

.language-currency_close {
  width: 3%;
  height: 3%;
  position: absolute;
  top: 3%;
  right: 5%;
  background-color: transparent; }

@media screen and (max-width: 479px) {
  .language-currency_close {
    right: calc(4% + 0.5rem); } }

.language-currency_dropdown-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }

.language-currency_dropdown {
  padding: 0.8rem;
  border: 1px solid #000;
  margin-bottom: 1rem;
  background: transparent;
  background-image: url("https://cdn11.bigcommerce.com/s-238e9/images/stencil/original/image-manager/arrow-down-1.png");
  background-repeat: no-repeat;
  background-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  background-position-y: 50%;
  background-position-x: calc(100% - 1rem); }
  .language-currency_dropdown--label {
    color: var(--textColor);
    font-weight: bold; }

.language-currency_button-container {
  width: 100%;
  display: flex; }
  .language-currency_button-container button {
    flex-basis: 50%;
    border: 1px solid #000;
    padding: 0.5rem;
    font-weight: bold; }
  .language-currency_button-container--cancel {
    margin-right: 10px;
    background-color: #fff;
    color: var(--textColor); }
  .language-currency_button-container--save {
    margin-left: 10px;
    background-color: var(--textColor);
    color: #fff; }

.ai-countdown_container {
  width: 100%; }
  .ai-countdown_container--img > picture {
    display: flex;
    position: relative; }
  .ai-countdown_container--img img {
    width: 100%;
    object-fit: cover; }
  .ai-countdown_container--img_gradient {
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 131px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000 86%); }
  .ai-countdown_container--text {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: relative; }
    .ai-countdown_container--text iframe {
      width: 80%;
      height: 100%;
      position: absolute;
      border: 0;
      inset: 0;
      margin: auto;
      padding-block: 5rem;
      max-width: 1230px; }
      @media screen and (min-width: 1920px) {
        .ai-countdown_container--text iframe {
          max-width: 1425px; } }
      @media screen and (min-width: 2560px) {
        .ai-countdown_container--text iframe {
          max-width: 1845px; } }
      @media screen and (min-width: 3839px) {
        .ai-countdown_container--text iframe {
          max-width: 2895px; } }
      @media screen and (orientation: portrait) {
        .ai-countdown_container--text iframe {
          height: 50%;
          padding: 0; } }
  @media screen and (orientation: portrait) and (max-width: 479px) and (min-width: 320px) {
    .ai-countdown_container--text iframe {
      max-width: 80%; } }
    .ai-countdown_container--text_background-image {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.08;
      background-image: url(../img/icons/rocket-logo.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30%; }
      @media only screen and (orientation: portrait) {
        .ai-countdown_container--text_background-image {
          background-size: 80%; } }
    .ai-countdown_container--text_main {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      width: 100%;
      color: #fff;
      z-index: 1; }
      @media only screen and (orientation: portrait) {
        .ai-countdown_container--text_main {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-evenly;
          height: 100vh; } }
      .ai-countdown_container--text_main-event.content-font, .ai-countdown_container--text_main-event--title.content-font {
        font-size: 1.3rem; }
      .ai-countdown_container--text_main-event {
        line-height: 1.2;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center; }
        .ai-countdown_container--text_main-event--container {
          margin: auto 0; }
        .ai-countdown_container--text_main-event--flexible-content {
          display: flex;
          justify-content: center;
          align-items: center;
          width: fit-content;
          height: calc(250px + 20vh); }
          .ai-countdown_container--text_main-event--flexible-content_text {
            text-transform: uppercase;
            line-height: 1.2;
            letter-spacing: 1px;
            font-size: 1.3rem;
            width: 320px; }
            @media only screen and (orientation: portrait) {
              .ai-countdown_container--text_main-event--flexible-content_text {
                width: 310px; } }
        .ai-countdown_container--text_main-event--title, .ai-countdown_container--text_main-event--countdown {
          text-align: center; }
        .ai-countdown_container--text_main-event--countdown_timer, .ai-countdown_container--text_main-event--countdown_duration {
          color: #74cbca; }
        .ai-countdown_container--text_main-event--countdown_timer {
          font-family: 'Digital-7', sans-serif;
          font-size: 3rem;
          display: flex;
          flex-direction: row;
          justify-content: center; }
          .ai-countdown_container--text_main-event--countdown_timer--col {
            flex: 0 0 auto; }
            .ai-countdown_container--text_main-event--countdown_timer--col .countdown-duration {
              font-size: 0.5rem; }
          .ai-countdown_container--text_main-event--countdown_timer .days, .ai-countdown_container--text_main-event--countdown_timer .hours, .ai-countdown_container--text_main-event--countdown_timer .minutes, .ai-countdown_container--text_main-event--countdown_timer .seconds {
            letter-spacing: -3px; }
          .ai-countdown_container--text_main-event--countdown_timer .days::after, .ai-countdown_container--text_main-event--countdown_timer .hours::after, .ai-countdown_container--text_main-event--countdown_timer .minutes::after {
            content: ":";
            margin-right: 4px; }
          .ai-countdown_container--text_main-event--countdown_timer .days::before {
            left: -15px; }
          .ai-countdown_container--text_main-event--countdown_timer .digit {
            color: #74cbca;
            position: relative; }
          .ai-countdown_container--text_main-event--countdown_timer .digit::before {
            content: '0';
            color: rgba(116, 203, 202, 0.07);
            text-shadow: 1px 1px 10px rgba(116, 203, 202, 0.25), 1px 1px 10px rgba(116, 203, 202, 0.25);
            position: absolute;
            right: 0; }

.embla {
  overflow: hidden; }

.embla__container {
  display: flex; }

.embla__slide, .embla__dots--button {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%; }

.landing-carousel {
  padding-top: 1rem; }
  .landing-carousel p.ac-landing_text-main_subtext {
    text-align: left; }
  .landing-carousel .embla__slide__inner--image {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .landing-carousel .embla__slide__inner--image picture {
      display: flex; }
    .landing-carousel .embla__slide__inner--image img {
      object-fit: contain;
      max-height: 600px; }
      @media screen and (min-width: 1920px) {
        .landing-carousel .embla__slide__inner--image img {
          max-height: 720px; } }
      @media screen and (min-width: 2560px) {
        .landing-carousel .embla__slide__inner--image img {
          max-height: 1100px; } }
      @media screen and (min-width: 3839px) {
        .landing-carousel .embla__slide__inner--image img {
          max-height: 1600px; } }
  .landing-carousel .embla__slide__inner--text {
    color: white; }
  .landing-carousel .embla__dots__viewport {
    width: 100%; }
  .landing-carousel .embla__dots__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 3%;
    margin-top: 20px;
    padding-block: 10px; }
  @media screen and (min-width: 979px) {
    .landing-carousel .embla__dots {
      max-width: calc(1000px - 12%); } }
  @media screen and (min-width: 1440px) {
    .landing-carousel .embla__dots {
      max-width: calc(1235px - 12%); } }
  @media screen and (min-width: 1920px) {
    .landing-carousel .embla__dots {
      max-width: calc(1425px - 12%); } }
  @media screen and (min-width: 2560px) {
    .landing-carousel .embla__dots {
      max-width: calc(1845px - 12%); } }
  @media screen and (min-width: 3839px) {
    .landing-carousel .embla__dots {
      max-width: calc(2895px - 12%); } }
  .landing-carousel .embla__dots--button {
    flex: 0 0 60%;
    cursor: pointer; }
    .landing-carousel .embla__dots--button_main {
      appearance: none;
      width: 100%;
      padding-inline: 0;
      background-color: transparent; }
      .landing-carousel .embla__dots--button_main--bar {
        display: inline-block;
        width: 100%;
        border-top: 2px solid #747474; }
      .landing-carousel .embla__dots--button_main--text {
        color: #747474;
        font-weight: normal;
        margin-top: 3px;
        text-align: left;
        font-size: 1rem; }
  .landing-carousel .embla__dots--button:hover .embla__dots--button_main--text {
    color: #fff; }
  .landing-carousel .embla__dots--button.is-selected .embla__dots--button_main--bar {
    border-top: 5px solid #fff;
    box-shadow: 0px 0px 7px 3px #fff; }
  .landing-carousel .embla__dots--button.is-selected .embla__dots--button_main--text {
    color: #fff;
    font-weight: 600; }
  @media screen and (orientation: portrait) {
    .landing-carousel .embla__slide__inner--image {
      max-height: 450px;
      justify-content: center;
      padding: 10px; } }
  @media screen and (orientation: portrait) and (min-width: 320px) {
    .landing-carousel .embla__slide__inner--image img {
      max-height: 400px; } }
  @media screen and (orientation: portrait) and (min-width: 480px) {
    .landing-carousel .embla__slide__inner--image img {
      max-height: 450px; } }
  @media screen and (orientation: portrait) and (max-width: 1023px) and (min-width: 768px) {
    .landing-carousel .embla__slide__inner--image img {
      max-height: 600px; } }
  @media screen and (orientation: portrait) {
    .landing-carousel .embla__slide__inner {
      display: flex;
      flex-direction: column-reverse; }
    .landing-carousel .embla__dots__container {
      display: flex;
      flex-direction: row;
      padding-block: 0px;
      margin-top: 0px; }
    .landing-carousel .embla__dots--button {
      flex: 0 0 50%; } }
  @media only screen and (orientation: portrait) and (max-width: 576px) {
    .landing-carousel .embla__dots--button {
      flex: 0 0 60%;
      padding-inline: 5px; } }
  @media screen and (orientation: portrait) {
      .landing-carousel .embla__dots--button_main--text {
        text-align: center; } }

.custom-page--bg-text {
  background-color: #000;
  color: white;
  padding-block: 3rem; }
  .custom-page--bg-text_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 5rem; }
  .custom-page--bg-text__img, .custom-page--bg-text__text {
    margin: auto 0; }
  .custom-page--bg-text__img {
    width: 60%; }
  .custom-page--bg-text__text {
    width: 40%; }
    .custom-page--bg-text__text h3, .custom-page--bg-text__text .section-title, .custom-page--bg-text__text .listing-title, .custom-page--bg-text__text .login-modal .account-sub-heading, .login-modal .custom-page--bg-text__text .account-sub-heading, .custom-page--bg-text__text .auth-sub-heading {
      color: white;
      margin: 0; }
    .custom-page--bg-text__text p {
      line-height: 1.2; }

.custom-page--four-tile {
  --four-tile-bgColor: #fff;
  --four-tile-cardColor: #EEF1F5;
  --four-tile-titleColor:#49A3DA;
  --four-tile-textColor: #000;
  --four-tile-linkHover: #49A3DA;
  --four-tile-linkColor: #49A3DA;
  --four-tile-linkTextHover: #fff;
  background-color: var(--four-tile-bgColor);
  padding: 3rem;
  display: flex;
  justify-content: center; }
  .custom-page--four-tile_main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    width: fit-content;
    max-width: 1230px; }
    @media screen and (max-width: 1349px) {
      .custom-page--four-tile_main {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 499px) {
      .custom-page--four-tile_main {
        grid-template-columns: repeat(1, 1fr); } }
    @media screen and (min-width: 1440px) {
      .custom-page--four-tile_main {
        max-width: 1230px; } }
    @media screen and (min-width: 1920px) {
      .custom-page--four-tile_main {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .custom-page--four-tile_main {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .custom-page--four-tile_main {
        max-width: 2895px; } }
  .custom-page--four-tile__card {
    background-color: var(--four-tile-cardColor);
    border-radius: 35px;
    padding: 1rem 0.5rem;
    width: 270px; }
    .custom-page--four-tile__card-body {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .custom-page--four-tile__card-body img {
        width: 30%;
        margin-block: 10px; }
    .custom-page--four-tile__card-text {
      text-align: center;
      margin-block: 1rem; }
      .custom-page--four-tile__card-text--title, .custom-page--four-tile__card-text--content {
        margin: 0; }
      .custom-page--four-tile__card-text--title {
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--four-tile-titleColor); }
      .custom-page--four-tile__card-text--content {
        color: var(--four-tile-textColor);
        line-height: 1.2; }
    .custom-page--four-tile__card-link {
      display: block;
      background-color: transparent;
      border-radius: 5px;
      border: var(--four-tile-linkColor) solid 1px;
      padding: 1px 20px;
      color: var(--four-tile-linkColor) !important;
      text-decoration: none;
      font-size: 16px;
      text-align: center;
      margin: 10px auto; }
    .custom-page--four-tile__card-link:hover {
      background-color: var(--four-tile-linkHover);
      color: var(--four-tile-linkTextHover) !important;
      text-decoration: none !important;
      cursor: pointer; }

.custom-page--imgL-text, .custom-page--imgR-text {
  display: flex;
  justify-content: center;
  padding-block: 5rem 3rem;
  position: relative; }
  .custom-page--imgL-text--gradient, .custom-page--imgR-text--gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(180deg, #000 0%, rgba(51, 51, 51, 0.5) 39.9%, rgba(153, 153, 153, 0.75) 64.42%, rgba(204, 204, 204, 0.88) 80.77%, #FFF 100%); }
  .custom-page--imgL-text img, .custom-page--imgR-text img {
    margin: 0; }
  .custom-page--imgL-text_main, .custom-page--imgR-text_main {
    max-width: 1230px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 7rem;
    padding-inline: 1rem; }
    @media screen and (min-width: 1440px) {
      .custom-page--imgL-text_main, .custom-page--imgR-text_main {
        max-width: 1230px; } }
    @media screen and (min-width: 1920px) {
      .custom-page--imgL-text_main, .custom-page--imgR-text_main {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .custom-page--imgL-text_main, .custom-page--imgR-text_main {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .custom-page--imgL-text_main, .custom-page--imgR-text_main {
        max-width: 2895px; } }
  .custom-page--imgL-text__img, .custom-page--imgL-text__content, .custom-page--imgR-text__img, .custom-page--imgR-text__content {
    width: 50%; }
  .custom-page--imgL-text__img, .custom-page--imgR-text__img {
    text-align: center; }
  .custom-page--imgL-text__content, .custom-page--imgR-text__content {
    margin: auto 0; }
    .custom-page--imgL-text__content h3, .custom-page--imgL-text__content .section-title, .custom-page--imgL-text__content .listing-title, .custom-page--imgL-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgL-text__content .account-sub-heading, .custom-page--imgL-text__content .auth-sub-heading, .custom-page--imgR-text__content h3, .custom-page--imgR-text__content .section-title, .custom-page--imgR-text__content .listing-title, .custom-page--imgR-text__content .login-modal .account-sub-heading, .login-modal .custom-page--imgR-text__content .account-sub-heading, .custom-page--imgR-text__content .auth-sub-heading {
      margin: 0; }
    .custom-page--imgL-text__content p, .custom-page--imgR-text__content p {
      line-height: 1.2; }
    .custom-page--imgL-text__content-icons, .custom-page--imgR-text__content-icons {
      display: inline-flex;
      column-gap: 1rem;
      object-fit: contain; }
      .custom-page--imgL-text__content-icons img, .custom-page--imgR-text__content-icons img {
        width: 25%; }

.custom-page--imgR-text {
  padding-block: 3rem; }
  .custom-page--imgR-text_main {
    flex-direction: row-reverse; }

.custom-page #company-location {
  display: flex;
  justify-content: center; }
  .custom-page #company-location div {
    width: 100%;
    padding-inline: 1rem;
    max-width: 1230px; }
    @media screen and (min-width: 1440px) {
      .custom-page #company-location div {
        max-width: 1230px; } }
    @media screen and (min-width: 1920px) {
      .custom-page #company-location div {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .custom-page #company-location div {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .custom-page #company-location div {
        max-width: 2895px; } }
  .custom-page #company-location iframe {
    width: 100%;
    height: 70vh; }
    @media screen and (max-width: 479px) {
      .custom-page #company-location iframe {
        height: 50vh; } }
    @media screen and (max-width: 1023px) {
      .custom-page #company-location iframe {
        height: 55vh; } }

.custom-page #holiday-hours li::marker {
  font-size: 1.5rem; }

.custom-page #holiday-hours li > p {
  margin: 0; }

.custom-page #holiday-hours .custom-page--imgL-text__content {
  text-align: left; }
  .custom-page #holiday-hours .custom-page--imgL-text__content > p {
    margin-block-start: 0.5em; }
  .custom-page #holiday-hours .custom-page--imgL-text__content--holiday {
    font-weight: bold; }

.custom-page #holiday-hours .custom-page--imgL-text__img {
  margin: auto;
  padding-bottom: 2rem; }

.custom-page #holiday-hours .custom-page--imgL-text_main {
  margin-top: 3rem; }
  @media screen and (min-width: 3839px) {
    .custom-page #holiday-hours .custom-page--imgL-text_main {
      margin-top: 4rem; } }

@media screen and (orientation: portrait) {
  .custom-page #holiday-hours {
    padding-block-start: 1rem; }
    .custom-page #holiday-hours .custom-page--imgL-text__img img {
      aspect-ratio: 16/9;
      object-fit: cover;
      object-position: bottom; } }

.custom-page--text-block {
  --text-block-color: #49A3DA;
  --text-block-textColor: #fff;
  display: flex;
  justify-content: center;
  width: 100%; }
  .custom-page--text-block_content {
    width: 80%;
    padding-inline: 1rem;
    max-width: 1230px; }
    @media screen and (min-width: 1440px) {
      .custom-page--text-block_content {
        max-width: 1230px; } }
    @media screen and (min-width: 1920px) {
      .custom-page--text-block_content {
        max-width: 1425px; } }
    @media screen and (min-width: 2560px) {
      .custom-page--text-block_content {
        max-width: 1845px; } }
    @media screen and (min-width: 3839px) {
      .custom-page--text-block_content {
        max-width: 2895px; } }
    .custom-page--text-block_content a {
      display: inline-block;
      border: var(--text-block-color) solid 1px;
      color: var(--text-block-color); }
    .custom-page--text-block_content p {
      line-height: 1.2; }
    .custom-page--text-block_content a:hover {
      background-color: var(--text-block-color);
      color: var(--text-block-textColor);
      text-decoration: none; }

@media screen and (orientation: portrait) {
  .custom-page--bg-text_main {
    flex-direction: column;
    align-items: center; }
  .custom-page--bg-text__img {
    width: 100%; }
  .custom-page--bg-text__text {
    width: 85%;
    text-align: center; }
  .custom-page--four-tile_main {
    justify-content: center; }
  .custom-page .custom-page--text-block_content {
    width: 85%; }
  .custom-page--imgL-text img, .custom-page--imgR-text img {
    padding: 0; }
  .custom-page--imgL-text__img, .custom-page--imgR-text__img {
    width: 100%; }
  .custom-page--imgL-text_main, .custom-page--imgR-text_main {
    flex-direction: column;
    align-items: center;
    width: 85%;
    padding: 0; }
  .custom-page--imgL-text__content, .custom-page--imgR-text__content {
    text-align: center;
    width: 100%; }
    .custom-page--imgL-text__content p, .custom-page--imgR-text__content p {
      padding-top: 0; }
    .custom-page--imgL-text__content-icons, .custom-page--imgR-text__content-icons {
      justify-content: center; } }

.listing-page-yotpo-reviews .yotpo .standalone-bottomline.star-clickable, .listing-page-yotpo-reviews .yotpo .standalone-bottomline .star-clickable {
  display: block; }

.animated-framer-text {
  display: inline-block;
  white-space: pre; }

.cofo-sans-medium {
  font-family: "cofo-sans-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wght" 500; }
