@charset "UTF-8";
/**************************************
  Screen Size Variables
  use -min for min-width measuements
***************************************/
/**************************************
  Colors & Gray Scale
***************************************/
/* Backgrounds */
/* Messages */
/**************************************
Typography
***************************************/
/**************************************
Miscellaneous Values
***************************************/
/* Favorites Icon */
/* Modals */
/* Shadows */
/* Transitions */
.label {
  font-weight: normal;
  font-size: 1em;
}
.label-primary {
  background: #767676;
  color: #fff;
}

.primary-background {
  background-color: #36465a !important;
}

.secondary-background {
  background-color: rgb(229, 154, 135) !important;
}

.tertiary-background {
  background-color: #729a83 !important;
}

.logo-green-background {
  background-color: #729a83 !important;
}

.logo-gray-background {
  background-color: #C4CED2 !important;
}

.type-color-background {
  background-color: #3B3E3F !important;
}

.accent-lt-blue-background {
  background-color: #c6dbe5 !important;
}

.accent-lt-blue2-background {
  background-color: #D6EBF5 !important;
}

.accent-lt-blue3-background {
  background-color: #BDE1EB !important;
}

.accent-lt-blue4-background {
  background-color: #86BDD5 !important;
}

.accent-dk-blue-background {
  background-color: #36465a !important;
}

.accent-dk-blue2-background {
  background-color: #26434F !important;
}

.accent-dk-blue3-background {
  background-color: #1C323A !important;
}

.accent-dk-blue4-background {
  background-color: #102127 !important;
}

.white-background {
  background-color: #fff !important;
}
@media (max-width: 660px) {
  .white-background .light-text {
    color: #767676 !important;
  }
}
@media (max-width: 660px) {
  .white-background .white-button {
    border-color: #767676 !important;
  }
}

.pink-background {
  background-color: #ffece7 !important;
}

.peach-background {
  background-color: rgb(229, 154, 135) !important;
}

.primary-button {
  background-color: #36465a !important;
  border-color: #36465a !important;
  color: #fff !important;
}

.secondary-button {
  background-color: rgb(229, 154, 135) !important;
  border-color: rgb(229, 154, 135) !important;
  color: #fff !important;
}

.tertiary-button {
  background-color: #729a83 !important;
  border-color: #729a83 !important;
  color: #36465a !important;
}

.logo-green-button {
  background-color: #729a83 !important;
  border-color: #729a83 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.logo-gray-button {
  background-color: #C4CED2 !important;
  border-color: #C4CED2 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.type-color-button {
  background-color: #3B3E3F !important;
  border-color: #3B3E3F !important;
  color: #fff !important;
}

.accent-lt-blue-button {
  background-color: #c6dbe5 !important;
  border-color: #c6dbe5 !important;
  color: rgba(0, 0, 0, 0.8);
}

.accent-lt-blue2-button {
  background-color: #D6EBF5 !important;
  border-color: #D6EBF5 !important;
  color: rgba(0, 0, 0, 0.8);
}

.accent-lt-blue3-button {
  background-color: #BDE1EB !important;
  border-color: #BDE1EB !important;
  color: rgba(0, 0, 0, 0.8);
}

.accent-lt-blue4-button {
  background-color: #86BDD5 !important;
  border-color: #86BDD5 !important;
  color: rgba(0, 0, 0, 0.8);
}

.accent-dk-blue-button {
  background-color: #36465a !important;
  border-color: #36465a !important;
  color: #fff;
}

.accent-dk-blue2-button {
  background-color: #26434F !important;
  border-color: #26434F !important;
  color: #fff;
}

.accent-dk-blue3-button {
  background-color: #1C323A !important;
  border-color: #1C323A !important;
  color: #fff;
}

.accent-dk-blue4-button {
  background-color: #102127 !important;
  border-color: #102127 !important;
  color: #fff;
}

.pink-button {
  background-color: #ffece7 !important;
  border-color: #ffece7 !important;
  color: rgba(0, 0, 0, 0.8);
}

.peach-button {
  background-color: rgb(229, 154, 135) !important;
  border-color: rgb(229, 154, 135) !important;
  color: rgba(0, 0, 0, 0.8);
}

.black-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.white-button {
  background-color: #fff !important;
  border-color: #fff !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

*:where(:not(iframe, canvas, img, svg, video, audio):not(svg *):not(.component-edit-container *)) {
  all: unset;
  display: revert;
}

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

iframe {
  border: none;
}

ul {
  list-style: initial;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input,
select,
textarea,
[href] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input,
textarea {
  cursor: text;
}

input[type=text], input[type=password], input[type=email] {
  cursor: text;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: default;
}

.grecaptcha-badge {
  right: -90em !important;
}

strike {
  text-decoration: line-through;
}
shopping-container strike {
  margin-left: 0.5rem;
}

message-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
shopping-multi-view message-icon, catalog-details message-icon, crm-container message-icon {
  position: initial;
}

.nav-justified > li {
  display: initial !important;
  width: auto !important;
}

@font-face {
  font-family: "FeltThat";
  src: url("/fonts/feltthat/font.woff2") format("woff2"), url("/fonts/feltthat/font.woff") format("woff");
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("/fonts/Gilroy-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("/fonts/Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GilroySemi";
  src: url("/fonts/Gilroy-SemiBold.otf") format("opentype");
  font-weight: 500;
}
body {
  color: #2B2E32;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.felt-that {
  font-family: "Playfair Display", "Gilroy Regular", sans-serif !important;
  font-weight: 400 !important;
  text-transform: initial !important;
  letter-spacing: 0 !important;
}

h1,
.h1 {
  font-family: "Playfair Display", "Gilroy Regular", sans-serif;
  font-size: 3.052em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.additional-info h1,
.additional-info .h1 {
  text-transform: initial;
}

.text-grouping h1,
.text-grouping .h1 {
  text-transform: initial;
  margin: 0;
}

h2,
.h2 {
  font-family: "GilroySemi", sans-serif;
  font-size: 2.441em;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.additional-info h2,
.additional-info .h2 {
  text-transform: initial;
}

.text-grouping h2,
.text-grouping .h2 {
  text-transform: initial;
  margin: 0;
}

h3,
.h3 {
  font-family: "GilroySemi", sans-serif;
  font-size: 1.953em;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.additional-info h3,
.additional-info .h3 {
  text-transform: initial;
}

.text-grouping h3,
.text-grouping .h3 {
  text-transform: initial;
  margin: 0;
}

h4,
.h4 {
  font-family: "GilroySemi", sans-serif;
  font-size: 1.563em;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.additional-info h4,
.additional-info .h4 {
  text-transform: initial;
}

.text-grouping h4,
.text-grouping .h4 {
  text-transform: initial;
  margin: 0;
}

h5,
.h5 {
  font-family: "GilroySemi", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.additional-info h5,
.additional-info .h5 {
  text-transform: initial;
}

.text-grouping h5,
.text-grouping .h5 {
  text-transform: initial;
  margin: 0;
}

h6,
.h6 {
  font-family: "GilroySemi", sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.additional-info h6,
.additional-info .h6 {
  text-transform: initial;
}

.text-grouping h6,
.text-grouping .h6 {
  text-transform: initial;
  margin: 0;
}

h1,
h2,
h3 {
  color: #36465a;
  text-transform: initial;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  .intro {
    font-size: 1em;
  }
}
b,
strong {
  font-weight: bold;
}

ul, ol {
  padding-left: 1.25em;
}

ol li {
  list-style: decimal;
}

.text-muted {
  color: #767676;
}

i,
em {
  font-style: italic;
}

a {
  color: #36465a;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

hr {
  border: 0;
  border-top: 1px solid #eaecf1;
  margin: auto;
  width: 100%;
}

.intro {
  font-size: 1.25em;
}

.text-grouping {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-grouping .intro {
  font-size: 1.25rem;
}

.light-text {
  color: #fff;
}

.dark-text {
  color: #36465a;
}

.footer-heading {
  font-size: 1.25em;
}

svg path {
  fill: inherit;
  stroke: inherit;
}

use {
  fill: #2B2E32;
  stroke: #2B2E32;
}

html {
  scroll-behavior: smooth;
}

*:not(.modal):focus-visible {
  background-color: #eaecf1;
  box-shadow: 0 0 0 2px #729a83 !important;
}

.form-control:focus {
  border-color: #729a83 !important;
  box-shadow: 0 0 0 2px #729a83 !important;
  background: #fff;
}

[contenteditable] {
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

#site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
  margin-top: 2rem;
}

#wide-col {
  width: 100%;
  padding: 0;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.container:before, .container:after,
.container-fluid:before,
.container-fluid:after {
  display: none !important;
}
.grid-section .container,
.grid-section .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .grid-section .container,
  .grid-section .container-fluid {
    padding: 0 1rem;
  }
}
.standard-page .container,
.standard-page .container-fluid {
  max-width: 1440px;
}
.pn-shop .container,
.pn-shop .container-fluid {
  max-width: initial;
}
header .container, footer .container,
header .container-fluid,
footer .container-fluid {
  max-width: 1440px !important;
}

.standard-page .small-page .content, .standard-page .small-page.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.alert {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.alert i {
  font-size: 1.25rem;
}
.alert .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.alert .btn-link {
  text-decoration: underline;
  text-transform: initial;
  font-weight: bold;
  font-family: "GilroySemi", sans-serif;
}

.alert-success {
  background-color: #eaecf1;
  color: #36465a;
}

.alert-info {
  background: #eaecf1;
  color: #36465a;
}
.alert-info i {
  color: #729a83;
}

.alert-danger {
  background: #ecdfe0;
  color: #2B2E32;
}
.alert-danger i {
  color: #ba464b;
}

.container:has(.full-width),
.full-width main .container,
main .full-width .container {
  max-width: initial !important;
  padding: 0;
}

.content:has(.full-width),
.full-width main .content,
main .full-width .content {
  max-width: initial !important;
}

.row {
  display: flex;
  gap: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row:before, .row:after {
  display: none !important;
}
@media (max-width: 660px) {
  .row {
    flex-direction: column;
  }
  .row * {
    flex: initial;
  }
}
.reverse .row, [reversedcolumn="1"] .row {
  flex-direction: row-reverse;
}
@media (max-width: 660px) {
  .reverse .row, [reversedcolumn="1"] .row {
    flex-direction: column;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 660px) {
  .flex-row {
    flex-direction: column;
  }
  .flex-row * {
    flex: initial;
  }
}

#left-col {
  flex-grow: 1;
}

.padding-standard {
  padding: 5em 1em;
}

.column:has([centeredcolumn]) {
  align-items: center;
  justify-content: center;
  display: flex;
}

[centeredcolumn="1"] .row {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.single-column-row > div {
  padding: 0;
  width: 100%;
}

.two-column-row {
  gap: 2em;
}
.two-column-row > * {
  flex: 0 0 calc((100% - 2em) / 2);
}
@media (max-width: 660px) {
  .two-column-row {
    gap: 2em;
  }
  .two-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.two-column-row > div {
  padding: 0;
}

.three-column-row {
  gap: 2em;
}
.three-column-row > * {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 660px) {
  .three-column-row {
    gap: 2em;
  }
  .three-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.three-column-row > div {
  padding: 0;
}

.four-column-row {
  gap: 2em;
}
.four-column-row > * {
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 800px) {
  .four-column-row {
    gap: 2em;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 660px) {
  .four-column-row {
    gap: 2em;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.four-column-row > div {
  padding: 0;
}

.five-column-row {
  gap: 2em;
}
.five-column-row > * {
  flex: 0 0 calc((100% - 8em) / 5);
}
@media (max-width: 800px) {
  .five-column-row {
    gap: 2em;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 660px) {
  .five-column-row {
    gap: 2em;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.five-column-row > div {
  padding: 0;
}

.six-column-row {
  gap: 2em;
}
.six-column-row > * {
  flex: 0 0 calc((100% - 10em) / 6);
}
@media (max-width: 1170px) {
  .six-column-row {
    gap: 2em;
    flex-wrap: wrap;
  }
  .six-column-row > * {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 480px) {
  .six-column-row {
    gap: 2em;
  }
  .six-column-row > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
.six-column-row > div {
  padding: 0;
}

.forty-sixty .col-md-5,
.sixty-forty .col-md-5 {
  width: calc(40% - 1em);
}
.forty-sixty .col-md-7,
.sixty-forty .col-md-7 {
  width: calc(60% - 1em);
}

.grid-section > div {
  margin-left: auto;
  margin-right: auto;
}
.grid-section > div + div {
  margin-top: 2em;
}

.flex {
  display: flex;
}

.column > div > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.flex-header {
  display: flex;
  flex-flow: row nowrap;
}

@media (max-width: 480px) {
  img {
    max-width: 100%;
  }
}

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

.rounded {
  border-radius: 50% !important;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.margin-centered {
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}
.inline-block label {
  display: inline-block;
}

.m-a-1 {
  margin: 1em;
}

.m-t-1 {
  margin-top: 1em;
}

.m-r-1 {
  margin-right: 1em;
}

.m-b-1 {
  margin-bottom: 1em;
}

.m-l-1 {
  margin-left: 1em;
}

.m-y-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-x-1 {
  margin-left: 1em;
  margin-right: 1em;
}

.p-a-1 {
  padding: 1em;
}

.p-t-1 {
  padding-top: 1em;
}

.p-r-1 {
  padding-right: 1em;
}

.p-b-1 {
  padding-bottom: 1em;
}

.p-l-1 {
  padding-left: 1em;
}

.p-y-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p-x-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.m-a-2 {
  margin: 2em;
}

.m-t-2 {
  margin-top: 2em;
}

.m-r-2 {
  margin-right: 2em;
}

.m-b-2 {
  margin-bottom: 2em;
}

.m-l-2 {
  margin-left: 2em;
}

.m-y-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.m-x-2 {
  margin-left: 2em;
  margin-right: 2em;
}

.p-a-2 {
  padding: 2em;
}

.p-t-2 {
  padding-top: 2em;
}

.p-r-2 {
  padding-right: 2em;
}

.p-b-2 {
  padding-bottom: 2em;
}

.p-l-2 {
  padding-left: 2em;
}

.p-y-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-x-2 {
  padding-left: 2em;
  padding-right: 2em;
}

.m-a-3 {
  margin: 3em;
}

.m-t-3 {
  margin-top: 3em;
}

.m-r-3 {
  margin-right: 3em;
}

.m-b-3 {
  margin-bottom: 3em;
}

.m-l-3 {
  margin-left: 3em;
}

.m-y-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.m-x-3 {
  margin-left: 3em;
  margin-right: 3em;
}

.p-a-3 {
  padding: 3em;
}

.p-t-3 {
  padding-top: 3em;
}

.p-r-3 {
  padding-right: 3em;
}

.p-b-3 {
  padding-bottom: 3em;
}

.p-l-3 {
  padding-left: 3em;
}

.p-y-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.p-x-3 {
  padding-left: 3em;
  padding-right: 3em;
}

.m-a-4 {
  margin: 4em;
}

.m-t-4 {
  margin-top: 4em;
}

.m-r-4 {
  margin-right: 4em;
}

.m-b-4 {
  margin-bottom: 4em;
}

.m-l-4 {
  margin-left: 4em;
}

.m-y-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.m-x-4 {
  margin-left: 4em;
  margin-right: 4em;
}

.p-a-4 {
  padding: 4em;
}

.p-t-4 {
  padding-top: 4em;
}

.p-r-4 {
  padding-right: 4em;
}

.p-b-4 {
  padding-bottom: 4em;
}

.p-l-4 {
  padding-left: 4em;
}

.p-y-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.p-x-4 {
  padding-left: 4em;
  padding-right: 4em;
}

.v-align-middle {
  vertical-align: middle;
}

.hide {
  display: none;
}

.content-column {
  order: 1;
  flex-grow: 2;
}

.sidebar {
  flex: 0 0 20%;
  max-width: 200px;
}

.pull-left, .content-column.pull-left {
  float: left;
  margin-right: auto;
  order: 0;
}

.pull-right, .content-column.pull-right {
  float: right;
  margin-left: auto;
  order: 2;
}

@media (min-width: calc(480px + 1px)) {
  .pull-xs-left {
    float: left;
    order: 1;
  }
  .pull-xs-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(660px + 1px)) {
  .pull-sm-left {
    float: left;
    order: 1;
  }
  .pull-sm-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(800px + 1px)) {
  .pull-md-left {
    float: left;
    order: 1;
  }
  .pull-md-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1170px + 1px)) {
  .pull-lg-left {
    float: left;
    order: 1;
  }
  .pull-lg-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1440px + 1px)) {
  .pull-xl-left {
    float: left;
    order: 1;
  }
  .pull-xl-right {
    float: right;
    order: 2;
  }
}
.youtube-embed {
  aspect-ratio: 16/9;
  width: 100%;
}

nav ul {
  list-style: none;
  padding-left: 0;
}

.nav-tabs {
  border-bottom: 1px solid #eaecf1;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.nav-tabs li a {
  border-bottom: 4px solid transparent;
  display: inline-block;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 800px) {
  .nav-tabs li a {
    padding: 1rem 0.75rem 0.5rem;
  }
}
.nav-tabs li a i {
  color: #729a83;
  font-size: 1.25em;
  margin-right: 0.5rem;
}
.nav-tabs li.active a {
  border-color: #729a83;
}

.pointer {
  cursor: pointer;
}

table th {
  color: #2B2E32;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1rem;
}
table tr:nth-of-type(even) {
  background: #E2E8F4;
}
table th, table tr {
  padding: 1rem;
}

@media (max-width: 660px) {
  .jobs-table {
    font-size: 0.75rem;
  }
}

.full-width:has(.jobs-table) {
  width: 100%;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}

browse-history {
  color: #2B2E32;
  width: calc(100% - 2rem);
}
browse-history .col-xs-12 {
  float: none;
}

.cards-row {
  margin: 0;
  gap: 2rem;
}
.cards-row > * {
  flex: 0 0 calc((100% - 6rem) / 4);
}
@media (max-width: 800px) {
  .cards-row {
    gap: 2rem;
  }
  .cards-row > * {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 660px) {
  .cards-row {
    gap: 1rem;
  }
  .cards-row > * {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 480px) {
  .cards-row {
    gap: 1rem;
  }
  .cards-row > * {
    flex: 0 0 calc((100% - 0rem) / 1);
  }
}
.cards-row > * {
  width: initial;
}
.cards-row .text-truncate {
  white-space: wrap;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  width: 100%;
}

@media (min-width: 0) {
  .col-xs-1 {
    width: 8.333333%;
  }
  .col-xs-2 {
    width: 16.666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.333333%;
  }
  .col-xs-5 {
    width: 41.666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.333333%;
  }
  .col-xs-8 {
    width: 66.666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.333333%;
  }
  .col-xs-11 {
    width: 91.666667%;
  }
  .col-xs-12 {
    width: 100%;
    padding: 0;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.333333%;
  }
  .col-xs-pull-2 {
    right: 16.666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.333333%;
  }
  .col-xs-pull-5 {
    right: 41.666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.333333%;
  }
  .col-xs-pull-8 {
    right: 66.666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.333333%;
  }
  .col-xs-pull-11 {
    right: 91.666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.333333%;
  }
  .col-xs-push-2 {
    left: 16.666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.333333%;
  }
  .col-xs-push-5 {
    left: 41.666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.333333%;
  }
  .col-xs-push-8 {
    left: 66.666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.333333%;
  }
  .col-xs-push-11 {
    left: 91.666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(660px + 1px)) {
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
    padding: 0;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(800px + 1px)) {
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
    padding: 0;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(1170px + 1px)) {
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
    padding: 0;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(1440px + 1px)) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
    padding: 0;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-sm-up:not(crm-container .hidden-sm-up) {
  display: initial;
}
@media (min-width: calc(480px + 1px)) {
  .hidden-sm-up:not(crm-container .hidden-sm-up) {
    display: none !important;
  }
}

.hidden-sm-down:not(crm-container .hidden-sm-down) {
  display: initial;
}
@media (max-width: 660px) {
  .hidden-sm-down:not(crm-container .hidden-sm-down) {
    display: none !important;
  }
}

.hidden-md-up:not(crm-container .hidden-md-up) {
  display: initial;
}
@media (min-width: calc(660px + 1px)) {
  .hidden-md-up:not(crm-container .hidden-md-up) {
    display: none !important;
  }
}

.hidden-md-down:not(crm-container .hidden-md-down) {
  display: initial;
}
@media (max-width: 800px) {
  .hidden-md-down:not(crm-container .hidden-md-down) {
    display: none !important;
  }
}

.hidden-lg-up:not(crm-container .hidden-lg-up) {
  display: initial;
}
@media (min-width: calc(800px + 1px)) {
  .hidden-lg-up:not(crm-container .hidden-lg-up) {
    display: none !important;
  }
}

.hidden-lg-down:not(crm-container .hidden-lg-down) {
  display: initial;
}
@media (max-width: 1170px) {
  .hidden-lg-down:not(crm-container .hidden-lg-down) {
    display: none !important;
  }
}

.hidden-xl-up:not(crm-container .hidden-xl-up) {
  display: initial;
}
@media (min-width: calc(1170px + 1px)) {
  .hidden-xl-up:not(crm-container .hidden-xl-up) {
    display: none !important;
  }
}

.hidden-xl-down:not(crm-container .hidden-xl-down) {
  display: initial;
}
@media (max-width: 1440px) {
  .hidden-xl-down:not(crm-container .hidden-xl-down) {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .col-xl {
    flex-direction: column;
  }
}
@media (max-width: 1170px) {
  .col-lg {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .col-md {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  .col-sm {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .col-xs {
    flex-direction: column;
  }
}
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 500;
}
.nav-up header {
  box-shadow: 0 -20px 30px 10px rgba(0, 0, 0, 0.2);
}
header .row {
  display: flex !important;
}
header .row:before, header .row:after {
  display: none !important;
}
header #logo {
  padding: 1em;
}
header #menu-mobile .glyphicon,
header #page-menu-mobile .glyphicon {
  display: none;
}
header .mobile-hamburger,
header .reveal > .close-btn {
  display: none;
}
@media (max-width: 1375px) {
  header .mobile-hamburger,
  header .reveal > .close-btn {
    display: block;
  }
}
@media (max-width: 1375px) {
  header .reveal > .close-btn {
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    font-weight: bold;
    padding: 0.5rem;
    z-index: 9999;
    align-self: flex-start;
  }
}
header .navigation .reveal {
  display: flex;
  gap: 0.25em;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .navigation .reveal [class*=col-] {
  float: none;
  padding: 0;
}
header .navbar-toggle {
  align-items: center;
  display: flex;
  gap: 0.25em;
  padding: 0.5rem;
}
header .navbar-toggle > div {
  width: 1.5em;
}
header .navbar-toggle .icon-bar {
  background-color: #b4bdce;
  border-radius: 1em;
  display: block;
  height: 2px;
  width: 100%;
}
@media (max-width: 1375px) {
  header .navbar-toggle .icon-bar {
    display: block !important;
  }
}
header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.25em;
}
header .navbar-toggle .menu-text {
  display: block;
}
header .navbar-collapse {
  background: #fff;
  border: none;
  box-shadow: 0 -20px 30px 10px rgba(0, 0, 0, 0.2);
  color: #2B2E32;
  display: none;
  height: initial !important;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0.1s;
}
header .navbar-collapse.in {
  display: block;
}
header .navbar-nav > li {
  display: inline-block;
  position: initial;
}
header #navbar-collapse-grid {
  box-shadow: none;
  display: block;
  position: initial;
  transform: initial;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0.1s;
}
header #navbar-collapse-grid.in {
  display: block;
}
header #navbar-collapse-grid .navbar-nav {
  position: relative;
  text-align: center;
  width: 100%;
}
header #navbar-collapse-grid .navbar-nav .text-grouping {
  white-space: initial;
}
header #navbar-collapse-grid .navbar-nav .img-responsive {
  margin-left: -1em;
  width: calc(100% + 1.25em) !important;
}

.dropdown {
  position: relative;
}
.dropdown > a, .dropdown > button:not(.btn-primary) {
  color: #2B2E32;
  display: inline-block;
  padding: 0.75em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.dropdown-header {
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid rgb(229, 154, 135);
  margin-bottom: 0.5em;
}
.dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none;
  margin: 0;
  min-width: 10em;
  padding: 1rem 2rem 1rem 1rem;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  z-index: 1000;
}
.emun-nav .dropdown-menu {
  left: initial !important;
  right: -1em !important;
}
@media (min-width: 1375px) {
  .open > .dropdown-menu, .dropdown:hover > .dropdown-menu:not(.wishlist-dropdown) {
    display: block;
  }
}
.open > .dropdown-menu li, .dropdown:hover > .dropdown-menu:not(.wishlist-dropdown) li {
  white-space: nowrap;
}
.open > .dropdown-menu li + li, .dropdown:hover > .dropdown-menu:not(.wishlist-dropdown) li + li {
  margin-top: 0.5rem;
}
.open > .dropdown-menu li .text-grouping, .dropdown:hover > .dropdown-menu:not(.wishlist-dropdown) li .text-grouping {
  white-space: wrap;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu .btn-default {
  border: none;
  display: block;
  font-size: 1rem;
  letter-spacing: initial;
  padding: 0.5em 0;
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  margin-bottom: 2px;
}
.dropdown-menu .btn-default:hover {
  background-color: transparent;
  border: none;
  color: #729a83;
}
.dropdown-menu .btn-default:active, .dropdown-menu .btn-default:focus-visible {
  background-color: #E2E8F4;
  color: #2B2E32;
}
.dropdown-menu .img-responsive-link {
  display: block;
}
.dropdown-menu .spc {
  margin: 0;
}
.shopping-cart-dropdown .dropdown-menu, .modal .dropdown-menu {
  background: #fff;
  color: #2B2E32;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu.user-menu {
  padding: 1.5em 1em;
}
.dropdown-menu.user-menu a {
  color: inherit;
  text-decoration: none;
}
.dropdown-menu.user-menu a:hover {
  text-decoration: underline;
}
.dropdown span.badge.badge-sup {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.emun-nav {
  list-style: none;
  padding: 0;
  position: relative;
}
.emun-nav .dropdown {
  position: initial;
}
.emun-nav > li {
  display: inline-block;
}

footer {
  background-color: #fff;
  margin-top: 80px;
  padding: 4.5em 0 1.5em;
}
footer .row {
  display: flex !important;
}
footer .row:before, footer .row:after {
  display: none !important;
}
@media (max-width: 1000px) {
  footer .row {
    flex-direction: column;
    align-items: center !important;
  }
}
@media (max-width: 1000px) {
  footer panel {
    width: 300px;
    display: block;
  }
}
@media (max-width: 480px) {
  footer panel {
    width: 100%;
  }
}
footer .footer-nav {
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 480px) {
  footer .footer-nav {
    text-align: center;
  }
}
footer .footer-nav > * {
  flex: 1 1 0px;
}
@media (max-width: 480px) {
  footer .footer-nav > * {
    width: 100%;
    flex: initial;
  }
}
footer .sub-footer {
  border-top: 1px solid #eaecf1;
  gap: 0.5em;
  display: flex;
  margin-top: 2em;
  padding: 2em 0;
  width: 100%;
}
footer .sub-footer > * {
  font-size: 0.875em;
}
@media (max-width: 800px) {
  footer .sub-footer {
    flex-flow: row wrap;
    justify-content: center;
  }
}
footer .footer-logo {
  display: block;
  max-width: 100%;
}
footer a {
  color: inherit;
  display: inline-block;
  padding: 0.25rem 0;
  text-decoration: none;
}
footer a:hover {
  color: #729a83;
}
footer form input {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem !important;
  width: 100%;
}
footer .social .footer-heading {
  margin: 0;
}
footer .social > div {
  margin: 0.5rem 0 1rem -0.9rem;
}

#top-link-block {
  position: fixed;
  bottom: 0;
  right: 0;
}
#top-link-block a {
  width: 3.75em;
  height: 3.75em;
  font-size: 1.25em;
  display: block;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}

shopping-multi-view-cards,
shopping-grid,
shopping-multi-view-wishlist {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 2em;
}
@media (max-width: 800px) {
  shopping-multi-view-cards,
  shopping-grid,
  shopping-multi-view-wishlist {
    gap: 1em;
  }
}

shopping-multi-view-wishlist {
  flex-wrap: nowrap;
}

shopping-multi-view-cards a,
product-slider a,
shopping-grid a,
shopping-multi-view-wishlist a {
  color: inherit;
  text-decoration: none;
}
shopping-multi-view-cards .grid-item,
product-slider .grid-item,
shopping-grid .grid-item,
shopping-multi-view-wishlist .grid-item {
  margin: 0;
  float: initial;
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 1170px) {
  shopping-multi-view-cards .grid-item,
  product-slider .grid-item,
  shopping-grid .grid-item,
  shopping-multi-view-wishlist .grid-item {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 800px) {
  shopping-multi-view-cards .grid-item,
  product-slider .grid-item,
  shopping-grid .grid-item,
  shopping-multi-view-wishlist .grid-item {
    flex: 0 0 calc((100% - 2em) / 3);
  }
}
@media (max-width: 660px) {
  shopping-multi-view-cards .grid-item,
  product-slider .grid-item,
  shopping-grid .grid-item,
  shopping-multi-view-wishlist .grid-item {
    flex: 0 0 calc((100% - 1em) / 2);
  }
}
@media (max-width: 480px) {
  shopping-multi-view-cards .grid-item,
  product-slider .grid-item,
  shopping-grid .grid-item,
  shopping-multi-view-wishlist .grid-item {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
shopping-multi-view-cards .grid-item-badges,
product-slider .grid-item-badges,
shopping-grid .grid-item-badges,
shopping-multi-view-wishlist .grid-item-badges {
  min-height: initial;
}
shopping-multi-view-cards .img-wrap,
product-slider .img-wrap,
shopping-grid .img-wrap,
shopping-multi-view-wishlist .img-wrap {
  position: relative;
}
shopping-multi-view-cards .text,
product-slider .text,
shopping-grid .text,
shopping-multi-view-wishlist .text {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1rem;
  padding: 2rem 1rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
shopping-multi-view-cards .text .text-muted,
product-slider .text .text-muted,
shopping-grid .text .text-muted,
shopping-multi-view-wishlist .text .text-muted {
  font-weight: initial;
}
shopping-multi-view-cards .text .pricing strong,
product-slider .text .pricing strong,
shopping-grid .text .pricing strong,
shopping-multi-view-wishlist .text .pricing strong {
  font-size: 1rem;
  font-weight: 500;
}
shopping-multi-view-cards .badges,
product-slider .badges,
shopping-grid .badges,
shopping-multi-view-wishlist .badges {
  position: absolute;
  top: 1rem;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.333rem;
}
shopping-multi-view-cards .corner-ribbon,
product-slider .corner-ribbon,
shopping-grid .corner-ribbon,
shopping-multi-view-wishlist .corner-ribbon {
  background-color: #729a83;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1rem;
  min-width: 80px;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  position: initial;
  text-align: center;
  transform: initial;
  width: initial;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-almost-gone,
product-slider .corner-ribbon.ribbon-color-almost-gone,
shopping-grid .corner-ribbon.ribbon-color-almost-gone,
shopping-multi-view-wishlist .corner-ribbon.ribbon-color-almost-gone {
  background-color: rgb(229, 154, 135);
  width: 122px;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-sale,
product-slider .corner-ribbon.ribbon-color-sale,
shopping-grid .corner-ribbon.ribbon-color-sale,
shopping-multi-view-wishlist .corner-ribbon.ribbon-color-sale {
  background-color: #36465a;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-new,
product-slider .corner-ribbon.ribbon-color-new,
shopping-grid .corner-ribbon.ribbon-color-new,
shopping-multi-view-wishlist .corner-ribbon.ribbon-color-new {
  background-color: #3d63a3;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-low-inventory,
product-slider .corner-ribbon.ribbon-color-low-inventory,
shopping-grid .corner-ribbon.ribbon-color-low-inventory,
shopping-multi-view-wishlist .corner-ribbon.ribbon-color-low-inventory {
  background-color: #6c727d;
}
shopping-multi-view-cards .grid-item-badges .highlights,
product-slider .grid-item-badges .highlights,
shopping-grid .grid-item-badges .highlights,
shopping-multi-view-wishlist .grid-item-badges .highlights {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0.5rem;
  gap: 0.5rem;
}
shopping-multi-view-cards .grid-item-badges .highlights span,
product-slider .grid-item-badges .highlights span,
shopping-grid .grid-item-badges .highlights span,
shopping-multi-view-wishlist .grid-item-badges .highlights span {
  border: 1px solid #c6dbe5;
  background: #c6dbe5;
  color: #36465a;
  padding: 0.25rem;
  font-size: 0.875rem;
  font-family: "Gilroy Regular", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
}
shopping-multi-view-cards .grid-item-badges .highlights span.low-stock,
product-slider .grid-item-badges .highlights span.low-stock,
shopping-grid .grid-item-badges .highlights span.low-stock,
shopping-multi-view-wishlist .grid-item-badges .highlights span.low-stock {
  background: rgb(229, 154, 135);
  color: #fff;
}
shopping-multi-view-cards .grid-item-badges .highlights .active,
product-slider .grid-item-badges .highlights .active,
shopping-grid .grid-item-badges .highlights .active,
shopping-multi-view-wishlist .grid-item-badges .highlights .active {
  display: none;
}

shopping-add-to-list .btn {
  margin: 0;
}
shopping-multi-view shopping-add-to-list .btn {
  margin: 0;
}

.grid-image-container {
  position: relative;
  height: initial;
  line-height: initial;
}

auto-query-refinements-bar {
  display: block;
  margin-bottom: 1.5rem;
}
auto-query-refinements-bar a {
  text-decoration: none;
}

sort-options {
  display: block;
  position: relative;
}
sort-options .btn-primary {
  background-color: #E2E8F4;
  border-color: #E2E8F4;
  color: #36465a;
}
sort-options .btn-primary:hover {
  background-color: #36465a;
  border-color: #36465a;
  color: #fff;
}
sort-options .fa {
  display: none;
}
sort-options .dropdown-menu {
  left: initial !important;
}
sort-options ~ .btn-default {
  padding: 0.5rem;
  border: none;
}

shopping-one-up .image-column, shopping-one-up .text-column,
cart-item-quick-view .image-column,
cart-item-quick-view .text-column {
  flex-shrink: 0;
  width: calc(50% - 1rem);
}
@media (max-width: 800px) {
  shopping-one-up .image-column, shopping-one-up .text-column,
  cart-item-quick-view .image-column,
  cart-item-quick-view .text-column {
    width: 100%;
  }
}
shopping-one-up .text-column,
cart-item-quick-view .text-column {
  display: flex;
  flex-direction: column;
}
shopping-one-up .text-column .column,
cart-item-quick-view .text-column .column {
  display: flex;
  flex-direction: column;
}
shopping-one-up .text-column p.product-price,
cart-item-quick-view .text-column p.product-price {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
shopping-one-up .text-column p.sign-in,
cart-item-quick-view .text-column p.sign-in {
  margin: 1rem 0 1rem;
  font-size: 1rem;
}
shopping-one-up .text-column .btn-link,
cart-item-quick-view .text-column .btn-link {
  font-size: 1rem;
  cursor: pointer;
  color: #36465a;
  font: inherit;
  font-weight: 500;
  text-decoration: none;
  text-transform: initial;
}
shopping-one-up .text-column .btn-panel,
cart-item-quick-view .text-column .btn-panel {
  border-bottom: 1px solid #eaecf1;
  color: #2B2E32;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 500;
  letter-spacing: initial;
  line-height: 1.5rem;
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  display: flex;
  text-align: left;
}
shopping-one-up .text-column .btn-panel span:last-of-type,
cart-item-quick-view .text-column .btn-panel span:last-of-type {
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}
shopping-one-up .image-column .row,
cart-item-quick-view .image-column .row {
  gap: 0;
}
shopping-one-up p,
cart-item-quick-view p {
  margin: 0;
}
shopping-one-up .product-brand,
cart-item-quick-view .product-brand {
  font-size: 0.875rem;
  color: #767676;
  letter-spacing: 0.28px;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
shopping-one-up .product-description,
cart-item-quick-view .product-description {
  font-size: 1rem;
  margin: 0 0 1rem;
  text-transform: initial;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Gilroy Regular", sans-serif;
}
shopping-one-up .product-sku,
cart-item-quick-view .product-sku {
  color: #767676;
  font-size: 0.875rem;
  letter-spacing: 0.28px;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
shopping-one-up .actions-block,
cart-item-quick-view .actions-block {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
shopping-one-up .quantity-label,
cart-item-quick-view .quantity-label {
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
shopping-one-up .btn-add-to-cart-shop,
cart-item-quick-view .btn-add-to-cart-shop {
  margin-bottom: 1rem !important;
}
shopping-one-up shopping-add-to-list,
cart-item-quick-view shopping-add-to-list {
  display: block;
  margin-bottom: 1rem;
}
shopping-one-up shopping-change-quantity, shopping-one-up numeric-input-group,
cart-item-quick-view shopping-change-quantity,
cart-item-quick-view numeric-input-group {
  display: block;
  margin-bottom: 2rem;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .short-label,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .short-label {
  display: none;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .long-label,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .long-label {
  display: inline-block !important;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary {
  background-color: #fff;
  border-color: rgb(229, 154, 135);
  color: #36465a;
  width: 100%;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary:hover,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary:hover {
  background: rgba(239, 163, 139, 0.18);
  border-color: rgb(229, 154, 135);
  color: #36465a;
}
shopping-one-up shopping-change-quantity .input-group, shopping-one-up numeric-input-group .input-group,
cart-item-quick-view shopping-change-quantity .input-group,
cart-item-quick-view numeric-input-group .input-group {
  height: 3rem;
}
shopping-one-up shopping-change-quantity .btn-qty, shopping-one-up numeric-input-group .btn-qty,
cart-item-quick-view shopping-change-quantity .btn-qty,
cart-item-quick-view numeric-input-group .btn-qty {
  height: 100%;
  opacity: 1;
  padding: 0 1rem;
}
shopping-one-up .btn-add-to-cart-shop, shopping-one-up .btn-add-to-list,
cart-item-quick-view .btn-add-to-cart-shop,
cart-item-quick-view .btn-add-to-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 3rem;
  opacity: 1;
}
shopping-one-up .btn-add-to-cart-shop svg, shopping-one-up .btn-add-to-list svg,
cart-item-quick-view .btn-add-to-cart-shop svg,
cart-item-quick-view .btn-add-to-list svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
shopping-one-up .btn-add-to-cart-shop svg use, shopping-one-up .btn-add-to-list svg use,
cart-item-quick-view .btn-add-to-cart-shop svg use,
cart-item-quick-view .btn-add-to-list svg use {
  stroke: #fff;
}
shopping-one-up .btn-add-to-cart-shop i, shopping-one-up .btn-add-to-list i,
cart-item-quick-view .btn-add-to-cart-shop i,
cart-item-quick-view .btn-add-to-list i {
  margin-right: 0.5rem;
  color: rgb(229, 154, 135);
}
shopping-one-up shopping-one-up-details,
cart-item-quick-view shopping-one-up-details {
  display: block;
  border-top: 1px solid #eaecf1;
  margin: 1rem 0;
}
shopping-one-up shopping-one-up-details .btn-link,
cart-item-quick-view shopping-one-up-details .btn-link {
  color: #2B2E32;
  font-weight: 500;
}
shopping-one-up shopping-one-up-details ul,
cart-item-quick-view shopping-one-up-details ul {
  margin: 1.5rem 0 1rem 2rem;
  padding: 0;
}
shopping-one-up shopping-one-up-details ul li,
cart-item-quick-view shopping-one-up-details ul li {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  padding: 0;
}
shopping-one-up panel .btn-link,
cart-item-quick-view panel .btn-link {
  align-items: center;
  border-bottom: 1px solid #eaecf1;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: 0.75em 0;
  text-align: left;
  text-transform: initial;
  width: 100%;
}
shopping-one-up panel .btn-link span:last-of-type,
cart-item-quick-view panel .btn-link span:last-of-type {
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}
shopping-one-up panel[panel-type=none] datum > div, shopping-one-up panel[panel-type=none] datum:last-of-type > div,
cart-item-quick-view panel[panel-type=none] datum > div,
cart-item-quick-view panel[panel-type=none] datum:last-of-type > div {
  padding: 0;
  border: none;
}
shopping-one-up panel [uib-collapse],
cart-item-quick-view panel [uib-collapse] {
  margin: 1rem 0;
}
shopping-one-up panel [uib-collapse] > div,
cart-item-quick-view panel [uib-collapse] > div {
  display: flex;
  flex-direction: column;
}

cart-item-quick-view > .row {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 800px) {
  cart-item-quick-view > .row {
    flex-direction: column !important;
  }
}

.cart-item-quick-view .modal-title {
  display: none;
}

.product-info {
  position: absolute;
  right: 100px;
  top: -80px;
  background: #fff;
  color: #000;
  border-radius: 3px;
  min-width: 200px;
  padding: 5px;
  text-align: right;
  font-weight: 800;
  text-align: left;
  border: 1px solid #ddd;
  max-width: 300px;
}

.fa-heart {
  color: rgb(229, 154, 135) !important;
}

product-list-dropdown-menu .dropdown-menu {
  width: 400px;
  overflow: hidden !important;
  flex-direction: column;
  padding-right: 1rem;
}
product-list-dropdown-menu .dropdown-list-container {
  overflow-y: auto;
  padding-right: 1rem;
}
product-list-dropdown-menu > .open > .dropdown-menu, product-list-dropdown-menu > .dropdown:hover > .dropdown-menu {
  display: flex !important;
}
product-list-dropdown-menu .create {
  margin-top: 2rem;
  text-align: center;
}
product-list-dropdown-menu .create .btn-primary {
  width: 100%;
}
product-list-dropdown-menu .product-list-select {
  border-bottom: 1px solid #eaecf1;
  padding: 1rem 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}
product-list-dropdown-menu .product-list-select .list-thumbnail {
  width: 3rem;
}
product-list-dropdown-menu .product-list-select .product-list-label, product-list-dropdown-menu .product-list-select .product-list-count {
  color: #2B2E32 !important;
  margin: 0 !important;
  letter-spacing: initial;
  text-transform: capitalize;
}
product-list-dropdown-menu .product-list-select .product-list-count {
  font-family: "Gilroy Regular", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.875rem;
}
product-list-dropdown-menu .product-list-select .btn-product-list-select {
  margin-left: auto;
  display: flex;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
product-list-dropdown-menu .product-list-select .btn-product-list-select .checked use, product-list-dropdown-menu .product-list-select .btn-product-list-select .checked rect {
  fill: #729a83;
  stroke: #fff;
}
product-list-dropdown-menu .product-list-select .btn-product-list-link {
  padding: 0;
  display: flex;
  gap: 1.25rem;
  text-align: left;
  font-family: "Gilroy Regular", sans-serif;
}

product-list-shop-viewer {
  display: block;
  overflow: hidden;
  position: relative;
}
product-list-shop-viewer div#product-list-shop-viewer ul {
  margin: 0;
  list-style: none;
}
product-list-shop-viewer div#product-list-shop-viewer .row {
  margin: 0 auto;
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs {
  background: #e4e4e4;
  border-bottom: initial;
  display: flex;
  padding: 0;
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs .other-lists {
  list-style: none;
  margin: 0;
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li {
  float: none;
  margin: 0;
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:hover, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
  border: none;
  border-bottom: 2px solid transparent;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 1.25em;
}
@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:hover, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
    font-size: 1em;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a {
  border-color: #729a83 !important;
  background-color: #fff;
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
  outline: none;
  outline-offset: initial;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane {
  display: none;
  flex-flow: row nowrap;
  gap: 4em;
}
@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane {
    gap: 0;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane.active {
  display: flex;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab {
  min-width: 18em;
  padding: 1em 0;
}
@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab {
    min-width: initial;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .shared-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .active {
  background-color: #e4e4e4;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab a {
  display: block;
  padding: 0.5em 1em;
  text-transform: capitalize;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .btn-new-list {
  background: #a0a0a0;
  color: #fff;
  font-size: 1.25em;
  margin-top: 1em;
  padding: 0.5em 1em;
  text-align: center;
  width: 100%;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .rep-info {
  display: none;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results {
  flex-grow: 1;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .wishlist-list {
  border-top: 1px solid #eaecf1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 1rem;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .wishlist-list .see-more-btn {
  align-self: flex-end;
  margin-top: 2.5rem;
  width: 200px;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .wishlist-list + .wishlist-list {
  margin-top: 2rem;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  gap: 1em;
  padding: 1em;
}
@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
    gap: 0.5em;
    flex-flow: row wrap;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header h4 {
  margin-right: auto;
  text-transform: capitalize;
}
@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header h4 {
    flex: initial;
    order: 0;
    text-align: center;
    width: 100%;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .list-header-items {
  margin-bottom: 0.5rem;
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-grid {
  flex-flow: row wrap;
}
product-list-shop-viewer auto-query-refinements-bar, product-list-shop-viewer .shopping-top-filters {
  display: none;
}
product-list-shop-viewer shopping-multi-view-cards .grid-item {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 1170px) {
  product-list-shop-viewer shopping-multi-view-cards .grid-item {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 800px) {
  product-list-shop-viewer shopping-multi-view-cards .grid-item {
    flex: 0 0 calc((100% - 1em) / 2);
  }
}
@media (max-width: 480px) {
  product-list-shop-viewer shopping-multi-view-cards .grid-item {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
product-list-shop-viewer .btn-show-lists {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid;
  padding: 0.75rem 1rem;
}
@media (max-width: 480px) {
  product-list-shop-viewer .btn-show-lists {
    font-size: 0.875rem;
  }
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn {
    font-size: 0.875em;
    order: 2;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-link {
  background: #a0a0a0;
  color: #fff;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-show-lists {
    font-size: 1em;
    order: 1;
    margin-right: auto;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row {
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  gap: 2em;
  margin: 0;
  padding: 1em 0;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row {
    flex-direction: column;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row:before, product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row:after {
  display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-image {
  flex: 1 1 0px;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
  display: flex;
  flex: 3 1 0px;
  gap: 2em;
}

@media (min-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
    align-items: center;
  }
}
@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
    flex: 2 1 0px;
    flex-direction: column;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
  flex: 2 1 0px;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
    flex: 1 1 0px;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info h3 {
  margin-top: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-actions {
  flex: 1 1 0px;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-actions {
    width: 100%;
    max-width: 24em;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .long-description {
  max-width: 40em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .add-to-list-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .product-price {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.25em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .msrp {
  font-size: 1em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div {
  display: flex;
  max-width: 40em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div > span.text-default:first-of-type {
  display: flex;
  flex-grow: 1;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div > span.text-default:first-of-type .available-on {
  margin-left: auto;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results product-one-up-color-options {
  display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .btn-add-to-cart-shop {
  background-color: #000;
  color: #fff;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .btn-add-to-list .short-label {
  display: none;
}
product-list-shop-viewer .wishlist-actions .actions {
  display: flex;
  align-items: center;
  gap: 2em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .btn-descriptive-text {
  font-size: 0.875em;
  margin-left: 0.25em;
  vertical-align: middle;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane > div {
    flex: 1 1 0px;
    width: initial;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs {
  display: none;
  background: transparent;
  border-bottom: 2px solid transparent;
  justify-content: flex-start;
  margin-bottom: 40px;
}

product-list-shop-viewer .uib-tab a {
  padding: 1rem 0;
  margin-right: 1.5rem;
  letter-spacing: initial;
}
product-list-shop-viewer .uib-tab a:before {
  color: #729a83;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
product-list-shop-viewer .uib-tab a span {
  font-family: "Gilroy Regular", sans-serif;
}
product-list-shop-viewer .uib-tab:first-of-type a:before {
  content: "\f0ca";
  margin-right: 0.5rem;
}
product-list-shop-viewer .uib-tab:last-of-type a:before {
  content: "\f004";
  font-weight: initial;
  margin-right: 0.5rem;
}

.list-results shopping-grid {
  overflow: hidden;
  padding-top: 1.5rem;
}

.wishlist-header h2,
.list-header {
  color: #36465a;
  font-size: 28px;
  letter-spacing: 2.8px;
  margin: 0;
  text-transform: uppercase;
}
.wishlist-header h2 a,
.list-header a {
  text-decoration: none;
}

.list-header-icons {
  display: flex;
  margin-left: auto;
}
.list-header-icons .btn-list-action {
  color: #36465a;
  display: flex;
  align-items: center;
  gap: 0.25em;
  padding: 0.75rem 0 0.75rem 1.5rem;
}
.list-header-icons .btn-list-action .btn-descriptive-text {
  line-height: 0;
  font-family: "GilroySemi", sans-serif;
  font-weight: 500;
}
@media (max-width: 1170px) {
  .list-header-icons .btn-list-action .btn-descriptive-text {
    display: none;
  }
}
.list-header-icons svg {
  width: 1.5rem;
  height: 1.5rem;
}
.list-header-icons svg use {
  stroke: #36465a;
  fill: #36465a;
}

.wishlist-header,
.list-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.list-picked-for-you {
  margin-top: 1rem;
}
.wishlist-list .list-picked-for-you {
  margin: 0 2rem 0 auto;
}
.list-picked-for-you .headshot {
  border-radius: 50%;
  margin-left: 1rem;
  width: 28px;
}

retailer-container {
  display: block;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media (max-width: 1440px) {
  retailer-container {
    padding: 0 1rem;
  }
}
@media (max-width: 660px) {
  retailer-container {
    margin-top: 0;
  }
}
retailer-container .flex-row {
  gap: 2em;
}
@media (max-width: 660px) {
  retailer-container .flex-row {
    flex-direction: column !important;
  }
}
retailer-container datum {
  font-size: 0.875rem;
}
retailer-container .account-menu {
  min-width: 244px;
  width: 244px;
  padding-top: 3.75rem;
}
@media (max-width: 660px) {
  retailer-container .account-menu {
    width: 100%;
    padding-top: 0;
  }
}
retailer-container .account-menu .dropdown {
  position: relative;
}
retailer-container .account-menu .dropdown-toggle:hover, retailer-container .account-menu .dropdown-toggle:active, retailer-container .account-menu .dropdown-toggle:focus {
  background: #fff;
  box-shadow: 0 0 0 2px #729a83;
}
retailer-container #retailer-nav-mobile .dropdown-menu {
  position: initial;
}
retailer-container #retailer-nav-mobile .dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
retailer-container .account-dashboard {
  overflow: hidden;
  flex-grow: 1;
}
retailer-container .account-dashboard .flex-row {
  gap: 2em;
  flex-direction: row !important;
  flex-wrap: wrap;
}
retailer-container .account-dashboard .flex-row > * {
  width: 270px;
}
@media (max-width: 660px) {
  retailer-container .account-dashboard .flex-row > * {
    width: calc(50% - 1em);
  }
}
@media (max-width: 480px) {
  retailer-container .account-dashboard .flex-row > * {
    width: 100%;
  }
}
retailer-container .account-dashboard .account-details-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 40px;
}
retailer-container .account-dashboard .account-details-container datum strong {
  display: inline-block;
  width: 180px;
}
retailer-container .account-dashboard h2 {
  color: #36465a;
  font-size: 1.75rem;
  margin: 0;
}
@media (max-width: 800px) {
  retailer-container .account-dashboard h2 {
    font-size: 1.25rem;
  }
}
retailer-container #retailer-nav-desktop {
  border-color: #eaecf1;
  font-size: 0.875rem;
}
@media (max-width: 660px) {
  retailer-container #retailer-nav-desktop {
    display: none;
  }
}
retailer-container #retailer-nav-desktop .nav-stacked > li {
  margin: 0 1em;
  border-color: #eaecf1 !important;
}
retailer-container #retailer-nav-desktop .nav-stacked > li:first-of-type {
  margin-top: 1.25em;
}
retailer-container #retailer-nav-desktop .nav-stacked > li a {
  color: #2B2E32;
  padding: 0.75rem 0;
}
retailer-container #retailer-nav-desktop p {
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 1rem 1rem 0;
}
retailer-container .nav-pills > li.active > a, retailer-container .nav-pills > li.active > a:hover, retailer-container .nav-pills > li.active > a:focus {
  color: #36465a !important;
  background-color: transparent;
  font-weight: bold;
}
retailer-container .bucket-link {
  background: #eaecf1;
  color: #36465a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 2rem 1rem;
}
retailer-container .bucket-link h2 {
  font-size: 1.25rem;
  margin: 0;
  text-transform: uppercase;
  font-family: "Gilroy Regular", sans-serif;
}
retailer-container .bucket-link p {
  font-size: 0.875rem;
}
retailer-container .bucket-link svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 6px;
}
retailer-container .bucket-link svg use {
  stroke: #36465a;
}
retailer-container auto-query-header {
  font-size: 0.875rem;
}
retailer-container auto-query-header .btn {
  padding: 0.75rem 1.5rem;
}
retailer-container .order-list-filter-bar {
  font-size: 0.875rem;
  justify-content: space-between;
}
retailer-container .order-list-filter-bar > .col-lg-6 {
  width: initial;
}
retailer-container .order-list-filter-bar .btn-green, retailer-container .order-list-filter-bar .btn-gray {
  border: 1px solid;
}
retailer-container .order-list-filter-bar .btn {
  padding: 0.5rem 0rem !important;
  width: 8em;
  text-transform: initial;
}
retailer-container .order-list-filter-bar h6 {
  font-size: 0.875rem !important;
  white-space: nowrap;
}
retailer-container .order-list-filter-bar h3 {
  font-size: 1rem !important;
}
retailer-container table th {
  background-image: none !important;
  background-color: #E1E6EA;
  border-bottom: none !important;
}
retailer-container table tr {
  background-color: transparent !important;
  border-bottom: 1px dotted #E1E6EA;
}
retailer-container .heading.main {
  font-size: 40px;
  margin-bottom: 2rem;
}
@media (max-width: 660px) {
  retailer-container .heading.main {
    font-size: 1.75rem;
  }
}
retailer-container .mail-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
retailer-container .retailer-heading {
  margin-bottom: 2rem;
}
retailer-container .retailer-heading use {
  stroke: #c6dbe5;
}
retailer-container .retailer-heading a {
  text-decoration: none;
  font-weight: 500;
}
retailer-container .address-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin-bottom: 56px;
}
retailer-container .address-grid .saved-address {
  width: calc(50% - 1rem);
  max-width: 425px;
  border: 1px solid #eaecf1;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
retailer-container .address-grid .saved-address .text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
retailer-container .address-grid .saved-address .text-right .btn {
  padding: 0.25rem;
  text-transform: capitalize;
}
@media (max-width: 800px) {
  retailer-container .address-grid .saved-address {
    width: 100%;
  }
}
@media (max-width: 660px) {
  retailer-container .address-grid .saved-address {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  retailer-container .address-grid .saved-address {
    width: 100%;
  }
}
retailer-container .address-grid address-info {
  display: block;
  font-size: 0.875rem;
}
retailer-container .address-grid .address-name {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-family: "Gilroy Regular", sans-serif;
}
retailer-container .address-grid .address-phone {
  margin-top: 1rem;
}

.blog-page-header {
  text-align: center;
  margin: 3rem 0;
}
.blog-page-header p {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 2rem auto 0 !important;
}
.blog-page-header a {
  font-size: 1.5rem;
  color: #729a83;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.blog-page-header h1 {
  letter-spacing: 0 !important;
  font-size: 2.75rem !important;
  font-family: "GilroySemi", sans-serif;
  text-transform: none !important;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
}
.blog-page-header h1:after {
  display: none;
}

.blog-page p {
  font-size: 0.875rem;
}

.blog-page-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-share {
  margin: 2.5rem auto 3rem;
}
.social-share .btn-primary {
  margin-top: 3rem;
  width: 100%;
  max-width: 230px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.social-share h2 {
  color: #729a83;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.social-share [socialshare] {
  text-decoration: none;
  background: #36465a;
  color: #fff;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-share-icons {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 1rem;
}

.listing {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem 2rem;
}

.blog-landing-item {
  width: calc(50% - 1rem);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 660px) {
  .blog-landing-item {
    width: 100%;
  }
}
.blog-landing-item > a {
  color: #3b3e3f;
  text-decoration: none;
}

.blog-landing-info {
  padding: 2.5rem;
}
@media (max-width: 660px) {
  .blog-landing-info {
    padding: 1rem;
  }
}
.blog-landing-info .heading {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.blog-landing-info .text {
  font-size: 0.875rem;
}

.author-date {
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

modal,
.modal {
  display: block;
  border-radius: 8px;
  padding: 3rem 5.625rem 3.5rem;
}

@media (max-width: 660px) {
  modal {
    padding: 1.5rem;
  }
}

.modal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1170px) {
  .modal {
    padding: 0;
  }
}
@media (max-width: 1170px) {
  .modal.promo-modal .promo-image-container {
    height: 25rem;
    position: initial;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal.promo-modal .promo-image-container {
    height: 20rem;
  }
}
@media (max-width: 1170px) {
  .modal.promo-modal .promo-text-container {
    padding: 1.5rem 2.75rem 2rem;
    height: initial;
    width: 100%;
    overflow-y: initial;
  }
}
@media (max-width: 480px) {
  .modal.promo-modal .promo-text-container {
    padding: 1rem;
  }
}
.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  overflow: auto;
  max-width: 40rem;
}
.modal .modal-dialog.cart-item-quick-view, .modal .modal-dialog.modal-xl {
  max-width: 80rem;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer, .modal .modal-dialog:has([modal-title=Contact]) modal-footer {
  display: block;
  width: 100%;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer .btn-group, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer .btn-group, .modal .modal-dialog:has([modal-title=Contact]) modal-footer .btn-group {
  margin: 0;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer .btn-group > button, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer .btn-group > button, .modal .modal-dialog:has([modal-title=Contact]) modal-footer .btn-group > button {
  flex: 1 1 0px;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer > button, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer > button, .modal .modal-dialog:has([modal-title=Contact]) modal-footer > button {
  flex: 1 1 0px;
}
.modal.fade .modal-dialog {
  transform: translate(-50%, -250%);
}
.modal.in .modal-dialog {
  transform: translate(-50%, -50%);
}
.modal .row {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.modal .row:before, .modal .row:after {
  display: none !important;
}
.modal .row .col-xl-6, .modal .row .col-lg-6, .modal .row .col-md-6, .modal .row .col-sm-6, .modal .row .col-xs-6 {
  padding: 0;
  width: calc(50% - 1em);
}
.modal .row > .clearfix {
  display: none;
}
.modal .modal-xs, .modal .modal-sm, .modal .modal-md, .modal .modal-lg, .modal .modal-xl, .modal .modal-dialog {
  width: calc(100% - 4em) !important;
}
@media (max-width: 480px) {
  .modal .modal-xs, .modal .modal-sm, .modal .modal-md, .modal .modal-lg, .modal .modal-xl, .modal .modal-dialog {
    width: calc(100% - 1em) !important;
  }
}
.modal .modal-xs {
  max-width: 660px;
}
.modal .modal-sm {
  max-width: 800px;
}
.modal .modal-md {
  max-width: 800px;
}
.modal .modal-lg {
  max-width: 1440px;
}
.modal-backdrop.in {
  opacity: 1;
  background-color: rgba(53, 56, 55, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.modal .close:not(.alert .close):not(.ui-select-match-close) {
  background: #fff;
  border-radius: 2px;
  color: #36465a;
  position: absolute;
  font-size: 2rem !important;
  top: 1rem;
  right: 1rem;
  font-weight: 100;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal [du-scroll-container] {
  max-height: initial !important;
  overflow: initial !important;
}
.modal .modal-content {
  background-color: #fff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  margin: auto;
  padding: 4rem;
}
.modal .modal-content:has(modal) {
  padding: 0;
}
.modal .modal-content .modal-header, .modal .modal-content modal-header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #36465a;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0;
  text-align: center;
  width: 100%;
}
.modal .modal-content .modal-header:before, .modal .modal-content .modal-header:after, .modal .modal-content modal-header:before, .modal .modal-content modal-header:after {
  display: none !important;
}
.modal .modal-content .modal-header .ibox-tools.pull-right, .modal .modal-content modal-header .ibox-tools.pull-right {
  order: 2;
}
.modal .modal-content .modal-header .modal-title, .modal .modal-content modal-header .modal-title {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.modal .modal-content .modal-header .modal-title, .modal .modal-content .modal-header .modal-title > span, .modal .modal-content modal-header .modal-title, .modal .modal-content modal-header .modal-title > span {
  color: inherit;
}
.modal .modal-content .modal-header .close, .modal .modal-content modal-header .close {
  order: 9;
}
.modal .modal-content .modal-footer {
  padding: 1rem 0 0;
  text-align: left;
  display: flex;
  flex-flow: row-reverse;
  gap: 0.5rem;
}
.modal .modal-content .modal-footer:before, .modal .modal-content .modal-footer:after {
  display: none !important;
}
@media (max-width: 660px) {
  .modal .modal-content .modal-footer {
    flex-direction: column;
    gap: 1em;
  }
}
.modal .modal-content .modal-footer > button {
  flex: 1 1 0px;
  min-width: 8rem;
}
.modal .modal-content .modal-footer .btn {
  height: 3rem;
  padding: 0 1rem;
  width: 200px;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 660px) {
  .modal .modal-content .modal-footer .btn {
    width: 100%;
  }
}
.modal .modal-content .modal-footer modal-footer {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 100%;
}
.modal .modal-content .modal-footer modal-footer:has(.pull-right), .modal .modal-content .modal-footer modal-footer:has(.pull-left) {
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 660px) {
  .modal .modal-content .modal-footer modal-footer {
    flex-direction: column;
    gap: 1em;
  }
}
.modal .modal-content .modal-footer modal-footer .clearfix {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.modal .modal-content .modal-footer modal-footer .clearfix:before, .modal .modal-content .modal-footer modal-footer .clearfix:after {
  display: none !important;
}
.modal .modal-content .modal-footer modal-footer .pull-right, .modal .modal-content .modal-footer modal-footer .pull-md-right {
  margin-left: 0.5em;
  display: flex;
  flex-flow: row-reverse;
  gap: 0.5rem;
}
.modal-xl .modal-content {
  max-width: initial;
  padding: 0;
}
.modal .shopping-search-prompt .modal-body {
  padding: 0;
}
.modal .shopping-search-prompt .modal-body modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
}
.modal .shopping-search-prompt .modal-body .search {
  width: 40em;
}
.modal .shopping-search-prompt .modal-body .search .input-group-alt-layout {
  flex-grow: 1;
}
.modal .shopping-search-prompt .modal-body .search .shopping-search-prompt-input {
  border-right: none;
}
.modal .shopping-search-prompt .modal-body .search .btn-search {
  border: 1px solid;
  border-left: none;
}
.modal.ekko-lightbox .close {
  color: #2B2E32;
}
.modal.ekko-lightbox .modal-dialog {
  height: 100%;
  margin: 0 auto;
}
.modal.ekko-lightbox .modal-dialog .modal-content {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  justify-content: center;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-header h4 {
  text-align: center;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-body {
  flex-grow: 1;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-body .ekko-lightbox-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.modal.ekko-lightbox .modal-dialog .modal-content a {
  color: #36465a;
  text-decoration: none;
  text-shadow: initial;
}
.modal.ekko-lightbox .modal-dialog .modal-content a:hover, .modal.ekko-lightbox .modal-dialog .modal-content a:focus, .modal.ekko-lightbox .modal-dialog .modal-content a.active {
  background: transparent;
  color: inherit;
}

order-header-fieldset [form-group],
modal-body [form-group],
.modal-body [form-group] {
  margin-bottom: 1em;
}
order-header-fieldset [form-group] .form-group,
modal-body [form-group] .form-group,
.modal-body [form-group] .form-group {
  display: flex;
  flex-direction: column;
  margin: 0;
}
order-header-fieldset [form-group] .form-group:before, order-header-fieldset [form-group] .form-group:after,
modal-body [form-group] .form-group:before,
modal-body [form-group] .form-group:after,
.modal-body [form-group] .form-group:before,
.modal-body [form-group] .form-group:after {
  display: none !important;
}
order-header-fieldset [form-group] .form-group .dropdown-menu,
modal-body [form-group] .form-group .dropdown-menu,
.modal-body [form-group] .form-group .dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
order-header-fieldset [form-group] .form-group [class*=col-]:not(.dropdown-menu [class*=col-]),
modal-body [form-group] .form-group [class*=col-]:not(.dropdown-menu [class*=col-]),
.modal-body [form-group] .form-group [class*=col-]:not(.dropdown-menu [class*=col-]) {
  width: 100%;
  padding: 0;
}
order-header-fieldset [form-group] .form-group label,
modal-body [form-group] .form-group label,
.modal-body [form-group] .form-group label {
  font-size: 0.875em;
  padding: 0;
  text-align: left;
}
order-header-fieldset [form-group] .form-group .ui-select-placeholder,
order-header-fieldset [form-group] .form-group .ui-select-match-text,
modal-body [form-group] .form-group .ui-select-placeholder,
modal-body [form-group] .form-group .ui-select-match-text,
.modal-body [form-group] .form-group .ui-select-placeholder,
.modal-body [form-group] .form-group .ui-select-match-text {
  transform: initial;
}
order-header-fieldset [form-group] .form-group .ui-select-match .btn,
modal-body [form-group] .form-group .ui-select-match .btn,
.modal-body [form-group] .form-group .ui-select-match .btn {
  font-size: 12px;
  margin: 0;
  padding: 0.5em 1em;
}
order-header-fieldset [form-group] .form-group .ui-select-match .ui-select-match-item,
modal-body [form-group] .form-group .ui-select-match .ui-select-match-item,
.modal-body [form-group] .form-group .ui-select-match .ui-select-match-item {
  padding: 0.1em 0.5em;
}
order-header-fieldset [form-group] .form-group .ui-select-multiple,
modal-body [form-group] .form-group .ui-select-multiple,
.modal-body [form-group] .form-group .ui-select-multiple {
  padding: 6px 0 6px 12px;
  min-width: initial !important;
}
order-header-fieldset [form-group] .form-group .ui-select-multiple .ui-select-search,
modal-body [form-group] .form-group .ui-select-multiple .ui-select-search,
.modal-body [form-group] .form-group .ui-select-multiple .ui-select-search {
  height: initial;
  margin-bottom: 0;
}
order-header-fieldset [form-group] .input-group button,
modal-body [form-group] .input-group button,
.modal-body [form-group] .input-group button {
  font-size: 12px;
  padding: 0.5em 1em;
}
order-header-fieldset [form-group] .input-group i.fa,
order-header-fieldset [form-group] .input-group i.before,
modal-body [form-group] .input-group i.fa,
modal-body [form-group] .input-group i.before,
.modal-body [form-group] .input-group i.fa,
.modal-body [form-group] .input-group i.before {
  margin: 0;
}
order-header-fieldset [form-group] .toggle,
modal-body [form-group] .toggle,
.modal-body [form-group] .toggle {
  width: 8em !important;
}
order-header-fieldset [form-group] .toggle-group label,
modal-body [form-group] .toggle-group label,
.modal-body [form-group] .toggle-group label {
  display: flex;
  align-items: center;
  justify-content: center;
}
order-header-fieldset .help-block ul,
modal-body .help-block ul,
.modal-body .help-block ul {
  margin: 0;
}

.modal-body {
  padding: 0em;
}
.modal-body * {
  float: none !important;
}

input,
select,
.ui-select-toggle,
textarea {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  background-color: #EAECF1;
}

.ui-select-toggle {
  background-color: transparent;
}

.radio {
  display: inline-block;
  padding: 1em;
}

.form-control {
  display: block;
  font-family: inherit;
  width: 100%;
  color: #2B2E32;
  border: 1px solid transparent;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

[form-group] + [form-group] {
  margin-top: 1em;
}

login form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formio-component-columns {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 2em;
}
.formio-component-columns > .col {
  padding: 0;
  width: 100%;
}
.formio-component-columns .formio-errors {
  width: 100%;
}
.formio-component-tabs .tab-content {
  padding-top: 40px;
}

input[type=checkbox] {
  accent-color: #36465a;
  width: initial;
}

input[type=number] {
  padding-top: 0;
  padding-bottom: 0;
}

input[type=radio]:active,
input[type=radio]:checked,
input[type=radio].ng-valid-parse {
  accent-color: #36465a;
}

.btn {
  border: 1px solid transparent;
  display: inline-block;
  font-family: "GilroySemi", sans-serif;
  font-weight: 700;
  outline: none;
  padding: 1rem 2rem;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
}
@media (max-width: 480px) {
  .btn {
    white-space: initial;
  }
}
.btn.btn-lg {
  font-size: 1.25em;
}
.btn.btn-wide {
  padding: 0.666rem 3rem;
}

.btn-link {
  font-weight: 400;
}

[role=button] {
  cursor: pointer;
}

[disabled],
[disabled] [role=button] {
  cursor: not-allowed;
}

.btn-default {
  background-color: #fff;
  border-color: #36465a;
  color: #36465a;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #729a83;
  border-color: #729a83;
  color: #fff;
}

.btn-primary {
  background-color: #36465a;
  border-color: #36465a;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #616a7b;
  border-color: #616a7b;
  color: #fff;
}

.btn-inverted {
  background-color: #729a83;
  border-color: #729a83;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-inverted:hover, .btn-inverted:focus, .btn-inverted:active {
  background-color: #7C9985;
  border-color: #7C9985;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  border-color: rgb(229, 154, 135);
  color: rgb(229, 154, 135);
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: rgb(229, 154, 135);
  border-color: rgb(229, 154, 135);
  color: #fff;
}

.btn-qty {
  background-color: #36465a;
  border-color: #36465a;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-qty:hover, .btn-qty:focus, .btn-qty:active {
  background-color: #729a83;
  border-color: #729a83;
  color: #36465a;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-size: 1em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background-color: transparent;
  border-color: transparent;
  color: #36465a;
}

.btn-success {
  background-color: #36465a;
  border-color: #36465a;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #616a7b;
  border-color: #616a7b;
  color: #fff;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #6D8CC7;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}

.btn-danger {
  background-color: #ba464b;
  border-color: #ba464b;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #ba464b;
  border-color: #ba464b;
  color: #fff;
}

.btn-warning {
  background-color: #729a83;
  border-color: #729a83;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #7C9985;
  border-color: #7C9985;
  color: #fff;
}

.btn-show-lists {
  background-color: #729a83;
  border-color: #729a83;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-show-lists:hover, .btn-show-lists:focus, .btn-show-lists:active {
  background-color: #7C9985;
  border-color: #7C9985;
  color: #fff;
}

.fa.fa-star::before {
  content: "\f004";
}

.fa.fa-star-o::before {
  content: "\f004";
}

.edit-multi-item {
  height: 100%;
}

[class^=btn] a,
[class*=" btn"] a {
  color: inherit;
}

a.zoom.label {
  position: absolute;
  z-index: 10;
  background-color: transparent;
  color: inherit;
  transition: 0.25s ease-in-out;
  padding: 0.5em;
}
a.zoom.label:hover {
  color: #fff;
  transform: scale(1.5);
}
a.zoom.label i.fa {
  margin: 0;
}

.btn-close {
  background: transparent;
  color: #36465a;
  position: absolute;
  font-size: 2em;
  top: 0;
  left: 0;
  font-weight: 100;
  width: 2em;
  height: 2em;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ui-select-match-item {
  background-color: #36465a;
  border: none;
  color: #fff;
  cursor: pointer;
}
.ui-select-match-item:hover {
  background-color: #616a7b;
}

/* Original BREADCRUMBS */
@media (max-width: 660px) {
  .breadcrumb-trail {
    display: none;
  }
}
.breadcrumb-trail ol {
  display: flex;
  list-style-type: none;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #eaecf1;
  padding: 0.875rem 1em;
}
.breadcrumb-trail ol li {
  display: inline-block;
  font-size: 0.85em;
}
.breadcrumb-trail ol li::after {
  content: "/";
}
.breadcrumb-trail ol li:last-of-type::after {
  display: none;
}
.breadcrumb-trail ol li:first-of-type a {
  background-image: url("/media/3375/big-home.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px;
  vertical-align: bottom;
}
.breadcrumb-trail ol li:first-of-type span {
  display: none;
}
.breadcrumb-trail ol li > a, .breadcrumb-trail ol li > span {
  color: #767676;
  display: inline-block;
  padding: 0.75em;
  text-decoration: none;
}
.breadcrumb-trail ol li > a:hover {
  text-decoration: underline;
}

cart-item-input .entry-container > numeric-input-group {
  width: initial;
}
cart-item-input .entry-container > numeric-input-group .form-control {
  background: transparent;
}
@media (max-width: 480px) {
  cart-item-input .entry-container .btn-group {
    display: block;
    width: 100%;
  }
  cart-item-input .entry-container .btn-group > .btn {
    display: none;
  }
  cart-item-input .entry-container .btn-group > .btn:first-of-type {
    color: #36465a;
    display: block;
    width: 100%;
  }
  cart-item-input .entry-container .btn-group > .btn:first-of-type:hover {
    color: #fff;
  }
}

cart-promos h3 {
  margin: 1rem 0 1.5rem;
  color: #36465a;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "GilroySemi", sans-serif;
  line-height: 35px;
  letter-spacing: 2px;
}
cart-promos h5 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
}
cart-promos .progress-bar-success, cart-promos .progress-bar-info, cart-promos .progress-bar-danger, cart-promos .progress-bar-warning {
  background-color: #E2E8F4;
}
cart-promos .progress-bar {
  box-shadow: none;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.75rem;
}
cart-promos .progress {
  margin-bottom: 0;
}
cart-promos .apply .btn {
  width: 100%;
  padding: 0;
  height: 44px;
}
cart-promos .promo-row {
  align-items: flex-end;
  margin-bottom: 1rem;
}
cart-promos .promo-row .col-lg-9 {
  padding: 0;
}

.cart-list .cart-item-row {
  border-bottom: 1px solid;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.cart-list .cart-item-row:before, .cart-list .cart-item-row:after {
  display: none !important;
}
@media (max-width: 660px) {
  .cart-list .cart-item-row {
    flex-direction: column;
  }
}
.cart-list .cart-item-row > * {
  flex: 1 1 0px;
}
.cart-list .cart-list-item-row {
  display: flex;
  gap: 0.5rem;
  border-top: 1px solid #eaecf1;
  padding: 1rem 0;
  max-width: 50rem;
  flex-flow: wrap;
}
.cart-list .cart-list-item-row .grid-image-container {
  height: initial !important;
  line-height: initial !important;
}
.cart-list .cart-list-item-row .grid-image {
  max-width: 48px;
  max-height: 48px;
  border: 1px solid #eaecf1;
}
.cart-list .cart-list-item-row .category-restrictions-message {
  width: 100%;
}
.cart-list cart-list-item-details a {
  color: #2B2E32;
  text-decoration: none;
}
.cart-list cart-list-item-details .cart-list-product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.cart-list .qty-wrap {
  margin-left: auto;
}
.cart-list cart-list-item-actions svg {
  width: 24px;
  height: 24px;
}
.cart-list cart-list-item-actions .btn-delete {
  margin-left: auto;
  display: block;
  height: 24px;
}
.cart-list cart-list-item-actions > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-list cart-list-item-actions shopping-change-quantity {
  width: 9rem;
}
.cart-list cart-list-item-actions shopping-change-quantity .btn-qty {
  padding: 5px 0.5rem !important;
}
.cart-list cart-list-item-actions shopping-change-quantity .form-control {
  padding: 0;
}
.cart-list cart-list-item-actions shopping-change-quantity .trashcan-button {
  display: none;
}
.cart-list .cart-list-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-align: right;
  width: 6rem;
}
.cart-list hr {
  display: none;
}
.cart-list .row + .row {
  margin-top: 2em;
}

@media (min-width: 1440px) {
  .checkout {
    padding: 1em;
  }
}
.checkout .order-info-block {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.checkout .col-xs-12, .checkout .col-sm-12, .checkout .col-sm-6 {
  padding: 0;
}
.checkout .col-sm-6, .checkout .col-lg-6 {
  width: calc(50% - 0.5em);
}
.checkout > .row {
  display: flex;
}
.checkout > .row:before, .checkout > .row:after {
  display: none !important;
}
@media (max-width: 800px) {
  .checkout > .row {
    flex-direction: column;
  }
  .checkout > .row > * {
    width: 100%;
  }
}
.checkout .order-block {
  display: flex;
  margin: 0;
}
.checkout .order-block:before, .checkout .order-block:after {
  display: none !important;
}
.checkout .order-block > * {
  padding: 0;
}
.checkout .shipping-address, .checkout .order-info {
  flex-direction: column;
  margin: 0;
}
.checkout .shipping-address:before, .checkout .shipping-address:after, .checkout .order-info:before, .checkout .order-info:after {
  display: none !important;
}
.checkout .order-info [class*=col-] {
  position: initial;
}
.checkout .ui-select-placeholder,
.checkout .ui-select-match-text {
  display: block;
  transform: translateY(-50%);
}

checkout .ui-select-container {
  border: none;
  padding: 0;
}
checkout .ui-select-container > div {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0.5em;
  padding: 0.44rem 0;
}
checkout .ui-select-container > div input {
  border: 1px solid;
  width: 100% !important;
  display: block;
  border-radius: 0.25em;
  height: initial;
}
checkout .ui-select-container > .ui-select-no-choice {
  padding: 0;
}
checkout .ui-select-match-item {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  width: -moz-max-content;
  width: max-content;
  text-transform: initial;
}
checkout .input-group:has(.ui-select-container) {
  z-index: 1;
}
checkout .row.shipping-address, checkout .row.order-info, checkout .row.payment-method {
  flex-direction: column;
}
checkout .row.shipping-address section:after, checkout .row.order-info section:after, checkout .row.payment-method section:after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 660px) {
  checkout .row.shipping-address .row, checkout .row.order-info .row, checkout .row.payment-method .row {
    flex-direction: row;
  }
}
@media (max-width: 380px) {
  checkout .row.shipping-address .row, checkout .row.order-info .row, checkout .row.payment-method .row {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  checkout .row.shipping-address [class*=col-], checkout .row.order-info [class*=col-], checkout .row.payment-method [class*=col-] {
    padding: 0;
  }
}
@media (max-width: 380px) {
  checkout .row.shipping-address [class*=col-], checkout .row.order-info [class*=col-], checkout .row.payment-method [class*=col-] {
    width: 100%;
  }
}
checkout .row.shipping-address .btn, checkout .row.order-info .btn, checkout .row.payment-method .btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 381px) {
  checkout .row.shipping-address .btn, checkout .row.order-info .btn, checkout .row.payment-method .btn {
    max-width: 200px;
  }
}
checkout .row.payment-terms {
  display: block;
  margin-top: 4rem;
}
checkout .row .shipping-address {
  display: flex;
  gap: 1em;
}
checkout .u-headline {
  display: none;
}
checkout .billing-column {
  display: flex;
  gap: 1em;
}
checkout .billing-column .address-label {
  width: 33.33%;
}
checkout cart-creditcard div:has(> .table-responsive) div.table-responsive {
  display: block;
}

multi-cart,
cart {
  display: block;
  max-width: 1440px;
  margin: auto;
  padding: 0 1rem;
}
@media (max-width: 660px) {
  multi-cart,
  cart {
    padding: 0;
  }
}
multi-cart .flex-row,
cart .flex-row {
  gap: 130px;
}
@media (max-width: 800px) {
  multi-cart .flex-row,
  cart .flex-row {
    gap: 4rem;
  }
}
@media (max-width: 660px) {
  multi-cart .flex-row,
  cart .flex-row {
    gap: 2rem;
    flex-direction: column !important;
  }
}
multi-cart .cart-header,
cart .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 48px;
}
multi-cart .cart-header .print-cart,
cart .cart-header .print-cart {
  color: #36465a;
  font-family: "GilroySemi", sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  gap: 1em;
  align-items: center;
}
multi-cart .cart-header .print-cart svg,
cart .cart-header .print-cart svg {
  width: 24px;
  height: 24px;
}
multi-cart .cart-vendor,
cart .cart-vendor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 800px) {
  multi-cart .cart-vendor,
  cart .cart-vendor {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
}
multi-cart .cart-vendor .btn-link,
cart .cart-vendor .btn-link {
  padding: 0;
}
multi-cart .heading.main,
cart .heading.main {
  font-size: 40px;
  margin: 0;
}
multi-cart h2,
cart h2 {
  color: #36465a;
  font-size: 28px;
  letter-spacing: 2.8px;
  margin: 0;
}
@media (max-width: 800px) {
  multi-cart h2,
  cart h2 {
    font-size: 1.5rem;
  }
}
multi-cart .vendor-minimum-column,
cart .vendor-minimum-column {
  flex: 2 1 0px;
}
multi-cart .vendor-minimum-column > div,
cart .vendor-minimum-column > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
multi-cart .vendor-minimum-column h2,
cart .vendor-minimum-column h2 {
  margin-bottom: 0.5rem;
}
multi-cart .vendor-minimum-column .vendor-minimum-block + .vendor-minimum-block,
cart .vendor-minimum-column .vendor-minimum-block + .vendor-minimum-block {
  margin-top: 40px;
}
multi-cart .vendor-minimum-item,
cart .vendor-minimum-item {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  gap: 0.5em;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28px;
  padding: 12px;
}
multi-cart .vendor-minimum-item .fa-chevron-right,
cart .vendor-minimum-item .fa-chevron-right {
  text-decoration: none;
}
multi-cart .vendor-minimum-item .alert,
cart .vendor-minimum-item .alert {
  flex-basis: 100%;
  border: none;
}
multi-cart .vendor-minimum-item h3, multi-cart .vendor-minimum-item .vendor-price,
cart .vendor-minimum-item h3,
cart .vendor-minimum-item .vendor-price {
  font-size: 14px;
  font-weight: 500;
}
multi-cart .vendor-minimum-item .vendor-left,
cart .vendor-minimum-item .vendor-left {
  margin-right: auto;
}
multi-cart .vendor-minimum-item .vendor-right,
cart .vendor-minimum-item .vendor-right {
  margin-left: auto;
  text-align: right;
}
multi-cart .vendor-minimum-item .fa-chevron-right,
cart .vendor-minimum-item .fa-chevron-right {
  padding: 0.5rem;
}
multi-cart .vendor-minimum-item .fa-chevron-right svg,
cart .vendor-minimum-item .fa-chevron-right svg {
  width: 1.5rem;
  height: 1.5rem;
}
multi-cart .vendor-minimum-item .fa-chevron-right:before,
cart .vendor-minimum-item .fa-chevron-right:before {
  display: none;
}
multi-cart .vendor-minimum-item .category-restrictions-message,
cart .vendor-minimum-item .category-restrictions-message {
  width: 100%;
  background-color: #F7EDED;
  color: #2B2E32;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
multi-cart .vendor-minimum-item .category-restrictions-message p,
cart .vendor-minimum-item .category-restrictions-message p {
  font-size: 0.875rem;
  font-weight: normal;
}
multi-cart .vendor-minimum-item .category-restrictions-message path,
cart .vendor-minimum-item .category-restrictions-message path {
  stroke: #F68B68;
}
multi-cart .summary,
cart .summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
}
multi-cart .summary-item,
cart .summary-item {
  border-bottom: 1px solid #eaecf1;
  padding: 0.5rem 0;
}
multi-cart .btn-primary,
cart .btn-primary {
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
}
multi-cart value,
cart value {
  font-weight: 500;
}
multi-cart value.font-normal,
cart value.font-normal {
  font-weight: 400;
}
multi-cart hr,
cart hr {
  border-color: #3B3E3F;
}
multi-cart .cart-summary,
cart .cart-summary {
  flex: 1 1 0px;
}
multi-cart label,
cart label {
  font-weight: 500;
  letter-spacing: 0.24px;
  margin: 0;
  padding: 0 !important;
}
multi-cart .form-group,
cart .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1.25rem !important;
  display: flex;
  align-items: center;
}
@media (max-width: 660px) {
  multi-cart .form-group,
  cart .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
multi-cart .form-group:has(textarea),
cart .form-group:has(textarea) {
  align-items: flex-start;
}
multi-cart .form-group:has(textarea) textarea,
cart .form-group:has(textarea) textarea {
  height: 83px;
}
@media (max-width: 660px) {
  multi-cart .form-group label, multi-cart .form-group .col-sm-8,
  cart .form-group label,
  cart .form-group .col-sm-8 {
    width: 100%;
    padding: 0.5rem 0 0.25rem;
  }
}
multi-cart .main-streets-block,
cart .main-streets-block {
  display: none;
  text-align: center;
  max-width: 968px;
  margin: 86px auto 192px;
}
multi-cart .main-streets-block h2,
cart .main-streets-block h2 {
  color: #b75156;
  font-family: "Prata", serif;
  font-weight: 400;
  margin-bottom: 24px;
  text-transform: initial;
}
multi-cart .main-streets-block .donation-block,
cart .main-streets-block .donation-block {
  align-items: center;
  display: flex;
  gap: 2rem;
  margin-top: 40px;
}
multi-cart .main-streets-block .donation-block img,
cart .main-streets-block .donation-block img {
  flex-grow: 2;
}
multi-cart .main-streets-block .donation-block > div,
cart .main-streets-block .donation-block > div {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
}
multi-cart .main-streets-block .donation-block p,
cart .main-streets-block .donation-block p {
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 8px;
}
multi-cart .main-streets-block .donation-block .btn,
cart .main-streets-block .donation-block .btn {
  background-color: #7e9eac;
  color: #fff;
  font-size: 14px;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
}
multi-cart .checkout-btn, multi-cart .main-street-thanks,
cart .checkout-btn,
cart .main-street-thanks {
  display: none;
}
multi-cart panel[panel-type=none] datum > div,
cart panel[panel-type=none] datum > div {
  border: 1px solid #eaecf1;
  padding: 0.75rem 1rem;
}
multi-cart .panel-body:has(checkout),
cart .panel-body:has(checkout) {
  background: #F9F9F9;
  padding: 1rem 1rem 3.5rem;
}
multi-cart .panel-body:has(checkout) .form-control,
cart .panel-body:has(checkout) .form-control {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #2B2E32;
}
multi-cart .checkout-panel-header,
cart .checkout-panel-header {
  margin-bottom: 25px;
  color: #36465a;
  font-family: "GilroySemi", sans-serif;
  font-size: 1rem !important;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 500;
}
multi-cart .shipping-header,
cart .shipping-header {
  display: flex;
  align-items: flex-start;
}
multi-cart .shipping-header .btn,
cart .shipping-header .btn {
  padding-top: 0;
  padding-bottom: 0;
}
multi-cart .payment-terms .payment-terms-list,
cart .payment-terms .payment-terms-list {
  max-height: initial;
  overflow-y: auto;
}
multi-cart .payment-terms .payment-terms-list .list-group-item,
cart .payment-terms .payment-terms-list .list-group-item {
  background: transparent;
  border: none;
  padding: 0.5rem 0;
}
multi-cart .payment-terms .payment-terms-list .list-group-item label,
cart .payment-terms .payment-terms-list .list-group-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
multi-cart .payment-terms .checkout-panel-header,
cart .payment-terms .checkout-panel-header {
  margin-bottom: 0.5rem;
}
multi-cart .cc-security-code,
cart .cc-security-code {
  display: none;
}
multi-cart .col-sm-6-ig,
cart .col-sm-6-ig {
  padding: 0;
}
multi-cart .col-sm-9 .row [class*=col-],
cart .col-sm-9 .row [class*=col-] {
  padding: 0;
}
multi-cart .alert-warning,
cart .alert-warning {
  background: #eaecf1;
  border-color: #729a83;
  color: #36465a;
  margin-top: 1rem;
}
multi-cart input[type=checkbox],
cart input[type=checkbox] {
  width: auto;
  flex-grow: 0 !important;
  box-shadow: none !important;
}

checkout * {
  font-size: 0.875rem;
}

.cart-summary-back,
.cart-summary-checkout-all,
.cart-summary-continue {
  width: 100%;
}

.cart-summary .cart-summary-continue {
  display: none;
}

.checkout-summary .cart-summary-back {
  display: none;
}
.checkout-summary .cart-summary-continue {
  display: block;
}

.saved-for-later {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.saved-for-later .saved-for-later-header {
  border-bottom: 1px dashed #767676;
  color: #767676 !important;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: initial;
  margin: 2.5rem 0 1.5rem !important;
  position: relative;
  text-align: center;
  text-transform: initial;
}
.saved-for-later .saved-for-later-header span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.25rem 1rem;
}
.saved-for-later p.saved-for-later-header {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.saved-for-later .btn-link {
  background-color: #eaecf1;
  padding: 8px !important;
}
.saved-for-later .btn-link:last-of-type {
  margin-bottom: 0 !important;
}
.saved-for-later .text-muted {
  color: #36465a !important;
}

.confirmation-page .cart-header {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}
.confirmation-page .cart-header .felt-that {
  font-size: 56px;
  color: #c6dbe5;
  font-weight: 400;
  line-height: 1em;
}
.confirmation-page .cart-header .heading.main:after {
  left: 50%;
  transform: translateX(-50%);
}
.confirmation-page .alert {
  margin: 1rem 0 0;
}
.confirmation-page .order-confirmation-flex-row {
  display: flex;
  gap: 2rem;
  margin: 72px 0;
}
@media (max-width: 600px) {
  .confirmation-page .order-confirmation-flex-row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 601px) {
  .confirmation-page .order-confirmation-flex-row .left-column {
    flex: 2 1 0px;
  }
}
.confirmation-page .order-confirmation-flex-row .right-column {
  text-align: center;
}
@media (min-width: 601px) {
  .confirmation-page .order-confirmation-flex-row .right-column {
    flex: 1 1 0px;
  }
}
.confirmation-page .order-confirmation-flex-row .right-column givebutter-widget {
  display: inline-block;
  margin-top: 1.5rem;
  max-width: 420px;
  width: 100%;
}
@media (min-width: 601px) {
  .confirmation-page .order-confirmation-flex-row .right-column givebutter-widget {
    min-width: 300px;
  }
}
.confirmation-page .order-confirmation-flex-row .right-column h2 {
  font-size: 28px;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.confirmation-page .order-confirmation-flex-row .right-column h2 span {
  display: block;
}
.confirmation-page .order-confirmation-flex-row .oc-icons > div {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.confirmation-page .order-confirmation-flex-row .oc-icons svg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.confirmation-page .order-confirmation-flex-row .oc-icons svg path {
  stroke: #36465a;
}
.confirmation-page .order-confirmation-flex-row .oc-results h2 {
  margin-bottom: 2rem;
}
.confirmation-page .order-confirmation-flex-row .oc-results panel {
  display: block;
  margin-bottom: 2rem;
}
.confirmation-page .order-confirmation-flex-row .oc-results panel * {
  border: none !important;
  box-shadow: none;
  padding: 0;
}
.confirmation-page .order-confirmation-flex-row .oc-results panel strong {
  margin-bottom: 0;
}
.confirmation-page .order-confirmation-flex-row .oc-results datum {
  margin-top: 1rem;
  display: block;
}
.confirmation-page .order-confirmation-flex-row .oc-results panel-header datum {
  margin-top: 0;
}
.confirmation-page .order-confirmation-flex-row .oc-results panel-header .text-muted {
  font-size: 1rem;
  font-weight: 500;
  font-family: "GilroySemi", sans-serif;
  color: #36465a;
  text-transform: uppercase;
}
.confirmation-page .order-confirmation-flex-row .oc-results .btn {
  display: block;
  width: 14rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.confirmation-page .order-confirmation-flex-row .oc-results .btn-primary {
  text-align: center;
}
.confirmation-page .order-confirmation-flex-row .oc-results .btn-link {
  padding-bottom: 0;
}
.confirmation-page .order-confirmation-flex-row p,
.confirmation-page .order-confirmation-flex-row span.text-default {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.confirmation-page .order-confirmation-flex-row h4, .confirmation-page .order-confirmation-flex-row strong.text-default {
  display: block;
  color: #36465a;
  font-size: 0.875rem;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
  margin-bottom: 0.5rem;
}
.confirmation-page .confirmation-main-street h2.heading {
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  text-align: center;
}
.confirmation-page .confirmation-main-street h2.heading:after {
  left: 50%;
  transform: translateX(-50%);
}
.confirmation-page .confirmation-main-street .main-street-box {
  max-width: 968px;
  background: #f3f3f3;
  margin: 3rem auto;
  text-align: center;
  padding: 3rem;
}
.confirmation-page .confirmation-main-street .main-street-box h3 {
  text-transform: initial;
  font-family: "Prata", serif;
  font-weight: normal;
}
.confirmation-page .confirmation-main-street .main-street-box p {
  font-size: 1rem;
  max-width: 40em;
  margin: 0 auto 1rem;
}
.confirmation-page .confirmation-main-street .main-street-box svg {
  width: 3rem;
  height: 3rem;
}
.confirmation-page .confirmation-main-street .main-street-box svg use {
  stroke: #b75157;
}
.confirmation-page .confirmation-main-street .btn-primary {
  margin: 0 auto;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0;
  width: 280px;
}
.confirmation-page .product-rec {
  margin-top: 56px;
}
.confirmation-page .product-rec h2 {
  color: #36465a;
  font-size: 28px;
}

.order-info-column svg {
  width: 1rem;
  height: 1rem;
}

.cart-bottom .alert {
  flex-basis: 100%;
  border: none;
}

.cta-w-bkgrnd-img {
  margin-bottom: 0;
  position: relative;
}

.cta-text {
  position: absolute;
}

.top-left {
  top: 1em;
  left: 1em;
}

.top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top-right {
  top: 1em;
  right: 1em;
}

.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.center-left {
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.center-right {
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-left {
  bottom: 1em;
  left: 1em;
}

.bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.bottom-right {
  bottom: 1em;
  right: 1em;
}

.cta {
  display: block;
  font-size: 1rem;
  margin-top: 1.5em;
  min-width: 200px;
  padding: 0.75rem 2rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 380px) {
  .cta {
    width: 100%;
  }
}

.button-center {
  margin-left: auto;
  margin-right: auto;
}

.button-right {
  margin-left: auto;
}

.hero-wrapper-link {
  text-decoration: none;
  color: inherit;
}

.hero-triptych {
  min-height: 40em;
  display: flex;
  gap: 1em;
}

.hero-triptych > * {
  order: 1;
}

.hero-triptych > .left {
  order: 0;
}

.hero-triptych > .right {
  order: 2;
}

.hero-quad,
.middle-hero {
  display: flex;
  gap: 1em;
}

.middle-hero {
  flex-direction: column;
}

.middle-hero.top {
  flex-direction: column-reverse;
}

.hero-triptych:before,
.hero-triptych:after,
.hero-quad:before,
.hero-quad:after {
  display: none;
}

.hero-triptych > *,
.hero-quad > * {
  width: initial;
  flex: 1 1 0px;
}

.hero-triptych .triptych-text,
.hero-quad .quad-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 1.5em;
  font-size: 1.5em;
  gap: 1em;
}

.hero-triptych .mobile-show {
  display: block;
  order: 0;
  width: 100%;
}

@media (min-width: 1201px) {
  .mobile-show {
    display: none;
  }
}
@media (min-width: calc(660px + 1px)) {
  .hero-triptych .mobile-show {
    display: none;
  }
  .hidden-responsive-up {
    display: none;
  }
  .mobile-background {
    background-color: transparent !important;
  }
}
@media (max-width: 660px) {
  .hero-triptych {
    flex-direction: column;
    height: initial;
  }
  .hero-triptych > * {
    flex: initial;
  }
  .left-hero,
  .right-hero {
    display: none;
  }
  .hidden-responsive-down {
    display: none;
  }
  .cta-text {
    position: initial;
    transform: initial;
    max-width: initial;
    width: 100%;
    padding: 2rem 1rem 3rem;
  }
}
.accordion .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.accordion .heading {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.accordion .heading a, .accordion .heading a.collapsed:hover {
  border-left-color: #212121;
}
.accordion .heading a, .accordion .heading a:focus, .accordion .heading a:active {
  color: #2B2E32;
}
.accordion .heading a:hover {
  opacity: 0.8;
}
.accordion .heading a, .accordion.accordion-careers a:not(.panel-body a), .accordion.accordion-dates .date {
  position: relative;
  display: block;
  padding: 0.5rem 3rem;
  background-color: #fff;
  border-width: 1px 1px 1px 2px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none !important;
}
.accordion .heading a.collapsed, .accordion.accordion-careers a.collapsed {
  border-color: #fff;
}
.accordion .panel-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  padding: 7px 1rem 1rem 3rem;
}
.accordion .panel-body:before, .accordion .panel-body:after {
  display: none !important;
}
.accordion .ion-plus:before {
  content: "-";
}
.accordion .collapsed .ion-plus:before {
  content: "+";
}
.accordion .accordion-plus {
  color: #36465a;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-52%);
}
.accordion-careers a:not(.panel-body a), .accordion-careers a.collapsed:hover {
  border-left-color: transparent;
}
.accordion-careers a:not(.panel-body a), .accordion-careers a:focus, .accordion-careers a:active {
  color: #2B2E32;
}
.accordion-careers a:hover {
  opacity: 0.8;
}
.accordion-dates .heading a, .accordion-dates .date {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.accordion-dates .date {
  background-color: #fff;
  border-color: #fff;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 0 1rem 0 0 !important;
  text-align: right;
  width: 15em;
}
@media (max-width: 800px) {
  .accordion-dates .date {
    width: 10rem;
  }
}
@media (max-width: 480px) {
  .accordion-dates .date {
    width: 5rem;
  }
}
.accordion-dates .panel-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.accordion-dates .panel-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #eaecf1;
}
@media (max-width: 800px) {
  .accordion-dates .panel-wrapper {
    padding: 1rem;
  }
}
.accordion-dates .panel {
  flex-grow: 1;
}
.accordion-dates .panel-body {
  padding: 7px 0 0;
}
.accordion-dates .date-heading p {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.accordion-dates .date-heading .heading {
  color: #36465a;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.accordion-dates .date-heading a {
  color: #36465a;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  padding: 7px 0 0;
  display: block;
  text-decoration: none;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}
.open .carousel-inner > .item {
  display: block;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next, .carousel-inner > .active.right {
  left: 100%;
}
.carousel-inner > .prev, .carousel-inner > .active.left {
  left: -100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50% !important;
  height: 2em;
  width: 2em;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  filter: alpha(opacity=50);
  font-size: 1.25em;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.carousel-control.left {
  left: 1em;
}
.carousel-control.right {
  right: 1em;
}
.carousel-control:hover, .carousel-control:focus {
  color: rgba(0, 0, 0, 0.65);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.advanced-carousel .carousel-control {
  position: absolute;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: 3em;
  top: 0;
  transform: initial;
  border-radius: initial !important;
  background-color: transparent;
  box-shadow: initial;
}
@media (min-width: calc(800px + 1px)) {
  .advanced-carousel .carousel-control {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50% !important;
    height: 2em;
    width: 2em;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=50);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
}
.advanced-carousel .carousel-control.left {
  left: 1em;
}
@media (max-width: 800px) {
  .advanced-carousel .carousel-control.left {
    left: 0;
  }
}
.advanced-carousel .carousel-control.right {
  right: 1em;
}
@media (max-width: 800px) {
  .advanced-carousel .carousel-control.right {
    right: 0;
  }
}
.advanced-carousel .carousel-control .icon-prev, .advanced-carousel .carousel-control .icon-next, .advanced-carousel .carousel-control .fa-chevron-left, .advanced-carousel .carousel-control .fa-chevron-right {
  display: inline-block;
}
@media (max-width: 800px) {
  .advanced-carousel .carousel-control .icon-prev, .advanced-carousel .carousel-control .icon-next, .advanced-carousel .carousel-control .fa-chevron-left, .advanced-carousel .carousel-control .fa-chevron-right {
    display: none;
  }
}

.carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #2B2E32;
  border-radius: 10px;
  cursor: pointer;
  background-color: #36465a;
  opacity: 0.2;
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  left: 2em;
  top: 1em;
  font-size: 1.5em;
  z-index: 10;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

.ui-carousel .track-wrapper {
  display: flex;
}
.ui-carousel .track {
  display: flex;
  align-items: stretch;
}
.ui-carousel .slide {
  display: flex;
  height: 100%;
  padding: 0 0.5rem;
}
.ui-carousel .slide .carousel-item {
  border-radius: 0.25rem;
}
.ui-carousel .slide .grid-item-text {
  height: initial;
}
.ui-carousel .slide .mv-item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.ui-carousel .slide .mv-item-container .img-wrap {
  flex-grow: 1;
}
.ui-carousel .slide .carousel-item {
  width: 100%;
}
.ui-carousel .ui-icon-prev,
.ui-carousel .ui-icon-next {
  font-size: 1rem;
}
.ui-carousel .ui-icon-prev::before,
.ui-carousel .ui-icon-next::before {
  color: #36465a;
}
.ui-carousel .carousel-prev .carousel-btn {
  left: -2.5rem;
}
.ui-carousel .carousel-prev .carousel-btn i:before {
  content: "\f053";
  padding-right: 0.25em;
}
.ui-carousel .carousel-next .carousel-btn {
  right: -2.5rem;
}
.ui-carousel .carousel-next .carousel-btn i:before {
  content: "\f054";
  padding-left: 0.25em;
}
.ui-carousel .carousel-next .carousel-btn, .ui-carousel .carousel-prev .carousel-btn {
  line-height: 1;
  background-color: #fff;
  border-radius: 50% !important;
  height: 2rem;
  width: 2rem;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ui-carousel .carousel-next .carousel-btn [class*=" ui-icon-"], .ui-carousel .carousel-next .carousel-btn [class^=ui-icon-], .ui-carousel .carousel-next .carousel-btn [data-icon], .ui-carousel .carousel-prev .carousel-btn [class*=" ui-icon-"], .ui-carousel .carousel-prev .carousel-btn [class^=ui-icon-], .ui-carousel .carousel-prev .carousel-btn [data-icon] {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
.ui-carousel .carousel-next .carousel-btn [class*=" ui-icon-"]:before, .ui-carousel .carousel-next .carousel-btn [class^=ui-icon-]:before, .ui-carousel .carousel-next .carousel-btn [data-icon]:before, .ui-carousel .carousel-prev .carousel-btn [class*=" ui-icon-"]:before, .ui-carousel .carousel-prev .carousel-btn [class^=ui-icon-]:before, .ui-carousel .carousel-prev .carousel-btn [data-icon]:before {
  font-family: inherit !important;
  font-weight: inherit !important;
}

catalog-container catalog-details .cardsLg .popover {
  z-index: 2;
}
catalog-container catalog-details .cardsLg .popover-inner {
  min-width: initial;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 0.5em 0;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse {
  display: flex !important;
  align-items: center;
  gap: 2em;
  margin-left: auto;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul {
  display: flex;
  align-items: center;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul a {
  display: block;
  padding: 0.25em;
  text-decoration: none;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul b {
  display: block;
  padding: 0.5em 0.333em;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul .dropdown-menu {
  width: 20rem;
  padding: 2rem;
  left: auto;
  right: -2rem;
}
catalog-container catalog-details .navbar-form .input-group {
  display: flex;
}
catalog-container catalog-details .navbar-form .input-group .btn-default {
  background: transparent;
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
catalog-container catalog-details .navbar-form .input-group .btn-default:hover {
  background: #729a83;
}

catalog-list h1 {
  font-size: 1.5rem;
}
catalog-list .row {
  flex-flow: wrap;
}
catalog-list-cards .row > div {
  width: calc(25% - 1.5em);
}
catalog-list-cards .grid-item .m-a-1 .smaller-80 {
  display: none;
}
catalog-list auto-query-header .input-group-btn > span {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}
catalog-list page-sizes {
  display: flex;
  align-items: center;
}

.catalog-sign-in {
  max-width: 30rem;
  margin: 3rem 0 0 !important;
}
.catalog-sign-in h3 {
  font-size: 1.75rem;
  color: #36465a;
  margin-bottom: 1rem;
  text-transform: initial;
}
@media (max-width: 800px) {
  .catalog-sign-in h3 {
    font-size: 1.25rem;
  }
}
.catalog-sign-in login form {
  align-items: center;
  gap: 3rem;
}
.catalog-sign-in login form login-fieldset {
  width: 100%;
}
.catalog-sign-in login form login-fieldset .input-group-addon {
  display: none;
}
.catalog-sign-in login form .btn-default {
  display: none;
}
.catalog-sign-in login form .btn-primary {
  margin: auto;
}
.catalog-sign-in login form [form-group] + [form-group] {
  margin-top: 2rem;
}
.catalog-sign-in .btn-primary {
  margin: 3rem auto 0;
  width: 230px;
}
.catalog-sign-in .btn-default {
  display: block;
  border: none;
}
.catalog-sign-in .btn-default:hover, .catalog-sign-in .btn-default:focus, .catalog-sign-in .btn-default:active {
  color: inherit;
  background-color: transparent;
  opacity: 0.75;
}
.catalog-sign-in .login-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.catalog-sign-in .btn-problems {
  margin-top: -1rem;
}

.catalog-share {
  display: flex;
}
.catalog-share > a {
  flex: 1 1 0px;
  text-decoration: none;
  text-align: center;
}
.catalog-share > a h5 {
  font-size: 1rem;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: normal;
  margin-top: 0.5rem;
}

[grid-card-size=one-column] shopping-grid {
  overflow: hidden;
}
[grid-card-size=one-column] .grid-item {
  flex: none;
  width: 100% !important;
}

.pn-catalog .popover {
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  min-width: 20rem;
}

.people-blocks {
  display: flex;
  flex-flow: row wrap;
  max-width: 1170px;
  margin: 0 auto 64px;
  text-align: center;
  gap: 2em;
}
.people-blocks > * {
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 800px) {
  .people-blocks {
    gap: 2em;
  }
  .people-blocks > * {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 660px) {
  .people-blocks {
    gap: 2em;
  }
  .people-blocks > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 480px) {
  .people-blocks {
    gap: 2em;
  }
  .people-blocks > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.people-blocks .person {
  text-align: center;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.people-blocks .person .name {
  font-size: 1rem;
  font-family: "Gilroy Regular", sans-serif;
  color: #36465a;
  font-weight: 500;
  line-height: 1.5rem;
}
.people-blocks .person .title {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  color: #36465a;
  font-weight: 500;
}
.people-blocks img {
  display: block;
  margin: 0 auto 1em;
  width: 170px;
  border-radius: 50%;
}
.people-blocks .backdrop {
  background-color: rgba(53, 56, 55, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.people-blocks .people-popup {
  display: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 -20px 30px 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  max-height: 80vh;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw !important;
  width: calc(100% - 2em);
  z-index: 9999;
}
@media (max-width: 660px) {
  .people-blocks .people-popup {
    max-width: initial !important;
    width: calc(100% - 1em);
  }
}
.people-blocks .people-popup.open {
  display: block;
}
.people-blocks .people-popup > div {
  height: 100%;
  overflow: auto;
  padding: 40px;
}
@media (max-width: 660px) {
  .people-blocks .people-popup > div {
    padding: 40px 20px;
  }
}
.people-blocks .people-popup .additional-info {
  padding-top: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.people-blocks .people-popup .person-heading {
  background-color: #E2E8F4;
  -webkit-clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
          clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
  padding: 4.75rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.people-blocks .people-popup .close-btn {
  font-size: 2rem;
  color: #36465a;
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 5;
  padding: 1rem;
}
.people-blocks .people-popup .close-btn svg {
  width: 32px;
  height: 32px;
}
.people-blocks .people-popup .close-btn use {
  stroke: #36465a;
}
.people-blocks .people-popup .name {
  color: #36465a;
  font-size: 1.75rem;
  letter-spacing: 0.1rem;
}
.people-blocks .people-popup .title {
  font-size: 1rem;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 500;
}
.people-blocks .people-popup .phone {
  color: #36465a;
  font-weight: 500;
}
.people-blocks .people-popup h3 {
  color: #36465a;
  font-size: 1.25rem;
  line-height: 1em;
}

employee-finder .employee-search-row {
  margin: 3rem auto 4rem;
  width: 30rem;
}
employee-finder .people-blocks .img-block {
  overflow: hidden;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
employee-finder .people-blocks .img-block img {
  border-radius: 0;
  margin: 0;
  width: 170px;
}
employee-finder .people-blocks .employee-popup {
  height: initial;
  max-width: 36rem !important;
}

.outro-strip {
  margin-top: 4rem;
  padding: 6rem 0;
}
.outro-strip + footer {
  margin-top: 0;
}
.outro-strip .row {
  align-items: center;
  justify-content: space-between;
}
.outro-strip .outro-column {
  flex-direction: column;
}
.outro-strip .text-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 660px) {
  .outro-strip .text-column {
    align-items: center;
  }
}
.outro-strip .felt-that {
  font-size: 3.5rem;
}
@media (max-width: 660px) {
  .outro-strip .felt-that {
    font-size: 3rem;
  }
}
.outro-strip h2, .outro-strip .heading.main {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 660px) {
  .outro-strip h2, .outro-strip .heading.main {
    font-size: 2rem;
  }
}
.outro-strip .heading.main {
  color: inherit;
}
.outro-strip.accent-lt-blue-background {
  color: #fff;
}
.outro-strip .share-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
@media (max-width: 660px) {
  .outro-strip .share-row {
    flex-direction: column;
    align-items: center;
  }
}
.outro-strip .share-row a {
  text-decoration: none;
}

.flex-header {
  flex-direction: column;
}
.flex-header a {
  display: inline-block;
  text-decoration: none;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaecf1;
}
@media (max-width: 1375px) {
  .top-nav {
    justify-content: center;
  }
}
.top-nav .top a {
  color: #767676;
  letter-spacing: 0.02rem;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 10px;
}
.top-nav .top a:hover {
  color: #6c727d;
}
@media (max-width: 1375px) {
  .top-nav .top, .top-nav .site-search {
    display: none;
  }
}

.navbar-header.mobile-hamburger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.brands-menu .column:nth-of-type(2), .brands-menu .column:nth-of-type(3) {
  margin-top: 36px;
}
.brands-menu .column:last-of-type {
  margin-top: 0;
}

.container {
  max-width: 1440px;
  padding: 0 1em;
  position: relative;
}

.bottom-nav {
  display: flex;
  justify-content: space-between;
}

.navigation {
  flex-grow: 1;
}
.navigation .column > div > div {
  display: block;
}

header {
  padding-top: 0.25rem;
}
header .navigation .reveal {
  gap: 1em;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 1375px) {
  header .navigation .reveal {
    align-items: center;
    background: #fff;
    box-shadow: -20px 0 30px 10px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    max-width: 375px;
    overflow-y: auto;
    padding: 0 1.125rem 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    transform: translateX(-150%);
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  header .navigation .reveal .column {
    width: 100%;
  }
}
header .navigation .reveal .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .navigation .reveal .top a {
  font-size: 1rem;
  padding: 0.5rem;
}
header .navigation .reveal .top-nav {
  border-top: 1px solid #eaecf1;
  padding-top: 1rem;
  width: 100%;
}
header .navigation .reveal.in {
  transform: translateX(0);
}
header .navigation .reveal .mobile-search {
  width: 100%;
}
header .navigation .reveal .mobile-search .search-field {
  width: 100%;
}
@media (max-width: 1375px) {
  header .navigation .reveal .navbar {
    flex-grow: initial;
    height: initial;
    width: 100%;
    text-align: center;
  }
}
header .form-control {
  border: none;
}

.navbar {
  flex-grow: 1;
  height: 100%;
}
.navbar .navbar-nav {
  height: 100%;
}
.navbar .navbar-nav > .dropdown > a {
  align-items: center;
  border-bottom: 2px solid transparent;
  display: flex;
  gap: 0.75rem;
  font-weight: 500;
  height: 100%;
}
@media (max-width: 1375px) {
  .navbar .navbar-nav > .dropdown > a {
    padding: 0.5rem;
    display: inline-block;
    height: initial;
  }
}
.navbar .navbar-nav > .dropdown > a .svg-icon {
  width: 20px;
  height: 20px;
}
.navbar .navbar-nav > .dropdown:hover > a, .navbar .navbar-nav > .dropdown:active > a, .navbar .navbar-nav > .dropdown:focus > a {
  border-color: #729a83;
  color: #729a83;
}
@media (max-width: 1375px) {
  .navbar .navbar-nav > li {
    display: block;
    text-align: center;
  }
}

.navbar-nav {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 1375px) {
  .navbar-nav {
    display: block;
  }
}
.navbar-nav .dropdown > a {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  padding: 2rem 135px;
}
@media (max-width: 1375px) {
  .navbar-nav .dropdown-menu {
    background-color: #eaecf1;
    margin: 0 -1rem;
    padding: 1rem;
    min-width: initial;
    position: initial !important;
    box-shadow: none;
  }
  .navbar-nav .dropdown-menu .row {
    flex-direction: column;
  }
  .navbar-nav .dropdown-menu .row .img-responsive-link {
    display: none;
  }
  .navbar-nav .dropdown-menu .row .col-md-4 {
    width: 100%;
    flex: initial !important;
  }
  .navbar-nav .dropdown-menu .btn-default {
    background-color: transparent;
    padding: 0.25rem 0;
    margin: 0;
    font-size: 0.875rem;
    text-align: center;
  }
  .navbar-nav .dropdown-menu p {
    text-align: center;
  }
  .navbar-nav .dropdown-menu .column:has(.img-responsive-link) {
    display: none;
  }
}
.navbar-nav .dropdown-menu .btn-default {
  font-family: "Gilroy Regular", sans-serif;
}

.dropdown > a {
  padding: 0.75em 0.25em;
  text-transform: initial;
  color: #36465a;
}
sort-options .dropdown > a {
  background-color: #729a83;
}

.heading.main {
  font-size: 1.75rem;
  color: #36465a;
  line-height: 1.25em;
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.heading.main:after {
  content: "";
  width: 3rem;
  height: 2px;
  background-color: #729a83;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-column .heading.main {
  margin-bottom: 0;
}

.split-column product-tag-totals > div > div {
  float: left;
  width: 50%;
}
@media (max-width: 1375px) {
  .split-column product-tag-totals > div > div {
    width: 100%;
    float: none;
  }
}

.featured-menu a:has(.caption),
.collections-page a:has(.caption) {
  text-decoration: none;
}
.featured-menu .img-responsive-link:has(.caption),
.collections-page .img-responsive-link:has(.caption) {
  border: 1px solid #eaecf1;
  display: block;
}
.featured-menu .img-responsive-link:has(.caption) .caption,
.collections-page .img-responsive-link:has(.caption) .caption {
  color: #2B2E32;
  font-weight: normal;
  margin: 0.666rem 0 0.5rem;
  padding: 0 1rem;
}

.open > .dropdown-menu,
.dropdown:hover > .dropdown-menu {
  left: 0;
  right: 0;
}
.open > .dropdown-menu.pull-right,
.dropdown:hover > .dropdown-menu.pull-right {
  left: initial !important;
}
.open > .dropdown-menu p,
.dropdown:hover > .dropdown-menu p {
  color: #36465a;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.open > .dropdown-menu .dropdown.yamm .col-md-4,
.dropdown:hover > .dropdown-menu .dropdown.yamm .col-md-4 {
  width: initial;
  flex: 1 1 0px;
}
.open > .dropdown-menu .dropdown.yamm .col-md-4:has(.split-column),
.dropdown:hover > .dropdown-menu .dropdown.yamm .col-md-4:has(.split-column) {
  flex: 2 1 0px;
}
.open > .shopping-cart-dropdown-menu,
.dropdown:hover > .shopping-cart-dropdown-menu {
  padding: 1.5rem 1rem;
}
.open > .shopping-cart-dropdown-menu value,
.dropdown:hover > .shopping-cart-dropdown-menu value {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.open > .shopping-cart-dropdown-menu p,
.dropdown:hover > .shopping-cart-dropdown-menu p {
  color: #3B3E3F;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 1em;
  text-align: center;
}
.open > .shopping-cart-dropdown-menu .btn-link,
.dropdown:hover > .shopping-cart-dropdown-menu .btn-link {
  border-top: 1px solid #eaecf1;
  display: block;
  font-weight: 500;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding: 12px 0;
  text-transform: initial;
}
.open > .shopping-cart-dropdown-menu .btn-link:last-of-type,
.dropdown:hover > .shopping-cart-dropdown-menu .btn-link:last-of-type {
  border-bottom: 1px solid #eaecf1;
  margin-bottom: 1rem;
}
.open > .shopping-cart-dropdown-menu .btn-link .text-muted,
.dropdown:hover > .shopping-cart-dropdown-menu .btn-link .text-muted {
  color: #3B3E3F;
}
.open > .shopping-cart-dropdown-menu .btn-primary,
.dropdown:hover > .shopping-cart-dropdown-menu .btn-primary {
  padding: 0.5rem;
  width: 100%;
}
.open > .search-dropdown,
.dropdown:hover > .search-dropdown {
  left: initial;
  right: initial;
  transform: translateX(-50%);
  width: 20em;
  padding-left: 1em;
  padding-right: 1em;
}

.shopping-cart-dropdown svg {
  width: 24px;
  height: 24px;
  margin-bottom: -6px;
}

.empty-cart-block {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.empty-cart-block .btn {
  padding-left: 3rem;
  padding-right: 3rem;
}

label {
  color: #36465a;
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1375px) {
  .site-search {
    flex: 1 1 0px;
    padding: 0 1rem;
  }
}

.search-field {
  position: relative;
  max-width: 350px;
}
.search-field .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 1em;
}

.emun-nav {
  position: relative;
  text-align: center;
}
.emun-nav .emun-text {
  font-size: 0.875em;
  display: block;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 1375px) {
  .emun-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.2);
  }
  .emun-nav .dropdown {
    position: relative;
  }
}
@media (max-width: 1375px) {
  .emun-nav .dropdown-menu {
    top: initial;
    bottom: 100%;
  }
}
.emun-nav .fa {
  color: #729a83;
}
.emun-nav use {
  stroke: #729a83;
  fill: #729a83;
}

footer {
  border-top: 1px solid #eaecf1;
}
footer .row {
  display: flex !important;
}
footer .row:before, footer .row:after {
  display: none !important;
}
footer .footer-header {
  align-items: flex-start;
  color: #729a83;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
footer .footer-header > p {
  width: calc(25% - 1.5rem);
}
footer .footer-heading, footer a, footer .panel-title {
  font-size: 0.875rem;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 400;
  text-transform: initial;
}
footer .footer-heading, footer .panel-title {
  color: #36465a;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
footer .social a {
  color: #36465a;
  font-size: 1.5rem;
  padding: 0.25em 0.5em;
}
footer .copyright {
  margin-left: auto;
}
@media (max-width: 800px) {
  footer .copyright {
    margin-left: initial;
  }
}

.oneup-top {
  max-width: 1170px;
  margin: 1.5rem auto 0;
}
@media (max-width: 800px) {
  .oneup-top {
    flex-direction: column;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 660px) {
  .oneup-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .oneup-top {
    padding-left: 0;
    padding-right: 0;
  }
}

.vendor-promotions-block {
  max-width: 1170px;
  margin: 6rem auto 0;
}
.vendor-promotions-block h2 {
  color: #36465a;
  font-size: 1.75rem;
  font-family: "GilroySemi", sans-serif;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  margin-left: 0.25em;
  margin-bottom: 3rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.vendor-promotions-block h2:after {
  background-color: #729a83;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 3rem;
}

.other-items-container {
  background-color: #E2E8F4;
  padding: 5em 0;
  margin: 4em 0;
}
.other-items-container h2 {
  color: #36465a;
  font-size: 1.75rem;
  font-family: "GilroySemi", sans-serif;
  line-height: 1.25em;
  letter-spacing: 0.1em;
  margin-left: 0.25em;
  margin-bottom: 3rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.other-items-container h2:after {
  background-color: #729a83;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 3rem;
}
@media (max-width: 800px) {
  .other-items-container {
    font-size: 1.25rem;
  }
}
.other-items-container > div {
  max-width: 1170px;
  margin: auto;
}
.other-items-container .slide {
  padding: 1em 0.5em;
}
.other-items-container .carousel-item {
  background: #fff;
}
.other-items-container .carousel-item a {
  text-decoration: none;
}

shopping-one-up-details {
  display: block;
  margin: 1em 0;
}

shopping-multi-view {
  display: block;
  max-width: 1440px;
  margin: auto;
}
shopping-multi-view .aq-filter .btn-default {
  background-color: #eaecf1;
  border-color: #eaecf1;
  color: #2B2E32;
  letter-spacing: 0.02rem;
  text-transform: initial;
  font-weight: 400;
  font-family: "Gilroy Regular", sans-serif;
}
shopping-multi-view .aq-filter .btn-default:hover {
  background-color: #616a7b;
  border-color: #616a7b;
  color: #fff;
}
shopping-multi-view .aq-filter-list .btn-default {
  background-color: #eaecf1;
  border-color: #eaecf1;
  color: #2B2E32;
  letter-spacing: 0.02rem;
  text-transform: initial;
}
shopping-multi-view .aq-filter-list .btn-default:hover {
  background-color: #616a7b;
  border-color: #616a7b;
  color: #fff;
}
shopping-multi-view .btn-hide-filters {
  height: 42px;
  width: 42px;
  padding: 0;
  color: #2B2E32;
  background: #c6dbe5;
  border: none;
}
shopping-multi-view .btn-hide-filters:hover, shopping-multi-view .btn-hide-filters:focus, shopping-multi-view .btn-hide-filters:active {
  background: #7C9985;
}
shopping-multi-view sort-options {
  display: block;
}
shopping-multi-view sort-options .btn-primary {
  background-color: #c6dbe5;
  border-color: #c6dbe5;
  color: #2B2E32;
  letter-spacing: 0.02rem;
  text-transform: initial;
  font-weight: 400;
  font-family: "Gilroy Regular", sans-serif;
  height: 42px;
  padding: 0 0.5rem;
}
shopping-multi-view sort-options .btn-primary:hover, shopping-multi-view sort-options .btn-primary:focus, shopping-multi-view sort-options .btn-primary:active {
  background-color: #7C9985;
  border-color: #7C9985;
  color: #fff;
}
shopping-multi-view sort-options .btn-primary i {
  display: none !important;
}

.auto-query-nav-panel-btn.btn {
  font-size: 0.875em;
  line-height: 1rem;
  text-transform: initial;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 400;
}

shopping-multi-view-wishlist .grid-item {
  border: 1px solid #eaecf1;
}

shopping-multi-view-cards .quick-view,
product-slider .quick-view,
shopping-grid .quick-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  padding: 0.5rem;
  min-width: 60%;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
shopping-multi-view-cards .quick-view:hover,
product-slider .quick-view:hover,
shopping-grid .quick-view:hover {
  opacity: 1 !important;
  background-color: #36465a;
  border-color: #36465a;
}
shopping-multi-view-cards .mv-item-container,
product-slider .mv-item-container,
shopping-grid .mv-item-container {
  background-color: #fff;
  border-radius: 0.25em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
shopping-multi-view-cards .mv-item-container:hover,
product-slider .mv-item-container:hover,
shopping-grid .mv-item-container:hover {
  transform: scale(1.02);
}
shopping-multi-view-cards .mv-item-container:hover .quick-view,
product-slider .mv-item-container:hover .quick-view,
shopping-grid .mv-item-container:hover .quick-view {
  opacity: 0.7;
}
shopping-multi-view-cards shopping-add-to-list,
product-slider shopping-add-to-list,
shopping-grid shopping-add-to-list {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 9;
}
shopping-multi-view-cards shopping-add-to-list .dropdown,
product-slider shopping-add-to-list .dropdown,
shopping-grid shopping-add-to-list .dropdown {
  padding-top: 0;
  padding-bottom: 0;
}
shopping-multi-view-cards shopping-add-to-list .dropdown .close-btn,
product-slider shopping-add-to-list .dropdown .close-btn,
shopping-grid shopping-add-to-list .dropdown .close-btn {
  display: none;
}
shopping-multi-view-cards shopping-add-to-list .dropdown h2,
product-slider shopping-add-to-list .dropdown h2,
shopping-grid shopping-add-to-list .dropdown h2 {
  font-size: 0.875rem;
  letter-spacing: initial;
}
shopping-multi-view-cards shopping-add-to-list .dropdown ul,
product-slider shopping-add-to-list .dropdown ul,
shopping-grid shopping-add-to-list .dropdown ul {
  padding: 0;
  list-style: none;
}
shopping-multi-view-cards shopping-add-to-list .dropdown ul li,
product-slider shopping-add-to-list .dropdown ul li,
shopping-grid shopping-add-to-list .dropdown ul li {
  display: flex;
  justify-content: space-between;
}
shopping-multi-view-cards .btn-add-to-list,
product-slider .btn-add-to-list,
shopping-grid .btn-add-to-list {
  background: transparent;
  border-color: transparent;
  color: rgb(229, 154, 135);
}
shopping-multi-view-cards .btn-add-to-list:hover, shopping-multi-view-cards .btn-add-to-list:active, shopping-multi-view-cards .btn-add-to-list:focus,
product-slider .btn-add-to-list:hover,
product-slider .btn-add-to-list:active,
product-slider .btn-add-to-list:focus,
shopping-grid .btn-add-to-list:hover,
shopping-grid .btn-add-to-list:active,
shopping-grid .btn-add-to-list:focus {
  background: transparent;
  border-color: transparent;
  color: rgb(229, 154, 135);
}
shopping-multi-view-cards .btn-add-to-list .short-label,
product-slider .btn-add-to-list .short-label,
shopping-grid .btn-add-to-list .short-label {
  display: none;
}

.featured-tabs-container {
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.featured-product-sliders {
  padding: 6em 0;
}
.featured-product-sliders h2 {
  color: #36465a;
  letter-spacing: 0.1em;
  font-size: 1.75em;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 800px) {
  .featured-product-sliders h2 {
    font-size: 1.25rem;
  }
}
.featured-product-sliders .nav-tabs {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 660px) {
  .featured-product-sliders .nav-tabs {
    gap: 0em;
  }
}
.featured-product-sliders .nav-tabs li a {
  border: none;
  border-bottom: 4px solid transparent;
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
}
@media (max-width: 800px) {
  .featured-product-sliders .nav-tabs li a {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
}
.featured-product-sliders .nav-tabs li a i {
  color: #729a83;
  font-size: 1.25em;
}
@media (max-width: 800px) {
  .featured-product-sliders .nav-tabs li a i {
    margin: 0;
  }
}
.featured-product-sliders .nav-tabs li.active a {
  border-color: #729a83;
}
.featured-product-sliders .nav-tabs .sales:before, .featured-product-sliders .nav-tabs .Sales:before, .featured-product-sliders .nav-tabs .SALES:before {
  content: "\f02b";
}
.featured-product-sliders .nav-tabs .trending:before, .featured-product-sliders .nav-tabs .Trending:before, .featured-product-sliders .nav-tabs .TRENDING:before {
  content: "\f201";
}
.featured-product-sliders .nav-tabs .new::before, .featured-product-sliders .nav-tabs .New::before, .featured-product-sliders .nav-tabs .NEW::before {
  content: "\f005";
}

.contact-tabs form-submission {
  display: block;
  max-width: 370px;
  margin: auto;
}
.contact-tabs form-submission .form-control {
  border: none;
}
.contact-tabs form-submission .form-group {
  margin-bottom: 1rem;
}
.contact-tabs form-submission .formio-component-submit {
  margin-top: 1.5rem;
}
.contact-tabs form-submission .btn-primary {
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
}
.contact-tabs .tab-content .flex-row {
  display: flex;
  gap: 4em;
  justify-content: center;
}
.contact-tabs .tab-content .flex-row .flex-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-tabs .tab-content .flex-row .flex-item * {
  margin: 0;
}
.contact-tabs .tab-content .flex-row .flex-item h3 {
  color: #36465a;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
.contact-tabs .tab-content .flex-row .flex-item address {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.contact-tabs .tab-content .flex-row .flex-item a {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  text-decoration: none;
  text-transform: uppercase;
}
.contact-tabs .tab-header {
  margin: 5rem 0 3rem;
  text-align: center;
}
.contact-tabs .tab-header h2 {
  color: #36465a;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: 1.75rem;
  padding-bottom: 0.75rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .contact-tabs .tab-header h2 {
    font-size: 1.25rem;
  }
}
.contact-tabs .tab-header h2:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 2px);
  background-color: #c6dbe5;
  content: "";
  height: 2px;
  width: 3rem;
}
.contact-tabs .tab-header p {
  margin-top: 2rem;
}

.category-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
@media (max-width: 480px) {
  .category-header-row {
    flex-wrap: wrap;
    row-gap: 0;
    margin-bottom: 0;
  }
}
.category-header-row h2 {
  font-size: 1.75em;
  color: #36465a;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  padding-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 800px) {
  .category-header-row h2 {
    font-size: 1.25rem;
  }
}
.category-header-row h2::after {
  background-color: #729a83;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 3rem;
}
.category-header-row .btn-category {
  color: #36465a;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 480px) {
  .category-header-row .btn-category {
    margin-left: auto;
  }
}
.category-header-row .btn-category:hover, .category-header-row .btn-category:focus-visible, .category-header-row .btn-category:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none !important;
  color: #36465a;
}
.category-header-row .btn-category:hover::after, .category-header-row .btn-category:focus-visible::after, .category-header-row .btn-category:focus::after {
  transform: translateX(0);
}
.category-header-row .btn-category::after {
  background-color: #729a83;
  left: 0;
  opacity: 0.5;
  width: 100%;
}
.category-slider-wrap {
  margin: auto;
  max-width: 1170px;
  padding: 4em 0;
}
.category-slider-wrap .grid-section > div + div {
  margin-top: 0;
}
.category-slider {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: hidden;
  border-bottom: 10px solid transparent;
  padding-bottom: 2rem;
  width: 100%;
}
@media (max-width: 800px) {
  .category-slider {
    border: none;
    overflow-x: scroll;
  }
}
@media (min-width: calc(800px + 1px)) {
  .category-slider {
    gap: 2em;
  }
  .category-slider > * {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 800px) {
  .category-slider > * {
    width: 15rem;
    flex-shrink: 0;
  }
}
.category-slider:hover {
  border: none;
  overflow-x: scroll;
}
.category-slider::-webkit-scrollbar {
  width: 10px; /* Adjust the width as needed */
  height: 10px;
}
.category-slider::-webkit-scrollbar-track {
  background-color: transparent; /* Remove the gray background */
}
.category-slider::-webkit-scrollbar-thumb:horizontal {
  background-color: #767676; /* Change the thumb color */
  border-radius: 6px; /* Add rounded corners to the thumb */
  height: 10px;
}
.category-slider .category-slider-img-wrap {
  text-align: center;
}
.category-slider .category-slider-img-wrap a {
  text-decoration: none;
}
.category-slider .category-slider-img-wrap a:hover img {
  border-color: #729a83;
}
.category-slider .category-slider-img-wrap img {
  border-radius: 50%;
  max-width: 278px;
  border: 4px solid transparent;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.category-slider .category-slider-img-wrap p {
  color: #2B2E32;
  font-weight: 500;
  margin-top: 1em;
}

.catalog-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.catalog-header-row h2 {
  font-size: 1.75em;
  color: #36465a;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  padding-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 800px) {
  .catalog-header-row h2 {
    font-size: 1.25rem;
  }
}
.catalog-header-row h2::after {
  background-color: #729a83;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 3rem;
}
.catalog-header-row .btn-category {
  color: #36465a;
  padding-left: 0;
}
.catalog-header-row .btn-category:hover, .catalog-header-row .btn-category:focus-visible {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  color: #36465a;
}
.catalog-header-row .btn-category:hover::after, .catalog-header-row .btn-category:focus-visible::after {
  transform: translateX(0);
}
.catalog-header-row .btn-category::after {
  background-color: #729a83;
  left: 0;
  opacity: 0.5;
  width: calc(100% - 2.3em);
}
.catalog-slider-wrap {
  margin: auto;
  max-width: 1170px;
  padding: 4em 0;
}
.catalog-slider {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  width: 100%;
  gap: 2em;
}
.catalog-slider > * {
  flex: 0 0 calc((100% - 6em) / 4);
}
.catalog-slider .catalog-slider-img-wrap {
  margin-bottom: 2.5rem;
}
.catalog-slider .catalog-slider-img-wrap a {
  text-decoration: none;
}
.catalog-slider .catalog-slider-img-wrap a:hover img {
  border-color: #729a83;
}
.catalog-slider .catalog-slider-img-wrap img {
  border: 4px solid transparent;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.catalog-slider .catalog-slider-img-wrap p {
  color: #2B2E32;
  font-weight: 500;
  margin-top: 1em;
}
.catalog-details-body {
  margin-top: 3.5rem;
}

.promo-sidebar h4 {
  color: #36465a;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1em;
  text-transform: initial;
  margin-bottom: 1rem;
}
.promo-sidebar a {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.75rem;
  text-decoration: none;
}

vendor-promotions {
  display: flex;
  gap: 2rem;
}
vendor-promotions .promo-slider-container {
  width: 100%;
}

.promo-page .product-listing {
  margin-top: 3rem;
}

.promo-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 95%;
  max-width: 60em;
}
.promo-modal .close {
  z-index: 2;
}

.promo-modal-background {
  position: fixed;
  z-index: 1049;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(53, 56, 55, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.promo-image-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.promo-text-container {
  width: 67%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 3rem;
}
.promo-text-container .promo-modal-header {
  color: #36465a;
  font-family: "GilroySemi", sans-serif;
  font-size: 1.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 800px) {
  .promo-text-container .promo-modal-header {
    font-size: 1.25rem;
  }
}
.promo-text-container .promo-modal-header:after {
  display: block;
  content: "";
  height: 2px;
  width: 48px;
  background-color: #c6dbe5;
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
}
.promo-text-container .promo-code {
  background-color: #f2f9fc;
  border-radius: 2px;
  color: #36465a;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.promo-text-container .promo-expires-on {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2B2E32;
  letter-spacing: 0.02em;
}
.promo-text-container .promo-web-description {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.promo-slider {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: hidden;
  padding: 0.1em 0.1em 2.5rem;
  border-bottom: 10px solid transparent;
  width: 100%;
  gap: 0.5rem;
}
.promo-slider > * {
  flex: 0 0 calc((100% - 0.5rem) / 2);
}
@media (max-width: 800px) {
  .promo-slider {
    border: none;
    overflow-x: scroll;
  }
}
.promo-slider:hover {
  overflow-x: scroll;
  border: none;
}
.promo-slider::-webkit-scrollbar {
  width: 10px; /* Adjust the width as needed */
  height: 10px;
}
.promo-slider::-webkit-scrollbar-track {
  background-color: transparent; /* Remove the gray background */
}
.promo-slider::-webkit-scrollbar-thumb:horizontal {
  background-color: #767676; /* Change the thumb color */
  border-radius: 6px; /* Add rounded corners to the thumb */
  height: 10px;
}
.promo-page .promo-slider {
  flex-flow: row wrap;
  gap: 2rem;
}
.promo-page .promo-slider > * {
  flex: 0 0 calc((100% - 2rem) / 2);
}
shopping-one-up .promo-slider, cart-item-quick-view .promo-slider {
  gap: 1rem;
  border-bottom: none;
  overflow-x: scroll;
}
shopping-one-up .promo-slider > *, cart-item-quick-view .promo-slider > * {
  flex: 0 0 calc((100% - 1rem) / 2);
}
.promo-slider .promo-slide-wrap {
  border-radius: 0.25em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  min-width: 18rem;
}
@media (max-width: 1170px) {
  .promo-slider .promo-slide-wrap {
    flex-direction: column;
  }
}
.promo-slider .promo-slide-wrap .promo-text {
  padding: 1rem;
  flex-grow: 1;
}
.promo-slider .promo-slide-wrap .promo-brand-logo {
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 0.5rem;
}
.promo-slider .promo-slide-wrap .promo-brand-logo img {
  max-width: 80px;
}
.promo-slider .promo-slide-wrap .promo-exp-date {
  color: #767676;
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.promo-slider .promo-slide-wrap .promo-title {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.125rem;
  margin-bottom: 0.5rem;
}
.promo-slider .promo-slide-wrap .promo-copy {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #767676;
  display: -webkit-box;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.promo-slider .promo-slide-wrap .promo-links a,
.promo-slider .promo-slide-wrap .promo-links .btn-link {
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0;
  text-transform: initial;
  text-decoration: underline;
  width: initial;
}
.promo-slider .promo-slide-wrap .promo-featured-img {
  width: 263px;
  height: 400px;
  background-color: #e0e0e0;
  background-position: center center;
  background-size: cover;
  flex-shrink: 0;
}
@media (max-width: 1170px) {
  .promo-slider .promo-slide-wrap .promo-featured-img {
    width: 100%;
    height: 260px;
  }
}

.create-account {
  background-color: #729a83;
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
}
@media (max-width: 800px) {
  .create-account {
    padding: 4rem 0;
  }
}
.create-account .text-grouping {
  gap: 2em;
}
.create-account h2 {
  font-size: 3.5rem !important;
  line-height: 4rem;
  font-weight: 400;
}
@media (max-width: 800px) {
  .create-account h2 {
    font-size: 1.75rem !important;
    line-height: 2rem;
  }
}
.create-account h3 {
  color: #fff;
  margin: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (max-width: 800px) {
  .create-account h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.create-account p {
  font-size: 1rem !important;
  margin: 0 auto;
  max-width: 36em;
}
.create-account ul {
  -moz-column-count: 2;
       column-count: 2;
  font-size: 0.875em;
  text-align: left;
  max-width: 36em;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .create-account ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.create-account .action-set {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
.create-account .btn-primary {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.create-account .btn-secondary {
  color: #fff;
}
.create-account .btn-secondary:hover {
  color: #fff;
}
.create-account .btn-secondary::after {
  background-color: #7C9985;
  left: 0;
  opacity: 0.5;
  width: 100%;
}

.window-shopping h2 {
  font-size: 2.5rem !important;
  line-height: 3rem;
}
.window-shopping h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
}
.window-shopping .one-quarter-three-quarters {
  align-items: center;
}
@media (max-width: 800px) {
  .window-shopping .one-quarter-three-quarters {
    flex-direction: column;
  }
  .window-shopping .one-quarter-three-quarters .action-set {
    max-width: 300px;
    margin: auto;
    width: calc(100% - 2rem);
  }
}
.window-shopping .quick-view {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.btn {
  border-radius: 2px;
}

.btn-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0.25rem;
}
.btn-qty svg use {
  fill: #fff;
  stroke: #fff;
}

.btn-secondary {
  background: transparent;
  border-color: transparent;
  color: rgb(229, 154, 135);
  position: relative;
  overflow: hidden;
}
.btn-secondary:hover {
  background: transparent;
  border-color: transparent;
  color: rgb(229, 154, 135);
}
.btn-secondary::after {
  display: block;
  content: "";
  background-color: #fcf2f2;
  height: 0.675em;
  position: absolute;
  top: 50%;
  left: 2.5em;
  width: calc(100% - 3.5em);
  z-index: -1;
  transform: translateX(-125%);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-secondary:hover::after {
  transform: translateX(0);
}

.advanced-carousel .advanced-carousel-slide {
  display: none;
  flex-flow: row nowrap;
}
.advanced-carousel .advanced-carousel-slide.active {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .advanced-carousel .advanced-carousel-slide.active {
    flex-direction: column;
  }
}
.advanced-carousel .advanced-carousel-slide > div {
  flex: 1 1 0px;
}
.advanced-carousel .advanced-carousel-slide .acs-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 800px) {
  .advanced-carousel .advanced-carousel-slide .acs-image {
    display: none;
  }
}
@media (min-width: 801px) {
  .advanced-carousel .advanced-carousel-slide .acs-mobile-hero {
    display: none;
  }
}
.advanced-carousel .advanced-carousel-slide .acs-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  padding: 72px 10% 112px 15%;
}
@media (max-width: 800px) {
  .advanced-carousel .advanced-carousel-slide .acs-text {
    align-items: center;
    padding: 2rem 1rem 3.5rem;
  }
}
.advanced-carousel .advanced-carousel-slide .acs-text h1, .advanced-carousel .advanced-carousel-slide .acs-text h2, .advanced-carousel .advanced-carousel-slide .acs-text h3 {
  color: inherit;
}
.advanced-carousel .advanced-carousel-slide .acs-text h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 919px) {
  .advanced-carousel .advanced-carousel-slide .acs-text h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.advanced-carousel .advanced-carousel-slide .acs-text h2 {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.advanced-carousel .advanced-carousel-slide .acs-text h2:after {
  display: none;
}
@media (max-width: 919px) {
  .advanced-carousel .advanced-carousel-slide .acs-text h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 800px) {
  .advanced-carousel .advanced-carousel-slide .acs-text h2 {
    font-size: 1.25rem;
  }
}
.advanced-carousel .advanced-carousel-slide .acs-text .acs-brand-logo {
  display: block;
  margin-bottom: 62px;
}
@media (max-width: 480px) {
  .advanced-carousel .advanced-carousel-slide .acs-text .acs-brand-logo {
    max-width: 280px;
  }
}
.advanced-carousel .advanced-carousel-slide .acs-text .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #36465a;
  margin-top: 1rem;
  min-width: 200px;
}

.sign-in-page .two-column-row {
  font-size: 0.875rem;
  padding: 6.5rem 0;
}
.sign-in-page .two-column-row .column {
  border: 1px solid #eaecf1;
  padding: 3rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .sign-in-page .two-column-row .column {
    padding: 3rem 1rem;
  }
}
.sign-in-page .two-column-row .column > div {
  max-width: 442px;
}
.sign-in-page .two-column-row .column ul {
  list-style: initial;
  padding-left: 1.25em;
}
.sign-in-page .two-column-row .column login form {
  align-items: center;
  gap: 3rem;
}
.sign-in-page .two-column-row .column login form login-fieldset {
  width: 100%;
}
.sign-in-page .two-column-row .column login form login-fieldset .input-group-addon {
  display: none;
}
.sign-in-page .two-column-row .column login form .btn-default {
  display: none;
}
.sign-in-page .two-column-row .column login form .btn-primary {
  margin: auto;
}
.sign-in-page .two-column-row .column login form [form-group] + [form-group] {
  margin-top: 2rem;
}
.sign-in-page .two-column-row .column .btn-primary {
  margin: 3rem auto 0;
  width: 230px;
}
.sign-in-page .two-column-row .column .btn-default {
  display: block;
  border: none;
}
.sign-in-page .two-column-row .column .btn-default:hover, .sign-in-page .two-column-row .column .btn-default:focus, .sign-in-page .two-column-row .column .btn-default:active {
  color: inherit;
  background-color: transparent;
  opacity: 0.75;
}
.sign-in-page .two-column-row .column .login-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sign-in-page .two-column-row .column .btn-problems {
  margin-top: -1rem;
}
.sign-in-page h1, .sign-in-page h3 {
  font-size: 1.75rem;
  color: #36465a;
  margin-bottom: 1rem;
  text-transform: initial;
}
@media (max-width: 800px) {
  .sign-in-page h1, .sign-in-page h3 {
    font-size: 1.25rem;
  }
}
.sign-in-page h3 {
  margin-top: 1rem;
}
.sign-in-page .verify-actions .pull-right {
  float: none !important;
  text-align: center;
}

.cta-w-bkgrnd-img h1 {
  font-size: 5.25rem;
  font-family: "GilroySemi", sans-serif;
  line-height: 1em;
}
@media (max-width: 660px) {
  .cta-w-bkgrnd-img h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 480px) {
  .cta-w-bkgrnd-img h1 {
    font-size: 2rem;
  }
}
.cta-w-bkgrnd-img h1.felt-that, .cta-w-bkgrnd-img h1 .felt-that {
  font-size: 8rem;
}
@media (max-width: 660px) {
  .cta-w-bkgrnd-img h1.felt-that, .cta-w-bkgrnd-img h1 .felt-that {
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  .cta-w-bkgrnd-img h1.felt-that, .cta-w-bkgrnd-img h1 .felt-that {
    font-size: 3rem;
  }
}

.center-block {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 40em;
  text-align: center;
}
.center-block .felt-that {
  color: #729a83;
  font-size: 5rem;
  line-height: 1em;
}
@media (max-width: 660px) {
  .center-block .felt-that {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0.5rem;
  }
}
.center-block h3 {
  font-size: 3.5rem;
}
@media (max-width: 660px) {
  .center-block h3 {
    font-size: 2rem;
  }
}

.accordion.centered {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  max-width: 1440px;
}
.small-page .accordion.centered {
  max-width: 1170px;
}
.accordion .panel:nth-of-type(odd) .heading a {
  background-color: #eaecf1;
}

[roundcolumn="1"] {
  -webkit-clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
          clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
}

.pn-about main .independent-retail {
  margin: 8rem 0;
  padding: 10em 1em;
  overflow: hidden;
}
.pn-about main .independent-retail .single-column-row h2 {
  color: #36465a;
  font-size: 1.75rem;
}
.pn-about main .independent-retail .single-column-row .text-grouping {
  max-width: 36rem;
}
.pn-about main .independent-retail .single-column-row .img-responsive {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  width: 50vw;
  min-width: 390px;
  max-width: 800px;
  left: 33.33%;
}
@media (max-width: 1040px) {
  .pn-about main .independent-retail .single-column-row .img-responsive {
    position: initial;
    transform: initial;
  }
}
@media (max-width: 1040px) {
  .pn-about main .independent-retail .column > div > div {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.pn-about main .vendors {
  max-width: 1440px;
  margin: auto;
}
.pn-about main .vendors h2 {
  color: #36465a;
  font-size: 3.5rem;
}
@media (max-width: 800px) {
  .pn-about main .vendors h2 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2.5rem;
  }
}
.pn-about main .doing-business h2 {
  color: #c6dbe5;
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 800px) {
  .pn-about main .doing-business h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.pn-about main .doing-business h3 {
  color: #36465a;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 800px) {
  .pn-about main .doing-business h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.pn-about main .who-we-are h2 {
  color: #36465a;
  font-size: 5rem;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
@media (max-width: 800px) {
  .pn-about main .who-we-are h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.pn-about main .who-we-are h3 {
  color: #102127;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 800px) {
  .pn-about main .who-we-are h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.pn-about main .who-we-are h4 {
  color: #36465a;
  margin-bottom: 3rem;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.pn-about main .who-we-are p {
  font-size: 1rem;
}
.pn-about main .organizations {
  max-width: 650px;
  margin: 0 auto 10em;
}
.pn-careers main h2 {
  color: #36465a;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  margin: 0;
  padding-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 800px) {
  .pn-careers main h2 {
    font-size: 1.25rem;
  }
}
.pn-careers main h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 48px;
  background-color: #c6dbe5;
}
.pn-careers main h3 {
  color: #36465a;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.25rem;
  margin: 0;
  text-transform: initial;
}
.pn-careers main p {
  font-size: 0.875rem;
}
.pn-care main .felt-that {
  color: #c6dbe5;
  font-size: 5rem;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 3rem;
}
@media (max-width: 660px) {
  .pn-care main .felt-that {
    font-size: 3rem;
  }
}
.pn-care main p, .pn-care main li {
  font-size: 0.875rem;
}
.pn-care main li {
  margin: 0 0 0.5rem;
}
.pn-care main h3 {
  color: #36465a;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  margin: 0;
  padding-bottom: 0.75rem;
  position: relative;
}
.pn-care main h3:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 48px;
  background-color: #c6dbe5;
}
.pn-show main p, .pn-show main li {
  font-size: 0.875rem;
}
.pn-show main li {
  margin: 0 0 0.5rem;
}
.pn-show main h2 {
  color: #36465a;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  margin: 0;
  padding-bottom: 0.75rem;
  position: relative;
}
.pn-show main h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 48px;
  background-color: #c6dbe5;
}
.pn-vendor main .vendor-cards a {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  height: 200px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 660px) {
  .pn-vendor main .vendor-cards a {
    height: initial;
  }
}
.pn-vendor main h2 {
  color: #36465a;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  margin: 0;
  padding-bottom: 0.75rem;
  position: relative;
}
.pn-vendor main h2:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 48px;
  background-color: #c6dbe5;
}
.pn-vendor main p {
  font-size: 0.875rem;
}

*:has(.heading-component) {
  max-width: initial !important;
  padding-left: initial;
  padding-right: initial;
}

.heading-component {
  background-color: #eaecf1;
  -webkit-clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
          clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
  padding: 4.75rem 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.heading-component h1 {
  color: #36465a;
  font-size: 3.5rem;
  line-height: 4rem;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .heading-component h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 660px) {
  .heading-component h1 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.heading-component .sub-header {
  color: #36465a;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 800px) {
  .heading-component .sub-header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (max-width: 660px) {
  .heading-component .sub-header {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.cards > * {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 660px) {
  .cards {
    gap: 2em;
  }
  .cards > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 480px) {
  .cards {
    gap: 2em;
  }
  .cards > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.cards .card {
  border: 1px solid #729a83;
  background: #eaecf1;
  color: #36465a;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
}
.cards .card .fa {
  font-size: 1.75rem;
  padding: 1rem 0;
}
.cards .card p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.cards .card:last-of-type {
  background-color: #fff;
  border-color: #729a83;
}

nav.sub a {
  display: block;
  font-size: 0.875rem;
  padding: 10px 0;
  text-decoration: none;
}
nav.sub .heading a {
  font-size: 1rem;
  color: #36465a;
  font-weight: 500;
}
nav.sub ul li.active > a {
  font-weight: 500;
}

.pagination {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  list-style: none;
  align-items: center;
  margin-top: 3em;
}
.pagination .pagination-first, .pagination .pagination-last {
  display: none;
}
.pagination .pagination-prev a, .pagination .pagination-next a {
  width: initial;
  height: initial;
  padding: 0.25em 0.5em;
  color: #36465a;
  border-color: #36465a;
  border-radius: initial;
  display: block;
  width: 10em;
  text-align: center;
}
@media (max-width: 660px) {
  .pagination .pagination-prev a, .pagination .pagination-next a {
    width: 7rem;
  }
}
@media (max-width: 380px) {
  .pagination .pagination-prev a, .pagination .pagination-next a {
    width: 6rem;
  }
}
.pagination a {
  border: 1px solid transparent;
  color: #36465a;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
.pagination .active a {
  background-color: #729a83;
  border-color: #729a83;
  color: #fff;
}

.multibrand {
  background: #eaecf1;
}
.multibrand .container {
  display: flex;
  align-items: center;
}
.multibrand .container p {
  color: #494949;
  font-size: 15px;
  font-weight: 500;
  font-family: "Gilroy Regular", sans-serif;
  line-height: 1;
  padding-right: 1em;
}
@media (max-width: 1375px) {
  .multibrand .container p {
    display: none;
  }
}
.multibrand .container a {
  border-top: 3px solid transparent;
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 15px;
}
.multibrand .container a.active {
  background-color: #fff;
  border-color: #729a83;
}
.multibrand .container img {
  height: 10px;
}

span.badge-sup.cart-count {
  background-color: rgb(229, 154, 135);
}

.badge-almost-gone {
  display: none !important;
}

shopping-one-up:has(.grace-direct),
product-view:has(.grace-direct) {
  display: block;
  max-width: 100em;
  margin: auto;
}
@media (max-width: 1440px) {
  shopping-one-up:has(.grace-direct),
  product-view:has(.grace-direct) {
    padding: 0 1em;
  }
}
shopping-one-up:has(.grace-direct) .product-description,
product-view:has(.grace-direct) .product-description {
  color: inherit;
  font-size: 1.875em;
  margin-bottom: 14px;
}
shopping-one-up:has(.grace-direct) panel,
product-view:has(.grace-direct) panel {
  display: block;
}
shopping-one-up:has(.grace-direct) shopping-one-up-details,
product-view:has(.grace-direct) shopping-one-up-details {
  display: block;
  margin-top: 2em;
}
shopping-one-up:has(.grace-direct) shopping-one-up-details .detail-item,
product-view:has(.grace-direct) shopping-one-up-details .detail-item {
  margin-bottom: 0.25em;
}
shopping-one-up:has(.grace-direct) .details-column-left,
product-view:has(.grace-direct) .details-column-left {
  margin-top: 2em;
}
shopping-one-up:has(.grace-direct) .related-items,
product-view:has(.grace-direct) .related-items {
  margin-top: 4em;
}
shopping-one-up:has(.grace-direct) > div,
product-view:has(.grace-direct) > div {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
shopping-one-up:has(.grace-direct) .row,
product-view:has(.grace-direct) .row {
  display: flex;
  flex-flow: row nowrap;
  gap: 2em;
  margin: 0;
}
shopping-one-up:has(.grace-direct) .row:before, shopping-one-up:has(.grace-direct) .row:after,
product-view:has(.grace-direct) .row:before,
product-view:has(.grace-direct) .row:after {
  display: none;
}
.modal shopping-one-up:has(.grace-direct) .row,
.modal product-view:has(.grace-direct) .row {
  flex-flow: row nowrap;
}
@media (max-width: 840px) {
  shopping-one-up:has(.grace-direct) .row > div > .row,
  product-view:has(.grace-direct) .row > div > .row {
    flex-flow: column nowrap;
    align-items: center;
  }
}
shopping-one-up:has(.grace-direct) .row .text-column,
product-view:has(.grace-direct) .row .text-column {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 40em;
}
@media (max-width: 840px) {
  shopping-one-up:has(.grace-direct) .row .text-column,
  product-view:has(.grace-direct) .row .text-column {
    max-width: 40em;
    width: 100%;
  }
}
shopping-one-up:has(.grace-direct) .row .text-column p,
product-view:has(.grace-direct) .row .text-column p {
  margin: 0;
}
shopping-one-up:has(.grace-direct) .row .text-column .shopping-actions-bar > *,
product-view:has(.grace-direct) .row .text-column .shopping-actions-bar > * {
  display: flex;
  gap: 2em;
}
shopping-one-up:has(.grace-direct) .row .text-column .b2b-btns,
product-view:has(.grace-direct) .row .text-column .b2b-btns {
  display: flex;
  gap: 1em;
}
shopping-one-up:has(.grace-direct) .row .text-column .b2b-btns .btn,
product-view:has(.grace-direct) .row .text-column .b2b-btns .btn {
  align-items: center;
  display: flex;
  gap: 0.5em;
}
shopping-one-up:has(.grace-direct) .row .text-column .b2b-btns i,
product-view:has(.grace-direct) .row .text-column .b2b-btns i {
  font-size: 1.5em;
}
shopping-one-up:has(.grace-direct) .row .images-column,
product-view:has(.grace-direct) .row .images-column {
  flex-grow: 1;
}
@media (max-width: 840px) {
  shopping-one-up:has(.grace-direct) .row .images-column,
  product-view:has(.grace-direct) .row .images-column {
    max-width: 40em;
    width: 100%;
  }
}
shopping-one-up:has(.grace-direct) .row .images-column .product-images-vertical > .row,
product-view:has(.grace-direct) .row .images-column .product-images-vertical > .row {
  flex-flow: row nowrap;
}
shopping-one-up:has(.grace-direct) .row .images-column .product-images-horizontal > .row,
product-view:has(.grace-direct) .row .images-column .product-images-horizontal > .row {
  flex-direction: column;
}
shopping-one-up:has(.grace-direct) .row h3,
product-view:has(.grace-direct) .row h3 {
  font-size: 1em;
  font-weight: bold;
  font-family: var(--font-family-primary);
}
shopping-one-up:has(.grace-direct) .row ul,
product-view:has(.grace-direct) .row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
shopping-one-up:has(.grace-direct) .row .multi-view-hide,
product-view:has(.grace-direct) .row .multi-view-hide {
  display: initial;
}
shopping-one-up:has(.grace-direct) .row .mz-thumb-selected,
product-view:has(.grace-direct) .row .mz-thumb-selected {
  border: 4px solid #333 !important;
  display: block;
  padding: 4px;
}
shopping-one-up:has(.grace-direct) shopping-price-breaks, shopping-one-up:has(.grace-direct) .shopping-price-breaks,
product-view:has(.grace-direct) shopping-price-breaks,
product-view:has(.grace-direct) .shopping-price-breaks {
  display: block;
  margin-top: 1em;
  width: 16em;
}
shopping-one-up:has(.grace-direct) shopping-one-up-size-options .size-option,
product-view:has(.grace-direct) shopping-one-up-size-options .size-option {
  width: 10em;
}
shopping-one-up:has(.grace-direct) shopping-one-up-size-options .size-option .btn,
product-view:has(.grace-direct) shopping-one-up-size-options .size-option .btn {
  width: 100%;
  padding: 1em 0.25em;
}
shopping-one-up:has(.grace-direct) shopping-one-up-size-options .size-options-container,
product-view:has(.grace-direct) shopping-one-up-size-options .size-options-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}
shopping-one-up:has(.grace-direct) product-features panel .btn-link,
product-view:has(.grace-direct) product-features panel .btn-link {
  font-family: "Avenir Medium", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0;
  text-transform: capitalize;
}
shopping-one-up:has(.grace-direct) product-features datum > div,
product-view:has(.grace-direct) product-features datum > div {
  align-items: stretch;
  border: none !important;
  display: flex;
  gap: 0.25em;
  margin-bottom: 0.25em;
  padding: 0 !important;
  width: 100%;
}
shopping-one-up:has(.grace-direct) product-features datum > div > *,
product-view:has(.grace-direct) product-features datum > div > * {
  background-color: var(--light-gray);
  font-weight: normal;
  padding: 0.5em 1em;
}
shopping-one-up:has(.grace-direct) product-features datum > div > strong,
product-view:has(.grace-direct) product-features datum > div > strong {
  width: 13em;
  flex-shrink: 0;
}
shopping-one-up:has(.grace-direct) product-features datum > div > span,
product-view:has(.grace-direct) product-features datum > div > span {
  flex-grow: 1;
}
shopping-one-up:has(.grace-direct) product-features datum > div > span:last-of-type,
product-view:has(.grace-direct) product-features datum > div > span:last-of-type {
  display: none;
}
shopping-one-up:has(.grace-direct) .incrementer-group,
product-view:has(.grace-direct) .incrementer-group {
  display: flex;
}
shopping-one-up:has(.grace-direct) .incrementer-group [type=number],
product-view:has(.grace-direct) .incrementer-group [type=number] {
  width: 4em;
}
shopping-one-up:has(.grace-direct) .one-up-cart-actions > div,
product-view:has(.grace-direct) .one-up-cart-actions > div {
  display: flex;
  gap: 2em;
  margin-top: 2em;
}
shopping-one-up:has(.grace-direct) .one-up-cart-actions > div > div,
product-view:has(.grace-direct) .one-up-cart-actions > div > div {
  align-items: center;
  display: flex;
  gap: 1em;
}
shopping-one-up shopping-price-breaks,
product-view shopping-price-breaks {
  display: block;
  margin-top: 1.5rem;
}

.overlay .img-responsive-link {
  display: block;
  position: relative;
}
.overlay .img-responsive-link .caption {
  align-items: center;
  background: linear-gradient(0deg, rgba(48, 84, 99, 0.2), rgba(48, 84, 99, 0.2)), linear-gradient(0deg, rgba(48, 84, 99, 0.9), rgba(48, 84, 99, 0.2));
  color: #fff;
  display: flex;
  font-family: "GilroySemi", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 5em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 800px) {
  .overlay .img-responsive-link .caption {
    padding: 5rem 0.5rem;
  }
}
.content-column p, .content-column ul, .content-column ol {
  font-size: 0.875rem;
}
.content-column .one-up-details-title, .content-column h4 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
}
.content-column shopping-price-breaks .container {
  padding: 0;
}
.content-column shopping-price-breaks strong {
  font-weight: 500;
}

numeric-input-group .btn-primary {
  margin: 0 !important;
}

.btn-qty {
  margin: 0 !important;
}

.blog-page .pagination {
  margin: 3rem 0;
  font-size: 0.875rem;
}
.blog-page .pagination .active a {
  background: #36465a;
  border-color: #36465a;
}
.blog-page .blog-heading {
  margin-top: 4rem;
}
.blog-page .category-navigation {
  margin: 0 0 40px;
}
.blog-page .category-navigation ul, .blog-page .category-navigation {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  text-transform: capitalize;
  justify-content: center;
}
.blog-page .heading-component + .listing {
  flex-direction: column;
  gap: 0;
  max-width: 1170px;
  margin: 2rem auto 4rem;
  width: 100%;
}
.blog-page .heading-component + .listing .blog-landing-item {
  border-top: 1px solid #eaecf1;
  box-shadow: none;
  padding: 2rem 0;
  width: 100%;
}
.blog-page .heading-component + .listing .blog-landing-item:first-of-type {
  border-top: none;
}
.blog-page .heading-component + .listing .blog-landing-item > a {
  display: flex;
  gap: 2rem;
}
@media (max-width: 660px) {
  .blog-page .heading-component + .listing .blog-landing-item > a {
    flex-direction: column;
    padding: 1rem;
  }
}
.blog-page .heading-component + .listing .blog-landing-item .blog-landing-image {
  flex: 1 1 0px;
}
.blog-page .heading-component + .listing .blog-landing-item .blog-landing-info {
  flex: 2 1 0px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.blog-page .heading-component + .listing .blog-landing-item .blog-landing-info .heading {
  order: 1;
  color: #36465a;
  font-family: "GilroySemi", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 0;
}
.blog-page .heading-component + .listing .blog-landing-item .blog-landing-info .heading:after {
  display: block;
  content: "";
  background-color: #c6dbe5;
  margin: 1rem 0;
  height: 1px;
  width: 48px;
}
.blog-page .heading-component + .listing .blog-landing-item .blog-landing-info .author-date {
  order: 0;
  color: #c6dbe5;
  font-family: "GilroySemi", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding: 0;
}
.blog-page .heading-component + .listing .blog-landing-item .blog-landing-info .text {
  order: 2;
  color: #2B2E32;
  font-size: 0.875rem;
  font-family: "Gilroy Regular", sans-serif;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding: 0;
}

.spc:has(retailer-container) {
  margin-bottom: 48px;
}

.svg-icon {
  width: 24px;
  height: 24px;
}

auto-query-footer .svg-icon {
  margin: 3rem 0 1rem;
  height: 68px;
  width: 68px;
}
auto-query-footer .svg-icon use {
  stroke: #c6dbe5;
}

.registration .nav-tabs {
  border: none;
  display: block;
  position: relative;
}
.registration .nav-tabs > li {
  font-size: 0;
}
.registration .nav-tabs > li a {
  color: #36465a;
  font-size: 1em;
  font-family: "GilroySemi", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25em;
  text-transform: uppercase;
  border: none;
  padding: 0;
}
.registration .nav-tabs > li:last-of-type {
  margin-bottom: 2rem;
}
.registration .nav-tabs > .active {
  display: block;
  font-size: 1.75rem;
  padding-bottom: 2rem;
}
@media (max-width: 800px) {
  .registration .nav-tabs > .active {
    font-size: 1.5rem;
  }
}
.registration .nav-tabs > .active + .nav-item {
  display: block;
  font-size: 1rem;
  margin-top: -2rem;
  padding-bottom: 2rem;
}
.registration .nav-tabs > .active + .nav-item:before {
  content: "Next:";
}
.registration .nav-tabs > .active + .nav-item a, .registration .nav-tabs > .active + .nav-item:before {
  font-weight: 500;
  font-family: "Gilroy Regular", sans-serif;
  letter-spacing: normal;
  text-transform: initial;
}
.registration .nav-tabs a:after {
  display: block;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background: #c6dbe5;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 0;
}
.registration .nav-tabs li.active a:after {
  background: #36465a;
}
.registration .nav-tabs li.active ~ li a:after {
  background: #767676;
}
.registration .nav-tabs li:nth-of-type(1) a:after {
  left: calc(50% - 4rem);
}
.registration .nav-tabs li:nth-of-type(2) a:after {
  left: calc(50% - 3rem);
}
.registration .nav-tabs li:nth-of-type(3) a:after {
  left: calc(50% - 2rem);
}
.registration .nav-tabs li:nth-of-type(4) a:after {
  left: calc(50% - 1rem);
}
.registration .nav-tabs li:nth-of-type(5) a:after {
  left: calc(50% - 0rem);
}
.registration .nav-tabs li:nth-of-type(6) a:after {
  left: calc(50% + 1rem);
}
.registration .nav-tabs li:nth-of-type(7) a:after {
  left: calc(50% + 2rem);
}
.registration .nav-tabs li:nth-of-type(8) a:after {
  left: calc(50% + 3rem);
}
.registration .nav-tabs li:nth-of-type(9) a:after {
  left: calc(50% + 4rem);
}
.registration form-submission, .registration register-retailer {
  display: block;
  max-width: 370px;
  margin: auto;
  padding: 104px 0;
}
.registration form-submission .btn-primary, .registration register-retailer .btn-primary {
  height: 3rem;
  margin-top: 1rem;
  padding: 0;
  width: 100%;
}
.registration .form-group {
  margin-bottom: 1rem;
}
.registration .form-control {
  border-color: transparent;
}
.registration .choices {
  height: 49px;
  background-color: #eaecf1;
}
.registration .choices .selection {
  height: 100%;
  margin: 0;
}
.registration .choices .selection .choices__list--single {
  height: 100%;
}
.registration .choices .selection .choices__list--single .choices__item.choices__item--selectable {
  height: 100%;
  display: flex;
  align-items: center;
}
.registration .formio-component-selectboxes .input-group {
  display: block;
}

.formio-choices {
  height: 49px;
  background-color: #eaecf1;
}
.formio-choices .selection {
  height: 100%;
  margin: 0;
}
.formio-choices .selection .choices__list--single {
  height: 100%;
}
.formio-choices .selection .choices__list--single .choices__item.choices__item--selectable {
  height: 100%;
  display: flex;
  align-items: center;
}

.field-required:after, .tab-error::after, .formio-errors .error, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: rgb(229, 154, 135);
}

div[right] {
  display: flex;
  align-items: center;
}

.sort-by-label.hidden {
  font-size: 0.875rem;
}
@media (min-width: calc(660px + 1px)) {
  .sort-by-label.hidden {
    display: block !important;
  }
}

.shopping-top-filters {
  margin: 2rem 0 1.5rem;
}
.shopping-top-filters .btn {
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.shopping-top-filters .btn-mobile-filters {
  background-color: #E2E8F4;
  border-color: #E2E8F4;
  color: #36465a;
  letter-spacing: 0.02rem;
  margin-right: auto;
  text-transform: initial;
}
.shopping-top-filters .btn-mobile-filters:hover {
  background-color: #36465a;
  border-color: #36465a;
  color: #fff;
}

.filters-header {
  text-align: left;
  margin-bottom: 1.25rem;
}
.shop-page .filters-header {
  font-size: 0.875rem;
  color: #6D727B;
  letter-spacing: initial;
  font-weight: 400;
  font-family: "Gilroy Regular", sans-serif;
}
.filters-header p {
  font-size: 0.875rem;
  color: #6D727B;
  letter-spacing: initial;
  font-weight: 400;
  font-family: "Gilroy Regular", sans-serif;
}
@media (min-width: 767px) {
  .filters-header .btn-close {
    display: none;
  }
}

.filters-bottom-section {
  padding-bottom: 4rem;
}
.filters-bottom-section .panel-title {
  color: #2B2E32;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  text-transform: initial;
}
.filters-bottom-section .panel-heading {
  padding: 1rem 1rem 1rem 0;
}
.filters-bottom-section .panel {
  width: 270px;
  padding: 0 0 0 1rem;
  border: 1px solid #eaecf1;
  margin-bottom: 0.5rem;
}
.filters-bottom-section #refinements-panel .list-unstyled {
  display: none;
}
.filters-bottom-section #refinements-panel > button {
  position: absolute;
  top: 0;
  right: 0;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: initial;
  color: #2B2E32;
  background: transparent;
  border: none;
  text-transform: initial;
}
.filters-bottom-section auto-query-refinements-panel h5 {
  display: none;
}
.filters-bottom-section auto-query-filter-selector {
  display: block;
  padding: 0 0 1rem;
}
.filters-bottom-section .auto-query-nav-panel-btn.btn {
  display: block;
  padding: 0.25rem 0 !important;
  text-align: left;
  white-space: initial;
  font-size: 0.875rem;
  font-family: "Gilroy Regular", sans-serif;
  letter-spacing: 0.28px;
}
.filters-bottom-section .auto-query-nav-panel-btn.btn > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filters-bottom-section .auto-query-nav-panel-btn.btn > span svg {
  flex-shrink: 0;
}
.filters-bottom-section .auto-query-nav-panel-btn.btn > span use {
  stroke: #fff;
}

.multi-view-right {
  flex-grow: 1;
  padding: 0;
  margin-right: initial !important;
}

.multi-view-left {
  margin-top: 2rem;
}

.shop-page .breadcrumb-trail ol {
  border-bottom: none;
}

.shop-filter-cta {
  padding-left: 0;
  align-self: flex-start;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-transform: capitalize;
  color: #729a83;
  letter-spacing: initial;
  font-weight: 400;
  font-family: "Gilroy Regular", sans-serif;
}
.shop-filter-cta use {
  fill: #729a83;
  stroke: #729a83;
}
.container .container:has(.shop-filter-cta) {
  padding: 0;
}
body:has(.filters-closed) .shop-filter-cta {
  transform: translateY(-4rem);
}

.shop-footer {
  width: calc(100% - 310px);
  margin-top: 76px;
  margin-right: initial !important;
}
.shop-footer h2 {
  font-family: "Playfair Display", "Gilroy Regular", sans-serif;
}

sort-options li a {
  color: #36465a;
  font-size: 1rem;
  text-decoration: none;
}
sort-options li a:before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
}
sort-options li.active a:before {
  content: "\f192";
}
sort-options li .fa-sort {
  display: none !important;
}

.formio-component-submit .submit-fail::after {
  display: none;
}

.btn-radio {
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-radio:hover {
  background-color: #eaecf1;
}

.tab-content shopping-grid {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: hidden;
  border-bottom: 10px solid transparent;
  padding-bottom: 2rem;
  width: 100%;
  gap: 2rem;
  gap: 2rem;
}
.tab-content shopping-grid > * {
  flex: 0 0 calc((100% - 6rem) / 4);
}
@media (max-width: 1170px) {
  .tab-content shopping-grid {
    gap: 2rem;
  }
  .tab-content shopping-grid > * {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 800px) {
  .tab-content shopping-grid {
    border: none;
    overflow-x: scroll;
    gap: 1rem;
  }
  .tab-content shopping-grid > * {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
@media (max-width: 660px) {
  .tab-content shopping-grid {
    gap: 1rem;
  }
  .tab-content shopping-grid > * {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 480px) {
  .tab-content shopping-grid {
    gap: 2rem;
  }
  .tab-content shopping-grid > * {
    flex: 0 0 calc((100% - 0rem) / 1);
  }
}
.tab-content shopping-grid:hover {
  border: none;
  overflow-x: scroll;
}
.tab-content shopping-grid::-webkit-scrollbar {
  width: 10px; /* Adjust the width as needed */
  height: 10px;
}
.tab-content shopping-grid::-webkit-scrollbar-track {
  background-color: transparent; /* Remove the gray background */
}
.tab-content shopping-grid::-webkit-scrollbar-thumb:horizontal {
  background-color: #767676; /* Change the thumb color */
  border-radius: 6px; /* Add rounded corners to the thumb */
  height: 10px;
}

shopping-grid {
  flex-flow: row nowrap;
  overflow-x: auto;
  padding: 3em 0.5em 2em;
}
.product-grids shopping-grid {
  flex-flow: row wrap;
}

.info-block {
  border: 1px solid #6D8CC7;
  background-color: #EAECF1;
  color: #36465a;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  margin-top: 0.5rem;
}

.cc-icons {
  margin-top: 1rem;
}

.dropdown-menu:has(> auto-query-filter-selector) {
  left: 50% !important;
  right: initial !important;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  border-bottom: 40px solid white;
}

.auto-refinements {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
@media (max-width: 660px) {
  .auto-refinements {
    display: none;
  }
}

.auto-refinement .label {
  background: #36465a;
  border-radius: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  height: 2rem;
  margin: 0;
  padding: 0 1rem;
  width: initial;
}
.auto-refinement .label .fa {
  margin-left: 1rem;
}
.auto-refinement .label use {
  fill: #fff;
  stroke: #fff;
}
.auto-refinement:first-of-type .label {
  background: transparent;
  color: inherit;
  text-decoration: underline;
  font-weight: normal;
  padding-left: 0;
}
.auto-refinement:first-of-type .label .fa {
  display: none;
}
.auto-refinement svg {
  width: 1rem;
  height: 1rem;
}

.label-default {
  background: #eaecf1;
  color: #36465a;
  border: 1px solid #729a83;
  min-width: 2rem;
}

.size-selection,
.text-column .size-selection {
  margin-bottom: 1rem;
  display: block;
}
.size-selection .dropdown-toggle,
.text-column .size-selection .dropdown-toggle {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eaecf1;
  text-transform: initial;
}
.size-selection .btn-link,
.text-column .size-selection .btn-link {
  color: inherit;
  font-weight: initial;
  font-size: 1rem;
  padding: 0;
  font-family: "Gilroy Regular", sans-serif;
  letter-spacing: initial;
}

.display-none,
.featured-products-tabs:has(.display-none) {
  display: none !important;
}

.grid-section:has(.featured-products) > div + div {
  margin-top: 0;
}

.featured-collections shopping-item-info {
  display: none;
}
.featured-collections-intro {
  margin-top: 40px;
}
.featured-collections-intro h1 {
  font-family: "GilroySemi", sans-serif;
  color: #6F7E9D;
}
.featured-collections-intro h2 {
  font-size: 28px;
  letter-spacing: 2.24px;
  font-family: "Gilroy Regular", sans-serif;
  font-weight: normal;
}
.featured-collections-top-picks {
  border: 1px solid #eaecf1;
  padding: 1.5rem 2.5rem;
  max-width: 1170px;
  margin: 2rem auto 3rem;
}
@media (max-width: 480px) {
  .featured-collections-top-picks {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-collections-top-picks .featured-products shopping-grid {
  padding: 1rem 0.5em;
}
.featured-collections-top-picks .featured-products .grid-item {
  flex: 0 0 calc((100% - 8em) / 5);
}
@media (max-width: 800px) {
  .featured-collections-top-picks .featured-products .grid-item {
    flex: initial;
    width: calc(33.33% - 0.666em);
  }
}
@media (max-width: 480px) {
  .featured-collections-top-picks .featured-products .grid-item {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .featured-collections-top-picks .forty-sixty {
    flex-direction: column;
  }
}
.featured-collections-top-picks .forty-sixty .col-md-5 {
  width: calc(40% - 1.5em);
}
@media (max-width: 800px) {
  .featured-collections-top-picks .forty-sixty .col-md-5 {
    width: 100%;
  }
}
.featured-collections-top-picks .forty-sixty .col-md-7 {
  width: calc(60% - 0.5em);
}
@media (max-width: 800px) {
  .featured-collections-top-picks .forty-sixty .col-md-7 {
    width: 100%;
  }
}
.featured-collections-top-picks .forty-sixty:has(.featured-products) .column {
  padding: 0;
}
.featured-collections-top-picks .forty-sixty .featured-products .grid-item {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 800px) {
  .featured-collections-top-picks .forty-sixty .featured-products .grid-item {
    flex: initial;
    width: calc(33.33% - 0.666em);
  }
}
@media (max-width: 480px) {
  .featured-collections-top-picks .forty-sixty .featured-products .grid-item {
    width: 100%;
  }
}
.featured-collections-top-picks .container {
  max-width: initial;
  padding: 0;
}
.featured-collections-top-picks .text-grouping p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2.25rem;
}
.featured-collections-top-picks .text-grouping h2 {
  font-size: 28px;
  letter-spacing: 2.24px;
  color: #8093A9;
  margin: 0;
}
.featured-collections-top-picks .btn-link {
  padding: 0;
  font-family: "Gilroy Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: initial;
  font-weight: 500;
  text-transform: initial;
}
.featured-collections-top-picks .btn-link:after {
  display: inline-block;
  content: "→";
  margin-left: 1rem;
}
.featured-collections-image-block {
  max-width: 1170px;
  margin: 2.5rem auto 3rem;
}
.featured-collections-image-block * {
  padding: 0 !important;
}
.featured-collections-our-team, .featured-collections-our-team h2 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.featured-collections-our-team .featured-tabs-container {
  text-align: left;
  color: #2B2E32;
}
.featured-collections-shop {
  max-width: 1170px;
  margin: auto;
}
.featured-collections-shop h2 {
  color: #36465a;
  font-size: 28px;
  font-family: "GilroySemi", sans-serif;
  margin-left: 0.25em;
  margin-top: 3rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.featured-collections-shop h2:after {
  background-color: #729a83;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(100% - 2px);
  width: 3rem;
}
.featured-collections-shop shopping-grid {
  padding-top: 0.5rem;
}
@media (max-width: 480px) {
  .featured-collections [centeredcolumn="1"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.growl-item {
  text-align: center;
}
.growl-item .close {
  display: none;
}

shopping-container strike {
  margin: 0;
}

.tooltip-arrow {
  border-right-color: #36465a !important;
}
.tooltip-inner {
  background-color: #36465a !important;
}
.tooltip.in {
  opacity: 1 !important;
}

.klaviyo-form-UTS2Ek .kl-private-reset-css-Xuajs1 {
  flex-direction: column !important;
}
.klaviyo-form-UTS2Ek .kl-private-reset-css-Xuajs1 *:not(input) {
  padding: 0 !important;
  flex: initial !important;
  gap: 0.333rem;
  align-items: stretch;
  align-self: initial !important;
}

.klaviyo-close-form {
  color: #36465a !important;
}

.kl-private-reset-css-Xuajs1 svg path {
  fill: currentColor;
  stroke: currentColor;
}

.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
  .visible-print-inline {
    display: inline;
  }
  .visible-print-inline-block {
    display: inline-block;
  }
  .hidden-print {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */