@charset "UTF-8";
/*
 * Include your own SASS files below
 */
/*
 * Epartment Boilerplate
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Color palette
 */
/*
 * Responsive breakpoints
 */
/*
 * Fonts
 */
@font-face {
  font-family: "Uni Sans";
  src: url("../fonts/UniSansRegular.woff2") format("woff2"), url("../fonts/UniSansRegular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans";
  src: url("../fonts/UniSansRegularItalic.woff2") format("woff2"), url("../fonts/UniSansRegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Bold";
  src: url("../fonts/UniSansBold.woff2") format("woff2"), url("../fonts/UniSansBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Bold";
  src: url("../fonts/UniSansBoldItalic.woff2") format("woff2"), url("../fonts/UniSansBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Light";
  src: url("../fonts/UniSansLight.woff2") format("woff2"), url("../fonts/UniSansLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Light";
  src: url("../fonts/UniSansLightItalic.woff2") format("woff2"), url("../fonts/UniSansLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Heavy";
  src: url("../fonts/UniSansHeavy.woff2") format("woff2"), url("../fonts/UniSansHeavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Heavy";
  src: url("../fonts/UniSansHeavy.woff2") format("woff2"), url("../fonts/UniSansHeavy.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Semi";
  src: url("../fonts/UniSansSemiBold.woff2") format("woff2"), url("../fonts/UniSansSemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Semi";
  src: url("../fonts/UniSansSemiBoldItalic.woff2") format("woff2"), url("../fonts/UniSansSemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Semi";
  src: url("../fonts/UniSansSemiBold.woff2") format("woff2"), url("../fonts/UniSansSemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Book";
  src: url("../fonts/UniSansBook.woff2") format("woff2"), url("../fonts/UniSansBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Book";
  src: url("../fonts/UniSansBookItalic.woff2") format("woff2"), url("../fonts/UniSansBookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Thin";
  src: url("../fonts/UniSansThin.woff2") format("woff2"), url("../fonts/UniSansThin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Uni Sans Thin";
  src: url("../fonts/UniSansThinItalic.woff2") format("woff2"), url("../fonts/UniSansThinItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: fallback;
}
/* Body */
/* Heading */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* Link */
/* Header Links */
/* Footer links */
/* Standard title classes */
/*
 * Buttons
 */
/* Button default states */
/* Button primary */
/* Button primary hover states */
/* Button secondary */
/* Button secondary hover states */
/*
 * Swatches
 */
/*
 * Inputs & Forms
 */
/* [input-text|select|textarea|input-radio|input-checkbox] */
/* Placeholder */
/* Disabled state */
/* Focus state */
/* Input[type="text"] */
/* Input[type="text"] Placeholder */
/* Input[type="text"] Disabled state */
/* Input[type="text"] Focus state */
/* Select */
/* Select Placeholder */
/* Select Disabled state */
/* Select Focus state */
/* Textarea */
/* Textarea Placeholder */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Checkbox / Radio */
/* Limiter */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Sorter */
/* Sorter Disabled state */
/*
 * Header
 */
/*
 * Menu bar
 */
/*
 * Fieldset / Fields
 */
/* Fieldset */
/* Field */
/* Label */
/* Control */
/* Action toolbar */
/* Breadcrumbs */
/* Toolbar */
/* Detail tabs */
html, body {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  color: #595959;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  color: #23282A;
  font-weight: 300;
  text-transform: none;
  word-wrap: normal;
}
html [data-content-type=heading], body [data-content-type=heading] {
  word-wrap: normal;
}
html h1, body h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 0rem 0 40px 0;
  color: #23282A;
}
html h2, body h2 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 2.5rem 0 2rem 0;
  color: #23282A;
}
html h3, body h3 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 1.5rem 0 1rem 0;
  color: #23282A;
}
html h4, body h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 2rem 0;
  color: #23282A;
}
html h5, body h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 2rem 0;
  color: #23282A;
}
html h6, body h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 2rem 0;
  color: #23282A;
}
html p, body p {
  font-size: 2rem;
  font-weight: 400;
  color: #595959;
  line-height: 1.8;
}
html a, body a {
  font-size: 2rem;
  font-weight: 400;
  color: #149CC1;
  text-decoration: none;
}
html a:visited, body a:visited {
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}
html a:hover, body a:hover {
  color: #149CC1;
  text-decoration: underline;
  opacity: 0.5;
}
html .filter-title, body .filter-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #595959;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-title strong, body .filter-title strong {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #595959;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-subtitle, body .filter-subtitle {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #595959;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-options .filter-options-title, body .filter-options .filter-options-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #595959;
  text-transform: none;
}
html .product-item-name > a, body .product-item-name > a {
  color: #595959;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 5px 0px;
  text-transform: none;
}
html .product-item-name > a:visited, body .product-item-name > a:visited {
  color: #595959;
}

._keyfocus *:focus {
  box-shadow: none;
  outline: 2px solid #000;
  outline-offset: 2px;
}
._keyfocus .header-mobile a:focus,
._keyfocus .header-mobile button:focus,
._keyfocus .header-mobile .hs-button:focus,
._keyfocus .header-mobile .pagebuilder-button-primary:focus,
._keyfocus .header-mobile a.pagebuilder-button-primary:focus,
._keyfocus .header-mobile div.pagebuilder-button-primary:focus,
._keyfocus .header-primary a:focus,
._keyfocus .header-primary button:focus,
._keyfocus .header-primary .hs-button:focus,
._keyfocus .header-primary .pagebuilder-button-primary:focus,
._keyfocus .header-primary a.pagebuilder-button-primary:focus,
._keyfocus .header-primary div.pagebuilder-button-primary:focus,
._keyfocus .header-secondary a:focus,
._keyfocus .header-secondary button:focus,
._keyfocus .header-secondary .hs-button:focus,
._keyfocus .header-secondary .pagebuilder-button-primary:focus,
._keyfocus .header-secondary a.pagebuilder-button-primary:focus,
._keyfocus .header-secondary div.pagebuilder-button-primary:focus,
._keyfocus .footer-primary a:focus,
._keyfocus .footer-primary button:focus,
._keyfocus .footer-primary .hs-button:focus,
._keyfocus .footer-primary .pagebuilder-button-primary:focus,
._keyfocus .footer-primary a.pagebuilder-button-primary:focus,
._keyfocus .footer-primary div.pagebuilder-button-primary:focus,
._keyfocus .footer-bottom a:focus,
._keyfocus .footer-bottom button:focus,
._keyfocus .footer-bottom .hs-button:focus,
._keyfocus .footer-bottom .pagebuilder-button-primary:focus,
._keyfocus .footer-bottom a.pagebuilder-button-primary:focus,
._keyfocus .footer-bottom div.pagebuilder-button-primary:focus,
._keyfocus .bluesound-difference a:focus,
._keyfocus .bluesound-difference button:focus,
._keyfocus .bluesound-difference .hs-button:focus,
._keyfocus .bluesound-difference .pagebuilder-button-primary:focus,
._keyfocus .bluesound-difference a.pagebuilder-button-primary:focus,
._keyfocus .bluesound-difference div.pagebuilder-button-primary:focus {
  outline-color: #fff;
}
._keyfocus .header-mobile .mobile-nav-wrapper a:focus,
._keyfocus .header-mobile .mobile-nav-wrapper button:focus,
._keyfocus .header-mobile .mobile-nav-wrapper .pagebuilder-button-primary:focus,
._keyfocus .header-mobile .mobile-nav-wrapper a.pagebuilder-button-primary:focus,
._keyfocus .header-mobile .mobile-nav-wrapper div.pagebuilder-button-primary:focus,
._keyfocus .header-primary .mobile-nav-wrapper a:focus,
._keyfocus .header-primary .mobile-nav-wrapper button:focus,
._keyfocus .header-primary .mobile-nav-wrapper .pagebuilder-button-primary:focus,
._keyfocus .header-primary .mobile-nav-wrapper a.pagebuilder-button-primary:focus,
._keyfocus .header-primary .mobile-nav-wrapper div.pagebuilder-button-primary:focus {
  outline-color: #000;
}
._keyfocus .header-mobile .mobile-nav-wrapper .products-list a:focus,
._keyfocus .header-primary .mobile-nav-wrapper .products-list a:focus {
  outline-color: #fff;
}
._keyfocus a.product-item-photo:focus .product-image-container {
  outline: 2px solid #000;
  outline-offset: 2px;
}

input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
  outline: 1px solid #149CC1;
  outline-offset: 0;
}

.u-userLauncherColor:focus {
  outline: 2px solid white;
}

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

/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
button {
  background: #149CC1;
  border: 1px solid #149CC1;
  border-radius: 3px;
  transition: all 0.34s ease-in-out;
  color: #fff;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  transition: all 0.34s ease-in-out;
  padding: 7px 15px;
  text-transform: none;
}
button:hover {
  color: white;
  border: 1px solid #149CC1;
  background-color: #149CC1;
}
button:focus {
  color: white;
  border: 1px solid #149CC1;
  background-color: #149CC1;
}
button.action:hover {
  background: #149CC1;
  border: 1px solid #149CC1;
  color: white;
}
button.action.primary {
  background: #149CC1;
  border: 1px solid #149CC1;
  color: #fff;
  padding: 7px 15px;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-transform: none;
  font-weight: 600;
  transition: all 0.34s ease-in-out;
}
button.action.primary:hover {
  background: #149CC1;
  border: 1px solid #149CC1;
  color: white;
}
button.action.primary.tocart {
  font-size: 2rem;
}
button.action.primary#product-addtocart-button {
  font-size: 2rem;
}
button.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #149CC1;
  font-size: 2rem;
  text-transform: none;
}
button.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.action.primary {
  background: #149CC1;
  border: 1px solid #149CC1;
  border-radius: 3px;
  color: #fff;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  padding: 7px 15px;
  font-size: 2rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.34s ease-in-out;
}
.action.primary:hover {
  background: #149CC1;
  border: 1px solid #149CC1;
  color: white;
}
.action.primary.tocart {
  font-size: 2rem;
}
.action.primary#product-addtocart-button {
  font-size: 2rem;
}
.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #149CC1;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.block.newsletter .action.subscribe {
  height: 36px;
}
.block.newsletter .field .control:before {
  line-height: 36px;
}

.modes .modes-mode {
  background: #FEF9F9;
  border-top: 1px solid #767676;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
  color: #767676;
  padding: 7px 10px;
}
.modes .modes-mode:before {
  color: #767676;
}
.modes .modes-mode:last-child {
  border-right: 1px solid #767676;
}
.modes .modes-mode:last-child.active {
  border-right: 1px solid #767676;
}
.modes .modes-mode:last-child:hover {
  border-right: 1px solid #767676;
}
.modes .modes-mode.active {
  background: #FEF9F9;
  border-left: 1px solid #767676;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  color: #767676;
  padding: 7px 10px;
}
.modes .modes-mode.active:before {
  color: #767676;
}
.modes .modes-mode:hover {
  background: #bfbfbf;
  border-left: 1px solid #767676;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  color: #767676;
  padding: 7px 10px;
}
.modes .modes-mode:hover:before {
  color: #767676;
}

.pagebuilder-button-primary,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  background: #149CC1;
  color: #fff;
  border: 1px;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}

.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  border: 1px;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
  background: #149CC1;
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.stored-methods__wrapper .DR-collapse button:focus,
.stored-methods__wrapper .DR-collapse button:active {
  background: #149CC1;
  border: 1px solid #149CC1;
  color: #fff;
}

.swatch-option {
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  color: #767676;
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.text {
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  color: #767676;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.color {
  border: 1px solid #bfbfbf;
  padding: 1px 2px;
  min-width: 30px;
  margin: 0 10px 5px 0;
}

.swatch-attribute.size .swatch-option {
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  color: #767676;
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-attribute.size .swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-attribute.size .swatch-option.text {
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  font-size: 12px;
  color: #767676;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}

input[type=text], input[type=radio], input[type=checkbox], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
  background-color: white;
  border: 1px solid #767676;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 2rem;
  color: black;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus, input[type=radio]:focus, input[type=checkbox]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, select:focus, textarea:focus {
  background-color: white;
  border: 1px solid #767676;
  color: black;
  font-style: normal;
}
input[type=text]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled {
  background-color: white;
  border: 1px solid #767676;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder, input[type=radio]::placeholder, input[type=checkbox]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, select::placeholder, textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=text] {
  background-color: white;
  border-color: #767676;
  border: 1px solid #767676;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: normal;
  color: black;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus {
  background-color: white;
  border: 1px solid #767676;
  color: black;
  font-style: normal;
}
input[type=text]:disabled {
  background-color: white;
  border: 1px solid #767676;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

select {
  background-color: white;
  border-color: #767676;
  border: 1px solid #767676;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 2rem;
  color: black;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
select:focus {
  background-color: white;
  border: 1px solid #767676;
  color: black;
  font-style: normal;
}
select:disabled {
  background-color: white;
  border: 1px solid #767676;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
select::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

textarea {
  resize: vertical;
  background-color: white;
  border-color: #767676;
  border: 1px solid #767676;
  border-radius: 3px;
  height: auto;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 2rem;
  color: black;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
textarea:focus {
  background-color: white;
  border: 1px solid #767676;
  color: black;
  font-style: normal;
}
textarea:disabled {
  background-color: white;
  border: 1px solid #767676;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=checkbox] {
  width: auto;
}

.limiter-options {
  background-color: white;
  border: 1px solid #767676;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.limiter-options:focus {
  background-color: white;
  border: 1px solid #767676;
  color: black;
  font-style: normal;
}
.limiter-options:disabled {
  background-color: white;
  border: 1px solid #767676;
  opacity: 0.2;
  color: black;
  font-style: normal;
}

.sorter .sorter-options {
  background-color: white;
  border: 1px solid #767676;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.sorter .sorter-action:before {
  line-height: 1.42;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 1px solid #767676;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 2rem;
  font-weight: 400;
  color: black;
  height: 36px;
}

/* Search input icon */
.block-search .action.search {
  height: 36px;
}

/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset > legend.legend {
  color: #595959;
  font-size: 24px;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0;
  padding: 0;
  width: inherit;
}
.fieldset > div.field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.fieldset > div.field:not(.choice) > label.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > legend.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > div.control {
  width: auto;
  float: none;
}
.fieldset > div.field.choice:before {
  width: auto;
  padding: 0;
  height: inherit;
  float: none;
}
.fieldset > div.field.choice label.label {
  margin: 0 0 0 5px;
}

/****
** Form
****/
form div.actions-toolbar {
  margin: 20px 0;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 1px solid #767676;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 2rem;
  font-weight: 400;
  color: black;
  height: 36px;
}

.breadcrumbs {
  display: inline-block;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% - 30px);
  z-index: 9;
}
.breadcrumbs .items .item {
  font-size: 20px;
  line-height: 1.8em;
  padding: 5px 5px 0 0;
  color: #595959;
  font-weight: 400;
}
.breadcrumbs .items .item a {
  font-size: 2rem;
  line-height: 1.8;
  padding: 5px 5px 0 0;
  color: #595959;
  font-weight: 400;
}
.breadcrumbs .items .item strong {
  font-weight: 400;
  color: #767676;
}
.breadcrumbs .items .item:after {
  color: #767676;
  line-height: 1.8;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: ">";
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin: 0 5px;
  padding: 0;
}

.product-info-main .breadcrumbs {
  margin: 20px 0;
  padding: 0;
}

.breadcrumbs ul.items {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .breadcrumbs .items .item,
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item:not(:last-child):after {
    font-size: 20px;
  }
}
@media screen and (min-width: 1040px) {
  .breadcrumbs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumbs {
    padding-left: 0;
  }
}
.mobile-nav-wrapper {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  width: 0;
}
.mobile-nav-wrapper .navigation {
  visibility: hidden;
}
.mobile-nav-wrapper .navigation ul {
  display: flex;
  flex-direction: column;
  position: unset;
}
.mobile-nav-wrapper .navigation a,
.mobile-nav-wrapper .navigation a span {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #000;
}
.mobile-nav-wrapper .navigation .product a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}

.mobile-nav-wrapper .navigation li.level0.nav-5.active,
.mobile-nav-wrapper .navigation li.level0.nav-6.active.last {
  display: none;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px;
  visibility: hidden;
}
.mobile-nav-header .nav-close {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
  background: transparent;
}
.mobile-nav-header .nav-close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobile-nav-header .nav-close::before {
  background-image: url(../images/bluesound-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.mobile-nav-header .nav-close:hover, .mobile-nav-header .nav-close:focus {
  background: unset;
  border: unset;
}
.mobile-nav-header button.action.nav-close {
  border: unset;
}
.mobile-nav-header button.action.nav-close:hover {
  background: unset;
}

.mobile-nav-wrapper .navigation .level0 {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 0;
}
.mobile-nav-wrapper .navigation .level0:last-child {
  border: none;
  top: 0 !important;
  left: 100% !important;
}
.mobile-nav-wrapper .navigation .level0.active > a:not(.ui-state-active), .mobile-nav-wrapper .navigation .level0.has-active > a:not(.ui-state-active) {
  border-left: none;
}
.mobile-nav-wrapper .navigation .level0:hover::after {
  height: 0;
}
.mobile-nav-wrapper .navigation .level1.view-all {
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 0;
}
.mobile-nav-wrapper .navigation .product {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.mobile-nav-wrapper .navigation .product a {
  color: #fff;
}
.mobile-nav-wrapper .navigation .product a:hover {
  color: #fff;
}
.mobile-nav-wrapper .navigation li.level0.category-item a:hover,
.mobile-nav-wrapper .navigation li.level0.category-item a:focus {
  text-decoration: none;
}
.mobile-nav-wrapper .navigation li.level0.category-item.active span {
  color: rgba(0, 0, 0, 0.5019607843);
  margin-left: 0;
}
.mobile-nav-wrapper .navigation .level1 a {
  border-bottom: 0;
  color: #FAFAFA;
  font-weight: 400;
  margin: 0;
  display: block;
}
.mobile-nav-wrapper .navigation .level1.view-all a {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.mobile-nav-wrapper .navigation .level1.view-all {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 4%;
}
.mobile-nav-wrapper .navigation .view-all::after {
  content: "";
  width: 21px;
  position: relative;
  display: inline-block;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  height: 8px;
}

.mobile-nav-footer {
  background-color: #fafafa;
  padding: 0 25px;
  margin-bottom: 30px;
  order: 2;
  visibility: hidden;
}
.mobile-nav-footer .mobile-nav-footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-nav-footer ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style-type: none;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  padding: 5px;
  order: 3;
}
.mobile-nav-footer ul .region-toggle {
  display: flex;
  gap: 10px;
  padding: 0 18px;
  position: unset;
  align-items: center;
  order: 2;
  margin-bottom: 15px;
}
.mobile-nav-footer a {
  color: #000000;
}

.page-header .header-primary .mobile-nav-footer .region-toggle,
.page-header .header-mobile .mobile-nav-footer .region-toggle {
  height: auto;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  margin: 0px 0px 1rem 0px;
  padding: 5px;
  transition: none;
  order: 2;
  position: unset;
  width: auto;
}
.page-header .header-primary .mobile-nav-footer .region-toggle img,
.page-header .header-mobile .mobile-nav-footer .region-toggle img {
  width: 24px;
}
.page-header .header-primary .mobile-nav-footer .region-toggle .region-toggle-title,
.page-header .header-mobile .mobile-nav-footer .region-toggle .region-toggle-title {
  color: #000000;
  display: inline-block;
  font-size: 2rem;
  line-height: 24px;
}
.page-header .header-primary .mobile-nav-footer .region-toggle:hover,
.page-header .header-mobile .mobile-nav-footer .region-toggle:hover {
  background: transparent;
  border: 0;
  opacity: 0.5;
}
.page-header .header-primary .mobile-nav-footer .region-toggle:hover .region-toggle-title,
.page-header .header-mobile .mobile-nav-footer .region-toggle:hover .region-toggle-title {
  color: #149CC1;
  text-decoration: underline;
}
.page-header .header-primary .mobile-nav-footer .region-toggle:focus .region-toggle-title,
.page-header .header-mobile .mobile-nav-footer .region-toggle:focus .region-toggle-title {
  color: #000000;
  text-decoration: none;
}
.page-header .header-primary .mobile-nav-footer .header-pages-cart,
.page-header .header-mobile .mobile-nav-footer .header-pages-cart {
  order: 3;
  width: 100%;
}
.page-header .header-primary .mobile-nav-footer .header-pages-cart li,
.page-header .header-mobile .mobile-nav-footer .header-pages-cart li {
  margin: 0 0 1rem;
  padding: 5px 0;
}
.page-header .header-primary .mobile-nav-footer .header-pages-cart span,
.page-header .header-mobile .mobile-nav-footer .header-pages-cart span {
  color: #000;
  font-size: 2rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.page-header .header-primary .mobile-nav-footer .header-pages-cart .qty,
.page-header .header-mobile .mobile-nav-footer .header-pages-cart .qty {
  color: #fff;
  padding: 1%;
  margin-left: 5px;
}

.nav-before-open .page-wrapper,
.nav-before-open .nav-sections {
  transition: none;
}

.nav-open .page-wrapper {
  left: 0;
}
.nav-open .mobile-nav-header,
.nav-open .mobile-nav-footer {
  visibility: visible;
}
.nav-open .mobile-nav-wrapper {
  opacity: 1;
  width: 400px;
  z-index: 999;
  visibility: visible;
}
.nav-open .mobile-nav-wrapper .navigation {
  background-color: #fafafa;
  box-shadow: none;
  height: auto;
  padding: 25px;
  position: static;
  flex: 2 0 auto;
  visibility: visible;
  padding-top: 0px;
}
.nav-open .mobile-nav-wrapper .navigation .level0.is-active .submenu {
  visibility: visible;
}

.header-pages-navigation {
  order: 1;
}
.header-pages-navigation li {
  padding: 5px 0;
}

.forced-active {
  display: block !important;
}

button.back-button {
  display: none;
}

.mobile-nav-wrapper .products-list-container .products-list {
  position: fixed;
  left: 300px;
  top: 0;
  bottom: 0;
  height: auto;
  min-height: 100vh;
  background-color: #23282A;
  min-width: 400px;
  padding: 102px 25px 25px 25px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .nav-open .mobile-nav-wrapper {
    width: 100%;
  }
  .mobile-nav-footer ul {
    padding: 0 5px;
  }
  .page-header .header-primary .mobile-nav-footer .region-toggle {
    margin: 0px 0px 10px 5px;
  }
  button.back-button {
    display: block;
    width: 21px;
    background-image: url(../images/rightarrow.svg);
    background-repeat: no-repeat;
    height: 10px;
    background-color: unset;
    border: unset;
    margin: 20px;
  }
  .level1.view-all {
    margin-top: 50px;
  }
  .mobile-nav-wrapper .products-list-container .products-list {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: unset;
    overflow-y: auto;
    padding: 0;
  }
  .mobile-nav-wrapper .navigation li.level0.category-item {
    padding: 10px 0;
  }
  .my-account {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .nav-open .mobile-nav-wrapper {
    width: 400px;
    overflow: hidden;
  }
  .mobile-nav-wrapper .products-list-container .products-list {
    left: 400px;
  }
}
@media screen and (min-width: 1900px) {
  .nav-open .mobile-nav-wrapper {
    width: 500px;
  }
  .mobile-nav-wrapper .products-list-container .products-list {
    left: 500px;
  }
}
.navigation .level0 {
  position: static;
}

.modal-popup .modal-inner-wrap {
  top: 20%;
}

.nav-sections {
  background: #0f141e;
  margin-bottom: 0;
}
.nav-sections .navigation {
  background: #0f141e;
  position: static;
}
.nav-sections .navigation ul {
  position: unset;
}
.nav-sections .navigation ul.nav-menu {
  position: static;
}
.nav-sections .navigation .category-item.level0 {
  position: static;
}

.page-header {
  color: #595959;
  z-index: 9999;
}
.page-header .panel.wrapper {
  border-color: #e8e8e8;
  background: #149CC1;
}
.page-header .header a {
  color: #149CC1;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header a:hover {
  color: #149CC1;
  font-weight: 400;
  text-decoration: underline;
}
.page-header .header.content {
  background: #149CC1;
  color: #595959;
  padding: 30px 20px 0;
}
.page-header .header.panel {
  background: #149CC1;
  color: #595959;
  padding: 10px 20px;
}
.page-header .header .links li a {
  color: #149CC1;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header .links li a:hover {
  color: #149CC1;
  font-weight: 400;
  text-decoration: underline;
}

.fixed-header + .page-main {
  padding-top: 140px;
}

span.counter.qty {
  background-color: #595959;
  border-radius: 4px;
  padding: 1%;
  color: white;
}

.page-header .panel.wrapper {
  border-color: #e8e8e8;
  background: #149CC1;
  overflow: hidden;
}
.page-header .panel.wrapper div[data-content-type=text] p {
  color: #595959;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.page-header .panel a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page-header .panel a:hover, .page-header .panel a:focus {
  border-bottom-color: #fff;
}
.page-header .header.panel {
  padding: 10px 20px;
}

.header-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 1s ease;
}

.fixed-header + .page-main-full-width {
  padding-top: 140px;
}

div#switcher-website {
  display: none;
}

.page-header .header-mobile {
  background: #0f141e;
  display: block;
}
.page-header .header-mobile .header-content {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  padding: 10px 15px;
  position: relative;
}
.page-header .header-mobile .logo {
  display: block;
  flex: 1 0 180px;
  float: none;
  margin: 0;
  height: auto;
  position: absolute;
  left: 15px;
}
.page-header .header-mobile .minicart-wrapper {
  flex: 0 0 40px;
  float: none;
  margin-top: 0;
  padding: 5px;
}
.page-header .header-mobile .minicart-wrapper .showcart::before,
.page-header .header-mobile .minicart-wrapper .showcart.active::before {
  background-image: url("../images/cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.page-header .header-mobile .region-toggle {
  background: transparent;
  border: 0;
  display: block;
  flex: 0 0 40px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.page-header .header-mobile .region-toggle img {
  width: 25px;
}
.page-header .header-mobile .region-toggle .region-toggle-title {
  display: none;
}
.page-header .header-mobile .region-toggle:hover, .page-header .header-mobile .region-toggle:focus {
  background: transparent;
  border: 0;
}
.page-header .header-mobile .nav-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  flex: 0 0 40px;
  display: block;
  position: static;
}
.page-header .header-mobile .nav-toggle::before {
  background-image: url("../images/bluesound_nav-bars.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.header-pages-cart .qty {
  color: #ffffff !important;
  padding: 1% !important;
}

@media screen and (min-width: 769px) {
  .page-header .header-mobile {
    display: none;
  }
}
.page-header .header-primary {
  display: none;
}
.page-header .header-primary .header-content {
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 97px;
  padding: 0 20px;
}
.page-header .header-primary .nav-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-left: 20px;
  padding: 5px;
  display: block;
  top: unset;
}
.page-header .header-primary .nav-toggle::before {
  background-image: url("../images/bluesound_nav-bars.png");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.page-header .header-primary .logo {
  display: block;
  float: none;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  max-width: 250px;
  height: auto;
}
.page-header .header-primary .region-toggle {
  background: transparent;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 8%;
  width: 40px;
  height: 40px;
}
.page-header .header-primary .region-toggle img {
  width: 25px;
}
.page-header .header-primary .region-toggle .region-toggle-title {
  display: none;
}
.page-header .header-primary .region-toggle:hover, .page-header .header-primary .region-toggle:focus {
  background: transparent;
  border: 0;
}
.page-header .header-primary .minicart-wrapper {
  display: inline-block;
  margin-top: 0;
  margin-left: 50px;
  padding: 15px;
  order: 5;
  position: absolute;
  right: 12%;
}
.page-header .header-primary .minicart-wrapper .showcart::before,
.page-header .header-primary .minicart-wrapper .showcart.active::before {
  background-image: url("../images/cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.page-header .header-primary span {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .page-header .header-primary {
    background: rgba(15, 20, 30, 0.95);
    display: block;
  }
  .page-header .header-primary .stores-link {
    display: block;
    position: absolute;
    right: 18%;
  }
  .page-header .header-primary .stores-link a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-wrap: nowrap;
  }
  .page-header .header-primary .stores-link a span {
    width: 100%;
    border: 0;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    color: #fff;
  }
  .page-header .header-primary .stores-link a::before {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 25px;
    height: 25px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background-image: url("../images/dealer.png");
    margin: 0 10px;
  }
  .page-header .sticky .header-primary {
    background: rgba(15, 20, 30, 0.75);
  }
}
@media screen and (min-width: 1080px) {
  .page-header .header-primary .header-content {
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .nav-toggle::before {
    width: 15px !important;
    height: 12px !important;
  }
  .region-toggle {
    right: 6%;
  }
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  .page-header .header-primary .stores-link {
    right: 15%;
  }
  .page-header .header-primary .minicart-wrapper {
    right: 8%;
  }
  .page-header .header-primary .region-toggle {
    right: 3%;
  }
}
.header-secondary {
  display: none;
}

@media screen and (min-width: 769px) {
  .header-secondary {
    display: block;
  }
}
.header-secondary .category-link span {
  color: #fff;
}

.header-secondary .products-list-container {
  display: none;
}

.nav-sections-item-title {
  display: none;
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .header-secondary .category-link span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .page-header .header-secondary {
    background: #0f141e;
  }
  .page-header .header-secondary .header-content {
    padding: 10px 20px;
  }
  .page-header .header-secondary ul.disclosure-nav {
    display: flex;
    justify-content: space-between;
  }
  .page-header .header-secondary ul.disclosure-nav li {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .page-header .header-secondary .header-content {
    margin: 0 auto;
    padding: 10px 0;
  }
  .page-header .header-secondary ul.disclosure-nav {
    justify-content: center;
    gap: 50px;
  }
}
.block-search {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.block-search .label {
  display: none;
}
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.block-search input {
  background: #fff;
  border-width: 0 0 1px 0;
  height: 50px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.1);
  position: static;
}

form.minisearch {
  opacity: 0;
  position: absolute;
  top: -200px;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
}
form.minisearch.active {
  opacity: 1;
  top: 0;
}

.block-search .action.search {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-search .action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  background: url("../images/psbIcon_search-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 20px;
  height: 20px;
}

button.search-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 5px;
  width: 35px;
  height: 35px;
  z-index: 9;
}
button.search-toggle svg path {
  fill: #fff;
}
button.search-toggle span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 769px) {
  form.minisearch {
    opacity: 1;
    visibility: visible;
  }
  .block-search {
    float: none;
    margin-top: 0;
    margin-right: -35px;
    position: relative;
    width: 200px;
  }
  .block-search .label {
    display: inline-block !important;
    float: none;
    clip: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    z-index: 1;
  }
  .block-search .label::before {
    content: "";
  }
  .block-search .field.search {
    position: relative;
    height: 35px;
  }
  .block-search .control {
    border-top: none;
    clear: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
  .block-search input[type=text] {
    background-color: transparent;
    height: 35px;
    opacity: 0;
    padding: 5px 35px 4px 10px;
    position: static;
    transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  }
  .block-search .action.search {
    box-sizing: border-box;
    padding: 5px;
    right: 0;
    width: 35px;
    height: 35px;
    z-index: 9;
  }
  .block-search .action.search:before {
    background: url("../images/psbIcon_search-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 25px;
    height: 25px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    content: "";
  }
  .block-search .active input[type=text] {
    background-color: #fff;
    opacity: 1;
  }
  form.minisearch {
    position: static;
  }
  button.search-toggle.active {
    z-index: -1;
  }
}
.product-info-main .price-box .price-wrapper span.price {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #595959;
}

.product.data.items .item.title > .switch {
  background: black;
  color: white;
  border-color: gray;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 1.5rem;
}
.product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: orange;
  color: white;
  border-color: red;
}
.product.data.items .item.title.active > .switch {
  background: orange;
  color: white;
  border-color: red;
}

.page-footer {
  padding-bottom: 0;
  z-index: 99;
}
.page-footer .footer a {
  color: #ddd;
  text-decoration: none;
  font-weight: 400;
}
.page-footer .footer a:hover {
  color: #149CC1;
  font-weight: 400;
  text-decoration: underline;
}
.page-footer .footer.content {
  padding: 25px 20px 0;
  color: #000;
  border-color: #67686c;
}

.footer-secondary {
  background: #fafafa;
  color: #1e1e1e;
}
.footer-secondary > .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.footer-secondary p {
  color: #3E3E3E;
}
.footer-secondary h2, .footer-secondary h3, .footer-secondary h4, .footer-secondary h5, .footer-secondary h6 {
  color: #1e1e1e;
}
.footer-secondary h2 {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
}
.footer-secondary h2:first-of-type {
  margin-top: 0;
}
.footer-secondary a {
  color: #ddd;
  text-decoration: underline;
  font-weight: 400;
}
.footer-secondary a:visited {
  color: #ddd;
}
.footer-secondary a:hover, .footer-secondary a:active {
  color: #ddd;
  font-weight: 400;
  text-decoration: none;
}
.footer-secondary .block.newsletter {
  float: none;
  width: 100%;
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .footer-secondary > .content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.page-footer .footer-primary .content {
  min-height: 300px;
  border-top: 1px solid #67686c;
  padding-bottom: 80px;
}

.footer-primary {
  background-color: #0f131e;
  color: #000;
}
.footer-primary > .content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.footer-primary > .content .logo {
  display: block;
  float: none;
  margin: 0 0 25px;
}
.footer-primary .footer-col {
  flex: 1 0 42%;
}
.footer-primary .footer-col-4 {
  min-height: inherit;
  position: relative;
}
.footer-primary p,
.footer-primary h2, .footer-primary h3, .footer-primary h4, .footer-primary h5, .footer-primary h6 {
  color: #000;
}
.footer-primary a {
  color: #ddd;
  text-decoration: none;
  font-weight: 400;
}
.footer-primary a:visited {
  color: #ddd;
}
.footer-primary a:hover, .footer-primary a:active {
  color: #149CC1;
  font-weight: 400;
  text-decoration: underline;
}
.footer-primary h2 {
  color: #aaa;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-primary h2:first-of-type {
  margin-top: 0;
}
.footer-primary h3 {
  color: #aaa;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
.footer-primary ul li {
  line-height: 1.5;
  padding: 0.5rem 0;
}
.footer-primary button#ot-sdk-btn {
  background: transparent;
  border: none;
  color: #ddd;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.8;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.footer-primary button#ot-sdk-btn:hover, .footer-primary button#ot-sdk-btn:active {
  background: transparent;
  color: #149CC1;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer-primary > .content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-primary .footer-col {
    flex: 1 0 46%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-primary .footer-col {
    flex: 1 0 21%;
  }
}
@media screen and (min-width: 1440px) {
  .footer-primary h2 {
    font-size: 2rem;
  }
  .footer-primary h3 {
    font-size: 2rem;
  }
}
.footer-social-links {
  position: absolute;
  bottom: 0;
}
.footer-social-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-social-links a {
  display: block;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  transition: opacity ease-out 0.2s;
}
.footer-social-links a:hover, .footer-social-links a:focus {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .footer-social-links ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .footer-social-links ul {
    gap: 10px;
  }
}
.footer-newsletter-form {
  text-align: center;
  padding: 80px 0 50px 0;
}
.footer-newsletter-form .content {
  margin-top: 45px;
}
.footer-newsletter-form .hs-button {
  background: transparent;
  border: 2px solid #149CC1;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 50px;
  width: 100%;
  min-width: 150px;
  max-width: 340px;
  margin: 50px auto 0;
  padding: 15px 40px;
}
.footer-newsletter-form .hs-button:hover, .footer-newsletter-form .hs-button:focus {
  border-color: #149CC1;
  color: #fff;
  text-decoration: none;
}
.footer-newsletter-form .hs-button:hover {
  opacity: 0.5;
}
.footer-newsletter-form h3 {
  text-transform: none;
  font-size: 3rem;
  color: #ebebeb;
  font-weight: 700;
  line-height: 1.3;
}

.page-footer {
  background: #0f131e;
}

.page-footer .footer-bottom {
  background: #0f131e;
}
.page-footer .footer-bottom .footer.content {
  border-top: 1px solid #67686c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px 70px;
}
.page-footer .footer-bottom .footer.content ul {
  padding-right: 0;
}
.page-footer .footer-bottom .footer-bottom-right {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-content: center;
  align-items: center;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-top: 20px;
}
.page-footer .footer-bottom .footer-legal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
}
.page-footer .footer-bottom .footer-legal a {
  color: #888888;
  font-size: 1.6rem;
}
.page-footer .footer-bottom .footer-legal #ot-sdk-btn {
  border: none;
  color: #888888;
  font-size: 1.6rem;
  padding: 0;
}
.page-footer .footer-bottom .footer-legal #ot-sdk-btn:hover, .page-footer .footer-bottom .footer-legal #ot-sdk-btn:focus {
  background: transparent;
}
.page-footer .footer-bottom .footer-legal button {
  background: inherit;
  border: none;
}
.page-footer .footer-bottom .footer-legal button:hover {
  border: 1px solid #149CC1;
  background-color: inherit;
  color: #888888;
  font-size: 1.6rem;
  opacity: 0.5;
  font-weight: 400;
  text-decoration: underline;
}
.page-footer .footer-bottom .copyright {
  background: #0f131e;
  color: #000;
  padding: 0;
}
.page-footer .footer-bottom .copyright p {
  color: #000;
  margin-bottom: 0;
}
.page-footer .footer-bottom .copyright li {
  color: #888888;
  font-size: 1.6rem;
  font-weight: 300;
}
.page-footer .footer-bottom .copyright a {
  color: #888888;
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-bottom .footer-bottom-right {
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1590px) {
  .page-footer .footer-bottom .footer.content {
    padding: 0 0 50px;
  }
}
/*
 * Components
 */
/*
* Location selector
*/
.page-header #switcher-languageheader {
  position: relative;
}
.page-header #switcher-languageheader .switcher-label,
.page-header #switcher-languageheader .mobile-hint {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header #switcher-languageheader button.action.toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch:before {
  background: url("../images/psbIcon_globe.svg") no-repeat;
  content: "";
  width: 40px;
  height: 20px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-en_ca:before {
  background: url("../images/flags/flag_ca.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-en_eu:before {
  background: url("../images/flags/flag_eu.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-en_uk:before {
  background: url("../images/flags/flag_uk.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-en_us:before {
  background: url("../images/flags/flag_us.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-int:before {
  background: url("../images/flags/flag_zz.svg") no-repeat;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch:hover:before {
  cursor: pointer;
}
.page-header #switcher-languageheader .view-current-store-switch span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header #switcher-languageheader ul.dropdown {
  background: #23282A;
  border: 1px solid #767676;
  color: #767676;
  font-size: 1.6rem;
  list-style: none;
  position: absolute;
  top: 30px;
  right: -30px;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 10px 0 0 0;
  width: 200px;
  z-index: 999;
  display: none;
}
.page-header #switcher-languageheader ul.dropdown a {
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  width: 100%;
}
.page-header #switcher-languageheader ul.dropdown a:focus {
  text-decoration: none;
}
.page-header #switcher-languageheader ul.dropdown a:hover {
  background: #23282A;
  color: #fff;
  text-decoration: underline;
}
.page-header #switcher-languageheader ul.dropdown a:before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 40px;
  height: 20px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.page-header #switcher-languageheader ul.dropdown a:after {
  display: none;
}
.page-header #switcher-languageheader ul.dropdown .view-can a:before {
  background: url("../images/flags/flag_ca.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader ul.dropdown .view-eur a:before {
  background: url("../images/flags/flag_eu.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader ul.dropdown .view-gbr a:before {
  background: url("../images/flags/flag_uk.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader ul.dropdown .view-usa a:before {
  background: url("../images/flags/flag_us.png") no-repeat;
  background-size: contain;
}
.page-header #switcher-languageheader ul.dropdown .view-zz a:before {
  background: url("../images/flags/flag_zz.svg") no-repeat;
}
.page-header #switcher-languageheader ul.dropdown:before, .page-header #switcher-languageheader ul.dropdown:after {
  display: none;
}

.mobile-nav-footer #switcher-languagemobile .switcher-label,
.mobile-nav-footer #switcher-languagemobile .mobile-hint {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobile-nav-footer #switcher-languagemobile strong {
  font-weight: 400;
}
.mobile-nav-footer #switcher-languagemobile .options {
  color: #000000;
  position: relative;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown {
  top: auto;
  right: auto;
  bottom: 60px;
  left: 20px;
  margin: 0;
  position: absolute;
  z-index: 999;
  width: 180px;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  list-style-type: none;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch {
  position: relative;
  text-align: center;
  display: flex;
  column-gap: 10px;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch:after {
  background: url("../images/psbIcon_globe.svg") no-repeat;
  content: "";
  width: 40px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch.view-en_ca:after {
  background: url("../images/flags/flag_ca.png") no-repeat;
  background-size: contain;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch.view-en_eu:after {
  background: url("../images/flags/flag_eu.png") no-repeat;
  background-size: contain;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch.view-en_uk:after {
  background: url("../images/flags/flag_uk.png") no-repeat;
  background-size: contain;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch.view-en_us:after {
  background: url("../images/flags/flag_us.png") no-repeat;
  background-size: contain;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch.view-int:after {
  background: url("../images/flags/flag_zz.svg") no-repeat;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch span:hover {
  text-decoration: underline;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown {
  background: #23282A;
  border: 1px solid #767676;
  color: #767676;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown a {
  color: #fff;
  padding: 8px 15px;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown a:hover {
  background: #23282A;
  color: #fff;
  text-decoration: underline;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown a:focus {
  text-decoration: none;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown a:before, .mobile-nav-footer #switcher-languagemobile .options ul.dropdown a:after {
  display: none;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown:before, .mobile-nav-footer #switcher-languagemobile .options ul.dropdown:after {
  display: none;
}

/*
* BSS Commerce
*/
.panel.header #switcher-currency,
.panel.header #switcher-website {
  display: none;
}

.popup_geoip_content {
  background: #333;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  padding: 1rem;
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.geoip_popup_content {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-template-rows: 1fr 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

button.action.geoip_close {
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  grid-area: 1/2/2/3;
  justify-self: end;
  margin: 0;
  padding: 0 0 10px 10px;
  white-space: nowrap;
  width: 40px;
  height: 40px;
}
button.action.geoip_close svg {
  width: 15px;
  height: 15px;
}
button.action.geoip_close svg path {
  fill: #fff;
}

.geoip_title {
  font-size: 1.6rem;
  font-weight: 400;
  float: none;
  grid-area: 1/1/2/2;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}

.geoip_popup-main {
  grid-area: 2/1/3/3;
  justify-self: end;
}

select.selector_bss-store-selector {
  display: none;
  min-width: 200px;
  padding: 0.6em 4rem 0.4em 0;
}

button.geoip_button {
  border-radius: 3px;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.34s ease-in-out;
  background: rgba(0, 0, 0, 0.3);
  border: solid 1px #fff;
  color: #fff;
}
button.geoip_button:visited {
  color: #fff;
}
button.geoip_button:hover, button.geoip_button:active, button.geoip_button:focus {
  color: #bfbfbf;
  border-color: #bfbfbf;
  background-color: #000000;
}
button.geoip_button {
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .geoip_popup_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .geoip_popup-main {
    order: 1;
  }
  .geoip_title {
    order: 0;
  }
  button.action.geoip_close {
    order: 2;
    margin-left: auto;
  }
}
/*
* Mini Cart
*/
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0;
  background: rgba(255, 255, 255, 0);
}

.minicart-wrapper .action.showcart .counter.qty {
  color: #fff;
  height: 20px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 2px 0 0;
  min-width: 0px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  text-shadow: 0 0;
  background: rgba(255, 255, 255, 0);
}

.minicart-items .item-qty {
  width: 35px;
}

.minicart-wrapper .action.close {
  margin: 7px;
  padding: 4px;
}

.minicart-items {
  display: block !important;
}

.checkout-shipping-method .actions-toolbar .action.primary.button {
  padding-left: 100%;
  padding-right: 100%;
}

.checkout-cart-index .select {
  padding: 1px 10px 4px;
}

.checkout-cart-index button.action.update {
  padding: 15px 20px;
}

.message.success a {
  font-size: 1.3rem;
}

.minicart-wrapper .block-minicart::before {
  right: 34px;
}
.minicart-wrapper .block-minicart::after {
  right: 33px;
}

@media screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    right: -80px;
  }
  .minicart-wrapper .block-minicart::before {
    right: 105px;
  }
  .minicart-wrapper .block-minicart::after {
    right: 104px;
  }
}
/*
* Region modal
*/
.cover-modal {
  padding: 0;
}
.cover-modal .region-modal-inner {
  padding: 3.3rem;
}
.cover-modal select {
  line-height: 1;
}

.region-details {
  text-align: center;
}
.region-details a {
  display: block;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.region-details a .modal-flag {
  max-width: 25%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.region-details a h2.region-message {
  color: #23282A;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.region-details a:hover .modal-flag, .region-details a:focus .modal-flag {
  opacity: 0.9;
}
.region-details a:hover h2.region-message, .region-details a:focus h2.region-message {
  color: #000000;
  text-decoration: underline;
}

.region-details-content {
  z-index: 999;
}

.region-modal-title {
  font-size: 4rem;
  margin: 0;
  text-transform: uppercase;
}

.cover-modal label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 0.65em;
  color: #23282A;
}

button.close-modal-text-toggle {
  color: #000;
  font-size: 1.4rem;
  transition: opacity 0.3s ease;
}
button.close-modal-text-toggle:hover, button.close-modal-text-toggle:focus {
  opacity: 0.5;
}

button#save-settings {
  text-transform: uppercase;
  text-wrap: balance;
  background-color: #149cc1;
  color: #fff;
  border: none;
  line-height: 1.3;
}

#bls-region-modal-language-switcher {
  background-color: white;
  background: white url("../../../../../frontend/Magento/luma/default/images/select-bg.svg") no-repeat 100% 45%;
  border: 1px solid #767676;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 36px;
  line-height: 1;
  margin: 0 0 2rem;
}
#bls-region-modal-language-switcher .language-switcher {
  display: none;
}
#bls-region-modal-language-switcher .weglot-container {
  position: relative;
  width: 100%;
}
#bls-region-modal-language-switcher .weglot-container .weglot_switcher {
  background-color: transparent;
  border: none;
  color: black;
  padding: 0;
  width: 100%;
}
#bls-region-modal-language-switcher .weglot-container .weglot_switcher a {
  color: black;
}
#bls-region-modal-language-switcher .weglot-container .weglot_switcher a:hover, #bls-region-modal-language-switcher .weglot-container .weglot_switcher a:focus {
  opacity: 1;
  text-decoration: none;
}
#bls-region-modal-language-switcher .weglot-container .weglot_switcher.default.wg-drop a {
  box-sizing: border-box;
  cursor: initial;
  height: 36px;
  padding: 5px 10px 4px;
}
#bls-region-modal-language-switcher .weglot-container .weglot_switcher.default.wg-drop.weg-openup ul {
  padding: 0;
  position: static;
}
#bls-region-modal-language-switcher .weglot-container .wg-drop.country-selector .wgcurrent {
  border: 0;
}
#bls-region-modal-language-switcher .weglot-container .wg-drop.country-selector ul {
  background-color: white;
  border: 1px solid #767676;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#bls-region-modal-language-switcher .weglot-container .wg-drop.country-selector ul a {
  cursor: pointer;
  height: 36px;
  width: 100%;
}
#bls-region-modal-language-switcher .weglot-container .wg-drop.country-selector ul a:hover, #bls-region-modal-language-switcher .weglot-container .wg-drop.country-selector ul a:focus {
  background: #ddd;
  text-decoration: none;
}
#bls-region-modal-language-switcher .weglot-container .wg-drop.country-selector .wgcurrent:after {
  display: none;
}

div#weglot-switcher-2 {
  display: none;
}

@media screen and (max-width: 767px) {
  button#save-settings {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .cover-modal .region-modal-inner {
    padding: 1rem;
  }
  .region-modal-inner hr {
    margin: 15px 0;
  }
  .cover-modal h2 {
    font-size: 2rem;
    line-height: 1;
  }
  .region-details {
    margin: 10px 0 0 0;
  }
  .modal-flag {
    max-width: 15%;
  }
}
.formoverlay-german {
  background: #fff;
  border: 5px solid #595959;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  inset: 0;
  margin: auto;
  max-inline-size: min(90vw, 70ch);
  max-block-size: min(90vh, 100%);
  max-block-size: min(90dvb, 100%);
  padding: 50px;
  position: fixed;
  transition: opacity 0.3s ease;
  visibility: visible;
  z-index: 999999;
}
.formoverlay-german::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.formoverlay-german h2 {
  font-size: 2.2em;
  margin-bottom: 0.8em;
  text-align: center;
}
.formoverlay-german p {
  font-size: 1.8em;
  line-height: 1.4;
}
.formoverlay-german .btn-container {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  width: 100%;
}
.formoverlay-german .btn-container-child {
  flex: 1 0 50%;
  margin: 0;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}

.formoverlay-german:not([open]) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .formoverlay-german {
    padding: 20px;
  }
  .formoverlay-german p {
    font-size: 1.4rem;
  }
  .btn-container {
    flex-wrap: wrap;
  }
}
/*
* Video sections
*/
.video-container {
  position: relative;
}

.video-container:hover {
  cursor: pointer;
}

.video-frame .video-container video {
  width: 100%;
  /*height: 650px;*/
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; /* Set your desired width */
  height: 50px; /* Set your desired height */
  display: none;
  cursor: pointer;
  border: white;
  border-style: solid;
  border-radius: 15px;
}

.video-container:hover .play-button {
  display: block;
}

/* Popup styles */
.video-popup {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  width: 80%;
  background: #fff;
  padding: 20px;
}

.popup-content video {
  width: 100%;
}

.close-btn {
  position: absolute;
  top: -1%;
  right: 0.5%;
  color: #000;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .video-frame .video-container video {
    height: 450px;
  }
}
@media screen and (max-width: 460px) {
  .video-frame .video-container video {
    height: 270px;
  }
}
/*
 * Pages
 */
/*
 * Home page
 */
.page-main {
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  padding: 0;
}

.cms-home {
  overflow-x: hidden;
}

.cms-index-index .columns .column.main {
  padding-bottom: 0;
}

.catalog-product-view.page-layout-1column .column.main {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.award {
  padding: 10%;
  overflow: hidden;
}
.award p {
  color: #595959;
}
.award .page-heading {
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

@media only screen and (min-width: 2000px) and (max-width: 2600px) {
  .award {
    padding-left: 17%;
    padding-right: 17%;
  }
}
@media only screen and (min-width: 2600px) {
  .award {
    padding-left: 25%;
    padding-right: 25%;
  }
}
.page-heading {
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 150px;
}

.wall-to-wall,
.award,
.bluesound-difference,
.streaming-service,
.listen,
.experience-row {
  padding-left: 10%;
  padding-right: 10%;
}

.wall-to-wall .page-heading {
  padding: 0 200px;
}

.bluesound-difference {
  background: linear-gradient(180deg, #23282A 0%, #0A0D14 100%);
}
.bluesound-difference h1,
.bluesound-difference h3 {
  color: #fff;
}

.pagebuilder-column.tech-box {
  background: linear-gradient(180deg, #525f64 0%, #0A0D14 100%);
  width: 300px;
  padding: 30px 20px 20px 20px;
  justify-content: space-between;
}

.tech-column .pagebuilder-column-line {
  gap: 50px;
}

.pagebuilder-column-group.tech-column {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bluesound-difference h1.page-heading {
  padding-top: 100px;
}

.tech-box {
  justify-content: space-between !important;
}
.tech-box h3 {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.tech-box p {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

div.pagebuilder-button-primary {
  background: #149CC1;
  border-radius: 6px;
}

.streaming-service h1 {
  padding: 100px 200px 0 200px;
}

.experience-row {
  background-color: #FAFAFA;
}

.pagebuilder-column.experience-col h3 {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 90px;
}
.pagebuilder-column.experience-col p {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.listen {
  background: linear-gradient(180deg, #23282A 0%, #0A0D14 100%);
}
.listen h2 {
  padding: 50px 200px 0 200px;
  color: #fff;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
  pointer-events: none;
}

.scroll-image {
  position: absolute;
  transition: transform 0.5s ease, left 0.5s ease;
  left: 50%;
  height: auto;
}

.image-left,
.image-right {
  z-index: 1;
  width: 100%;
}

.image-center {
  z-index: 2;
  width: 100%;
}

.videos-button .pagebuilder-button-primary {
  width: 150px;
  background: unset;
  color: #11131B;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  border: 2px solid #149CC1;
  line-height: 24px;
}

.videos-button .pagebuilder-button-primary:hover {
  background-color: #149cc1;
}

.pagebuilder-column.video-col-text p {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 50px;
}

.video-col-icon a {
  display: block;
}

.tv-btn .pagebuilder-button-primary.active,
.speaker-btn .pagebuilder-button-primary.active,
.stereo-btn .pagebuilder-button-primary.active {
  background-color: #149cc1;
  color: #fff;
}

.speakers,
.tv,
.stereo {
  border: 2px solid #e0e0e0;
  border-radius: 15px;
}

.tv,
.stereo {
  display: none;
}

.tv-col,
.stereo-col {
  display: none;
}

.scaling-video iframe {
  height: 450px !important;
  border-radius: 20px;
}

.hero-section .pagebuilder-video-container {
  z-index: -1;
}

.page-heading {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1000ms ease, transform 1000ms ease;
}

.animate-normal {
  opacity: 1;
  transform: translateY(0);
}

.ss-image-gp {
  overflow: hidden;
  position: relative;
}

.ss-phone {
  position: absolute;
  max-width: 25%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1400px) and (max-width: 2000px) {
  .ss-phone {
    max-width: 22%;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2600px) {
  .ss-phone {
    max-width: 17%;
  }
}
@media only screen and (min-width: 2600px) {
  .ss-phone {
    max-width: 14%;
  }
}
figure.ss-radial {
  padding: 100px;
}

figure.ss-phone {
  padding: 30px;
  transition: transform 0.2s ease;
}

figure.ss-radial {
  max-width: 100%;
  transition: transform 0.2s ease;
}

.pagebuilder-column-group.video-frame {
  transition: transform 0.7s ease-in-out;
  transform: scale(1);
}

.exp-blue {
  transition: transform 0.5s ease;
  transform: translateX(0);
  text-align: center;
  padding-right: 20%;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .streaming-service h1 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 1%;
  }
  .streaming-service p {
    padding: 0 50px;
  }
  .award {
    padding: 50px;
  }
  .wall-to-wall .page-heading {
    padding: 0 0px;
  }
  .pagebuilder-column-group.tech-column {
    padding: 50px 50px;
  }
  .tech-column .pagebuilder-column-line {
    gap: 25px;
  }
  .listen h2 {
    padding: 50px 50px;
  }
  .speakers,
  .tv,
  .stereo {
    margin: 0 50px !important;
  }
  .pagebuilder-column-group.speakers-col,
  .pagebuilder-column-group.tv-col,
  .pagebuilder-column-group.stereo-col {
    padding: 0 50px !important;
  }
  .image-left,
  .image-right,
  .image-center {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .award {
    padding: 50px;
  }
  .page-heading {
    font-size: 95px;
    line-height: 115px;
  }
  .experience-row {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hero-section {
    margin-top: -20px;
  }
  .pagebuilder-column-group.speakers-col,
  .pagebuilder-column-group.tv-col,
  .pagebuilder-column-group.stereo-col {
    padding: 0 50px !important;
  }
  .pagebuilder-column-group.speakers-col .pagebuilder-column,
  .pagebuilder-column-group.tv-col .pagebuilder-column,
  .pagebuilder-column-group.stereo-col .pagebuilder-column {
    margin-left: 0 !important;
  }
  .pagebuilder-column.tech-box {
    height: auto;
  }
}
@media screen and (max-width: 950px) and (min-width: 769px) {
  .tech-box h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .pagebuilder-column-group.speakers-col,
  .pagebuilder-column-group.tv-col,
  .pagebuilder-column-group.stereo-col {
    padding: 0 !important;
  }
  .award {
    padding: 30px;
  }
  .pagebuilder-column.experience-col h3 {
    font-size: 46px;
    line-height: 55px;
  }
  .scaling-video {
    height: 300px;
  }
  .listen h2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 430px) {
  .page-products .pagebuilder-column.experience-col {
    margin-left: 0 !important;
  }
  .listen h2 {
    padding: 25px 25px;
  }
  .pagebuilder-column-group.tech-column {
    padding: 25px 25px;
  }
  .image-left,
  .image-right,
  .image-center {
    width: 60%;
  }
  .image-container {
    height: 25vh;
  }
  .scaling-video iframe {
    height: 100% !important;
  }
  .pagebuilder-column.experience-col {
    padding: 30px 5px;
  }
  .content-wrapper .content {
    text-align: left;
  }
  figure.ss-phone {
    padding: 10px;
  }
  figure.ss-radial {
    padding: 25px;
  }
  .videos-button .pagebuilder-button-primary {
    width: 110px;
    font-size: 18px;
  }
}
figure.radial-img {
  padding-bottom: 5%;
  padding-top: 5%;
}

.experience-col {
  padding-right: 5%;
}

.speakers,
.tv,
.stereo {
  margin: 0 !important;
}

@media screen and (max-width: 375px) {
  .footer-newsletter-form .hs-button {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .experience-col {
    padding-left: 5%;
  }
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #149CC1;
  border: #149CC1;
  color: #fff;
}

@media screen and (max-width: 1424px) {
  .page-heading {
    font-size: 95px;
    line-height: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .page-heading {
    font-size: 90px;
    line-height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .page-heading {
    font-size: 65px;
    line-height: 75px;
  }
}
@media screen and (max-width: 640px) {
  .page-heading {
    font-size: 45px;
    line-height: 55px;
  }
}
/*
* Checkout page
*/
.checkout-container {
  padding: 5%;
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: #C2134B;
}

.opc-progress-bar-item._active:before {
  background: #149CC1;
  border-color: #149CC1;
}

.opc-progress-bar-item._active > span:before {
  background: #149CC1;
  border-color: #149CC1;
}

.checkout-container .product.options > .content {
  display: block !important;
}

.cart.table-wrapper .col.qty .input-text {
  width: 30px;
  padding: 5px 7px 4px;
}

.checkout-shipping-method .actions-toolbar > .primary {
  float: left;
}

.checkout-cart-index .page-main {
  padding-top: 3%;
}

.checkout-onepage-success .page-main {
  padding: 3%;
}

#co-shipping-method-form .item-options .field.item label.label {
  z-index: 9999999;
  position: absolute;
  left: 90%;
  top: auto !important;
}

form#co-shipping-method-form {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

/*
* Customer Account page
*/
.sales-guest-form .page-main, .sales-guest-view .page-main, .customer-account-login .page-main, .customer-account-forgotpassword .page-main {
  padding: 2%;
}

.sales-guest-form .breadcrumbs, .sales-guest-view .breadcrumbs {
  display: none;
}

.login-container .block .block-title {
  font-size: 2.8rem;
}

.customer-account-create .page-main, .prrma-returns-view .page-main {
  padding: 2%;
}

.nav.item.current {
  font-size: 2.1rem;
}

.message.success {
  margin: auto;
  text-align: center;
}

.message.success > :first-child::before {
  left: auto;
  text-align: center;
  position: initial;
  text-align: center;
  margin: 0px 5px 0;
}

/*
 * Single product page
 */
.product-main-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  max-width: 1440px;
  width: -webkit-fill-available;
  width: -moz-available;
}
.product-main-wrapper .product.media,
.product-main-wrapper .product-info-main {
  float: none;
  flex: 1 0 auto;
  width: 100%;
}
.product-main-wrapper .product-info-main {
  max-width: 628px;
}

a.product-item-photo {
  mix-blend-mode: multiply;
}

.product.media {
  margin-top: 60px !important;
}

.connected-logos {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

#product-attribute-specs-table ul.connected-logos {
  display: none;
}

/*  upsell and crosssell  */
.products-upsell .item.product.product-item {
  margin-left: 2%;
  padding: 7%;
  width: 45%;
  border: #e8e8e8;
  border-radius: 23px;
  border-style: solid;
  border-width: thin;
  background-color: rgb(250, 250, 250);
}

.products-crosssell .item.product.product-item {
  margin-left: 2%;
  padding: 7%;
  width: 40%;
  border: #e8e8e8;
  border-radius: 23px;
  border-style: solid;
  border-width: thin;
  background-color: rgb(250, 250, 250);
}

.products-upsell .product-items, .products-crosssell .product-items {
  justify-content: center;
}

h2#block-upsell-heading, h2#block-crosssell-heading {
  text-align: center;
}

.block.crosssell {
  width: 100%;
}

.products-upsell .item.product.product-item .product-item-info, .products-crosssell .item.product.product-item .product-item-info {
  width: auto;
}

.products-upsell span.product-image-container, .products-crosssell span.product-image-container {
  width: 306px !important;
  margin: 0 auto;
  display: block;
}

.products-upsell a.action.primary.more, .products-crosssell a.action.primary.more {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  background: unset !important;
  border: unset !important;
  margin: unset;
  padding: unset;
}

.cart-container .cart-summary._sticky {
  top: 0px !important;
}

@media screen and (max-width: 1024px) {
  .products-crosssell .item.product.product-item, .products-upsell .item.product.product-item {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .page-layout-1column .product.media {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .product-main-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 4%;
  }
  .page-layout-1column .product.media {
    margin: 0;
    width: 51%;
  }
  .page-layout-1column .product-info-main {
    width: 45%;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .page-layout-1column .product-info-main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1440px) {
  .product-main-wrapper {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .product-main-wrapper {
    padding: 0 20px;
  }
  .product.media {
    margin-top: 0px !important;
  }
}
.product-banner,
.product.info.detailed {
  display: none;
}

.product.attribute.overview,
.product-review-container,
.review-list,
.review-add,
.additional-attributes-wrapper,
.product-downloads,
.related {
  margin: 0 auto;
}

.product.attribute.overview h2,
.product-review-container h2,
.product-specifications h2,
.product-downloads h2,
.related .block-title h2 {
  color: #23282A;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 90px;
  margin-top: 4%;
  margin-bottom: 5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product.attribute.overview h2,
  .product-review-container h2,
  .product-specifications h2,
  .product-downloads h2,
  .related .block-title h2 {
    margin-top: 4%;
  }
}

span.awards {
  padding: 5%;
  display: block;
}

span.awards img {
  padding: 3%;
}

.awards-logos figure[data-content-type=image] {
  padding: 10%;
}

.awards-logos figure[data-content-type=image]:hover img {
  transform: none;
}

#vntana-trigger {
  padding-bottom: 6%;
}

@media screen and (max-width: 640px) {
  .product.media {
    display: flex;
    flex-direction: column;
    margin-top: 0px !important;
  }
  .product.attribute.overview h2,
  .product-review-container h2,
  .product-specifications h2,
  .product-downloads h2,
  .related .block-title h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumbs .items .item strong, .breadcrumbs .items .item {
    font-size: 1.55rem;
  }
}
/*
 * Main info
 */
.product-info-main {
  display: flex;
  flex-direction: column;
}
.product-info-main .breadcrumbs {
  order: 0;
}
.product-info-main .page-title-wrapper.product {
  margin: 0;
  order: 1;
}
.product-info-main .page-title {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 75px;
  font-weight: 100;
  line-height: 90px;
}
.product-info-main .product-sub-title span {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 45px;
}
.product-info-main .product-sub-title {
  order: 2;
}
.product-info-main .product-add-form {
  order: 6;
}
.product-info-main .product-benefits {
  order: 5;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 20px;
}
.product-info-main .product-reviews-summary.empty {
  order: 3;
}
.product-info-main .product-short-description {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 50px;
  order: 7;
}
.product-info-main .product-add-form {
  padding-top: 0;
  border-bottom: 1px solid #A0A0A0;
}
.product-info-main .swatch-opt {
  margin: 0;
  position: absolute;
  right: 0;
  top: -22px;
}
.product-info-main div#options-4-list {
  display: flex;
  gap: 20px;
}
.product-info-main .product-info-price {
  border: unset;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0;
  order: 4;
  width: 100%;
  max-width: calc(100vw - 100px);
}
.product-info-main .price-box {
  padding: 0;
}
.product-info-main .price-box .price-wrapper span.price {
  font-size: 30px;
  font-weight: 900;
  line-height: 25px;
  color: #23282A;
}
.product-info-main .product-info-price .price-box {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: min-content;
  flex-direction: row-reverse;
}
.product-info-main .product-info-price .price-box .price-final_price .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-info-main .product-info-price .price-box .old-price {
  color: #767676;
  margin-right: -10px;
  margin-left: 10px;
  order: 0;
}
.product-info-main .product-info-price .price-box .old-price .price-container .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-info-main .product-info-price .price-box .old-price .price-wrapper .price {
  color: #767676;
  text-decoration: line-through;
}
.product-info-main .product-info-price .price-box .special-price {
  order: 1;
}
.product-info-main .psb-speaker-quantity {
  text-transform: lowercase;
  color: #767676;
  line-height: 3rem;
  margin-left: 5px;
  margin-bottom: 14px;
}
.product-info-main .product-info-stock-sku {
  display: none;
}
.product-info-main .fieldset {
  position: relative;
  position: relative;
  display: grid;
  grid-template-areas: "qty" "label" "control" "action";
}
.product-info-main .fieldset .actions {
  margin-right: 10px;
}
.product-info-main .fieldset .field.qty {
  grid-area: qty;
}
.product-info-main .fieldset .actions {
  grid-area: action;
}
.product-info-main .fieldset label.label {
  grid-area: label;
}
.product-info-main .fieldset .control {
  grid-area: control;
}
.product-info-main .fieldset .control div#options-1-list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.product-info-main .field.qty {
  display: flex;
  flex: 0 1 auto;
  right: 0;
  top: -60px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-info-main .action.primary {
  width: 100%;
  text-align: center;
}
.product-info-main .product.alert.stock {
  order: 6;
  margin: 30px auto;
}

.fixed-header + .page-main {
  padding-top: 140px;
}

.product-attributes-block {
  width: -webkit-fill-available;
  width: -moz-available;
}

.product-add-form form#product_addtocart_form {
  position: relative;
}

.product-add-form div#product-options-wrapper {
  display: inline;
  position: absolute;
  bottom: 70%;
  right: 0;
}

.product-options-bottom div#configurable-dealers-btn {
  padding-top: 30px;
}

.page-product-configurable .product-info-main .product-info-price {
  border-bottom: none;
}

.specification-wrapper {
  background-color: #fafafa;
}

.awards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
}

.tabs-content, .specification-wrapper table, .specification-wrapper table td {
  border: unset !important;
}

li.tab-header.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
  border: unset !important;
  background-color: #FAFAFA !important;
}

.specification-wrapper td p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #3E3E3E;
}

.ui-tabs-active.ui-state-active a span {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
}

.ui-tabs-tab span.tab-title {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
  color: #7d7d7d;
  text-transform: uppercase;
}

.tabs-content {
  padding-top: 50px;
}

ul.tabs-navigation {
  border-bottom: 1px solid #7d7d7d;
}

.tabs-navigation li.tab-header.ui-state-active {
  background-color: #FAFAFA !important;
  border: unset !important;
}

.product-reviews-summary {
  order: 3;
}

.catalog-product-view .featured-2columns-container figure[data-content-type=image] {
  overflow: hidden;
}

.catalog-product-view .featured-2columns-container figure[data-content-type=image] img {
  width: 100%;
  transition: transform 3s ease;
  transform-origin: center center;
  border-radius: 6px;
}

.catalog-product-view .featured-2columns-container figure[data-content-type=image]:hover img {
  transform: scale(1.1);
}

.pagebuilder-column-group.awards-logos {
  max-width: 1440px;
  margin: 0 auto;
}

button.decrease-qty, button.increase-qty {
  width: 28px;
  height: 46px;
  font-size: 16px;
  padding: 0;
  background: #fafafa;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: unset;
}

input#qty {
  height: 46px;
  border-top: 1px solid #A0A0A0;
  border-right: unset;
  border-left: unset;
  border-bottom: 1px solid #A0A0A0;
  border-radius: unset;
  color: #595959;
}

.qty .control {
  display: flex;
}

.qty span {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.fieldset > div.field:not(.choice) > label.label {
  padding: 12px 15px 0 0;
}

.product-add-form .product-info-price {
  position: absolute;
  top: -72px;
}

div#psb-speaker-quantity {
  display: none !important;
}

.options-list.nested .field.choice.admin__field.admin__field-option {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  padding: 20px;
  flex-basis: 50%;
  background-color: #fafafa;
  margin-right: 2%;
}
.options-list.nested .field.choice.admin__field.admin__field-option label.label.admin__field-label {
  font-size: 20px;
  color: #23282a;
}

.options-list.nested {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

label.label.admin__field-label {
  min-height: 55px;
}

button.action.out-of-stock {
  width: 100%;
  padding: 7px 15px;
  height: 50px;
  color: #fff;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-transform: none;
}

button.action.out-of-stock a {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
}

.product-item-actions .actions-primary .stock.unavailable {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .options-list.nested {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    align-content: center;
    padding: 0%;
  }
}
.fieldset > .field .field.choice, .fieldset > .fields > .field .field.choice {
  margin-bottom: 0;
}

label.radio-icon-label {
  position: relative;
  display: flex;
  align-items: center;
}

label.checkbox-icon-label {
  position: relative;
  display: flex;
  align-items: center;
}

.add-bundle-icon {
  position: absolute;
  max-width: 32%;
  border-radius: 50%;
  width: 8%;
}

.add-bundle-icon:hover {
  opacity: 0.5;
  cursor: pointer;
}

.options-list.nested .radio.admin__control-radio {
  opacity: 0;
  z-index: 999;
}

.options-list.nested .checkbox.admin__control-checkbox {
  opacity: 0;
  z-index: 999;
}

.options-list.nested .radio.admin__control-radio:hover {
  cursor: pointer;
}

.options-list.nested .checkbox.admin__control-checkbox:hover {
  cursor: pointer;
}

.field.choice.admin__field.admin__field-option span.price {
  font-weight: 900;
  color: #23282a;
  font-size: 20px;
  display: none;
}

label > span.price-notice {
  font-weight: bold;
}

.product-info-main .product-benefits ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 15px;
  font-size: 1.3rem;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.product-info-main .product-benefits ul li {
  display: flex;
  align-items: center;
  margin: 0;
}

.product-info-main .product-benefits ul li a {
  font-size: 1.4rem;
}

.product-info-main .product-benefits ul li svg {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .product-info-main .price-box .price-wrapper span.price {
    font-size: 30px;
  }
  .product-info-main .psb-speaker-quantity {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 16px;
  }
  .product-info-main .field.qty {
    top: -75px;
  }
}
@media screen and (min-width: 1440px) {
  .product-info-main .page-title {
    font-size: 75px;
  }
  .product-info-main .product-benefits ul {
    font-size: 1.4rem;
    gap: 25px;
    margin: 25px 0;
  }
}
@media screen and (max-width: 480px) {
  .product-info-main .page-title, .product-review-container, .product-specifications h2, h2.product-section-title {
    font-size: 50px;
  }
  .product-add-form .product-info-price {
    top: -90px;
  }
  .product-options-bottom {
    margin-top: 40px;
  }
  .pagebuilder-column-group.featured-2columns-image-right h2, .pagebuilder-column-group.featured-2columns-image-left h2 {
    font-size: 46px;
    line-height: 55px;
  }
  .award p {
    font-size: 14px;
    line-height: 21px;
  }
  .pagebuilder-column.video-col-text p {
    line-height: 30px;
  }
  .streaming-service p {
    font-size: 20px;
    line-height: 30px;
  }
  .mobile-only .content-wrapper .content h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .pagebuilder-column.experience-col p {
    line-height: 30px;
  }
  .catalog-product-view .pagebuilder-column-group.tech-column {
    padding: 25px 25px;
  }
  .catalog-product-view .awards h2 {
    font-size: 45px;
  }
}
.pagebuilder-column.featured-2columns-desc.left {
  padding-left: 5%;
  padding-right: 1%;
}

.pagebuilder-column.featured-2columns-desc.right {
  padding-right: 5%;
  padding-left: 1%;
}

@media screen and (min-width: 768px) {
  .pagebuilder-column.featured-2columns-desc.left {
    padding-left: 10%;
    padding-right: 6%;
  }
  .pagebuilder-column.featured-2columns-desc.right {
    padding-right: 10%;
    padding-left: 6%;
  }
}
@media screen and (min-width: 1500px) {
  .pagebuilder-column.featured-2columns-desc.right {
    padding-right: 12%;
    padding-left: 8%;
  }
  .pagebuilder-column.featured-2columns-desc.left {
    padding-right: 8%;
    padding-left: 12%;
  }
}
.row-full-width-inner {
  max-width: none !important;
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
  display: inherit !important;
}

.field.choice.admin__field.admin__field-option {
  position: relative;
  transition: border 0.3s ease;
}

.bundle-message {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(20, 156, 193);
  padding: 5px;
  /* border: 1px solid #ccc; */
  border-radius: 3px;
  opacity: 1;
  display: none;
  color: #fff;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1440px) {
  .awards p {
    padding: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .pagebuilder-column.featured-2columns-desc {
    order: 2;
    padding: 7% 10%;
  }
  .pagebuilder-column.featured-2columns-image {
    padding: 0 20px !important;
  }
  .ui-tabs-active.ui-state-active a span, .ui-tabs-tab span.tab-title {
    font-size: 20px;
  }
  .awards-logos .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  .pagebuilder-column.featured-2columns-desc.right {
    padding-right: 5%;
    padding-left: 5%;
  }
  .pagebuilder-column.featured-2columns-desc.left {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.specification-wrapper td p strong span {
  font-weight: 900;
  font-size: 18px;
  color: black;
}

.specification-wrapper td p span strong {
  font-size: inherit;
  font-weight: 900;
  color: black;
  line-height: inherit;
}

/*hide the first radio button of bundle choice - "None" 
#options-4-list > div:nth-child(1) { 
  display:none; 
}*/
/*
 * Swatches
 */
.catalog-product-view .swatch-attribute-label {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
}
.catalog-product-view .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view .swatch-option {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  color: #767676;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.catalog-product-view .swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.catalog-product-view .swatch-option.text {
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  color: #767676;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.catalog-product-view .swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.catalog-product-view .swatch-option.color {
  border: 1px solid #000000;
  border-radius: 100%;
  float: none;
  position: relative;
  margin: 5px 20px 35px;
  padding: 0;
  overflow: visible;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.catalog-product-view .swatch-option.color::before {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  top: -6px;
  left: calc(48% + 1px);
  border: 1px solid #bfbfbf;
  transform: translateX(-50%);
}
.catalog-product-view .swatch-option.color:not(.disabled):hover {
  border: 1px solid #000000;
  outline: 1px solid #999;
}
.catalog-product-view .swatch-option.color:not(.disabled):hover::before {
  border-color: #149cc1;
}
.catalog-product-view .swatch-option.color.customedisable::before {
  background: linear-gradient(to left top, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.5) 48%, #ddd 49%, #ddd 50%, rgba(250, 250, 250, 0.5) 51%, rgba(250, 250, 250, 0.5) 100%);
  z-index: 1;
}
.catalog-product-view .swatch-option.color.selected {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.catalog-product-view .swatch-option.color.selected::before {
  border-color: #149cc1;
}
.catalog-product-view .swatch-option.color.customedisable.selected::before {
  background: linear-gradient(to left top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0) 49%, #149cc1 49.5%, #149cc1 50%, rgba(250, 250, 250, 0) 51%, rgba(250, 250, 250, 0) 100%);
}
.catalog-product-view .swatch-option.selected {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.catalog-product-view .swatch-attribute-label {
  display: none;
}
.catalog-product-view .swatch-attribute {
  margin: 0 0 20px;
}
.catalog-product-view .swatch-attribute.size .swatch-option {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  color: #767676;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.catalog-product-view .swatch-attribute.size .swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.catalog-product-view .swatch-attribute.size .swatch-option.text {
  background: #FEF9F9;
  border: 1px solid #bfbfbf;
  font-size: 1.2rem;
  color: #767676;
  padding: 5px;
  min-width: 100px;
  margin: 0;
}
.catalog-product-view .swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.catalog-product-view .swatch-attribute-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .catalog-product-view .swatch-attribute-label,
  .catalog-product-view .swatch-option,
  .catalog-product-view .swatch-option.text,
  .catalog-product-view .swatch-option.color::after,
  .catalog-product-view .swatch-attribute.size .swatch-option,
  .catalog-product-view .swatch-attribute.size .swatch-option.text {
    font-size: 1.2rem;
  }
  .catalog-product-view .swatch-option.color::before {
    width: 46px;
    height: 46px;
    top: -9px;
    border-radius: 100%;
  }
  .catalog-product-view .swatch-option.color::after {
    margin-top: 8px;
    max-width: 100px;
  }
  .catalog-product-view .swatch-option.color {
    width: 30px;
    height: 30px;
    margin: 20px 20px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .catalog-product-view .swatch-attribute-label,
  .catalog-product-view .swatch-option,
  .catalog-product-view .swatch-option.text,
  .catalog-product-view .swatch-attribute.size .swatch-option,
  .catalog-product-view .swatch-attribute.size .swatch-option.text {
    font-size: 1.8rem;
  }
}
.catalog-product-view .swatch-option.color {
  z-index: 1000;
}

.product-anchor-menu a:visited {
  color: #000;
}

@media screen and (max-width: 640px) {
  .catalog-product-view .swatch-option.color {
    top: 6px;
  }
  .catalog-product-view .swatch-option.color::before {
    width: 40px;
    height: 40px;
    top: -10px;
    border-radius: 100%;
  }
}
@media screen and (max-width: 480px) {
  .catalog-product-view .swatch-attribute-options {
    margin: 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .catalog-product-view .swatch-option.color {
    margin: 5px 10px 35px;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  .catalog-product-view .swatch-option.color::before {
    width: 30px;
    height: 30px;
    top: -6px;
    left: calc(50% + 0px);
  }
}
.fieldset:has(.outofstock) .swatch-opt {
  position: relative !important;
  top: unset !important;
}

.fieldset:has(.outofstock) .swatch-opt .swatch-attribute-options.clearfix {
  justify-content: flex-end !important;
  margin: 0;
}

.fieldset:has(.outofstock) {
  display: flex !important;
  flex-direction: column !important;
}

.fieldset:has(.outofstock) .outofstock.action.primary {
  order: 2;
}

/*
 * Anchor menu
 */
.product-anchor-menu {
  display: none;
}

.product-anchor-menu {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 1440px;
}

.product-anchor-menu ul {
  gap: 100px;
}

@media screen and (min-width: 768px) {
  .product-anchor-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 100px;
    margin: 0 80px;
    border-top: 2px solid #e0e0e0;
  }
  .product-anchor-menu ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .product-anchor-menu ul li {
    margin-bottom: 0;
  }
  .product-anchor-menu a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .product-anchor-menu a:visited {
    color: #000;
    text-decoration: none;
  }
  .product-anchor-menu a:hover, .product-anchor-menu a:focus {
    color: #000;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1440px) {
  .product-anchor-menu {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 853px) {
  .product-anchor-menu ul {
    gap: 40px;
  }
  .pagebuilder-column-group.featured-2columns-image-right h2, .pagebuilder-column-group.featured-2columns-image-left h2 {
    font-size: 46px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .product-anchor-menu ul {
    gap: 25px;
  }
}
/*
 * Reviews
 */
.product-reviews-summary {
  margin-bottom: 20px;
}
.product-reviews-summary .reviews-actions {
  font-size: 1.3rem;
}
@media screen and (min-width: 1440px) {
  .product-reviews-summary .reviews-actions {
    font-size: 1.4rem;
  }
}

.product-info-main .product-reviews-summary {
  float: right;
  text-align: right;
  margin-top: 20px;
}

legend.legend.review-legend span {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #000;
}

.field.choice.review-field-rating label,
legend.label span {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  color: #000;
}

.block.review-add,
#customer-reviews {
  max-width: 1440px;
}

.review-form {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.field-form {
  width: 50%;
}

legend.legend.review-legend {
  border: unset;
}

.field-row {
  display: flex;
  gap: 10px;
}

.field.review-field-nickname.required,
.field.review-field-summary.required {
  width: 100%;
}

input#nickname_field,
input#summary_field,
textarea#review_field {
  background: #E0E0E0;
  border: #e0e0e0;
  border-radius: 6px;
}

.field.review-field-text.required {
  margin-top: 10px;
}

input#nickname_field,
input#summary_field {
  height: 50px;
  width: 100%;
}

textarea#review_field {
  height: 264px;
}

.primary.actions-primary {
  width: 100%;
}

.review-form .action.submit.primary {
  background: #149CC1;
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #fff;
  border-color: #149CC1;
  line-height: 24px;
  border-radius: 6px;
  font-weight: 900;
}

.legend.review-legend strong {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}

.product-reviews-summary .reviews-actions a.action.add {
  display: none;
}

.product-reviews-summary.empty .reviews-actions a.action.add {
  display: block;
}

.rating-summary .rating-result > span:before,
.review-control-vote label:before {
  color: #FBB03B;
}

.review-control-vote input[type=radio]:focus + label:before {
  opacity: 1;
}

.review-list .block-title strong {
  display: none;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.review-title {
  margin: 0;
  flex-basis: 70%;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #000;
}

.review-form .action.submit.primary:hover {
  background: #89CDE0;
  border: 1px solid #89CDE0;
  color: #fff;
}

.review-date,
.review-author {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

p.review-author {
  display: none;
}

.review-ratings .rating-label {
  padding-bottom: 30px;
}

.review-content {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

span.label.rating-label {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
}

.review-ratings {
  margin-top: 5px;
  margin-bottom: 25px;
}

span.rating-number {
  position: relative;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #595959;
  line-height: 28.8px;
}

.rating-summary .rating-result {
  vertical-align: top;
}

.review-date .review-details-label {
  position: relative !important;
}

.review-details-label,
span.toolbar-number {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-main .column .review-add {
  margin-bottom: 25px;
}

.control input::placeholder,
textarea#review_field::placeholder {
  color: #000 !important;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  height: 18px;
}

@media screen and (max-width: 1440px) {
  .block.review-add,
  #customer-reviews {
    padding: 0 80px;
  }
}
@media screen and (min-width: 640px) {
  .review-header {
    justify-content: space-between;
    font-size: 1.8rem;
  }
  .review-title {
    flex-basis: auto;
  }
  .review-ratings {
    float: right;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .review-ratings {
    padding-left: 100px;
  }
  .page-main .column .review-add {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 1024px) {
  input#nickname_field,
  input#summary_field {
    width: 100%;
  }
  .review-form .action.submit.primary,
  .review-form .primary.actions-primary {
    width: 100%;
  }
  .field-row {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .block.review-add,
  #customer-reviews {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .review-form .action.submit.primary {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  input#nickname_field,
  input#summary_field {
    width: 100%;
  }
  .field-row {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .review-form .action.submit.primary {
    width: 100%;
  }
  .field-row {
    display: block;
  }
  .field.review-field-nickname.required {
    margin-bottom: 10px;
  }
  input#nickname_field,
  input#summary_field {
    width: 100%;
  }
  .review-control-vote label:before,
  .review-control-vote:before {
    font-size: 25px;
  }
  .product-info-main .product-reviews-summary {
    position: relative;
    top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .review-form {
    flex-direction: column;
  }
  .field-form {
    width: 100%;
  }
}
/*
 * Specifications
 */
.product-specifications {
  background: #fbfbfb;
  color: #767676;
  padding: 25px 15px;
}
.product-specifications p {
  color: #767676;
}
.product-specifications:not(:has(h2)) {
  padding: 0;
}
.product-specifications .additional-attributes {
  width: 100%;
}
.product-specifications [data-content-type=text] table {
  border: none;
  margin-bottom: 25px;
}
.product-specifications [data-content-type=text] table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column;
}
.product-specifications [data-content-type=text] table tr {
  display: flex;
  flex-direction: row;
  flex: 1 0 40%;
}
@media screen and (min-width: 768px) {
  .product-specifications [data-content-type=text] table tr {
    flex: 1 0 22%;
  }
}
.product-specifications [data-content-type=text] table td {
  border: none;
  line-height: 2;
  padding: 0;
  width: 100% !important;
}
.product-specifications [data-content-type=text] table td:first-child {
  color: #000000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .product-specifications .product-specifications [data-content-type=text] table tr {
    flex-direction: column;
  }
}
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th=Color],
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th=Manufacturer],
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th="On Sale"],
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th="On Sale "],
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th="On Sale/Special"],
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th=Price],
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th=wireless_speaker] {
  display: none;
}
.product-specifications .table-wrapper {
  border-top: none;
  margin-bottom: 3%;
}
@media screen and (min-width: 1024px) {
  .product-specifications .table-wrapper {
    margin-bottom: 3%;
  }
}
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th,
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
  padding: 0;
  white-space: normal;
  font-size: 2rem;
  color: black;
  padding-left: 2%;
  padding-right: 2%;
}
.product-specifications .product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
  padding-left: 2%;
  padding-right: 2%;
}
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
.product-specifications .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
  display: none;
}

.additional-attributes h3 {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #23282A;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .additional-attributes h3 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

.awards {
  background: linear-gradient(180deg, #23282A 0%, #0A0D14 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}

.awards h2 {
  color: #fff;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 105px;
  font-weight: 900;
  line-height: 115px;
  text-align: center;
  padding-top: 0px;
}

.awards p {
  color: #888888;
  max-width: 1440px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.specification-wrapper table strong span {
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 30px !important;
  font-weight: 900;
  line-height: 36px;
  color: #000;
}

.specification-wrapper table td {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .awards h2 {
    font-size: 50px;
    padding-top: 0px;
    line-height: 50px;
  }
  .awards p {
    padding: 0 20px;
    font-size: 20px;
  }
  .specification-wrapper table strong span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  product-specifications [data-content-type=text] table tr {
    display: unset;
  }
}
.specification-wrapper .tab-header {
  text-transform: uppercase;
}

.specification-wrapper td p span {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 30px;
  color: #3E3E3E;
}

/*
 * Downloads
 */
.amattachpro-categories-block {
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
}

span.amattachpro-title._collapsible, .am-fileline h3 {
  display: block;
}

.amattachpro-category-container .amattachpro-title {
  background: transparent;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #767676;
  width: 100%;
  border-bottom: 1px solid #23282A;
  padding: 0 0 15px 0;
  margin-bottom: 50px;
}
.amattachpro-category-container .amattachpro-title:after {
  content: "";
}

.amattachpro-file-items {
  display: block !important;
}

.product-downloads h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0;
  display: none;
}

.am-attachments .am-fileline {
  display: grid;
  margin-bottom: 10px;
  justify-items: center;
}

.amattachpro-categories-block > * {
  flex-basis: 32%;
}

.amattachpro-file-items-no-category, .amattachpro-category-container {
  margin: 0;
}

.am-fileline a.am-filelink {
  display: flex;
  max-width: 400px;
  width: 100%;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #149CC1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 50px !important;
  border-radius: 6px;
}

span.am-filesize {
  display: none;
}

a.am-filelink::before {
  background: url("../images/psbIcon_download.svg") center no-repeat;
  content: "";
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

div#product-downloads {
  max-width: 1440px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1440px) {
  .widget.am-attachments.am-attachments-tab {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .am-fileline a.am-filelink {
    font-size: 12px;
    font-weight: 400;
  }
  .amattachpro-categories-block > * {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 768px) {
  div#product-downloads {
    padding: 0 20px;
  }
  .widget.am-attachments.am-attachments-tab {
    padding: 0;
  }
  .am-fileline a.am-filelink {
    width: 350px;
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 729px) {
  .amattachpro-categories-block {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .catalog-product-view .widget.am-attachments.am-attachments-tab .amattachpro-categories-block .amattachpro-category-container {
    margin: 0px 0 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .am-fileline a.am-filelink {
    width: 310px;
    font-size: 14px;
  }
}
/*
 * Related products
 */
.block.related .products-related.wrapper {
  width: calc(100vw - 30px);
  overflow-y: scroll;
  max-width: 1440px;
}
.block.related .products {
  margin: 0;
}
.block.related .products.wrapper .list .item,
.block.related .products.wrapper .list .item .product-item-info {
  width: 220px;
}
.block.related .list {
  display: inline-flex;
  gap: 25px;
}
.block.related .list li:first-child {
  margin-left: calc((100vw - 30px - 220px) / 2);
}
.block.related .product-item-info img {
  transition: transform 0.3s ease-out;
}
.block.related .product-item-info:hover, .block.related .product-item-info:focus, .block.related .product-item-info.active {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.block.related .product-item-info:hover img, .block.related .product-item-info:focus img, .block.related .product-item-info.active img {
  transform: scale(1.05);
}
.block.related .product-item-name {
  font-size: 1.6rem;
  font-weight: 700;
}
.block.related .related-available .product-item-name {
  margin-left: 0;
}
.block.related .product-item .price-box .price-label,
.block.related .product-item .price-box .price {
  color: #000000;
  font-size: 1.2rem;
}
.block.related .action.primary.more {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .block.related .list li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block.related .product-related.wrapper {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .block.related .products.wrapper {
    overflow: hidden;
  }
  .block.related .products.wrapper .list .item,
  .block.related .products.wrapper .list .item .product-item-info {
    width: 450px;
  }
  .block.related .list {
    display: inline-flex;
    gap: 45px;
  }
  .block.related .product-item-name {
    font-size: 3rem;
  }
  .block.related .product-item .price-box .price-label,
  .block.related .product-item .price-box .price {
    font-size: 2.8rem;
  }
  .block.related .action.primary.more {
    font-size: 1.8rem;
  }
}
/*
 * Product gallery
 */
.fotorama {
  width: 100%;
  margin-bottom: 20px;
}

.fotorama__arr--prev .fotorama__arr__arr {
  background: url("../images/psbIcon_circle-chevron--left.svg") center no-repeat;
  background-color: #FAFAFA;
}

.fotorama__arr--next .fotorama__arr__arr {
  background: url("../images/psbIcon_circle-chevron--right.svg") center no-repeat;
  background-color: #FAFAFA;
}

.fotorama__nav__shaft {
  margin: 0 auto;
  width: fit-content;
  display: flex;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 100%;
  height: 40px;
}

.fotorama__dot {
  width: 100%;
  border-radius: 0;
  border: none;
  background: #f1f1f1;
  height: 3px;
  left: 0;
  top: 18px;
}

.fotorama__active .fotorama__dot {
  background-color: #149cc1;
  border-color: #149cc1;
}

.fotorama__stage {
  display: flex;
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 6px;
}

.fotorama__arr .fotorama__arr__arr {
  position: unset !important;
  -webkit-transform: unset !important;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
  opacity: 1 !important;
}

.fotorama__arr {
  position: unset !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.fotorama__arr--disabled {
  opacity: 1 !important;
}

.fotorama__nav.fotorama__nav--thumbs {
  background-color: #fafafa;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  height: 60px !important;
  width: 60px !important;
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  display: none;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  border: 1px solid #149CC1;
  border-radius: 6px;
}

.fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  display: flex;
  background-color: #ebebeb;
  padding: 10px !important;
  margin: 0 10px !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 10px !important;
}

.fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows.fotorama__wrap--no-controls {
  background-color: #FAFAFA;
}

.fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  background-color: #fafafa;
}

img.fotorama__img {
  mix-blend-mode: multiply;
}

.fotorama--fullscreen .fotorama__stage {
  margin-top: 165px;
  height: 700px !important;
}

.gallery-placeholder {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .fotorama--fullscreen .fotorama__stage {
    margin-top: 130px;
  }
  .gallery-placeholder {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .gallery-placeholder {
    margin-top: 10px;
  }
}
/*
* Related Bundle Products
*/
.amrelated-pack-wrapper .amrelated-title {
  text-align: center;
}
.amrelated-pack-wrapper .amrelated-title strong {
  color: #23282A;
  font-size: 75px;
  font-weight: 900;
}

.amrelated-grid-wrapper .block-title {
  text-align: center;
}
.amrelated-grid-wrapper .block-title strong {
  color: #23282A;
  font-size: 75px;
  font-weight: 900;
}
.amrelated-grid-wrapper .block-content {
  max-width: 1440px;
}
.amrelated-grid-wrapper .block-content .products-grid {
  display: flex;
  justify-content: center;
}
.amrelated-grid-wrapper .block-content .products-grid ol.product-items {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.amrelated-grid-wrapper .block-content .products-grid ol.product-items li.product-item {
  width: auto;
  padding: 3%;
}
.amrelated-grid-wrapper .block-content .products-grid ol.product-items li.product-item strong.product-item-name a {
  font-size: 2rem;
  font-weight: 900;
}

.price-box.price-tier_price {
  margin: 20px 0;
  text-align: center;
}

.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
  background: unset;
  box-shadow: unset;
}

.amrelated-content-wrapper .amrelated-summary-content {
  margin: 0;
}

.amrelated-pack-wrapper .amrelated-content-wrapper span.amrelated-equal, .amrelated-pack-wrapper .amrelated-content-wrapper span.amrelated-plus {
  color: #bfbfbf;
  font-size: 50px;
  font-weight: 600;
}
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-summary-content {
  align-content: center;
}
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-price-wrapper {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  flex-direction: column;
  height: unset;
}

.main.price {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  padding: 17px 0px;
}

.amrelated-pack-item.-wide.-discount-applied.-main {
  padding: 20px;
  width: 189px;
}

.amrelated-discount {
  padding: 22px 0px !important;
  position: unset;
  background: unset;
  color: #149CC1;
}
.amrelated-discount span.price {
  font-size: 12px;
  font-weight: 700 !important;
}

.amrelated-discount.-summary {
  padding: 0px 5px 10px 5px !important;
  height: 29.56px;
  transform: unset !important;
  font-size: 12px;
  font-weight: 700;
}

.amrelated-summary-content {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px !important;
  margin-top: 17rem;
}

.amrelated-pack-item.-wide {
  width: 189px;
  padding: 20px;
}
.amrelated-pack-item.-wide .amrelated-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.amrelated-pack-item.-wide .amrelated-info .amrelated-photo-container {
  border: unset;
  width: unset;
  height: unset;
  min-width: unset;
}
.amrelated-pack-item.-wide .amrelated-info .amrelated-photo-container .amrelated-link {
  height: unset;
}
.amrelated-pack-item.-wide .amrelated-info .amrelated-name {
  display: flex;
  min-height: 68px;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
}
.amrelated-pack-item.-wide .amrelated-info .amrelated-name a.amrelated-link {
  font-weight: 700;
  color: #000;
  margin: auto 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.amrelated-pack-item.-wide .amrelated-info .amrelated-details {
  margin-left: 0;
}
.amrelated-pack-item.-wide .amrelated-info .price-box.price-final_price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #bfbfbf;
  padding-top: 16px;
}
.amrelated-pack-item.-wide .amrelated-info .price-box.price-final_price span.price {
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 15px;
}
.amrelated-pack-item.-wide .amrelated-info span.old-price.sly-old-price {
  color: #808080;
  padding-top: 10px;
  padding-right: 0;
}
.amrelated-pack-item.-wide .amrelated-info span.price-container.price-final_price.tax.weee {
  display: flex;
  flex-direction: column;
}
.amrelated-pack-item.-wide .amrelated-info span.normal-price {
  padding-top: 10px;
}

.amrelated-details .product-reviews-summary.short {
  display: none;
}

.amrelated-tocart-wrapper {
  min-height: 91px;
}

.amrelated-price-wrapper {
  padding: unset !important;
}

.normal-price .price-container .price-wrapper span.price {
  font-size: 18px !important;
}

.amrelated-details .price-box .old-price .price-container span.price-label {
  font-size: 12px;
}

.amrelated-pack-item .price-final_price [data-price-type=finalPrice] .price {
  font-size: 18px !important;
}

@media screen and (max-width: 1439px) {
  .amrelated-pack-item.-wide .amrelated-info .amrelated-photo-container {
    min-height: 236px;
    display: flex;
  }
  .amrelated-photo-container .amrelated-link {
    margin: auto 0;
  }
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .amrelated-pack-item.-wide .amrelated-info .amrelated-photo-container {
    max-height: 236px;
  }
}
@media screen and (max-width: 768px) {
  .amrelated-pack-item.-wide.-discount-applied.-main {
    width: 100%;
  }
  .amrelated-pack-item.-wide, .amrelated-pack-item.-wide.-discount-applied.-selected {
    background-color: #fff;
  }
  .amrelated-content-wrapper {
    border: 1px solid #bfbfbf;
    margin: 20px;
  }
  .amrelated-pack-item.-wide {
    width: 100%;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    flex-direction: row;
    border-bottom: 1px solid #bfbfbf;
  }
  .amrelated-pack-item.-wide .amrelated-info .price-box.price-final_price {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border-top: unset;
    padding-top: unset;
  }
  .amrelated-pack-item.-wide .amrelated-info .amrelated-name {
    justify-content: center;
    border: unset;
    min-height: unset;
  }
  .amrelated-pack-item.-wide .amrelated-info .amrelated-details {
    justify-content: center;
  }
  .amrelated-pack-item:not(:last-child) {
    border: unset;
  }
  .amrelated-summary-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 0;
    width: 100%;
    background: #fff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-price-wrapper {
    border: unset;
    padding: unset !important;
  }
  .amrelated-tocart-wrapper {
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .amrelated-tocart-wrapper button.action.primary {
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    margin-top: 0;
  }
  .main.price {
    border: unset;
    font-size: 20px !important;
  }
  .amrelated-discount.-summary {
    font-size: 12px;
    font-weight: 700 !important;
  }
  .amrelated-discount {
    padding: unset !important;
  }
}
@media screen and (max-width: 640px) {
  .main.price {
    font-size: 14px !important;
  }
  .amrelated-pack-item.-wide .amrelated-info .amrelated-name a.amrelated-link {
    font-size: 14px;
  }
}
/*
 * Product category pages
 */
.catalog-category-view .page-main {
  margin-top: 0;
  padding: 0;
  position: relative;
}

.catalog-category-view .category-image {
  overflow: hidden;
}
.catalog-category-view .category-image img {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.fixed-header + .breadcrumbs + .page-main + .category-view {
  padding-top: 140px;
}

.catalog-category-view .page-title-wrapper {
  position: absolute;
  top: 26.04vw;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.catalog-category-view .page-title-wrapper h1 {
  color: #fff;
}

.catalog-category-view .page.messages {
  position: absolute;
}

.page-products .columns {
  padding: 100px 15px 0;
}

.products.wrapper ~ .toolbar .limiter {
  display: none;
}

.product.media .badges {
  float: right;
}

.badges {
  display: none;
}

.catalog-category-view .badges {
  padding: 5px 10px;
  display: inline-flex;
  gap: 10px;
}

.out-of-stock-label {
  background: #B05E11;
  width: 121px;
}

.sale-label {
  background: #C2134B;
  width: 57px;
}

.coming-soon-label {
  background: #2F5F6D;
  width: 140px;
}

.pre-order-label {
  background: #000000;
  width: 120px;
}

.archive-label {
  background: #FAFAFA;
  width: 85px;
  color: #23282A !important;
  border: 1px solid #23282A;
}

.low-stock-label {
  background: #C2B413;
  width: 107px;
}

.sale-label, .out-of-stock-label, .low-stock-label, .archive-label, .coming-soon-label, .pre-order-label {
  height: 34px;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .catalog-category-view .category-view {
    margin-top: -8%;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
  .catalog-category-view .category-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .catalog-category-view .page-title-wrapper {
    top: calc(26.04vw - 100px);
  }
}
@media screen and (min-width: 769px) {
  .page-products .columns {
    padding: 120px 20px 0;
  }
  .toolbar-products .modes {
    display: none;
  }
}
html .product-item-name > a, body .product-item-name > a {
  color: #000;
  word-wrap: break-word;
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 30px;
}

.product-item-link, a .action .primary {
  font-weight: 400;
  text-transform: none;
  transition: all 0.34s ease-in-out;
  width: 100%;
  height: 50px;
  padding: 15px;
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  place-content: center space-evenly;
  border-radius: 6px;
  font-size: 20px;
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.product-item-actions .actions-primary {
  display: inline-block;
  width: 100%;
}

.block.widget .products-grid .product-item {
  margin-left: 4%;
  padding: 7%;
  width: 48%;
  border: #e8e8e8;
  border-radius: 23px;
  border-style: solid;
  border-width: thin;
  background-color: rgb(250, 250, 250);
}

.product-items {
  display: flex;
  align-items: stretch;
  align-content: flex-end;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1080px) {
  .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: 90%;
  }
  .block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 2%;
  }
  .product-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }
}
.product-item-name {
  display: inline-flex;
  flex-direction: row-reverse;
}

.price-container .price {
  font-size: 2.4rem;
}

.product-item .price-box {
  margin: 0px 0 25px;
}

.price-color-grid {
  width: 100%;
  text-align: end;
  position: relative;
  bottom: 65px;
  color: #000;
  z-index: 1;
  position: relative;
  font-size: 2.4rem;
}

.products-grid .product-image-container {
  text-align: center;
  width: 100%;
}

.products-grid .product-image-wrapper {
  padding-bottom: 65% !important;
}

.product-item-inner {
  margin: 35px 0 0 -1px;
}

.block.widget .product-item-info:hover {
  border: none;
  background: none;
  width: auto;
  max-width: 100%;
  font-size: 1.4rem;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none none;
}

[data-content-type=row][data-appearance=contained] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 75%;
}

html h1, body h1 {
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
  margin: 0rem 0 40px 0;
  color: #23282A;
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

html h2, body h2 {
  font-size: 75px;
  font-weight: 300;
  line-height: 1;
  margin: 0rem 0 40px 0;
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

html h3, body h3 {
  font-size: 3rem;
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 2rem 0 2rem 0;
  color: #23282A;
}

.h3-category-page {
  font-size: 25px;
  font-family: "Uni Sans Book", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  color: white;
  padding-left: 7%;
  padding-right: 7%;
}

.two-line-h2, .two-line-h2-2 {
  white-space: nowrap;
}

.two-line-h2 {
  margin: 0rem 0 10px 0;
}

.two-line-h2-2 {
  margin: 0rem 0 10px 0;
}

.three-column-header {
  font-family: "Uni Sans Heavy", "Arial Black", "Arial Bold", Gadget, sans-serif;
  color: #23282A;
}

.product-item-actions .actions-primary:hover {
  opacity: 0.5;
}

.short-description {
  position: relative;
  bottom: 30px;
}

.header-row {
  min-height: 100vh;
  margin-top: 10%;
  margin-bottom: 5%;
  margin-left: 2%;
  margin-right: 2%;
}

.award-column {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.page-products .videos-button {
  display: inline-flex;
  margin-top: 10%;
  justify-content: space-around;
  contain: content;
  flex-wrap: wrap;
}

.product-item.marketing-block {
  padding: 0px !important;
  border-color: transparent !important;
}

.marketing-block .product-item-info {
  position: relative;
}

.marketing-block .product-item-details {
  position: absolute;
  bottom: 0;
}

.marketing-block .product-item-details {
  height: 457px;
  top: 0;
  width: 100%;
  background: transparent !important;
}

.marketing-block .product-item-details .product-item-inner a.action.primary {
  display: block;
  width: 75%;
}

.marketing-block .product-item-details .product-item-inner a.action.primary span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marketing-block .product-item-inner {
  background: transparent !important;
}

.marketing-block .product-item-actions .actions-primary {
  display: flex;
  justify-content: center;
  background: transparent !important;
}

.marketing-block .product-item-photo {
  border-radius: 23px;
}

.products-grid .marketing-block .product-item-inner {
  padding: 7% 0% !important;
  height: inherit !important;
  width: 100% !important;
  margin: 0 !important;
}

.marketing-block .product-item-actions {
  width: 85%;
}

.marketing-block a.action.primary {
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.marketing-block .product-item-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.products-grid .marketing-block .product-item-info:hover .product-item-inner, .products-grid .marketing-block .product-item-info.active .product-item-inner {
  display: flex !important;
}

.marketing-block a.action.primary:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width: 768px) {
  .header-row {
    min-height: 65vh;
    margin-top: 1%;
  }
  .page-products html h1, body h1 {
    font-size: 65px;
  }
  .award-column {
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media only screen and (min-width: 1726px) {
  .products-grid .marketing-block .product-item-inner {
    padding: 14% 0% !important;
  }
}
@media only screen and (max-width: 1726px) {
  .products-grid .marketing-block .product-item-inner {
    padding: 7% 0% !important;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1221px) {
  .marketing-block .product-item-photo {
    padding: 56% 0% !important;
  }
}
@media only screen and (max-width: 1175px) {
  .extend-listen .pagebuilder-column-line {
    flex-direction: column;
  }
  .extend-listen .pagebuilder-column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1080px) {
  .marketing-block .product-item-details {
    height: 95%;
  }
}
@media only screen and (min-width: 768px) {
  .extend-listen .pagebuilder-column {
    padding-right: 50px;
  }
}
.extend-listen .pagebuilder-column {
  justify-content: center !important;
}

@media only screen and (max-width: 480px) {
  .videos-button .pagebuilder-button-primary {
    font-size: 14px;
    padding: 5%;
  }
  .h3-category-page {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .product.media .badges {
    float: left;
  }
}
.page-layout-category-full-width .page-products .products-grid .product-item-inner::before {
  background-color: rgb(250, 250, 250);
}

.page-layout-category-full-width .product-item-actions .actions-primary {
  background-color: rgb(250, 250, 250);
}

@media only screen and (max-width: 1725px) and (min-width: 1080px) {
  .price-container .price {
    font-size: 2.1rem;
  }
  html .product-item-name > a, body .product-item-name > a {
    font-size: 25px;
  }
  .block.widget .products-grid .product-item {
    padding: 3%;
  }
}
.page-products .products-grid .product-item-inner:before {
  background: none !important;
}

@media only screen and (max-width: 767px) {
  .product-item .price-box {
    display: flex;
    padding-top: 10%;
  }
}
/*
 * Product filters menu bar
 */
.page-products .sorter {
  background: #000000;
  display: flex;
  justify-content: flex-end;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 25px 0;
  width: 100%;
}
.page-products .sorter label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-with-filter .product-filters-toggle {
  background-color: #000000;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 2rem;
  position: absolute;
  top: 25px;
  left: 15px;
  text-align: center;
  width: 42%;
  min-width: fit-content;
  max-width: 250px;
  z-index: 2;
}

.sorter .sorter-options {
  background-color: #000000;
  background-image: url("../images/psbIcon_select-bg.svg");
  background-position: 95% 45%;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  width: 42%;
  min-width: fit-content;
  max-width: 250px;
}

.toolbar .sorter-action {
  position: relative;
  display: flex;
  align-items: center;
}
.toolbar .sorter-action:before {
  color: white;
  display: block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease-in-out;
}
.toolbar .sorter-action:before:hover, .toolbar .sorter-action:before:focus {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .page-products .sorter {
    box-sizing: border-box;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 25px 15px;
    width: 100vw;
  }
  .page-with-filter .product-filters-toggle {
    display: none;
  }
  .sorter .sorter-options {
    min-width: auto;
    width: auto;
  }
  .page-products .sorter label {
    color: #fff;
    clip: unset;
    display: flex;
    align-items: center;
    margin: 0 10px;
    overflow: visible;
    position: static;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .page-products .sorter {
    padding-right: calc((100vw - 1440px) / 2);
  }
}
/*
 * Product filters sidebar
 */
body.filter-active .page-wrapper {
  height: inherit;
  margin-top: inherit;
  visibility: visible;
}

.page-with-filter .sidebar {
  background: #fff;
  border: 1px solid #23282A;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  width: calc(100vw - 10px);
  height: calc(100vh - 10px);
  overflow: scroll;
  transition: opacity 0.2s ease-in-out;
}
.page-with-filter.filter-active .sidebar {
  opacity: 1;
  pointer-events: auto;
  z-index: 99999;
}
.page-with-filter .filter-title strong {
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 50px;
  padding: 10px;
  position: relative;
  text-align: left;
}
.page-with-filter .filter-title strong::after {
  background-image: url(../images/psbIcon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
}
.page-with-filter .filter-options .filter-options-title {
  border-bottom: 1px solid #23282A;
  padding-bottom: 10px;
}
.page-with-filter .filter-options .filter-options-title:after {
  content: "";
}
.page-with-filter .custom-in-wrap {
  width: auto;
}

.filter-options-content a {
  color: #595959;
  text-decoration: none;
}
.filter-options-content a:visited {
  color: #595959;
}
.filter-options-content a:hover, .filter-options-content a:focus {
  background-color: transparent;
  color: #000000;
  font-weight: 700;
}

.filter .filter-current {
  border-color: #23282A;
  margin-bottom: 20px;
}
.filter .filter-current .items {
  display: block;
}
.filter .filter-current .filter-value {
  color: #000000;
}

.filter .block-subtitle.filter-current-subtitle {
  color: #000000;
  font-size: 1.6rem;
  margin: 10px 0;
  text-transform: none;
}
.filter .block-subtitle.filter-current-subtitle:before {
  content: "";
}
.filter .block-subtitle.filter-current-subtitle:after {
  color: #000000;
}

.action.clear {
  border-radius: 3px;
  font-family: "Uni Sans", -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.34s ease-in-out;
  background: #000000;
  border: #000000;
  color: #fff;
  min-width: 20px;
}
.action.clear:visited {
  color: #fff;
}
.action.clear:hover, .action.clear:active, .action.clear:focus {
  color: #fff;
  border: #bfbfbf;
  background-color: #bfbfbf;
}

@media screen and (min-width: 769px) {
  .page-with-filter .sidebar {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    padding: 0;
    pointer-events: auto;
    position: static;
    width: auto;
    height: auto;
    overflow: auto;
    transition: none;
    z-index: auto;
  }
  .filter .block-subtitle {
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .filter .block-subtitle.filter-current-subtitle {
    margin: 0;
  }
  .filter-content {
    display: flex;
    flex-direction: column;
  }
  .filter-content .filter-subtitle {
    order: 0;
  }
  .filter-content .filter-current {
    order: 1;
  }
  .filter-content .block-actions.filter-actions {
    order: 2;
    margin-bottom: 50px;
  }
  .filter-content .filter-options {
    order: 3;
  }
}
/*
 * Product grid
 */
.page-layout-category_product_grid .product-item-info,
.catalogsearch-result-index .product-item-info {
  position: relative;
}
.page-layout-category_product_grid .products-grid .product-item-details,
.catalogsearch-result-index .products-grid .product-item-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.page-layout-category_product_grid .products-grid .product-item-details .product-item-name,
.page-layout-category_product_grid .products-grid .product-item-details .product-item-name a,
.catalogsearch-result-index .products-grid .product-item-details .product-item-name,
.catalogsearch-result-index .products-grid .product-item-details .product-item-name a {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: inherit;
}
.page-layout-category_product_grid .products-grid .product-item-details .product-item-name:hover, .page-layout-category_product_grid .products-grid .product-item-details .product-item-name:focus,
.page-layout-category_product_grid .products-grid .product-item-details .product-item-name a:hover,
.page-layout-category_product_grid .products-grid .product-item-details .product-item-name a:focus,
.catalogsearch-result-index .products-grid .product-item-details .product-item-name:hover,
.catalogsearch-result-index .products-grid .product-item-details .product-item-name:focus,
.catalogsearch-result-index .products-grid .product-item-details .product-item-name a:hover,
.catalogsearch-result-index .products-grid .product-item-details .product-item-name a:focus {
  color: #149cc1;
}
.page-layout-category_product_grid .products-grid .product-item-details .price-box,
.catalogsearch-result-index .products-grid .product-item-details .price-box {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0 10px;
}
.page-layout-category_product_grid .products-grid .product-item-details .price,
.catalogsearch-result-index .products-grid .product-item-details .price {
  font-weight: 400;
}
.page-layout-category_product_grid .products-grid .product-item-details .price-final_price .price-label,
.catalogsearch-result-index .products-grid .product-item-details .price-final_price .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-category_product_grid .products-grid .product-item-details .old-price .price-label,
.catalogsearch-result-index .products-grid .product-item-details .old-price .price-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-layout-category_product_grid .products-grid .product-item-details .price-box .special-price,
.catalogsearch-result-index .products-grid .product-item-details .price-box .special-price {
  order: 1;
}
.page-layout-category_product_grid .products-grid .product-item-details .price-box .old-price,
.catalogsearch-result-index .products-grid .product-item-details .price-box .old-price {
  order: 0;
  text-decoration: line-through;
  margin: 0 7px 0 0;
  color: #767676;
}
.page-layout-category_product_grid .products-grid .product-item-details .product-item-actions,
.catalogsearch-result-index .products-grid .product-item-details .product-item-actions {
  margin: 0;
}
.page-layout-category_product_grid .products-grid .product-item-details .product-item-actions .actions-primary,
.catalogsearch-result-index .products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
}
.page-layout-category_product_grid .products-grid .product-item-details .action.primary,
.catalogsearch-result-index .products-grid .product-item-details .action.primary {
  font-size: 1.2rem;
}
.page-layout-category_product_grid .product-item-actions .actions-primary > .stock.unavailable,
.catalogsearch-result-index .product-item-actions .actions-primary > .stock.unavailable {
  background: #B05E11;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.page-layout-category_product_grid .products-grid .product-image-photo,
.catalogsearch-result-index .products-grid .product-image-photo {
  transition: transform 0.2s ease-out;
}
.page-layout-category_product_grid .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  box-shadow: none;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.page-layout-category_product_grid .products-grid .product-item-info:hover,
.page-layout-category_product_grid .products-grid .product-item-info.active,
.catalogsearch-result-index .products-grid .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-item-info.active {
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-layout-category_product_grid .products-grid .product-item-info:hover .product-item-inner,
.page-layout-category_product_grid .products-grid .product-item-info.active .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-info.active .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: 0;
  position: static;
  margin: 0;
  padding: 0;
}
.page-layout-category_product_grid .products-grid .product-item-info:hover .product-image-photo,
.page-layout-category_product_grid .products-grid .product-item-info.active .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info:hover .product-image-photo,
.catalogsearch-result-index .products-grid .product-item-info.active .product-image-photo {
  transform: scale(1.1);
}

@media screen and (min-width: 769px) {
  .page-layout-category_product_grid .columns,
  .catalogsearch-result-index .columns {
    display: flex;
    justify-content: space-between;
  }
  .page-layout-category_product_grid .sidebar-main,
  .catalogsearch-result-index .sidebar-main {
    flex: 0 0 270px;
    order: 0;
    border-right: 1px solid #23282A;
    padding-right: 50px;
    margin-right: 50px;
  }
  .page-layout-category_product_grid .column.main,
  .catalogsearch-result-index .column.main {
    flex: 2 1 50%;
  }
  .page-layout-category_product_grid .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 49%;
  }
  .page-layout-category_product_grid .products-grid .product-item:nth-child(2n),
  .catalogsearch-result-index .products-grid .product-item:nth-child(2n) {
    margin-left: 2%;
  }
  .page-layout-category_product_grid .products-grid .product-item:nth-child(2n+1),
  .catalogsearch-result-index .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-layout-category_product_grid .products-grid .product-item,
  .catalogsearch-result-index .products-grid .product-item {
    width: 32%;
  }
  .page-layout-category_product_grid .products-grid .product-item:nth-child(4n+1),
  .catalogsearch-result-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .page-layout-category_product_grid .products-grid .product-item:nth-child(3n+1),
  .catalogsearch-result-index .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-layout-category_product_grid .products-grid .product-item-info,
  .catalogsearch-result-index .products-grid .product-item-info {
    width: 306px;
  }
  .page-layout-category_product_grid .products-grid .product-item-details,
  .catalogsearch-result-index .products-grid .product-item-details {
    gap: 15px;
  }
  .page-layout-category_product_grid .products-grid .product-item-details .product-item-name,
  .page-layout-category_product_grid .products-grid .product-item-details .product-item-name a,
  .catalogsearch-result-index .products-grid .product-item-details .product-item-name,
  .catalogsearch-result-index .products-grid .product-item-details .product-item-name a {
    font-size: 2rem;
  }
  .page-layout-category_product_grid .products-grid .product-item-details .price-box,
  .page-layout-category_product_grid .products-grid .product-item-details .price-container .price,
  .catalogsearch-result-index .products-grid .product-item-details .price-box,
  .catalogsearch-result-index .products-grid .product-item-details .price-container .price {
    font-size: 1.8rem;
  }
  .page-layout-category_product_grid .products-grid .product-item-details .action.primary,
  .catalogsearch-result-index .products-grid .product-item-details .action.primary {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .page-layout-category_product_grid .sidebar-main,
  .catalogsearch-result-index .sidebar-main {
    flex: 0 0 320px;
  }
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: relative;
  height: auto;
  width: auto;
  border: none !important;
  box-shadow: none !important;
  overflow: unset;
  z-index: 2;
}

.old-price, .old.price {
  color: #000;
  padding-right: 15px;
}

.block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none !important;
  border: none !important;
}

.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  display: block !important;
  border: none !important;
}

.products-grid .product-item-inner {
  box-shadow: none !important;
  left: 0px !important;
  right: 0px !important;
  padding: 0px !important;
  position: relative;
  border: none !important;
}

.products-grid .product-item-actions {
  margin: 0;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none !important;
}

.product-item .price-box .price-label {
  display: none;
}

.product-item .old-price .price {
  text-decoration: underline black 0.1em !important;
  -webkit-text-decoration: underline black 0.1em !important;
  text-underline-offset: -50% !important;
  -webkit-text-underline-offset: -50% !important;
  text-decoration-skip-ink: none !important;
  -webkit-text-decoration-skip-ink: none !important;
}

@media only screen and (max-width: 800px) {
  .product-item .old-price .price {
    text-underline-offset: -50% !important;
    -webkit-text-underline-offset: -50% !important;
  }
}
@media only screen and (max-width: 575px) {
  .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .price-color-grid .price {
    font-size: 17px;
  }
}
/*
* News page
*/
.amblog-index-index .page-main, .amblog-index-post .page-main {
  padding: 2%;
}

.amblog-index-index .breadcrumbs, .amblog-index-post .breadcrumbs {
  display: none;
}

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