/*
 * PSB True
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Fonts
 */
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTStd-Roman.woff2") format("woff2"), url("../fonts/FrutigerLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTStd-Bold.woff2") format("woff2"), url("../fonts/FrutigerLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTStd-BoldItalic.woff2") format("woff2"), url("../fonts/FrutigerLTStd-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("../fonts/FrutigerLTStd-Italic.woff2") format("woff2"), url("../fonts/FrutigerLTStd-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger Light";
  src: url("../fonts/FrutigerLTStd-LightCn.woff2") format("woff2"), url("../fonts/FrutigerLTStd-LightCn.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger Bold Cn";
  src: url("../fonts/FrutigerLTStd-BoldCn.woff2") format("woff2"), url("../fonts/FrutigerLTStd-BoldCn.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger UB";
  src: url("../fonts/FrutigerUB.woff2") format("woff2"), url("../fonts/FrutigerUB.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger XB Cn";
  src: url("../fonts/FrutigerXbCn.woff2") format("woff2"), url("../fonts/FrutigerXbCn.woff") format("woff");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
/*
* Base
*/
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.header-content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.page-title-wrapper,
.block.category.event,
.catalogsearch-result-index .columns,
.customer-account-login .columns,
.customer-account-create .columns,
.customer-account-forgotpassword .columns,
.account .columns,
.page.messages,
.cms-privacy-policy-cookie-restriction-mode .columns,
.cms-service-unavailable .columns,
.cms-private-sales .columns,
.cms-reward-points .columns,
.cms-dealerlocator .columns,
.cms-about .columns,
.checkout-cart-index .columns,
.checkout-index-index .columns,
.cms-noroute-index .columns,
.top-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}

body[class*=amblog-index-] .columns,
body[class*=amblog-index-] .page-title-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.catalog-category-view .columns {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

.page-main,
.account .page-main {
  box-sizing: border-box;
  margin-top: -80px;
  padding-top: 100px;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .page-main,
  .account .page-main {
    margin-top: -100px;
    padding-top: 120px;
  }
}

@media screen and (min-width: 1040px) {
  div[data-appearance=full-width] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  h1.page-title {
    margin-top: 30px;
  }
}
.block-collapsible-nav.block-collapsible-nav {
  position: static;
}

.account.page-layout-2columns-left .sidebar {
  order: 0;
}

/*
* Fonts
*/
html, body {
  font-family: "Frutiger";
  color: #767676;
  -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: "Frutiger";
  color: #1e1e1e;
  font-weight: 700;
  text-transform: none;
}
html h1, body h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.38rem;
  color: #1e1e1e;
}
html h2, body h2 {
  font-family: "Frutiger XB Cn";
  font-size: 3rem;
  font-weight: 950;
  line-height: 1.3;
  margin: 3rem 0 1.38rem;
  color: #1e1e1e;
}
html h3, body h3 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 3rem 0 1.38rem;
  color: #1e1e1e;
}
html h4, html h5, html h6, body h4, body h5, body h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 3rem 0 1.38rem;
  color: #1e1e1e;
}
html p, body p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #767676;
  line-height: 1.8;
}
html a, body a {
  color: #AD1D40;
  text-decoration: underline;
  transition: color 0.15s linear;
}
html a:visited, body a:visited {
  color: #921D37;
  text-decoration: underline;
}
html a:hover, html a:active, body a:hover, body a:active {
  color: #1e1e1e;
  text-decoration: underline;
}
html ul, body ul {
  font-size: 1.4rem;
}
html .filter-title, body .filter-title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1.38rem 0;
  color: #1e1e1e;
  line-height: 1.8;
  text-transform: none;
}
html .filter-title strong, body .filter-title strong {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1.38rem 0;
  color: #1e1e1e;
  line-height: 1.8;
  text-transform: none;
}
html .filter-subtitle, body .filter-subtitle {
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0 0 1.38rem 0;
  color: #1e1e1e;
  line-height: 1.8;
  text-transform: none;
}
html .filter-options .filter-options-title, body .filter-options .filter-options-title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1.38rem 0;
  color: #1e1e1e;
  text-transform: none;
}
html .product-item-name > a, body .product-item-name > a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 5px 0px;
  text-transform: none;
  transition: color 0.15s linear;
}
html .product-item-name > a:visited, body .product-item-name > a:visited {
  color: #000;
}
html .product-item-name > a:hover, html .product-item-name > a:focus, body .product-item-name > a:hover, body .product-item-name > a:focus {
  color: #AD1D40;
}
html hr, body hr {
  border-color: #EEEEEE;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.8rem;
  }
  html h1, body h1 {
    font-size: 5.2rem;
  }
  html h2, body h2 {
    font-size: 4rem;
  }
  html h3, body h3 {
    font-size: 2.6rem;
  }
  html h4, html h5, html h6, body h4, body h5, body h6 {
    font-size: 1.8rem;
  }
  html p,
  html ul, body p,
  body ul {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 2560px) {
  body {
    font-size: 2.2rem;
  }
  html h1, body h1 {
    font-size: 6rem;
  }
  html h2, body h2 {
    font-size: 5.2rem;
  }
  html h3, body h3 {
    font-size: 4rem;
  }
  html h4, html h5, html h6, body h4, body h5, body h6 {
    font-size: 3rem;
  }
  html p,
  html ul, body p,
  body ul {
    font-size: 2.2rem;
  }
  html p, body p {
    line-height: 1.6;
  }
}
.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #AD1D40;
}

.text-body {
  color: #767676;
}

.text-black p,
.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-red p,
.text-red h1,
.text-red h2,
.text-red h3,
.text-red h4,
.text-red h5,
.text-red h6,
.text-body p,
.text-body h1,
.text-body h2,
.text-body h3,
.text-body h4,
.text-body h5,
.text-body h6 {
  color: inherit;
}

/*
* Accessibility
*/
._keyfocus *:focus {
  box-shadow: none;
  outline: 2px solid #AD1D40;
  outline-offset: 1px;
}

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

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

/*
* Buttons
*/
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
button,
button.primary,
.pagebuilder-button-primary,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.action.primary,
a.action.primary,
.action-primary,
.action.update,
.box-tocart .action.tocart,
.review-form .action.submit.primary,
.amblog-post-container .amblog-read,
.amblog-grid-list .slick-slide .amblog-item .amblog-read {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
button:visited,
button.primary:visited,
.pagebuilder-button-primary:visited,
a.pagebuilder-button-primary:visited,
button.pagebuilder-button-primary:visited,
div.pagebuilder-button-primary:visited,
.action.primary:visited,
a.action.primary:visited,
.action-primary:visited,
.action.update:visited,
.box-tocart .action.tocart:visited,
.review-form .action.submit.primary:visited,
.amblog-post-container .amblog-read:visited,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:visited {
  color: #000;
}
button:hover, button:active, button:focus,
button.primary:hover,
button.primary:active,
button.primary:focus,
.pagebuilder-button-primary:hover,
.pagebuilder-button-primary:active,
.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:focus,
.action.primary:hover,
.action.primary:active,
.action.primary:focus,
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
.action-primary:hover,
.action-primary:active,
.action-primary:focus,
.action.update:hover,
.action.update:active,
.action.update:focus,
.box-tocart .action.tocart:hover,
.box-tocart .action.tocart:active,
.box-tocart .action.tocart:focus,
.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:focus,
.amblog-post-container .amblog-read:hover,
.amblog-post-container .amblog-read:active,
.amblog-post-container .amblog-read:focus,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:active,
.amblog-grid-list .slick-slide .amblog-item .amblog-read:focus {
  color: #fff;
  border: 1px solid #AD1D40;
  background-color: #AD1D40;
}
button.tocart,
button.primary.tocart,
.pagebuilder-button-primary.tocart,
a.pagebuilder-button-primary.tocart,
button.pagebuilder-button-primary.tocart,
div.pagebuilder-button-primary.tocart,
.action.primary.tocart,
a.action.primary.tocart,
.action-primary.tocart,
.action.update.tocart,
.box-tocart .action.tocart.tocart,
.review-form .action.submit.primary.tocart,
.amblog-post-container .amblog-read.tocart,
.amblog-grid-list .slick-slide .amblog-item .amblog-read.tocart {
  font-size: 1.8rem;
}
button#product-addtocart-button,
button.primary#product-addtocart-button,
.pagebuilder-button-primary#product-addtocart-button,
a.pagebuilder-button-primary#product-addtocart-button,
button.pagebuilder-button-primary#product-addtocart-button,
div.pagebuilder-button-primary#product-addtocart-button,
.action.primary#product-addtocart-button,
a.action.primary#product-addtocart-button,
.action-primary#product-addtocart-button,
.action.update#product-addtocart-button,
.box-tocart .action.tocart#product-addtocart-button,
.review-form .action.submit.primary#product-addtocart-button,
.amblog-post-container .amblog-read#product-addtocart-button,
.amblog-grid-list .slick-slide .amblog-item .amblog-read#product-addtocart-button {
  font-size: 1.8rem;
}

.inverted .pagebuilder-button-primary,
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.3);
  border: solid 1px #fff;
  color: #fff;
}
.inverted .pagebuilder-button-primary:visited,
.pagebuilder-slide-wrapper .pagebuilder-slide-button:visited {
  color: #fff;
}
.inverted .pagebuilder-button-primary:hover, .inverted .pagebuilder-button-primary:active, .inverted .pagebuilder-button-primary:focus,
.pagebuilder-slide-wrapper .pagebuilder-slide-button:hover,
.pagebuilder-slide-wrapper .pagebuilder-slide-button:active,
.pagebuilder-slide-wrapper .pagebuilder-slide-button:focus {
  color: #767676;
  border-color: #767676;
  background-color: #000;
}

.view-more .pagebuilder-button-primary {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #AD1D40;
  border: solid 1px #AD1D40;
  color: #fff;
}
.view-more .pagebuilder-button-primary:visited {
  color: #fff;
}
.view-more .pagebuilder-button-primary:hover, .view-more .pagebuilder-button-primary:active, .view-more .pagebuilder-button-primary:focus {
  color: #fff;
  border-color: #D68E9F;
  background-color: #D68E9F;
}

.disabled .pagebuilder-button-primary,
button.action.out-of-stock {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #bfbfbf;
  border: solid 1px #bfbfbf;
  color: #fff;
  pointer-events: none;
}
.disabled .pagebuilder-button-primary:visited,
button.action.out-of-stock:visited {
  color: #fff;
}
.disabled .pagebuilder-button-primary:hover, .disabled .pagebuilder-button-primary:active, .disabled .pagebuilder-button-primary:focus,
button.action.out-of-stock:hover,
button.action.out-of-stock:active,
button.action.out-of-stock:focus {
  color: #fff;
  border-color: #000;
  background-color: #000;
  text-decoration: line-through;
}

button.secondary,
.action.secondary,
.action-secondary,
.pagebuilder-button-secondary,
a.pagebuilder-button-secondary,
.cart-discount .actions-toolbar .action.primary:not(:focus),
.action.check {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #000;
  border: #000;
  color: #fff;
  min-width: 250px;
}
button.secondary:visited,
.action.secondary:visited,
.action-secondary:visited,
.pagebuilder-button-secondary:visited,
a.pagebuilder-button-secondary:visited,
.cart-discount .actions-toolbar .action.primary:not(:focus):visited,
.action.check:visited {
  color: #fff;
}
button.secondary:hover, button.secondary:active, button.secondary:focus,
.action.secondary:hover,
.action.secondary:active,
.action.secondary:focus,
.action-secondary:hover,
.action-secondary:active,
.action-secondary:focus,
.pagebuilder-button-secondary:hover,
.pagebuilder-button-secondary:active,
.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
.cart-discount .actions-toolbar .action.primary:not(:focus):hover,
.cart-discount .actions-toolbar .action.primary:not(:focus):active,
.cart-discount .actions-toolbar .action.primary:not(:focus):focus,
.action.check:hover,
.action.check:active,
.action.check:focus {
  color: #fff;
  border: #767676;
  background-color: #767676;
}

.modal-popup .action-secondary {
  min-width: unset;
}

.pagebuilder-button-link,
a.pagebuilder-button-link,
.action.action-cancel,
.cart-discount .action.check,
.gift-options .actions-toolbar .action-cancel {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: transparent;
  border: none;
  color: #000;
  text-decoration: underline;
}
.pagebuilder-button-link:visited,
a.pagebuilder-button-link:visited,
.action.action-cancel:visited,
.cart-discount .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited {
  color: #000;
}
.pagebuilder-button-link:hover, .pagebuilder-button-link:active, .pagebuilder-button-link:focus,
a.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
.action.action-cancel:hover,
.action.action-cancel:active,
.action.action-cancel:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus {
  color: #767676;
  background-color: transparent;
}

.load-more {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #AD1D40;
  border: solid 1px #AD1D40;
  color: #fff;
}
.load-more:visited {
  color: #fff;
}
.load-more:hover, .load-more:active, .load-more:focus {
  color: #fff;
  border-color: #D68E9F;
  background-color: #D68E9F;
}

/*
* Swatches
*/
.swatch-attribute-label {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
}

.swatch-attribute-selected-option {
  display: none;
}

.swatch-option {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 5px;
  height: 30px;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
}
.swatch-option:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.swatch-option.text {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 5px;
  min-width: 100px;
  margin: 0;
}
.swatch-option.text:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.swatch-option.color {
  border: 1px solid #000;
  border-radius: 100%;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 1px solid #AD1D40;
  outline-offset: 1px;
}
.swatch-option.color.selected {
  border: 1px solid #fff;
  outline: 1px solid #AD1D40;
  outline-offset: 2px;
  color: #767676;
}
.swatch-option.selected {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}

.swatch-attribute {
  margin: 0 0 20px;
}
.swatch-attribute.size .swatch-option {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 5px;
  height: 30px;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
}
.swatch-attribute.size .swatch-option:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.swatch-attribute.size .swatch-option.text {
  background: #fff;
  border: 1px solid #f1f1f1;
  font-size: 1.4rem;
  color: #767676;
  padding: 5px;
  min-width: 100px;
  margin: 0;
}
.swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}

.swatch-attribute-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .swatch-attribute-label,
  .swatch-option,
  .swatch-option.text,
  .swatch-attribute.size .swatch-option,
  .swatch-attribute.size .swatch-option.text {
    font-size: 1.8rem;
  }
}
/*
* Inputs
*/
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: #fbfbfb;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  height: 2em;
  width: 100%;
  margin: 0;
  padding: 0.6em 0.6em 0.4em;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #1e1e1e;
  font-family: "Frutiger";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
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: #f8f8f8;
  border: #EEEEEE;
  color: #1e1e1e;
  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: #fbfbfb;
  border: 1px solid #bfbfbf;
  opacity: 0.2;
  color: #1e1e1e;
  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: #717171 !important;
  font-style: normal;
}

input[type=text] {
  background-color: #fbfbfb;
  border-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  height: 2em;
  width: 100%;
  margin: 0;
  padding: 0.6em 0.6em 0.4em;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #1e1e1e;
  font-family: "Frutiger";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
input[type=text]:focus {
  background-color: #f8f8f8;
  border: #EEEEEE;
  color: #1e1e1e;
  font-style: normal;
}
input[type=text]:disabled {
  background-color: #fbfbfb;
  border: 1px solid #bfbfbf;
  opacity: 0.2;
  color: #1e1e1e;
  font-style: normal;
}
input[type=text]::placeholder {
  opacity: 1;
  color: #717171 !important;
  font-style: normal;
}

select {
  background-color: #fbfbfb;
  border-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  height: 2em;
  width: 100%;
  margin: 0;
  padding: 0.6em 0.6em 0.4em;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #1e1e1e;
  font-family: "Frutiger";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
select:focus {
  background-color: #f8f8f8;
  border: #EEEEEE;
  color: #1e1e1e;
  font-style: normal;
}
select:disabled {
  background-color: #fbfbfb;
  border: 1px solid #bfbfbf;
  opacity: 0.2;
  color: #1e1e1e;
  font-style: normal;
}
select::placeholder {
  opacity: 1;
  color: #717171 !important;
  font-style: normal;
}

textarea {
  resize: vertical;
  background-color: #fbfbfb;
  border-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  height: auto;
  min-height: 2em;
  width: 100%;
  margin: 0;
  padding: 0.6em 0.6em 0.4em;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #1e1e1e;
  font-family: "Frutiger";
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}
textarea:focus {
  background-color: #f8f8f8;
  border: #EEEEEE;
  color: #1e1e1e;
  font-style: normal;
}
textarea:disabled {
  background-color: #fbfbfb;
  border: 1px solid #bfbfbf;
  opacity: 0.2;
  color: #1e1e1e;
  font-style: normal;
}
textarea::placeholder {
  opacity: 1;
  color: #717171 !important;
  font-style: normal;
}

input[type=checkbox] {
  vertical-align: bottom;
  width: auto;
}

.limiter-options {
  background-color: white;
  border: 1px solid #767676;
  border-radius: 0;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 0.6em 0.6em 0.4em;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #000;
  font-family: "Frutiger";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.limiter-options:focus {
  background-color: #f8f8f8;
  border: #EEEEEE;
  color: #1e1e1e;
  font-style: normal;
}
.limiter-options:disabled {
  background-color: #fbfbfb;
  border: 1px solid #bfbfbf;
  opacity: 0.2;
  color: #1e1e1e;
  font-style: normal;
}

.sorter .sorter-options {
  background-color: white;
  border: 1px solid #767676;
  border-radius: 0;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 0.6em 0.6em 0.4em;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #000;
  font-family: "Frutiger";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.sorter .sorter-action:before {
  line-height: 1.42;
}

@media screen and (min-width: 2560px) {
  input[type=text], input[type=radio], input[type=checkbox], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
    font-size: 2.2rem;
  }
}
/****
** 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 #bfbfbf;
  border-radius: 0;
  padding: 0.6em 0.6em 0.4em;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e1e1e;
  height: 2em;
}

/*
* Forms
*/
/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset > legend.legend {
  color: #767676;
  font-size: 24px;
  font-family: "Frutiger";
  font-weight: 400;
  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 #bfbfbf;
  border-radius: 0;
  padding: 0.6em 0.6em 0.4em;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e1e1e;
  height: 2em;
}

/*
* Messages
*/
.message.success a {
  color: #5F5F5F;
}
.message.success a:hover, .message.success a:focus {
  color: #000;
}

/*
* Menu
*/
.breadcrumbs {
  display: block;
  margin: 20px auto;
  padding: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% - 30px);
  z-index: 9;
}
.breadcrumbs .items .item {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0;
  color: #000;
  font-weight: 400;
}
.breadcrumbs .items .item a {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0;
  color: #000;
  font-weight: 400;
}
.breadcrumbs .items .item strong {
  font-weight: 400;
  color: #000;
}
.breadcrumbs .items .item:after {
  color: #000;
  line-height: 1;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: ">";
  font-family: "Frutiger";
  font-size: 1.2rem;
  margin: 0 5px;
  padding: 0;
}

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

@media screen and (min-width: 1024px) {
  .breadcrumbs {
    padding-right: 20px;
    padding-left: 20px;
  }
  .breadcrumbs .items .item,
  .breadcrumbs .items .item a,
  .breadcrumbs .items .item:not(:last-child):after {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1040px) {
  .breadcrumbs {
    padding-right: 0;
    padding-left: 0;
  }
}
.mobile-nav-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in;
  width: 0;
}
.mobile-nav-wrapper .navigation {
  visibility: hidden;
}

.mobile-nav-header,
.mobile-nav-footer {
  display: block;
  visibility: hidden;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.mobile-nav-header .nav-close {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 15px;
}
.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/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;
}
.mobile-nav-header .nav-close:hover, .mobile-nav-header .nav-close:focus {
  background: #fbfbfb;
  border: 1px solid #EEEEEE;
}

.mobile-nav-footer {
  background: #000;
  font-size: 1.4rem;
  padding: 15px 90px 15px 10px;
}
.mobile-nav-footer ul {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-footer li {
  margin-bottom: 0;
}
.mobile-nav-footer a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.mobile-nav-footer a:visited {
  color: #fff;
}
.mobile-nav-footer a:hover, .mobile-nav-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.mobile-nav-footer 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;
}
.mobile-nav-footer .mobile-stores-link a::before {
  background-image: url("../images/psbIcon_locator.svg");
}
.mobile-nav-footer .mobile-account-link a::before {
  background-image: url("../images/psbIcon_account.svg");
}

.page-header .mobile-nav-footer .region-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.page-header .mobile-nav-footer .region-toggle img {
  width: 25px;
  height: 25px;
}
.page-header .mobile-nav-footer .region-toggle span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}

.mobile-nav-wrapper .navigation {
  background-color: transparent;
  padding: 25px 0;
}
.mobile-nav-wrapper .navigation .level0 {
  border: none;
}
.mobile-nav-wrapper .navigation .level0:last-child {
  border: none;
}
.mobile-nav-wrapper .navigation .level0 a.level-top {
  border-bottom: 1px solid lightgrey;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 10px 0;
  text-transform: none;
}
.mobile-nav-wrapper .navigation .level0 a.level-top::after {
  transition: transform 0.2s linear;
}
.mobile-nav-wrapper .navigation .level0 a.level-top[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.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;
  padding-left: 8px;
}
.mobile-nav-wrapper .navigation .level0 .submenu {
  height: 0;
  transition: height 0.2s linear, visibility 0.3s linear;
  visibility: hidden;
}
.mobile-nav-wrapper .navigation .submenu:not(:first-child) > li > a {
  padding-left: 0;
}
.mobile-nav-wrapper .navigation .submenu:not(:first-child) .level1.active > a {
  border-left: none;
  padding-left: 0;
}
.mobile-nav-wrapper .navigation .level1 a {
  border-bottom: 0;
  color: #000;
  font-weight: 400;
  margin: 0;
  display: block;
}
.mobile-nav-wrapper .navigation .level1.view-all a {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

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

.nav-open .page-wrapper {
  left: 0;
}
.nav-open .nav-toggle:after {
  display: none;
}
.nav-open .mobile-nav-header,
.nav-open .mobile-nav-footer {
  visibility: visible;
}
.nav-open .mobile-nav-wrapper {
  opacity: 1;
  overflow: auto;
  width: 100%;
  z-index: 999;
}
.nav-open .mobile-nav-wrapper .navigation {
  background-color: transparent;
  box-shadow: none;
  height: auto;
  margin: 0 20px;
  overflow: scroll;
  position: static;
  width: calc(100vw - 40px);
  flex: 2 0 auto;
  visibility: visible;
}
.nav-open .mobile-nav-wrapper .navigation .level0.is-active .submenu {
  visibility: visible;
}

@media screen and (min-width: 500px) {
  .mobile-nav-footer {
    padding-right: 150px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-nav-wrapper {
    display: none;
  }
}
.nav-sections-item-title {
  display: none;
}

@media screen and (min-width: 769px) {
  .nav-sections {
    background: transparent;
    margin: 0;
  }
  .nav-sections .navigation {
    background: transparent;
    position: static;
  }
  .nav-sections .navigation ul.disclosure-nav {
    position: static;
  }
  .nav-sections .navigation .category-item.level0 {
    position: static;
  }
  .nav-sections .navigation .category-item.level0 a.level-top {
    border: 0;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Frutiger";
    margin-bottom: 0;
    padding: 25px 30px;
  }
  .nav-sections .navigation .category-item.level0 a.level-top::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: "\e622";
    font-family: "luma-icons";
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    speak: none;
  }
  .nav-sections .navigation .category-item.level0 a.level-top:hover, .nav-sections .navigation .category-item.level0 a.level-top:focus {
    color: #fff;
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .nav-sections .navigation .category-item.level0 a.level-top:hover::after, .nav-sections .navigation .category-item.level0 a.level-top:focus::after {
    font-weight: 700;
  }
  .nav-sections .navigation .category-item.level0 a.level-top span {
    pointer-events: none;
  }
  .nav-sections .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #EEEEEE;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    left: 0;
    padding: 50px;
    width: 100%;
    max-width: 1140px;
    min-height: 550px;
  }
  .nav-sections .navigation .level0 .submenu li {
    position: static;
  }
  .nav-sections .navigation .level0 .submenu li a {
    border: none;
    color: #767676;
    font-size: 2rem;
    font-weight: 400;
    padding: 7px 0;
    text-decoration: none;
  }
  .nav-sections .navigation .level0 .submenu li a::after {
    background-image: url("../images/psbIcon_arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 25px;
    height: 25px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin-left: 1rem;
    opacity: 0.5;
    vertical-align: middle;
    width: 15px;
    height: 15px;
  }
  .nav-sections .navigation .level0 .submenu li a:hover, .nav-sections .navigation .level0 .submenu li a:focus {
    background: transparent;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .nav-sections .navigation .level0 .submenu li a:hover::after, .nav-sections .navigation .level0 .submenu li a:focus::after {
    opacity: 1;
  }
  .nav-sections .navigation .level0 .submenu li.view-all {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .nav-sections .navigation .level0 .submenu li.view-all a {
    color: #AD1D40;
    font-size: 1.7rem;
    text-decoration: underline;
  }
  .nav-sections .navigation .level0 .submenu li.view-all a::after {
    background-image: none;
  }
  .nav-sections .navigation .level0 .submenu li.view-all a:hover, .nav-sections .navigation .level0 .submenu li.view-all a:focus {
    color: #D68E9F;
    text-underline-offset: auto;
  }
  .nav-sections .navigation .level0:hover::after {
    display: none;
  }
  .nav-sections .navigation .level1.category-item {
    border-bottom: 0;
    margin-bottom: 5px;
  }
  .nav-sections .navigation .level1.category-item::after,
  .nav-sections .navigation .level1.view-all::after {
    background: #767676;
    content: "";
    display: block;
    width: 500px;
    height: 450px;
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 50px;
    transition: opacity 0.3s ease-in;
  }
  .nav-sections .navigation .level1.category-item:hover::after, .nav-sections .navigation .level1.category-item:focus::after,
  .nav-sections .navigation .level1.view-all:hover::after,
  .nav-sections .navigation .level1.view-all:focus::after {
    opacity: 1;
  }
  .nav-sections .navigation .level1.category-item.nav-1-1::after,
  .nav-sections .navigation .level1.view-all.nav-1-1::after {
    background-image: url("../images/psbMenu_Speakers-Tower.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-2::after,
  .nav-sections .navigation .level1.view-all.nav-1-2::after {
    background-image: url("../images/psbMenu_Speakers-Bookshelf.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-3::after,
  .nav-sections .navigation .level1.view-all.nav-1-3::after {
    background-image: url("../images/psbMenu_Speakers-Wireless.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-4::after,
  .nav-sections .navigation .level1.view-all.nav-1-4::after {
    background-image: url("../images/psbMenu_Speakers-HomeTheatre.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-5::after,
  .nav-sections .navigation .level1.view-all.nav-1-5::after {
    background-image: url("../images/psbMenu_Speakers-Outdoor.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-6::after,
  .nav-sections .navigation .level1.view-all.nav-1-6::after {
    background-image: url("../images/psbMenu_Speakers-Architectural.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-7::after,
  .nav-sections .navigation .level1.view-all.nav-1-7::after {
    background-image: url("../images/psbMenu_Speakers-Subwoofers.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-1-8::after,
  .nav-sections .navigation .level1.view-all.nav-1-8::after {
    background-image: url("../images/psbMenu_Speakers-Powered.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-2-1::after,
  .nav-sections .navigation .level1.view-all.nav-2-1::after {
    background-image: url("../images/psbMenu_Headphones-M4U9.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-2-2::after,
  .nav-sections .navigation .level1.view-all.nav-2-2::after {
    background-image: url("../images/psbMenu_Headphones-M4U8-MKII.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-2-3::after,
  .nav-sections .navigation .level1.view-all.nav-2-3::after {
    background-image: url("../images/psbMenu_Headphones-TWM.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-1::after,
  .nav-sections .navigation .level1.view-all.nav-3-1::after {
    background-image: url("../images/psbMenu_Series-Synchrony.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-2::after,
  .nav-sections .navigation .level1.view-all.nav-3-2::after {
    background-image: url("../images/psbMenu_Series-Passif.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-3::after,
  .nav-sections .navigation .level1.view-all.nav-3-3::after {
    background-image: url("../images/psbMenu_Series-Imagine.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-4::after,
  .nav-sections .navigation .level1.view-all.nav-3-4::after {
    background-image: url("../images/psbMenu_Series-Alpha.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-5::after,
  .nav-sections .navigation .level1.view-all.nav-3-5::after {
    background-image: url("../images/psbMenu_Series-iQ.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-6::after,
  .nav-sections .navigation .level1.view-all.nav-3-6::after {
    background-image: url("../images/psbMenu_Series-CustomSound.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-7::after,
  .nav-sections .navigation .level1.view-all.nav-3-7::after {
    background-image: url("../images/psbMenu_Series-PWM.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .level1.category-item.nav-3-8::after,
  .nav-sections .navigation .level1.view-all.nav-3-8::after {
    background-image: url("../images/psbMenu_Series-SubSeries.jpg");
    z-index: 2;
  }
  .nav-sections .navigation .nav-1 .level1.view-all::after {
    background-image: url("../images/psbMenu_Speakers-Default-v2.jpg");
    opacity: 1;
    z-index: 1;
  }
  .nav-sections .navigation .nav-2 .level1.view-all::after {
    background-image: url("../images/psbMenu_Headphones-Default.jpg");
    opacity: 1;
    z-index: 1;
  }
  .nav-sections .navigation .nav-3 .level1.view-all::after {
    background-image: url("../images/psbMenu_Series-Default.jpg");
    opacity: 1;
    z-index: 1;
  }
}
/*
* Header
*/
.page-header {
  border-bottom: none;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 99;
}
.page-header a.action.skip {
  color: #000;
}
.page-header a.action.skip:hover {
  color: #000;
  text-decoration: underline;
}
.page-header .header-wrapper {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 20px;
}
@media screen and (min-width: 769px) {
  .page-header .header-wrapper {
    background: unset;
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 0;
  }
}
.page-header .header a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header a:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.page-header .header .links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header .links li a:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.page-header .panel.wrapper {
  border-color: #AD1D40;
  background: #AD1D40;
  overflow: hidden;
}
.page-header .panel.wrapper div[data-content-type=text] p {
  color: #fff;
  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;
}

.page-header .header-primary {
  flex: 1 0 80px;
}
.page-header .header-primary .header-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.page-header .header-primary .nav-sections {
  display: none;
}
.page-header .logo {
  display: block;
  float: none;
  margin: 0;
  width: 70px;
  max-width: 70px;
  height: auto;
}
.page-header .nav-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-left: 15px;
  padding: 8px;
  order: 5;
  position: static;
}
.page-header .nav-toggle::before {
  background-image: url("../images/psbIcon_nav-bars.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 .stores-link,
.page-header .account-link {
  display: none;
}

@media screen and (min-width: 769px) {
  .page-header .header-primary {
    background: rgba(0, 0, 0, 0.8);
    flex: 1 0 97px;
  }
  .page-header .header-primary .header-content {
    gap: 50px;
    min-height: 97px;
    padding: 0 20px;
  }
  .page-header .header-primary .nav-sections {
    display: block;
  }
  .page-header .logo {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1080px) {
  .page-header .header-primary .header-content {
    margin: 0 auto;
    padding: 0;
  }
}
.page-header .header-secondary {
  flex: 2 0 50%;
}
.page-header .header-secondary .header-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-header .stores-link,
.page-header .account-link,
.page-header .region-toggle {
  display: none;
}
.page-header .minicart-wrapper {
  margin-top: 0;
  margin-left: 15px;
  padding: 0;
}
.page-header .minicart-wrapper .action.showcart {
  padding: 8px;
}
.page-header .minicart-wrapper .showcart::before,
.page-header .minicart-wrapper .showcart.active::before {
  background-image: url("../images/psbIcon_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;
}

@media screen and (min-width: 769px) {
  .page-header .header-secondary {
    background: #000;
  }
  .page-header .header-secondary .header-content {
    padding: 2px 20px;
  }
  .page-header .stores-link,
  .page-header .account-link {
    display: block;
    margin-left: 40px;
  }
  .page-header .stores-link a,
  .page-header .account-link a {
    cursor: pointer;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
  }
  .page-header .stores-link a span,
  .page-header .account-link a span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .stores-link a::before,
  .page-header .account-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;
  }
  .page-header .stores-link a::before {
    background-image: url("../images/psbIcon_locator.svg");
  }
  .page-header .account-link a::before {
    background-image: url("../images/psbIcon_account.svg");
  }
  .page-header .region-toggle {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    height: 41px;
    margin-left: 40px;
    padding: 6px;
  }
  .page-header .region-toggle:hover, .page-header .region-toggle:focus {
    background: transparent;
    border: 0;
  }
  .page-header .region-toggle img {
    width: 27px;
  }
  .page-header .region-toggle .region-toggle-title {
    display: none;
  }
  .page-header .minicart-wrapper {
    display: inline-block;
    margin-left: 40px;
    padding: 0;
  }
  .page-header .minicart-wrapper a {
    padding: 8px;
  }
}
@media screen and (min-width: 1080px) {
  .page-header .header-secondary .header-content {
    margin: 0 auto;
    padding: 2px 0;
  }
}
.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: 8px;
  width: 41px;
  height: 41px;
  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 .block-content {
    margin: 8px 0;
  }
  .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 8px;
    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 {
    margin-bottom: 0;
    position: static;
  }
  button.search-toggle.active {
    z-index: -1;
  }
}
/*
* Footer
*/
.page-footer {
  background-color: #000;
  padding-bottom: 0;
}
.page-footer .footer,
.page-footer .footer.content {
  border: none;
}
.page-footer .footer.content,
.page-footer .footer.content.content {
  margin: 0 auto;
  padding: 50px 20px;
  color: #D5D5D5;
}
.page-footer .footer ul,
.page-footer .footer.content ul {
  padding-right: 0;
}
.page-footer .footer li,
.page-footer .footer.content li {
  line-height: 1.8;
}
.page-footer .footer address,
.page-footer .footer.content address {
  margin-bottom: 20px;
}

@media screen and (min-width: 1080px) {
  .page-footer .footer.content,
  .page-footer .footer.content.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page-footer p,
  .page-footer ul {
    font-size: 1.6rem;
  }
}
.footer-secondary {
  background: #f1f1f1;
  color: #1e1e1e;
}
.footer-secondary > .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.footer-secondary p {
  color: #5F5F5F;
}
.footer-secondary h2, .footer-secondary h3, .footer-secondary h4, .footer-secondary h5, .footer-secondary h6 {
  color: #1e1e1e;
}
.footer-secondary h2 {
  font-family: "Frutiger";
  font-weight: 400;
  font-size: 2.6rem;
}
.footer-secondary h2:first-of-type {
  margin-top: 0;
}
.footer-secondary a {
  color: #AD1D40;
  text-decoration: underline;
  font-weight: 400;
}
.footer-secondary a:visited {
  color: #AD1D40;
}
.footer-secondary a:hover, .footer-secondary a:active {
  color: #AD1D40;
  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;
  }
}
.footer-primary {
  background-color: #000;
  color: #D5D5D5;
}
.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 p,
.footer-primary h2, .footer-primary h3, .footer-primary h4, .footer-primary h5, .footer-primary h6 {
  color: #D5D5D5;
}
.footer-primary a {
  color: #f1f1f1;
  text-decoration: none;
  font-weight: 400;
}
.footer-primary a:visited {
  color: #f1f1f1;
}
.footer-primary a:hover, .footer-primary a:active {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}
.footer-primary h2 {
  color: #bfbfbf;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 400;
}
.footer-primary h2:first-of-type {
  margin-top: 0;
}
.footer-primary h3 {
  color: #bfbfbf;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
.footer-primary button#ot-sdk-btn {
  background: transparent;
  border: none;
  color: #f1f1f1;
  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: #fff;
  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: 1.8rem;
  }
}
.footer-secondary .footer-benefits {
  border-bottom: 2px solid #000;
}
.footer-secondary .footer-benefits .footer-col {
  margin-bottom: 50px;
}
.footer-secondary .footer-benefits .footer-col svg {
  margin-bottom: 25px;
}
.footer-secondary .footer-benefits .footer-col h2 {
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .footer-secondary .footer-benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    flex: 1 0 100%;
    padding-bottom: 50px;
  }
  .footer-secondary .footer-benefits .footer-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 40%;
    margin-bottom: 0;
  }
  .footer-secondary .footer-benefits .footer-col svg,
  .footer-secondary .footer-benefits .footer-col p {
    flex: 0 1 auto;
  }
  .footer-secondary .footer-benefits .footer-col h2 {
    flex: 1 2 auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer-secondary .footer-benefits {
    padding-bottom: 50px;
  }
  .footer-secondary .footer-benefits .footer-col {
    flex: 1 0 29%;
  }
}
.footer-social-links h2 {
  margin-bottom: 45px;
  text-align: center;
}
.footer-social-links ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.footer-social-links a {
  display: block;
  width: 50px;
  height: 50px;
  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: 50px;
  }
}
.footer-newsletter-form .content {
  margin-top: 45px;
}
.footer-newsletter-form .hbspt-form {
  margin-top: 45px;
}
.footer-newsletter-form .hbspt-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-newsletter-form .hs_email {
  color: #5F5F5F;
  max-width: 400px;
}
.footer-newsletter-form .hs-form-required,
.footer-newsletter-form .hs-error-msg,
.footer-newsletter-form .hs-error-msgs,
.footer-newsletter-form .legal-consent-container .hs-error-msgs label {
  color: #e02b27;
}
.footer-newsletter-form .hs-form-required {
  margin-left: 3px;
}
.footer-newsletter-form input {
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: 50px;
  margin: 0;
  padding: 15px;
}
.footer-newsletter-form .legal-consent-container .hs-form-booleancheckbox-display input {
  height: auto;
  margin-top: 3px;
}
.footer-newsletter-form .actions {
  width: auto;
}
.footer-newsletter-form .hs-button {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #AD1D40;
  border: solid 1px #AD1D40;
  color: #fff;
  height: 50px;
  width: 100%;
  min-width: 150px;
  max-width: 400px;
}
.footer-newsletter-form .hs-button:visited {
  color: #fff;
}
.footer-newsletter-form .hs-button:hover, .footer-newsletter-form .hs-button:active, .footer-newsletter-form .hs-button:focus {
  color: #fff;
  border-color: #D68E9F;
  background-color: #D68E9F;
}

@media screen and (min-width: 768px) {
  .footer-secondary .footer-newsletter-form {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-newsletter-form .hbspt-form form {
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .footer-newsletter-form .legal-consent-container {
    order: 3;
    flex: 0 1 100%;
  }
  .footer-newsletter-form .hs_email {
    flex: 0 1 400px;
    margin-right: 15px;
  }
  .footer-newsletter-form .hs_submit {
    flex: 0 1 auto;
  }
}
.page-footer .footer-bottom .footer.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px 25px;
}
.page-footer .footer-bottom .footer-bottom-left {
  display: flex;
}
.page-footer .footer-bottom .footer-bottom-left .language-switcher {
  margin-right: 10px;
}
.page-footer .footer-bottom .weglot-container {
  margin-left: 25px;
  position: relative;
}
.page-footer .footer-bottom .weglot-container::before {
  background: url("../images/psbIcon_globe.svg") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: -25px;
  width: 20px;
  height: 20px;
}
.page-footer .footer-bottom .weglot-container::after {
  background: url("../images/psbIcon_select-bg.svg") no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.page-footer .footer-bottom .weglot-container .weglot_switcher {
  background-color: transparent;
  border: none;
  color: #fff;
  height: auto;
  line-height: 1;
  padding: 3px 5px;
}
.page-footer .footer-bottom .weglot-container .weglot_switcher a {
  color: #fff;
}
.page-footer .footer-bottom .weglot-container .weglot_switcher.default.wg-drop .wg-li.wgcurrent {
  height: auto;
  border: none;
  font-size: 1.4rem;
}
.page-footer .footer-bottom .weglot-container .weglot_switcher.default.wg-drop a {
  height: auto;
  font-size: 1.4rem;
}
.page-footer .footer-bottom .weglot-container .weglot_switcher.default.wg-drop .wgcurrent a {
  padding-right: 20px;
  padding-left: 0;
}
.page-footer .footer-bottom .weglot-container .weglot_switcher.default.wg-drop.weg-openup ul {
  left: -25px;
  bottom: 32px;
}
.page-footer .footer-bottom .weglot-container .wg-drop.country-selector ul {
  background: #4C4C4C;
  border-color: #A5A5A5;
  padding: 8px 15px;
}
.page-footer .footer-bottom .weglot-container .wg-drop.country-selector .wgcurrent:after {
  display: none;
}
.page-footer .footer-bottom .copyright {
  background: #000;
  color: #D5D5D5;
  padding: 0;
}
.page-footer .footer-bottom .copyright p {
  color: #D5D5D5;
  margin-bottom: 0;
}
.page-footer .footer-bottom .copyright a {
  color: #f1f1f1;
  text-decoration: none;
}
.page-footer .footer-bottom .copyright a:visited {
  color: #f1f1f1;
}
.page-footer .footer-bottom .copyright a:hover, .page-footer .footer-bottom .copyright a:active {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .page-footer .footer-bottom .footer.content {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1080px) {
  .page-footer .footer-bottom .footer.content {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
 * Components
 */
/* 
* Mini cart
*/
.minicart-wrapper .action.showcart .counter.qty {
  background: #AD1D40;
  border-radius: 100%;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 20px;
  position: absolute;
  top: -6px;
  right: -8px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.minicart-wrapper .block-minicart {
  color: #767676;
}

.minicart-items .product-item-name a,
.minicart-items .product-item-name a:visited {
  color: #000;
}

@media screen and (max-width: 370px) {
  .minicart-wrapper .block-minicart {
    width: 250px;
  }
}
@media screen and (min-width: 769px) {
  .minicart-wrapper .action.showcart .counter.qty {
    top: -8px;
    right: -10px;
  }
}
/*
* Search autocomplete
*/
.search-autocomplete {
  margin-top: 0;
}
.search-autocomplete ul li {
  color: #1e1e1e;
  font-size: 1.6rem;
}

/* 
* Slider
*/
[data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
  margin-left: unset;
  margin-right: unset;
  max-width: none;
}

.pagebuilder-slider {
  padding: 0;
}

.pagebuilder-poster-content {
  max-width: 1440px;
  text-align: center;
}

/*
* Amasty blog
*/
.amblog-swipe {
  background-image: url("../images/psbIcon_chevron-left.svg");
}

.amblog-aside-right {
  display: block;
  right: -300px;
  transition: all 0.3s ease-in;
}
.amblog-aside-right.active {
  right: 0;
}
.amblog-aside-right h2 {
  font-weight: 400;
  font-family: "Frutiger";
  font-size: 3rem;
}
.amblog-aside-right .amblog-close: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;
}

.amblog-index-post .amblog-post-container .amblog-post-title {
  display: none;
}

.amblog-index-index .amblog-ref,
.amblog-index-search .amblog-ref,
.amblog-index-tag .amblog-ref,
.amblog-index-category .amblog-ref,
.amblog-index-post .amblog-ref,
.amblog-index-author .amblog-ref,
.amblog-element-block .amblog-headline:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover,
.amblog-element-block .amblog-categories .amblog-link:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover,
.amblog-post-title .post-title:hover {
  color: #AD1D40;
}
.amblog-index-index .amblog-ref:hover, .amblog-index-index .amblog-ref:focus,
.amblog-index-search .amblog-ref:hover,
.amblog-index-search .amblog-ref:focus,
.amblog-index-tag .amblog-ref:hover,
.amblog-index-tag .amblog-ref:focus,
.amblog-index-category .amblog-ref:hover,
.amblog-index-category .amblog-ref:focus,
.amblog-index-post .amblog-ref:hover,
.amblog-index-post .amblog-ref:focus,
.amblog-index-author .amblog-ref:hover,
.amblog-index-author .amblog-ref:focus,
.amblog-element-block .amblog-headline:hover:hover,
.amblog-element-block .amblog-headline:hover:focus,
.amblog-post-container .amblog-widget-container .amblog-headline:hover:hover,
.amblog-post-container .amblog-widget-container .amblog-headline:hover:focus,
.amblog-element-block .amblog-categories .amblog-link:hover:hover,
.amblog-element-block .amblog-categories .amblog-link:hover:focus,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover:hover,
.amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover:focus,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover:focus,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover:hover,
.amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover:focus,
.amblog-post-title .post-title:hover:hover,
.amblog-post-title .post-title:hover:focus {
  color: #1e1e1e;
}

.ampost-link {
  color: #AD1D40;
  font-weight: 400;
  text-decoration: underline;
}
.ampost-link:active, .ampost-link:visited {
  color: #AD1D40;
}
.ampost-link:hover, .ampost-link:focus {
  color: #1e1e1e;
  text-decoration: underline;
}

.amblog-list .ampost-link {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  margin-top: 60px;
}
.amblog-list .ampost-link:visited {
  color: #000;
}
.amblog-list .ampost-link:hover, .amblog-list .ampost-link:active, .amblog-list .ampost-link:focus {
  color: #fff;
  border: 1px solid #AD1D40;
  background-color: #AD1D40;
}

.amblog-tabs-block.-title .amblog-item.-active {
  border-color: #AD1D40;
}

.amblog-tag {
  transition: all 0.3s ease-out;
}
.amblog-tag:hover {
  background-color: #000;
}

.amblog-list .amblog-dates {
  display: none;
}

@media screen and (min-width: 768px) {
  body[class*=amblog-index-].page-layout-2columns-right .sidebar-additional {
    width: 35%;
  }
  body[class*=amblog-index-].page-layout-2columns-right .column.main {
    width: 65%;
  }
}
@media screen and (min-width: 1024px) {
  body[class*=amblog-index-].page-layout-2columns-right .sidebar-additional {
    width: 30%;
  }
  body[class*=amblog-index-].page-layout-2columns-right .column.main {
    width: 70%;
  }
}
/*
* Cart
*/
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong,
.gift-item-block .title {
  color: #AD1D40;
}

.gift-options,
.gift-wrapping-list,
.gift-options-content .fieldset .field {
  margin: 0;
}

.gift-options .actions-toolbar .secondary .action-cancel {
  margin-top: 0;
}

.fieldset.coupon button.action.apply.primary,
.form.giftcard button.action.add.primary {
  box-shadow: none;
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: transparent;
  border: none;
  color: #000;
  text-decoration: underline;
  min-width: unset;
}
.fieldset.coupon button.action.apply.primary:visited,
.form.giftcard button.action.add.primary:visited {
  color: #000;
}
.fieldset.coupon button.action.apply.primary:hover, .fieldset.coupon button.action.apply.primary:active, .fieldset.coupon button.action.apply.primary:focus,
.form.giftcard button.action.add.primary:hover,
.form.giftcard button.action.add.primary:active,
.form.giftcard button.action.add.primary:focus {
  color: #767676;
  background-color: transparent;
}

.cart-summary {
  background: #f8f8f8;
  color: #5F5F5F;
}

/*
* 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;
  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 #switcher-languageheader .action.toggle .view-current-store-switch.view-ca:before {
  background: url("../images/flags/flag_ca.svg") no-repeat;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-eu:before {
  background: url("../images/flags/flag_eu.svg") no-repeat;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-uk:before {
  background: url("../images/flags/flag_uk.svg") no-repeat;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-us:before {
  background: url("../images/flags/flag_us.svg") no-repeat;
}
.page-header #switcher-languageheader .action.toggle .view-current-store-switch.view-int:before {
  background: url("../images/flags/flag_int.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: #4C4C4C;
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
  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;
}
.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: #4C4C4C;
  color: #fff;
  text-decoration: underline;
}
.page-header #switcher-languageheader ul.dropdown 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;
}
.page-header #switcher-languageheader ul.dropdown a:after {
  display: none;
}
.page-header #switcher-languageheader ul.dropdown .view-ca a:before {
  background: url("../images/flags/flag_ca.svg") no-repeat;
}
.page-header #switcher-languageheader ul.dropdown .view-eu a:before {
  background: url("../images/flags/flag_eu.svg") no-repeat;
}
.page-header #switcher-languageheader ul.dropdown .view-uk a:before {
  background: url("../images/flags/flag_uk.svg") no-repeat;
}
.page-header #switcher-languageheader ul.dropdown .view-us a:before {
  background: url("../images/flags/flag_us.svg") no-repeat;
}
.page-header #switcher-languageheader ul.dropdown .view-int a:before {
  background: url("../images/flags/flag_int.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: #fff;
  position: relative;
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown {
  top: auto;
  right: auto;
  bottom: 60px;
  left: -30px;
  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: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-size: 1.4rem;
  line-height: inherit;
  padding: 0;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle::before {
  background: url("../images/psbIcon_globe.svg") no-repeat;
  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-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch {
  position: relative;
  text-align: center;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch:after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle .view-current-store-switch span:hover {
  text-decoration: underline;
}
.mobile-nav-footer #switcher-languagemobile .options .action.toggle.active .view-current-store-switch:after {
  content: "\e622";
}
.mobile-nav-footer #switcher-languagemobile .options ul.dropdown {
  background: #4C4C4C;
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
  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: #4C4C4C;
  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: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.3);
  border: solid 1px #fff;
  color: #fff;
  font-size: 1.4rem;
}
button.geoip_button:visited {
  color: #fff;
}
button.geoip_button:hover, button.geoip_button:active, button.geoip_button:focus {
  color: #767676;
  border-color: #767676;
  background-color: #000;
}

@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;
  }
}
/*
* Region modal
*/
.cover-modal {
  padding: 0;
}
.cover-modal .region-modal-inner {
  padding: 3rem;
}
.cover-modal select {
  height: 2.5em;
}

.close-modal-toggle {
  border-color: #EEEEEE;
  justify-self: end;
  padding: 2px 0 0 1px;
}
.close-modal-toggle svg {
  fill: #767676;
  width: 2rem;
  transition: fill 0.3s ease;
}
.close-modal-toggle:hover, .close-modal-toggle:focus {
  background-color: transparent;
  border-color: #000;
}
.close-modal-toggle:hover svg, .close-modal-toggle:focus svg {
  fill: #000;
}

.region-details {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.region-details .modal-flag {
  max-width: 25%;
  display: flex;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5%;
}
.region-details a {
  display: block;
}
.region-details a h2.region-message {
  display: inline-block;
  font-family: "Frutiger";
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease;
}
.region-details a h2.region-message::after {
  background-image: url("../images/psbIcon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin-left: 1rem;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.region-details a:hover, .region-details a:focus {
  background: transparent;
  text-decoration: none;
}
.region-details a:hover h2.region-message, .region-details a:focus h2.region-message {
  color: #AD1D40;
}
.region-details a:hover h2.region-message::after, .region-details a:focus h2.region-message::after {
  opacity: 1;
}

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

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

.cover-modal label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 3rem 0 1.38rem;
  color: #1e1e1e;
}

button.close-modal-text-toggle {
  color: #5F5F5F;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
}

button#save-settings {
  text-transform: uppercase;
  background-color: #AD1D40;
  color: #fff;
  border: none;
}

#psb-region-modal-language-switcher {
  background-color: #fbfbfb;
  background: #fbfbfb url("../../../../../frontend/Magento/luma/default/images/select-bg.svg") no-repeat 100% 45%;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  margin-bottom: 2rem;
}
#psb-region-modal-language-switcher .weglot-container {
  width: 100%;
}
#psb-region-modal-language-switcher .wg-drop.country-selector {
  background-color: transparent;
  border: none;
  color: #1e1e1e;
  display: block;
  height: auto;
  line-height: 1;
  padding: 0;
}
#psb-region-modal-language-switcher .wg-drop.country-selector a {
  color: #1e1e1e;
  font-size: 1.6rem;
}
#psb-region-modal-language-switcher .wg-drop.country-selector a:hover, #psb-region-modal-language-switcher .wg-drop.country-selector a:focus {
  text-decoration: none;
}
#psb-region-modal-language-switcher .wg-drop.country-selector.default.wg-drop .wg-li.wgcurrent {
  height: auto;
  border: none;
  font-size: 1.6rem;
}
#psb-region-modal-language-switcher .wg-drop.country-selector.default.wg-drop .wgcurrent a {
  box-sizing: border-box;
  height: 2.5em;
  padding: 0.6em 0.6em 0.4em;
}
#psb-region-modal-language-switcher .wg-drop.country-selector.default.wg-drop.weg-openup ul {
  height: 2.5em;
  top: 100%;
  overflow-y: hidden;
}
#psb-region-modal-language-switcher .wg-drop.country-selector ul {
  background: #fbfbfb;
  border: 1px solid #bfbfbf;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  color: #1e1e1e;
}
#psb-region-modal-language-switcher .wg-drop.country-selector ul a {
  cursor: pointer;
  height: 2.5em;
  width: 100%;
}
#psb-region-modal-language-switcher .wg-drop.country-selector ul a:hover, #psb-region-modal-language-switcher .wg-drop.country-selector ul a:focus {
  background: #f0f0f0;
  text-decoration: none;
}
#psb-region-modal-language-switcher .wg-drop.country-selector .wgcurrent:after {
  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%;
  }
  .cover-modal label {
    margin-top: 15px;
  }
}
/*
 * Pages
 */
/*
 * Home page
 */
.cms-home .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cms-home .page-main {
  padding-top: 0;
}

.home-3columns-container .home-3columns .pagebuilder-column-line {
  gap: 25px;
}

.home-blogs-container .amblog-post-list {
  box-shadow: none !important;
}
.home-blogs-container .amblog-list {
  padding: 0;
}

.slick-dots {
  bottom: 5%;
}
.slick-dots li button {
  border: 1px solid #f8f8f8;
  background-color: #808080;
}

.featured-2columns-container .featured-2columns-image-right .featured-2columns-desc {
  padding-left: 15px;
  padding-right: 15px;
}
.featured-2columns-container .featured-2columns-desc {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 481px) {
  .home-3columns-container .home-3columns div div h3[data-content-type=heading] {
    height: auto;
  }
  .home-3columns-container .home-3columns div div div[data-content-type=text] p {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .featured-2columns-container {
    margin-bottom: 2em;
  }
  .featured-2columns-container .featured-2columns-image-right .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .featured-2columns-container .featured-2columns-image-right .featured-2columns-image {
    width: 100% !important;
  }
  .featured-2columns-container .featured-2columns-image-right .featured-2columns-desc {
    width: 100% !important;
  }
  .featured-2columns-container .featured-2columns-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-blogs-container .amblog-post-list {
    box-shadow: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .featured-2columns-container.featured-2columns-margin {
    margin-top: -50px;
  }
  .featured-2columns-container .featured-2columns-image-right .pagebuilder-column-line {
    gap: 3em;
  }
  .featured-2columns-container .featured-2columns-image-right .featured-2columns-desc {
    padding-left: 2em;
    padding-right: 2em;
  }
  .featured-2columns-container .featured-2columns-image-left .pagebuilder-column-line {
    gap: 3em;
  }
  .featured-2columns-container .featured-2columns-image-left .featured-2columns-desc {
    padding-left: 2em;
    padding-right: 2em;
  }
  .home-blogs-container .amblog-list {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .home-blogs-container .amblog-list .post-item-info {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1280px) {
  .home-3columns-container .home-3columns {
    position: relative;
    height: 750px;
  }
  .home-3columns-container .home-tech-3columns {
    height: 1100px !important;
  }
  .home-3columns-container .home-3columns > div {
    height: 100%;
  }
  .home-3columns-container .home-3columns div div {
    display: inline;
    position: relative;
  }
  .home-3columns-container .home-3columns div div figure[data-content-type=image] {
    position: absolute;
    top: 0%;
  }
  .home-3columns-container .home-3columns div div h3[data-content-type=heading] {
    position: absolute;
    top: 52.5%;
  }
  .home-3columns-container .home-3columns div div div[data-content-type=text] {
    position: absolute;
    top: 65%;
  }
  .home-3columns-container .home-tech-3columns div div div[data-content-type=text] {
    position: absolute;
    top: 60%;
  }
  .home-3columns-container .home-3columns div div div[data-content-type=buttons] {
    position: absolute;
    top: 90%;
  }
  .home-3columns-container .home-tech-3columns div div div[data-content-type=buttons] {
    position: absolute;
    top: 85%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .home-3columns-container .home-3columns div div div[data-content-type=buttons] {
    top: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-2columns-container.featured-2columns-margin {
    margin-top: -100px;
  }
  .featured-2columns-container .featured-2columns-image-right .pagebuilder-column-line {
    gap: 5em;
  }
  .featured-2columns-container .featured-2columns-image-right .featured-2columns-desc {
    padding-left: 5em;
    padding-right: 5em;
  }
  .featured-2columns-container .featured-2columns-image-left .pagebuilder-column-line {
    gap: 5em;
  }
  .featured-2columns-container .featured-2columns-image-left .featured-2columns-desc {
    padding-left: 5em;
    padding-right: 5em;
  }
  .home-blogs-container .amblog-list {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
}
@media only screen and (min-width: 2560px) {
  .featured-2columns-container.featured-2columns-margin {
    margin-top: -200px;
  }
  .featured-2columns-container .featured-2columns-image-right .featured-2columns-desc {
    padding-left: 10em;
    padding-right: 10em;
  }
  .featured-2columns-container .featured-2columns-image-left .featured-2columns-desc {
    padding-left: 10em;
    padding-right: 10em;
  }
  .home-3columns-container .home-3columns {
    height: 850px;
  }
  .home-3columns-container .home-3columns div div h3[data-content-type=heading] {
    top: 45%;
  }
  .home-3columns-container .home-tech-3columns {
    height: 1200px !important;
  }
  .home-3columns-container .home-tech-3columns div div h3[data-content-type=heading] {
    top: 50% !important;
  }
  .home-3columns-container .home-tech-3columns div div div[data-content-type=buttons] {
    top: 92.5% !important;
  }
}
@media only screen and (min-width: 3840px) {
  .featured-2columns-container.featured-2columns-margin {
    margin-top: -300px;
  }
  .featured-2columns-container .featured-2columns-image-right .featured-2columns-desc {
    padding-left: 15em;
    padding-right: 15em;
  }
  .featured-2columns-container .featured-2columns-image-left .featured-2columns-desc {
    padding-left: 15em;
    padding-right: 15em;
  }
}
/*
 * Account pages
 */
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #AD1D40;
}

/*
 * Checkout
 */
.checkout-container {
  position: relative;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  background: white;
}

.opc-estimated-wrapper {
  background: #fbfbfb;
  border-color: #EEEEEE;
  color: #5F5F5F;
  margin-bottom: 40px;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: unset;
}

.authentication-wrapper {
  position: absolute;
  top: 80px;
  margin: 0;
  right: 0;
}

.field-tooltip .field-tooltip-content {
  background-color: #f8f8f8;
  color: #5F5F5F;
}
.field-tooltip .field-tooltip-content::after {
  border-right-color: #f8f8f8;
}

.opc-wrapper .methods-shipping {
  background: #fbfbfb;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  color: #5F5F5F;
}

table.table-checkout-shipping-method {
  width: 100%;
}
table.table-checkout-shipping-method tbody td {
  vertical-align: middle;
}

.opc-block-summary {
  background-color: #f8f8f8;
  color: #5F5F5F;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: unset;
}
.opc-block-summary .items-in-cart > .title:after {
  content: "";
}
.opc-block-summary .minicart-items {
  display: block !important;
}
.opc-block-summary .minicart-items .product-item-name {
  color: #4C4C4C;
  font-weight: 700;
}
.opc-block-summary .product-item .subtotal {
  text-align: right;
}

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  background-image: url("../images/psbIcon_cart-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;
}

.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.checkout-container .action-additional,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  color: #AD1D40;
}
.abs-action-button-as-link:hover, .abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:focus {
  color: #AD1D40;
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: #AD1D40;
}

.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: block;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  float: none;
  margin-left: 10px;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action:visited,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:visited {
  color: #000;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover, .abs-discount-code .form-discount .actions-toolbar .primary .action:active, .abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus {
  color: #fff;
  border: 1px solid #AD1D40;
  background-color: #AD1D40;
}

.payment-option .action.action-check {
  box-shadow: none;
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: transparent;
  border: none;
  color: #000;
  text-decoration: underline;
  max-width: unset;
}
.payment-option .action.action-check:visited {
  color: #000;
}
.payment-option .action.action-check:hover, .payment-option .action.action-check:active, .payment-option .action.action-check:focus {
  color: #767676;
  background-color: transparent;
}

.billing-address-same-as-shipping-block label {
  line-height: 35px;
}

.DR-card-header .DR-logo-button {
  border-radius: 0;
}

.opc-wrapper .step-content {
  color: #5F5F5F;
}

.DR-payment-method-name-with-image {
  font-size: 1.4rem;
}

.checkout-payment-method .payment-method-content .actions-toolbar .primary {
  margin-left: 10px;
  margin-right: 10px;
}
.checkout-payment-method .payment-method-content .actions-toolbar .primary .action.primary {
  margin: 0;
}

.block-customer-login form {
  max-width: 500px;
}

.block-authentication .actions-toolbar > .primary {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-authentication .actions-toolbar > .secondary {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .opc-wrapper .methods-shipping {
    background: transparent;
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .field[name="shippingAddress.firstname"],
  .field[name="shippingAddress.city"] {
    width: 48%;
    float: left;
  }
  .field[name="shippingAddress.lastname"],
  .field[name="shippingAddress.postcode"] {
    width: 48%;
    float: right;
  }
  .opc-wrapper .step-content {
    padding: 10px 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  ul.opc-progress-bar {
    text-align: center;
    margin-bottom: 50px;
  }
  .opc-progress-bar-item:before {
    background: #EEEEEE;
    border: none;
    height: 3px;
  }
  .opc-progress-bar-item._active:before {
    background: #AD1D40;
  }
  .opc-progress-bar-item > span:before {
    background: #fbfbfb;
    border-color: #EEEEEE;
    border-width: 2px;
    margin: 0;
    width: 15px;
    height: 15px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .opc-progress-bar-item._active > span:before {
    background: #fff;
    border-color: #AD1D40;
  }
  .opc-progress-bar-item > span:after {
    display: none;
  }
  .opc-progress-bar-item._complete > span {
    color: #AD1D40;
  }
  .authentication-wrapper {
    top: 0;
  }
}
/*
 * Single product page
 */
.product-main-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.product-main-wrapper .product.media,
.product-main-wrapper .product-info-main {
  float: none;
  flex: 1 0 auto;
  width: 100%;
}
.product-main-wrapper .product.media {
  max-width: 700px;
}
.product-main-wrapper .product-info-main {
  max-width: 628px;
}

@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: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .page-layout-1column .product-info-main {
    margin-top: 100px;
  }
}
.product-banner,
.product.info.detailed {
  display: none;
}

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

.product.attribute.overview h2,
.product-review-container h2,
.product-specifications h2,
.product-downloads h2,
.related .block-title h2 {
  color: #1e1e1e;
  font-family: "Frutiger";
  font-size: 3rem;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 50px;
  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 {
    font-size: 4rem;
    margin-top: 100px;
  }
}

/*
 * 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: 2;
}
.product-info-main .page-title {
  font-size: 3rem;
  font-weight: 400;
  margin: 1rem 0 2.5rem;
}
.product-info-main .product-benefits {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 50px;
  order: 3;
}
.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;
}
.product-info-main .product-benefits ul li {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.product-info-main .product-benefits ul li svg {
  margin-right: 5px;
}
.product-info-main .product-add-form {
  order: 5;
  padding-top: 0;
}
.product-info-main .swatch-opt {
  margin: 0;
}
.product-info-main .product-info-price {
  border-bottom: none;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 15px;
  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: 3rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.product-info-main .product-info-price .price-box {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: min-content;
}
.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;
  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;
}
.product-info-main .fieldset .actions {
  margin-right: 10px;
}
.product-info-main .field.qty {
  display: flex;
  flex: 0 1 auto;
  position: absolute;
  right: 0;
  top: -60px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 0;
}
.product-info-main .action.primary {
  width: 100%;
}
.product-info-main .product.alert.stock {
  order: 6;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .product-info-main .price-box .price-wrapper span.price {
    font-size: 4rem;
  }
  .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: 4rem;
  }
  .product-info-main .product-benefits ul {
    font-size: 1.4rem;
    gap: 25px;
    margin: 50px 0;
  }
}
/*
 * Swatches
 */
.catalog-product-view .swatch-attribute-label {
  color: #000;
  font-size: 1.4rem;
  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: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 5px;
  height: 30px;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
}
.catalog-product-view .swatch-option:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.catalog-product-view .swatch-option.text {
  background: #fff;
  border: 1px solid #f1f1f1;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 5px;
  min-width: 100px;
  margin: 0;
}
.catalog-product-view .swatch-option.text:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.catalog-product-view .swatch-option.color {
  border: 1px solid #000;
  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(50% + 1px);
  border: 1px solid #f1f1f1;
  transform: translateX(-50%);
}
.catalog-product-view .swatch-option.color::after {
  content: attr(data-option-label);
  color: #767676;
  font-family: "Frutiger";
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px;
  width: max-content;
  max-width: 60px;
  overflow: visible;
}
.catalog-product-view .swatch-option.color:not(.disabled):hover {
  border: 1px solid #000;
  outline: none;
}
.catalog-product-view .swatch-option.color:not(.disabled):hover::before {
  border-color: #AD1D40;
}
.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 #AD1D40;
  outline: none;
  color: #767676;
}
.catalog-product-view .swatch-option.color.selected::before {
  border-color: #AD1D40;
}
.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%, #AD1D40 49.5%, #AD1D40 50%, rgba(250, 250, 250, 0) 51%, rgba(250, 250, 250, 0) 100%);
}
.catalog-product-view .swatch-option.selected {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.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: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 5px;
  height: 30px;
  width: auto;
  min-width: 100px;
  max-width: 200px;
  overflow: hidden;
}
.catalog-product-view .swatch-attribute.size .swatch-option:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.catalog-product-view .swatch-attribute.size .swatch-option.text {
  background: #fff;
  border: 1px solid #f1f1f1;
  font-size: 1.4rem;
  color: #767676;
  padding: 5px;
  min-width: 100px;
  margin: 0;
}
.catalog-product-view .swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid #AD1D40;
  outline: none;
  color: #767676;
}
.catalog-product-view .swatch-attribute-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  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.4rem;
  }
  .catalog-product-view .swatch-option.color::before {
    width: 100px;
    height: 100px;
    top: -25px;
  }
  .catalog-product-view .swatch-option.color::after {
    margin-top: 8px;
    max-width: 100px;
  }
  .catalog-product-view .swatch-option.color {
    width: 30px;
    height: 30px;
    margin: 24px 34px 46px;
  }
  .catalog-product-view .swatch-attribute-options {
    gap: 25px;
  }
}
@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;
  }
}
/*
 * Anchor menu
 */
.product-anchor-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-anchor-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    font-size: 1.4rem;
    margin-left: -20px;
    margin-right: -20px;
    height: 100px;
    margin-bottom: 100px;
  }
  .product-anchor-menu ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .product-anchor-menu ul li {
    margin-bottom: 0;
  }
  .product-anchor-menu a {
    color: #fff;
    text-decoration: none;
  }
  .product-anchor-menu a:visited {
    color: #fff;
    text-decoration: none;
  }
  .product-anchor-menu a:hover, .product-anchor-menu a:focus {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width: 1440px) {
  .product-anchor-menu {
    font-size: 1.8rem;
  }
}
/*
 * 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;
  }
}

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

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

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

.review-title {
  margin: 0;
  flex-basis: 70%;
  line-height: 1.4;
}

.review-date,
.review-author {
  font-style: italic;
}

.review-content {
  line-height: 2.5;
  margin-bottom: 10px;
}

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

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

@media screen and (min-width: 640px) {
  .review-header {
    justify-content: flex-start;
    font-size: 1.8rem;
  }
  .review-title {
    flex-basis: auto;
  }
  .review-date {
    margin-left: 25px;
  }
  .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: 100px;
  }
}
/*
 * Specifications
 */
.product-specifications {
  background: #fbfbfb;
  color: #717171;
  margin-left: -15px;
  margin-right: -15px;
  padding: 25px 15px;
}
.product-specifications p {
  color: #717171;
}
.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;
}
.product-specifications [data-content-type=text] table tr {
  display: flex;
  flex-direction: column;
  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: #000;
  white-space: nowrap;
}
.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: 25px;
}
@media screen and (min-width: 1024px) {
  .product-specifications .table-wrapper {
    margin-bottom: 100px;
  }
}
.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;
}
.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 #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .additional-attributes h3 {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

/*
 * Downloads
 */
.amattachpro-categories-block {
  display: block;
  margin: 0;
  width: 100%;
}

.amattachpro-category-container {
  width: 100%;
  margin: 0;
}

.amattachpro-category-container .amattachpro-title {
  background: transparent;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1e1e1e;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  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;
}

.amattachpro-file-items .am-fileline,
.amattachpro-file-items-no-category {
  margin: 0 0 50px;
}

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

@media screen and (min-width: 1024px) {
  .amattachpro-file-items {
    display: flex !important;
    gap: 2%;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .amattachpro-file-items .am-fileline {
    flex: 1 0 46%;
  }
  .amattachpro-categories-block:has(.amattachpro-file-items-no-category) {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .amattachpro-categories-block:has(.amattachpro-file-items-no-category) .amattachpro-file-items-no-category {
    flex: 1 0 46%;
  }
}
/*
 * 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: #000;
  font-size: 1.4rem;
}
.block.related .action.primary.more {
  font-size: 1.4rem;
}

@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 {
  margin-bottom: 20px;
}

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

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

.fotorama__nav__shaft {
  margin: 0 auto;
  width: 80%;
  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: #AD1D40;
  border-color: #AD1D40;
}

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

.catalog-category-view .breadcrumbs {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .catalog-category-view .category-view {
    margin-top: -100px;
  }
  .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;
  }
}
/*
 * Product filters menu bar
 */
.page-products .sorter {
  background: #000;
  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: #000;
  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: #000;
  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 #bfbfbf;
  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 #bfbfbf;
  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: #767676;
  text-decoration: none;
}
.filter-options-content a:visited {
  color: #767676;
}
.filter-options-content a:hover, .filter-options-content a:focus {
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.filter .filter-current {
  border-color: #bfbfbf;
  margin-bottom: 20px;
}
.filter .filter-current .items {
  display: block;
}
.filter .filter-current .filter-value {
  color: #000;
}

.filter .block-subtitle.filter-current-subtitle {
  color: #000;
  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: #000;
}

.action.clear {
  border-radius: 30px;
  font-family: "Frutiger";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.2rem 2rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-out;
  background: #000;
  border: #000;
  color: #fff;
  min-width: 250px;
}
.action.clear:visited {
  color: #fff;
}
.action.clear:hover, .action.clear:active, .action.clear:focus {
  color: #fff;
  border: #767676;
  background-color: #767676;
}

@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: #000;
  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: #AD1D40;
}
.page-layout-category_product_grid .products-grid .product-item-details .price-box,
.catalogsearch-result-index .products-grid .product-item-details .price-box {
  color: #000;
  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: #4C4C4C;
  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 #bfbfbf;
    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;
  }
}
.catalogsearch-result-index .breadcrumbs {
  display: none;
}

/*
 * Product series pages
 */
.page-layout-empty_layout .product-reviews-summary {
  margin: 7px 0;
}
.page-layout-empty_layout .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-item-actions .actions-primary > .stock.unavailable {
  padding: 0;
}

.products-grid .product-item-details .find-dealer-button {
  margin-top: 25px;
}

.pagebuilder-column.image_left_text_right_dark_image-col {
  order: 0;
}

.pagebuilder-column.image_left_text_right_dark_text-col {
  order: 1;
}

.cms-headphones-app .pagebuilder-column-group.image_left_text_right_dark_col-2,
.cms-headphones-app .pagebuilder-column-group.image_left_text_right_dark_col-3,
.cms-headphones-app .pagebuilder-column-group.image_left_text_right_light_col-2,
.cms-headphones-app .pagebuilder-column-group.image_left_text_right_light_col-3 {
  margin-top: 0;
}

.categories-row a.pagebuilder-button-link {
  margin: 0;
  padding: 10px;
}
.categories-row a.pagebuilder-button-link:hover, .categories-row a.pagebuilder-button-link:focus {
  text-decoration: underline;
}

.category-btn {
  margin-right: 10px;
}
.category-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .products-grid .product-item button.action.out-of-stock,
  .products-grid .product-item .action.primary {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-layout-empty_layout .product-reviews-summary {
    margin: 15px 0;
  }
  .categories-row {
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .pagebuilder-column.image_left_text_right_dark_image-col,
  .pagebuilder-column.image_left_text_right_dark_text-col {
    order: unset;
  }
}
@media screen and (min-width: 1440px) {
  .categories-row a.pagebuilder-button-link {
    padding: 20px;
  }
  .category-btn {
    margin-right: 20px;
  }
}

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