/*** ECOMMERCE MAIN STYLESHEET - created by Skipper Igcasenza, last updated 7/16/2026 ***/
/*** GLOBAL ***/
.ecommerce {
  /*** HEADING & TYPOGRAPHY ***/
}
.ecommerce body {
  font-family: "greycliff-cf", "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #222222;
  box-sizing: border-box;
}
.ecommerce section {
  padding: 60px 0;
  scroll-margin-top: 150px !important;
}
.ecommerce section .section--container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
  font-family: "greycliff-cf", "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #101010;
  line-height: 1.2;
  margin: 0 0 12px;
}
.ecommerce h1, .ecommerce h2 {
  font-weight: 700;
}
.ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
  font-weight: 600;
}
.ecommerce h1 {
  font-size: 36px;
}
.ecommerce h2 {
  font-size: 28px;
}
.ecommerce h3 {
  font-size: 22px;
}
.ecommerce h4 {
  font-size: 18px;
}
.ecommerce h5 {
  font-size: 16px;
}
.ecommerce h6 {
  font-size: 12px;
}
.ecommerce p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  color: #222222;
  font-family: "greycliff-cf", "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}
.ecommerce a {
  font-family: "greycliff-cf", "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: #D30C55;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1px;
}
.ecommerce a:hover {
  color: #582873;
}
.ecommerce button, .ecommerce .button {
  margin: 0;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}
.ecommerce button:focus-visible, .ecommerce .button:focus-visible {
  outline: 3px solid #0C67A0 !important;
  outline-offset: 2px;
}
.ecommerce button.primary, .ecommerce .button.primary {
  color: #FFFFFF;
}
.ecommerce button {
  letter-spacing: normal !important;
}
.ecommerce .button {
  padding: 8px 20px 7px;
  line-height: 18px;
}
.ecommerce .text--left {
  text-align: left !important;
}
.ecommerce .text--center {
  text-align: center !important;
}
.ecommerce .text--right {
  text-align: right !important;
}
.ecommerce .text--white {
  color: #FFFFFF !important;
}
.ecommerce .text--gradient {
  background: linear-gradient(to right, #D30C55 0%, #a80b6e 39%, #582873 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.ecommerce .text--alt {
  color: #5F5753 !important;
}
.ecommerce * {
  box-sizing: border-box;
}
.ecommerce {
  /** PADDING UTILITIES **/
}
.ecommerce .p--0 {
  padding: 0 !important;
}
.ecommerce .p--sm {
  padding: 6px;
}
.ecommerce .p--md {
  padding: 12px;
}
.ecommerce .p--lg {
  padding: 24px !important;
}
.ecommerce .p--xl {
  padding: 48px;
}
.ecommerce .p--xxl {
  padding: 96px;
}
.ecommerce .pt--0 {
  padding-top: 0 !important;
}
.ecommerce .pt--sm {
  padding-top: 6px;
}
.ecommerce .pt--md {
  padding-top: 12px;
}
.ecommerce .pt--lg {
  padding-top: 24px !important;
}
.ecommerce .pt--xl {
  padding-top: 48px;
}
.ecommerce .pt--xxl {
  padding-top: 96px;
}
.ecommerce .pb--0 {
  padding-bottom: 0 !important;
}
.ecommerce .pb--sm {
  padding-bottom: 6px;
}
.ecommerce .pb--md {
  padding-bottom: 12px;
}
.ecommerce .pb--lg {
  padding-bottom: 24px;
}
.ecommerce .pb--xl {
  padding-bottom: 48px;
}
.ecommerce .pb--xxl {
  padding-bottom: 96px;
}
.ecommerce .pl--0 {
  padding-left: 0 !important;
}
.ecommerce .pl--sm {
  padding-left: 6px;
}
.ecommerce .pl--md {
  padding-left: 12px;
}
.ecommerce .pl--lg {
  padding-left: 24px;
}
.ecommerce .pl--xl {
  padding-left: 48px;
}
.ecommerce .pl--xxl {
  padding-left: 96px;
}
.ecommerce .pr--0 {
  padding-right: 0 !important;
}
.ecommerce .pr--sm {
  padding-right: 6px;
}
.ecommerce .pr--md {
  padding-right: 12px;
}
.ecommerce .pr--lg {
  padding-right: 24px;
}
.ecommerce .pr--xl {
  padding-right: 48px;
}
.ecommerce .pr--xxl {
  padding-right: 96px;
}
.ecommerce {
  /** MARGIN UTILITIES **/
}
.ecommerce .m--sm {
  margin: 6px;
}
.ecommerce .m--md {
  margin: 12px;
}
.ecommerce .m--lg {
  margin: 24px;
}
.ecommerce .m--xl {
  margin: 48px;
}
.ecommerce .m--xxl {
  margin: 96px;
}
.ecommerce .mt--sm {
  margin-top: 6px;
}
.ecommerce .mt--md {
  margin-top: 12px;
}
.ecommerce .mt--lg {
  margin-top: 24px;
}
.ecommerce .mt--xl {
  margin-top: 48px;
}
.ecommerce .mt--xxl {
  margin-top: 96px;
}
.ecommerce .mb--sm {
  margin-bottom: 6px;
}
.ecommerce .mb--md {
  margin-bottom: 12px;
}
.ecommerce .mb--lg {
  margin-bottom: 24px;
}
.ecommerce .mb--xl {
  margin-bottom: 48px;
}
.ecommerce .mb--xxl {
  margin-bottom: 96px;
}
.ecommerce .ml--sm {
  margin-left: 6px;
}
.ecommerce .ml--md {
  margin-left: 12px;
}
.ecommerce .ml--lg {
  margin-left: 24px;
}
.ecommerce .ml--xl {
  margin-left: 48px;
}
.ecommerce .ml--xxl {
  margin-left: 96px;
}
.ecommerce .mr--sm {
  margin-right: 6px;
}
.ecommerce .mr--md {
  margin-right: 12px;
}
.ecommerce .mr--lg {
  margin-right: 24px;
}
.ecommerce .mr--xl {
  margin-right: 48px;
}
.ecommerce .mr--xxl {
  margin-right: 96px;
}
.ecommerce .h--sm {
  height: 6px;
}
.ecommerce .h--md {
  height: 12px;
}
.ecommerce .h--lg {
  height: 24px;
}
.ecommerce .h--xl {
  height: 48px;
}
.ecommerce .h--xxl {
  height: 96px;
}
.ecommerce {
  /*** GRID SYSTEM ***/
}
.ecommerce .d--grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}
.ecommerce .d--flex {
  display: flex;
}
.ecommerce {
  /*** COLUMNS SPANS ***/
}
.ecommerce .col--1 {
  grid-column: span 1;
}
.ecommerce .col--2 {
  grid-column: span 2;
}
.ecommerce .col--3 {
  grid-column: span 3;
}
.ecommerce .col--4 {
  grid-column: span 4;
}
.ecommerce .col--5 {
  grid-column: span 5;
}
.ecommerce .col--6 {
  grid-column: span 6;
}
.ecommerce .col--7 {
  grid-column: span 7;
}
.ecommerce .col--8 {
  grid-column: span 8;
}
.ecommerce .col--9 {
  grid-column: span 9;
}
.ecommerce .col--10 {
  grid-column: span 10;
}
.ecommerce .col--11 {
  grid-column: span 11;
}
.ecommerce .col--12 {
  grid-column: span 12;
}
.ecommerce .d--custom-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(var(--columns, 1), minmax(0, 1fr));
}
.ecommerce .grid--1 {
  --columns: 1;
}
.ecommerce .grid--2 {
  --columns: 2;
}
.ecommerce .grid--3 {
  --columns: 3;
}
.ecommerce .grid--4 {
  --columns: 4;
}
.ecommerce .grid--5 {
  --columns: 5;
}
.ecommerce .grid--6 {
  --columns: 6;
}
.ecommerce .grid--7 {
  --columns: 7;
}
.ecommerce .grid--8 {
  --columns: 8;
}
.ecommerce .grid--9 {
  --columns: 9;
}
.ecommerce .grid--10 {
  --columns: 10;
}
.ecommerce .grid--11 {
  --columns: 11;
}
.ecommerce .grid--12 {
  --columns: 12;
}
.ecommerce {
  /*** ALIGNMENTS ***/
  /** HORIZONTAL ALIGNMENTS **/
}
.ecommerce .justify--left {
  justify-content: start;
}
.ecommerce .justify--center {
  justify-content: center;
}
.ecommerce .justify--right {
  justify-content: end;
}
.ecommerce .align--top {
  align-items: start;
}
.ecommerce .align--center {
  align-items: center;
}
.ecommerce .align--bottom {
  align-items: end;
}
.ecommerce {
  /*** GAPS ***/
}
.ecommerce .gap--sm {
  gap: 6px;
}
.ecommerce .gap--md {
  gap: 12px;
}
.ecommerce .gap--lg {
  gap: 24px;
}
.ecommerce {
  /*** BACKGROUNDS ***/
}
.ecommerce .bg--light {
  background-color: #F7F6F5 !important;
}
.ecommerce .bg--dark {
  background-color: #101010 !important;
  color: #FFFFFF !important;
}
.ecommerce {
  /*** COMPONENTS ***/
}
.ecommerce .d--card {
  background-color: #F7F6F5;
  padding: 18px;
  font-weight: bold;
}
.ecommerce .hero-banner {
  min-height: 200px;
  display: flex;
  align-items: center;
  padding: 0;
}
.ecommerce .hero-banner .hero--container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.ecommerce .toggle {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: #BDBDBD;
  border-radius: 1000px;
  transition: background 0.2s ease;
}
.ecommerce .toggle--slider {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.ecommerce .toggle.is--active {
  background-color: #0C67A0;
}
.ecommerce .toggle.is--active .toggle--slider {
  transform: translateX(16px);
}
.ecommerce .toggle:focus-visible {
  outline: 3px solid rgba(0, 120, 212, 0.3);
  outline-offset: 2px;
}
.ecommerce .toggle:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ecommerce .tabs--container {
  position: relative;
}
.ecommerce .tabs--container .tabs--nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}
.ecommerce .tabs--container .tabs--nav.justify--left {
  justify-content: flex-start;
}
.ecommerce .tabs--container .tabs--nav.justify--right {
  justify-content: flex-end;
}
.ecommerce .tabs--container .tabs--nav button {
  background: none;
  border: none;
  padding: 0 6px 12px !important;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}
.ecommerce .tabs--container .tabs--nav button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.ecommerce .tabs--container .tabs--nav button.is--active {
  color: #D30C55;
}
.ecommerce .tabs--container .tabs--nav button.is--active::after {
  transform: scaleX(1);
}
.ecommerce .tabs--container .tabs--nav button:hover {
  color: #582873;
}
.ecommerce .tabs--container .tabs--content > div {
  display: none;
}
.ecommerce .carousel--container {
  --desktop-items: 3;
  --mobile-items: 1;
  --gap: $size--xs;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ecommerce .carousel--container .carousel--viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  scrollbar-width: none;
}
.ecommerce .carousel--container .carousel--viewport::-webkit-scrollbar {
  display: none;
}
.ecommerce .carousel--container .carousel--viewport .carousel--track {
  display: flex;
  gap: var(--gap);
  margin: 0;
  padding: 0;
}
.ecommerce .carousel--container .carousel--viewport .carousel--track .carousel--item {
  flex: 0 0 calc((100% - (var(--desktop-items) - 1) * var(--gap)) / var(--desktop-items));
  box-sizing: border-box;
  scroll-snap-align: start;
}
.ecommerce .carousel--container .carousel--viewport .carousel--track .carousel--item img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.ecommerce .carousel--container .carousel--arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.ecommerce .carousel--container .carousel--arrows.prev {
  left: -48px;
}
.ecommerce .carousel--container .carousel--arrows.next {
  right: -48px;
}
.ecommerce .carousel--container .carousel--arrows .material-symbols-outlined {
  font-size: 48px !important;
  color: #222222;
  transition: color 0.2s ease;
}
.ecommerce .carousel--container .carousel--arrows .material-symbols-outlined:hover {
  color: #D30C55;
}
.ecommerce .carousel--container .carousel--arrows:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ecommerce .carousel--container .carousel--indicator {
  margin-top: 12px;
}
.ecommerce .carousel--container .carousel--progress {
  height: 3px;
  background: #BDBDBD;
  border-radius: 999px;
  overflow: hidden;
}
.ecommerce .carousel--container .carousel--progress.is--active {
  background: #D30C55;
}
.ecommerce .carousel--container .carousel--progress .carousel--progress-bar {
  width: 0;
  height: 100%;
  background: #D30C55;
  transition: width 0.1s ease;
}
.ecommerce .carousel--container .carousel--segments {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.ecommerce .carousel--container .carousel--segments button {
  width: 50px;
  height: 4px;
  border: 0;
  padding: 0;
  background: #BDBDBD;
  border-radius: 1000px;
  cursor: pointer;
  transition: background 0.2s;
  margin: 0;
}
.ecommerce .carousel--container .carousel--segments button.is--active {
  background: #D30C55;
}
.ecommerce {
  /*** Top Nav ***/
}
.ecommerce .top--nav__container {
  background-color: #FFFFFF;
  position: relative;
  padding: 10px 0;
  max-width: 100%;
  width: 100%;
}
.ecommerce .top--nav__container .top--nav__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 6px 0 8px;
  color: #101010;
  outline: none !important;
  margin: 0;
}
.ecommerce .top--nav__container .top--nav__toggle .top--nav__toggle-text {
  margin-top: 3px;
  font-weight: 600;
  color: #101010;
}
.ecommerce .top--nav__container .top--nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 0;
}
.ecommerce .top--nav__container .top--nav h3 {
  font-size: 20px;
  display: block;
  line-height: normal;
  margin: 0 !important;
}
.ecommerce .top--nav__container .top--nav .top--nav__list {
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 18px;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item {
  line-height: 14px;
  position: relative;
  transition: background-color 0.25s ease;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item a {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  display: block;
  transition: color 0.25s ease;
  padding: 7px 0 6px;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%) scale(0);
  width: 30px;
  height: 15px;
  background: #FFFFFF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 2;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 6px;
  background-color: #FFFFFF;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item.is--active a {
  font-weight: 600;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item.is--active::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item.is--active::after {
  opacity: 1;
  transform: scaleX(1);
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item:hover a {
  color: #D30C55;
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item:hover a::after {
  transform: translate(5px, -50%);
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item:hover::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.ecommerce .top--nav__container.bg--dark .top--nav__title, .ecommerce .top--nav__container.bg--dark .top--nav__toggle, .ecommerce .top--nav__container.bg--dark .top--nav__toggle-text, .ecommerce .top--nav__container.bg--dark .top--nav__item a {
  color: #FFFFFF !important;
}
.ecommerce .top--nav__container.is--sticking {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.ecommerce {
  /*** Left nav ***/
}
.ecommerce .left--nav__container {
  background-color: #FFFFFF;
  position: relative;
  padding: 10px 0;
  max-width: 220px;
  width: 100%;
}
.ecommerce .left--nav__container .left--nav__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 6px 0 8px;
  color: #101010;
  outline: none !important;
  margin: 0;
}
.ecommerce .left--nav__container .left--nav__toggle .left--nav__toggle-text {
  margin-top: 3px;
  font-weight: 600;
  color: #101010;
}
.ecommerce .left--nav__container .left--nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.ecommerce .left--nav__container .left--nav h3 {
  font-size: 16px;
  display: block;
  line-height: normal;
  padding: 0 10px;
}
.ecommerce .left--nav__container .left--nav .left--nav__list {
  list-style-type: none;
  margin: 0;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item {
  line-height: 1em;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  transition: background-color 0.25s ease;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item a {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  display: block;
  padding: 10px;
  transition: color 0.25s ease;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item.is--active {
  background-color: #D30C55;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item.is--active a {
  color: #FFFFFF;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item:hover {
  background-color: #E0E0E0;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item:hover a {
  color: #D30C55;
}
.ecommerce .left--nav__container .left--nav .left--nav__list .left--nav__item:hover a::after {
  transform: translate(5px, -50%);
}
.ecommerce .left--nav__container .left--nav.w--icon .left--nav__item a::after {
  content: "keyboard_arrow_right";
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.ecommerce .left--nav__container.is--sticking {
  position: fixed;
  z-index: 1;
  top: 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ecommerce {
  /*** Accordion ***/
}
.ecommerce .accordion--container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ecommerce .accordion--container .accordion--item .accordion--header {
  width: 100%;
  position: relative;
  background-color: #F7F6F5;
  color: #222222;
  font-size: 18px;
  text-align: left;
  line-height: 1em;
  padding: 20px;
  border-radius: 5px;
}
.ecommerce .accordion--container .accordion--item .accordion--header .accordion--icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-size: 36px;
}
.ecommerce .accordion--container .accordion--item .accordion--header:hover {
  background-color: #BDBDBD;
}
.ecommerce .accordion--container .accordion--item .accordion--body {
  padding: 20px;
}
.ecommerce .accordion--container .accordion--item.is--open .accordion--header {
  background-color: #D30C55;
  color: #FFFFFF;
}
.ecommerce .accordion--container .accordion--item.is--open .accordion--header .accordion--icon {
  transform: translateY(-50%) rotate(180deg);
}
.ecommerce {
  /*** Link with image ***/
}
.ecommerce .cta--image a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.ecommerce .cta--image a .image--container {
  transition: transform 0.25s ease;
  will-change: transform;
}
.ecommerce .cta--image a p {
  font-size: 16px;
  line-height: 1.3em;
  color: #222222 !important;
}
.ecommerce .cta--image a:hover .image--container, .ecommerce .cta--image a:focus-visible .image--container {
  transform: translateY(-6px) scale(1.05);
}
.ecommerce .cta--image a:hover p, .ecommerce .cta--image a:focus-visible p {
  color: #D30C55 !important;
}
.ecommerce {
  /*** Breadcrumbs ***/
}
.ecommerce .breadcrumb--container .b--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ecommerce .breadcrumb--container .b--item {
  display: flex;
  align-items: center;
}
.ecommerce .breadcrumb--container .b--item:not(:last-child)::after {
  content: "/";
  margin-left: 12px;
  color: #BDBDBD;
}
.ecommerce .breadcrumb--container .b--item a {
  color: #D30C55;
  text-decoration: none;
  transition: color 0.25s ease;
  font-size: 14px;
  font-weight: 500;
}
.ecommerce .breadcrumb--container .b--item a:hover {
  color: #582873;
}
.ecommerce .breadcrumb--container .b--item[aria-current=page] a {
  color: #5F5753;
  pointer-events: none;
  cursor: default;
}
.ecommerce .grid--expandable .grid--list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.ecommerce .grid--expandable .grid--toggle {
  display: none;
  margin: 24px auto 0;
  background-color: transparent;
  padding: 0;
  gap: 12px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.ecommerce .grid--expandable .grid--toggle span {
  color: #D30C55 !important;
  line-height: 1em;
}
@media (max-width: 767px) {
  .ecommerce .grid--expandable .grid--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ecommerce .grid--expandable .grid--toggle {
    width: 100%;
    border: 2px solid #3E322D;
    border-radius: 10px;
    padding: 20px 12px 18px;
  }
  .ecommerce .grid--expandable .grid--toggle:hover {
    background-color: #582873;
  }
  .ecommerce .grid--expandable .grid--toggle:hover span {
    color: #FFFFFF !important;
  }
}
.ecommerce #foot--note p {
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce .mobile {
    display: none !important;
  }
  .ecommerce .col-tablet--1 {
    grid-column: span 1;
  }
  .ecommerce .col-tablet--2 {
    grid-column: span 2;
  }
  .ecommerce .col-tablet--3 {
    grid-column: span 3;
  }
  .ecommerce .col-tablet--4 {
    grid-column: span 4;
  }
  .ecommerce .col-tablet--5 {
    grid-column: span 5;
  }
  .ecommerce .col-tablet--6 {
    grid-column: span 6;
  }
  .ecommerce .col-tablet--7 {
    grid-column: span 7;
  }
  .ecommerce .col-tablet--8 {
    grid-column: span 8;
  }
  .ecommerce .col-tablet--9 {
    grid-column: span 9;
  }
  .ecommerce .col-tablet--10 {
    grid-column: span 10;
  }
  .ecommerce .col-tablet--11 {
    grid-column: span 11;
  }
  .ecommerce .col-tablet--12 {
    grid-column: span 12;
  }
  .ecommerce .d--custom-grid {
    grid-template-columns: repeat(var(--columns-tablet, var(--columns, 1)), minmax(0, 1fr));
  }
  .ecommerce .grid-tablet--1 {
    --columns-tablet: 1;
  }
  .ecommerce .grid-tablet--2 {
    --columns-tablet: 2;
  }
  .ecommerce .grid-tablet--3 {
    --columns-tablet: 3;
  }
  .ecommerce .grid-tablet--4 {
    --columns-tablet: 4;
  }
  .ecommerce .grid-tablet--5 {
    --columns-tablet: 5;
  }
  .ecommerce .grid-tablet--6 {
    --columns-tablet: 6;
  }
  .ecommerce .grid-tablet--7 {
    --columns-tablet: 7;
  }
  .ecommerce .grid-tablet--8 {
    --columns-tablet: 8;
  }
  .ecommerce .grid-tablet--9 {
    --columns-tablet: 9;
  }
  .ecommerce .grid-tablet--10 {
    --columns-tablet: 10;
  }
  .ecommerce .grid-tablet--11 {
    --columns-tablet: 11;
  }
  .ecommerce .grid-tablet--12 {
    --columns-tablet: 12;
  }
}
@media (min-width: 1024px) {
  .ecommerce .col-desktop--1 {
    grid-column: span 1;
  }
  .ecommerce .col-desktop--2 {
    grid-column: span 2;
  }
  .ecommerce .col-desktop--3 {
    grid-column: span 3;
  }
  .ecommerce .col-desktop--4 {
    grid-column: span 4;
  }
  .ecommerce .col-desktop--5 {
    grid-column: span 5;
  }
  .ecommerce .col-desktop--6 {
    grid-column: span 6;
  }
  .ecommerce .col-desktop--7 {
    grid-column: span 7;
  }
  .ecommerce .col-desktop--8 {
    grid-column: span 8;
  }
  .ecommerce .col-desktop--9 {
    grid-column: span 9;
  }
  .ecommerce .col-desktop--10 {
    grid-column: span 10;
  }
  .ecommerce .col-desktop--11 {
    grid-column: span 11;
  }
  .ecommerce .col-desktop--12 {
    grid-column: span 12;
  }
  .ecommerce .d--custom-grid {
    grid-template-columns: repeat(var(--columns-desktop, var(--columns-tablet, var(--columns, 1))), minmax(0, 1fr));
  }
  .ecommerce .grid-desktop--1 {
    --columns-desktop: 1;
  }
  .ecommerce .grid-desktop--2 {
    --columns-desktop: 2;
  }
  .ecommerce .grid-desktop--3 {
    --columns-desktop: 3;
  }
  .ecommerce .grid-desktop--4 {
    --columns-desktop: 4;
  }
  .ecommerce .grid-desktop--5 {
    --columns-desktop: 5;
  }
  .ecommerce .grid-desktop--6 {
    --columns-desktop: 6;
  }
  .ecommerce .grid-desktop--7 {
    --columns-desktop: 7;
  }
  .ecommerce .grid-desktop--8 {
    --columns-desktop: 8;
  }
  .ecommerce .grid-desktop--9 {
    --columns-desktop: 9;
  }
  .ecommerce .grid-desktop--10 {
    --columns-desktop: 10;
  }
  .ecommerce .grid-desktop--11 {
    --columns-desktop: 11;
  }
  .ecommerce .grid-desktop--12 {
    --columns-desktop: 12;
  }
}
@media (max-width: 767px) {
  .ecommerce .desktop {
    display: none !important;
  }
  .ecommerce section {
    padding: 60px 12px;
  }
  .ecommerce .hero-banner {
    padding: 0 12px;
  }
  .ecommerce .top--nav__container {
    max-width: 100%;
    padding: 10px 0 0;
  }
  .ecommerce .top--nav__container span {
    margin-bottom: 10px;
  }
  .ecommerce .top--nav__container .top--nav__toggle {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .ecommerce .top--nav__container .top--nav {
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.35s;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__list {
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item {
    background-color: #FFFFFF;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item a {
    padding: 12px 12px 11px;
    color: #222222 !important;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item.is--active a {
    background-color: #D30C55;
    font-weight: 600;
    color: #FFFFFF !important;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item.is--active::after, .ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item.is--active::before {
    opacity: 0;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__list .top--nav__item:hover::before {
    opacity: 0;
  }
  .ecommerce .top--nav__container .top--nav.is--open {
    opacity: 1;
  }
  .ecommerce .top--nav__container .top--nav h3 {
    display: none;
  }
  .ecommerce .top--nav__container .top--nav .top--nav__item a::after {
    content: "keyboard_double_arrow_down";
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    font-weight: 400 !important;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
  }
  .ecommerce .top--nav__container.is--sticking {
    left: 0;
    right: 0;
  }
  .ecommerce .left--nav__container {
    max-width: 100%;
  }
  .ecommerce .left--nav__container .left--nav__toggle {
    display: flex;
  }
  .ecommerce .left--nav__container .left--nav {
    display: flex;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.35s;
  }
  .ecommerce .left--nav__container .left--nav.is--open {
    opacity: 1;
  }
  .ecommerce .left--nav__container .left--nav h3 {
    display: none;
  }
  .ecommerce .left--nav__container .left--nav.w--icon .left--nav__item a::after {
    content: "keyboard_double_arrow_down";
  }
  .ecommerce .left--nav__container.is--sticking {
    left: 0;
    right: 0;
  }
  .ecommerce .carousel--container .carousel--viewport {
    max-width: 320px;
    margin: auto;
  }
  .ecommerce .carousel--container .carousel--viewport .carousel--track .carousel--item {
    flex: 0 0 calc((100% - (var(--mobile-items) - 1) * var(--gap)) / var(--mobile-items)) !important;
  }
  .ecommerce .carousel--container .carousel--arrows.prev {
    left: -12px;
  }
  .ecommerce .carousel--container .carousel--arrows.next {
    right: -12px;
  }
  .ecommerce .carousel--container .carousel--arrows .material-symbols-outlined {
    font-size: 30px !important;
  }
  .ecommerce .carousel--container .carousel--arrows .material-symbols-outlined:hover {
    color: #D30C55;
  }
  .ecommerce .carousel--container .carousel--indicator {
    max-width: 320px;
    margin: 12px auto 0;
  }
  .ecommerce .tabs--container .tabs--nav button {
    font-size: 16px;
  }
}

/*** END OF ECOMMERCE MAIN STYLESHEET ***/
/*** GLOBAL OVERRIDES ***/
html {
  scroll-behavior: smooth !important;
}

@media (min-width: 768px) {
  #content-body .column-30 {
    width: 25%;
    padding: 0 10px;
  }
  #content-body .column-70 {
    width: 75%;
    padding: 0 10px;
  }
}

.product-sku-display {
  margin: 12px auto 0 !important;
  max-width: 1200px !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid {
  margin: 0 !important;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li {
  padding-left: 0 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__layout-image {
  margin: 0 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__layout-image .c-product__image {
  margin: 0 !important;
  height: auto !important;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__layout-image .c-product__image img {
  width: auto !important;
  height: 130px !important;
  margin: 0 auto !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info {
  display: flex !important;
  gap: 10px !important;
  flex-direction: column !important;
  font-family: "greycliff-cf", "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product__name {
  margin: 0 !important;
  font-family: "greycliff-cf", "klinic-slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  color: #222222 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  height: auto !important;
  line-height: 1.2em !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product__name:hover {
  color: #D30C55 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price {
  height: auto !important;
  min-height: 49px !important;
  margin: 0 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-currency {
  color: #222222 !important;
  font-weight: 400 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-currency .c-currency__code {
  color: #222222 !important;
  font-size: 16px !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-currency .c-currency__value {
  color: #222222 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-list-price__price {
  line-height: 1em !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-list-price__price .c-currency {
  color: #5F5753 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-list-price__price .c-currency .c-currency__code {
  color: #5F5753 !important;
  font-size: 14px !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-price .c-list-price__price .c-currency .c-currency__value {
  color: #5F5753 !important;
  font-size: 14px !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-stock {
  height: auto !important;
  padding: 0 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li .c-product__design-layout-basic .c-product__info .c-product-stock .o-grid {
  align-items: center !important;
  gap: 6px !important;
  line-height: 1em !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li:hover .c-product__image {
  transform: translateY(-8px);
}
.product-sku-display .c-product-list .ds-v1 .o-grid li:hover .c-product__info .c-product__name {
  color: #D30C55 !important;
}
.product-sku-display .c-product-list .ds-v1 .o-grid li:has(.c-stock--error) {
  display: none;
}
.product-sku-display .c-product-list .ds-v1 .u-margin-bot-small {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .product-sku-display {
    padding: 0 12px;
  }
  .product-sku-display .c-product-list .ds-v1 .o-grid {
    gap: 20px !important;
  }
  .product-sku-display .c-product-list .ds-v1 .o-grid li {
    flex: 0 0 calc((100% - 20px) / 2) !important;
  }
}

.c-product-list .c-button.c-button--secondary, .recs-carousel-container .button.small, .recs-carousel-container .small {
  margin: 0 !important;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  padding: 8px 20px 7px !important;
  line-height: 18px !important;
}
.c-product-list .c-button.c-button--secondary:focus-visible, .recs-carousel-container .button.small:focus-visible, .recs-carousel-container .small:focus-visible {
  outline: 3px solid #0C67A0 !important;
  outline-offset: 2px;
}

#content-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}

/*** MISC STYLES ***/
pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 1px;
  font-style: italic;
  background-color: #F7F6F5;
  border: 1px solid #BDBDBD;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  white-space: pre;
  height: 100px;
}
pre code {
  color: #009999;
  font-size: 12px;
}

.side-bar {
  background-color: #222222;
  height: 100vh;
  position: fixed;
  max-width: 250px;
  width: 100%;
}
.side-bar a {
  display: block;
  padding: 20px;
  background-color: #5F5753;
  border-bottom: 1px solid #222222;
  color: #FFFFFF !important;
  font-weight: 600;
}
.side-bar a.is--active {
  background-color: #D30C55;
  font-weight: 900;
}
.side-bar a:hover {
  background-color: #BDBDBD;
}
@media (max-width: 767px) {
  .side-bar {
    display: none;
  }
}

.back-to-top {
  position: fixed;
  right: 37px;
  bottom: 15px;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(174, 10, 70) 0%, rgb(168, 11, 110) 50%, rgba(88, 40, 115, 0.995) 100%) !important;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 10px rgba(255, 255, 255, 0.35) !important;
}
.back-to-top .material-symbols-outlined {
  transition: transform 0.25s ease;
}
.back-to-top.is--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22), 0 0 16px rgba(255, 255, 255, 0.45) !important;
}
.back-to-top:hover .material-symbols-outlined {
  animation: backToTopArrow 0.8s ease-in-out infinite;
}
.back-to-top:not(:hover) .material-symbols-outlined {
  animation: none;
}
.back-to-top:active {
  transform: translateY(0) scale(0.96);
}
.back-to-top::before {
  content: "Top";
  position: absolute;
  right: calc(100% + 8px);
  color: #D30C55;
  font-size: 0.875rem;
  font-weight: 600;
  pointer-events: none;
}
@media (max-width: 767px) {
  .back-to-top::before {
    right: auto;
    top: calc(100% + 8px);
  }
}

@keyframes backToTopArrow {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=ecommerce.css.map */